.page-template-page-reader .siteHeader {
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
}

.topBanner {
	min-height: calc(100vh - 90px);
  margin-top: 90px;
  padding-bottom: 100px;
  background-image: url(images/reader-header-bg.jpg);
  background-position: bottom 50px left 52vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1399px) {
.topBanner {

}	
}

.topBanner-logo {
  max-width: 454px;
  height: auto;
}

.topBanner-logo-wrapper {
	margin: 120px 0 100px 0;
  position: relative;
}

.topBanner-signin {
	position: absolute;
  top: 86px;
  left: 211px;
  padding: 6px 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
  box-sizing: border-box;
  min-width: 90px;
  text-align: center;
}

.topBanner-signin:hover {
	color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.topBanner-title {
	color: #000000;
	font-size: 23px;
	font-weight: 300;
	line-height: 35px;
  text-decoration: uppercase;
  margin-bottom: 50px;
}

.topBanner-text {
  font-family: "Helvetica-Light", Helvetica, Arial, serif;
  font-size: 23.0px;
  color: rgba(0, 0, 0, 1.0);
  text-align: left;
  line-height: 35.0px;
	font-weight: 300;  
  margin-bottom: 60px;
}

.topBanner-text ul{
  list-style: none;
  margin: 40px 0 0 0;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
  padding: 0;
}

.topBanner-text li{
  background-image: url(images/checkbox-icon.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-left: 28px;
  margin-bottom: 12px;
}



/*=========================================================================================================*/
@media (max-width: 839px) {

  .topBanner  {
  	padding-top: 65vw;
    background-size: 80% auto;
    background-position: center 0;
    height: auto;
  }
  
  .topBanner-logo {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 110px auto 30px auto;
    text-align: center;
	}
  
  .topBanner-logo-wrapper {
    text-align: center;
	}
  
  .topBanner-signin {
    position: static;
    top: auto;
    left: auto;
	}
  
  .topBanner-button.page-button {
  	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }
  
  .rhapsodeDouble-uptitle {
  	margin: 0 10px;
  }
  
}
