:root {
  --background-grey: rgba(107, 107, 107, .8);
  --logo-orange: #ea561d;
  --black: black;
  --logo-grey: #575756;
  --white: white;
  --logo-yellow: #fcbd15;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

figure {
  margin-bottom: 10px;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
}

.hero-wrap {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.home-h1 {
  color: #575656;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 124px;
  font-weight: 600;
  line-height: 108px;
}

.subhead-1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.nav-link {
  color: #000;
  background-color: #fff;
  padding: 18px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link:hover {
  color: #ea561b;
}

.nav-link:active {
  color: #575656;
}

.nav-link:focus {
  color: #ea561b;
}

.nav-link.w--current {
  color: #f1602b;
  background-color: #fff;
}

.nav-link.social {
  color: #3b5998;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 32px;
  line-height: 24px;
}

.hero-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 25px;
  font-weight: 500;
  transition: box-shadow .2s;
  box-shadow: 0 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.about-section {
  color: #000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.about-article-wrap {
  width: 80%;
  display: flex;
}

.about-article-wrap.a {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  width: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0;
}

.about-article-wrap.b {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  width: auto;
  margin-bottom: 50px;
  padding: 0;
}

.left-1 {
  width: 55%;
  padding: 20px 0;
  font-size: 18px;
  line-height: 24px;
}

.right-1 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.right-2 {
  text-align: left;
  width: 55%;
  padding: 50px 0;
}

.footer-top {
  background-color: var(--background-grey);
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
}

.footer-logo-wrap {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin-bottom: 0;
  display: block;
}

.footer-bottom {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.heading-2 {
  color: var(--logo-orange);
  border-top-style: none;
  border-top-color: rgba(0, 0, 0, 0);
  margin: 0 auto 30px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  display: block;
}

.heading-2.centred {
  text-align: left;
  margin-bottom: 30px;
}

.screenshot {
  border-style: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.paragraph-2 {
  color: #000;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-2.centered {
  text-align: justify;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.caption-2 {
  color: #777;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.footer-logo {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.caption-1 {
  color: #f1602b;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 48px;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span {
  color: #f1602b;
}

.bold-text {
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

.text-block {
  letter-spacing: -1px;
  white-space: normal;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
}

.footer-address {
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.footer-nikau-palm-wrap {
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  width: 20%;
}

.html-embed-copyright {
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 24px;
}

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

.firstfruits-link:hover {
  color: #f1602b;
  text-decoration: none;
}

.firstfruits-link:active {
  color: #fff;
}

.firstfruits-link:focus {
  text-decoration: none;
}

.paragraph {
  color: var(--black);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.image {
  float: right;
  clear: none;
  text-align: center;
  max-width: 65%;
  display: block;
}

.hero-right {
  clear: none;
  padding-right: 0;
  font-size: 22px;
  display: block;
  position: static;
  top: 230px;
  bottom: 0;
  right: 240px;
}

.footer-map-embed-code {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 3px #000;
}

.caption-1-plus-1 {
  color: #000;
  text-align: left;
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  display: block;
}

.video-wrap {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 64px;
  display: none;
}

.video-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 0 31px 0 0;
  display: flex;
}

.video-right {
  clear: none;
  width: 50%;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 0;
  font-size: 22px;
  display: block;
  position: static;
  top: 230px;
  bottom: 0;
  right: 240px;
}

.footer-section {
  clear: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-item {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.block-quote {
  color: var(--logo-grey);
  text-align: justify;
  border-left-style: solid;
  border-left-color: #f1602b;
  width: 70%;
  margin: 0 auto 50px;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.mission-statement {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  display: none;
}

.footer-donations-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-address-wrap {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  font-weight: 300;
}

.image-6 {
  background-color: #6b6b6b;
}

.image-7 {
  background-color: rgba(0, 0, 0, 0);
}

.image-8 {
  background-color: #000;
}

.image-9 {
  background-color: #f1602b;
}

.image-10 {
  background-color: var(--background-grey);
}

.image-11 {
  background-color: #fff;
}

.image-12 {
  background-color: var(--background-grey);
}

.image-13, .image-14 {
  background-color: rgba(107, 107, 107, .79);
}

.image-15 {
  background-color: rgba(107, 107, 107, .84);
}

.image-16 {
  background-color: rgba(107, 107, 107, .87);
}

.image-17 {
  background-color: rgba(107, 107, 107, .92);
}

.image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24 {
  background-color: #6b6b6b;
}

.image-25 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.givealittle-button {
  color: #000;
  text-transform: uppercase;
  background-color: #f1602b;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
}

.tab-procces {
  text-align: center;
}

.tab-title {
  color: var(--logo-grey);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition: all .4s;
}

.tab-title:hover {
  color: var(--logo-orange);
}

.tab-title:focus {
  border-bottom-style: solid;
  border-bottom-color: var(--logo-orange);
}

.tab-title.w--current {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--logo-orange);
  color: var(--logo-grey);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.tab-title.w--current:hover {
  color: #f1602b;
  font-weight: 400;
}

.tab-title.w--current:active {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}

.tab-title.w--current:focus {
  border-color: #f1602b;
}

.tab-pane {
  text-align: left;
}

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

.left-padding.no-left-margin.top-device {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-menu {
  text-align: center;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  margin-bottom: 40px;
}

.tab-text {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tab-text:hover {
  color: var(--logo-orange);
}

.tab-text:focus {
  color: #000;
}

.paragraph-tab {
  color: #000;
  text-align: justify;
  font-size: 20px;
  line-height: 28px;
}

.staff-wrap {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 51px;
  padding: 20px 0;
}

.volunteers-wrap {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  width: 80%;
  margin-bottom: 50px;
  padding: 20px 0;
}

.philosophy-wrap {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  width: auto;
  margin-bottom: 50px;
  padding: 0;
}

.programme-block-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
}

.programme-icon {
  float: left;
  color: var(--logo-orange);
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 68px;
  line-height: 68px;
}

.programme-block-left {
  width: 50%;
  padding-right: 50px;
  font-size: 16px;
  line-height: 24px;
}

.programme-block-left p {
  color: #000;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.programme-block-left ul {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: square;
}

.programme-block-left li {
  padding-bottom: 10px;
  line-height: 24px;
}

.programme-block-left h3 {
  color: var(--logo-orange);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.programme-block-right {
  width: 50%;
  padding-left: 50px;
  font-size: 15px;
}

.programme-block-right p {
  color: #000;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.programme-block-right ul {
  color: #000;
  text-align: left;
  text-indent: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: square;
}

.programme-block-right li {
  padding-top: 0;
  padding-bottom: 10px;
  line-height: 24px;
}

.programme-block-right h3 {
  color: var(--logo-orange);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.programme-block-right img {
  clear: none;
}

.programme-block-right figure {
  float: none;
  clear: none;
  text-align: left;
}

.programme-paragraph {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.resources-section {
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.overview-section {
  width: auto;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
  display: block;
}

.entry-requirements-section, .conditions-section {
  width: auto;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.daily-routine-section {
  width: auto;
  max-width: none;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: var(--logo-grey);
}

.contact-wrap {
  width: auto;
  margin-top: 40px;
}

.name-and-email-wrap {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.name {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--logo-orange) var(--logo-orange) var(--logo-grey);
  color: var(--logo-grey);
  width: 98%;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.name::placeholder {
  font-weight: 400;
}

.email {
  float: none;
  border-style: none none solid;
  border-color: transparent transparent var(--logo-grey);
  color: var(--logo-grey);
  border-bottom-width: 2px;
  width: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.email::placeholder {
  font-weight: 400;
}

.textarea {
  border-style: none none solid;
  border-color: transparent transparent var(--logo-grey);
  color: var(--logo-grey);
  border-bottom-width: 2px;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.textarea::placeholder {
  font-weight: 400;
  text-decoration: none;
}

.form {
  margin-bottom: 30px;
}

.line {
  width: 50%;
}

.line.fullwidth {
  width: auto;
}

.news-section {
  text-align: center;
  width: auto;
  height: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: block;
}

.body-3 {
  padding-top: 0;
}

.heading-2-staff {
  color: var(--logo-orange);
  margin: 0 auto 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}

.staff-image {
  max-width: none;
  display: block;
  box-shadow: 9px 5px 20px rgba(0, 0, 0, .3);
}

.staff-image.no-shadow {
  box-shadow: none;
}

.columns {
  padding: 0 0 20px;
}

.col-staff-image {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.book-wrap {
  align-self: center;
  max-width: 300px;
  margin: 0;
  padding: 20px;
  display: flex;
}

.book-cover {
  border: 1px #000;
  width: 300px;
  margin: 0 0 40px;
  padding: 0;
  box-shadow: 7px 9px 10px rgba(0, 0, 0, .5);
}

.book-link:hover {
  filter: grayscale();
}

.html-embed {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading1 {
  color: var(--logo-orange);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 300;
  line-height: 46px;
}

.container {
  width: 1100px;
  min-width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.overview-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 0;
}

.resource-category-wrapper {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.website-wrap {
  flex-flow: column;
  align-content: center;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 30%;
  max-width: none;
  height: 100%;
  margin: 20px 0 40px;
  padding: 0;
  display: flex;
}

.address-block-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.bank-details {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.link-block {
  width: 50%;
  margin-bottom: 0;
}

.footer-phone {
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.list-2, .list-3, .list-4 {
  font-size: 18px;
  line-height: 24px;
}

.container-hero {
  width: 90%;
  min-width: 0;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.container-entry-requirements, .container-conditions, .container-daily-routine {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.websites-resource-category-wrapper {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.tenikau-fern-logo {
  clear: none;
  text-align: center;
  max-width: none;
  margin-bottom: 0;
}

.navbar {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-4 {
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.resource-quicklinks-wrap {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.resources-quicklink-button {
  border: 1px solid var(--logo-orange);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin: 8px;
  font-weight: 500;
}

.resources-quicklink-button:hover {
  color: var(--logo-orange);
}

.resources-quicklink-button.w--current {
  font-size: 16px;
}

.bot-field-label {
  color: #eb2400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.bot-field {
  color: #fff;
  background-color: #1a4563;
  border-style: none;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 25px;
  padding-bottom: 8px;
  padding-left: 20px;
  display: none;
}

.bot-field:active, .bot-field:focus {
  background-color: #ebebeb;
}

.contact-button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #f1602b;
  border-radius: 30px;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  display: none;
}

.footer-email {
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.footer-email:hover {
  color: var(--logo-orange);
}

.footer-email:focus {
  margin-bottom: 0;
}

.finances-wrapper {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.other-news-wrapper {
  color: var(--background-grey);
  text-align: center;
  width: 50%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.html-embed-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.facebook-wrapper {
  color: var(--background-grey);
  text-align: center;
  width: 50%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
}

.news-wrapper {
  color: var(--background-grey);
  text-align: center;
  width: 90%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto 60px;
  display: flex;
}

.get-involved-rtb {
  text-align: justify;
}

.get-involved-rtb h3 {
  color: var(--logo-orange);
  margin-top: 10px;
}

.get-involved-rtb p {
  font-size: 20px;
  line-height: 26px;
}

.get-involved-rtb li {
  font-size: 18px;
  line-height: 24px;
}

.other-news-rtb {
  border-bottom: 2px solid var(--logo-grey);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 26px;
}

.other-news-rtb h3 {
  color: var(--logo-orange);
}

.other-news-rtb p {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
}

.other-news-rtb img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.get-involved-section {
  color: #000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10px 50px;
  display: block;
}

.body-contact {
  color: var(--logo-grey);
  font-size: 20px;
  line-height: 26px;
}

.contact-section {
  color: #000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: block;
}

.container-about {
  width: 90%;
  max-width: 1100px;
}

.col-staff-bio {
  padding-left: 0;
  padding-right: 0;
}

.container-contact {
  width: 1100px;
  min-width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-overview, .containr-get-involved {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  text-decoration: none;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.link:hover {
  color: var(--logo-orange);
}

.hero-modal {
  z-index: 100;
  border: 4px solid var(--logo-orange);
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  width: 500px;
  height: auto;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-3, .paragraph-3 {
  text-align: center;
}

.modal-heading {
  color: var(--logo-orange);
  text-align: center;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.modal-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 32px;
}

.button-2 {
  clear: none;
  background-color: var(--logo-orange);
  color: var(--black);
  text-align: center;
  width: 100px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
}

.modal-close-button {
  clear: none;
  background-color: var(--logo-orange);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  width: 120px;
  height: 40px;
  margin: 10px auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.modal-wrapper {
  z-index: 80;
  background-color: rgba(255, 255, 255, .7);
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-bar-wrapper {
  background-color: var(--black);
  text-align: left;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 20px;
  display: block;
}

.cookie-bar-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link-2 {
  color: #fff;
  font-size: 16px;
}

.div-block-280 {
  align-items: center;
  display: flex;
}

.button-3 {
  background-color: var(--logo-orange);
  margin-right: 10px;
  font-family: Lato, sans-serif;
}

.button-4 {
  background-color: #8351ff;
  font-family: Lato, sans-serif;
}

.link-3, .text-span-2 {
  color: var(--logo-orange);
}

.paragraph-4 {
  color: var(--white);
  font-size: 26px;
  line-height: 38px;
}

.jd {
  color: var(--white);
  text-decoration: none;
}

.jd:hover {
  color: var(--logo-orange);
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    justify-content: center;
    width: auto;
    padding-top: 60px;
  }

  .hero-wrap {
    flex-flow: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .home-h1 {
    margin-bottom: 0;
    font-size: 70px;
    line-height: 72px;
  }

  .nav-link {
    text-align: right;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-link:active, .nav-link:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.social {
    font-size: 24px;
    line-height: 24px;
  }

  .about-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    display: block;
  }

  .about-article-wrap.a {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .about-article-wrap.b {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .left-1 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .right-1 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .right-2 {
    width: auto;
    padding-bottom: 0;
  }

  .footer-top {
    flex-flow: column;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-logo-wrap {
    align-items: flex-start;
    width: 50%;
    margin-bottom: 10px;
  }

  .footer-bottom-wrap {
    width: 90%;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .screenshot {
    text-align: center;
    display: block;
  }

  .paragraph-2 {
    margin-bottom: 5px;
  }

  .paragraph-2.centered {
    margin-bottom: 40px;
  }

  .caption-2 {
    margin-top: 20px;
  }

  .footer-logo {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .caption-1 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .bold-text {
    font-size: 21px;
    line-height: 20px;
  }

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

  .footer-address {
    text-align: center;
    margin-bottom: 10px;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    float: right;
    text-align: left;
    max-width: 80%;
  }

  .hero-right {
    width: 15%;
    padding-right: 0;
  }

  .caption-1-plus-1 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .video-wrap {
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

  .video-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .video-right {
    width: auto;
    padding-left: 0;
  }

  .body-home {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    display: block;
  }

  .block-quote {
    width: 80%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .mission-statement {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-donations-wrap {
    flex-direction: column;
    width: auto;
    margin-bottom: 30px;
  }

  .footer-address-wrap {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    line-height: 24px;
  }

  .givealittle-button {
    margin-bottom: 60px;
  }

  .tab-title {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .tab-title.w--current {
    padding: 10px 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .left-padding.no-left-margin.top-device {
    margin-left: 0;
  }

  .tab-menu {
    margin-bottom: 30px;
  }

  .tab-text {
    font-size: 16px;
  }

  .paragraph-tab {
    font-size: 18px;
    line-height: 26px;
  }

  .staff-wrap {
    margin-bottom: 20px;
  }

  .philosophy-wrap {
    margin-bottom: 0;
  }

  .programme-block-wrapper {
    margin-bottom: 40px;
  }

  .programme-block-left {
    padding-right: 20px;
  }

  .programme-block-right {
    padding-left: 20px;
  }

  .resources-section {
    width: auto;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .entry-requirements-section, .conditions-section {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .daily-routine-section {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    text-align: center;
  }

  .news-section {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .youtube {
    margin-bottom: 10px;
  }

  .staff-image {
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-staff-image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .book-cover {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .book-cover.website {
    margin-bottom: 20px;
  }

  .book-link {
    text-align: center;
    width: 500px;
    margin-bottom: 0;
  }

  .heading1 {
    font-size: 36px;
    line-height: 42px;
  }

  .container {
    width: auto;
    max-width: 100%;
    margin: 60px auto 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-container {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .website-wrap {
    flex-direction: column;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .address-block-wrap {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
  }

  .bank-details {
    margin-bottom: 20px;
  }

  .footer-phone {
    text-align: center;
    margin-bottom: 10px;
  }

  .container-hero {
    margin-top: 0;
    padding-top: 0;
  }

  .container-entry-requirements, .container-conditions, .container-daily-routine {
    width: auto;
  }

  .websites-resource-category-wrapper {
    flex-direction: column;
  }

  .navbar {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-4 {
    background-color: #fff;
    min-width: 99%;
    padding: 0;
  }

  .hamburger {
    background-color: #fff;
    border: 0 #fff;
    font-size: 42px;
    line-height: 42px;
  }

  .hamburger:hover {
    color: var(--logo-orange);
    background-color: #fff;
  }

  .menu-button-2 {
    background-color: #fff;
    border: 0 #fff;
    margin-top: 5px;
    padding: 5px;
  }

  .menu-button-2:hover {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    padding: 5px;
  }

  .image-30, .nav-menu-2 {
    background-color: #fff;
  }

  .resource-quicklinks-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-button {
    margin-bottom: 60px;
  }

  .footer-email {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .finances-wrapper {
    margin-bottom: 40px;
  }

  .facebook-wrapper {
    padding-left: 0;
    padding-right: 10px;
  }

  .get-involved-rtb li {
    margin-bottom: 5px;
  }

  .other-news-rtb {
    padding-left: 10px;
    padding-right: 0;
  }

  .other-news-rtb h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .get-involved-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 0;
    display: block;
  }

  .contact-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .container-about {
    margin-left: auto;
    margin-right: auto;
  }

  .container-contact {
    width: auto;
    max-width: 100%;
    margin: 60px auto 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-overview, .containr-get-involved {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
  }

  .home-h1 {
    margin-bottom: 10px;
    font-size: 56px;
    line-height: 56px;
  }

  .subhead-1 {
    margin-bottom: 0;
  }

  .hero-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .about-section {
    padding-top: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .about-article-wrap {
    flex-direction: column;
  }

  .about-article-wrap.a {
    flex-flow: column-reverse;
    align-content: center;
    align-items: stretch;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .left-1 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .left-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-top {
    flex-flow: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logo-wrap {
    flex-wrap: wrap;
    width: auto;
  }

  .footer-bottom {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-wrap {
    width: auto;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-2.centered {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-logo {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .caption-1 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

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

  .text-block {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .footer-address {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .image {
    max-width: 80%;
  }

  .caption-1-plus-1 {
    color: #f1602b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .video-wrap {
    flex-direction: column;
    flex: 1;
    margin-bottom: 20px;
  }

  .video-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .video-right {
    padding-left: 0;
  }

  .block-quote {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .mission-statement {
    margin-top: 6px;
  }

  .footer-donations-wrap {
    width: auto;
  }

  .givealittle-button {
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-title {
    font-family: Roboto, sans-serif;
  }

  .left-padding.no-left-margin {
    padding-left: 0;
  }

  .left-padding.no-left-margin.top-device {
    margin-top: 40px;
  }

  .paragraph-tab {
    font-size: 18px;
    line-height: 24px;
  }

  .programme-block-left p, .programme-block-left li {
    font-size: 14px;
    line-height: 18px;
  }

  .programme-block-left h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .programme-block-right p, .programme-block-right li {
    font-size: 14px;
    line-height: 18px;
  }

  .programme-block-right h3 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .resources-section {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-wrap {
    margin-top: 10px;
  }

  .name-and-email-wrap {
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .name, .email {
    border: 1px solid var(--logo-grey);
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
  }

  .textarea {
    border: 1px solid var(--logo-grey);
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    position: static;
    top: -4%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .form {
    text-align: center;
  }

  .line {
    width: 100%;
    margin-bottom: 20px;
  }

  .line.fullwidth {
    margin-bottom: 0;
  }

  .news-section {
    padding-left: 0;
    padding-right: 0;
  }

  .book-cover {
    margin-bottom: 30px;
  }

  .book-link {
    text-align: center;
  }

  .heading1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .container {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .overview-container {
    margin-top: 0;
  }

  .resource-category-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .website-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .address-block-wrap {
    align-items: center;
    width: 50%;
    margin-bottom: 0;
  }

  .bank-details {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .footer-phone {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .body-about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .websites-resource-category-wrapper {
    flex-flow: column-reverse;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-quicklink-button {
    font-size: 12px;
    line-height: 14px;
  }

  .resources-quicklink-button.w--current {
    font-size: 12px;
  }

  .contact-button {
    margin-bottom: 30px;
  }

  .footer-email {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .finances-wrapper {
    justify-content: center;
    margin-bottom: 0;
  }

  .facebook-wrapper {
    padding-left: 0;
  }

  .news-wrapper {
    width: 100%;
  }

  .get-involved-rtb h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .get-involved-rtb p, .get-involved-rtb li {
    font-size: 14px;
    line-height: 18px;
  }

  .other-news-rtb {
    padding-right: 0;
  }

  .other-news-rtb h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .other-news-rtb p {
    font-size: 14px;
    line-height: 18px;
  }

  .body-news {
    padding-left: 10px;
    padding-right: 10px;
  }

  .get-involved-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .body-get-involved, .body-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container-about {
    width: auto;
  }

  .container-contact {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-bar-text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    justify-content: flex-start;
    width: auto;
    padding: 60px 5px 0;
  }

  .hero-wrap {
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }

  .home-h1 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 42px;
    display: none;
  }

  .subhead-1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .nav-link, .nav-link.w--current {
    background-color: #fff;
  }

  .hero-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .about-article-wrap.a, .about-article-wrap.b {
    margin-bottom: 20px;
  }

  .left-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-1 {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .left-2, .right-2 {
    padding-top: 0;
  }

  .footer-top {
    flex-flow: column wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
  }

  .footer-logo-wrap {
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding-bottom: 10px;
  }

  .footer-bottom {
    padding-left: 6px;
    padding-right: 6px;
  }

  .legal {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
  }

  .heading-2.centred {
    margin-bottom: 20px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2.centered {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-logo {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .caption-1 {
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }

  .bold-text {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 24px;
  }

  .text-block {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
  }

  .footer-address {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
  }

  .footer-nikau-palm-wrap {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .html-embed-copyright {
    margin-bottom: 10px;
  }

  .paragraph {
    color: #000;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .caption-1-plus-1 {
    color: #f1602b;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

  .video-wrap {
    flex: 0 auto;
    justify-content: space-between;
    width: auto;
    margin-bottom: 10px;
  }

  .video-left {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .video-right {
    padding-left: 0;
  }

  .body-home {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .block-quote {
    color: var(--black);
    width: auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
  }

  .mission-statement {
    margin-bottom: 0;
    padding-top: 0;
  }

  .footer-donations-wrap, .footer-address-wrap {
    margin-bottom: 0;
  }

  .image-24 {
    margin-bottom: 10px;
  }

  .givealittle-button {
    margin-bottom: 25px;
    padding: 15px 60px;
  }

  .tab-title {
    cursor: pointer;
    padding: 10px 0 0;
  }

  .tab-title:focus {
    color: var(--logo-orange);
    text-decoration: none;
  }

  .tab-title.w--current {
    color: var(--logo-orange);
    border: 0 #000;
    padding: 10px 0 0;
    text-decoration: none;
  }

  .tab-title.w--current:hover {
    border-style: none;
    border-width: 0;
  }

  .tab-title.w--current:focus {
    border-color: #000;
  }

  .left-padding.no-left-margin.top-device {
    margin-top: 20px;
  }

  .tab-menu {
    margin-bottom: 20px;
  }

  .tab-text {
    text-align: center;
    border: 0 #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
  }

  .tab-text:hover {
    border: 0 solid #000;
    text-decoration: none;
  }

  .tab-text:focus {
    border-bottom: 2px solid var(--logo-orange);
    color: var(--logo-orange);
  }

  .paragraph-tab {
    font-size: 14px;
    line-height: 20px;
  }

  .staff-wrap {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .programme-block-wrapper {
    flex-flow: column;
    width: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .programme-icon {
    font-size: 52px;
    line-height: 52px;
  }

  .programme-block-left {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
    line-height: 20px;
  }

  .programme-block-left p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .programme-block-left h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }

  .programme-block-right {
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .programme-block-right p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .programme-block-right ul {
    padding-left: 25px;
  }

  .programme-block-right h3 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }

  .resources-section {
    padding-top: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .overview-section {
    margin-top: 0;
    padding: 60px 5px 0;
  }

  .contact-wrap {
    margin-top: 20px;
  }

  .name-and-email-wrap {
    flex-flow: column wrap;
  }

  .name {
    color: #000;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .email {
    margin-bottom: 0;
    font-size: 18px;
  }

  .textarea {
    margin-bottom: 30px;
    padding-top: 0;
    font-size: 18px;
  }

  .form {
    text-align: center;
    margin-bottom: 0;
  }

  .line {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .news-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .youtube {
    margin-bottom: 0;
  }

  .body-3 {
    padding-top: 0;
  }

  .heading-2-staff {
    font-size: 20px;
    line-height: 24px;
  }

  .staff-image {
    width: 50%;
    margin-bottom: 0;
  }

  .staff-image.no-shadow {
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    padding-top: 0;
    padding-bottom: 0;
  }

  .book-cover {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .book-link {
    width: 200px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .container {
    width: auto;
    max-width: 1100px;
    margin-top: 0;
  }

  .overview-container {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .website-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .address-block-wrap {
    width: auto;
  }

  .bank-details {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .link-block {
    width: 70%;
  }

  .footer-phone {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
  }

  .body-about {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    margin-bottom: 0;
    padding-left: 15px;
  }

  .list-2 {
    padding-left: 15px;
  }

  .list-3, .list-4 {
    margin-bottom: 0;
    padding-left: 15px;
  }

  .container-hero {
    width: auto;
    margin-top: 0;
  }

  .form-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .fern-logo-wrap {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .hamburger, .menu-button-2 {
    background-color: #fff;
  }

  .resources-quicklink-button {
    margin: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .bot-field-label {
    color: #eb2400;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .bot-field {
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .contact-button {
    margin-bottom: 25px;
    padding: 15px 60px;
  }

  .footer-email {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
  }

  .other-news-wrapper {
    width: 100%;
  }

  .facebook-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .news-wrapper {
    flex-flow: column;
  }

  .get-involved-rtb h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .other-news-rtb {
    padding-left: 0;
  }

  .other-news-rtb h3 {
    margin-top: 10px;
  }

  .other-news-rtb p {
    margin-bottom: 0;
  }

  .other-news-rtb img {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .body-news {
    padding-left: 0;
    padding-right: 0;
  }

  .get-involved-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .body-get-involved, .body-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section {
    padding: 60px 5px 20px;
  }

  .container-about {
    width: auto;
  }

  .container-contact {
    width: auto;
    max-width: 1100px;
    margin-top: 0;
  }

  .cookie-bar-wrapper {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .cookie-bar-text {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }

  .link-2 {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}