/* Add any valid CSS declarations */

/*--------------------------------------*/
#footer-inner {
  background: #FFFFFF;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #111111;
  font-size: 1.0em;
}

#footer .attribution a {
  font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #111111;
  font-size: 1.0em;
}

/*-----  Changes on 2017-04-09:  -----*/
#columns {
    padding-top: 10px;
 }

.region-secondary-content .block-content {
  padding: 0;
}

.region-secondary-content .block {
  margin-bottom: 0;
}

.region-secondary-content .block-inner {
  margin-left: 0;
  margin-right: 0;
  background: #FFFFFF;
}

.region-tertiary-content .block-content {
  padding: 0;
}

.region-tertiary-content .block-inner {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  background: #FFFFFF;
}

