@charset "UTF-8";

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a img {
    text-decoration: none;
    border: 0px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #FFF;
}

#container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    background: #EB1000;
    border:1px solid #000;
}

#container div {
    position: absolute;
}

#content {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#rolloverCatch {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    cursor: pointer;
}

#cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 998;
}

#bg {
    top: 0;
    left: 0;
    z-index: 1;
}

#logo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#cta {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#txt_1, #txt_1a, #txt_1b, #txt_1c, #txt_2, #txt_2a, #txt_2b, #txt_2c, #txt_3, #txt_3a, #txt_3b, #txt_3c {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#doc_animation {
    top: 290px;
    left: -430px;
    z-index: 2;
}

#doc_1 {
    top: 14px;
    left: 562px;
    z-index: 2;
	scale: .91 !important;
	opacity: 1;
}
.doc_2 {
    top: 60px;
    left: 600px;
    z-index: 1;
    transform: scale(.95);
    transform-origin: left top;
	opacity: 1;
}
#doc_2b {
    z-index: 3;
}

.highlight_wrapper {
    top: 25%;
    left: 50%;
    width: 50%;
}
.highlight {
    position: relative !important;
    width: 80px;
    height: 14px;
    background: #FFF500;
    mix-blend-mode: darken;
}

#ui_1 {
    top: 135px;
    left: 530px;
    z-index: 4;
}

#ui_2 {
    top: 180px;
    left: 530px;
    z-index: 4;
}
#ui_2a {
    position: relative;
    top: 16px;
    left: 13px;
}

#ui_2 .mask {
    height: 18px;
    background: #fff;
    transform-origin: left center;
    overflow: hidden;
}

#ui_2_line_1 {
    top: 13px;
    left: 6px;
    width: 133px;
    z-index: 3;
}

#ui_2_line_2 {
    top: 33px;
    left: 6px;
    width: 120px;
    z-index: 3;
}

#ui_3 .mask {
    overflow: hidden;
    height: 2px;
}
#ui_3 .mask > div {
    height: 0;
    border-bottom: 2px dotted #7155FA;
	z-index: 30;
}
#ui_3_underline_1 {
    top: 44px;
    left: 16px;
    width: 168px;
    z-index: 3;
}
#ui_3_underline_2 {
    top: 62px;
    left: 16px;
    width: 133px;
    z-index: 3;
}
#ui_3_underline_1 > div {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 168px;
	z-index: 6;
}
#ui_3_underline_2 > div {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 133px;
	z-index: 6;
}

#ui_2b {
    position: absolute;
    top: 26px;
    left: 152px;
}

 #ui_3 {
    top: 126px;
    left: 530px;
    z-index: 4;
 }
 #citation{
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
 }
 #ui_3_bckgrd{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
 }
 #star_1 {
    top: 0px;
    left: 770px;
    z-index: 1;
	 scale: 1.4 !important;
 }
 #star_2 {
    top: 30px;
    left: 780px;
    z-index: 1;
	 scale: 1.4 !important;
 }
 #star_3 {
    top: 230px;
    left: 560px;
    z-index: 5;
	 scale: 1.4 !important;
 }

 #marker {
    top: 78px;
    left: 840px;
    z-index: 5;
	 scale: 1.2 !important;
 }
 #frame {
    border: 2px solid #7155FA;
    border-radius: 10px;
    top: 92px;
    left: 686px;
    z-index: 3;
    width: 160px;
    height: 67px;
 }

