* {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    background-repeat: no-repeat;
    transform: translate3d(0,0,0);
}

body {
    margin: 0px;
}

div {
    position: absolute;
    opacity: 0;
}

#cover {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 300px;
    height: 250px;
}

#hotspot {
    width: 300px;
    height: 250px;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #000000; /*DO NOT CHANGE*/
}

#background {
    width: 300px;
    height: 250px;
    background: url(../images/background.jpg) no-repeat;
}

#legalText {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    overflow: hidden;
    left: 0;
    top: 176px;
    width: 300px;
    height: 73px;
    padding: 5px;
}


#balloon {
    width: 27px;
    height: 38px;
    top: 300px;
    left: 10px;
    background: url(../images/balloon.png) no-repeat;
}

#cta {
    width: 125px;
    height: 50px;
    top: 94px;
    left: 113px;
    background: url(../images/cta.png) no-repeat;
}

#text1 {
    width: 300px;
    height: 250px;
    background: url(../images/text1.png) no-repeat;
}

#text2 {
    width: 300px;
    height: 250px;
    background: url(../images/text2.png) no-repeat;
}

#text3 {
    width: 300px;
    height: 250px;
    background: url(../images/text3.png) no-repeat;
}

#text4 {
    width: 300px;
    height: 200px;
    top: 48px;
    left: 44px;
    background: url(../images/text4.png) no-repeat;
}

#text5 {
    width: 300px;
    height: 100px;
    top: 97px;
    left: 27px;
    background: url(../images/text5.png) no-repeat;
}

#text6 {
    width: 240px;
    height: 100px;
    top: 23px;
    left: 35px;
    background: url(../images/text6.png) no-repeat;
}

#text7 {
    width: 300px;
    height: 100px;
    top: 60px;
    left: 42px;
    background: url(../images/text7.png) no-repeat;
}

#replay {
    width: 18px;
    height: 18px;
    top: 161px;
    right: 141px;
    background: url(../images/replay.png) no-repeat;
    cursor: pointer;
}

#MG {
    top: 156px;
    left: 6px;
    width: auto;
}

#FPI {
    top: 143px;
    left: 6px;
    width: auto;
}

a.MGlink:link, a.MGlink:visited, a.MGlink:hover,
a.FPIlink:link, a.FPIlink:visited, a.MFPIlink:hover {
    color: #005070;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: 600;
}

.st0 {
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10;
    top: 10px;
}

#balloonContainer {
    width: 300px;
    height: 600px;
    top: -399px;
    left: -3px;
}
