:root {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    background-color: #646464;
}

body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-size: 1rem;
    color: #777776;
    background-color: white;
    color: #373737
}

a,
a:visited,
a:hover,
a:focus {
    /*color: #477824;*/
    color: #48a841;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;    
}

ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

#masthead {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.18);
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: white;
    margin: 0 auto;
}

h1, .h1 {
    font-family: Roboto;
    font-size: 45px;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 55px;
    color: #5A5554;
    border-bottom: 5px solid #979797;
}

h1.page-intro {
    font-size: 40px;
    font-size: 2.222rem;
    font-weight: 300;
    line-height: 1.4em;
    border: none;
}

h2, .h2 {
    font-family: Roboto;
    font-size: 32px;  
    font-size: 1.777rem;  
    font-weight: 400;
    color: #5A5554;
    line-height: 1.4em;
}

.page-intro,
h2.page-intro {
    font-size: 24px;
}

h3, .h3 {
    font-family: Roboto;
    font-size: 26px;
    font-size: 1.444rem;
    font-weight: 400;
    color: #5A5554;
    line-height: 1.4em;
}

h4, .h4 {
    font-family: Roboto;
    font-size: 20px;
    font-size: 1.111rem;
    font-weight: 400;
    color: #5A5554;
    line-height: 1.4em;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px; 
}

#site-branding {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 5px;
    margin-right: 30px;
}

#main-search { 
    padding: 105px 10px 10px;
    background-color: #eee;
    text-align: center;
 }
 
#main-search .search-form-field {
    width: 70%;
    margin-right: -5px;
    display: inline-block;
}

.search-form-field label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#main-search .search-form-button {
    display: inline-block;
    font-size: 16px;
}

#main-search .search-form-button button {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #5A5554;
    color: white;
    border: 1px solid #5A5554;
}
 
#main-search .search-form-field input {
    border-radius: 10px;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    padding: 6px 10px 7px 40px;
    font-size: 16px;
    border: 1px solid #ddd;
    width: 100%;
    background-image: url(../img/search_icon.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
 }