.blog-banner ul {
    list-style-type:none;
    padding-left:0;
  }
  .blog-banner ul li {
    padding: 0 15px;
    display: inline-block;
    border-left: 1px solid #333;
    min-height: 65px;
    vertical-align: middle;
  }
  .blog-banner ul li span.text {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
  }
  .blog-banner .btn.btn-green {
    border-radius: 20px;
    background-color: #72bb19;
    background: -moz-linear-gradient(left,#72bb19 0%,#12a207 100%);
    background: -webkit-linear-gradient(left,#72bb19 0%,#12a207 100%);
    background: linear-gradient(to right,#72bb19 0%,#12a207 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72bb19',endColorstr='#12a207',GradientType=1);
    border: solid 1px #72bb19;
  }
  .blog-banner .btn.btn-green:hover{
    background-color: #398417;
    background: -moz-linear-gradient(left,#398417 0%,#1b7d11 100%);
    background: -webkit-linear-gradient(left,#398417 0%,#1b7d11 100%);
    background: linear-gradient(to right,#398417 0%,#1b7d11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398417',endColorstr='#1b7d11',GradientType=1);
    border: solid 1px #398417;
    color: #fff;
  }
  a.social-icons-link {
    width:40px;
    height:40px;
    display:inline-block;
    margin-right:5px;
  }
  a.social-icons-link.fb {
    background-image:url("/media/assets/icon-social-facebook.png");
    background-size:cover;
    background-repeat:none;
  }
  a.social-icons-link.fb:hover {
    background-image:url("/media/assets/icon-social-facebook_hover.png");
  }
  a.social-icons-link.tw {
    background-image:url("/media/assets/icon-social-twitter.png");
    background-size:cover;
    background-repeat:none;
  }
  a.social-icons-link.tw:hover {
    background-image:url("/media/assets/icon-social-twitter_hover.png");
  }
  a.social-icons-link.ins {
    background-image:url("/media/assets/icon-social-instagram.png");
    background-size:cover;
    background-repeat:none;
  }
  a.social-icons-link.ins:hover {
    background-image:url("/media/assets/icon-social-instagram_hover.png");
  }
  a.social-icons-link.non-banner {
    font-size: 20px;
    line-height: 1em;
    padding: 10px 0;
    text-align: center;
  }
  @media(max-width:953px) {
    .blog-banner {
      margin-top: 0;
    }
    .blog-banner ul li {
      display:block;
      border-left: none;
    }
  }

  .blog_hero .blog_post_image img {
    width: 100%;
  }
  .blog_hero .blog_post_wrapper {
    overflow: hidden;
    padding: 20px;
    background-color: #FFF;
    margin-bottom: 30px;
    height: 245px;
  }
  .blog_hero .blog_post_date {
    font-size: 13px;
    font-weight: 700;
    color: #333333;
  }
  .blog_hero .blog_post,
  .blog_hero .blog_post p {
    font-size: 14px;
    font-weight: 300;
  }
  .blog_hero .blog_post a:link {
    text-decoration: none;
    color:#333;
  }
  .blog_hero .blog_post h1 {
    margin: 0px;
    line-height: 28px;
    font-size: 21px;
  }
  .blog_hero .blog_post h1 a:link,
  .blog_hero .blog_post h3 a:visited,
  .blog_hero .blog_post h1 a:ctive {
    color: #2280D0;
  }
  .blog_hero .blog_post h1 a:hover {
    color: #333333;
  }
  .blog_hero.no-image .blog_post_image {
    display: none;
  }
  .blog_hero.no-image .blog_post_wrapper {
    height: 598px;
  }
  h1.featured-text {
    font-size: 3em;
    margin-top:0;
  }
  span.highlight {
    max-width: 54px;
    background-color: #EA1777;
    display: block;
    max-height: 7px;
    margin-bottom: 10px;
  }
  @media(max-width:767px) {
    .blog_hero .blog_post_wrapper {
        height: 280px;
      }
  }

  .popular-post h1 {
    font-size: 1.8em;
    font-weight: 700;
    margin-top: 0;
}

.popular-post a.accordion-link {
    pointer-events: none;
    color: #333;
}

.popular-post .item .category {
    color: #EA1777;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 900;
    display: block;
    font-size: 14px;
}

.popular-post .item .article-title {
    color: #333;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    display: block;
    font-size: 14px;
}

.popular-post .item a.item-link:hover {
    background-color: #EA1777;
}

.popular-post .item a.item-link:hover .category,
.popular-post .item a.item-link:hover .article-title {
    color: #FFF;
}

.popular-post .item-link {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px dashed #333;
    min-height: 75px;
}

.popular-post .item:last-child .item-link {
    border-bottom: none;
}

.popular-post .image {
    display: inline-block;
    width: 34%;
    vertical-align: top;
}

.popular-post .info {
    display: inline-block;
    width: 64%;
    vertical-align: top;
}

@media(max-width:767px) {
    div#popularArticles {
        border-top: 1px dashed #333;
    }
    .popular-post {
        background-color: #dddddd;
        margin-bottom: 20px;
    }
    .popular-post a.accordion-link {
        pointer-events: auto;
        display: block;
        background-color: #DDDDDD;
        padding: 20px;
    }
    .popular-post .col-xs-12 {
        padding: 0;
    }
}

.blog_tile {
    min-height: 565px;
}
.blog_tile .blog_post_image img {
    width: 100%;
  }
  .blog_tile .blog_post_wrapper {
    overflow: hidden;
    padding: 20px;
    background-color: #FFF;
    margin-bottom: 30px;
    min-height: 340px;
  }
  .blog_tile .blog_post_date {
    font-size: 13px;
    font-weight: 700;
    color: #333333;
  }
  .blog_tile .blog_post {
    min-height: 200px;
  }
  .blog_tile .blog_post,
  .blog_tile .blog_post p {
    font-size: 14px;
    font-weight: 300;
  }
  .blog_tile .blog_post a:link,
  .blog_tile .blog_post a:active,
  .blog_tile .blog_post a:hover,
  .blog_tile .blog_post a:visited {
    text-decoration: none;
    color:#333;
  }
  .blog_tile .blog_post h1 {
    margin: 0px;
    line-height: 24px;
    font-size: 18px;
  }
  .blog_tile .blog_post h1 a:link,
  .blog_tile .blog_post h3 a:visited,
  .blog_tile .blog_post h1 a:ctive {
    color: #2280D0;
  }
  .blog_tile .blog_post h1 a:hover {
    color: #333333;
  }
  .blog_tile.no-image .blog_post_image {
    display: none;
  }
  .blog_tile.no-image .blog_post_wrapper {
    height: 410px;
  }
  .tag-cloud-relink {
    border-top: 1px dashed #333;
    padding: 15px 0 0;
    min-height: 45px;
  }
  .tag-cloud-relink p {
    margin-bottom:0;
    font-weight: 700;
  }
  .tag-cloud-relink p.article-category {
    background-color: #565ac0;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 20px;
  }
  .tag-cloud-relink p.article-category a:link,
  .tag-cloud-relink p.article-category a:active,
  .tag-cloud-relink p.article-category a:hover,
  .tag-cloud-relink p.article-category a:focus,
  .tag-cloud-relink p.article-category a:visited{
    color:#FFF;
  }
  .tag-cloud-relink p a:link,
  .tag-cloud-relink p a:hover,
  .tag-cloud-relink p a:active,
  .tag-cloud-relink p a:focus,
  .tag-cloud-relink p a:visited {
    color:#333;
    font-size:14px;
  }
  .blog_post_image {
    position: relative;
    overflow: hidden;
  }
  .blog_tile .blog_post_image img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blog_tile .blog_post_image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #blog-filtered-post .btn-blog-back {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    font-size: 13px;
    min-width: 32px;
    line-height: 28px;
    padding: 2px 15px;
    text-align: center;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom:20px;
  }
  #blog-filtered-post .btn-blog-back:hover {
    background-color: #ea1777;
    border: 1px solid #ea1777;
    color: #fff;
  }
  @media(max-width:767px){
    .blog_post_image {
      overflow: unset;
      margin-top:35px;
    }   
  }
  
  
  .TagCloud {
    background-color: #EA1777;
    text-align: center;
    margin-bottom:15px;
  }
  .TagCloud span a,
  .TagCloud span a:link,
  .TagCloud span a:hover, 
  .TagCloud span a:focus {
    color: #FFF;
    display: block;
    padding: 12px;  
  }
  .TagCloud span:hover{
      background-color: #C01362; 
  }
  .TagCloud span {
    display: inline-block;
    border-right: 1px dotted #FFF;
    padding: 5px 0;
    min-width: 155px;
  }
  .TagCloud span:last-child {
    border-right: none;
  }
  .TagCloud span.active {
    background-color: #C01362;
  }
  .TagCloud span:hover{
      background-color: #C01362; 
  }
  @media(max-width:767px) {
    .TagCloud {
      display:none;
      }
    }

    .TagCloudMobile {
      background-color: #ED418F;
      margin-top: -10px;
      margin-bottom: 15px;
    }
  
    .TagCloudMobile .dropdown {
      display: block;
      background-color: #EA1777;
      padding: 15px 10px;
    }
  
    .TagCloudMobile .dropdown a {
      color: #FFF;
      font-size: 14px;
      display: block;
    }
  
    .TagCloudMobile div#tagcloudmobile a {
      display: block;
      padding: 15px 10px;
      color: #FFF;
      font-size: 14px;
      border-bottom: 1px dashed #FFF;
    }
  
    .TagCloudMobile div#tagcloudmobile a:last-child {
      border-bottom: none;
    }
  
    div#tagcloudmobile a.active {
      background-color: #a1235c;
    }

    .blog_page .blog_post_image img { width: 100%; }
.blog_page .blog_post_wrapper { overflow: hidden; margin: 30px 0 20px 0; }
.blog_page .blog_post_date { font-size: 13px; font-weight: 700; color: #333333; }
.blog_page .blog_post, .blog_page .blog_post p { color: #5E5E5E; font-size: 18px; font-weight: 300; line-height: 27px; }
.blog_page .blog_post a:link { text-decoration: none; }
.blog_page .blog_post h1 { margin: 15px 0; line-height: 47px; font-size: 27px; }
.blog_page .blog_post h2 { margin: 15px 0; line-height: 42px; font-size: 24px; }
.blog_page .blog_post h3 { margin: 15px 0; line-height: 37px; font-size: 22px; }
.blog_page .blog_post h4 { margin: 15px 0; line-height: 32px; font-size: 19px; }
.blog_page .blog_post h5 { margin: 15px 0; line-height: 17px; font-size: 14px; }
.blog_page .blog_post h1 a:link, .blog_page .blog_post h1 a:visited, .blog_page .blog_post h1 a:ctive { color: #2280D0; }
.blog_page .blog_post h1 a:hover { color: #333333; }
.blog_page.no-image .blog_post_image { display: none; }
.blog_page.no-image .blog_post_wrapper {}
.social-tab-item-1, .social-tab-item-2 {
    display: inline-block;
}