/*** /pb2/less/pb-variables.less ***/
/*** /pb2/less/pb-mixins.less ***/
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
/*** /pb2/less/semantic-grid.less ***/
body {
  width: 100%;
  margin: 0;
  *zoom: 1;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
/* Fix IE6 layouts */
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  _margin: 0;
}
/*** /pb2/less/variables.less ***/
/*** /pb2/less/mixins.less ***/
.same-height {
  overflow: hidden;
}
.same-height .layout-one-column {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}
.hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.no-list-style,
.no-list-style > li {
  list-style: none;
}
.bold {
  font-weight: bold;
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*** /pb2/less/product-widgets.less ***/
#pb-page-content {
  width: 100%;
}
#paginationControl {
  clear: both;
}
#paginationControl li {
  list-style: none;
  display: inline-block;
}
.contributorsWrapper .contribWrapper .newContribsLine {
  clear: both;
}
.contributorsWrapper .contribWrapper .contributor {
  margin: auto;
  width: 200px;
}
#mostRecentArticles ul {
  list-style-type: none;
  padding-left: 0;
}
#mostRecentArticles .contentItemRow {
  display: inline-block;
  width: 100%;
}
#mostRecentArticles .articleImg {
  float: left;
  width: 25%;
}
#mostRecentArticles .topArticleInfo {
  float: left;
  width: 75%;
}
.page-body {
  padding: 0;
}
.page-footer {
  border-top: none;
}
div.widget + div.widget {
  margin-bottom: 0;
  margin-top: 0;
}
.page-body {
  background: transparent;
}
.editorialBoard .mdl-meta-block {
  min-height: 140px;
}
.editorialAdvisors .mdl-meta-block,
.inHouseTeam .mdl-meta-block {
  min-height: 340px;
}
.login-card {
  padding: 40px;
  width: 274px;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}
.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginInput {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginInput:hover,
.loginInput:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}
.login-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
}
.login-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
}
.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}
.login-card a:hover {
  opacity: 1;
}
.EmailAColleague .emailData {
  display: none;
}
/*** /pb2/less/pb-standalone.less ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
/*** Widget head ***/
/* Advanced CSS starts here */
/* === (1) CSS fragment - RT#75722 === */
/* === (1) Modified in Default Website Group >> www.heliyon.com >> Publication Pages >> Article/Chapter View >> Full Text === */
tbody > tr > td > a {
  font-family: NexusSansWebPro, sans-serif;
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
