.remote_institutional_access h2 {
  text-transform: unset;
}
.remote_institutional_access .section {
  display: block;
  margin-bottom: 30px;
}
.remote_institutional_access .institution_part {
  display: inline-block;
  vertical-align: top;
  width: 44%;
}
.remote_institutional_access .renew_part {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.remote_institutional_access .icons_part {
  display: inline-block;
  font-size: 24px;
  margin-right: 8px;
  width: 3%;
}
.remote_institutional_access .remaining_time {
  color: #6c6c6c;
  display: block;
  font-size: 13px;
}
.remote_institutional_access .renew_verification_message {
  position: relative;
  display: inline-block;
  left: 13%;
  font-size: 13px;
  text-align: center;
}
.icons_part span {
  vertical-align: middle;
}
.icons_part.connection {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.institution_part .institution_name {
  font-size: 18px;
  font-weight: bold;
}
.abstract_button {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  width: 115px;
}
.abstract_button[disabled] {
  opacity: 0.4;
}
.abstract_button[disabled]:hover {
  opacity: 0.4;
}
.renew_part .renew_message {
  visibility: hidden;
  width: 300px;
  background-color: #ffffff;
  color: #cb2936;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  padding: 16px;
  left: 73%;
  border: 1px solid #000000;
  font-size: 14px;
}
.renew_part .abstract_button .renew_message {
  left: 95%;
}
.add_affiliation {
  width: 100%;
}
.add_affiliation .abstract_button {
  background-color: #cb2936;
  color: #ffffff;
  float: right;
}
.expired .icons_part,
.expired .institution_part {
  opacity: 0.4;
}
.renew_part .abstract_button {
  position: relative;
  display: inline-block;
  left: 25%;
}
.renew_part:hover .renew_message {
  visibility: visible;
}
#favorite-deprecation-message {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  max-width: 560px;
  margin: auto;
  color: #989898;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
#favorite-deprecation-message h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  color: #353535;
  margin: 30px 0;
}
#favorite-deprecation-message strong,
#favorite-deprecation-message b {
  font-weight: 500;
}
#favorite-deprecation-message a {
  color: #01bfcb;
  font-weight: 500;
}
#favorite-deprecation-message p {
  margin: 30px 0;
}
#favorite-deprecation-message .deprecation-bottom-note {
  margin-top: 100px;
  font-size: 12px;
  line-height: 1.42;
}
#favorite-deprecation-message .deprecation-bottom-note a {
  color: inherit;
  text-decoration: underline;
}
#favorite-deprecation-message svg {
  margin: 50px 0;
}
.login-with-connect h2,
#loginPopup.login-with-connect h2,
#registrationPopup.signup-with-connect h2 {
  border: none;
  margin: 18px 25px 25px;
}
.login-with-connect .content,
#loginPopup.login-with-connect .content,
#registrationPopup.signup-with-connect .content {
  padding: 24px;
}
.login-with-connect .content form,
#loginPopup.login-with-connect .content form,
#registrationPopup.signup-with-connect .content form {
  margin-top: 0;
}
.login-with-connect .login-methods,
#loginPopup.login-with-connect .login-methods,
#registrationPopup.signup-with-connect .login-methods {
  display: flex;
  margin-bottom: 23px;
}
.login-with-connect .login-methods__item,
#loginPopup.login-with-connect .login-methods__item,
#registrationPopup.signup-with-connect .login-methods__item {
  flex: 1;
  padding: 18px 40px;
  border-right: 1px solid #E5E5E5;
  position: relative;
  display: flex;
  align-items: center;
}
.login-with-connect .login-methods__item:after,
#loginPopup.login-with-connect .login-methods__item:after,
#registrationPopup.signup-with-connect .login-methods__item:after {
  content: 'or';
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  background-color: #fff;
  padding: 10px;
}
.login-with-connect .login-methods__item:last-child,
#loginPopup.login-with-connect .login-methods__item:last-child,
#registrationPopup.signup-with-connect .login-methods__item:last-child {
  border: none;
}
.login-with-connect .login-methods__item:last-child:after,
#loginPopup.login-with-connect .login-methods__item:last-child:after,
#registrationPopup.signup-with-connect .login-methods__item:last-child:after {
  content: none;
}
.login-with-connect .connect,
#loginPopup.login-with-connect .connect,
#registrationPopup.signup-with-connect .connect {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-with-connect .connect-box,
#loginPopup.login-with-connect .connect-box,
#registrationPopup.signup-with-connect .connect-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: .875rem;
  margin-top: 14px;
  padding: 32px;
  background-color: #F4F4F4;
  color: #4D4D4D;
  width: 100%;
  box-sizing: border-box;
}
.login-with-connect .connect-box span a,
#loginPopup.login-with-connect .connect-box span a,
#registrationPopup.signup-with-connect .connect-box span a {
  display: inline-block;
  color: #00A2E5;
  text-decoration: underline;
}
.login-with-connect .connect .site-logo,
#loginPopup.login-with-connect .connect .site-logo,
#registrationPopup.signup-with-connect .connect .site-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: .75rem;
}
.login-with-connect .connect .site-logo img,
#loginPopup.login-with-connect .connect .site-logo img,
#registrationPopup.signup-with-connect .connect .site-logo img {
  margin-top: 32px;
  display: block;
  height: 22px;
}
.login-with-connect .connect p,
#loginPopup.login-with-connect .connect p,
#registrationPopup.signup-with-connect .connect p {
  font-size: .8125rem;
  text-align: center;
  margin: 32px 0;
  max-width: 400px;
}
.login-with-connect .connect p a,
#loginPopup.login-with-connect .connect p a,
#registrationPopup.signup-with-connect .connect p a {
  color: inherit;
}
.login-with-connect .connect .button,
#loginPopup.login-with-connect .connect .button,
#registrationPopup.signup-with-connect .connect .button {
  background-color: #0473DB !important;
  color: #fff !important;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  height: 40px;
  margin: 8px 15px 0;
  padding: 12px 20px;
  border-radius: 4px;
  transition: background-color 0.25s;
  box-sizing: border-box;
  line-height: 1;
  border: none !important;
}
.login-with-connect .connect .button img,
#loginPopup.login-with-connect .connect .button img,
#registrationPopup.signup-with-connect .connect .button img {
  margin-right: 5px;
}
.login-with-connect .connect .button:hover,
#loginPopup.login-with-connect .connect .button:hover,
#registrationPopup.signup-with-connect .connect .button:hover {
  background-color: #004FB6 !important;
}
.login-with-connect .connect-social-login,
#loginPopup.login-with-connect .connect-social-login,
#registrationPopup.signup-with-connect .connect-social-login {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 30px 0;
}
.login-with-connect .connect-social-login span,
#loginPopup.login-with-connect .connect-social-login span,
#registrationPopup.signup-with-connect .connect-social-login span {
  margin-bottom: 12px;
}
.login-with-connect .connect-social-login .social-login-options,
#loginPopup.login-with-connect .connect-social-login .social-login-options,
#registrationPopup.signup-with-connect .connect-social-login .social-login-options {
  display: flex;
}
.login-with-connect .connect-social-login .social-login__item,
#loginPopup.login-with-connect .connect-social-login .social-login__item,
#registrationPopup.signup-with-connect .connect-social-login .social-login__item {
  border: 1px solid #D7D7D7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  width: 145px;
  height: 40px;
  border-radius: 4px;
  transition: background-color 0.25s;
}
.login-with-connect .connect-social-login .social-login__item.rounded,
#loginPopup.login-with-connect .connect-social-login .social-login__item.rounded,
#registrationPopup.signup-with-connect .connect-social-login .social-login__item.rounded {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.login-with-connect .connect-social-login .social-login__item:hover,
#loginPopup.login-with-connect .connect-social-login .social-login__item:hover,
#registrationPopup.signup-with-connect .connect-social-login .social-login__item:hover {
  background-color: #eee;
}
.login-with-connect .login-form,
#loginPopup.login-with-connect .login-form,
#registrationPopup.signup-with-connect .login-form,
.login-with-connect .registration-form,
#loginPopup.login-with-connect .registration-form,
#registrationPopup.signup-with-connect .registration-form {
  width: auto;
  flex: 1;
}
.login-with-connect .submit,
#loginPopup.login-with-connect .submit,
#registrationPopup.signup-with-connect .submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.login-with-connect input.button,
#loginPopup.login-with-connect input.button,
#registrationPopup.signup-with-connect input.button {
  display: inline-block;
  width: auto;
  min-width: 136px;
}
.login-with-connect .signup-section,
#loginPopup.login-with-connect .signup-section,
#registrationPopup.signup-with-connect .signup-section {
  margin: 0 40px;
  padding-top: 24px;
  border-top: 1px solid #E5E5E5;
  font-size: .875rem;
  display: flex;
}
.login-with-connect .signup-section > span:first-child,
#loginPopup.login-with-connect .signup-section > span:first-child,
#registrationPopup.signup-with-connect .signup-section > span:first-child {
  margin-right: auto;
}
.login-with-connect .signup-section > span:last-child,
#loginPopup.login-with-connect .signup-section > span:last-child,
#registrationPopup.signup-with-connect .signup-section > span:last-child {
  margin-left: auto;
}
.login-with-connect .learnMore,
#loginPopup.login-with-connect .learnMore,
#registrationPopup.signup-with-connect .learnMore {
  text-decoration: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.CardField-child {
  transform: translateX(40px) !important;
}
.stripe-form-wrapper {
  background-color: #F7F8F9;
}
.stripe-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
}
#payment-form[name=paymentStripe] {
  position: relative;
  padding: 10px 26px 26px 26px;
  display: flex;
  width: 100%;
}
#payment-form[name=paymentStripe] .paymentLoader {
  bottom: 20px;
  top: 0;
}
#payment-form .form-row {
  width: 55%;
  background-color: #ffffff;
}
#payment-form .form-row .StripeElement {
  margin: 10px 10px 0px 10px;
}
#payment-form .stripe-place-order {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#payment-form .stripe-place-order .button.primary {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 16px;
  background: #32325D;
  color: white;
  border: none;
  height: 40px;
  padding: 12px 16px;
}
#payment-form .stripe-place-order .button.place-order__loading--js {
  pointer-events: none;
  opacity: .5;
}
#payment-form .ElementsApp {
  height: 40px;
}
.stripe-payment-label {
  text-transform: uppercase;
}
.stripe-label {
  display: block;
  font-size: 14px;
  padding-left: 26px;
  margin-bottom: 0px;
  color: #555555;
}
.powered_by_stripe img {
  width: 100px;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#cardholder-name::placeholder {
  color: #abb6c3;
}
.form-row .card-holder {
  background-color: white;
  border: none;
  padding: 10px 12px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.errorMsgBox {
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  border: 3px solid #EF4623;
  border-left-width: 68px;
}
.errorMsg {
  color: #9C9C9C;
  margin-bottom: 0;
  margin-top: 0;
  white-space: normal;
  word-break: break-word;
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.activationToken--top-section,
.activationToken--bottom-section {
  text-align: center;
}
.activationToken--top-section a,
.activationToken--bottom-section a {
  color: #204c8b;
}
.activationToken--top-section {
  padding: 48px 0 0;
}
.activationToken--bottom-section {
  padding: 60px 0;
}
.activationToken--content-section {
  padding: 0 16px;
}
.activationToken--content-section--inner {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
}
.activationToken--content-section p {
  text-align: center;
}
.activationToken--item {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  padding: 20px 24px;
  margin: 16px 0;
}
.activationToken--item .issue,
.activationToken--item .volume {
  padding: 0 16px;
  line-height: 1.145;
}
.activationToken--item .issue:first-of-type,
.activationToken--item .volume:first-of-type {
  padding-left: 0;
}
.activationToken--item .issue:not(:first-of-type),
.activationToken--item .volume:not(:first-of-type) {
  box-shadow: -1px 0 0 0;
}
.activationToken--type {
  color: #000000;
  font-weight: 800;
  font-size: 1rem;
  margin: 32px 0 0;
}
.activationToken--details {
  margin-top: 8px;
}
.activationToken--title,
.activationToken--link {
  font-weight: 600;
}
.activationToken--link {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .activationToken--link {
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .activationToken--item {
    flex-direction: column;
  }
  .activationToken--link {
    margin-top: 16px;
  }
}
.font_huge {
  font-size: 30px;
}
.font_bigger {
  font-size: 25px;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.font_small {
  font-size: 12px;
}
.font_tiny {
  font-size: 10px;
}
.bookPackageAlertLabel {
  color: #204c8b;
}
.manageInstitutionalAlertsWidget .contentAlertsWidget {
  font-size: 13px;
}
.manageInstitutionalAlertsWidget .bookPackages {
  max-width: 400px;
  margin: 0 auto;
  margin-left: 30px;
}
.manageInstitutionalAlertsWidget .bookPackages td {
  padding: 5px;
}
.manageInstitutionalAlertsWidget .alertSubmitButton {
  margin-left: 50px;
  margin-top: 20px;
}
.manageInstitutionalAlertsWidget .alertFreq {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
  padding-bottom: 10px;
}
.manageInstitutionalAlertsWidget .alertFreq select {
  padding: 5px;
  background: #fff;
}
.manageInstitutionalAlertsWidget .success {
  color: #1e5991;
  font-weight: bold;
  padding-top: 20px;
  margin-left: 40px;
}
.manageInstitutionalAlertsWidget .gutter {
  padding-top: 10px;
}
.manageInstitutionalAlertsWidget input[type="submit"] {
  background: #204c8b;
  color: #fff;
  border: 1px solid #204c8b;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
}
.manageInstitutionalAlertsWidget input[type="submit"]:hover {
  color: #204c8b;
  background: #fff;
}
.manageInstitutionalAlertsWidget input[type="reset"] {
  background: #fff;
  color: #204c8b;
  border: 1px solid #204c8b;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
}
.manageInstitutionalAlertsWidget input[type="reset"]:hover {
  color: #fff;
  background: #204c8b;
}
.slideshowWidget {
	position: relative;
	font-family: helvetica, sans-serif;
}
.slideshowWidget .slidePort {
	position: relative;
	overflow-x: hidden;
}
.slideshowWidget .slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.pb-wrap .genericSlideshow .slide div.pb-selected, .pb-wrap .genericSlideshow .slide div.pb-hover{
    margin-top: 16px;
}
.slideshowWidget .slide1 {
	display: block;
}
.slideshowWidget .slide a {
	display: block;
	text-decoration: none;
}
.slideshowWidget .slide img {
	display: block;
}

.slideshowWidget.animate-slide .slides {
	position: absolute;
	white-space: nowrap;
}
.slideshowWidget.animate-slide .slide {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}

.slideshowWidget.animate-slide .slide .widget {
    white-space: normal;
    margin: 0;
}

.slideshowWidget .slideMeta {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 70%;
	padding: 5px;
	white-space: normal;
    
    background-color: rgb(0, 0, 0);
    
    background-color: rgba(0, 0, 0, 0.65);
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.slideshowWidget .slideTitle {
	margin: 0 0 5px;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}
.slideshowWidget .slideAuthors {
	font-size: 11px;
	line-height: normal;
	color: #fff;
}

.slideshowWidget .slideCaption {
	display: none;
}

.slideshowWidget .slideNav {
    display: none;
    position: relative;
    float:right;
    bottom: 3px;
    right: 3px;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
    padding-top:5px;
}

.slideshowWidget .previousSlide, .nextSlide {
	display: inline-block;
	padding: 0 5px 1px;
	font-size: 16px;
	text-align: center;
	background: #333;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 200ms;
	transition: background-color 200ms;
}
.slideshowWidget .previousSlide:hover, .nextSlide:hover {
	background-color: #369;
}

.slideshowWidget .navIndicator {
	display: block;
    list-style-type: circle;
    height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    margin-top: 5px;
}
.slideshowWidget .navIndicator li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px 2px 0;
	padding: 0;
	background: #ccc;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
}
.slideshowWidget .navIndicator span {
	display: none;
}

.slideshowWidget.dotNav .navIndicator li {
	border-radius: 50%;
	-webkit-background-clip: padding-box;
}
.slideshowWidget .navIndicator .active, .navIndicator .active:hover {
	background-color: #333;
	cursor: default;
}
.slideshowWidget .navIndicator li:hover {
	background-color: #369;
	-webkit-transition: background-color 0;
	transition: background-color 0;
}
.slideshowWidget.numNav .navIndicator {
	height: 27px;
	text-align: left;
}
.slideshowWidget.numNav .navIndicator li {
	width: 20px;
	height: 20px;
	margin: 5px 4px 0 0;
	line-height: 20px;
	font-family: inherit;
	color: #333;
	text-align: center;
}
.slideshowWidget.numNav .navIndicator span {
	display: inline;
	vertical-align: middle;
	-webkit-transition: color 1s;
	transition: color 1s;
}
.slideshowWidget.numNav .navIndicator .active, .slideshowWidget.numNav .navIndicator .active:hover {
	background: #369;
	color: #fff;
}
.slideshowWidget.numNav .navIndicator li:hover {
	background: #369;
	color: #fff;
	-webkit-transition: background-color 0;
	transition: background-color 0;
}
.slideshowWidget.numNav .navIndicator li:hover span {
	-webkit-transition: color 0;
	transition: color 0;
}

.slideshowWidget .slideshowCaption {
	margin-top: 10px;
	font-size: 11px;
}


.slideshowWidget.noNav .navIndicator{
    display: none;
    visibility: hidden;
}

.play-options {

	display: inline-block;
}

.collapsed .icon-arrow_u_p {

	display: inline-block;
	transform: rotate(180deg);
}


.link {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #336699;
}
.widget-loading {
  opacity: 0.5;
}
.checkout-readonly {
  color: #58595b;
}
.checkout-readonly p {
  margin: 5px 0;
}
.has-tow-column .input-group {
  float: left;
  max-width: 50%;
}
.checkoutList .actions {
  margin-top: 20px;
}
.checkoutList .header {
  font-size: large;
  color: #336699;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.checkoutList .pale {
  font-size: small;
  color: #777777;
}
.checkoutName {
  max-width: 90%;
  word-break: break-all;
  display: inline-block;
}
.commerce-header {
  font-size: large;
  color: #336699;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.loading-overlay {
  width: 100%;
  height: 100%;
  position: FIXED;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  opacity: 0.8;
  display: none;
}
.loading-overlay .loading {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url('/templates/jsp/pb2/img/335.gif') no-repeat;
}
.loading-overlay .loading-message {
  position: fixed;
  top: 38%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  color: #005293;
}
.expand-purchase-options.expanded {
  font-weight: bold;
}
.cc-number input[type=tel] {
  transition: all 0.15s ease-in-out;
  padding-left: 60px;
}
.cc-number:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 4px;
  left: 5px;
  background: url("/templates/jsp/pb2/img/credit-cards/cc-sprite.png") no-repeat top left;
  width: 50px;
  height: 30px;
  background-size: 100% auto;
}
.cc-number.visa:before {
  background-position: 0 -40px;
}
.cc-number.mastercard:before {
  background-position: 0 -80px;
}
.cc-number.amex:before {
  background-position: 0 -280px;
}
.cc-number.dinner:before {
  background-position: 0 -240px;
}
.cc-number.discover:before {
  background-position: 0 -160px;
}
.cc-number.jcb:before {
  background-position: 0 -120px;
}
.cc-number.maestro:before {
  background-position: 0 -320px;
}
@media (max-width: 767px) {
  .purchaseArea .eCommercePurchaseAccessWidgetContainer .purchase-options-container .add-journal-to-cart header:not(.prevent-fix) a.add-article-to-cart {
    padding: 16px;
  }
  .purchaseArea .eCommercePurchaseAccessWidgetContainer .purchase-options-container .add-journal-to-cart header:not(.prevent-fix) a .title {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
  .purchaseArea .eCommercePurchaseAccessWidgetContainer .purchase-options-container .add-journal-to-cart header:not(.prevent-fix) a .title .usageRight {
    color: #777978;
    font-size: 12px;
    margin-top: 8px;
  }
  .purchaseArea .eCommercePurchaseAccessWidgetContainer .purchase-options-container .add-journal-to-cart header:not(.prevent-fix) span.price {
    float: left !important;
    margin-top: 25px;
    border: none;
    text-align: left;
  }
  .purchaseArea .eCommercePurchaseAccessWidgetContainer .purchase-options-container .add-journal-to-cart header:not(.prevent-fix) span.price.add-article-to-cart__price {
    margin-top: 20px;
  }
  .purchaseArea .eCommercePurchaseAccessWidgetContainer .purchase-options-container .add-journal-to-cart .add-to-cart-msg {
    display: inline-block;
    position: unset;
    width: 49%;
    max-width: 130px;
    line-height: 50px;
    float: right;
    margin-top: 12px;
  }
  .purchaseArea .eCommercePurchaseAccessWidgetContainer .purchase-options-container .add-journal-to-cart .add-to-cart-msg .icon-cart-icon-material {
    display: none;
  }
  .checkout-expand #payment-form[name=paymentStripe] {
    display: block;
  }
  .checkout-expand #payment-form[name=paymentStripe] .stripe-place-order {
    width: 65%;
  }
  .checkout-expand #payment-form[name=paymentStripe] .stripe-place-order .button.primary {
    margin-left: 0px;
    margin-top: 10px;
  }
  #payment-form div.form-row {
    width: 100%;
  }
}
#pb-page-content .billingBtn a {
  display: block;
  width: 20%;
  margin-top: 8px;
  color: #fff;
  text-align: center;
}
.acceptTermsConditions {
  display: block;
}
.acceptTermsConditions label {
  display: inline;
}
.acceptTermsConditions #acceptTermsConditions {
  display: inline;
  width: 13px;
  vertical-align: middle;
}
.CardField-child {
  transform: translateX(40px) !important;
}
#payment-form[name=paymentStripe] {
  position: relative;
  padding: 8px 16px 16px 16px;
  background-color: #f7f7f7;
  display: flex;
  width: 100%;
}
#payment-form[name=paymentStripe] .paymentLoader {
  bottom: 20px;
  top: 0;
}
#payment-form .form-row {
  width: 55%;
  background-color: #ffffff;
}
#payment-form .form-row .StripeElement {
  margin: 10px 10px 0px 10px;
}
#payment-form .stripe-place-order {
  width: 25%;
  margin-top: 0px;
}
#payment-form .stripe-place-order .button.primary {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  min-width: 54%;
  border-radius: 6px;
  margin-left: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
#payment-form .stripe-place-order .button.place-order__loading--js {
  pointer-events: none;
  opacity: .5;
}
#payment-form .ElementsApp {
  height: 40px;
}
#payment-form.secure-stripe {
  display: block;
  padding: 8px 32px 32px;
}
#payment-form.secure-stripe .form-row {
  min-width: 78%;
  margin-bottom: 32px;
  background: transparent;
}
#payment-form.secure-stripe .form-row .card-label {
  color: #333333;
  line-height: 19px;
  margin-bottom: 8px;
  font-size: 14px;
}
#payment-form.secure-stripe .form-row .card-holder {
  background: #fff;
  border: 1px solid #000;
  font-size: 14px;
}
#payment-form.secure-stripe .form-row .card-holder::placeholder {
  color: #9E9E9E;
  line-height: 19px;
}
#payment-form.secure-stripe .form-row .card-holder--invalid {
  border-color: #EF4623;
}
#payment-form.secure-stripe .form-row .StripeElement {
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
  margin: 0;
}
#payment-form.secure-stripe .form-row .StripeElement--invalid {
  border-color: #EF4623;
}
#payment-form.secure-stripe .form-row .card-errors {
  font-size: 12px;
  color: #EF4623;
}
#payment-form.secure-stripe .stripe-place-order {
  width: 78%;
}
#payment-form.secure-stripe .stripe-place-order .button.primary {
  font-size: 14px;
  border-radius: 0;
  margin-left: 0;
}
.stripe-label {
  background-color: #f7f7f7;
  display: block;
  font-size: 13px;
  padding-left: 16px;
  margin-bottom: 0px;
}
.powered_by_stripe {
  background-color: #f7f7f7;
  padding: 16px 16px 10px 16px;
}
.powered_by_stripe img {
  float: right;
  width: 100px;
}
.alternative-header {
  margin-bottom: 15px;
}
#contents [name=paymentBrainTree],
#contents [name=brainTree-form] {
  border: 1px solid #DEE2E5;
  padding: 35px;
  width: 95%;
}
#contents [name=paymentBrainTree] .defButton,
#contents [name=brainTree-form] .defButton {
  background-color: #002d72;
  color: #ffffff;
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 38px;
  text-align: center;
  font-weight: bold;
}
.item__removal__popup__text {
  width: 351px;
  padding: 20px;
  position: absolute;
  background-color: #fff;
  z-index: 1003;
  -webkit-box-shadow: 6px -7px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px -7px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 6px -3px 15px 0px rgba(0, 0, 0, 0.2);
  left: 80%;
  font-size: 15px;
  top: 3%;
  line-height: 20px;
}
.item__removal__popup__text:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 88%;
  left: 75%;
  border: 10px solid black;
  border-color: transparent transparent #fff #fff;
  transform: rotate(135deg);
  box-shadow: -3px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.item__removal__popup__text span {
  color: #333333;
}
.item__removal__popup__text a {
  color: #005dab;
}
.item__removal__popup__text .icon-exclamation {
  display: none;
}
.item__removal__cart__text {
  border: 4px solid #7cba32;
  padding: 20px;
  margin-top: 20px;
  font-size: 15px;
  top: 30%;
  z-index: 1;
  width: 65%;
  margin-bottom: 30px;
  margin-left: 9%;
}
.item__removal__cart__text a {
  color: #005dab;
}
.item__removal__cart__text .icon-exclamation {
  color: #fff;
  background-color: #0180b3;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: bottom;
}
.item__removal__cart__text .icon-exclamation:before {
  vertical-align: sub;
}
@media (max-width: 720px) {
  .item__removal__popup__text {
    display: none;
  }
  .checkout-expand .checkoutMethod {
    display: block;
  }
  .checkout-expand .checkoutMethod .returningUser {
    width: 100%;
    margin-bottom: 15px;
  }
}
.stripe-ali-pay-button {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
  font-size: 10px;
}
#ali-pay-form[name=paymentStripe] {
  padding: 8px 16px 16px 16px;
  background-color: #f7f7f7;
  display: flex;
  width: 100%;
}
#ali-pay-form .stripe-place-order {
  width: 65%;
  margin-top: 0;
}
#ali-pay-form .stripe-place-order .button.primary {
  font-size: 10px;
  font-weight: bold;
  width: 33%;
  border-radius: 6px;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.eCommercePurchaseAccessWidgetContainer .add-journal-to-cart header .purchaseMessage.errorMsgParent {
  position: unset;
  background-color: transparent;
  color: #000;
  font-weight: normal;
}
.commerceExplainer {
  font-family: monospace;
  font-size: 12px;
  border: 1px solid #c5d7ef;
}
.commerceExplainer .container {
  width: 100%;
}
.commerceExplainer .container .header {
  background: none repeat scroll 0 0 #e5ecf9;
  padding: 2px;
  cursor: pointer;
  font-weight: bold;
}
.commerceExplainer .container .header::before {
  content: '+ ';
}
.commerceExplainer .container .content {
  display: none;
}
.commerceExplainer .container .header.expanded::before {
  content: '- ';
}
.commerceExplainer .container .header.collapsed::before {
  content: '+ ';
}
.commerceExplainer .container .empty::after {
  content: ' [empty]';
}
.commerceExplainer .container .content li {
  list-style: none;
}
.commerceExplainer ul {
  padding: 0;
  margin: 0;
}
.commerceExplainer .header,
.commerceExplainer .commerceExplainer .content {
  padding: 5px 0 5px 5px;
}
.commerceExplainer li.bullet {
  list-style-type: disc;
}
.commerceExplainer div.header:hover {
  background: black;
  color: white;
}
.commerceExplainer div.header {
  color: black;
}
.commerceExplainer pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}
.pb-wrap .tab--flex {
  position: unset !important;
}
.billingPayment {
  position: relative;
}
.billingPayment:after {
  content: "";
  clear: both;
  display: table;
}
.paymentLoader {
  width: 70px;
  position: absolute;
  z-index: 1;
  left: 45%;
  top: 95px;
}
.paymentOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #fff;
  text-align: center;
  z-index: 1;
}
.local-persona {
  display: none;
}
.confirmation-widget .price {
  font-weight: 700;
}
.confirmation-widget .cyberSourceBtn {
  min-width: 100px;
  min-height: 30px;
  background: url("/templates/jsp/pb2/img/credit-cards/cyberSource.png") no-repeat 50% 40%;
  background-size: contain;
  margin-left: 5px;
  color: transparent;
}
.confirmation-widget .cyberSource-label {
  background-color: #f7f7f7;
  display: block;
  font-size: 13px;
  padding: 5px 5px 5px 16px;
  margin-bottom: 10px;
}
.nmiBtn {
  min-width: 100px;
  min-height: 30px;
  background: url("/templates/jsp/images/nmi-logo.png") no-repeat 50% 40%;
  background-size: contain;
  margin-left: 5px;
  color: transparent;
  border: 1px solid #005dab;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: black;
}
.nmi-label {
  background-color: #f7f7f7;
  display: block;
  font-size: 13px;
  padding: 5px 5px 5px 16px;
  margin-bottom: 10px;
}
.promoCodeBlock .appliedPromo {
  margin-top: 15px;
  margin-bottom: 3px;
}
.promoCodeBlock .checkBoxActive {
  display: table;
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 5px;
  padding: 0 5px 2px 5px;
  margin-bottom: 10px;
}
.promoCodeBlock .checkBoxActive label {
  display: inline;
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
}
.promoCodeBlock .checkBoxActive a {
  margin-right: 25px;
}
.promoCodeBlock .checkBoxActive a span {
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .loading-overlay .loading {
    left: 46%;
  }
}
@media (max-width: 414px) {
  .loading-overlay .loading {
    left: 43%;
  }
}
.accessLimitWidget {
  background-color: #E6F5F9;
  padding: 15px 20px 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  color: #7092BE;
}
.accessLimitWidget h2 {
  font-weight: bold;
  font-size: 1rem;
}
.accessLimitWidget p {
  padding: 10px 0 5px 0;
}
.accessLimitWidget .buttonCenter {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.accessLimitWidget .btn {
  padding: 10px 5px;
  width: 100px;
  color: #FFF;
  display: inline-block;
}
.accessLimitWidget .viewBtn {
  background-color: #4280B3;
}
.accessLimitWidget .cancelBtn {
  background-color: #FF7F27;
}
.holdings ul {
  list-style-type: none;
}
.holdings .radio--primary input[type="radio"] {
  display: block;
}
.holdings input[type="radio"] {
  display: none;
}
.holdings input[type="radio"]:checked + span:not(.label-txt):before {
  color: #2780e3;
}
.holdings input[type="radio"]:checked + span:not(.label-txt):after {
  transform: scale(0.5);
  background: #2780e3;
}
.holdings input[type="radio"] + span:not(.label-txt) {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  transition: .28s ease;
}
.holdings input[type="radio"] + span:not(.label-txt):before {
  border: 2px solid #ccc;
}
.holdings input[type="radio"] + span:not(.label-txt):before,
.holdings input[type="radio"] + span:not(.label-txt):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: .28s ease;
}
.eCommerce-labels span.eCommerce-colon {
  display: inline-flex;
}
.eCommerce-labels span.eCommerce-colon:after {
  content: ':';
}
.eCommerce-data {
  font-weight: bold;
}
.eCommerce-data span.eCommerce-comma {
  display: inline-flex;
}
.eCommerce-data span.eCommerce-comma:not(:last-of-type):after {
  content: ',';
}
.eCommerce-labels,
.eCommerce-data {
  padding: 0 1rem .5rem 0;
}
.without-label {
  padding: 0;
}
.without-label li.eCommerce-data {
  margin: 0;
  list-style-type: none;
}
.auto-width {
  width: auto;
}
@media (min-width: 721px) {
  .checkout-expand {
    width: 70%;
  }
  .checkout-expand .actions .button {
    width: 100%;
  }
}
.fulfilment-widget {
  text-align: center;
  margin: 32px 0;
}
.fulfilment-widget ul {
  text-align: left;
  list-style: inside;
}
.fulfilment-widget form {
  padding: 0 48px;
  text-align: left;
}
.fulfilment-widget .container {
  padding: 24px 0;
  text-align: center;
  width: 100%;
}
.fulfilment-widget .container .connect-auth {
  display: inline-block;
  width: 50%;
}
.fulfilment-widget .container .items-to-fulfil {
  width: 50%;
  display: inline-block;
}
.fulfilment-widget .container .items-to-fulfil form {
  text-align: left;
  padding: 0px 50px;
}
.fulfilment-widget .separator {
  width: 75%;
  height: 1px;
  background-color: #0a0a0a;
  display: inline-block;
}
.institutional-login {
  background: none;
}
.institutional-login .institutional--select .ms-sel-ctn {
  overflow: hidden;
  padding-top: 2px;
}
.institutional-login .institutional-heading--primary {
  border-bottom: none;
}
.institutional-login .ms-sel-ctn {
  border: none;
}
.modal-modal {
    -ms-transition: 1ms opacity ease;
    -moz-transition: 1ms opacity ease;
    -o-transition: 1ms opacity ease;
    -webkit-transition: 1ms opacity ease;
    transition: 1ms opacity ease;
    background: #ffffff;
    border-radius: 2px;
    left: 50%;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    width: 94%;
    z-index: 9999;
}
.modal-modal .modal-content .modal-message {
    text-align: center;
    color: green;
}
.modal-modal .modal-content .modal-error {
    color: red;
}
.modal-modal.fade-and-pop {
    -ms-transition: 1ms top ease;
    -moz-transition: 1ms top ease;
    -o-transition: 1ms top ease;
    -webkit-transition: 1ms top ease;
    transition: 1ms top ease;
    display: block;
    opacity: 1;
}
.modal-modal.fade-and-pop.modal-open {
    -ms-transition: 1ms opacity ease;
    -moz-transition: 1ms opacity ease;
    -o-transition: 1ms opacity ease;
    -webkit-transition: 1ms opacity ease;
    transition: 1ms opacity ease;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    max-height: 85%;
    overflow: auto;
}
.modal-modal .modal-close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: -13px;
}
.modal-modal:focus {
   outline: solid 2px;
}
.modal-modal .modal-close:hover,
.modal-modal .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-overlay {
    -ms-transition: 1ms opacity ease;
    -moz-transition: 1ms opacity ease;
    -o-transition: 1ms opacity ease;
    -webkit-transition: 1ms opacity ease;
    transition: 1ms opacity ease;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.modal-overlay.fade-and-pop {
    -ms-transition: 250ms opacity 250ms ease;
    -moz-transition: 250ms opacity 250ms ease;
    -o-transition: 250ms opacity 250ms ease;
    -webkit-transition: 250ms opacity 250ms ease;
    transition: 250ms opacity 250ms ease;
    display: block;
    opacity: 0;
}
.modal-overlay.fade-and-pop.modal-open {
    -ms-transition: 250ms opacity ease;
    -moz-transition: 250ms opacity ease;
    -o-transition: 250ms opacity ease;
    -webkit-transition: 250ms opacity ease;
    transition: 250ms opacity ease;
    opacity: 1;
    top: 0;
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
body {
  width: 100%;
  margin: 0;
  *zoom: 1;
}
body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  _margin: 0;
}
.responsive-layout img {
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right ;
}
.pull-left {
  float: left ;
}
.hide {
  display: none ;
}
.show {
  display: block ;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
.visuallyhidden-xs,
.visuallyhidden-sm .visuallyhidden-md .visuallyhidden-lg {
  position: relative !important;
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
  clip: inherit !important;
  padding: inherit !important;
  margin: inherit !important;
  border: inherit !important;
}
@media (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .visuallyhidden-xs {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media (min-width: 479px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visuallyhidden-sm {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visuallyhidden-md {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .visuallyhidden-lg {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
.visible-print {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
.visible-print-inline {
  display: none !important;
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
.col-xs-1-1,
.col-xs-1-2,
.col-xs-1-3,
.col-xs-2-3,
.col-xs-1-4,
.col-xs-3-4,
.col-xs-1-6,
.col-xs-5-6,
.col-xs-1-8,
.col-xs-3-8,
.col-xs-5-8,
.col-xs-7-8,
.col-xs-7-12,
.col-xs-1-12,
.col-xs-5-12,
.col-xs-11-12,
.col-xs-13-16,
.col-xs-3-16,
.col-xs-7-16,
.col-xs-1-16,
.col-xs-5-16,
.col-xs-15-16,
.col-xs-9-16,
.col-xs-11-16,
.col-xs-19-24,
.col-xs-23-24,
.col-xs-5-24,
.col-xs-11-24,
.col-xs-13-24,
.col-xs-7-24,
.col-xs-17-24,
.col-xs-1-24,
.col-sm-1-1,
.col-sm-1-2,
.col-sm-1-3,
.col-sm-2-3,
.col-sm-1-4,
.col-sm-3-4,
.col-sm-1-6,
.col-sm-5-6,
.col-sm-1-8,
.col-sm-3-8,
.col-sm-5-8,
.col-sm-7-8,
.col-sm-7-12,
.col-sm-1-12,
.col-sm-5-12,
.col-sm-11-12,
.col-sm-13-16,
.col-sm-3-16,
.col-sm-7-16,
.col-sm-1-16,
.col-sm-5-16,
.col-sm-15-16,
.col-sm-9-16,
.col-sm-11-16,
.col-sm-19-24,
.col-sm-23-24,
.col-sm-5-24,
.col-sm-11-24,
.col-sm-13-24,
.col-sm-7-24,
.col-sm-17-24,
.col-sm-1-24,
.col-md-1-1,
.col-md-1-2,
.col-md-1-3,
.col-md-2-3,
.col-md-1-4,
.col-md-3-4,
.col-md-1-6,
.col-md-5-6,
.col-md-1-8,
.col-md-3-8,
.col-md-5-8,
.col-md-7-8,
.col-md-7-12,
.col-md-1-12,
.col-md-5-12,
.col-md-11-12,
.col-md-13-16,
.col-md-3-16,
.col-md-7-16,
.col-md-1-16,
.col-md-5-16,
.col-md-15-16,
.col-md-9-16,
.col-md-11-16,
.col-md-19-24,
.col-md-23-24,
.col-md-5-24,
.col-md-11-24,
.col-md-13-24,
.col-md-7-24,
.col-md-17-24,
.col-md-1-24 {
  position: relative;
  min-height: 1px;
}
.lose-spot .col-xs-1-1,
.lose-spot .col-xs-1-2,
.lose-spot .col-xs-1-3,
.lose-spot .col-xs-2-3,
.lose-spot .col-xs-1-4,
.lose-spot .col-xs-3-4,
.lose-spot .col-xs-1-6,
.lose-spot .col-xs-5-6,
.lose-spot .col-xs-1-8,
.lose-spot .col-xs-3-8,
.lose-spot .col-xs-5-8,
.lose-spot .col-xs-7-8,
.lose-spot .col-xs-7-12,
.lose-spot .col-xs-1-12,
.lose-spot .col-xs-5-12,
.lose-spot .col-xs-11-12,
.lose-spot .col-xs-13-16,
.lose-spot .col-xs-3-16,
.lose-spot .col-xs-7-16,
.lose-spot .col-xs-1-16,
.lose-spot .col-xs-5-16,
.lose-spot .col-xs-15-16,
.lose-spot .col-xs-9-16,
.lose-spot .col-xs-11-16,
.lose-spot .col-xs-19-24,
.lose-spot .col-xs-23-24,
.lose-spot .col-xs-5-24,
.lose-spot .col-xs-11-24,
.lose-spot .col-xs-13-24,
.lose-spot .col-xs-7-24,
.lose-spot .col-xs-17-24,
.lose-spot .col-xs-1-24,
.lose-spot .col-sm-1-1,
.lose-spot .col-sm-1-2,
.lose-spot .col-sm-1-3,
.lose-spot .col-sm-2-3,
.lose-spot .col-sm-1-4,
.lose-spot .col-sm-3-4,
.lose-spot .col-sm-1-6,
.lose-spot .col-sm-5-6,
.lose-spot .col-sm-1-8,
.lose-spot .col-sm-3-8,
.lose-spot .col-sm-5-8,
.lose-spot .col-sm-7-8,
.lose-spot .col-sm-7-12,
.lose-spot .col-sm-1-12,
.lose-spot .col-sm-5-12,
.lose-spot .col-sm-11-12,
.lose-spot .col-sm-13-16,
.lose-spot .col-sm-3-16,
.lose-spot .col-sm-7-16,
.lose-spot .col-sm-1-16,
.lose-spot .col-sm-5-16,
.lose-spot .col-sm-15-16,
.lose-spot .col-sm-9-16,
.lose-spot .col-sm-11-16,
.lose-spot .col-sm-19-24,
.lose-spot .col-sm-23-24,
.lose-spot .col-sm-5-24,
.lose-spot .col-sm-11-24,
.lose-spot .col-sm-13-24,
.lose-spot .col-sm-7-24,
.lose-spot .col-sm-17-24,
.lose-spot .col-sm-1-24,
.lose-spot .col-md-1-1,
.lose-spot .col-md-1-2,
.lose-spot .col-md-1-3,
.lose-spot .col-md-2-3,
.lose-spot .col-md-1-4,
.lose-spot .col-md-3-4,
.lose-spot .col-md-1-6,
.lose-spot .col-md-5-6,
.lose-spot .col-md-1-8,
.lose-spot .col-md-3-8,
.lose-spot .col-md-5-8,
.lose-spot .col-md-7-8,
.lose-spot .col-md-7-12,
.lose-spot .col-md-1-12,
.lose-spot .col-md-5-12,
.lose-spot .col-md-11-12,
.lose-spot .col-md-13-16,
.lose-spot .col-md-3-16,
.lose-spot .col-md-7-16,
.lose-spot .col-md-1-16,
.lose-spot .col-md-5-16,
.lose-spot .col-md-15-16,
.lose-spot .col-md-9-16,
.lose-spot .col-md-11-16,
.lose-spot .col-md-19-24,
.lose-spot .col-md-23-24,
.lose-spot .col-md-5-24,
.lose-spot .col-md-11-24,
.lose-spot .col-md-13-24,
.lose-spot .col-md-7-24,
.lose-spot .col-md-17-24,
.lose-spot .col-md-1-24 {
  min-height: inherit;
}
.col-xs-1-1,
.col-xs-1-2,
.col-xs-1-3,
.col-xs-2-3,
.col-xs-1-4,
.col-xs-3-4,
.col-xs-1-6,
.col-xs-5-6,
.col-xs-1-8,
.col-xs-3-8,
.col-xs-5-8,
.col-xs-7-8,
.col-xs-7-12,
.col-xs-1-12,
.col-xs-5-12,
.col-xs-11-12,
.col-xs-13-16,
.col-xs-3-16,
.col-xs-7-16,
.col-xs-1-16,
.col-xs-5-16,
.col-xs-15-16,
.col-xs-9-16,
.col-xs-11-16,
.col-xs-19-24,
.col-xs-23-24,
.col-xs-5-24,
.col-xs-11-24,
.col-xs-13-24,
.col-xs-7-24,
.col-xs-17-24,
.col-xs-1-24 {
  float: left;
}
[class^="col-"] {
  width: 100%;
}
.col-xs-1-1 {
  width: 99%;
  margin: 0 0.5%;
  *width: 98.94791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-1 {
  width: 100%;
  margin: 0 0%;
  *width: 99.94791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-2 {
  width: 49%;
  margin: 0 0.5%;
  *width: 48.94791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-2 {
  width: 50%;
  margin: 0 0%;
  *width: 49.94791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-3 {
  width: 32.33333333%;
  margin: 0 0.5%;
  *width: 32.28125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-3 {
  width: 33.33333333%;
  margin: 0 0%;
  *width: 33.28125%;
  *margin: 0 -0.05208333%;
}
.col-xs-2-3 {
  width: 65.66666667%;
  margin: 0 0.5%;
  *width: 65.61458333%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-2-3 {
  width: 66.66666667%;
  margin: 0 0%;
  *width: 66.61458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-4 {
  width: 24%;
  margin: 0 0.5%;
  *width: 23.94791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-4 {
  width: 25%;
  margin: 0 0%;
  *width: 24.94791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-3-4 {
  width: 74%;
  margin: 0 0.5%;
  *width: 73.94791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-3-4 {
  width: 75%;
  margin: 0 0%;
  *width: 74.94791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-6 {
  width: 15.66666667%;
  margin: 0 0.5%;
  *width: 15.61458333%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-6 {
  width: 16.66666667%;
  margin: 0 0%;
  *width: 16.61458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-5-6 {
  width: 82.33333333%;
  margin: 0 0.5%;
  *width: 82.28125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-5-6 {
  width: 83.33333333%;
  margin: 0 0%;
  *width: 83.28125%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-8 {
  width: 11.5%;
  margin: 0 0.5%;
  *width: 11.44791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-8 {
  width: 12.5%;
  margin: 0 0%;
  *width: 12.44791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-3-8 {
  width: 36.5%;
  margin: 0 0.5%;
  *width: 36.44791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-3-8 {
  width: 37.5%;
  margin: 0 0%;
  *width: 37.44791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-5-8 {
  width: 61.5%;
  margin: 0 0.5%;
  *width: 61.44791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-5-8 {
  width: 62.5%;
  margin: 0 0%;
  *width: 62.44791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-7-8 {
  width: 86.5%;
  margin: 0 0.5%;
  *width: 86.44791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-7-8 {
  width: 87.5%;
  margin: 0 0%;
  *width: 87.44791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-7-12 {
  width: 57.33333333%;
  margin: 0 0.5%;
  *width: 57.28125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-7-12 {
  width: 58.33333333%;
  margin: 0 0%;
  *width: 58.28125%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-12 {
  width: 7.33333333%;
  margin: 0 0.5%;
  *width: 7.28125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-12 {
  width: 8.33333333%;
  margin: 0 0%;
  *width: 8.28125%;
  *margin: 0 -0.05208333%;
}
.col-xs-5-12 {
  width: 40.66666667%;
  margin: 0 0.5%;
  *width: 40.61458333%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-5-12 {
  width: 41.66666667%;
  margin: 0 0%;
  *width: 41.61458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-11-12 {
  width: 90.66666667%;
  margin: 0 0.5%;
  *width: 90.61458333%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-11-12 {
  width: 91.66666667%;
  margin: 0 0%;
  *width: 91.61458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-13-16 {
  width: 80.25%;
  margin: 0 0.5%;
  *width: 80.19791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-13-16 {
  width: 81.25%;
  margin: 0 0%;
  *width: 81.19791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-3-16 {
  width: 17.75%;
  margin: 0 0.5%;
  *width: 17.69791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-3-16 {
  width: 18.75%;
  margin: 0 0%;
  *width: 18.69791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-7-16 {
  width: 42.75%;
  margin: 0 0.5%;
  *width: 42.69791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-7-16 {
  width: 43.75%;
  margin: 0 0%;
  *width: 43.69791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-16 {
  width: 5.25%;
  margin: 0 0.5%;
  *width: 5.19791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-1-16 {
  width: 6.25%;
  margin: 0 0%;
  *width: 6.19791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-5-16 {
  width: 30.25%;
  margin: 0 0.5%;
  *width: 30.19791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-5-16 {
  width: 31.25%;
  margin: 0 0%;
  *width: 31.19791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-15-16 {
  width: 92.75%;
  margin: 0 0.5%;
  *width: 92.69791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-15-16 {
  width: 93.75%;
  margin: 0 0%;
  *width: 93.69791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-9-16 {
  width: 55.25%;
  margin: 0 0.5%;
  *width: 55.19791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-9-16 {
  width: 56.25%;
  margin: 0 0%;
  *width: 56.19791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-11-16 {
  width: 67.75%;
  margin: 0 0.5%;
  *width: 67.69791667%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-11-16 {
  width: 68.75%;
  margin: 0 0%;
  *width: 68.69791667%;
  *margin: 0 -0.05208333%;
}
.col-xs-19-24 {
  width: 78.16666667%;
  margin: 0 0.5%;
  *width: 78.11458333%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-19-24 {
  width: 79.16666667%;
  margin: 0 0%;
  *width: 79.11458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-23-24 {
  width: 94.83333333%;
  margin: 0 0.5%;
  *width: 94.78125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-23-24 {
  width: 95.83333333%;
  margin: 0 0%;
  *width: 95.78125%;
  *margin: 0 -0.05208333%;
}
.col-xs-5-24 {
  width: 19.83333333%;
  margin: 0 0.5%;
  *width: 19.78125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-5-24 {
  width: 20.83333333%;
  margin: 0 0%;
  *width: 20.78125%;
  *margin: 0 -0.05208333%;
}
.col-xs-11-24 {
  width: 44.83333333%;
  margin: 0 0.5%;
  *width: 44.78125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-11-24 {
  width: 45.83333333%;
  margin: 0 0%;
  *width: 45.78125%;
  *margin: 0 -0.05208333%;
}
.col-xs-13-24 {
  width: 53.16666667%;
  margin: 0 0.5%;
  *width: 53.11458333%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-13-24 {
  width: 54.16666667%;
  margin: 0 0%;
  *width: 54.11458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-7-24 {
  width: 28.16666667%;
  margin: 0 0.5%;
  *width: 28.11458333%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-7-24 {
  width: 29.16666667%;
  margin: 0 0%;
  *width: 29.11458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-17-24 {
  width: 69.83333333%;
  margin: 0 0.5%;
  *width: 69.78125%;
  *margin: 0 0.44791667%;
}
.gutterless > .col-xs-17-24 {
  width: 70.83333333%;
  margin: 0 0%;
  *width: 70.78125%;
  *margin: 0 -0.05208333%;
}
.col-xs-1-24 {
  width: 3.16666667%;
  margin: 0 0.5%;
  *width: 3.11458333%;
  *margin: 0 0.44791667%;
}
.gutterless.col-xs-1-24 {
  width: 4.16666667%;
  margin: 0 0%;
  *width: 4.11458333%;
  *margin: 0 -0.05208333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1-1,
  .col-sm-1-2,
  .col-sm-1-3,
  .col-sm-2-3,
  .col-sm-1-4,
  .col-sm-3-4,
  .col-sm-1-6,
  .col-sm-5-6,
  .col-sm-1-8,
  .col-sm-3-8,
  .col-sm-5-8,
  .col-sm-7-8,
  .col-sm-7-12,
  .col-sm-1-12,
  .col-sm-5-12,
  .col-sm-11-12,
  .col-sm-13-16,
  .col-sm-3-16,
  .col-sm-7-16,
  .col-sm-1-16,
  .col-sm-5-16,
  .col-sm-15-16,
  .col-sm-9-16,
  .col-sm-11-16,
  .col-sm-19-24,
  .col-sm-23-24,
  .col-sm-5-24,
  .col-sm-11-24,
  .col-sm-13-24,
  .col-sm-7-24,
  .col-sm-17-24,
  .col-sm-1-24 {
    float: left;
  }
  .col-sm-1-1 {
    width: 99%;
    margin: 0 0.5%;
    *width: 98.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-1 {
    width: 100%;
    margin: 0 0%;
    *width: 99.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-2 {
    width: 49%;
    margin: 0 0.5%;
    *width: 48.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-2 {
    width: 50%;
    margin: 0 0%;
    *width: 49.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-3 {
    width: 32.33333333%;
    margin: 0 0.5%;
    *width: 32.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-3 {
    width: 33.33333333%;
    margin: 0 0%;
    *width: 33.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-2-3 {
    width: 65.66666667%;
    margin: 0 0.5%;
    *width: 65.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-2-3 {
    width: 66.66666667%;
    margin: 0 0%;
    *width: 66.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-4 {
    width: 24%;
    margin: 0 0.5%;
    *width: 23.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-4 {
    width: 25%;
    margin: 0 0%;
    *width: 24.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-3-4 {
    width: 74%;
    margin: 0 0.5%;
    *width: 73.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-3-4 {
    width: 75%;
    margin: 0 0%;
    *width: 74.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-6 {
    width: 15.66666667%;
    margin: 0 0.5%;
    *width: 15.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-6 {
    width: 16.66666667%;
    margin: 0 0%;
    *width: 16.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-5-6 {
    width: 82.33333333%;
    margin: 0 0.5%;
    *width: 82.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-5-6 {
    width: 83.33333333%;
    margin: 0 0%;
    *width: 83.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-8 {
    width: 11.5%;
    margin: 0 0.5%;
    *width: 11.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-8 {
    width: 12.5%;
    margin: 0 0%;
    *width: 12.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-3-8 {
    width: 36.5%;
    margin: 0 0.5%;
    *width: 36.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-3-8 {
    width: 37.5%;
    margin: 0 0%;
    *width: 37.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-5-8 {
    width: 61.5%;
    margin: 0 0.5%;
    *width: 61.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-5-8 {
    width: 62.5%;
    margin: 0 0%;
    *width: 62.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-7-8 {
    width: 86.5%;
    margin: 0 0.5%;
    *width: 86.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-7-8 {
    width: 87.5%;
    margin: 0 0%;
    *width: 87.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-7-12 {
    width: 57.33333333%;
    margin: 0 0.5%;
    *width: 57.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-7-12 {
    width: 58.33333333%;
    margin: 0 0%;
    *width: 58.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-12 {
    width: 7.33333333%;
    margin: 0 0.5%;
    *width: 7.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-12 {
    width: 8.33333333%;
    margin: 0 0%;
    *width: 8.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-5-12 {
    width: 40.66666667%;
    margin: 0 0.5%;
    *width: 40.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-5-12 {
    width: 41.66666667%;
    margin: 0 0%;
    *width: 41.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-11-12 {
    width: 90.66666667%;
    margin: 0 0.5%;
    *width: 90.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-11-12 {
    width: 91.66666667%;
    margin: 0 0%;
    *width: 91.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-13-16 {
    width: 80.25%;
    margin: 0 0.5%;
    *width: 80.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-13-16 {
    width: 81.25%;
    margin: 0 0%;
    *width: 81.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-3-16 {
    width: 17.75%;
    margin: 0 0.5%;
    *width: 17.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-3-16 {
    width: 18.75%;
    margin: 0 0%;
    *width: 18.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-7-16 {
    width: 42.75%;
    margin: 0 0.5%;
    *width: 42.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-7-16 {
    width: 43.75%;
    margin: 0 0%;
    *width: 43.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-16 {
    width: 5.25%;
    margin: 0 0.5%;
    *width: 5.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-16 {
    width: 6.25%;
    margin: 0 0%;
    *width: 6.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-5-16 {
    width: 30.25%;
    margin: 0 0.5%;
    *width: 30.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-5-16 {
    width: 31.25%;
    margin: 0 0%;
    *width: 31.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-15-16 {
    width: 92.75%;
    margin: 0 0.5%;
    *width: 92.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-15-16 {
    width: 93.75%;
    margin: 0 0%;
    *width: 93.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-9-16 {
    width: 55.25%;
    margin: 0 0.5%;
    *width: 55.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-9-16 {
    width: 56.25%;
    margin: 0 0%;
    *width: 56.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-11-16 {
    width: 67.75%;
    margin: 0 0.5%;
    *width: 67.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-11-16 {
    width: 68.75%;
    margin: 0 0%;
    *width: 68.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-19-24 {
    width: 78.16666667%;
    margin: 0 0.5%;
    *width: 78.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-19-24 {
    width: 79.16666667%;
    margin: 0 0%;
    *width: 79.11458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-23-24 {
    width: 94.83333333%;
    margin: 0 0.5%;
    *width: 94.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-23-24 {
    width: 95.83333333%;
    margin: 0 0%;
    *width: 95.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-5-24 {
    width: 19.83333333%;
    margin: 0 0.5%;
    *width: 19.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-5-24 {
    width: 20.83333333%;
    margin: 0 0%;
    *width: 20.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-11-24 {
    width: 44.83333333%;
    margin: 0 0.5%;
    *width: 44.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-11-24 {
    width: 45.83333333%;
    margin: 0 0%;
    *width: 45.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-13-24 {
    width: 53.16666667%;
    margin: 0 0.5%;
    *width: 53.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-13-24 {
    width: 54.16666667%;
    margin: 0 0%;
    *width: 54.11458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-7-24 {
    width: 28.16666667%;
    margin: 0 0.5%;
    *width: 28.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-7-24 {
    width: 29.16666667%;
    margin: 0 0%;
    *width: 29.11458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-17-24 {
    width: 69.83333333%;
    margin: 0 0.5%;
    *width: 69.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-17-24 {
    width: 70.83333333%;
    margin: 0 0%;
    *width: 70.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-1-24 {
    width: 3.16666667%;
    margin: 0 0.5%;
    *width: 3.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-sm-1-24 {
    width: 4.16666667%;
    margin: 0 0%;
    *width: 4.11458333%;
    *margin: 0 -0.05208333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-1-1,
  .col-md-1-2,
  .col-md-1-3,
  .col-md-2-3,
  .col-md-1-4,
  .col-md-3-4,
  .col-md-1-6,
  .col-md-5-6,
  .col-md-1-8,
  .col-md-3-8,
  .col-md-5-8,
  .col-md-7-8,
  .col-md-7-12,
  .col-md-1-12,
  .col-md-5-12,
  .col-md-11-12,
  .col-md-13-16,
  .col-md-3-16,
  .col-md-7-16,
  .col-md-1-16,
  .col-md-5-16,
  .col-md-15-16,
  .col-md-9-16,
  .col-md-11-16,
  .col-md-19-24,
  .col-md-23-24,
  .col-md-5-24,
  .col-md-11-24,
  .col-md-13-24,
  .col-md-7-24,
  .col-md-17-24,
  .col-md-1-24 {
    float: left;
  }
  .col-md-1-1 {
    width: 99%;
    margin: 0 0.5%;
    *width: 98.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-1 {
    width: 100%;
    margin: 0 0%;
    *width: 99.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-2 {
    width: 49%;
    margin: 0 0.5%;
    *width: 48.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-2 {
    width: 50%;
    margin: 0 0%;
    *width: 49.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-3 {
    width: 32.33333333%;
    margin: 0 0.5%;
    *width: 32.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-3 {
    width: 33.33333333%;
    margin: 0 0%;
    *width: 33.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-2-3 {
    width: 65.66666667%;
    margin: 0 0.5%;
    *width: 65.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-2-3 {
    width: 66.66666667%;
    margin: 0 0%;
    *width: 66.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-4 {
    width: 24%;
    margin: 0 0.5%;
    *width: 23.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-4 {
    width: 25%;
    margin: 0 0%;
    *width: 24.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-3-4 {
    width: 74%;
    margin: 0 0.5%;
    *width: 73.94791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-3-4 {
    width: 75%;
    margin: 0 0%;
    *width: 74.94791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-6 {
    width: 15.66666667%;
    margin: 0 0.5%;
    *width: 15.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-6 {
    width: 16.66666667%;
    margin: 0 0%;
    *width: 16.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-md-5-6 {
    width: 82.33333333%;
    margin: 0 0.5%;
    *width: 82.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-5-6 {
    width: 83.33333333%;
    margin: 0 0%;
    *width: 83.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-8 {
    width: 11.5%;
    margin: 0 0.5%;
    *width: 11.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-8 {
    width: 12.5%;
    margin: 0 0%;
    *width: 12.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-3-8 {
    width: 36.5%;
    margin: 0 0.5%;
    *width: 36.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-3-8 {
    width: 37.5%;
    margin: 0 0%;
    *width: 37.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-5-8 {
    width: 61.5%;
    margin: 0 0.5%;
    *width: 61.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-5-8 {
    width: 62.5%;
    margin: 0 0%;
    *width: 62.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-7-8 {
    width: 86.5%;
    margin: 0 0.5%;
    *width: 86.44791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-7-8 {
    width: 87.5%;
    margin: 0 0%;
    *width: 87.44791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-7-12 {
    width: 57.33333333%;
    margin: 0 0.5%;
    *width: 57.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-7-12 {
    width: 58.33333333%;
    margin: 0 0%;
    *width: 58.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-12 {
    width: 7.33333333%;
    margin: 0 0.5%;
    *width: 7.28125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-12 {
    width: 8.33333333%;
    margin: 0 0%;
    *width: 8.28125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-5-12 {
    width: 40.66666667%;
    margin: 0 0.5%;
    *width: 40.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-5-12 {
    width: 41.66666667%;
    margin: 0 0%;
    *width: 41.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-md-11-12 {
    width: 90.66666667%;
    margin: 0 0.5%;
    *width: 90.61458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-11-12 {
    width: 91.66666667%;
    margin: 0 0%;
    *width: 91.61458333%;
    *margin: 0 -0.05208333%;
  }
  .col-md-13-16 {
    width: 80.25%;
    margin: 0 0.5%;
    *width: 80.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-13-16 {
    width: 81.25%;
    margin: 0 0%;
    *width: 81.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-3-16 {
    width: 17.75%;
    margin: 0 0.5%;
    *width: 17.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-3-16 {
    width: 18.75%;
    margin: 0 0%;
    *width: 18.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-7-16 {
    width: 42.75%;
    margin: 0 0.5%;
    *width: 42.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-7-16 {
    width: 43.75%;
    margin: 0 0%;
    *width: 43.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-16 {
    width: 5.25%;
    margin: 0 0.5%;
    *width: 5.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-16 {
    width: 6.25%;
    margin: 0 0%;
    *width: 6.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-5-16 {
    width: 30.25%;
    margin: 0 0.5%;
    *width: 30.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-5-16 {
    width: 31.25%;
    margin: 0 0%;
    *width: 31.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-15-16 {
    width: 92.75%;
    margin: 0 0.5%;
    *width: 92.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-15-16 {
    width: 93.75%;
    margin: 0 0%;
    *width: 93.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-9-16 {
    width: 55.25%;
    margin: 0 0.5%;
    *width: 55.19791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-9-16 {
    width: 56.25%;
    margin: 0 0%;
    *width: 56.19791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-11-16 {
    width: 67.75%;
    margin: 0 0.5%;
    *width: 67.69791667%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-11-16 {
    width: 68.75%;
    margin: 0 0%;
    *width: 68.69791667%;
    *margin: 0 -0.05208333%;
  }
  .col-md-19-24 {
    width: 78.16666667%;
    margin: 0 0.5%;
    *width: 78.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-19-24 {
    width: 79.16666667%;
    margin: 0 0%;
    *width: 79.11458333%;
    *margin: 0 -0.05208333%;
  }
  .col-md-23-24 {
    width: 94.83333333%;
    margin: 0 0.5%;
    *width: 94.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-23-24 {
    width: 95.83333333%;
    margin: 0 0%;
    *width: 95.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-5-24 {
    width: 19.83333333%;
    margin: 0 0.5%;
    *width: 19.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-5-24 {
    width: 20.83333333%;
    margin: 0 0%;
    *width: 20.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-11-24 {
    width: 44.83333333%;
    margin: 0 0.5%;
    *width: 44.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-11-24 {
    width: 45.83333333%;
    margin: 0 0%;
    *width: 45.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-13-24 {
    width: 53.16666667%;
    margin: 0 0.5%;
    *width: 53.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-13-24 {
    width: 54.16666667%;
    margin: 0 0%;
    *width: 54.11458333%;
    *margin: 0 -0.05208333%;
  }
  .col-md-7-24 {
    width: 28.16666667%;
    margin: 0 0.5%;
    *width: 28.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-7-24 {
    width: 29.16666667%;
    margin: 0 0%;
    *width: 29.11458333%;
    *margin: 0 -0.05208333%;
  }
  .col-md-17-24 {
    width: 69.83333333%;
    margin: 0 0.5%;
    *width: 69.78125%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-17-24 {
    width: 70.83333333%;
    margin: 0 0%;
    *width: 70.78125%;
    *margin: 0 -0.05208333%;
  }
  .col-md-1-24 {
    width: 3.16666667%;
    margin: 0 0.5%;
    *width: 3.11458333%;
    *margin: 0 0.44791667%;
  }
  .gutterless > .col-md-1-24 {
    width: 4.16666667%;
    margin: 0 0%;
    *width: 4.11458333%;
    *margin: 0 -0.05208333%;
  }
  .mason-block {
    margin: 0;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
fieldset {
  border: none;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.visibility-hidden {
  visibility: hidden;
}
.clear {
  clear: both;
}
.search-link:hover {
  text-decoration: underline;
}
.autoComplete-highlight {
  font-weight: bold;
  text-decoration: underline;
}
.single_highlight_class {
  background-color: #dedede;
  padding: 2px;
}
.arrowDecoration {
  display: inline-block;
  position: relative;
}
.abstractParagraph {
  display: none;
}
.arrow-right {
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #3f7cba;
  top: 2px;
  left: 2px;
  margin-left: 3px;
}
.addTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: -58px -50px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.addTerm:hover {
  opacity: 0.6;
}
.addTerm:active {
  opacity: 1;
}
.removeTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  display: inline-block;
  background-image: url(/templates/jsp/pb2/img/icon_x.png);
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: 4px 4px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.removeTerm:hover {
  opacity: 0.6;
}
.removeTerm:active {
  opacity: 1;
}
div.leftColumn {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
div.rightColumn {
  float: left;
}
[role="tooltip"] {
  background: #0b52a0;
  color: #fff;
  border-radius: 0;
  border: none;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.ms-res-ctn-scrollable {
  overflow-y: auto;
}
.ms-ctn {
  padding: 3px 0px 0px 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ms-ctn.search-term {
  min-height: 2em;
  height: auto;
}
.ms-ctn.ms-ctn-focus {
  border-color: #7f9db9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.ms-ctn .ms-sel-ctn {
  margin-left: 0px;
}
.ms-ctn .dropdown-menu {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.ms-ctn input {
  min-width: 120px!important;
}
.ms-ctn .ms-res-item {
  color: rgba(0, 0, 0, 0.8);
}
.ms-ctn .ms-res-item em {
  font-weight: bold;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}
.ms-ctn .ms-helper {
  top: 1px;
  right: 34px;
  color: transparent;
}
.progress,
.saveSearchProgress {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 auto 0 auto;
  display: none;
}
.modal-dialog-mask {
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  background: #333;
  overflow: auto;
}
input[type='search'].smallTextInput,
input[type='text'].smallTextInput {
  width: 5em;
  text-indent: 0.3em;
}
input[type='search'].mediumTextInput {
  width: 26em;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.newSearchResults a,
.followResultsWidget a,
.literatumSearchHistoryWidget a,
.newAdvancedSearch a {
  text-decoration: none;
}
.newSearchResults a:hover,
.followResultsWidget a:hover,
.literatumSearchHistoryWidget a:hover,
.newAdvancedSearch a:hover {
  color: #3f7cba;
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}
.semi-transparent-layer {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchWidgetBorder {
  border: 0;
}
.citationSearchWidget .search-term.smallTextInput {
  height: 40px;
  background-color: white;
  font-size: 10px;
  width: 18.7%;
  border-radius: 5px;
}
.citationSearch .citationJournalName {
  background-color: white;
  width: 88%;
  float: left;
  min-height: 2em;
}
.citationSearch .citationSearchContainer .search-term {
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.citationSearch .citationSearchContainer .search-term:focus {
  border: solid 0.1em #5D8DCD;
  -webkit-box-shadow: 0 0 5px #5d8dcd;
  -moz-box-shadow: 0 0 5px #5d8dcd;
  box-shadow: 0 0 5px #5d8dcd;
  -webkit-appearance: none;
}
.citationSearch .searchButtons {
  width: 12em;
}
.citationSearch .submitRow {
  margin: 1em 0em 0em 0em;
}
.citationSearch .citationSearchContainer {
  padding: 1em;
}
.citationSearch fieldset {
  margin-top: 0.5em;
}
.citationSearch .searchBox {
  border: 0;
}
.hidden {
  display: none;
}
.cluetips {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 21px;
  background-position: -87px -79px;
}
.quickSearchWidget .searchButtons {
  height: 30px;
  padding: 1px 0px 0px;
}
.quickSearchWidget input[type='search'] {
  -webkit-appearance: none;
  border: solid 0.1em #C0C0C0;
  padding: 5px 1px;
  font-size: 1.2em;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px #c0c0c0;
  -moz-box-shadow: 0 1px 1px #c0c0c0;
  box-shadow: 0 1px 1px #c0c0c0;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.quickSearchWidget input[type='search']:focus {
  border: solid 0.1em #5D8DCD;
  -webkit-box-shadow: 0 0 5px #5d8dcd;
  -moz-box-shadow: 0 0 5px #5d8dcd;
  box-shadow: 0 0 5px #5d8dcd;
  -webkit-appearance: none;
}
.quickSearchWidget .textIndent {
  text-indent: 8em;
  line-height: 1.4;
}
.quickSearchWidget select {
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: white;
  color: #7C7C7C;
  outline: none;
  width: 108px;
  height: 29px;
  background: url('/templates/jsp/pb2/img/icon_arrow_dropdown.png') no-repeat 95%;
  font-family: "Open Sans", Sans-Serif;
  font-size: 13px;
}
.quickSearchWidget option {
  background: white;
  padding: 0.2em;
  z-index: 1000;
  font-family: "Open Sans", Sans-Serif;
}
.quickSearchWidget .searchDropDownDivLeft select {
  left: 9.0em;
  position: relative;
  border-right: 1px solid #C0C0C0;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.quickSearchWidget .searchDropDownDivRight select {
  position: relative;
  background-color: white;
  border: solid 0.1em #C0C0C0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px #c0c0c0;
  -moz-box-shadow: 0 1px 1px #c0c0c0;
  box-shadow: 0 1px 1px #c0c0c0;
}
.quickSearchWidget .searchInputs {
  width: 40em;
  height: 1.6em;
  border: solid 0.16em silver;
}
.quickSearchAutocomplete {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  text-align: left;
}
.quickSearchAutocomplete .single_highlight_class {
  background: transparent;
  font-weight: bold;
  padding: 0;
}
.quickSearchAutocomplete .qsaCategory {
  font-weight: bold;
  padding: 2px 5px;
}
.quickSearchAutocomplete .qsaItem a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  max-height: 25px;
  overflow-y: hidden;
  padding: 0 1em 0 .4em;
  display: block;
  width: 100%;
}
.quickSearchAutocomplete .qsaRemove {
  float: right;
  text-decoration-line: underline !important;
  color: #5D8DCD !important;
}
.quickSearchAutocomplete a.ui-state-focus,
.quickSearchAutocomplete a.ui-state-active {
  margin: 0;
  border: none;
  border-radius: 0;
  background: #f5f5f5;
  cursor: pointer;
  width: 100%;
}
ul.ui-menu li.ui-menu-item {
  padding: 0;
  width: 100%;
  list-style-image: none;
}
.ui-front {
  z-index: 1004;
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
.searchCapitalLabels {
  text-transform: uppercase;
}
.searchButtons {
  width: 79px;
  height: 24px;
  background: #b3b3b3;
  border: 0;
  cursor: pointer;
  padding: 0 0 2px;
  color: #fff;
  font-size: 14px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.searchButtons:hover,
.searchButtons:active,
.searchButtons:focus {
  opacity: 1;
}
.searchButtons:disabled {
  opacity: 0.7;
}
.searchButtons:disabled:hover {
  background-color: #d3d3d3;
}
.searchBox {
  border: 1px solid #cccccc;
  padding-top: 0.2em;
  background: transparent;
}
.AfterFilter,
.BeforeFilter {
  display: inline-block;
}
.width_2_3 .advancedSearch .search-term {
  width: 81%;
}
.advancedSearch .searchButtons {
  float: right;
}
.advancedSearch,
.newAdvancedSearch {
  color: rgba(0, 0, 0, 0.8);
}
.advancedSearch .timeFrame label,
.newAdvancedSearch .timeFrame label {
  width: 40px;
  display: inline-table;
}
.advancedSearch .tabs .tab-nav,
.newAdvancedSearch .tabs .tab-nav {
  height: auto;
}
.advancedSearch .submitRow,
.newAdvancedSearch .submitRow {
  float: right;
  margin: 0.5em 0.6em 0em 0em;
}
.advancedSearch .customDateFilterDropDowns,
.newAdvancedSearch .customDateFilterDropDowns {
  margin: 0.8em 0em 0em 2em;
}
.advancedSearch .stackThem,
.newAdvancedSearch .stackThem {
  margin-top: 0.5em;
  text-transform: capitalize;
}
.advancedSearch .advanced-search-link,
.newAdvancedSearch .advanced-search-link {
  text-decoration: none;
  color: #205488;
  cursor: pointer;
  font-size: 13px;
}
.advancedSearch .advanced-search-link:hover,
.newAdvancedSearch .advanced-search-link:hover {
  text-decoration: underline;
  color: #3f7cba;
}
.advancedSearch .tabs,
.newAdvancedSearch .tabs {
  padding: 0;
}
.advancedSearch .tabs .tab-nav,
.newAdvancedSearch .tabs .tab-nav {
  border-bottom: none;
  padding-left: 0em;
}
.advancedSearch .mainSearchForm,
.newAdvancedSearch .mainSearchForm,
.advancedSearch .storySearchForm,
.newAdvancedSearch .storySearchForm,
.advancedSearch .searchFilterOptions,
.newAdvancedSearch .searchFilterOptions {
  margin-top: 0em;
  padding: 1em;
}
.advancedSearch .publicationInput,
.newAdvancedSearch .publicationInput {
  margin-top: 0.4em;
  border: 1px solid #C2C8C5;
}
.advancedSearch .publicationInput .chosen-choices,
.newAdvancedSearch .publicationInput .chosen-choices {
  border: none;
  background-image: none;
}
.advancedSearch .publicationInput .chosen-choices li.search-field input[type=text],
.newAdvancedSearch .publicationInput .chosen-choices li.search-field input[type=text] {
  color: #ccc;
  font-family: inherit;
}
.advancedSearch .publicationInput .chosen-choices li.search-choice,
.newAdvancedSearch .publicationInput .chosen-choices li.search-choice {
  background-image: none;
  border: none;
}
.advancedSearch .search-term,
.newAdvancedSearch .search-term {
  border: 1px solid #C2C8C5;
  height: 1.7em;
  margin-top: 0.4em;
  padding-left: 6px;
  width: 64%;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  outline: none;
}
.advancedSearch .search-term:focus,
.newAdvancedSearch .search-term:focus {
  border-color: #7f9db9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.advancedSearch .search-term.big,
.newAdvancedSearch .search-term.big {
  width: 70%;
}
.advancedSearch .noscript,
.newAdvancedSearch .noscript {
  display: none;
}
.advancedSearch .searchFilterOptions,
.newAdvancedSearch .searchFilterOptions {
  margin-top: 0.5em;
}
.advancedSearch .searchFilterOptions h4,
.newAdvancedSearch .searchFilterOptions h4 {
  font-weight: bold;
}
.advancedSearch .extraContentFilters,
.newAdvancedSearch .extraContentFilters {
  border-top: 1px solid #CCCCCC;
  padding: 0.2em 1em 1em 1em;
  overflow: hidden;
}
.advancedSearch .timeFrame,
.newAdvancedSearch .timeFrame {
  margin-top: 0.5em;
}
.advancedSearch .includeFilters,
.newAdvancedSearch .includeFilters {
  margin: 1em 0 0 0em;
}
.advancedSearch .newSearchLinkContainer,
.newAdvancedSearch .newSearchLinkContainer {
  border: 1px dotted #ccc;
  padding: 0.2em;
  margin-top: 0.4em;
}
#searchTimeFormContainer #timeFrame {
  clear: both;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
fieldset {
  border: none;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.visibility-hidden {
  visibility: hidden;
}
.clear {
  clear: both;
}
.search-link:hover {
  text-decoration: underline;
}
.autoComplete-highlight {
  font-weight: bold;
  text-decoration: underline;
}
.single_highlight_class {
  background-color: #dedede;
  padding: 2px;
}
.arrowDecoration {
  display: inline-block;
  position: relative;
}
.abstractParagraph {
  display: none;
}
.arrow-right {
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #3f7cba;
  top: 2px;
  left: 2px;
  margin-left: 3px;
}
.addTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: -58px -50px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.addTerm:hover {
  opacity: 0.6;
}
.addTerm:active {
  opacity: 1;
}
.removeTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  display: inline-block;
  background-image: url(/templates/jsp/pb2/img/icon_x.png);
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: 4px 4px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.removeTerm:hover {
  opacity: 0.6;
}
.removeTerm:active {
  opacity: 1;
}
div.leftColumn {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
div.rightColumn {
  float: left;
}
[role="tooltip"] {
  background: #0b52a0;
  color: #fff;
  border-radius: 0;
  border: none;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.ms-res-ctn-scrollable {
  overflow-y: auto;
}
.ms-ctn {
  padding: 3px 0px 0px 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ms-ctn.search-term {
  min-height: 2em;
  height: auto;
}
.ms-ctn.ms-ctn-focus {
  border-color: #7f9db9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.ms-ctn .ms-sel-ctn {
  margin-left: 0px;
}
.ms-ctn .dropdown-menu {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.ms-ctn input {
  min-width: 120px!important;
}
.ms-ctn .ms-res-item {
  color: rgba(0, 0, 0, 0.8);
}
.ms-ctn .ms-res-item em {
  font-weight: bold;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}
.ms-ctn .ms-helper {
  top: 1px;
  right: 34px;
  color: transparent;
}
.progress,
.saveSearchProgress {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 auto 0 auto;
  display: none;
}
.modal-dialog-mask {
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  background: #333;
  overflow: auto;
}
input[type='search'].smallTextInput,
input[type='text'].smallTextInput {
  width: 5em;
  text-indent: 0.3em;
}
input[type='search'].mediumTextInput {
  width: 26em;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.newSearchResults a,
.followResultsWidget a,
.literatumSearchHistoryWidget a,
.newAdvancedSearch a {
  text-decoration: none;
}
.newSearchResults a:hover,
.followResultsWidget a:hover,
.literatumSearchHistoryWidget a:hover,
.newAdvancedSearch a:hover {
  color: #3f7cba;
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}
.semi-transparent-layer {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchWidgetBorder {
  border: 0;
}
.citationSearchWidget .search-term.smallTextInput {
  height: 40px;
  background-color: white;
  font-size: 10px;
  width: 18.7%;
  border-radius: 5px;
}
.citationSearch .citationJournalName {
  background-color: white;
  width: 88%;
  float: left;
  min-height: 2em;
}
.citationSearch .citationSearchContainer .search-term {
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.citationSearch .citationSearchContainer .search-term:focus {
  border: solid 0.1em #5D8DCD;
  -webkit-box-shadow: 0 0 5px #5d8dcd;
  -moz-box-shadow: 0 0 5px #5d8dcd;
  box-shadow: 0 0 5px #5d8dcd;
  -webkit-appearance: none;
}
.citationSearch .searchButtons {
  width: 12em;
}
.citationSearch .submitRow {
  margin: 1em 0em 0em 0em;
}
.citationSearch .citationSearchContainer {
  padding: 1em;
}
.citationSearch fieldset {
  margin-top: 0.5em;
}
.citationSearch .searchBox {
  border: 0;
}
.hidden {
  display: none;
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
.searchFacets,
.newSearchFacets {
  text-transform: capitalize;
  font-size: 10.5pt;
}
.searchFacets h3,
.newSearchFacets h3,
.searchFacets strong,
.newSearchFacets strong {
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.searchFacets li:hover,
.newSearchFacets li:hover {
  opacity: 0.7;
}
.searchFacets .facet-link,
.newSearchFacets .facet-link {
  text-decoration: none;
}
.searchFacets ul,
.newSearchFacets ul {
  padding: 0em;
  margin: 0;
  overflow: hidden;
}
.searchFacets li,
.newSearchFacets li {
  list-style: none;
  margin: 0.5em 0em 0.5em 0em;
}
.searchFacets .container,
.newSearchFacets .container {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
}
.searchFacets .rmFilters:before,
.newSearchFacets .rmFilters:before {
  content: '';
}
.searchFacets .filters a,
.newSearchFacets .filters a {
  position: relative;
  top: .1em;
}
.searchFacets .filters a:hover,
.newSearchFacets .filters a:hover {
  background: #EFEFEF;
}
.searchFacets .facet-count-container,
.newSearchFacets .facet-count-container {
  display: inline;
  float: right;
}
.searchFacets .facet-link-container,
.newSearchFacets .facet-link-container {
  width: 80%;
  float: left;
  margin-bottom: 0.5em;
  text-indent: -0.4em;
  padding-left: 0.4em;
}
.searchFacets .facet-count,
.newSearchFacets .facet-count {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  padding: 3px 5px 2px;
  font-size: 11px;
  border-radius: 3px;
}
.searchFacets .facetHeader,
.newSearchFacets .facetHeader {
  height: 1.4em;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5em;
}
.searchFacets .toggleMoreFacets,
.newSearchFacets .toggleMoreFacets {
  text-transform: uppercase;
  cursor: pointer;
}
.searchFacets .toggleMoreFacets:hover,
.newSearchFacets .toggleMoreFacets:hover {
  text-decoration: underline;
}
.noscript .searchFacets .toggleMoreFacets,
.noscript .newSearchFacets .toggleMoreFacets {
  display: none;
}
.searchFacets .hiddenChildrenFacets,
.newSearchFacets .hiddenChildrenFacets {
  margin-top: -0.54em;
}
.searchFacets .custom-date-label,
.newSearchFacets .custom-date-label {
  color: #0b52a0;
  margin-bottom: 0.8em;
  cursor: pointer;
}
.searchFacets form[name=dateRangeForm],
.newSearchFacets form[name=dateRangeForm] {
  margin-top: 1em;
}
.searchFacets .customDateFilterDropDowns select,
.newSearchFacets .customDateFilterDropDowns select {
  background: #fff;
  border: 1px solid #CCC;
  padding: 0.2em;
}
.searchFacets .customDateFilterDropDowns .searchButtons,
.newSearchFacets .customDateFilterDropDowns .searchButtons {
  width: 54px;
}
.searchFacets .customDateFilterDropDowns label,
.newSearchFacets .customDateFilterDropDowns label {
  width: 19%;
  display: inline-block;
}
.searchFacets .ms-ctn,
.newSearchFacets .ms-ctn {
  background: url('/templates/jsp/images/chosen-sprite.png') no-repeat 100% -21px;
  background-color: #fff;
  margin-top: 2px;
}
.searchFacets .ms-ctn input,
.newSearchFacets .ms-ctn input {
  min-width: 120px!important;
}
.searchFacets .ui-widget-header,
.newSearchFacets .ui-widget-header {
  background: none;
}
.searchFacets .ui-state-default,
.newSearchFacets .ui-state-default {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.searchFacets .ui-widget-content,
.newSearchFacets .ui-widget-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.searchFacets .ui-slider-handle,
.newSearchFacets .ui-slider-handle {
  width: 6px;
  height: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none repeat scroll 0% 0% #ffffff;
  cursor: col-resize;
}
.searchFacets .ui-slider-handle:first-of-type,
.newSearchFacets .ui-slider-handle:first-of-type {
  margin-left: -0.1em;
}
.searchFacets .ui-slider-handle:nth-last-of-type(1),
.newSearchFacets .ui-slider-handle:nth-last-of-type(1) {
  margin-left: -0.2em;
}
.searchFacets .ui-color-slice,
.newSearchFacets .ui-color-slice {
  height: 15px;
  float: left;
}
.searchFacets .search-term,
.newSearchFacets .search-term {
  width: 15%;
  margin-top: 2em;
}
.searchFacets .search-term:hover,
.newSearchFacets .search-term:hover {
  border: 1px solid #0b52a0;
}
.ajax-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
fieldset {
  border: none;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.visibility-hidden {
  visibility: hidden;
}
.clear {
  clear: both;
}
.search-link:hover {
  text-decoration: underline;
}
.autoComplete-highlight {
  font-weight: bold;
  text-decoration: underline;
}
.single_highlight_class {
  background-color: #dedede;
  padding: 2px;
}
.arrowDecoration {
  display: inline-block;
  position: relative;
}
.abstractParagraph {
  display: none;
}
.arrow-right {
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #3f7cba;
  top: 2px;
  left: 2px;
  margin-left: 3px;
}
.addTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: -58px -50px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.addTerm:hover {
  opacity: 0.6;
}
.addTerm:active {
  opacity: 1;
}
.removeTerm {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  display: inline-block;
  background-image: url(/templates/jsp/pb2/img/icon_x.png);
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
  width: 18px;
  height: 22px;
  background-position: 4px 4px;
  background-color: rgba(0, 0, 0, 0.15);
  top: 7px;
  position: relative;
}
.removeTerm:hover {
  opacity: 0.6;
}
.removeTerm:active {
  opacity: 1;
}
div.leftColumn {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
div.rightColumn {
  float: left;
}
[role="tooltip"] {
  background: #0b52a0;
  color: #fff;
  border-radius: 0;
  border: none;
}
.arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -45px -31px;
}
.arrow-up {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.ms-res-ctn-scrollable {
  overflow-y: auto;
}
.ms-ctn {
  padding: 3px 0px 0px 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ms-ctn.search-term {
  min-height: 2em;
  height: auto;
}
.ms-ctn.ms-ctn-focus {
  border-color: #7f9db9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.ms-ctn .ms-sel-ctn {
  margin-left: 0px;
}
.ms-ctn .dropdown-menu {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.ms-ctn input {
  min-width: 120px!important;
}
.ms-ctn .ms-res-item {
  color: rgba(0, 0, 0, 0.8);
}
.ms-ctn .ms-res-item em {
  font-weight: bold;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}
.ms-ctn .ms-helper {
  top: 1px;
  right: 34px;
  color: transparent;
}
.progress,
.saveSearchProgress {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 auto 0 auto;
  display: none;
}
.modal-dialog-mask {
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  background: #333;
  overflow: auto;
}
input[type='search'].smallTextInput,
input[type='text'].smallTextInput {
  width: 5em;
  text-indent: 0.3em;
}
input[type='search'].mediumTextInput {
  width: 26em;
}
.search-loader {
  background-image: url(/templates/jsp/pb2/img/ajax-loader-big.gif);
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sprite {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.newSearchResults a,
.followResultsWidget a,
.literatumSearchHistoryWidget a,
.newAdvancedSearch a {
  text-decoration: none;
}
.newSearchResults a:hover,
.followResultsWidget a:hover,
.literatumSearchHistoryWidget a:hover,
.newAdvancedSearch a:hover {
  color: #3f7cba;
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}
.semi-transparent-layer {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchWidgetBorder {
  border: 0;
}
.citationSearchWidget .search-term.smallTextInput {
  height: 40px;
  background-color: white;
  font-size: 10px;
  width: 18.7%;
  border-radius: 5px;
}
.citationSearch .citationJournalName {
  background-color: white;
  width: 88%;
  float: left;
  min-height: 2em;
}
.citationSearch .citationSearchContainer .search-term {
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.citationSearch .citationSearchContainer .search-term:focus {
  border: solid 0.1em #5D8DCD;
  -webkit-box-shadow: 0 0 5px #5d8dcd;
  -moz-box-shadow: 0 0 5px #5d8dcd;
  box-shadow: 0 0 5px #5d8dcd;
  -webkit-appearance: none;
}
.citationSearch .searchButtons {
  width: 12em;
}
.citationSearch .submitRow {
  margin: 1em 0em 0em 0em;
}
.citationSearch .citationSearchContainer {
  padding: 1em;
}
.citationSearch fieldset {
  margin-top: 0.5em;
}
.citationSearch .searchBox {
  border: 0;
}
.hidden {
  display: none;
}
.newSearchResults {
  font-size: 11pt;
}
.newSearchResults .search-results-header,
.newSearchResults .search-results-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.newSearchResults .search-results-header .markall,
.newSearchResults .search-results-footer .markall {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.newSearchResults .search-results-header span,
.newSearchResults .search-results-footer span {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.newSearchResults .content-panel {
  padding-bottom: 1em;
}
.newSearchResults .resultsPerPageContainer {
  font-size: 9pt;
}
.newSearchResults .search-result-row {
  padding-bottom: 0.5em;
}
.newSearchResults article {
  overflow: hidden;
  font-size: 10pt;
}
.newSearchResults .art_title {
  margin: 10px 0px 5px 0px;
}
.newSearchResults .book-cover {
  margin-right: 1em;
}
.newSearchResults .accessIcon {
  margin-left: 0.5em;
  vertical-align: middle;
}
.newSearchResults .author {
  margin-top: 10px;
}
.newSearchResults .entryAuthor {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}
.newSearchResults .publication-meta {
  font-size: 10pt;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.newSearchResults .publication-meta .ref {
  padding-right: 0.5em;
}
.newSearchResults .publication-meta .ref:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0em 0.5em 0em 0.5em;
}
.newSearchResults .abstractSnippet {
  margin: 5px 0px 5px 0px;
}
.newSearchResults .publication-year {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  padding-right: 0.5em;
}
.newSearchResults .searchResultJournal {
  padding-left: 0.5em;
}
.newSearchResults .art_title a {
  font-weight: bold;
  font-size: 11pt;
}
.newSearchResults .abstractParagraph {
  color: rgba(0, 0, 0, 0.7);
}
.newSearchResults .paginationLinkContainer {
  margin-top: 2em;
  overflow: hidden;
}
.newSearchResults .paginationLinkContainer .linkList {
  padding: 0em .5em 0em .5em;
}
.newSearchResults .paginationLinkContainer a {
  color: rgba(0, 0, 0, 0.5);
}
.newSearchResults .paginationLinkContainer b {
  color: #0b52a0;
  border-bottom: 2px solid #0b52a0;
}
.newSearchResults .paginationLinkContainer li {
  border: none;
  padding: 0;
}
.newSearchResults .paginationLinkContainer li .previousPage .paginationArrowSymbol,
.newSearchResults .paginationLinkContainer li .nextPage .paginationArrowSymbol {
  padding: 7px;
}
.newSearchResults .paginationLinkContainer li .previousPage .paginationArrowSymbol.next,
.newSearchResults .paginationLinkContainer li .nextPage .paginationArrowSymbol.next {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -22px -53px;
}
.newSearchResults .paginationLinkContainer li .previousPage .paginationArrowSymbol.prev,
.newSearchResults .paginationLinkContainer li .nextPage .paginationArrowSymbol.prev {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -3px -53px;
}
.newSearchResults .paginationLinkContainer a,
.newSearchResults .paginationLinkContainer b {
  padding: 5px 5px 1px 5px;
}
.newSearchResults .paginationLinkContainer .paginationSortControl {
  overflow: hidden;
}
.newSearchResults .previewContainer {
  display: inline-table;
  cursor: pointer;
  width: 100%;
}
.newSearchResults .previewContainer article {
  margin-top: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 1em;
  text-align: justify;
}
.newSearchResults .abstract-heading {
  margin-top: 0em;
}
.newSearchResults .browse-left-column {
  margin-right: 1em;
  padding-top: 3px;
}
.newSearchResults .storyEntry {
  overflow: hidden;
  font-size: 10pt;
  margin-bottom: 15px;
}
.newSearchResults .storyEntry .story_title {
  margin: 10px 0px 5px 0px;
}
.followResultsWidget {
  line-height: 3em;
  border-bottom: 1px solid #ccc;
}
.followResultsWidget .saveSearchDialog {
  display: none;
}
.followResultsWidget ul,
.followResultsWidget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.followResultsWidget span {
  font-size: 15px;
}
.followResultsWidget .pagingVerb {
  display: inline;
  text-transform: uppercase;
  margin-bottom: -10px;
  margin-top: -10px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.followResultsWidget .emphasis {
  display: inline-block;
}
.followResultsWidget .follow-results-container {
  line-height: 3em;
}
.followResultsWidget .paginationLabelContainer .paginationStatus {
  display: inline;
  font-size: 15px;
}
.followResultsWidget .paginationLabelContainer .emphasis {
  color: #0b52a0;
}
.followResultsWidget .RSS {
  width: 12px;
  height: 13px;
  background-position: -73px -5px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0;
  padding-right: 1.9em;
}
.followResultsWidget .save {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 14px;
  background-position: -83px -27px;
  margin-left: 0;
}
.queryFilters {
  display: inline;
}
.queryFilters li {
  line-height: 1.3;
  word-wrap: normal;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 0.5em;
  border: 1px solid rgba(63, 124, 186, 0.1);
  background: rgba(63, 124, 186, 0.1);
  padding: 0.2em;
  color: rgba(0, 0, 0, 0.8);
}
.queryFilters .rmFilters {
  color: #0b52a0;
}
.queryFilters .rmFilters:before {
  background-image: none;
  content: none;
}
.queryFilters .rmFilters:hover {
  color: #3f7cba;
}
.queryFilters .resetFilter {
  border: 1px solid #0b52a0;
  background: #fff;
}
.queryFilters a {
  text-decoration: none;
}
.queryFilters a:before {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -43px -77px;
  content: " ";
}
.saveSearchDialog {
  color: rgba(0, 0, 0, 0.8);
}
.saveSearchDialog .login-prompt {
  padding: 1em;
}
.saveSearchDialog.modal-dialog {
  z-index: 9999;
  max-width: 400px;
  background-color: white;
  top: 0;
  left: 0;
  max-height: 400px;
  position: absolute;
}
.saveSearchDialog .save-search-submit {
  margin-top: 1.7em;
}
.saveSearchDialog .closeBtn {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  color: transparent;
  background-position: -87px -52px;
  float: right;
  position: relative;
  top: -31px;
  left: -10px;
}
.saveSearchDialog .title-bar {
  padding: 0.6em;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.15);
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.saveSearchDialog .search-term {
  width: 97%;
}
.saveSearchDialog .alert-frequency {
  display: inline-block;
  width: 20%;
}
.saveSearchDialog .searchButtons {
  width: 90px;
}
.search-term:focus {
  border-color: #7f9db9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.search-term {
  border: 1px solid #C2C8C5;
  height: 1.7em;
  box-sizing: content-box;
  padding-left: 7px;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  outline: none;
}
.search-tabs {
  background-color: rgba(0, 0, 0, 0.1);
}
.search-tabs-widget {
  padding: 1em;
  line-height: 2em;
}
.search-tabs-widget .search-tab-counts {
  margin-left: 0.3em;
}
.search-tabs-widget .search-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.search-tabs-widget .search-tabs-nav li {
  display: inline-block;
  margin-right: 1em;
}
.search-tabs-widget .search-tabs-nav li[aria-selected='true'] {
  border-bottom: 4px solid #0b52a0;
}
.search-tabs-widget .search-tabs-nav li[aria-selected='true'] a {
  color: #0b52a0;
}
.search-tabs-widget .search-tabs-nav a {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.search-tabs-widget .search-tabs-nav a:hover {
  color: #3f7cba;
}
.search-tabs-widget .tab-pane {
  background-color: white;
}
.search-tabs-widget .tab-pane h3 {
  padding-left: 1em;
  margin: 0;
  font-weight: normal;
}
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch a {
  position: relative;
}
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch a img {
  position: absolute;
  top: 4px;
  right: -12px;
}
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch:nth-child(3),
.literatumSavedSearchesProfileWidget tr:first-child .savedSearch:nth-child(4) {
  padding-left: 6px;
}
.literatumSavedSearchesProfileWidget tr:nth-child(n+2) td:last-child {
  padding-left: 10px;
}
.newAdvancedSearch .normal-filters .sectionHead,
.newSearchResults .normal-filters .sectionHead,
.literatumSearchHistoryWidget .normal-filters .sectionHead {
  width: 90%;
  background-color: white;
}
.newAdvancedSearch .date-filters,
.newSearchResults .date-filters,
.literatumSearchHistoryWidget .date-filters {
  display: inline-block;
  vertical-align: top;
  background-color: white;
}
.newAdvancedSearch .ms-ctn,
.newSearchResults .ms-ctn,
.literatumSearchHistoryWidget .ms-ctn {
  padding: 3px 0px 0px 7px;
}
.newAdvancedSearch .ms-ctn.search-term,
.newSearchResults .ms-ctn.search-term,
.literatumSearchHistoryWidget .ms-ctn.search-term {
  min-height: 2em;
  height: auto;
  background: white;
}
.newAdvancedSearch .ms-ctn.ms-ctn-focus,
.newSearchResults .ms-ctn.ms-ctn-focus,
.literatumSearchHistoryWidget .ms-ctn.ms-ctn-focus {
  height: auto;
  min-height: 2em;
}
.newAdvancedSearch .ms-ctn .ms-sel-ctn,
.newSearchResults .ms-ctn .ms-sel-ctn,
.literatumSearchHistoryWidget .ms-ctn .ms-sel-ctn {
  margin-left: 0px;
}
.newAdvancedSearch .ms-ctn input,
.newSearchResults .ms-ctn input,
.literatumSearchHistoryWidget .ms-ctn input {
  min-width: 389px!important;
}
.newAdvancedSearch .BeforeFilter,
.newSearchResults .BeforeFilter,
.literatumSearchHistoryWidget .BeforeFilter,
.newAdvancedSearch .AfterFilter,
.newSearchResults .AfterFilter,
.literatumSearchHistoryWidget .AfterFilter {
  display: inline;
}
.newAdvancedSearch [role='menuitem'],
.newSearchResults [role='menuitem'],
.literatumSearchHistoryWidget [role='menuitem'] {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newAdvancedSearch [role='menuitem'] a,
.newSearchResults [role='menuitem'] a,
.literatumSearchHistoryWidget [role='menuitem'] a {
  padding: 0px 20px 0px 20px;
}
.newAdvancedSearch [role='presentation'],
.newSearchResults [role='presentation'],
.literatumSearchHistoryWidget [role='presentation'] {
  display: inline-block;
}
.newAdvancedSearch [role='presentation'],
.newSearchResults [role='presentation'],
.literatumSearchHistoryWidget [role='presentation'] {
  padding: 0em 0.3em 0em 0.3em;
}
.newAdvancedSearch [role='presentation'] a,
.newSearchResults [role='presentation'] a,
.literatumSearchHistoryWidget [role='presentation'] a {
  padding: 10px 0;
  display: block;
}
.newAdvancedSearch [role='presentation'].selected,
.newSearchResults [role='presentation'].selected,
.literatumSearchHistoryWidget [role='presentation'].selected {
  background: rgba(0, 0, 0, 0.1);
}
.newAdvancedSearch [role='presentation'].selected .arrow-down,
.newSearchResults [role='presentation'].selected .arrow-down,
.literatumSearchHistoryWidget [role='presentation'].selected .arrow-down {
  background-image: url(/templates/jsp/pb2/img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 7px;
  background-position: -39px -47px;
}
.newAdvancedSearch [role='menu'],
.newSearchResults [role='menu'],
.literatumSearchHistoryWidget [role='menu'] {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: absolute;
}
.newAdvancedSearch .date-presets,
.newSearchResults .date-presets,
.literatumSearchHistoryWidget .date-presets {
  width: 50%;
}
.newAdvancedSearch .date-presets label,
.newSearchResults .date-presets label,
.literatumSearchHistoryWidget .date-presets label {
  width: 20%;
}
.newAdvancedSearch .date-presets a,
.newSearchResults .date-presets a,
.literatumSearchHistoryWidget .date-presets a {
  font-style: italic;
  width: 30%;
}
.newAdvancedSearch .high-level-options,
.newSearchResults .high-level-options,
.literatumSearchHistoryWidget .high-level-options {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
}
.newAdvancedSearch ul,
.newSearchResults ul,
.literatumSearchHistoryWidget ul,
.newAdvancedSearch ol,
.newSearchResults ol,
.literatumSearchHistoryWidget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newAdvancedSearch .search-entry-row,
.newSearchResults .search-entry-row,
.literatumSearchHistoryWidget .search-entry-row {
  line-height: 4em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.newAdvancedSearch .search-entry-row a,
.newSearchResults .search-entry-row a,
.literatumSearchHistoryWidget .search-entry-row a {
  padding: 0em 1em 0em 1em;
  font-size: 14px;
}
.newAdvancedSearch .mainSearchForm,
.newSearchResults .mainSearchForm,
.literatumSearchHistoryWidget .mainSearchForm {
  font-size: 13px;
  padding-top: 1em;
}
.newAdvancedSearch .mainSearchForm select,
.newSearchResults .mainSearchForm select,
.literatumSearchHistoryWidget .mainSearchForm select {
  width: 18%;
}
.newAdvancedSearch .normal-filters,
.newSearchResults .normal-filters,
.literatumSearchHistoryWidget .normal-filters {
  background-color: white;
}
.newAdvancedSearch .normal-filters .customDateFilterDropDowns,
.newSearchResults .normal-filters .customDateFilterDropDowns,
.literatumSearchHistoryWidget .normal-filters .customDateFilterDropDowns {
  margin: 0.1em 0.5em 1em 2em;
}
.newAdvancedSearch .normal-filters .date-field,
.newSearchResults .normal-filters .date-field,
.literatumSearchHistoryWidget .normal-filters .date-field {
  background-color: white;
}
.newAdvancedSearch .normal-filters .date-field select,
.newSearchResults .normal-filters .date-field select,
.literatumSearchHistoryWidget .normal-filters .date-field select {
  width: auto;
}
.newAdvancedSearch .normal-filters .date-field label,
.newSearchResults .normal-filters .date-field label,
.literatumSearchHistoryWidget .normal-filters .date-field label {
  width: auto;
}
.newAdvancedSearch .normal-filters label,
.newSearchResults .normal-filters label,
.literatumSearchHistoryWidget .normal-filters label {
  font-weight: normal;
  width: 18%;
  display: inline-block;
  vertical-align: top;
}
.newAdvancedSearch .accessFilterList,
.newSearchResults .accessFilterList,
.literatumSearchHistoryWidget .accessFilterList {
  list-style: none;
  margin: 0;
}
.newAdvancedSearch .search-term,
.newSearchResults .search-term,
.literatumSearchHistoryWidget .search-term {
  margin: 3px;
  height: 2.0em;
  width: 69%;
  display: inline-block;
}
.newAdvancedSearch .advanced-filters,
.newSearchResults .advanced-filters,
.literatumSearchHistoryWidget .advanced-filters {
  margin: 1em 0em 1em 0em;
  width: 86%;
  padding-bottom: 0.2em;
}
.newAdvancedSearch .advancedFiltersHeader,
.newSearchResults .advancedFiltersHeader,
.literatumSearchHistoryWidget .advancedFiltersHeader {
  cursor: pointer;
}
.main-search-field {
  width: 75%;
}
[role='button'] {
  font-weight: bold;
  cursor: pointer;
}
.controlLinks {
  cursor: pointer;
  margin-left: 0.5em;
  color: #666;
}
.controlLinks.selected {
  border-bottom: 2px solid #0b52a0;
  font-weight: bold;
  color: #0b52a0;
}
.previewWindowOpener {
  background: url(/templates/jsp/pb2/img/icon_preview_blue.png) no-repeat center 1px;
  color: #fff;
  float: right;
  margin: 0 20px;
  min-height: 20px;
  display: none;
}
.previewWindowOpener span {
  color: #0b52a0;
  line-height: 4.9;
}
.firstPagePreview {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.noPreviewText {
  display: block;
  text-align: center;
  line-height: 60;
}
.previewLoader {
  position: absolute;
  top: 42%;
  left: 48%;
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
@media (min-width: 1025px) {
  .literatumListOfIssuesResponsiveWidget .journalArchiveBackground {
    z-index: 1;
  }
  .literatumListOfIssuesResponsiveWidget .journalArchiveBackground .journalArchive {
    height: 46px;
  }
  .literatumListOfIssuesResponsiveWidget .journalArchiveBackground .journalArchive a {
    color: #5e5e5e;
    line-height: 46px;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px 0 10px;
  }
  .literatumListOfIssuesResponsiveWidget .journalArchiveBackground .journalArchive a::after {
    position: relative;
    top: -2px;
    margin-left: 9px;
  }
  .literatumListOfIssuesResponsiveWidget .journalArchiveBackground .journalArchive.isClosed a {
    color: #f9fafa;
  }
  .literatumListOfIssuesResponsiveWidget .widget-body .yearSlider {
    padding-bottom: 0;
  }
  .literatumListOfIssuesResponsiveWidget .yearSliderInner {
    width: 970px;
    margin: 0 auto;
  }
  .literatumListOfIssuesResponsiveWidget .decade-container .years.month-view {
    left: 0;
    margin-left: 0;
    margin-top: 0px;
    z-index: 1000;
  }
  .literatumListOfIssuesResponsiveWidget .decade-container .years.month-view .month-wrapper {
    width: 960px;
    overflow-x: overlay;
    overflow-y: hidden;
    padding-bottom: 15px;
    margin-top: 2px;
    height: 65px;
  }
  .literatumListOfIssuesResponsiveWidget .row {
    float: left;
    width: 33%;
  }
  .literatumListOfIssuesResponsiveWidget .issues .container .row {
    padding-left: 0;
    margin-right: 2%;
    width: 31.3333%;
    min-height: 4.5em;
  }
  .literatumListOfIssuesResponsiveWidget .issues .container .row:nth-child(3n-2) {
    padding-left: 0;
  }
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
body {
  overflow-x: hidden;
}
.literatumListOfIssuesResponsiveWidget {
  width: 100%;
  z-index: 1;
}
.literatumListOfIssuesResponsiveWidget .wrapped {
  background: none;
}
.literatumListOfIssuesResponsiveWidget .yearSlider {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  background-color: white;
  width: 100%;
  padding-bottom: 10px;
}
.literatumListOfIssuesResponsiveWidget .yearSlider a {
  display: inline-block;
  min-width: 56px;
  margin-bottom: 8px;
  line-height: 18px;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .decade-container.expander {
  padding: 0;
  background: none;
  vertical-align: top;
  position: static;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .decade-container .decade-label {
  color: #b3b3b3;
  font-weight: bold;
  cursor: pointer;
  padding: 12px;
  font-size: 15px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .decade-container .decade-label:hover {
  background: #204c8b;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .decade-container.open .decade-label {
  color: white;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .decade-container .years {
  display: none;
  position: absolute;
  top: auto;
  margin-top: 10px;
  left: 50%;
  margin-left: -309px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .decade-container.open {
  color: #fff;
  background: #204c8b;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .decade-container.open .years {
  display: block;
}
.literatumListOfIssuesResponsiveWidget .yearSliderInner {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.literatumListOfIssuesResponsiveWidget .yearContent {
  display: none;
  margin-top: -18px;
}
.literatumListOfIssuesResponsiveWidget .yearContent.open {
  display: block;
}
.literatumListOfIssuesResponsiveWidget .container {
  overflow: hidden;
}
.literatumListOfIssuesResponsiveWidget .expander {
  display: inline-block;
  padding: 12px;
  color: #b3b3b3;
  font-size: 15px;
  font-weight: bold;
}
.literatumListOfIssuesResponsiveWidget .expander:hover {
  background: #204c8b;
}
.literatumListOfIssuesResponsiveWidget .expander:focus,
.literatumListOfIssuesResponsiveWidget .expander:active {
  background: white;
}
.literatumListOfIssuesResponsiveWidget .expander.open {
  position: relative;
  z-index: 999;
  background: #204c8b;
  color: white;
}
.literatumListOfIssuesResponsiveWidget .expander.open.archive-link:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #204c8b;
  border-width: 8px;
  margin-left: -8px;
}
.literatumListOfIssuesResponsiveWidget .issues {
  width: 100%;
  background: white;
  text-align: left;
}
.literatumListOfIssuesResponsiveWidget .issues .row {
  padding: 12px 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
.literatumListOfIssuesResponsiveWidget .journalArchive {
  padding: 0;
}
.literatumListOfIssuesResponsiveWidget .journalArchive.isClosed a {
  background: transparent;
  color: white;
}
.literatumListOfIssuesResponsiveWidget .journalArchive.isClosed a.archive-link:after {
  content: "\e60b";
}
.literatumListOfIssuesResponsiveWidget .journalArchive a.issueTypes {
  background: transparent;
  color: white;
}
.literatumListOfIssuesResponsiveWidget .journalArchive a {
  font-size: 13px;
  font-weight: bold;
  line-height: 35px;
  padding: 11px;
  background: white;
  color: #122a4d;
}
.literatumListOfIssuesResponsiveWidget .journalArchive a.archive-link:after {
  font-family: 'icomoon';
  content: "\e60c";
  font-size: x-small;
  margin-left: 5px;
}
.literatumListOfIssuesResponsiveWidget .journalArchiveBackground {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: -46px;
}
.literatumListOfIssuesResponsiveWidget .transparentBG {
  display: none;
}
.literatumListOfIssuesResponsiveWidget .loiTitle {
  display: none;
}
.literatumListOfIssuesResponsiveWidget a {
  text-decoration: none;
  color: #204c8b;
}
.literatumListOfIssuesResponsiveWidget .volume-list {
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.literatumListOfIssuesResponsiveWidget .hideLOI {
  display: none;
}
.literatumListOfIssuesResponsiveWidget .yearSlider .container {
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
}
.literatumListOfIssuesResponsiveWidget .loi-nav-btn {
  position: absolute;
  display: block;
  content: " ";
  width: 42px;
  height: 51px;
  background-color: #fff;
  color: #204c8b;
  z-index: 1000;
  border-bottom: 8px solid white;
  cursor: pointer;
}
.literatumListOfIssuesResponsiveWidget .loi-nav-btn:hover {
  color: white;
  background-color: #204c8b;
}
.literatumListOfIssuesResponsiveWidget .loi-nav-btn.inactive:hover {
  background-color: #e8e8e8;
  color: lightgray;
}
.literatumListOfIssuesResponsiveWidget .loi-prev-btn {
  left: 0;
  box-shadow: 10px -5px 15px #ffffff;
}
.literatumListOfIssuesResponsiveWidget .loi-nav-btn:before {
  font-family: 'icomoon';
  top: 12px;
  position: relative;
  left: 15px;
  font-size: 20px;
}
.literatumListOfIssuesResponsiveWidget .loi-prev-btn:before,
.literatumListOfIssuesResponsiveWidget .loi-lvl2-prev-btn:before {
  content: "\e624";
}
.literatumListOfIssuesResponsiveWidget .loi-next-btn {
  right: 0;
  box-shadow: -10px -5px 15px #ffffff;
}
.literatumListOfIssuesResponsiveWidget .loi-next-btn:before,
.literatumListOfIssuesResponsiveWidget .loi-lvl2-next-btn:before {
  content: "\e625";
}
.literatumListOfIssuesResponsiveWidget .loi-lvl2-next-btn,
.literatumListOfIssuesResponsiveWidget .loi-lvl2-prev-btn {
  display: inline-block;
  top: 0;
  z-index: 10003;
}
.literatumListOfIssuesResponsiveWidget .loi-lvl2-next-btn.inactiveLvl2,
.literatumListOfIssuesResponsiveWidget .loi-lvl2-prev-btn.inactiveLvl2 {
  pointer-events: none;
  cursor: default;
  color: lightgray;
}
.literatumListOfIssuesResponsiveWidget .loi-lvl2-next-btn {
  right: 0;
}
.literatumListOfIssuesResponsiveWidget .years2LvlSlider {
  position: relative;
  padding-left: 42px;
}
.literatumListOfIssuesResponsiveWidget .loi-nav-btn.inactive {
  color: lightgray;
}
.literatumListOfIssuesResponsiveWidget .loiAccessIconSpan.after {
  position: absolute;
}
.literatumListOfIssuesResponsiveWidget .loiAccessIconSpan.after img {
  width: 30px;
  position: absolute;
  left: 25px;
}
.literatumListOfIssuesResponsiveWidget .loiAccessIconSpan.after img.noAccess {
  margin-top: -6px;
}
.literatumListOfIssuesResponsiveWidget .loiAccessIconSpan.after img.freeAccess {
  margin-top: 6px;
}
.literatumListOfIssuesResponsiveWidget .issues-scroll-display .issues .container {
  overflow-x: scroll;
}
.literatumListOfIssuesResponsiveWidget .issues-scroll-display .issues .container .row {
  width: auto;
  padding-left: 15px;
  margin-right: 0;
  border-bottom: none;
}
.literatumListOfIssuesResponsiveWidget .issues-scroll-display .issues .container .row a {
  display: block;
  width: 60px;
}
.literatumListOfIssuesResponsiveWidget .issues-scroll-display .yearContent .row span {
  display: none;
}
.literatumListOfIssuesResponsiveWidget .issues-scroll-display .open .issues .row a {
  padding-left: 0;
}
@media (max-width: 480px) {
  .literatumListOfIssuesResponsiveWidget .journalArchive {
    height: 42px;
  }
  .literatumListOfIssuesResponsiveWidget a {
    font-size: 18px;
    line-height: 42px;
  }
  .literatumListOfIssuesResponsiveWidget a:after {
    position: relative;
    top: -1px;
  }
}
.row-fluid {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.gutterless.row-fluid {
  display: block;
  width: 100%;
  margin: 0 0%;
  *zoom: 1;
}
.gutterless.row-fluid:before,
.gutterless.row-fluid:after {
  display: table;
  content: "";
}
.gutterless.row-fluid:after {
  clear: both;
}
.font_big {
  font-size: 18px;
}
.font_normal {
  font-size: 15px;
}
.centered {
  text-align: center;
}
@media (max-width: 1025px) {
  .literatumListOfIssuesResponsiveWidget .yearSlider .decade-container .years {
    left: 0;
    margin-left: 0;
  }
  .literatumListOfIssuesResponsiveWidget .yearSlider .decade-container .years.month-view {
    margin-top: 2px;
  }
  .literatumListOfIssuesResponsiveWidget .yearSlider .decade-container .years.month-view .expander {
    line-height: 20px;
    margin-top: 7px;
  }
  .literatumListOfIssuesResponsiveWidget .yearSlider .decade-container .decade-label:hover {
    background: transparent;
  }
  .literatumListOfIssuesResponsiveWidget .yearSlider .decade-container.open .years {
    left: 0;
    margin-left: 0;
  }
  .literatumListOfIssuesResponsiveWidget .loi-nav-btn {
    color: #777777;
  }
  .literatumListOfIssuesResponsiveWidget .loi-nav-btn.inactive,
  .literatumListOfIssuesResponsiveWidget .loi-nav-btn.inactive:hover {
    color: lightgray;
  }
  .literatumListOfIssuesResponsiveWidget .loi-nav-btn:hover {
    color: #777777;
  }
  .literatumListOfIssuesResponsiveWidget .journalArchive a {
    line-height: 44px;
  }
  .literatumListOfIssuesResponsiveWidget .open .issues .row a {
    font-size: 14px;
    line-height: 43px;
    padding-left: 13px;
  }
  .literatumListOfIssuesResponsiveWidget .issues .row {
    position: relative;
  }
  .literatumListOfIssuesResponsiveWidget .issues .row a {
    display: block;
  }
  .literatumListOfIssuesResponsiveWidget .loi-nav-btn:hover {
    background-color: white;
  }
  .literatumListOfIssuesResponsiveWidget .issues-scroll-display .issues .container .row {
    display: inline-block;
  }
  .literatumListOfIssuesResponsiveWidget .issues-scroll-display .issues .container .row a {
    position: relative;
  }
  .literatumListOfIssuesResponsiveWidget .issues-scroll-display .yearSlider .decade-container.open .years {
    left: 0;
    margin-left: 0;
  }
}
