/**
 * Helpers
 */
/* clearfix */
.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
  content: " ";
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}
/**
 *  Base
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: disc;
  list-style-position: outside;
}
.show {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header li,
.nav li,
.tab-container li,
.footer li,
.result-tools li,
.result-item-links li,
.tab-list li,
.ui-autocomplete li,
.volume-list li,
.p13n-item-list li,
.p13n-search-list li,
.no-styling li {
  margin: 0;
  padding: 0;
  list-style: none;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-family: 'PT Sans', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  vertical-align: baseline;
}
a {
  color: #333f73;
  text-decoration: none;
}
a:hover {
  color: #9db44a;
}
h1,
.h1 {
  font-size: 18px;
  line-height: 25.2px;
}
h2,
.h2 {
  font-size: 16px;
  line-height: 22.4px;
}
h3,
.h3 {
  font-size: 14px;
  line-height: 19.599999999999998px;
}
h4,
.h4 {
  font-size: 14px;
  line-height: 19.599999999999998px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
p {
  padding: 0;
  margin: 0 0 15px 0;
}
input[type="checkbox"] {
  margin-bottom: 3px;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #566f90;
}
.text-right {
  text-align: right;
}
.left {
  float: left;
  margin-right: 10px;
}
.right {
  float: right;
  margin-right: 10px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/**
 *  Layout
 */
.container {
  /*.cf();*/

  width: 100%;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.button-preprint-align {
  text-align: left;
}
.button-preprint-align .icon-preprint-align {
  text-align: center;
}
.main-container {
  margin: 20px auto;
}
.page-loginForm .main-container,
.page-ForgotPassword .main-container,
.page-Register .main-container {
  border: 1px solid #d6d6d6;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cell {
  float: left;
  margin-left: 15px;
}
.cell .box-content .btn:hover,
.cell .p13n-tool:hover {
  background: #3b4985;
}
.container > .cell:first-child,
.container-small > .cell:first-child {
  margin-left: 0;
}
.cell-section-left {
  width: 320px;
}
.cell-pri {
  width: 690px;
  margin-left: 15px;
}
.container > .cell-pri:first-child {
  margin-left: 10px;
}
.cell-sec {
  width: 230px;
  margin-right: 15px;
  float: right;
}
.content {
  min-height: 600px;
}
.cell-fifth {
  width: 176px;
}
.container-small:before,
.container-small:after {
  content: " ";
  display: table;
}
.container-small:after {
  clear: both;
}
.container-small .cell-half {
  width: 48.75%;
  margin-left: 0px;
}
.container-small .cell-half.cell-half-right {
  float: right;
}
.print-only {
  display: none;
}
.logo-link {
  display: block;
  margin: 25px 0 15px;
}
.institution-logo-img {
  display: block;
  width: 70px;
  height: 44px;
  margin-top: 8px;
}
.p13n-panel {
  margin-bottom: 15px;
}
.p13n-tool {
  display: block;
  position: relative;
  height: 28px;
  padding: 5px 28px 5px 10px;
  margin-bottom: 3px;
  border-radius: 2px;
  background: #E0E3E4;
}
.p13n-tool:hover {
  background: #c1e1f3;
}
.p13n-login-header {
  display: none;
  position: relative;
  height: 28px;
  padding: 0px 28px 0px 10px;
  margin-bottom: 0px;
  border-radius: 2px 0 0 0;
  background: #d6ebf7;
  font-size: 14px;
}
.page-login .container .content {
  width: auto;
  float: none;
  margin-right: 15px;
  margin-left: 15px;
}
.page-login .p13n-inner .p13n-form-row {
  max-width: 460px;
}
.page-login .p13n-inner .p13n-form-row .btn {
  margin: 0;
}
.page-login .p13n-inner .btn-section {
  text-align: left;
}
.p13n-placeholder-menu {
  display: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p13n-placeholder-menu .header-loading {
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
}
.p13n-dd-placeholder {
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.p13n-dd-placeholder .loading-section {
  text-align: center;
  height: 275px;
  box-sizing: border-box;
  border-top: 1px solid #D6D6D6;
  background: #D6EBF7;
  position: relative;
}
.p13n-dd-placeholder .loading-text {
  position: absolute;
  top: 48%;
  width: 100%;
}
.personalized .p13n-dd-placeholder {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.personalized .p13n-dd-placeholder .loading-section {
  height: 236px;
}
.personalized .p13n-dd-placeholder .p13n-header {
  background-color: #F3F5F5;
}
.personalized .p13n-dd-placeholder .p13n-header:after,
.personalized .p13n-dd-placeholder .p13n-header:before {
  display: none;
}
#p13n-dd .btn-login,
#p13n-dd .btn-signup {
  min-width: 120px;
}
#p13n-dd .logging-in {
  background: #E0E3E4;
  color: #999;
  border: 1px solid #CCC;
  cursor: default;
}
#p13n-dd .logging-in:hover {
  color: #999;
}
#p13n-manage-account .p13n-manage-title {
  border-bottom: 1px solid #E5E6E6;
  font-size: 2em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#p13n-manage-account .p13n-edit-details {
  width: 50%;
  float: right;
  padding-left: 15px;
  border-left: 1px solid #E5E6E6;
  margin-bottom: 10px;
}
#p13n-manage-account.personifyUser .p13n-edit-details {
  float: none;
  width: auto;
  border-left: none;
  padding-left: 0px;
}
#p13n-manage-account .p13n-change-password {
  width: 47%;
  float: left;
}
#p13n-manage-account .p13n-change-email {
  border-top: 1px solid #E5E6E6;
  clear: both;
  padding-top: 10px;
}
#p13n-manage-account form {
  padding-top: 10px;
}
#p13n-manage-account label {
  display: block;
}
#p13n-manage-account input[type="text"],
#p13n-manage-account input[type="password"],
#p13n-manage-account input[type="email"] {
  display: block;
  margin: 5px 0 10px;
  display: inline-block;
  padding: 4px 10px;
  line-height: 15px;
  height: 25px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #D6D6D6;
  width: 250px;
}
#p13n-manage-account input[type="submit"] {
  margin-top: 10px;
}
.personifyUser .p13n-change-password,
.personifyUser .p13n-change-email {
  display: none;
}
.p13n-l-error {
  color: #d20006;
}
#alert-msg {
  margin-bottom: -1px;
}
.domain-validation-section,
.membership-section,
.access-tokens-section {
  border-top: 1px solid #E5E6E6;
  clear: both;
  padding-top: 10px;
}
.save-search i {
  padding-left: 10px;
}
/**
 *  Modules
 */
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav li {
  float: left;
}
.nav a {
  display: inline-block;
  padding: 10px;
}
.icon-basket {
  display: inline-block !important;
  width: 21px;
  height: 16px;
  background: no-repeat url(../img/cart-light.png) center 0;
  vertical-align: bottom;
}
.icon-search {
  color: #2f3957;
  font-size: 16px;
}
.icon-remove-sign {
  font-size: 22px;
  color: #566f90;
}
.icon-facetime-video {
  color: #9db44a;
}
.search-panel {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px 0px 0;
  border-radius: 5px;
  background: #d6ebf7;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.search-opts {
  width: 100%;
  clear: both;
  margin: 8px 0px 0px;
  padding: 0px 15px;
  text-align: right;
  border-bottom: 1px solid #d6d6d6;
}
.bulk-action .btn-clear.disabled,
.p13n-bulk-actions .btn-clear.disabled,
.bulk-action .btn-link.disabled,
.p13n-bulk-actions .btn-link.disabled {
  border: 0;
  background: none;
  color: #777777;
}
.btn {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
}
.btn:focus,
.btn:hover {
  background: #9db44a;
  color: white;
}
.view-top-button {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
  padding: 2px 12px;
  white-space: nowrap;
  text-align: center;
  line-height: 22px;
  height: 24px;
  margin-top: -3px;
}
.view-top-button:focus,
.view-top-button:hover {
  background: #9db44a;
  color: white;
}
.result-item-action-btn {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0px 20px;
}
.result-item-action-btn:focus,
.result-item-action-btn:hover {
  background: #9db44a;
  color: white;
}
.result-item-action-btn:hover {
  color: white;
}
.btn.btn-main {
  background: #566f90;
  color: #fff;
}
.btn-pri {
  width: 160px;
  text-align: center;
}
.btn-pri:hover {
  color: #fff;
}
.btn-arrow {
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  padding-left: 0px;
}
.btn-arrow:before,
.btn-arrow:after {
  content: "";
  position: absolute;
}
.btn-arrow:before {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.btn-arrow.btn-right:after {
  border-left: 5px solid #9db44a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 4px;
  right: 12.5px;
}
.btn-arrow.btn-down:after {
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
.btn-arrow.btn-up:after {
  border-bottom: 5px solid #9db44a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 12.5px;
  right: 10px;
}
.btn-arrow.btn-plus:after {
  content: "+";
  color: #9db44a;
  font-size: 16px;
  width: 10px;
  right: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  top: 1px;
}
.btn-arrow.btn-plus .btn-inner:after {
  content: "";
  position: absolute;
  height: 10px;
  top: 10px;
}
.btn-arrow.btn-minus:after {
  border-bottom: 2px solid #9db44a;
  width: 10px;
  top: 12px;
  right: 10px;
}
.btn-arrow.btn-invert {
  /*background: @footBorder;*/

  /*color: #333;*/

  /*&:before {*/

  /*border-left-color: @btnBase;*/

  /*background: @btnBase;*/

  /*}*/

}
.btn-arrow-dark {
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #333f73;
}
.btn-arrow-dark:before,
.btn-arrow-dark:after {
  content: "";
  position: absolute;
}
.btn-arrow-dark:before {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.btn-arrow-dark.btn-right:after {
  border-left: 5px solid #9db44a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 4px;
  right: 12.5px;
}
.btn-arrow-dark.btn-down:after {
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
.btn-arrow-dark.btn-up:after {
  border-bottom: 5px solid #9db44a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 12.5px;
  right: 10px;
}
.btn-arrow-dark.btn-plus:after {
  content: "+";
  color: #9db44a;
  font-size: 16px;
  width: 10px;
  right: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  top: 1px;
}
.btn-arrow-dark.btn-plus .btn-inner:after {
  content: "";
  position: absolute;
  height: 10px;
  top: 10px;
}
.btn-arrow-dark.btn-minus:after {
  border-bottom: 2px solid #9db44a;
  width: 10px;
  top: 12px;
  right: 10px;
}
.btn-arrow-dark.btn-invert {
  /*background: @footBorder;*/

  /*color: #333;*/

  /*&:before {*/

  /*border-left-color: @btnBase;*/

  /*background: @btnBase;*/

  /*}*/

}
.btn-arrow-dark:before {
  background: #333f73;
  border-left: 1px solid white;
}
.btn-arrow-dark:after {
  background: #333f73;
}
.btn-arrow-dark.btn-right:after {
  border-left: 5px solid #9db44a;
}
.clear-search-box {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: -10px;
  display: none;
}
#cookies-hidden,
.hidden-pdf-link {
  display: none !important;
}
.search-year {
  width: 55px;
  margin-left: 10px;
  margin-right: 0px;
}
.search-year-from {
  margin-left: 9px;
  margin-right: 14px;
}
.p13n-dd-login,
.p13n-dd-register,
.box-panel {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.p13n-modal .p13n-dd-register {
  margin-bottom: 0;
}
.p13n-header,
.p13n-header-signed-in,
.p13n-inner {
  overflow: hidden;
}
.btn-signout {
  margin-bottom: 10px;
}
.p13n-welcome-msg {
  padding: 10px 15px 0;
}
.p13n-welcome-msg .name {
  text-transform: capitalize;
}
.r-info {
  border-top: 1px solid #bac2c9;
}
.r-info p {
  font-size: 14px;
  margin-bottom: 10px;
}
.r-info ul {
  margin-top: 0px;
}
.r-info li {
  font-size: 14px;
}
.forgotten-password {
  font-size: 14px;
}
#p13n-menu {
  /*margin-bottom: 10px;*/

  font-size: 14px;
  /*display: none;*/

}
.p13n-search {
  display: inline-block;
  padding-left: 10px;
}
.p13n-bulk-actions .p13n-selected-actions {
  display: inline-block;
  float: right;
  margin-top: 2px;
}
.p13n-bulk-actions .btn-select {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 20px;
}
.p13n-bulk-actions .btn:hover {
  background: #3b4985;
}
.p13n-bulk-actions .btn-all:hover {
  background: none;
}
.p13n-bulk-actions .btn-bulk {
  padding: 6px;
}
.p13n-item-list {
  list-style-type: none;
  padding-left: 0;
  border-top: 1px solid #E5E6E6;
  padding-top: 10px;
  overflow-x: hidden;
}
.p13n-item-list .p13n-item-detail .p13n-item-check {
  position: relative;
  left: -50px;
  top: 0px;
}
.p13n-item-list .p13n-item-detail .p13n-item-check + label {
  display: inline-block;
  position: relative;
  margin-left: -15px;
  top: 2px;
  width: 25px;
  vertical-align: top;
}
.p13n-item-list .p13n-item-detail .p13n-item-check + label:before {
  content: "\f096";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: #3D64AA;
}
.p13n-item-list .p13n-item-detail .p13n-item-check:checked + label:before {
  content: "\f046";
}
.p13n-item-list .p13n-item-detail .item-title {
  display: inline-block;
  width: 50%;
}
.p13n-item-list .p13n-item-detail .p13n-item-controls {
  float: right;
}
.p13n-item-list .p13n-item-detail .p13n-item-controls .btn-cite {
  margin-right: 10px;
}
.p13n-item-list .p13n-item-detail .item-type {
  display: block;
  margin-left: 30px;
  text-transform: lowercase;
}
.p13n-item-list .p13n-item-detail .item-type:first-letter {
  text-transform: uppercase;
}
.p13n-item-list .p13n-item-detail .ago {
  display: block;
  margin-left: 30px;
  color: #929292;
  padding-top: 4px;
}
.p13n-item-list .error {
  padding-top: 10px;
}
.p13n-search-list {
  list-style-type: none;
  padding-left: 0;
  border-top: 1px solid #E5E6E6;
  padding-top: 10px;
}
.p13n-search-list .p13n-search-detail {
  border-bottom: 1px solid #E5E6E6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow-x: hidden;
}
.p13n-search-list .p13n-search-detail .search-title {
  width: 50%;
  display: inline-block;
  padding-top: 11px;
}
.p13n-search-list .p13n-search-detail .p13n-search-check {
  position: relative;
  left: -50px;
  top: 0px;
}
.p13n-search-list .p13n-search-detail .p13n-search-check + label {
  display: inline-block;
  position: relative;
  margin-left: -14px;
  top: 12px;
  width: 25px;
  vertical-align: top;
}
.p13n-search-list .p13n-search-detail .p13n-search-check + label:before {
  content: "\f096";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: #3D64AA;
}
.p13n-search-list .p13n-search-detail .p13n-search-check:checked + label:before {
  content: "\f046";
}
.p13n-search-list .p13n-search-detail .p13n-search-controls {
  float: right;
}
.p13n-search-list .p13n-search-detail .p13n-alert-label {
  padding-right: 50px;
}
.p13n-search-list .error {
  padding-top: 10px;
}
.page-my-account .container .cell-pri {
  margin-left: 20px;
}
#p13n-manage-account .error {
  color: #d20006;
  margin-top: -8px;
  margin-bottom: 10px;
}
#p13n-manage-account form input.error {
  border: 1px solid #d20006;
  color: #222;
}
.oldie .p13n-search-list .p13n-search-detail .p13n-search-check,
.oldie .p13n-item-list .p13n-item-detail .p13n-item-check {
  left: 0px;
  vertical-align: top;
}
.oldie .p13n-search-list .p13n-search-detail .p13n-search-check + label,
.oldie .p13n-item-list .p13n-item-detail .p13n-item-check + label {
  display: none;
}
.search-input {
  display: inline-block;
  padding: 0 10px;
  padding-left: 33px;
  border: solid 1px #333f73;
  color: #333f73;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.tab-list {
  width: 100%;
  float: left;
  padding: 10px 10px 10px 10px;
}
.tab-list li {
  float: left;
  margin-right: 2px;
  white-space: nowrap;
}
.tab-list a {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
  height: 30px;
  font-size: 14px;
  display: block;
  padding: 0 25px;
  line-height: 30px;
}
.tab-list a:focus,
.tab-list a:hover {
  background: #9db44a;
  color: white;
}
.advanced-search-tabs.tab-list a {
  background-color: #333f73;
}
.advanced-search-tabs.tab-list a:hover {
  background: #9db44a;
}
.advanced-search-tabs.tab-list a.tab-list-selected {
  background-color: #9db44a;
}
.advanced-search-tabs.tab-list a.tab-list-selected:hover {
  background: #333f73;
}
.hero .tab-list li a {
  background-color: #333f73;
}
.hero .tab-list li a:hover {
  background: #9db44a;
}
.hero .tab-list li.tab-list-selected a {
  background-color: #9db44a;
}
.hero .tab-list li.tab-list-selected a:hover {
  background: #333f73;
}
#most-tabs .most-tabs-header {
  background: #e5eff8;
  border-bottom: 1px solid #9db44a;
  min-height: 35px;
  padding-bottom: 9px;
}
#most-tabs .fifty-most {
  width: 25%;
  float: right;
  padding-top: 8px;
  padding-right: 3%;
}
#most-tabs .fifty-most a {
  float: right;
  cursor: pointer;
}
#most-tabs .tab-list {
  float: left;
  width: 75%;
  background: #e5eff8;
  padding: 6px 3% 0px 3%;
}
#most-tabs .tab-list li {
  border-right: solid 2px black;
}
#most-tabs .tab-list li.last {
  border-right: none;
}
#most-tabs .tab-list li.first a {
  padding-left: 5px;
}
#most-tabs .tab-list a {
  font-size: 16px;
  background: none;
  font-weight: bold;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  color: #333f73;
}
#most-tabs .tab-list .tab-list-selected,
#most-tabs .tab-list .tab-list-selected a {
  color: black;
}
.secondary {
  color: #9db44a;
}
.tab-article-list {
  padding: 0;
  margin: 0 0 15px;
  list-style: inside decimal;
  border-bottom: 0;
  width: 100%;
  background: #e5eff8;
}
.tab-article-list li {
  position: relative;
  padding-left: 15px;
  padding-right: 60px;
  padding-top: 8px;
  border-bottom: 1px solid #9db44a;
}
.tab-article-list li:hover {
  background: #fff;
}
.tab-article-list td {
  padding: 5px 5px;
  border-bottom: 1px solid #9db44a;
  vertical-align: top;
}
.tab-article-list td a {
  font-size: 14px;
}
.tab-article-list .sl-no {
  padding-left: 10px;
  font-weight: bold;
  width: 3px;
}
.tab-article-list .society-code {
  padding: 8px 8px;
}
.tab-article-list .article-title {
  width: 80%;
}
.tab-article-list .article-title-wide {
  width: 94%;
}
.tab-article-list .data {
  padding-right: 10px;
}
.tab-article-list .data h2,
.tab-article-list .data label,
.tab-article-list .data .rating-count,
.tab-article-list .data .p13n-btn-rate,
.tab-article-list .data .p13n-star-readability,
.tab-article-list .data .p13n-star-applicability {
  display: none;
}
.tab-article-list .data .p13n-star-row .result-item-stars {
  width: 95px;
  float: right;
}
.data .result-item-stars h2,
.top .result-item-stars h2,
.data .result-item-stars label,
.top .result-item-stars label,
.data .result-item-stars .rating-count,
.top .result-item-stars .rating-count,
.data .result-item-stars .p13n-btn-rate,
.top .result-item-stars .p13n-btn-rate,
.data .result-item-stars .p13n-star-readability,
.top .result-item-stars .p13n-star-readability,
.data .result-item-stars .p13n-star-applicability,
.top .result-item-stars .p13n-star-applicability {
  display: none;
}
.top-list-section .tab-article-list td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.js .tab-content {
  display: none;
}
.js .tab-content-selected {
  display: block;
}
.google-translate-section {
  background: #F3F5F5;
  padding: 10px;
  border-radius: 5px;
}
/**
 *  Theme
 */
.main-bg,
.head {
  background: #566F90;
  min-width: 960px;
}
.main-bg {
  background-color: #566F90;
  background-size: 100% 400px;
}
.main-bg .container {
  padding-top: 15px;
  background-color: #fafbfb;
  background-image: -moz-linear-gradient(top, #f7f8f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f8f9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f7f8f9, #ffffff);
  background-image: -o-linear-gradient(top, #f7f8f9, #ffffff);
  background-image: linear-gradient(to bottom, #f7f8f9, #ffffff);
  background-color: #fff;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.head-top {
  background: #f4f5f6;
}
.foot {
  background-color: #9198af;
  background-image: -moz-linear-gradient(top, #4c587e, #f8f8f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c587e), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #4c587e, #f8f8f8);
  background-image: -o-linear-gradient(top, #4c587e, #f8f8f8);
  background-image: linear-gradient(to bottom, #4c587e, #f8f8f8);
  background-repeat: repeat-x;
  border-top: 10px solid #9db44a;
  min-width: 960px;
  padding: 8px 0;
}
.foot a {
  font-weight: normal;
}
.foot-list {
  list-style: none;
  padding: 0;
}
.foot-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.foot-list a {
  color: #fff;
}
.nav-bar {
  min-width: 960px;
  height: 45px;
  background-color: #455278;
  background-image: -moz-linear-gradient(top, #4b587e, #3d486f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b587e), to(#3d486f));
  background-image: -webkit-linear-gradient(top, #4b587e, #3d486f);
  background-image: -o-linear-gradient(top, #4b587e, #3d486f);
  background-image: linear-gradient(to bottom, #4b587e, #3d486f);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.35);
  /*overflow: hidden;*/

}
.nav-bar-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation {
  width: 972px;
  clear: both;
}
.nav-pri,
.nav-sec {
  display: inline-block;
  border-left: 1px solid #455278;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: none;
}
.nav-pri li,
.nav-sec li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid #455278;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.35);
}
.nav-pri li li a,
.nav-sec li li a {
  line-height: 12px;
}
.nav-pri button,
.nav-sec button {
  padding: 10px;
  border: 0px;
  line-height: 18px;
}
.nav-pri a,
.nav-sec a,
.nav-pri button,
.nav-sec button {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #333f73;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.43);
  min-width: 140px;
  text-align: center;
  line-height: 18px;
}
.nav-pri a:hover,
.nav-sec a:hover,
.nav-pri button:hover,
.nav-sec button:hover {
  background: #9db44a;
}
.nav-pri a:active,
.nav-sec a:active,
.nav-pri button:active,
.nav-sec button:active {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.35);
}
/* Dropdowns */
.head {
  position: relative;
  z-index: 2;
}
.main-bg {
  position: relative;
}
.nav-pri {
  float: left;
}
.nav-pri a {
  display: block;
}
.nav-pri li {
  position: relative;
}
.nav-pri .nav-down:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
  left: 6.5px;
  top: 10px;
  border-top: 5px solid #9db44a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
}
.nav-sec {
  float: right;
}
.nav-sec li {
  border-top: none;
  padding-top: 1px;
  box-shadow: none;
}
.nav-sec a,
.nav-sec button {
  background-color: #566486;
  background-image: -moz-linear-gradient(top, #5c6a8c, #4e5b7e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5c6a8c), to(#4e5b7e));
  background-image: -webkit-linear-gradient(top, #5c6a8c, #4e5b7e);
  background-image: -o-linear-gradient(top, #5c6a8c, #4e5b7e);
  background-image: linear-gradient(to bottom, #5c6a8c, #4e5b7e);
  background-repeat: repeat-x;
}
.nav-sec a:hover,
.nav-sec button:hover {
  background-color: #424d67;
  background-image: -moz-linear-gradient(top, #48536d, #3b445f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#48536d), to(#3b445f));
  background-image: -webkit-linear-gradient(top, #48536d, #3b445f);
  background-image: -o-linear-gradient(top, #48536d, #3b445f);
  background-image: linear-gradient(to bottom, #48536d, #3b445f);
  background-repeat: repeat-x;
}
.nav-sec b {
  font-weight: normal;
  color: #9db44a;
}
.nav-tri {
  float: right;
  margin-top: 5px;
  padding-bottom: 10px;
}
.nav-tri li {
  float: none;
  display: inline;
}
.nav-tri a {
  font-weight: normal;
  padding-top: 1px;
  padding-bottom: 1px;
}
.purchase-sort-by {
  min-width: 160px;
}
html:not(.oldie) #purchase-sort-form .select {
  width: 200px;
  float: none;
}
html:not(.oldie) #purchase-sort-form .select select {
  padding-left: 10px;
  width: 230px;
}
html:not(.oldie) .select-currency {
  margin-top: 3px;
}
html:not(.oldie) .select-currency label {
  font-size: 14px;
  padding-right: 5px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
html:not(.oldie) .select-currency .select {
  width: 200px;
  float: none;
  margin-right: 0;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
html:not(.oldie) .select-currency .select:before {
  height: 30px;
}
html:not(.oldie) .select-currency .select:after {
  top: 12px;
}
html:not(.oldie) .select-currency .select:hover {
  background-color: #333f73;
}
html:not(.oldie) .select-currency .select select {
  padding: 0px 0px 0px 5px;
  width: 225px;
  color: white;
  height: 30px;
}
html:not(.oldie) .select-currency .select select option {
  background-color: #333f73;
}
html:not(.oldie) .select-currency .select select option:hover,
html:not(.oldie) .select-currency .select select option:focus {
  background-color: #333f73;
}
html:not(.oldie) .select-currency .select option:hover,
html:not(.oldie) .select-currency .select option:focus {
  background-color: #333f73;
  color: white;
}
.oldie .select-currency,
.ie .select-currency {
  float: right;
  margin-top: 13px;
  clear: right;
}
.oldie .select-currency label,
.ie .select-currency label {
  font-size: 14px;
  padding-right: 5px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}
.oldie .select-currency .select,
.ie .select-currency .select {
  width: 180px;
  float: none;
}
.oldie .select-currency .select select,
.ie .select-currency .select select {
  font-weight: bold;
  padding-left: 10px;
  width: 180px;
}
.oldie .control-group .controls .select,
.ie .control-group .controls .select {
  min-width: 200px;
  display: block;
  float: none;
}
.oldie .control-group .controls .select select,
.ie .control-group .controls .select select {
  width: 400px;
  padding: 0px;
  color: black;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #d6d6d6;
}
.oldie .control-group .controls .date-fields.select,
.ie .control-group .controls .date-fields.select {
  display: inline-block;
}
.oldie .control-group .controls .date-fields.select select,
.ie .control-group .controls .date-fields.select select {
  width: 100px;
}
.oldie .page-qty-select-display select,
.ie .page-qty-select-display select {
  width: 75px;
  margin-right: 0px;
}
.ie .control-group .controls .select select {
  color: white;
  border: none;
  border-radius: none;
  box-shadow: none;
}
html:not(.oldie) .control-group .controls .select:hover {
  background-color: #333f73;
}
html:not(.oldie) .control-group .controls .select select {
  height: 30px;
  padding: 3px 10px;
  width: 450px;
}
html:not(.oldie) .control-group .controls .select select.error {
  padding: 2px 10px;
  display: inline;
  font-weight: normal;
}
html:not(.oldie) .control-group .controls .select select:hover {
  background-color: none;
}
html:not(.oldie) .control-group .date-controls .select select {
  width: 130px !important;
}
html:not(.oldie) .control-group .date-controls .select select:focus {
  background-color: #333f73;
}
.advanced-search-tabs a {
  padding-left: 8px;
  padding-right: 8px;
}
.adv-search-row .advanced-search-tabs a {
  padding-left: 12px;
  padding-right: 12px;
}
.search-complex .adv-search-row .search-btn {
  float: left;
}
.search-complex .adv-search-row #words .search-btn {
  float: left;
}
html:not(.oldie) .search-complex .adv-search-row .select select {
  height: 40px;
  background-color: #333f73;
  color: white;
  width: 160px;
}
html:not(.oldie) .search-complex .adv-search-row .select select.sub-tabs {
  width: 170px;
}
.select-page-qty {
  width: 300px;
}
.advanced-search-tab {
  padding: 10px 10px 0;
  background: #fff;
  border: 1px solid #9db44a;
}
.advanced-search-tab .select2-container,
.advanced-search-tab .btn,
.advanced-search-tab .tinput,
.advanced-search-tab select {
  margin-bottom: 10px;
}
.adv-search-row,
.search-syntax-row {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-syntax-row dl:before,
.search-syntax-row dl:after {
  content: " ";
  display: table;
}
.search-syntax-row dl:after {
  clear: both;
}
.search-syntax-row dl dt {
  float: left;
  width: 49%;
  clear: left;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: right;
}
.search-syntax-row dl dd {
  float: left;
  width: 49%;
  margin-left: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.search-syntax-row dl dd strong {
  font-style: normal;
}
.search-syntax-row dl .grouped {
  margin-bottom: 0px;
}
.adv-search-row.adv-search-show {
  padding-bottom: 15px;
  height: auto;
  min-height: 100px;
  max-height: 350px;
  overflow: hidden;
}
.adv-search-row.adv-search-show .select {
  float: left;
}
.adv-search-row.adv-search-show .select-sub-tabs {
  float: left;
  width: 100%;
  max-width: 510px;
}
.adv-search-row.adv-search-show #author .search-btn,
.adv-search-row.adv-search-show #affiliation .search-btn,
.adv-search-row.adv-search-show #publisher .search-btn,
.adv-search-row.adv-search-show #journal .search-btn,
.adv-search-row.adv-search-show #conference .search-btn {
  position: relative;
}
.adv-search-row.adv-search-show #words form {
  width: 68%;
}
.adv-search-row.adv-search-show #words form .search-input {
  width: 100%;
  max-width: 74%;
  margin: 0 5px 10px 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}
.adv-search-row.adv-search-show #words form .btn {
  margin-left: 5px;
}
.adv-search-row.adv-search-show #author form .search-input,
.adv-search-row.adv-search-show #affiliation form .search-input {
  margin: 0 10px 10px 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 500px;
}
.adv-search-row.adv-search-show form {
  width: 100%;
}
.adv-search-row.adv-search-show .search-input {
  width: 100%;
  max-width: 78%;
}
html.not(.oldid) .adv-search-row .adv-search-show .select:hover {
  background-color: #333f73;
}
.search-syntax-row.search-syntax-show {
  padding: 15px;
  height: auto;
  background-color: #e5eff8;
}
.no-js .adv-search,
.no-js .second-search-row {
  display: none;
}
.search-field {
  display: none;
  position: relative;
}
.search-field select {
  width: 500px;
}
.search-field label.error {
  position: absolute ;
  top: 30px;
  left: 40px;
  display: block;
  color: #222;
  padding: 5px;
  background-color: #F8DBB6;
}
.search-field label.error:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #F8DBB6 transparent;
  top: -20px;
  left: 50px;
}
.search-field.active {
  display: inline-block;
}
.select {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
html.ie .search-complex #search-form .select select {
  width: 100%;
  height: 40px;
}
html:not(.oldie) .select {
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  text-align: left;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #333f73;
  float: left;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: 140px;
  overflow: hidden;
}
html:not(.oldie) .select:focus,
html:not(.oldie) .select:hover {
  background: #9db44a;
  color: white;
}
html:not(.oldie) .select:before,
html:not(.oldie) .select:after {
  content: "";
  position: absolute;
}
html:not(.oldie) .select:before {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
html:not(.oldie) .select.btn-right:after {
  border-left: 5px solid #9db44a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 4px;
  right: 12.5px;
}
html:not(.oldie) .select.btn-down:after {
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
html:not(.oldie) .select.btn-up:after {
  border-bottom: 5px solid #9db44a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 12.5px;
  right: 10px;
}
html:not(.oldie) .select.btn-plus:after {
  content: "+";
  color: #9db44a;
  font-size: 16px;
  width: 10px;
  right: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  top: 1px;
}
html:not(.oldie) .select.btn-plus .btn-inner:after {
  content: "";
  position: absolute;
  height: 10px;
  top: 10px;
}
html:not(.oldie) .select.btn-minus:after {
  border-bottom: 2px solid #9db44a;
  width: 10px;
  top: 12px;
  right: 10px;
}
html:not(.oldie) .select.btn-invert {
  /*background: @footBorder;*/

  /*color: #333;*/

  /*&:before {*/

  /*border-left-color: @btnBase;*/

  /*background: @btnBase;*/

  /*}*/

}
html:not(.oldie) .select:before {
  background: #333f73;
  border-left: 1px solid white;
}
html:not(.oldie) .select:after {
  background: #333f73;
}
html:not(.oldie) .select.btn-right:after {
  border-left: 5px solid #9db44a;
}
html:not(.oldie) .select:after {
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
html:not(.oldie) .select select {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none;
  border: 0;
  padding: 5px 10px;
  line-height: 1;
  height: 25px;
  width: 168px;
  cursor: pointer;
  width: 140px;
  color: #333f73;
  font-weight: normal;
  border: 1px solid #333f73;
}
html:not(.oldie) .select select option {
  background-color: #333f73;
}
html:not(.oldie) .results-sort-filter .select select {
  border: none;
}
html:not(.oldie) .results-sort-filter .sort-results select {
  width: 190px;
}
html:not(.oldie) .paginationQuantityTop .select {
  width: 70px;
}
html:not(.oldie) .paginationQuantityTop .select select {
  width: 100px;
}
.facets {
  margin-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}
.save-item {
  display: inline-block;
}
.js .facets .facets-hide {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete {
  width: 315px;
  list-style: none;
  padding: 0;
  border-top: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.ui-autocomplete li {
  margin: 0;
}
.ui-autocomplete a {
  display: block;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-width: 0 1px 1px 1px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ui-autocomplete li:first-child a {
  border-radius: 3px 3px 0 0;
}
.ui-autocomplete li:last-child a {
  border-radius: 0 0 3px 3px;
}
a.ui-state-focus {
  background: #e5eff8;
}
.results {
  /*border: solid 3px #fbfbfb;*/

  background: white;
}
.result-item {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  /*
    Ratings
    */

}
.result-item:last-of-type {
  margin-bottom: 0px;
}
.result-item .top {
  padding: 0px 30px 10px 42px;
}
.result-item .top h3 {
  display: inline;
  font-size: 16px;
  padding-right: 5px;
}
.result-item .rating-count {
  display: none;
}
.result-item .result-item-logo {
  float: right;
  padding-left: 10px;
  margin-bottom: 10px;
}
.result-item .result-item-logo:before,
.result-item .result-item-logo:after {
  content: " ";
  display: table;
}
.result-item .result-item-logo:after {
  clear: both;
}
.result-item .icon-check,
.result-item .icon-check-empty {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
}
.result-item .result-item-authors {
  margin-bottom: 15px;
  line-height: 20px;
  font-weight: bold;
}
.result-item .result-item-source {
  font-weight: bold;
}
.result-item .view-rights-link {
  margin-top: 15px;
  display: block;
}
.result-item .result-item-links ul:before,
.result-item .result-item-links ul:after {
  content: " ";
  display: table;
}
.result-item .result-item-links ul:after {
  clear: both;
}
.result-item .result-item-links ul li {
  float: left;
  margin: 10px 30px 5px 0;
}
.result-item .result-item-links ul li a {
  font-weight: bold;
}
.highlighted {
  background: #edf3f8;
  padding: 10px 30px;
  clear: both;
}
.result-item-stars {
  position: relative;
  display: inline-block;
}
.result-item-stars .result-item-stars {
  height: 1em;
}
.p13n-star-row {
  display: inline;
}
.p13n-star-row label {
  font-weight: bold;
  width: 180px;
  padding-bottom: 5px;
  float: left;
}
.p13n-star-row .result-item-stars {
  float: left;
  margin-top: 0;
  width: 110px;
}
.p13n-star-row[data-type=combined] label {
  display: none;
}
.icon-mark {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 14px;
  height: 27px;
  cursor: pointer;
  background: url(../img/bookmark-empty.png) no-repeat 0 0;
}
.icon-mark.selected {
  background: url(../img/bookmark-full.png) no-repeat 0 0;
}
.btn-cart {
  background-color: #e08d0c;
  /*margin-right: unit(@site-padding,px);*/

}
.p13n-bulk-actions .add-multiple,
.p13n-bulk-actions .btn-cart,
.p13n-bulk-actions .cite-multiple {
  background-color: #333f73;
  color: white;
  padding: 5px;
  /*margin-right: unit(@site-padding,px);*/

}
.p13n-bulk-actions .add-multiple:hover,
.p13n-bulk-actions .btn-cart:hover,
.p13n-bulk-actions .cite-multiple:hover {
  background-color: #9db44a;
}
.p13n-bulk-actions .add-multiple.disabled:hover,
.p13n-bulk-actions .btn-cart.disabled:hover,
.p13n-bulk-actions .cite-multiple.disabled:hover {
  background-color: transparent;
}
.bulk-action .add-multiple,
.bulk-action .btn-cart,
.bulk-action .cite-multiple,
.bulk-action .expand-all-toggle,
.bulk-action .download-multiple button {
  background-color: #333f73;
  color: white;
  padding: 5px;
  cursor: pointer;
  /*margin-right: unit(@site-padding,px);*/

}
.bulk-action .add-multiple:hover,
.bulk-action .btn-cart:hover,
.bulk-action .cite-multiple:hover,
.bulk-action .expand-all-toggle:hover,
.bulk-action .download-multiple button:hover,
.bulk-action .add-multiple:focus,
.bulk-action .btn-cart:focus,
.bulk-action .cite-multiple:focus,
.bulk-action .expand-all-toggle:focus,
.bulk-action .download-multiple button:focus {
  background-color: #9db44a;
}
.bulk-action .add-multiple.disabled:hover,
.bulk-action .btn-cart.disabled:hover,
.bulk-action .cite-multiple.disabled:hover,
.bulk-action .expand-all-toggle.disabled:hover,
.bulk-action .download-multiple button.disabled:hover {
  background-color: transparent;
}
.bulk-action .expand-all-toggle {
  float: right;
}
.bulk-action .download-multiple {
  padding: 0;
  /* Mirror behaviour of "Mark all" button. */

  text-align: center;
}
@media (min-width: 810px) {
  .bulk-action .download-multiple {
    text-align: initial;
  }
}
.bulk-action .download-multiple .download-all-control-container {
  position: relative;
  display: inline-block;
}
.bulk-action .download-multiple .download-all-control-container > button {
  padding-left: 8px;
}
.bulk-action .download-multiple .download-all-control-container > button .icon {
  padding-left: 1em;
  background-color: inherit;
}
.bulk-action .download-multiple .download-all-control-container > button.disabled .icon {
  color: transparent;
}
.bulk-action .download-multiple .download-all-control-container > button.disabled:focus {
  background: none;
  outline: 1px dotted black;
}
.bulk-action .download-multiple .download-all-options {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
  outline: 1px solid white;
  margin-top: 1px;
}
.bulk-action .download-multiple .download-all-options button {
  display: block;
  width: 100%;
  border-bottom: 1px white solid;
}
.download-all-request-popup h2 {
  margin-bottom: 15px !important;
}
.download-all-request-popup .download-all-request-form {
  width: 100%;
  font-size: 14px !important;
}
.download-all-request-popup .download-all-request-form input {
  width: 100%;
  margin: 5px 0 5px 0;
}
.download-all-request-popup .download-all-request-form label.error {
  color: #d20006;
}
.download-all-request-popup .download-all-request-form .download-all-email-error {
  display: block;
  min-height: 1.5em;
  /* Pre-allocate space. */

}
.download-all-request-popup .download-all-request-form .btn {
  margin-top: 10px;
  font-size: 14px;
  width: auto;
  min-width: 160px;
  padding: 0 1.5em;
  box-sizing: border-box;
}
.download-all-request-popup .download-all-request-form div.limited-subscription-info {
  margin-bottom: 0.5em;
}
.download-all-request-popup .download-all-request-form div.limited-subscription-info .downloads-available,
.download-all-request-popup .download-all-request-form div.limited-subscription-info .downloads-required {
  font-weight: bold;
}
.download-all-request-popup .download-all-request-form .download-all-working,
.download-all-request-popup .download-all-request-form .download-all-working:hover {
  background: #E0E3E4;
  color: #999;
  border: 1px solid #CCC;
  cursor: default;
}
.download-all-request-popup .download-all-request-form .download-all-working:hover,
.download-all-request-popup .download-all-request-form .download-all-working:hover:hover {
  color: #999;
}
#download-all-insufficient-downloads .download-stats {
  padding-left: 2em;
  display: table;
}
#download-all-insufficient-downloads .download-stats .table-row {
  display: table-row;
}
#download-all-insufficient-downloads .download-stats .table-row .table-cell {
  display: table-cell;
}
#download-all-insufficient-downloads .download-stats .table-row .table-cell + .table-cell {
  padding-left: 0.5em;
}
#download-all-unavailable .popup-content-container > .icon-warning-sign {
  padding-right: 40px;
}
#download-all-unavailable .popup-content-container > .popup-content {
  margin-right: 80px;
}
.icon-shopping-cart,
.icon-download-alt {
  margin-right: 5px;
  font-size: 18px;
}
.btn.disabled {
  color: #929292;
  cursor: default;
}
.btn.disabled:hover {
  background: none;
}
.disabled-color {
  color: #777777;
}
.save-item-btn {
  float: right;
}
.save-item-btn .btn {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0px 20px;
  margin-right: 0px;
}
.save-item-btn .btn:focus,
.save-item-btn .btn:hover {
  background: #9db44a;
  color: white;
}
.save-item-btn .btn:hover {
  color: white;
}
.result-item-meta {
  border: 1px solid #9db44a;
  padding: 10px;
  background-color: white;
  margin-bottom: 10px;
}
.result-item-meta p:empty {
  padding: 0;
  margin: 0;
}
.result-item-meta p:last-child {
  margin: 0;
}
.btn-clear {
  background: transparent;
  padding-right: 30px;
  padding-left: 0;
}
.btn-clear:before {
  border: 0;
  background: transparent;
}
/* overrides of tab link style to check that content is actually loaded! */
.js .result-item-links .tab-list-selected a {
  background: none;
  color: #9db44a;
}
.js .result-item-links .tab-list-selected a:hover {
  background: none;
}
.rating-count {
  display: inline;
  line-height: 16px;
}
.star-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 23px;
  height: 23px;
  color: #333f73;
  overflow: hidden;
  width: 100px;
}
.star-container.star-hilight {
  width: 0;
}
.icon-star,
.icon-star-empty {
  display: inline-block;
  width: 18px;
  height: 25px;
  font-size: 16px;
  color: #c5c6c6;
}
.p13n-rating-editor-modal .icon-star,
.p13n-rating-editor-modal .icon-star-empty {
  cursor: pointer;
  color: #333f73;
}
.icon-check,
.icon-check-empty {
  position: absolute;
  top: 14px;
  left: 30px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  font-size: 22px;
  color: #3D64AA;
}
.icon-check + span,
.icon-check-empty + span {
  width: 80px;
  display: inline-block;
  text-align: left;
  margin-left: 5px;
}
.btn-select .icon-check,
.btn-select .icon-check-empty {
  position: relative;
  top: 5px;
  left: 0px;
}
.star-hilight .icon-star {
  color: #ff9933;
}
.star-container.star-5 {
  width: 100px;
}
.star-container.star-4 {
  width: 80px;
}
.star-container.star-3 {
  width: 60px;
}
.star-container.star-2 {
  width: 40px;
}
.star-container.star-1 {
  width: 20px;
}
.star-container.star-0 {
  width: 0px;
}
.document-title p {
  display: inline;
}
.article-meta {
  position: relative;
  clear: both;
  margin-bottom: 15px;
}
.article-meta .ref-list {
  overflow-wrap: break-word;
  word-break: break-word;
}
.article-meta .ref-list:before,
.article-meta .ref-list:after {
  content: " ";
  display: table;
}
.article-meta .ref-list:after {
  clear: both;
}
.article-meta .icon-mark {
  left: -25px;
}
.article-meta .pipe-separator {
  color: #c0c3c4;
}
.article-meta .download-desc {
  color: #929292;
}
.article-meta dt {
  margin-bottom: 1px;
}
.article-meta dd {
  margin-bottom: 1px;
}
.article-meta .article-meta-hidden {
  display: none;
  margin-top: -15px;
}
.article-meta .meta-show-more {
  color: #333f73;
  font-weight: bold;
  cursor: pointer;
}
.article-meta .meta-show-more:hover {
  color: #9db44a;
}
.article-meta .abstract {
  margin-top: 20px;
}
.document-title ~ .result-item-stars .result-item-stars {
  margin-bottom: 0;
}
.document-title ~ .result-item-stars .result-item-stars .star-container {
  cursor: pointer;
}
/* article display */
.result-item-meta .download-desc {
  color: #929292;
}
.white {
  background-color: white;
}
.article-section .indent-main-section {
  padding-bottom: 30px;
}
.article-section .article-info {
  margin-bottom: 20px;
  border-bottom: solid 2px #d6d6d6;
}
.article-section .article-info .generated-references {
  margin-top: 10px;
}
.article-section .article-info .generated-references .cell {
  margin-left: 0px;
}
.article-section .top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-section .result-item-action-btn {
  margin: 0px 0px 0px 5px;
}
.article-section .result-item-stars .rating-count {
  font-size: 80%;
}
.article-section .result-item-stars label {
  width: 150px;
}
.article-section .result-item-stars .result-item-action-btn {
  margin: 20px 0px 0px 0px;
  float: left;
  clear: both;
}
.article-section .p13n-star-row {
  display: block;
  width: 100%;
  clear: both;
}
.article-section .p13n-star-row .result-item-stars {
  margin-top: -4px;
  width: 100px;
}
.article-section .p13n-star-row .rating-count {
  display: none;
}
.article-section .highlighted {
  padding: 5px 10px;
}
.article-section dd,
.article-section dl {
  line-height: 20px;
  font-weight: bold;
}
.document-title {
  display: inline;
  font-size: 22px;
  line-height: 30px;
  margin-right: 5px;
}
.added-to-cart {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0px 20px;
  color: #333f73;
  background-color: #9db44a;
  font-weight: bold;
}
.added-to-cart:focus,
.added-to-cart:hover {
  background: #9db44a;
  color: white;
}
.added-to-cart:hover {
  color: white;
}
.pricing .added-to-cart {
  float: right;
}
.pricing {
  padding: 10px 0 0 5px;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 10px;
}
.pricing:before,
.pricing:after {
  content: " ";
  display: table;
}
.pricing:after {
  clear: both;
}
.pricing .btn,
.pricing .price-table {
  margin-bottom: 10px;
  float: left;
  height: 35px;
}
.pricing .btn td,
.pricing .price-table td {
  font-weight: bold;
  vertical-align: top;
}
.pricing .btn td.price,
.pricing .price-table td.price,
.pricing .btn td.free,
.pricing .price-table td.free {
  color: #333f73;
  padding-left: 15px;
}
.pricing .one-price,
.pricing .member-price,
.pricing .non-member-price {
  float: left;
  clear: left;
  font-weight: bold;
  width: 35%;
}
.pricing .one-price .price,
.pricing .member-price .price,
.pricing .non-member-price .price,
.pricing .one-price .free,
.pricing .member-price .free,
.pricing .non-member-price .free {
  color: #333f73;
}
.pricing button.result-item-action-btn,
.pricing a.result-item-action-btn {
  float: right;
  margin-bottom: 10px;
}
.pricing .controls {
  display: inline-block;
  padding: 5px 0;
  width: 65%;
}
.pricing .controls form {
  display: inline;
}
.pricing .controls .result-item-action-btn {
  float: right;
}
.pricing.not-logged {
  padding: 1px 17px 15px;
}
.get-pdf {
  background-color: #e08d0c;
}
.pricing span {
  display: inline-block;
  width: 12em;
  margin: 3px 0;
}
.pricing span.price {
  font-weight: bold;
  width: auto;
}
.article-actions .save-item-btn {
  margin-left: 5px;
}
.article-actions form {
  float: right;
}
.article-actions a {
  float: right;
}
.file-stats {
  width: 100%;
  margin: 20px 0px 10px 0px;
  border-top: 1px solid #E5E6E6;
  border-bottom: 1px solid #E5E6E6;
  padding: 20px 0px 20px 0px;
}
.file-stats table {
  margin: 0px;
}
.file-stats table td {
  padding: 0px 10px 0px 0px;
  font-size: 15px;
}
.file-stats table td.stat {
  padding-right: 30px;
}
dl:before,
dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  float: left;
  min-width: 130px;
  clear: left;
  margin-bottom: 10px;
  font-weight: bold;
}
dl dd {
  float: left;
  width: 450px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.select2-container .select2-choice {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  margin-right: 0 !important;
}
.select2-container .select2-choice .tc {
  padding: 8px 10px ;
  background: none;
  border: 0;
  position: static;
  filter: none;
}
.select2-container .select2-choice > span,
.select2-results .select2-result-label {
  padding: 0;
  display: table;
}
.select2-container .select2-choice > span .tc,
.select2-results .select2-result-label .tc {
  padding: 3px 7px 4px;
  display: table-cell;
}
.select2-container .select2-choice > span .tc-1,
.select2-results .select2-result-label .tc-1 {
  width: 18%;
  background: rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choice > span .tc-2,
.select2-results .select2-result-label .tc-2 {
  padding: 0 7px;
  width: 72%;
}
.select2-container .select2-choice > span .tc-3,
.select2-results .select2-result-label .tc-3 {
  text-align: right;
  width: 10%;
}
.search-field .select2-container .select2-choice > span .tc {
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-choice > span .tc-2 {
  max-width: 105px;
  min-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.oldie .search-field .select2-container .select2-choice > span,
.ie .search-field .select2-container .select2-choice > span {
  width: 100%;
}
.oldie .search-field .select2-container .select2-choice > span .tc,
.ie .search-field .select2-container .select2-choice > span .tc {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}
.oldie .select2-container .select2-choice > span,
.ie .select2-container .select2-choice > span {
  width: 160px;
  display: inline-block;
}
.oldie .select2-container .select2-choice > span .tc-2,
.ie .select2-container .select2-choice > span .tc-2 {
  width: 105px;
  max-width: 105px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  display: inline-block;
}
.oldie .select2-container .select2-choice > span .tc-3,
.ie .select2-container .select2-choice > span .tc-3 {
  float: right;
  width: 35%;
}
.related {
  margin-top: 30px;
}
.related .may-also {
  margin-bottom: 0px;
}
.related .result-item {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}
.related .result-item .top {
  padding-left: 0px;
}
.select2-container .select2-choice abbr,
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-search input.select2-active,
.select2-more-results.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background-image: none;
}
.select2-container .select2-choice {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #333f73;
  display: block;
  filter: none;
}
.select2-container .select2-choice:focus,
.select2-container .select2-choice:hover {
  background: #9db44a;
  color: white;
}
.select2-container .select2-choice:before,
.select2-container .select2-choice:after {
  content: "";
  position: absolute;
}
.select2-container .select2-choice:before {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.select2-container .select2-choice.btn-right:after {
  border-left: 5px solid #9db44a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 4px;
  right: 12.5px;
}
.select2-container .select2-choice.btn-down:after {
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
.select2-container .select2-choice.btn-up:after {
  border-bottom: 5px solid #9db44a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 12.5px;
  right: 10px;
}
.select2-container .select2-choice.btn-plus:after {
  content: "+";
  color: #9db44a;
  font-size: 16px;
  width: 10px;
  right: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  top: 1px;
}
.select2-container .select2-choice.btn-plus .btn-inner:after {
  content: "";
  position: absolute;
  height: 10px;
  top: 10px;
}
.select2-container .select2-choice.btn-minus:after {
  border-bottom: 2px solid #9db44a;
  width: 10px;
  top: 12px;
  right: 10px;
}
.select2-container .select2-choice.btn-invert {
  /*background: @footBorder;*/

  /*color: #333;*/

  /*&:before {*/

  /*border-left-color: @btnBase;*/

  /*background: @btnBase;*/

  /*}*/

}
.select2-container .select2-choice:before {
  background: #333f73;
  border-left: 1px solid white;
}
.select2-container .select2-choice:after {
  background: #333f73;
}
.select2-container .select2-choice.btn-right:after {
  border-left: 5px solid #9db44a;
}
.select2-container .select2-choice:after {
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
.select2-container .select2-choice > span {
  margin-right: 0;
}
.select2-container .select2-choice > div {
  display: none;
}
.select2-container .select2-choice:hover {
  color: #333f73;
}
.select2-container.select2-dropdown-open .select2-choice {
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #333f73;
  /*background: @footBorder;*/

  /*color: #333;*/

  /*&:before {*/

  /*border-left-color: @btnBase;*/

  /*background: @btnBase;*/

  /*}*/

}
.select2-container.select2-dropdown-open .select2-choice:before,
.select2-container.select2-dropdown-open .select2-choice:after {
  content: "";
  position: absolute;
}
.select2-container.select2-dropdown-open .select2-choice:before {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.select2-container.select2-dropdown-open .select2-choice.btn-right:after {
  border-left: 5px solid #9db44a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 4px;
  right: 12.5px;
}
.select2-container.select2-dropdown-open .select2-choice.btn-down:after {
  border-top: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
.select2-container.select2-dropdown-open .select2-choice.btn-up:after {
  border-bottom: 5px solid #9db44a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 12.5px;
  right: 10px;
}
.select2-container.select2-dropdown-open .select2-choice.btn-plus:after {
  content: "+";
  color: #9db44a;
  font-size: 16px;
  width: 10px;
  right: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  top: 1px;
}
.select2-container.select2-dropdown-open .select2-choice.btn-plus .btn-inner:after {
  content: "";
  position: absolute;
  height: 10px;
  top: 10px;
}
.select2-container.select2-dropdown-open .select2-choice.btn-minus:after {
  border-bottom: 2px solid #9db44a;
  width: 10px;
  top: 12px;
  right: 10px;
}
.select2-container.select2-dropdown-open .select2-choice.btn-invert {
  /*background: @footBorder;*/

  /*color: #333;*/

  /*&:before {*/

  /*border-left-color: @btnBase;*/

  /*background: @btnBase;*/

  /*}*/

}
.select2-container.select2-dropdown-open .select2-choice:before {
  background: #333f73;
  border-left: 1px solid white;
}
.select2-container.select2-dropdown-open .select2-choice:after {
  background: #333f73;
}
.select2-container.select2-dropdown-open .select2-choice.btn-right:after {
  border-left: 5px solid #9db44a;
}
.select2-container.select2-dropdown-open .select2-choice:after {
  border-bottom: 5px solid #9db44a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 12.5px;
  right: 10px;
}
.select2-container.select2-dropdown-open .select2-choice:before {
  border-bottom-right-radius: 0;
}
.select2-drop-active {
  border: 0;
  background: #333f73;
}
.select2-search {
  padding-top: 4px;
}
.select2-results .select2-highlighted {
  background: #566f90;
}
.select2-drop .select2-input {
  background: #fff;
}
.select2-container,
.select2-container div,
.select2-container-active .select2-choice {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.advanced-search-tab .select2-container.select2-drop-above .select2-choice,
.advanced-search-tab .select2-container .select2-choice {
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  background: #333f73;
  color: white;
}
.advanced-search-tab .select2-container.select2-drop-above .select2-choice div,
.advanced-search-tab .select2-container .select2-choice div {
  background: transparent;
  border: none;
}
.advanced-search-tab .select2-container.select2-drop-above .select2-choice div.tc,
.advanced-search-tab .select2-container .select2-choice div.tc {
  height: 40px;
  color: white;
  display: table-cell;
  padding: 0px 12px;
}
.advanced-search-tab .select2-container.select2-dropdown-open .select2-choice:after {
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0;
  top: 17px;
  right: 14px;
  pointer-events: none;
}
.society-logo {
  float: left;
  margin-right: 20px;
}
.society-logo img {
  border: 1px solid #f3f5f5;
  margin-bottom: 10px;
}
.society-header {
  padding-top: 30px;
}
.society-list .society-list-logo {
  width: 50px;
  min-height: 50px;
}
.society-list .society-list-logo img {
  display: block;
}
.published-year {
  display: inline-block;
  padding: 2px 5px 2px 0;
  width: 8%;
  font-weight: bold;
  vertical-align: top;
}
.conf-soc-summary-left {
  display: inline-block;
  width: 70%;
  padding: 2px 5px;
}
.conf-soc-summary-right {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  padding: 2px 5px;
  font-weight: normal;
}
.sgk-login-section {
  text-align: center;
  float: right;
  padding-top: 0px;
  width: 100%;
}
.sgk-login-section .subscribed-text {
  vertical-align: top;
  display: inline-block;
}
.sgk-login-section .subscribed-text .account-name {
  display: inline-block;
}
.sgk-login-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.sgk-login-popup .sgk-login-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.sgk-login-popup .sgk-login-modal {
  background: #F3F5F5;
  width: 450px;
  margin: 50px auto;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 101;
}
.sgk-login-popup fieldset {
  border: none;
}
.sgk-login-popup .form-actions {
  margin-top: 15px;
}
.sgk-login-popup .close {
  position: absolute;
  right: 10px;
}
.oldie .sgk-login-overlay {
  filter: alpha(opacity=35);
}
/*
Conference
*/
.page-conferences .year {
  margin-bottom: 0;
}
.page-conferences .year .row {
  vertical-align: top;
}
.page-conferences .year .row:before,
.page-conferences .year .row:after {
  content: " ";
  display: table;
}
.page-conferences .year .row:after {
  clear: both;
}
.page-conferences .year .conference-year.collapsed-display {
  margin-bottom: 5px;
}
.page-conferences .year .conference-year.expanded-display {
  margin-bottom: 0;
}
.page-conferences .year .conference-year {
  display: none;
}
.page-conferences .year .conference-year.group1 {
  display: block;
}
.more-btn {
  margin-top: 10px;
}
.society-article-list {
  padding: 0;
  margin: 0 0 15px;
  border: 1px solid #9db44a;
  border-bottom: 0;
  font-weight: bold;
  background: #e5eff8;
}
.society-article-list .year-conferences-list {
  position: relative;
  padding: 5px 10px 5px 15px;
  border-bottom: 1px solid #9db44a;
}
.society-article-list .year-conferences-list:hover {
  background: #fff;
}
.society-article-list.SPE {
  border: 0;
  background: none;
}
.society-article-list.SPE .year-conferences-list {
  padding: 0;
  margin: 0 0 15px;
  border: 1px solid #9db44a;
  border-bottom: 0;
  font-weight: bold;
  background: #e5eff8;
}
.society-article-list.SPE .year-conferences-list:hover {
  background: #e5eff8;
}
.society-article-list.SPE .year-conferences-list .row {
  position: relative;
  padding: 5px 10px 5px 15px;
  border-bottom: 1px solid #9db44a;
}
.society-article-list.SPE .year-conferences-list .row:hover {
  background: #fff;
}
.society-article-list.SPE .year-conferences-list.collapsed-display {
  display: none;
}
.society-article-list.SPE .year-conferences-list.expanded-display {
  display: block;
  margin-bottom: 15px;
}
.society-article-list.SPE .year .conference-year.collapsed-display {
  font-size: 12px;
  padding: 5px 10px 5px 15px;
  background: #E0E3E4;
  color: #3D64AA;
  cursor: pointer;
}
.society-article-list.SPE .year .conference-year.collapsed-display:hover {
  background: #EEEFF0;
  color: #547DC9;
}
.society-article-list.SPE .year .conference-year.expanded-display {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 5px 15px;
  background: #9db44a;
  cursor: pointer;
}
.society-article-list.SPE .year .conference-year.expanded-display:hover {
  background: #A9D792;
}
.SPE .conf-soc-summary-left {
  width: 79%;
  padding-left: 0;
}
.SPE .page-conferences .year {
  margin-bottom: 10px;
}
.rate-section .p13n-star-row {
  margin-bottom: 0px;
}
.volume-list {
  background-color: white;
  padding: 20px;
}
.volume-list .volume-no {
  background: none;
  border: 0;
  color: #333f73;
  vertical-align: bottom;
}
.volume-list .volume-no:hover,
.volume-list .volume-no:focus {
  color: #333f73;
}
.toc {
  background-color: white;
}
.toc .hidden {
  display: none;
}
.toc li {
  line-height: 20px;
  padding: 2px 5px;
}
.toc li ul {
  margin: 0;
  padding-left: 40px;
}
.toc .toggle-section {
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}
.toc .open {
  display: block;
}
.toc .active {
  padding-right: 0px;
}
.toc .active span {
  font-weight: bold;
  color: #9db44a;
  display: block;
  padding: 2px 10px;
  width: 100%;
  left: -10px;
  position: relative;
}
.toc .icon,
.conference-days .icon,
.journal-content .icon {
  height: 19px;
  width: 20px;
  background-color: #333f73;
  color: white;
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
}
.toc .volume-no,
.conference-days .volume-no,
.journal-content .volume-no {
  background: none;
  border: 0;
  color: #333f73;
  vertical-align: bottom;
}
.conference-day-header {
  padding: 20px 20px 35px 20px;
}
.conference-day-header .day,
.conference-day-header .date {
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.conference-day-header .day {
  float: left;
}
.conference-day-header .date {
  float: right;
}
.conference-days .session,
.journal-content .session {
  border: solid 1px #9db44a;
  margin: 5px 20px;
}
.conference-days .session .volume-no,
.journal-content .session .volume-no {
  padding: 0px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.conference-days .session .volume-no .icon,
.journal-content .session .volume-no .icon {
  margin-right: 0px;
}
.conference-days .session h2,
.journal-content .session h2 {
  float: left;
  margin-bottom: 0px;
  padding-right: 20px;
}
.conference-days .session .lower,
.journal-content .session .lower {
  display: none;
}
.conference-days .session .lower.startExpanded,
.journal-content .session .lower.startExpanded {
  display: block;
}
.conference-days .session .lower > .bulk-action,
.journal-content .session .lower > .bulk-action {
  padding: 10px 0;
  border-bottom: solid 1px #9db44a;
}
.conference-days .session .top-header,
.journal-content .session .top-header {
  position: relative;
  cursor: pointer;
}
.conference-days .session .top-header.expanded,
.journal-content .session .top-header.expanded {
  background-color: #9db44a;
  color: white;
}
.conference-days .session .top-header,
.journal-content .session .top-header,
.conference-days .session .intro,
.journal-content .session .intro {
  background-color: #edf3f8;
  padding: 10px;
}
.conference-days .session .intro,
.journal-content .session .intro {
  border-top: solid 2px white;
}
.conference-days .session .intro .bulk-action,
.journal-content .session .intro .bulk-action {
  padding-bottom: 0;
}
.conference-days .session .icon-check,
.journal-content .session .icon-check,
.conference-days .session .icon-check-empty,
.journal-content .session .icon-check-empty {
  left: 10px;
}
.conference-days .session .icon-check + span,
.journal-content .session .icon-check + span,
.conference-days .session .icon-check-empty + span,
.journal-content .session .icon-check-empty + span {
  width: 165px;
}
.conference-days .session .bulk-action,
.journal-content .session .bulk-action {
  padding-top: 10px;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 820px) {
  .conference-days .session .bulk-action,
  .journal-content .session .bulk-action {
    padding-top: 10px;
    flex-direction: row;
  }
}
.conference-days .session .submit-forms,
.journal-content .session .submit-forms {
  margin-left: unset;
  align-self: center;
}
@media (min-width: 820px) {
  .conference-days .session .submit-forms,
  .journal-content .session .submit-forms {
    align-self: unset;
    margin-left: auto;
  }
}
.conference-days .session .result-item,
.journal-content .session .result-item {
  padding: 0px;
  margin: 5px;
}
.conference-days .session .result-item .top,
.journal-content .session .result-item .top {
  padding-top: 15px;
  padding-bottom: 20px;
}
.conference-days .session .result-item .icon-check,
.journal-content .session .result-item .icon-check,
.conference-days .session .result-item .icon-check-empty,
.journal-content .session .result-item .icon-check-empty {
  left: 5px;
  top: 15px;
}
.conference-days .session .result-item .result-item-logo,
.journal-content .session .result-item .result-item-logo {
  margin-top: 10px;
}
#page-mark-toolbar.bulk-action {
  padding-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 810px) {
  #page-mark-toolbar.bulk-action {
    flex-direction: row;
  }
}
#page-mark-toolbar.bulk-action .btn__markall {
  margin-right: 10px;
}
#page-mark-toolbar.bulk-action .mark-toolbar-submits {
  align-self: center;
  margin-bottom: 10px;
}
@media (min-width: 810px) {
  #page-mark-toolbar.bulk-action .mark-toolbar-submits {
    flex-direction: row;
    margin-left: auto;
    margin-bottom: auto;
    align-self: unset;
  }
}
.session-conference-pagination {
  margin-top: 15px;
}
.keyline {
  background-color: #9db44a;
  height: 5px;
}
.journal-content .icon-check + span,
.journal-content .icon-check-empty + span {
  width: 155px;
}
.sidebar .toc,
.sidebar .feature,
.sidebar img {
  margin-bottom: 20px;
}
.sidebar img {
  width: 100%;
}
.sidebar a,
.sidebar img {
  overflow: hidden;
}
.view-control-section {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #9db44a;
  text-align: right;
}
#hidden-addthis {
  position: absolute;
  left: -1000000px;
  top: 0;
}
/* Citation Styling */
.citation-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 101;
}
.citation-popup-container .citation-popup {
  background: #fff;
  position: relative;
  padding: 15px;
  margin: 50px auto;
  width: 500px;
  border-radius: 5px;
  border: 1px solid #455278;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  max-height: 80%;
  overflow-y: auto;
  -ms-overflow-style: auto;
}
.citation-popup-container .citation-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.citation-popup-container .citation-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.oldie .citation-popup-container .citation-popup {
  overflow-y: scroll;
}
.citation-popup-main .close {
  display: none;
}
th.citation-table-left,
th.citation-table-right {
  text-align: left;
  padding-bottom: 10px;
}
.citation-table-right {
  padding-left: 15px;
  padding-right: 10px;
  vertical-align: top;
}
.cite-export-text {
  padding-right: 10px;
}
.csl-entry {
  padding-bottom: 10px;
}
.p13n-citation-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 101;
}
.p13n-citation-popup .p13n-modal-window {
  position: fixed;
  top: 10%;
  margin-left: -265px;
  left: 50%;
  display: block;
  border-radius: 5px;
  width: 530px;
  background: #FFF;
  z-index: 101;
  max-height: 80%;
  overflow-y: auto;
}
.p13n-citation-popup .p13n-modal-window .close {
  position: absolute;
  top: 10px;
  right: -10px;
}
.p13n-citation-popup .citation-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
/* Pagination styling */
html .content .page-qty-select-display {
  width: 75px;
  margin-right: 0px;
  cursor: pointer;
}
.print-page,
.export-pdf {
  float: right;
  margin-left: 10px;
}
.search-nav .paginationQuantity label.label {
  display: inline-block;
}
.search-nav .pagination {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.search-nav .pagination .clearfix {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}
.search-nav .pagination .clearfix li {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-nav .pagination .clearfix li {
    margin: 0px 2px;
  }
}
.search-nav .pagination .clearfix li a {
  padding: 6px 10px;
  display: block;
}
.search-nav .pagination .clearfix li a:hover {
  color: #333f73;
}
.search-nav .pagination .clearfix .list-btn a {
  padding: 0px 10px;
  line-height: 30px;
}
.search-nav .pagination .clearfix .list-btn .btn {
  background-color: #333f73;
  height: 30px;
}
.search-nav .pagination .clearfix .list-btn:hover {
  background: none;
}
.search-nav .pagination .clearfix .active,
.search-nav .pagination .clearfix .active:hover {
  background-color: #9db44a;
  cursor: default;
  color: white;
}
.search-nav .pagination .clearfix .active a,
.search-nav .pagination .clearfix .active:hover a,
.search-nav .pagination .clearfix .active a:visited,
.search-nav .pagination .clearfix .active:hover a:visited {
  color: #333;
}
.search-nav .pagination .fa {
  color: #fff;
  line-height: 28px;
  display: block;
  vertical-align: middle;
}
.border {
  border: 1px solid #d6d6d6;
}
.page-journals .main,
.page-conferences .main,
.page-papers .main,
.page-searchresults .main,
.page-most-tabs .main {
  margin-bottom: 20px;
}
.shadow {
  box-shadow: 0 1px 3px #eeeeee;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rounded-border {
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px #eeeeee;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.indent-main-section {
  padding: 10px 20px;
}
.indent-main-section .day-nav-next {
  float: right;
}
.container-publication-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.container-publication-date .pub-date {
  margin-left: auto;
}
.multi-chevron {
  display: inline-block !important;
}
.sub-title {
  margin-bottom: 10px;
}
.journal-listing,
.society-list {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  margin: 0 0 15px;
  list-style: inside decimal;
  border: 1px solid #9db44a;
  border-bottom: 0;
  font-weight: bold;
  background: #e5eff8;
}
.journal-listing .row,
.society-list .row {
  position: relative;
  border-bottom: 1px solid #9db44a;
  -moz-box-sizing: border-box;
  padding: 5px 10px;
}
.journal-listing .row:hover,
.society-list .row:hover {
  background: #fff;
}
.journal-listing tr,
.society-list tr {
  position: relative;
  border-bottom: 1px solid #9db44a;
  -moz-box-sizing: border-box;
}
.journal-listing tr td,
.society-list tr td {
  padding: 5px 10px;
}
.journal-listing tr:hover td,
.society-list tr:hover td {
  background-color: #fff;
  background-clip: padding-box;
}
.journal-listing .summary-right,
.society-list .summary-right {
  vertical-align: top;
  width: 20%;
  padding: 2px 0 2px 5px;
  display: inline-block;
  color: #111;
}
.journal-listing .summary-left,
.society-list .summary-left {
  width: 79%;
  display: inline-block;
  padding: 2px 5px 2px 0;
}
.society-list tr td {
  padding: 0 10px 0 0;
}
.society-list-name a {
  width: 100%;
  display: block;
}
.journal-main {
  display: inline-block;
  vertical-align: top;
}
.journal-main h3 {
  padding: 0 20px;
}
.journal-volume-issue-list {
  margin-bottom: 15px;
  display: inline-block;
  width: 140px;
}
.journal-volume-list:before,
.journal-volume-list:after {
  content: " ";
  display: table;
}
.journal-volume-list:after {
  clear: both;
}
.issue-list {
  display: none;
  padding-top: 0;
}
.issue-list:before,
.issue-list:after {
  content: " ";
  display: table;
}
.issue-list:after {
  clear: both;
}
.issue-list.issue-list-active {
  display: block;
}
.volume-label,
.issue-label {
  width: 12%;
  float: left;
  padding: 6px 10px;
  text-align: right;
}
.volume-inner {
  width: 88%;
  padding-right: 10px;
}
.volume-inner a {
  width: 100%;
  display: inline-block;
  padding: 6px 10px;
}
.issue-inner {
  border: 1px solid #9db44a;
  padding-right: 0px;
}
.issue-inner a,
.issue-inner span {
  display: block;
  text-indent: 10px;
  padding: 6px 5px 6px 0;
  font-weight: bold;
}
.volume-active {
  background-color: #9db44a;
  color: #fff;
}
.issue-active {
  background-color: #E0E3E4;
  color: #222;
}
/*** modal ***/
.p13n-rating-editor-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.oldie .p13n-rating-editor-overlay {
  filter: alpha(opacity=35);
}
.p13n-rating-editor-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.p13n-rating-editor-modal .btn-cancel,
.p13n-rating-editor-modal .btn-close,
.p13n-rating-editor-modal .btn-done {
  margin: 10px auto 0px;
  display: inline-block;
  position: relative;
  padding: 10px 10px;
  text-align: center;
}
.p13n-rating-editor-modal .btn-close,
.p13n-rating-editor-modal .btn-cancel {
  padding: 0px 20px;
}
.p13n-rating-editor-modal .btn-done {
  display: none;
  top: 10px;
}
.p13n-rating-editor-modal .button-block {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.p13n-rating-editor-modal .p13n-star-row {
  padding-bottom: 5px;
  clear: left;
  display: block;
}
.p13n-rating-editor-modal .rating-success {
  display: none;
}
.p13n-rating-editor-modal .rating-success .button-block {
  margin-top: 0px;
}
.p13n-rating-editor-modal-header .p13n-rating-editor-modal-close {
  float: right;
}
.p13n-rating-editor-inner {
  background: #fff;
  width: 450px;
  margin: 100px auto;
  padding: 15px;
  box-shadow: 0 0 1px 10px 10px rgba(0, 0, 0, 0.4);
  position: relative;
}
.p13n-rating-editor-inner .icon-remove-sign {
  position: absolute;
  top: 10px;
  right: 10px;
}
.p13n-modal-text {
  display: none;
}
.p13n-more-info {
  display: none;
}
.p13n-dd-login .p13n-more-info ul {
  margin-bottom: 0px;
}
.p13n-dd-login .p13n-more-info ul li {
  float: left;
  text-align: left;
  display: list-item;
  margin-left: 14px;
}
.p13n-dd-login .p13n-more-info ul li:hover {
  background-color: transparent;
  color: #333f73;
}
.p13n-modal-overlay {
  display: none;
}
.p13n-modal {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.p13n-modal .close {
  float: right;
  margin-top: -5px;
}
.p13n-modal > div {
  width: 300px;
  display: block;
  margin: 50px auto;
}
.p13n-modal + .p13n-modal-overlay {
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block;
}
.p13n-modal .p13n-modal-text {
  display: block;
}
.p13n-modal .p13n-dd-signin,
.p13n-modal .p13n-dd-signup {
  display: block;
}
.p13n-modal .p13n-dd-signup {
  overflow-y: auto;
}
.oldie .p13n-modal .p13n-dd-signup {
  overflow-y: auto;
}
.oldie .p13n-modal-overlay {
  filter: alpha(opacity=35);
}
.p13n-alert-hide {
  display: none;
}
/* Ecommerce styling */
.section-header {
  font-size: 18px;
}
.top-action-group {
  border-bottom: 1px solid #E5E6E6;
  float: left;
  width: 100%;
}
.top-action-group .sort-results {
  padding-bottom: 10px;
}
.purchase-list {
  clear: both;
  margin-bottom: 10px;
}
.purchase-list .sl-no {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}
.purchase-list .item-detail {
  display: inline-block;
  width: 95%;
}
.purchase-list .item-detail a {
  padding-bottom: 5px;
}
.purchase-list .item-detail .invoice-link {
  margin-top: 5px;
}
.purchase-list .result-item-action-btn {
  float: left;
}
.purchase-list .row {
  display: block;
  width: 100%;
  padding: 15px 5px 0;
  border-bottom: 1px solid #E5E6E6;
  font-size: 15px;
}
.purchase-list .row a {
  display: block;
}
.purchase-list .row .purchase-id {
  color: #959899;
}
.purchase-list .purchase-detail {
  padding: 10px 0;
}
.back-button {
  margin: 20px 0;
}
.history-link {
  font-size: 11px;
  margin: 15px 0;
  display: block;
  float: none;
}
h1 .history-link {
  margin: 0;
  display: inline-block;
  float: right;
}
.cart-item-list,
.item-list {
  width: 100%;
}
.cart-item-list td,
.item-list td {
  border-bottom: 1px solid #E5E6E6;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
}
.cart-item-list .col-sl-no,
.item-list .col-sl-no {
  width: 3%;
  text-align: left;
  vertical-align: top;
}
.cart-item-list .col-left,
.item-list .col-left {
  width: 72%;
  text-align: left;
}
.cart-item-list .col-right,
.item-list .col-right {
  width: 25%;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}
.item-list td {
  padding: 10px 0;
}
.item-list .col-left {
  padding-left: 5px;
}
.control-group {
  padding: 5px 0;
}
.control-group label {
  display: block;
  clear: both;
  font-size: 14px;
  padding: 4px 0;
}
.control-group label.checkbox {
  display: inline-block;
  clear: left;
}
.control-group .controls {
  padding-top: 3px;
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
}
.control-group .controls input {
  display: inline-block;
  padding: 4px 10px;
  line-height: 18px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #d6d6d6;
  margin-right: 5px;
  width: 400px;
  font-size: 14px;
}
.control-group .controls input[type="checkbox"] {
  width: auto;
  margin: 0 10px;
}
.control-group .controls .select {
  width: 400px;
}
.control-group .controls .select select {
  width: 420px;
  font-size: 14px;
  padding: 2px 10px;
  color: white;
  outline: none;
  border: none;
}
.control-group .controls .select.date-fields {
  width: 100px;
  display: inline-block;
}
.control-group .error {
  display: block;
  color: #d20006;
  font-weight: bold;
}
.control-group span.error ~ input {
  border-color: #d20006;
}
#forgot-password-form {
  padding-bottom: 40px;
}
.modal-footer {
  padding-top: 10px;
}
.modal-footer input {
  height: 34px;
  line-height: 34px;
  padding: 0px 28px;
  font-size: 14px;
}
.form-links {
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
.e-commerce {
  font-size: 14px;
}
.remove-item-link {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  padding: 0px 10px;
  line-height: 30px;
  height: 30px;
}
.progress-breadcrumb {
  margin-top: 10px;
  margin-bottom: 15px;
}
.pri-control-section {
  width: 100%;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.pri-control-section .row {
  font-size: 14px;
}
.pri-control-section p {
  padding-top: 1.5em;
  margin-bottom: 5px;
}
.pri-control-section .sub-total {
  font-size: 16px;
  padding: 0 0 15px;
}
.pri-control-section .total {
  font-size: 16px;
  margin: 15px 0;
}
.pri-control-section .btn-pri {
  font-size: 18px;
  width: auto;
  padding: 0px 20px;
}
.confirmation-popup-container {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  display: none;
}
.confirmation-popup-container .confirmation-popup-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.confirmation-popup-container.show-popup {
  display: block;
}
.confirmation-popup {
  position: relative;
  background-color: white;
  padding: 20px 20px 10px 20px;
  z-index: 999;
  border: 1px solid #455278;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 50px auto;
  width: 500px;
  text-align: left;
  font-size: 12px;
}
.confirmation-popup p {
  margin-top: 0;
  padding-top: 0;
}
.confirmation-popup .buttons-section {
  height: 40px;
}
.confirmation-popup .buttons-section .close {
  float: none;
  margin-top: 0px;
}
.confirmation-popup .buttons-section .btn {
  display: inline-block;
  margin-right: 15px;
  line-height: 25px;
  height: 25px;
  font-size: 12px;
}
.confirmation-popup .close {
  float: right;
  margin-top: -5px;
}
/* Accomodate limited subscription text in button on Windows Firefox. 
   Define here in order to take precedence over generic .confirmation-popup
   and to avoid taking precedence over mobile styling. */
.download-all-request-popup-box {
  width: 530px;
}
.braintree-logo {
  padding-top: 10px;
  display: block;
  width: 100%;
  text-align: right;
}
.order-progress-link {
  position: relative;
  padding: 7px 10px 7px 10px;
  margin-right: 12px;
  margin-bottom: 3px;
  background: #9db44a;
  width: 160px;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
}
.order-progress-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.order-progress-link:first-of-type:before {
  display: none;
}
.order-progress-link:before {
  top: 11px;
  left: -1px;
  border-left: 4px solid #9db44a;
  border-right: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.order-progress-link:after {
  top: 0px;
  right: -14px;
  border-left: 15px solid #9db44a;
  border-right: none;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.order-progress-link.prev {
  background: #333f73;
}
.order-progress-link.prev:after {
  border-left-color: #333f73;
}
.order-progress-link.next {
  background: #333f73;
}
.order-progress-link.next:before,
.order-progress-link.next:after {
  border-left-color: #333f73;
}
.limited-download-popup {
  position: relative;
  background-color: #e5eff8;
  padding: 20px;
  border: 1px solid #455278;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 50px auto;
  width: 500px;
}
.limited-download-popup you .buttons-section {
  height: 40px;
  margin-top: -10px;
}
.limited-download-popup you .buttons-section .close {
  margin-top: 10px;
  display: inline-block;
  visibility: hidden;
  float: none;
}
.limited-download-popup .close {
  float: right;
  margin-top: -5px;
  visibility: hidden;
}
.limited-download-popup .download-pdf,
.limited-download-popup .no-more-tokens,
.limited-download-popup .cart-full {
  margin-top: 10px;
  display: inline-block;
  margin-right: 15px;
  padding: 0px 20px;
}
.limited-download-popup .download-pdf {
  margin-top: 0px;
  margin-bottom: 5px;
}
.limited-download-popup .prevent-popup-section {
  margin-top: 10px;
}
.limited-download-popup .prevent-popup-section input {
  margin-right: 5px;
}
.journal-volume-issue-list {
  margin-bottom: 15px;
}
.limited-download-overlay {
  display: none;
}
.back-button-section {
  width: 500px;
  text-align: left;
  margin: 10px auto 0;
}
.limited-download-popup-container {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  display: none;
}
.limited-download-popup-container .limited-download-overlay {
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block;
}
.limited-download-popup-container.show-popup {
  display: block;
}
.limited-download-popup-container .limited-download-popup {
  z-index: 999;
}
.limited-download-popup-container .limited-download-popup .close {
  visibility: visible;
  top: 5px;
  width: 30px;
}
.limited-download-popup-container .back-button-section {
  display: none;
}
.above {
  z-index: 200;
}
.journal-volume-list:before,
.journal-volume-list:after {
  content: " ";
  display: table;
}
.journal-volume-list:after {
  clear: both;
}
.issue-list {
  display: none;
  padding-top: 0;
}
.issue-list:before,
.issue-list:after {
  content: " ";
  display: table;
}
.issue-list:after {
  clear: both;
}
.issue-list.issue-list-active {
  display: block;
}
.volume-label,
.issue-label {
  width: 12%;
  float: left;
  padding: 6px 10px;
  text-align: right;
}
/*** modal ***/
.p13n-rating-editor-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.oldie .p13n-rating-editor-overlay {
  filter: alpha(opacity=35);
}
.p13n-rating-editor-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.p13n-rating-editor-modal-header .p13n-rating-editor-modal-close {
  float: right;
}
.p13n-rating-editor-inner {
  background: #fff;
  width: 450px;
  margin: 100px auto;
  padding: 15px;
  box-shadow: 0 0 1px 10px 10px rgba(0, 0, 0, 0.4);
}
.result-item .p13n-star-row > label {
  display: none;
}
.no-script-msg {
  display: none;
}
.no-js .no-script-msg {
  display: block;
  width: 970px;
  margin: auto;
  padding: 5px 10px;
  background-color: #FFF6BF;
  color: #D12F19;
  border: 1px solid #ffd324;
}
.no-js .no-script-msg .icon-warning-sign {
  color: #D12F19;
  padding-right: 5px;
}
.data-p13n-filter-section {
  display: none;
}
.empty-list .data-p13n-filter-section {
  visibility: hidden;
}
.empty-list .p13n-bulk-actions {
  display: none;
}
.update-details-success,
.update-password-success,
.update-email-success {
  display: none;
  padding: 1px 5px;
  border: 1px solid;
  color: #4F8A10;
  background-color: #DFF2BF;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 11px;
}
.update-details-success .icon-ok-sign,
.update-password-success .icon-ok-sign,
.update-email-success .icon-ok-sign {
  color: #4F8A10;
  margin: 2px 6px 0 0;
  vertical-align: top;
  font-size: 12px;
  display: inline-block;
}
.update-details-success span,
.update-password-success span,
.update-email-success span {
  display: inline-block;
  width: auto;
  max-width: 90%;
}
.message-popup {
  padding: 20px 20px 15px 20px;
}
.message-popup .popup-content-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.message-popup .popup-content-container [class^="icon-"],
.message-popup .popup-content-container [class*=" icon-"] {
  margin: 0.3em 0.4em 0.5em 0;
}
.message-popup .popup-content-container .icon-ok-sign {
  color: #9db44a;
}
.message-popup .popup-content-container .icon-warning-sign {
  color: #ff9933;
}
.message-popup .popup-content-container .popup-content {
  font-size: 14px;
}
.message-popup .popup-content-container .popup-content-header {
  font-weight: bold;
}
.message-popup .btn {
  float: none;
  font-size: 14px;
}
/* elements to be invisible while loading */
.loading .limited-download-button {
  visibility: hidden;
}
.error-container {
  margin-top: 20px;
  margin-left: 44px;
}
/* block markup in titles */
.book-title p {
  display: inline;
}
.invoice-body dt,
.invoice-body dd {
  margin-bottom: 2px;
}
.invoice-body dd {
  min-width: 450px;
  width: auto;
}
.invoice-body .overview-details dt {
  min-width: 215px;
}
.invoice-body .overview-details dd {
  width: auto;
  min-width: 150px;
}
.back-link {
  float: right;
  line-height: 18px;
  vertical-align: bottom;
}
.invoice-header {
  border-bottom: 1px solid #E5E6E6;
  padding-bottom: 10px;
}
.invoice-body {
  margin-bottom: 40px;
}
.overview-details {
  border-bottom: 1px solid #E5E6E6;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.org-logo {
  max-width: 150px;
  max-height: 50px;
  display: block;
  margin-top: 5px;
}
.breadcrumbs {
  color: #3d64aa;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumbs a,
.breadcrumbs span {
  padding: 0 5px;
}
.breadcrumbs a:first-child {
  padding-left: 0;
}
.breadcrumbs .current {
  color: #333;
}
@media print {
  body {
    font-size: 10px;
  }
  .main-bg,
  .container {
    background-image: none !important;
    background-color: #FFF;
  }
  .cell-sec,
  .purchase-history-action,
  .top-action-group {
    display: none;
  }
  .cell {
    clear: both;
    width: auto;
    float: none;
    margin: 0px;
    padding: 0px;
  }
  .back-link {
    display: none;
  }
  #footer,
  #masthead {
    display: none;
  }
  .print-only {
    display: block;
  }
  .print-hide {
    display: none !important;
  }
}
.full-banner {
  margin: 0 15px 20px;
  padding: 15px;
  font-size: 12px;
  background: #e5e9e9;
  border-radius: 5px;
}
#domain-validate-sending {
  display: none;
  background: #E0E3E4;
  color: #999;
  cursor: default;
}
#domain-validate-sending:hover {
  color: #999;
}
.cart-item-list .error {
  color: #d20006;
}
.checkout-error {
  color: #d20006;
  font-size: 12px;
  visibility: hidden;
}
.generated-references .ref-label.cell {
  float: left;
  width: 5%;
  min-width: 30px;
  clear: left;
}
.generated-references .ref-content.cell {
  float: left;
  width: 90%;
  clear: none;
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  /*-moz-box-sizing: content-box;*/

  /*box-sizing: content-box;*/

  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  /*-moz-box-sizing: content-box;*/

  /*-webkit-box-sizing: content-box; [> 2 <]*/

  /*box-sizing: content-box;*/

}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
ul {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  margin: 0px;
  padding: 0px;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/**
 *  Vars
 */
/* active as of 08/2016 */
/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
.p13n-dd {
  position: relative;
}
.p13n-dd > div {
  display: none;
  position: absolute;
  right: 0;
  width: 340px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: #333f73;
  z-index: 3;
  border-top: 0;
  line-height: 16px;
}
.p13n-dd > div.p13n-dd-signin .p13n-dd-login {
  display: block;
}
.p13n-dd > div.p13n-dd-signup .p13n-dd-register {
  display: block;
}
.p13n-dd > div.p13n-dd-nav .p13n-dd-menu {
  display: block;
}
.p13n-dd .p13n-dd-login,
.p13n-dd .p13n-login,
.p13n-dd .p13n-dd-register,
.p13n-dd .p13n-dd-forgotten,
.p13n-dd .p13n-dd-menu {
  display: none;
}
.p13n-dd .p13n-dd-login h1,
.p13n-dd .p13n-login h1,
.p13n-dd .p13n-dd-register h1,
.p13n-dd .p13n-dd-forgotten h1,
.p13n-dd .p13n-dd-menu h1 {
  margin: 0px;
}
.p13n-dd .p13n-login .p13n-modal-text {
  display: none;
}
.p13n-dd .btn-signout {
  margin-top: 10px;
  width: 100%;
}
.p13n-dd .p13n-header,
.p13n-dd .p13n-welcome-msg {
  /*font-size: @font-regular;*/

  font-weight: normal;
  padding: 7px 0;
  background-color: #9db44a;
  color: white;
  width: 100%;
  text-align: center;
}
.p13n-dd .p13n-menu-hide {
  height: 42px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  margin: 0;
  background: none;
}
.p13n-dd .l-label,
.p13n-dd .r-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p13n-dd .p13n-optional {
  display: inline-block;
  margin: 0;
  font-size: 0.8em;
}
.p13n-dd .p13n-optional:after {
  content: '(optional)';
}
.p13n-dd form {
  margin-bottom: 0;
}
.p13n-dd .p13n-l-error,
.p13n-dd .p13n-r-error {
  color: #d20006;
}
.p13n-dd .p13n-form-row {
  margin: 0 0 9px;
}
.p13n-dd .p13n-form-row input {
  margin-bottom: 0;
  width: 100%;
}
.p13n-dd .p13n-form-row input[type=checkbox] {
  margin-top: 0;
  margin-right: 5px;
  width: auto;
}
.p13n-dd .p13n-form-row label.error {
  color: #d20006;
  margin: 0;
}
.p13n-dd .p13n-form-row label {
  position: relative;
  width: 100%;
  display: block;
  padding: 5px 10px 8px 2px;
  text-align: left;
  height: auto;
}
.p13n-dd .p13n-menu {
  background: #333f73;
  margin: 0;
  list-style: none;
}
.p13n-dd .p13n-menu i {
  font-style: normal;
}
.p13n-dd .p13n-menu li {
  position: relative;
  min-width: initial;
  float: none;
  text-align: left;
  border: 0;
  width: 100%;
  border-top: 1px solid white;
  cursor: pointer;
}
.p13n-dd .p13n-menu .menu-list-text {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.p13n-dd .p13n-menu .p13n-count {
  font-style: normal;
  font-weight: bold;
  color: white;
}
.p13n-dd .p13n-menu .menu-icon {
  width: 28px;
  height: 28px;
  background-color: #9db44a;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  margin: 4px 10px;
  background-image: none;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
}
.p13n-dd .p13n-menu a:hover,
.p13n-dd .p13n-menu li:hover,
.p13n-dd .p13n-menu a:focus,
.p13n-dd .p13n-menu li:focus {
  background: #9db44a;
}
.p13n-dd .p13n-menu a:hover .menu-icon,
.p13n-dd .p13n-menu li:hover .menu-icon,
.p13n-dd .p13n-menu a:focus .menu-icon,
.p13n-dd .p13n-menu li:focus .menu-icon {
  background: #333f73;
}
.p13n-dd .p13n-count {
  color: #333f73;
}
.p13n-dd .p13n-inner {
  padding: 0px 10px 10px 10px;
  text-align: left;
}
.p13n-dd .p13n-inner a {
  color: #333f73;
}
.p13n-dd .p13n-inner a:hover,
.p13n-dd .p13n-inner a:focus {
  color: #9db44a;
  background: none;
}
.p13n-dd .p13n-inner .menu-list-text a {
  color: white;
}
.p13n-dd .p13n-inner .menu-list-text a:hover {
  text-decoration: underline;
}
.p13n-dd .remember-me {
  float: left;
  width: auto;
}
.p13n-dd .forgotten-password {
  float: right;
  font-weight: normal;
}
.p13n-dd .p13n-checkbox-row {
  padding-bottom: 5px;
}
.p13n-dd-login .p13n-modal-text,
.p13n-dd-register .p13n-modal-text {
  display: none;
}
.p13n-footer {
  padding: 0 10px;
}
.p13n-footer ul,
.p13n-footer p {
  margin: 15px 0 10px 0;
}
.p13n-footer ul a,
.p13n-footer p a {
  color: #9db44a;
}
.p13n-footer ul a:hover,
.p13n-footer p a:hover {
  color: #333f73;
  background-color: transparent;
}
.p13n-footer ul li {
  list-style-type: disc;
  display: block;
  float: none;
}
.p13n-footer .btn-signout {
  margin-top: 0px;
}
.p13n-dd a.close,
.p13n-dd .p13n-menu-hide {
  display: none !important;
}
.p13n-modal .p13n-menu-hide {
  display: block !important;
}
.p13n-modal a.close {
  display: none !important;
}
.p13n-search {
  position: absolute;
  right: 0px;
  top: 0px;
}
.p13n-search button {
  display: inline-block;
  background-color: #333f73;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px 0px;
  border: 0;
  color: white;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}
.p13n-search button:focus,
.p13n-search button:hover {
  background: #9db44a;
  color: white;
}
.p13n-search input,
.p13n-search label {
  display: none;
}
.p13n-toc {
  padding: 10 0;
}
.p13n-toc .btn-p13n {
  margin-left: 10;
}
.p13n-toc input,
.p13n-toc label {
  display: none;
}
.p13n-item-list,
.p13n-search-list,
.p13n-toc-list {
  margin: 0;
  /*font-size: @font-regular;*/

}
.p13n-item-list .p13n-item-detail,
.p13n-search-list .p13n-item-detail,
.p13n-toc-list .p13n-item-detail,
.p13n-item-list .p13n-search-detail,
.p13n-search-list .p13n-search-detail,
.p13n-toc-list .p13n-search-detail,
.p13n-item-list .p13n-toc-detail,
.p13n-search-list .p13n-toc-detail,
.p13n-toc-list .p13n-toc-detail {
  padding: 15px 0 15px 8px;
  background: none;
  overflow: hidden;
}
.p13n-item-list .p13n-item-detail:before,
.p13n-search-list .p13n-item-detail:before,
.p13n-toc-list .p13n-item-detail:before,
.p13n-item-list .p13n-search-detail:before,
.p13n-search-list .p13n-search-detail:before,
.p13n-toc-list .p13n-search-detail:before,
.p13n-item-list .p13n-toc-detail:before,
.p13n-search-list .p13n-toc-detail:before,
.p13n-toc-list .p13n-toc-detail:before,
.p13n-item-list .p13n-item-detail:after,
.p13n-search-list .p13n-item-detail:after,
.p13n-toc-list .p13n-item-detail:after,
.p13n-item-list .p13n-search-detail:after,
.p13n-search-list .p13n-search-detail:after,
.p13n-toc-list .p13n-search-detail:after,
.p13n-item-list .p13n-toc-detail:after,
.p13n-search-list .p13n-toc-detail:after,
.p13n-toc-list .p13n-toc-detail:after {
  content: " ";
  display: table;
}
.p13n-item-list .p13n-item-detail:after,
.p13n-search-list .p13n-item-detail:after,
.p13n-toc-list .p13n-item-detail:after,
.p13n-item-list .p13n-search-detail:after,
.p13n-search-list .p13n-search-detail:after,
.p13n-toc-list .p13n-search-detail:after,
.p13n-item-list .p13n-toc-detail:after,
.p13n-search-list .p13n-toc-detail:after,
.p13n-toc-list .p13n-toc-detail:after {
  clear: both;
}
.p13n-item-list .p13n-item-controls,
.p13n-search-list .p13n-item-controls,
.p13n-toc-list .p13n-item-controls,
.p13n-item-list .p13n-search-controls,
.p13n-search-list .p13n-search-controls,
.p13n-toc-list .p13n-search-controls,
.p13n-item-list .p13n-toc-controls,
.p13n-search-list .p13n-toc-controls,
.p13n-toc-list .p13n-toc-controls {
  float: right;
  padding-left: 20px;
}
.p13n-check + label {
  position: absolute;
  left: 0px;
  line-height: 14px;
}
.p13n-check + label:before {
  content: "\f096";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  /*font-size: @font-big;*/

  /*color: @link-color;*/

  position: relative;
  top: 3px;
  padding-right: 5px;
}
.p13n-check:checked + label:before {
  content: "\f046";
}
.p13n-check:focus + label:before {
  outline: 1px dotted #9db44a;
}
.p13n-bulk-actions {
  border-bottom: 1px solid #9FB2B8;
  padding: 5px 10px 5px 10px;
}
.p13n-bulk-actions .p13n-selected-actions {
  display: inline-block;
  float: none;
}
.p13n-bulk-actions .btn-clear {
  margin-right: 5px;
}
.p13n-bulk-actions .btn-clear .icon-check,
.p13n-bulk-actions .btn-clear .icon-check-empty {
  padding-right: 5px;
  margin-left: 0;
}
.p13n-bulk-actions button {
  border: none;
}
.empty-list .p13n-bulk-actions {
  display: none;
}
.p13n-item-detail,
.p13n-search-detail,
.p13n-toc-detail {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.p13n-item-detail .p13n-check,
.p13n-search-detail .p13n-check,
.p13n-toc-detail .p13n-check {
  position: absolute;
  left: -50px;
  top: 0px;
}
.p13n-item-detail .badge,
.p13n-item-detail .ago {
  display: none;
}
.p13n-nav-tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid #333f73;
  /*font-size: @font-regular;*/

}
.p13n-nav-tabs li {
  padding: 2px;
  background: none;
  margin-bottom: -3px;
  float: left;
  width: 22%;
  font-weight: bold;
}
.p13n-nav-tabs li:first-child {
  padding-left: 0;
}
.p13n-nav-tabs a {
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  border-radius: 4px 4px 0 0;
  background-color: #333f73;
  color: #ffffff;
}
.p13n-nav-tabs a:hover {
  background-color: #9db44a;
}
.p13n-nav-tabs a:focus {
  background-color: #9db44a;
  outline: thin dashed #9db44a;
}
.p13n-nav-tabs .p13n-active span {
  display: block;
  padding: 8px 12px;
  line-height: 20px;
  background-color: #333f73;
  border-radius: 4px 4px 0 0;
  cursor: default;
}
.p13n-nav-tabs .p13n-active a {
  background-color: #9db44a;
}
.p13n-bulk-actions-second {
  border-top: 1px solid #d6d6d6;
  border-bottom: 0;
}
.p13n-manage-title {
  border: 0;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 10;
}
.p13n-item-filters {
  padding: 10px;
  float: left;
}
.p13n-item-filters .p13n-item-filter {
  padding-right: 10px;
  float: left;
}
.p13n-alert-label {
  display: inline-block;
}
.p13n-alert-label {
  margin-right: 10px;
}
.p13n-selected-actions {
  display: inline-block;
}
.p13n-manage label.error,
.p13n-search-controls label.error {
  color: #d20006;
}
.p13n-manage input.error,
.p13n-search-controls input.error {
  border-color: #E9322D;
  -webkit-box-shadow: 0 0 6px #F8B9B7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #F8B9B7;
}
.p13n-manage .btn,
.p13n-search-controls .btn {
  width: 150px;
}
.p13n-sub-title {
  font-size: 18px;
  line-height: 1.4;
  border: 0;
}
.percy-options {
  float: right;
  padding-left: 10px;
}
.percy-options .p13n-share,
.percy-options .p13n-email,
.percy-options .p13n-print {
  display: none;
}
.p13n-form-additional-info {
  /*font-size: @baseFontSize;*/

}
.page-p13n .site-left,
.page-p13n .site-left-inner {
  margin-right: 0;
}
.page-p13n .site-right {
  display: none;
}
.page-p13n .btn-email {
  display: none;
}
.p13n-modal-window > * {
  margin-left: 20px;
  margin-right: 20px;
}
.p13n-modal-window table {
  margin-bottom: 20px;
}
.p13n-modal-heading {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.p13n-modal-close-small {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dropdown-menu a:hover {
  background-color: #4d4e53;
  background-image: none;
  color: #fff;
}
.nav-item .p13n-dd a,
.p13n-dd a {
  display: inline;
  margin-top: 0;
  padding: 0;
}
/* My accounts styling */
#p13n-manage-account {
  border-top: 1px solid #E5E6E6;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
#p13n-manage-account h2 {
  margin-bottom: 5;
  /*font-size: @font-large;*/

}
#p13n-manage-account .p13n-account-container {
  width: 600px;
  max-width: 100%;
}
#p13n-manage-account .p13n-account-container input[type=submit] {
  width: 180px;
  float: right;
  border-radius: 0;
}
#p13n-manage-account input,
#p13n-manage-account label {
  display: block;
}
#p13n-manage-account input {
  margin: 5px 0 10px;
}
#p13n-manage-account input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
#p13n-manage-account .update-details-success,
#p13n-manage-account .update-password-success,
#p13n-manage-account .update-email-success {
  display: none;
  color: #333f73;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 14px;
}
.p13n-manage-items,
.access-tokens-section,
.domain-validation-section,
.membership-section {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
#p13n-manage-items,
#p13n-manage-searches,
#p13n-manage-tocs {
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  padding: 10px;
}
.p13n-modal {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.p13n-modal .close {
  float: right;
  margin-top: -5px;
}
.p13n-modal > div {
  display: block;
  margin: 50px auto;
  position: relative;
}
.p13n-modal + .p13n-modal-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.p13n-modal .p13n-modal-text {
  display: none;
}
.p13n-modal .p13n-dd-signup {
  margin: 2.5% auto;
  max-height: 90%;
  overflow-y: auto;
}
.p13n-modal .p13n-dd-signup #reg-error {
  display: none;
}
.citation-popup-container,
.p13n-citation-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 101;
}
.citation-popup-container h1,
.p13n-citation-popup h1 {
  font-size: 16px;
}
.citation-popup-container .modal-body,
.p13n-citation-popup .modal-body {
  padding: 15px;
}
.citation-popup-container .citation-popup,
.p13n-citation-popup .citation-popup {
  background: #ffffff;
  position: relative;
  padding: 15px 15px;
  width: 500px;
  z-index: 999;
  max-height: 80%;
  overflow: none;
}
.citation-popup-container .citation-overlay,
.p13n-citation-popup .citation-overlay {
  display: block;
  background: #0B0B0B;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.citation-popup-container .citation-actions,
.p13n-citation-popup .citation-actions {
  margin: 0;
}
.citation-popup-container .citation-actions .btn,
.p13n-citation-popup .citation-actions .btn,
.citation-popup-container .cite-export-text,
.p13n-citation-popup .cite-export-text {
  padding: 0 15px 0 0;
}
.citation-popup-container .table,
.p13n-citation-popup .table {
  text-align: left;
}
.citation-popup-container .table th,
.p13n-citation-popup .table th {
  padding-bottom: 10px;
}
.citation-popup-container .citation-table-left,
.p13n-citation-popup .citation-table-left {
  padding-right: 10;
}
.citation-popup-container .close,
.p13n-citation-popup .close {
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #333f73;
}
.p13n-citation-popup .citation-popup {
  padding: 15px 0px;
}
.citation-popup-container {
  display: none;
}
.percy-options .btn {
  font-weight: normal;
}
.oldie .p13n-modal .p13n-dd-signup {
  overflow-y: auto;
}
.oldie .p13n-search-list .p13n-search-detail .p13n-search-check,
.oldie .p13n-item-list .p13n-item-detail .p13n-item-check,
.oldie .p13n-toc-list .p13n-toc-detail .p13n-toc-check {
  left: 0px;
  top: 21px;
  vertical-align: top;
}
.oldie .p13n-search-list .p13n-search-detail .p13n-search-check + label,
.oldie .p13n-item-list .p13n-item-detail .p13n-item-check + label,
.oldie .p13n-toc-list .p13n-toc-detail .p13n-toc-check + label {
  display: none;
}
.currency-section {
  display: none;
}
.personalized .currency-section {
  display: inline;
}
@media (max-width: 680px) {
  .p13n-dd .p13n-menu li {
    width: auto;
  }
  .p13n-nav-tabs li {
    white-space: nowrap;
    width: auto;
    min-width: 18%;
  }
}
@media (max-width: 560px) {
  .p13n-nav-tabs li {
    white-space: normal;
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 340px) {
  .p13n-dd > div {
    max-width: 100%;
  }
}
/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0 0 0 0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.col-spacing {
  margin-right: 20px;
}
.main .col-spacing {
  background-color: #ffffff;
}
.col:first-child {
  margin-left: 0;
}
/* END COLUMN SETUP */
/* GRID OF ONE */
.col-full {
  width: 100%;
}
/*  GRID OF TWO  */
.col-1by2 {
  width: 50%;
}
/*  GRID OF THREE  */
.col-2by3 {
  width: 66.66666666666666%;
}
.col-1by3 {
  width: 33.333333333333336%;
}
/*  GRID OF FOUR  */
.col-3by4 {
  width: 75%;
}
.col-1by4 {
  width: 25%;
}
/* GRID OF FIVE */
.col-1by5 {
  width: 20%;
}
.col-2by5 {
  width: 40%;
}
.col-3by5 {
  width: 60%;
}
.col-4by5 {
  width: 80%;
}
.col .spacing {
  margin: 0 6.666666666666667px;
}
.col .spacing.last {
  margin: 0 0 0 13.333333333333334px;
}
.col:first-child .spacing {
  margin: 0 13.333333333333334px 0 0;
}
.col:nth-child(2).col-2by3 .spacing {
  margin-right: 0;
}
.col-spacing {
  margin-right: 20px;
}
/* Padded columns */
.padded .col {
  padding: 10px;
}
/*  TWO COLUMN VARIABLE WIDTH LAYOUT */
.sidebar {
  width: 27%;
}
.main {
  width: 73%;
}
@media only screen and (max-width: 650px) {
  /* =============== TWO COLUMN VARIABLE WIDTH LAYOUT for mobiles =============== */
  .sidebar {
    width: 33.333333333333336%;
  }
  .main {
    width: 66.66666666666666%;
  }
}
@media only screen and (max-width: 600px) {
  /*  GRID OF THREE AND FOUR */
  .col-2by3,
  .col-1by3,
  .col-3by4,
  .col-1by4,
  .sidebar,
  .main {
    width: 100%;
  }
  .col-2by3:first-child .spacing,
  .col-1by3:first-child .spacing,
  .col-3by4:first-child .spacing,
  .col-1by4:first-child .spacing,
  .sidebar:first-child .spacing,
  .main:first-child .spacing,
  .col-2by3 .spacing,
  .col-1by3 .spacing,
  .col-3by4 .spacing,
  .col-1by4 .spacing,
  .sidebar .spacing,
  .main .spacing,
  .col-2by3 .spacing.last,
  .col-1by3 .spacing.last,
  .col-3by4 .spacing.last,
  .col-1by4 .spacing.last,
  .sidebar .spacing.last,
  .main .spacing.last {
    margin: 0;
  }
  /* grid CSS */
  .col {
    margin-top: 20px;
    padding: 0;
  }
  .col:first-child {
    margin-top: 0;
  }
  .col-spacing {
    margin: 0;
  }
  .feature,
  .box-panel {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* =============== TWO COLUMN VARIABLE WIDTH LAYOUT for mobiles =============== */
  /*  GRID OF TWO  */
  .col-1by2 {
    width: 100%;
  }
  .col .spacing {
    margin: 0;
  }
  .col .spacing.last {
    margin: 0;
  }
  .col:first-child .spacing {
    margin: 0;
  }
}
/* =============== BUTTON styling =============== */
.js .no-js {
  display: none;
}
.no-js .toggle-section {
  display: block;
}
.no-js .js-volume-toggle .icon,
.no-js .result-item .icon-check-empty {
  display: none;
}
.no-js .view-control-section,
.no-js .second-search-row,
.no-js .search-results-bulk-action,
.no-js .paginationQuantityTop,
.no-js #delete-all-from-cart,
.no-js .nav-item .currency-change,
.no-js .main-ecommerce .pri-control-section .btn-pri,
.no-js .journal-details .js-toggle-handle,
.no-js .print-page,
.no-js .export-pdf {
  display: none;
}
.no-js .below-fold,
.no-js .search-helptext {
  display: block;
}
.no-js-message {
  display: none;
  background-color: #FFF6BF;
  color: #D12F19;
  border: 1px solid #FFD324;
  padding: 10px;
  text-align: center;
}
.no-js-message .icon-warning-sign {
  color: #D12F19;
  padding-right: 5px;
}
.no-js .no-js-message {
  display: block;
}
.no-js .only-with-js {
  display: none;
}
.loading .js-volume-toggle .icon {
  background-color: #EEE;
}
.loading .js-volume-toggle {
  cursor: wait;
  color: #222;
}
.loading .view-control-section,
.loading .search-syntax {
  cursor: wait;
  color: #222;
}
/* =============== HEADER STYLING ==================== */
.header {
  background-color: #ffffff;
  border-top: 2px solid #ffffff;
  min-height: 80px;
}
.header .container {
  display: table;
}
.header .col {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.header img {
  vertical-align: middle;
  margin: 17px 0 0 0;
  max-width: 100%;
}
.header .logo {
  display: inline-block;
}
.header .header-login {
  text-align: right;
  padding-right: 1.6%;
}
.header .header-menu {
  display: block;
  float: right;
}
.header .header-menu .nav__list {
  display: block;
  text-align: right;
  margin: 5px 0;
}
.header .header-menu .nav__list .nav__item {
  list-style: none;
  display: inline-block;
  padding: 0 8px;
}
.header .header-menu .nav__list .nav__link {
  display: block;
  color: #1e1c32;
}
.header .header-menu .nav__list .nav__link:hover {
  color: #333f73;
}
.header .select-currency {
  display: inline-block;
}
.header .select-currency label {
  display: inline-block;
  margin-right: 5px;
}
/* =============== NAV styling ================= */
.nav {
  background-color: #333f73;
  display: block;
  font-size: 14px;
}
.nav .container {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  margin: 0 auto;
}
.nav .toggle-section {
  display: block;
}
.nav-item {
  background-color: #333f73;
  display: block;
  float: left;
  line-height: 22px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav-item a {
  display: block;
  padding: 8px 0;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  font-weight: bold;
}
.nav-item a:hover,
.nav-item a:focus {
  background-color: #9db44a;
  color: #ffffff;
}
.nav-item:first-child > a {
  border-left: 0;
}
.nav-item.selected a,
.nav-item.selected a:hover {
  background-color: #9db44a;
  color: #ffffff;
  cursor: default;
}
.nav-item .nav-sub-link {
  display: inline-block;
}
.nav-item .dropdown-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  background-color: #333f73;
  text-align: left;
  z-index: 20;
  max-width: 500px;
}
.nav-item .dropdown-menu li {
  border-top: 1px solid #ffffff;
  padding: 0 8px;
}
.nav-item .dropdown-menu li a {
  border: 0;
}
.nav-main {
  border-right: 1px solid #ffffff;
}
.nav-main .nav-item {
  width: auto;
  min-width: 150px;
}
.nav-sub {
  border-left: 1px solid #ffffff;
  color: #ffffff;
  float: right;
}
.nav-sub li {
  min-width: 150px;
  float: left;
  border-left: 1px solid #ffffff;
}
.nav-sub li:first-child {
  border-left: 0;
}
.nav-sub li.selected,
.nav-sub li:hover {
  background-color: #9db44a;
  color: #ffffff;
}
.nav-sub a,
.nav-sub button {
  border: 0;
  padding: 0 8px;
  margin: 8px 0;
  font-weight: bold;
}
.nav-sub button {
  background: none;
  color: #ffffff;
}
.nav-item .getCartForm,
.nav-item #p13n-menu {
  padding: 0 20px;
  margin: 0px;
  line-height: 38px;
}
.nav-item .currency-change {
  display: inline-block;
  padding: 0;
  height: 20px;
  line-height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #9db44a;
}
.nav-item .currency-change:hover {
  background-color: #9db44a;
}
.selected-currency {
  display: inline-block;
  margin-right: 3px;
  height: 20px;
  line-height: 20px;
  width: 18px;
  border-radius: 5px;
  background: #333f73;
  color: #000;
}
.menu-mobile {
  display: none;
}
@media (max-width: 985px) {
  .nav .container {
    padding: 0;
  }
}
@media (max-width: 760px) {
  .nav-main .nav-item {
    min-width: 120px;
  }
  .nav-item .getCartForm,
  .nav-item #p13n-menu {
    padding: 0 10px;
  }
}
@media (max-width: 665px) {
  .nav-item {
    display: block;
    width: 100%;
  }
  .nav-main .nav-item,
  .nav-sub li {
    width: 50%;
  }
  .nav-item .getCartForm,
  .nav-item #p13n-menu {
    padding: 0;
  }
  .nav-item,
  .nav-sub {
    border-right: 0;
    border-left: 0;
  }
  .nav-sub {
    border-top: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 480px) {
  .nav-item,
  .nav-main .nav-item,
  .nav-sub li {
    display: block;
    width: 100%;
    float: none;
    border-top: 1px solid #ffffff;
  }
  .nav-item:first-child,
  .nav-main .nav-item:first-child,
  .nav-sub li:first-child {
    border-top: 0;
  }
  .nav-item a,
  .nav-sub li:first-child {
    border-left: 0;
  }
  .nav .toggle-section {
    display: none;
  }
  .nav .toggle-section.menu-mobile-section-hidden {
    display: block !important;
    visibility: hidden;
    max-height: 0;
  }
  .nav .toggle-section.menu-mobile-section-hidden .p13n-dd,
  .nav .toggle-section.menu-mobile-section-hidden .p13n-modal-overlay {
    visibility: visible;
  }
  .menu-mobile {
    display: block;
    padding: 4px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
  }
  .menu-mobile a,
  .menu-mobile a:hover {
    color: #ffffff;
    font-weight: normal;
  }
}
/* =============== SEARCH BLOCK =============== */
.search-complex {
  padding: 20px 0 0 0;
  background-color: #ffffff;
  border-bottom: solid 1px #a1b9c7;
}
.search-complex .top-search-input {
  width: 100%;
  padding: 0 150px 0px 0px;
  margin-bottom: 10px;
  position: relative;
}
.search-complex #search-form .select {
  width: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 0px;
}
.search-complex #search-form .select:hover {
  background: #333f73;
}
.search-complex #search-form .select select {
  width: 110%;
  padding-left: 25px;
}
.search-complex .search-input {
  width: 100%;
}
.search-complex .top-search-input .search-input {
  border-right: none;
}
.search-complex .search-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.search-complex .search-label.published-label {
  margin-left: 15px;
}
.search-complex .search-label.published-label input {
  margin-right: 5px;
}
.search-complex .search-row {
  margin-bottom: 10px;
}
.search-complex .second-search-row {
  padding-left: 0;
  padding-right: 0;
}
.search-complex .second-search-row .search-toggle {
  float: right;
  width: 130px;
  text-align: right;
}
.search-complex .further-filters {
  display: inline;
}
.search-complex .additonal-controls {
  float: right;
  width: 35%;
  text-align: right;
}
.search-complex .additonal-controls a {
  padding-left: 20px;
}
.search-complex > .block {
  padding-right: 20px;
  padding-left: 20px;
}
.search-complex #from-year {
  margin-right: 10px;
}
.search-complex .wrap-input {
  position: relative;
}
.search-complex .icon-search {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #333f73;
}
.search-complex .custom-select-wrap {
  float: left;
}
.search-complex .search-type,
.search-complex .search-filler {
  width: 220px;
}
.second-search-row label.error {
  padding-right: 20px;
}
.search-clear-input {
  float: left;
  margin-left: 10px;
  margin-top: -8px;
  display: none;
}
.search-actions {
  text-align: right;
}
.adv-search,
.search-syntax {
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
}
.search-year {
  width: 45px;
  text-align: center;
  margin: 0 12px;
  height: 25px;
}
#from-year {
  margin-left: 5px;
}
@media (max-width: 985px) {
  .search-complex .container {
    padding: 0 10px;
  }
}
@media (max-width: 970px) {
  #search-input {
    width: 75%;
  }
}
@media (max-width: 740px) {
  #search-input {
    width: 70%;
  }
  .search-complex .additonal-controls {
    float: left;
    width: 100%;
    text-align: left;
  }
  .search-complex .additonal-controls a {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .search-complex .published-label {
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 3px;
  }
}
.hero-wrap .hero {
  margin-bottom: 15px;
}
#home-adverts img {
  width: 100%;
}
.advert-link {
  background-image: url("../img/mock-home-advert.jpg");
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 255px;
  background-size: cover;
  height: auto;
}
.hero {
  position: relative;
}
.hero .bg {
  display: none;
}
.hero .heading-wrap {
  padding: 10px 30px;
  padding-right: 310px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  height: 195px;
  background-color: #999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.hero .heading-wrap h1 {
  background-size: cover;
  background-color: #333f73;
  background-color: rgba(51, 63, 115, 0.4);
  background-repeat: no-repeat;
  background-position: top left;
  width: 440px;
  height: 130px;
  padding: 15px 20px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.hero .heading-wrap h1 * {
  color: white;
}
.hero .hero-content-1 {
  background-image: url('../../fragr/images/hero-bg-1.jpg');
}
.hero .hero-content-2 {
  background-image: url('../../fragr/images/hero-bg-2.jpg');
}
.hero .hero-content-3 {
  background-image: url('../../fragr/images/hero-bg-3.jpg');
}
.hero .hero-content-4 {
  background-image: url('../../fragr/images/hero-bg-4.jpg');
}
.hero .edition {
  color: #ffffff;
  padding-left: 10px;
  font-style: italic;
  font-size: 0.9em;
}
.hero .hero-links {
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  width: 100%;
}
.hero .hero-links .hero-link {
  background-color: #333f73;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  width: 195px;
  margin-bottom: 10px;
  padding: 0 10px;
  display: block;
  float: left;
  margin-left: 20px;
}
.hero .hero-links .hero-link:hover,
.hero .hero-links .hero-link:focus {
  background-color: #9db44a;
}
.hero .hero-links .tab-selected {
  background-color: #9db44a;
}
@media (max-width: 900px) {
  .hero .heading-wrap {
    min-height: 210px;
  }
  .hero h1 {
    width: 50%;
  }
  .hero .hero-links {
    width: 50%;
    float: right;
    top: 10px;
    right: 10px;
  }
  .hero .hero-links .hero-link,
  .hero .hero-links li {
    float: right;
    clear: right;
  }
}
@media (max-width: 540px) {
  .hero-wrap .container {
    padding: 0;
  }
  .hero-wrap .heading-wrap {
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 10px;
  }
  .hero-wrap .tab-content-selected {
    padding-top: 200px;
  }
}
@media (max-width: 690px) {
  .hero .heading-wrap {
    padding-right: 195px;
  }
  .hero .heading-wrap h1 {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 540px) {
  .hero .heading-wrap {
    width: auto;
    padding-right: 10px;
  }
  .hero .heading-wrap h1 {
    width: 100%;
    margin-top: 10px;
  }
  .hero section .hero-link {
    width: 250px;
  }
}
.feature,
.box-panel {
  background: #9db44a;
  width: 100%;
  padding: 10px;
  min-height: 300px;
  margin-bottom: 20px;
}
.feature h2,
.box-panel h2 {
  color: white;
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
}
.feature li,
.box-panel li {
  margin-left: 15px;
}
.feature .inner,
.box-panel .inner,
.feature .box-content,
.box-panel .box-content {
  padding: 10px 10px;
  width: 100%;
  background: #E5EFF8;
  min-height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature .inner p,
.box-panel .inner p,
.feature .box-content p,
.box-panel .box-content p {
  margin-top: 10px;
}
.feature .btn,
.box-panel .btn {
  padding: 0px 15px;
}
.feature .footer,
.box-panel .footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333f73;
  text-align: center;
  color: white;
  display: block;
  font-weight: bold;
}
.explore {
  margin-top: 10;
}
.explore .row {
  padding-bottom: 10;
}
.explore img {
  display: block;
}
.explore a:hover img,
.explore a:focus img {
  opacity: 0.7;
}
.explore a:hover figcaption,
.explore a:focus figcaption {
  background-color: #9db44a;
}
.explore figcaption {
  width: 100%;
  border-top: 5px solid #333f73;
  padding: 5;
  color: #ffffff;
  background-color: #333f73;
}
.explore-heading {
  margin-bottom: 10;
  font-size: 14px;
  font-weight: normal;
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */

  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */

  -webkit-box-sizing: border-box;
  /* webkit */

  -khtml-box-sizing: border-box;
  /* konqueror */

  -moz-box-sizing: border-box;
  /* firefox */

  -ms-box-sizing: border-box;
  /* ie */

  box-sizing: border-box;
  /* css3 */

}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.select2-container.select2-allowclear .select2-choice span {
  margin-right: 42px;
}
.select2-container .select2-choice > span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0);
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  /* styles required for IE to work */

  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-container .select2-choice div {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice:after {
  border-top: 5px solid #E5E4E4;
  background: #8D9197;
}
.select2-container.select2-container-disabled .select2-choice:before {
  background: #8D9197;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
  color: #929292;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.top-section {
  padding-bottom: 5px;
}
.top-section .total-results {
  position: relative;
}
.top-section .total-results h2 {
  font-size: 22px;
}
.personalized .top-section .total-results {
  padding-right: 160px;
}
.results-sort-filter {
  background: #d3dcb2;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.results-sort-filter:before,
.results-sort-filter:after {
  content: " ";
  display: table;
}
.results-sort-filter:after {
  clear: both;
}
.results-sort-filter .paginationQuantityTop {
  float: left;
}
.results-sort-filter .paginationQuantityTop .label {
  float: left;
  line-height: 25px;
  padding-right: 5px;
}
.results-sort-filter .paginationQuantityTop .select {
  float: left;
}
.results-sort-filter .sort-results {
  float: left;
  padding-left: 10px;
}
.results-sort-filter .sort-results label {
  float: left;
  line-height: 25px;
  padding-right: 5px;
}
.results-sort-filter .sort-results form {
  float: right;
}
.results-sort-filter .sort-results #sort-form {
  float: left;
  padding-right: 10px;
}
.top-action-group .results-sort-filter {
  background: none;
  padding-top: 0px;
}
.top-action-group .results-sort-filter .sort-results {
  padding-left: 0px;
}
.result-item-actions {
  padding: 15px 0;
}
.result-item-actions form {
  display: inline;
}
html:not(.oldie) .results-sort-filter .select {
  height: 28px;
  line-height: 25px;
  padding-right: 40px;
  padding-left: 10px;
  background: white;
  padding: 0;
  border: 1px solid #333f73;
  border-radius: 5px;
}
html:not(.oldie) .results-sort-filter .select:before {
  width: 25px;
  height: 26px;
  border-radius: 0;
}
html:not(.oldie) .results-sort-filter .select.btn-up:after {
  border-bottom: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 11px;
  right: 8px;
}
html:not(.oldie) .results-sort-filter .select:before {
  background: white;
  border-left: 1px solid #333f73;
}
html:not(.oldie) .results-sort-filter .select:after {
  background: white;
}
html:not(.oldie) .results-sort-filter .select:after {
  border-top: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 11px;
  right: 8px;
}
html:not(.oldie) .results-sort-filter .select select {
  color: #333f73;
  padding: 4px 5px;
}
html:not(.oldie) .results-sort-filter .select select option {
  background: none;
}
html:not(.oldie) .results-sort-filter .select select option:hover,
html:not(.oldie) .results-sort-filter .select select option:focus {
  background: none;
}
html:not(.oldie) .results-sort-filter .sort-results .select {
  width: 160px;
}
.paginationQuantityTop .select {
  width: 70px;
}
.btn-search-filter {
  height: 28px;
  line-height: 25px;
}
.btn-down-search-filter:after {
  border-top: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 11px;
  right: 8px;
}
.btn-arrow-dark-search-filter {
  padding-right: 40px;
  padding-left: 10px;
  background: white;
}
.btn-arrow-dark-search-filter:before {
  width: 25px;
  height: 26px;
  border-radius: 0;
}
.btn-arrow-dark-search-filter.btn-up:after {
  border-bottom: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 11px;
  right: 8px;
}
.btn-arrow-dark-search-filter:before {
  background: white;
  border-left: 1px solid #333f73;
}
.btn-arrow-dark-search-filter:after {
  background: white;
}
.btn-arrow-search-filter:before {
  width: 25px;
  height: 26px;
  border-radius: 0;
}
.filter-label {
  line-height: 25px;
}
.facets-form {
  height: auto;
  min-height: 52px;
  background: #d3dcb2;
  padding: 20px 20px 25px 20px;
  margin-bottom: 20px;
}
.facets-form .select2-container {
  border: 1px solid #333f73;
  border-radius: 5px;
}
.facets-form .select2-container .select2-choice {
  height: 28px;
  line-height: 25px;
  padding-right: 40px;
  padding-left: 10px;
  background: white;
  display: block;
  filter: none;
}
.facets-form .select2-container .select2-choice:before {
  width: 25px;
  height: 26px;
  border-radius: 0;
}
.facets-form .select2-container .select2-choice.btn-up:after {
  border-bottom: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 11px;
  right: 8px;
}
.facets-form .select2-container .select2-choice:before {
  background: white;
  border-left: 1px solid #333f73;
}
.facets-form .select2-container .select2-choice:after {
  background: white;
}
.facets-form .select2-container .select2-choice:after {
  border-top: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 11px;
  right: 8px;
}
.facets-form .select2-container .select2-choice > span {
  margin-right: 0;
}
.facets-form .select2-container .select2-choice > div {
  display: none;
}
.facets-form .select2-container .select2-choice div {
  background: none;
  border: none;
}
.facets-form .select2-container .select2-choice div.tc {
  padding: 0px 10px ;
}
.facets-form .select2-container.select2-dropdown-open .select2-choice {
  padding-right: 40px;
  padding-left: 10px;
  background: white;
}
.facets-form .select2-container.select2-dropdown-open .select2-choice:before {
  width: 25px;
  height: 26px;
  border-radius: 0;
}
.facets-form .select2-container.select2-dropdown-open .select2-choice.btn-up:after {
  border-bottom: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 11px;
  right: 8px;
}
.facets-form .select2-container.select2-dropdown-open .select2-choice:before {
  background: white;
  border-left: 1px solid #333f73;
}
.facets-form .select2-container.select2-dropdown-open .select2-choice:after {
  background: white;
}
.facets-form .select2-container.select2-dropdown-open .select2-choice:after {
  border-bottom: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 11px;
  right: 8px;
}
.facets-form .select2-container a:hover,
.facets-form .select2-container a:active {
  background-color: white;
}
.facets-form h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
.facets-form form:before,
.facets-form form:after {
  content: " ";
  display: table;
}
.facets-form form:after {
  clear: both;
}
.facets-form .facets-dd {
  float: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.facets-form select,
.facets-form .chzn-container {
  float: left;
  width: 95%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.facets-form .btn:hover {
  background: #3b4985;
}
btn-arrow-dark-search-filter:before {
  width: 25px;
  height: 26px;
  border-radius: 0;
}
btn-arrow-dark-search-filter.btn-up:after {
  border-bottom: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 11px;
  right: 8px;
}
.btn-arrow-search-filter.btn-up:after {
  border-bottom: 5px solid #333f73;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 11px;
  right: 8px;
}
.bulk-action {
  padding: 5px 0;
}
.bulk-action form {
  display: inline-block;
  padding: 0;
}
@media (min-width: 768px) {
  .bulk-action form {
    padding: 0 10px 0 0;
  }
}
.bulk-action .mark-toggle {
  position: relative;
  padding: 6px 10px 6px 45px;
  cursor: pointer;
  background: transparent;
}
.bulk-action .mark-toggle:focus {
  border: none;
  outline: none;
}
.bulk-action .icon-check,
.bulk-action .icon-check-empty {
  position: absolute;
  top: 5px;
  text-align: left;
}
.bulk-action button {
  border: none;
}
.bulk-action button:focus {
  outline: none;
}
/* ============== FOOTER STYLING ============= */
.footer .container {
  margin: 0 auto;
}
.footer .footer-primary {
  background-color: #a8c3d4;
  padding: 25px 0 15px 0;
}
.footer .footer-primary .spacing {
  padding-left: 5;
}
.footer .footer-credits {
  color: #ffffff;
  background-color: #44495d;
}
.footer .footer-credits a {
  color: #44495d;
}
.footer .footer-credits a:hover,
.footer .footer-credits a:focus {
  color: #44495d;
}
.footer .footer-credits .semantico-credits {
  text-align: right;
  padding-top: 15px;
}
.footer .footer-credits .semantico-credits img {
  padding-bottom: 2px;
}
.footer img {
  vertical-align: middle;
  max-width: 100%;
}
.footer .small-text {
  font-size: 0.563em;
  display: inline-block;
  padding-left: 3px;
}
.footer .footer-links {
  width: 20%;
}
.footer .footer-links a {
  display: block;
  padding: 5px 0;
}
.footer li {
  padding-bottom: 10px;
}
/*  MEDIA QUERIES FOR MOBILES */
@media (max-width: 980px) {
  .footer #social-media-links {
    margin-right: 10px;
  }
  .footer .company-info {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .footer .footer-links {
    width: 25%;
  }
}
@media only screen and (max-width: 650px) {
  .footer .footer-links {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .footer .container {
    display: block;
  }
  .footer .col {
    display: block;
  }
  .footer .footer-info {
    text-align: left;
  }
}
.control-group .controls .selectric-wrapper {
  min-width: 200px;
}
.js .tab-list-selected a,
.js-tab-block .hero .tab-list-selected {
  background-color: #9db44a;
}
.js .tab-list-selected a:hover,
.js-tab-block .hero .tab-list-selected:hover {
  background-color: #9db44a;
}
.static-page {
  margin: 20px 0;
}
.static-page h1,
.static-page .h1,
.static-page h2,
.static-page .h2,
.static-page h3,
.static-page .h3,
.static-page h4,
.static-page .h4,
.static-page p,
.static-page ul {
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
}
.static-page ul {
  margin-left: 30px;
}
.static-page li {
  display: list-item;
  text-align: match-parent;
  margin-bottom: 5px;
}
.static-page a {
  color: #333f73;
  font-weight: bold;
}
.static-page a:hover {
  color: #9db44a;
}
/* Responsive Design */
@media (max-width: 970px) {
  /*increasing font sizes by 2 px for smaler devices */
  body,
  .search-year-from,
  .p13n-menu .menu-icon,
  .pri-control-section .row,
  .p13n-inner .r-info p,
  .p13n-inner .r-info li,
  .form-links,
  .nav-tri.select-currency span,
  .nav-pri ul a,
  .adv-search,
  .search-syntax,
  .full-banner {
    font-size: 14px;
  }
  h1,
  .h1,
  .section-header {
    font-size: 20px;
    line-height: 28px;
  }
  h2,
  .h2 {
    font-size: 18px;
    line-height: 25.2px;
  }
  h3,
  .h3 {
    font-size: 16px;
    line-height: 22.4px;
  }
  h4,
  .h4 {
    font-size: 14px;
    line-height: 19.599999999999998px;
  }
  .p13n-dd-login .p13n-header,
  .p13n-dd-register .p13n-header,
  .p13n-inner .p13n-form-row input[type="checkbox"],
  #p13n-menu,
  .icon-mark {
    font-size: 16px;
  }
  .icon-basket,
  .icon-search,
  .btn-arrow.btn-plus:after,
  .pri-control-section .total,
  .pri-control-section .sub-total,
  .icon-star,
  .icon-star-empty {
    font-size: 18px;
  }
  .btn-cart:after,
  .btn-cart.btn-arrow:after {
    background-size: 18px;
  }
  .container {
    padding: 10px;
  }
  .hero-wrap .container {
    padding: 0px;
  }
  .indent-main-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-pri li li a,
  .nav-sec li li a {
    line-height: 14px;
  }
  .control-group label {
    font-size: 16px;
  }
  .control-group .controls input {
    font-size: 16px;
  }
  .control-group .controls .select select {
    font-size: 16px;
    padding: 4px 10px;
  }
  .modal-footer input,
  .e-commerce,
  .total-results {
    font-size: 16px;
  }
  .select {
    height: 30px;
  }
  .select select {
    height: 30px;
  }
  .select:before {
    height: 30px;
  }
  .select:after {
    top: 13px;
  }
  .pricing {
    font-size: 16px;
  }
  .search-nav .pagination .fa {
    line-height: 30px;
  }
  /*  End of font-size changes */
  .container,
  .foot,
  .nav-bar,
  #navigation,
  .no-js .no-script-msg {
    width: 100%;
    min-width: 100%;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .main-bg,
  .head {
    background: #fff;
    min-width: 100%;
  }
  .main-bg {
    padding-bottom: 15px;
    background-color: #fafbfb;
    background-image: -moz-linear-gradient(top, #f7f8f9, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f8f9), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f7f8f9, #ffffff);
    background-image: -o-linear-gradient(top, #f7f8f9, #ffffff);
    background-image: linear-gradient(to bottom, #f7f8f9, #ffffff);
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 0;
  }
  .cell-pri {
    width: 70%;
    margin-left: 2%;
  }
  .cell-sec {
    width: 24%;
    margin-right: 2%;
    margin-left: 1%;
  }
  .cell-section-left {
    padding-left: 10px;
  }
  .journal-volume-issue-list {
    width: 25%;
  }
  .journal-main {
    width: 74%;
  }
  .foot .google-translate {
    display: block;
    width: 190px;
    float: right;
    padding-right: 10px;
    margin-left: 0px;
  }
  .search-label.published-label {
    margin-left: 19px;
  }
  .search-year {
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .icon-check:before {
    vertical-align: middle;
  }
  .icon-check + span,
  .icon-check-empty + span {
    width: 75px;
    min-height: 20px;
  }
  html:not(.oldie) .select select,
  .oldie .select select {
    padding: 3px 10px;
  }
  button.btn-arrow.btn-right:after {
    top: 10px;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 58%;
  }
  dl dt {
    min-width: 25%;
  }
  dl dd {
    width: 70%;
  }
  .top-section {
    padding-bottom: 0px;
  }
  .filter-section-col {
    float: none;
    width: auto;
    border-top: 1px solid #e5e6e6;
    border-bottom: 1px solid #e5e6e6;
  }
  .filter-section-col .facets-form select,
  .filter-section-col .facets-form .chzn-container {
    margin-right: 0;
    width: 100%;
  }
  .filter-section-col .facets-form .facets-dd {
    margin-right: 0;
  }
  .filter-section-col .facets-form .facets-dd .select2-choice {
    margin-right: 0px;
  }
  .p13n-menu .menu-list-text {
    width: 70%;
  }
  .tab-article-list .article-title {
    width: 65%;
  }
}
@media (max-width: 850px) {
  .print-page,
  .export-pdf {
    float: none;
    margin-left: 0px;
    display: block;
    clear: both;
    margin-bottom: 10px;
  }
}
/* Personalization unit search element breaking */
@media (max-width: 830px) {
  .p13n-menu .menu-list-text {
    vertical-align: middle;
  }
  .tab-article-list .article-title {
    width: 60%;
  }
}
/*advanced search tabs display stacked when wrapping */
@media (max-width: 810px) {
  .adv-search-row .nav li {
    float: none;
  }
  .adv-search-row .nav li a {
    width: 100%;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 55%;
  }
  .p13n-menu .menu-list-text {
    width: 65%;
  }
}
@media (max-width: 805px) {
  .sgk-login-section + .nav-tri {
    float: left;
    clear: both;
  }
  .sgk-login-section + .nav-tri + .select-currency {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .search-panel {
    margin-bottom: 25px;
    padding: 20px 0px 0px;
  }
}
@media (max-width: 770px) {
  .container > .cell-pri:first-child {
    margin-left: 0px;
  }
  .content {
    min-height: 100px;
    margin-bottom: 10px;
  }
  .p13n-menu li {
    width: 49%;
    display: inline-block;
  }
  #most-tabs .view-fifty-more {
    margin-left: 25px;
  }
  #most-tabs .tab-list li.first a {
    padding-left: 10px;
  }
  #most-tabs .tab-list,
  #most-tabs .fifty-most {
    width: 100%;
    clear: both;
    float: none;
  }
  #most-tabs .tab-list:before,
  #most-tabs .fifty-most:before,
  #most-tabs .tab-list:after,
  #most-tabs .fifty-most:after {
    content: " ";
    display: table;
  }
  #most-tabs .tab-list:after,
  #most-tabs .fifty-most:after {
    clear: both;
  }
  #most-tabs .tab-list a,
  #most-tabs .fifty-most a {
    float: left;
  }
  .cell,
  .container-small .cell-half,
  .container-small .cell-half.cell-half-right {
    clear: both;
    width: auto;
    float: none;
    margin: 0px;
    box-sizing: border-box;
    padding: 0px;
  }
  .cell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cell-fifth {
    width: 24%;
    display: inline-block;
    vertical-align: top;
  }
  .cell-section-left {
    width: 320px;
    float: left;
  }
  #p13n-manage-items,
  #p13n-manage-searches {
    margin-left: 0px;
  }
  .foot .google-translate {
    width: 200px;
  }
  .nav-bar {
    height: auto;
  }
  .search-input {
    width: 90%;
  }
  .adv-search-row .nav li {
    float: left;
  }
  .adv-search-row.adv-search-show .select {
    margin-bottom: 10px;
  }
  .adv-search-row.adv-search-show .select2-container {
    margin-bottom: 10px;
  }
  .adv-search-row.adv-search-show .search-input {
    width: 100%;
  }
  .search-field select {
    width: 100%;
  }
  .search-syntax-content {
    padding-left: 0;
  }
  .journal-listing .summary-left {
    width: 68%;
  }
  .journal-listing .summary-right {
    width: 30%;
  }
  .conf-soc-summary-left {
    width: 60%;
  }
  .conf-soc-summary-right {
    width: 25%;
  }
  .SPE .conf-soc-summary-left {
    width: 70%;
  }
  .published-year {
    width: auto;
  }
  .page-Cart .cell-sec,
  .page-billing .cell-sec,
  .page-checkout-confirm .cell-sec,
  .page-Checkout .cell-sec {
    display: none;
  }
  .page-checkout-success .cell-sec {
    padding-top: 20px;
  }
  .page-purchase-history .cell-sec {
    padding-top: 40px;
  }
  .p13n-menu .menu-list-text {
    width: 75%;
  }
  .p13n-inner .p13n-form-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 63%;
  }
  .top-list-section {
    margin: 10px;
  }
  .tab-article-list .article-title {
    width: 70%;
  }
  .p13n-placeholder-menu {
    display: block;
  }
  .p13n-dd-placeholder {
    display: none;
  }
  .personalized .p13n-placeholder-menu {
    display: none;
  }
  .personalized .p13n-dd-placeholder {
    display: block;
  }
  .personalized .p13n-dd-placeholder .p13n-header {
    font-size: 15px;
  }
  .personalized .p13n-dd-placeholder .loading-section {
    height: 170px;
  }
}
@media (max-width: 680px) {
  .tab-article-list .article-title {
    width: 65%;
  }
}
@media (max-width: 750px) {
  .tab-container {
    /* grid CSS */
  
  }
  .tab-container .col-2by3,
  .tab-container .col-1by3,
  .tab-container .col-3by4,
  .tab-container .col-1by4,
  .tab-container .sidebar,
  .tab-container .main {
    width: 100%;
  }
  .tab-container .col-2by3:first-child .spacing,
  .tab-container .col-1by3:first-child .spacing,
  .tab-container .col-3by4:first-child .spacing,
  .tab-container .col-1by4:first-child .spacing,
  .tab-container .sidebar:first-child .spacing,
  .tab-container .main:first-child .spacing,
  .tab-container .col-2by3 .spacing,
  .tab-container .col-1by3 .spacing,
  .tab-container .col-3by4 .spacing,
  .tab-container .col-1by4 .spacing,
  .tab-container .sidebar .spacing,
  .tab-container .main .spacing,
  .tab-container .col-2by3 .spacing.last,
  .tab-container .col-1by3 .spacing.last,
  .tab-container .col-3by4 .spacing.last,
  .tab-container .col-1by4 .spacing.last,
  .tab-container .sidebar .spacing.last,
  .tab-container .main .spacing.last {
    margin: 0;
  }
  .tab-container .col {
    margin-top: 20px;
    padding: 0;
  }
  .tab-container .col:first-child {
    margin-top: 0;
  }
  .tab-container .col-spacing {
    margin: 0;
  }
}
@media (max-width: 655px) {
  .nav-pri li a,
  .nav-sec li a {
    min-width: 100px;
  }
  .search-syntax-row dl dt {
    width: 50%;
    max-width: 50%;
  }
  .search-syntax-row dl dd {
    width: 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .adv-search-row.adv-search-show .select + form {
    width: 70%;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 59%;
  }
  dl dt {
    width: 25%;
  }
  dl dd {
    min-width: 70%;
    max-width: 72%;
  }
  .nav-tri {
    float: left;
    clear: both;
  }
  .select-currency {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .hero-wrap {
    display: none;
  }
}
@media (max-width: 590px) {
  .adv-search-row .nav li {
    float: none;
  }
  .adv-search-row .nav li a {
    width: 100%;
    border-top: 1px solid #c5c6c6;
  }
  .adv-search-row .nav li:first-child a {
    border-top: none;
  }
  .adv-search-row.adv-search-show .select + form {
    width: 100%;
  }
  .search-complex #search-form .top-search-input {
    padding-left: 0px;
    padding-right: 0px;
  }
  .search-complex #search-form .top-search-input .select {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .search-complex #search-form .top-search-input .top-search-input-inner {
    padding-right: 150px;
  }
  .search-complex #search-form .top-search-input .search-input {
    border-left: solid 1px #333f73;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 55%;
  }
  .search-complex .search-label {
    display: block;
  }
  .search-complex .search-label.published-label {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .select-currency {
    float: none;
    padding: 0 10px 5px;
  }
  .nav-tri {
    float: none;
    display: block;
    clear: both;
  }
  .tab-article-list .article-title {
    width: 60%;
  }
}
@media (max-height: 580px) {
  .p13n-modal .p13n-dd-signup {
    margin: 10px auto;
  }
}
@media (max-width: 540px) {
  .p13n-bulk-actions .p13n-selected-actions {
    float: none;
    margin-left: 22px;
  }
  #p13n-manage-account .p13n-change-password {
    float: none;
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  #p13n-manage-account .p13n-edit-details {
    width: 100%;
    border-top: 1px solid #d6d6d6;
  }
  .nav-pri {
    display: block;
    float: none;
  }
  .nav-sec {
    float: none;
    display: block;
  }
  .nav-sec li {
    width: 100%;
  }
  .nav-sec li button {
    width: 100%;
  }
  .nav-pri li {
    float: none;
    border-top: 1px solid #455278;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  .nav-pri ul {
    position: relative;
    width: auto;
    display: block;
  }
  .p13n-item-list .p13n-item-detail .item-title {
    width: 65%;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 50%;
  }
  .p13n-modal .p13n-dd-signup {
    margin: 0px auto;
  }
  dl dd {
    width: 65%;
  }
  /*.top-section,
      .article-section,
      .journal-home-section {
          display: table;
          width: 100%;
          .search-section {
              display: table-footer-group;
          }
          .search-panel {
              margin-bottom: 25px;
              padding: 20px 0px 0px;
          }
          .hero {
              padding-bottom: 0px;
          }
      }*/
  .citation-popup-container .citation-popup,
  .limited-download-popup,
  .confirmation-popup {
    width: 90%;
  }
  .clear-search-box {
    margin-top: -45px;
  }
  .tab-article-list .article-title {
    width: 55%;
  }
}
@media (max-width: 480px) {
  .journal-volume-issue-list {
    width: 100%;
  }
  .journal-main {
    width: 100%;
  }
  .p13n-menu li {
    width: 100%;
    display: block;
  }
  .cell-fifth {
    width: 100%;
    display: block;
  }
  .header .header-menu {
    padding: 0 0 10px 0;
  }
  .foot .google-translate {
    float: left;
  }
  .control-group .controls {
    width: 100%;
  }
  .control-group .controls input {
    width: 100%;
  }
  .control-group .controls .select {
    width: 100%;
  }
  .control-group .controls .select select {
    width: 110%;
  }
  .control-group .date-controls {
    width: auto;
  }
  .p13n-rating-editor-inner {
    width: 100%;
    margin: 50px auto;
  }
  dl dd {
    width: auto;
  }
  .p13n-item-list .p13n-item-detail .item-title {
    width: 89%;
    vertical-align: top;
  }
  .p13n-bulk-actions .p13n-selected-actions {
    margin-left: 22px;
  }
  .purchase-list .item-detail {
    width: 90%;
  }
  .paginationQuantityTop {
    float: none;
    padding-left: 10px;
    padding-bottom: 10px;
    clear: both;
  }
  .paginationQuantityTop .select {
    float: none;
    margin-left: 15px;
  }
  .p13n-search {
    padding-left: 0px;
    display: block;
    padding-top: 5px;
  }
  .total-results {
    padding-right: 10px;
  }
  .adv-search-row.adv-search-show .select + form .btn {
    display: block;
    margin-left: 0px;
  }
  .adv-search-row.adv-search-show .select + form .search-input {
    max-width: 100%;
  }
  .adv-search-row.adv-search-show .search-input {
    max-width: 68%;
  }
  .p13n-inner .p13n-form-row {
    width: 90%;
  }
  .personalized .p13n-dd-placeholder .loading-section {
    height: 242px;
  }
  .p13n-item-list .p13n-item-detail .item-title {
    width: 60%;
  }
  .p13n-search-list .p13n-search-detail .p13n-alert-label {
    padding-right: 15px;
  }
  .article-meta dl dt {
    width: 30%;
  }
  .article-meta dl dd {
    width: 50%;
    margin-left: 0;
    padding-left: 10px;
  }
  .filter-section-col {
    padding: 10px;
  }
  .filter-section-col .facet-unit-left,
  .filter-section-col .facet-unit-right {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .sgk-login-popup .sgk-login-modal {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
  }
  .p13n-modal .p13n-dd-signup {
    margin: 0px auto;
  }
  #most-tabs .view-fifty-more {
    margin-left: 35px;
  }
  .tab-article-list tr {
    border-bottom: 1px solid #9db44a;
  }
  .tab-article-list td {
    border-bottom: none;
    padding: 0 10px;
    display: inline-block;
  }
  .tab-article-list .sl-no {
    padding-top: 10px;
  }
  .tab-article-list .article-title {
    padding-top: 10px;
    width: 90%;
  }
  .tab-article-list .society-code {
    padding: 5px 10px 0 32px;
    display: block;
    width: 40px;
  }
  .tab-article-list .data {
    padding: 5px 10px 10px 32px;
    display: block;
    text-align: left;
  }
  .tab-article-list .data .p13n-star-row .result-item-stars {
    float: none;
    margin-bottom: 15px;
  }
  .purchase-history-action {
    display: table;
    width: 100%;
  }
  .purchase-history-action .paginationQuantityTop {
    display: table-footer-group;
  }
  .purchase-history-action .pagination {
    margin-bottom: 10px;
  }
}
.paginationQuantity {
  display: block;
}
@media (max-width: 430px) {
  .search-nav .pagination,
  .search-nav .paginationQuantity {
    margin-bottom: 0px;
  }
  .search-nav .pagination .select,
  .search-nav .paginationQuantity .select {
    margin-bottom: 30px;
  }
  .p13n-item-list .p13n-item-detail .item-title {
    width: 90%;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: auto;
    max-width: 90%;
  }
  .p13n-search-list .p13n-search-detail .p13n-search-controls {
    float: none;
    display: inline-block;
    padding-left: 25px;
  }
  .citation-popup-container .citation-popup,
  .limited-download-popup,
  .confirmation-popup {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .p13n-rating-editor-modal .star-clickable {
    height: 20px;
  }
}
@media (max-width: 370px) {
  .btn-cart {
    margin-bottom: 5px;
  }
  .icon-check + span,
  .icon-check-empty + span {
    min-height: 18px;
  }
  .result-tools li {
    float: none;
  }
  .add-multiple,
  .cite-multiple {
    margin-left: 30px;
  }
  .btn-search {
    margin-left: auto;
  }
  .adv-search-row.adv-search-show .btn {
    display: block;
    margin-left: 0px;
  }
  .adv-search-row.adv-search-show .search-input {
    max-width: 100%;
    width: 100%;
  }
  .tab-list li {
    width: 100%;
  }
  .tab-list li .btn,
  .tab-list li a {
    width: 100%;
    display: block;
    border-top: 1px solid #c5c6c6;
  }
  #most-tabs .tab-list li {
    border-right: none;
  }
  .tab-list li:first-child .btn,
  .tab-list li:first-child a {
    border-top: none;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    max-width: 85%;
  }
  .p13n-item-list .p13n-item-detail .item-title {
    width: 85%;
  }
  .p13n-modal .p13n-dd-signin,
  .p13n-modal .p13n-dd-signup {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
  }
  .p13n-modal .p13n-dd-signin > div {
    width: 100%;
  }
  .citation-popup-container .citation-popup {
    max-height: 75%;
    overflow-y: scroll;
  }
  .limited-download-popup .btn.close {
    float: none;
    clear: both;
    display: table;
  }
  .conf-soc-summary-left {
    width: 80%;
  }
  .conf-soc-summary-right {
    width: auto;
    margin-left: 40px;
  }
  .SPE .conf-soc-summary-left {
    width: auto;
  }
  .SPE .conf-soc-summary-right {
    margin-left: 0;
    padding-left: 0;
  }
  .pricing {
    font-size: 14px;
  }
  .back-link {
    float: none;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 350px) {
  .search-nav .pagination .clearfix li.end-points {
    display: none;
  }
}
/* Column layout variables */
/* =============== START GRID CSS for desktops =============== */
/*  SECTIONS  */
.block {
  clear: both;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block {
  zoom: 1;
}
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
}
.select-currency .selectric-wrapper {
  min-width: 200px;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 0px solid #E5EFF8;
  background: #F8F8F8;
  position: relative;
  border-radius: 0px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 10px;
  font-size: 12px;
  line-height: 40px;
  color: #444444;
  height: 40px;
}
.selectric .button {
  background: #333F73;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #FFFFFF;
  text-align: center;
  font: 0/0 a;
  *font: 1px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #FFFFFF;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #AAA;
}
.selectric-hover .selectric {
  border-color: #ccd6df;
}
.selectric-hover .selectric .button {
  color: #ccd6df;
}
.selectric-hover .selectric .button:after {
  border-top-color: #ccd6df;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #ccd6df;
  background: #dfdfdf;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #9db44a;
  color: #444;
}
.selectric-items li.highlighted {
  background: #9db44a;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.inline-block {
  display: inline-block;
}
select::-ms-expand {
  display: none;
}
.date-controls .date-fields .selectric-wrapper {
  min-width: 100px;
}
.btn__markall {
  margin-left: 0;
  max-width: 220px;
  align-self: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #333f73;
}
@media (min-width: 810px) {
  .btn__markall {
    align-self: auto;
    max-width: unset;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.btn__markall .icon-check,
.btn__markall .icon-check-empty {
  color: #ffffff;
}
.btn__markall .mark-toggle {
  padding: 0 10px;
}
.btn__markall .mark-toggle:hover {
  background-color: #9db44a;
}
@media (hover: none) {
  .btn__markall .mark-toggle:hover {
    background-color: #333f73;
  }
}
.btn__markall i.icon-check-empty,
.btn__markall i.icon-check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 0 !important;
  top: 0;
  height: 22px;
  width: 23px;
}
.btn__markall span.btn__markall__text {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.session .btn__markall {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 820px) {
  .session .btn__markall {
    margin-right: 0;
  }
}
.result-item-stars {
  display: none !important;
}
.add-membership-form {
  margin-bottom: 10px;
}
