:root {
  --black: #000;
  --grey: #e2e2e2;
  --dark-purple: #837d90;
  --white: #fff;
  --transparent: #0000;
  --red: red;
  --light-yellow: #ffe380;
  --blue: #0051ff;
}

body {
  color: var(--black);
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

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

a {
  color: inherit;
  text-decoration: underline;
}

blockquote {
  float: left;
  border-left: 2px solid var(--black);
  width: 50%;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Jost, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

figcaption {
  opacity: .71;
  text-align: left;
  margin-top: 3px;
  font-family: Jost, sans-serif;
  font-size: .8em;
  line-height: 1.1em;
}

.hero {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
}

.row.centrerow {
  justify-content: center;
  align-items: flex-start;
}

.row.filter {
  width: 100%;
  min-height: 50px;
}

.column {
  flex: 1;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  margin-right: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.column.centre-column {
  text-align: center;
  margin-right: 2%;
  padding-right: 0;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.greys {
  background-color: var(--grey);
}

.section.yellows {
  background-color: #ec623d;
}

.section.purples {
  background-color: var(--dark-purple);
  color: var(--white);
}

.section.blackb {
  background-color: var(--black);
  color: var(--white);
}

.section.articlehead {
  background-color: var(--black);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section.skinnyintro {
  padding-top: 0;
  padding-bottom: 10px;
}

.button {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-family: Jost, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  display: inline-block;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.rev {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  display: inline-block;
}

.button.rev:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.subbutton {
  border-left-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.cardrow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2%;
  display: flex;
}

.card {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--grey);
  color: inherit;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 23%;
  max-width: 31.3%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  padding-right: 2%;
  text-decoration: none;
  display: flex;
}

.card:hover {
  text-decoration: underline;
}

.cardtext {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  padding: 10px 20px 0 0;
  display: flex;
}

.cardtext.noimage {
  background-color: var(--black);
  color: var(--white);
  padding-left: 10px;
}

.cardtext.noimage:hover {
  text-decoration: underline;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.cardtitle {
  margin-bottom: 15px;
  font-family: Jost, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.brand {
  object-fit: contain;
  object-position: 50% 50%;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.brand:hover {
  background-color: var(--white);
  filter: invert(0%);
}

.nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--black);
  text-transform: uppercase;
  padding: 20px;
  font-family: Jost, sans-serif;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.nav-link.w--current {
  color: inherit;
}

.nav-link.w--current:hover {
  color: var(--black);
}

.navbar {
  z-index: 10;
  background-color: var(--transparent);
  color: var(--black);
  border-bottom: 1px solid #000;
}

.navbar.brandnb {
  z-index: 8;
  border-bottom-style: none;
}

.footer {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-link {
  color: inherit;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8em;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

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

.accordwrapper {
  border-bottom: 1px solid #00000040;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.accordtitle {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.accordcontent {
  height: 0;
  overflow: hidden;
}

.accordcross {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa 400", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 7px 0% auto auto;
}

.nav-menu.socials {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.fullimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sociallink {
  color: inherit;
  padding: 20px 10px;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.author {
  opacity: .8;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-size: .8em;
  line-height: 1.2em;
  display: flex;
}

.cardtag {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-right: 10px;
  font-family: Jost, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}

.rowtitle {
  margin-bottom: -10px;
}

.heroarticle {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  text-decoration: none;
  position: relative;
}

.heroarticle:hover {
  text-decoration: underline;
}

.heroarticle.colourha {
  color: var(--black);
  background-color: #f5efd9;
}

.heroarticle.colour2ha {
  color: var(--black);
  background-color: #7788cd;
}

.heroimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footerlogo {
  width: 160px;
  margin-bottom: 20px;
}

.tags.onpage {
  padding-left: 10px;
}

.footercol {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form {
  display: flex;
}

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

.form-block.nomarginform {
  margin-left: 0;
  margin-right: 0;
}

.text-field {
  color: var(--black);
  border: 1px solid #000;
  height: 52px;
  margin-bottom: 0;
}

.text-field:active {
  border-style: solid;
  border-color: var(--black);
}

.text-field:focus {
  border-color: var(--black);
}

.pagenav {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 2%;
  display: flex;
}

.pagenavlink {
  border: 1px solid var(--white);
  color: var(--black);
  padding: 5px 10px;
  font-family: Jost, sans-serif;
  text-decoration: none;
}

.pagenavlink:hover {
  border-color: var(--grey);
}

.pagenavlink.currentpage {
  border-color: var(--black);
}

.articleimage {
  background-color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.articleimage.altai {
  margin-top: 0;
}

.acrticlerow {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
}

.articlecol {
  flex: 1;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  margin-right: 2%;
  padding: 20px 40px;
}

.articleside {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.rtb {
  line-height: 1.8em;
}

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

.sidesocial {
  color: inherit;
  padding: 5px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.articlesection {
  padding-top: 2px;
  padding-bottom: 40px;
  position: relative;
}

.logo {
  width: 100%;
}

.filterrow {
  border-bottom: 1px solid #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1700px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  color: var(--white);
  text-transform: none;
  background-color: #000;
  border: 1px solid #000;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
}

.dropdown-toggle:hover {
  background-color: var(--white);
  color: #000;
  border: 1px solid #000;
}

.dropdown {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Jost, sans-serif;
}

.dropdown-list {
  background-color: var(--transparent);
}

.dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  max-height: 80vh;
  margin-top: -1px;
  overflow: auto;
}

.ddlink {
  line-height: 1.2em;
}

.ddlink:hover {
  background-color: var(--grey);
}

@media screen and (max-width: 991px) {
  .column {
    min-width: 31.3%;
    padding-right: 20px;
  }

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

  .card {
    min-width: 48%;
    max-width: 98%;
    margin-right: 2%;
  }

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

  .nav-menu {
    padding-right: 0%;
  }

  .footercol {
    min-width: 31.3%;
    padding-right: 20px;
  }

  .acrticlerow {
    padding-left: 0%;
  }

  .articlecol {
    min-width: 31.3%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .articleside {
    padding-right: 0;
  }

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

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

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

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  blockquote {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .row {
    padding-left: 0%;
  }

  .column {
    min-width: 98%;
    margin-right: 0%;
    padding-right: 0;
  }

  .column.centre-column {
    margin-right: 0%;
  }

  .button.subbutton {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .cardrow {
    padding-left: 0%;
  }

  .brand {
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    color: var(--black);
    text-align: center;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .accordcross {
    font-size: 22px;
    line-height: 22px;
    top: 5px;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: center;
  }

  .nav-menu.socials {
    background-color: var(--black);
    margin-top: 0;
    position: relative;
  }

  .navcontainer {
    flex-flow: column-reverse;
  }

  .sociallink {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .heroimage {
    width: calc(100% - 40px);
    height: auto;
    margin-left: 20px;
    position: relative;
  }

  .footercol {
    min-width: 98%;
    margin-right: 0%;
    padding-right: 0;
  }

  .form-block.nomarginform {
    margin-bottom: 10px;
  }

  .text-field {
    height: 40px;
  }

  .acrticlerow {
    margin-left: -20px;
    padding-left: 0%;
    padding-right: 10px;
  }

  .articlecol {
    margin-right: 0%;
    padding-left: 15px;
    padding-right: 0;
  }

  .sidesocial {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .filterrow {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .button.subbutton {
    margin-right: 0;
    padding: 10px;
  }

  .card {
    border-bottom: 1px solid var(--grey);
    border-right-style: none;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .brand {
    width: 180px;
  }

  .nav-menu.socials {
    background-color: var(--black);
  }

  .acrticlerow {
    flex-flow: column;
    margin-left: 0;
    padding-right: 0;
  }

  .articlecol {
    padding-left: 0;
  }

  .articleside {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .dropdown-toggle {
    padding: 8px 30px 8px 15px;
  }

  .icon {
    margin-right: 10px;
  }
}


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