body .demo-content {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}

.demo-ribbon {
  width: 100%;
  height: 40vh;
  background-color: #FFEB3B;  /* google yellow 500 */
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-main {
  margin-top: -35vh;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
  padding-left: 40px;
  height: 128px;  
}

.demo-container {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
}

.demo-content {
  border-radius: 2px;
  padding: 80px 56px;
  margin-bottom: 80px;
}

.demo-layout.is-small-screen .demo-content {
  padding: 40px 28px;
}

.demo-content h3 {
  margin-top: 48px;
}

.demo-footer {
  padding-left: 40px;
}

.demo-footer .mdl-mini-footer--link-list a {
  font-size: 13px;
}

/* ES-Styles */

.aunstyled {
 text-decoration: none;
}

.ES-Mega-Footer-Color {
  background-color: #FFEB3B;  /* google yellow 500 */
}

.ES-Mega-Footer-Center {
  margin: 0 auto;
  text-align: center;
}

a[href^="tel"]:hover:after { content: " " attr(title); }

