@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand-v31-latin-regular.eot');
    src: url('../fonts/quicksand-v31-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/quicksand-v31-latin-regular.woff2') format('woff2'),
        url('../fonts/quicksand-v31-latin-regular.woff') format('woff'),
        url('../fonts/quicksand-v31-latin-regular.ttf') format('truetype'),
        url('../fonts/quicksand-v31-latin-regular.svg#Quicksand') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/quicksand-v31-latin-600.eot');
    src: url('../fonts/quicksand-v31-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/quicksand-v31-latin-600.woff2') format('woff2'),
        url('../fonts/quicksand-v31-latin-600.woff') format('woff'),
        url('../fonts/quicksand-v31-latin-600.ttf') format('truetype'),
        url('../fonts/quicksand-v31-latin-600.svg#Quicksand') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/quicksand-v31-latin-700.eot');
    src: url('../fonts/quicksand-v31-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/quicksand-v31-latin-700.woff2') format('woff2'),
        url('../fonts/quicksand-v31-latin-700.woff') format('woff'),
        url('../fonts/quicksand-v31-latin-700.ttf') format('truetype'),
        url('../fonts/quicksand-v31-latin-700.svg#Quicksand') format('svg');
}


:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", Helvetica, sans-serif;
    background-color: #ffffff;
    color: #000;
    font-size: 0.9125rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 1140px;
    margin: 1rem auto;
    background: #fff;
    padding: 0 15px;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.web {
    color: #007bff;
    text-decoration: underline;
}

h1, h2, h3, footer a {
    font-family: 'Quicksand', Arial, sans-serif;
}

h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    padding: 32px 12px;
    text-align: center;
    background-color: #343f57;
    margin: 0;
}

h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 48px 0 16px 0;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    color: #576366;
    text-transform: uppercase;
    margin: 40px 0 16px;
}

.jobid {
    color: #6c757d;
    margin: 5px 0 48px;
}

p {
    margin: 0 0 16px;
    
}

p strong span {
    color: rgb(211, 84, 0);
}

ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

ul li {
    padding-left: 2.5rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    position: relative;
    box-shadow: 0 0 1.875rem 1.25rem rgb(0 0 0 / 21%);
}

article {
    margin-top: 48px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

section {
    box-shadow: rgb(0 0 0 / 20%) 0 0.0625rem 2.5rem 0;
    padding: 32px 64px 100px;
    width: 66%;
}

aside {
    width: 33%;
}

.box {
    box-shadow: rgb(0 0 0 / 20%) 0 0.0625rem 2.5rem 0;
    padding: 16px 40px;
    margin-bottom: 48px;
}

.flex {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.flex img {
    max-width: 1.5rem;
}

.btn {
    box-shadow: rgb(0 0 0 / 20%) 0 0.0625rem 2.5rem 0;
    background-color: #343f57;
    color: #ffffff;
    text-align: center;
    padding: 24px 3px 11px 3px;
    margin-bottom: 48px;
    font-size: 1rem;
    font-weight: 700;
}

.btn a:hover {
    color: #fff;
    text-decoration: underline solid 1px #0056b3; 
}

.btn a {
    display: block;
    margin-bottom: 1rem;
}

.flex-icon {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.flex-icon a {
    background: #1aeffe;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    margin: 7px 0;
    transition: all .3s;
    line-height: 16px;
}

.flex-icon a:hover {
   filter: brightness(90%);
}

footer {
    background: #343f57;
    color: #fff;
    text-align: center;
    padding: 48px 16px;
    margin: 80px 0 0;
    font-size: 16px;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }

    .iframe-wrapper iframe {
        border:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

@media only screen and (max-width: 1139px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    
    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 935px) {
    article {
        display: block;
        margin-top: 16px;
    }

    aside,
    section {
        width: 100%;
    }

    section,
    .box,
    .btn {
        margin-bottom: 16px;
        padding: 16px;
    }
    
    .btn a {
        margin: 0
    }
    
    footer {
        margin: 16px 0 0;
        padding: 24px;
    }
    
    .box br {
        display: none
    }
    
    .box h3 + p br {
        display: block
    }
    
    aside, .box p {
        text-align: center
    }
    
    .flex, .box .flex-icon {
        justify-content: center
    }
        
    .box > img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 849px) {
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        margin: 0.625rem 0;
        font-size: 1.25rem;
    }

    h3 {
        margin: 0.625rem 0;
    }

    p {
        margin: 0 0 0.625rem;
    }

    ul li {
        padding-left: 1.5625rem;
    }

    section,
    .box {
        padding: 0.625rem;
    }
}
