/*
 * @file
 * Provides the layout styles common for all layouts.
 */
.background-grey {
  background: #f6f4f1;
  padding: 0 99999px;
  margin: 0 -99999px;
  overflow: hidden;
}

/*.layout--margin-top {*/
  /*padding-top: 40px;*/
/*}*/

.layout-section .background-grey .layout-builder--layout__region .add-block {
  background-color: #d9e3e8;
}

.main-content .layout--showcase h2 {
  margin: 0;
  color: #00335b;
  font-weight: 600;
  font-size: 38px;
  line-height: 50px;
}

.main-content .layout--showcase p {
  color: #262626;
}

.main-content .layout--showcase {
  font-size: 24px;
}
