.cpe-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
} 

.mdl-layout__title {
  font-size: 18px;
  text-align: left;
  font-weight: 325;
} 

.is-compact .mdl-layout__title span {
  display: none;
} 

.cpe-logo-row {
  min-height: 170px;
  } 
  
 .is-compact .cpe-logo-row {
  min-height: auto;
}  

.cpe-logo {
  background: url(images/logo.png) 50% no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin: auto auto 10px;
} 

.is-compact .cpe-logo {
  height: 50px;
  width: 50px;
  margin-top: 7px;
}

.cpe-header .mdl-layout__drawer-button {
    background-color: rgba(197, 197, 197, 0.44);
}

.cpe-card .mdl-card__title {
  padding-bottom: 0;
}

.cpe-max-width {
  max-width: 900px;
  margin: auto;
}

.cpe-copy {
  max-width: 700px;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.padding-top {
  padding: 10px 0 0;
}

.mdl-mini-footer {
  height: 98px;
  padding-top: 18px;	
  }
  
#to-top {
       bottom: 0;
       right: 0;
       position: fixed;
       z-index: 500;
        }  
 
  
  


