.eme-offer-container,
.eme-top-container,
.eme-wrapper {
  display: block
}

.eme-sleeve,
.eme-sleeve>div {
  align-items: center;
  display: flex;
  font-family: var(--sans-serif);
  font-size: .9rem
}

.eme-wrapper {
  bottom: 0;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  left: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(100%) translateY(-3rem);
  transition-property: transform;
  transition-duration: 1s;
  width: 100%;
  will-change: transform;
  z-index: 40000
}

.eme-wrapper.eme-shrink {
  transform: translateY(100%) translateY(3rem)
}

.eme-wrapper.eme-show-offer {
  transform: translateY(0)
}

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

.accessMessage .eme-sleeve {
  padding-left: unset;
  padding-right: unset
}

@media screen and (min-width:768px) {
  .eme-sleeve {
    padding-right: 20px;
    padding-left: 20px
  }

  .accessMessage .eme-sleeve {
    padding-left: unset;
    padding-right: unset
  }
}

@media screen and (min-width: 1024px) {
  .eme-wrapper[data-eme-exp="acquisition"] {
    width: 325px;
    right: 20px;
    left: unset;
    height: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .eme-wrapper.eme-shrink {
    transform: translateY(100%) translateY(-3rem)
  }
}

.eme-top-container {
  background-color: #ffd700;
  border-top: 1px solid #ebc700;
  cursor: pointer;
  height: 3rem;
  width: 100%
}

.eme-meter-container {
  flex-direction: row;
  flex: 1
}

.eme-no-meter .eme-meter-container {
  display: none
}

.eme-meter-count {
  font-size: 1.75rem;
  font-weight: 600
}

.eme-meter-limit {
  font-size: 1.5rem
}

.eme-meter-outro {
  font-size: .7rem;
  padding-left: .5rem;
  text-transform: uppercase
}

.eme-msg-short,
.eme-msg-text {
  display: none;
  font-weight: 600
}

.eme-no-meter .eme-msg-container {
  flex: 1
}

.eme-no-meter .eme-msg-short {
  display: block
}

.eme-resize-cta {
  background-color: #fff;
  border: 1px solid #1f92d1;
  border-radius: 4px;
  color: #1f92d1;
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: auto;
  padding: 4px 8px;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap
}

.eme-resize-cta:hover {
  background-color: #1f92d1;
  color: #fff;
}

.eme-wrapper.eme-show-offer .eme-resize-cta {
  display: none;
}

.eme-resize-arrow {
  display: none;
  flex-basis: 50px;
  margin-bottom: .5rem;
  margin-left: .5rem;
  position: relative
}

.eme-wrapper.eme-show-offer .eme-resize-arrow {
  display: block;
  margin-left: auto;
  flex-basis: unset
}

.eme-resize-arrow .close-offer {
  display: none;
  font-size: 3rem;
}

.eme-wrapper.eme-show-offer .eme-resize-arrow .close-offer {
  display: block;
}

.eme-resize-arrow .close-offer:hover {
  color: #1f92d1;
}

@media screen and (min-width:768px) {

  .eme-msg-short,
  .eme-no-meter .eme-msg-short {
    display: none
  }

  .eme-no-meter .eme-msg-container {
    overflow: hidden
  }

  .eme-msg-text {
    display: block;
    text-align: center
  }

  .eme-no-meter .eme-msg-text {
    margin-right: 2rem;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap
  }

  .eme-resize-container {
    flex: 1
  }

  .eme-no-meter .eme-resize-container {
    flex: 0
  }
}

@media screen and (min-width: 1024px) {
  .eme-msg-text {
    display: none;
  }

  .eme-no-meter .eme-msg-short {
    display: block
  }
}

.eme-offer-container {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  margin-top: -1px;
  max-height: 70vh;
  overflow-y: auto;
  width: 100%
}

.accessMessage .eme-offer-container {
  margin-top: 0;
  max-height: unset;
  overflow-y: auto
}

.eme-offer-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
  width: 100%
}

.eme-offer-content>div {
  display: flex
}

.eme-offer-content h2 {
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: .05rem;
  margin: 0
}

.eme-offer-content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem
}

.accessMessage .eme-offer-content p {
  font-size: 1rem;
  line-height: 1.5rem
}

.eme-offer-content hr {
  border-bottom: 1px solid #888;
  margin: .5rem auto;
  width: 60px
}

.eme-offer-header {
  display: block
}

.eme-offer-header h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: .75rem
}

.accessMessage .eme-offer-header {
  flex-direction: column;
  margin-bottom: 1rem
}

.eme-offer-options,
.eme-option-free {
  flex-direction: column;
  width: 100%
}

.eme-offer-options>div {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative
}

.eme-offer-options>div:nth-last-child(n+2) {
  margin-bottom: 1.5rem;
}

.eme-offer-options h2+p {
  color: #888;
  font-weight: 500;
  margin-top: .5rem;
  text-transform: uppercase
}

.eme-option-highlight {
  background: #fff;
  border: 1px solid #1f92d1;
  border-radius: .25rem;
  color: #1f92d1;
  display: none;
  font-size: .9rem;
  left: 0;
  line-height: 1rem;
  margin: auto;
  padding: .25rem;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100px
}

.eme-text-emphasis {
  font-weight: 600
}

@media screen and (min-width:768px) {
  .eme-offer-options {
    flex-direction: row;
    justify-content: space-between
  }

  .eme-offer-options>div {
    padding: 0 0.5rem;
  }

  .eme-offer-options>div:first-child {
    padding-left: 0
  }

  .eme-offer-options>div:last-child {
    padding-right: 0
  }

  .eme-offer-options>div:nth-last-child(n+2) {
    border-right: 2px solid #f0f0f0;
    margin-bottom: 0
  }

  .eme-wrapper[data-eme-tribe="ip"][data-eme-exp="acquisition"] .eme-offer-header {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .eme-wrapper[data-eme-exp="acquisition"] .eme-offer-options {
    flex-direction: column;
  }

  .eme-wrapper[data-eme-exp="acquisition"] .eme-offer-options>div {
    border-right: none;
    padding: 0
  }

  .eme-wrapper[data-eme-exp="acquisition"] .eme-offer-options>div:nth-last-child(n+2) {
    margin-bottom: 1.5rem;
  }

  .eme-wrapper[data-eme-tribe="ip"][data-eme-exp="acquisition"] .eme-offer-header {
    display: block;
  }
}

.eme-option-cta {
  align-items: center;
  background-color: #1f92d1;
  border-radius: .25rem;
  color: #fff;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  margin-top: auto;
  padding: .5rem;
  text-transform: uppercase
}

a.eme-option-cta:active,
a.eme-option-cta:hover {
  background-color: #135c84;
  color: #fff;
  font-weight: 600
}

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

.eme-option-free .eme-option-cta {
  align-self: center
}

.eme-offer-signin {
  margin-top: 1rem;
  white-space: nowrap
}

.eme-offer-footer {
  flex-direction: column-reverse;
  margin-top: 1rem
}

.eme-footer-text {
  width: 100%
}

.eme-footer-text p {
  font-size: .8rem;
  line-height: 1.2rem;
  margin-bottom: 0
}

.eme-footer-logo {
  width: 100%
}

@media screen and (min-width:768px) {
  .eme-offer-footer {
    flex-direction: row;
    text-align: left
  }

  .eme-footer-text {
    padding-right: 1rem
  }

  .eme-footer-logo {
    margin-left: auto;
    text-align: right;
    width: 25%
  }
}

@media screen and (min-width:1024px) {
  .eme-wrapper.eme-shrink {
    transform: translateY(100%) translateY(-3rem)
  }
}
/* Reader survey global header */
#eme-global-head {
  height: 50px;
  background-color:#ffd700
}
#eme-global-head-content {
  display:flex;
  align-items:center;
  justify-content:center;
  height:50px;
}
#eme-global-head-content p {
  margin:0;
  font-size: 1rem;
  font-family: var(--sans-serif);
  font-weight: 700
}
@media screen and (max-width: 767px) {
  #eme-global-head-content span.long {
    display:none;
  }
}
/* EME access denied tile style */
.eme-offer-container[data-eme-style="tile"] .eme-offer-options>div {
  padding: 0 !important;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 0.5rem;
  align-items:center;
}
.eme-offer-container[data-eme-style="tile"] .eme-offer-header h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: .75rem;
  padding-bottom: 0;
  border-bottom: none;
}
.eme-offer-container[data-eme-style="tile"] .eme-offer-options>div>h2{
  background-color: #ffd700;
  width: 100%;
  line-height: 3rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-bottom: 0;
  border-bottom: none;
}
.eme-offer-container[data-eme-style="tile"] .eme-offer-options h2+p {
  margin-top:1rem;
  margin-bottom: 0.5rem;
}
.eme-offer-container[data-eme-style="tile"] .eme-offer-options>div>p {
  padding: 0 1rem
}
.eme-offer-container[data-eme-style="tile"] .eme-offer-content p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
}
.eme-offer-container[data-eme-style="tile"] .eme-option-cta {
  width:250px;
  border-radius: 0;
  margin-bottom: 1rem
}
.accessMessage  .eme-footer-text {
  padding: 0;
}
.accessMessage .eme-offer-footer .eme-footer-text p {
  font-size: .9rem;
  line-height: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .eme-offer-container[data-eme-style="tile"] .eme-offer-options {
    flex-direction:column;
    width: 100%;
  }
  .eme-offer-container[data-eme-style="tile"] .eme-offer-options>div {
    margin:0.75rem;
  }  
}
@media screen and (min-width: 1024px) {
  .eme-offer-container[data-eme-style="tile"] .eme-offer-options {
    flex-direction: row
  }
}
/* EME update to renewals style */
@media screen and (min-width: 1024px) {
  .eme-wrapper[data-eme-exp="renewals"] {
    width: 325px;
    right: 20px;
    left: unset;
    height: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
@media screen and (min-width: 1024px) {
  .eme-wrapper[data-eme-exp="renewals"] .eme-offer-options {
     flex-direction:column;
  }
  .eme-wrapper[data-eme-exp="renewals"] .eme-offer-options>div {
    border-right: none;
    padding: 0
  }
  .eme-wrapper[data-eme-exp="renewals"] .eme-offer-options>div:nth-last-child(n+2) {
    margin-bottom: 1.5rem;
  }
}