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

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

:root {
  --black: #212427;
  --labour-red: #e4003b;
  --grey: #e2e2e2;
  --sand: #f2eede;
  --charcoal: #363534;
  --white: #fff;
  --labour-red-50: #72001d;
  --labour-red-30: #9f0029;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  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;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.5em;
  line-height: 1.2em;
}

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

.hero {
  background-color: var(--labour-red);
  height: auto;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1030px;
  margin: 2rem auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.column {
  flex: 1;
  width: 100%;
  min-width: 23%;
  max-width: 630px;
  height: 100%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.column.full {
  max-width: none;
  margin-right: 0%;
}

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

.section.reds {
  background-color: var(--labour-red);
  color: var(--black);
}

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

.section.yellows {
  background-color: var(--sand);
}

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

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

.section.horz-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.button {
  border: 2px solid var(--labour-red);
  background-color: var(--white);
  color: var(--labour-red);
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

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

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

.card {
  background-color: var(--black);
  color: var(--white);
  flex: 1;
  min-width: 23%;
  max-width: 31.3%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  text-decoration: none;
}

.cardtext {
  padding: 20px;
}

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

.cardtitle {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.brand {
  color: var(--grey);
  object-fit: contain;
  object-position: 50% 50%;
  width: auto;
  margin-left: 0%;
  font-family: Poppins, sans-serif;
}

.brand.footer {
  border-bottom: 1px solid var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.nav-link.w--current:hover {
  font-weight: 700;
}

.navbar {
  opacity: 1;
  color: var(--white);
  background-color: #e4003b00;
  width: 100%;
  height: 80px;
  position: sticky;
}

.footer {
  background-color: var(--labour-red);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Urbanist, sans-serif;
  display: block;
}

.note {
  font-size: .8em;
}

.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", Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 7px 0% auto auto;
}

.nav-menu {
  width: auto;
  height: 100%;
  padding-right: 0%;
  display: flex;
}

.navcontainer {
  border-bottom: 1px solid var(--white);
  width: 100%;
  max-width: 1030px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
}

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

.background-container {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-is-red-1 {
  background-color: var(--labour-red);
  height: 100%;
}

.form-container {
  background-color: var(--white);
  border-radius: 30px;
  margin-bottom: 2rem;
  padding: 20px;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: block;
}

.heading-2 {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 2.6em;
  font-weight: 700;
}

.heading-2.is-red-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-head {
  color: var(--white);
  border-radius: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
}

.nav-head.small {
  font-size: 1.7em;
}

.div-block {
  background-image: url('../images/BP-DL-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.split-section {
  width: 50vw;
  height: 60vh;
  position: relative;
}

.bg-is-red-2 {
  background-color: var(--labour-red-50);
  height: 100%;
}

.slider-split {
  height: 100%;
}

.text-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 4.3em;
  font-weight: 800;
  transform: rotate(0);
}

.heading-3.rotate {
  transform: rotate(-20deg);
}

.div-block-2 {
  background-color: var(--labour-red);
  width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.is-red-1 {
  color: var(--labour-red);
}

.policy-card-1 {
  border: 1px solid var(--grey);
  background-color: var(--labour-red-30);
  border-radius: 20px;
  height: auto;
}

.padding-top-small {
  margin-top: 1rem;
}

.padding-top-medium {
  margin-top: 2rem;
}

.padding-top-large {
  margin-top: 3rem;
}

.box-stack {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.is-black {
  color: var(--black);
}

.heading-4 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.heading-4.is-black {
  color: var(--black);
}

.heading-4.is-red-1 {
  color: var(--labour-red);
  margin-top: 0;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.body-text {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.body-text.is-black {
  color: var(--black);
  text-align: left;
  font-family: Urbanist, sans-serif;
}

.paragraph {
  margin-top: 0;
}

.news-block {
  display: flex;
}

.news-block-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-left: 20px;
  display: flex;
}

.heading-5 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-5.is-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
}

.date-text {
  color: #212427b3;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.image-2 {
  width: 100%;
  height: 100%;
  position: sticky;
}

.text-field {
  letter-spacing: 1px;
  border-radius: 30px;
  height: 100%;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

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

.paragraph-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.full-width-img-q {
  border-radius: 30px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.img-full-width {
  background-image: url('../images/BP-HSS.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  height: 100%;
}

.img-quote-overlay {
  mix-blend-mode: normal;
  background-color: #0000004d;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-quote {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Urbanist, sans-serif;
}

.button-2 {
  background-color: var(--white);
  color: var(--labour-red-30);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-family: Urbanist, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-2.w--current, .button-2.w--current:hover {
  font-weight: 900;
}

.horz-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form-button {
  background-color: var(--labour-red);
  letter-spacing: 1px;
  border-radius: 30px;
  width: 100%;
  margin-top: 20px;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.bg-is-grey {
  background-color: var(--grey);
}

.radio-button-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.container-hero {
  width: 100%;
  max-width: 1030px;
  margin: 2rem auto 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.slide {
  background-image: url('../images/BP-Anna-Turley.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/BP-DL-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/BP-Alan-Strickland.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.line-break {
  background-color: var(--black);
  height: 1px;
}

.social-icon {
  aspect-ratio: 1;
  width: 30px;
}

.social-icon.x {
  background-image: url('../images/X.svg');
  background-position: 0 0;
  background-size: cover;
}

.heading-6 {
  font-family: Urbanist, sans-serif;
  font-weight: 600;
  overflow: clip;
}

.radio-button-label {
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.rich-text-block {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 150px;
}

.max {
  width: 480px;
}

.text-block {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.backbriget-slide {
  background-color: var(--labour-red-50);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-message {
  color: var(--labour-red);
  background-color: #ddd0;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.image-5 {
  max-width: 87%;
  padding-top: 3px;
}

.image-6 {
  max-width: 97%;
  padding-top: 3px;
}

.image-7 {
  max-width: 94%;
  padding-top: 5px;
}

.image-7-copy {
  max-width: 83%;
  padding-top: 2px;
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
  }

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

  .column.padding-top-medium {
    margin-top: 1rem;
  }

  .section, .section.horz-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .navcontainer {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 2.2em;
  }

  .div-block {
    width: 390px;
  }

  .split-section {
    height: 40vh;
  }

  .heading-3 {
    font-size: 2.5em;
  }

  .container-hero {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
  }
}

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

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

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

  .brand {
    padding-left: 0;
  }

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

  .heading-2 {
    width: 70%;
  }

  .div-block {
    inset: auto 0% -8% auto;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .row.padding-top-medium, .column.full.padding-top-large {
    margin-top: 1rem;
  }

  .column.padding-top-medium {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .nav-link {
    height: 10%;
  }

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

  .nav-menu {
    background-color: var(--labour-red);
    height: 90vh;
  }

  .navcontainer {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
  }

  .heading-2 {
    width: 77%;
  }

  .heading-2.is-black {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-head {
    width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block {
    width: 260px;
    height: 100%;
    bottom: -4%;
    right: 0%;
  }

  .split-section {
    flex-flow: column;
    width: 100vw;
    height: 30vh;
    display: flex;
  }

  .text-wrapper {
    padding: 20px;
  }

  .div-block-2 {
    height: 20px;
  }

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

  .news-block-content {
    margin-top: 1rem;
    margin-left: 0;
  }

  .img-quote-overlay {
    background-color: #00000080;
    padding: 1rem;
  }

  .block-quote {
    padding-left: 10px;
  }

  .horz-flex {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-flow: column;
  }

  .horz-flex.padding-top-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .image-4 {
    aspect-ratio: 3 / 2;
    width: 1005px;
  }

  .text-block {
    font-weight: 500;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}