﻿:root {
    font-size: 16px;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/source-sans-pro-v21-latin-900.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-900.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-900.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #14497E;
    font-weight: 400;
}

#wrapper {
    border: solid thin #bfbfbf;
    max-width: 700px;
    margin: 1rem auto;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
}

article {
    padding: 0 2.5rem 1rem;
}

article .paragraph p {
    text-align: center;
}


footer {
    margin: 0.3125rem 0 0;
    padding: 2.5rem 2.5rem 2rem;
    background: #fff;
}

h1 {
    font-size: 1.9375rem;
    margin: 0.75rem 0 1.5rem;
    line-height: 1.9375rem;
}

h2 {
    font-size: 0.9375rem;
    margin: 1rem 0 0.625rem;
    line-height: 1.625rem;
}

h3 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    hyphens: none;
}

:is(h1, h3) {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
}

:is(strong, h2) {
    font-weight: 700;
}

p:not(:last-child, .color) {
    margin-bottom: 1rem;
    text-align: center;
}

:is(a:link, a:hover, a:visited, a:active) {
    color: #0566E4;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    margin: 0 0 1.375rem;
    list-style: none;
    line-height: 1.4rem;
}

ul li {
    padding-left: 0.75rem;
}

ul li:before {
    content: "-";
    float: left;
    font-size: 1.0625rem;
    text-indent: -0.75rem;
    position: relative;
    top: -0.0625rem;
}

p.color {
    color: #979797;
}

a[href^="tel:"] {
    color: #14497E !important;
}

article .paragraph {
    background: #fff;
    margin: 0 -2.5rem;
    padding: 1.25rem;
}

.item {
    padding: 0 0 3px 3rem;
    position: relative;
    width: 49%;
}

.flexbox {
    line-height: 1.0625rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ptop {
    margin-bottom: 5px !important;
}

.flexbox .list_item {
    width: 47%;
}

.item img {
    position: absolute;
    top: 0.125rem;
    left: 0.5rem;
}

:is(.box, .logo) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.9375rem;
    gap: 20px;
}

footer .logo {
    gap: 28px;
    padding: 0;
}

.button {
    background: #14497e;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 140px;
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    border-radius: 4px;
    color: #fff !important;
    margin: 1.875rem auto;
}

footer a.button:hover {
    background: #ffffff;
    text-decoration: underline;
    color: #14497E !important;
    border: 1px solid #14497E;
}

span {
    white-space: nowrap;
}

.font {
    font-size: 16px;
    margin-bottom: 10px !important;
}

@media screen and (max-width:700px) {
    #wrapper {
        border: none;
        margin: 0;
        hyphens: auto;
    }

    .item {
        padding-bottom: 10px !important;
        width: 48% !important;
    }

    h1 {
        font-size: 1.5rem;
    }

    article .paragraph {
        padding: 1.25rem 1rem;
        margin: 0 -1rem;
    }

    h3 {
        margin-bottom: 1rem;
    }

    article {
        padding: 0 1rem 0.625rem;
    }

    :is(article .paragraph br, ul li br) {
        display: none;
    }

    footer {
        margin: 0.3125rem 0 0;
        padding: 1rem;
        background: #fff;
    }

}

@media screen and (max-width:550px) {
    .flexbox {
        display: block;
    }

    .list_item {
        width: 100% !important;
    }

    .item {
        padding: 0 0 0 40px;
        width: 100% !important;
    }

    .item img {
        left: 0;
    }

    br.hide {
        display: none;
    }

    .flexbox:nth-of-type(1) .list_item {
        width: 100%;
    }
}

@media screen and (max-width:466px) {
    .box {
        justify-content: center;
        flex-direction: column;
    }

}