@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=5c63580e-da52-4b26-8f30-0e72df3b0022");
.border-primary {
  border-color: #810c81 !important;
}

.bg-purple {
  background-color: #810c81;
}

.bg-dark-purple {
  background-color: #4e1b68;
}

.bg-light-grey {
  background-color: #919697;
}

.bg-grey {
  background-color: #3e474a;
}

.bg-light-blue {
  background-color: #0034a4;
}

.bg-blue {
  background-color: #008aac;
}

.bg-yellow {
  background-color: #f6a800;
}

.bg-green {
  background-color: #45720F;
}

.text-purple {
  color: #810c81;
}

.text-dark-purple {
  color: #4e1b68;
}

.text-light-grey {
  color: #919697;
}

.text-grey {
  color: #3e474a;
}

.text-light-blue {
  color: #0034a4;
}

.text-blue {
  color: #008aac;
}

.text-yellow {
  color: #f6a800;
}

.text-green {
  color: #45720F;
}

.fill-purple {
  fill: #810c81;
}

.fill-dark-purple {
  fill: #4e1b68;
}

.fill-light-grey {
  fill: #919697;
}

.fill-grey {
  fill: #3e474a;
}

.fill-light-blue {
  fill: #0034a4;
}

.fill-blue {
  fill: #008aac;
}

.fill-yellow {
  fill: #f6a800;
}

.fill-green {
  fill: #45720F;
}

.fill-white {
  fill: #ffffff;
}

.stroke-purple {
  stroke: #810c81 !important;
}

.stroke-dark-purple {
  stroke: #4e1b68 !important;
}

.stroke-light-grey {
  stroke: #919697 !important;
}

.stroke-grey {
  stroke: #3e474a !important;
}

.stroke-light-blue {
  stroke: #0034a4 !important;
}

.stroke-blue {
  stroke: #008aac !important;
}

.stroke-yellow {
  stroke: #f6a800 !important;
}

.stroke-green {
  stroke: #45720F !important;
}

.stroke-white {
  stroke: #ffffff !important;
}

@font-face {
  font-family: "Helvetica Neue Light";
  src: url("/fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("/fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue Roman";
  src: url("/fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("/fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("/fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("/fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("/fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("/fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
}
@font-face {
  font-family: "Desyrel";
  src: url("/fonts/desyrel-webfont.woff") format("woff"), url("/fonts/desyrel-webfont.ttf") format("ttf"), url("/fonts/desyrel-webfont.eot") format("opentype"), url("/fonts/desyrel-webfont.svg") format("svg");
}
.script {
  font-family: "Desyrel" !important;
}

.lg-header {
  font-size: 2.7rem;
  font-family: "Helvetica Neue Bold";
}
@media screen and (max-width: 500px) {
  .lg-header {
    font-size: 2.2rem;
  }
}

.md-header {
  font-size: 2rem;
  font-family: "Helvetica Neue Bold";
}

.sm-header {
  font-size: 1.2rem;
  font-family: "Helvetica Neue Bold";
}
@media screen and (max-width: 500px) {
  .sm-header {
    font-size: 1rem;
  }
}

strong, .font-weight-bold {
  font-family: "Helvetica Neue Bold";
}

.img-zoom {
  position: relative;
  overflow: hidden;
}
.img-zoom img {
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.img-zoom:hover img {
  webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 0.25s;
}

.rounded-corner-frame {
  border-radius: 16px 16px 0px 16px;
}

.primary-link {
  font-family: "Helvetica Neue Bold";
  display: inline-block;
}
.primary-link .underline {
  margin-top: -20px;
  min-width: 15px;
}
.primary-link:hover {
  text-decoration: none;
  color: inherit;
}
.primary-link:hover .chevron {
  transform: translateX(2px);
  transition: transform 0.25s ease-in-out;
}
.primary-link:hover .underline {
  visibility: hidden !important;
}
.primary-link:hover .cs-underline {
  visibility: hidden !important;
}

.chevron, .chevron-white, .chevron-purple {
  width: 10px;
  display: inline-block;
  margin-left: 10px;
}

.button {
  border-radius: 10px 10px 0px 10px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.button:hover .chevron {
  fill: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
.button:hover a {
  text-decoration: none;
  background: #810c81;
  color: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
.button a, .button span {
  padding: 10px 35px;
}

.button.bg-purple, .small-button.bg-purple {
  border: 1px solid #810c81;
}
.button.bg-purple:hover a, .button.bg-purple:hover span, .small-button.bg-purple:hover a, .small-button.bg-purple:hover span {
  background: #ffffff;
  color: #810c81 !important;
}

.button.bg-dark-purple, .small-button.bg-dark-purple {
  border: 1px solid #4e1b68;
}
.button.bg-dark-purple:hover a, .button.bg-dark-purple:hover span, .small-button.bg-dark-purple:hover a, .small-button.bg-dark-purple:hover span {
  background: #ffffff;
  color: #4e1b68 !important;
}

.button.bg-dark-purple, .small-button.bg-dark-purple {
  border: 1px solid #4e1b68;
}
.button.bg-dark-purple:hover a, .button.bg-dark-purple:hover span, .small-button.bg-dark-purple:hover a, .small-button.bg-dark-purple:hover span {
  background: #ffffff;
  color: #4e1b68 !important;
}

.button.bg-light-blue, .small-button.bg-light-blue {
  border: 1px solid #0034a4;
}
.button.bg-light-blue:hover a, .button.bg-light-blue:hover span, .small-button.bg-light-blue:hover a, .small-button.bg-light-blue:hover span {
  background: #ffffff;
  color: #0034a4 !important;
}

.button.bg-blue, .small-button.bg-blue {
  border: 1px solid #008aac;
}
.button.bg-blue:hover a, .button.bg-blue:hover span, .small-button.bg-blue:hover a, .small-button.bg-blue:hover span {
  background: #ffffff;
  color: #008aac !important;
}

.button.bg-yellow, .small-button.bg-yellow {
  border: 1px solid #f6a800;
}
.button.bg-yellow:hover a, .button.bg-yellow:hover span, .small-button.bg-yellow:hover a, .small-button.bg-yellow:hover span {
  background: #ffffff;
  color: #f6a800 !important;
}

.button.bg-green, .small-button.bg-green {
  border: 1px solid #45720F;
}
.button.bg-green:hover a, .button.bg-green:hover span, .small-button.bg-green:hover a, .small-button.bg-green:hover span {
  background: #ffffff;
  color: #45720F !important;
}

.small-button {
  border-radius: 5px 5px 0px 5px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.small-button:hover .chevron {
  fill: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
.small-button:hover a {
  text-decoration: none;
  background: #810c81;
  color: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
.small-button a, .small-button span {
  padding: 5px 20px;
  font-size: 0.8rem;
}

.card-line {
  height: 3px;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 90% !important;
  }
}
.container {
  max-width: 95%;
}

.text-body {
  color: #3E474A !important;
}

p a {
  color: #810c81;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
}

#accesskeys-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 20px;
  color: #fff;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  display: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue Roman";
  color: #3E474A;
}

.site-logo {
  width: 150px;
}

.utility-nav {
  font-size: 0.75rem;
}
.utility-nav .donate-nav-button {
  background: white;
  border: 1px solid #810c81;
  color: #810c81 !important;
  padding: 5px 15px;
  border-radius: 5px;
}
.utility-nav .donate-nav-button:hover {
  text-decoration: none;
  background: #810c81;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}
.utility-nav .active {
  text-decoration: underline;
}
.utility-nav .search-icon {
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 725px) {
  .utility-nav {
    display: none;
  }
}
.utility-nav .queens-award-logo img {
  width: 150px;
  padding-top: 4px;
}

nav {
  position: unset !important;
}
nav .nav-item {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  nav .nav-item {
    padding-bottom: 0;
  }
}
nav .nav-item:hover .nav-sub-menu {
  display: block;
}
nav .nav-item:hover .nav-link {
  background: #810c81;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  nav .nav-sub-menu {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1199px) {
  nav .nav-sub-menu {
    position: absolute;
    top: 68px;
    left: 7px;
    background: #F8F8F8;
    width: 250px;
    text-align: left;
    display: none;
    z-index: 11;
  }
}
nav .nav-sub-menu .nav-sub-link {
  display: block;
  padding: 0.8rem;
  font-size: 0.9rem;
  color: inherit;
}
nav .nav-sub-menu .nav-sub-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  nav .nav-sub-menu .nav-sub-link {
    border: none;
    padding: 0.5rem 0;
  }
}
nav .nav-sub-menu .nav-sub-link-child {
  display: block;
  padding: 0.5rem 0.8rem;
  color: #3E474A;
  font-size: 0.8rem;
  text-decoration: underline;
}
nav .nav-sub-menu .nav-sub-link-child:hover {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  nav .nav-sub-menu .nav-sub-link-child {
    padding-bottom: 0;
  }
}
nav .nav-item.active .nav-link {
  background: #810c81;
  color: #ffffff;
}
nav .nav-item .nav-link {
  color: #3E474A;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 5px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  nav .nav-item .nav-link {
    font-size: 1rem;
    font-family: "Helvetica Neue Bold";
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
  }
}
@media screen and (max-width: 725px) {
  nav .mobile-nav-item {
    display: block;
  }
}

.navbar-toggle {
  height: 22px;
  width: 28px;
  z-index: 5;
  position: relative;
  background: none;
  border: none;
  outline: none !important;
}
.navbar-toggle .icon-bar {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #3E474A;
  opacity: 1;
  transition: 0.5s;
}
.navbar-toggle .icon-bar:first-child {
  top: 3px;
}
.navbar-toggle .icon-bar:last-child {
  top: 19px;
}

.navbar-toggle[aria-expanded=true] .icon-bar {
  opacity: 0;
  top: 50%;
}
.navbar-toggle[aria-expanded=true] .icon-bar:first-child {
  opacity: 1;
  transform: rotate(135deg);
}
.navbar-toggle[aria-expanded=true] .icon-bar:last-child {
  opacity: 1;
  transform: rotate(-135deg);
}

.mobile-nav-item {
  display: none;
}

.largeHeader {
  position: relative;
  padding: 14rem 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  overflow: hidden;
}
.largeHeader:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(/imgs/header-brush-stroke.svg) no-repeat;
  background-size: cover;
  z-index: 10;
}
.largeHeader .container {
  z-index: 2;
  position: relative;
}
.largeHeader .headingTitle {
  font-family: "Desyrel";
  font-size: 3.4rem;
}
.largeHeader h1 {
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .largeHeader h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 580px) {
  .largeHeader h1 {
    font-size: 2rem;
  }
}
.largeHeader .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.largeHeader .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.largeHeader .iframe-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.largeHeader .iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.largeHeader .video-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.largeHeader .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.imageOnlyHeader img {
  height: 530px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .imageOnlyHeader img {
    height: 330px;
  }
}
@media screen and (max-width: 576px) {
  .imageOnlyHeader img {
    height: 160px;
  }
}

.slimHeader {
  width: 100%;
  overflow: hidden;
}
.slimHeader .row {
  overflow: hidden;
  height: 390px;
}
@media screen and (max-width: 991px) {
  .slimHeader .row {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .slimHeader .row {
    padding: 4rem 0;
    height: unset;
  }
}
.slimHeader .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .slimHeader .image {
    display: none !important;
  }
}
.slimHeader .image img {
  height: 390px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .slimHeader .image img {
    height: 250px;
  }
}
.slimHeader .title {
  font-family: "Desyrel";
}
.slimHeader .text .text-container {
  width: 80%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slimHeader .text .text-container {
    width: 100%;
  }
}
.slimHeader svg {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .slimHeader svg {
    right: -80px;
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .slimHeader svg {
    right: -5%;
  }
}
@media screen and (max-width: 1300px) {
  .slimHeader svg {
    right: -8%;
  }
}
@media screen and (max-width: 1199px) {
  .slimHeader svg {
    right: -12%;
  }
}
@media screen and (max-width: 1100px) {
  .slimHeader svg {
    right: -15%;
  }
}
@media screen and (max-width: 1050px) {
  .slimHeader svg {
    right: -18%;
  }
}
@media screen and (max-width: 991px) {
  .slimHeader svg {
    right: 3%;
  }
}
@media screen and (max-width: 850px) {
  .slimHeader svg {
    right: -5%;
  }
}
.slimHeader .flex-row-reverse svg {
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 1;
  right: unset;
}
@media screen and (min-width: 1500px) {
  .slimHeader .flex-row-reverse svg {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .slimHeader .flex-row-reverse svg {
    left: -10%;
  }
}
@media screen and (max-width: 1050px) {
  .slimHeader .flex-row-reverse svg {
    left: -15%;
  }
}
@media screen and (max-width: 991px) {
  .slimHeader .flex-row-reverse svg {
    left: 3%;
  }
}
@media screen and (max-width: 850px) {
  .slimHeader .flex-row-reverse svg {
    left: -5%;
  }
}

.video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video .video-wrapper iframe, .video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagram .instagram-item {
  width: 25%;
}
@media screen and (max-width: 840px) {
  .instagram .instagram-item {
    width: 50%;
  }
}
.instagram .instagram-item a .rounded-corner-frame img {
  border-radius: 32px 32px 0px 32px;
  padding: 10px;
}
.instagram .instagram-item a img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.instagram .instagram-item a img:hover {
  opacity: 0.8;
}
.instagram .instagram-item a div div {
  font-size: 0;
}
.instagram .social-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.instagram .social-icon:hover {
  opacity: 0.4;
}

.get-in-touch .heading {
  font-family: "Desyrel" !important;
  font-size: 4rem;
}
@media screen and (max-width: 550px) {
  .get-in-touch .heading {
    font-size: 3rem;
  }
}
.get-in-touch .social-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.get-in-touch .social-icon:hover {
  opacity: 0.4;
}

.get-in-touch-global:before {
  content: "";
  background-image: url("/imgs/get-in-touch-brush-stroke.svg");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  display: block;
}

.card-item {
  -webkit-box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.44);
  box-shadow: 4px 6px 13px -2px rgba(0, 0, 0, 0.44);
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.card-item:hover {
  text-decoration: none;
}
.card-item:hover .img-zoom img {
  webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 0.25s;
}
.card-item:hover .chevron {
  transform: translateX(2px);
  transition: transform 0.25s ease-in-out;
}
.card-item:hover .underline {
  visibility: hidden !important;
}
.card-item:hover .cs-underline {
  visibility: hidden !important;
}
.card-item img {
  transition: transform 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.card-item .summary {
  font-size: 0.8rem;
}
.card-item .primary-link {
  font-size: 0.9rem;
  display: inline-block;
}
.card-item .primary-link:hover {
  color: #810c81;
}
.card-item .primary-link .underline {
  margin-top: -20px;
}

.icon-ctas .icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.appeals .heading {
  font-family: "Helvetica Neue Bold";
}
.appeals .copy {
  font-size: 0.9rem;
}
.appeals .image {
  height: 200px;
  object-fit: cover;
}
.appeals .carousel-item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.appeals .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.appeals .carousel-item-container {
  padding-left: 14%;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .appeals .carousel-item-container {
    padding: 0 15px;
    width: 100%;
  }
}
.appeals .carousel-indicators li {
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 9px;
  height: 9px;
  margin-left: 0;
  margin-right: 11px;
}
.appeals .carousel-indicators .active {
  background: #ffffff;
}
.appeals .carousel-badge {
  position: absolute;
  top: -100px;
  left: 10%;
  width: 200px;
  height: 190px;
  object-fit: cover;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .appeals .carousel-badge {
    width: 120px;
    height: 110px;
    left: 5%;
    top: -55px;
  }
}
.appeals .primary-link {
  font-size: 0.9rem;
}

.newsletter {
  position: relative;
}
.newsletter .newsletter-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter .newsletter-overlay {
  background: #4e1b68;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.newsletter .row {
  position: relative;
  z-index: 2;
}
.newsletter .newsletter-disclaimer {
  font-size: 0.85rem;
  width: 350px;
}
.newsletter .newsletter-disclaimer a {
  text-decoration: underline;
  color: #FFFFFF;
}
.newsletter .newsletter-disclaimer a:hover {
  text-decoration: none;
}
.newsletter .copy {
  font-size: 1.1rem;
  padding-right: 20%;
}
@media screen and (max-width: 991px) {
  .newsletter .copy {
    padding-right: 0;
  }
}
.newsletter .form input[type=email] {
  padding: 10px 20px;
  border-radius: 10px 10px 0px 10px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  width: 350px;
}
.newsletter .form input[type=submit], .newsletter .form button {
  border-radius: 10px 10px 0px 10px;
  overflow: hidden;
  background: #FFFFFF;
  color: #810c81;
  border: 1px solid #810c81;
  padding: 10px 25px;
  height: 45px;
  margin-top: auto;
}
.newsletter .form input[type=submit]:hover, .newsletter .form button:hover {
  color: #FFFFFF;
  background: #810c81;
  transition: all 0.25s ease-in-out;
}

.impact {
  position: relative;
}
.impact .impact-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.impact .impact-overlay {
  background: #4e1b68;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.impact .row {
  position: relative;
  z-index: 2;
}

.campaign {
  position: relative;
  overflow: hidden;
}
.campaign .image {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
}
.campaign .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .campaign .image img {
    display: none;
  }
}
.campaign .button.outline-hover:hover a {
  background: #810c81 !important;
  color: #ffffff !important;
}
.campaign .button.outline-hover:hover a .chevron-purple {
  fill: #ffffff !important;
  transition: all 0.25s ease-in-out;
}

.stats img {
  width: 70px;
  height: 70px;
}
.stats .heading {
  margin-bottom: -10px;
}
.stats .copy {
  font-size: 1.4rem;
  font-family: "Helvetica Neue Bold";
  line-height: 1.9rem;
}
.stats .copy p:last-of-type {
  margin-bottom: 0;
}
.stats button {
  border: none;
  background: none;
}
.stats button img {
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.stats #goToPrevSlide {
  position: absolute;
  top: 70%;
  left: -30px;
}
.stats #goToPrevSlide img {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .stats #goToPrevSlide {
    left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .stats #goToPrevSlide {
    left: 15px;
  }
}
.stats #goToNextSlide {
  position: absolute;
  top: 70%;
  right: -30px;
}
@media screen and (max-width: 1200px) {
  .stats #goToNextSlide {
    right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .stats #goToNextSlide {
    right: 15px;
  }
}

.services {
  background: url("/imgs/services-block-brush-stroke.svg");
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
}
.services .card-item {
  background: #ffffff;
}
.services .card-item img {
  height: 180px;
  object-fit: cover;
}

.sub-services .service-bg {
  opacity: 0.1;
}
.sub-services .service-bg:before {
  content: "";
  background-image: url("/imgs/service-link-brush-top.svg");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  display: block;
  margin-top: -2px;
}
.sub-services .service-bg:after {
  content: "";
  background-image: url("/imgs/service-link-brush-bottom.svg");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 0;
}
.sub-services .title {
  font-size: 1.6rem;
  font-family: "Helvetica Neue Bold";
}
@media screen and (max-width: 991px) {
  .sub-services .title {
    font-size: 1.4rem;
  }
}

.values .copy {
  font-family: "Helvetica Neue Bold";
}
.values .stat-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.2rem;
}

.image-copy .intro {
  font-size: 1.2rem;
  font-family: "Helvetica Neue Bold";
}

.case-studies .title {
  font-family: "Desyrel";
}
.case-studies .cs-underline {
  width: 126px;
}
.case-studies .primary-link {
  pointer-events: none;
}
.case-studies .card-item .img-zoom img {
  height: 210px;
  object-fit: cover;
}
.case-studies .card-item .img-zoom--tall img {
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .case-studies .card-item .img-zoom--tall img {
    height: 280px;
  }
}

.ctaGrid .lg-header {
  line-height: 2.8rem;
}
@media screen and (max-width: 900px) {
  .ctaGrid .lg-header {
    font-size: 2.2rem;
  }
}
.ctaGrid .ctaGrid-item {
  padding: 5% 10%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .ctaGrid .ctaGrid-item {
    padding: 5% 5%;
  }
}
.ctaGrid .ctaGrid-item .title {
  letter-spacing: 1px;
  font-size: 1rem;
}
.ctaGrid .ctaGrid-item .primary-link .cta-underline {
  width: 140px;
}
.ctaGrid .ctaGrid-item .primary-link:hover .cta-underline {
  display: none;
}
.ctaGrid .ctaGrid-item-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ctaGrid .border-left-mobile-hide {
    border-left: none !important;
  }
}
.ctaGrid .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

.latest-articles .title {
  font-family: "Desyrel";
  font-size: 1.6rem;
}
.latest-articles .card-item .img-zoom img {
  height: 210px;
  object-fit: cover;
}
.latest-articles .card-item img {
  height: 210px;
  object-fit: cover;
}
.latest-articles .card-item .underline {
  height: 2px;
  margin-top: 0;
}
.latest-articles .card-item .date {
  font-family: "Helvetica Neue Bold";
  font-size: 0.9rem;
}

.quick-link-dropdown .heading {
  font-family: "Desyrel";
}
.quick-link-dropdown .dropbtn {
  background-color: #ffffff;
  color: #757575;
  padding: 16px;
  font-size: 16px;
  border: none;
  width: 100%;
  border-radius: 50px;
  text-align: left;
}
.quick-link-dropdown .dropdown {
  position: relative;
  display: inline-block;
}
.quick-link-dropdown .dropdown:hover .dropdown-content {
  display: block;
}
.quick-link-dropdown .dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}
.quick-link-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: calc(100% - 40px);
  left: 20px;
}
.quick-link-dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.quick-link-dropdown .dropdown-content a:hover {
  background-color: #ddd;
}

.locations .accordion .header {
  font-size: 1.6rem;
  font-family: "Helvetica Neue Bold";
}
@media screen and (max-width: 991px) {
  .locations .accordion .header {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .locations .accordion .header {
    font-size: 1.2rem;
    padding-right: 10%;
  }
}
.locations .accordion .btn {
  width: 100%;
  padding: 0;
  text-align: left;
  outline: none;
  position: relative;
}
.locations .accordion .btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.locations .accordion .btn:hover {
  text-decoration: none;
}
.locations .accordion .btn:after {
  content: "+";
  position: absolute;
  font-size: 2rem;
  color: inherit;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #810c81;
}
.locations .accordion .btn.collapsed:after {
  content: "-";
  position: absolute;
  font-size: 3rem;
  color: inherit;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #810c81;
}
.locations .address p {
  margin-bottom: 0;
}
.locations .infoDescription p {
  margin-bottom: 0;
}
.locations .email a {
  color: #3E474A;
  text-decoration: underline;
}
.locations .email a:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .locations .card-text {
    font-size: 0.8rem;
  }
}

.quote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.quote .container {
  position: relative;
  z-index: 1;
}
.quote .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

.iconCards .card {
  background-color: #F0F0F0;
  border: none;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .iconCards .card {
    width: 100%;
  }
}
.iconCards .icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.gallery #gallery img {
  height: 200px;
  object-fit: cover;
  cursor: pointer;
}
.gallery #gallery img:hover {
  opacity: 0.8;
}

.pagination-links a {
  text-decoration: underline;
}
.pagination-links a:hover {
  text-decoration: none;
}

.team .team-member {
  background: #ffffff;
  cursor: pointer;
}
.team .team-member img {
  width: 250px;
  height: 250px;
}
.team dt:hover .image-overlay {
  display: block;
}
.team dt.is-active .image-overlay {
  display: block;
}
.team .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: rgba(129, 12, 129, 0.5);
  display: none;
}
.team .image-overlay:after {
  font-size: 4.5rem;
  font-weight: 100;
  content: "+";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .team .image-overlay {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.team .linkedin-link:hover img {
  opacity: 0.7;
}
.team .linkedin-link img {
  object-fit: cover;
  width: 150px;
  height: 70px;
}

.timeline .timeline-line {
  position: absolute;
  top: 48.75%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #810c81;
}
.timeline .timeline-item {
  height: 550px;
}
.timeline .timeline-item .heading {
  font-size: 1.8rem;
  font-family: "Helvetica Neue Bold";
}
.timeline .timeline-item .timeline-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #810c81;
}
.timeline .timeline-item.even {
  margin-top: -30px;
}
.timeline .slick-slide {
  outline: none;
  cursor: pointer;
}
.timeline .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}
.timeline .slick-dots .slick-active button {
  background: #810c81;
}
.timeline .slick-dots li {
  display: inline-block;
  margin: 7px;
}
.timeline .slick-dots li button {
  background: #ffffff;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #810c81;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.timeline button {
  border: none;
  background: none;
}
.timeline button img {
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.timeline #goToPrevTLSlide {
  position: absolute;
  top: 50%;
  left: -40px;
}
.timeline #goToPrevTLSlide img {
  transform: rotate(180deg);
}
.timeline #goToNextTLSlide {
  position: absolute;
  top: 50%;
  right: -30px;
}

.column-copy .copy {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .column-copy .copy {
    column-count: 1;
  }
}

.global-content-margin-fix {
  margin-bottom: -150px;
}

.copyBlock .copy p:last-of-type {
  margin-bottom: 0;
}

.copy table {
  border: 1px solid #dee2e6;
}
.copy table tr, .copy table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.form input[type=email], .form input[type=text], .form input[type=search] {
  padding: 10px 20px;
  border-radius: 10px 10px 0px 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid;
}
.form textarea {
  padding: 10px 20px;
  border-radius: 10px 10px 0px 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid;
}
.form input[type=submit], .form button {
  border: 1px solid #810c81;
  border-radius: 10px 10px 0px 10px;
  padding: 10px 20px;
  background: #810c81;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.form input[type=submit]:hover, .form button:hover {
  background: #ffffff;
  color: #810c81;
  transition: all 0.25s ease-in-out;
}
.form .ff-form-success {
  padding: 20px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 10px 10px 0px 10px;
}
.form .ff-form-success p:last-of-type {
  margin-bottom: 0;
}
.form .ff-form-errors {
  border-radius: 10px 10px 0px 10px;
}

.contact .social-icon {
  width: 22px;
  height: 22px;
}

.credit {
  font-size: 0.8rem;
}

.events .date {
  font-family: "Helvetica Neue Bold";
}
.events .underline {
  height: 2px;
  margin-top: 0;
}

.events-entry .events-container .container {
  max-width: 100%;
}

footer {
  position: relative;
  margin-top: 150px;
}
footer:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(/imgs/footer-top.svg) no-repeat;
  background-size: cover;
  z-index: 2;
}
footer h2 {
  font-family: "Helvetica Neue Bold";
  font-size: 1.25rem;
}
footer .donate-nav-button {
  background: white;
  color: #810c81 !important;
  border: 1px solid #810c81;
  padding: 5px 15px;
  border-radius: 5px 5px 0px 5px;
  font-size: 0.9rem;
  margin-top: 15px;
}
footer .donate-nav-button:hover {
  text-decoration: none;
  background: #810c81;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}
footer .newsletter-disclaimer {
  font-size: 0.85rem;
}
footer .newsletter-disclaimer a {
  text-decoration: underline;
  color: #ffffff;
}
footer .newsletter-disclaimer a:hover {
  text-decoration: none;
}
footer .disclaimer {
  font-size: 0.8rem;
  opacity: 0.8;
}
footer .site-logo {
  width: 250px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  footer .site-logo {
    width: 150px;
  }
}
footer .address, footer .phone, footer .email {
  font-size: 0.9rem;
  line-height: 1.9rem;
}
footer .email a {
  text-decoration: underline;
}
footer .email a:hover {
  text-decoration: none;
}
footer .form input[type=email] {
  padding: 10px 20px;
  border-radius: 5px 5px 0px 5px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  font-size: 0.8rem;
}
footer .form input[type=email]::placeholder {
  color: #ffffff;
}
footer .form input[type=submit] {
  border-radius: 5px 5px 0px 5px;
  overflow: hidden;
  background: #FFFFFF;
  color: #810c81;
  border: 1px solid #810c81;
  padding: 10px 25px;
  font-size: 0.8rem;
}
footer .form input[type=submit]:hover {
  color: #FFFFFF;
  background: #810c81;
  border: 1px solid #ffffff;
  transition: all 0.25s ease-in-out;
}

.remove-link-colour .text-white a {
  color: #fff;
}
.remove-link-colour .text-purple a {
  color: #810c81;
}
.remove-link-colour .text-dark-purple a {
  color: #4e1b68;
}
.remove-link-colour .text-light-grey a {
  color: #919697;
}
.remove-link-colour .text-grey a {
  color: #3e474a;
}
.remove-link-colour .text-light-blue a {
  color: #0034a4;
}
.remove-link-colour .text-blue a {
  color: #008aac;
}
.remove-link-colour .text-yellow a {
  color: #f6a800;
}
.remove-link-colour .text-green a {
  color: #45720F;
}

.filters .dropbtn {
  background-color: #ffffff;
  padding: 5px 15px;
  font-size: 16px;
  border: none;
  width: 100%;
  border: 1px solid #810c81;
  text-align: left;
}
.filters .dropdown {
  position: relative;
  display: inline-block;
}
.filters .dropdown:hover .dropdown-content {
  display: block;
}
.filters .dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}
.filters .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: calc(100% - 40px);
}
.filters .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.filters .dropdown-content a:hover {
  background-color: #ddd;
}

.side-item {
  display: flex;
  align-items: center;
}
.side-item__img {
  width: 30px;
  margin-right: 1rem;
}
.side-item__content p {
  margin: 0;
}
.side-item__btn {
  width: 100%;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .side-item__btn {
    max-width: 300px;
  }
}
.side-item__btn a {
  padding: 0.5rem;
  font-size: 1rem;
  width: 100%;
}

.logos img {
  width: 250px;
}
.logos img:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=style.css.map */
