@import url('https://fonts.googleapis.com/css?family=Cardo|Ubuntu');

body, input, select {
font-family: 'Ubuntu', sans-serif;
line-height: 1.5;
}


body {
background: url(https://mth-fl.client.renweb.com/oa/client_files/mth-fl/uploads/design/MTC_Logo.png) center 10px no-repeat, url(https://mth-fl.client.renweb.com/oa/client_files/mth-fl/uploads/design/banner-bg.png) repeat-x, url(https://mth-fl.client.renweb.com/oa/client_files/mth-fl/uploads/design/MTH-FL%20Background.jpg) no-repeat #fff;
background-size: 800px auto, auto, cover;
}
#header-bar {
margin-top: 209px;
background: #00257b;
}
#user_info, #user_info a {
color: #fff;
}
#user_info a:hover {
color: #FF9200;
}
#navigation {
text-transform: uppercase;
font-weight: bold;
}
#navigation ul li a:hover {
color: #0968e8;
}
.toggleMenu {
border-bottom: none;
}
#page_container {
border: none;
}
.page_content {
background: #FFF;
    border-radius: 0.375rem !important;
border: none;
}
.inside_page {
padding: 1% !important;
}
.left_menu_column {
    width: 25%;
}
.page_content.inside_page ul.formlist span {
font-style: normal;
font-weight: bold;
}
fieldset.addl-questions span label {
font-weight: normal;
}
.page_content.inside_page ul li {
list-style: disc;
margin-left: 40px;
padding: 0;
}
.formlist li {
margin: 0 !important;
padding: 10px 0 !important;
}
#floating_header::after, .page_content.inside_page::after, #page_container::after {
background-image: none;
}
h1, .page-title {
font-family: 'Cardo', serif;
font-size: 2.5em !important;
color: #999;
}
h1.header2bg, .page-title {
background: #00257B !important;
color: #fff !important;
}
#footer {
background: #333;
color: #fff;
border: none;
}
#footer ul.footer-nav li a, .footer-credit {
color: #fff;
}
#footer ul.footer-nav li a:hover {
color: #0968e8;
}
select {
width: 100%;
max-width: 400px;
}


@media (max-width: 500px) {
#header-bar {
margin-top: 159px;
}
}

@media (max-width: 800px) {
body {
background-size: 100% auto, auto 210px, cover;
}
h1, .page-title {
font-size: 2em !important;
}
}
