/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-disclaimer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.6875%;
    padding-right: 4.6875%;
    max-width: 80rem;
    padding-top: 1.875em;
    padding-bottom: 1.25em;
    min-height: 12.5em;
    max-height: 100vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ie-disclaimer__wrapper {
    display: none;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.8;
  }

  .ie-disclaimer__wrapper.is-active {
    display: block;
    z-index: 7;
  }

  .ie-disclaimer__heading {
    font-size: 1.375em;
    line-height: 1.18;
    padding-bottom: 0.2273em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 60em) {
  .ie-disclaimer {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
}
