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: 300px;
    height: 250px;
    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: 157px;
    font-size: 10px;
    color: #242424;
}

/******************** SELECTORS ********************/

#SPX {
    position: absolute;
    left: 0;
    top: 170px;
    width: 89px;
    height: 44px;
    text-align: center;
    background-color: #FFF;
    padding: 6px 0;
    box-sizing: border-box;
}

#SPX .symbol,
#SPX .change {
    font-size: 14px;
    font-weight: 600;
    color: #20509f;
    position:relative;
}

.sectorData {
    position: absolute;
    right: 0px;
    top: 170px;
    width: 211px;
    height: 44px;
    background-color: #FFF;
    overflow: hidden;
}

.sectorData .sectorBox {
    top: 0;
    width: 211px;
    height: 45px;
    text-align: center;
}

.sectorData .sectorBox .symbol {
    font-size: 40px;
    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 {
    vertical-align: 2px;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #ccc;
}

.positive {
    color: #408c28;
}

.negative {
    color: #ca3f02;
}

.nochange {
    color: #cccccc;
}

a.backgroundClick {
    position: absolute;
    width: 300px;
    height: 250px;
}

/******************** DISCLOSURE ********************/

.disclosureLink {
    position: absolute;
    right: 4px;
    top: 157px;
    font-size: 10px;
    color: #242424;
    text-decoration: underline;
    cursor: pointer;
}

.disclosure {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 250px;
    background-color: #e1e1e1;
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    display: none;
}

.disclosureText {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 280px;
    height: 180px;
    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;
    left: 104px;
    top:210px;
    transform: scale(.48);
    transform-origin: 0% 0%;
    width:183px;
    height:63px;
    background: url('logo_black-spdr-logo.svg');
}

.logo2 {
    position: absolute;
    left: 104px;
    top:130px;
    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: 29px;
    font-size: 32px;
    font-weight: 600;
    color:#004da3;
    height:200px;
    top:36px;
    width: 300px;
    text-align: center;
    left:50%;
    transform: translateX(-50%);
    opacity: 0;
}

.head1 {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    line-height: 29px;
    font-size: 19px;
    font-weight: 600;
    color:#004da3;
    height:200px;
    top:12px;
    width: 300px;
    text-align: center;
    left:50%;
    transform: translateX(-50%);
    opacity: 0;
}

.head2 {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    line-height: 29px;
    font-size: 29px;
    font-weight: 600;
    color:#004da3;
    height:200px;
    top:36px;
    width: 300px;
    text-align: center;
    left:50%;
    transform: translateX(-50%);
    opacity: 0;
}

/******************** FOOTER ********************/

#footer {
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
    font-size: 11.2px;
    text-align: center;
    color:#242424;
    width: inherit;
    height:36px;
    line-height: 100%;
    top:214px;
    padding-top:6px;
}

#footer a {
    color:#242424;
}

#footer #bgfooter {
    width: inherit;
    height: inherit;
    position: absolute;
    top:0px;
}

/******************** CTA ********************/

#cta {
    width:118px;
    left:50%;
    transform: translateX(-50%);
    height:25px;
    top:98px;
    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;
}
