/**
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *   
 * - There is an scss (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set Compass to watch it or the directory this file will be
 *   overwritten!
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 

/*.region-top-menu .block {
  width: 600px;
}
.region-top-menu {
  height: 2.1em;
}
.region-top-menu .block a {
  height: 2.1em;
  line-height: 2.1em;
}*/

.header-outer-wrapper.fixed {
  background-color: #fff;
}
 #branding {
  
}
.region-header {
  max-width: 75%;
}
.region-header .block {
  display: table-cell;
  margin: 5% auto;
  vertical-align: middle;
}
header#header > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: auto;
}
#menu-bar, #menu-bar .menu-wrapper {
  float: none;
}
#menu-bar{
}


.contact-form .form-item, .contact-form .form-actions {
    width: 45%;
}