

body{
    font-family: 'Source Sans Pro', sans-serif !important;
}  

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a{
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}

a{
    color: #47C486 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

.btn-orange{
   color: #ffffff !important;
   box-shadow: none;
}

.btn, .btn-small, .btn-medium, .btn-large{
    box-shadow: none;
    background: #47C486;
}

.blockquote{
    width: 100%;
    display: table;
    height: auto;
  }
  .blockquote__avatar, .blockquote__content{
    display: table-cell;
    vertical-align: top;
  }
  .blockquote__avatar{
    width: 80px;
    height: 80px;
    padding-right: 20px;
  }
  .blockquote__avatar img{
    border-radius: 50%;
    width: 100%;
    height: auto;
  }
  .blockquote__content{
    border-left: 1px solid #dddddd;
    padding: 0 0 0 40px;
    position: relative;
  }
  .blockquote__quote{
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #999999;
  }
  .blockquote__quote .fa-quote-left{
    position: absolute;
    left: 20px;
    top: 0;
    font-family: "FontAwesome";
  }
  .blockquote__author{
    font-size: 16px;
    font-weight: bold;
    color: #595959;
    margin: 10px 0 0 0;
  }
  .code-block{
    background: #dddddd;
    padding: 0 5px;
    color: #595959;
  }
  @media screen and (max-width: 768px) {
    .blockquote, .blockquote__avatar, .blockquote__content{
      display: block;
    }
    .blockquote__avatar{
      margin: 0 auto;
    }
    .blockquote__quote .fa-quote-left{
      position: absolute;
      left: 0px;
      top: 0;
    }
    .blockquote__content{
      border: none;
      padding: 20px 0;
      text-align: center;
    }
  }
ul + h3, ol + h3, ul + h4, ol + h4 {
margin-top: 30px;
}

.progress-bar{
   background-color: #47C486;
}

.sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-counts .sumome-share-client-count span{
    color: white;
}

.sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-counts .sumome-share-client-count.sumome-share-client-share-share:first-of-type span{
    color: #414141;
}

.tm-click-to-tweet{
   background-color: #f7f7f7;
   border: 1px solid #dddddd;
}

.tm-click-to-tweet .tm-ctt-text a{
   color: #414141 !important;
}

.tm-click-to-tweet a.tm-ctt-btn{
   color: #999999 !important;
}

.post-cta__content a{
  margin-top: 20px;
}

.post-cta--only-content{
  padding: 30px 40px;
  background-size: cover;
  height: 100%;
}

@media screen and (max-width: 600px){
  .post-cta--only-content{
    padding: 20px;
  }
  .post-cta__content br{
    display: none;
  }
}

.cy-nav__dropdown__links a{
  color: #808080 !important;
}

.cy-nav__dropdown__links a:hover{
  color: #414141 !important;
}

.cy-nav--fixed .cy-nav__link{
  color: #808080 !important;
}


.cy-nav--fixed .cy-nav__link:hover{
  color: #414141 !important;
}

.cy-button--secondary{
  color: #ffffff !important;
}

.cy-mobile-nav a{
  color: #ffffff !important;
}