* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
/*    -ms-backface-visibility: hidden;*/
    -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

body {
    -moz-user-select: none;
}

p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
}

* {
    font-size: 100%;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#container {
    width: 320px;
    height: 480px;
    /* background-color:#ffffff; */
    /* height: 2000px; */
    /* border: 1px solid #c1c1c1; */
    overflow: hidden;
    visibility: hidden;
}

#collapsed-panel{
    right: 0px;
    top: 0px;
    width: 318px;
    height: 48px;
    border: 1px solid #c1c1c1;
    background-color:#ffffff;   
    /* box-sizing: border-box; */
    overflow: hidden;
}
#IRI_mainContainer {
    visibility: hidden;
    opacity: 0;
}

div {
    position: absolute;
}

.overallclick {
    width: 320px;
    height: 50px;
    top: 0px;
}

sup {
    line-height: 0px;
}

a {
    text-decoration: none;
}

i {
    font-style: italic;
}

b {
    font-weight: 700;
}

u {
    text-decoration: underline;
}

.wrapper {
    width: 320px;
    height: 50px;
    top: -1px;
    left: -1px;
}

.wrapper * {
    background-repeat: no-repeat;
}

.hidden {
    opacity: 0;
}

.fadeUp {
    opacity: 0;
    transform: translate(0px, 10px);
}

.fadeLeft {
    opacity: 0;
    transform: translate(-10px, 0px);
}

.transition {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#collapsed-panel .adSize {
    top: 0px;
    left: 0px;
    width: 320px;
    height: 50px;
    background-size: contain;
}

#expanded-panel .adSize {
    top: 0px;
    left: 0px;
    width: 320px;
    height: 480px;
    background-size: contain;
}

.notoBold {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.notoSemi {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
}

.notoReg {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

.openBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

/* ----------------------------------Collapse CSS------------------------------------- */

#colCta{
    position: absolute;
    top: 8px;
    left: 192px;
    width: 93px;
    height: 19px;
    background-color: #004282;
    border-radius: 4px;
    color: #ffffff;
    font-size: 11px;
    padding-top: 3px;
    padding-left: 13px;
}

#colFootnote{
    position: absolute;
    bottom: 2px;
    left: 5px;
    color: #4f5861;
    font-size: 9px;
    letter-spacing: -.25px;
}

#colCopy{
    position: absolute;
    top: 4px;
    left: 5px;
    color: #0054a6;
    font-size: 14px;
    line-height: 15px;

    opacity: 0;
    transform: translateY(-10px);
}

#plusIcon{
    position: absolute;
    top: 6px;
    left: 86px;
    width: 11px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
}

#overallclick {
    position: absolute;
    width: 320px;
    height: 50px;
    top: 0px;
    cursor: pointer;
}

/* ----------------------------------Expand CSS------------------------------------- */

#expBg1{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
}

#expLogo{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;
}

#expHeader{
    position: absolute;
    top: 24px;
    left: 156px;
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -.2px;
}
#expFootnote{
    position: absolute;
    top: 301px;
    left: 7px;
    color: #444444;
    font-size: 11px;
}
#footSup{
    position: relative;
    top: 0;
    font-size: 7px;
}

#ring1{
    position: absolute;
    top: 46px;
    left: -177px;
    width: 259px;
    height: 246px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1) translate(0,0);
}
#ring2{
    position: absolute;
    top: 22px;
    left: -205px;
    width: 311px;
    height: 293px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1) translate(0,0);
}
#ring3{
    position: absolute;
    top: -7px;
    left: -235px;
    width: 370px;
    height: 347px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1) translate(0,0);
}

#ringfull{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
}

#icon1, #icon2, #icon3{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
    transform: scale(1) translate(0, -10px);
}
#expPortrayal{
    position: absolute;
    top: 247px;
    left: 7px;
    color: #ffffff;
    font-size: 10px;
    text-shadow: 4px 1px 4px #000000;
    line-height: 12px;

    opacity: 0;
}
#expCopy1{
    position: absolute;
    top: 148px;
    left: 154px;
    color: #da0812;
    font-size: 21px;
    line-height: 25px;

    opacity: 0;
    transform: translate(0, -10px);
}
#copy1sup{
    position: relative;
    top: 0;
    font-size: 12px;
}

#expCopy2{
    position: absolute;
    top: 122px;
    left: 139px;
    color: #da0812;
    font-size: 18px;
    line-height: 21px;

    opacity: 0;
    transform: translate(0, -10px);
}
#copy2sup1{
    position: relative;
    top: 0;
    font-size: 10px;
}

/* #copy2sup2{
    position: relative;
    top: 2px;
    font-size: 10px;
} */

#expCopy3{
    position: absolute;
    top: 188px;
    left: 138px;
    color: #006072;
    font-size: 14px;
    line-height: 17px;
    opacity: 0;
    transform: translate(0, -10px);
}

#expCopy4{
    position: absolute;
    top: 158px;
    left: 138px;
    color: #da0812;
    font-size: 18px;
    line-height: 22px;

    opacity: 0;
    transform: translate(0, -10px);
}
/* #copy4sup{
    position: relative;
    top: 0px;
    font-size: 10px;
} */

#expCopy5{
    position: absolute;
    top: 203px;
    left: 139px;
    color: #444444;
    font-size: 10px;

    opacity: 0;
    transform: translate(0, -10px);
}
/* #copy5sup1{
    position: relative;
    top: 1px;
    font-size: 6px;
} */

#copy5sup2{
    position: relative;
    top: 1px;
    font-size: 6px;
}

#expCopy6{
    position: absolute;
    top: 109px;
    left: 162px;
    color: #da0812;
    font-size: 18px;
    line-height: 20px;

    opacity: 0;
    transform: translate(0, -10px);
}
#copy6sup{
    position: relative;
    top: 0px;
    font-size: 10px;
}

#expBg, #expMan{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0;
}

#visitBtn{
    position: absolute;
    top: 222px;
    left: 159px;
    width: 141px;
    height: 23px;
    background-color: #006072;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    padding-top: 6px;
    padding-left: 9px;

    opacity: 0;
    transform: translate(0, -10px);
}
#visitIcon{
    position: absolute;
    top: 8px;
    left: 126px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

#repBtn{
    position: absolute;
    top: 258px;
    left: 159px;
    width: 94px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #006072;
    border-radius: 4px;
    color: #006072;
    font-size: 12px;
    padding-top: 4px;
    padding-left: 53px;
    cursor: pointer;

    opacity: 0;
    transform: translate(0, -10px);
}
#repIcon{
    position: absolute;
    top: 6px;
    left: 126px;
    width: 13px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

#whiteBlocker{
    position: absolute;
    width: 320px;
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    visibility: hidden;
    background-color: #F4F4F2;


    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#whiteBlocker-col{
    position: absolute;
    width: 320px;
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    visibility: hidden;
    background-color: #F4F4F2;


    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
#expanded-panel{
    width: 318px;
    height: 48px;
    border: 1px solid #c1c1c1;
    top: 0px;
    right: 0px;
    visibility: hidden;
    background-color: #e9e5e1;
    overflow: hidden;
}

#wrapper-expanded{
  width: 320px;
  height: 480px;
  top: -1px;
  left: -1px;
}

#expandClicktag{
    position: absolute;
    width: 320px;
    height: 480px;
    cursor: pointer;
}

#headerExp {
    top: 13px;
    left: 172px;
    letter-spacing: -0.35px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
}

#logoExp {
    background-size: contain;
    background-repeat: no-repeat;
    width: 142px;
    height: 49px;
    top: 16px;
    left: 12px;
}

#closeBG {
    width: 320px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0px;
    cursor: pointer;
    background-color:#eeeeee;
}

#closeBtn {
    width: 47px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 238px;
    cursor: pointer;
}

#xIcon{
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 2px;
}

#xText {
    color: #006774;
    font-size: 12px;
    width: 29px;
    position: absolute;
    text-align: left;
    left: 19px;
    top: 1px;
}
/* -------------------- ISI -------------------- */

#isiHeader {
    border-top: 1px solid #c1c1c1;
    width: 298px;
    height: 19px;
    top: 0px;
    background-color: #ffffff;
    -webkit-transform: translate(0px, 399px);
    -moz-transform: translate(0px, 399px);
    -ms-transform: translate(0px, 399px);
    -o-transform: translate(0px, 399px);
    transform: translate(0px, 399px);
}

#ihText {
    top: 2px;
    left: 7px;
    color: #006072;
    font-size: 12px;
    line-height: 14px;
}


#isiHeaderBottom {
    width: 298px;
    height: 17px;
    bottom: 0px;
    cursor: pointer;
    background-color: #ebebeb;
    font-family: 'Open Sans', sans-serif;

    -webkit-transform: translate(0px, 600px);
    -moz-transform: translate(0px, 600px);
    -ms-transform: translate(0px, 600px);
    -o-transform: translate(0px, 600px);
    transform: translate(0px, 600px);
}

.isiBg {
    /*
    width: 298px;
    height: 232px;
    background-color: #fff;

    -webkit-transform: translate(0px, 187px);
    -moz-transform: translate(0px, 187px);
    -ms-transform: translate(0px, 187px);
    -o-transform: translate(0px, 187px);
       transform: translate(0px, 187px);
*/
}

#isiContainer {
      width: 298px;
      height: 1243px;
      /* height: 2000px; */
      overflow: hidden;
      cursor: default;
      background-color: #ffffff;
      border-top: 1px solid #c1c1c1;
      font-family: 'Open Sans';
      -webkit-transform: translate(0px, 418px);
    -moz-transform: translate(0px, 418px);
    -ms-transform: translate(0px, 418px);
    -o-transform: translate(0px, 418px);
    transform: translate(0px, 418px);
}

#isiContent {
    position: absolute;
    top: 15px;
    left: 5.5px;
    width: 298px;
    line-height: 7px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#ihTextBottom {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    top: 0px;
    margin: -2px 0px 0px 7px !important;
    color: #134b8e;
    cursor: pointer;
}
#ihTextBottom a {
    color: #134b8e;
    text-decoration: underline;
}

#scrollBg {
    width: 8px;
    right: 0px;
    top: 0px;
    height: 63px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    -webkit-transform: translate(297px, 406px);
    -moz-transform: translate(297px, 406px);
    -ms-transform: translate(297px, 406px);
    -o-transform: translate(297px, 406px);
    transform: translate(297px, 406px);
}

#scrollBg-exp {
    width: 8px;
    right: 0px;
    top: 0px;
    height: 522px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;

    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#scrollBar {
    width: 6px;
    background-color: #545454;
    cursor: pointer;
    border: 1px solid #ffffff;
    opacity: .4;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
#scrollBar-exp {
    width: 6px;
    background-color: #545454;
    cursor: pointer;
    border: 1px solid #ffffff;
    opacity: .4;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.isiHeader {
    font-weight: 700;
    color: #006072;
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px;
}

.isiTextBold {
    font-weight: 700;
    color: #444444;
    font-size: 12px;
    line-height: 14px;
    padding-top: 1px;
}

.isiText {
    font-weight: 400;
    color: #444444;
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
}

.supISI{
    position: relative;
    font-size: 7px;
    top: 1px;
}

.bullet_main {
    color: #444444;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    padding-left: 8px;
}

.bullet_black{
    position: absolute;
    top: 6px;
    left: 0px;
    font-weight: 400;
    /* line-height: 10px; */
}

#supISI{
  position: relative;
  font-size: 7px;
  top: 1px;
}

.notoBold {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.novaLogo {
    width: 61px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    right: 30px;
    display: inline-block;
}


/* --------------------------------- ISI EXpand ------------------------------------------ */

.IRI_mainContainer-exp {
    visibility: hidden;

    opacity: 0;
    transform: translate(0px, 0px);
    -webkit-transition: opacity .5s ease-out, transform .5s ease-out;
    -moz-transition: opacity .5s ease-out, transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out;
}

#isiHeader-exp {
    width: 320px;
    height: 20px;
    top: 319px;
    left: 0px;
    border-top: 1px solid #c1c1c1;
    /* border-left: 1px solid #c1c1c1; */
    background-color: #ffffff;
}

#ihText-exp {
    /* margin: 1px 0px 0px 7px; */
    top: 3px;
    left: 7px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #006072;
    font-size: 12px;
    line-height: 15px;
}

#isiContainer-exp {
    top: 334px;
    width: 320px;
    height: 124px;
    overflow: hidden;
    cursor: default;
    background-color: #ffffff;
    font-family: 'Open Sans';
}

#isiContent-exp {
    position: absolute;
    padding-top: 2px;
    top: 0px;
    left: 7px;
    width: 295px;
    line-height: 7px;
}

#isiHeaderBottom-exp  {
    width: 320px;
    height: 40px;
    left: 0px;
    top: 457px;
    text-decoration: underline;
    background-color: #eeeeee;
    cursor: pointer;
    /* border-left: 1px solid #c1c1c1; */
}

#ihTextBottom-exp {
    top: 2px;
    left: 7px;
    font-size: 12px;
    line-height: 15px;
    color: #134b8e;
}
#ihTextBottom-exp a {
    color: #134b8e;
    text-decoration: underline;
}

.isiHeader-exp {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #006072;
    font-size: 12px;
    line-height: 14px;
}

.novaLogo-exp {
    width: 61px;
    height: 44px;
    position: absolute !important;
    background-repeat: no-repeat;
    background-size: contain;
    right: 5px;
    display: inline-block;
    bottom: 0px;
}

.reg_sup {
    position: relative;
    font-size: 14px;
    top: 1px;
}
/* Property Work's For FireFox Only */
@-moz-document url-prefix() {

    .sub_headertxt {
        padding-top: 1px;
    }
}

/* Property Work's For Internet Explorer Edge Only */
@supports (-ms-ime-align: auto) {}

/* Property Work's For Internet Explorer 11, 10 Only */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {


}


/* -------------------- DISPLAY -------------------- */
