@charset "utf-8";

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v17-latin-regular.eot');
    src: local(''), 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.8rem;
    line-height: 1.2;
    margin: 1.562rem 0 1.25rem;
    font-weight: normal;
    color: #092A45
}

h1 span {
    font-size: 1.15rem;
}

h2 {
    color: #00A9C1;
    font-size: 1.062rem;
    margin: .875rem 0 0
}

h3 {
    color: #092A45;
    font-size: 1rem;
}

: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;
}

.margin_bottom {
    margin-bottom: 0
}

p span {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 0.625rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.625rem;
    font-size: 0.625rem;
    line-height: 2.4;
}

article {
    margin: 0 3.75rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 0 2.812rem;
    margin: 1.875rem 0 1rem;
    border-top: solid .062rem #092A45;
    border-bottom: solid .062rem #092A45;
}

.section {
    width: 48%;
}

hr {
    border: none;
    border-top: solid .062rem #000;
    width: 4.062rem;
    margin: 1.25rem 0;
}

footer {
    margin: 0 3.75rem 3.125rem;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 50rem) {
    header {
        position: static;
    }

    h1 {
        font-size: 1.5rem;
        margin: .625rem 0;
    }

    article,
    footer {
        margin: 0 1rem;
    }

    .flex {
        padding: .625rem 0 1.25rem;
        margin: 1rem 0;
    }

    hr {
        width: 2.187rem;
        margin: .625rem 0;
    }
}

@media only screen and (max-width: 37.437rem) {
    .flex {
        flex-direction: column;
        margin: 0.9375rem 0;
        padding: 0.625rem 0;
    }

    .section {
        width: 100%;
    }
}