@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v13-latin-regular.eot');
    src: url('../fonts/barlow-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v13-latin-regular.woff2') format('woff2'), url('../fonts/barlow-v13-latin-regular.woff') format('woff'), url('../fonts/barlow-v13-latin-regular.ttf') format('truetype'), url('../fonts/barlow-v13-latin-regular.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v13-latin-700.eot');
    src: url('../fonts/barlow-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v13-latin-700.woff2') format('woff2'), url('../fonts/barlow-v13-latin-700.woff') format('woff'), url('../fonts/barlow-v13-latin-700.ttf') format('truetype'), url('../fonts/barlow-v13-latin-700.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/barlow-v13-latin-800.eot');
    src: url('../fonts/barlow-v13-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v13-latin-800.woff2') format('woff2'), url('../fonts/barlow-v13-latin-800.woff') format('woff'), url('../fonts/barlow-v13-latin-800.ttf') format('truetype'), url('../fonts/barlow-v13-latin-800.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/barlow-v13-latin-900.eot');
    src: url('../fonts/barlow-v13-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v13-latin-900.woff2') format('woff2'), url('../fonts/barlow-v13-latin-900.woff') format('woff'), url('../fonts/barlow-v13-latin-900.ttf') format('truetype'), url('../fonts/barlow-v13-latin-900.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-condensed-v13-latin-700.eot');
    src: url('../fonts/barlow-condensed-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-condensed-v13-latin-700.woff2') format('woff2'), url('../fonts/barlow-condensed-v13-latin-700.woff') format('woff'), url('../fonts/barlow-condensed-v13-latin-700.ttf') format('truetype'), url('../fonts/barlow-condensed-v13-latin-700.svg#BarlowCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/barlow-condensed-v13-latin-800.eot');
    src: url('../fonts/barlow-condensed-v13-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-condensed-v13-latin-800.woff2') format('woff2'), url('../fonts/barlow-condensed-v13-latin-800.woff') format('woff'), url('../fonts/barlow-condensed-v13-latin-800.ttf') format('truetype'), url('../fonts/barlow-condensed-v13-latin-800.svg#BarlowCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/barlow-condensed-v13-latin-900.eot');
    src: url('../fonts/barlow-condensed-v13-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-condensed-v13-latin-900.woff2') format('woff2'), url('../fonts/barlow-condensed-v13-latin-900.woff') format('woff'), url('../fonts/barlow-condensed-v13-latin-900.ttf') format('truetype'), url('../fonts/barlow-condensed-v13-latin-900.svg#BarlowCondensed') format('svg');
}

:root {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #00457d;
    font-family: 'Barlow', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    background-color: #EFEFEF;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 65rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.nowrap {
    white-space: nowrap;
}

ul {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 0.9375rem;
}

ul li:before {
    content: "";
    background-color: #0C447C;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 0.5625rem;
    margin: 0 0 0 -0.9375rem;
}

h1 {
    font-size: 2.0625rem;
    line-height: 1.3;
    margin: 1.25rem 0;
}

h2 {
    font-size: 1rem;
    margin: 0 0 0.3125rem;
}

h3 {
    font-family: 'Barlow Condensed', 'Arial', sans-serif;
    font-size: 1.5625rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0.625rem;
}

hr {
    margin: 1rem 0;
    border: 0;
    border-top: 0.0625rem solid rgb(128, 128, 128);
}

article {
    padding: 1.875rem 2.8125rem 0;
}

.custom_width {
    width: 72%;
}

.arrow {
    width: 1.125rem;
    height: 0.6875rem;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.column {
    width: 48%;
}

.benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
}

.benefit {
    width: 18%;
}

.icon {
    height: 9.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit_icon {
    max-width: 6.875rem;
    width: 100%;
}

.benefit p {
    font-family: 'Barlow Condensed', 'Arial', sans-serif;
    font-size: 1.375rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.btn_container {
    display: flex;
    justify-content: center;
}

a.apply {
    color: #fff;
    background-color: #0C447C;
    font-weight: 700;
    width: 12.375rem;
    height: 2.375rem;
    border: 0.125rem solid #0C447C;
    border-radius: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;
}

a.apply:hover {
    color: #0C447C;
    background-color: #fff;
}

.to_all_benefits {
    display: flex;
    justify-content: center;
}

.to_all_benefits a {
    color: rgb(0, 0, 238);
    font-weight: 700;
    text-decoration: underline;
}

a.other_jobs {
    color: rgb(0, 0, 238);
    font-weight: 700;
    text-decoration: underline;
}

a.underline {
    text-decoration: underline;
}

.small_icons {
    max-width: 0.8125rem;
    width: 100%;
}

.addresses {
    display: flex;
    justify-content: space-between;
}

.address_one,
.address_two {
    width: 19.6875rem;
}

.text_right {
    width: calc(100% - 41.25rem);
}

.image_bottom {
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, transparent 0%, transparent 95%, #0C447C 95%, #0C447C 100%);
}

footer {
    color: #fff;
    background-color: #0C447C;
    padding: 1.25rem 2.8125rem 2.8125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.web_addr {
    font-family: 'Barlow Condensed', 'Arial', sans-serif;
    font-size: 1.625rem;
    font-weight: 900;
    text-transform: uppercase;
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 11.25rem;
}

@media only screen and (max-width: 64.9375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    article {
        padding: 1rem;
    }

    .custom_width {
        width: 100%;
    }

    .flex {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    .benefits {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.25rem 2.5rem;
    }

    .benefit {
        width: 9.375rem;
    }

    .addresses {
        flex-direction: column;
    }

    .address_one,
    .address_two {
        width: auto;
    }

    .text_right {
        width: 100%;
    }

    .image_bottom {
        display: flex;
        justify-content: center;
        background: transparent;
        margin: 0 0 1rem;
    }

    footer {
        padding: 1rem;
    }
}

@media only screen and (max-width: 31.25rem) {
    h1 {
        font-size: 1.75rem;
    }

    footer {
        flex-direction: column;
    }

    .details {
        width: auto;
        gap: 1rem;
    }
}

@media only screen and (max-width: 23.4375rem) {
    .benefit {
        width: 100%;
    }
}

@media only screen and (max-width: 23.375rem) {
    :is(a:link, a:visited, a:hover, a:active) {
        white-space: normal;
    }

    a.web_addr {
        text-align: center;
        display: inline-block;
    }
}