@keyframes signupButton {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

.content {
  position: relative;
  display: inline-block;
  padding-top: 17px;
}

.content .line {
  height: 49px;
  background: #41861D;
  position: absolute;
  top: 16px;
  right: 0;
  animation: signupButton 0.3s 1 forwards;
  color: white;
  display: none;
  border-radius: 5px;
}

.content .line label {
  height: 100%;
  padding-top: 12px;
  display: inline-block;
  font-size: 16px;
}

*[tabindex="0"]:focus,
:focus {
  outline: #000000 auto 5px;
}

svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 662px;
  z-index: -1;
}

.trial-account {
  margin-top: -16px;
  display: block;
  margin-bottom: 4px;
  font-size: 17px !important;
}

#emailError {
  display: none;
}

#linkEntry,
#libLink {
  margin-top: 8px;
  text-align: left;
}

#linkEntry a,
#libLink a {
  color: #444758 !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
}

.redBorder {
  border: 2px solid #EB0000 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

body {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  position: relative;
  background-image: linear-gradient(#EFEFEF, #EFEFEF);
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

#homeMaster {
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
}

#topRight {
  text-align: right;
}

#topRight a:link,
#topRight a:hover,
#topRight a:active,
#topRight a:visited {
  color: #005D94;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

#topRight span {
  color: #005D94;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
  margin: 10px;
}

#topMenu {
  background: url("../images/menu-bg.png") no-repeat scroll center bottom transparent;
  height: 40px;
  margin: 15px 0 0 0;
}

.alignR {
  text-align: right;
  padding: 0 10px 0 0 !important;
}

table {
  border: none;
}

#topMenu ul {
  display: block;
  float: left;
  margin: 5px 0 0;
  padding: 0;
}

#topMenu ul li {
  background: url("../images/Seperator.png") no-repeat scroll right center transparent;
  color: #FFFFFF;
  float: left;
  list-style: none outside none;
  padding: 10px 0;
  text-align: center;
  width: 275px;
}

#topMenu ul li.width {
  color: #FFFFFF;
  text-align: center;
  width: 225px;
  list-style: none;
  float: left;
  background: url("../images/Seperator.png") no-repeat scroll right center transparent;
  padding: 10px 0px 10px 0;
}

#topMenu ul li a:link,
#topMenu ul li a:hover,
#topMenu ul li a:visited,
#topMenu ul li a:active {
  color: #FFFFFF;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#registrationDiv {
  margin: 0;
  padding: 30px 0;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

#registrationDiv a:link,
#registrationDiv a:hover,
#registrationDiv a:visited,
#registrationDiv a:active {
  color: #FFFFFF;
  font-size: 14px;
}

#registrationDiv div#rightCol a:link,
#registrationDiv div#rightCol a:hover,
#registrationDiv div#rightCol a:visited,
#registrationDiv div#rightCol a:active {
  color: #006ba6;
  font-size: 12px;
  margin-left: 55px;
  text-decoration: none;
}

#registrationDiv div#rightCol .socialLink a:link,
#registrationDiv div#rightCol .socialLink a:hover,
#registrationDiv div#rightCol .socialLink a:visited,
#registrationDiv div#rightCol .socialLink a:active {
  color: #006ba6;
  font-size: 12px;
  margin: 0 !important;
  text-decoration: none;
}

.passwordRemember {
  color: #005D94;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 10px !important;
}

.chkRemember {
  clear: both;
  color: #005D94;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0 0 80px;
  width: 230px !important;
}

.chkRemember a:link,
.chkRemember a:hover,
.chkRemember a:visited,
.chkRemember a:active {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #005D94;
}

#registrationDiv div#leftCol {
  text-align: center;
  color: #005D94;
  width: 335px;
  display: block;
  margin: 0 auto;
}

#registrationDiv div#leftCol form {
  display: inline-block;
}

#registrationDiv div#rightCol {
  border: 1px solid #99aab7;
  width: 178px;
  float: left;
  background: #b7cede;
  padding: 10px;
  line-height: 28px;
}

#registrationDiv table tr td {
  padding: 6px 0px;
}

#registrationDiv table tr td.subscriptionKey {
  padding: 0;
}

.txtbox,
.lib-txtbox {
  font-size: 14px;
  margin: 10px 0 15px 0px;
  padding-left: 8px;
  border: none;
  width: 327px;
  height: 46px;
  border-radius: 5px;
  padding-right: 0px;
}

p {
  line-height: 18px;
}

img {
  border: medium none;
}

.wbInsider {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #006ba6;
  margin: 0;
  padding: 0;
}

.wbInsiderSignUp {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0;
}

#registrationDiv div#rightCol a:link,
#registrationDiv div#rightCol a:hover,
#registrationDiv div#rightCol a:active,
#registrationDiv div#rightCol a:visited {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #006ba6;
}

.wbConversation {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 26px;
}

.wbStories {
  margin: 5px 0 0 0;
  padding: 0;
}

.button-search {
  background: url("../images/search-btn-bg.png") repeat scroll 0 0 transparent;
  border: 1px solid #47B7FD;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 0 3px 0;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
}

/*FOOTER*/

#footer-wrap {
  text-align: center;
}

#footer {
  /*height: 200px;
margin: 0 auto;*/
  display: inline-block;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.menu ul {
  margin: 10px 0 30px 0;
  padding: 0;
  list-style: none;
  width: 337px;
}

#footer .moduletable-top-footer-menu ul.menu li {
  float: left;
  padding-right: 10px;
}

#footer .moduletable-footer-menu {
  margin-bottom: 30px;
}

#footer .moduletable-footer-menu ul.menu {
  margin-left: 30px;
  text-align: left;
}

#footer .moduletable-footer-menu ul.menu li span {
  color: #444758;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

#footer .moduletable-footer-menu ul.menu ul li {
  float: none;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

#footer .moduletable-footer-menu ul.menu ul li a,
#footer .moduletable-footer-menu ul.menu ul li a span {
  color: #444758;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

#homeClear {
  clear: both;
  padding-left: 30px;
}

#homeClear .social-wrap {
  display: block;
}

#homeClear .social-wrap .item {
  float: left;
  margin-right: 24px;
  margin-bottom: 30px;
  cursor: pointer;
}

.divider {
  background: url("../images/divider.jpg") no-repeat scroll 168px 0 transparent;
  float: left;
  margin: 25px 0 0 0;
}

.dividerNone {
  background: none !important;
  float: left;
}

#footer #copyright {
  margin: 20px 0 49px 30px;
  width: 351px;
  font-size: 13px;
  color: #444758;
  font-family: 'Raleway', sans-serif;
  clear: both;
  text-align: left;
  line-height: 21px;
}

/**************************/

#homeRight {
  text-align: center;
}

#homeRight .rightFooter-top {
  width: 100%;
  background: #444758;
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 30px;
}

#homeRight .rightFooter-top div.insider-image {
  width: 335px;
  margin: 0 auto;
}

#homeRight .rightFooter-top img {
  margin-top: 30px;
  margin-bottom: 20px;
}

#homeRight .rightFooter-bot {
  width: 339px;
  margin: 0 auto;
}

#homeRight .rightFooter {
  color: #FFFFFF;
}

#homeRight div p.title {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 400;
}

p.center {
  text-align: center;
  padding-right: 16px;
}

#homeRight p.center a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

#homeRight div.connectSocial {
  margin: 18px 0 0 0;
}

#homeRight div.connectLike {
  margin: 8px 0 0 0;
}

#homeRight div.connectLike p {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 26px;
}

#homeRight div.insiderEmail .emailInput {
  width: 234px;
  height: 44px;
  color: #444758;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  border-radius: 5px 0px 0px 5px;
  border: transparent;
  line-height: 26px;
  padding: 0 0 1px 12px;
}

#homeRight div.insiderEmail .emaiButton {
  height: 46px;
  margin-left: -4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #005C8F;
  width: 89px;
  border-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  line-height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-bottom: 0px;
}

#registrationDiv div.lookingFor {
  width: 335px;
  height: 345px;
  background: #ffffff;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.16);
  margin-top: 15px;
}

#registrationDiv div.lookingFor div.binoculars {
  text-align: center;
}

#registrationDiv div.lookingFor div.binoculars img {
  margin-top: 30px;
  margin-bottom: 20px;
}

#registrationDiv div.lookingFor div.lookingForHead h2 {
  text-align: center;
  color: #444758;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0 30px 30px 30px;
  line-height: 31px;
}

#registrationDiv div.lookingFor div.lookingForDesc h3 {
  text-align: center;
  color: #444758;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  padding: 0 20px 20px 20px;
  line-height: 26px;
}

#registrationDiv div.lookingFor div.lookingForDesc h3 a {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #005D94;
}

#registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
  text-align: center;
  cursor: pointer;
}

#registrationDiv div.lookingFor div.worldBookStoreBtnWrap a {
  display: inline-block;
  text-decoration: none;
}

#registrationDiv div.lookingFor a span.worldBookStoreBtn {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
  background: #005C8F;
  padding: 15px 20px;
  width: 154px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

#homeRight div.integrationSection {
  display: block;
  width: 335px;
  text-align: center;
  margin: 0 auto;
}

#homeRight div.integrationSection .integration-section-wrap {
  display: inline-block;
}

#homeRight div.integrationSection div.sec-title h2 {
  color: #444758;
  margin-top: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

#homeRight div.integrationSection div.item {
  float: left;
  margin-bottom: 30px;
}

#homeRight div.integrationSection div.integratedItem-1 img {
  height: 40px;
  width: 146px;
}

#homeRight div.integrationSection div.integratedItem-2 {
  margin-top: 15px;
  margin-left: 43px;
}

#homeRight div.integrationSection div.integratedItem-2 img {
  height: 25px;
  width: 146px;
}

#homeRight div.integrationSection div.integratedItem-3 {
  margin-right: 30px;
}

#homeRight div.integrationSection div.integratedItem-3 img {
  height: 72px;
  width: 97px;
}

#homeRight div.integrationSection div.integratedItem-4 {
  margin-top: -12px;
  margin-right: 27px;
}

#homeRight div.integrationSection div.integratedItem-4 img {
  height: 83px;
  width: 76px;
}

#homeRight div.integrationSection div.integratedItem-5 img {
  height: 70px;
  width: 105px;
}

div#topMenu ul li.separatorLast {
  background: none;
  padding: 10px 0;
}

.logo {
  text-align: center;
}

.logo img {
  width: 335px;
  height: 24px;
}

/*************LOGIN SECTION******************/

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .clearfix {
  display: block;
}

blue-background {
  background: url("/wb/images/login-page-images/dark-blue-background.jpg") no-repeat scroll 0 0 #0067B8;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
}

.addPadding {
  line-height: 15px;
  padding: 40px 0px 10px 0px;
}

div.lilPaddingTop {
  text-align: center;
  font-size: 12px;
  padding: 3px 0 6px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  width: 335px;
}

label {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 21px;
}

.go-button {
  border: none;
  height: 46px;
  width: 335px;
  background: #A2DEFF;
  border-radius: 5px;
  color: #444758;
  box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.16);
  margin-top: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.checkBox {
  text-align: left;
  font-size: 14px;
  margin: 8px 0px 10px -4px;
  color: #444758;
}

div.checkBox input[type=checkbox] {
  height: 24px;
  width: 24px;
}

div.checkBox strong {
  vertical-align: super;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

div.lib-lilPaddingTop {
  padding: 0px 0 6px;
  clear: both;
}

.dark-blue-background a:link,
.dark-blue-background a:visited,
.dark-blue-background a:hover,
.dark-blue-background a:active {
  color: #FFFFFF;
  font-size: 9px;
}

.dark-blue-background strong {
  color: #444758;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

/* .lib-txtbox {
  background: url("../images/textbox-bg.png") repeat scroll 0 0 transparent;
  border: 1px solid #47B7FD;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  margin: 0 0 6px 70px;
  padding: 3px 2px;
  width: 175px;
} */

.floatL {
  text-align: left;
  display: block;
  margin: 10px 4px;
}

.marginL {
  margin-left: 70px;
}

/*************END OF LOGIN SECTION**************/

div#user,
div#library {
  text-align: left;
  font-size: 14px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  position: relative;
  font-weight: 600;
  line-height: 22px;
  width: 335px;
}

div#user .error,
div#library .error {
  margin-top: 15px;
}

.arrow_box {
  position: absolute;
  background: #EB0000;
  border-radius: 5px;
  box-shadow: 0pt 2pt 3pt rgba(0, 0, 0, 0.5);
  width: 295px;
  padding: 20px;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #EB0000;
  border-width: 20px;
  margin-left: -16px;
}

.arrow_box:before {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #EB0000;
  border-width: 20px;
  margin-left: -16px;
}

#homeContainer #topMenu li {
  width: 320px !important;
}

@media (min-width: 768px) and (max-width: 1004px) {
  svg {
    height: 692px;
  }
  .txtbox,
  .lib-txtbox {
    width: 327px;
  }
  .logo img {
    width: 342px;
    height: 25px;
  }
  #homeRight div.integrationSection {
    width: 700px;
  }
  #homeRight div.integrationSection div.integratedItem-2 {
    margin-right: 30px;
  }
  #homeRight .rightFooter-bot {
    width: 356px;
  }
  #homeRight div.insiderEmail .emailInput {
    width: 241px;
  }
  #homeClear .social-wrap .item {
    margin-right: 30px;
  }
  #registrationDiv div.lookingFor {
    width: 335px;
  }
  #footer .moduletable-footer-menu ul.menu ul li {
    margin-right: 24px;
  }
  #footer .moduletable-footer-menu .divider-1 {
    float: left;
    margin-bottom: 20px;
  }
  #footer #copyright {
    margin-bottom: 63px;
    width: 694px;
  }
}

@media (min-width: 1005px) and (max-width: 1264px) {
  div#user,
  div#library {
    width: 418px;
  }
  .arrow_box {
    width: 380px;
    padding: 20px;
  }
  svg {
    height: 540px;
  }
  .logo img {
    width: 420px;
    height: 30px;
  }
  .txtbox,
  .lib-txtbox {
    width: 412px;
  }
  div.lilPaddingTop {
    width: 420px;
  }
  .go-button {
    width: 420px;
  }
  #homeRight {
    clear: both;
  }
  #homeRight div.integrationSection {
    width: 782px;
  }
  #homeRight div.integrationSection div.sec-title h2 {
    font-size: 22px;
  }
  #homeRight div.integrationSection div.integratedItem-2 {
    margin-right: 48px;
    margin-top: 8px;
  }
  #homeRight div.integrationSection div.integratedItem-3 {
    margin-right: 48px;
  }
  #homeRight div.integrationSection div.integratedItem-4 {
    margin-right: 48px;
  }
  #homeRight .rightFooter-bot {
    width: 640px;
  }
  #homeRight div.insiderEmail .emailInput {
    width: 317px;
  }
  #homeRight div p.title {
    font-size: 22px;
  }
  #homeClear {
    padding-left: 0px;
  }
  #registrationDiv div#leftCol {
    display: inline-block;
    vertical-align: top;
    width: 420px;
  }
  #registrationDiv div.lookingFor {
    margin-left: 20px;
    vertical-align: top;
    display: inline-block;
    margin-top: 105px;
    width: 420px;
    height: 342px;
  }
  #registrationDiv div.lookingFor div.lookingForHead h2 {
    font-size: 22px;
  }
  #registrationDiv div.lookingFor div.lookingForDesc {
    width: 380px;
    margin: 0 auto;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 {
    font-size: 18px;
    font-weight: 400;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 a {
    font-size: 19px;
  }
  #registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
    width: 420px;
  }
  .wbConversation {
    font-size: 18px;
  }
  #footer {
    width: 860px;
    margin: 0 auto;
  }
  #footer .moduletable-footer-menu ul.menu ul li {
    margin-right: 30px;
  }
  #footer .moduletable-footer-menu ul.menu {
    margin-left: 0px;
  }
  #footer .moduletable-footer-menu .divider-1 {
    float: left;
    margin-bottom: 20px;
  }
  #footer .moduletable-footer-menu ul.menu li span {
    font-size: 22px;
  }
  #footer #copyright {
    margin: 20px 0 59px 0px;
    width: 534px;
  }
}

@media (min-width: 1265px) and (max-width: 1904px) {
  svg {
    height: 540px;
  }
  div#user,
  div#library {
    width: 400px;
  }
  .arrow_box {
    width: 360px;
    padding: 20px;
  }
  .logo img {
    width: 400px;
    height: 30px;
  }
  .txtbox,
  .lib-txtbox {
    width: 392px;
  }
  div.lilPaddingTop {
    width: 400px;
    padding: 3px 0 11px;
  }
  .go-button {
    width: 400px;
  }
  #homeRight {
    clear: both;
  }
  #homeRight div.integrationSection {
    width: 782px;
  }
  #homeRight div.integrationSection div.sec-title h2 {
    font-size: 22px;
  }
  #homeRight div.integrationSection div.integratedItem-2 {
    margin-right: 48px;
    margin-top: 8px;
  }
  #homeRight div.integrationSection div.integratedItem-3 {
    margin-right: 48px;
  }
  #homeRight div.integrationSection div.integratedItem-4 {
    margin-right: 48px;
  }
  #homeRight .rightFooter-bot {
    width: 658px;
  }
  #homeRight div.insiderEmail .emailInput {
    width: 381px;
  }
  #homeRight div p.title {
    font-size: 22px;
  }
  #homeClear {
    padding-left: 0px;
  }
  #registrationDiv div#leftCol {
    display: inline-block;
    width: 400px;
    vertical-align: top;
  }
  #registrationDiv div.lookingFor {
    margin-left: 20px;
    vertical-align: top;
    width: 400px;
    height: 342px;
    display: inline-block;
    margin-top: 106px;
  }
  #registrationDiv div.lookingFor div.lookingForHead h2 {
    font-size: 22px;
  }
  #registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
    width: 400px;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 {
    font-size: 18px;
    font-weight: 400;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 a {
    font-size: 19px;
  }
  .wbConversation {
    font-size: 18px;
  }
  #footer {
    width: 824px;
    margin: 0 auto;
  }
  #footer .moduletable-footer-menu ul.menu ul li {
    margin-right: 30px;
  }
  #footer .moduletable-footer-menu ul.menu {
    margin-left: 0;
  }
  #footer .moduletable-footer-menu .divider-1 {
    float: left;
    margin-bottom: 20px;
  }
  #footer .moduletable-footer-menu ul.menu li span {
    font-size: 22px;
  }
  #footer #copyright {
    margin: 20px 0 60px 0px;
    width: 534px;
  }
}

@media (min-width: 1905px) {
  svg {
    height: 540px;
  }
  div#user,
  div#library {
    width: 526px;
  }
  .arrow_box {
    width: 486px;
    padding: 20px;
  }
  .logo img {
    width: 526px;
    height: 38px;
  }
  .txtbox,
  .lib-txtbox {
    width: 518px;
  }
  div.lilPaddingTop {
    width: 526px;
    padding: 3px 0 1px;
  }
  label {
    font-size: 20px;
  }
  .go-button {
    width: 526px;
  }
  #homeRight {
    clear: both;
  }
  #homeRight div.integrationSection {
    width: 782px;
  }
  #homeRight div.integrationSection div.sec-title h2 {
    font-size: 25px;
  }
  #homeRight div.integrationSection div.integratedItem-2 {
    margin-right: 48px;
    margin-top: 8px;
  }
  #homeRight div.integrationSection div.integratedItem-3 {
    margin-right: 48px;
  }
  #homeRight div.integrationSection div.integratedItem-4 {
    margin-right: 48px;
  }
  #homeRight .rightFooter-bot {
    width: 804px;
  }
  #homeRight div.insiderEmail .emailInput {
    width: 421px;
  }
  #homeRight div p.title {
    font-size: 25px;
    margin: 0 0 30px 0;
  }
  #homeClear {
    padding-left: 0px;
  }
  #registrationDiv div#leftCol {
    width: 526px;
    display: inline-block;
    vertical-align: top;
  }
  #registrationDiv div.lookingFor {
    width: 526px;
    height: 357px;
    margin-left: 20px;
    vertical-align: top;
    display: inline-block;
    margin-top: 115px;
  }
  #registrationDiv div.lookingFor div.lookingForHead h2 {
    font-size: 25px;
    line-height: 39px;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 {
    font-size: 20px;
    font-weight: 400;
  }
  #registrationDiv div.lookingFor div.lookingForDesc {
    width: 466px;
    margin: 0 auto;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 a {
    font-size: 20px;
  }
  #registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
    width: 526px;
  }
  .wbConversation {
    font-size: 20px;
    line-height: 34px;
  }
  #footer {
    width: 1075px;
    margin: 0 auto;
  }
  #footer .moduletable-footer-menu ul.menu ul li {
    margin-right: 30px;
  }
  #footer .moduletable-footer-menu .divider-1 {
    float: left;
    margin-bottom: 20px;
  }
  #footer .moduletable-footer-menu ul.menu li span {
    font-size: 25px;
  }
  #footer .moduletable-footer-menu ul.menu {
    margin-left: 0;
  }
  #footer #copyright {
    width: 534px;
    margin: 20px 0 54px 0px;
  }
}