@font-face {
    font-family: Futura;
    src: url(font/Futura-Book.woff);
}

@font-face {
    font-family: Futura;
    src: url(font/Futura-Medium.woff);
    font-weight: bold;
}

.font-extra-large {
    font-family: Futura;
    font-size: 32px;
    color: #ffffff;
}

.font-large-alternate {
    font-family: Futura;
    font-size: 20px;
    color: #9b9b9b;
}

.font-default {
    font-family: Futura;
    font-size: 14px;
    color: #ffffff;
}

body {
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important;
}

/*a {
    text-decoration: none !important;
}*/

.news-container {
    margin-top: 20px;
    position: relative;
    height: 768px;
    width: 50%;
    background-color: #2e368f;
    float: left;
}

.news-back-button {
    position: absolute;
    left: 80px;
    top: 34px
}

.oval_grey {
    width: 40px;
    height: 40px;
    border: solid 1px #979797;
    border-radius: 50%;
    float: left;
}

.arrow_grey {
    position: absolute;
    left: 14px;
    top: 16px;
}

.news-side {
    margin-top: 20px;
    position: relative;
    height: 768px;
    width: 50%;
    background-color: #ffffff;
    float: left;
}

.news-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article-title {
    position: absolute;
    left: 80px;
    top: 100px;
}

.article {
    position: absolute;
    left: 80px;
    top: 190px;
    padding-right: 80px;
}

.article-footer {
    position: absolute;
    left: 80px;
    top: 550px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-right: 80px;
}

.article-footer2 {
    position: absolute;
    left: 80px;
    top: 670px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-right: 80px;
}

.article-line {
    opacity: 0.2;
    width: 70%;
}

.img-circle {
    border-radius: 50%;
    height: 80px;
    float: left;
}

.team_text_container {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.team_name {
    font-family: Futura;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}
