/* #tmp{ background: no-repeat url("../assets/tmp2.png"); } */

#f1-copy { background: no-repeat url("../assets/f1-copy.png"); }
#f1-logo { background: no-repeat url("../assets/gl-logo.png"); }
#f2-bg { background: no-repeat url("../assets/f2-bg.jpg"); }
#f2-copy { background: no-repeat url("../assets/f2-copy.png"); }
#f3-bg { background: no-repeat url("../assets/f3-bg.jpg"); }
#f3-copy { background: no-repeat url("../assets/f3-copy.png"); }
#f4-copy { background: no-repeat url("../assets/f4-copy.png"); }
#f5-bg { background: no-repeat url("../assets/f5-bg.jpg"); }
#f5-copy { background: no-repeat url("../assets/f5-copy.png"); }
#f5-logo { background: no-repeat url("../assets/f5-logo.png"); }
#ef-logo { background: no-repeat url("../assets/gl-logo.png"); }
#ef-copy { background: no-repeat url("../assets/ef-copy.png"); }
#ef-cta { background: no-repeat url("../assets/ef-cta.png"); }
#gl-legal1 { background: no-repeat url("../assets/gl-legal1.png"); }
#gl-legal2 { background: no-repeat url("../assets/gl-legal2.png"); }
#gl-legal3 { background: no-repeat url("../assets/gl-legal3.png"); }

/* ISI */
ul{ 
    padding-left: 5px !important;
    line-height: 1.35;
}
li{
    list-style: '• ';
    padding-left: 6px;
}
.nowrap{white-space: nowrap;}
.lgl-sup { line-height:0; vertical-align: super; position: relative; top: 2px; font-size: 70%; }
.sml-sup { line-height: 0; vertical-align: super; position: relative; font-size: 60%; }
.mrgn-top { margin-top: 4px !important; }
.mrgn-btm { margin-bottom: 2px; }
.mrgn-none {margin:0;}
.xtra-bold{font-weight: 800;}
.underline {text-decoration: underline;}
.isi-link{color: #008266;}
.link-para{
    margin-top: 16px !important;
    margin-bottom: 8px;
    font-weight: 600;
}
.main-heading {
    font-weight: bold;
    font-size: 11px;
    color: #008266;
    letter-spacing: -0.6px;
}
.sub-heading {
    font-weight: bold;
    font-size: 9px;
    letter-spacing: -0.3px;
    line-height: 10px;
}
.r-symbol {
    line-height: 0;
    vertical-align: super;
    position: relative;
    top: 0px;
    font-size: 5px;
}
#isi-con {
    height: 101px;
    background-color: #fff;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-top: 3px solid #E5417B;
}
#isi-wrapper {
    height:69%;
    display: flex;
    flex-direction: column;
    cursor:default;
    padding: 0 0 0 11px;
}
#isi-heading-con {
    height:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FAE9E5;
    padding-left: 11px;
}
#isi-heading{
    letter-spacing: -0.32px;
    font-size: 9px;
    line-height: 1.2;
}
#isi-copy-con {
    width:100%;
    height:100%;
    height:67px;
    overflow-y: scroll;
	overflow-x: hidden;
    padding-bottom: 5px;
    /* background-color: yellowgreen; */
}
#isi-copy{
    width:100%;
    font-size: 9px;
    letter-spacing: -0.3px;
    line-height: 1.16;
    display: flex;
    flex-direction: column;
    padding-right: 8px;
}
#isi-logo-con{
    width: 100%;
    height: 29px;
    margin: 14px 0 5px;
}
#isi-logo{
    width:71px;
    height:100%;
    background:no-repeat url("../assets/isi-logo.png");
}
#isi-copy a { text-decoration: none; }

/* isi scroll bar */
#isi-copy-con::-webkit-scrollbar {
    width: 0.5em;
}
#isi-copy-con::-webkit-scrollbar-track {
    background: #dee3e5;
}
#isi-copy-con::-webkit-scrollbar-thumb {
    background: #403A60;
    border-radius: 3px; 
    border-right: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
}