/** Temporary cache busting : 1 **/
.card__banner {
  -webkit-print-color-adjust: exact;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: block;
  height: 320px;
  width: 100%; }
  @media print {
    .card__banner {
      display: inline-block;
      float: left;
      height: 200px;
      width: 30%; } }

@media print {
  .card__content {
    display: inline-block;
    float: left;
    padding-left: 25px;
    padding-top: 15px;
    width: 70%; } }

.card__category a {
  transition: color 250ms; }
  .card__category a:hover {
    color: #c51828; }
  @media print {
    .card__category a {
      text-decoration: none; } }

@media print {
  .card__title {
    text-decoration: none; } }

.pagination {
  margin-top: 0 !important; }
  .pagination ul.pagination-classic {
    margin-bottom: 0 !important; }
  .pagination__previous, .pagination__next {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-indent: 0 !important; }
  @media print {
    .pagination {
      margin-bottom: 25px !important; } }

main.articles div.blog nav ul.pagination-classic li.active a {
  background-image: linear-gradient(-262deg, #dc1c2e 0%, #c51828 98%, #c51828 100%) !important;
  border: 0; }

main.articles div.blog nav ul.pagination-classic li:not(.active) a {
  background-color: #fff !important; }
  main.articles div.blog nav ul.pagination-classic li:not(.active) a:hover {
    color: #e21a37 !important;
    border-color: #d9d9d9 !important; }

@media print {
  main.articles div.blog nav ul.pagination-classic li a {
    text-decoration: none; } }

.no-articles {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 40px; }

.no-articles__title {
  margin: 0; }

.categories:not(.mobile) {
  column-count: 2;
  display: block !important;
  padding: 20px 18px 10px !important; }

.categories .category {
  flex: none !important;
  margin-bottom: 12px;
  padding: 0 !important;
  transition: color 250ms; }
  .categories .category--active, .categories .category:hover {
    color: #c51828; }
  .categories .category a {
    display: block;
    font-size: 13px !important;
    padding: 0 !important; }
  .categories .category a > span {
    margin-right: 3px;
    width: 15px; }

@media screen and (max-width: 605px) {
  .articles .sidebar .categories-container {
    display: none !important; } }

@media print {
  .convertflow-cta, .cf-overlay, #static-lead-btn {
    display: none !important; }
  .page-content {
    margin-bottom: 0;
    top: 0; }
  main.articles {
    width: 100%;
    padding-top: 0; }
  article {
    display: block;
    overflow: hidden;
    width: 100%; }
    article a.btn.btn-primary {
      display: inline-block !important;
      padding: 0;
      text-decoration: none; }
    article:nth-child(3n) {
      page-break-after: always; }
  header.new-theme a.logo img {
    max-height: 75px !important;
    max-width: 310px !important; }
  /** Microsites print fixes **/
  .microsite .page {
    margin-top: 0 !important; }
  .microsite header.new-theme.sticky {
    position: relative; } }

.post img {
  max-width: 100%; }

.post-wrapper {
  margin-top: 20px;
  max-width: 737px;
  position: relative; }
  @media print {
    .post-wrapper {
      max-width: none;
      width: 100%; } }

.post__title {
  font-size: 26px !important;
  margin: 35px 30px 15px; }
  @media screen and (max-width: 600px) {
    .post__title {
      margin: 35px 17px 15px; } }
  @media print {
    .post__title {
      margin: 35px 0 15px; } }

.post .content {
  margin: 38px 28px !important; }
  @media screen and (max-width: 600px) {
    .post .content {
      margin: 38px 15px !important; } }
  @media print {
    .post .content {
      margin: 30px 0 0 !important; } }

.post .meta {
  margin: 0 30px !important; }
  @media screen and (max-width: 600px) {
    .post .meta {
      margin: 0 17px !important; } }
  @media print {
    .post .meta {
      margin: 0 !important; } }

.post .social {
  margin-right: 0 !important; }

.article {
  display: flex;
  flex-flow: row wrap;
  padding-top: 30px;
  text-align: left; }
  @media print {
    .article {
      display: block !important; } }

.article .blog {
  flex: 3 0; }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .article .blog {
      width: calc(100% - 375px) !important; } }

.article__date {
  margin-right: 0; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blog .container {
    width: 100% !important; } }

@media print {
  .blog .container {
    width: 100%; } }

.banner--image {
  -webkit-print-color-adjust: exact;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 400px;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .banner--image {
      height: 300px; } }
  @media screen and (max-width: 400px) {
    .banner--image {
      height: 250px; } }
  @media print {
    .banner--image {
      display: none !important; } }

@media print {
  .banner--video {
    display: none; } }

.author {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex; }
  @media print {
    .author {
      margin-bottom: 25px !important; } }

.author__photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 220px; }
  @media print {
    .author__photo {
      display: none; } }

.author__informations {
  border-bottom: 3px solid #c51828;
  flex: 1;
  margin-top: 1px;
  padding: 30px 30px 21px; }

.author__name {
  font-size: 20px;
  margin: 0 0 4px;
  text-transform: uppercase; }

.author__title {
  font-family: 'Gotham Book';
  font-size: 15px;
  margin: 0 0 12px;
  text-transform: uppercase; }

.author__biography {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px; }
  @media print {
    .author__biography {
      margin-bottom: 0; } }

.author__socials {
  display: block;
  overflow: hidden; }
  @media print {
    .author__socials {
      display: none; } }

.author__social {
  background-color: transparent;
  border-radius: 50%;
  float: left;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  transition: background 250ms;
  width: 35px; }
  .author__social i {
    color: #c51828;
    font-size: 18px;
    margin-top: 9px; }
  .author__social:hover {
    background-color: #f7f7f7; }

@media screen and (max-width: 1000px) {
  .author {
    margin-bottom: 35px !important; } }

@media screen and (max-width: 640px) {
  .author__photo {
    display: none; } }

.meta .socials {
  display: block;
  margin: 22px 0 38px !important;
  padding-bottom: 0 !important;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .meta .socials {
      margin-top: 10px !important; } }

.meta .socials .social {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }
  .meta .socials .social a {
    padding: 9px 7px 7px !important; }

@media screen and (max-width: 600px) {
  .meta .article__author, .meta .article__date, .meta .article__category {
    display: block !important;
    margin: 0 0 10px !important; } }

.article__category a {
  transition: color 250ms; }
  .article__category a:hover {
    color: #c51828; }
