* {
    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: 250px;
    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: 1px;
}

i {
    font-style: italic;
}

b {
    font-weight: 700;
}



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

.adSize{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background-size: 300px 250px;
    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;
}
.transition2{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.hidden{
    opacity: 0;
}

.slideFromLeft{
    transform: translateX(-310px);
}
.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: 9px;
    color: #ffffff;

    top: 88px;
    left: 229px;
}
#cta_cont{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 163px;
    overflow: hidden;
}
#cta{
    transform: translateY(45px);
}
#ctaText{
    font-size: 15px;
    color: #ffffff;

    top: 129px;
    left: 193px;
}
#ctaText span{
    position: relative;
    top: -1px;
    left: 7px;
}
#f1copy2_cont{
    width: 205px;
    height: 30px;
    top: 77px;
    left: 15px;
    
}
#f1copy2{
    font-size: 23px;
    color: #ffffff;
}

#f1copy22{
    font-size: 23px;
    color: #ffffff;
    top: 25px;
    width: 270px;
}
#f1copy3_cont{
    width: 260px;
    height: 30px;
    top: 127px;
    left: 15px;
    
}
#f1copy3{
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 0.45px;
}
#f2copy2_cont{
    width: 300px;
    height: 250px;
    left: 10px;
}
#f3copy2_cont{
    width: 300px;
    height: 250px;
    left: 10px;
}
#f4copy2_cont{
    width: 300px;
    height: 250px;
    left: 10px;
}
#f5copy1_cont{
    width: 300px;
    height: 250px;
    left: 15px;
}
#f2copy1{
    font-size: 25.9px;
    color: #ffffff;

    top: 5px;
    left: 10px;
}
#f2copy1 span{
    font-size: 16.06px;
    position: relative;
    left: 7px;
}

#f3copy1, #f4copy1{
    font-size: 26px;
    color: #ffffff;

    top: 5px;
    left: 10px;
}

#f2copy2,#f3copy2,#f4copy2{
    color: #ffffff;
}
#f2copy2 div:nth-child(1){
    font-size: 13px;
    top: 39px;
    left: 12px;
    line-height: 14px;
}
#f2copy2 div:nth-child(2){
    font-size: 10px;
    top: 98px;
    left: 12px;
}

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

#f3copy2 div:nth-child(1){
    font-size: 13px;
    top: 39px;
    left: 14px;
    line-height: 14px;
}
#f3copy2 div:nth-child(2){
    font-size: 10.04px;
    top: 84px;
    left: 13px;
    line-height: 12px;
}

#f4copy1 span{
    font-size: 16px;
    position: relative;
    left: 5px;
}

#f4copy2 div:nth-child(1){
    font-size: 13px;
    top: 49px;
    left: 29px;
    line-height: 15px;
}

#f5copy1 div:nth-child(1), #f5copy1 div:nth-child(3){
    font-size: 13px;
    color: #75c4d6;
}
#f5copy1 div:nth-child(1){
    top: 8px;
    left: 130px;
}
#f5copy1 div:nth-child(2){
    font-size: 28.64px;
    color: #ffffff;
    top: 25px;
    left: 129px;
    line-height: 24px;
}
#f5copy1 div:nth-child(3){
    top: 97px;
    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:250px;
    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: 3px;
    cursor: pointer;
}
#isiBtnM{
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    right: 3px;
    top: 3px;
    cursor: pointer;
}

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

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

#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: 307px;
    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: 2px 0px 0px 11px;
}

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

}