/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('roboto-v20-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* roboto-500 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('roboto-v20-latin-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    padding: 0;
    margin: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background: #00629B;
    line-height: 1.55;
}

.wrapper {
    max-width: 1600px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
    color: #fff;
}

h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1.5em;
    hyphens: auto;
}

h2 {
    font-weight: normal;
    font-size: 22px;
}

h3,
h4 {
    font-size: 14px;
    margin-top: 3em;
    font-weight: 500;
}

h4 {
    text-transform: none;
}

header {
    background: url('logo.svg') no-repeat top left;
    background-size: contain;
    width: 160px;
    height: 150px;
    margin-bottom: auto;
    flex-shrink: 0;
}

header div {
    height: 0;
    width: 0;
    overflow: hidden;
}

footer {
    margin-top: auto;
    margin-bottom: 0;
}

footer p a {
    display: inline-block;
    padding: 5px 15px;
    background: #000;
    margin-top: 1em;
    text-decoration: none;
}

footer p a:hover,
footer p a:focus {
    background: #222;
}

footer nav {
    margin-top: 30px;
}

footer nav ul {
    list-style: none;
    display: flex;
}

footer nav a {
    color: #000;
    text-decoration: none;
    font-size: 10px;
}

footer nav li {
    margin-right: 20px;
}

footer nav a:hover,
footer nav a:focus {
    text-decoration: underline;
}

.rpl_comingsoon {
    margin: 30px auto;
    width: 100%;
    max-width: 100%;
}

.rpl_comingsoon:after {
    content: "";
    background: url('comingsoon.svg') no-repeat center;
    background-size: contain;
    display: block;
    padding-top: 44%;
}

.rpl_comingsoon span {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
}

.contentpage main {
    margin-top: 40px;
}

.contentpage main p,
.contentpage main ul,
.contentpage main ol {
    font-size: 14px;
    margin-bottom: 1.5em;
}

.contentpage main ul,
.contentpage main ol {
    margin-left: 1em;
}

@media screen and (min-width: 540px) {
    h2 {
        font-size: 28px;
    }
    h3,
    h4 {
        font-size: 18px;
    }
    body {
        font-size: 22px;
    }
    .wrapper {
        padding: 60px;
    }
    header {
        width: 260px;
        height: 243px;
    }
    .rpl_comingsoon {
        width: 700px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    footer nav {
        margin-top: 40px;
    }
    footer nav a {
        font-size: 18px;
    }
    .contentpage main {
        margin-top: 0;
    }
    .contentpage main p,
    .contentpage main ul,
    .contentpage main ol {
        font-size: 18px;
    }
}

@media screen and (min-width: 800px) {
    footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    footer nav li {
        margin-right: 0;
        margin-left: 40px;
    }
    .contentpage header {
        position: sticky;
        top: 60px;
    }
    .contentpage .wrapper {
        flex-direction: row;
    }
    .contentpage main {
        flex: 1;
        padding-left: 15%;
    }
}

@media screen and (min-width: 1280px) {
    .wrapper {
        padding: 100px;
    }
    .rpl_comingsoon {
        width: 900px;
        margin-top: -100px;
        margin-right: 0;
    }
    .contentpage header {
        top: 100px;
    }
}