/* #tmp {background-image: url('../assets/tmp.jpg');} */

#GL-bg {background-image: url('../assets/GL-bg.jpg');}
#GL-person {background-image: url('../assets/GL-person.png'); top:20px;}
#GL-logo1 {background-image: url('../assets/F2-logo.png'); left: 15px}
#GL-logo2 {background-image: url('../assets/GL-logo2.png');}
#GL-logoDivider { width: 1px; height:28px; top:12px; left: 129px; transform-origin: center center; background-color: #ffd000; }

#F1-stroke {background-image: url('../assets/F1-stroke.png');}
#F1-copy {background-image: url('../assets/F1-copy.png');}

#F2-bg {background-image: url('../assets/F2-bg.jpg'); height:176px;}
.progBar { width:280px; height:2px; top:136px; left:9px; border-radius:2px;}
#F2-bar1 { background-color: #ffd000; }
#F2-bar2 { background-color: #5e5e5e; }
#F2-copy {background-image: url('../assets/F2-copy.png');}
#F2-logo {background-image: url('../assets/F2-logo.png');}

#EF-bg {background-image: url('../assets/EF-bg.jpg');}
#EF-pillDisclaimer {background-image: url('../assets/EF-pillDisclaimer.png');}
#EF-stroke {background-image: url('../assets/EF-stroke.png');}
#EF-pillShadow {background-image: url('../assets/EF-pillShadow.png');}
#EF-pill {background-image: url('../assets/EF-pill.png');}
#EF_copy-1 {background-image: url('../assets/EF_copy-1.png');}
#EF_copy-2 {background-image: url('../assets/EF_copy-2.png');}
#EF_copy-3 {background-image: url('../assets/EF_copy-3.png');}

#EF-cta {background-image: url('../assets/EF-cta.png');}

#ISI-border {background-image: url('../assets/ISI-border.png');}
#ISI-heading {background-image: url('../assets/ISI-heading.png');}
#ISI-lglBtns {background-image: url('../assets/ISI-lglBtns.png');}

.container {
    overflow: hidden;
}

#fullInfo {
	width: 130px;
	height: 22px;
}

#medGuide {
	right: 75px;
	width: 85px;
	height: 22px;
}

#fullInfo a,
#medGuide a {
	display: block;
	height: 100%;
	width: 100%;
}

/* ISI STYLES */
#ISI-conBg { height: 88px; background-color: #fff; }
#ISI-con {
	font-family: Arial, sans-serif;
	background-color: #fff;
	height: 61px;
	padding: 0px 16px 0 8px;
    bottom: 21px;
	overflow-y: scroll;
	overflow-x: hidden;
	cursor: default;
}

/* ISI HEADING STYLES */

h3 {
	font-size: 9.5px;
	line-height: 0.9;
	letter-spacing: -0.6px;
}

.h3-2 {
	margin-bottom: -5px !important;
}

sup {
	font-size: 5px;
}

/* h3 underlines */
h3:after {
	display: block;
	content: "";
	background: url('../assets/isi_stroke-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 11px;
	width: 100%;
	margin: -2px auto -3px -8px;
}

.h3-1:after {
	width: 105%;
}
.h3-2:after {
	width: 90%;
	height: 11px;
}
.h3-2-2:after {
	width: 28%;
	height: 7px;
	background-size: auto 100%;
}
.h3-3:after {
	width: 85%;
}
.h3-4:after {
	width: 94%;
}
.h3-4-1:after {
	width: 70%;
}

.h3-5:after {
	width: 79%;
}
.h3-6:after {
	width: 49%;
}
.h3-7:after {
	width: 10%;
	margin-top: -1px;
	margin-left:-8px;
	margin-bottom: 0px;
	height: 6px;
	background-size: auto 100%;
}

/* ISI LIST STYLES */
ul {
	padding-left: 8px;
	margin: 0 auto;
}

li {
	list-style: '• ';
	font-size: 10.5px;
}

.list1-1 {
	margin-top: -3px !important;
}

.subList li {
	list-style: '- ';
}

/* PARAGRAPH STYLES */
p {
	font-size: 9px;
	line-height: 1;
}

a {
	text-decoration: none;
	color: #90124a;
}

/* Section Breaks */
.spacing-neg {
	margin-bottom:0px !important;
}

.spacing-sm {
	margin-bottom:0px !important;
}

.spacing-md {
	margin-bottom:5px !important;
}

.spacing-lg {
	margin-bottom:8px !important;
}

.sect-hd {
	margin-top: 8px !important;
}

/* SCROLL BAR STYLE */
#ISI-con::-webkit-scrollbar {
    width: 0.5em;
}
 
#ISI-con::-webkit-scrollbar-track {
	border-radius: 10px;
	background: transparent; 
}
 
#ISI-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #acacac; 
}