/*! 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: 2em;
  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%;
  /* 2 */

  margin: 0;
  /* 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 {
  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;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
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;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.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;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.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;
  background: url('select2.png') right top no-repeat;
  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;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('select2.png') no-repeat 0 1px;
}
.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;
  background: #ffffff url('select2.png') no-repeat 100% -22px;
  background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.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;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.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;
  background: url('select2.png') right top no-repeat;
}
.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;
  }
}
/**
 *  Vars
 */
/**
 * Helpers
 */
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/**
 *  Base
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #414e74;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
a {
  color: #3d64aa;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #547dc9;
}
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: 12px;
  line-height: 16.799999999999997px;
}
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,
button,
select {
  margin-bottom: 0;
  vertical-align: middle;
}
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;
}
/**
 *  Layout
 */
.container {
  width: 970px;
  margin: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.cell {
  float: left;
  margin-left: 15px;
}
.cell .box-content .btn:hover,
.cell .p13n-tool:hover {
  background: #eeeff0;
}
.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;
}
.logo-img {
  display: block;
  background: no-repeat url(../img/logo_250px.png) 0 0;
  background-size: contain;
  width: 250px;
  height: 50px;
}
.institution-logo-img {
  display: block;
  width: 70px;
  height: 44px;
  margin-top: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo-img {
    background-image: url(../img/logo_600px.png);
  }
}
.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:after,
.p13n-tool:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
.p13n-tool:before {
  background: #566f90;
  width: 28px;
  height: 28px;
}
.p13n-tool:after {
  top: 9px;
  right: 11.5px;
  border-left: 5px solid #a0d34b;
  border-right: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.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;
}
.page-login .p13n-dd-login .p13n-header,
.page-login .p13n-dd-register .p13n-header {
  display: none;
}
.page-login .p13n-login-header {
  display: block;
}
.p13n-dd-login .p13n-header,
.p13n-dd-register .p13n-header,
.p13n-dd-placeholder .p13n-header {
  display: block;
  position: relative;
  height: 28px;
  padding: 0px 28px 0px 10px;
  margin-bottom: 0px;
  border-radius: 2px 0 0 0;
  background: #d6ebf7;
  font-size: 14px;
}
.p13n-dd-login .p13n-header:after,
.p13n-dd-register .p13n-header:after,
.p13n-dd-placeholder .p13n-header:after,
.p13n-dd-login .p13n-header:before,
.p13n-dd-register .p13n-header:before,
.p13n-dd-placeholder .p13n-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2px 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
.p13n-dd-login .p13n-header:before,
.p13n-dd-register .p13n-header:before,
.p13n-dd-placeholder .p13n-header:before {
  background: #566f90;
  width: 28px;
  height: 28px;
}
.p13n-dd-login .p13n-header:after,
.p13n-dd-register .p13n-header:after,
.p13n-dd-placeholder .p13n-header:after {
  right: 9px;
  top: 11.5px;
  border-top: 5px solid #a0d34b;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.p13n-dd-login .p13n-header:hover,
.p13n-dd-register .p13n-header:hover,
.p13n-dd-placeholder .p13n-header:hover {
  background: #EEEFF0;
  cursor: pointer;
}
.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-nav-tabs {
  display: none;
}
#p13n-manage-account .p13n-manage-title {
  border-bottom: 1px solid #E5E6E6;
  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:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #a0d34b;
}
.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);
}
.tinput {
  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;
  margin-right: 5px;
}
.search-input {
  width: 480px;
  height: 25px;
  max-width: 74%;
}
.search-opts {
  width: 100%;
  clear: both;
  margin: 8px 0px 0px;
  padding: 0px 15px;
  text-align: right;
  border-bottom: 1px solid #d6d6d6;
}
.search-row {
  padding: 0px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.btn-link {
  border: 0;
  background: none;
  padding: 0;
  color: #3D64AA;
  font-weight: bold;
}
.btn {
  display: inline-block;
  background: #e0e3e4;
  height: 25px;
  line-height: 1;
  font-weight: bold;
  padding: 6px 10px;
  border: 0;
  border-radius: 3px;
  color: #3d64aa;
}
.btn.btn-main {
  background: #566f90;
  color: #fff;
}
.btn-pri,
.btn-search {
  font-weight: normal;
  background: #566f90;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.43);
}
.btn-pri:hover {
  color: #fff;
}
.btn-wide {
  padding: 6px 28px;
}
.btn-arrow {
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  background-color: transparent;
  padding-left: 0px;
}
.btn-arrow:before,
.btn-arrow:after {
  content: "";
  position: absolute;
}
.btn-arrow:before {
  width: 30px;
  height: 25px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.btn-arrow.btn-right:after {
  border-left: 5px solid #a0d34b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 8px;
  right: 12.5px;
}
.btn-arrow.btn-down:after {
  border-top: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  top: 11px;
  right: 10px;
  pointer-events: none;
}
.btn-arrow.btn-wide {
  padding-right: 58px;
}
.btn-arrow.btn-up:after {
  border-bottom: 5px solid #a0d34b;
  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: #a0d34b;
  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 #a0d34b;
  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;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #e0e3e4;
}
.btn-arrow-dark:before,
.btn-arrow-dark:after {
  content: "";
  position: absolute;
}
.btn-arrow-dark:before {
  width: 30px;
  height: 25px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.btn-arrow-dark.btn-right:after {
  border-left: 5px solid #a0d34b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 8px;
  right: 12.5px;
}
.btn-arrow-dark.btn-down:after {
  border-top: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  top: 11px;
  right: 10px;
  pointer-events: none;
}
.btn-arrow-dark.btn-wide {
  padding-right: 58px;
}
.btn-arrow-dark.btn-up:after {
  border-bottom: 5px solid #a0d34b;
  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: #a0d34b;
  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 #a0d34b;
  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: #566f90;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
.btn-arrow-dark:after {
  background: #566f90;
}
.btn-arrow-dark.btn-right:after {
  border-left: 5px solid #a0d34b;
}
.clear-search-box {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: -10px;
  display: none;
}
#cookies-hidden,
.hidden-pdf-link {
  display: none !important;
}
.adv-search,
.search-syntax {
  display: inline-block;
  font-size: 12px;
}
.adv-search:after,
.search-syntax:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -1px;
  left: 6.5px;
  top: 8px;
  border-left: 5px solid #566f90;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
}
.adv-search.show:after,
.search-syntax.show:after {
  border-top: 5px solid #566f90;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  margin-bottom: 2px;
}
.search-year {
  width: 55px;
  margin-left: 10px;
  margin-right: 0px;
}
.search-year-from {
  margin-left: 9px;
  margin-right: 12px;
}
.search-label {
  display: inline-block;
  margin-left: 20px;
}
.search-label input[type="checkbox"] {
  margin-right: 5px;
}
.search-label.published-label {
  margin-left: 53px;
}
.p13n-dd-login,
.p13n-dd-register,
.box-panel {
  background: #f3f5f5;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.p13n-modal .p13n-dd-register {
  margin-bottom: 0;
}
.p13n-header,
.p13n-header-signed-in,
.box-title {
  margin: 0;
  padding: 0 10px;
  font-size: 15px;
  line-height: 28px;
  background: #e5e9e9;
  border-radius: 3px 3px 0 0;
}
.box-title {
  line-height: 22px;
  padding: 2px 10px;
}
.p13n-inner,
.p13n-footer,
.box-content {
  overflow: hidden;
  padding: 10px 10px 0;
}
.btn-signout {
  margin-bottom: 10px;
}
.p13n-dd-menu {
  border-radius: 3px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.p13n-dd-menu .p13n-header-signed-in {
  background-color: #f3f5f5;
}
.p13n-dd-menu .p13n-inner {
  padding: 0 !important;
}
.p13n-dd-menu .p13n-footer {
  margin: 0 0 15px;
  background: #d6ebf7;
  padding: 5px 10px;
  text-align: center;
}
.p13n-welcome-msg {
  padding: 10px 15px 0;
}
.p13n-welcome-msg .name {
  text-transform: capitalize;
}
.p13n-menu {
  padding: 10px;
  margin: 0;
  list-style: none;
}
.p13n-menu .menu-list-text {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.p13n-menu .p13n-count {
  font-style: normal;
  font-weight: bold;
}
.p13n-menu .menu-icon {
  width: 28px;
  height: 28px;
  background-color: #566f90;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  margin: 4px 10px;
  background-image: none;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
}
.p13n-dd-login .p13n-inner {
  padding: 10px;
}
.p13n-dd-login .p13n-inner .p13n-form-row .btn-wide {
  margin-bottom: 0px;
}
.p13n-inner {
  background: #d6ebf7;
  border-top: 1px solid #D6D6D6;
}
.p13n-inner .p13n-form-row {
  margin-bottom: 12px;
  display: block;
  height: auto;
}
.p13n-inner .p13n-form-row:before,
.p13n-inner .p13n-form-row:after {
  content: " ";
  display: table;
}
.p13n-inner .p13n-form-row:after {
  clear: both;
}
.p13n-inner .p13n-form-row input[type="email"],
.p13n-inner .p13n-form-row input[type="password"],
.p13n-inner .p13n-form-row input[type="text"] {
  display: block;
  width: 100%;
  padding: 4px 10px;
  line-height: 15px;
  height: 25px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #d6d6d6;
}
.p13n-inner .p13n-form-row input[type="email"].error,
.p13n-inner .p13n-form-row input[type="password"].error,
.p13n-inner .p13n-form-row input[type="text"].error {
  color: #333;
  border: 1px solid #d20006;
}
.p13n-inner .p13n-form-row .l-label,
.p13n-inner .p13n-form-row .r-label {
  display: block;
  margin-bottom: 2px;
}
.p13n-inner .p13n-form-row input[type="checkbox"] {
  display: inline-block;
  font-size: 14px;
  width: auto;
  padding: 0;
  margin: 1px 10px 0 0;
  float: left;
}
.p13n-inner .p13n-form-row input[type="checkbox"].error {
  border: 1px solid #d20006;
}
.p13n-inner .p13n-form-row .checkbox-label {
  float: left;
  width: 83%;
}
.p13n-inner .p13n-form-row .error {
  font-size: 11px;
  color: #d20006;
}
.p13n-inner .p13n-form-row .forgotten-password {
  font-size: 11px;
  display: block;
}
.p13n-inner .p13n-form-row .btn {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.p13n-inner .p13n-form-row .btn-cancel {
  display: inline-block;
}
.p13n-inner .p13n-form-row .btn-wide {
  padding: 0px 25px;
  line-height: 25px;
  vertical-align: top;
  margin-bottom: 10px;
}
.p13n-inner .btn-section {
  text-align: center;
}
.r-info {
  border-top: 1px solid #bac2c9;
}
.r-info p {
  font-size: 12px;
  margin-bottom: 10px;
}
.r-info ul {
  margin-top: 0px;
}
.r-info li {
  font-size: 12px;
}
.p13n-dd-login,
.p13n-dd-register,
.p13n-dd-forgotten,
.p13n-dd-menu {
  display: none;
}
.p13n-dd-signin .p13n-dd-login,
.p13n-dd-signup .p13n-dd-register,
.p13n-dd-nav .p13n-dd-menu {
  display: block;
}
.p13n-dd-menu .p13n-inner {
  padding: 0 10px;
}
.forgotten-password {
  font-size: 12px;
}
#p13n-menu {
  margin-bottom: 10px;
  font-size: 14px;
  display: none;
}
.p13n-search {
  display: inline-block;
  padding-left: 10px;
}
.total-results {
  font-size: 14px;
  padding-bottom: 20px;
}
.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;
}
.p13n-bulk-actions .btn:hover {
  background: #eeeff0;
}
.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 > div {
  border-bottom: 1px solid #E5E6E6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.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: 70%;
}
.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;
}
.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: 65%;
  display: inline-block;
}
.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: -15px;
  top: 2px;
  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;
}
#p13n-manage-items,
#p13n-manage-searches {
  margin-left: 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;
}
.hero {
  padding: 15px;
}
.hero h1 {
  font-weight: normal;
}
.tab-list li {
  padding-right: 2px;
}
.tab-list a {
  border-radius: 2px 2px 0 0;
  padding: 6px 35px;
  background: #e0e3e4;
}
.tab-list a:hover {
  background: #eeeff0;
}
.advanced-search-tabs.tab-list a {
  background-color: #e0e3e4;
}
.advanced-search-tabs.tab-list a:hover {
  background: #d5d9db;
}
.js .tab-list-selected a,
.js .result-item-links .tab-list-selected .quick-link {
  background: #a0d34b;
  color: #fff;
}
.js .tab-list-selected a:hover,
.js .result-item-links .tab-list-selected .quick-link:hover {
  background: #abd85f;
}
.top-list-section {
  margin: 10px 0px 0px 20px;
}
.tab-article-list {
  padding: 0;
  margin: 0 0 15px;
  list-style: inside decimal;
  border: 1px solid #a0d34b;
  border-bottom: 0;
  width: 100%;
  background: #f3f5f5;
}
.tab-article-list li {
  position: relative;
  padding-left: 15px;
  padding-right: 60px;
  padding-top: 8px;
  border-bottom: 1px solid #a0d34b;
}
.tab-article-list li:hover {
  background: #fff;
}
.tab-article-list td {
  padding: 8px 5px;
  border-bottom: 1px solid #a0d34b;
  vertical-align: top;
}
.tab-article-list .sl-no {
  padding-left: 10px;
  font-weight: bold;
  width: 20px;
}
.tab-article-list .society-code {
  padding: 8px 8px;
}
.tab-article-list .article-title {
  width: 70%;
}
.tab-article-list .data {
  text-align: right;
  padding-right: 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: 970px;
}
.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: #48547a;
  background-image: -moz-linear-gradient(top, #4c587e, #414e74);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c587e), to(#414e74));
  background-image: -webkit-linear-gradient(top, #4c587e, #414e74);
  background-image: -o-linear-gradient(top, #4c587e, #414e74);
  background-image: linear-gradient(to bottom, #4c587e, #414e74);
  background-repeat: repeat-x;
  border-top: 10px solid #a0d34b;
  min-width: 970px;
  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: 970px;
  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: #647291;
  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: #354160;
}
.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 #a0d34b;
  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: #a0d34b;
}
.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 {
  font-weight: bold;
  padding-left: 10px;
  width: 230px;
}
html:not(.oldie) .select-currency {
  float: right;
  margin-top: 15px;
  clear: right;
}
html:not(.oldie) .select-currency label {
  font-size: 12px;
  padding-right: 5px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}
html:not(.oldie) .select-currency .select {
  width: 200px;
  float: none;
}
html:not(.oldie) .select-currency .select select {
  font-weight: bold;
  padding-left: 10px;
  width: 230px;
}
.oldie .select-currency,
.ie .select-currency {
  float: right;
  margin-top: 15px;
  clear: right;
}
.oldie .select-currency label,
.ie .select-currency label {
  font-size: 12px;
  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 {
  display: block;
  float: none;
}
.oldie .control-group .controls .select select,
.ie .control-group .controls .select select {
  width: 400px;
  padding: 0px;
}
.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;
}
.advanced-search-tabs a {
  padding-left: 8px;
  padding-right: 8px;
}
.advanced-search-tab {
  padding: 10px 10px 0;
  background: #fff;
  border: 1px solid #a0d34b;
}
.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: 15px;
  height: auto;
  min-height: 100px;
  max-height: 350px;
  background-color: #f3f5f5;
}
.adv-search-row.adv-search-show #words form {
  width: 73%;
}
.adv-search-row.adv-search-show #words form .search-input {
  width: 100%;
  max-width: 74%;
  margin: 0 0 10px;
}
.adv-search-row.adv-search-show #words form .btn {
  margin-left: 5px;
}
.adv-search-row.adv-search-show form {
  width: 100%;
}
.adv-search-row.adv-search-show .search-input {
  width: 100%;
  max-width: 78%;
}
.search-syntax-row.search-syntax-show {
  padding: 15px;
  height: auto;
  background-color: #f3f5f5;
}
.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;
  padding-top: 3px;
}
.select select {
  width: 140px;
  background: #E0E3E4;
  color: #3d64aa;
  font-weight: bold;
  border: 1px solid #ccc;
}
html:not(.ie) .select {
  display: inline-block;
  height: 25px;
  line-height: 1;
  font-weight: bold;
  padding: 6px 10px;
  border: 0;
  border-radius: 3px;
  color: #3d64aa;
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #e0e3e4;
  padding: 0;
  width: 140px;
  overflow: hidden;
}
html:not(.ie) .select:before,
html:not(.ie) .select:after {
  content: "";
  position: absolute;
}
html:not(.ie) .select:before {
  width: 30px;
  height: 25px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
html:not(.ie) .select.btn-right:after {
  border-left: 5px solid #a0d34b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 8px;
  right: 12.5px;
}
html:not(.ie) .select.btn-down:after {
  border-top: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  top: 11px;
  right: 10px;
  pointer-events: none;
}
html:not(.ie) .select.btn-wide {
  padding-right: 58px;
}
html:not(.ie) .select.btn-up:after {
  border-bottom: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  top: 12.5px;
  right: 10px;
}
html:not(.ie) .select.btn-plus:after {
  content: "+";
  color: #a0d34b;
  font-size: 16px;
  width: 10px;
  right: 10px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  top: 1px;
}
html:not(.ie) .select.btn-plus .btn-inner:after {
  content: "";
  position: absolute;
  height: 10px;
  top: 10px;
}
html:not(.ie) .select.btn-minus:after {
  border-bottom: 2px solid #a0d34b;
  width: 10px;
  top: 12px;
  right: 10px;
}
html:not(.ie) .select.btn-invert {
  /*background: @footBorder;*/

  /*color: #333;*/

  /*&:before {*/

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

  /*background: @btnBase;*/

  /*}*/

}
html:not(.ie) .select:before {
  background: #566f90;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
html:not(.ie) .select:after {
  background: #566f90;
}
html:not(.ie) .select.btn-right:after {
  border-left: 5px solid #a0d34b;
}
html:not(.ie) .select:after {
  border-top: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  top: 11px;
  right: 10px;
  pointer-events: none;
}
html:not(.ie) .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;
}
.facets {
  margin-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}
.save-item {
  display: inline-block;
}
.js .facets .facets-hide {
  display: none;
}
.filter-heading {
  padding-bottom: 15px;
  display: block;
}
.filter-label {
  line-height: 25px;
}
.facets-form {
  height: auto;
  min-height: 52px;
}
.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: #eeeff0;
}
.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;
}
.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: #f3f5f5;
}
.results {
  margin-bottom: 10px;
}
.filter-section-col {
  float: left;
  width: 29%;
}
.results-main-section {
  float: right;
  width: 70%;
}
.result-item {
  position: relative;
  padding: 10px 40px;
  margin-bottom: 10px;
  background: #edf3f8;
  border-radius: 3px;
}
.result-item-authors {
  margin-bottom: 10px;
}
.result-item-logo {
  float: right;
  margin-right: -30px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.view-rights-link {
  padding-top: 10px;
  display: block;
}
.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;
}
a.mark-toggle {
  position: relative;
  padding: 6px 10px 6px 40px;
  cursor: pointer;
}
a.mark-toggle .icon-check,
a.mark-toggle .icon-check-empty {
  top: 3px;
  left: 10px;
}
a.mark-toggle .icon-check:after,
a.mark-toggle .icon-check-empty:after {
  border-bottom-color: #fff;
}
.result-tools {
  border-top: 1px solid #e5e6e6;
  border-bottom: 1px solid #e5e6e6;
  margin-bottom: 10px;
  clear: both;
  padding-top: 5px;
}
.result-tools li {
  margin-right: 10px;
}
.result-tools .btn:hover {
  background: #eeeff0;
}
.result-tools .get-citation {
  padding-bottom: 5px;
}
.btn-cart:after {
  background: no-repeat url(../img/cart-light.png) center center;
  background-size: 16px auto;
  width: 30px;
  height: 25px;
  top: 0;
  right: 0;
}
.btn-cart.btn-arrow:after {
  background: no-repeat url(../img/cart-dark.png) center center;
  background-size: 16px auto;
}
.btn.disabled {
  color: #929292;
  cursor: default;
}
.btn.disabled:hover {
  background: none;
}
.added-to-cart {
  font-weight: bold;
  padding-right: 10px;
  display: inline-block;
  padding-right: 35px;
}
.added-to-cart:after {
  background: no-repeat url(../img/cart-dark.png) center center;
  width: 30px;
  height: 16px;
  content: "";
  position: absolute;
}
.save-item-btn {
  float: right;
}
.result-item-actions .save-item-btn {
  float: none;
  display: inline-block;
}
.result-item-meta {
  border: 1px solid #a0d34b;
  padding: 10px;
}
.result-item-meta p:empty {
  padding: 0;
  margin: 0;
}
.result-item-meta p:last-child {
  margin: 0;
}
.result-item-links {
  position: relative;
}
.result-item-links .tab-content {
  background: #fff;
}
.result-item-actions {
  padding-bottom: 10px;
}
.result-item-actions form {
  display: inline-block;
}
.btn-clear {
  background: transparent;
  padding-right: 30px;
  padding-left: 0;
}
.btn-clear:before {
  border: 0;
  background: transparent;
}
.btn-clear.btn-cart {
  padding-right: 35px;
}
/* overrides of tab link style to check that content is actually loaded! */
.js .result-item-links .tab-list-selected a {
  background: #e0e3e4;
  color: #3d64aa;
}
.js .result-item-links .tab-list-selected a.loaded {
  background: #a0d34b;
  color: #fff;
}
.result-item-stars {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 110px;
}
.result-item-stars .result-item-stars {
  height: 1em;
  margin-bottom: 15px;
}
.rating-count {
  position: relative;
  bottom: 38px;
  left: 100px;
  padding-top: 10px;
  clear: both;
}
.p13n-btn-rate {
  white-space: nowrap;
  padding: 6px 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.star-container {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  height: 25px;
  color: #3d64aa;
  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: #3d64aa;
}
.icon-check,
.icon-check-empty {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  font-size: 22px;
  color: #3D64AA;
}
.icon-check + span,
.icon-check-empty + span {
  width: 70px;
  display: inline-block;
}
.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;
}
.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 a:hover {
  background-color: #e0e3e4;
}
.article-meta .download-desc {
  color: #929292;
}
.document-title ~ .result-item-stars .result-item-stars {
  margin-bottom: 0;
}
.document-title ~ .result-item-stars .result-item-stars .star-container {
  cursor: pointer;
}
.document-title ~ .result-item-stars .rating-count {
  left: 120px;
  padding: 0;
  position: relative;
  top: -12px;
  width: 200px;
  cursor: pointer;
}
.result-item-meta .download-desc {
  color: #929292;
}
.pricing {
  padding: 0 17px 13px;
  background: #f3f5f5;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 14px;
}
.pricing .btn,
.pricing .added-to-cart {
  margin-top: 10px;
  margin-bottom: -5px;
}
.pricing .one-price,
.pricing .member-price {
  margin-top: 14px;
}
.pricing .one-price .price,
.pricing .member-price .price,
.pricing .one-price .free,
.pricing .member-price .free {
  color: #a0d34b;
}
.pricing .non-member-price {
  padding-top: 5px;
}
.pricing.not-logged {
  padding: 1px 17px 15px;
}
.pricing span {
  display: inline-block;
  width: 12em;
  margin-bottom: 3px;
}
.pricing span.price {
  font-weight: bold;
  width: auto;
}
.article-actions {
  margin-bottom: 17px;
  clear: both;
}
.article-actions form {
  float: right;
}
.article-actions a {
  float: right;
}
.article-actions .btn-clear {
  padding-right: 0px;
  padding-left: 20px;
  height: auto;
}
.article-actions .btn-clear:hover {
  color: #547DC9;
}
.article-meta {
  clear: both;
}
.file-stats {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #E5E6E6;
  border-bottom: 1px solid #E5E6E6;
  margin-bottom: 15px;
}
.file-stats span {
  padding: 15px 0;
  width: 150px;
  display: inline-block;
}
dl:before,
dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt {
  float: left;
  min-width: 110px;
  clear: left;
  margin-bottom: 10px;
  font-weight: bold;
}
dl dd {
  float: left;
  width: 450px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.article-meta {
  margin-bottom: 15px;
}
.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: #3d64aa;
  font-weight: bold;
  cursor: pointer;
  margin-top: -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 !important;
  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%;
}
.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;
  height: 25px;
  line-height: 1;
  font-weight: bold;
  padding: 6px 10px;
  border: 0;
  border-radius: 3px;
  color: #3d64aa;
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #e0e3e4;
  display: block;
  filter: none;
}
.select2-container .select2-choice:before,
.select2-container .select2-choice:after {
  content: "";
  position: absolute;
}
.select2-container .select2-choice:before {
  width: 30px;
  height: 25px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.select2-container .select2-choice.btn-right:after {
  border-left: 5px solid #a0d34b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 8px;
  right: 12.5px;
}
.select2-container .select2-choice.btn-down:after {
  border-top: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  top: 11px;
  right: 10px;
  pointer-events: none;
}
.select2-container .select2-choice.btn-wide {
  padding-right: 58px;
}
.select2-container .select2-choice.btn-up:after {
  border-bottom: 5px solid #a0d34b;
  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: #a0d34b;
  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 #a0d34b;
  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: #566f90;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
.select2-container .select2-choice:after {
  background: #566f90;
}
.select2-container .select2-choice.btn-right:after {
  border-left: 5px solid #a0d34b;
}
.select2-container .select2-choice:after {
  border-top: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  top: 11px;
  right: 10px;
  pointer-events: none;
}
.select2-container .select2-choice > span {
  margin-right: 0;
}
.select2-container .select2-choice > div {
  display: none;
}
.select2-container.select2-dropdown-open .select2-choice {
  position: relative;
  padding-right: 30px;
  margin-right: 10px;
  text-align: left;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 40px;
  padding-left: 10px;
  background: #e0e3e4;
  /*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: 30px;
  height: 25px;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.select2-container.select2-dropdown-open .select2-choice.btn-right:after {
  border-left: 5px solid #a0d34b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 8px;
  right: 12.5px;
}
.select2-container.select2-dropdown-open .select2-choice.btn-down:after {
  border-top: 5px solid #a0d34b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  top: 11px;
  right: 10px;
  pointer-events: none;
}
.select2-container.select2-dropdown-open .select2-choice.btn-wide {
  padding-right: 58px;
}
.select2-container.select2-dropdown-open .select2-choice.btn-up:after {
  border-bottom: 5px solid #a0d34b;
  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: #a0d34b;
  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 #a0d34b;
  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: #566f90;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
}
.select2-container.select2-dropdown-open .select2-choice:after {
  background: #566f90;
}
.select2-container.select2-dropdown-open .select2-choice.btn-right:after {
  border-left: 5px solid #a0d34b;
}
.select2-container.select2-dropdown-open .select2-choice:after {
  border-bottom: 5px solid #a0d34b;
  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: #e0e3e4;
}
.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;
}
.society-logo img {
  border: 1px solid #f3f5f5;
  margin-bottom: 10px;
}
.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: left;
  float: left;
  padding-top: 6px;
}
.sgk-login-section .subscribed-text {
  position: relative;
  top: 45px;
  font-size: 14px;
  padding-right: 5px;
  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;
}
.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 #a0d34b;
  border-bottom: 0;
  font-weight: bold;
  background: #f3f5f5;
}
.society-article-list .year-conferences-list {
  position: relative;
  padding: 5px 10px 5px 15px;
  border-bottom: 1px solid #a0d34b;
}
.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 #a0d34b;
  border-bottom: 0;
  font-weight: bold;
  background: #f3f5f5;
}
.society-article-list.SPE .year-conferences-list:hover {
  background: #f3f5f5;
}
.society-article-list.SPE .year-conferences-list .row {
  position: relative;
  padding: 5px 10px 5px 15px;
  border-bottom: 1px solid #a0d34b;
}
.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: #a0d34b;
  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;
}
/*
Ratings
*/
.p13n-star-row {
  display: block;
  margin-bottom: -34px;
}
.p13n-star-row:before,
.p13n-star-row:after {
  content: " ";
  display: table;
}
.p13n-star-row:after {
  clear: both;
}
.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 .result-item-stars:before,
.p13n-star-row .result-item-stars:after {
  content: " ";
  display: table;
}
.p13n-star-row .result-item-stars:after {
  clear: both;
}
.p13n-star-row[data-type=combined] label {
  display: none;
}
.article-section .article-meta .result-item-stars .p13n-star-row {
  margin-bottom: 0px;
}
.rate-section .p13n-star-row {
  margin-bottom: 0px;
}
.volume-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
.volume-list ul {
  display: none;
  list-style: none;
  padding: 0;
}
.volume-list ul a {
  padding: 5px;
  display: block;
}
.volume-list li {
  padding-bottom: 5px;
}
.volume-list a {
  display: block;
}
.volume-list .active ul {
  display: block;
}
#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 {
  padding: 15px;
  position: fixed;
  top: 10%;
  margin-left: -225px;
  left: 50%;
  display: block;
  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);
  width: 500px;
  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;
}
.paginationQuantityTop {
  float: right;
}
.paginationQuantityTop .label {
  float: left;
  line-height: 25px;
  padding-right: 5px;
}
.paginationQuantityTop .select {
  float: right;
}
.sort-results {
  float: left;
  padding-left: 10px;
  padding-bottom: 15px;
}
.sort-results label {
  float: left;
  line-height: 25px;
  padding-right: 5px;
}
.sort-results form {
  float: right;
}
.print-page,
.export-pdf {
  float: right;
  margin-left: 10px;
}
.search-nav .paginationQuantity {
  padding: 6px 0px;
}
.search-nav .paginationQuantity .label,
.search-nav .paginationQuantity .select {
  display: inline-block;
  margin-bottom: 15px;
}
.search-nav .paginationQuantity .label {
  float: left;
  line-height: 25px;
  padding: 0px 6px;
}
.search-nav .pagination {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e6e6;
  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: 0px 2px;
  cursor: pointer;
}
.search-nav .pagination .clearfix li a {
  padding: 6px 10px;
  display: block;
}
.search-nav .pagination .clearfix li:hover {
  background-color: #e0e3e4;
}
.search-nav .pagination .clearfix .list-btn a {
  padding: 0 10px;
  line-height: 25px;
}
.search-nav .pagination .clearfix .list-btn:hover {
  background: none;
}
.search-nav .pagination .clearfix .active,
.search-nav .pagination .clearfix .active:hover {
  background-color: #a0d34b;
  cursor: default;
}
.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: 25px;
  display: block;
  vertical-align: middle;
}
.indent-main-section {
  padding: 0 15px;
}
.journals-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 #a0d34b;
  border-bottom: 0;
  font-weight: bold;
  background: #f3f5f5;
}
.journal-listing .row,
.society-list .row {
  position: relative;
  border-bottom: 1px solid #a0d34b;
  -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 #a0d34b;
  -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 {
  width: 545px;
  display: inline-block;
  vertical-align: top;
}
.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 #a0d34b;
  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: #a0d34b;
  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-close,
.p13n-rating-editor-modal .btn-done {
  margin: 10px auto 0px;
  display: inline-block;
  position: relative;
  width: 150px;
  text-align: center;
}
.p13n-rating-editor-modal .btn-done {
  display: none;
}
.p13n-rating-editor-modal .button-block {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.p13n-rating-editor-modal .p13n-star-row {
  padding-bottom: 5px;
}
.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;
}
.result-item .p13n-star-row > label {
  display: none;
}
.result-item .rating-count {
  margin-left: 110px;
  top: -37px;
  width: 204px;
}
.p13n-modal-text {
  display: none;
}
.p13n-more-info {
  display: none;
}
.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-header {
  display: none;
}
.p13n-modal .p13n-dd-signin,
.p13n-modal .p13n-dd-signup {
  display: block !important;
}
.p13n-modal .p13n-dd-signup {
  height: 100%;
  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 .row {
  display: block;
  width: 100%;
  padding: 15px 0 0;
  border-bottom: 1px solid #E5E6E6;
}
.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: 5px;
  padding-top: 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: 8px 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: 5px;
  display: inline-block;
  vertical-align: top;
}
.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: 460px;
  font-size: 14px;
  padding: 2px 10px;
}
.control-group .controls .select.date-fields {
  width: 100px;
  display: inline-block;
}
.control-group .error {
  display: block;
  font-size: 11px;
  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: 12px;
  padding: 5px 0;
}
.e-commerce {
  font-size: 14px;
}
.remove-item-link {
  margin-top: 10px;
  display: block;
  font-size: 11px;
}
.progress-breadcrumb {
  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: 12px;
}
.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;
  line-height: 22px;
  height: 35px;
}
.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: #f3f5f5;
  padding: 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: 10px;
}
.confirmation-popup .buttons-section .btn {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
  height: 25px;
  font-size: 12px;
}
.confirmation-popup .close {
  float: right;
  margin-top: -5px;
}
.braintree-logo {
  float: right;
  padding-top: 10px;
}
.order-progress-link {
  position: relative;
  padding: 5px 10px 5px 10px;
  margin-right: 9px;
  margin-bottom: 3px;
  border-radius: 2px 0 0 2px;
  background: #a0d34b;
  width: 160px;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
}
.order-progress-link:after,
.order-progress-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.order-progress-link:before {
  top: 9px;
  left: 0;
  border-left: 4px solid #ffffff;
  border-right: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.order-progress-link:after {
  top: 0px;
  right: -13px;
  border-left: 13px solid #a0d34b;
  border-right: none;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.order-progress-link.prev {
  background: #566f90;
}
.order-progress-link.prev:after {
  border-left-color: #566f90;
}
.order-progress-link.next {
  background: #dbe9f6;
  color: #333333;
}
.order-progress-link.next:after {
  border-left-color: #dbe9f6;
}
.limited-download-popup {
  position: relative;
  background-color: #f3f5f5;
  padding: 20px;
  border: 1px solid #455278;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 50px auto;
  width: 500px;
}
.limited-download-popup .buttons-section {
  height: 40px;
  margin-top: -10px;
}
.limited-download-popup .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 {
  margin-top: 10px;
  display: inline-block;
  margin-right: 15px;
}
.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;
}
.limited-download-popup-container .back-button-section {
  display: none;
}
.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%;
}
/* 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;
}
/* 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;
  }
  .added-to-cart:after {
    height: 18px;
  }
  .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 + span,
  .icon-check-empty + span {
    width: 75px;
    min-height: 20px;
  }
  html:not(.oldie) .select select,
  .oldie .select select {
    padding: 3px 10px;
  }
  .btn {
    height: 30px;
  }
  .btn-cart:after {
    height: 30px;
  }
  button.btn-arrow.btn-right:after {
    top: 10px;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 58%;
  }
  dl dt {
    min-width: 20%;
  }
  dl dd {
    width: 75%;
  }
  .filter-section-col {
    float: none;
    width: auto;
    margin: 0 0 15px;
    padding: 10px 0 10px 10px;
    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;
  }
  .filter-section-col .facet-unit-left {
    width: 48%;
    float: left;
    padding-right: 10px;
  }
  .filter-section-col .facet-unit-right {
    width: 48%;
    float: right;
    padding-left: 10px;
  }
  .results-main-section {
    float: none;
    width: auto;
    clear: both;
  }
  .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;
  }
  .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;
  }
  .sgk-login-section {
    text-align: left;
  }
  .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: 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: 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-input {
    max-width: 68%;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 55%;
  }
  .search-label {
    display: block;
  }
  .search-label.published-label {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .search-year-from {
    margin-left: 42px;
  }
  .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-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;
  }
  .adv-search-row.adv-search-show .search-input {
    max-width: 75%;
  }
  .p13n-item-list .p13n-item-detail .item-title {
    width: 65%;
  }
  .p13n-search-list .p13n-search-detail .search-title {
    width: 50%;
  }
  dl dd {
    width: 65%;
  }
  .top-section,
  .article-section,
  .journal-home-section {
    display: table;
    width: 100%;
  }
  .top-section .search-section,
  .article-section .search-section,
  .journal-home-section .search-section {
    display: table-footer-group;
  }
  .top-section .search-panel,
  .article-section .search-panel,
  .journal-home-section .search-panel {
    margin-bottom: 25px;
    padding: 20px 0px 0px;
  }
  .top-section .hero,
  .article-section .hero,
  .journal-home-section .hero {
    padding-bottom: 0px;
  }
  .citation-popup-container .citation-popup,
  .limited-download-popup,
  .confirmation-popup {
    width: 90%;
  }
  .clear-search-box {
    margin-top: -45px;
  }
  .search-input {
    max-width: 90%;
    width: 90%;
  }
  .btn-search {
    margin: 10px auto 0;
    display: block;
  }
  .tab-article-list .article-title {
    width: 55%;
  }
}
@media (max-width: 480px) {
  .indent-main-section {
    padding: 0px;
  }
  .journal-volume-issue-list {
    width: 100%;
  }
  .journal-main {
    width: 100%;
  }
  .p13n-menu li {
    width: 100%;
    display: block;
  }
  .cell-fifth {
    width: 100%;
    display: block;
  }
  .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;
  }
  .sgk-login-section {
    padding-left: 10px;
    padding-bottom: 10px;
    float: none;
  }
  .sgk-login-section .subscribed-text {
    display: inline-block;
  }
  .p13n-modal .p13n-dd-signup {
    margin: 0px auto;
  }
  .tab-article-list tr {
    border-bottom: 1px solid #a0d34b;
  }
  .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;
  }
  .purchase-history-action {
    display: table;
    width: 100%;
  }
  .purchase-history-action .paginationQuantityTop {
    display: table-footer-group;
  }
  .purchase-history-action .pagination {
    margin-bottom: 10px;
  }
}
@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: 370px) {
  .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;
  }
  .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;
  }
}
@media (max-height: 580px) {
  .p13n-modal .p13n-dd-signup {
    margin: 10px auto;
  }
}
@media (max-height: 540px) {
  .p13n-modal .p13n-dd-signup {
    margin: 0px auto;
  }
}
@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;
  }
}
.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;
}
