/*a{color: #148943;}

.btn-secondary {background: #148943; color: #FFF;}
.btn-secondary:hover {background:#0e5c2d;color: #FFF;}
.btn-ghost:hover {color: #148943 !important;}
.btn-ghost.btn-secondary {color: #148943;}

.btn-link.btn-secondary {color: #148943;}

.widget_tag_cloud a, .widget_product_tag_cloud a, .product .product_meta .tagged_as a, .tags-links a {border: 1px solid rgba(20, 137,67, 0.25);}
.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover, .product .product_meta .tagged_as a:hover, .tags-links a:hover {background-color: #148943; border-color:#148943;}

.post-tile .post-title > a:hover {color: #148943;}
*/


body, .teammate .teammate-info, .teammate .teammate-position {color: #797979;font-size: 1.1em; letter-spacing: .01em;line-height: 1.5em;}
blockquote:before {background: #148943;}

.swiper-container {
    width: 100%;
    height: 600px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-v {
    background: #eee;
}

.portfolio-tile .portfolio-title {font-size: 24px;}

.social-btn-linkedin {color: #1178b3;}
.social-btn-linkedin:hover {background: #1178b3;}
.social-btn-twitter {color: #1DA1F2;}
.social-btn-twitter:hover {background: #1DA1F2;}