body,
div {
    margin: 0;
    padding: 0;
}

div,img, svg {
    position:absolute;
}

img {
    border: 0;
}

#wrect {
    width: inherit;
    height: inherit;
    background-color: #e1e1e1;
    pointer-events: none;
}

#border {
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}

.content {
    position: absolute;
    width: 970px;
    height: 90px;
    overflow: hidden;
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    background-color: #e1e1e1;
}

.text {
    position: absolute;
    left: 56px;
    top: 10px;
}

.timestamp {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    position: absolute;
    left: 5px;
    top: 55px;
    font-size: 10px;
    color: #242424;
}

/******************** SELECTORS ********************/

#SPX {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 20px;
    background-color: #FFF;
    box-sizing: border-box;
    border-right:1px solid;
    border-right-color:#ccc;
}

#SPX .symbol {
    font-size: 14px;
    padding-left: 6px;
    padding-top: 1px;
    font-weight: 600;
    color: #004da3;
    position:absolute;
}

#SPX .change {
    font-size: 11px;
    font-weight: 600;
    left: 64px;
    padding-top: 3px;
    color: #20509f;
    position:relative;
}

.sectorData {
    display: block;
    left: 100px;
    bottom: 0px;
    width: 1550px;
    height: 20px;  
}

.sectorData .sectorBox {
    position: relative;
    display: inline-block;
    padding-top: 1px;
    width: 78.3px;
    height: 20px;
    text-align: center;
    border-right:1px solid;
    border-right-color:#e1e1e1;
    background-color: #FFF;
}

.sectorData .sectorBox .symbol {
    font-size: 14px;
    font-weight: 600;
}

.sectorData .sectorBox#XLB .symbol {
    color: #8490c8;
}

.sectorData .sectorBox#XLC .symbol {
    color: #aa68aa;
}

.sectorData .sectorBox#XLE .symbol {
    color: #ffcb08;
}

.sectorData .sectorBox#XLF .symbol {
    color: #a6ce39;
}

.sectorData .sectorBox#XLI .symbol {
    color: #92c5eb;
}

.sectorData .sectorBox#XLK .symbol {
    color: #92278f;
}

.sectorData .sectorBox#XLP .symbol {
    color: #00abbd;
}

.sectorData .sectorBox#XLRE .symbol {
    color: #c4161c;
}

.sectorData .sectorBox#XLU .symbol {
    color: #f7941d;
}

.sectorData .sectorBox#XLV .symbol {
    color: #00aeef;
}

.sectorData .sectorBox#XLY .symbol {
    color: #d7df21;
}

.sectorData .sectorBox .change {
    padding-top: 0px;
    padding-left: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #ccc;
}

.positive {
    color: #408c28;
}

.negative {
    color: #ca3f02;
}

.nochange {
    color: #cccccc;
}

a.backgroundClick {
    position: absolute;
    width: 970px;
    height: 90px;
}

/******************** DISCLOSURE ********************/

.disclosureLink {
    position: absolute;
    right: 5px;
    top: 55px;
    font-size: 10px;
    color: #242424;
    text-decoration: underline;
    cursor: pointer;
}

.disclosure {
    position: absolute;
    left: 0;
    top: 0;
    width: 970px;
    height: 90px;
    background-color: #e1e1e1;
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    display: none;
}

.disclosureText {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 820px;
    height: 70px;
    font-size: 11px;
    color: #242424;
    overflow-y: scroll;
    padding-right:8px;
}

.disclosureText .bold {
    font-weight: 600;
}

.disclosureText p {
    padding-bottom: 10px;
}

.disclosure .closeDisclosure {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
}

/******************** LOGO ********************/

.logo1 {
     position: absolute;
    right: -65px;
    top:10px;
    transform: scale(.48);
    transform-origin: 0% 0%;
    width:183px;
    height:63px;
    background: url('logo_black-spdr-logo.svg');
}

.logo2 {
    position: absolute;
    right: -65px;
    top:10px;
    transform: scale(.58);
    transform-origin: 0% 0%;
    width:183px;
    height:63px;
    background: url('logo_black-spdr-logo.svg');
}

/******************** TEXT ********************/

.frame1 {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    line-height: 33px;
    font-size: 24px;
    font-weight: 600;
    color:#004da3;
    top:14px;
    width: 600px;
    text-align: left;
    left:10px;
    opacity: 0;
}

.head1 {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    line-height: 29px;
    font-size: 16px;
    font-weight: 600;
    color:#004da3;
    height:200px;
    top:2px;
    width: 500px;
    text-align: left;
    left:12px;
    opacity: 0;
}

.head2 {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    line-height: 33px;
    font-size: 24px;
    font-weight: 600;
    color:#004da3;
    top:14px;
    width: 600px;
    text-align: left;
    left:320px;
    opacity: 0;
}

/******************** FOOTER ********************/

#footer {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    font-size: 11px;
    color:#242424;
    width: 500px;
    height:12px;
    line-height: 100%;
    top:55px;
    left: 410px;
}

#footer a {
    color:#242424;
}

#footer #bgfooter {
    width: inherit;
    height: inherit;
    position: absolute;
    top:0px;
}

/******************** CTA ********************/

#cta {
    width:118px;
    left:715px;
    height:25px;
    top:17px;
    background-color: #4278d0;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 12px;
    color:#fff;
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    font-weight: 500;
    font-size:16px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    opacity: 0;
}

#cta:hover {
    background-color: #2258b0;
}

.clickable {
    cursor: pointer;
}

#shine {
    width: 103px;
    height: 30px;
    position: absolute;
    background-image: url('CTA_shine.png');
    left:-100px;
}
