@import url("https://use.typekit.net/oox3dar.css");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #FFBC00;
  color: #000;
}

body.open {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: underline;
}

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

.site-wrapper {
  overflow: hidden;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

@media only screen and (min-width: 993px) {
  .container {
    width: 100%;
    max-width: 1170px;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

.impact-figure {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.impact-figure img {
  width: 100%;
}

html {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  line-height: 25.00000002px;
  font-style: normal;
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  line-height: 25.00000002px;
  font-style: normal;
}

.lead {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30.00000006px;
  line-height: 33.3333332767px;
}

small,
.small {
  font-family: "din-2014", sans-serif;
  font-size: 14.4px;
  line-height: 18px;
}

h1, h2, h3, h4 {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-size: clamp(38px, 7vw, 100.00000008px);
  line-height: clamp(35px, 7vw, 90.000000072px);
  font-weight: 800;
}

h2 {
  font-size: clamp(33px, 7vw, 60.00000012px);
  line-height: clamp(30px, 7vw, 60px);
  font-weight: 800;
}

h3 {
  font-size: clamp(28px, 7vw, 39.99999996px);
  line-height: clamp(25px, 7vw, 35px);
  font-weight: 700;
}

h4 {
  font-size: clamp(24px, 7vw, 30.00000006px);
  line-height: clamp(20px, 7vw, 25px);
  font-weight: 700;
}

.xxl-heading h1, .xxl-heading h2 {
  font-size: clamp(48px, 7vw, 140.00000004px);
  line-height: clamp(43px, 7vw, 80.000000064px);
  font-weight: 800;
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.btn-primary {
  margin: 0 auto !important;
  font-family: "din-2014", sans-serif;
  background-color: #000 !important;
  padding: 10px 20px !important;
  border: 2px solid #000 !important;
  font-size: 18px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  transition: 350ms ease-out;
}
.btn-primary:hover {
  color: #000 !important;
  background-color: #FFBC00 !important;
  border: 2px solid #000 !important;
}

.block {
  transform: translateX(-80px);
  opacity: 0;
}
.block:nth-child(even) {
  transform: translateX(100px);
}

.item {
  transform: translateY(-30px);
  opacity: 0;
}

.branding .brand {
  display: block;
  height: 80px;
}
.branding .brand svg {
  height: 100%;
  width: 100% !important;
  width: auto;
}

header {
  margin-bottom: 70px;
}
header .header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
}
header .header-content .branding {
  max-width: 352px;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  header .header-content .branding {
    max-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 993px) {
  .toggle {
    display: none;
  }
  .nav-wrapper {
    display: flex;
  }
  .nav-wrapper.primary ol {
    align-items: flex-end;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol a {
    display: inline-block;
    color: #111122;
    font-size: 30.00000006px;
    line-height: 1;
    font-weight: bold;
    min-width: 150px;
    padding-bottom: 20px;
    position: relative;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .nav-wrapper.primary ol a:hover {
    margin-top: -10px;
    padding-bottom: 30px;
  }
  .nav-wrapper.primary ol a:before {
    z-index: 1;
    bottom: 0px;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 15px;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    background: #111122;
  }
  .nav-wrapper.primary ol a:hover:before {
    width: 100%;
  }
  .nav-wrapper.primary ol a:after {
    bottom: 0px;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    background: linear-gradient(90deg, #009FF9, rgba(0, 159, 249, 0.3));
  }
  .nav-wrapper.primary ol a.donate {
    background-color: #111122;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .nav-wrapper.primary ol a.donate:after {
    display: none;
  }
  .nav-wrapper.secondary {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .nav-wrapper.secondary a {
    color: #111122;
    font-size: 14.4px;
  }
  .nav-wrapper.secondary .social a {
    font-size: 60.00000012px;
  }
  .nav-wrapper.footer {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-wrapper.footer .footer {
    width: 100%;
    justify-content: flex-end;
    font-size: 14.4px;
  }
  .nav-wrapper.footer .social a {
    font-size: 100.00000008px;
  }
  nav ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: inline-block;
    margin: 0 10px;
  }
  nav ol li a {
    color: #111122;
    text-decoration: none;
  }
  nav ol li a:hover {
    color: #009FF9;
  }
}
@media only screen and (max-width: 768px) {
  .toggle {
    display: none;
  }
  .navigation {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navigation nav ol li a {
    display: block;
    padding: 10px;
    color: #111122;
    text-decoration: none;
    font-size: 14.4px;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav ol li a:hover {
    background: rgba(17, 17, 34, 0.1);
  }
  .navigation nav ol li a br {
    display: none;
  }
  .navigation nav.social ol {
    display: flex;
  }
  .navigation nav.social ol a {
    font-size: 140.00000004px;
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
  padding: 30px;
  border: 1px solid rgba(17, 17, 34, 0.05);
  border-radius: 0;
  flex-direction: revert;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 30px 0 85px 0;
  background-color: #000;
}
footer .nav.footer {
  justify-content: center;
}
footer .nav.footer a {
  color: #fff !important;
}
footer .branding {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  footer .branding {
    max-width: 200px;
    margin: 0 auto;
  }
}
footer .branding svg {
  max-width: 338px;
  filter: invert(99%) sepia(38%) saturate(103%) hue-rotate(198deg) brightness(116%) contrast(100%);
}
footer .branding img {
  width: 100%;
  max-width: 338px;
  object-fit: cover;
}
footer .copyright {
  text-align: center;
  color: #fff;
}
footer .copyright p {
  margin: 0;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

input[type=text], input[type=email], textarea {
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
}
input[type=text]::focus, input[type=email]::focus, textarea::focus {
  border: none !important;
}

[data-fui-field-count="2"], [data-fui-field-count="1"] {
  gap: 30px 90px !important;
  margin-bottom: 15px !important;
}

.fui-btn-wrapper {
  margin-top: 30px !important;
  padding-top: 0 !important;
}
.fui-btn-wrapper [data-submit-action=submit] {
  margin: 0 auto !important;
  font-family: "din-2014", sans-serif;
  background-color: #000 !important;
  padding: 10px 20px !important;
  border: 2px solid #000 !important;
  font-size: 18px !important;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  transition: 350ms ease-out;
}
.fui-btn-wrapper [data-submit-action=submit]:hover {
  color: #000 !important;
  background-color: #FFBC00 !important;
  border: 2px solid #000 !important;
}

.hero-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-content-top {
  text-align: center;
  padding-bottom: 30px;
}
.hero-content-bottom {
  position: relative;
  text-align: center;
  background-color: #000;
  width: 100%;
  color: #FFBC00;
  padding: 30px 0;
  z-index: 1;
}
.hero-content__image-mobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .hero-content__image-mobile {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.hero-content__image-mobile-one {
  max-width: 270px;
  width: 50%;
}
.hero-content__image-mobile-one img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-content__image-mobile-two {
  max-width: 330px;
  width: 50%;
}
.hero-content__image-mobile-two img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.conent-inner {
  position: relative;
}
.conent-inner .hero-content__image-one {
  position: absolute;
  max-width: 274px;
  bottom: -31px;
  left: -172px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .conent-inner .hero-content__image-one {
    display: none;
  }
}
.conent-inner .hero-content__image-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conent-inner .hero-content__image-two {
  position: absolute;
  max-width: 300px;
  bottom: -31px;
  right: -189px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .conent-inner .hero-content__image-two {
    display: none;
  }
}
.conent-inner .hero-content__image-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.socialShare {
  border: none !important;
  margin-top: 15px;
}
.socialShare .social-download {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.socialShare .social-download-btn {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 40px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: 350ms ease-out;
}
.socialShare .social-download-btn:hover {
  color: #FFBC00;
  background-color: transparent;
  border: 2px solid #FFBC00;
}