/* overrides */
section.team-feed .btnS.white-bg{
  border: solid 1px #057c35;
  color: #057c35;
  background: #ffffff!important;
}
section.team-feed .btnS.white-bg:hover{
    background: #057c35!important;
    color: #ffffff !important;
}
section.team-feed a.btnS.white-bg{
    height: 31px;
    padding-left: 10px;
    padding-right: 6px;
    min-width: 90px;
}
section.team-feed a.btnS.white-bg .link_text{
    font-size: 0.6rem;
    line-height: 1.2;
    position: relative;
    top:1px;
}
section.team-feed a.btnS.white-bg .arrow-icon{
    height: 20px;
    width: 20px;
    margin-left: 5px;
}
section.team-feed a.btnS.white-bg .arrow-icon svg{
    height: 10px;
}
/* heading */
section.team-feed .feed-heading{
    color: #057c35;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 2.2rem;
}
section.team-feed .feed-heading strong{
    color: #14ca5e;
}

section.page-feed .feed-container .feed-row .slick-slider article{
    padding:0px;
    margin: 0 15px;
} 
/* feed slider */
section.team-feed .feed-slider .slick-list {
    overflow: unset !important;
}
section.team-feed .feed-slider .slick-list {
    margin: 0 -15px
}
section.team-feed .feed-slider .slick-list .slick-slide {
    padding: 0 15px
}
section.team-feed .feed-slider .slick-list article.slick-slide {
    transition: all .3s ease-in-out;
    /* opacity: 50%; */
}
section.team-feed .feed-slider .slick-list article.slick-slide.slick-active {
    opacity: 100%;
}
section.team-feed .feed-slider .slick-list article.slick-slide .image_box {
    overflow: clip;
      height: 330px;
}
section.team-feed .feed-slider .slick-list article.slick-slide .team-details {
    opacity: 0%;
     transition: all .3s ease-in-out;
}
section.team-feed .feed-slider .slick-list article.slick-slide.slick-active .team-details {
    opacity: 100%;
}
section.team-feed .feed-slider .slick-list article.slick-slide .team-details  .member-role {
    color: #004313;
    font-weight: 300!important;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
section.team-feed .feed-slider .slick-list article.slick-slide .team-details .member-name {
    font-size: 1.5rem;
    font-weight: 500!important;
    margin-bottom: 15px;
}
/* feed buttons */
section.team-feed .feed-slider button {
    background: rgba(255, 255, 255, 0.5)!Important;
    z-index: 99;
    top: 0;
    height: 100%;
    width: 390px;
    height: 330px;
    transition: all .2s ease-in-out;
}
section.team-feed .feed-slider button:hover {
    background: rgba(255, 255, 255, 0.6)!Important;
}
section.team-feed .feed-slider button.slick--prev {
    left: -406px!Important;
}
section.team-feed .feed-slider button.slick--next {
    right: -406px!Important;
}
section.team-feed .feed-slider button span.arrow-icon{
    height:100%;
    width:50px;
    background: rgb(20 202 94 / 50%);
    border-radius:10px;
    margin-left: 0px!Important;
}
section.team-feed .feed-slider button span.arrow-icon svg{
    height:50px;
    width:50px;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {
    section.team-feed .feed-slider button {
        display: none!important;
    }
}
@media only screen and (max-width: 769px) {}
@media only screen and (max-width: 576px) {}