
body {
  background-color: #000;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 7em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -2px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4em;
  line-height: 1em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  line-height: 1.75em;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  font-weight: 700;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.section.s-hero {
  overflow: hidden;
  height: 40em;
  min-height: 100vh;
}

.section.s-profile {
  height: 100%;
  min-height: 100vh;
}

.section-inlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 6em 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-inlay.si-small {
  padding-top: 6em;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer {
  margin-bottom: 1em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.spacer.sp-small {
  margin-bottom: 0.25em;
}

.spacer.sp-large {
  margin-bottom: 2em;
}

.spacer.sp-v-large {
  margin-bottom: 4em;
}

.spacer.sp-horz {
  margin-right: 0.5em;
  margin-bottom: 0em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spacer.sp-horz.sp-h-large {
  margin-right: 1em;
}

.spacer.sp-horz.sp-h-huge {
  margin-right: 2em;
}

.spacer.sp-medium-large {
  margin-bottom: 3em;
}

.container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 80em;
}

.content {
  position: relative;
  z-index: 3;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.highlight {
  font-size: 1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.highlight.h-dashboard {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0.65em;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.highlight.h-login {
  color: #646464;
  font-size: 0.9em;
  letter-spacing: 0em;
}

.highlight.h-am {
  line-height: 1em;
  margin: 0;
}

.download-icon,
.lightbox-icon {
  height: 2em;
}

.download-icon.di-large,
.lightbox-icon.li-large {
  position: relative;
  z-index: 2;
  width: 3em;
  height: 3em;
}

.download-icon.di-medium,
.lightbox-icon.li-medium {
  height: 2.5em;
}

.header-wrapper {
  margin-bottom: 1em;
}

.header-wrapper.hw-center.hw-large {
  margin-bottom: 2em;
}

.header-wrapper.hw-space-between.hw-large {
  margin-bottom: 2em;
}

.header-wrapper.hw-large {
  margin-bottom: 2em;
}

._2c-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1em;
  margin-left: -1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2c-row._2c-start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._2c-row._2c-start._2c-large {
  margin: -2em;
}

._2c-column._2c-small {
  width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

._2c-column._2c-large {
  width: 60%;
  max-width: 100%;
  min-height: 1px;
  min-width: 38em;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

._2c-column-inlay {
  width: 100%;
  height: 100%;
  padding: 1em;
}

._2c-column-inlay._2c-ci-large {
  padding: 2em;
}

.download-icon-wrapper,
.lightbox-icon-wrapper {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.download-icon-wrapper.diw-am,
.lightbox-icon-wrapper.liw-am {
  position: absolute;
  top: 1em;
  right: 5em;
}
.lightbox-icon-wrapper.liw-am {
  right: 1em;
}

.main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-grey {
  color: #898989;
  font-size: 0.95em;
}

.directory-line.dl-black {
  background-color: #333;
}

.logo {
  height: 28em;
}

.logo.l-login {
  width: 100%;
  height: auto;
}

.h {
  font-size: 3.5em;
  line-height: 1em;
  letter-spacing: -2px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
}

.utility-page-wrap.upw-background {
  position: relative;
  overflow: hidden;
  padding: 1em;
  background-color: #111;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  min-height: 1px;
  min-width: 1px;
  margin-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 14em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-page-form.upf-no-max {
  width: 22em;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  position: relative;
}

.logo-wrapper.lw-absolute {
  z-index: 10;
  width: 100%;
  margin-bottom: 2em;
}

.login-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.login-container.lc-milk {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.input {
  margin-bottom: 1em;
}

.input.i-milk {
  height: 3em;
  margin-bottom: 0em;
  padding-top: 1em;
}

.button-style {
  text-align: center;
}

.button-style.bs-download {
  padding: 1em 3em 0.75em;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
  font-weight: 700;
}

.button-style.bs-download:hover {
  background-color: #ddd;
}

.button-style.bs-download.bs-outline {
  padding: 0.75em 2em 0.5em;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-style.bs-download.bs-logout {
  padding: 0.8em 2em 0.5em;
  font-size: 0.9em;
}

.button-style.bs-download.bs-logout:hover {
  background-color: #fff;
}

.button-style.bs-profile {
  padding: 0.75em 2em 0.5em;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size: 0.85em;
  line-height: normal;
}

.button-style.bs-profile.bs-right {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.highlight.h-navbar {
  color: #838383;
  font-size: 0.65em;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0;
}

.scroll-icon.si-small {
  height: 1em;
  margin-bottom: 0.75em;
}

.icon-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 100px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.p-type.p-grey {
  color: #c9c9c9;
}

.profile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.profile-container.pc-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-inlay {
  padding: 1.5em;
}

.profile-image-wrapper {
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.profile-image {
  width: 2em;
  height: 2em;
}

.profile-image.pi-large {
  width: 3.5em;
  height: 3.5em;
}

.profile-image.pi-huge {
  width: 5em;
  height: 5em;
}

.p-profile {
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 700;
}

.p-profile.p-regular {
  font-weight: 400;
}

.profile-icon-wrapper {
  margin-top: 0.4em;
}

.profile-icon {
  height: 0.5em;
}

.dashboard-seperator {
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #262626;
}

.dashboard-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-content.dc-margin-bottom {
  margin-bottom: 0.25em;
}

.p-dashboard {
  color: #f5f5f5;
  font-size: 1em;
}

.p-dashboard-date {
  color: #646464;
  font-size: 0.9em;
}

.profile-information {
  position: absolute;
  top: 150%;
  right: 0%;
  display: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.dashboard-line {
  width: 0%;
  height: 2px;
  margin-top: 0.2em;
  background-color: #c9c9c9;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}

.dashboard-line.dl-active {
  width: 100%;
}

.dashboard-line.dl-black {
  background-color: #000;
}

.download-line-wrapper {
  padding-right: 0.1em;
}

.profile-text-field {
  max-width: 48em;
  margin-bottom: 2em;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #979797;
  border-radius: 0px;
}

.form-block-4 {
  margin-bottom: 0px;
}

.profile-image-container {
  position: relative;
  display: block;
  width: 5em;
  margin-bottom: 3em;
  cursor: pointer;
}

.edit-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.edit-icon {
  width: 1.6em;
  height: 1.6em;
}

.profile-option-wrapper {
  display: block;
  margin-top: 0.3em;
  margin-left: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-option-container {
  margin-right: 1em;
  cursor: pointer;
}

.profile-option {
  height: 0.8em;
}

.profile-tab-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.profile-tab-container {
  margin-right: 3em;
  margin-bottom: 1em;
  color: #c9c9c9;
  cursor: pointer;
}

.profile-tab-container.ptc-active {
  color: #000;
}

.profile-name-container {
  margin-top: 0.3em;
  margin-right: 1em;
}

.profile-tabs-trigger {
  display: none;
}

.button-wrapper {
  display: inline-block;
}

.p-sign-out {
  margin-top: 0.3em;
  color: #aaa;
  font-size: 0.9em;
  font-weight: 700;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white {
  color: #fff;
}

.asset-manager .container {
  margin: 0;
  padding: 0;
}
.am-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.am-column {
  width: 33.33%;
}

.am-column-inlay {
  width: 100%;
  height: 100%;
  padding: 1em;
}

.am-image {
  width: 100%;
}

.am-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.am-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 80px 0 hsla(0, 0%, 100%, 0.15);
  transition: opacity 700ms;
}
.am-image-overlay:hover {
  opacity: 1;
}
.am-image-overlay .download-icon-wrapper.diw-am {
  margin-top: -5em;
  transition: margin-top 600ms ease;
}
.am-image-overlay .lightbox-icon-wrapper.liw-am {
  margin-top: -5em;
  transition: margin-top 800ms ease;
}
.am-image-overlay:hover .download-icon-wrapper.diw-am,
.am-image-overlay:hover .lightbox-icon-wrapper.liw-am {
  margin-top: 0;
}
.am-image-overlay .block {
  position: absolute;
  width: 100%;
  height: 100%;
}
.am-image-overlay:hover .block {
  display: none;
}

.asset-detail-image-wrapper {
  position: relative;
  cursor: pointer;
}

.asset-detail-image {
  width: 100%;
}

.asset-meta-wrapper {
  margin-bottom: -2em;
}

.asset-meta-container {
  margin-bottom: 2em;
  color: #fff;
}

.asset-meta-label {
  margin-bottom: 0.35em;
  font-weight: 700;
}

.asset-meta-info {
  font-size: 1.25em;
}

.asset-detail-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 700ms;
}
.asset-detail-image-overlay:hover {
  opacity: 1;
}
#supra-inhalt .asset-detail-image-overlay {
  opacity: 0;
}

.asset-manager-back-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #838383;
}

.asset-manager-back-icon {
  height: 0.75em;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

.asset-manager-back {
  display: block;
  margin-bottom: 2em;
  text-decoration: none;
}

.flex-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 6em;
  }
  .section-inlay {
    padding: 4em;
  }
  .container {
    width: 100%;
  }
  ._2c-row._2c-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2c-column._2c-small {
    width: 100%;
  }
  ._2c-column._2c-large {
    width: 100%;
    min-width: 0em;
  }
  .download-icon-wrapper,
  .lightbox-icon-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .dashboard-column {
    width: 50%;
  }
  .dashboard-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .profile-information {
    display: none;
  }
  .am-column {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 5em;
  }
  h2 {
    font-size: 3em;
  }
  .section.s-hero {
    height: 24em;
  }
  .section-inlay {
    padding-right: 2em;
    padding-left: 2em;
  }
  .content {
    padding-top: 4em;
  }
  .content.c-dashboard {
    padding-top: 0em;
  }
  .highlight {
    font-size: 1em;
  }
  .header-wrapper.hw-large {
    margin-bottom: 1em;
  }
  .utility-page-form.upf-no-max {
    width: 24em;
  }
  .login-container.lc-milk {
    padding: 2em;
  }
  .button-style.bs-download {
    padding: 0.75em 2em 0.6em;
  }
  .scroll-wrapper.w--current {
    bottom: 0.5em;
  }
  .top-scroll.w--current {
    margin-top: -1.5em;
  }
  .scroll-icon.si-small {
    height: 0.8em;
  }
  .profile-container {
    display: none;
  }
  .dashboard-options-container {
    margin-right: 2em;
  }
  .profile-option-container {
    margin-right: 2.5em;
  }
  .profile-option {
    height: 1.4em;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 4em;
  }
  .section-inlay {
    padding-right: 1em;
    padding-left: 1em;
  }
  .highlight {
    font-size: 1.075em;
  }
  .utility-page-form.upf-no-max {
    width: 100%;
  }
  .dashboard-column {
    width: 100%;
  }
  .am-column {
    width: 100%;
  }
}
