@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: local(''), url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3c3c3b;
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    line-height: 1.48;
    background: url('../images/foot.png') no-repeat bottom center #f1f1f1;
    border-bottom: #d43047 .625rem solid;
    hyphens: auto;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto 31.25rem;
    overflow: hidden;
    box-shadow: 0 0 .187rem 0 #c2c2c2;
    background-color: #fff;
    font-weight: 300;
    text-align: justify;
}

a {
    color: #d43047;
    text-decoration: underline;
    white-space: nowrap;
}

strong {
    font-weight: 700;
}

p {
    margin: 1.33em 0;
}

h1 {
    margin: 1.875rem 0 3.875rem;
    font-size: 1.312rem;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-size: 1.25rem;
    width: 80%;
}

h3 {
    padding: .75rem 1rem;
    background-color: #fff;
    border-top: 0.125rem #d43047 solid;
    border-bottom: 0.125rem #d43047 solid;
    font-size: .875rem;
    line-height: 1
}

h4 {
    font-size: .875rem;
    margin: 1.187rem 0;
}

ul {
    margin: 1.187rem 0 1.187rem 2.5rem;
    text-align: left;
}

.hr {
    margin: 0.875rem 0 1.625rem 0;
    padding: 2rem 0 .812rem;
    color: #323231;
    border-bottom: 0.125rem solid #d43047;
}

span {
    text-decoration: underline;
}

hr {
    border: 0.0625rem inset;
    margin: 1.187rem 0
}

header {
    position: relative;
}

.opacity {
    position: absolute;
    width: 100%;
    height: 7.5rem;
    top: 0;
    left: 0;
    opacity: 0.85;
    background: #fff;
    z-index: 0;
}

.logo {
    display: block;
    position: absolute;
    z-index: 100;
    opacity: 1;
    left: 3rem;
    top: .625rem;
}

.telephone {
    color: #000;
    text-decoration: none;
}

.button {
    padding: 3rem 3rem 0;
    text-align: right;
}

article {
    padding: 0 3rem;
}

section {
    padding: .75rem 1rem 1.375rem;
    background: #F1F1F1;
    margin: 0 0 2.75rem;
}

section p span {
    font-weight: bold;
    width: 9.375rem;
    display: inline-block;
}

section p {
    margin: 0
}

aside {
    padding: 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.apply {
    line-height: normal;
    padding: 0.5em 1em;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    border-radius: .125rem;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-decoration: none;
}

.apply:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

footer {
    margin: 3.625rem 3rem;
    text-align: right;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        text-align: left;
    }

    .logo {
        left: .625rem;
    }

    .button {
        padding: .625rem 0 0;
    }

    article {
        padding: 0;
    }

    .hr,
    hr {
        margin: .625rem 0;
        padding: 0;
    }

    h2 {
        width: 100%;
    }

    h1,
    h2 {
        margin: .625rem 0
    }

    section,
    p {
        margin: 0 0 .625rem;
    }

    ul {
        margin: .625rem 0 .625rem 1.25rem;
    }

    footer {
        margin: .625rem;
    }

    section p span {
        width: auto;
        display: block;
    }
}

@media only screen and (max-width: 48rem) {
    .logo {
        position: static;
        margin: 0 .625rem .937rem;
        display: block;
    }

    .opacity {
        display: none;
    }
}

@media only screen and (max-width: 39.375rem) {
    aside {
        text-align: center;
        flex-direction: column;
    }

    .logo_new {
        position: static;
    }

    h2 {
        margin: .625rem 0;
        padding-bottom: 0;
        font-size: 1.187rem;
    }

    h1 {
        font-size: 1.187rem;
    }
}

@media only screen and (max-width: 23.437rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}