body.signpost {
    background: radial-gradient(#095d67, #03373e);
    background-size: cover;
}

body.signpost .page {
    background: transparent;
    background-size: cover;
    padding: 30px 0 0 0;
}

body.signpost .page article .content {
    max-width: 909px;
    padding: 20px;
}

body.signpost article .content {
    font-size: 20px;
    line-height: 24px;
    background-color: inherit;
    color: white;
    text-align: center;
}

body.signpost article .content h1 {
    font-size: 48px;
    line-height: 51px;
    margin: 20px 0;
}

body.signpost .page article .content a {
    color: white;
}

body.signpost .page article .sections {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

body.signpost .page article .sections section {
    flex: 1 1 auto;
    width: 330px;
    position: relative;
    box-shadow: 0 2px 4px 1px rgba(30,30,30,0.8);
    padding: 25px;
    padding-bottom: 60px;
    background-color: #003E51;
    margin: 15px;
}

body.signpost .page article .sections section h2 {
    margin: 10px 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #095d67;
}

body.signpost .page article .sections section .cta {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}

body.signpost .page article .sections section .cta .button {
    display: inline-block;
    width: auto;
    margin: 0;
}

body.signpost .page article small {
    display: block;
    color: #888;
    margin: 1em 0;
}

body.signpost h1 {
    text-shadow: 0 0 10px #111;
}

body.signpost section.notice {
    margin: 1.5em 15px;
    text-shadow: 0 0 10px #111;
    border: dashed white;
    border-width: 1px 0;
}

body.signpost section.notice p {
    font-family: "Roboto Regular", Arial, sans, serif;
    font-size: 16px;
}