/**
 *   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 {
	
}
.header-outer-wrapper.fixed {
  background-color: #fff;
}
header#header {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.region-header,#menu-bar {
  max-width: 75%;
  width: 75%;
}
header #branding{
  width: 25%;
}
.region-header .block,#menu-bar  {
  display: table-cell;
  margin: 5% auto;
  vertical-align: middle;
}
header#header > #branding,header#header > .region-header, #menu-bar,#menu-bar {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#menu-bar .menu-wrapper, #menu-bar .menu-wrapper ul.menu {
  float: none;
  margin: 0 auto;
  display: table;
  width: 100%;
}
#menu-bar .menu-wrapper li, #menu-bar .menu-wrapper .menu li {
  display: table-cell;
  float: none;
  list-style: none;
  margin-left: 0;
  margin-right: 2px;
  text-align: center;
}
#menu-bar .menu-wrapper .menu ul{
  width:100% !important;
}
#menu-bar .menu-wrapper .menu ul li {
  display:block;
}



.contact-form .form-item, .contact-form .form-actions {
    width: 45%;
}
#block-panels-mini-footer-content > .content > .block {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

#paragraphs-item-31.newsletter-wrap form.simplenews-subscribe{
  float: right;
  width: 59%;
  display: inline;
  margin-top: -1em;
}
#simplenews-block-form-1 div > .form-item,#simplenews-block-form-1 div > .form-submit {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#simplenews-block-form-1 > div {
  display: table;
  width: 100%;
}