body .component_bs_card.card .overlay .button{
  background-color:#fff;
  border:solid #fff;
  -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:#378433;
  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;
}

body .component_bs_card.card .overlay .button:not(.is-tabbing){
  outline:none;
}

@media (min-width:992px) and (max-width:1199.98px){
  body .component_bs_card.card .overlay .button{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body .component_bs_card.card .overlay .button{
    font-size:rem(15);
    padding:rem(12) rem(25);
  }
}

body .component_bs_card.card .overlay .button:before{
  background:#378433;
  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;
}

body .component_bs_card.card .overlay .button:hover,body .component_bs_card.card .overlay .hover.button{
  color:#fff;
}

body .component_bs_card.card .overlay .button:hover:before,body .component_bs_card.card .overlay .hover.button:before{
  -webkit-transform:translateX(0) skew(-45deg);
     -moz-transform:translateX(0) skew(-45deg);
       -o-transform:translateX(0) skew(-45deg);
          transform:translateX(0) skew(-45deg);
}
body .facetwp-template .card-deck{
  margin:0 -.625rem;
}

body .facetwp-template .card-deck .component_bs_card{
  -webkit-box-flex:1;
  -webkit-flex:1;
     -moz-box-flex:1;
          flex:1;
  min-width:25%;
  max-width:25%;
  width:25%;
  padding-left:.625rem;
  padding-right:.625rem;
}

@media (min-width:768px) and (max-width:991.98px){
  body .facetwp-template .card-deck .component_bs_card{
    min-width:33%;
    max-width:34%;
  }
}

@media (max-width:767.98px){
  body .facetwp-template .card-deck .component_bs_card{
    min-width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
}

body .component_bs_card:hover .overlay:before{
  background-color:#378433;
}

body .component_bs_card.card{
  margin-bottom:1.25rem;
  margin-left:0;
  margin-right:0;
  border:.0625rem solid #ccc;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none){
  body .component_bs_card.card{
    display:inline-block;
  }
}

body .component_bs_card.card .card-img-top{
  background-position:top;
  max-height:18.75rem;
}

@media (min-width:1200px) and (max-width:1299px){
  body .component_bs_card.card .card-img-top{
    max-height:15.625rem;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body .component_bs_card.card .card-img-top{
    max-height:12.5rem;
  }
}

@media (min-width:768px) and (max-width:991.98px){
  body .component_bs_card.card .card-img-top{
    max-height:9.375rem;
  }
}

body .component_bs_card.card .card-body{
  border:.0625rem solid #ddd;
}

body .component_bs_card.card .card-body .card-title{
  font-size:1.125rem;
  line-height:1.5rem;
  color:#404040;
}

body .component_bs_card.card .card-body .card-title:first-letter{
  text-transform:capitalize;
}

body .component_bs_card.card .card-body .card-title a{
  text-decoration:none;
}

body .component_bs_card.card .card-body .card-text{
  display:none;
}

/*# sourceMappingURL=template-archive-news.min.css.map */
