/* CSS variables */

:root {
  --afc-mobile-scroll-container-height: 0px; /* height of mobile scroll container -- this is set by Javascript */
}

/* Page overall */

a,
a:link,
a:visited {
  border-bottom: 1px solid #e82011;
  color: #e82011;
  text-decoration: none;
  transition: border-bottom 0.15s ease-out, color 0.15s ease-out;
}

a:hover,
a:active,
a:focus {
  border-bottom: 1px solid transparent;
  color: #c91c0f;
}

b,
strong {
  font-weight: 700;
}

#en__pagebuilder b,
#en__pagebuilder strong {
  font-weight: 700;
}

blockquote {
  border-left: none;
  line-height: 1.5;
  margin: 50px auto;
  max-width: 700px;
  text-align: center;
}

blockquote::before {
  content: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/quote-yellow.svg?v=1616431382000);
  line-height: 1.5;
}

blockquote p {
  color: black;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin: 12.5px 0;
}

blockquote small {
  color: #4e4e46;
}

body {
  background-color: white;
  color: black;
  font-family: 'Foco', Arial, sans-serif;
  font-size: 18px;
  font-variant-ligatures: no-common-ligatures;
  letter-spacing: 0.25px;
  line-height: 1.5;
}

@media only screen and (min-width: 40em) {
  body {
    background-color: #e9eef0;
  }
}

@media only screen and (min-width: 64em) {
  body {
    font-size: 22px;
  }
}

details {
  margin: 0 0 12.5px;
}

.grid-container {
  max-width: 1300px;
}

@media screen and (min-width: 64em) {
  .grid-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Foco', Arial, sans-serif;
  margin: 0 0 18.75px;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child) {
  margin-top: 25px;
}

div.en__component--copyblock:not(:first-child)
  h1:first-child:not(.accordion__title),
div.en__component--copyblock:not(:first-child)
  h2:first-child:not(.accordion__title),
div.en__component--copyblock:not(:first-child)
  h3:first-child:not(.accordion__title),
div.en__component--copyblock:not(:first-child)
  h4:first-child:not(.accordion__title) {
  margin-top: 25px;
}

h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
}

h1,
h2 {
  line-height: 1.3;
}

h1.h1-extra-large {
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

@media only screen and (min-width: 64em) {
  h1.h1-extra-large {
    font-size: 60px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }
}

img {
  border-radius: 20px;
  border-style: none;
  margin: 25px auto;
  vertical-align: top;
}

li {
  margin-bottom: 12.5px;
  position: relative;
}

#main-and-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push footer down to bottom, header and main content of page still pushed to top */
  min-height: calc(
    100vh - 77px
  ); /* Fill the screen height, minus the height of the footer */
}

@media only screen and (min-width: 40em) {
  #main-and-footer {
    min-height: calc(
      100vh - 103px
    ); /* Fill the screen height, minus the height of the footer */
  }
}

@media only screen and (min-width: 64em) {
  #main-and-footer {
    min-height: calc(
      100vh - 132px
    ); /* Fill the screen height, minus the height of the footer */
  }
}

ol,
ul {
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: inside decimal;
}

p {
  margin: 0 0 12.5px;
}

.reduce-space-above {
  margin-top: -12.5px !important;
}

.reduce-space-above-more {
  margin-top: -25px !important;
}

.reduce-space-below {
  margin-bottom: -12.5px !important;
}

.reduce-space-below-more {
  margin-bottom: -25px !important;
}

small,
.text-small {
  font-size: 16px;
  line-height: 1.3;
}

.space-above {
  margin-top: 12.5px !important;
}

.space-above-more {
  margin-top: 25px !important;
}

.space-below {
  margin-bottom: 12.5px !important;
}

.space-below-more {
  margin-bottom: 25px !important;
}

summary {
  cursor: pointer;
  display: block;
  font-weight: 700;
  list-style-image: none;
  margin: 0 0 12.5px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/chevron-thick-red.svg?v=1616494754000);
  display: inline-block;
  margin-left: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

details[open] > summary::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.text-medium {
  font-size: 22px;
  line-height: 1.6;
}

.text-medium-small {
  font-size: 18px;
  line-height: 1.4;
}

ul {
  list-style: none;
  padding-left: 20px;
}

ul li::before {
  content: '–';
  margin-left: -20px;
  position: absolute;
}

.web-page-content-container {
  margin: 0 auto;
  max-width: 750px;
  padding: 25px;
}

.zero-space-above {
  margin-top: 0 !important;
}

.zero-space-below {
  margin-bottom: 0 !important;
}

/* Header */

#curve-convex {
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/curve-convex-white.svg?v=1618482534000);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 115%;
  left: 50%;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 102%;
}

@media only screen and (min-width: 40em) {
  header #curve-convex {
    background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/curve-convex-grey.svg?v=1618482873000);
  }
}

header {
  background-color: white;
  padding-bottom: 15px;
  padding-top: 10px;
}

@media only screen and (min-width: 40em) {
  header {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

header a,
header a:link,
header a:visited,
header a:hover,
header a:active,
header a:focus {
  border-bottom: none;
  color: inherit;
  transition: none;
}

#logo {
  height: auto;
  margin: 0 20px;
  width: 65px;
}

@media only screen and (min-width: 64em) {
  #logo {
    margin: 0;
    width: 95px;
  }
}

#logo-container {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 64em) {
  #logo-container {
    justify-content: flex-start;
  }
}

/* Main body of page */

.accordion {
  border: 1px solid #a8bcc6;
  border-radius: 10px;
  margin: 25px 0;
  overflow-y: auto;
}

.accordion:first-child {
  margin-top: 0;
}

.accordion:last-child {
  margin-bottom: 0;
}

.accordion:active,
.accordion:hover {
  cursor: pointer;
}

.accordion.is-open .accordion__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion.is-open .accordion__content {
  display: block;
  height: auto;
  max-height: 3000px;
  min-height: 150px;
  overflow-y: auto;
  padding-bottom: 25px;
}

.accordion__title {
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.3px;
  margin: 0;
  outline-color: #c91c0f;
  outline-width: 2px;
  padding: 25px;
}

@media only screen and (min-width: 40em) {
  .accordion__title {
    padding: 25px 40px;
  }
}

.accordion__title::after {
  content: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/chevron-thin-blue.svg?v=1616497338000);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.accordion.is-open .accordion__title::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media only screen and (min-width: 64em) {
  .accordion__title {
    font-size: 22px;
  }
}

.accordion__icon {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform, fill, 0.2s ease;
  fill: #255870;
}

.accordion__content {
  cursor: auto;
  display: none;
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.25s cubic-bezier(0.24, 0.26, 0.2, 1);
}

@media only screen and (min-width: 40em) {
  .accordion__content {
    padding: 0 40px;
  }
}

.accordion__content p:first-child {
  margin-top: 0;
}

.accordion__content p:last-child {
  margin-bottom: 0;
}

.call-to-action {
  background-color: #fdb913;
  border-radius: 10px;
  margin: 50px 0;
  padding: 25px;
}

.call-to-action .call-to-action__button,
.call-to-action a.call-to-action__button,
.call-to-action a.call-to-action__button:link,
.call-to-action a.call-to-action__button:visited,
.call-to-action button.call-to-action__button {
  font-size: 16px;
  display: block;
  margin-bottom: 0;
  width: auto;
}

.call-to-action__description {
  font-size: 16px;
  margin: 0 0 12.5px;
}

.call-to-action__description p {
  margin: 12.5px 0;
}

.call-to-action__description p:first-child {
  margin-top: 0;
}

.call-to-action__description p:last-child {
  margin-bottom: 0;
}

.call-to-action__heading {
  font-size: 22px;
  display: block;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 7.5px;
}

.call-to-action__text-container {
  flex-grow: 1;
}

@media only screen and (min-width: 40em) {
  .call-to-action {
    align-items: center;
    display: flex;
    margin: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .call-to-action__button {
    font-size: 18px;
    flex-shrink: 0;
  }

  .call-to-action__description {
    margin-bottom: 0;
  }

  .call-to-action__heading {
    font-size: 26px;
  }

  .call-to-action__text-container {
    margin-right: 25px;
  }
}

.en__component--advrow.full-screen {
  background-color: black;
  min-height: calc(100vh - var(--afc-mobile-scroll-container-height));
  min-height: calc(100lvh - var(--afc-mobile-scroll-container-height));
  position: relative;
  width: 100vw;
}

.en__component--advrow.full-screen::before {
  background-position: center top;
  background-size: cover;
  content: '';
  display: block;
  height: calc(100vh - var(--afc-mobile-scroll-container-height));
  height: calc(100lvh - var(--afc-mobile-scroll-container-height));
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.en__component--advrow.full-screen::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  content: '';
  display: block;
  height: calc(100vh - var(--afc-mobile-scroll-container-height));
  height: calc(100lvh - var(--afc-mobile-scroll-container-height));
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .en__component--advrow.full-screen,
  .en__component--advrow.full-screen:not(:last-child) {
    margin: 0 -12.5px;
  }

  .en__component--advrow.full-screen::before {
    background-position: center;
  }
}

@media only screen and (min-width: 64em) {
  .en__component--advrow.full-screen,
  .en__component--advrow.full-screen:not(:last-child) {
    margin: 0 -25px;
  }
}

@media only screen and (min-width: 1300px) {
  .en__component--advrow.full-screen,
  .en__component--advrow.full-screen:not(:last-child) {
    margin: 0 calc(50% - 50vw);
  }
}

.en__component--advrow.full-screen .en__component--column {
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: calc(100vh - var(--afc-mobile-scroll-container-height));
  min-height: calc(100lvh - var(--afc-mobile-scroll-container-height));
  padding: 50vh 25px 37.5px;
  padding-top: 50lvh;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 48em) {
  .en__component--advrow.full-screen .en__component--column {
    padding: 50vh 0 50px;
  }
}

.en__component--advrow.full-screen .en__component--column > * {
  color: white;
  margin: 0 auto;
  max-width: 750px;
}

.en__component--advrow.full-screen .en__component--column > * .button {
  background-color: #fdb913;
  color: black;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

.en__component--advrow.full-screen .en__component--column > * .button:focus {
  outline: 1px solid white;
}

.en__component--advrow.full-screen .en__component--column > * .button:hover,
.en__component--advrow.full-screen .en__component--column > * .button:active,
.en__component--advrow.full-screen .en__component--column > * .button:focus {
  background-color: #fec940;
}

.en__component--advrow.full-screen .en__component--column > * h2 {
  color: #fdb913;
  font-size: 48px;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .en__component--advrow.full-screen .en__component--column > * h2 {
    font-size: 72px;
  }
}

.en__component--advrow.full-screen .en__component--column > * details {
  border: 1px solid #a8bcc6;
  border-radius: 10px;
  margin: 25px 0;
  padding: 25px;
  pointer-events: none; /* make hover colour only work when hovering over summary */
  text-align: center;
}

.en__component--advrow.full-screen .en__component--column > * details:hover,
.en__component--advrow.full-screen .en__component--column > * details:active,
.en__component--advrow.full-screen .en__component--column > * details:focus {
  border-color: #e82011;
}

.en__component--advrow.full-screen .en__component--column > * details p {
  text-align: left;
}

@media only screen and (min-width: 40em) {
  .en__component--advrow.full-screen .en__component--column > * details {
    padding: 25px 40px;
  }
}

.en__component--advrow.full-screen .en__component--column > * summary {
  display: inline-block;
  margin-bottom: 0;
  pointer-events: auto; /* make hover colour only work when hovering over summary */
}

.en__component--advrow.full-screen .en__component--column > * summary + p {
  margin-top: 25px;
}

.en__component--advrow .en__component--advcolumn.full-width-background {
  padding: 25px;
}

.en__component--advrow .en__component--advcolumn.full-width-background > * {
  width: 100%;
}

.en__component--column {
  background-color: white;
}

.en__component--imageblock img {
  margin-bottom: 37.5px;
}

.en__component--row:not(:last-child) {
  margin-bottom: 0;
}

.en__component--row--1 .en__component--column {
  margin: 0 auto;
  padding: 25px 25px 37.5px;
  width: 100%;
}

form .en__component--row--2 {
  flex-direction: column;
}

form .en__component--row--2 .en__component--column {
  padding: 25px 25px 37.5px;
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .en__component--advrow .en__component--advcolumn.full-width-background {
    padding: 25px 37.5px 37.5px;
  }

  .en__component--advrow .en__component--advcolumn.full-width-background > * {
    margin-left: auto;
    margin-right: auto;
  }

  .en__component--column {
    border-radius: 20px;
  }

  .en__component--row:not(:last-child) {
    margin-bottom: 12.5px;
  }

  .en__component--row--1 .en__component--column {
    max-width: 750px;
    padding: 25px 37.5px 37.5px;
  }

  form .en__component--row--2 {
    flex-direction: row;
  }

  form .en__component--row--2 .en__component--column {
    padding: 25px 37.5px 37.5px;
  }

  form .en__component--row--2 .en__component--column--1 {
    width: calc(53% - 25px);
  }

  form .en__component--row--2 .en__component--column--2 {
    width: calc(47% - 25px);
  }

  .en__component--row--2 .en__component--column:first-child {
    margin-right: 12.5px;
  }
}

@media only screen and (min-width: 780px) {
  .en__component--advrow .en__component--advcolumn.full-width-background > * {
    width: 700px;
  }
}

@media only screen and (min-width: 64em) {
  .en__component--advrow .en__component--advcolumn.full-width-background {
    padding: 50px 0 62.5px;
  }

  .en__component--row:not(:last-child) {
    margin-bottom: 50px;
  }

  .en__component--row--1 .en__component--column {
    padding: 50px 75px 62.5px;
  }

  form .en__component--row--2 .en__component--column {
    padding: 50px 75px 62.5px;
  }

  form .en__component--row--2 .en__component--column--1 {
    width: calc(53% - 25px);
  }

  form .en__component--row--2 .en__component--column--2 {
    width: calc(47% - 25px);
  }

  .en__component--row--2 .en__component--column:first-child {
    margin-right: 50px;
  }
}

.en__component--socialshareblock {
  margin: 25px 0;
}

.en__socialShare {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border: solid 1px black !important;
  border-radius: 5px;
  height: 50px !important;
  margin-bottom: 12.5px !important;
  width: 50px !important;
}

.en__socialShare:hover {
  background-color: white;
  filter: invert(1);
}

.en__socialShare:not(:last-child) {
  margin-right: 12.5px !important;
}

@media only screen and (min-width: 40em) {
  .en__socialShare {
    margin-bottom: 25px !important;
  }

  .en__socialShare:not(:last-child) {
    margin-right: 25px !important;
  }
}

.en__socialShare--facebook {
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/facebook.svg?v=1616577912000);
}

.en__socialShare--linkedin {
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/linkedin.svg?v=1616577907000);
}

.en__socialShare--twitter {
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/x.svg?v=1705657102000);
  background-size: 22px;
}

.en__socialShare--whatsapp {
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/whatsapp.svg?v=1616578501000);
}

.en__socialShare img {
  display: none;
}

.fundraising-regulator-badge {
  margin-top: 3rem;
}

.fundraising-regulator-badge img {
  border-radius: 0;
  max-width: 12rem;
}

.image-caption {
  color: #4e4e46;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: -30px;
}

#en__pagebuilder .image-caption {
  margin-top: 0;
}

a.image-link,
a.image-link:link,
a.image-link:visited,
a.image-link:hover,
a.image-link:active,
a.image-link:focus {
  border-bottom: none;
}

.impact {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}

@media only screen and (min-width: 1024px) {
  .impact {
    flex-direction: row;
    margin: 50px 0;
    margin-left: 50%;
    max-width: 950px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 950px;
  }
}

@media only screen and (min-width: 1280px) {
  .impact {
    max-width: 1300px;
    width: 1300px;
    padding: 2rem 0;
  }
}

.impact__stat {
  padding: 50px 0;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .impact__stat {
    padding: 0 50px;
  }

  .impact__stat--solo {
    margin: auto;
    text-align: center;
  }
}

.impact__stat-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 39px;
}

.impact__stat-title--solo {
  letter-spacing: 0.46px;
  line-height: 39px;
}

.impact__stat-description {
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 36px;
}

@media only screen and (min-width: 64em) {
  .impact__stat-description {
    font-size: 22px;
  }
}

.impact__divider {
  background-color: #fdb913;
  border: 0;
  height: 4px;
  margin: auto;
  width: 64px;
}

@media only screen and (min-width: 1024px) {
  .impact__divider {
    height: 64px;
    width: 4px;
  }
}

.introduction-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
}

@media only screen and (min-width: 64em) {
  .introduction-text {
    font-size: 36px;
  }
}

main,
main.grid-container {
  padding: 0 0 25px;
}

@media only screen and (min-width: 40em) {
  main,
  main.grid-container {
    padding: 25px 12.5px;
  }
}

@media only screen and (min-width: 64em) {
  main,
  main.grid-container {
    padding: 50px 25px;
  }
}

.small-cta-block {
  margin: 40px 0;
}

.small-cta-block__text {
  margin: 0;
}

.small-cta-block__text--bold {
  font-weight: 700;
}

a.small-cta-block__link,
a.small-cta-block__link:link,
a.small-cta-block__link:visited {
  border-bottom: none;
  color: inherit;
  display: inline-block;
}

a.small-cta-block__link:hover,
a.small-cta-block__link:active,
a.small-cta-block__link:focus {
  color: #e82011;
}

a.small-cta-block__link::after {
  content: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/chevron-thick-red.svg?v=1616494754000);
  margin-left: 12.5px;
  transition: margin 0.15s ease-out;
}

a.small-cta-block__link:hover::after,
a.small-cta-block__link:active::after,
a.small-cta-block__link:focus::after {
  margin-left: 16px;
  transition: margin 0.15s ease-out;
}

.small-cta-block__link:focus .small-cta-block__icon,
.small-cta-block__link:hover .small-cta-block__icon {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.small-cta-block__icon {
  fill: #e82011;
  transition: transform 0.15s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-left: 10px;
  width: 100%;
  max-width: 15px;
}

.video-container {
  margin: 40px 0;
  position: relative;
  width: 100%;
}

.video-container-16-9 {
  padding-top: 56.25%; /* default to 16:9 aspect ratio = 9 / 16 * 100 */
}

.video-container-4-3 {
  padding-top: 75%; /* 1:1 aspect ratio */
}

.video-container-square {
  padding-top: 100%; /* 1:1 aspect ratio */
}

@media only screen and (min-width: 64em) {
  .video-container {
    margin: 60px 0;
  }
}

.video-container iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Forms */

button,
.button,
a.button,
a.button:link,
a.button:visited,
form .en__tweetButton a,
form .en__tweetButton a:link,
form .en__tweetButton a:visited {
  background-color: #e82011;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  transition: background 0.235s;
  width: 100%;
}

form .en__tweetButton a,
form .en__tweetButton a:link,
form .en__tweetButton a:visited {
  color: white !important;
}

@media only screen and (min-width: 64em) {
  button,
  .button,
  a.button,
  a.button:link,
  a.button:visited,
  form .en__tweetButton a,
  form .en__tweetButton a:link,
  form .en__tweetButton a:visited {
    font-size: 22px;
  }
}

p > .button,
p > .button:link,
p > .button:visited {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:active,
a.button:focus,
form .en__tweetButton a:hover,
form .en__tweetButton a:active,
form .en__tweetButton a:focus {
  background-color: #c91c0f;
  cursor: pointer;
  color: #fff;
}

button:focus,
.button:focus,
a.button:focus,
form .en__tweetButton a:focus {
  outline: 2px solid black;
}

@media only screen and (min-width: 64em) {
  .button {
    font-size: 22px;
  }
}

form .en__component--contactblock {
  background-color: inherit;
  padding: 0;
  padding-bottom: 5px;
}

form .en__component--widgetblock {
  margin-top: 25px;
}

form .en__contact {
  margin-bottom: 40px;
}

form .en__contactDetails {
  margin-top: 25px;
}

form .en__contactDetails__row {
  font-weight: 700;
}

form .en__contact__detail,
form .en__contact__toggle,
form .en__contact--open .en__contact__toggle {
  background-color: transparent;
}

form .en__contact__detail {
  padding: 0;
}

form .en__contactDetail--organization {
  font-weight: normal;
}

.en__contactSubject::before {
  content: 'Subject line';
  display: block;
  font-weight: 700;
  margin: 5px 0 2px;
}

form .en__contact__toggle {
  background-image: none;
  border-top: solid 2px white;
  cursor: auto;
  margin-top: 25px;
  position: relative;
  width: 100%;
}

form .en__contact__toggle::before {
  background-color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  content: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/chevron-thick-red.svg?v=1616494754000);
  cursor: pointer;
  left: calc(50% - 10.5px);
  padding: 14px 6px;
  position: absolute;
  top: calc(-50% - 12px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 64em) {
  form .en__contact__toggle::before {
    top: calc(-50% - 14px);
  }
}

form .en__contact--open .en__contact__toggle {
  background-image: none;
}

form .en__contact--open .en__contact__toggle::before {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

form .en__field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}

.en__field__element--calendar,
.en__field__element--checkbox,
.en__field__element--email,
.en__field__element--number,
.en__field__element--password,
.en__field__element--radio,
.en__field__element--range,
.en__field__element--rating,
.en__field__element--select,
.en__field__element--splitselect,
.en__field__element--splittext,
.en__field__element--telephone,
.en__field__element--text,
.en__field__element--textarea,
.en__field__element--tripleselect,
.en__field__element--tripletext,
.en__field__item {
  width: 100%;
}

.en__field__element--radio {
  display: flex;
  flex-wrap: wrap;
}

.en__field__element--radio .en__field__item {
  width: auto;
}

.en__field__element--radio .en__field__item:not(:last-child) {
  margin-right: 25px;
}

.en__field__error {
  background-color: #e82011;
  color: white;
  margin-top: 12.5px;
  padding: 6.25px 12.5px;
}

form .en__field__helpText,
form .en__field__label {
  padding: 2.5px 0;
}

form .en__field__input--calendar,
form .en__field__input--email,
form .en__field__input--number,
form .en__field__input--other,
form .en__field__input--password,
form .en__field__input--select,
form .en__field__input--splitselect,
form .en__field__input--splittext,
form .en__field__input--telephone,
form .en__field__input--text,
form .en__field__input--textarea,
form .en__field__input--tripleselect,
form .en__field__input--tripletext {
  padding: 15px 20px;
}

form .en__field__input--calendar,
form .en__field__input--email,
form .en__field__input--number,
form .en__field__input--password,
form .en__field__input--range,
form .en__field__input--telephone,
form .en__field__input--text,
form .en__field__input--textarea,
form .en__rangeFieldLabels {
  padding: 12.5px;
  width: 100%;
}

form .en__field__input--checkbox,
form .en__field__input--radio {
  display: none;
}

form .en__field__item {
  padding: 0;
}

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

form .en__field__label {
  width: 100%;
}

.en__field__label--item,
input,
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
optgroup,
select,
textarea,
textarea.en__contactMessage__plainText,
form .en__tweet textarea {
  font-size: 18px;
}

.en__field--opt-in-for-campaigns-and-fundraising-2021.en__mandatory
  .en__field__error,
.en__field--master-merged-opt-in.en__mandatory .en__field__error {
  margin-bottom: 7.5px;
}

.en__field--radio label p {
  font-weight: normal;
}

.en__mandatory .en__field__label:not(.en__field__label--item)::after,
.mandatory::after {
  content: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/asterisk.svg?v=1616513260000);
  margin-left: 5px;
  position: relative;
  top: -8px;
}

.en__submit {
  margin: 37.5px 0;
}

form .en__tweetButton__send,
form .en__tweetButton__sent {
  background-color: transparent;
  width: 100%;
}

form .en__tweetContact,
form .en__tweet,
form .en__tweetBackgroundText,
form .en__tweetButton,
form .en__tweetDisabled,
form .en__twitterTarget {
  background-color: transparent;
}

form .en__tweetContact {
  padding: 0;
  width: 100%;
}

form .en__twitterTarget {
  justify-content: flex-start;
}

form .en__twitterTarget__image {
  display: none;
  margin: 0 25px 0 0;
}

form .en__twitterTarget__name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.4;
}

@media only screen and (min-width: 64em) {
  form .en__twitterTarget__name {
    font-size: 26px;
  }
}

form .en__twitterTarget__party {
  display: inline-block;
  margin-top: 7.5px;
}

form .enWidget {
  font-family: inherit;
  margin-bottom: 25px;
  padding: 0;
}

form .enWidget__copy--below {
  margin-top: 12.5px;
}

form .enWidget__fill {
  background-color: #e82011 !important;
}

form .enWidget__fill__count {
  font-weight: 700;
  padding-top: 3px;
}

form .enWidget__progress {
  border: none !important;
  height: 59px !important;
}

ol.form-steps {
  counter-reset: number;
  display: flex;
  list-style-type: none;
  margin: 25px 0;
}

ol.form-steps li {
  align-items: center;
  display: flex;
  font-size: 16px;
  margin: 0;
}

@media only screen and (min-width: 40em) {
  ol.form-steps li {
    font-size: 18px;
  }
}

ol.form-steps li:not(:last-child) {
  margin-right: 25px;
}

ol.form-steps li::before {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  counter-increment: number;
  content: counter(number) '\a0';
  display: flex;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  margin-right: 10px;
  min-width: 35px;
  padding-left: 5px;
  padding-top: 3px;
  text-align: center;
  width: 35px;
}

ol.form-steps li.form-steps-current {
  font-weight: 700;
}

ol.form-steps li.form-steps-current::before {
  background-color: #e82011;
  color: white;
}

input,
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='radio'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
optgroup,
select,
select:not([multiple]),
textarea,
textarea.en__contactMessage__plainText,
form .en__tweet textarea {
  border: 1px solid #255870;
  border-radius: 5px;
  height: auto;
  outline-color: transparent;
  outline-style: solid;
  outline-width: 5px;
  padding: 12.5px;
}

[type='radio'] + label {
  outline-color: transparent;
  outline-style: solid;
  outline-width: 5px;
}

input,
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
  margin-bottom: 12.5px;
}

input:focus,
[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='radio']:focus,
[type='radio'] + label:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
optgroup:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 2pt #000;
  outline: 0 !important;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: flex;
  margin: 0 !important;
}

input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
  background-color: white;
  border: 1px solid #255870;
  content: '';
  display: block;
  float: left;
  height: 28px;
  margin-right: 10px;
  min-width: 28px;
  width: 28px;
}

input[type='checkbox'] + label:before {
  border-radius: 5px;
}

input[type='radio'] + label:before {
  border-radius: 50%;
}

input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before {
  background-color: #e82011;
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/tick.svg?v=1616516327000);
  background-position: center center;
  background-repeat: no-repeat;
}

label {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
}

label.en__field__label--item {
  font-weight: 400;
}

label[for='en__field_supporter_questions_885933'],
label[for='en__field_supporter_questions_646457'] {
  display: none;
}

.mobile-scroll-container {
  align-items: center;
  background-color: white;
  border-top: 1px solid #e9eef0;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 37.5px 25px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10000000;
}

.mobile-scroll-container .mobile-scroll-button {
  margin: 0 auto;
  max-width: 400px;
}

@media only screen and (min-width: 40em) {
  .mobile-scroll-container {
    display: none;
  }
}

.mp-details {
  align-items: center;
  display: flex;
}

.mp-photo {
  display: none;
  margin: 0 25px 0 0;
}

.mp-photo img,
form .en__twitterTarget__image {
  border: solid 2px white;
  border-radius: 50%;
  height: auto;
  max-width: 100px;
  width: 100px;
}

.mp-photo img {
  margin: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/114/triangle.svg?v=1616514501000);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0 0 12.5px;
}

.target-name {
  margin-bottom: 0;
}

textarea.en__contactMessage__plainText {
  min-height: 200px;
}

/* Footer */

address {
  display: inline;
  font-style: normal;
}

footer {
  background-color: white;
  border-top: solid 40px #e9eef0;
  font-size: 16px;
  margin-top: 30px;
  padding-bottom: 40px;
  padding-top: 40px;
}

footer.mobile-scroll-button-showing {
  padding-bottom: 80px;
}

@media only screen and (min-width: 40em) {
  footer {
    border-top: none;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* Use ENvalidate measure for mobile screen widths */
  footer {
    padding-bottom: 20px;
  }
}

ul.links {
  display: inline;
  line-height: inherit;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

ul.links a,
ul.links a:link,
ul.links a:visited {
  border-bottom: none;
  color: inherit;
  transition: none;
}

ul.links a:hover,
ul.links a:active,
ul.links a:focus {
  border-bottom: 1px solid transparent;
  color: #c91c0f;
}

ul.links li {
  display: inline;
}

ul.links li::before {
  content: '';
  margin-left: 0;
  position: static;
}

ul.links li:not(:last-child)::after {
  content: '|';
  margin-left: 6px;
  margin-right: 2px;
}

/* Utility classes */

.text-yellow {
  color: #fdb913;
}
