header {
    width: 100%;
    background: black;
    padding: 6px 0;
}

.topHeader {
    position: relative;
    margin: 0 auto;
    width: 993px;
    height: 78px;
    text-align: center;
    font-size: 14px;
}
.topHeader p {
    font-size: 14px;
}

.mainLogo {
    height: 83px;
    margin-left: 40px;
    display: inline-block;
    margin-top: 6px;
}

.rates {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    width: 190px;
}

.shares {
    display: inline-block;
    text-align: right;
    float: right;
    /*width: 300px;*/
}
.shares p {
    color:#ffffff;
}

.us_4_years , .us_4_years span {
    font-family: 'Marck Script', cursive;
    /*color: #26b89f;*/
    color: #83b8ac;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    word-break: keep-all;
    font-size-adjust: none;
}
.us_4_years {
    display: block;
    word-spacing: -8px;
    font-size: 30px;
    position: absolute;
    right: -150px;
    top: 0;
    height: auto;
    bottom: 0;
    margin: auto;

    width: 200px;


}
.us_4_years span {
    font-size:54px;


}
.birthday_header {

    display: none;
    color:white;
    font-size: 15px;
}