@charset "utf-8";

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    src: local(''), url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff'), url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #25292B;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: .937rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
    text-align: justify;
}

h1 {
    border-bottom: 1px solid #cca876;
    color: #cc9966;
    line-height: 1;
    padding: 0 0 .5rem;
    margin: 1.25rem 0;
    font-size: 30px;
}

h2 {
    margin: 1rem 0 .625rem;
    font-size: 0;
    border-bottom: 1px solid #cca876;
    display: inline-block;
    font-family: Lato;
    font-size: 1.25rem;
    width: 100%;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: .875rem;
}

header {
    background: #1D282F;
    padding: 2rem;
}

article {
    padding: 1.25rem 3.125rem;
}

footer {
    background: #1b2830;
    text-align: center;
    color: #fff;
    padding: 1.25rem 3.125rem;
}

footer p {
    text-align: center;
    margin: 0;
}

.apply {
    color: #cca876;
    font-weight: bold;
}

.apply:hover {
    color: inherit;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    header {
        padding: 0 .625rem 0;
        margin: 0 0 .625rem;
    }

    article {
        padding: 0;
    }

    footer {
        padding: .625rem;
    }

    p {
        text-align: left;
    }
}

@media only screen and (max-width: 48rem) {
    h1 {
        font-size: 1.25rem;
    }

    h2 {
        height: 1.25rem;
    }

    h2 span {
        font-size: 1rem;
        height: 1.25rem;
    }
}

@media only screen and (max-width: 30rem) {
    body {
        font-size: .875rem;
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}