/*
 * This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout).
 */
body {
  font-size: 14px; }

.site-name {
  padding-left: 0; }

#zone-eere .banner-logo {
  margin-left: -15px; }

.node-form input.form-text,
.node-form select.form-select {
  width: 50%; }

  .addressfield-container-inline input.form-text,
  .addressfield-container-inline select.form-select,
  .date-padding input.form-text,
  .date-padding select.form-select,
  .field-type-name input.form-text,
  .field-type-name select.form-select {
    width: 100%; }

.link-field-subrow input.form-text {
  width: 98%; }

.mobile-show {
  display: none !important; }

#zone-menu ul.menu {
  min-height: 36px; }
  #zone-menu ul.menu li {
    float: left; }
    #zone-menu ul.menu li > a {
      background-color: white;
      color: #444444;
      font-size: 14px;
      padding: 8px 30px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      #zone-menu ul.menu li > a:hover {
        background-color: #eeeeee;
        color: #2c5000;
                /*
         * green
         */ }
    #zone-menu ul.menu li.active > a,
    #zone-menu ul.menu li.open > a {
      background-color: #eeeeee;
      color: #2c5000; }

