* {
    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);
    webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

body {
    -moz-user-select: none;

}

div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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);
}

#container {
    width: 300px;
    height: 600px;
    box-sizing: border-box;
    border:1px solid #b7b7b7;
    overflow: hidden;
    visibility: hidden;
}

div {
    position: absolute;
}

sup {
    position: relative;
    line-height: 0px;
    font-size: 0.6em;
    top: 0.07em;
}

i {
    font-style: italic;
}

b {
    font-weight: 700;
}



.wrapper {
    width: 300px;
    height: 600px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.adSize{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    background-size: 300px 600px;
    background-repeat: no-repeat;
}

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

.hidden{
    opacity: 0;
}

.slideFromLeft{
    transform: translateX(-300px);
}
.slideFromRight{
    transform: translateX(300px);
}

.rcReg{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.rcBold{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;

}




/* -------------------- COPIES PROPERTIES -------------------- */

#sealFootnote{
    font-size: 11px;
    color: #ffffff;

    top: 259px;
    left: 119px;
}
#cta_cont{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 290px;
    overflow: hidden;
}
#cta{
    transform: translateY(135px);
}
#ctaText{
    font-size: 18px;
    color: #ffffff;

    top: 263px;
    left: 103px;
}
#ctaText span{
    position: relative;
    top: -2px;
    left: 9px;
}
#f1copy2{
    font-size: 25px;
    color: #ffffff;

    top: 285px;
    left: 52px;
}
#f1copy22{
    font-size: 25px;
    color: #ffffff;

    top: 316px;
    left: 35px;
}
#f1copy3{
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0.45px;
    top: 348px;
    left: 10px;
}
#f2copy1, #f3copy1, #f4copy1{
    font-size: 26px;
    color: #ffffff;

    top: 46px;
    left: 13px;
}
#f2copy2sup{
    top: 0.2em;
}
#f2copy1 span{
    font-size: 15px;
    position: relative;
    left: 7px;
}
#f2copy2,#f3copy2,#f4copy2{
    color: #ffffff;
}
#f2copy2 div:nth-child(1){
    font-size: 13px;
    top: 123px;
    left: 13px;
    line-height: 17px;
}
#f2copy2 div:nth-child(2){
    font-size: 10px;
    top: 193px;
    left: 13px;
}

#f3copy1 span{
    font-size: 15px;
    position: relative;
    left: 5px;
}

#f3copy2 div:nth-child(1){
    font-size: 13px;
    top: 119px;
    left: 15px;
    line-height: 17px;
}
#f3copy2 div:nth-child(2){
    font-size: 10.04px;
    top: 173px;
    left: 15px;
    line-height: 12px;
}

#f4copy1 span{
    font-size: 15px;
    position: relative;
    left: 7px;
}

#f4copy2 div:nth-child(1){
    font-size: 18px;
    top: 128px;
    left: 28px;
    line-height: 24px;
    letter-spacing: 0.04px;
}

#f5copy1_cont{
    width: 300px;
    height: 600px;
    left: 128px;
    overflow: hidden;
}
#f5copy1 div:nth-child(1), #f5copy1 div:nth-child(3){
    font-size: 18.34px;
    color: #75c4d6;
}
#f5copy1 div:nth-child(1){
    top: 50px;
    left: 129px;
}
#f5copy1 div:nth-child(2){
    font-size: 40.4px;
    color: #ffffff;
    top: 71px;
    left: 128px;
    line-height: 35px;
}
#f5copy1 div:nth-child(3){
    top: 175px;
    left: 130px;
}


/* -------------------- END COPIES PROPERTIES -------------------- */





#scrollBg {
    width: 6px;
    height: 46px;
    background: #cbcbcb;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    
    -webkit-transform: translate(284px, 22px);
    -moz-transform: translate(284px, 22px);
    -ms-transform: translate(284px, 22px);
    -o-transform: translate(284px, 22px);
    transform: translate(284px, 22px)
}

#scrollBar {
    width: 6px;
    height: 12px;
    top:-1px;
    left:-1px;
    background-color: #ffffff;
    border: 1px solid #9f9f9f;
    cursor: pointer;
    border-radius: 6px;
    
    -webkit-transform: translate(0px, 1px);
    -moz-transform: translate(0px, 1px);
    -ms-transform: translate(0px, 1px);
    -o-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
}




/* -------------------- CONTENT PROPERTIES -------------------- */
.hotspot {
    position:absolute;
    width:300px;
    height:600px;
    top: 0px;
    left: 0px;
    cursor:pointer;
}



/* -------------------- ISI -------------------- */
.isiTextBlueBold {
    color: #004a98;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding-left: 1px;
}

.isiText {
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 0px;
    padding-left: 1px;
}

.bullet_blue{
    color: #004a98;
    position: absolute;
    margin-top: 2px;
    left: 0px;
    font-weight: 400;
    line-height: 10px;
    padding-left: 1px;
}

.blue_header {
    color: #004a98; 
    font-weight: 700;
}

.par_blueHeader {
    padding-left: 6px; 
    padding-right: 35px;
    line-height: 15.6px;
}

.hypen_blue {
    color: #004a98;
    margin-left: -7px;
}

.symbol{
    position: absolute;
    top: 9px;
    left: 2px;
}

.symbol2{
    position: absolute;
    top: 9px;
    left: 2px;
}

.symbol3{
    position: absolute;
    top: 7px;
    left: 2px;
}

#isiBtnP{
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 4px;
    top: 7px;
    cursor: pointer;
}
#isiBtnM{
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    right: 4px;
    top: 2px;
    cursor: pointer;
}

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

#IRI_mainContainer {
    width: 300px;
    height: 600px;
}

#isiContainer {
    overflow:hidden;
    width: 300px;
    height: 191px;
    cursor: default;
    background-color: #ffffff;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#isiContent {
    width: 300px;
    padding-left: 8px;
    padding-top: 4px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#isiContent > * {
    position: static;
    font-family: 'Roboto Condensed', sans-serif;
}


#isiHeaderBottom {
    cursor: pointer;
    background-color: #00a274;
    width: 300px;
    height: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    transform: translate(0px, 71px);
}

#ihTextBottom {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0.17px;
    color: #ffffff;
    cursor: pointer;
    line-height: 12px;
    width: 300px;
    margin: 3px 0px 0px 11px;
}

.reg_sup{
    top: 0.2em;
}

/* Property Work's For FireFox Only */
@-moz-document url-prefix() {
/*
    .isiText,.isiTextGreenBold,.isiTextBullet {
        letter-spacing: 0.15px;
    }
    #ihText {
        letter-spacing: 0.15px;
    }
*/

    .reg_sup{
        top: 0em;
    }
}