@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v17-latin-regular.eot');
    src: url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

h1 {
    font-size: 1.625rem;
    line-height: 1.1;
    margin: 1.25rem 0 1.25rem;
    font-weight: normal;
    color: #092A45
}

h2 {
    color: #00A9C1;
    font-size: 1rem;
    margin: 0 0 .375rem
}

h3 {
    color: #092A45;
    font-size: 1.125rem;
    margin: 0 0 .187rem
}

hr + h3 {
    margin: 0 0 .937rem;
}

footer h3 {
    margin: 0 0 .187rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.phone {
    text-decoration: none;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding: 0 0 .375rem 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1rem;
    line-height: 1.7;
    font-family: "Arial", sans-serif
}

article {
    margin: 0 3.75rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 0;
    margin: 1.875rem 0 2rem;
    border-top: solid .125rem #092A45;
    border-bottom: solid .125rem #092A45;
}

.section {
    width: 48%;
}

hr {
    border: none;
    border-top: solid .125rem #000;
    width: 4.062rem;
    margin: 1.25rem 0 .625rem;
}

footer {
    margin: 0 3.75rem 3.125rem;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    header {
        position: static;
    }

    h1 {
        font-size: 1.25rem;
        margin: .625rem 0;
    }

    article,
    footer {
        margin: 0;
    }

    hr {
        width: 2.187rem;
        margin: .625rem 0;
    }
}

@media only screen and (max-width: 48rem) {
    .flex {
        flex-direction: column;
        margin: 0.9375rem 0;
        padding: 0.625rem 0;
    }

    .flex .section:first-of-type ul:last-of-type {
        margin: 0;
    }

    .section {
        width: 100%;
    }
}
