.Blog .ActionCoach_2019 .blogThumbContainer {
  font-size: 0;
  width: 100%;
  display: block;
}
@media (min-width: 960px) {
  .Blog .ActionCoach_2019 .blogThumbContainer {
    width: 80%;
    display: inline-block;
  }
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem {
  font-size: 0;
  width: 100%;
  display: block;
  padding: 30px 0;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem.filtered {
  display: none;
}
@media (min-width: 960px) {
  .Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem {
    width: 50%;
    display: inline-block;
  }
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumb {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background-position: top center;
  background-size: cover;
  height: 250px;
  max-height: 160px;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumb .thumb {
  display: none;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumbInfo {
  width: 50%;
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumbInfo .thumbTitle {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 28px;
  color: #0d5191;
  margin: 0;
  font-weight: 400;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumbInfo .thumbDate {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #999999;
  font-style: italic;
  padding: 5px 0;
  margin: 0;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumbInfo .thumbAutor {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  color: #e30c1d;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumbInfo .thumbIntro {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  max-height: calc(82px);
  overflow: hidden;
  padding-top: 10px;
  margin: 0;
  position: relative;
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem .blogThumbInfo .thumbIntro:after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-image: linear-gradient(rgba(241, 241, 244, 0) 25% #f1f1f4);
}
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem:hover .thumbTitle,
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem:focus .thumbTitle,
.Blog .ActionCoach_2019 .blogThumbContainer .blogThumbItem:active .thumbTitle {
  color: #e30c1d;
  text-decoration: none;
}
.Blog .ActionCoach_2019 .AuthorList {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  display: block;
  float: left;
  text-transform: uppercase;
  padding: 0 30px;
}
.Blog .ActionCoach_2019 .AuthorList li {
  cursor: pointer;
}
@media (min-width: 960px) {
  .Blog .ActionCoach_2019 .AuthorList {
    width: 20%;
    display: inline-block;
  }
}
.Blog .ActionCoach_2019 .AuthorList .filterAll {
  color: rgba(102, 102, 102, 0.5);
}
.Blog .ActionCoach_2019 .AuthorList .filterAll.selectedFilter {
  color: #666666;
}
.Blog .ActionCoach_2019 .AuthorList .filterAll:hover,
.Blog .ActionCoach_2019 .AuthorList .filterAll:focus,
.Blog .ActionCoach_2019 .AuthorList .filterAll:active {
  color: #666666;
}
.Blog .ActionCoach_2019 .AuthorList .filterItem {
  color: rgba(227, 12, 29, 0.5);
}
.Blog .ActionCoach_2019 .AuthorList .filterItem.selectedFilter {
  color: #e30c1d;
}
.Blog .ActionCoach_2019 .AuthorList .filterItem:hover,
.Blog .ActionCoach_2019 .AuthorList .filterItem:focus,
.Blog .ActionCoach_2019 .AuthorList .filterItem:active {
  color: #e30c1d;
}
.Blog .ActionCoach_2019 .AuthorList .filterItem[data-count]:after {
  content: attr(data-count);
  color: #0d5191;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  vertical-align: top;
  padding: 0 5px;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleImage {
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  height: 240px;
  max-height: 240px;
}
@media (min-width: 768px) {
  .Blog .ActionCoach_2019 .articleContainer .articleItem .articleImage {
    height: 480px;
    max-height: 480px;
  }
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleImage .image {
  display: none;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription {
  padding: 30px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription ol li {
  counter-increment: my-awesome-counter;
  padding: 5px 0;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #e30c1d;
  font-weight: bold;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription ul li {
  padding: 5px 0;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription ul li:before {
  content: "•";
  font-size: 16px;
  color: #e30c1d;
  padding-right: 5px;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .autorEmail {
  color: #0d5191;
  font-size: 16px;
  margin: 15px 0 30px 0;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .autorEmail:hover,
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .autorEmail:focus,
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .autorEmail:active {
  color: #e30c1d;
  text-decoration: none;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .articlesCta {
  background: #0d5191;
  color: white;
  padding: 6px 12px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .articlesCta:hover,
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .articlesCta:focus,
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription .articlesCta:active {
  background: #e30c1d;
  text-decoration: none;
  color: white;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription a {
  color: #0d5191;
  font-weight: 600;
  text-decoration: underline;
}
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription a:hover,
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription a:focus,
.Blog .ActionCoach_2019 .articleContainer .articleItem .articleDescription a:active {
  color: #e30c1d;
}
.Blog .ActionCoach_2019 .bannerContainer {
  margin-top: 3vw;
}
.Blog .ActionCoach_2019 .bannerContainer .bannerItem {
  margin-top: 15vw;
}
@media (min-width: 768px) {
  .Blog .ActionCoach_2019 .bannerContainer .bannerItem {
    margin-top: 5vw;
  }
}
.Blog .ActionCoach_2019 .bannerContainer .bannerItem .titles {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.Blog .ActionCoach_2019 .bannerContainer .bannerItem .titles .title {
  font-size: 40px;
  color: #0d5191;
  font-style: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.Blog .ActionCoach_2019 .bannerContainer .bannerItem .titles .title:after {
  display: none;
}
.Blog .ActionCoach_2019 .bannerContainer .bannerItem .titles .author {
  font-size: 20px;
  color: #e30c1d;
  font-family: 'Roboto Slab', serif;
  margin: 0;
}
.Blog .ActionCoach_2019 .bannerContainer .bannerItem .titles .date {
  font-size: 20px;
  color: #0d5191;
  font-family: 'Roboto Slab', serif;
}

