.visually-hidden {
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px !important;
}
html, body { min-width: 320px; }
body { margin: 0; }
figure { margin: 0; }
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
figure img, a > img { vertical-align: bottom; }
label { cursor: pointer; }
[type="search"], select { -webkit-appearance: none; }
a {
    text-decoration: none;
    color: inherit;
}
[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration { display: none; }
main:focus { outline: none; }
/*.focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
:-moz-focusring {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}*/

html { font-family: 'Roboto', sans-serif; }
.container {
    width: 86%;
    max-width: 1130px;
    margin: 0 auto;
}
.page-header {
    padding: 20px 0;
    color:#fff;
    background: #0D9363;
}
.page-header:after {
    content: '';
    display: table;
    clear: both;
}
.logo {
    float: left;
    margin: 0;
    max-width: 30%;
}
.logo img {
    /*max-width: 40%;*/
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}
.page-header .call {
    float: right;
    margin-top: 15px;
    margin-top: 1.5%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
@media (min-width: 460px) { .page-header .call { font-size: 20px; } }
@media (min-width: 530px) { .page-header .call { font-size: 23px; } }
@media (min-width: 640px) { .page-header .call { font-size: 27px; } }
@media (min-width: 730px) { .page-header .call { font-size: 30px; } }
@media (min-width: 860px) { .page-header .call { font-size: 35px; } }
@media (min-width: 960px) { .page-header .call { font-size: 40px; } }
.banner img {
    width: 100%;
    vertical-align: bottom;
}
section {
    padding: 40px 0;
}
main {
    color: #5D5E64;
    font-size: 17px;
    line-height: 1.3;
}
h3, p, ul {
    margin-bottom: 22.1px;
}
h3 {
    margin-top: 0;
    font-size: 1.35em;
}
ul { padding-left: 2.7em; }
li {
    list-style: none;
    margin-bottom: 0.2em;
}
li:before {
    content: "•";
    color: #5A7EB1;
    display: inline-block;
    font-size: 2em;
    line-height: 0.5em;
    width: 0.6em;
    margin-left: -0.5em;
    vertical-align: middle;
}
.two-cols:after {
    content: '';
    display: table;
    clear: both;
}
@media (min-width: 900px) {
    .two-cols > div {
        float: left;
        width: 45%;
    }
    .two-cols > div:last-child {
        float: right;
    }
}
.what-we-do {
    background: #ECF6EF;
}
blockquote { margin: 0; }
blockquote p {
    margin-bottom: 0;
    font-style: italic;
}
cite { font-style: normal; }
.page-footer {
    padding: 40px 0;
    color: #B1B8B0;
    color: rgba(255, 255, 255, 0.45);
    background: #727670;
    font-size: 22px;
}
address {
    font-style: normal;
}