﻿/* ===== Styles ================================================================================= */

body.investor-ws-text {
    padding: 0;
    margin: 0;
    background: #000;
}

iframe.investor-ws-text {
    float: right;
    background: #000;
}

.utc-bu-bar {
    overflow: hidden;
    padding: 9px 32px 8px;
    background: #000;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

    body.investor-ws-text a,
    .utc-bu-bar a {
        float: left;
        margin: 0 20px 0 0;
        color: #b6b6b6;
        font-size: 9px;
        line-height: normal;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        word-spacing: 0px;
        text-decoration: none;
        padding: 0;
        vertical-align: baseline;
        background: transparent;
        white-space: nowrap;
        font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
        font-weight: 700;
        font-style: normal;
        font-weight: normal\0/;
        font-style: normal\0/;
    }

.ie8 body.investor-ws-text a,
.ie8 .utc-bu-bar a {
    font-weight: normal !important;
    font-style: normal !important;
}

body.investor-ws-text a img,
.utc-bu-bar a img {
    border: 0;
}

body.investor-ws-text a,
.utc-bu-bar a.investor-ws-text {
    float: right;
    margin-right: 0;
    color: #F87500;
    text-decoration: none;
    letter-spacing: 0;
    word-spacing: 5px;
}

body.investor-ws-text a:hover,
.utc-bu-bar a:hover {
    text-decoration: underline;
}

.utc-bu-bar a:hover,
.utc-bu-bar a.active {
    color: #fff;
}

body.investor-ws-text a,
.utc-bu-bar a.investor-ws-text {
    border-bottom: 1px solid #000;
}

body.investor-ws-text a:hover,
.utc-bu-bar a.investor-ws-text:hover {
    color: #F87500;
    text-decoration: none;
    border-bottom: 1px solid #F87500;
}

body.investor-ws-text a .icon-arrow-up,
.utc-bu-bar .investor-ws-text .icon-arrow-up,
body.investor-ws-text a .icon-arrow-down,
.utc-bu-bar .investor-ws-text .icon-arrow-down {
    display: inline-block;
    margin:0 2px 0 0;
    width: 7px;
    height: 7px;
    background-position: 0 0;
    background-repeat: no-repeat;
    border:0;
}
    .utc-bu-bar .investor-ws-text:hover .icon-arrow-up,
    .utc-bu-bar .investor-ws-text:hover .icon-arrow-down {
        border: 0;
    }

.utc-bu-bar .investor-ws-text .icon-arrow-up {
    background: url(../images/arrow-orange-up.png);
}

.utc-bu-bar .investor-ws-text .icon-arrow-down {
    background: url(../images/arrow-orange-down.png);
}


@media screen and (min-width: 765px) and (max-width: 850px) {
    .utc-bu-bar {
        padding: 9px 32px 10px;
    }

        .utc-bu-bar a {
            margin-right: 10px;
        }
}

@media screen and (max-width: 764px) {
    .utc-bu-bar {
        display: none;
    }
}