@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;
}

.my-research-modal-overlay {
	  height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
} 

.my-research-modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  width: 100%; 
  height: 100vh; 
  background: rgba(0,0,0,0.65); 
  box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.16);
}

.my-research-modal .modal-content {
    background-color: #ffffff;
    width: 335px;
	margin: 5px auto 0 auto;
    border-radius: 5px;
	font-family: 'Raleway', sans-serif;
  color: #444758;
  padding-bottom: 20px;
}

.my-research-modal .my-research-cross-icon {
	overflow: hidden;
}

.my-research-modal .my-research-cross-icon img {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.my-research-modal .my-research-google-icon {
	margin-top: -20px;
}

.my-research-modal .my-research-google-icon img {
	margin: 0 140px;
}

.my-research-modal .container-research-modal {
	width: 295px;
    margin: 0 auto;
    text-align: center;
}
    
.my-research-modal .container-research-modal .linking-txt-google {
	font-size: 20px;
	line-height: 31px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.my-research-modal .container-research-modal .txt-login-my-research {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

.my-research-modal .container-research-modal .login-section {
	font-size: 18px;
  line-height: 21px;	
  position: relative;
}

.my-research-modal .container-research-modal .login-section div:nth-child(1) { 
	margin-bottom: 15px;
}

.my-research-modal .container-research-modal .login-section div:nth-child(2) { 
	margin-bottom: 20px;
}

.my-research-modal .container-research-modal .login-section label {
	color: #444758 !important;
	margin-bottom: 10px;
	display: block;
}

.my-research-modal .container-research-modal .login-section input { 
	background: #F0F0F0;
	border-radius: 5px;
	width: 295px;
	height: 46px;
	border: 0;
}

.my-research-modal .container-research-modal .login-section .btn-my-research-login {
	width: 295px;
	height: 46px;
	background: #A2DEFF;
	border-radius: 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	border: 0;
	box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.16);
}

.background-login {
  position: absolute;
  top: 0;
  width: 100%;
  height: 982px;
  z-index: -1;
  background-color: #0080C7;
  padding-bottom: 30px;
}

.trial-account {
  margin-top: -16px;
  display: block;
  margin-bottom: 10px;
  font-size: 20px !important;
  font-weight: bold !important;
}

#emailError {
  display: none;
}

#linkEntry,
#libLink {
  margin-top: 8px;
  text-align: left;
}

#linkEntry a,
#libLink a {
  color: #ffffff !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 {
  background-color: #EFEFEF;
  width: 335px;
  padding: 40px 20px 50px 20px;
}

#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 li span {
  color: #444758;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

#footer .moduletable-footer-menu ul.menu ul li {
  float: none;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 26px;
  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;
}

#homeClear .social-wrap {
  display: block;
}

#homeClear .social-wrap .item {
  float: left;
  margin-right: 20px;
  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: 0 auto;
  width: 335px;
  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;
  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 .training-support {
	color: #444758;
	line-height: 16px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin: 20px 18px 0 18px;
}

#registrationDiv .training-support a {
    text-decoration: none;
    display: block;
	  border: none;
    border-radius: 5px;
    width: 150px;
    height: 16px;
    margin: 0 auto;
    padding: 14px 10px 15px 10px;
    background-color: #ffffff;
}

#registrationDiv .training-support a span {
	font-size: 16px;
	margin-left: 5px;
	color: #444758;
}

#registrationDiv .free-trial { 
	margin-right: 11px;
    float: right;
    text-transform: uppercase;
	background: #ffff;
}

#registrationDiv .free-trial a { 
	color: #444758;
}

.free-trial-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0.7);
}

.free-trial-modal .modal-content {
    width: 335px;
    height: 240px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -167px;
    margin-top: -120px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    font-family: 'Raleway', sans-serif;
    color: #444758;
}

.free-trial-modal .modal-content .container-free-trial-modal {
  float: left;
  margin: 0 20px;
  text-align: center;
}

.free-trial-modal .modal-content .free-trial-cross-icon { 
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

.free-trial-modal .modal-content p:nth-child(1) { 
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.free-trial-modal .modal-content p:nth-child(2) { 
  font-size: 15px;
  line-height: 24px;
  margin-top: 5px;
}

.free-trial-container {
	background-color: #0080C7;
	width: 375px;
	padding: 30px 20px;
}

.free-trial-container p {
	/*width: 335px;*/
    /*height: 42px;*/
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
	margin-bottom: 32px;
}

.free-trial-container p span { 
  font-style: italic;
  /*margin-right: 7px;*/
}

.container-form-control {
  margin: 0 auto 10px auto;
  position: relative;
}

.free-trial-form .form-input-control {
	width: 325px;
    height: 20px;
	border-radius: 5pt;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;	
  border: none;
  font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 21px;
}

.free-trial-form select {
	width: 335px;
    height: 46px;
	border-radius: 5pt;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: none;
  font-family: 'Raleway', sans-serif;
	font-size: 18px;
  line-height: 21px;
  background-color: #ffffff;
}

.free-trial-form .txt-reference-source {
	width: 315px;
    min-height: 112px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    border-radius: 5pt;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 21px;
    overflow: hidden;
}

.free-trial-form input[type="submit"] {
	width: 335px;
    height: 45px;
	padding: 15px 125px;
	font-size: 14px;
	line-height: 16px;
	background-color: #A2DEFF;
	color: #444758;
	border: none;
  border-radius: 5pt;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
  cursor: pointer;
}

.firstName-error-container, .lastName-error-container, .email-error-container, .instituitionName-error-container, .country-error-container,  .stateProvince-error-container {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 45px;
}

.firstName-error-container {
  margin-left: -130px;
}

.lastName-error-container {
margin-left: -130px;
}

.email-error-container {
margin-left: -150px;
}

.instituitionName-error-container {
margin-left: -150px;
}

.country-error-container {
margin-left: -130px;
}

.stateProvince-error-container {
margin-left: -120px;
}

.error-border {
  border: 2px solid #FF0000 !important;
}

.error_box {
  font-size: 14px;
  line-height: 18px;
  padding: 16px;
  color: #ffffff;
  background: #EB0000;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.arrow-down {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #f00000;
}

#registrationDiv div.lookingFor {
  width: 335px;
  height: 447px;
  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: 20px;
  margin-bottom: 10px;
}

div.lookingForHead {
	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;
  margin: 0;
}

.lookingForDesc {
	  width: 295px;
    margin: 0 auto 30px auto;
}

#registrationDiv div.lookingFor div.lookingForDesc h3 {
  text-align: center;
  color: #444758;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

#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: #0080c7;
  padding: 15px 20px;
  width: 154px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.16);
  cursor: pointer;
  line-height: 16px;
}

.learnMoreHead {
  margin-top: 40px;
  margin-bottom: 30px;
}

 .learnMoreHead h2 { 
  width: 295px;
  margin: 0 auto;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 31px;
  color: #444758;
 }
 
#homeRight div.integrationSection {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0 40px;
}

#homeRight div.integrationSection .integration-section-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#homeRight div.integrationSection div.sec-title h2 {
  color: #444758;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

#homeRight div.integrationSection div.item {
  margin: 10px;
}

#homeRight div.integrationSection div.sec-title { 
	padding-top: 50px;
}

#homeRight div.integrationSection div.integratedItem-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contactUsBtnWrap a {
	text-decoration: none;
   }

   #homeRight div.section-wbo-engaging {
	width: 100%;
	background-color: #fff;
}

  .header-section {
	  width: 335px;
	  margin: 0 auto 30px auto;
	  overflow: hidden;
  }
  
  #homeRight div.section-wbo-engaging div.text-engaging {
	width: 335px;
	height: 120px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: #444758;
    padding-top: 50px;
    padding-bottom: 50px;  
  }
   
div#topMenu ul li.separatorLast {
  background: none;
  padding: 10px 0;
}

.logo {
  text-align: left;
}

.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;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Raleway', sans-serif;
}

.sso-signin {
    background: #ffffff;
    margin-top: 10px;
    padding-left: 50px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.sso-signin span { 
  left: 90px;
  top: 13px;
  position: absolute;
}

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;
}

.my-research-modal .my-research-login-link {
	text-decoration: underline;
  color: #0080C7;
  cursor: pointer;
}

.arrow_box {
  position: absolute;
  background: #EB0000;
  border-radius: 5px;
  box-shadow: 0pt 2pt 3pt rgba(0, 0, 0, 0.5);
  width: 295px;
  padding: 20px;
}

.my-research-modal .container-research-modal .login-section .arrow_box_myresearch {
	font-size: 14px;
    line-height: 22px;
  color: #ffffff;
  background: #FF0000;
  font-weight: 700 !important;
  width: 255px;
  height: 52px;
  top: -75px;
}

.error-section-research-modal {
  top: 312px;
}

.arrow_box_myresearch:after,
.arrow_box_myresearch:before {
  top: 100%;
  transform: rotate(180deg);
}

.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 (max-width: 767px) {
	.training-free-trial {
		max-width: 375px;
		margin: 0 auto;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
	.my-research-modal-overlay {
			width: 100%;
			height: 100%;
			position: fixed;
			overflow: hidden;
		}
		.my-research-modal {
			    display: block;
				overflow: auto;
				min-height: inherit;
				max-height: inherit;
				scroll-behavior: smooth;
		}
}

@media (min-width: 768px) and (max-width: 1004px) {
   .background-login {
    height: 982px;
    padding-bottom: 0;
  }

  .go-button {
    width: 341px;
}

  .txtbox,
  .lib-txtbox {
    width: 327px;
  }
  .logo img {
    width: 342px;
    height: 25px;
    float: left;
	margin-top: 10px;
  }
  .header-section {
    width: 728px;
	  margin: 0 20px 40px 20px;
  }

  #homeRight div.integrationSection div.item {
    margin: 15px;
  }
  #homeRight .rightFooter-bot {
    width: 356px;
  }
  #homeRight div.insiderEmail .emailInput {
    width: 241px;
  }
  #homeClear .social-wrap .item {
    margin-right: 30px;
  }
  #registrationDiv div.lookingFor {
    width: 341px;
    height: 447px;
    border-radius: 5px;
  }

#registrationDiv div.lookingFor div.lookingForHead h2 {
	margin: 0;
}

#registrationDiv div.lookingFor div.lookingForDesc {
	width: 295px;
	margin: 0 auto;
}

#registrationDiv div.lookingFor div.lookingForDesc h3 {
	padding: 0;
	margin-bottom: 30px;
}

#registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
	margin-bottom: 30px;
}

div.learnMoreHead {
	margin-bottom: 30px;
}

div.learnMoreHead h2 {
	font-size: 20px;
	line-height: 31px;
	margin: 0 auto;
}


#registrationDiv .header-section .training-support {
	float: right;
	margin: 0;
}
  
  #homeRight div.section-wbo-engaging div.text-engaging {
	width: 342px;
	height: 120px;
    font-size: 20px;
    line-height: 31px;
  }
  .free-trial-container {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }

  .free-trial-container .logo img {
    float: none;
    margin-top: 0;
  }

  .free-trial-container .logo {
    text-align: center;
  } 

  .free-trial-container p {
    margin: 30px auto;
    text-align: left;
  }

  .free-trial-form {
    width: 340px;
    margin: 0 auto;
}

.firstName-error-container {
  margin-left: -110px;
}

.lastName-error-container {
margin-left: -110px;
}

.email-error-container {
margin-left: -130px;
}

.instituitionName-error-container {
margin-left: -130px;
}

.country-error-container {
margin-left: -105px;
}

.stateProvince-error-container {
margin-left: -95px;
}

.free-trial-modal .modal-content {
    margin-top: -167px;
}

#footer-wrap {
  padding: 40px 20px 50px 35px;
}

  #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;
  }

  .my-research-modal {
    width: 100%;
    padding: 100px 20px 30px 0px;
    height: 1024px;
  }
    
    .my-research-modal .modal-content {
      margin: 0 auto;
      width: 350px;
    }

    .my-research-modal .my-research-google-icon img {
      margin: 0 148px;
    }

    .error-section-research-modal {
      top: 332px;
    }
    .arrow_box_myresearch {
      height: 40px;
      padding: 10px 20px;
      width: 258px;
      top: -55px !important;
    }
}

@media (min-width: 1005px) {
      .free-trial-modal .modal-content {
        width: 420px;
        height: 215px;
        margin-left: -167px;
        margin-top: -120px;
    }

    .free-trial-modal .modal-content .container-free-trial-modal {
        margin: 0 20px;
    }

    .free-trial-modal .modal-content p:nth-child(1) { 
      font-size: 22px;
      line-height: 28px;
      margin-top: 10px;
    }

    .free-trial-modal .modal-content p:nth-child(2) { 
      font-size: 18px;
      line-height: 28px;
    }
}

@media (min-width: 1005px) and (max-width: 1264px) {
  div#user,
  div#library {
    width: 418px;
  }
  .arrow_box {
    width: 380px;
    padding: 20px;
  }
  .background-login {
    height: 630px;
  }
    .my-research-modal .modal-content {
        width: 420px;
    }
    
    .my-research-modal .my-research-google-icon img {
      margin: 0 182px;
    }
    
    .my-research-modal .modal-content .container-research-modal {
      width: 380px;
    }
    
    .my-research-modal .container-research-modal .linking-txt-google {
      font-size: 22px;
      line-height: 34px;
    }
    
    .my-research-modal .container-research-modal .txt-login-my-research {
      font-size: 19px;
      line-height: 28px;
    }
    
    .my-research-modal .container-research-modal .login-section input {
      width: 380px;
    }
    
    .my-research-modal .container-research-modal .login-section .btn-my-research-login {
      width: 380px;
    }
  .logo img {
    width: 420px;
    height: 30px;
    float: left;
  }
  .txtbox,
  .lib-txtbox {
    width: 412px;
  }
  div.lilPaddingTop {
    width: 420px;
  }
  .go-button {
    width: 200px;
  	float: left;
  }
  #signinButton {
	  float: right !important;
	  margin-top: 6px;
  }
  .sso-signin {
	  padding-left: 40px;
  }
  
  .sso-signin span {
	  left: 25px;
  }
  #homeRight {
    clear: both;
  }
  #homeRight div.integrationSection div.item {
    margin: 15px;
  }
  #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: 35px;
    width: 420px;
    height: 460px;
    border-radius: 5px;
  }
    
    .lookingForHead {
      margin-bottom: 20px;
    }
    
    #registrationDiv .header-section {
      width: 862px;
      margin: 0 auto 60px auto;
    }
 
  #registrationDiv div.lookingFor div.lookingForHead h2 {
    font-size: 22px;
    line-height: 34px;
    margin: 0;
  }
  #registrationDiv div.lookingFor div.lookingForDesc {
    width: 380px;
    margin: 0 auto;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 a {
    font-size: 19px;
  }
  #registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
    width: 420px;
    margin-top: 35px;
  }

  #registrationDiv .training-free-trial {
    overflow: hidden;
  }

  #registrationDiv .training-support {
    margin: 0;
  }
 
  #registrationDiv .btn-training-support {
    float: right;
	  margin: 0;
  }

  .learnMoreHead {
	  margin-top: 30px;
	  margin-bottom: 40px;
  }
  
   .learnMoreHead h2 { 
    font-size: 22px;
    line-height: 34px;
    width: 369px;
    height: 60px;
   }
   
  #homeRight div.section-wbo-engaging div.text-engaging {
	width: 640px;
	height: 60px;
    font-size: 20px;
    line-height: 31px; 
  }
  .wbConversation {
    font-size: 18px;
  }

  .free-trial-container {
    width: 1024px;
    padding: 30px 525px 30px 80px;
  }

  .free-trial-container .logo img {
    float: none;
    margin-top: 0;
  }

  .free-trial-container p {
    /*width: 420px;*/
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .free-trial-form {
    width: 420px;
  }

  .free-trial-form .form-input-control { 
    width: 420px;
  }

  .free-trial-form select { 
    width: 430px;
  }

  .free-trial-form .txt-reference-source {
    width: 410px;
  }

  .free-trial-form input[type="submit"] {
    width: 430px;
  }

  .firstName-error-container {
    margin-left: -110px;
  }
  
  .lastName-error-container {
  margin-left: -110px;
  }
  
  .email-error-container {
  margin-left: -130px;
  }
  
  .instituitionName-error-container {
  margin-left: -130px;
  }
  
  .country-error-container {
  margin-left: -110px;
  }
  
  .stateProvince-error-container {
  margin-left: -100px;
  }
  

  #footer-wrap {
        padding: 40px 20px 50px 80px;
  }

  #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: 665px;
  }
  .arrow_box_myresearch {
	  width: 342px !important;
  }
  
  .error-section-research-modal {
	  top: 410px;
  }
 .my-research-modal .container-research-modal .login-section .arrow_box_myresearch {
   height: 22px;
   top: -47px;
 }

 .my-research-modal .my-research-cross-icon img { 
	margin-right: 10px;
 }
}

@media (min-width: 1265px) and (max-width: 1904px) {
  .background-login {
    height: 660px;
    padding-bottom: 0;
  }
  div#user,
  div#library {
    width: 400px;
  }
  .arrow_box {
    width: 360px;
    padding: 20px;
  }
  .header-section {
	  width: 830px;
	  margin: 0 auto 60px auto;
  }
  .logo img {
    width: 400px;
    height: 30px;
    float: left;
	margin-top: 9px;
  }
  .txtbox,
  .lib-txtbox {
    width: 392px;
  }
  div.lilPaddingTop {
    width: 400px;
    padding: 3px 0 11px;
  }
  .go-button {
    width: 190px;
	float: left;
  }
  #signinButton {
	  float: right !important;
	  margin-top: 6px;
  }
  .sso-signin {
	  padding-left: 30px;
  }
  
  .sso-signin span {
	  left: 15px;
  }
  #homeRight {
    clear: both;
  }
  #homeRight div.integrationSection div.item {
    margin: 20px;
  }
  #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: 460px;
    display: inline-block;
    margin-top: 35px;
	border-radius: 5px !important;
  }
  .lookingForDesc {
    width: 354px;
      height: 77px;
      margin: 0 auto;
    }
      
  #registrationDiv div.lookingFor div.lookingForHead h2 {
    font-size: 22px;
    line-height: 34px;
	margin-bottom: 20px;
  }
  #registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
    width: 400px;
    margin-top: 40px;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	  padding: 0;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 a {
    font-size: 19px;
  }

  #registrationDiv .training-free-trial {
      overflow: hidden;
  }
  
 #registrationDiv  .training-support:nth-child(1) {
     float: left;
     margin-left: 90px;
   }
   
  .learnMoreHead {
	  margin-top: 30px;
	  margin-bottom: 40px;
  }
   .learnMoreHead h2 { 
    font-size: 22px;
    line-height: 34px;
    width: 369px;
    height: 60px;
   }
   
   #registrationDiv .training-support {
	   float: right;
	   margin: 0;
   }
  
  #homeRight div.section-wbo-engaging div.text-engaging {
	width: 640px;
	height: 60px;
    font-size: 20px;
    line-height: 31px;
  }
     
  .wbConversation {
    font-size: 18px;
  }
  .free-trial-container {
    width: 1280px;
    padding: 30px 650px 30px 225px;
}

.free-trial-container .logo img {
    width: 405px;
    margin-top: 0;
}

.free-trial-container p { 
  margin-bottom: 30px;
  margin-top: 65px;
}

.free-trial-form {
  width: 405px;
}

.free-trial-form .form-input-control {
  width: 405px;
}

.free-trial-form select {
  width: 415px;
}

.free-trial-form .txt-reference-source {
  width: 395px;
}

.free-trial-form input[type="submit"] {
  width: 415px;
}

.firstName-error-container {
  margin-left: -110px;
}

.lastName-error-container {
margin-left: -110px;
}

.email-error-container {
margin-left: -130px;
}

.instituitionName-error-container {
margin-left: -130px;
}

.country-error-container {
margin-left: -110px;
}

.stateProvince-error-container {
margin-left: -100px;
}

#footer-wrap { 
  padding: 40px 20px 50px 225px;
}

  #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;
  }

  .my-research-google-icon {
	  width: 295px;
    margin: 0 auto;
  }
  
  .my-research-modal {
    padding: 70px 300px;
      width: 1024px;
      height: 768px;
    }
    
    .my-research-modal .modal-content {
        width: 420px;
        margin: 50px 170px;
    }
  
     .arrow_box_myresearch {
	  width: 260px !important;
  }
  
  .error-section-research-modal {
	  top: 376px;
  }
 .my-research-modal .container-research-modal .login-section .arrow_box_myresearch {
   height: 32px;
   top: -56px;
 }
}

@media (min-width: 1905px) {
  .background-login {
    height: 665px;
  }
  div#user,
  div#library {
    width: 526px;
  }
  .arrow_box {
    width: 486px;
    padding: 20px;
  }
  .logo img {
    width: 526px;
    height: 38px;
    float: left;
  }
  .txtbox,
  .lib-txtbox {
    width: 518px;
  }
  div.lilPaddingTop {
    width: 526px;
    padding: 3px 0 1px;
  }
  label {
    font-size: 20px;
  }
  .go-button {
    width: 253px;
	float: left;
  }
  #signinButton {
	  float: right !important;
	  margin-top: 6px;
  }
  .sso-signin {
	  padding-left: 25px;
  }
  
  .sso-signin span {
	  left: 35px;
  }
  #homeRight {
    clear: both;
  }
  #homeRight div.integrationSection div.item {
    margin: 20px;
  }
  #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: 464px;
    margin-left: 20px;
    vertical-align: top;
    display: inline-block;
    margin-top: 35px;
  }
  #registrationDiv div.lookingFor div.binoculars img {
	  margin-top: 30px;
  }
  
  #registrationDiv div.lookingFor div.lookingForHead h2 {
    font-size: 22px;
    line-height: 39px;
    height: 30px;
    margin-bottom: 20px;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
	  padding: 0;
  }
  #registrationDiv div.lookingFor div.lookingForDesc {
    width: 490px;
    margin: 0 auto;
  }
  #registrationDiv div.lookingFor div.lookingForDesc h3 a {
    font-size: 20px;
  }
  #registrationDiv div.lookingFor div.worldBookStoreBtnWrap {
    width: 526px;
    height: 46px;
    margin-top: 35px;
  }
  #registrationDiv div.lookingFor div.learnMoreHead  { 
    margin-top: 15px;
    margin-bottom: 25px;
    }
    #registrationDiv div.lookingFor div.learnMoreHead h2 {
      text-align: center;
      font-size: 22px;
      line-height: 39px;
      width: 386px;
    }
    
    #registrationDiv div.lookingFor div.contactUsBtnWrap {
      text-align: center;
    }
    
    #registrationDiv div.lookingFor div.contactUsBtnWrap a {
      display: inline-block;
      text-decoration: none;
    }
    
    #registrationDiv div.lookingFor a span.contactUsBtnWrap {
      font-size: 14px;
      font-family: 'Raleway', sans-serif;
      font-weight: 400;
      text-decoration: none;
      color: #FFFFFF;
      background: #005C8F;
      padding: 15px 20px;
      width: 112px;
      text-align: center;
      border-radius: 7px;
      box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.16);
      cursor: pointer;
    }
      
      #homeRight div.section-wbo-engaging div.text-engaging {
      width: 804px;
      height: 69px;
        font-size: 25px;
        line-height: 39px;
      }
      
     #registrationDiv .header-section {
       width: 1080px;
       margin: 0 auto 60px auto;
     }
 
       #registrationDiv .training-free-trial {
        overflow: hidden;
      }
      
	  #registrationDiv .training-support { 
      margin: 0;
      }
        
       #registrationDiv .btn-training-support  {
        margin: 0;
        float: right;
       }

  .wbConversation {
    font-size: 20px;
    line-height: 34px;
  }
  .free-trial-container {
    width: 530px;
    padding: 30px 970px 0 420px;
    text-align: center;
}

.free-trial-container .logo { 
  text-align: center;
}

.free-trial-container img { 
  width: 530px;
  height: 40px;
  float: none;
}

.free-trial-container p {  
    /*width: 532px;*/
    /*height: 28px;*/
    margin: 25px auto 30px auto;
    font-size: 20px;
    line-height: 26px;
}

.free-trial-form { 
  padding-bottom: 30px;
}

.free-trial-form .form-input-control {
  width: 532px;
}

.free-trial-form select {
  width: 542px;
}

.free-trial-form .txt-reference-source  {
  width: 522px;
}

.free-trial-form input[type="submit"] {
  width: 542px;
}

.firstName-error-container {
  margin-left: -100px;
}

.lastName-error-container {
margin-left: -100px;
}

.email-error-container {
margin-left: -120px;
}

.instituitionName-error-container {
margin-left: -120px;
}

.country-error-container {
margin-left: -100px;
}

.stateProvince-error-container {
margin-left: -90px;
}

#footer-wrap {
  width: 1080px;
  padding: 60px 20px 50px 20px;
  margin: 0 auto;
}

  #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;
  }

  .my-research-modal {
    padding: 100px 300px;
      width: 100%;
      height: 768px;
    }
	
	.my-research-modal .my-research-google-icon {
		margin: 0 auto;
    width: 295px;
	}
    
    .my-research-modal .modal-content {
        width: 420px;
	      margin: 0 470px;
    }
  
     .arrow_box_myresearch {
	  width: 260px !important;
	  height: 32px;
  }
  
  .error-section-research-modal {
	  top: 424px;
  }
 .my-research-modal .container-research-modal .login-section .arrow_box_myresearch {
   height: 32px;
   top: -56px !important;
 }
}
