#header-bar {
background: #006C5A;
}
.banner-graphic { 
text-align: left; 
margin-top: 20px;
margin-bottom: 20px;
}
#banner {
box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
select {
width: 100%;
max-width: 500px;
}
#page_container {
background: #FFF !important;
width: 100%;
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
#floating_header::after, .page_content.inside_page::after, #page_container::after, .left_menu_column::after {
background-image: none;
}
.left-nav-button {
box-shadow: 0 0 3px rgba(0,0,0,.3);
background: #EEE;
}
#navigation {
color: rgba(255,255,255,0.8);
font-weight: 400;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#navigation ul li a:hover {
color: #FFF;
transition: color 400ms, background-color 400ms
}
#navigation ul {
padding: 0;
}
#user_info, #user_info a {
color: rgba(255,255,255,0.8);
font-weight: 400;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-size: 12px;
}
#user_info a:hover {
color: #FFF;
}
.page_content h1, .page-title { 
color: rgba(0, 0, 0, 1);
font-size: 24px;
background: none !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-weight: 400;
}
h1.header2bg {		
font-weight: bold;
font-size: 20px;
background: #20232E !important;
color: #FFF !important;
}							
#floating_header {
background: #FFF !important;
border: none !important;
}
.left_menu_column {		
max-width: 225px;
border: none;
padding: 0px 10px;
margin: 20px 0px 20px 20px;
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
#menu, #menu ul li {
border-top: 1px solid #ededed;
font-weight: 400;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#menu ul li:hover, #menu ul li a.ln2:hover {
color: #006c5a;
background: #FCFCFC;
font-weight: 400;
transition: all 400ms ease;
}
.toggleMenu {
color: #FFF !important;
border: none !important;
}
#footer {
padding-top: 2%;
background: #20232E;
border-bottom: 70px solid #1b1d26;
}
#footer ul.footer-nav li a, .footer-nav {
color: #959595;
font-weight: 400;
}
#footer ul.footer-nav li a:hover {
color: #FFF;
transition: 300ms;
}
.footer-credit {
color: #C2C2C2;
font-weight: 400;
margin-bottom: 3%;
}
.footer-credit a {
color: #FFF;
font-weight: 400;
}
.footer-credit a:hover {
color: #d7df21;
transition: 300ms;
}
#bottom-bar {
background: none !important;
border: none !important;
}




@media (min-width: 641px) {       
.wrapper {
width: 78%; 
max-width: 1440px;
}
