@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: 970px;
    height: 250px;
    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 {
    top: 214px;
    left: 20px;
    z-index: 2;
}

#cta {
    top: 107px;
    left: 20px;
    z-index: 2;
}

#txt_1, #txt_1a, #txt_1b, #txt_2, #txt_2a, #txt_2b, #txt_3, #txt_3a, #txt_3b {
    top: 17px;
    left: 20px;
    z-index: 2;
}

#doc_1 {
    top: 9px;
    left: 562px;
    z-index: 2;
}
.doc_2 {
    top: 35px;
    left: 700px;
    z-index: 1;
    transform: scale(0.42);
    transform-origin: left top;
}
#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: 101px;
    left: 474px;
    z-index: 4;
}

#ui_2 {
    top: 146px;
    left: 474px;
    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: 110px;
    left: 458px;
    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: 55px;
    left: 517px;
    z-index: 1;
 }
 #star_2 {
    top: 77px;
    left: 526px;
    z-index: 1;
 }
 #star_3 {
    top: 212px;
    left: 444px;
    z-index: 1;
 }

 #marker {
    top: 55px;
    left: 947px;
    z-index: 5;
 }
 #frame {
    border: 2px solid #7155FA;
    border-radius: 10px;
    top: 66px;
    left: 750px;
    z-index: 5;
    width: 200px;
    height: 82px;
 }

