/*=============== Thank You Module ===============*/
.site-content.npp-wrap {
  padding-top: 0 !important;
}

.thankyou-module {
  background-color: #ffffff;
  text-align: center;
}

.thankyou-module > .inner-wrap {
  padding-top: 5em;
  padding-bottom: 5em;
}

.thankyou-module .tym-content-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.thankyou-module .tym-text {
  font-size: 1.125em;
  line-height: 1.6em;
  color: #333;
  margin-bottom: 2.5em;
}

.thankyou-module .tym-text p {
  margin-bottom: 1.5em;
}

.thankyou-module .tym-text a {
  color: #C70000;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s ease-in-out;
}

.thankyou-module .tym-text a:hover {
  color: #a00000;
  text-decoration: none;
}

.thankyou-module .tym-cta-wrap {
  display: flex;
  justify-content: center;
}

.thankyou-module .tym-cta-wrap .btn.btn-download {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.8em 2.5em !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.thankyou-module .tym-cta-wrap .btn.btn-download:after {
  display: none !important;
}

@media (max-width: 48em) {
  .thankyou-module > .inner-wrap {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  
  .thankyou-module .tym-text {
    font-size: 1em;
    line-height: 1.5em;
  }
}
