.portfolio-header {
  position: relative;
  background-color: transparent;
}

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

.mdl-layout__title {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}

.mdl-layout__header {
  color: #000000;
}

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

.portfolio-logo-row {
  min-height: 160px;
}

.is-compact .portfolio-logo-row {
  min-height: auto;
}

.portfolio-logo {
  background: url(../img/The-Safety-Depot-Square-Logo.svg) 50% no-repeat;
  background-size: contain;
  height: 175px;
  width: 175px;
  margin: auto auto 10px;
}

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

.portfolio-navigation-row {
  background-color: #FEE100;
  text-transform: uppercase;
  height: 45px;
}

.portfolio-navigation-row .mdl-navigation {
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 42px;
}

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

.portfolio-navigation-row .is-active {
  position: relative;
  font-weight: bold;
}

.portfolio-navigation-row .is-active:after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E100FE;
  left: 15%;
}

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

.portfolio-blog-card-compact .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-bg > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}

img.article-image {
  width: 100%;
  height: auto;
}

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

.portfolio-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;
}

.portfolio-share-btn {
  position: relative;
  float: right;
  top: -4px;
}

.demo-card-event > .mdl-card__actions {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-contact .mdl-textfield {
  width: 100%;
}

.portfolio-contact form {
  max-width: 550px;
  margin: auto;
}

footer {
  background-image: url(../img/footer-background.png);
  background-size: cover;
}

.mdl-button--accent.mdl-button--accent {
  color: #E100FE;
}

.mdl-card__title-text {
  font-weight: 500;
}

.mdl-mini-footer .mdl-logo {
  line-height: 24px;
}

.brand-images {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
  background-color: #95DA00;
}

.portfolio-header .mdl-layout__drawer-button {
  background-color: #00FEE1;
  color: #FFFFFF;
}

h1 {
  margin: 0;
}

.mdl-button--fab.mdl-button--colored {
  background-color: #E100FE;
}

.scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 110px;
  z-index: 999;
}

.mdl-mini-footer {
  justify-content: space-around;
}

.mdl-layout__header-row .mdl-navigation__link {
  color: #000000;
}

a {
  color: #FEE100;
  text-decoration: none;
}

.full-width-table {
  width: 100%;
}

.table-container {
  width: 100%;
  overflow: scroll;
}

.sect-location .address {
  text-align: center;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}

.sect-location .address h5 {
  margin: 8px 0;
  background-color: #000000;
  color: #FEE100;
}

.contact-map {
  display: block;
  padding: 16px;
  width: 100%;
}

.contact-map #mapContainer {
  height: 500px;
  width: 100%;
}

.center-image {
  text-align: center;
}
.center-image .brand-image {
  height: 100px;
  margin: auto 0;
}
.center-image .brand-image-fix {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

/*# sourceMappingURL=main.css.map */
