body.header_style_2 .header_top .logo a {
   margin-top: 0px; 
}
#footer .footer_widgets .widget.widget_nav_menu ul li {
    width: 100%;
    }
@media only screen and (max-width: 768px){
.mobile_header .icon_texts {
display: none;
}
}
#footer .widgets_row .footer_logo {
    position: relative;
    margin: 0 0 7px;
    padding: 2px 0 0;
}
.page_title {
    /*position: relative;*/
    /*padding: 54px 0 27px;*/
    /*background-attachment: fixed;*/
    background-color: rgba(0,0,0,0.8);
    background-image: url('http://mindgroupsolutions.com/wp-content/uploads/2016/12/Header-Image.jpg') !important;
    background-position: top center !important;
  
    margin: 0 0 50px;
}
.staff_info .staff_department {
    color: #777;
}
.staff_info p {
    color: #777;
}

.page_title h1 {
float: left;
  
}
.breadcrumbs {
    margin: 25px 0 6px;
    float: right;
   
}

@media (min-width: 600px){
.page_title h1 {
width: 58%
}
}