@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v19-latin-regular.eot'); 
  src: url('../fonts/source-sans-3-v19-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2'),
       url('../fonts/source-sans-3-v19-latin-regular.woff') format('woff'),
       url('../fonts/source-sans-3-v19-latin-regular.ttf') format('truetype'),
       url('../fonts/source-sans-3-v19-latin-regular.svg#SourceSans3') format('svg'); 
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v19-latin-600.eot'); 
  src: url('../fonts/source-sans-3-v19-latin-600.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/source-sans-3-v19-latin-600.woff2') format('woff2'),
       url('../fonts/source-sans-3-v19-latin-600.woff') format('woff'),
       url('../fonts/source-sans-3-v19-latin-600.ttf') format('truetype'),
       url('../fonts/source-sans-3-v19-latin-600.svg#SourceSans3') format('svg'); 
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v19-latin-700.eot'); 
  src: url('../fonts/source-sans-3-v19-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/source-sans-3-v19-latin-700.woff2') format('woff2'),
       url('../fonts/source-sans-3-v19-latin-700.woff') format('woff'),
       url('../fonts/source-sans-3-v19-latin-700.ttf') format('truetype'),
       url('../fonts/source-sans-3-v19-latin-700.svg#SourceSans3') format('svg'); 
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #101010;
    font: 400 1em/1.5 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1100px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0rem;
}
p {
    padding-bottom: 1.5rem;
}
h1 {
    margin: 0rem 0rem 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 2.3em;
    line-height: 1.1em;
    border-bottom: 1px solid rgba(23, 41, 131, 0.5);
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.9em;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.75rem;
}
h3 span {
    font-size: 1.5rem;
    line-height: 1.3;
    display: block;
    color: #101010;
}
h4 {
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 0.875rem;
}
h1, h2, h3, h4 {
    color: #002060;
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0rem 0rem 1rem;
    list-style: none;
}
li {
    padding-left: 1.125rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1.125rem;
}
.logo {
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    gap: 2.5rem;
}
.logo p {
    font-size: 1.222em;
    line-height: 1.3;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}
article {
    padding: 0 1rem 1rem;
    width: 800px;
}
.iframe-wrapper {   
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.color {
    color: #002060;
}
.color a {
    display: inline-block;
    padding-left: 18px;
    background: url('../images/arrow.svg') no-repeat left center;
    background-size: 12px;
}
footer .color a {
    background: url('../images/external-link.svg') no-repeat left center;
    background-size: 12px;
}
main {
    position: relative;
    padding-top: 1.5rem;
}
footer {
    position: absolute;
    width: 298px;
    padding: 0 1rem 1rem;
    border-left: 1px solid #E1E1E1;
    top: 0;
    right: 0;
}
.pb {
    padding-bottom: 3rem;
}
h4 + p {
    padding-bottom: 0.75rem;
}
footer p img {
    vertical-align: -4px;
}
.box {
    background-color: #F9F5EA;
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    max-width: 320px;
}
.box img {
    width: 48%;
}
figure a {
    display: block;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.25);
    width: 120px;
}
figure {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.875rem;
}

.button {
    display: flex;
    justify-content: center;
}

.fa-arrow-right-long {
    margin-right: 0.35rem;
    color: #5469d2;
}

a.apply {
    border: 1px solid #172983;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
a.apply:hover {
    background-color: #172983;
    color: #fff;
}

.button {
    margin: 1rem 0;
}

@media only screen and (max-width: 1099px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .logo {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .logo p {
        text-align: center;
    }
    article, footer {
        width: auto;
    }
    footer {
        position: static;
    }
    li br {
        display: none;
    }
    figure a {
        width: auto;
    }
    figure {
        justify-content: center;
        gap: 1.25rem;
    }
}
@media only screen and (max-width: 780px) {
    h1 {
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.625em;
    }
    h2 {
        font-size: 1.375em;
    }
}