/* note these do not work in IE  */
/*

Fullscreen boostrap modals


*/
.modal-fullscreen {
  padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm {
    padding: 0 !important;
  }
  .modal-fullscreen-sm .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md {
    padding: 0 !important;
  }
  .modal-fullscreen-md .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg {
    padding: 0 !important;
  }
  .modal-fullscreen-lg .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl {
    padding: 0 !important;
  }
  .modal-fullscreen-xl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl {
    padding: 0 !important;
  }
  .modal-fullscreen-xxl .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl .modal-body {
    overflow-y: auto;
  }
}
.hero-carousel-container .carousel .card-deck .card .video-poster {
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  min-width: 310px;
  min-height: 200px;
}
.hero-carousel-container .carousel .card-deck .card .video-poster .video-source.big {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  visibility: hidden;
}
.hero-carousel-container .carousel .card-deck .card .video-poster .video-source.big iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing {
  background-image: none !important;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing .play-button {
  display: none;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing .video-source.big {
  visibility: visible;
}
.hero-carousel-container .carousel .card-deck .card .video-poster.playing::after {
  content: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 5px rgba(158, 136, 174, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 5px rgb(158, 136, 174);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(158, 136, 174, 0);
  }
}
.article-sticky-sidebar .sidebar-widget.mobile.list-open h4 {
  background-image: none;
}
.article-sticky-sidebar .sidebar-widget.mobile.list-open h4 .sidebar-circle-arrow {
  transform: rotate(180deg);
}
.article-sticky-sidebar .sidebar-widget.mobile h4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #590995;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  width: auto;
  font-weight: bold;
  color: white;
  width: auto;
  position: relative;
  background-image: none;
  justify-content: space-between;
  align-items: center;
}
.article-sticky-sidebar .sidebar-widget.mobile h4 span {
  max-width: 70%;
}
.article-sticky-sidebar .sidebar-widget.mobile h4 .sidebar-circle-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50px;
  background-image: url(/themes/custom/epicentral_bs5/img/icons/v2/sidebar-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(360deg);
  transition: 0.5s ease all;
  transform-origin: center;
}
.article-sticky-sidebar .sidebar-widget.mobile h4 .sidebar-circle-arrow.prompt {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: 3;
}

/* Footer Style Changes */
/* Hide Amgen logo */
footer .footer-container div.other-footer-logo-column.amgen {
  display: none;
}

/**/

/*# sourceMappingURL=uk_style.css.map */
