.nuc-a-page-structure__main {
  margin-top: 0;
}

/* SM: to 600px */
@media screen and (max-width: 960px) {
  .nuc-a-page-structure__main {
    margin-top: 56px;
  }
}
section.nuc-a-page-structure__header {
  z-index: 2;
}

.full-width {
  width: 100%;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

#loading-spinner {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
}

#loading-spinner .nuc-a-loading-spinner {
  left: 50%;
  top: 50%;
}

.loading-spinner--hidden {
  display: none;
}
