.header {
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}

.baseline {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #5e5e5d;
    padding-bottom:28px;
}

img {
    max-width:100%;
    height:auto;
}

.featured-image p {
margin:0;
}

.banner-title {
    background: #00427f;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 400;
    font-size: 30px;
}

.banner-title * {
	margin: 0;
}


@media only screen and (max-width: 600px) {
    
.baseline {
display: none;
}

.logo {
    margin : 0 auto;
}


}