.ebook-thank-you .header .topnav {
	position: fixed;
	height: auto;
}

.ebook-thank-you .block {
	background-image: url('/images/forms/thank-you-image.jpg');
}

.ebook-thank-you .block .table {
  padding-bottom: 10%;
  padding-top: 10%;
  max-height: 560px;
  min-height: 150px;
}

.ebook-thank-you .block h1 {
	margin-bottom: 0;
}

.ebook-thank-you .block .font-large {
	margin-bottom: 3%;
	margin-top: 20px;
}

@media (min-width: 1420px) {
 .ebook-thank-you .block .table {
    height: 560px;
    padding-bottom: 0;
	padding-top: 0;
    overflow: hidden;
  }
}



@media (min-width: 768px) and (max-width: 992px) {
  ebook-thank-you .block .table h1 {
    font-size: 36px;
  }
}

@media (max-width: 1240px) {
  .ebook-thank-you .block .table h1 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  
  .ebook-thank-you .block .table h2,
  .ebook-thank-you .block .table p {
    display: none;
  }
}

@media (max-width: 680px) {
  .ebook-thank-you .block .table h2 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {  
  .ebook-thank-you .block .table h2 {
    font-size: 36px;
  }
}

@media (max-width: 320px) {    
  .ebook-thank-you .block .table h1 {
    font-size: 30px;
  }
}



/* */ 

.ebook-thank-you .certified-partner {

	position: relative;
	text-align: center;
}

.ebook-thank-you .certified-partner img {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.ebook-thank-you .line-through {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.ebook-thank-you .line-through:before, 
.ebook-thank-you .line-through:after {
  background-color: #c6c6c6;
  content: '\a0';
  height: 1px;
  margin-left: 2%;
  overflow: hidden;
  position: absolute;
  top: 51%;
  width: 50%;
}

.ebook-thank-you .line-through:before {
  margin-left: -52%;
  text-align: right;
}

@media (max-width: 568px) {
	.ebook-thank-you .line-through:before, 
	.ebook-thank-you .line-through:after {
		display: none;
	}
}

.ebook-thank-you .m-bottom-3 {
	margin-bottom: 3%;
}
.ebook-thank-you .m-top-3 {
	margin-top: 3%;
}

