html {
    height: 100%;
}

body {
    font-family: Arial,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    font-size: 1rem;
}

b {
    font-weight: 500;
}

strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, sans-serif;
    font-weight: 500;
}


header {
    background-color: #3b73ae;
}
a {
    color: #3b73ae;
}
.container {
    max-width: 1000px;
}
.no-padding {
    padding: 0px;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 12px;
}

footer b {
    font-size: 14px;
    line-height: 200%;
}

footer a {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: #fff;
    font-weight: 500;
}

footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer .gray {
    height: 70px;
    line-height: 70px;
    background-color: #292929;
}


blockquote {
    clear: both;
    padding: 10px 20px;
    margin: 20px 0 20px -5px;
    font-size: 17.5px;
    border-left: 5px solid #2989cc;
}

blockquote:before {
    color: #bdc3c7;
    content: "\201C";
    font-size: 2em;
    line-height: .1em;
    margin-right: 15px;
    vertical-align: -7px;
    font-weight: 700;
}

.wp-block-image img {
    height: auto;
}

.nav-link {
    font-weight: 500;
    color: rgba(255,255,255,0.9) !important;
}

.nav-link:hover {
    color: rgba(255,255,255,1) !important;
}

li.current_page_item > .nav-link {
    color: rgba(255,255,255,1) !important;
}

.sticky-to-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 68px;
    z-index: 1020;
}

small {
    display: inline-block;
}

span.text {
    color: #212529;
}

.no-decoration:hover {
    text-decoration: none;
}

.mb-20 {
    margin-bottom: 20px;
}


