:root {
  /* Brand colours */
  --hl-colour-red: #ef4129;
  --hl-colour-dark-red: #bd0b02;
  --hl-colour-yellow: #ffb600;
  --hl-colour-dark-yellow: #f29616;
  --hl-colour-light-grey: #ebebeb;
  --hl-colour-dark-neutral: #1d252c;

  /* Content widths */
  --hl-spacer: 1.5rem;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.en__field__item.en__field__item--hidden,
.en__hidden {
  display: none !important;
}

.en__field {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  background: white;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a:link,
a:visited {
  color: var(--hl-colour-dark-red);
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: black;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  font-size: 62.5%;
}

blockquote,
button,
dd,
div,
dl,
dt,
fieldset,
figure,
h5,
img,
input,
label,
legend,
li,
ol,
p,
pre,
select,
textarea,
ul {
  font-size: clamp(1.6rem, calc(1.46656rem + 0.278vw), 1.8rem);
  line-height: 1.6em;
}

blockquote,
dd,
dl,
dt,
li,
ol,
p,
ul {
  margin-bottom: 1em;
}

h1 {
  color: #1d252c;
  font-family: Montserrat, sans-serif;
  font-size: 3.6rem;
  font-variant: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.67em 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 770px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin: 0.67em 0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 770px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0.67em 0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 770px) {
  h3 {
    font-size: 3rem;
  }
}

h1 em,
h2 em,
h3 em,
h4 em {
  color: var(--hl-colour-red);
  display: inline-block;
  font-style: normal;
}

h1 small {
  display: block;
  line-height: 1 !important;
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b {
  background-color: var(--hl-colour-red);
  color: white;
  display: inline-block;
  line-height: 1.3;
  padding: 0 2rem;
}

h1 u {
  border-bottom: 7px solid var(--hl-colour-red);
  display: block;
  padding-bottom: 0.5rem;
  text-decoration: none;
}

p em {
  background-color: var(--hl-colour-dark-red);
  color: white;
  font-style: normal;
}

.en__field,
.en__field__element,
.en__field label {
  width: 100%;
}

.en__field__element input:not([type='checkbox']):not([type='radio']),
.en__field__element select {
  min-width: auto;
  padding: 0.5rem 1.2rem;
  width: 100%;
}

.en__field__element select {
  padding: 1rem 1.2rem;
}

.en__field__element--checkbox,
.en__field__element--radio {
  width: 100%;
  margin-bottom: 20px !important;
}

.en__field__element--checkbox .en__field__item,
.en__field__element--radio .en__field__item {
  padding: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: auto;
}

label.en__field__label {
  color: #757575;
}

.en__field__element--checkbox .en__field__label,
.en__field__element--radio .en__field__label {
  cursor: pointer;
  max-width: none;
}

.en__field__element--checkbox .en__field__input--checkbox,
.en__field__element--checkbox .en__field__input--radio,
.en__field__element--radio .en__field__input--checkbox,
.en__field__element--radio .en__field__input--radio {
  height: 2rem;
  width: 2rem;
}

.en__field--checkbox,
.en__field--radio,
.en__field__input--checkbox,
.en__field__input--radio {
  margin-right: 1.5rem;
}

.en__field__element--imgselect {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 4rem;
  justify-content: space-around;
}

.en__imageSelectField {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  display: flex;
  height: 9rem;
  justify-content: center;
  padding: 1rem;
  width: 12rem !important;
}

@media (min-width: 768px) {
  .en__imageSelectField {
    height: 12rem;
    width: 22rem !important;
  }
}

.en__imageSelectField:has(input[type='radio']:focus) {
  border-color: var(--hl-colour-yellow);
}

.en__imageSelectField:has(input[type='radio']:checked) {
  border-color: var(--hl-colour-red);
}

.en__imageSelectField__image {
  max-height: 7rem;
  max-width: 10rem;
}

@media (min-width: 768px) {
  .en__imageSelectField__image {
    max-height: 10rem;
    max-width: 18rem;
  }
}

.en__field__element--imgselect .en__field__item {
  padding-right: 0;
}

/* Visually hide the radio buttons, but keep them accessible */
.en__field__element--imgselect .en__imageSelectField__control {
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.en__field__element--textarea textarea {
  min-height: 10rem;
  resize: vertical;
  width: 100%;
}

.en__field__element--splitselect,
.en__field__element--splittext {
  grid-gap: 1rem;
  display: flex;
  gap: 1rem;
}

.en__field__element--splitselect .en__field__item,
.en__field__element--splittext .en__field__item {
  width: 100%;
}

.en__submit {
  margin: 3rem 0;
  text-align: center;
}

.en__submit button {
  border: none;
  font-weight: 600;
  padding: 1.1rem 3rem;
  text-align: center;
}

.en__mandatory > label:after {
  content: '*';
}

.en__field__element.en__field__element--tripleselect,
.en__field__element.en__field__element--tripletext {
  grid-gap: 1rem;
  display: flex;
  gap: 1rem;
}

.en__field--question label > :first-child {
  margin-top: 0;
}

.en__field--question label > :last-child {
  margin-bottom: 0;
}

.en__field__error {
  width: 100%;
}

.en__errorList {
  padding-left: 2rem;
}

main {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 770px) {
  main {
    flex-direction: row;
  }

  /* On a thank you page (which has class added by JS or share buttons), reverse the column order of the form and share buttons */
  body.thank-you-page main,
  main:has(.en__component--socialshareblock) {
    flex-direction: row-reverse;
  }
}

#form-wrap {
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-top: -35px;
  overflow-y: auto;
  padding: 5rem 2rem 2rem;
  position: relative;
}

@media screen and (min-width: 770px) {
  #form-wrap {
    height: 100vh;
    margin-top: 0;
    width: 50vw;
  }

  #en__pagebuilder #form-wrap {
    width: 100%;
  }
}

#form-wrap form {
  clip-path: polygon(50% 5vw, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
  padding-top: 7rem;
  max-width: 50rem;
  padding-top: 0;
  width: 100%;
}

#form-wrap form:has(.modal-show) {
  clip-path: none;
}

#en__pagebuilder #form-wrap form {
  clip-path: none;
}

@media only screen and (min-width: 770px) {
  #form-wrap form {
    clip-path: none;
  }
}

.en__field--donationAmt,
.en__field--recurrfreq,
.en__field--recurrpay {
  flex-direction: column;
  margin: 0 auto;
}

.en__field--donationAmt div.en__field__element--radio,
.en__field--donationAmt label,
.en__field--recurrfreq div.en__field__element--radio,
.en__field--recurrfreq label,
.en__field--recurrpay div.en__field__element--radio,
.en__field--recurrpay label {
  max-width: none;
  text-align: center;
  width: 100%;
}

.en__field--donationAmt label:after,
.en__field--recurrfreq label:after,
.en__field--recurrpay label:after {
  display: none;
}

.en__field--donationAmt div.en__field__element--radio,
.en__field--recurrfreq div.en__field__element--radio,
.en__field--recurrpay div.en__field__element--radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.en__field--donationAmt div.en__field__element--radio .en__field__item,
.en__field--recurrfreq div.en__field__element--radio .en__field__item,
.en__field--recurrpay div.en__field__element--radio .en__field__item {
  margin: 0 0.5rem 1rem;
  padding: 0;
  width: calc(33% - 1rem);
}

@media screen and (max-width: 600px) {
  .en__field--donationAmt div.en__field__element--radio .en__field__item,
  .en__field--recurrfreq div.en__field__element--radio .en__field__item,
  .en__field--recurrpay div.en__field__element--radio .en__field__item {
    width: 100%;
  }
}

.en__field--donationAmt
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden),
.en__field--recurrfreq
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden),
.en__field--recurrpay
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden) {
  align-items: center;
  display: flex;
  position: relative;
}

.en__field--donationAmt
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden):after,
.en__field--recurrfreq
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden):after,
.en__field--recurrpay
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden):after {
  font-size: 1.6rem;
  left: 1rem;
  position: absolute;
}

.en__field--donationAmt
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden)
  input.en__field__input--other,
.en__field--recurrfreq
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden)
  input.en__field__input--other,
.en__field--recurrpay
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden)
  input.en__field__input--other {
  font-size: 1.6rem;
  padding-left: 1.6rem;
}

.en__field--donationAmt input.en__field__input--radio,
.en__field--recurrfreq input.en__field__input--radio,
.en__field--recurrpay input.en__field__input--radio {
  left: -10000px;
  position: absolute;
  z-index: -1;
}

.en__field--donationAmt input.en__field__input--radio:focus + label,
.en__field--recurrfreq input.en__field__input--radio:focus + label,
.en__field--recurrpay input.en__field__input--radio:focus + label {
  outline: 2px solid rgba(0, 0, 0, 0.7);
}

.en__field--donationAmt label.en__field__label--item,
.en__field--recurrfreq label.en__field__label--item,
.en__field--recurrpay label.en__field__label--item {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.5rem;
  text-transform: uppercase;
}

.en__field--donationAmt .en__field__input--other,
.en__field--recurrfreq .en__field__input--other,
.en__field--recurrpay .en__field__input--other {
  height: 100%;
  margin: 0;
}

/*Global Mobile Styles*/

#more {
  display: none;
}

@media only screen and (max-width: 770px) {
  main {
    flex-direction: column !important;
  }

  .section2 {
    padding-top: 30px !important;
  }

  .en__component--row.en__component--advrow.section1 {
    padding: 20px;
  }
  .en__component--row.en__component--advrow.form1 {
    background-color: white;
    padding: 5px 5px 25px 5px;
  }
  .thlheart {
    margin-bottom: 25px;
    margin-top: 55px !important;
  }
  .section2p2 {
    clip-path: none !important;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 2380px) {
  .form1 {
    clip-path: polygon(50% 3vw, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
  }
}

#en__pagebuilder .form1 {
  clip-path: none;
}

/* Global Desktop Styles */

/* Styles Page 1 */

.upsellMessage {
  max-width: 360px;
  width: 360px;
  height: 125px;
  text-align: center;
  background-color: lightgray;
  border-radius: 5px;
  padding: 10px;
  margin: auto;
  margin-bottom: 20px !important;
}

.en__component--row.en__component--advrow.section1 {
  padding: 55px;
}

.section2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 10px 0px 10px;
}

.section1 {
  padding: 0px 30px 0px 25px;
  max-width: 600px;
}

.form1 {
  background-color: var(--hl-colour-light-grey);
  width: 100%;
  padding: 20px;
  clip-path: polygon(50% 5vw, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
}

#en__pagebuilder .form1 {
  clip-path: none;
}

.en__field__element input:not([type='checkbox']):not([type='radio']),
.en__field__element select {
  border-radius: 0px;
  border-style: none;
}

.en__field__input {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  padding: 10px;
  margin-bottom: 5px;
}

.en__field.en__field--postcode {
  margin-right: 20px;
  clear: both;
}

/* Red flash */

.flash-red p {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--hl-colour-red);
  color: white;
  line-height: 1;
  margin-bottom: 0;
  white-space: nowrap;
  padding: 0.5em 1em;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.flash-red + .en__component--copyblock h1 {
  margin-top: 2rem;
}

*,
::before,
::after {
  box-sizing: border-box;
}

hr {
  height: 7px;
  width: 100%;
  background-color: var(--hl-colour-red);
  border-style: none;
}

#pb_139997,
#pb_148748 {
  padding: 25px;
}

.en__submit button {
  position: relative;
  border: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  letter-spacing: 0.015em;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 1.5em;
  background-color: var(--hl-colour-red);
  color: white;
  height: 70px;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  width: 200px;
}

.en__submit button:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 2.5rem solid darkred;
  border-left: 2.5rem solid transparent;
  transition: transform 0.2s ease-in-out 0s;
}

.en__submit button:hover {
  background-color: darkred;
}

/* Styles 2 Page 1 */

.optintext {
  padding: 0px !important;
}

.en__field__element--checkbox,
.en__field__element--radio {
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#en__field_supporter_questions_11885820 {
  box-shadow: none !important;
}

input[type='radio'] {
  width: 30px !important;
}

.en__field__element--checkbox .en__field__item,
.en__field__element--radio .en__field__item .en__field__input {
  box-shadow: none;
}

/* Styles 2 Page 2 */

.en__component--row.en__component--advrow {
  height: 100%;
}

.section2p2 {
  background-color: var(--hl-colour-light-grey);
  width: 100%;
  padding: 20px;
  clip-path: polygon(50% 5vw, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
}

#en__pagebuilder .section2p2 {
  clip-path: none;
}

.thlheart {
  margin-bottom: 25px;
  margin-top: 25px;
}

.en__field__element--checkbox,
.en__field__element--radio {
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#en__field_supporter_questions_11885820 {
  box-shadow: none !important;
}

input[type='radio'] {
  width: 30px !important;
}

.en__field__element--checkbox .en__field__item,
.en__field__element--radio .en__field__item .en__field__input {
  box-shadow: none;
}

#form-wrap {
  overflow-y: none !important;
}

#form-wrap form,
#pb_139997,
#pb_148748 {
  background-color: var(--hl-colour-light-grey);
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  margin: auto;
  width: 100%;
  color: var(--color-theme-base-inverse);
  max-width: var(--form-container-width);
}

#form-wrap,
#hero {
  padding: 0px;
  height: auto;
}

#hero {
  height: 100vh;
  position: sticky;
  top: 0;
}

.text-thanks {
  padding: 0px 30px 0px 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.donate-share-button {
  width: 200px;
  height: 70px;
  position: relative;
  border: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.015em;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  padding: 20px;
  background-color: #282f36;
  color: white;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
}

.donate-share-button:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 2.5rem solid black;
  border-left: 2.5rem solid transparent;
  transition: transform 0.2s ease-in-out 0s;
}

.donate-share-button:hover {
  background-color: black;
}

/* Continue Reading Styles */

#myBtn {
  font-weight: 900;
  text-transform: uppercase;
  background: #f5f5f5;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: 0.875rem;
  transition: background-color 0.1s ease-out 0s;
  width: 100px;
  text-align: center;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  border-style: none;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#myBtn:hover {
  background: gray;
  cursor: pointer;
}

#myBtn p {
  margin: auto !important;
}

/* End of Continue Reading Styles */

#hero img {
  width: 30rem;
}

.en__component--imageblock {
  margin: 2rem auto;
}

.en__component--imageblock img {
  display: block;
  margin: 0 auto;
}

main {
  color: black;
}

.en__field__error,
.en__errorHeader,
.en__errorList {
  color: var(--hl-colour-dark-red);
  font-size: 1.6rem;
}

.en__field--validationFailed > label {
  color: var(--hl-colour-dark-red);
}

.en__field:has(.en__field__error) input,
.en__field:has(.en__field__error) select,
.en__field:has(.en__field__error) textarea,
.en__field--validationFailed input,
.en__field--validationFailed select,
.en__field--validationFailed textarea {
  border-color: #d04e60 !important;
  background-color: #ff00000a;
}

/* Mandatory Asterisk */
.en__mandatory label::after {
  color: #d04e60;
}

/* Form Border Color */
.en__field__element input:not([type='checkbox']),
.en__field__element select,
.en__field__element textarea {
  border: 0.1rem solid #5e6263;
  border-radius: 5px;
}

/* Amount & Recurring Frequency Radio Buttons - Current Selection */
.en__field--recurrpay input.en__field__input--radio:checked + label,
.en__field--recurrfreq input.en__field__input--radio:checked + label,
.en__field--donationAmt input.en__field__input--radio:checked + label {
  background: var(--hl-colour-red);
  color: #ffffff;
  border-color: var(--hl-colour-red);
  font-size: 1.9rem;
}

/* Amount & Recurring Frequency Radio Buttons - Not Selected */
.en__field--recurrpay label.en__field__label--item,
.en__field--recurrfreq label.en__field__label--item,
.en__field--donationAmt label.en__field__label--item {
  background: #ffffff;
  color: #333333;
  border-radius: 5px;
  border: 0.2rem solid #a1a0a0;
}

/* Currency Symbol */
.en__field--donationAmt
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden)::after,
.en__field--recurrfreq
  div.en__field__element--radio
  .en__field__item.en__field__item--other:not(.en__field__item--hidden)::after {
  content: '${blueprint~currency-symbol}';
}

html {
  overflow-x: hidden;
}

h5 {
  font-family: 'Noto Serif', serif;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 2.16rem;
  font-weight: 400;
  color: #404040;
  line-height: 1.5;
}
p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #404040;
  font-size: 1.6rem;
}

@media only screen and (min-width: 770px) {
  .section1 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}

header {
  height: 80px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 50%;
  z-index: 1;
}

header .logo {
  height: auto;
  width: 100%;
}

header .logo-full {
  display: none;
  width: 30rem;
}

header .logo-stacked {
  display: inline-block;
  max-width: 150px;
  min-width: 100px;
  width: 20vw;
}

@media only screen and (min-width: 770px) {
  header .logo-full {
    display: inline-block;
  }

  header .logo-stacked {
    display: none;
  }
}

header .logo-white {
  display: none;
}

body:has(.background-image-dark) header .logo-white {
  display: inline-block;
}

body:has(.background-image-dark) header .logo-black {
  display: none;
}

.en__component--row {
  display: flex !important;
  flex-direction: column;
}

@media only screen and (min-width: 770px) {
  .en__component--row {
    align-items: flex-start;
    flex-direction: row;
  }
}

.en__component--row--2 {
  background-color: white;
  width: 100%;
}

@media only screen and (min-width: 770px) {
  .en__component--row--2 {
    width: 50vw;
  }

  #en__pagebuilder .en__component--row--2 {
    width: 100%;
  }

  .en__component--row--2:first-of-type {
    padding-top: 2rem;
  }
}
.en__component--row--2 .en__component--column--1 {
  display: none;
}

#en__pagebuilder .en__component--row--2 .en__component--column--1 {
  display: block;
}

.en__component--row--2 .en__component--column--2 {
  width: 100% !important;
}

@media only screen and (min-width: 770px) {
  .en__component--row--2 .en__component--column--2 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.en__component--row--2:first-of-type .en__component--column--2 {
  padding-top: 3rem;
}

@media only screen and (min-width: 480px) {
  .en__component--row--2:first-of-type .en__component--column--2 {
    padding-top: 4.5rem;
  }
}

@media only screen and (min-width: 770px) {
  .en__component--row--2:first-of-type .en__component--column--2 {
    padding-top: 1rem;
  }
}

#en__pagebuilder .en__component--row--2 .en__component--column--2 {
  align-self: stretch;
}

.en__component--row--2 + .en__component--row--2 .en__component--column--2 {
  background-color: var(--hl-colour-light-grey);
  clip-path: polygon(50% 5vw, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
  padding-bottom: 0;
  padding-top: 4.5rem;
}

#en__pagebuilder
  .en__component--row--2
  + .en__component--row--2
  .en__component--column--2 {
  clip-path: none;
}

@media only screen and (min-width: 770px) {
  .en__component--row--2 + .en__component--row--2 .en__component--column--2 {
    padding-top: 9rem;
  }
}

#en__pagebuilder .en__component--row--2 .en__component--column--2 {
  max-width: 50% !important;
  width: 50% !important;
}

.en__component--row--2 .en__component--column--2 > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  width: 100%;
}

@media only screen and (min-width: 770px) {
  .en__component--row--2 .en__component--column--2 > * {
    max-width: min(80%, 490px);
  }
}

/* Hide image blocks which are just used to set the source URL for the background image */
.en__component--imageblock:has(.background-image-source),
p:has(.background-image-source) {
  display: none;
}

#en__pagebuilder .en__component--imageblock,
#en__pagebuilder .en__component--imageblock:has(.background-image-source),
#en__pagebuilder p:has(.background-image-source) {
  display: block !important;
}

.background-image-sticky {
  background-position: 50%;
  background-size: cover;
  clip-path: polygon(
    0px 0px,
    100% 0px,
    100% calc(100% - 5vw),
    50% 100%,
    0px calc(100% - 5vw)
  );
  height: 462px;
  position: sticky;
  top: 0;
  width: 100%;
}

#en__pagebuilder .background-image-sticky {
  display: none;
}

@media screen and (min-width: 770px) {
  .background-image-sticky {
    clip-path: none;
    height: 100vh;
    height: 100lvh;
    width: 50vw;
  }
}

.background-image-credit {
  border-bottom-right-radius: 5px;
  color: white;
  font-size: 1.25rem;
  right: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 410px;
}

@media (min-width: 770px) {
  .background-image-credit {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
  }
}

.background-image-credit details {
  align-items: flex-end;
  bottom: 0.5rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  position: absolute;
  width: auto;
}

@media (min-width: 770px) {
  .background-image-credit details {
    align-items: flex-start;
    left: 0.5rem;
    right: auto;
  }
}

.background-image-credit details[open] {
  background-color: #000000cc;
  width: 20rem;
}

.background-image-credit summary {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  position: relative;
}

.background-image-credit summary::-webkit-details-marker {
  display: none;
}

.background-image-credit summary::after {
  background-image: url(images/icon-info-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  filter: drop-shadow(0.1rem 0.1rem 0.1rem black);
  height: 2rem;
  opacity: 0.5;
  width: 2rem;
}

.background-image-credit details[open] > summary::after {
  opacity: 1;
}

/* Hide 'About this photo' text except for screenreaders */
.background-image-credit summary span {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.background-image-text {
  left: 50%;
  padding: 0 3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.background-image-text-top {
  top: 15%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 770px) {
  .background-image-text-top {
    top: 10%;
  }
}

.background-image-text-bottom {
  bottom: 10%;
  top: auto;
  transform: translateX(-50%);
}

.background-image-text,
.background-image-text p {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  width: 100%;
}

@media only screen and (min-width: 770px) {
  .background-image-text,
  .background-image-text p {
    font-size: 6.5rem;
  }
}

.background-image-text small {
  display: block;
  line-height: 1;
}

.background-image-text u {
  text-decoration-color: var(--hl-colour-yellow);
}

@media only screen and (max-width: 770px) {
  .section2,
  .section1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.en__field__error {
  text-align: center;
}

#blur {
  opacity: 0.5;
}

.en__component--socialshareblock {
  margin: 3rem 0;
}

.share-container {
  padding: 100px;
  bottom: 0;
}

.share-section {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 1.8rem;
}

.share-item {
  background: var(--hl-colour-red);
  color: white;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 8.625rem;
  height: 8.625rem;
  padding: 0.5rem;
  border-radius: 100%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s;
  margin-top: 50px;
}
.icon {
  fill: white;
}

.share-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  text-align: center;
}

.donate-section {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  background-color: #1d252c;
  background-size: cover;
  gap: 1.5rem 0px;
  padding: 150px;
  background-position: 50% 50%;
}

.donate-section img {
  max-width: 420px;
}

.donate-section-quote {
  font-style: italic;
  text-align: center;
  color: white;
  font-family: 'noto serif', georgia;
  font-size: 1.6rem;
  margin-top: 50px;
}

.button-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 3rem 0;
}

.button-container a,
.button-container button {
  min-width: 200px;
  height: 70px;
  position: relative;
  border: none;
  cursor: pointer;
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.015em;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  padding: 20px;
  background-color: var(--hl-colour-red);
  color: white;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-decoration: none;
}

.button-container a::after,
.button-container button::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 2.5rem solid darkred;
  border-left: 2.5rem solid transparent;
  transition: transform 0.2s ease-in-out 0s;
}

.button-container a:hover,
.button-container button:hover {
  background-color: darkred;
}

footer {
  background-color: black;
  text-align: center;
  font-family: 'Open Sans', arial;
  font-size: 1.2rem;
  padding: 35px;
}

footer a {
  color: white;
  padding: 5px;
}

footer a:link,
footer a:visited {
  color: white;
  text-decoration: underline;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .donate-section-quote {
    white-space: pre-line;
  }

  .donate-section {
    padding: 50px 10px 50px 10px;
  }
  .donate-section img {
    width: 100%;
    padding: 20px;
  }
  .donate-section-quote {
    margin-top: 10px;
  }
  .share-container {
    padding: 25px;
    z-index: 3;
  }
  .share-title {
    font-size: 2rem;
    text-align: center;
  }
}

.terms {
  max-width: 500px !important;
  margin: auto !important;
}
.terms p {
  color: white !important;
}

/* Scroll to top arrow */

#return-to-top {
  align-items: center;
  background: #1d252c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 3rem auto;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #555;
}

#return-to-top::after {
  background-image: url(images/chevron-up-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2rem;
  margin: 0;
  transition: all 0.3s ease;
  width: 2rem;
}

#return-to-top span {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.intro-text {
  margin: 3rem 0;
}

.intro-text > p {
  color: #404040;
  font-family: 'Noto Serif', serif;
  font-size: 2.16rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
}

/* Adaptive placeholders */

.en__field.adaptive_placeholder {
  position: relative;
  width: 100%;
}

.en__field.adaptive_placeholder input,
.en__field.adaptive_placeholder select {
  background-color: white;
  border: solid 1px #999999;
  outline: none;
}

/* .en__field.adaptive_placeholder textarea {
  min-height: 170px;
  padding-top: 30px;
  outline: none;
  border: solid 1px #999999;
} */

.en__field.adaptive_placeholder > .en__field--select > label,
.en__field.adaptive_placeholder > label {
  pointer-events: none;
  transition-duration: 0.2s;
  transition-property: transform;
  transform-origin: left;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 10px 0 10px 20px;
  z-index: 2;
}

.en__field.adaptive_placeholder > .en__field--select > label.focusin,
.en__field.adaptive_placeholder > label.focusin {
  -webkit-transform: translate(0.2em, -0.8em) scale(0.8, 0.8);
  transform: translate(0.2em, -0.8em) scale(0.8, 0.8);
  background: #fff;
  padding: 0px 5px 0px 5px;
  margin-left: 10px;
  max-width: 100%;
  min-width: auto;
  top: 0;
  left: 0;
}

.en__field.adaptive_placeholder.en__field--select > label {
  top: 1px;
  left: 4px;
  font-weight: normal;
  position: absolute;
  max-width: 100%;
  max-width: calc(100% - 30px);
  background: #fff;
  padding: 8px 0 5px 20px;
  box-sizing: border-box;
  z-index: 2;
}

.en__field.adaptive_placeholder.en__field--select > label.focusin {
  padding: 0px 5px 0px 5px;
}

.en__field.adaptive_placeholder.en__field--splitselect .en__field__item {
  position: relative;
}

.en__field.adaptive_placeholder.en__field--splitselect
  .en__field__item
  > label {
  top: 3px;
  font-weight: normal;
  position: absolute;
  background: #fff;
  padding: 0 10px 0 10px;
  font-size: 1.4rem;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  width: auto;
  transform: translate(0.2em, -0.8em) scale(0.8, 0.8);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .en__field.adaptive_placeholder.en__field--splitselect
    .en__field__item
    > label {
    max-width: 100%;
    max-width: calc(100% - 30px);
    /*min-width: calc(100% - 30px);*/
  }
}

.en__field.adaptive_placeholder.en__field--splitselect
  .en__field__item
  > label.focusin {
  padding: 0px 5px 0px 5px;
}

.en__field.adaptive_placeholder.en__field--splitselect
  .en__field__item
  .en__field__element--select {
  width: 100%;
}

.en__field.remove-translition.adaptive_placeholder label {
  transition: none;
}

.en__field.adaptive_placeholder > .en__field--select > label,
.en__field--calendar.adaptive_placeholder > label {
  pointer-events: none;
  transition-duration: 0.2s;
  transition-property: transform;
  transform-origin: left;
  position: absolute;
  left: 10px;
  top: 3px;
  font-weight: normal;
  position: absolute;
  background: #fff;
  padding: 0 10px 0 10px;
  font-size: 0.875rem;
  line-height: 1rem;
  width: auto;
  transform: translate(0.2em, -0.8em) scale(0.8, 0.8);
  z-index: 2;
}

/* On grey background second row, also set adaptive placeholder backgrounds to grey */
.en__component--row--2
  + .en__component--row--2
  .en__component--column--2
  .en__field.adaptive_placeholder
  > label.focusin,
.en__component--row--2
  + .en__component--row--2
  .en__component--column--2
  .en__field.adaptive_placeholder.en__field--splitselect
  .en__field__item
  > label,
.en__component--row--2
  + .en__component--row--2
  .en__component--column--2
  .en__field--calendar.adaptive_placeholder
  > label {
  background-color: var(--hl-colour-light-grey);
}

.en__component--row--2
  + .en__component--row--2
  .en__component--column--2
  .en__field.adaptive_placeholder.en__field--select
  > label,
.en__component--row--2
  + .en__component--row--2
  .en__component--column--2
  .en__field.adaptive_placeholder
  > .en__field--select
  > label {
  background-color: white;
}

.en__component--row--2
  + .en__component--row--2
  .en__component--column--2
  .en__field.adaptive_placeholder.en__field--select
  > label.focusin,
.en__component--row--2
  + .en__component--row--2
  .en__component--column--2
  .en__field.adaptive_placeholder
  > .en__field--select
  > label.focusin {
  background-color: var(--hl-colour-light-grey);
  top: -3px;
}

.en__field.en__field--firstName,
.en__field.en__field--lastName {
  width: 50%;
  width: calc(50% - 10px);
  float: left;
  box-sizing: border-box;
  clear: none;
}

#en__pagebuilder .en__field.en__field--firstName,
#en__pagebuilder .en__field.en__field--lastName {
  float: none;
  width: 100%;
}

.en__field.en__field--firstName {
  margin-right: 20px;
  clear: both;
}

.en__field__element input:not([type='checkbox']):not([type='radio']),
.en__field__element textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  padding: 10px;
}

/* Steps indicator */

.en__component--row .en__component--column--2 > .steps-listing {
  padding-top: 2rem;
}

.en__component--row .en__component--column--2 .steps-listing ul {
  border-top: solid 2px #e9e9eb;
  margin: 0;
  padding: 0;
  padding-top: 3px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  justify-content: space-between;
}

.en__component--row .en__component--column--2 .steps-listing ul li span {
  font-size: 1.5rem;
  color: #000;
}

.en__component--row .en__component--column--2 .steps-listing ul li.active span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.en__component--row
  .en__component--column--2
  .steps-listing
  ul
  li.active::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #3a4147 !important;
  display: block;
  position: absolute;
  left: calc(50% - 6px);
  border-radius: 50%;
  top: -10px;
  z-index: 1;
}

.en__component--row .en__component--column--2 .steps-listing ul li {
  flex-basis: 33%;
  position: relative;
  text-align: center;
}

.en__component--row .en__component--column--2 .steps-listing ul li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #dddee0;
  display: block;
  position: absolute;
  left: calc(50% - 6px);
  border-radius: 50%;
  top: -10px;
  z-index: 1;
}

.en__component--row .en__component--column--2 .steps-listing ul li::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #dddee0;
  display: block;
  position: absolute;
  left: calc(50% - 6px);
  border-radius: 50%;
  top: -10px;
  z-index: 1;
}

/* Widgets e.g. progress bar for petitions */

.enWidget {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.enWidget__fill {
  background-color: var(--hl-colour-dark-red) !important;
}

.enWidget__fill__count {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.6rem !important;
}

.enWidget__progress {
  border: 1px solid lightgrey !important;
}

/* Email to target contact */

.en__component--column > .en__component--contactblock {
  background-color: transparent;
  margin-bottom: 4.5rem;
  padding: 0;
}

.en__contact__detail {
  padding-top: 0 !important;
}

.en__contactSubject__field {
  border-width: 1px;
}

/* Email to target modals */

/* Hide modal text - we'll automatically move it into the contact block using JS */
form:has(.modal-open) .modal-text {
  display: none;
}

#en__pagebuilder form:has(.modal-open) .modal-text {
  display: block;
}

/* Hide contact block initially */
form:has(.modal-open) .en__component--contactblock {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

#en__pagebuilder form:has(.modal-open) .en__component--contactblock {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  clip: auto;
}

form:has(.modal-open) .en__component--contactblock.modal-show {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  clip: auto;
  clip-path: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0px;
  max-width: 100%;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}

form:has(.modal-open) .en__component--contactblock.modal-show > * {
  background-color: white;
  margin: 0 auto;
  max-width: min(100%, 768px);
  padding: 1.5rem;
  width: 100%;
}

form:has(.modal-open) .en__component--contactblock.modal-show > *:first-child {
  padding-top: 3rem;
}

form:has(.modal-open) .en__component--contactblock.modal-show > *:last-child {
  padding-bottom: 3rem;
}

@media (min-width: 770px) {
  form:has(.modal-open) .en__component--contactblock.modal-show > * {
    padding: 1.5rem 3rem;
  }
}

.en__component--contactblock h2 {
  line-height: calc(0.9em + 0.75rem);
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  font-family: 'Noto Serif';
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  color: var(--color-neutral-800);
  text-transform: none;
  margin-left: 10px;
}

.modal-open {
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.95em 1.2em 0.92em;
  color: var(--color-theme-accent-dark);
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1;
  width: 100%;
  margin: auto;
}

@media (min-width: 1000px) {
  .modal-open {
    width: 70%;
  }
}

.modal-open:hover {
  transform: scale(1.1); /* Slightly increases size */
  background-color: #f6f6f6; /* Lightens background color */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.modal-open button {
  background-color: transparent;
  border: none;
  color: var(--hl-colour-dark-red);
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
}

.modal-svg {
  fill: var(--hl-colour-dark-red);
  margin-right: 2px;
}

@media (max-width: 760px) {
  .CompModal {
    min-width: 100% !important;
  }
}

#companiesText {
  text-decoration: underline;
}

#companiesText:hover {
  cursor: pointer;
  color: var(--hl-colour-dark-red);
}

.CompModal p {
  margin: 0px !important;
  line-height: 1.5 !important;
}

.en__contactSubject__field,
.en__contactMessage__plainText {
  background: #f9f9f9;
  border-style: solid;
  border-color: #ededed;
  box-shadow: none;
}

/* Opt-ins */

.en__field--fundraising-opt-in {
  display: none !important;
}

#en__pagebuilder .en__field--fundraising-opt-in {
  display: flex !important;
}

/* Make yes/no checkboxes and radio buttons stack choices horizontally */
.en__field__element--checkbox:has(input[type='checkbox'][value='Y']),
.en__field__element--checkbox:has(input[type='checkbox'][value='y']),
.en__field__element--checkbox:has(input[type='checkbox'][value='YES']),
.en__field__element--checkbox:has(input[type='checkbox'][value='Yes']),
.en__field__element--checkbox:has(input[type='checkbox'][value='yes']),
.en__field__element--checkbox:has(input[type='checkbox'][value='N']),
.en__field__element--checkbox:has(input[type='checkbox'][value='n']),
.en__field__element--checkbox:has(input[type='checkbox'][value='NO']),
.en__field__element--checkbox:has(input[type='checkbox'][value='No']),
.en__field__element--checkbox:has(input[type='checkbox'][value='no']),
.en__field__element--radio:has(input[type='radio'][value='Y']),
.en__field__element--radio:has(input[type='radio'][value='y']),
.en__field__element--radio:has(input[type='radio'][value='YES']),
.en__field__element--radio:has(input[type='radio'][value='Yes']),
.en__field__element--radio:has(input[type='radio'][value='yes']),
.en__field__element--radio:has(input[type='radio'][value='N']),
.en__field__element--radio:has(input[type='radio'][value='n']),
.en__field__element--radio:has(input[type='radio'][value='NO']),
.en__field__element--radio:has(input[type='radio'][value='No']),
.en__field__element--radio:has(input[type='radio'][value='no']) {
  display: flex;
  flex-wrap: wrap;
}

/* Legacy form */

.en__field--legacy-legacy-gift-status {
  margin-top: 3rem;
}

.en__field--legacy-happy-to-be-contacted- .en__field__element--radio {
  display: block !important;
}

/* We will show these using JS, based on supporter's responses */
.legacy-questions1,
.legacy-questions2 {
  display: none;
}

body#en__pagebuilder .legacy-questions1,
body#en__pagebuilder .legacy-questions2 {
  display: block;
}

.en_hidden_copyblock {
  display: none;
}

body#en__pagebuilder .en_hidden_copyblock {
  display: block;
}

.en_popup_text {
  margin-top: -4.5rem !important;
  padding-bottom: 1rem !important;
}

.en_popup_text p {
  background: #f5f5f5;
  padding: 20px 25px !important;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  max-width: 350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #edeaf0;
}

.en_popup_text p::before {
  content: '';
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f5f5f5;
  top: -15px;
  right: 30%;
}

/* Payment logos */

.en__component--row
  .en__component--column--2
  > *:last-child:not(.payment-logos):not(.disclosures),
.en__component--row .en__component--column--2 > *:has(+ .payment-logos) {
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.payment-logos {
  display: none;
  margin: 0 auto;
  padding: 0 !important;
  width: 100%;
}

body:has(form[action*='donate']) .payment-logos {
  display: block;
}

body:has(.en__component--socialshareblock) .payment-logos {
  display: none;
}

.single_payment_logo,
.monthly_payment_logo {
  display: none;
}

form:has(input[name='transaction.recurrpay'][value='N']:checked)
  .payment-logos
  .single_payment_logo,
form.donation-single .payment-logos .single_payment_logo {
  display: block;
}

form:has(input[name='transaction.recurrpay'][value='Y']:checked)
  .payment-logos
  .monthly_payment_logo,
form.donation-monthly .payment-logos .monthly_payment_logo {
  display: block;
}

.en__component--row .en__component--column--2 .jBUPlA {
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.en__component--row .en__component--column--2 .monthly_payment_logo .jBUPlA {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (min-width: 960px) {
  .en__component--row .en__component--column--2 .jBUPlA {
    padding-left: 2.5rem;
  }
}

.disclosures {
  display: none;
  padding: 0 !important;
  visibility: hidden;
}

body:has(form[action*='donate']) .disclosures {
  display: block;
  visibility: visible;
}

body:has(.en__component--socialshareblock) .disclosures {
  display: none;
}

/* Fundraising info */

.fundraising-info {
  background-color: white;
  color: var(--color-neutral-800);
  display: none;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.125rem;
  width: 100%;
}

body:has(form[action*='donate']) .fundraising-info {
  display: block;
}

.fundraising-info p {
  margin: 0;
  text-align: center;
}

.fundraising-info .text {
  max-width: 460px;
  padding-left: 20px;
  padding-right: 40px;
}

.fundraising-info a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid var(--hl-colour-yellow);
}

.fundraising-info a:hover {
  background: var(--hl-colour-yellow);
  color: black;
}

.fundraising-info .logo_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
}

.fundraising-info .logo_text div {
  max-width: 370px;
  padding: 20px;
}

@media (min-width: 1140px) {
  .fundraising-info .logo_text {
    flex-direction: row;
  }

  .fundraising-info .logo_text div {
    padding: unset;
  }
}

.fundraising-info .logo_text div h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 20px;
}

.fundraising-info .logo_text div p {
  font-size: 1.3rem;
}

/**************

  Helper classes

  **************/

/* Show/hide on different screen sizes */

.hl__hide {
  display: none !important;
}

@media only screen and (max-width: 39.999em) {
  .hl__hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 63.999em) {
  .hl__hide-on-mobile-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 40em) {
  .hl__hide-on-tablet-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 64em) {
  .hl__hide-on-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 76em) {
  .hl__hide-on-large-desktop {
    display: none !important;
  }
}

#en__pagebuilder .hl__hide,
#en__pagebuilder .hl__hide-on-mobile,
#en__pagebuilder .hl__hide-on-mobile-tablet,
#en__pagebuilder .hl__hide-on-tablet-desktop,
#en__pagebuilder .hl__hide-on-desktop,
#en__pagebuilder .hl__hide-on-large-desktop {
  display: block !important;
}

/* Spacing */

.hl__margin--bottom--none {
  margin-bottom: 0 !important;
}

.hl__margin--bottom--small {
  margin-bottom: calc(var(--hl-spacer) / 2) !important;
}

.hl__margin--bottom--medium {
  margin-bottom: var(--hl-spacer) !important;
}

.hl__margin--bottom--large {
  margin-bottom: calc(var(--hl-spacer) * 2) !important;
}

.hl__margin--bottom--extra-large {
  margin-bottom: calc(var(--hl-spacer) * 3) !important;
}

.hl__margin--left--none {
  margin-left: 0 !important;
}

.hl__margin--left--small {
  margin-left: calc(var(--hl-spacer) / 2) !important;
}

.hl__margin--left--medium {
  margin-left: var(--hl-spacer) !important;
}

.hl__margin--left--large {
  margin-left: calc(var(--hl-spacer) * 2) !important;
}

.hl__margin--left--extra-large {
  margin-left: calc(var(--hl-spacer) * 3) !important;
}

.hl__margin--right--none {
  margin-right: 0 !important;
}

.hl__margin--right--small {
  margin-right: calc(var(--hl-spacer) / 2) !important;
}

.hl__margin--right--medium {
  margin-right: var(--hl-spacer) !important;
}

.hl__margin--right--large {
  margin-right: calc(var(--hl-spacer) * 2) !important;
}

.hl__margin--right--extra-large {
  margin-right: calc(var(--hl-spacer) * 3) !important;
}

.hl__margin--top--none {
  margin-top: 0 !important;
}

.hl__margin--top--small {
  margin-top: calc(var(--hl-spacer) / 2) !important;
}

.hl__margin--top--medium {
  margin-top: var(--hl-spacer) !important;
}

.hl__margin--top--large {
  margin-top: calc(var(--hl-spacer) * 2) !important;
}

.hl__margin--top--extra-large {
  margin-top: calc(var(--hl-spacer) * 3) !important;
}

.hl__padding--bottom--none {
  padding-bottom: 0 !important;
}

.hl__padding--bottom--small {
  padding-bottom: calc(var(--hl-spacer) / 2) !important;
}

.hl__padding--bottom--medium {
  padding-bottom: var(--hl-spacer) !important;
}

.hl__padding--bottom--large {
  padding-bottom: calc(var(--hl-spacer) * 2) !important;
}

.hl__padding--bottom--extra-large {
  padding-bottom: calc(var(--hl-spacer) * 3) !important;
}

.hl__padding--left--none {
  padding-left: 0 !important;
}

.hl__padding--left--small {
  padding-left: calc(var(--hl-spacer) / 2) !important;
}

.hl__padding--left--medium {
  padding-left: var(--hl-spacer) !important;
}

.hl__padding--left--large {
  padding-left: calc(var(--hl-spacer) * 2) !important;
}

.hl__padding--left--extra-large {
  padding-left: calc(var(--hl-spacer) * 3) !important;
}

.hl__padding--right--none {
  padding-right: 0 !important;
}

.hl__padding--right--small {
  padding-right: calc(var(--hl-spacer) / 2) !important;
}

.hl__padding--right--medium {
  padding-right: var(--hl-spacer) !important;
}

.hl__padding--right--large {
  padding-right: calc(var(--hl-spacer) * 2) !important;
}

.hl__padding--right--extra-large {
  padding-right: calc(var(--hl-spacer) * 3) !important;
}

.hl__padding--top--none {
  padding-top: 0 !important;
}

.hl__padding--top--small {
  padding-top: calc(var(--hl-spacer) / 2) !important;
}

.hl__padding--top--medium {
  padding-top: var(--hl-spacer) !important;
}

.hl__padding--top--large {
  padding-top: calc(var(--hl-spacer) * 2) !important;
}

.hl__padding--top--extra-large {
  padding-top: calc(var(--hl-spacer) * 3) !important;
}

/* Colours */

.hl__background--red {
  background-color: var(--hl-colour-red) !important;
}

.hl__background--dark-red {
  background-color: var(--hl-colour-dark-red) !important;
}

.hl__background--white {
  background-color: white !important;
}

.hl__background--yellow {
  background-color: var(--hl-colour-yellow) !important;
}

.hl__text--red {
  color: var(--hl-colour-red) !important;
}

.hl__text--dark-red {
  color: var(--hl-colour-dark-red) !important;
}

.hl__text--white {
  color: white !important;
}

.hl__text--yellow {
  color: var(--hl-colour-yellow) !important;
}

button.hl__button--red,
.hl__button--red button,
a.hl__button--red,
a.hl__button--red:link,
a.hl__button--red:visited,
.button-container.hl__button--red a,
.button-container.hl__button--red a:link,
.button-container.hl__button--red a:visited {
  background-color: var(--hl-colour-red) !important;
  color: white !important;
}

button.hl__button--red::after,
.hl__button--red button::after,
a.hl__button--red::after,
.button-container.hl__button--red a::after {
  border-bottom-color: var(--hl-colour-dark-red) !important;
}

button.hl__button--red:hover,
button.hl__button--red:active,
button.hl__button--red:focus,
.hl__button--red button:hover,
.hl__button--red button:active,
.hl__button--red button:focus,
a.hl__button--red:hover,
a.hl__button--red:active,
a.hl__button--red:focus,
.button-container.hl__button--red a:hover,
.button-container.hl__button--red a:active,
.button-container.hl__button--red a:focus {
  background-color: var(--hl-colour-dark-red) !important;
}

button.hl__button--yellow,
.hl__button--yellow button,
a.hl__button--yellow,
a.hl__button--yellow:link,
a.hl__button--yellow:visited,
.button-container.hl__button--yellow a,
.button-container.hl__button--yellow a:link,
.button-container.hl__button--yellow a:visited {
  background-color: var(--hl-colour-yellow) !important;
  color: var(--hl-colour-dark-neutral) !important;
}

button.hl__button--yellow::after,
.hl__button--yellow button::after,
a.hl__button--yellow::after,
.button-container.hl__button--yellow a::after {
  border-bottom-color: var(--hl-colour-dark-yellow) !important;
}

button.hl__button--yellow:hover,
button.hl__button--yellow:active,
button.hl__button--yellow:focus,
.hl__button--yellow button:hover,
.hl__button--yellow button:active,
.hl__button--yellow button:focus,
a.hl__button--yellow:hover,
a.hl__button--yellow:active,
a.hl__button--yellow:focus,
.button-container.hl__button--yellow a:hover,
.button-container.hl__button--yellow a:active,
.button-container.hl__button--yellow a:focus {
  background-color: var(--hl-colour-dark-yellow) !important;
}

/* Screenreaders */

.hl__screenreader-only {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

#en__pagebuilder .hl__screenreader-only {
  clip: none !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: 100% !important;
}
