@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v34-latin-regular.eot');
    src: url('../fonts/roboto-slab-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-regular.svg#RobotoSlab') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v34-latin-700.eot');
    src: url('../fonts/roboto-slab-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-700.svg#RobotoSlab') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-slab-v34-latin-900.eot');
    src: url('../fonts/roboto-slab-v34-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-900.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-900.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-900.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-900.svg#RobotoSlab') format('svg');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v14-latin-700.eot');
    src: local(''), url('../fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/jost-v14-latin-700.woff2') format('woff2'), url('../fonts/jost-v14-latin-700.woff') format('woff'), url('../fonts/jost-v14-latin-700.ttf') format('truetype'), url('../fonts/jost-v14-latin-700.svg#Jost') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #00334A;
    font: 400 1em/1.25em 'Roboto Slab', "Time New Roman", serif;
}
strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 3rem 1.25rem 5rem;
}
p {
    padding-bottom: 1rem;
}
.jus {
    text-align: justify;
    hyphens: auto;
}
.center {
    text-align: center;
    font-size: 1.25em;
    line-height: 1.3;
}
h1, h2, h3 {
    color: #F26122;
}
h1 {
    margin: 0 -1.25rem 0.5rem -31.25rem;
    font-size: 3.1em;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    position: relative;
    z-index: 2;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.9em;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 900;
}
h1, h2 {
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 0.375rem 1.25rem;
}
li:before {
    content: "•";
    float: left;
    font-family: Calibri, Arial, sans-serif;
    margin-left: -1.25rem;
    font-size: 1.35em;
    color: #F26122;
}
header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
}
.right {
    width: 47.5%;
    margin-left: auto;
}
.right h2 {
        margin-left: 1.25rem;
}
section {
    width: 46%;
    position: absolute;
    top: 3rem;
    left: 2rem;
}
section :is(h2, ul, p), footer p {
    color: #fff;
}
section h2:first-of-type {
    margin: 0;
}
section p:first-of-type {
    line-height: 1.8;
}
.mgb {
    margin-bottom: 11rem;
}
footer {
    position: absolute;
    bottom: 1.5rem;
    left: 1.75rem;
    width: 44%;
}
footer p {
    line-height: 1.5;
}
.custom {
    line-height: 1.8;
}
.custom img {
    vertical-align: -4px;
}
.apply {
    display: block;
    box-shadow:  0.5rem 0.5rem 0.5rem #000;
    padding: 0.5rem 1rem;
    background: #F26122;
    margin: 0 1rem;
    text-align: center;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 900;
}
.pdl {
    padding-left: 0.5rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        padding: 0;
    }
    .pdl {
        padding-left: 0;
    }
    p, li {
        hyphens: auto;
    }
    .jus {
        text-align: left;
    }
    h1 {
        margin: 0 0 1rem;
        padding: 0;
        font-size: 2.5em;
    }
    header {
        justify-content: center;
        padding: 1rem;
        margin: 0;
    }
    article br {
        display: none;
    }
    .mgb {
        margin-bottom: 1rem;
    }
    footer, section, .right {
        width: auto;
        padding: 2rem 2rem 1rem;
    }
    footer, section {
        padding: 1rem 2rem;
        background: #022A3F;
        position: static;
    }
    .flex {
        display: flex;
        gap: 0 0.5rem;
    }
    .flex p {
        width: 50%;
    }
}
@media only screen and (max-width: 550px) {
    .flex p:first-of-type {
        width: 42%;
    }
    .flex p:last-of-type {
        width: 58%;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 2em;
    }
    footer, section, .right {
        padding: 1rem;
    }
    .flex {
        flex-direction: column;
    }
    .flex p {
        width: 100% !important;
    }
    .apply {
        font-size: 1.75em;
    }
}