.qoute_wrapper {
  min-height: 670px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;  
  position: relative;
  overflow: hidden;
}
@media (min-height: 900px) {
  .qoute_wrapper {
    min-height: 900px;
  }
}
.qoute_wrapper.fullscreen {
  max-width: 1920px;
  margin: auto;
  align-content: flex-end;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width:1920px){
  .qoute_wrapper.fullscreen{
    margin: auto;
    left:0;
    right:0;
    margin-left: -8vw;
    margin-right: -8vw;
  }
}


.qoute_wrapper.fullscreen .qoute-container {
  width: 100%;
}
.qoute_wrapper.fullscreen .blazy--field-qoute-image, .qoute_wrapper.fullscreen .blazy--field-image {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.qoute_wrapper.fullscreen .blazy--field-qoute-image .media--blazy, .qoute_wrapper.fullscreen .blazy--field-image .media--blazy {
  padding-bottom: 0 !important;
  position: relative;
  width: 100%;
  height: 100%;
}
.qoute_wrapper.fullscreen .qoute_description {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 64px;
  padding: 32px;
  color: #fff;
  mix-blend-mode: hard-light;
}
.qoute_wrapper.side_by_side {
  max-height: 50vh;
  min-height: 0;
}
@media all and (max-width: 640px) {
  .qoute_wrapper.side_by_side {
    max-height: unset;
  }
}
.qoute_wrapper.side_by_side .qoute-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.qoute_wrapper.side_by_side .qoute-container > * {
  flex: 1;
}
.qoute_wrapper.side_by_side .qoute_description {
  padding: 64px;
  color: #fff;
}
@media all and (max-width: 1000px) {
  .qoute_wrapper.side_by_side .qoute_description {
    padding: 32px;
  }
}
.qoute_wrapper.side_by_side .blazy--field-qoute-image .media--blazy, .qoute_wrapper.side_by_side .blazy--field-image .media--blazy {
  padding-bottom: 0 !important;
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 640px) {
  .qoute_wrapper.side_by_side .blazy--field-qoute-image .media--blazy, .qoute_wrapper.side_by_side .blazy--field-image .media--blazy {
    padding-bottom: 75% !important;
  }
}

.qoute_description:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.qoute_description.blue {
  position: relative;
}
.qoute_description.blue:after {
  background: rgba(0, 53, 160, 0.8);
}
.qoute_description.green {
  position: relative;
}
.qoute_description.green:after {
  background: rgba(36, 86, 54, 0.8);
}
.qoute_description.yellow {
  position: relative;
}
.qoute_description.yellow:after {
  background: rgba(255, 184, 28, 0.8);
}
.qoute_description.red {
  position: relative;
}
.qoute_description.red:after {
  background: rgba(210, 38, 48, 0.8);
}
.qoute_description.brown {
  position: relative;
}
.qoute_description.brown:after {
  background: rgba(117, 65, 7, 0.8);
}
.qoute_description.orange {
  position: relative;
}
.qoute_description.orange:after {
  background: rgba(255, 103, 31, 0.8);
}

blockquote {
  font-size: 24px;
  background-repeat: no-repeat;
  padding-left: 42px !important;
  position: relative;
}
blockquote > *:first-child {
  padding-right: 42px !important;
  position: relative;
  display: inline;
}
blockquote > *:first-child:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 100%;
  background-image: url(../images/qoute.svg);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
blockquote:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 100%;
  background-repeat: no-repeat;
}
blockquote:before {
  background-image: url(../images/qoute.svg);
  top: 0;
  left: 0;
}
blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
}
blockquote cite:before {
  content: "- ";
}


/* QUOTE CARDS*/
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media all and (max-width: 999px) {
  .card-wrapper {
    justify-content: center;
  }
}
@media all and (max-width: 640px) {
  .card-wrapper {
    display: block;
  }
}
.card-wrapper > .field__item {
  flex: 0 33.33%;
  position: relative;
}
@media all and (max-width: 999px) {
  .card-wrapper > .field__item {
    flex: 0 50%;
  }
}
.card-wrapper > .field__item .blazy--field:after {
  content: "";
  background: #000;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.3421962535) 25%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1041010154) 90%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.3421962535) 25%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1041010154) 90%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.3421962535) 25%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.1041010154) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media all and (max-width: 640px) {
  .card-wrapper > .field__item .blazy--field:after {
    content: none;
  }
}
.card-wrapper > .field__item .media--blazy {
  padding-bottom: 66% !important;
}
.card-wrapper .desc-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 32px 15px;
  color: #fff;
}
.card-wrapper .desc-wrapper .description blockquote {
  font-size: 16px;
  padding-left: 10px !important;
}
.card-wrapper .desc-wrapper .description blockquote:before {
  content: "“";
  background: none;
  width: auto;
  height: auto;
}
.card-wrapper .desc-wrapper .description blockquote p {
  padding-right: 10px !important;
}
.card-wrapper .desc-wrapper .description blockquote p:first-child:after {
  content: "“";
  background: none;
  width: auto;
  height: auto;
  position: relative;
  padding-left: 6px;
}
@media all and (max-width: 640px) {
  .card-wrapper .desc-wrapper {
    position: initial;
    background: var(--bs-primary);
  }
}
@media all and (max-width: 640px) {
  .card-wrapper.mobile.blue .desc-wrapper {
    background: rgb(0, 53, 160);
  }
}
@media all and (max-width: 640px) {
  .card-wrapper.mobile.green .desc-wrapper {
    background: rgb(36, 86, 54);
  }
}
@media all and (max-width: 640px) {
  .card-wrapper.mobile.yellow .desc-wrapper {
    background: rgb(255, 184, 28);
  }
}
@media all and (max-width: 640px) {
  .card-wrapper.mobile.red .desc-wrapper {
    background: rgb(210, 38, 48);
  }
}
@media all and (max-width: 640px) {
  .card-wrapper.mobile.brown .desc-wrapper {
    background: rga(117, 65, 7);
  }
}
@media all and (max-width: 640px) {
  .card-wrapper.mobile.orange .desc-wrapper {
    background: rgb(255, 103, 31);
  }
}

/*#######################*/
.zoom {
  position: relative;
  overflow: hidden;
}
.zoom .blazy--field {
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.zoom:hover .blazy--field {
  transform: scale(1.1);
}

.donate-wrapper h2,
.list-component h2,
.figure_wrapper h2 {
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 600;
}


/* REASON TO DONATE */
.reason_section{
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width:1921px){
  .reason_section, .card-wrapper{
    width:100%;
    margin: auto;
    left:0;
    right: 0;
  }
}
.reason_section > .blazy--field, .reason_section > .media--bundle--reason-to-donate{
  position: absolute;
  top:0;
  left:0;
  margin: 0;
}

.list-component {
  min-height: 670px;
  height: 100%;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: #fff;
  max-width: 1920px;
  margin: auto;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (min-height: 900px) {
  .list-component {
    min-height: 900px;
  }
}
@media all and (max-width: 640px) {
  .list-component {
    padding: 32px 15px;
  }
}
.list-component .listed-components {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: center;
}
.list-component .listed-components > .item {
  text-align: center;
  margin-bottom: 30px;
}
.list-component .listed-components > .item:hover .thumbnail {
  overflow: hidden;
  transform: scale(1.1);
}
.list-component .listed-components .thumbnail {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  background:none;
}
@media all and (max-width: 640px) {
  .list-component .listed-components {
    width: 100%;
  }
}
.list-component .subtitle {
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.list-component .subtitle:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 8px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 40px);
}
.list-component .subtitle p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-component h2, .list-component h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.list-component h2 {
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}
.list-component h3 {
  margin-bottom: 16px;
}
@media (min-width: 560px) {
  .list-component .blazy--field {
    max-width: 250px;
  }
}

@media (min-width: 560px) {
  .node .field--type-image {
    float: none;
    margin: 0;
  }
}

/*** Image Hover ***/
.list-component .listed-components > div:hover .blazy--field-image-hover {
  opacity: 1;
}
.list-component .listed-components > div:hover .blazy--field-image {
  opacity: 0;
}
.list-component .listed-components > div:hover div:only-child {
  opacity: 1;
}
.list-component .thumbnail {
  position: relative;
}
.list-component .thumbnail .blazy--field-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 200ms ease 0s;
  opacity: 0;
}

.thumbnail {
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 32px;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.thumbnail:hover {
  transform: scale(1.1);
}


.filter-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.filter-color.filter-color-blue {
  background: rgba(0, 53, 160, 0.8);
}
.filter-color.filter-color-green {
  background: rgba(36, 86, 54, 0.8);
}
.filter-color.filter-color-yellow {
  background: rgba(255, 184, 28, 0.8);
}
.filter-color.filter-color-red {
  background: rgba(210, 38, 48, 0.8);
}
.filter-color.filter-color-brown {
  background: rgba(117, 65, 7, 0.8);
}
.filter-color.filter-color-orange {
  background: rgba(255, 103, 31, 0.8);
}

.bg-color-blue {
  background-color: rgba(0, 53, 160, 0.8);
}

.bg-color-green {
  background-color: rgba(36, 86, 54, 0.8);
}

.bg-color-yellow {
  background-color: rgba(255, 184, 28, 0.8);
}

.bg-color-red {
  background-color: rgba(210, 38, 48, 0.8);
}

.bg-color-brown {
  background-color: rgba(117, 65, 7, 0.8);
}

.bg-color-orange {
  background-color: rgba(255, 103, 31, 0.8);
}