/* Utility Classes */
.adSize { width: 300px; height: 250px;}
.vidHid{opacity: 0; visibility: hidden;}
.posAb{position:absolute;}
.topLef{left: 0px; top: 0px;}
.botLef{left: 0px; bottom: 0px;}
.bgDef{background-size: contain !important; background-repeat: no-repeat !important; }
.overFlowHid{overflow: hidden;}

/* #temp {
	background: no-repeat url(img/temp.png)
} */

/* Frame 1 */
#F1-text1 {
	background: no-repeat url(img/F1-text1.png);
}
#F1-text2 {
	background: no-repeat url(img/F1-text2.png);
}
#F1-text3 {
	background: no-repeat url(img/F1-text3.png);
}
#F1-text4 {
	background: no-repeat url(img/F1-text4.png);
}
#F1-bg {
	background: no-repeat url(img/F1-bg.jpg);
}
#F1-dial {
	background: no-repeat url(img/F1-dial.png);
	width: 600px;
	height: 598px;
}
#F1-bar {
	background: no-repeat url(img/F1-bar.png)
}
#F1-logo {
	background: no-repeat url(img/F1-logo.png)
}
#F1-highlight {
	background: no-repeat url(img/F1-highlight.png)
}
#ISI_top {
	background: no-repeat url(img/ISI_top.png);
}


/* Frame 2 */
#F2-text1 {
	background: no-repeat url(img/F2-text1.png)
}
#F2-text2 {
	background: no-repeat url(img/F2-text2.png)
}
/* Frame 3 */
#F3-text1 {
	background: no-repeat url(img/F3-text1.png)
}
#F3-bg {
	background: no-repeat url(img/F3-bg.jpg)
}
/* EF */
#EF-cta {
	background: no-repeat url(img/EF-cta.png)
}
#EF-text1 {
	background: no-repeat url(img/EF-text1.png)
}

#bg-exit {
	cursor: pointer;
	width: 300px;
	height: 250px;
	z-index: 1;
  }

  /* #more {
	cursor: pointer;
	z-index: 1;
	top:127px;
	left: 150px;
	width: 133px;
	height: 30px;

  }

  #warning {
	cursor: pointer;
	width: 300px;
	z-index: 4;
	top: 0px;
	height: 32px;
	border-left: 1px solid black;
	border-right: 1px solid black;
  } */

/* 
ISI */

sup {
	vertical-align:2px;
}
strong {
	letter-spacing: 0.3px;
}

#isiCon {
	background-color: #ffffff;
	border-top: 5px solid #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 56px;
	padding: 5px 10px 0 7px;
	overflow: scroll;
	overflow-x: hidden;
	cursor: default;
	z-index: 2;
	
}

::-webkit-scrollbar {
	width: 6px; 
	height: 4px; 
	background: #dfdfdf;
}

::-webkit-scrollbar-thumb { 
	background-color: #357a85;  
}


#isiCon a {
	color: inherit;
}

/* ISI styles */
body {
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
}

h2, h3, h4, p {
	font-size: 9px;
}

h2, h3, h4 {
	font-weight: 900;
}

p img {
	margin: 0;
    padding: 0;
    display: inline-block;
    width: 6px;
}


h2 {
	color: #00A69B;
	padding-top: 5px;
}

h3 {
	color: #000;
	margin: 5px auto 0px;
}

h3:nth-of-type(1) {
	margin-top: 0px;
}

h4 {
	color: #000;
}

.isi-blue {
	color: #00A69B;
}


ul {
 	margin: 0;
	padding:0;
	padding: 0 0 0 5px;
}

li {
	list-style: none;
}
li {
   list-style: '• ';
   font-size: 8.5px;
   color: #00A69B;
   padding-top: 5px;
}

li p {
	padding-left: 0px;
	color: #000;
}

.margin {
	margin: 5px 0;
}

.negative-margin {
	margin: -4px 0px;
}

.margin-bottom {
	margin: 0px 0px 5px;
}

.end {
	margin-bottom: 15px;
}

.topText {
	background: #fff;
	height: 29px;
	padding-left: 7px;
	z-index: 3;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: max-content;
	letter-spacing: -0.3px;
}

.topText h2{
	font-size: 8.3px;
}

.topText h4{
	font-size: 8.3px;
}
.underline {
	text-decoration: underline;
}


