body {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

img {
  max-width: 100%;
}

#drupal-live-announce {
  display: none;
}

.top-header {
  background: #f2e2dd;
}

.top-header .carousel-item.active {
  background: transparent !important;
}

.media {
  display: block;
}

.block-views-blockposts-continue-watching-block {
  margin-bottom: 30px;
}

.posts-teaser .post-teaser-right {
  display: flex;
  align-items: center;
}

.posts-teaser a:hover {
  text-decoration: none;
}

.posts-teaser img {
  max-width: 100%;
  height: auto;
}

.posts-teaser h4 {
  font-family: "Futura PT", serif;
  font-size: 20px;
  line-height: 31px;
  color: #121212;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.posts-teaser p.post-speaker {
  color: #444;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.block-title-rd {
  color: #121212;
  text-align: center;
  font-family: 'Futura PT', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  margin-top: 45px;
  margin-bottom: 25px;
}

.seperate-block-line {
  width: 100%;
  border: 2px solid #e1e4e7;
}

.posts-teaser .thumbnail-wrapper {
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  overflow: hidden;
}

.posts-teaser .thumbnail-wrapper .percent-watch {
  height: 7px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
}

.posts-teaser .post-teaser-description {
  word-break: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .block-title-rd {
    font-size: 40px;
  }

  body {
    background-size: auto;
  }
}

#carouselContinueWatching .owl-carousel {
  padding: 0 40px;
}

#carouselContinueWatching .owl-item {
  background-color: transparent;
}

#carouselContinueWatching .owl-nav button {
  position: absolute;
  transform: translate(0, 0);
  bottom: 0;
  top: 0;
}

#carouselContinueWatching .owl-nav button:focus {
  outline: none;
}

#carouselContinueWatching .owl-nav span {
  width: 35px;
  height: 35px;
  border: 2px solid red;
  border-radius: 35px;
  font-size: 35px;
  line-height: 0.7;
  display: block;
  color: red;
}

#carouselContinueWatching .owl-nav button.disabled span {
  color: #edd7d1;
  border-color: #edd7d1;
}

#carouselContinueWatching .owl-nav .owl-prev {
  left: 0;
}

#carouselContinueWatching .owl-nav .owl-next {
  right: 0;
}

#carouselContinueWatching .owl-stage {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  div[id^=carousel-banner] .carousel-item.image-sp {
    min-height: auto;
    padding-bottom: 53%;
  }

  body div[id^=carousel-banner] .container-banner {
    margin: 0 auto !important;
  }
}

.path-search {
  background: transparent !important;
}

.container-rd {
  max-width: 100%;
}

main {
  padding-top: 25px;
}

@media screen and (max-width: 992px) {
  main {
    padding-top: 25px;
    background: #fff;
  }
}

.reset-list-style {
  list-style: none;
}

.layout_twocol__wrapper {
  max-width: none;
  gap: 35px;
}

.owl-carousel .page_list .card {
  height: auto !important;
}

.owl-carousel .page_list .card-text {
  color: #000;
}

.limit-banner-height .carousel {
  max-height: 513px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  max-height: 172px;
}

.video_list .page_list .card-body a {
  color: #000;
}

nav.pager {
  margin-top: 0;
  float: right;
}

nav.pager .pager__items {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

nav.pager .pager__items .pager__item {
  padding: 0;
  margin-right: 2px;
}

nav.pager .pager__items a {
  position: relative;
  display: block;
  padding: 7px 13px;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: none;
  font-size: 14px;
  border-radius: 6px !important;
}
nav.pager .pager__item.pager__item--next a {
  background: url("../images/arrow-next-new.svg") no-repeat center;
}
nav.pager .pager__item.pager__item--previous a {
  background: url("../images/arrow-back-new.svg") no-repeat center;
}
nav.pager .pager__item.pager__item--next a,
nav.pager .pager__item.pager__item--previous a {
  border: 1px solid #000;
  color: transparent;
}
nav.pager .pager__item.pager__item--next a span,
nav.pager .pager__item.pager__item--previous a span {
  width: 7px;
  display: block;
}

nav.pager .pager__items .pager__item.is-active a {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}

nav.pager .pager__items .pager__item:first-child a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

nav.pager .pager__items .pager__item:last-child a {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
nav.pager .pager__items .pager__item.pager__item--ellipsis {
  position: relative;
  display: block;
  padding: 5px 13px;
  margin-left: -1px;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border: none;
}

.menu-filter-custom .menu_fixed {
  left: 0;
  margin: 0;
}

.menu-filter-custom .menu_fixed a {
  color: #eebbbf;
}

.menu-filter-custom .menu_fixed .child-ul {
  display: none;
  position: absolute;
  padding: 10px;
  list-style: none;
  text-align: left;
}

.menu-filter-custom .menu_fixed .nav-item:hover .child-ul {
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
}

.menu-filter-custom .menu_fixed .nav-item.active,
.menu-filter-custom .menu_fixed .nav-item:hover:not(.active) {
  background: none !important;
  border-color: #fff !important;
}

.menu-filter-custom .menu_fixed .nav-item.active b,
.menu-filter-custom .menu_fixed .nav-item:hover:not(.active) b,
.menu-filter-custom .menu_fixed .nav-item.active a,
.menu-filter-custom .menu_fixed .nav-item.active:hover a,
.menu-filter-custom .menu_fixed .nav-item:hover:not(.active) a {
  color: #FFF !important;
  font-weight: bold;
}

.menu-filter-custom .menu_fixed .nav-item:hover,
.menu-filter-custom .menu_fixed .nav-item.active {
  border: 0!important;
}

.menu-filter-custom .menu_fixed .nav-item:hover .child-ul li {
  padding: 10px 0;
  width: 223px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.menu-filter-custom .menu_fixed .nav-item:hover .child-ul li:last-of-type {
  border-bottom: 0;
}

.menu-filter-custom .menu_fixed .nav-item:hover .child-ul li a {
  width: 100%;
  padding: 5px 15px;
  display: block;
  color: #212529 !important;
}

.menu-filter-custom .menu_fixed .nav-item:hover .child-ul li a.active,
.menu-filter-custom .menu_fixed .nav-item:hover .child-ul li:hover a {
  background-color: #ec1920;
  color: #FFF !important;
}

.search-wrapper .form-item {
  margin: 0;
  width: calc(100% - 36px);
}

@media screen and (min-width: 1367px) {
  .search-wrapper .form-item {
    width: calc(100% - 39px);
  }
}

.search-wrapper input[type=text] {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dc3545;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 600px) {
  .menu-filter-custom .menu_fixed .child-ul {
    left: 0;
  }
}

.hidden-normal-list {
  display: none;
}

.list-article-homepage .hidden-normal-list {
  display: block;
}

.hidden-first-last-pager .pager__item--first,
.hidden-first-last-pager .pager__item--last {
  display: none;
}

@media (min-width: 992px) {
  .calculator-section .container {
    max-width: 1200px !important;
  }
}

@media screen and (min-width: 1200px) {
  .calculator-section .container {
    max-width: 1194px !important;
  }
}
@media screen and (max-width: 768px) {
  div[id^=carousel-banner] .banner-sp {
    min-height: auto;
  }
}
.owl-carousel.owl-drag .owl-item {
  background: transparent;
}
.img-list {
  overflow: hidden;
}
.icon-user {
  width: 31px;
  height: 31px;
  display: block;
}
.icon-user:before {
  content: "";
  font-family: "ShellPortal-iconfont", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 26.6px;
  line-height: normal;
  color: #BD120A;
}
.card-img-top-wrapper .image-wrapper {
  height: auto;
}
iframe.media-oembed-content {
  width: 100%;
  height: 38vw;
}
.dialog-off-canvas-main-canvas {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.dialog-off-canvas-main-canvas main {
  flex: 1;
}
.layout-page-error .btn-wrapper .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.layout-page-error .btn-wrapper .btn-secondary {
  color: #000;
  border-color: #000;
}
.modal-dialog .modal-header .modal-title,
.modal-dialog .modal-header button.close:hover,
.modal-dialog .modal-header button.close {
  color: #000;
}
.recent-update-teaser {
  word-break: break-all;
}
.recent-update-teaser .content-teaser-wrapper {
  padding: 0;
  background: #EDF2F4;
}
.recent-update-teaser .content-teaser-content-wrapper {
  flex-direction: column;
  flex: 1;
}
.recent-update-teaser .content-teaser-wrapper .content-teaser-title {
  padding: 10px 0 10px 15px;
  border-left: 7px solid #E1242A;
  margin: 25px;
  font-weight: bold;
  word-break: break-word;
}
.recent-update-teaser .content-teaser-wrapper .content-teaser-description {
  flex: 1;
  margin: 0 25px 10px;
}
.recent-update-teaser .content-teaser-link .learn-more-link {
  float: right;
  border-top-left-radius: 15px;
  align-items: center;
  gap: 10px;
  color: #ffff;
  padding: 10px 15px 10px 15px;
  background-color: #E1242A;
}

.recent-update-teaser .teaser-thumbnail-wrapper {
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recent-update-teaser .teaser-thumbnail-wrapper img {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .recent-update-teaser .teaser-thumbnail-wrapper {
    width: 100%;
    height: 700px;
  }
  .recent-update-teaser .teaser-thumbnail-wrapper.user-logged-in {
    height: 560px;
  }
  .recent-update-teaser .teaser-thumbnail-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.ta-list .row {
  margin-left: -24px;
  margin-right: -24px;
}
.ta-list .header-title {
  display: flex;
  align-items: center;
  gap: 25px;
}
.ta-list .link-wrapper {
  height: 100%;
  display: block;
}
.ta-list .selectivity1 {
  border: 1px solid #A1A4AC;
  height: 100%;
  border-radius: 15px;
  padding: 20px;
}
.ta-list .content-item {
  padding-right: 7px;
  padding-left: 7px;
}
.ta-list .content-area1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ta-list .ta-body-wrapper {
  margin-top: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ta-list .ta-body-wrapper .explore-text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #891515;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.ta-list .ta-description {
  flex: 1;
  color: #000;
}
.ta-list .title-text {
  color: #891515;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.2rem;
}
footer .copyright {
  background: black;
  color: #A1A4AC;
}
.welcome-logged-in-container {
  padding-top: 1.5rem;
}
.welcome-logged-in-container .user-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    font-size: 69px;
    color: #E60012;
}

.welcome-logged-in-container .user-picture::before {
    content: "";
    font-family: "ShellPortal-iconfont", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    font-size: 45.6px;
    line-height: normal;
    color: #BD120A;
}
.welcome-logged-in-container .user-info-wrapper {
  gap: 15px;
  align-items: center;
}
.welcome-logged-in-container .welcome-text-wrapper p {
  margin-bottom: 0;
}

.welcome-logged-in-container .greeting-text {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.welcome-logged-in-container .search-form {
  justify-content: flex-end;
  display: flex;
  border: 1px solid #E1242A;
}
.welcome-logged-in-container .search-form .form-item-search-text {
  flex: 1;
}
.welcome-logged-in-container .search-form .form-item-search-text input {
  height: calc(2.25rem + 2px);
  border: 0;
  padding: .375rem .75rem;
  font-size: 1rem;
}
.welcome-logged-in-container .search-form .form-item-search-text input:focus-visible {
  outline: none;
}
.welcome-logged-in-container .search-form .btn-search-trigger {
  border-radius: 0;
}
.welcome-logged-in-container .separate-line {
  border-color: #E1242A;
  margin: 2rem 0 0;
}
.block-welcome-logged-in-block.full-fixed {
  z-index: 10;
  position: relative;
}
.block-welcome-logged-in-block.full-fixed .welcome-logged-in-container {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
}
.block-welcome-logged-in-block.full-fixed .separate-line {
  display: none;
}
@media (min-width: 960px) {
  .block-welcome-logged-in-block.full-fixed .welcome-logged-in-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.out-width-container-fluid {
  margin-left: -30px;
  margin-right: -30px;
}
.out-width-container-fluid.page-video {
  margin-left: -60px;
  margin-right: -60px;
}
.streaming .page-video {
  padding: 0 60px;
}
.streaming .page-video.video-type {
  background-color: #343740;
}
@media (min-width: 1360px) {
  .out-width-container-fluid {
    margin-left: -150px;
    margin-right: -150px;
  }
  .out-width-container-fluid.page-video {
    margin-left: -165px;
    margin-right: -165px;
  }
  .streaming .page-video {
    padding: 0 165px 15px;
  }
}
@media (min-width: 960px) {
  .out-width-container-fluid {
    margin-left: -150px;
    margin-right: -150px;
  }
  .out-width-container-fluid.page-video {
    margin-left: -165px;
    margin-right: -165px;
  }
  .streaming .page-video {
    padding: 0 165px 15px;
  }
}

.live-event-noti-wrapper {
  padding: 2em;
  color: #fff;
  background: #E1242A;
  border-radius: 10px;
  margin-bottom: 2em;
  margin-top: 3em;
}
.live-event-noti-wrapper .header-live-event-wrapper {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid;
  margin-bottom: 1.5em;
}

.live-event-noti-wrapper .btn-event {
  width: auto;
  background: #fff;
  color: #891515;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  padding: 15px 35px;
  margin-bottom: 0;
  font-size: 1.3em;
}
.live-event-noti-wrapper .event-item-title .event-title {
  color: #fff;
  font-size: 3em;
}
.live-event-noti-wrapper .event-item-title .event-information{
  font-size: 1.5rem;
}
.live-event-noti-wrapper .webinar-item:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
.live-event-noti-wrapper .carousel-item {
  background: transparent;
}
.live-event-noti-wrapper .event-item__thumbnail img {
  height: auto;
  max-height: 300px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .user-info-wrapper {
    margin-bottom: 25px;
  }
  .live-event-noti-wrapper .event-item__body {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .live-event-noti-wrapper .btn-event {
    margin-bottom: 15px;
  }
  .live-event-noti-wrapper #carouselLiveEventNoti .carousel-inner {
    overflow: inherit;
  }
}
.img-object-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel-control-prev, .carousel-control-next{
  display: none;
}
.ta-list .ta-body-wrapper.hover-description {
  display: none;
}
@media screen and (min-width: 1200px) {
  .ta-list .content-item .selectivity1 {
    position: relative;
  }
  .ta-list .content-item:hover {
    z-index: 15;
  }
  .ta-list .content-item-logged-in:hover .ta-body-wrapper.hover-description {
    display: flex!important;
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    justify-content: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .ta-list .content-item-logged-in:hover .ta-body-wrapper.hover-description .ta-description {
    color: #891515;
    padding-left: 20px;
  }
  .ta-list .content-item-logged-in .ta-description {
    flex: none;
  }
}
.ta-list .header-title img {
  height: 72px;
}
.dropdown-sort {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 35px;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}

.dropdown-sort-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
  text-align: center;
}

.dropdown-sort-menu div {
  padding: 8px 12px;
  cursor: pointer;
}

.dropdown-sort-menu div:hover {
  background-color: #f2f2f2;
}

.dropdown-sort.open .dropdown-sort-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  nav.pager {
    width: 100%;
  }
  nav.pager .pager__items {
    display: block;
    width: 100%;
  }
  nav.pager .pager__items li.pager__item {
    float: left;
  }
}
.webinar-event-home-page .main-event-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 300px;
}
.webinar-event-home-page .separate-line {
  margin: 3rem 0 2.5rem;
  border-color: #000;
}
.webinar-event-home-page .header-title {
  font-size: 30px;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: bold;
}
.webinar-event-home-page .main-event-wrapper .link-main-event-img {
  position: relative;
  display: block;
}
.webinar-event-home-page .main-event-wrapper .link-main-event-img .live-icon {
  position: absolute;
  object-fit: none;
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
}
.webinar-event-home-page .main-event-wrapper .event-disease-time {
  font-size: 14px;
  text-align: right;
}
.webinar-event-home-page .main-event-wrapper .event-title {
  font-size: 22px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}
.webinar-event-home-page .main-event-wrapper .event-descrirption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
}

.webinar-event-home-page .main-event-wrapper .event-title:hover {
  color: #000;
}
.webinar-event-home-page .side-event-wrapper {
  background: #BD120A;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.webinar-event-home-page .side-event-wrapper .item-link {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.webinar-event-home-page .side-event-wrapper .item-link:hover {
  color: #fff;
}
.webinar-event-home-page .side-event-wrapper .item-link span {
  flex: 1;
}
.webinar-event-home-page .side-event-wrapper .item-link img {
  width: 20px;
  height: 20px;
}
.webinar-event-home-page .side-event-wrapper .list-item-wrapper {
  flex: 1;
}
.webinar-event-home-page .side-event-wrapper .more-videos-wrapper a {
  color: #fff;
  display: flex;
  gap: 20px;
  border: 1px solid #fff;
  float: left;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .webinar-event-home-page .side-event-wrapper .more-videos-wrapper {
    margin-top: 20px;
  }
}

.clear-pd-50 {
  margin: 0 -50px;
}

.sign-up-now-wrapper {
  font-size: 18px;
  font-family: Gotham, sans-serif;
}

.sign-up-now-wrapper h3 {
  font-size: 36px;
}

.sign-up-now-wrapper .btn-register {
  background: white;
  color: #891515;
  font-size: 16px;
  padding: 12px 65px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: bold;
}

.sign-up-now-wrapper .btn-register:hover {
  background: #891515;
  color: white;
}


div[id^=carousel-banner] {
  margin: 0 -150px;
}

@media screen and (max-width: 960px) {
  div[id^=carousel-banner] {
    margin: 0 -30px;
  }
}

div[id^=carousel-banner] .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
}

div[id^=carousel-banner] .carousel-inner .carousel-item {
  width: 100%;
  height: 750px;
}

@media screen and (max-width: 769px) {
  div[id^=carousel-banner] .carousel-inner .carousel-item {
    width: 100%;
    height: 450px;
  }
}
.carousel-height-auto div[id^=carousel-banner] .carousel-inner .carousel-item,
.carousel-height-auto div[id^=carousel-banner] .carousel-inner .carousel-item img {
  height: auto!important;
}
.latest-updates.is-logged-custom .separate-line {
  margin: 3.5rem 0;
  border-color: #000;
}
.latest-updates.is-logged-custom .header h2{
  font-size: 30px;
  text-align: left;
  font-weight: bold;
}
.latest-updates.is-logged-custom .updates {
  margin-top: 0;
}

.latest-updates .thumbmail-wrapper {
  position: relative;
}

.latest-updates img.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px!important;
  width: 60px!important;
}

.live-wrapper {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.live-wrapper img {
  height: auto!important;
}

@media screen and (min-width: 767px) {
  .latest-updates.is-logged-custom  .update-card .thumbmail-wrapper img {
    height: 218px;
    object-fit: cover;
  }
}
.latest-updates.is-logged-custom .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.latest-updates.is-logged-custom h4 {
  font-size: 18px;
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.latest-updates.is-logged-custom .content-teaser-link a {
  display: flex;
  overflow: hidden;
  gap: 2rem;
  border: 1px solid #E1242A;
  float: left;
  color: #E1242A;
  padding: 8px 24px;
  border-radius: 24px;
  font-weight: 600;
}
.latest-updates.is-logged-custom .card-content {
  display: flex;
  flex-direction: column;
}
.latest-updates.is-logged-custom .card-content .card-content-body {
  flex: 1;
}
.latest-updates.is-logged-custom .card-content .card-content-body h4{
  flex: 1;
}
@media screen and (min-width: 767px) {
  .latest-updates.is-logged-custom .card-content {
    height: calc(100% - 218px);
  }
}
.title-section-custom {
  font-size: 30px;
  font-weight: bold;
}
.video-on-demand-wrapper,
.video-on-demand-wrapper {
  margin-top: 30px;
}
form[id^=views-exposed-form-post-list-video-rerun-by-disease],
form[id^=views-exposed-form-post-list-article-by-disease],
form[id^=views-exposed-form-post-list-video-by-disease] {
  display: none;
}
.card-common {
  height: 100%;
}
.card-common .thumbmail-wrapper {
  position: relative;
}
.card-common .thumbmail-wrapper img {
  height: 243px;
  width: 100%;
  object-fit: cover;
}
img.vdo-radius {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card-common .thumbmail-wrapper .play-btn {
  position: absolute;
  width: 80px!important;
  height: 80px!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-common .card-content {
  background: #EDF2F4;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  border-bottom: 4px solid #E1242A;
}
.card-common .card-content h4 {
  font-size: 16px;
  margin: 10px 0;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.card-common .card-content .content {
  font-size: 12px;
  color: #34373F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-common .card-content .content.article-description {
  font-size: 14px;
}

.card-common .btn {
  overflow: hidden;
  gap: 2rem;
  border: 1px solid #E1242A;
  float: left;
  color: #E1242A;
  padding: 5px 24px;
  border-radius: 24px;
  font-weight: 600;
  min-width: 155px;
}
.card-common .card-content-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.post-common-list .header h4 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .card-common .card-content {
    height: calc(100% - 243px);
  }
}
.highlight-video-wrapper {
  margin-top: 30px;
}
.highlight-video-wrapper .card-common .thumbmail-wrapper img {
  height: auto!important;
  max-height: 530px;
}
.highlight-video-wrapper h4.header-title {
  margin-bottom: 0;
  padding: 15px 25px;
  color: #fff;
  background: #BD120A;
  font-weight: bold;
}
.highlight-video-wrapper .card-common .content-teaser-link {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.highlight-video-wrapper .card-common .content-teaser-link a {
  background: #E1242A;
  color: #fff;
  font-size: 18px !important;
  padding: 5px 50px;
}
.card-content .content-teaser-link .btn:hover,
.watch-button.small:hover {
  background-color: #E1242A;
  border: 1px solid #E1242A;
  color:#fff !important;
}
.highlight-video-wrapper .card-common .card-content {
  padding: 20px 30px;
  border: 0;
}
.highlight-video-wrapper .card-common .card-content .card-content-body {
  gap: 15px;
}
.highlight-video-wrapper .card-common .card-content .card-content-body h4 {
  font-size: 22px;
}
.highlight-video-wrapper .card-common .card-content .card-content-body .content {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .highlight-video-wrapper .card-common .content-teaser-link {
    margin-top: 20px;
    align-items: start;
    justify-content: start;
  }
  .highlight-video-wrapper .card-common .card-content .card-content-body {
    gap: 5px;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 540px;
  }
}


.live-stream {
  /* color: #BD120A;
  background-color: #fff; */
  color: #fff;
    background-color: #BD120A;
    border: 1px solid #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 10px;
  gap: 5px;
}

.live-stream svg {
  fill: white;
}
.side-event-wrapper .live-icon-left-side {
  width: 65px!important;
  height: auto!important;
  margin-left: 5px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.search-content-wrapper img {
  object-fit: cover;
}
