.jumbotron {
    position: relative;
    background: url("@Url") center/cover no-repeat;
    color: #fff;
    height: var(--medium-banner);
    min-height: var(--medium-bannerPX);
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
@media (max-width: 576px) {
  .jumbotron {
    height: calc(var(--medium-bannerPX) - 260px);
    min-height: calc(var(--medium-bannerPX) - 260px);
  }
}
.jumbotron::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jumbotron .heroContent {
  z-index: 1;
}
span.numberCircle {
  background: #005faa;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.9em;
  margin-right: 15px;
  text-align: center;
  width: 1.9em;
  height: 1.9em;
}
.list-group-item {
  border: none;
}
.excerptText {
  color: #231f20;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
}
.topics {
  color: #231f20 !important;
  font-size: 14px !important;
}
.readLink {
  color: #231f20 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  color: #231f20;
  background: none;
}

/*.cfRecentPost p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.image-container {
  width: 167px;
  height: 95px;
}
span.numberCircle {
  background: #005faa;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.9em;
  margin-right: 15px;
  text-align: center;
  width: 1.9em;
  height: 1.9em;
}
.topics {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #231f20;
  text-transform: uppercase;
}

.BlogMaincategorie h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #005faa;
}
.readArticleBtn {
  font-size: 14px;
  font-weight: 600;
}
.blogDetailsExcerptText {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.blogBtn {
  font-size: 80px;
}
.readLinkChevron {
  font-size: 16px;
}
.categorieCloudLink:hover {
  color: #333333;
}
.search-excerptText {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.search-page-input input {
  border: 1px solid var(--Light-Grey, #dbdbdb);
}

.topic-btn {
    align-items: center;
    background-color: #78BDE81A;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #005FAA;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

    .topic-btn:hover
    {
        background-color: #005FAA;
        color: #ffffff;
    }

    .topic-btn.active {
        background-color: #005FAA;
        color: #ffffff;
    }

    .topic-btn:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }

.social-btn {
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    border: 1px solid #c5c5c5;
    text-decoration: none;
    transition: background 0.2s;
}

    .social-btn:hover {
        background: rgba(var(--navigation-dropdown-color1), 1);
    }

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    margin: 0;
}

.blog-content .breadcrumb-trail .container {
    padding: 0;
}

.blog-content {
  font-size: 16px;
  line-height: 1.5;
}

:root {
    --swiper-navigation-color: #231F20;
    --swiper-pagination-color: #005FAA;
    --swiper-navigation-size: 30px !important;
/*    --swiper-navigation-top-offset: 10%;
    --swiper-navigation-sides-offset: 70px;*/
}
.most-popular-pill{
    font-size:0.8rem;
    top:10px;
    right:10px;
}
.pagination {
    --bs-pagination-color: #005FAA;
    --bs-pagination-active-bg: #005FAA;
    --bs-pagination-active-border-color: #005FAA;
}