#story-telling-top-header.tb-storytelling-subtitle {
  background: rgb(241, 241, 241);
  padding: 16px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  #story-telling-top-header.tb-storytelling-subtitle {
    display: none;
  }
}

.story-telling .wrapperContent .tb-storytelling-title, .story-telling .wrapperContent .tb-storytelling-subtitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .story-telling .wrapperContent .tb-storytelling-title, .story-telling .wrapperContent .tb-storytelling-subtitle {
    display: block;
  }
}

.tb-storytelling-main-container {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0) 100%);
  background-size: 40% 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.tb-storytelling-main-container.tb-storytelling-desktop {
  margin: 16px 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-item-video-id {
  display: none;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item {
  width: 100%;
  height: 600px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item > div:nth-child(2) {
  margin-right: 56px;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-video-image {
  display: none;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  left: 0;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content {
  width: 510px;
  max-height: 435px;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content .tb-storytelling-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image {
  width: 360px;
  aspect-ratio: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image {
    display: flex;
    align-items: center;
  }
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image img {
    width: 60% !important;
    height: 60% !important;
  }
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container {
  position: absolute;
  right: 66px;
  width: 300px;
  top: 105px;
  height: 400px;
  overflow: hidden;
  text-align: right;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li {
  list-style: none;
  width: 300px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li a {
  cursor: pointer;
  width: 300px;
  transition: font-size 1s ease, font-weight 1s ease;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li a.selected {
  font-weight: 900;
  font-size: 1em;
  transition: font-size 1s ease, font-weight 1s ease;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline {
  position: absolute;
  top: 65px;
  right: 24px;
  width: 28px;
  height: 470px;
  display: flex;
  flex-flow: column;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-timeline-link {
  height: 28px;
  width: 28px;
  background: #998242;
  border-radius: 50%;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-timeline-link a {
  display: block !important;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline {
  width: 28px;
  flex-grow: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 364px;
  background: #FFFFFF;
  left: 14px;
  top: 10px;
}
.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline .tb-storytelling-timeline-indicator {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
}

.tb-storytelling-ipad-content, .tb-storytelling-mobile-dates {
  display: none;
}

#next, #prev {
  width: 28px;
  height: 28px;
  background-position: 0 -44px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next {
  bottom: 0;
  background: url("../images/svg_icons/arrow-top.svg") no-repeat center;
  transform: rotate(-180deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#prev {
  top: 0;
  background: url("../images/svg_icons/arrow-top.svg") no-repeat center;
}

#next.disabled, #prev.disabled {
  opacity: 0.2;
}

@media only screen and (max-width: 1024px) {
  .tb-storytelling-main-container {
    background-size: 50% 100%;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop {
    height: 363px;
    margin: 12px 0 0 0;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items {
    height: 363px;
    width: 100%;
    padding-right: 48px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item {
    height: 363px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
    height: 363px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content {
    display: none;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image {
    width: calc(330px - 10%);
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container {
    top: 66px;
    height: 224px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li {
    height: 24px;
    line-height: 24px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline {
    top: 24px;
    height: 315px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline::before {
    height: 192px;
  }
  .tb-storytelling-ipad-content {
    display: block;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .tb-storytelling-mobile-dates {
    display: block;
  }
  .tb-storytelling-ipad-content {
    margin-bottom: 8px;
  }
  .tb-storytelling-main-container {
    background: none;
    height: 147px;
    overflow: hidden;
    position: relative;
    margin: 8px 0 0 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .tb-storytelling-main-container {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tb-storytelling-main-container .tb-storytelling-items {
    width: 100%;
    height: 147px;
    overflow: hidden;
    padding: 0 !important;
    margin-top: initial !important;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item {
    position: relative;
    float: left;
    height: 147px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content {
    display: none;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-video {
    width: 100%;
    height: 147px;
    text-align: center;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-video iframe {
    display: none;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
    height: 147px;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item-image {
    width: 115px;
    height: 115px;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item-image img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
  }
  .tb-storytelling-mobile-dates .tb-storytelling-dates {
    width: auto !important;
    margin-left: 0 !important;
  }
  .tb-storytelling-mobile-dates .tb-storytelling-dates li {
    width: 100% !important;
  }
  .tb-storytelling-mobile-dates .tb-storytelling-dates li a {
    display: inline-block;
    white-space: pre-wrap;
    padding-inline: 8px;
    hyphens: auto;
  }
  .tb-storytelling-mobile-dates .tb-storytelling-dates li a:not(.selected) {
    display: none;
  }
  .tb-storytelling-dates-container {
    width: 100%;
    overflow: hidden;
    padding: 16px 48px;
    position: relative;
    border-bottom: 1px solid #DDDDDD !important;
  }
  .tb-storytelling-dates-container .tb-storytelling-dates li {
    float: left;
    text-align: center;
    color: #BFBFBF;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tb-storytelling-dates-container .tb-storytelling-dates li .selected {
    color: #393939;
    font-weight: 900;
    font-size: 1em;
    line-height: 2;
    font-size: 16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link {
    height: 28px;
    width: 28px;
    background: #998242;
    border-radius: 50%;
    margin: 0 !important;
    position: absolute;
    right: 16px;
    top: 18px;
    border: none;
    border-radius: 0;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link:first-child {
    left: 16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link:first-child::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 16px;
    background: #F1F1F1;
    left: -16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link:last-child::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 16px;
    background: #F1F1F1;
    right: -16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link a {
    display: block !important;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link a#next {
    transform: rotate(90deg);
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link a#prev {
    transform: rotate(-90deg);
  }
}
.on-page-editor .tb-storytelling-items {
  width: 100% !important;
}
.on-page-editor .tb-storytelling-main-container.tb-storytelling-desktop {
  overflow: visible;
  height: auto;
}
.on-page-editor .tb-storytelling-item {
  margin: 8px 0 !important;
  display: block !important;
}
.on-page-editor .tb-storytelling-item > div {
  float: left;
}
.on-page-editor .tb-storytelling-dates-container, .on-page-editor .tb-storytelling-dates, .on-page-editor .tb-storytelling-timeline {
  display: none !important;
}
.on-page-editor .tb-storytelling-item-video-image {
  display: block !important;
}
.on-page-editor .tb-storytelling-item-video-image img {
  width: 200px;
  max-height: 150px;
  object-fit: cover;
  padding-top: 24px;
}
.on-page-editor .tb-storytelling-items iframe {
  display: none;
}
.on-page-editor .tb-storytelling-item-video {
  width: 500px;
}
.on-page-editor .tb-storytelling-item-video-id {
  display: block !important;
  float: left;
  padding-top: 24px;
  margin-top: 24px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
    margin-top: -300px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline .tb-storytelling-timeline-indicator {
    left: 6px;
  }
}
