@charset "UTF-8";

.component_charities .load_more button.load_more_cta{
  background-color:#368091;
  border:solid #368091;
  -webkit-border-radius:50px;
  -webkit-border-radius:3.125rem;
     -moz-border-radius:50px;
     -moz-border-radius:3.125rem;
          border-radius:50px;
          border-radius:3.125rem;
  color:#fff;
  line-height:normal;
  overflow:hidden;
  position:relative;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  z-index:1;
}

.component_charities .load_more button.load_more_cta:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  .component_charities .load_more button.load_more_cta{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .component_charities .load_more button.load_more_cta{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

.component_charities .load_more button.load_more_cta:before{
  background:#fff;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  width:150%;
  z-index:-1;
}

.component_charities .load_more button.hover.load_more_cta,.component_charities .load_more button.load_more_cta:hover{
  color:#368091;
}

.component_charities .load_more button.hover.load_more_cta:before,.component_charities .load_more button.load_more_cta:hover:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}
.component_charities .card-deck{
  margin:0 -.625rem;
}

.component_charities .card-deck .charity_card{
  -webkit-box-flex:0;
  -webkit-flex:0 0 33%;
     -moz-box-flex:0;
          flex:0 0 33%;
  width:100%;
  min-width:33.33%;
  max-width:100%;
  padding:0 .625rem;
  margin-bottom:1.875rem;
}

@media (max-width:767.98px){
  .component_charities .card-deck .charity_card{
    margin-bottom:2.5rem;
  }
}

.component_charities .card-deck .charity_card .card-body{
  padding:0;
  position:relative;
  background-color:#fff;
  -webkit-border-radius:.9375rem;
     -moz-border-radius:.9375rem;
          border-radius:.9375rem;
  -webkit-box-shadow:0 .625rem 1.375rem .5rem #dedede;
     -moz-box-shadow:0 .625rem 1.375rem .5rem #dedede;
          box-shadow:0 .625rem 1.375rem .5rem #dedede;
  height:100%;
}

@media (max-width:767.98px){
  .component_charities .card-deck .charity_card .card-body{
    height:auto !important;
  }
}

.component_charities .card-deck .charity_card .card-body .card-icon{
  position:absolute;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
     -moz-transform:translate(-50%, -50%);
       -o-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
}

.component_charities .card-deck .charity_card .card-body .card-icon img{
  width:5rem;
}

.component_charities .card-deck .charity_card .card-body .card-image img{
  -webkit-border-radius:.9375rem .9375rem 0 0;
     -moz-border-radius:.9375rem .9375rem 0 0;
          border-radius:.9375rem .9375rem 0 0;
  height:auto;
  width:100%;
}

@media (max-width:1600px){
  .component_charities .card-deck .charity_card .card-body .card-image img{
    height:15rem;
    -o-object-fit:cover;
       object-fit:cover;
  }
}

.component_charities .card-deck .charity_card .card-body .card-text{
  margin:3.125rem 1.5rem 1rem;
  border-bottom:.0625rem solid #368091;
}

.component_charities .card-deck .charity_card .card-body .card-text h2{
  text-align:center;
  font-weight:900;
  margin-bottom:1rem;
  min-height:5.625rem;
  font-size:1.75rem;
  line-height:1.2;
}

@media (max-width:1600px){
  .component_charities .card-deck .charity_card .card-body .card-text h2{
    font-size:1.5rem;
    min-height:3.625rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .component_charities .card-deck .charity_card .card-body .card-text h2{
    font-size:1.125rem;
  }
}

@media (max-width:767.98px){
  .component_charities .card-deck .charity_card .card-body .card-text h2{
    font-size:1.375rem;
    height:auto !important;
  }
}

@media (max-width:374px){
  .component_charities .card-deck .charity_card .card-body .card-text h2{
    min-height:4.5rem;
  }
}

.component_charities .card-deck .charity_card .card-body .card-text h2 a{
  color:#546160;
  font-family:GT-Eesti-Pro-Display-Bold;
}

.component_charities .card-deck .charity_card .card-body .card-text p{
  color:#546160;
  text-align:center;
  padding-bottom:.625rem;
  overflow:hidden;
  width:97%;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  height:3.25rem;
}

.component_charities .card-deck .charity_card .card-body .card_footer{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
     -moz-box-pack:justify;
          justify-content:space-between;
  padding:0 1.5rem 1.5rem;
  -webkit-box-align:end;
  -webkit-align-items:end;
     -moz-box-align:end;
          align-items:end;
}

@media (min-width:992px) and (max-width:1199.98px){
  .component_charities .card-deck .charity_card .card-body .card_footer{
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .component_charities .card-deck .charity_card .card-body .card_footer{
    -webkit-box-align:baseline;
    -webkit-align-items:baseline;
       -moz-box-align:baseline;
            align-items:baseline;
  }
}

.component_charities .card-deck .charity_card .card-body .card_footer .charity_region{
  font-family:GT Eesti Pro Display Regular;
  font-weight:400;
  color:#368091;
  line-height:1.2;
  position:relative;
  top:0;
  font-size:1rem;
  text-transform:uppercase;
}

@media (min-width:992px) and (max-width:1199.98px){
  .component_charities .card-deck .charity_card .card-body .card_footer .charity_region{
    font-size:.8125rem;
    top:.125rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  .component_charities .card-deck .charity_card .card-body .card_footer .charity_region{
    font-size:.75rem;
    min-height:2rem;
    top:-.1875rem;
  }
}

@media (max-width:767.98px){
  .component_charities .card-deck .charity_card .card-body .card_footer .charity_region{
    font-size:.875rem;
  }
}

.component_charities .card-deck .charity_card .card-body .card_footer .charity_cta .fl-icon i:before{
  content:"";
  font-family:brand;
  font-size:.5rem;
  font-weight:600;
  color:#368091;
}

.component_charities .load_more{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  margin-top:1.25rem;
}

.component_charities .load_more button.load_more_cta{
  margin:0 auto;
  padding:.9375rem 3.125rem;
  font-family:GT Eesti Pro Display Regular;
  font-weight:400;
  font-size:1.125rem;
  text-transform:uppercase;
}

@media (min-width:413px){
  .component_charities .load_more button.load_more_cta{
    padding:1.25rem 6.25rem;
  }
}

.charity_fr .component_charities .card-deck .charity_card .card-body .card-text h2{
  min-height:6.25rem;
}

@media (max-width:1600px){
  .charity_fr .component_charities .card-deck .charity_card .card-body .card-text h2{
    min-height:5rem;
  }
}

@media (max-width:767.98px){
  .charity_fr .component_charities .card-deck .charity_card .card-body .card-text h2{
    min-height:auto;
    height:auto !important;
  }
}

.charity_fr .component_charities .card-deck .charity_card .card-body .card-text h2 a{
  height:6.25rem;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

@media (max-width:1600px){
  .charity_fr .component_charities .card-deck .charity_card .card-body .card-text h2 a{
    height:5rem;
  }
}

@media (max-width:767.98px){
  .charity_fr .component_charities .card-deck .charity_card .card-body .card-text h2 a{
    height:auto;
  }
}

/*# sourceMappingURL=charities.min.css.map */
