@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rajdhani-v16-latin-regular.eot');
    src: url('../fonts/rajdhani-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/rajdhani-v16-latin-regular.woff2') format('woff2'), url('../fonts/rajdhani-v16-latin-regular.woff') format('woff'), url('../fonts/rajdhani-v16-latin-regular.ttf') format('truetype'), url('../fonts/rajdhani-v16-latin-regular.svg#Rajdhani') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rajdhani-v16-latin-700.eot');
    src: url('../fonts/rajdhani-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/rajdhani-v16-latin-700.woff2') format('woff2'), url('../fonts/rajdhani-v16-latin-700.woff') format('woff'), url('../fonts/rajdhani-v16-latin-700.ttf') format('truetype'), url('../fonts/rajdhani-v16-latin-700.svg#Rajdhani') format('svg');
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Rajdhani', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.431em;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: none;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0.875rem #A6A6A6;
}

header {
    padding: 1.5rem 2rem;
}

header img {
    width: 100%;
    max-width: 21.875rem;
}

article {
    padding: 0 2rem;
}

footer {
    padding: 1rem 2rem;
    background-color: #313131;
    color: #fff;
}

h1 {
    text-align: center;
    font-size: 2.692em;
    line-height: 1.1;
}

h2 {
    font-size: 1.231em;
    line-height: 1.2;
    margin-bottom: 0;
}

a:link,
a:active,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.apply,
a.apply:visited {
    width: 13.125rem;
    line-height: 3.125rem;
    display: block;
    text-align: center;
    background: #4D4D4D;
    margin: 2rem auto;
    color: #fff;
    font-weight: bold;
}

a.apply:hover {
    background-color: #262626;
    text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}

.img img {
    text-align: center;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

ul {
    padding-left: 1rem;
}

li {
    padding-bottom: 0.2rem;
    list-style-type: none;
}

li:before {
    content: "\2022";
    color: #313131;
    float: left;
    margin-left: -0.9375rem;
    font-size: 1.3125rem;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:49.9375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        hyphens: auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    header {
        padding: 1.5rem 1rem;
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        padding: 1rem;
    }

    footer p {
        text-align: center;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:34.812rem) {
    h1 {
        font-size: 1.65rem;
    }

    h2 {
        font-size: 1.15rem;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 376px) {

    a.apply {
        width: 100%;
    }
}