@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v44-latin-600.eot');
    src: url('../fonts/open-sans-v44-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-600.woff') format('woff'), url('../fonts/open-sans-v44-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/open-sans-v44-latin-600italic.eot');
    src: url('../fonts/open-sans-v44-latin-600italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-600italic.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-600italic.woff') format('woff'), url('../fonts/open-sans-v44-latin-600italic.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-600italic.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v44-latin-700.eot');
    src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans-v44-latin-700italic.eot');
    src: url('../fonts/open-sans-v44-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700italic.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700italic.woff') format('woff'), url('../fonts/open-sans-v44-latin-700italic.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700italic.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Sue Ellen Francisco';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sue-ellen-francisco-v22-latin-regular.eot');
    src: url('../fonts/sue-ellen-francisco-v22-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sue-ellen-francisco-v22-latin-regular.woff2') format('woff2'), url('../fonts/sue-ellen-francisco-v22-latin-regular.woff') format('woff'), url('../fonts/sue-ellen-francisco-v22-latin-regular.ttf') format('truetype'), url('../fonts/sue-ellen-francisco-v22-latin-regular.svg#SueEllenFrancisco') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #636462;
    font: 600 1em/1.3em 'Open Sans', Arial, sans-serif;
}
strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 1rem 1rem;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}
h1:before, li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    color: #24408F;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 400;
}
h2 em {
    text-transform: none;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    color: #fff;
    padding-left: 1rem;
}
.ttl {
    position: absolute;
    top: 13rem;
    right: 1rem;
}
article {
    padding: 2rem;
}
.iframe {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
figcaption {
    font: 400 0.875em/1.3 'Sue Ellen Francisco', cursive;
    color: #fff;
}
figure {
    position: absolute;
    top: 18rem;
    right: 4rem;
}
footer {
    padding: 0 2rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .ttl {
        background: linear-gradient(to right, #fff -30%, #0188C7 73%);
        padding: 1rem;
        position: static;
        margin-bottom: 2rem;
    }
    figure {
        position: static;
        width: fit-content;
        margin: 2rem auto 1rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem;
    }
    footer {
        padding: 0 1rem;
    }
}