:root {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    background: #D5D4D4;
}

body {
    font-size: 16px;
    font-size: 0.888rem;
    color: #777776;
    background: white;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
    color: #007850;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

h1 {
    font-size: 50px;
    font-size: 2.777rem;
    color: #785A49;
    letter-spacing: -2px;
}

.single-solution h1 {
    font-size: 42px;
    font-size: 2.333rem;
}

h2 {
    font-size: 42px;
    font-size: 2.333rem;
    color: #785A49;
}

h3 {
    font-size: 26px;
    font-size: 1.444rem;
    color: #785A49;
}

h4 {
    font-size: 20px;
    font-size: 1.111rem;
    color: #785A49;
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px; 
}

header#masthead {
    
    background-color: rgba(0,0,0,0.1);
    background-image: url(../img/watercolor_background.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#header-top { 
    text-align:center; 
    font-size: 14px; 
    font-size: 0.778rem;
    background: rgba(255,255,255,0.5);
    padding: 10px 5px;
}

#header-top .widget { 
    margin: 0;
}

#header-top ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

#header-top li {
    display: inline-block;
    margin: 5px 10px;
}

#header-top a {
    color: #8E9693;
    font-size: 14px;
    font-size: 0.777rem;
}

#header-top a.current-site {
    font-weight: bold;
    color: #007850;
    padding: 10px 20px;
    background-image: url(../img/watercolor_background.png);
    background-size: cover;
}

.vertical-bottom {
    vertical-align: bottom;
}

.vertical-bottom p {
    margin-bottom: 0;
}

.site-branding {
    display: inline-block;
    padding: 25px 5px 10px;
    max-width: 250px;
    text-align: center;
}

.breadcrumbs {
    margin: 10px 0;
}