*, ::after, ::before {
    box-sizing: border-box;
}
header.site-header {
    background-image: url(../images/sa-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-font-smoothing: auto;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
    position: relative;
    display: flex;
    margin-bottom: 60px;
    margin-top: -1px;
}
header > a {
    margin:auto;
}
.logo {
    max-width:360px;
    margin:auto;
    margin-bottom: -20px;
}
#content {
    padding-top:0 !important;
}