.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,
.instructor__warning__message__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,
.instructor__warning__message__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,
.instructor__warning__message__text span {
  color: #333333;
}
.item__removal__popup__text a,
.instructor__warning__message__text a {
  color: #005dab;
}
.item__removal__popup__text .icon-exclamation,
.instructor__warning__message__text .icon-exclamation {
  display: none;
}
.item__removal__cart__text,
.instructor__warning__message__clone {
  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,
.instructor__warning__message__clone a {
  color: #005dab;
}
.item__removal__cart__text .icon-exclamation,
.instructor__warning__message__clone .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,
.instructor__warning__message__clone .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: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px;
    color: black;
    background-color: white;
    height: 44px;
    width: 44px;
}
.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%;
}
.quickSearchAutocomplete.ui-front {
  z-index: 1004;
}
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 .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 {
  padding: 4px 20px 4px 10px !important;
}
.searchFacets .ms-ctn input,
.newSearchFacets .ms-ctn input {
  min-width: 130px !important;
}
.searchFacets .ms-ctn:after,
.newSearchFacets .ms-ctn:after {
  font-family: FontAwesome, serif;
  content: "\f002";
  position: absolute;
  top: 11px;
  right: 4px;
  font-size: 12px;
  color: #929292;
}
.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;
}
@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 {
  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;
  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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../templates/jsp/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../templates/jsp/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../templates/jsp/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../templates/jsp/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../templates/jsp/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../templates/jsp/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display: swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}


@font-face {
	font-family: 'icomoon';
	src:  url('../templates/jsp/_style2/_tandf/pb2/fonts/icomoon/icomoon.eot?g276mb');
	src:  url('../templates/jsp/_style2/_tandf/pb2/fonts/icomoon/icomoon.eot?g276mb#iefix') format('embedded-opentype'),
	url('../templates/jsp/_style2/_tandf/pb2/fonts/icomoon/icomoon.woff?g276mb') format('woff') ,
	url('../templates/jsp/_style2/_tandf/pb2/fonts/icomoon/icomoon.ttf?g276mb') format('truetype'),
	url('../templates/jsp/_style2/_tandf/pb2/fonts/icomoon/icomoon.svg?g276mb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
	
	font-family: 'icomoon', serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-toc:before {
	content: "\e600";
}
.icon-submit:before {
	content: "\e601";
}
.icon-subscribe:before {
	content: "\e602";
}
.icon-timeline_mark:before {
	content: "\e603";
}
.icon-editorial_board:before {
	content: "\e604";
}
.icon-loi:before {
	content: "\e605";
}
.icon-plus_n:before {
	content: "\e606";
}
.icon-checkmark2:before {
	content: "\e607";
}
.icon-back_matter:before {
	content: "\e608";
}
.icon-cover:before {
	content: "\e609";
}
.icon-aboutjournal:before {
	content: "\e60a";
}
.icon-arrow_d_n:before {
	content: "\e60b";
}
.icon-arrow_u_p:before {
	content: "\e60c";
}
.icon-menu:before {
	content: "\e60d";
}
.icon-search:before {
	content: "\e60e";
}
.icon-shoppingcart:before {
	content: "\e60f";
}
.icon-userprofile:before {
	content: "\e610";
}
.icon-abstract:before {
	content: "\e611";
}
.icon-download:before {
	content: "\e612";
}
.icon-export_citation:before {
	content: "\e613";
}
.icon-favorites:before {
	content: "\e614";
}
.icon-figures:before {
	content: "\e615";
}
.icon-info:before {
	content: "\e616";
}
.icon-metrics:before {
	content: "\e617";
}
.icon-permissions:before {
	content: "\e618";
}
.icon-references:before {
	content: "\e619";
}
.icon-related:before {
	content: "\e61a";
}
.icon-reprints:before {
	content: "\e61b";
}
.icon-section_arrow_d:before {
	content: "\e61c";
}
.icon-section_arrow_u:before {
	content: "\e61d";
}
.icon-section_collapse:before {
	content: "\e61e";
}
.icon-section_collapse2:before {
	content: "\e61f";
}
.icon-share:before {
	content: "\e620";
}
.icon-section_expand:before {
	content: "\e621";
}
.icon-tools_close:before {
	content: "\e622";
}
.icon-tools:before {
	content: "\e623";
}
.icon-arrow_l:before {
	content: "\e624";
}
.icon-arrow_r:before {
	content: "\e625";
}
.icon-close_thin:before {
	content: "\e626";
}
.icon-track:before {
	content: "\e627";
}
.icon-Save:before {
	content: "\e628";
}
.icon-Rss:before {
	content: "\e629";
}
.icon-dots-three-horizontal:before {
	content: "\e62a";
}
.icon-eye-blocked:before {
	content: "\e62b";
}
.icon-twitter:before {
	content: "\e62c";
}
.icon-facebook1:before {
	content: "\e62d";
}
.icon-linkedin:before {
	content: "\e62e";
}
.icon-profile_empty:before {
	content: "\e62f";
}
.icon-profile_empty2:before {
	content: "\e630";
}
.icon-pencil:before {
	content: "\e631";
}
.icon-zoom-in:before {
	content: "\e632";
}
.icon-zoom-out:before {
	content: "\e633";
}
.icon-grid:before {
	content: "\e634";
}
.icon-mendeley:before {
	content: "\e635";
}
.icon-orcid:before {
	content: "\e636";
}
.icon-facebook2:before {
	content: "\e800";
}
.icon-linkedin2:before {
	content: "\e801";
}
.icon-twitter2:before {
	content: "\e802";
}
.icon-more:before {
	content: "\e803";
}
.icon-advanced_search:before {
	content: "\e804";
}
.icon-info2:before {
	content: "\e805";
}
.icon-facebook:before {
	content: "\e900";
}
.icon-mobile:before {
	content: "\e901";
}
.icon-user:before {
	content: "\e902";
}
.icon-shopping-cart:before {
	content: "\e903";
}
.icon-checkmark:before {
	content: "\e904";
}
.icon-mail1:before {
	content: "\e905";
}
.icon-search21:before {
	content: "\e906";
}
.icon-notice1:before {
	content: "\e907";
}
.icon-chevron-thin-right:before {
	content: "\e908";
}
.icon-videocam:before {
	content: "\e909";
}
.icon-add:before {
	content: "\e90a";
}
.icon-success:before {
	content: "\e90b";
}
.icon-trash:before {
	content: "\e90c";
}
.icon-exclamation_mark:before {
	content: "\e90d";
}
.icon-x_btnclose:before {
	content: "\e90e";
}
.icon-Email:before {
	content: "\e90f";
}
.icon-shopping-cart2:before {
	content: "\e910";
}
.icon-home:before {
	content: "\e911";
}
.icon-circle-plus:before {
	content: "\e912";
}
.icon-menu2:before {
	content: "\e913";
}
.icon-arrow-right:before {
	content: "\e914";
}
.icon-arrow-left:before {
	content: "\e915";
}
.icon-google-plus:before {
	content: "\e916";
}
.icon-arrow-down:before {
	content: "\e917";
}
.icon-to-figure-viewer:before {
	content: "\e918";
}
.icon-point-to-text:before {
	content: "\e919";
}
.icon-glasses:before {
	content: "\e91a";
}
.icon-arrow-up:before {
	content: "\e91b";
}
.icon-google:before {
	content: "\e91c";
}
.icon-youtube:before {
	content: "\e91d";
}
.icon-bookmark-outline:before {
	content: "\e91e";
}
.icon-letter:before {
	content: "\e91f";
}
.icon-open-access-lock-pad:before {
	content: "\e920";
}
.icon-pause:before {
	content: "\e921";
}
.icon-play2:before {
	content: "\e922";
}
.icon-user-icon-material:before {
	content: "\e923";
}
.icon-Book-Set-icon:before {
	content: "\e924";
}
.icon-arrow_drop_up:before {
	content: "\e925";
}
.icon-arrow_drop_down:before {
	content: "\e926";
}
.icon-arrow-down2:before {
	content: "\e927";
}
.icon-unfold-less:before {
	content: "\e928";
}
.icon-unfold-more:before {
	content: "\e929";
}
.icon-user-icon-material-logedin:before {
	content: "\e92a";
}
.icon-search-icon-material:before {
	content: "\e92b";
}
.icon-cart-icon-material:before {
	content: "\e92c";
}
.icon-round-x-button:before {
	content: "\e92d";
}
.icon-user-icon-material2:before {
	content: "\e92e";
}
.icon-volume-mute:before {
	content: "\e92f";
}
.icon-volume-mute2:before {
	content: "\e930";
}
.icon-volume-low:before {
	content: "\e931";
}
.icon-volume-medium:before {
	content: "\e932";
}
.icon-volume-high:before {
	content: "\e933";
}
.icon-figures2:before {
	content: "\e934";
}
.icon-info-circle:before {
	content: "\e935";
}
.icon-chain:before {
	content: "\e936";
}
.icon-wrench:before {
	content: "\e937";
}
.icon-download-arrow:before {
	content: "\e938";
}
.icon-related-circles-extend-button:before {
	content: "\e939";
}
.icon-unlocked-padlock:before {
	content: "\e93a";
}
.icon-permissions-key:before {
	content: "\e93b";
}
.icon-letter2:before {
	content: "\e93c";
}
.icon-favorite:before {
	content: "\e93d";
}
.icon-checkbox:before {
	content: "\e93e";
}
.icon-checkbox-checked:before {
	content: "\e93f";
}
.icon-arrow-material-icon_r:before {
	content: "\e940";
}
.icon-arrow-material-icon_l:before {
	content: "\e941";
}
.icon-figure-gallery:before {
	content: "\e942";
}
.icon-minus:before {
	content: "\e943";
}
.icon-google-plus-square:before {
	content: "\e944";
}
.icon-facebook-square:before {
	content: "\e945";
}
.icon-twitter-square:before {
	content: "\e946";
}
.icon-linkedin-square:before {
	content: "\e947";
}
.icon-exclamation:before {
	content: "\e948";
}
.icon-trash-can:before {
	content: "\e949";
}
.icon-pencil2:before {
	content: "\e94a";
}
.icon-document-file-ppt:before {
	content: "\e94b";
}
.icon-enlarge2:before {
	content: "\e98b";
}
.icon-cog:before {
	content: "\e994";
}
.icon-eye:before {
	content: "\e9ce";
}
.icon-seamless-inst:before {
	content: "\e94f";
}
.icon-mail:before {
	content: "\e94d";
}
.icon-search2:before {
	content: "\e94e";
}
.icon-notice:before {
	content: "\e94c";
}
