.accessContainer .accessMessage {
  padding-bottom: 0;
}
.accessContainer .accessMessage .middleBlock .eme-content p {
  margin-bottom: 0;
}

.eme-container.eme-hide {
  display: none;
  visibility: hidden;
}

.eme-container {
  background: var(--emebackground);
  display: block;
  position: relative;
  width: 100vw;
}

#eme-fixed-banner .eme-container {
  bottom: 0;
  height: auto;
  position: fixed;
  box-shadow: 0-5px 10px -10px rgba(0, 0, 0, .75);
  z-index: 999999;
}

#eme-access-denied .eme-container {
  border-top: 1px solid var(--interactblue)
}

.eme-sleeve {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding: 1rem 10px 1.5rem;
  position: relative
}

.eme-expand-fullwidth .eme-container {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.eme-title {
  margin-bottom: 1.5rem
}

.eme-title h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: .05rem;
  border-bottom: none;
  text-wrap: balance;
  margin: 0;
  padding-right: 2rem
}

.eme-content p {
  font-family: var(--sans-serif);
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0;
  text-wrap: balance
}

.eme-priority-content>p:first-child {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.eme-divider {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: .5rem auto;
  position: relative;
  width: 100%
}

.eme-divider:after,
.eme-divider:before {
  background-color: var(--darkgrey);
  content: "";
  height: 1px;
  width: 100%
}

.eme-divider span {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0 .75rem;
  font-weight: 600
}

.eme-footer-content {
  margin-top: 1rem;
  width: 100%;
}

.eme-cta-button {
  font-family: var(--sans-serif);
  align-items: center;
  background-color: var(--interactblue);
  border-radius: .25rem;
  color: #fff;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  padding: .5rem;
  text-transform: uppercase;
  text-decoration: none;
  width: 150px;
  font-weight: 600
}

a.eme-cta-button:active,
a.eme-cta-button:hover {
  background-color: var(--hoverblue);
  color: #fff;
  font-weight: 600
}

a.eme-cta-button:link,
a.eme-cta-button:visited {
  color: #fff
}

a.eme-cta-button.eme-cta-button-white {
  background-color: #fff;
  color: var(--interactblue);
  border: 1px solid var(--interactblue)
}

a.eme-cta-button.eme-cta-button-white:active,
a.eme-cta-button.eme-cta-button-white:hover {
  background-color: var(--interactblue);
  color: #fff
}

.eme-content *+.eme-divider,
.eme-content *+.eme-button,
.eme-content .eme-divider+*,
.eme-content .eme-button+*,
.eme-content p+p {
  margin-top: 1rem
}

.eme-content .eme-banner-long-msg {
  display: none;
  visibility: hidden
}

#eme-access-denied .eme-option-content>div+div {
  margin-top: 1.5rem;
}

#eme-fixed-banner .eme-close {
  position: absolute;
  right: 10px;
  top: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0.25rem;
}

#eme-fixed-banner .eme-close {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0.25rem;
}

#eme-fixed-banner .eme-close:hover {
  background-color: #fff;
}

#eme-fixed-banner .eme-close svg {
  pointer-events: none;
}

#eme-fixed-banner .eme-remind {
  padding-left: 1rem;
  color: var(--interactblue);
  text-decoration: underline;
  cursor: pointer;
  display: inline-flex;
}

#eme-fixed-banner a.eme-remind {
  padding-left: 0;
  display: inline;
}

#eme-fixed-banner .eme-remind:hover {
  color: var(--hoverblue);
}

#eme-fixed-banner .eme-content>div:nth-of-type(2) {
  display: none
}


@media screen and (min-width:768px) {
  .eme-sleeve {
    padding: 1rem 20px 1.5rem
  }

  .eme-title h2 {
    font-size: 2rem;
    line-height: 2.6rem
  }

  .eme-option-content>div {
    max-width: 60%;
  }

  #eme-fixed-banner .eme-close {
    right: 20px;
    height: 2.5rem;
    width: 2.5rem
  }

  #eme-access-denied .eme-option-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem
  }

  #eme-access-denied .eme-option-content>div {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
  }

  #eme-access-denied .eme-option-content>div+div {
    margin-top: 0;
  }

}

@media screen and (min-width:1024px) {
  .eme-title h2 {
    font-size: 3rem;
    line-height: 3.6rem
  }

  #eme-access-denied .eme-sleeve>div {
    max-width: 66%;
  }

  #eme-fixed-banner .eme-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem
  }

  #eme-fixed-banner .eme-content>div:nth-of-type(1) {
    flex-basis: 70%
  }

  #eme-fixed-banner .eme-content>div:nth-of-type(2) {
    flex-basis: calc(30% - 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    position: relative
  }

  .eme-content .eme-banner-long-msg {
    display: inline;
    visibility: visible
  }

  #eme-fixed-banner .eme-image svg .mh_svg_chemistry {
    fill: var(--interactblue)
  }

  #eme-fixed-banner .eme-image svg .mh_svg_world {
    fill: var(--skyblue)
  }

  #eme-fixed-banner .eme-image img {
    position: absolute;
    top: 0;
    width: auto;
    max-height: 100%
  }


  #eme-fixed-banner #eme-banner-metrics {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }

  #eme-fixed-banner #eme-banner-metrics p {
    display: flex;
    align-content: center;
    margin: 0
  }

  #eme-fixed-banner #eme-banner-metrics p span:first-of-type {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 600;
    margin-right: .5rem;
    color: var(--skyblue);
    text-align: right;
    padding-right: .5rem;
    flex: 1 0 55%
  }

  #eme-fixed-banner #eme-banner-metrics p span:last-of-type {
    padding-left: .5rem;
    font-size: 1.25rem;
    flex: 1 0 40%
  }
}