body {
    margin: 0;
    padding: 0;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;        
}
* {
    box-sizing: Border-box;
}
#container {
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.retina_container {
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform-style: preserve-3d;
    transform: matrix3d(0.5, 8.72665e-5, 0, 0, -8.72665e-5, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.1, 0.9999);
    transform-origin: left top 0;
}
.sprite {
    position: absolute;
    background-repeat: no-repeat;
}
.center {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
#curtain {
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 3;
}
#curtain,
[id^="border"] {
    width: 100%;
    height: 100%;
}
[id^="border"] {
    z-index: 1;
    background-color: #000;
}
#border_top {
    top: 0;
    left: 0;
    height: 1px;
}
#border_right {
    top: 0;
    right: 0;
    width: 1px;
}
#border_bottom {
    bottom: 0;
    left: 0;
    height: 1px;
}
#border_left {
    top: 0;
    left: 0;
    width: 1px;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    line-height: 0;
}
#isi_wrapper {
    bottom: 1px;
    right: 1px;
    background: #fff;
    height: 83px;
}
#isi_wrapper,
#legal {
    position: absolute;
    width: 298px;
    overflow: hidden;
}
#legal {
    height: 63px;
    left: -1px;
    top: 20px;
    background-color: #fff;
}
#legal_copy_container {
    position: relative;
    height: 73px;
    overflow-y: scroll;
    width: 310px;
    left: 10px;
    top: -10px;
}
.legal-controls {
    height: 100%;
    right: 0;
}
.legal-controls,
.scrollbar {
    width: 18px;
    position: absolute;
    top: 0;
}
.scrollbar {
    height: 64px;
    right: -1px;
    padding: 5px;
}
#track {
    height: 100%;
    position: relative;
    background-color: #6d6f71;
}
#thumb {
    height: 24px;
    left: 9px;
    cursor: pointer;
    padding-right: 20px;
    box-sizing: content-box;
    z-index: 2;
}
#thumb,
#thumb:before {
    position: absolute;
    width: 10px;
    top: 0;
}
#thumb:before {
    content: "";
    left: -10px;
    height: 100%;
    background-color: #c6007e;
}
#isiHtml #legal_copy {
    padding-right: 16px;
}
#legal_copy {
    padding-right: 50px;
    padding-top: 2px;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;    
    font-size: 11px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #010101;
}
#legal_copy .blue {
    color: pink;
}
#legal_copy .para {
    margin-top: 10px;
    margin-bottom: 5px;
}
#legal_copy ul {
    margin: 3px 0 5px;
    padding: 0 0 0 11px;
    list-style: none;
}
#legal_copy ul li {
    margin-bottom: 15px;
    margin-left: 7px;
    text-indent: -10px;
}
#legal_copy ul li:before {
    content: "•";
    margin-right: 7px;
}
#legal_copy ul.big li {
    margin-bottom: 1px;
}
#legal_copy ul.big li:before {
    content: "•";
    margin-right: 5px;
    font-size: 17px;
    line-height: 0;
    font-weight: 700;
    vertical-align: middle;
}
#legal_copy ul.small li {
    margin-bottom: 5px;
    text-indent: -14px;
}
#legal_copy ul.small li:before {
    content: "•";
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: lighter;
    vertical-align: middle;
}
a.bluelink {
    color: #00a3e0;
}
#fpi_bar {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 298px;
    height: 20px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 9px;
	font-family: "futura-pt", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-style: normal;    
    letter-spacing: 0;
    line-height: 9px;
    color: #ffffff;
    background: #c6007e;
    overflow: hidden;
    text-align: center;
}
a.fpilink {
    color: #ffffff;
    text-decoration: underline;
}
a.fpilink:hover {
    color: #dfdfdf;
    text-decoration: underline;
}

#content {
    left: 0;
    top: 0;
    width: 585px;
    height: 200%;
    overflow: hidden;
    background-color: #f6f5f6;
}
#copy {
    left: 13px;
    top: 50%;
    transform:translateY(-50%);
    width: 237px;
    height: 138px;
    background-image: url(copy.png);
}
#disclosure {
	position: absolute;
    left: 335px;
    top: 155px;
    z-index: 999;
    text-align: right;
    opacity: 1;
    visibility: visible;
    color: #ffffff;
    font-size: 14px;
}

#cta,
#cta_over {
    left: 641px;
    top: 105px;
    width: 183px;
    height: 54px;
}
#cta_copy {
    left: 641px;
    top: 105px;
    width: 183px;
    height: 54px;
    background-image: url(cta_copy.png);
    background-size: 93px 17px;
    background-position: center center;
}
#bg{
    left: 0 !important;
    top: 0;
    width: 585px;
    height: 180px;
    background-image: url(bg.jpg);
}
#white,
#white2 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0 !important;    
}
#bottom {
    left: 615px;
    top: 25px;
    width: 233px;
    height: 58px;
    background-image: url(bottom.png);
}
