.heroes-article .header-notice {
    color: #a6a6a6;
    position: relative;
    top: -25px;
    margin-bottom: -10px;
}
.heroes-article h1 {
    font-size: 44px;
    color: #293d53;
    margin: 30px 0 45px;
}
.heroes-article .right-image {
    margin: 20px 0;
}
.heroes-article .right-image:after {
    content: "";
    display: table;
    clear: both;
}
.heroes-article .right-image .text {
    width: 600px;
    margin-right: 20px;
    float: left;
}
.heroes-article .right-image .text h2 {
    font: normal 32px/44px Arial;
    color: #374551;
    margin-bottom: 20px;
}
.heroes-article .right-image .text h2 a {
    color: #004a80;
    text-decoration: none;
}
.heroes-article .right-image .text h2 a:hover {
    opacity: .6;
}
.heroes-article .right-image .img .img-notice {
    color: #a6a6a6;
    font-style: oblique;
    width: 300px;
    margin: 15px auto 0;
}
.heroes-article .right-image .img {
    position: relative;
    width: 320px;
    float: left;
    min-height: 150px;
    margin-top: 40px;
}
.heroes-article .right-image .img img {
    display: block;
    margin: 0 auto;
}
.heroes-article .heroes-nav {
    margin-top: 40px;
}
.heroes-article .heroes-nav a {
    display: block;
    text-decoration: none;
    color: #293d53;
    margin: 15px 0;
}
.heroes-article .heroes-nav a span {
    color: #004a80;
    display: inline-block;
}
.heroes-article .heroes-nav a.nav-left {
    text-align: left;
}
.heroes-article .heroes-nav a.nav-left span {
    margin-right: 10px;
}
.heroes-article .heroes-nav a.nav-right {
    text-align: right;
}
.heroes-article .heroes-nav a.nav-right span {
    margin-left: 10px;
}