/* closed */
body {
    margin: 0;
    padding: 0;
}
.navigation {
    height: 98px;
    background: #273239;
}
.closed {
    clear: both;
    padding: 23px 30px;
    margin: 20px 15px;
    background-color: #fff;
}
.closed h1 {
    font-family: StagSansWeb-Medium;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #000000;
}
.closed p {
    font-family: OpenSans-Regular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #05171d;
}
.closed a {
    color: #484b9a;
    text-decoration: none;
}
.closed a:hover {
    text-decoration: underline;
}
footer {
    height: 40px;
    background: #28323a;
}
