@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #133A68;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 720px;
    margin: 1.3rem auto;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 0 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 .937rem;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.1;
    margin: 1.25rem 0;
}

h2 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 1em;
}

ul {
    list-style: none;
    margin: 0 0 39px;
    padding: 0;
}

ul li {
    padding-left: 1rem;
    color: #000;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.062rem;
    line-height: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    border-bottom: .937rem solid #133A68;
}

article {
    padding: 22px 35px 0;
}

aside{
    margin: 0 0 -5px;
}

iframe {
    width: 100%;
    height: 26.562rem;
}

footer {
    background-color: #FFC000;
    padding: 22px 35px;
    margin: 0;
    position: relative;
}

footer > a {
    position: absolute;
    right: 4.5%;
    bottom: 31%;
    max-width: 200px;
    display: block;
}

footer p:last-of-type {
    position: absolute;
    right: 4.5%;
    bottom: 8%;
}

footer p a{
    color: #133A68;
}

p span {
    color: #000;
}


.slider {
    position: relative;
}

.slider > img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 12s linear infinite 0s;
}

.slider > img:nth-of-type(1) {
    position: static;
    opacity: 1;
}

.slider > img:nth-of-type(2) {
    animation-delay: 6s;
}


@keyframes imageAnimation {
    4% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }
}


@media only screen and (max-width:44.937rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0 0.625rem;
    }

    p a {
        white-space: pre-wrap;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h1 {
        font-size: 1.375rem;
        margin: .937rem 0;
    }

    h2 {
        font-size: 1rem;
        line-height: 1.4;
        margin: .625rem 0 0;
    }

    header {
        margin: 0 -.625rem;
    }

    article {
        padding: 10px 0 0;;
    }

    iframe {
        width: 100%;
        height: 18.75rem;
    }

    aside {
        margin: .625rem -.625rem 0;
    }

    footer {
        padding: .625rem;
        margin: -.25rem -.625rem 0;
    }

    footer > a {
        position: static;
        max-width: 9.375rem;
        margin: .625rem auto;
    }

    footer p:last-of-type {
        position: static;
        text-align: center;
    }
}

@media only screen and (max-width:479px) {
    iframe {
        height: 13.75rem;
    }
}

.refnr {}

.apply {}
