/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px; */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container, main > .container-fluid {
  padding: 80px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container, .footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.plo-header {
  display: flex;
  position: fixed;
  z-index: 1030;
  top: 0;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 12px;
  border-bottom: 1px solid #bf0010;
  background: #e451e8;
  color: #fff;
}

.pla-svg-icon {
  fill: currentColor;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.plo-header__nav-icon {
  margin-bottom: 4px;
  font-size: 28px !important;
  color: #FFF;
}

.plo-header__nav-button {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.plo-header__nav-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 100%;
  margin-bottom: -.25572rem;
  padding: 0 4px;
  font-size: .7143rem;
  font-weight: 600;
  line-height: 1.358;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}