@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto-condensed-v27-latin-800.eot');
    src: url('../fonts/roboto-condensed-v27-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-800.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-800.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-800.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-800.svg#RobotoCondensed') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #7f7f7f;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

h1 {
    text-align: center;
    font-size: 1.687rem;
    margin: 0;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 800;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    background: rgba(255, 255, 255, 0.8);
    padding: .375rem;
    color: #002060;
    width: 60%
}

h1 small {
    font-size: 1.375rem
}

h1 span {
    white-space: nowrap
}

h2 {
    font-size: 1.687rem;
    color: #002060;
    margin: 0 0 1rem;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 800
}

h3 {
    font-size: 1.375rem;
    color: #dba662;
    margin: 0 0 1rem;
    font-family: 'times new roman', Arial, sans-serif;
    font-weight: 800
}

h4 {
    font-size: 1.562rem;
    color: #002060;
    margin: 0 0 1rem;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 800
}

h5 {
    font-size: 1.125rem;
    color: #002060;
    margin: 0 0 .625rem;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 800
}

h6 {
    font-size: 1.25rem;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 800;
    color: #002060;
    margin: 0 0 .625rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: normal;
}
a.link{
	color: #083a5b;
}
a.link:hover{
	color: #dba662;
}
p {
    margin: 0 0 1rem;
}

.nowrap {
    white-space: nowrap;
    font-size: inherit;
    font-weight: inherit
}

.orange {
    color: #dba662
}

strong {
    font-weight: 700
}

.margin {
    margin: 0 0 2rem
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 3rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.625rem;
    font-size: 1.75rem;
    line-height: 0.85;
    font-family: "Arial", sans-serif
}

header {
    position: relative;
    padding: 1rem
}

.white {
    padding: 0 1rem
}

.blue {
    background: #DBE5F1;
    padding: 1rem
}

a.apply {
    background: #14233D;
    color: #fff;
    display: block;
    padding: .5rem 1rem;
    margin: 1rem 0;
    text-align: center;
    width: fit-content
}

footer {
    padding: 1rem;
    background: #F6EDE1
}

.flex {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin: 0 0 1.625rem
}

footer .blue_text {
    color: #002060;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
    a.website, .orange{white-space: pre-wrap}
    h1 {
        width: 80%
    }

    .margin {
        margin: 0 0 1rem
    }

    ul li {
        padding-left: 1.625rem
    }

    ul li:before {
        margin-left: -1.125rem;
    }

    header {
        padding: 0 0 1rem
    }

    .white {
        padding: 0
    }
}

@media only screen and (max-width: 42.5rem) {
    h1 {
        position: static;
        left: 0;
        transform: translate(0);
        width: 100%;
        text-align: center
    }

    a.apply {
        white-space: pre-wrap
    }
}

@media only screen and (max-width: 30rem) {
    .flex {
        flex-direction: column;
        align-items: flex-start
    }

    .flex img {
        margin: 0 0 1rem
    }
}

@media only screen and (max-width: 23.5rem) {

    footer p,
    footer h6 {
        text-align: center
    }

    .flex {
        align-items: center
    }

    a.apply {
        margin: 1rem auto;
    }
}