.page-header {
    margin-bottom: 20px;
}

.page-header h1 {
    font-size: 52px;
    color: #004483;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-header h1 u {
    position: relative;
    text-decoration: none;
    font-size: 39px;
    top: -10px;
}

.page-header h1 u:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 4px;
    border-bottom: 6px solid #004483;
}

.page-header h1 span {
    display: block;
    font-size: 12px;
    width: 100%;
    letter-spacing: 2px;
    line-height: 43px;
}

.page-header header {
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    height: 420px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.page-header .image-attribute {
    font-size: 8px;
    color: #666;
    margin-top: 2px;
    font-family: 'OpenSans',sans-serif;
}

@media screen and (max-width: 762px) {
    .page-header h1 {
        margin: 25px 0;
        font-size: 28px;
    }
    .page-header h1 u {
        font-size: 20px;
    }
    .page-header h1 u:after {
        bottom: 1px;
        border-bottom: 3px solid #004483;
    }
    .page-header h1 span {
        display: block;
        font-size: 14px;
        width: 100%;
        letter-spacing: 2px;
        line-height: 23px;
        font-weight: 600;
    }
}

@media screen and (max-width: 600px){
    .page-header header {
        height: 200px;
    }
}