@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');

img.map, map area {
    outline: none;
}

/*img.map:focus, map area:focus {
  outline: 2px solid firebrick;
}*/

html, body {margin: 0; padding: 0; overflow: hidden}

img {
	width: 1024px;
  height: 768px;
}

.preload-images {
  display: none; 
  width: 0;
  height: 0;
  background: url("../images/20-2835/story.png"),
              url("../images/20-2835/compliance.png"),
              url("../images/20-2835/absorption.png"),
              url("../images/20-2835/micronization.png"),
              url("../images/20-2835/dosing.png"),
              url("../images/20-2835/support.png");
}

.modal, .modal1, .modal2, .modal3, .isi-modal1, .isi-modal2, .isi-modal3, .isi-modal4, .ref-modal, .legal-modal, .absModal1, .absModal2, .absModal3, .vid-modal {
	display: none;
	z-index: 100;
	position: absolute;
  top: -9px;
  left: 0;
}

.hero-contain {
  background: linear-gradient(to bottom, #c9a4e0 10%, #703a9a 90%);
  width: 1024px;
  height: 465px;
  position: absolute;
  top:0;
  left: 0;
}

.img-holder {
  height: 100%;
  max-height: 410px;
  width: auto;
  display: block;
  position: absolute;
  left: 270px;
  top: 55px;
  z-index: 3;
}

.hero-disclaimer {
  position: absolute !important;
  top: 430px;
  left: 725px;
  z-index: 5;
}

.hero-disclaimer p {
  font-family: 'Karla', sans-serif;
  line-height: 17px;
  font-size: 12px;
}

.isi-container {
  overflow-y: scroll;
  display: block;
  position: absolute !important;
  width: 986px;
  height: 199px;
  top: 502px;
  left: 25px;
  font-family: 'Karla', sans-serif;
  line-height: 17px;
  z-index: 12;
}

.iframe-pdf-container {
    position: absolute;
    width: 1024px;
    height: 706px;
    top: 40px;
}

#replay-btn {
    display:  none;
    top: 376px;
    left: 891px;
    position: absolute;
    z-index: 999;
    position: absolute;
    width: 100px;
    height: 57px;
}

p {
	font-size: 15px;
	font-weight: 400;
  color: #404041;
	margin-block-start: 0.75em !important;
  margin-block-end: 0.75em !important;
}

b {
	font-weight: 700;
}

.boxed-isi {
	padding: 0 10px 0px 10px;
  border: 1.5px black solid;
}

video {
  height: 425px;
  z-index: 1;
  position: absolute;
  top: 40px;
  left: -12px;
}
#moaVideo {
  width: 720px;
  top: 25%;
  left: 50%;
  transform: translate(-48.1%, 0);
  outline: none !important;
  border: 4px solid #97D700 !important;
  padding: 0;
  height: auto;
  box-shadow: 0px 2px 4px rgba(0,0,0,.45);
}
.vid-close {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  top: 27%;
  left: 83%;
  cursor: pointer;
}
.hero-img {
  z-index: 2;
  position: absolute;
  top: 70px;
  left: 70px;
  width: 325px;
  height: 350px;
}

.hero-backdrop {
  position: relative;
  z-index: 4;
}

.hero-bg {
  z-index: 0;
  position: absolute;
  height: 425px;
  top: 37px;
  left: 0px;
}

.t-blue {
  color: #006082;
}