.f-programs-list .date {
    font-size: 15px;
    font-weight: 500;
  }

  .content-type-40403 .text .img-container {
    display: flex;
    justify-content: center;
  }

  .content-type-40403 .text img {
    width: 700px;
    max-width: 100%;
    display: block;
    height: auto;
    margin: 1rem auto;
    border-radius: 2px;
    object-fit:cover ;
  }

.f-side-bar-inr .side-bar-read-more-btn {
    width: 100%;
}

.f-side-bar-inr .side-bar-read-more-btn {
    padding: 12px 0;
}

.f-side-bar-inr .f-list-item .f-list-item-container {
    height: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
}

.f-side-bar-inr .f-module-title h3 {
    font-size: 1.3rem;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
    text-align: start;
    color: #f16624;
    margin-bottom: 0px;
    padding-bottom: 3px;

}

.f-side-bar-inr .f-list-item .f-list-item-title a {
    font-size: 1.0rem;
    font-weight: 500;
    color: #060607;
    display: inline-block;
    margin-bottom: 1.0rem;
    padding-top: 15px;
}

.f-side-bar-inr .f-list-item .f-list-item-subtitle {
    font-size: .95rem;
}

.f-side-bar-inr .f-list-item .f-list-item-button a {
    display: inline-block;
    font-size: .95rem;
    color: var(--brand-color-theme-2);
    font-weight: 600;
    margin-bottom: 1rem;
}

.f-side-bar-inr .f-list-item .f-list-item-teaser-content p {
    font-size: .9rem;
    margin-top: 2px;
    margin-bottom: .4rem;
}

.f-side-bar-inr .f-list-item .f-list-item-teaser-content .read-more-btn a {
    padding: 0;
    background-color: transparent;
    color: var(--brand-color-theme-3);
    text-decoration: underline;
    border: 0;
    font-size: .85rem;
    font-weight: 600;
}
.content-type-40403  #fSidebarRight {
    position: relative;
}
.content-type-40403 #fSidebarRight .region-sidebar-right {
    position: sticky;
    top: 90px;
}