/* Tablet portrait */
#page {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

#footer {
   height:130px;   /* Height of the footer */
}


#header {
  height: 210px;  
  max-height: 1000px;
  
  padding: 0;
  
  background-image: none;
}

#branding,
#header .region-header {
  width: 100%;
  height: 150px;
  max-height: 1000px;
  
  float: none;
  
  background: transparent !important;
}

.not-front #logo,
#logo{
  padding-left: 20px;
  line-height: 150px;
}

#logo a img{
  width: 50%;
}

.region-header{
  display: none;
}

#header .header-inner {
  /*padding-bottom: 5px;*/
}
#menu-bar .block {
  clear: both;
  float: none;
}
#menu-bar .menu-wrapper > ul > li {
  width: 49%;
  float: left;
  margin-bottom: 1px;
}

.not-front #header {
  height: 210px;
}

/*
 * Responsive Grid
 */
.views-responsive-grid.views-columns-2 .views-column{
  width: 100%;
  float:left;
}

.views-responsive-grid.views-columns-2 .views-column-1{
  border-right: none;
}