@import url('https://use.typekit.net/hor2lnv.css');

.ipub-wrapper * {
  font-family: Calibri, sans-serif;
}
.top-ad-container {
  position: relative;
  z-index: 99;
}

.video-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ipub-inner-wrapper {
  width: 1152px;
  max-width: 95vw;
  background: 0 0;
  padding: 1.25rem 0.25rem 2rem;
}
.ipub-downloadable-content {
  width: 736px;
  max-width: 95vw;
  position: relative;
  z-index: 99;
}

.ipub-downloadable-content a {
  display: block;
  border-radius: 20px;
  background: #009ca0;
  color: #fff !important;
  text-align: center;
  width: 100%;
  padding: 0.5rem;
  margin: -0.75rem 0 1.5rem;
  line-height: 1.2;
  font-size: 28px;
  font-weight: bold;
}
.chapter:not(:last-child) {
  border-right: 1px solid #eee;
}
.chapter:nth-child(2) {
  border-left: 1px solid #eee;
}
.ipub-navbar-container {
  width: 1291px;
  max-width: 90vw;
  margin: 0 auto;
}
.ipub-navbar {
  background: #fff;
  border-bottom: 5px solid #9e2618;
  padding: 0.5rem 0;
  text-align: center;
}

.ipub-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('/ipubs/managing-papulopustular-rosacea/galerma_oracea_background_reconstructed.png');
  background-origin: content-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 2300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
}
.logo-container {
  display: flex;
  align-items: center;
}
.isi-container {
  box-shadow: 3px 10px 56px #00000029;
  height: 100%;
  width: 396px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 968px) {
  .isi-container {
    margin-left: 1rem;
  }
}
.ISIInnerBox h3 {
  color: #009ca0;
  font-weight: bold;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}
.ipub-top-indication {
  width: 700px;
  max-width: 80vw;
  height: 110px;
  margin: 2rem auto;
  text-align: center;
}
.ipub-top-indication p:first-child {
  color: #f10086;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ipub-player {
  border-radius: 0;
  position: relative;
  z-index: 2;

  /* box-shadow: 3px 10px 40px #00000029; */
}
.ipub-prescription-info p {
  color: #009ca0;
}
.ipub-header {
  background: #d7ecee;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  color: #009ca0;
  padding: 0 1rem;
}
.brightcove-ipub {
  width: 100%;
}
.brightcove-ipub .video-js {
  width: 100%;
  height: 0;
  padding-top: calc((9 / 16) * 100%);
}
.isi-sub-title {
  margin-bottom: 0.25rem !important;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: Calibri, sans-serif;
}
.isi-sub-title-lg {
  margin-bottom: 0.25rem !important;
  font-size: 16px !important;
  font-weight: bold;
  font-family: Calibri, sans-serif;
}
.ipub-title h1 {
  color: #009ca0!important;
  font-size: 25px;
  font-weight: bold;
  padding: 1rem 1.25rem 1rem 0;
  line-height: 1.1;
}
.ipub-logo img {
  max-height: 45px;
}
.onc-logo img {
  max-height: 95px;
  margin-right: 1rem;
}
.ipub-video {
  border-radius: 8px 8px 0 0;
  width: 736px;
  margin: 0 auto;
  max-width: 95vw;
}
.video-wrap {
  padding: 1rem 1rem 1.5rem;
  background: #fff;
  box-shadow: 3px 10px 40px #00000029;
}
.ipub-prescription-info {
  display: flex;
  position: relative;
  overflow: hidden;
}
.ipub-chapters-wrap {
  height: 100px;
}
.ipub-prescription-info a {
  text-decoration: underline;
  font-size: 0.9rem;
  color: #757575;
  padding: 0.1rem;
  cursor: pointer;
}
.ipub-prescription-info .current-title {
  z-index: 1;
  font-size: 28px;
  font-weight: 700;
}
.chapter-sub-title:not(.current-title) {
  display: none;
}
.ipub-prescription-info p {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  background: #8cbe2f;
  padding: 0.5rem 2rem 0.5rem;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
}
.ipub-chapters {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  background: #fff;
  box-shadow: 3px 10px 40px #00000029;
  position: relative;
  z-index: 2;
}
.chapter-tab {
  width: 33%;
  background-color: #009ca0;
  color: #fff;
}
.chapter,
.chapter-tab {
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
.chapter {
  color: #009ca0;
  min-width: 3.5%;
  flex: 1 1 auto;
  background: #d7ecee;
}
.chapter span:last-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  font-size: 28px;
  background: #8cbe2f;
  color: #fff;
  line-height: 1.2;
  padding: 0.5rem 2rem;
  text-align: left;
  font-weight: 600;
  pointer-events: none;
}
.chapter:hover {
  text-decoration: none;
  background: #8cbe2f;
  color: #fff;
}

.chapter:not(.active):hover span:last-child {
  opacity: 1;
  color: #fff;
}
.ipub-bottom {
  width: 100%;
  margin-top: 2rem;
}
.ipub-speaker {
  width: 1152px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 95vw;
  padding-top: 0.75rem;
}
.speaker-individual-container {
  flex-direction: row;
  border-bottom: 1px solid #535554;
  padding-bottom: 2rem;
}
.speaker-individual-container:last-child {
  border-bottom: none;
}
.ipub-speaker > h2 {
  width: 100%;
  font-size: 1.6rem;
  color: #0e3149 !important;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.speaker-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0;
}
.speaker-individual-container div {
  padding: 1rem;
  line-height: 1.4;
}
.speaker-individual-container div p:first-child {
  font-family: Calibri, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #1e2d5b;
}
.speaker-container p {
  color: #0e3149;
  text-align: left;
  font-size: 1.4rem;
}
.speaker-container img {
  height: auto;
  width: 200px;

  object-fit: cover;
  object-position: top;
  min-width: 150px;
}
.speaker-img {
  min-width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.speaker-img img {
  width: 220px;
  height: auto;
}
.cred {
  padding-left: 3rem;
  color: #006460;
}
.cred p {
  color: #006460;
  line-height: 1.6;
  margin-block-start: 0.25rem;
  margin-block-end: 0.25rem;
}
.active {
  background: #8cbe2f;
  color: #fff;
  font-size: 1.75rem;
  z-index: 1;
}
.intro.active {
  font-size: 1rem;
}
.active span {
  font-size: 30px;
  line-height: 1;
  display: block;
}
.active span:first-child {
  font-size: 30px;
}
.speaker-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #006460;
}
.speaker-loc {
  font-size: 1.2rem;
  margin-bottom: 0.75rem !important;
  color: #006460;
}
.ISIBox {
  padding-top: 0;
  border-radius: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1rem solid #009ca0;
}
.ISI-header {
  background-color: #009ca0;
  color: #fff;
  font-weight: 600;
  padding: 1.25rem 1rem;
}
.ISI-header a {
  color: #fff;
  text-decoration: underline;
}
.ISI-header p:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.ISI-header p:last-child {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.ISIInnerBox {
  font: 400 12px/14px;
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
  height: 513px;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #000;
}
.ISIInnerBox p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.ISIInnerBox h4 {
  color: #009ca0;
  font-size: 1rem;
  font-weight: 700;
}
.isi-prescribing-info {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: #009ca0;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
}
.isi-prescribing-info a {
  color: #006460;
  text-decoration: underline;
}
.ISIInnerBox::-webkit-scrollbar {
  width: 15px;
}
.ISIInnerBox::-webkit-scrollbar-track {
  background: #eee;
}
.ISIInnerBox::-webkit-scrollbar-thumb {
  background: #ddd;
}
.mlr {
  width: 1152px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 95vw;
  padding-top: 2rem;
}
.mlr div {
  max-width: 798px;
  font-size: 14px;
  text-align: left;
  color: #1e2d5b;
  padding-bottom: 250px;
}
.intro {
  width: 70px;
  font-size: 0.8rem;
}
@media screen and (max-width: 1020px) {
  .ipub-wrapper {
    background-size: cover;
  }
 
  .isi-container {
    min-width: 320px;
    width: 320px;
    margin-left: 0.5rem;
  }
  .ISI-header p:first-child {
    font-size: 15px;
    font-weight: 700;
  }
  .ISI-header {
    padding: 16px !important;
  }
}
@media screen and (max-width: 968px) {
  .top-ad-container {
    position: static !important;
    top: 0;
  }
  .ipub-top-indication {
    height: 0;
  }
  .isi-container {
    max-width: 95vw;
  }
  .logo-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.25rem 0 0.5rem;
  }
  .ipub-logo img {
    max-height: 35px;
    transform: translateX(-10px);
  }
  .onc-logo img {
    max-height: 65px;
  }
  .speaker-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .speaker-individual-container {
    width: 100%;
  }
  .cred {
    padding-left: 0;
  }
  .ipub-speaker {
    max-width: 92vw;
  }

  .AD300x250,
  .AD320x50L {
    display: none;
  }
  .ipub-title{
    width: 70%;
    font-size: 1.2rem;
    display: inline-block;
  }
  .ipub-title h1{
    font-size: 1.2rem;
  }
  .ipub-logo {
    display: inline-block;
  }
  .ipub-header {
    flex-wrap: nowrap;
  }
  .chapter-tab {
    width: 33%;
    font-size: 0.7rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ipub-player {
    width: 90vw;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .active {
    font-size: 0.8rem;
    min-width: 7px;
    position: relative;
  }
  .active span {
    font-size: 0.7rem;
  }
  .chapter {
    width: 33%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    overflow: hidden;
  }
  .mlr {
    max-width: 90vw;
  }
  .ipub-speaker > h2 {
    padding-left: 0;
    text-align: center;
  }
  .intro {
    width: 55px !important;
    font-size: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .intro.active {
    font-size: 0.8rem;
    width: 160px !important;
    padding-left: 0.5rem;
  }
  .ipub-wrapper {
    overflow-x: hidden;
  }
  .isi-container {
    width: unset;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  }

  .video-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ipub-video {
    width: 100%;
  }
  .ipub-prescription-info .current-title {
    font-size: 16px;
  }
  .chapter span:last-child {
    font-size: 16px;
  }
  .ipub-chapters-wrap {
    height: 40px;
  }
  .ISIInnerBox {
    height: 400px;
  }
  .speaker-individual-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ipub-downloadable-content a{
    font-size: 19px;
    margin: 1rem;
    width: unset;

  }
  .mlr div {
    padding-bottom: 600px;
  }
}


@media screen and (max-width: 1000px) and (min-width: 768px) {
  .shell {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
#flyBanner {
  top: -195px !important;
}
video[poster] {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

@media screen and (max-width: 450px) {
  .ipub-inner-wrapper {
    max-width: 99vw;
  }
  .ipub-player {
    width: 95vw;
  }
  .ipub-header {
    padding: 0 0.5rem;
  }
  .onc-logo img {
    margin-right: 0;
    max-height: 55px;
  }
  .ipub-logo img {
    transform: translateX(0);
    max-height: 30px;
  }
  .chapter {
    width: 20%;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .ipub-chapters {
    height: 45px;
  }
  .ipub-title h1{
    padding: 0 0 0 0.5rem;
  }
  .active span:first-child {
    font-size: 1.3rem;
  }
  .chapter-tab {
    font-size: 1rem;
  }

  .isi-container {
    margin-top: 2rem;
    margin: 2rem auto;
    min-width: unset;
  }
}
