@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');

body, input, select, #navigation {
font-family: 'Ubuntu', sans-serif;
}

body {
padding-top: 130px;
background: url(https://hfcs-tx.client.renweb.com/oa/client_files/hfcs-tx/uploads/logo.png) 38px 31px no-repeat #fff;
background-size: 348px auto;
}
select {
width: 100%;
max-width: 500px;
}
#header-bar {
background: #edecec;
border-bottom: 61px solid #93a4d0;
}
#navigation {
font-weight: 500;
text-transform: uppercase;
}
#navigation ul {
padding: 0;
}
#navigation ul li a:hover {
color: #00529b;
}
.toggleMenu {
border: none;
}
.left-nav-button {
border: 1px solid #93A4D0;
}
#menu {
border-bottom: 2px solid #4b4b4d;
}
#menu ul li {
border: 2px solid #4b4b4d;
    border-bottom: 0px;
    padding: 2px;
}
#menu ul li a {
border-left: 3px solid #e9e9e9;
    padding: 10px 0px;
}
#menu ul li a:hover {
border-color: #00529b;
color: #00529b;
}
.page_content {
line-height: 24px;
}
#page_content_inner a {
font-weight: bold;
}
h1 {
color: #00529b;
}
h1.header2bg {
background: #00529B !important;
color: #fff !important;
}
#floating_header {
background: #93A4D0;
}
a.go-to {
color: #fff;
}
.page_content.inside_page::after, #page_container::after {
background-image: none;
}
#footer {
background: #e9e9e9;
}
#footer ul.footer-nav li a {
font-weight: bold;
}
#bottom-bar {
background: #d5d5d5;
border: none;
}

@media (max-width: 425px) {
body {
padding-top: 130px;
background-position: center 31px;
background-size: 92% auto;
}
}
