/*! The [main.css] stylesheet for WebJunction.org */
:root {
  --magenta: #AE2573;
  --magenta-contrast: #FFF;
  --magenta-dark: #8A1B61;
  --magenta-dark-contrast: #FFF;
  --magenta-darker: #722257;
  --magenta-darker-contrast: #FFF;
  --orange: #E87722;
  --orange-contrast: #301805;
  --orange-dark: #C25705;
  --orange-dark-contrast: #FFF;
  --orange-darker: #BA5826;
  --orange-darker-contrast: #FFF;
  --yellow: #F6BE00;
  --yellow-contrast: #312600;
  --yellow-dark: #ED8B00;
  --yellow-dark-contrast: #2f1c00;
  --lime: #78BE20;
  --lime-contrast: #182606;
  --lime-dark: #4C8C2B;
  --lime-dark-contrast: #FFF;
  --green: #007749;
  --green-contrast: #FFF;
  --green-dark: #00573F;
  --green-dark-contrast: #FFF;
  --cyan: #00AFD7;
  --cyan-contrast: #00232b;
  --blue: #007DBA;
  --blue-contrast: #FFF;
  --blue-dark: #236192;
  --blue-dark-contrast: #FFF;
  --blue-darker: #01426A;
  --blue-darker-contrast: #FFF;
  --purple-light: #a88ec6;
  --purple: #68478D;
  --purple-contrast: #FFF;
  --purple-dark: #3F2A56;
  --purple-dark-contrast: #FFF;
  --gray-light: #999FA3;
  --gray-light-contrast: #1e2021;
  --gray: #666F76;
  --gray-contrast: #FFF;
  --gray-dark: #333F48;
  --gray-dark-contrast: #FFF;
  --black: #1D252D;
  --black-contrast: #FFF;
  --red: #A01D2C;
  --red-contrast: #FFF;
  --white: #FFF;
  --magenta-subtle: #F8DDEC;
  --magenta-subtle-contrast: #8A1B61;
  --orange-subtle: #FCE5D4;
  --orange-subtle-contrast: #BA5826;
  --yellow-subtle: #FEF1C7;
  --yellow-subtle-contrast: #8A6A00;
  --lime-subtle: #E1F2D4;
  --lime-subtle-contrast: #34561A;
  --green-subtle: #D0F1E5;
  --green-subtle-contrast: #00573F;
  --cyan-subtle: #CCF1F5;
  --cyan-subtle-contrast: #01525B;
  --blue-subtle: #D1EAFA;
  --blue-subtle-contrast: #01426A;
  --purple-subtle: #E7DBF6;
  --purple-subtle-contrast: #3F2A56;
  --gray-subtle: #E1E6EA;
  --gray-subtle-contrast: #333F48;
  --red-subtle: #F2DEE0;
  --red-subtle-contrast: #A01D2C;
  --black-rgb: 0,15,26;
  --black-05: #F2F3F4;
  --black-10: #E6E7E8;
  --black-15: #D9DBDD;
  --black-20: #CCCFD1;
  --black-25: #BFC3C6;
  --black-45: #8C9398;
  --text-primary: rgba(var(--black-rgb), 0.8);
  --text-secondary: rgba(var(--black-rgb), 0.65);
  --text-tertiary: rgba(var(--black-rgb), 0.5);
  --background-0: var(--white);
  --background-1: var(--black-05);
  --background-2: var(--black-10);
  --background-3: var(--black-15);
  --background-4: var(--black-20);
  --border-1: var(--black-10);
  --border-2: var(--black-20);
  --border-3: var(--black-45);
  --link: var(--blue-dark);
  --link-hover: var(--lime-dark);
  --link-visited: var(--purple);
  --color-info: var(--cyan);
  --color-info-contrast: var(--cyan-contrast);
  --color-success: var(--lime-dark);
  --color-success-contrast: var(--lime-dark-contrast);
  --color-warn: var(--yellow);
  --color-warn-contrast: var(--yellow-contrast);
  --color-error: var(--red);
  --color-error-contrast: var(--red-contrast);
  --color-info-subtle: var(--cyan-subtle);
  --color-info-subtle-contrast: var(--cyan-subtle-contrast);
  --color-success-subtle: var(--lime-dark-subtle);
  --color-success-subtle-contrast: var(--lime-dark-subtle-contrast);
  --color-warn-subtle: var(--yellow-subtle);
  --color-warn-subtle-contrast: var(--yellow-subtle-contrast);
  --color-error-subtle: var(--red-subtle);
  --color-error-subtle-contrast: var(--red-subtle-contrast);
  --color-primary: var(--blue);
  --color-primary-contrast: var(--blue-contrast);
  --color-secondary: var(--lime-dark);
  --color-secondary-contrast: var(--lime-dark-contrast);
  --color-tertiary: var(--orange);
  --color-tertiary-contrast: var(--orange-contrast);
  --color-primary-subtle: var(--blue-subtle);
  --color-primary-subtle-contrast: var(--blue-subtle-contrast);
  --color-secondary-subtle: var(--lime-subtle);
  --color-secondary-subtle-contrast: var(--lime-subtle-contrast);
  --color-tertiary-subtle: var(--orange-subtle);
  --color-tertiary-subtle-contrast: var(--orange-subtle-contrast);
  --easing-standard: cubic-bezier(0.2, 0, 0, 1);
  --easing-standard-decelerate: cubic-bezier(0, 0, 0, 1);
  --easing-standard-accelerate: cubic-bezier(0.3, 0, 1, 1);
  --easing-emphasized: var(--easing-standard);
  --easing-emphasized-decelerate: cubic-bezier(0.05, 0.7, 0.1, 1);
  --easing-emphasized-accelerate: cubic-bezier(0.3, 0, 0.8, 0.15);
  --easing: var(--easing-emphasized);
  --easing-decelerate: var(--easing-emphasized-decelerate);
  --easing-accelerate: var(--easing-emphasized-accelerate);
  --font-family-sans-serif: Arial, Helvetica, "Arial Unicode MS", sans-serif;
  --font-family-monospace: "Menlo", "Monaco", "Andale Mono", "Lucida Sans Typewriter", "Courier New", Courier, monospace;
  --font-family-graphik: 'Graphik Web', 'Graphik', var(--font-family-sans-serif);
  --font-family-gotham-rounded: 'Gotham Rounded A', 'Gotham Rounded B', var(--font-family-sans-serif);
  --font-family-lato: "Lato", var(--font-family-sans-serif);
  --font-family-meta: "ff-meta-web-pro", var(--font-family-sans-serif);
  --font-family-stencil: "OCLC Stencil", var(--font-family-sans-serif);
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2x: 21px;
  --font-size-3x: 24px;
  --line-height-xs: 1;
  --line-height-sm: 1.2;
  --line-height-md: 1.5;
  --line-height-lg: 1.8;
  --font-family-base: var(--font-family-sans-serif);
  --font-family-accent: var(--font-family-meta);
}
@media (prefers-contrast: more) {
  :root {
    --text-primary: rgba(var(--black-rgb), 0.96);
    --text-secondary: rgba(var(--black-rgb), 0.72);
    --text-tertiary: rgba(var(--black-rgb), 0.6);
    --link: var(--blue-darker);
  }
}
/*! START {reset.less} */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
}
ins {
  background-color: #FEF1C7;
  color: var(--text-primary);
  text-decoration: none;
}
mark {
  background-color: #FEF1C7;
  color: var(--text-primary);
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #C1C7CE;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*! END {reset.less} */
/* Base OCLC Stylesheet v2 */
/* fonts.less */
@font-face {
  font-family: 'OCLC Stencil';
  src: url('/apps/settings/wcm/designs/oclc/share/css/oclcstencil_largeformat-regular-webfont.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/oclcstencil_largeformat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/oclcstencil_largeformat-regular-webfont.woff2') format('woff2'), url('/apps/settings/wcm/designs/oclc/share/css/oclcstencil_largeformat-regular-webfont.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/oclcstencil_largeformat-regular-webfont.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/oclcstencil_largeformat-regular-webfont.svg#oclc-stencil') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.OCLC-Stencil {
  font-family: 'OCLC Stencil';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Thin-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Thin-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Thin-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Thin-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Thin-Web.svg#Graphik-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Thin {
  font-family: 'Graphik Web';
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ThinItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ThinItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ThinItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ThinItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ThinItalic-Web.svg#Graphik-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-ThinItalic {
  font-family: 'Graphik Web';
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Extralight-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Extralight-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Extralight-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Extralight-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Extralight-Web.svg#Graphik-Extralight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Extralight {
  font-family: 'Graphik Web';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ExtralightItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ExtralightItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ExtralightItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ExtralightItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-ExtralightItalic-Web.svg#Graphik-ExtralightItalic') format('svg');
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-ExtralightItalic {
  font-family: 'Graphik Web';
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Light-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Light-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Light-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Light-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Light-Web.svg#Graphik-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Light {
  font-family: 'Graphik Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-LightItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-LightItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-LightItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-LightItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-LightItalic-Web.svg#Graphik-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-LightItalic {
  font-family: 'Graphik Web';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Regular-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Regular-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Regular-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Regular-Web.svg#Graphik-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Regular {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-RegularItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-RegularItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-RegularItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-RegularItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-RegularItalic-Web.svg#Graphik-RegularItalic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-RegularItalic {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Medium-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Medium-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Medium-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Medium-Web.svg#Graphik-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Medium {
  font-family: 'Graphik Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-MediumItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-MediumItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-MediumItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-MediumItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-MediumItalic-Web.svg#Graphik-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-MediumItalic {
  font-family: 'Graphik Web';
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Semibold-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Semibold-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Semibold-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Semibold-Web.svg#Graphik-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Semibold {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SemiboldItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SemiboldItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SemiboldItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SemiboldItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SemiboldItalic-Web.svg#Graphik-SemiboldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-SemiboldItalic {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Bold-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Bold-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Bold-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Bold-Web.svg#Graphik-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Bold {
  font-family: 'Graphik Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BoldItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BoldItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BoldItalic-Web.woff') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BoldItalic-Web#Graphik-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-BoldItalic {
  font-family: 'Graphik Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Black-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Black-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Black-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Black-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Black-Web.svg#Graphik-Black') format('svg');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Black {
  font-family: 'Graphik Web';
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BlackItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BlackItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BlackItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BlackItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-BlackItalic-Web.svg#Graphik-BlackItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-BlackItalic {
  font-family: 'Graphik Web';
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Super-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Super-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Super-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Super-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-Super-Web.svg#Graphik-Super') format('svg');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
.Graphik-Super {
  font-family: 'Graphik Web';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SuperItalic-Web.eot');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SuperItalic-Web.eot?#iefix') format('embedded-opentype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SuperItalic-Web.woff') format('woff'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SuperItalic-Web.ttf') format('truetype'), url('/apps/settings/wcm/designs/oclc/share/css/Graphik-SuperItalic-Web.svg#Graphik-SuperItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
.Graphik-SuperItalic {
  font-family: 'Graphik Web';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Thin.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
.Lato-Thin {
  font-family: 'Lato';
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-ThinItalic.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
.Lato-ThinItalic {
  font-family: 'Lato';
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Light.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
.Lato-Light {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-LightItalic.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
.Lato-LightItalic {
  font-family: 'Lato';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Regular.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.Lato-Regular {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Italic.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
.Lato-RegularItalic {
  font-family: 'Lato';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Bold.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.Lato-Bold {
  font-family: 'Lato';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-BoldItalic.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
.Lato-BoldItalic {
  font-family: 'Lato';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Black.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
.Lato-Black {
  font-family: 'Lato';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-BlackItalic.ttf');
  src: url('/apps/settings/wcm/designs/oclc/share/css/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
.Lato-BlackItalic {
  font-family: 'Lato';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
/* START {type.less} */
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  padding: 20px;
  color: var(--text-primary);
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a,
a:link {
  color: var(--link);
}
a:visited {
  color: var(--link-visited);
}
a:hover,
a:focus {
  color: var(--link-hover);
}
a:active {
  outline: none;
}
a:focus {
  outline: thin dotted;
}
hr {
  border-top: 1px dotted var(--border-2);
  margin: 40px 0;
}
hr.solid-hr {
  height: 3px;
  background: var(--background-1);
  border-top: 1px solid var(--border-2);
  margin: 25px 0 40px 0;
  border-radius: 50px;
}
p {
  margin: 0 0 18px 0;
  font-family: var(--font-family-base);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}
abbr,
acronym {
  border-bottom: 1px dotted var(--border-3);
  cursor: help;
}
caption {
  margin-bottom: var(--line-height-md);
  text-align: center;
}
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 50%;
  top: 0.5ex;
}
sup {
  vertical-align: middle;
  position: relative;
  font-size: 70%;
  bottom: 0.5em;
}
h1 sup {
  font-size: 40%;
  bottom: 0.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility;
  font-family: var(--font-family-accent);
  font-weight: normal;
}
h1 {
  font-size: 40px;
  margin: 0 0 9px 0;
  line-height: 44px;
  letter-spacing: -2.25px;
}
section h1 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: var(--font-family-base);
  font-weight: bold;
}
h1.section-title {
  font-size: 36px;
  margin: 25px 0 30px 0;
  line-height: 44px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 18px 0;
  letter-spacing: -1px;
}
h3 {
  font-size: var(--font-size-3x);
  line-height: 28px;
  margin: 0 0 18px 0;
  letter-spacing: -0.75px;
}
.list h2,
.list h3 {
  font-family: var(--font-family-base);
  letter-spacing: 0;
  font-weight: bold;
}
.list h2 {
  font-size: 20px;
}
.list h3 {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-sm);
}
h4 {
  font-size: var(--font-size-lg);
  margin: 0 0 9px 0;
}
h5,
h6 {
  color: var(--text-primary);
  font-weight: normal;
  margin: 0 0 9px 0;
}
.hbox.calltoaction h4,
.hbox.calltoaction h5,
.hbox.calltoaction h6 {
  color: var(--white);
}
blockquote,
ol,
ul,
dl {
  margin: 0 0 18px 25px;
}
ol li {
  font-size: var(--font-size-md);
}
ul li {
  list-style: disc outside;
  font-size: var(--font-size-md);
  margin: 0 0 5px 0;
}
li ul,
li ol {
  margin-bottom: 0;
}
dl dd {
  margin-left: 15px;
}
ul.no-bullets {
  margin-left: 0;
}
ul.no-bullets li {
  list-style: none;
}
.parbase.textimage.section ul,
.parbase.textimage.image_left.section ul {
  position: relative;
  margin: 0px 25px 18px 0px;
  overflow: auto;
}
.parbase.textimage.section ul li,
.parbase.textimage.image_left.section ul li {
  list-style-type: disc;
  margin-left: 25px;
}
.parbase.textimage.section .image .parbase.textimage.image_left.section .image {
  float: left;
  clear: left;
}
.image_right.parbase.textimage.section .image {
  float: right;
  clear: right;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  margin: 0 0 21px;
  color: var(--text-primary) !important;
}
/*! END {type.less} */
/*! START {tables.less} */
table {
  width: 100%;
  margin: 0 0 21px 0;
  border: 1px solid var(--border-2);
  border-collapse: collapse;
}
table th {
  border-top: none;
  font-weight: bold;
  text-align: left;
  color: var(--text-primary);
  background: var(--background-2);
}
table th,
table td {
  padding: 10px 10px 9px;
  text-align: left;
  font-size: var(--font-size-sm);
  padding: 9px;
  border-top: 1px solid var(--border-2);
  border-left: 1px solid var(--border-2);
  line-height: 18px;
}
table td p,
table td ul li {
  font-size: var(--font-size-sm);
  line-height: 18px;
}
.table-striped tbody tr:nth-child(even) td {
  background-color: var(--background-1);
}
table.no-border {
  border: none;
}
table.no-border th,
table.no-border td {
  background: none;
  padding-left: 0;
  border: none;
}
/*! END {tables.less} */
/*! START {forms.less} */
/* Bootstrap overwrites */
.radio,
.checkbox {
  padding-left: 0;
}
input[type="email"],
input[type="text"] {
  box-sizing: content-box;
}
input[type="radio"] {
  vertical-align: text-bottom;
  font-size: var(--font-size-sm);
  margin: 0 0 1px 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
input[type="checkbox"] {
  font-size: var(--font-size-sm);
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}
input,
textarea {
  font-family: var(--font-family-base);
  padding: 3px;
  font-size: var(--font-size-sm);
  margin: 0;
  background-color: var(--background-0);
}
textarea {
  padding: 10px;
}
fieldset input,
fieldset textarea {
  background-color: #fff;
}
select {
  font-family: var(--font-family-base);
  margin: 0 0 2px 0;
  font-size: var(--font-size-sm);
  padding: 1px;
}
label,
p.rgroup-label {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  display: block;
  margin: 0 0 2px 0;
  color: var(--text-primary);
  font-weight: bold;
}
legend {
  font-weight: bold;
  font-size: var(--font-size-md);
  float: left;
  padding: 0 15px 10px 15px;
  color: var(--text-primary);
}
fieldset {
  border-bottom: 1px dotted var(--border-2);
  border-radius: 5px;
  background: var(--background-2);
  padding: 12px 0 10px 0;
}
fieldset .parsys {
  float: left;
  width: 100%;
  border-top: 1px solid var(--border-2);
  padding: 0.8em 0 0 0;
}
div.form-row {
  border-radius: 2px;
  margin: 1px;
  padding: 0 5px;
}
fieldset div.form-row,
fieldset .text.parbase {
  padding: 0 15px;
}
input {
  border-radius: 3px;
  border: 1px solid var(--border-2);
  padding: 6px 8px;
  background: linear-gradient(to top, #f5f5f5 85%, #e6e6e6);
  font-size: var(--font-size-sm);
  margin: 0 0 2px 0;
}
fieldset input,
.hbox input {
  background-color: var(--white);
  background: linear-gradient(to top, #ffffff 85%, #eaeaea);
}
.datepicker_calendar input {
  background: url('/apps/settings/wcm/designs/oclc/images/icon-calendar.png'), linear-gradient(to top, #ffffff 85%, #eaeaea);
  background-position: right;
  background-repeat: no-repeat;
}
input[type="submit"],
input[type="button"],
.btn {
  cursor: pointer;
  display: inline-block;
  padding: 6px 14px 7px;
  color: var(--white);
  font-size: var(--font-size-md);
  line-height: 14px;
  border-radius: 25px;
  font-weight: normal;
  background: var(--blue);
  border: none;
}
input[type="submit"].next-button,
.btn.success {
  background-color: #105d0e;
}
input[type="submit"].next-button:hover {
  text-decoration: none;
  background: var(--green);
}
input[type="submit"].next-button:active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6) inset;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover {
  text-decoration: none;
  background: var(--orange);
}
input[type="submit"]:active,
input[type="button"]:active,
.btn:active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6) inset;
}
input[type="submit"]:focus,
input[type="button"]:focus,
.btn:focus {
  outline: 1px dotted #666;
}
input[type="submit"].next-button,
.btn.danger,
.btn.danger:hover,
.btn.success,
.btn.success:hover,
.btn.info,
.btn.info:hover {
  color: #ffffff;
}
input[type="button"].button-add-more {
  background: url("/apps/settings/wcm/designs/oclc/forms/images/icon-plus.png") no-repeat left;
  border: medium none;
  color: var(--blue);
  font-size: var(--font-size-sm);
  padding: 2px 0 2px 18px;
  text-decoration: underline;
}
input[type="button"].button-add-more:hover {
  color: var(--orange);
}
input[type="submit"].submit-gray,
button {
  border-radius: 3px;
  background: var(--gray-dark);
  background: linear-gradient(to bottom, var(--gray-dark), #131c24);
  color: #fff;
  border: 1px solid var(--border-3);
  font-weight: bold;
  padding: 5px 10px;
  font-size: var(--font-size-sm);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
p.input-helper {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  color: var(--text-primary);
  margin: 0;
}
.next-part ul {
  margin: 0;
  padding: 0;
}
.next-part ul li {
  list-style-type: none;
  display: inline;
  margin: 0 15px 0 0;
}
input[type="submit"].submit-gray:hover {
  background: #37434e;
  background: linear-gradient(to bottom, #64717a, #37434e);
}
input[type="submit"].submit-gray:active {
  background: #37434e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
input[type="reset"],
input.back-button {
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  text-decoration: underline;
  border: none;
  background: none;
}
input[type="reset"]:hover,
input.back-button:hover {
  color: var(--black);
}
label.radio,
label.checkbox {
  display: inline !important;
  padding: 0 7px 0 3px !important;
  font-weight: normal;
  font-size: var(--font-size-sm);
  margin: 0;
}
textarea {
  border-radius: 2px;
  border: 1px solid var(--border-2);
  background: linear-gradient(to top, #f5f5f5 95%, #e6e6e6);
  width: 93%;
  margin: 0 0 2px 0;
}
fieldset textarea,
.hbox textarea {
  background-color: var(--white);
  background: linear-gradient(to top, #ffffff 95%, #eaeaea);
}
div.rgroup ul {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0 0 0 20px;
  padding: 0;
}
div.rgroup ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
span.pdf-link a {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-pdf.png) no-repeat;
  padding: 2px 0 2px 20px;
}
p span.required-msg {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  font-weight: bold;
}
input[readonly="readonly"],
input[readonly="readonly"]:focus {
  color: #919191;
  border-color: var(--border-2) !important;
  box-shadow: none;
}
span.required-msg em {
  font-style: normal;
  color: var(--green);
  float: left;
  width: 11px;
  text-indent: -9999px;
  background: url(/apps/settings/wcm/designs/oclc/images/required.png) no-repeat 3px 5px;
}
label.required,
p.rgroup-label.required {
  font-weight: bold;
}
label.required em,
p.rgroup-label.required em {
  font-style: normal;
  color: var(--green);
  float: left;
  width: 11px;
  text-indent: -9999px;
  background: url(/apps/settings/wcm/designs/oclc/images/required.png) no-repeat 3px 5px;
}
span.show-required {
  color: var(--text-primary);
  text-decoration: underline;
  font-size: var(--font-size-xs);
  float: right;
  cursor: pointer;
  display: none;
}
span.show-required:hover {
  color: var(--black);
}
.form-summary label.required,
.form-summary p.rgroup-label.required {
  margin-left: 0 !important;
}
.form-summary label.required em,
.form-summary p.rgroup-label.required em {
  display: none;
}
p.summary-required em {
  font-style: normal;
  color: var(--green);
  float: left;
  width: var(--font-size-xs);
  text-indent: -9999px;
  background: url(/apps/settings/wcm/designs/oclc/images/required.png) no-repeat 3px 5px;
}
p.summary-required {
  font-weight: bold;
  margin-left: -8px !important;
  margin-bottom: 3px;
}
#form-approval,
#form-disapproval {
  border-radius: 5px;
  border: 1px solid;
  margin: 0;
  padding: 20px 20px 0 20px;
  background: #fffdd6;
  border-color: #fcefa1;
  margin: 0 0 30px 0;
}
#form-approval strong {
  color: var(--green);
}
#form-disapproval strong {
  color: var(--error);
}
label.error {
  color: var(--error);
  font-weight: normal;
  margin: 2px 0 0 0;
}
input.error,
textarea.error {
  border-color: var(--error);
}
#form-errors,
.form-errors {
  padding: 10px;
  background: #ffe7e6;
  color: var(--error);
  border: 1px solid #FDCDCB;
  margin: 0 0 18px 0;
  border-radius: 5px;
}
#form-errors p,
.form-errors p {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-error.png) no-repeat 0 0;
  padding: 2px 0 1px 25px;
  margin: 0;
}
.form-row.error label,
.form-row.rgroup.error p.rgroup-label {
  color: var(--error);
}
.form-row.rgroup.error label {
  color: var(--black);
}
.form-row.rgroup.error label.error {
  color: var(--error);
}
#form-errors.login-form-errors {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  background: url(/apps/settings/wcm/designs/oclc/images/icon-error.png) no-repeat 10px 10px #ffe7e6;
  padding: 10px 0 10px 35px;
}
.login-form-errors .provided-input {
  color: #600500;
}
#form-errors.login-form-errors {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  background: url(/apps/settings/wcm/designs/oclc/images/icon-error.png) no-repeat 10px 10px #ffe7e6;
  padding: 10px 0 10px 35px;
}
.login-form-errors .provided-input {
  color: #600500;
}
/*! END {forms.less} */
/*! START {modals.less} */
.fancybox-close {
  top: -10px !important;
  right: -10px !important;
  width: 22px !important;
  height: 22px !important;
  background: transparent url('/apps/settings/wcm/designs/oclc/images/modal-close.png') 0 0 !important;
}
.fancybox-close:hover {
  background: transparent url('/apps/settings/wcm/designs/oclc/images/modal-close.png') 0 -23px !important;
}
#fancybox-left-ico {
  background-image: url('/apps/settings/wcm/designs/oclc/images/modal/fancybox-oclc.png');
  background-position: -67px -199px;
}
#fancybox-right-ico {
  background-image: url('/apps/settings/wcm/designs/oclc/images/modal/fancybox-oclc.png');
  background-position: -54px -54px;
}
.magnify-icon {
  display: none;
}
.x-window legend {
  width: unset;
}
/*! END {modals.less} */
/*! START {pagination.less} */
.pagination {
  margin: 13px 0;
  float: left;
  width: 100%;
  font-size: var(--font-size-sm);
  position: relative;
}
.pagination.list {
  margin: 10px 0 18px 0;
}
.pagination .next {
  float: right;
  line-height: 100%;
  position: relative;
  z-index: 10;
}
.pagination .previous {
  float: left;
  margin: 0;
  line-height: 100%;
  position: relative;
  z-index: 10;
}
.previous a,
.next a {
  display: block;
  padding: 10px;
  border: 1px solid var(--border-2);
  border-radius: 3px;
  text-decoration: none;
  background: url(/apps/settings/wcm/designs/oclc/images/pagination-arrows.png) no-repeat;
}
.previous a:hover,
.next a:hover {
  background-color: #e8f1f7;
  border: 1px solid #a6c9e1;
  color: var(--blue);
}
.previous a {
  background-position: 8px 12px;
  padding-left: 18px;
}
.previous a:hover {
  background-position: 8px -38px;
}
.next a {
  padding-right: 18px;
  background-position: 42px -83px;
}
.next a:hover {
  background-position: 42px -127px;
}
.pagination .pages {
  color: var(--text-primary);
  text-align: center;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.pagination.list .previous a,
.pagination.list .next a {
  display: block;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
  font-family: var(--font-family-accent);
  font-style: italic;
  color: var(--lime-dark);
  margin: 0;
}
.pagination.list .previous a:hover,
.pagination.list .next a:hover {
  border: none;
  background: none;
  color: var(--link-hover);
  padding: 0;
  margin: 0;
}
.pagination.list {
  margin-top: 10px;
}
/*! END {pagination.less} */
/*! START {base-layout.less} */
/* Overwrite Bootstrap3.css */
* {
  box-sizing: content-box;
}
.grid {
  width: 960px;
  height: 2000px;
  position: absolute;
  margin: 0 auto;
  background: url(/apps/settings/wcm/designs/oclc/images/grid.png) repeat-y;
}
.clear {
  clear: both;
}
.ir {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: none;
}
.hidden-all {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
  visibility: hidden;
}
.mod:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img,
object,
embed {
  max-width: 100%;
  box-sizing: border-box;
}
.video-container {
  clear: both;
  position: relative;
  padding-top: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid var(--border-2);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
::selection {
  background: #fff8ab;
}
img::selection {
  background: transparent;
}
html {
  overflow-y: scroll;
}
body:lang(de) {
  overflow-wrap: break-word;
}
img.img-border {
  border: 1px solid var(--border-2);
  padding: 2px;
  background: var(--background-0);
  border-radius: 3px;
}
a:hover img.img-border {
  border-color: var(--orange);
  background: var(--background-1);
}
.parsys.headline {
  clear: both;
}
.no-crumbs .cont-page.crumbs-tools {
  display: none;
}
.interior-content {
  margin: 0 0 36px 0 !important;
}
.page-content {
  float: right;
  width: 700px;
}
.page-content.no-nav {
  float: none;
  width: auto;
  margin-left: 0;
}
/* No JavaScript alert */
.nojs-caution {
  background: #ffe7e6;
  color: #cc0a00;
  z-index: 9999px;
  margin: 0;
  border-top: 1px solid #FDCDCB;
  border-bottom: 1px solid #FDCDCB;
}
.nojs-caution p {
  padding: 10px;
  margin: 0;
  text-align: center;
}
div.par {
  clear: both;
}
div.parsys_column {
  height: 100%;
  width: 100%;
  float: left;
  border: 0;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
div.section {
  margin-bottom: 13px;
}
div.parsys_column .section {
  width: 100%;
}
/*! END {base-layout.less} */
/*! START {header.less} */
.header-margin header {
  margin-bottom: 36px;
}
/* SITE BAR */
.parsys.iparsys.header_microbar .section {
  margin: 0;
}
.micro-bar {
  background: var(--background-1);
  padding: 10px 0;
  margin: 0 0 0 0;
  line-height: 12px;
  font-size: var(--font-size-sm);
}
#oclc-return {
  float: inline-start;
  margin: 2px 0 0 10px;
}
#oclc-return a {
  padding: 2px 20px 2px 0;
  color: var(--text-primary);
  background: url(/apps/settings/wcm/designs/oclc/images/sitebar-blue-arrow.png) right no-repeat;
  text-decoration: none;
  font-weight: bold;
}
#oclc-return a:hover {
  text-decoration: underline;
  color: var(--black);
}
#sitebar-sites {
  margin: 1px 0 0 -17px;
  padding: 13px 15px 5px 15px;
  background: var(--background-2);
  position: absolute;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1500;
  font-family: var(--font-family-base);
  font-weight: normal;
  text-transform: none;
  min-width: 150px;
}
#sitebar-sites li {
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: var(--font-size-sm);
}
#sitebar-sites li:first-child {
  border-top: 1px dotted #bebebe;
  padding: 8px 0 0 0;
}
#sitebar-sites li a {
  padding: 0;
  background: none;
  font-weight: normal;
}
#sitebar-sites li a:hover {
  background: none;
}
.oclc-return-home {
  border-bottom: 1px dotted #bebebe;
  display: block;
  padding: 0 0 8px 15px;
  background: url(/apps/settings/wcm/designs/oclc/images/sitebar-home-icon.png) 0 1px no-repeat;
}
#sitebar-sites .sitebar-sites-more {
  border-top: 1px dotted #bebebe;
  padding: 8px 0 0 0;
  margin-bottom: 0;
}
.micro-links {
  float: right;
  clear: right;
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 80;
}
.micro-links li {
  float: left;
  list-style-type: none;
  font-size: var(--font-size-sm);
}
.micro-links li a:link,
.micro-links li a:visited {
  text-decoration: none;
  display: block;
  padding: 3px 0 2px 20px;
  color: var(--text-primary);
}
.micro-links li a:hover {
  text-decoration: underline;
  color: var(--black);
}
/* UNIVERSAL LINKS */
.universal-links {
  float: right;
  clear: right;
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 900;
}
.universal-links li {
  float: left;
  list-style-type: none;
  font-size: var(--font-size-sm);
}
.universal-links li a {
  text-decoration: none;
  display: block;
  padding: 7px 0 7px 15px;
}
.universal-links li a:visited {
  color: var(--link);
}
.universal-links li a:hover {
  color: var(--link-hover);
}
#librarians-toolbox {
  background: url(/apps/settings/wcm/designs/oclc/images/librarian-toolbox-tab.png) bottom no-repeat;
  padding: 0 0 6px 0;
  margin: 0 0 -6px 0;
}
#librarians-toolbox a {
  background: url(/apps/settings/wcm/designs/oclc/images/librarian-toolbox-icon.png) no-repeat 9px 10px #dbe9f3;
  padding: 7px 10px 7px 25px;
  margin: 0 0 0 15px;
  display: block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}
#librarians-toolbox a:hover {
  color: var(--black);
  background: url(/apps/settings/wcm/designs/oclc/images/librarian-toolbox-icon.png) no-repeat 9px -46px #dbe9f3;
}
#librarians-toolbox #toolbox-links {
  position: absolute;
  right: 10px;
  width: 175px;
  padding: 10px 20px;
  background: #eff6fa;
  border: 3px solid #dbe9f3;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#librarians-toolbox #toolbox-links ul {
  margin: 0;
  padding: 0;
}
#librarians-toolbox #toolbox-links ul li {
  margin: 0;
  padding: 0;
  float: none;
  border-bottom: 1px dotted #dbe9f3;
  padding: 5px 0;
}
#librarians-toolbox #toolbox-links ul li.toolboxlink-last {
  border: none;
}
#librarians-toolbox #toolbox-links ul li.toolboxlink-last a {
  color: var(--text-primary);
}
#librarians-toolbox #toolbox-links ul li.toolboxlink-last a:hover {
  color: var(--black);
}
#librarians-toolbox #toolbox-links a {
  display: inline;
  border: none;
  text-shadow: none;
  padding: 0;
  border-radius: none;
  margin: 0;
  font-weight: normal;
  background: none;
  font-size: var(--font-size-sm);
  line-height: 17px;
}
/* UNIVERSAL NAV */
.universal-nav img.oclc-logo {
  float: left;
}
/* GLOBAL GATEWAY */
.region-language {
  float: right;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 3;
}
.region {
  font-weight: bold;
  float: left;
  margin: -6px 0 0 0;
  background: url(/apps/settings/wcm/designs/oclc/images/region-map.png) no-repeat 5px 5px;
  padding: 5px 10px 5px 37px;
  font-size: var(--font-size-sm);
  line-height: 17px;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.region:hover {
  background-position: 5px -25px;
}
.region.gateway-open {
  border-color: var(--border-2);
  background-position: 5px -25px;
  background-color: #fff;
  position: relative;
  z-index: 11000;
}
#region-select {
  color: var(--black);
  text-decoration: none;
  background: url(/apps/settings/wcm/designs/oclc/images/arrow-down-black.png) no-repeat right;
  padding: 0 10px 0 0;
  font-size: var(--font-size-sm);
  line-height: 17px;
}
#region-select:focus {
  outline: none;
}
.language {
  margin: 0;
  padding: 0;
  float: left;
  font-size: var(--font-size-sm);
  color: var(--text-primary);
  line-height: 17px;
}
.language li {
  list-style-type: none;
  float: left;
  margin: 0 0 0 10px;
  font-size: var(--font-size-sm);
}
.language li a:visited {
  color: var(--link);
}
.language li a:hover {
  color: var(--link-hover);
}
#gateway-msg {
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-msg-arrow.png) no-repeat bottom right;
  padding: 0 0 10px 0;
  position: relative;
}
#gateway-msg .alert-message {
  margin: 0;
}
#gateway-msg .hbox.alert-message {
  border: none;
  border-top: 1px solid #C7DDEC;
}
#gateway-msg #gateway-msg-close {
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-msg-close.png) no-repeat;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
}
#gateway-msg #gateway-msg-close:hover {
  background-position: 0 -15px;
}
#global-gateway {
  padding: 25px;
  border: 1px solid var(--border-2);
  border-radius: 5px;
  width: 645px;
  position: absolute;
  background: var(--white);
  right: 10px;
  top: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
@media screen and (min-width: 1450px) {
  #global-gateway {
    right: 0;
  }
}
#global-gateway .section {
  margin: 0;
}
.gateway-close {
  position: absolute;
  right: 7px;
  top: 8px;
  text-indent: -9999px;
  display: block;
  height: 16px;
  width: 16px;
  background: url(/apps/settings/wcm/designs/oclc/images/close-white.png) no-repeat;
  cursor: pointer;
  margin: 0;
}
.gateway-close:hover {
  background-position: 0 -16px;
}
.gateway-regions {
  float: left;
  position: relative;
  z-index: 100;
}
.gateway-regions p {
  float: left;
  margin: 0 2px 0 0;
  font-weight: bold;
  font-size: var(--font-size-md);
  color: var(--text-primary);
  cursor: pointer;
  display: block;
  height: 85px;
  border: 1px solid #ddd;
  padding: 5px 15px 15px 15px;
  line-height: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 166px;
}
.gateway-regions p.gateway-visible {
  color: var(--black);
  border-color: var(--border-2);
  border-bottom: 1px solid var(--border-1);
  height: 88px;
}
.gateway-regions p.gateway-americas {
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-region-americas.png) no-repeat 35px 40px var(--white);
}
.gateway-regions p.gateway-americas.gateway-visible {
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-region-americas.png) no-repeat -259px 40px var(--white);
}
.gateway-regions p.gateway-emea {
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-region-emea.png) no-repeat 60px 40px var(--white);
  width: 213px;
}
.gateway-regions p.gateway-emea.gateway-visible {
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-region-emea.png) no-repeat -234px 40px var(--white);
}
.gateway-regions p.gateway-asia {
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-region-asia.png) no-repeat 35px 40px var(--white);
  margin: 0;
}
.gateway-regions p.gateway-asia.gateway-visible {
  background: url(/apps/settings/wcm/designs/oclc/images/gateway-region-asia.png) no-repeat -259px 40px var(--white);
}
.gateway-region-sites {
  border: 1px solid var(--border-2);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: var(--background-1);
  clear: both;
  padding: 15px 15px 10px 15px;
  position: relative;
  top: -1px;
  margin: 0 0 20px 0;
}
.gateway-sites {
  display: none;
}
#gateway-worldwide.gateway-sites {
  display: block !important;
}
.gateway-sites.gateway-sites-visible {
  display: block;
  clear: both;
}
.gateway-sites ul {
  margin: 0;
  border-top: 1px dotted var(--border-2);
  padding: 5px 0 0 0;
}
.gateway-sites ul li {
  list-style-type: none;
  font-size: var(--font-size-sm);
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 5px 17px;
  margin: 0 0 5px 0;
  background: url(/apps/settings/wcm/designs/oclc/images/nextstep-arrow.png) no-repeat 0 4px;
}
.gateway-sites ul li a {
  color: var(--blue);
}
.gateway-sites ul li a:hover {
  color: var(--orange);
}
.gateway-helper {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  color: var(--text-primary);
  display: block;
}
.region-worldwide {
  clear: both;
  margin: 0;
  font-size: var(--font-size-sm);
}
/* Language selector */
.lang-selector .region-language {
  padding: 0;
}
.lang-selector .language {
  width: 100%;
}
.lang-selector .language li {
  display: block;
  float: none;
  margin: 0;
  border-bottom: 1px dotted var(--border-2);
  padding: 5px 0;
}
.lang-selector .language li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lang-selector .language li a {
  display: block;
  text-decoration: none;
}
.lang-selector #global-gateway {
  width: auto;
  padding: 10px 10px 10px 10px;
  min-width: 110px;
  border-radius: 0px 0px 5px 5px;
}
.lang-selector p.no-language {
  color: #696969;
  width: 200px;
  margin: 0;
  background: #f5f5f5;
  padding: 5px 8px;
  font-size: var(--font-size-xs);
  line-height: 17px;
}
/* NAVIGATION */
nav {
  margin: 20px 0 0 0;
  border-bottom: 2px solid var(--border-1);
}
nav ul#main-nav {
  margin: 0 auto;
  padding: 0;
  float: left;
  position: relative;
  width: 100%;
}
nav ul li.main-nav-item {
  list-style-type: none;
  float: left;
  margin: 0;
}
nav ul li.main-nav-item a.main-nav-link:link,
nav ul li.main-nav-item a.main-nav-link:visited {
  display: block;
  color: var(--text-primary);
  text-decoration: none;
  font-family: var(--font-family-accent);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-sm);
  margin: 0 5px 0 0;
  padding: 5px 10px;
}
nav ul li.main-nav-item a.main-nav-link.dropnav:link,
nav ul li.main-nav-item a.main-nav-link.dropnav:visited {
  padding-right: 24px;
  background: url(/apps/settings/wcm/designs/oclc/images/nav-drop-menu-arrow.png) no-repeat right 13px;
}
nav ul li.main-nav-item a.main-nav-link:visited {
  color: var(--text-primary);
}
nav ul li.main-nav-item a.main-nav-link:focus {
  outline: none;
}
nav ul li.main-nav-item a.main-nav-active:link,
nav ul li.main-nav-item a.main-nav-active:visited,
nav ul li.main-nav-item a.main-nav-active:hover {
  background: var(--blue);
  color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
nav ul li.main-nav-item a.main-nav-active.dropnav:link,
nav ul li.main-nav-item a.main-nav-active.dropnav:visited,
nav ul li.main-nav-item a.main-nav-active.dropnav:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/nav-drop-menu-arrow.png) no-repeat right -37px var(--blue);
}
.nav-right {
  color: var(--blue);
  display: block;
  cursor: pointer;
}
.nav-right:hover {
  color: var(--orange);
}
nav ul li.main-nav-item-right {
  float: right;
}
/* Drop navigation */
.dropnav-cont {
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 30px 30px 10px 30px;
  position: absolute;
  left: -1px;
  z-index: 2000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid var(--border-1);
  border-top: 2px solid var(--blue);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-sizing: border-box;
}
.dropnav-load {
  display: block;
  text-indent: -9999px;
  background: url(/apps/settings/wcm/designs/oclc/images/dropnav-loader.gif) no-repeat center;
  padding: 80px 0;
  margin: 0;
}
.dropnav-close {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--black);
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 1px;
  background: url(/apps/settings/wcm/designs/oclc/images/close-white.png) no-repeat;
  margin: 0;
}
.dropnav-close:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/close-white.png) no-repeat 0 -16px;
}
.dropnav-header {
  padding: 0 0 23px 0;
  position: relative;
}
.dropnav-header h1 {
  font-size: var(--font-size-3x);
  margin: 0;
  color: var(--white) !important;
  padding: 15px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: -0.5px;
}
.dropnav-cont .dropnav-header a,
.dropnav-cont .dropnav-header a:visited,
.dropnav-cont .dropnav-header a:hover {
  color: var(--white);
  text-decoration: none;
}
.dropnav-header em {
  font-family: var(--font-family-accent);
  font-style: italic;
  font-size: var(--font-size-md);
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0 20px;
  letter-spacing: 0;
}
.dropnav-cont a:visited {
  color: var(--link);
}
.dropnav-cont a:hover {
  color: var(--link-hover);
}
.dropnav-cont span.link-btn-blue a:hover,
.dropnav-cont span.link-btn-green a:hover,
.dropnav-cont span.link-btn-violet a:hover,
.dropnav-cont span.link-btn-fuchsia a:hover,
.dropnav-cont span.link-btn-gray a:hover,
.dropnav-cont span.link-btn-teal a:hover,
.dropnav-cont span.link-btn-red a:hover,
.dropnav-cont span.link-btn-navy a:hover,
.dropnav-cont span.link-btn-orange a:hover {
  color: var(--white);
}
.dropnav-blue {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-blue.png) no-repeat bottom left;
}
.dropnav-blue h1 {
  background: var(--blue);
}
.dropnav-green {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-green.png) no-repeat bottom left;
}
.dropnav-green h1 {
  background: var(--green);
}
.dropnav-gray {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-gray.png) no-repeat bottom left;
}
.dropnav-gray h1 {
  background: var(--gray-dark);
}
.dropnav-orange {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-orange.png) no-repeat bottom left;
}
.dropnav-orange h1 {
  background: var(--orange);
}
.dropnav-fuchsia {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-fuchsia.png) no-repeat bottom left;
}
.dropnav-fuchsia h1 {
  background: var(--magenta);
}
.dropnav-purple {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-purple.png) no-repeat bottom left;
}
.dropnav-purple h1 {
  background: var(--purple);
}
.dropnav-red {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-red.png) no-repeat bottom left;
}
.dropnav-red h1 {
  background: var(--red);
}
.dropnav-navy {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-navy.png) no-repeat bottom left;
}
.dropnav-navy h1 {
  background: var(--blue-darker);
}
.dropnav-teal {
  background: url(/apps/settings/wcm/designs/oclc/images/down-arrow-teal.png) no-repeat bottom left;
}
.dropnav-teal h1 {
  background: var(--lime-dark);
}
.dropnav-cont h3 {
  font-size: var(--font-size-xl);
  line-height: 22px;
  margin: 0 0 9px;
  letter-spacing: -0.25px;
}
.dropnav-cont h2 {
  border-bottom: 1px dotted var(--border-3);
  font-size: var(--font-size-xl);
  margin-bottom: 9px;
  padding: 0 0 5px;
}
.dropnav-cont p {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  margin: 0 0 25px 0;
}
.dropnav-cont ul {
  margin: 0 0 25px 0;
  padding: 0;
}
.dropnav-cont ul li {
  list-style-type: none;
  margin: 0 0 3px 0;
}
.dropnav-cont hr {
  margin: 9px 0;
}
/* Drop nav Error */
#dropnav-error {
  border: 1px solid #FDCDCB;
  border-radius: 4px 4px 4px 4px;
  color: #CC0A00;
  padding: 10px;
  background: url("/apps/settings/wcm/designs/oclc/images/icon-error.png") no-repeat 10px 12px #FFE7E6;
}
#dropnav-error p {
  font-size: var(--font-size-lg);
  margin: 0;
  padding: 2px 0 1px 25px;
}
#dropnav-error p.dropnav-error-status {
  font-size: var(--font-size-sm);
  margin: 8px 0 0 0;
}
p.dropnav-error-sectionlink {
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: var(--font-size-md);
}
p.dropnav-error-sectionlink a {
  color: var(--link);
}
p.dropnav-error-sectionlink a:hover {
  color: var(--link-hover);
}
#mobile-nav {
  display: none;
}
/*! END {header.less} */
/*! START {footer.less} */
footer.page-footer {
  padding: 30px 0 0 0;
}
footer.page-footer p {
  margin: 0 0 6px 0;
}
div.extra-info div.section {
  margin: 0;
}
footer.page-footer h3 {
  margin: 0 0 9px 0;
}
/* Copyright */
footer.page-footer .copyright p,
.copyright ul li {
  margin: 0 0 5px 0;
  color: var(--text-primary);
  font-size: var(--font-size-sm);
}
.copyright ul {
  margin: 0;
}
.copyright ul li {
  list-style-type: none;
  float: inline-start;
  padding-inline-end: 10px;
}
.copyright a:link,
.copyright a:visited {
  color: var(--text-primary);
}
.copyright a:hover {
  color: var(--black);
}
footer.copyright .section {
  margin: 0;
}
footer.copyright p {
  color: var(--text-primary);
}
/* Purpose statement */
#main-content div.extra-info {
  width: 940px;
  clear: both !important;
}
.purpose-statement {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-lg);
  color: var(--white);
  line-height: var(--line-height-sm);
  background: var(--blue);
  padding: 20px;
  margin: 0;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.purpose-statement a:link,
.purpose-statement a:visited {
  color: var(--white);
}
.purpose-statement a:hover {
  text-decoration: none;
}
/* Address and links */
footer.page-footer .region-contact {
  margin: 0 0 18px 0;
}
div.cq-colctrl-ltf-c0 {
  background: url(/apps/settings/wcm/designs/oclc/images/logo-footer.png) no-repeat 10px 0;
  padding-left: 170px;
}
.cq-colctrl-ltf h1,
.cq-colctrl-ltf h4,
.cq-colctrl-ltf2 h1,
.cq-colctrl-ltf2 h4 {
  font-family: var(--font-family-base);
  font-weight: bold;
  margin: 0 0 6px 0;
  line-height: var(--line-height-md);
  letter-spacing: 0;
  font-size: var(--font-size-md);
  text-transform: none;
}
.cq-colctrl-ltf ul,
.cq-colctrl-ltf2 ul {
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.cq-colctrl-ltf ul li,
.cq-colctrl-ltf2 ul li {
  list-style-type: none;
  margin: 0 0 6px 0;
}
/* Connect bar */
.connect-bar ul {
  margin: 0;
}
.connect-bar ul li {
  list-style-type: none;
  float: left;
}
.connect-bar a {
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
}
.media-links {
  float: left;
  padding: 0 0 0 3px;
}
.media-links a {
  display: block;
  padding: 10px 10px 7px 37px;
  margin: 0 25px 0 0;
  border-radius: 3px;
  border-bottom: 1px solid transparent;
}
.media-video {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 5px 7px;
}
.media-blogs {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 5px -55px;
}
.media-newsletters {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 5px -116px;
}
.media-kit {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 5px -183px;
}
.media-mobile {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 5px -247px;
}
.media-links a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* Subscribe box */
.page-footer .email-subscribe {
  padding: 0;
  background: none;
  border-radius: 0;
}
.page-footer .email-subscribe p {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}
#sub-emailaddress {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-email-subscribe-gray.png) no-repeat 7px #fff;
  padding: 8px 8px 8px 40px;
}
/* Follow links */
.follow-links {
  float: right;
  padding: 10px 10px 0 0;
}
footer.page-footer .follow-links p {
  float: left;
  padding: 0 10px 0 0;
  line-height: var(--line-height-lg);
  font-size: var(--font-size-sm);
}
.follow-links ul {
  float: right;
}
.follow-links a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  margin: 0 2px 0 0;
}
.follow-twitter {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -314px;
}
.follow-facebook {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -367px;
}
.follow-youtube {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -414px;
}
.follow-flickr {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -459px;
}
.follow-rss {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -517px;
}
.follow-linkedin {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -575px;
}
.follow-googleplus {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -633px;
}
.follow-pinterest {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -691px;
}
.follow-wordpress {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -749px;
}
.follow-instagram {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -807px;
}
.follow-foursquare {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -865px;
}
.follow-blogger {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -923px;
}
.follow-picasa {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -981px;
}
.follow-vimeo {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -1039px;
}
.follow-google {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -1097px;
}
.follow-myspace {
  background: url(/apps/settings/wcm/designs/oclc/images/connect-icons.png) no-repeat 0 -1155px;
}
/* Media bar image */
.computerworld {
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  margin: -35px 0 0 0;
}
/*! END {footer.less} */
/*! START {component-highlight-box.less} */
div.parsys_column .highlightbox.section {
  overflow: visible;
}
/* Basic styles */
.hbox {
  border-radius: 8px;
  padding: 19px 19px 1px 19px;
  background: var(--background-1);
  margin: 0 0 21px 0;
}
.hbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hbox p.link-more {
  margin: 0;
}
.hbox.related-content {
  background: var(--background-2);
}
.hbox.pullquote {
  background: var(--blue);
  color: #fff;
  font-family: var(--font-family-accent);
}
.hbox.pullquote p {
  font-family: var(--font-family-accent);
}
/* Quote */
.hbox.quote {
  background: var(--background-2);
  color: var(--text-primary);
  margin: 40px 0;
}
.hbox.quote p {
  font-size: var(--font-size-xl);
  line-height: 26px;
}
.hbox.quote p .quote-attribution {
  line-height: 15px;
  font-size: var(--font-size-md);
  display: inline-block;
}
.hbox.quote .quote-arrow {
  background: url(/apps/settings/wcm/designs/oclc/images/quote-arrows.png) no-repeat transparent 0 -30px;
  width: 36px;
  height: 18px;
  position: absolute;
}
.cq-colctrl-lt2-r-c1 .hbox.quote p {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-sm);
}
.cq-colctrl-lt2-r-c1 .hbox.quote p .quote-attribution {
  font-size: var(--font-size-sm);
  line-height: 13px;
}
.theme-blue .hbox.quote {
  background: var(--blue-subtle);
}
.theme-blue .hbox.quote .quote-arrow {
  background-position: 0 -60px;
}
.theme-fuschia .hbox.quote {
  background: var(--magenta-subtle);
}
.theme-fuschia .hbox.quote .quote-arrow {
  background-position: 0 -180px;
}
.theme-gray .hbox.quote {
  background: var(--background-2);
}
.theme-gray .hbox.quote .quote-arrow {
  background-position: 0 -30px;
}
.theme-green .hbox.quote {
  background: var(--lime-subtle);
}
.theme-green .hbox.quote .quote-arrow {
  background-position: 0 -90px;
}
.theme-navy .hbox.quote {
  background: var(--blue-subtle);
}
.theme-navy .hbox.quote .quote-arrow {
  background-position: 0 -240px;
}
.theme-orange .hbox.quote {
  background: var(--orange-subtle);
}
.theme-orange .hbox.quote .quote-arrow {
  background-position: 0 -120px;
}
.theme-teal .hbox.quote {
  background: var(--green-subtle);
}
.theme-teal .hbox.quote .quote-arrow {
  background-position: 0 -210px;
}
.theme-violet .hbox.quote {
  background: var(--purple-subtle);
}
.theme-violet .hbox.quote .quote-arrow {
  background-position: 0 -150px;
}
.theme-red .hbox.quote {
  background: var(--red-subtle);
}
.theme-red .hbox.quote .quote-arrow {
  background-position: 0 0;
}
/* Call to action */
.hbox.calltoaction {
  border-color: #66ae63;
  background: var(--green);
  background: linear-gradient(to bottom, var(--green), #105d0e);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.hbox.calltoaction a {
  color: var(--white);
}
.hbox.calltoaction a:hover {
  text-decoration: none;
}
.theme-green .hbox.calltoaction {
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue), #043880);
  border-color: var(--blue);
}
/* Alerts */
.alert-message {
  padding: 10px;
  border: 2px solid;
  margin: 0 0 18px 0;
  border-radius: 5px;
  padding: 18px 18px 0 18px;
}
.hbox.alert-message {
  border: 2px solid;
  padding: 18px 18px 0 18px;
}
.hbox.alert-message div.section {
  margin-bottom: 0;
}
.alert-message p,
.alert-message h2,
.alert-message h3 {
  padding: 0 0 0 25px;
}
.alert-message.error {
  background-color: #FFE7E6;
  color: var(--error);
  border-color: #FDCDCB;
  background: url(/apps/settings/wcm/designs/oclc/images/icon-error.png) no-repeat 18px 18px #FFE7E6 !important;
}
.alert-message.success {
  color: var(--green);
  border-color: #D0E8CF;
  background: url(/apps/settings/wcm/designs/oclc/images/icon-confirm-sm.png) no-repeat 18px 18px #e9f9e8 !important;
}
.alert-message.info,
.alert-message.processing {
  color: #0b3654;
  border-color: #c7ddec;
  background: url(/apps/settings/wcm/designs/oclc/images/icon-info-sm.png) no-repeat 18px 18px var(--blue-subtle) !important;
}
.alert-message.processing {
  background: url(/apps/settings/wcm/designs/oclc/images/processing.gif) no-repeat 20px 20px var(--blue-subtle);
}
.alert-message.caution {
  color: #5a542f;
  border-color: #fcefa1;
  background: url(/apps/settings/wcm/designs/oclc/images/icon-caution.png) no-repeat 18px 18px #fffdd6 !important;
}
/* A message from */
.hbox.message-from {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--orange-subtle);
  color: rgba(0, 0, 0, 0.9);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.theme-blue .hbox.message-from {
  background: var(--blue-subtle);
}
.theme-fuschia .hbox.message-from {
  background: var(--magenta-subtle);
}
.theme-gray .hbox.message-from {
  background: var(--background-2);
}
.theme-green .hbox.message-from {
  background: var(--lime-subtle);
}
.theme-navy .hbox.message-from {
  background: var(--blue-subtle);
}
.theme-orange .hbox.message-from {
  background: var(--orange-subtle);
}
.theme-teal .hbox.message-from {
  background: var(--green-subtle);
}
.theme-violet .hbox.message-from {
  background: var(--purple-subtle);
}
.theme-red .hbox.message-from {
  background: var(--red-subtle);
}
/* Event registration */
.hbox.event-reg {
  border-color: #d3e4f0;
  background: url(/apps/settings/wcm/designs/oclc/images/icon-event-sm.png) no-repeat 12px 22px #EEF4F9;
  padding-left: 35px;
  color: var(--text-primary);
}
/* Special offer */
.hbox.special-offer {
  border-color: var(--orange-subtle);
  background: url(/apps/settings/wcm/designs/oclc/images/icon-specialoffer.png) no-repeat 5px 0 #fff1e5;
  padding-left: 40px;
  color: var(--text-primary);
  text-shadow: 0 1px 0 #fff;
}
.hbox.special-offer h2,
.hbox.special-offer h3,
.hbox.special-offer h4 {
  color: var(--orange);
}
/* Banner */
.hbox.banner {
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 19px 19px 1px 19px;
  background-color: var(--background-4);
  background: #f6f6f6;
  background: linear-gradient(to bottom, #f6f6f6, #d1d4d6);
  border: 6px solid #fff;
  color: var(--text-primary);
  margin: 0 0 21px 0;
  text-shadow: 0 1px 0 #ffffff;
}
.theme-orange .hbox.banner {
  background-color: var(--orange);
  background: var(--orange);
  background: linear-gradient(to bottom, var(--orange), #8e4200);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-fuschia .hbox.banner {
  background-color: var(--magenta);
  background: var(--magenta);
  background: linear-gradient(to bottom, var(--magenta), #700930);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-green .hbox.banner {
  background-color: var(--green);
  background: var(--green);
  background: linear-gradient(to bottom, var(--green), #105d0e);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-blue .hbox.banner {
  background-color: var(--blue);
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue), #043880);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-violet .hbox.banner {
  background-color: var(--purple);
  background: var(--purple);
  background: linear-gradient(to bottom, var(--purple), #231456);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-gray .hbox.banner {
  background-color: var(--gray-dark);
  background: var(--gray-dark);
  background: linear-gradient(to bottom, var(--gray-dark), #131c24);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-teal .hbox.banner {
  background-color: var(--lime-dark);
  background: var(--lime-dark);
  background: linear-gradient(to bottom, var(--lime-dark), #004c58);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-red .hbox.banner {
  background-color: var(--red);
  background: var(--red);
  background: linear-gradient(to bottom, var(--red), #7a2326);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-navy .hbox.banner {
  background-color: var(--blue-darker);
  background: var(--blue-darker);
  background: linear-gradient(to bottom, var(--blue-darker), #161534);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-navy .hbox.banner h1,
.theme-navy .hbox.banner h2,
.theme-navy .hbox.banner h3,
.theme-navy .hbox.banner h4,
.theme-navy .hbox.banner h5,
.theme-navy .hbox.banner h6,
.theme-red .hbox.banner h1,
.theme-red .hbox.banner h2,
.theme-red .hbox.banner h3,
.theme-red .hbox.banner h4,
.theme-red .hbox.banner h5,
.theme-red .hbox.banner h6,
.theme-teal .hbox.banner h1,
.theme-teal .hbox.banner h2,
.theme-teal .hbox.banner h3,
.theme-teal .hbox.banner h4,
.theme-teal .hbox.banner h5,
.theme-teal .hbox.banner h6,
.theme-gray .hbox.banner h1,
.theme-gray .hbox.banner h2,
.theme-gray .hbox.banner h3,
.theme-gray .hbox.banner h4,
.theme-gray .hbox.banner h5,
.theme-gray .hbox.banner h6,
.theme-violet .hbox.banner h1,
.theme-violet .hbox.banner h2,
.theme-violet .hbox.banner h3,
.theme-violet .hbox.banner h4,
.theme-violet .hbox.banner h5,
.theme-violet .hbox.banner h6,
.theme-blue .hbox.banner h1,
.theme-blue .hbox.banner h2,
.theme-blue .hbox.banner h3,
.theme-blue .hbox.banner h4,
.theme-blue .hbox.banner h5,
.theme-blue .hbox.banner h6,
.theme-green .hbox.banner h1,
.theme-green .hbox.banner h2,
.theme-green .hbox.banner h3,
.theme-green .hbox.banner h4,
.theme-green .hbox.banner h5,
.theme-green .hbox.banner h6,
.theme-fuschia .hbox.banner h1,
.theme-fuschia .hbox.banner h2,
.theme-fuschia .hbox.banner h3,
.theme-fuschia .hbox.banner h4,
.theme-fuschia .hbox.banner h5,
.theme-fuschia .hbox.banner h6,
.theme-orange .hbox.banner h1,
.theme-orange .hbox.banner h2,
.theme-orange .hbox.banner h3,
.theme-orange .hbox.banner h4,
.theme-orange .hbox.banner h5,
.theme-orange .hbox.banner h6 {
  color: var(--white);
}
.hbox.banner a {
  color: var(--text-primary);
  text-decoration: underline;
}
.hbox.banner a:hover {
  color: var(--black);
  text-decoration: underline;
}
.theme-orange .hbox.banner a,
.theme-fuschia .hbox.banner a,
.theme-green .hbox.banner a,
.theme-blue .hbox.banner a,
.theme-violet .hbox.banner a,
.theme-gray .hbox.banner a,
.theme-teal .hbox.banner a,
.theme-red .hbox.banner a,
.theme-navy .hbox.banner a {
  color: var(--white);
}
.theme-orange .hbox.banner a:hover,
.theme-fuschia .hbox.banner a:hover,
.theme-green .hbox.banner a:hover,
.theme-blue .hbox.banner a:hover,
.theme-violet .hbox.banner a:hover,
.theme-gray .hbox.banner a:hover,
.theme-teal .hbox.banner a:hover,
.theme-red .hbox.banner a:hover,
.theme-navy .hbox.banner a:hover {
  text-decoration: none;
}
.hbox.banner img {
  border: 4px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.hbox.banner h2 {
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -1px;
  font-family: var(--font-family-accent);
}
/*! END {component-highlight-box.less} */
/*! START {component-event.less} */
.events-list-header {
  background: url("/apps/settings/wcm/designs/oclc/images/events-header-arrow.png") no-repeat left bottom;
  padding: 0 0 27px 0;
  margin-bottom: -25px;
  position: relative;
  z-index: 100;
}
.events-header {
  background: var(--blue);
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) inset;
}
.events-header-dates {
  font-size: var(--font-size-lg);
  margin: 0;
  float: left;
  padding: 10px 0 0 0;
}
.events-header-quickview {
  font-size: var(--font-size-xs);
  float: right;
  margin: 0;
}
.events-header-quickview a {
  color: #bddef5;
}
.events-header-quickview a:hover {
  color: #fff;
  text-decoration: none;
}
.event-listing {
  padding: 15px;
  margin: 0 0 2px 0;
  border-radius: 5px;
  background: #eef4f9;
  position: relative;
}
#events-display {
  margin: 13px 0 0 0;
}
.event-listing.event-passed {
  background: var(--background-1);
}
.event-listing-show {
  display: block;
  text-indent: -9999px;
  background: url(/apps/settings/wcm/designs/oclc/images/events-showmore.png) no-repeat 5px 5px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 12px;
  height: 11px;
  cursor: pointer;
  padding: 5px;
  line-height: 0;
  z-index: 200;
}
.event-listing-show:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/events-showmore.png) no-repeat 5px -18px;
}
.event-listing-show.event-info-open {
  background: url(/apps/settings/wcm/designs/oclc/images/events-showmore.png) no-repeat 5px -42px;
}
.event-info-open:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/events-showmore.png) no-repeat 5px -69px;
}
.event-listing-calendar {
  float: left;
  width: 55px;
}
.hide-calendar-icon .event-listing-calendar {
  display: none;
}
.hide-calendar-icon .event-info {
  margin: 0;
}
.hide-expansion-icon .event-listing-show {
  display: none;
}
.hide-event-date .event-date {
  display: none;
}
.el-month {
  font-weight: bold;
  font-size: var(--font-size-xs);
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--red);
  display: block;
  text-align: center;
  padding-top: 2px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  line-height: 1.8;
}
.el-day {
  font-weight: bold;
  font-size: 28px;
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border-2);
  border-width: 0 1px;
  padding: 1px 0 0 0;
  line-height: 1.25;
}
.el-cal-bottom {
  background: url(/apps/settings/wcm/designs/oclc/images/events-cal-btm-single.png) no-repeat;
  display: block;
  width: 55px;
  height: 7px;
}
.el-cal-bottom-multi {
  background: url(/apps/settings/wcm/designs/oclc/images/events-cal-btm-multi.png) no-repeat;
  display: block;
  width: 55px;
  height: 19px;
  margin: -8px 0 0 0;
}
.cancelled-cal {
  opacity: 0.5;
}
.event-info {
  margin: 0 0 0 75px;
}
.event-info h1 {
  font-family: var(--font-family-base);
  font-weight: bold;
  font-size: var(--font-size-lg);
  margin: 3px 0 5px 0;
  line-height: var(--line-height-sm);
  letter-spacing: 0;
}
.event-info .event-date {
  font-size: var(--font-size-sm);
  color: #3F4D57;
  margin: 0;
}
.event-short-desc {
  margin: 0;
}
.event-more-info {
  margin: 18px 0 0 0;
}
.event-more-info p {
  margin: 18px 0 0 0;
  font-size: var(--font-size-sm);
}
.event-listing-details {
  margin: 0;
  padding: 0;
  color: #3F4D57;
}
.event-listing-details li {
  list-style-type: none;
  font-size: var(--font-size-sm);
}
.event-actions p a {
  margin: 0 10px 0 0;
}
a.event-action-register {
  font-size: var(--font-size-sm);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 6px 10px 5px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: var(--green);
  background: linear-gradient(to bottom, var(--green), #105d0e);
  border: 1px solid var(--lime-dark);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
a.event-action-register:hover {
  background: #56ac51;
  background: linear-gradient(to bottom, #56ac51, #267c24);
}
a.event-action-register:active {
  background: #267c24;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
a.event-action-add {
  background: url(/apps/settings/wcm/designs/oclc/images/events-addtocal.png) no-repeat 0 1px;
  padding: 0 0 0 15px;
  color: var(--blue);
}
a.event-action-add:hover {
  color: var(--orange);
  background: url(/apps/settings/wcm/designs/oclc/images/events-addtocal.png) no-repeat 0 -28px;
}
.event-status-msg {
  margin: 0 0 18px 0;
  font-family: var(--font-family-base);
  padding: 10px 10px 8px 10px;
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: 19px;
  font-weight: bold;
  border-radius: 0px;
  border: none;
}
.event-status-msg.es-cancelled {
  background: #d42e25;
  color: #ffffff;
}
.event-status-msg.es-postponed,
.event-status-msg.es-rescheduled {
  background: var(--yellow);
  color: var(--black);
}
.event-status-msg.es-passed,
.event-status-msg.no-events {
  background: #D9D9D6;
  color: var(--black);
}
.event-status-msg.es-registration {
  background: var(--gray-dark);
  color: #ffffff;
}
.event-status-msg.es-movedonline {
  background: #215B87;
  color: #ffffff;
}
.event-status-msg.es-ondemand {
  background: #417925;
  color: #ffffff;
}
.event-status-msg a,
.event-status-msg a:hover,
.event-status-msg a:visited {
  color: #ffffff;
}
.event-status-msg.es-postponed a,
.event-status-msg.es-postponed a:hover,
.event-status-msg.es-postponed a:visited,
.event-status-msg.es-rescheduled a,
.event-status-msg.es-rescheduled a:hover,
.event-status-msg.es-rescheduled a:visited,
.event-status-msg.es-passed a,
.event-status-msg.es-passed a:hover,
.event-status-msg.es-passed a:visited {
  color: var(--black);
}
#event-filter-datepicker {
  margin: 0 0 13px 0;
  background: url(/apps/settings/wcm/designs/oclc/images/events-datepicker-shadow.png) no-repeat bottom right;
  padding: 0 0 12px 0;
}
#event-filter-datepicker .ui-datepicker {
  box-shadow: none;
  border: none;
  width: 100%;
}
#event-filter-datepicker .ui-widget-header {
  background: var(--background-1);
  border: 1px solid var(--border-2);
  border-bottom: none;
  padding-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#event-filter-datepicker .ui-datepicker .ui-datepicker-title {
  font-size: var(--font-size-lg);
  color: var(--black);
}
#event-filter-datepicker .ui-datepicker table {
  border: 1px solid var(--border-2);
  border-top: none;
  margin: 0;
}
#event-filter-datepicker .ui-datepicker th {
  font-weight: normal;
  border-top: none;
  background: var(--background-1);
  padding: 2px 0 5px 0;
  font-size: var(--font-size-xs);
}
#event-filter-datepicker .ui-datepicker td {
  border: 1px solid var(--border-2);
  font-size: var(--font-size-md);
  color: var(--black);
}
#event-filter-datepicker .ui-datepicker .ui-state-default {
  color: var(--black);
  border: none;
  padding: 6px 0;
  position: relative;
  line-height: 12px;
}
#event-filter-datepicker .ui-datepicker td span,
#event-filter-datepicker .ui-datepicker td a {
  text-align: center;
}
#event-filter-datepicker .ui-datepicker .ui-datepicker-other-month {
  background: var(--background-1);
  color: var(--text-secondary);
}
#event-filter-datepicker .ui-datepicker .ui-state-hover {
  background: #cfebff;
}
#event-filter-datepicker .ui-datepicker .ui-state-active,
#event-filter-datepicker .ui-datepicker td.event-dot a.ui-state-active {
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue), #043880);
}
#event-filter-datepicker .ui-datepicker .ui-datepicker-next,
#event-filter-datepicker .ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
#event-filter-datepicker .ui-datepicker .ui-datepicker-next-hover,
#event-filter-datepicker .ui-datepicker .ui-datepicker-prev-hover {
  background: none;
}
#event-filter-datepicker .ui-datepicker td.event-dot a {
  background-image: url(/apps/settings/wcm/designs/oclc/images/eventcal-day-dot.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
#event-filters .text.parbase {
  margin: 0 0 2px 0;
}
#event-filters .text.parbase p {
  margin: 0;
}
#event-filters .dateField {
  margin: 0;
}
#event-filters .dateField label {
  float: left;
  font-weight: normal;
  width: 50px;
  padding: 3px 0 0 0;
}
#event-filters .dateField input {
  width: 120px;
}
#event-filters #div_formpage_form_DO_NOT_CHANGE_search-events-past-only label {
  font-size: var(--font-size-xs);
}
#event-filters input.event-keyword {
  width: 170px;
}
#event-filters select {
  width: 180px;
}
#event-filters fieldset#search-events {
  border-bottom: none;
}
.rss-link a {
  font-weight: bold;
  background: url(/apps/settings/wcm/designs/oclc/images/rss-icon-16px.png) no-repeat left;
  padding: 2px 0 2px 21px;
  font-size: var(--font-size-md);
}
.event-listing-calendar.event-detail-cal {
  margin: 0 15px 25px 0;
}
.hbox .event-action-add {
  font-size: var(--font-size-sm);
}
.hbox .event-action-register {
  font-size: var(--font-size-lg);
  padding: 15px;
  display: block;
  text-align: center;
  border-radius: 5px;
}
table.event-agenda {
  border-style: dotted;
  border-color: var(--border-2);
}
.event-agenda th {
  background: var(--background-1);
  text-align: center;
  white-space: nowrap;
  border-style: dotted;
  border-color: var(--border-2);
  vertical-align: middle;
}
.event-agenda td {
  color: var(--text-primary);
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  border-style: dotted;
  border-color: var(--border-2);
}
.time-zone {
  font-size: var(--font-size-xs);
}
.event-share-twitter,
.event-share-facebook {
  color: var(--text-primary);
  padding: 0 0 0 30px;
  display: block;
}
.event-share-twitter {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-twitter-16px.png) no-repeat 0 3px;
}
.event-share-facebook {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-facebook-16px.png) no-repeat 0 3px;
}
.event-material-doc,
.event-material-audio,
.event-material-pdf,
.event-material-ppt,
.event-material-gendoc,
.event-material-mp3,
.event-material-video,
.event-material-webinar,
.event-material-blog,
.event-material-news,
.event-material-xls,
.event-material-dot,
.event-material-txt,
.event-material-pub,
.event-material-swf,
.event-material-wmv,
.event-material-jpg,
.event-material-png,
.event-material-xml,
.event-material-epub {
  color: var(--text-secondary);
  padding: 0 0 0 30px;
  display: block;
  min-height: 28px;
}
/* The style below is for the generic audio doctype style*/
.event-material-audio {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-mp3.png) no-repeat 0 0;
}
/* The style below is for the generic doc style to stay consistent with preexisting WJ styles */
.event-material-gendoc {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-gendoc.png) no-repeat 0 0;
}
.event-material-mp3 {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-mp3.png) no-repeat 0 0;
}
.event-material-pdf {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-pdf.png) no-repeat 0 0;
}
.event-material-ppt {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-ppt.png) no-repeat 0 0;
}
/* The style below is for the generic video doctype style*/
.event-material-video {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-video.png) no-repeat 0 0;
}
.event-material-webinar {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-webinar.png) no-repeat 0 0;
}
.event-material-blog {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-blog.png) no-repeat 0 0;
}
.event-material-news {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-news.png) no-repeat 0 0;
}
.event-material-doc {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-doc.png) no-repeat 0 0;
}
.event-material-xls {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-xls.png) no-repeat 0 0;
}
.event-material-dot {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-dot.png) no-repeat 0 0;
}
.event-material-txt {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-txt.png) no-repeat 0 0;
}
.event-material-pub {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-pub.png) no-repeat 0 0;
}
.event-material-swf {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-swf.png) no-repeat 0 0;
}
.event-material-wmv {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-wmv.png) no-repeat 0 0;
}
.event-material-jpg {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-jpg.png) no-repeat 0 0;
}
.event-material-png {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-png.png) no-repeat 0 0;
}
.event-material-xml {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-xml.png) no-repeat 0 0;
}
.event-material-epub {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-epub.png) no-repeat 0 0;
}
.list-collateral.nothumbs .event-material-doc,
.list-collateral.nothumbs .event-material-audio,
.list-collateral.nothumbs .event-material-pdf,
.list-collateral.nothumbs .event-material-ppt,
.list-collateral.nothumbs .event-material-gendoc,
.list-collateral.nothumbs .event-material-mp3,
.list-collateral.nothumbs .event-material-video,
.list-collateral.nothumbs .event-material-webinar,
.list-collateral.nothumbs .event-material-blog,
.list-collateral.nothumbs .event-material-news,
.list-collateral.nothumbs .event-material-xls,
.list-collateral.nothumbs .event-material-dot,
.list-collateral.nothumbs .event-material-txt,
.list-collateral.nothumbs .event-material-pub,
.list-collateral.nothumbs .event-material-swf,
.list-collateral.nothumbs .event-material-wmv,
.list-collateral.nothumbs .event-material-jpg,
.list-collateral.nothumbs .event-material-png,
.list-collateral.nothumbs .event-material-xml,
.list-collateral.nothumbs .event-material-epub {
  padding: 0;
  background: none;
}
.event-info .event-rating {
  display: block;
  font-size: var(--font-size-xs);
  margin: 0;
  padding-right: 5px;
  line-height: 19px;
  color: var(--text-secondary);
  width: 125px;
}
.event-rating .ratings-results {
  display: inline;
  padding: 0 0 0 5px;
  margin: 0;
}
.event-rating .ratings-results .section.comments.ratings {
  padding: 0;
  margin: 0;
}
.event-rating .ratings-results .section.comments.ratings .comment-header {
  padding: 0;
  margin: 0;
}
.event-rating .ratings-results .section.comments.ratings .comment-header .ratings-stars {
  padding: 0;
  margin: 0;
}
.ratings-results.event-detail {
  display: block;
  float: left;
  clear: right;
  padding: 0;
  margin: 0 0 18px 0;
}
/*! END {component-event.less} */
/*! START {component-profiles.less} */
.profile-type {
  color: var(--text-primary);
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  margin: 0 0 6px 0;
  font-family: var(--font-family-accent);
}
.profile-jobtitle {
  font-family: var(--font-family-accent);
  font-size: 17px;
  color: var(--text-primary);
  border-bottom: 1px dotted #81888D;
  padding: 0 0 27px 0;
}
.profile-headshot {
  float: left;
  margin: 0 18px 9px 0;
}
.profile-headshot img {
  border: 1px solid var(--border-2);
  padding: 3px;
  background: #fff;
  border-radius: 5px;
}
.profile-headshot .photo-credit {
  font-size: 10px;
  color: var(--text-primary);
  line-height: 14px;
  margin: 0;
}
.profile-headshot .photo-credit .photo-small {
  width: 200px;
  display: block;
}
.profile-headshot .photo-credit .photo-large {
  width: 450px;
  display: block;
}
.profile-headshot p {
  margin: 0;
}
#profile-detail .hbox p,
#profile-detail .hbox ul {
  font-size: var(--font-size-sm);
}
#profile-detail .hbox.pullquote p {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}
ul.profile-connect {
  margin: 0 0 19px 0;
}
ul.profile-connect li {
  list-style-type: none;
}
ul.profile-connect li a {
  padding: 2px 0 2px 20px;
  background-image: url(/apps/settings/wcm/designs/oclc/images/profile-social-icons.png);
  background-repeat: no-repeat;
}
ul.profile-connect li.profile-connect-facebook a {
  background-position: 0 0;
}
ul.profile-connect li.profile-connect-flickr a {
  background-position: 0 -22px;
}
ul.profile-connect li.profile-connect-linkedin a {
  background-position: 0 -44px;
}
ul.profile-connect li.profile-connect-twitter a {
  background-position: 0 -65px;
}
ul.profile-connect li.profile-connect-youtube a {
  background-position: 0 -87px;
}
ul.profile-connect li.profile-connect-googleplus a {
  background-position: 0 -113px;
}
ul.profile-connect li.profile-connect-blog a {
  background-position: 0 -138px;
}
ul.profile-connect li.profile-connect-other a {
  background-position: 0 -164px;
}
.profile-xtra-details p {
  font-weight: bold;
}
.profile-term {
  color: var(--text-primary);
}
/* Lists */
ul.list-profiles {
  margin: 0 0 13px 0;
  padding: 0;
  width: 100%;
  float: none;
  overflow: auto;
}
ul.list-profiles li {
  list-style-type: none;
  background: none;
  float: left;
  margin: 0 2px 2px 0;
  width: 33%;
}
.cq-colctrl-lt6-c1 ul.list-profiles li {
  width: 49%;
}
ul.list-profiles.news-pr li {
  list-style-type: none;
  border: none;
  margin: 0 0 10px 0;
  width: 100%;
  padding: 0 0 12px 0;
  float: left;
  min-height: 115px;
  box-shadow: none;
  border-radius: none;
  background: none;
}
.cq-colctrl-lt2-r-c0 ul.list-profiles li {
  width: 100%;
  min-height: 0;
}
ul.list-profiles h3 {
  margin: 8px 12px 0 12px;
  font-family: var(--font-family-base) !important;
  font-weight: bold !important;
  font-size: var(--font-size-xl);
  line-height: 22px;
  letter-spacing: 0 !important;
}
ul.list-profiles p {
  font-size: var(--font-size-md);
  line-height: 18px;
  color: var(--text-primary);
  margin: 0 12px 8px 12px;
}
ul.list-profiles.news-pr h3,
ul.list-profiles.news-pr p {
  margin: 0;
}
ul.list-profiles.news-pr h3 {
  font-size: var(--font-size-md);
}
ul.list-profiles img {
  float: left;
  border: none;
  padding: 0;
  background: none;
}
ul.list-profiles.news-pr img {
  margin: 0;
}
ul.list-profiles .list-profiles-details {
  float: left;
  padding: 0 12px;
}
ul.list-profiles li.list-profiles-hasimg p,
ul.list-profiles li.list-profiles-hasimg h3 {
  margin-left: 88px;
}
ul.list-profiles.news-pr li.list-profiles-hasimg p,
ul.list-profiles.news-pr li.list-profiles-hasimg h3 {
  margin-left: 100px;
}
ul.list-profiles p.list-profiles-title {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin-bottom: 8px;
  color: var(--black);
  line-height: 16px;
}
ul.list-profiles p.list-profiles-committee {
  font-size: var(--font-size-xs);
  font-weight: bold;
  text-transform: uppercase;
}
ul.list-profiles p.list-profiles-institution {
  margin-bottom: 0;
}
ul.list-profiles p.list-profiles-phone strong {
  width: 8px;
}
ul.list-profiles span.link-btn-lightgray a {
  font-size: var(--font-size-sm);
  line-height: 12px;
  margin-top: 8px;
}
ul.list-profiles.news-pr span.link-btn-lightgray a {
  font-size: var(--font-size-xs);
  line-height: 12px;
  margin-top: 0px;
  padding: 6px 8px;
}
.list-profile-display .pagination {
  margin: 0 10px 13px 0;
  width: 97%;
}
/*! END {component-profiles.less} */
/*! START {component-list.less} */
.parbase.list.section {
  padding: 0;
  margin: 0;
  clear: both;
}
/* RECENT BLOG POSTS */
ul.list-recent-blog-posts {
  margin: 0;
  padding: 0;
}
ul.list-recent-blog-posts li {
  list-style-type: none;
}
span.list-rbp-blogtitle,
span.list-rbp-postdate {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
}
/* RECENT VIDEOS */
/* Recent videos: Main content column */
.list-recent-videos article {
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 10px 0;
  margin: 0 0 13px 0;
  float: left;
}
.list-recent-videos img {
  border-top: 4px solid var(--black);
  border-bottom: 4px solid var(--black);
}
.list-rv-videothumb {
  float: left;
  width: 220px;
  margin: 0 0 8px 0;
}
.list-rv-videodetails {
  float: right;
}
.list-rv-videobutton {
  display: block;
  background: url(/apps/settings/wcm/designs/oclc/images/video-button.png) no-repeat;
  width: 220px;
  height: 125px;
  position: relative;
  margin-top: -132px;
}
.list-recent-videos h1 {
  font-weight: bold;
  letter-spacing: 0;
}
.list-recent-videos article h1 {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}
.cq-colctrl-lt2-r-c1 .list-recent-videos h1 {
  color: var(--text-primary);
  font-size: var(--font-size-md);
  line-height: 19px;
  font-family: var(--font-family-base);
}
.cq-colctrl-lt2-r-c1 .list-recent-videos article h1 {
  text-transform: none;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  border: none;
  padding: 0;
  font-weight: bold;
  color: var(--blue);
}
.list-recent-videos .list-rv-videodetails {
  color: var(--text-primary);
  padding: 10px 0 0 0;
  line-height: 18px;
}
.list-recent-videos .list-rv-videodetails {
  width: 458px;
  padding: 0;
  margin: 0 0 0 20px;
}
.cq-colctrl-lt2-r-c0 .list-recent-videos .list-rv-videodetails {
  width: 218px;
}
.cq-colctrl-lt2-r-c1 .list-recent-videos .list-rv-videodetails {
  width: 219px;
  margin: 0;
  padding: 10px 0 0 0;
}
.cq-colctrl-lt2 .list-recent-videos .list-rv-videothumb {
  float: none;
}
.cq-colctrl-lt2 .list-recent-videos .list-rv-videodetails {
  width: auto;
  margin: 0;
}
.list-recent-videos .list-rv-videodesc {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.list-recent-videos .list-rv-videotitle {
  font-weight: bold;
  color: var(--blue);
  text-decoration: underline;
  font-family: var(--font-family-base);
}
.list-recent-videos .list-rv-videospecs,
.hbox .list-rv-videospecs {
  font-size: var(--font-size-xs) !important;
  line-height: var(--line-height-md) !important;
  margin: 0;
}
.list-recent-videos .list-rv-videodesc {
  margin: 6px 0 0 0;
}
.list-recent-videos a {
  text-decoration: none;
}
.list-recent-videos a:hover .list-rv-videobutton {
  background: url(/apps/settings/wcm/designs/oclc/images/video-button.png) no-repeat 0 -118px;
}
.list-recent-videos a:hover .list-rv-videotitle {
  color: var(--orange);
}
.list-recent-videos .link-more a {
  text-decoration: underline;
}
/* Recent videos: Highlight box */
.hbox .list-recent-videos img {
  width: 179px;
  height: 96px;
}
.hbox .list-rv-videobutton {
  width: 179px;
  height: 96px;
  margin-top: -100px;
  background: url(/apps/settings/wcm/designs/oclc/images/video-button.png) no-repeat -20px -12px;
}
.hbox a:hover .list-rv-videobutton {
  background: url(/apps/settings/wcm/designs/oclc/images/video-button.png) no-repeat -20px -130px;
}
/* Recent videos: no thumbnail */
.list-recent-videos.nothumbs article {
  float: none;
}
.list-recent-videos.nothumbs .list-rv-videodetails,
.cq-colctrl-lt2-r-c0 .list-recent-videos.nothumbs .list-rv-videodetails,
.cq-colctrl-lt2-r-c1 .list-recent-videos.nothumbs .list-rv-videodetails {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  background: url(/apps/settings/wcm/designs/oclc/images/icons-doctypes.png) no-repeat 0 -170px;
  padding-left: 30px;
}
/* UPCOMING EVENTS */
.list-upcoming-events article {
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.list-events-nocalendar.list-upcoming-events article {
  border: none;
  padding: 15px;
  margin: 0 0 2px 0;
}
.list-ue-eventdate {
  font-size: var(--font-size-xs);
  background: url(/apps/settings/wcm/designs/oclc/images/icon-event-sm.png) no-repeat left;
  padding: 2px 0 0 20px;
  margin: 0;
  color: var(--text-primary);
}
.list-ue-eventtitle {
  font-size: var(--font-size-md);
  font-family: var(--font-family-base) !important;
  font-weight: bold;
  margin: 3px 0;
  letter-spacing: 0;
  line-height: 20px !important;
}
p.list-ue-eventvenue,
p.list-ue-eventlocation,
p.list-ue-eventtime,
p.list-ue-eventcomments,
.list-ue-eventrating {
  font-size: var(--font-size-xs) !important;
  margin: 0;
  color: var(--text-primary);
}
.parsys_column.cq-colctrl-lt2-r-c0 p.list-ue-eventdescription,
.parsys_column.cq-colctrl-lt5-c0 p.list-ue-eventdescription,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 p.list-ue-eventdescription,
.parsys_column.home-content-c0 .page-content p.list-ue-eventdescription,
.parsys_column.cq-colctrl-res-home-c0 p.list-ue-eventdescription {
  font-size: var(--font-size-sm);
  margin: 0 0 3px 0;
  line-height: 18px;
}
.parsys_column.cq-colctrl-lt5-c1 p.list-ue-eventdescription,
.parsys_column.cq-colctrl-lt2-r-c1 p.list-ue-eventdescription,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 p.list-ue-eventdescription,
.parsys_column.cq-colctrl-res-home-c1 p.list-ue-eventdescription,
.parsys_column.cq-colctrl-res-home-c2 p.list-ue-eventdescription {
  font-size: var(--font-size-xs);
  margin: 0 0 3px 0;
  line-height: 15px;
}
.list-upcoming-events .link-more a {
  font-size: var(--font-size-sm);
}
.list-ue-eventrating .ratings-results {
  display: inline-block;
  float: none;
  margin: 0 0 -3px 0;
  padding: 0 0 0 3px;
}
/* MIXED COLLATERAL LIST*/
.list-mixed-collateral article {
  display: block;
  border-bottom: 1px dotted var(--border-2);
  padding: 15px 0 15px 0;
  width: 100%;
  clear: both;
  overflow: auto;
}
.list-collatthumb {
  float: left;
  margin-right: 20px;
  width: 220px;
}
.list-collatthumb img {
  width: 216px;
  border: 1px solid var(--border-2);
  background: var(--white);
  padding: 2px;
  border-radius: 3px;
}
.list-mixed-collateral h1 {
  font-family: var(--font-family-base);
  font-size: var(--font-size-lg);
  font-weight: bold;
}
.list-mixed-collateral article h1 {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  padding: 0;
  margin: 0;
}
.list-mixed-collateral .thumb .list-collatdetails {
  margin: 0 0 0 240px;
  padding: 0;
}
.list-mixed-collateral .list-collatdesc {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.list-mixed-collateral .list-collatspecs {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  margin: 5px 0 10px 0;
  padding: 0;
  color: var(--text-primary);
}
.list-mixed-collateral .list-collatvideobut {
  display: block;
  background: url(/apps/settings/wcm/designs/oclc/images/video-button.png) no-repeat;
  width: 220px;
  height: 118px;
  position: relative;
  margin-top: -122px;
}
.list-mixed-collateral a:hover .list-collatvideobut {
  background: url(/apps/settings/wcm/designs/oclc/images/video-button.png) no-repeat 0 -118px;
}
/* RECENT NEWS */
.list-recent-news article {
  border-bottom: 1px dotted var(--border-2);
  margin: 0 0 18px 0;
}
.list-rn-newstitle {
  font-size: var(--font-size-lg);
  font-family: var(--font-family-base);
  font-weight: bold;
  line-height: 23px;
  margin: 0;
  letter-spacing: 0px;
}
.list-rn-newsdate {
  color: var(--text-primary);
  font-size: var(--font-size-sm);
  margin: 5px 0;
}
.list-recent-news .link-more {
  display: block;
}
/* PUBLICATIONS */
.list-recent-publications article {
  border-bottom: 1px dotted var(--border-2);
  margin: 0 0 18px 0;
}
.list-recent-publications article h1 {
  letter-spacing: 0px;
}
.list-rp-pubtitle {
  font-size: var(--font-size-md);
  font-family: var(--font-family-base);
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}
.list-rp-pubdate {
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  margin: 2px 0 9px 0;
}
.list-rp-pubauthor {
  font-size: var(--font-size-xs);
  margin: 0;
  line-height: 15px;
}
.list-recent-publications .link-more {
  margin-top: -12px;
  display: block;
}
/* LIST COLLATERAL */
section.list-collateral {
  margin: 0;
  padding: 0 0 18px 0;
}
.list-collateral article {
  margin: 8px 0 0 0;
}
.list-collateral h1.list-collateral-title {
  font-size: var(--font-size-sm);
  color: var(--blue);
  border-bottom: 0;
  text-transform: none;
  padding-bottom: 0;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 18px;
  font-family: var(--font-family-base);
}
.list-collateral h1.list-collateral-title:hover {
  color: var(--orange);
}
.list-collateral p.list-collateral-specs {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
  padding: 0;
  margin: 0;
}
/* QUICKLINKS LIST DISPLAY */
section.quicklinks {
  margin: 0;
  padding: 0 0 18px 0;
}
.quicklinks ul,
div.cq-colctrl-lt2-r-c1 .quicklinks ul {
  margin: 0;
  padding: 0;
}
.quicklinks ul li {
  list-style-type: none;
  margin: 4px 0 0 0;
}
section.quicklinks.tags,
section.about-author {
  margin: 0;
  padding: 0 0 18px 0;
}
.quicklinks.tags ul {
  margin: 0;
  padding: 0;
}
.quicklinks.tags ul li {
  list-style-type: none;
  margin: 4px 0 0 0;
  line-height: 18px;
}
.quicklinks h1,
.simple-list h1,
.numbered-list h1,
.wj-prog-sponsors h1,
.proj-schedule h1,
.about-author h1,
.list-collateral h1 {
  color: var(--text-primary);
  font-size: var(--font-size-md);
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 9px 0;
  line-height: 15px;
  margin: 0 0 9px 0;
  letter-spacing: 0;
  font-family: var(--font-family-base);
}
div.cq-colctrl-lt2-r-c1 .quicklinks h1 {
  font-weight: bold;
}
.parsys_column.cq-colctrl-lt5-c1 .dotted-underline {
  padding: 0 0 4px 0;
}
/* SIMPLE LIST DISPLAY */
.simple-list .row {
  border-bottom: 1px dotted var(--border-2);
  padding: 8px 0 10px 0;
  display: block;
  margin-bottom: 2px;
}
section.simple-list {
  margin: 0;
  padding: 0 0 18px 0;
}
.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-list li {
  list-style-type: none;
  padding: 4px 0 0 0;
}
.simple-list img.img-border {
  float: left;
  margin-right: 10px;
}
section.simple-list.small {
  margin: 0;
  padding: 0 0 18px 0;
}
.simple-list.small ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-list.small ul li {
  list-style-type: none;
  padding: 4px 0 0 0;
  font-size: var(--font-size-sm);
}
section.simple-list.links {
  margin: 0;
  padding: 0 0 18px 0;
}
.simple-list.links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-list.links li {
  list-style-type: none;
  padding: 4px 0 0 0;
}
/* NUMBERED LIST DISPLAY */
section.numbered-list {
  margin: 0;
  padding: 0 0 18px 0;
}
.numbered-list li {
  padding: 4px 0 0 0;
}
section.numbered-list.small {
  margin: 0;
  padding: 0 0 18px 0;
}
.numbered-list.small ul {
  margin: 0;
  padding: 0;
}
.numbered-list.small li {
  padding: 4px 0 0 0;
  font-size: var(--font-size-sm);
}
.list-trig {
  display: block;
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow.png") no-repeat 0 2px;
  padding-left: 13px;
}
.quicklinks h1.list-trig-closed,
.simple-list h1.list-trig-closed,
.simple-list.small h1.list-trig-closed,
.proj-schedule h1.list-trig-closed,
.about-author h1.list-trig-closed {
  display: block;
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow.png") no-repeat 0 2px;
  padding-left: 13px;
}
.quicklinks h1.list-trig-closed:hover,
.simple-list h1.list-trig-closed:hover,
.simple-list.small h1.list-trig-closed:hover,
.proj-schedule h1.list-trig-closed:hover,
.about-author h1.list-trig-closed:hover {
  display: block;
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow-hover.png") no-repeat 0 2px;
  color: var(--black);
  cursor: pointer;
}
.quicklinks h1.list-trig-open,
.simple-list h1.list-trig-open,
.simple-list.small h1.list-trig-open,
.proj-schedule h1.list-trig-open,
.about-author h1.list-trig-open {
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow.png") no-repeat 0 -26px;
  padding-left: 13px;
}
.quicklinks h1.list-trig-open:hover,
.simple-list h1.list-trig-open:hover,
.simple-list.small h1.list-trig-open:hover,
.proj-schedule h1.list-trig-open:hover,
.about-author h1.list-trig-open:hover {
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow-hover.png") no-repeat 0 -26px;
  cursor: pointer;
}
.trig-total-count {
  font-weight: normal;
}
.list-upcoming-events .list-trig {
  display: block;
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow2.png") no-repeat -1px 7px;
  padding-left: 16px;
  padding-top: 4px;
}
.list-upcoming-events h3.list-trig-closed {
  display: block;
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow2.png") no-repeat -1px 7px;
  padding-left: 16px;
  padding-top: 4px;
}
.list-upcoming-events h3.list-trig-closed:hover {
  display: block;
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow-hover2.png") no-repeat -1px 7px;
  color: var(--black);
  cursor: pointer;
}
.list-upcoming-events h3.list-trig-open {
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow2.png") no-repeat -2px -50px;
  padding-left: 16px;
  padding-top: 4px;
}
.list-upcoming-events h3.list-trig-open:hover {
  background: url("/apps/settings/wcm/designs/oclc/images/list-trig-arrow-hover2.png") no-repeat -2px -50px;
  cursor: pointer;
}
/* Quick Links */
.quicklinks ul li a,
.quicklinks.tags ul li a {
  display: inline-block;
  padding: 0 0 0 16px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
p.list-empty {
  color: var(--text-secondary);
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 10px 0;
}
/* Contacts List Display */
ul.list-contacts {
  margin: 0 0 13px 0;
  padding: 0;
  float: left;
  width: 100%;
}
ul.list-contacts li {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  list-style-type: none;
  background: var(--background-2);
  border: 2px solid #fff;
  margin: 0 10px 10px 0;
  padding: 12px 0;
  min-height: 115px;
}
ul.list-contacts.no-blocks li {
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  list-style-type: none;
  background: none;
  border: none;
  margin: 0 10px 15px 0;
  padding: 0;
  min-height: 115px;
}
ul.list-contacts h3,
ul.list-contacts p {
  margin: 0 12px;
}
ul.list-contacts.no-blocks h3,
ul.list-contacts.no-blocks p {
  margin: 0;
}
ul.list-contacts h3 {
  margin-bottom: 5px;
}
ul.list-contacts .list-contacts-addblock,
ul.list-contacts .list-contacts-phoneblock,
ul.list-contacts .list-contacts-webblock {
  margin-bottom: 9px;
}
ul.list-contacts p.list-contacts-address1,
ul.list-contacts p.list-contacts-address2,
ul.list-contacts p.list-contacts-city,
ul.list-contacts p.list-contacts-stateregion,
ul.list-contacts p.list-contacts-country,
ul.list-contacts p.list-contacts-postalcode,
ul.list-contacts p.list-contacts-phone,
ul.list-contacts p.list-contacts-tollphone,
ul.list-contacts p.list-contacts-fax,
ul.list-contacts p.list-contacts-email,
ul.list-contacts p.list-contacts-website {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  color: var(--text-primary);
  margin-bottom: 0px;
}
.hbox.calltoaction ul.list-contacts p.list-contacts-address1,
.hbox.calltoaction ul.list-contacts p.list-contacts-address2,
.hbox.calltoaction ul.list-contacts p.list-contacts-city,
.hbox.calltoaction ul.list-contacts p.list-contacts-stateregion,
.hbox.calltoaction ul.list-contacts p.list-contacts-country,
.hbox.calltoaction ul.list-contacts p.list-contacts-postalcode,
.hbox.calltoaction ul.list-contacts p.list-contacts-phone,
.hbox.calltoaction ul.list-contacts p.list-contacts-tollphone,
.hbox.calltoaction ul.list-contacts p.list-contacts-fax,
.hbox.calltoaction ul.list-contacts p.list-contacts-email,
.hbox.calltoaction ul.list-contacts p.list-contacts-website {
  color: var(--white);
}
ul.list-contacts p.list-contacts-phone strong {
  width: 8px;
}
ul.list-contacts span.link-btn-lightgray a {
  font-size: var(--font-size-sm);
  line-height: 12px;
  margin-top: 8px;
}
/* GENERIC PAGE LIST */
section.list-generic-page {
  margin: 0;
  padding: 0 0 18px 0;
}
.list-generic-page ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-generic-page li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 27px 0;
  display: block;
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 27px 0;
}
.list-generic-page.thumbs .page-info {
  margin: 0 0 0 155px;
  padding: 0;
}
.cq-colctrl-lt2-r-c1 .list-generic-page.thumbs .page-info {
  margin: 0 0 0 50px;
  padding: 0;
}
.list-generic-page.icons .page-info {
  margin: 0 0 0 35px;
  padding: 0;
}
.list-generic-page.noimg .page-info {
  margin: 0;
  padding: 0;
}
.page-info .news-list-stats {
  padding: 2px 0 0 0;
  margin-top: 0;
  color: var(--text-primary);
  font-size: var(--font-size-sm);
}
.list-generic-page .thumb {
  float: left;
  border: 1px solid var(--border-2);
  padding: 2px;
  background: var(--white);
  border-radius: 4px;
  margin-right: 16px;
  margin-top: 2px;
  width: 133px;
}
.list-generic-page .thumb img {
  vertical-align: bottom;
}
.cq-colctrl-lt2-r-c1 .list-generic-page .thumb {
  width: 30px;
}
.list-generic-page .icon {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-news.png) no-repeat 0 0;
  width: 23px;
  height: 28px;
  display: block;
  position: absolute;
  margin-top: 2px;
}
.page-info h3 {
  font-size: var(--font-size-lg);
  margin: 0;
  font-family: var(--font-family-base);
}
.page-info .page-subtitle {
  color: var(--text-primary);
  margin: 0 0 8px 0;
  font-size: var(--font-size-sm);
}
.cq-colctrl-lt2-r-c1 .list-generic-page h3 {
  font-size: var(--font-size-md);
  line-height: 18px;
}
.page-info .author {
  font-family: var(--font-family-accent);
  font-style: italic;
  float: left;
}
.page-info .stat-name {
  font-weight: bold;
  float: left;
}
.page-info .divider {
  padding: 0 4px;
  float: left;
}
.page-info .ratings-results {
  display: inline-block;
  float: none;
  margin: 0 0 -3px 0;
  padding-left: 3px;
}
.page-info p.page-desc {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.page-info .page-tags {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
  margin-top: 10px;
}
.page-info .page-tags a {
  color: var(--text-primary);
}
.page-info .page-tags a:hover {
  color: var(--black);
}
ul.page-metadata {
  margin: 0 0 0 0;
  overflow: auto;
}
ul.page-metadata li {
  margin: 0;
  font-size: var(--font-size-xs);
  float: left;
  clear: none;
  padding: 0 10px 0 15px;
  color: var(--text-primary);
  border: none;
}
ul.page-metadata li:first-child {
  padding-left: 0;
  background: none;
}
ul.page-metadata li {
  background: url(/apps/settings/wcm/designs/oclc/images/metadata-divider.png) left no-repeat;
}
/* POD - Print on Demand List */
.list-pod ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}
.list-pod ul li {
  margin: 0 0 27px 0;
  padding: 0;
  list-style-type: none;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.list-pod .checker {
  vertical-align: top;
  float: left;
  margin-top: 3px;
}
.list-pod .img-thumb {
  border: 1px solid var(--border-2);
  padding: 2px;
  background: var(--white);
  border-radius: 4px;
  float: left;
  width: 60px;
}
.list-pod .pod-piece {
  margin: 0 0 0 18px;
}
.list-pod .pod-piece.thumb .pod-details {
  padding-right: 10px;
  margin: 0 0 0 75px;
}
.list-pod .pod-piece.nothumb .pod-details {
  padding-right: 0px;
  margin: 0 0 0 0px;
}
p.pod-return-links {
  margin: 0;
  padding: 0;
}
p.pod-return-links a {
  margin-right: 25px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.list-pod p.pod-title {
  margin: 0;
  font-weight: bold;
}
.list-pod p.pod-text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0;
  padding: 3px 0;
}
.list-pod p.prm-date {
  margin: 0;
  padding-top: 3px;
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
}
.list-pod p.prm-num {
  font-weight: bold;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0;
}
.list-pod p.specs {
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  margin: 0;
}
/* POD - Print on Demand List ROWS*/
.list-pod.barline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}
.list-pod.barline ul li {
  margin: 0;
  padding: 10px 15px;
  list-style-type: none;
  vertical-align: top;
  overflow: auto;
  display: block;
  width: 96.5%;
}
.list-pod.barline ul li:nth-child(odd) {
  background-color: var(--background-1);
}
.list-pod.barline ul li:nth-child(even) {
  background-color: var(--background-0);
}
.list-pod.barline ul li:first-child {
  background-color: var(--gray);
  color: var(--white);
}
.list-pod.barline .checker {
  vertical-align: top;
  float: left;
  margin-top: 3px;
}
.list-pod.barline .pod-piece {
  margin: 0 0 0 18px;
}
.list-pod.barline .pod-piece .pod-details {
  margin: 0;
}
.list-pod.barline .pod-details a {
  font-weight: bold;
}
.list-pod.barline p.pod-title {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0;
  float: left;
  width: 21%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.pod-title {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
}
.list-pod.barline p.pod-text {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  margin: 0;
  float: left;
  width: 30%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.pod-text {
  color: var(--white);
}
.list-pod.barline p.prm-date {
  margin: 0;
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  float: left;
  width: 8%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.prm-date {
  color: var(--white);
}
.list-pod.barline p.prm-num {
  font-weight: bold;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0;
  width: 11%;
  float: left;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.prm-num {
  color: var(--white);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  font-weight: normal;
}
.list-pod.barline p.specs {
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  margin: 0;
  float: left;
  width: 20%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.specs {
  color: var(--white);
}
p.pod-return-links.barline {
  margin: 10px 0 0 0;
}
p.pod-return-links.barline a {
  margin-right: 25px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.pod-back-top {
  position: fixed;
  bottom: 100px;
  margin-right: -140px;
}
/* Faceted List Views */
.no-nav div.parsyscolumncontrol #facet-list-display .cq-colctrl-lt1-c0 {
  width: 25%;
}
.no-nav div.parsyscolumncontrol #facet-list-display .cq-colctrl-lt1-c1 {
  width: 75%;
}
.facets {
  border: none;
  border-radius: 3px;
  padding: 8px 8px 1px 8px;
  background: var(--background-2);
}
.facets-narrow {
  color: var(--text-primary);
  font-size: var(--font-size-xl);
}
.facets h2 {
  padding: 0 5px;
  font-family: var(--font-family-base) !important;
  font-size: var(--font-size-xl) !important;
  letter-spacing: 0 !important;
  font-weight: bold !important;
}
.facets-options h3 {
  padding: 5px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 2px 0;
  border-bottom: 1px dotted #bbb;
  font-family: var(--font-family-base) !important;
  font-size: var(--font-size-lg) !important;
  letter-spacing: 0 !important;
}
.facets-options ul {
  margin: 0 0 18px 0;
  padding: 0;
}
.facets-options ul li {
  list-style-type: none;
  padding: 5px 5px 4px 5px;
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: 17px;
  border-bottom: 1px dotted #bbb;
}
.facets-options ul li a,
.facets-options ul li a:visited {
  text-decoration: none;
  color: var(--link);
}
.facets-options ul li a:hover {
  color: var(--link-hover);
}
.facets-options p.showmore {
  margin-left: 5px;
  margin-top: -10px;
  margin-bottom: 16px;
  color: #666;
  font-size: var(--font-size-xs);
  line-height: 14px;
}
.facets-options .facethide {
  visibility: collapse;
  display: none;
}
.facets-options .facetshow {
  visibility: visible;
}
.facets-selected {
  background: var(--white);
  padding: 8px;
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  border-radius: 3px;
  margin: 0 0 10px 0;
  border-right: 1px solid #a2adbe;
  border-bottom: 1px solid #a2adbe;
}
.facets-selected h4 {
  text-transform: none;
  font-weight: bold;
  font-size: var(--font-size-sm);
  margin: 0;
  color: var(--black);
  line-height: 17px;
}
.facets-selected ul {
  margin: 0;
  padding: 0;
}
.facets-selected ul li {
  font-size: var(--font-size-sm);
  list-style-type: none;
  line-height: 17px;
}
.facets-clear {
  font-size: var(--font-size-sm);
  margin: 0;
  text-align: right;
}
.facets-clear a {
  color: var(--text-primary);
}
.facets-clear a:hover {
  color: var(--black);
}
.facets-selected section {
  margin: 0 0 10px 0;
}
.facet-remove {
  display: block;
  float: right;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: url(/apps/settings/wcm/designs/oclc/images/facet-close.png) no-repeat;
}
.facet-remove:hover {
  background-position: 0 -60px;
}
/* Member Story List */
.member-story {
  width: 214px;
  display: inline-block;
  margin: 0 14px 30px 0;
  vertical-align: top;
}
.member-story img {
  width: 260px;
  border: 1px solid var(--border-2);
  padding: 2px;
  background: var(--white);
  border-radius: 3px;
}
.member-story-list h2 {
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 9px 0;
  margin: 0 0 18px 0;
}
h3.member-story-title {
  font-weight: bold !important;
  font-family: var(--font-family-base) !important;
  font-size: var(--font-size-lg) !important;
  letter-spacing: 0 !important;
  text-decoration: underline;
  display: block;
  margin: 0 0 5px 0;
}
.member-story-text p {
  font-size: var(--font-size-sm);
  color: var(--text-primary);
  display: block;
  line-height: 17px;
  margin: 0;
}
.member-story-list .link-more {
  border-top: 1px dotted var(--border-2);
  padding: 9px 0 0 0;
}
/* Project lists */
.projectlist.parbase.section .projectlist h1 {
  margin: 0 0 1rem;
  font-size: var(--font-size-2x);
  line-height: 25px;
  letter-spacing: -0.5px;
}
.projectlist.parbase.section .projectlist .pstn-info {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dotted 1px #888B8D;
}
.projectlist.parbase.section .projectlist .pstn-info header h2 {
  margin: 0 0 0.4rem 0;
  font-size: var(--font-size-3x);
  line-height: 30px;
  letter-spacing: -0.75px;
}
.projectlist.parbase.section .projectlist .pstn-info p.article-description {
  margin: 0;
}
.projectlist.parbase.section .projectlist.brief h1 {
  margin: 0 0 0.5rem;
  font-size: var(--font-size-xl);
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0px;
}
.projectlist.parbase.section .projectlist.brief header h2 {
  margin: 0 0 0.5rem 0;
  font-size: var(--font-size-lg);
  line-height: 20px;
  letter-spacing: -0.25px;
}
.projectlist.parbase.section .projectlist.brief p.article-description {
  margin: 0 0 0.6rem;
  font-size: 13px;
  line-height: 17px;
}
/*! END {component-list.less} */
/*! START {component-email.less} */
.email-subscribe {
  margin: 0 0 22px 0;
}
.email-subscribe h1 {
  font-size: var(--font-size-md);
  font-family: var(--font-family-base);
  font-weight: bold;
  color: var(--text-primary);
  border-bottom: 1px dotted var(--border-3);
  margin: 0 0 9px 0;
  padding: 0 0 6px 0;
  line-height: 16px;
  letter-spacing: 0;
}
.email-subscribe .sub-text {
  overflow: auto;
}
.email-subscribe .sub-text img {
  float: left;
  margin: 0 8px 8px 0;
}
.email-subscribe p {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  color: var(--text-primary);
  margin: 0 0 9px 0;
}
.email-subscribe input[type="text"] {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 8px 8px 7px 8px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  background: linear-gradient(to top, #ffffff 85%, #e2e2e2);
  margin: 0 0 9px 0;
}
.email-subscribe select {
  width: 100%;
  margin: 0 0 9px 0;
}
.email-subscribe {
  padding: 10px 10px 1px 10px;
  background: #e9f4fa;
  border-radius: 5px;
}
#sub-submit {
  float: left;
  background: url(/apps/settings/wcm/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px, linear-gradient(to top, #053981, #2177b5);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #043880;
  height: 31px;
  width: 30px;
  text-indent: -9999px;
}
#sub-submit:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px, linear-gradient(to top, #13498a, #56a1d6);
}
#sub-subscribe {
  margin: 0 0 9px 0;
}
.alert-message.sub-emailalert {
  margin: 0;
}
a.sub-nothanks {
  color: var(--text-primary);
  font-size: var(--font-size-sm);
}
a.sub-nothanks:hover {
  color: var(--black);
}
.visuallyhidden.sub-label-show {
  position: relative !important;
  clip: auto;
  font-size: var(--font-size-xs);
}
/* Management form */
#whatcountsmanagement,
#unsubscribe-all,
.emailmanage-intro {
  display: none;
}
/*! END {component-email.less} */
/*! START {component-generic.less} */
.next-steps-rss {
  margin: 0;
  padding: 0;
}
.next-steps-rss li {
  list-style-type: none;
  margin: 0 0 9px 0;
  padding: 0 0 0 17px;
  background: url(/apps/settings/wcm/designs/oclc/images/nextstep-arrow-rss.png) no-repeat 0 2px;
  font-size: var(--font-size-xs);
  color: var(--text-primary);
}
.fol-icon-links {
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 19px 0;
  width: 100%;
}
.fol-icon-links span {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 6px 6px 0;
}
.fol-icon-links a {
  width: 24px;
  height: 24px;
  display: block;
  padding: 0;
}
.fol-icon-add {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) 0 0;
}
.fol-icon-email {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -25px 0;
}
.fol-icon-rss {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -50px 0;
}
.fol-icon-twitter {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -75px 0;
}
.fol-icon-facebook {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -100px 0;
}
.fol-icon-myspace {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -125px 0;
}
.fol-icon-linkedin {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -150px 0;
}
.fol-icon-google {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -175px 0;
}
.fol-icon-youtube {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -200px 0;
}
.fol-icon-vimeo {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -225px 0;
}
.fol-icon-flickr {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -250px 0;
}
.fol-icon-picasa {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -275px 0;
}
.fol-icon-blogger {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -300px 0;
}
.fol-icon-foursquare {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -325px 0;
}
.fol-icon-googleplus {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -350px 0;
}
.fol-icon-instagram {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -375px 0;
}
.fol-icon-pinterest {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -400px 0;
}
.fol-icon-wordpress {
  background: url(/apps/settings/wcm/designs/oclc/images/follow-sprites.png) -425px 0;
}
.hdr-dottedline {
  display: block;
  margin: 0 0 23px 0;
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 18px 0;
  font-family: var(--font-family-accent);
  font-weight: normal;
  width: 100%;
}
.hdr-sub-dottedline {
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 9px 0;
  font-size: var(--font-size-md);
  font-family: var(--font-family-accent);
  margin: 0;
  color: var(--text-primary);
  font-weight: bold;
  display: block;
  line-height: 11px;
}
h2 .hdr-sub-dottedline {
  font-family: var(--font-family-base);
}
/* Styles for RSS Feed Reader */
.parbase.section.feedlink div {
  float: left;
  padding-right: 7px;
}
.parbase.section.feedlink div a {
  font-size: var(--font-size-md);
}
#faq-set h2 {
  padding: 6px 15px;
  background: #e5e5e5;
  color: var(--text-primary);
  border-radius: 3px;
  text-shadow: 0 1px 0 #ffffff;
  border-top: 1px solid var(--border-2);
  margin-top: 18px;
}
#faq-set h3 {
  color: var(--blue);
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 5px 0;
  font-weight: normal;
  background: url(/apps/settings/wcm/designs/oclc/images/faq-arrows.png) no-repeat 4px 3px;
  padding: 0 17px;
  font-family: var(--font-family-base);
  font-size: var(--font-size-lg);
  letter-spacing: 0;
}
#faq-set h3:hover {
  color: var(--orange);
  background: url(/apps/settings/wcm/designs/oclc/images/faq-arrows.png) no-repeat 4px -123px;
}
#faq-set h3.faq-open {
  background: url(/apps/settings/wcm/designs/oclc/images/faq-arrows.png) no-repeat 3px -242px;
}
#faq-set h3.faq-open:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/faq-arrows.png) no-repeat 3px -357px;
}
#faq-set .faq-answer {
  margin: 0 0 36px 0;
  padding: 0 17px;
}
.faq-tools {
  color: var(--text-primary);
  font-size: var(--font-size-xs);
}
#faq-show-all,
#faq-hide-all,
#faq-print {
  text-decoration: underline;
  cursor: pointer;
}
#faq-show-all:hover,
#faq-hide-all:hover,
#faq-print:hover {
  color: var(--black);
}
.image small {
  color: var(--text-primary);
  font-size: var(--font-size-sm);
  display: inline-block;
  line-height: 18px;
}
.parbase.textimage.section .image img,
.text.parbase.section img,
.parbase.textimage.section img,
.parbase.image.section img,
.product-page .reference.parbase.section .image img {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 2px;
  background: var(--white);
}
/*! END {component-generic.less} */
/*! START {component-blogs.less} */
.list-blog-posts h1 {
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 12px 0;
  margin: 0 0 18px 0;
  letter-spacing: 0;
}
.list-blog-posts p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0;
}
.list-blog-posts p.blog-name {
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  margin: 0;
}
.list-blog-posts article {
  border-bottom: 1px dotted var(--border-2);
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}
.list-blog-posts article h1 {
  font-family: var(--font-family-base);
  font-weight: bold;
  font-size: var(--font-size-md);
  border: none;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
}
.list-blog-posts p.blog-publish {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
}
.list-blog-posts p.blog-excerpt {
  margin: 10px 0 0 0;
}
.blog-banner {
  padding: 25px 30px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset;
}
.blog-banner h1 {
  margin: 0;
  line-height: 40px;
}
.blog-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-family-accent);
}
.blog-banner.image {
  padding: 0;
  background: none;
}
.blog-banner.green {
  background: var(--green);
  background: linear-gradient(to bottom, var(--green), #105d0e);
}
.blog-banner.gray {
  background: var(--gray-dark);
  background: linear-gradient(to bottom, var(--gray-dark), #131c24);
}
.blog-banner.blue {
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue), #043880);
}
.blog-banner.orange {
  background: var(--orange);
  background: linear-gradient(to bottom, var(--orange), #8e4200);
}
.blog-banner.violet {
  background: var(--purple);
  background: linear-gradient(to bottom, var(--purple), #231456);
}
.blog-banner.fuschia {
  background: var(--magenta);
  background: linear-gradient(to bottom, var(--magenta), #700930);
}
.blog-banner.teal {
  background: var(--lime-dark);
  background: linear-gradient(to bottom, var(--lime-dark), #004c58);
}
.blog-banner.red {
  background: var(--red);
  background: linear-gradient(to bottom, var(--red), #7a2326);
}
.blog-banner.dark-blue {
  background: var(--blue-darker);
  background: linear-gradient(to bottom, var(--blue-darker), #161534);
}
.blog-page #pill-nav {
  margin: 0 0 15px 0;
}
.blog-content {
  float: left;
  width: 74.4%;
}
.blog-first-post h1 a {
  text-decoration: none;
  color: var(--black);
}
.blog-stats,
.news-stats {
  color: var(--text-primary);
  border-top: 1px dotted var(--border-2);
  border-bottom: 1px dotted var(--border-2);
  padding: 10px 0;
  margin: 18px 0;
  font-size: var(--font-size-sm);
}
.list-blog-posts .blog-stats {
  margin: 9px 0;
}
.blog-stats a {
  color: var(--text-primary);
}
.blog-stats a:hover {
  color: var(--black);
}
.blog-content .addthis_toolbox {
  margin: 0 0 5px 0;
}
.blog-first-post,
.blog-recent-post {
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 18px 0;
  margin: 0 0 36px 0;
}
.blog-recent-post h1 {
  font-family: var(--font-family-base);
  font-size: var(--font-size-xl);
  font-weight: bold;
  margin: 0;
  letter-spacing: 0;
}
.blog-recent-post p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.blog-recent-post .blog-stats {
  margin: 7px 0 18px 0;
}
.blog-readmore {
  font-size: var(--font-size-sm);
  margin-top: -9px;
}
.blog-sidebar {
  float: right;
  background: #e8e8e8;
  border: 2px solid #ffffff;
  width: 179px;
  padding: 20px 20px 0 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.blog-sidebar h2 {
  color: var(--text-primary);
  font-size: var(--font-size-md);
  border-bottom: 1px dotted var(--border-3);
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  line-height: 18px;
}
.blog-sidebar h3 {
  color: var(--text-primary);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0 0 9px 0;
}
.blog-sidebar p {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-md);
  color: var(--text-primary);
}
.blog-sidebar ul {
  margin-left: 0;
  padding: 0;
}
.blog-sidebar ul li {
  list-style-type: none;
  color: var(--text-primary);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  margin: 0 0 5px 0;
}
.blog-sidebar .rss-link {
  background: url("/apps/settings/wcm/designs/oclc/images/connect-icons.png") no-repeat scroll 0 -517px;
  padding: 2px 0 2px 22px;
}
.blog-sidebar .blog-recent-post {
  border-bottom: none;
  margin: 0 0 9px 0;
  padding: 0;
}
.blog-sidebar .blog-recent-post h1 {
  font-weight: normal;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  letter-spacing: 0;
}
.blog-sidebar .blog-recent-post .blog-publish {
  font-size: var(--font-size-xs);
  margin: 3px 0 0 0;
}
.blog-tags p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  color: var(--text-primary);
  margin: 0;
}
.blog-tags a {
  color: var(--text-primary);
}
.blog-tags a:hover {
  color: var(--black);
}
.blog-post-nav {
  border-top: 1px dotted var(--border-2);
  border-bottom: 1px dotted var(--border-2);
  padding: 10px 0;
  margin: 27px 0;
  font-size: var(--font-size-sm);
}
.blog-post-nav-next {
  float: right;
}
.blog-content .pagetitle {
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 27px 0;
  margin: 18px 0 27px 0;
}
.profile-blog .profile-info {
  float: left;
  width: 435px;
}
.profile-blog .profile-info img {
  float: left;
  margin: 0 15px 10px 0;
}
.profile-info p {
  margin: 0 0 0 92px;
}
.profile-blog .profile-contact {
  float: right;
  width: 200px;
}
.profile-blog h2 {
  margin: 0;
}
.profile-blog p.list-profiles-title {
  margin: 0 0 18px 0;
  font-family: var(--font-family-accent);
}
.profile-blog .profile-contact h3 {
  font-size: var(--font-size-md);
  margin: 0 0 9px 0;
}
.profile-blog .profile-contact ul.profile-connect {
  font-size: var(--font-size-xs);
}
#profile-blog-posts .cq-colctrl-lt2-r-c1 h1 {
  font-size: var(--font-size-md);
  text-transform: uppercase;
  color: var(--text-primary);
}
#profile-blog-posts .cq-colctrl-lt2-r-c1 article h1 {
  text-transform: none;
  line-height: 18px;
  font-size: var(--font-size-sm);
}
/* Blog search box in pill navigation */
ul#pill-nav li.blog-search {
  float: right;
  margin-right: 3px;
}
input#livesearch {
  color: var(--text-primary);
  padding: 10px 5px 8px 25px;
  border-radius: 3px;
  margin: 0;
  background: url(/apps/settings/wcm/designs/oclc/images/search-icon.png) no-repeat 6px 9px, linear-gradient(to top, #ffffff 85%, #e6e6e6);
}
ul#pill-nav li.blog-search input#livesearch {
  width: 186px;
}
/*! END {component-blogs.less} */
/*! START {component-columns.less} */
div.cq-colctrl-cols {
  width: 100%;
  float: left;
}
div.cq-colctrl-default {
  width: 100%;
}
/*---- 2 columns, 50/50 */
div.cq-colctrl-lt0-c0 {
  width: 48%;
  padding-right: 14px;
}
div.cq-colctrl-lt0-c1 {
  width: 49%;
  float: right;
}
/*---- 2 columns, 33/67 */
div.cq-colctrl-lt1-c0 {
  width: 34%;
  padding-right: 14px;
}
div.cq-colctrl-lt1-c1 {
  width: 63%;
}
/*---- 2 columns, 67/33 */
div.cq-colctrl-lt2-r-c0 {
  width: 65.5%;
  padding-right: 14px;
}
div.cq-colctrl-lt2-r-c1 {
  width: 31.5%;
  float: right;
}
/*---- 3 columns, 33/33/34 */
div.cq-colctrl-lt2-c0 {
  width: 31%;
  padding-right: 14px;
}
div.cq-colctrl-lt2-c1 {
  width: 31%;
  padding-right: 14px;
}
div.cq-colctrl-lt2-c2 {
  width: 32%;
}
/*---- 3 columns, 50/25/25 */
div.cq-colctrl-lt3-c0 {
  width: 46%;
  padding-right: 14px;
}
div.cq-colctrl-lt3-c1 {
  width: 24%;
  padding-right: 14px;
}
div.cq-colctrl-lt3-c2 {
  width: 24%;
}
/*---- 4 columns, 25/25/25/25 */
div.cq-colctrl-lt4-c0 {
  width: 23%;
  padding-right: 14px;
}
div.cq-colctrl-lt4-c1 {
  width: 23%;
  padding-right: 14px;
}
div.cq-colctrl-lt4-c2 {
  width: 23%;
  padding-right: 14px;
}
div.cq-colctrl-lt4-c3 {
  width: 24%;
}
/*---- 4 columns, Footer */
div.cq-colctrl-ltf {
  padding: 0 0 35px 0;
}
div.cq-colctrl-ltf-c0 {
  width: 220px;
  padding: 10px 20px 0 10px;
}
div.cq-colctrl-ltf-c1 {
  width: 140px;
  padding: 10px 20px 0 0;
}
div.cq-colctrl-ltf-c2 {
  width: 140px;
  padding: 10px 20px 0 0;
}
div.cq-colctrl-ltf-c3 {
  width: 220px;
  padding: 10px 0 0 0;
}
div.parsyscolumncontrol {
  width: 100%;
}
div.parsyscolumncontrol:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.parsyscolumncontrol .cq-colctrl-default {
  width: 100%;
}
div.parsyscolumncontrol .cq-colctrl-default .parsys_column > .parsys {
  padding-right: 0px;
}
div.parsyscolumncontrol.section {
  overflow: visible;
}
div.parsyscolumncontrol .parsys_column {
  padding: 0 !important;
}
div.parsyscolumncontrol .parsys_column > .parsys {
  padding-right: 10px;
}
/*---- 2 columns, 50/50 */
div.parsyscolumncontrol .cq-colctrl-lt0-c0 {
  width: 50%;
}
div.parsyscolumncontrol .cq-colctrl-lt0-c1 {
  width: 50%;
}
div.parsyscolumncontrol .cq-colctrl-lt0-c1 > .parsys {
  padding: 0 0 0 10px;
}
/*---- 2 columns, 33/67 */
div.parsyscolumncontrol .cq-colctrl-lt1-c0 {
  width: 33%;
}
div.parsyscolumncontrol .cq-colctrl-lt1-c1 {
  width: 67%;
}
div.parsyscolumncontrol .cq-colctrl-lt1-c1 > .parsys {
  padding: 0 0 0 10px;
}
/*---- 2 columns, 67/33 */
div.parsyscolumncontrol .cq-colctrl-lt2-r-c0 {
  width: 67%;
}
div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 {
  width: 33%;
}
div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 > .parsys {
  padding: 0 0 0 10px;
}
/*---- 2 columns, 75/25 */
div.parsyscolumncontrol .cq-colctrl-lt5-c0 {
  width: 74.5%;
}
div.parsyscolumncontrol .cq-colctrl-lt5-c1 {
  width: 25.5%;
}
div.parsyscolumncontrol .cq-colctrl-lt5-c1 > .parsys {
  padding: 0 0 0 20px;
}
/*---- 2 columns, 25/75 */
div.parsyscolumncontrol .cq-colctrl-lt6-c0 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-lt6-c1 {
  width: 75%;
}
div.parsyscolumncontrol .cq-colctrl-lt6-c0 > .parsys {
  padding: 0 20px 0 0;
}
/*---- 3 columns, 33/33/34 */
div.parsyscolumncontrol .cq-colctrl-lt2-c0 {
  width: 33%;
}
div.parsyscolumncontrol .cq-colctrl-lt2-c1 {
  width: 33%;
}
div.parsyscolumncontrol .cq-colctrl-lt2-c1 > .parsys {
  padding: 0 0 0 8px;
}
div.parsyscolumncontrol .cq-colctrl-lt2-c2 {
  width: 34%;
}
div.parsyscolumncontrol .cq-colctrl-lt2-c2 > .parsys {
  padding: 0 0 0 18px;
}
/*---- 3 columns, 50/25/25 */
div.parsyscolumncontrol .cq-colctrl-lt3-c0 {
  width: 50%;
}
div.parsyscolumncontrol .cq-colctrl-lt3-c1 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-lt3-c1 > .parsys {
  padding: 0 5px 0 10px;
}
div.parsyscolumncontrol .cq-colctrl-lt3-c2 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-lt3-c2 > .parsys {
  padding: 0 0 0 15px;
}
/*---- 3 columns, 40/40/20 */
div.parsyscolumncontrol .cq-colctrl-lt2a-c0 {
  width: 38.5%;
}
div.parsyscolumncontrol .cq-colctrl-lt2a-c1 {
  width: 38.5%;
}
div.parsyscolumncontrol .cq-colctrl-lt2a-c1 > .parsys {
  padding: 0 0 0 10px;
}
div.parsyscolumncontrol .cq-colctrl-lt2a-c2 {
  width: 23%;
}
div.parsyscolumncontrol .cq-colctrl-lt2a-c2 > .parsys {
  padding: 0 0 0 20px;
}
/*---- 3 columns, 42/33/25 */
div.parsyscolumncontrol .cq-colctrl-lt7-c0 {
  width: 40.5%;
}
div.parsyscolumncontrol .cq-colctrl-lt7-c1 {
  width: 34%;
}
div.parsyscolumncontrol .cq-colctrl-lt7-c1 > .parsys {
  padding: 0 0 0 20px;
}
div.parsyscolumncontrol .cq-colctrl-lt7-c2 {
  width: 25.5%;
}
div.parsyscolumncontrol .cq-colctrl-lt7-c2 > .parsys {
  padding: 0 0 0 20px;
}
/*---- 4 columns, 25/25/25/25 */
div.parsyscolumncontrol .cq-colctrl-lt4-c0 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-lt4-c0 > .parsys {
  padding: 0 15px 0 0;
}
div.parsyscolumncontrol .cq-colctrl-lt4-c1 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-lt4-c1 > .parsys {
  padding: 0 10px 0 5px;
}
div.parsyscolumncontrol .cq-colctrl-lt4-c2 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-lt4-c2 > .parsys {
  padding: 0 5px 0 10px;
}
div.parsyscolumncontrol .cq-colctrl-lt4-c3 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-lt4-c3 > .parsys {
  padding: 0 0 0 15px;
}
/*---- 4 columns, Footer */
div.parsyscolumncontrol .cq-colctrl-ltf {
  padding: 0 0 35px 0;
}
div.parsyscolumncontrol .cq-colctrl-ltf-c0 {
  width: 220px;
}
div.parsys_column.cq-colctrl-ltf-c0 {
  padding-left: 170px !important;
}
div.parsyscolumncontrol .cq-colctrl-ltf-c1 {
  width: 160px;
}
div.parsyscolumncontrol .cq-colctrl-ltf-c1 > .parsys {
  padding: 0 0 0 20px;
}
div.parsyscolumncontrol .cq-colctrl-ltf-c2 {
  width: 160px;
}
div.parsyscolumncontrol .cq-colctrl-ltf-c2 > .parsys {
  padding: 0 0 0 20px;
}
div.parsyscolumncontrol .cq-colctrl-ltf-c3 {
  width: 240px;
}
div.parsyscolumncontrol .cq-colctrl-ltf-c3 > .parsys {
  padding: 0 0 0 20px;
}
/*---- Nested columns styles */
div.parsyscolumntrol div.parsyscolumncontrol .parsys {
  padding: 0 0 0 10px !important;
}
/*---- 1 Column at fixed-width Centered */
div.parsyscolumncontrol .cq-colctrl-1-fc {
  width: 960px;
  margin: 0 auto;
  float: none;
}
/*---- 3-column container for WJ Partner Drop Nav */
div.parsyscolumncontrol .cq-colctrl-wj-mega-part-c0 {
  width: 25.5%;
}
div.parsyscolumncontrol .cq-colctrl-wj-mega-part-c1 {
  width: 40.4%;
}
div.parsyscolumncontrol .cq-colctrl-wj-mega-part-c1 > .parsys {
  padding: 0 0 0 20px;
}
div.parsyscolumncontrol .cq-colctrl-wj-mega-part-c2 {
  width: 34%;
}
div.parsyscolumncontrol .cq-colctrl-wj-mega-part-c2 > .parsys {
  padding: 0 0 0 20px;
}
/*---- 3 columns, Footer for WebJunction 25/50/25 */
div.parsyscolumncontrol .cq-colctrl-ltf2 {
  padding: 0 0 35px 0;
}
div.parsyscolumncontrol .cq-colctrl-ltf2-c0 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-ltf2-c1 {
  width: 50%;
}
div.parsyscolumncontrol .cq-colctrl-ltf2-c1 > .parsys {
  padding: 0 5px 0 10px;
}
div.parsyscolumncontrol .cq-colctrl-ltf2-c2 {
  width: 25%;
}
div.parsyscolumncontrol .cq-colctrl-ltf2-c2 > .parsys {
  padding: 0 0 0 15px;
}
/*---- 3 columns, 33/33/34 */
div.parsyscolumncontrol .cq-colctrl-nxsp-c0 {
  width: 33%;
}
div.parsyscolumncontrol .cq-colctrl-nxsp-c1 > .parsys {
  padding: 0 10px 0 0;
}
div.parsyscolumncontrol .cq-colctrl-nxsp-c1 {
  width: 33%;
}
div.parsyscolumncontrol .cq-colctrl-nxsp-c1 > .parsys {
  padding: 0 10px 0 10px;
}
div.parsyscolumncontrol .cq-colctrl-nxsp-c2 {
  width: 33%;
}
div.parsyscolumncontrol .cq-colctrl-nxsp-c2 > .parsys {
  padding: 0 0 0 10px;
}
div.parsyscolumncontrol .cq-colctrl-res-home-c0 {
  width: 40.5%;
}
div.parsyscolumncontrol .cq-colctrl-res-home-c1 {
  width: 34%;
}
div.parsyscolumncontrol .cq-colctrl-res-home-c1 > .parsys {
  padding: 0 0 0 20px;
}
div.parsyscolumncontrol .cq-colctrl-res-home-c2 {
  width: 25.5%;
}
div.parsyscolumncontrol .cq-colctrl-res-home-c2 > .parsys {
  padding: 0 0 0 20px;
}
/*! END {component-columns.less} */
/*! START {component-feedlink.less} */
.parbase.section.feedlink {
  margin: 0;
  padding: 0;
  overflow: auto;
}
.parbase.section.feedlink .feed {
  display: block;
  margin: 10px 0;
  font-size: var(--font-size-sm);
}
.parbase.section.feedlink .feed.small {
  display: block;
  background: url(/apps/settings/wcm/designs/oclc/images/nextstep-arrow-rss.png) no-repeat 0 0;
  padding: 0 0 0 17px;
  font-size: var(--font-size-xs);
}
.parbase.section.feedlink .feed.normal {
  display: block;
  background: url(/apps/settings/wcm/designs/oclc/images/rss-icon-16px.png) no-repeat 0 0;
  padding: 0 0 0 23px;
}
.parbase.section.feedlink .feed.email {
  display: block;
  background: url(/apps/settings/wcm/designs/oclc/images/email-icon-16px.png) no-repeat 0 0;
  padding: 0 0 0 23px;
}
/*! END {component-feedlink.less} */
/*! START {component-textimage.less} */
.image.section {
  overflow: hidden;
}
.image .img-caption,
.textimage .img-caption,
.image .img-attribution,
.textimage .img-attribution {
  margin-top: 4px;
}
.image .img-caption,
.textimage .img-caption {
  font-size: var(--font-size-md);
}
.image .img-attribution,
.textimage .img-attribution {
  font-size: var(--font-size-sm);
  letter-spacing: 0.01em;
  --link: var(--text-primary);
  --link-hover: var(--text-secondary);
  --link-visited: var(--text-primary);
}
.image .img-caption + .img-attribution,
.textimage .img-caption + .img-attribution {
  margin-top: 2px;
}
.image.parbase.section .image,
.textimage.parbase.section .image {
  float: left;
  margin: 0 15px 15px 0;
}
.image.parbase.section .figure-stack-image,
.textimage.parbase.section .figure-stack-image {
  display: table;
}
.image.parbase.section .figure-stack-image > img,
.textimage.parbase.section .figure-stack-image > img {
  vertical-align: bottom;
}
.image.parbase.section .figure-stack-image img,
.textimage.parbase.section .figure-stack-image img,
.image.parbase.section .figure-stack-image img ~ div,
.textimage.parbase.section .figure-stack-image img ~ div,
.image.parbase.section .figure-stack-image figcaption,
.textimage.parbase.section .figure-stack-image figcaption {
  display: table-caption;
  caption-side: bottom;
}
.image.parbase.section .img-flt-left,
.textimage.parbase.section .img-flt-left,
.image.parbase.section .img-flt-left-nobrdr,
.textimage.parbase.section .img-flt-left-nobrdr {
  float: left;
  margin: 0 15px 15px 0;
}
.image.parbase.section .img-flt-left .figure-stack-image,
.textimage.parbase.section .img-flt-left .figure-stack-image,
.image.parbase.section .img-flt-left-nobrdr .figure-stack-image,
.textimage.parbase.section .img-flt-left-nobrdr .figure-stack-image {
  text-align: left;
}
.image.parbase.section .img-flt-right,
.textimage.parbase.section .img-flt-right,
.image.parbase.section .img-flt-right-nobrdr,
.textimage.parbase.section .img-flt-right-nobrdr {
  float: right;
  margin: 0 0 15px 15px;
}
.image.parbase.section .img-flt-right .figure-stack-image,
.textimage.parbase.section .img-flt-right .figure-stack-image,
.image.parbase.section .img-flt-right-nobrdr .figure-stack-image,
.textimage.parbase.section .img-flt-right-nobrdr .figure-stack-image {
  text-align: right;
}
.image.parbase.section .img-center-withbrdr,
.textimage.parbase.section .img-center-withbrdr,
.image.parbase.section .img-center-nobrdr,
.textimage.parbase.section .img-center-nobrdr {
  float: none;
  margin: 0 auto 15px;
}
.image.parbase.section .img-center-withbrdr .figure-stack-image,
.textimage.parbase.section .img-center-withbrdr .figure-stack-image,
.image.parbase.section .img-center-nobrdr .figure-stack-image,
.textimage.parbase.section .img-center-nobrdr .figure-stack-image {
  text-align: center;
  margin: 0 auto;
}
.image.parbase.section .img-nobrdr img,
.textimage.parbase.section .img-nobrdr img,
.image.parbase.section .img-flt-left-nobrdr img,
.textimage.parbase.section .img-flt-left-nobrdr img,
.image.parbase.section .img-flt-right-nobrdr img,
.textimage.parbase.section .img-flt-right-nobrdr img,
.image.parbase.section .img-center-nobrdr img,
.textimage.parbase.section .img-center-nobrdr img {
  border: none;
  padding: 0;
  border-radius: 0;
  background: none;
}
.text.parbase.section img.img-nobrdr,
.text.parbase.section .img-nobrdr img,
.textimage.parbase.section .text img.img-nobrdr,
.textimage.parbase.section .text .img-nobrdr img {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
/*! END {component-textimage.less} */
/*! START {component-breadcrumbs.less} */
.cont-page.crumbs-tools {
  width: 100%;
}
.breadcrumb {
  display: none;
  /* Hide all breadcrumbs (unless overridden) */
  background: none;
  padding: 0;
}
.breadcrumbs {
  margin: 0;
}
.breadcrumbs li {
  list-style: none;
  font-size: var(--font-size-sm);
  letter-spacing: 0.02em;
  display: inline-block;
  margin: 0;
}
.breadcrumbs li a {
  color: var(--text-primary);
  display: inline-block;
  padding: 4px 0;
}
.breadcrumbs li a:hover {
  color: var(--black);
}
.breadcrumbs li a::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 2px 6px;
  border: solid var(--border-3);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.breadcrumbs li strong {
  font-weight: normal;
}
.crumbs-tools .addthis_toolbox {
  float: right;
  min-width: 138px;
}
/*! END {component-breadcrumbs.less} */
/*! START {component-interiornav.less} */
.interior-nav {
  float: left;
  width: 220px;
  clear: left;
}
.interior-nav-list h1 {
  font-family: var(--font-family-base);
  font-weight: bold;
  font-size: var(--font-size-md);
  padding: 12px 10px 10px 10px;
  border-bottom: 1px solid var(--border-2);
  border-top: 1px solid var(--border-2);
  margin: 0 0 1px 0;
  line-height: 20px;
  letter-spacing: 0;
}
.interior-nav-list h1 a {
  text-decoration: none;
  display: block;
}
.interior-nav-list ul {
  margin: 0 0 27px 0;
  padding: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.interior-nav-list ul li {
  list-style-type: none;
  border-bottom: 1px dotted var(--border-2);
  font-size: var(--font-size-sm);
}
.interior-nav-list ul li.interior-nav-active {
  padding: 6px 10px 5px 10px;
  font-weight: bold;
}
.interior-nav-list ul li.interior-nav-active ul {
  margin: 5px 0 0 15px;
}
.interior-nav-list ul li.interior-nav-active ul li {
  font-weight: normal;
  list-style-type: disc;
}
.interior-nav-list ul li.interior-nav-active ul li a {
  padding: 2px 10px 2px 0px;
}
.interior-nav-list ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 10px 5px 10px;
  margin: 1px 0;
}
.interior-nav-list h1 a:visited,
.interior-nav-list ul li a:visited {
  color: var(--link);
}
.interior-nav-list ul li a:hover {
  color: var(--link-hover);
}
.interior-nav-list ul li ul li {
  border: none;
}
/* Next Step links */
.next-steps {
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.next-steps li {
  list-style-type: none;
  margin: 0 0 9px 0;
  padding: 0 0 0 17px;
  background: url(/apps/settings/wcm/designs/oclc/images/nextstep-arrow.png) no-repeat 0 2px;
  font-size: var(--font-size-xs);
  color: var(--text-primary);
}
/*! END {component-interiornav.less} */
/*! START {component-pillnav.less} */
.pills.section {
  overflow: auto;
  margin: 0;
}
ul#pill-nav {
  margin: 0 auto 21px 0;
  padding: 0;
  border-top: 1px solid var(--border-2);
  float: left;
  width: 100%;
  border-radius: 5px;
  background-color: #e8e8e8;
}
ul#pill-nav li {
  list-style-type: none;
  float: left;
  margin: 3px 0 4px 4px;
}
ul#pill-nav li a {
  display: block;
  color: var(--text-primary);
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  border-radius: 3px;
  padding: 3px 15px 2px 15px;
  line-height: 200%;
  font-size: var(--font-size-md);
}
ul#pill-nav li a:visited {
  color: var(--text-primary);
}
ul#pill-nav li a:focus {
  outline: none;
}
ul#pill-nav li a:hover {
  background-color: var(--gray-dark);
  color: var(--white);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
ul#pill-nav li a.pill-nav-active:link,
ul#pill-nav li a.pill-nav-active:visited,
ul#pill-nav li a.pill-nav-active:hover {
  display: block;
  background: var(--gray-dark);
  color: var(--white);
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.theme-violet ul#pill-nav {
  background: #e7e4ef;
  border-top: 1px solid #cfc8df;
}
.theme-violet ul#pill-nav li a.pill-nav-active:link,
.theme-violet ul#pill-nav li a.pill-nav-active:visited,
.theme-violet ul#pill-nav li a.pill-nav-active:hover {
  background: var(--purple);
}
.theme-violet ul#pill-nav li a {
  color: var(--purple);
}
.theme-violet ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--purple);
}
.theme-green ul#pill-nav {
  background: var(--lime-subtle);
  border-top: 1px solid #c5e1c4;
}
.theme-green ul#pill-nav li a.pill-nav-active:link,
.theme-green ul#pill-nav li a.pill-nav-active:visited,
.theme-green ul#pill-nav li a.pill-nav-active:hover {
  background: var(--green);
}
.theme-green ul#pill-nav li a {
  color: var(--green);
}
.theme-green ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--green);
}
.theme-blue ul#pill-nav {
  background: var(--blue-subtle);
  border-top: 1px solid #bcd6e9;
}
.theme-blue ul#pill-nav li a.pill-nav-active:link,
.theme-blue ul#pill-nav li a.pill-nav-active:visited,
.theme-blue ul#pill-nav li a.pill-nav-active:hover {
  background: var(--blue);
}
.theme-blue ul#pill-nav li a {
  color: var(--blue);
}
.theme-blue ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--blue);
}
.theme-orange ul#pill-nav {
  background: var(--orange-subtle);
  border-top: 1px solid #ffd6b2;
}
.theme-orange ul#pill-nav li a.pill-nav-active:link,
.theme-orange ul#pill-nav li a.pill-nav-active:visited,
.theme-orange ul#pill-nav li a.pill-nav-active:hover {
  background: var(--orange);
}
.theme-orange ul#pill-nav li a {
  color: var(--orange);
}
.theme-orange ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--orange);
}
.theme-fuschia ul#pill-nav {
  background: var(--magenta-subtle);
  border-top: 1px solid #e5c1d4;
}
.theme-fuschia ul#pill-nav li a.pill-nav-active:link,
.theme-fuschia ul#pill-nav li a.pill-nav-active:visited,
.theme-fuschia ul#pill-nav li a.pill-nav-active:hover {
  background: var(--magenta);
}
.theme-fuschia ul#pill-nav li a {
  color: var(--magenta);
}
.theme-fuschia ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--magenta);
}
.theme-navy ul#pill-nav {
  background: var(--blue-subtle);
  border-top: 1px solid #b9c1ce;
}
.theme-navy ul#pill-nav li a.pill-nav-active:link,
.theme-navy ul#pill-nav li a.pill-nav-active:visited,
.theme-navy ul#pill-nav li a.pill-nav-active:hover {
  background: var(--blue-darker);
}
.theme-navy ul#pill-nav li a {
  color: var(--blue-darker);
}
.theme-navy ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--blue-darker);
}
.theme-red ul#pill-nav {
  background: var(--red-subtle);
  border-top: 1px solid #edb9ba;
}
.theme-red ul#pill-nav li a.pill-nav-active:link,
.theme-red ul#pill-nav li a.pill-nav-active:visited,
.theme-red ul#pill-nav li a.pill-nav-active:hover {
  background: var(--red);
}
.theme-red ul#pill-nav li a {
  color: var(--red);
}
.theme-red ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--red);
}
.theme-teal ul#pill-nav {
  background: #e5f3f4;
  border-top: 1px solid #b2dcdf;
}
.theme-teal ul#pill-nav li a.pill-nav-active:link,
.theme-teal ul#pill-nav li a.pill-nav-active:visited,
.theme-teal ul#pill-nav li a.pill-nav-active:hover {
  background: var(--lime-dark);
}
.theme-teal ul#pill-nav li a {
  color: var(--lime-dark);
}
.theme-teal ul#pill-nav li a:hover {
  color: var(--white);
  background: var(--lime-dark);
}
/* NEWS - SMALLER PADDING FOR MORE ROOM OF ITEMS */
ul#pill-nav li a.pill-nav-link.news:link {
  padding: 2px 5px 2px 5px;
}
ul#pill-nav li a.pill-nav-link.news:visited {
  padding: 2px 5px 2px 5px;
}
ul#pill-nav li a.pill-nav-link.news:focus {
  outline: none;
  padding: 2px 5px 2px 5px;
}
ul#pill-nav li a.pill-nav-active.news:link,
ul#pill-nav li a.pill-nav-active.news:visited,
ul#pill-nav li a.pill-nav-active.news:hover {
  padding: 2px 5px 2px 5px;
}
/* Tabbed design for pills to use styles must add TabbedPills to html class field in page properties. */
.TabbedPills .pills.section {
  margin: 0 0 -20px 0;
}
.TabbedPills ul#pill-nav {
  box-sizing: border-box;
  border: none !important;
  background: none !important;
  margin: 0;
  position: relative;
}
.TabbedPills ul#pill-nav li {
  box-sizing: border-box;
  margin: 0 25px 0 0;
  padding: 5px 0;
}
.TabbedPills ul#pill-nav li:first-child {
  border: none;
}
.TabbedPills ul#pill-nav li a {
  border-radius: 0;
  color: var(--link) !important;
  padding: 5px 0;
}
.TabbedPills ul#pill-nav li a:hover {
  text-shadow: none;
  background: none;
  color: var(--text-primary) !important;
}
.TabbedPills ul#pill-nav li a.pill-nav-active:link,
.TabbedPills ul#pill-nav li a.pill-nav-active:visited,
.TabbedPills ul#pill-nav li a.pill-nav-active:hover {
  background: #fff;
  color: var(--text-primary) !important;
  text-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid var(--border-2);
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/*! END {component-pillnav.less} */
/*! START {component-ratings.less} */
#ratings-form,
form.comment {
  padding: 20px !important;
  border: 1px solid #d3e4f0;
  border-radius: 5px;
  background: var(--blue-subtle);
  margin: 0 0 21px 0;
}
.rating-title h2 {
  margin: 0 0 0 30px;
  float: left;
}
#ratings .comments-count {
  padding: 0;
  background: none;
}
.comments-count h3,
.ratings-average h3 {
  font-family: var(--font-family-base);
  font-weight: bold;
  font-size: var(--font-size-lg);
  letter-spacing: 0;
}
#ratings .comment-text-label {
  float: left;
  padding-right: 5px;
  clear: left;
  font-size: var(--font-size-md);
}
#ratings-form .ratings-stars,
form.comment .ratings-stars {
  float: left;
  margin: 1px 0 0 0;
}
#ratings-text {
  margin: -7px 0 0 0;
}
/* Stars */
.ratings-stars {
  width: 80px;
  height: 15px;
  display: block;
  margin: 5px 0 0 0;
}
.ratings-star {
  float: left;
  background-repeat: no-repeat;
  height: 13px;
  width: 16px;
}
.ratings .empty {
  background-image: url("/apps/settings/wcm/designs/oclc/images/star-black-off.png");
}
.ratings .full {
  background-image: url("/apps/settings/wcm/designs/oclc/images/star-orange-on.png");
}
.ratings-bar {
  background-repeat: repeat-x;
  height: 13px;
  float: left;
  display: inline;
}
.ratings-bar.empty {
  width: 80px;
}
.ratings-bar.full {
  width: 0;
}
.comment-header .ratings-stars {
  float: right;
  margin: 7px 0 0 0;
}
#ratings-submit,
form.comment input.submit {
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 1px 0 #ffffff, 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  margin: 10px 0 0 0;
  display: block;
  font-size: var(--font-size-md);
  text-align: center;
  background-color: #043880;
  background: linear-gradient(to bottom, var(--blue), #043880);
  background-repeat: repeat-x;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  clear: both;
}
#ratings-submit:hover {
  background-position: 0 -15px;
}
/*! END {component-ratings.less} */
/*! START {component-comments.less} */
.comments {
  border-top: 1px dotted var(--border-2);
  padding: 15px 0 0 0;
}
.comment-signed-in-text {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: var(--font-size-sm);
  color: var(--text-primary);
}
.comment-signed-in-user {
  padding: 0 0 0 5px;
  font-weight: bold;
}
/* Comment form */
#comments-form {
  padding: 20px;
  border: 1px solid #d3e4f0;
  border-radius: 5px;
  background: var(--blue-subtle);
  margin: 0 0 21px 0;
}
.comment-text-label {
  font-size: var(--font-size-xl);
  color: var(--black);
  margin: 0 5px 12px 0;
  float: left;
  clear: both;
}
.comment-info .comment-text-label {
  font-size: var(--font-size-md);
  font-weight: normal;
  margin: 10px 0 0 0;
}
#ratings-text-label {
  float: none;
  clear: both;
}
.comment-text {
  box-sizing: border-box;
  width: 100%;
  background-color: var(--white);
  background: linear-gradient(to top, #ffffff 95%, #eaeaea);
  border-color: #bcd6e9;
  color: var(--text-primary) !important;
}
#comments-submit {
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 1px 0 #ffffff, 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  margin: 10px 0 0 0;
  display: block;
  font-size: var(--font-size-md);
  text-align: center;
  background-color: #043880;
  background: linear-gradient(to bottom, var(--blue), #043880);
  background-repeat: repeat-x;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  clear: both;
}
.comment-block-publish {
  clear: both;
}
/* Comments display */
.comments-count {
  font-weight: bold;
  font-size: var(--font-size-xl);
  margin: 0 0 21px 0;
  overflow: auto;
}
.comments-count h3 {
  margin: 0;
  font-size: var(--font-size-xl);
}
.comments-total {
  float: left;
}
.comment-number {
  font-weight: normal;
  color: var(--text-primary);
}
.ratings-average {
  float: right;
}
.ratings-average h3 {
  float: left;
}
.ratings-average .ratings-stars {
  float: left;
  margin: 2px 0 0 5px;
}
.comment {
  border-bottom: 1px solid var(--border-2);
  background: var(--background-1);
  padding: 20px;
  border-radius: 5px;
  margin: 10px 0 10px 0;
  font-size: var(--font-size-sm);
}
#comments .comment {
  margin-top: 15px;
}
.comments.ratings .comment {
  padding-bottom: 0;
}
.comment-header {
  overflow: auto;
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  line-height: 24px;
}
.news .comments,
.news-stats .comments,
.news-list-stats .comments,
.news-specs .comments,
.list-wj-home-newsdetails .comments,
.list-ue-eventrating .comments,
.ratings-results.event-detail .comments,
.webinar-events .comments,
.doc-specs .comments,
.list-rd-docspecs .comments {
  border: none;
  padding: 0;
  overflow: none;
  line-height: auto;
  margin: 0;
}
.news .comment-header,
.news-stats .comment-header,
.news-list-stats .comment-header,
.news-specs .comment-header,
.list-wj-home-newsdetails .comment-header,
.list-ue-eventrating .comment-header,
.ratings-results.event-detail .comment-header,
.webinar-events .comment-header,
.doc-specs .comment-header,
.list-rd-docspecs .comment-header {
  border: none;
  padding: 0;
  margin: 0;
}
.news .comment-header .ratings-stars,
.news-stats .comment-header .ratings-stars,
.news-list-stats .comment-header .ratings-stars,
.news-specs .comment-header .ratings-stars,
.list-wj-home-newsdetails .comment-header .ratings-stars,
.list-ue-eventrating .comment-header .ratings-stars,
.ratings-results.event-detail .comment-header .ratings-stars,
.webinar-events .comment-header .ratings-stars,
.doc-specs .comment-header .ratings-stars,
.list-rd-docspecs .comment-header .ratings-stars {
  margin-top: 1px;
}
.news-specs .ratings-results {
  margin-left: 41px;
}
.doc-specs .ratings-results {
  margin-left: 43px;
}
.webinar-events .ratings-results {
  float: right;
}
.list-rd-docspecs .ratings-results {
  float: right;
  margin-left: 4px;
}
#comments .comment-header {
  border-bottom: 1px dotted var(--border-2);
}
.comment-header-avatar {
  float: left;
  line-height: 0;
}
.comment-header-avatar img {
  border: 1px solid var(--border-2);
  padding: 1px;
  background: #fff;
  height: 24px;
  width: 24px;
  margin: 0 10px 0 0;
  border-radius: 3px;
}
.comment-header cite {
  font-weight: bold;
  font-style: normal;
  float: left;
  margin: 3px 0 0 0;
}
.comment-header-meta {
  font-size: var(--font-size-xs);
  margin: 3px 0 0 10px;
  float: left;
}
.comment-header-meta a {
  color: var(--text-primary);
  text-decoration: none;
}
.comment-header-meta a:hover {
  color: var(--black);
}
.comment-body {
  color: var(--black);
  margin: 0 0 10px 0;
  font-size: var(--font-size-sm);
  line-height: 18px;
}
.comment-replies {
  color: var(--text-primary);
  font-size: var(--font-size-xs);
  line-height: 11px;
}
.comment-replies .comment,
.comment-replies .comment .comment-replies .comment .comment-replies .comment {
  background: var(--white);
}
.comment-replies .comment .comment-replies .comment,
.comment-replies .comment .comment-replies .comment .comment-replies .comment .comment-replies .comment {
  background: var(--background-1);
}
.comment-error {
  font-weight: bold;
  color: var(--error);
}
/*! END {component-comments.less} */
/*! START {component-search.less} */
.searchpg-lgsearch {
  padding: 0px;
  border: none;
  color: var(--white);
  margin: 0;
  background: none;
}
.searchpg-lgsearch .search-box {
  width: 100%;
  margin: 0;
}
.searchpg-lgsearch #result-search-terms {
  font-family: var(--font-family-base);
  font-size: 24px;
  font-style: normal;
  color: var(--text-primary);
  vertical-align: middle;
  border: solid 1px #cccccc;
  padding: 0 0 0 20px;
  height: 48px;
  width: 80%;
  background: var(--white);
  float: left;
}
.searchpg-lgsearch #submit-search {
  float: left;
  background: url(/apps/settings/wcm/designs/oclc/images/srch-mag-btn.png) no-repeat;
  border: none;
  height: 40px;
  width: 40px;
  margin: 5px 15px 0px 10px;
  box-shadow: none !important;
}
.searchpg-lgsearch #submit-search:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/srch-mag-btn-blue.png) no-repeat;
}
.searchpg-advsearch {
  color: var(--white);
  font-size: var(--font-size-md);
  font-family: var(--font-family-base);
  padding: 15px 0 7px 0;
  background-color: none;
  width: 100%;
  overflow: auto;
  clear: both;
  margin-bottom: 10px;
}
.searchpg-advsearch a,
.searchpg-advsearch a:link {
  color: var(--white);
  padding-left: 25px;
}
.searchpg-advsearch a:visited {
  color: var(--white);
}
.searchpg-advsearch a:hover {
  color: #e3e6e7;
}
.advsrch-trig-closed {
  background: url(/apps/settings/wcm/designs/oclc/images/adv-search-arrow.png) no-repeat 5px -22px;
}
.advsrch-trig-open {
  background: url(/apps/settings/wcm/designs/oclc/images/adv-search-arrow.png) no-repeat 5px 0px;
}
#rev2-advsearcharea {
  width: 80%;
  background-color: var(--white);
  margin: 0px 0px 0px;
  padding: 10px;
  color: var(--text-primary);
  clear: both;
}
#closeadvsrch {
  display: block;
  float: right;
  background: url(/apps/settings/wcm/designs/oclc/images/adv-search-close.png) no-repeat 0px 0px;
  width: 14px;
  height: 1 4px;
  margin-right: -15px;
}
#closeadvsrch:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/adv-search-close.png) no-repeat 0px -18px;
}
.adv-searchtable {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.adv-searchtable td {
  border: none;
  padding: 0;
  margin: 0;
  width: 33%;
  vertical-align: middle;
}
.adv-searchtable .btm-row {
  padding-bottom: 10px;
}
#rev2-advsearcharea .submit.section {
  margin-bottom: 0px !important;
}
#rev2-advsearcharea .submit.section .form-row {
  padding: 0;
  margin: 0;
}
.adv-search-field {
  width: 85%;
}
.adv-search-fielddrop {
  width: 90%;
}
.srch-filters {
  border: 1px solid #c7ddec;
  border-radius: 3px;
  padding: 8px 8px 0px;
  background: none #eef4f9;
}
.srch-filters h1 {
  font-family: var(--font-family-base);
  font-weight: bold;
  font-size: 18px;
  padding: 0px 5px;
  margin: 0px 0px 9px;
  line-height: 24px;
}
.srch-filters ul {
  margin: 0;
  padding: 0;
  font-size: var(--font-size-sm);
  line-height: 18px;
}
.srch-filters ul li {
  list-style-type: none;
  border-bottom: 1px dotted #ddd;
  font-size: var(--font-size-md);
}
.srch-filters-active {
  font-weight: bold;
  color: var(--black);
  padding: 10px 35px 10px 10px;
  background: #ffffff url(/apps/settings/wcm/designs/oclc/images/srchfilter-arr-blue.png) no-repeat right;
  margin: 0;
}
.srch-filters-drop {
  font-size: var(--font-size-sm);
  font-weight: bold;
  color: var(--black);
  padding: 0px 10px 10px 10px;
  margin: 10px 0px 0px 0px;
  display: block;
}
.adv-search-filter-fielddrop {
  padding: 2px;
  width: 90%;
  margin: 0px 0px 0px;
}
.srch-filters .adv-search-filter-fielddrop {
  margin: 0px 0px 5px 0px;
}
.srch-filters ul li a {
  display: block;
  text-decoration: none;
  margin: 1px 0;
  padding: 10px 10px 10px 10px;
}
.srch-filters ul li a:visited {
  color: var(--link);
}
.srch-filters ul li a:hover {
  color: var(--link-hover);
}
.SearchResRev2 #main-content {
  width: 100% !important;
  margin-top: -13px;
  padding: 0px;
}
.SearchResRev2 div.interior-content {
  width: 100% !important;
}
.SearchResRev2 .cont-page.crumbs-tools {
  padding: 0px;
}
.SearchResRev2 .Search2-top {
  background: #e8f1f7;
  border-top: 0px;
  border-bottom: 1px solid #b5bbbf;
  margin: 0px 0 5px 0;
  padding: 20px 0px 14px 0px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
}
.SearchResRev2 .Search2-bottom {
  clear: both;
  margin-top: 20px;
}
.SearchResRev2 .ContentHolder {
  width: 940px;
  margin: 0 auto;
}
.SearchResRev2 #clustering {
  background: #eeeeee;
  border: solid 1px var(--border-2);
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.SearchResRev2 #clustering h3 {
  font-size: var(--font-size-xl);
  padding: 0px 5px;
  line-height: 24px;
  margin: 0px 0px 9px;
  letter-spacing: -0.25px;
}
.SearchResRev2 #clustering ul {
  margin: 0;
  padding: 0;
}
.SearchResRev2 #clustering ul li {
  list-style-type: none;
}
.SearchResRev2 .result-detaildesc {
  font-size: var(--font-size-lg);
}
.SearchResRev2 .result-detaildesc .term {
  color: var(--blue);
}
.SearchResRev2 table {
  border: none;
  margin: 0px;
}
.SearchResRev2 table td {
  border: none;
  padding: 0px;
}
.SearchResRev2 p.p {
  padding-top: 7px;
}
.SearchResRev2 table.km-table {
  background: #ecf5eb;
  border: 1px solid #ecf5eb !important;
  border-radius: 3px;
}
.SearchResRev2 .km-left {
  background: #ecf5eb url('/apps/settings/wcm/designs/oclc/images/km-oclclogo.png') no-repeat 15px 15px;
  padding: 20px 0 20px 60px;
}
.SearchResRev2 .km-right {
  align: right;
  v-align: top;
  background: #ecf5eb;
  padding: 0 0 0 0;
  width: 13%;
}
.SearchResRev2 .km-sugres {
  align: right;
  v-align: top;
  font-size: 10px;
  color: var(--text-primary);
}
.SearchResRev2 a.km-text {
  display: block;
  font-size: var(--font-size-lg);
}
.SearchResRev2 .km-link {
  color: var(--green);
}
.SearchResRev2 p.g {
  margin: 15px 0 -5px;
  font-size: var(--font-size-lg);
  padding: 0px;
}
.SearchResRev2 #bottom-navigation .n table td {
  padding: 0px 3px;
}
.SearchResRev2 #bottom-navigation .i {
  padding: 0px;
}
.SearchResRev2 #bottom-navigation .b a {
  padding: 12px 15px 10px 15px;
  border-radius: 3px;
  text-decoration: none;
  background: #e8f1f7;
  font-size: var(--font-size-md);
  color: var(--blue);
  font-weight: bold;
}
.SearchResRev2 #bottom-navigation .b a:hover {
  background: #bcd6e9;
  color: var(--blue);
}
.SearchResRev2 .advsrch-link {
  font-size: var(--font-size-xs);
  color: var(--link);
  margin-top: 19px;
  display: block;
  float: left;
}
.SearchResRev2 .advsrch-link:hover {
  color: var(--link-hover);
}
.SearchResRev2 a.closer {
  background: url(/apps/settings/wcm/designs/oclc/images/adv-srch-close.png) no-repeat;
  width: 17px;
  height: 17px;
  float: right;
  padding: 0px;
}
.SearchResRev2 a.closer:hover {
  background: url(/apps/settings/wcm/designs/oclc/images/adv-srch-close-hover.png) no-repeat;
}
.SearchResRev2 #advsearch {
  clear: both;
  padding-top: 0px;
}
.SearchResRev2 .submit-adv-srch {
  padding: 10px 10px 8px;
  border-radius: 3px;
  text-decoration: none;
  background: var(--blue);
  font-size: var(--font-size-md);
  color: var(--white);
  border: none;
  text-shadow: none;
}
.SearchResRev2 .submit-adv-srch:hover {
  background: #bcd6e9;
  color: var(--blue);
}
.scf-searchresult-item .scf-searchresult-message {
  max-height: 46px;
}
.scf-searchresult-item .scf-searchresult-message > * {
  display: none;
}
.scf-searchresult-item .scf-searchresult-message > :first-child {
  display: block;
}
/*! END {component-search.less} */
/*! START {component-news.less} */
h2.sub {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-lg);
  color: var(--text-primary);
  font-weight: normal;
  font-style: italic;
  letter-spacing: -0.25px;
  line-height: 24px;
}
.addthis_pill_style {
  overflow: hidden !important;
}
.news-stats .ratings-results,
.list-wj-newsspecs .ratings-results {
  padding-left: 5px;
  margin-top: 1px;
  float: left;
}
.news-summary .detail-text {
  float: left;
}
.news-summary .detail-text a {
  font-weight: bold;
}
.news-summary {
  display: block;
  float: left;
  padding-bottom: 5px;
}
.news-stats {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.addthis-bottom {
  display: block;
  padding: 10px 0 0 0;
  margin-bottom: 15px;
}
.addthis-top {
  margin-bottom: 15px;
  margin-top: 0px;
  padding-top: 0px;
}
.addthis-bottom .addthis_toolbox.addthis_default_style,
.addthis-top .addthis_toolbox.addthis_default_style {
  float: left;
}
.addthis-bottom a {
  padding: 0;
  margin: 0;
}
.news-boilerplate {
  font-size: var(--font-size-sm);
}
.news-trademark {
  color: var(--text-primary);
  font-style: italic;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.parbase.section.feedlink div {
  display: block;
  margin-bottom: 10px;
}
.parbase.section.feedlink div a {
  font-size: var(--font-size-sm);
}
.dotted-underline {
  display: block;
  float: left;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 13px 0;
  width: 100%;
}
/* Landing Page Banners */
.banner-pub {
  border-radius: 5px;
  padding: 25px 30px;
  overflow: auto;
  margin-bottom: 27px;
}
.banner-pub .text {
  float: left;
}
.banner-pub.blue {
  background-color: var(--blue);
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue), #043880);
  border: solid 1px #154e76;
}
.banner-pub.orange {
  background-color: var(--orange);
  background: var(--orange);
  background: linear-gradient(to bottom, var(--orange), #8e4200);
  border: solid 1px #8e4200;
}
.banner-pub.fuschia {
  background-color: var(--magenta);
  background: var(--magenta);
  background: linear-gradient(to bottom, var(--magenta), #700930);
  border: solid 1px #700930;
}
.banner-pub.green {
  background-color: var(--green);
  background: var(--green);
  background: linear-gradient(to bottom, var(--green), #105d0e);
  border: solid 1px #105d0e;
}
.banner-pub.violet {
  background-color: var(--purple);
  background: var(--purple);
  background: linear-gradient(to bottom, var(--purple), #231456);
  border: solid 1px #231456;
}
.banner-pub.gray {
  background-color: var(--gray-dark);
  background: var(--gray-dark);
  background: linear-gradient(to bottom, var(--gray-dark), #131c24);
  border: solid 1px #131c24;
}
.banner-pub.lightGray {
  background-color: var(--background-4);
  background: #f6f6f6;
  background: linear-gradient(to bottom, #f6f6f6, #d1d4d6);
  border: solid 1px #d1d4d6;
}
.banner-pub.teal {
  background-color: var(--lime-dark);
  background: var(--lime-dark);
  background: linear-gradient(to bottom, var(--lime-dark), #004c58);
  border: solid 1px #004c58;
}
.banner-pub.red {
  background-color: var(--red);
  background: var(--red);
  background: linear-gradient(to bottom, var(--red), #7a2326);
  border: solid 1px #7a2326;
}
.banner-pub.navy {
  background-color: var(--blue-darker);
  background: var(--blue-darker);
  background: linear-gradient(to bottom, var(--blue-darker), #161534);
  border: solid 1px #161534;
}
.banner-pub h1 {
  color: var(--white);
  font-size: 38px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.banner-pub h2 {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-md);
  font-weight: normal;
  margin: 0;
  line-height: var(--line-height-md);
}
.banner-pub.lightGray h1 {
  color: var(--text-primary);
  font-size: 36px;
  margin: 0 0 3px 0;
  padding-top: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.banner-pub.lightGray h2 {
  color: var(--text-primary);
  font-size: var(--font-size-md);
  font-weight: normal;
  margin: 0;
  line-height: var(--line-height-md);
}
/* Subscribe */
a.pub-subscribe {
  font-size: var(--font-size-lg);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 8px 10px 7px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: var(--green);
  background: linear-gradient(to bottom, var(--green), #105d0e);
  border: 1px solid var(--lime-dark);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  float: right;
  margin-top: 5px;
}
a.pub-subscribe:hover {
  background: #56ac51;
  background: linear-gradient(to bottom, #56ac51, #267c24);
}
a.pub-subscribe:active {
  background: #267c24;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
.banner-pub.green a.pub-subscribe {
  font-size: var(--font-size-lg);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 8px 10px 7px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue), #043880);
  border: 1px solid var(--blue);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  float: right;
  margin-top: 5px;
}
.banner-pub.green a.pub-subscribe:hover {
  background: #3785bc;
  background: linear-gradient(to bottom, #3785bc, #08479f);
}
.banner-pub.green a.pub-subscribe:active {
  background: #043880;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
/* LIST DISPLAY */
section.list-newspr {
  margin: 0;
  padding: 0 0 18px 0;
}
section.list-newspr .news-listing p:empty {
  display: none;
}
.list-newspr ul,
div.cq-colctrl-lt2-r-c1 .list-newspr ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-newspr li,
div.cq-colctrl-lt2-r-c1 .list-newspr ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 27px 0;
  display: block;
}
.list-newspr.thumbs .news-listing {
  margin: 0 0 0 155px;
  padding: 0;
}
.cq-colctrl-lt2-r-c1 .list-newspr.thumbs .news-listing {
  margin: 0 0 0 50px;
  padding: 0;
}
.cq-colctrl-lt2-r-c1 .list-newspr h2 {
  font-size: var(--font-size-md);
}
.list-newspr.icons .news-listing {
  margin: 0 0 0 35px;
  padding: 0;
}
.list-newspr.noimg .news-listing {
  margin: 0;
  padding: 0;
}
.news-listing .news-list-stats {
  padding: 2px 0 0 0;
  margin-top: 0;
  color: var(--text-primary);
  font-size: var(--font-size-sm);
}
.list-newspr .thumb {
  float: left;
  border: 1px solid var(--border-2);
  padding: 2px;
  background: var(--white);
  border-radius: 4px;
  margin-right: 16px;
  margin-top: 2px;
  width: 133px;
}
.list-newspr .thumb img {
  vertical-align: bottom;
}
.cq-colctrl-lt2-r-c1 .list-newspr .thumb {
  width: 30px;
}
.list-newspr .icon {
  background: url(/apps/settings/wcm/designs/oclc/images/icon-doctype-news.png) no-repeat 0 0;
  width: 23px;
  height: 28px;
  display: block;
  position: absolute;
  margin-top: 2px;
}
.news-listing h3 {
  font-size: var(--font-size-lg);
  margin: 0;
}
.cq-colctrl-lt2-r-c1 .list-newspr h3 {
  font-size: var(--font-size-md);
  line-height: 18px;
}
.news-listing .author {
  float: left;
}
.news-listing .stat-name {
  font-weight: bold;
  float: left;
}
.news-listing .divider {
  padding: 0 4px;
  float: left;
}
.news-listing .ratings-results {
  display: inline-block;
  float: none;
  margin: 0 0 -3px 0;
  padding-left: 3px;
}
.ratings-results .section.comments.ratings {
  width: auto;
}
.news-listing p.short-desc,
.short-desc p {
  padding: 10px 0 0 0;
  margin: 0;
}
.news-listing .news-tags {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
  margin-top: 10px;
}
.news-listing .news-tags a {
  color: var(--text-primary);
}
.news-listing .news-tags a:hover {
  color: var(--black);
}
/* ARCHIVE BANNER
----------------- */
.archive-banner {
  margin: 0;
  padding: 0;
  border: none;
}
.archive-top-bar {
  border-top: solid 1px var(--magenta);
  background: var(--magenta-dark);
  height: 6px;
}
.archive-masthead {
  background: url(/apps/settings/wcm/designs/oclc/images/archive-bg.png) repeat-x var(--magenta-dark);
  padding: 0;
  margin: 0;
  height: 94px;
}
.statement {
  color: var(--white);
  font-size: var(--font-size-xl);
  font-weight: normal;
  padding: 35px 0 0 0;
  text-align: center;
}
.archive-banner .cont-page {
  width: 940px;
}
.archive-banner .arrow {
  background: url(/apps/settings/wcm/designs/oclc/images/archive-arrow.png) no-repeat 0 0;
  height: 13px;
  width: 24px;
  margin: 0 auto;
}
.parsys.topsubnav.iparsys .section .topsubnav {
  margin-top: -13px;
}
/* Articles */
.featured-pub h2,
.featured-pub-sum h2 {
  margin: 0;
  line-height: 18px;
  margin: 0 0 5px 0;
}
.featured-pub p,
.featured-pub-sum p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.featured-pub-sum p {
  margin-bottom: 10px;
}
.featured-pub p em {
  font-family: var(--font-family-accent);
  display: inline-block;
  padding: 0 18px 0 0;
}
.featured-pub-sum p.tagline {
  padding: 5px 0 12px 0;
  margin: 0;
  font-size: var(--font-size-md);
  font-family: var(--font-family-accent);
  color: var(--white);
}
.featured-pub a {
  color: var(--white);
  text-decoration: none;
  display: block;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  margin: 5px 0 0 0;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.featured-pub-sum {
  color: var(--white);
  display: block;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  margin: 5px 0 0 0;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  overflow: auto;
}
.featured-pub.blue a,
.featured-pub-sum.blue {
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue), #043880);
}
.featured-pub.red a,
.featured-pub-sum.red {
  background: var(--red);
  background: linear-gradient(to bottom, var(--red), #7a2326);
}
.featured-pub.violet a,
.featured-pub-sum.violet {
  background: var(--purple);
  background: linear-gradient(to bottom, var(--purple), #231456);
}
.featured-pub.navy a,
.featured-pub-sum.navy {
  background: var(--blue-darker);
  background: linear-gradient(to bottom, var(--blue-darker), #161534);
}
.featured-pub.orange,
.featured-pub-sum.orange {
  background: var(--orange);
  background: linear-gradient(to bottom, var(--orange), #8e4200);
}
.featured-pub.green,
.featured-pub-sum.green {
  background: var(--green);
  background: linear-gradient(to bottom, var(--green), #105d0e);
}
.featured-pub.fuschia,
.featured-pub-sum.fuschia {
  background: var(--magenta);
  background: linear-gradient(to bottom, var(--magenta), #700930);
}
.featured-pub.gray,
.featured-pub-sum.gray {
  background: var(--gray-dark);
  background: linear-gradient(to bottom, var(--gray-dark), #131c24);
}
.featured-pub.teal,
.featured-pub-sum.teal {
  background: var(--lime-dark);
  background: linear-gradient(to bottom, var(--lime-dark), #004c58);
}
.featured-pub a:hover h2 {
  text-decoration: underline;
}
.featured-pub a:hover p em {
  background: url(/apps/settings/wcm/designs/oclc/images/article-issue-arrow.png) no-repeat right;
  color: #fff;
}
/* Metadata display */
ul.post-metadata {
  margin: 0 0 0 0;
  overflow: auto;
}
ul.post-metadata li {
  margin: 0;
  font-size: var(--font-size-sm);
  float: left;
  clear: none;
  padding: 0 10px 0 15px;
}
ul.post-metadata li:first-child {
  padding-left: 0;
  background: none;
}
ul.post-metadata li {
  background: url(/apps/settings/wcm/designs/oclc/images/metadata-divider.png) left no-repeat;
}
ul.post-metadata li a {
  color: var(--text-primary);
}
ul.post-metadata li a:hover {
  color: var(--black);
}
.cq-colctrl-lt2-r-c0 .list-newspr.thumbs ul.post-metadata li,
.cq-colctrl-lt2-r-c1 .list-newspr.thumbs ul.post-metadata li,
.cq-colctrl-lt2-r-c1 .list-newspr.noimg ul.post-metadata li,
.cq-colctrl-lt2-r-c1 .list-newspr.icons ul.post-metadata li,
.cq-colctrl-lt5-c1 .list-newspr.icons ul.post-metadata li,
div.cq-colctrl-lt2-r-c0 .list-newspr.thumbs ul.post-metadata li,
div.cq-colctrl-lt2-r-c1 .list-newspr ul.post-metadata li,
div.cq-colctrl-lt2-r-c1 .list-newspr.thumbs ul.post-metadata li,
div.cq-colctrl-lt2-r-c1 .list-newspr.noimg ul.post-metadata li,
div.cq-colctrl-lt2-r-c1 .list-newspr.icons ul.post-metadata li,
div.cq-colctrl-lt5-c1 .list-newspr.icons ul.post-metadata li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  background: none;
}
/*! END {component-news.less} */
/*! START {component-jumplinks.less} */
.jumplinkmenu.section {
  padding-bottom: 9px;
}
.jumplink,
.jumplink .ui-accordion .ui-icon {
  position: relative;
}
.jumplinkcontent ul,
.jumplinkcontent ul li {
  width: 100%;
  list-style-type: none;
}
.jumplinkcontent ul,
.jumplinkcontent ul li,
.jumplinkcontent ul li a,
.jumplink .ui-accordion h3 {
  margin: 0;
}
.jumplinkcontent,
.jumplinkcontent ul,
.jumplinkcontent ul li {
  padding: 0;
}
.jumplinkbtn,
.jumplinkcontent ul li a,
.jumplink .ui-accordion h3 a {
  text-decoration: none;
}
.jumplinkbtn,
.jumplinkbtn:hover,
.jumplinkbtn:active,
.jumplinkbtn:visited,
.jumplinkbtn,
.jumplinkcontent ul li a,
.jumplink .ui-accordion h3 a {
  color: var(--black) !important;
  text-shadow: 0 1px 0 #fff;
}
.jumplinkbtn,
.jumplinkcontent ul li a:hover,
.jumplink .ui-accordion h3:hover {
  background-color: #e3e6e7;
}
.jumplinkcontent,
.jumplink .ui-accordion-content {
  background-color: var(--white);
}
.jumplinkbtn,
.jumplink .ui-accordion .ui-icon {
  background-repeat: no-repeat;
}
.jumplinkbtn,
.jumplink .ui-accordion h3 {
  outline: none;
  font-weight: bold;
  font-family: var(--font-family-base);
}
.jumplinkbtn {
  border: 1px solid var(--white);
}
.jumplinkcontent {
  border: 1px solid var(--white);
}
.jumplink .ui-accordion h3,
.jumplink .ui-accordion .ui-icon {
  overflow: hidden;
}
.jumplinkcontent ul li {
  line-height: 100% !important;
}
/* Drop menu button */
.jumplink {
  margin: 0 0 3px 0;
}
.jumplinkbtn {
  padding: 8px 30px 8px 14px;
  background-image: url('/apps/settings/wcm/designs/oclc/images/bg-jumplink-lg.png');
  background-position: top right;
  font-size: var(--font-size-md);
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  white-space: nowrap;
}
.jumplinkbtn:hover {
  background-color: #eceeef;
  background-position: center right;
}
.jumplinkbtn:active {
  background-color: #ffffff;
  background-position: bottom right;
}
.jumplinkcontent {
  position: absolute;
  left: 0;
  top: 25px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  z-index: 200;
  border-radius: 3px;
  border-top-left-radius: 0;
  width: 200px;
  max-height: 300px;
}
.jumplinkcontent.wide,
.jumplink .ui-accordion {
  width: 400px;
}
.jumplinkcontent ul li a {
  display: block;
  padding: 4px 12px;
  font-size: var(--font-size-sm);
  line-height: 15px;
}
/* Accordion */
.jumplink .ui-accordion h3 {
  padding: 6px 8px 6px 23px;
  background: #f0f2f3;
  border: none;
  cursor: pointer;
}
.jumplink .ui-accordion h3 a {
  padding-left: 6px;
  font-size: 13px;
}
.jumplink .ui-accordion .ui-icon {
  height: 16px;
  width: 16px;
  background-image: url('/apps/settings/wcm/designs/oclc/images/bg-accordian-header.png');
  display: inline-block;
  text-indent: -99999px;
  top: 2px;
}
.jumplink .ui-accordion .ui-state-default .ui-icon {
  background-position: 0 0;
}
.jumplink .ui-accordion .ui-state-default.ui-state-hover .ui-icon {
  background-position: 0 -30px;
}
.jumplink .ui-accordion .ui-state-active .ui-icon {
  background-position: 0 -60px;
}
.jumplink .ui-accordion .ui-state-active.ui-state-hover .ui-icon {
  background-position: 0 -90px;
}
.jumplink .ui-accordion .ui-accordion-content {
  border: none;
  padding: 0;
  margin-top: 0;
}
.jumplink .ui-accordion-content ul li a {
  padding: 6px 24px 6px 30px;
}
/* IE positioning issue with bottomlinks */
.hide-content {
  left: -1000px;
  top: -1000px;
  overflow: hidden;
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
}
/*! END {component-jumplinks.less} */
/*! START {component-showhide.less} */
.section.showhide {
  margin: 0;
}
.show-hide {
  margin: 0 0 13px 0;
}
.show-hide-list {
  margin: 0 0 3px 0;
}
h3.show-hide-trig {
  padding: 6px 15px 6px 25px;
  color: var(--text-primary);
  border-radius: 3px;
  text-shadow: 0 1px 0 white;
  border: 1px solid #ddd;
  margin: 0;
  cursor: pointer;
  background: url(/apps/settings/wcm/designs/oclc/images/show-hide-arrows-thin.png) no-repeat 10px 12px var(--white);
  font-family: var(--font-family-base) !important;
  font-weight: normal !important;
  font-size: var(--font-size-lg) !important;
  letter-spacing: 0 !important;
}
.show-hide-small h3.show-hide-trig {
  font-size: var(--font-size-md);
  padding: 3px 3px 1px 16px;
  background: url(/apps/settings/wcm/designs/oclc/images/show-hide-arrows-thin.png) no-repeat 4px 8px var(--white);
}
h3.show-hide-trig:hover {
  color: var(--text-primary);
  background-position: 10px -97px;
  background-color: var(--background-1);
}
.show-hide-small h3.show-hide-trig:hover {
  background-position: 4px -101px;
}
h3.show-hide-trig.show-hide-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
  background-position: 10px -197px;
  background-color: var(--background-1);
}
.show-hide-small h3.show-hide-trig.show-hide-open {
  background-position: 4px -201px;
}
h3.show-hide-trig.show-hide-open:hover {
  background-position: 10px -306px;
}
.show-hide-small h3.show-hide-trig.show-hide-open:hover {
  background-position: 4px -310px;
}
.show-hide-cont {
  padding: 25px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.show-hide-small .show-hide-cont {
  padding: 16px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.show-hide-showall,
.show-hide-hideall {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
  cursor: pointer;
  text-decoration: underline;
}
.show-hide-hideall {
  display: none;
}
.show-hide-showall:hover,
.show-hide-hideall:hover {
  color: var(--black);
}
/*! END {component-showhide.less} */
/*! START {component-tabs.less} */
.ui-tabs .ui-tabs-panel {
  border-color: var(--border-2);
}
#tabs .ui-state-active a,
#tabs .ui-state-active a:link,
#tabs .ui-state-active a:visited {
  color: var(--black);
}
#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default {
  background: var(--background-2);
}
#tabs .ui-state-default.ui-tabs-active.ui-state-active {
  background: var(--white);
}
.ui-tabs .ui-tabs-nav li {
  border: 0 !important;
  background: #fff;
  top: 2px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-top: 1px solid var(--border-2) !important;
  border-right: 1px solid var(--border-2) !important;
  border-left: 1px solid var(--border-2) !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: var(--black);
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li a {
  font-weight: normal;
  color: var(--blue);
}
.ui-tabs .ui-tabs-nav li a:hover {
  color: var(--black);
}
.ui-tabs .ui-tabs-panel {
  box-shadow: none;
}
.ui-widget-header {
  border-color: var(--border-2);
}
/*! END {component-tabs.less} */
/*! START {component-carousel.less} */
.parsys.hero_area {
  background: var(--background-1);
  border-top: 1px solid #fff;
  border-bottom: 1px solid var(--border-2);
  margin: 0 0 20px 0;
  padding: 20px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
}
#carousel {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 940px;
}
.parsys_column.home-content-c0 .page-content #carousel,
.parsys_column.cq-colctrl-lt5-c0 #carousel {
  width: 700px;
}
.parsys_column.home-content-c0 .page-content.no-nav #carousel {
  width: 940px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 #carousel {
  width: 460px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 #carousel,
.parsys_column.cq-colctrl-lt5-c1 #carousel {
  width: 220px;
}
.parsys_column.cq-colctrl-lt2-r-c0 #carousel {
  width: 620px;
}
.parsys_column.cq-colctrl-lt2-r-c1 #carousel {
  width: 300px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 #carousel {
  width: 370px;
}
.jcarousel-list {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 1;
  overflow: visible !important;
}
#carousel-wrap {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
.parsys_column.home-content-c0 .page-content #carousel-wrap,
.parsys_column.cq-colctrl-lt5-c0 #carousel-wrap {
  width: 700px;
}
.parsys_column.home-content-c0 .page-content.no-nav #carousel-wrap {
  width: 940px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 #carousel-wrap {
  width: 460px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 #carousel-wrap,
.parsys_column.cq-colctrl-lt5-c1 #carousel-wrap {
  width: 220px;
}
.parsys_column.cq-colctrl-lt2-r-c0 #carousel-wrap {
  width: 620px;
}
.parsys_column.cq-colctrl-lt2-r-c1 #carousel-wrap {
  width: 300px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 #carousel-wrap {
  width: 370px;
}
#carousel-gradient-left {
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-left.png) no-repeat left;
  width: 230px;
  height: 304px;
  position: absolute;
  top: 4px;
  left: -1px;
  z-index: 3;
}
.parsys_column.home-content-c0 .page-content #carousel-gradient-left,
.parsys_column.cq-colctrl-lt5-c0 #carousel-gradient-left {
  height: 252px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-left.png) no-repeat -15px 0;
  width: 140px;
  left: 0px;
}
.parsys_column.home-content-c0 .page-content.no-nav #carousel-gradient-left {
  height: 304px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-left.png) no-repeat left;
  width: 230px;
  left: -1px;
}
.parsys_column.cq-colctrl-lt2-r-c0 #carousel-gradient-left {
  height: 304px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-left.png) no-repeat -15px 0;
  width: 60px;
  left: 0px;
}
.parsys_column.cq-colctrl-lt2-r-c1 #carousel-gradient-left,
.parsys_column.cq-colctrl-lt5-c1 #carousel-gradient-left,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 #carousel-gradient-left {
  height: 224px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-left.png) no-repeat -30px 0;
  width: 20px;
  left: 0px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 #carousel-gradient-left {
  height: 224px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-left.png) no-repeat -25px 0;
  width: 60px;
  left: 0px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 #carousel-gradient-left {
  height: 300px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-left.png) no-repeat -30px 0;
  width: 20px;
  left: 0px;
}
#carousel-gradient-right {
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-right.png) no-repeat right;
  width: 230px;
  height: 304px;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 3;
}
.parsys_column.home-content-c0 .page-content #carousel-gradient-right,
.parsys_column.cq-colctrl-lt5-c0 #carousel-gradient-right {
  height: 252px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-right.png) no-repeat 70px 0;
  width: 140px;
}
.parsys_column.home-content-c0 .page-content.no-nav #carousel-gradient-right {
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-right.png) no-repeat right;
  width: 230px;
  height: 304px;
}
.parsys_column.cq-colctrl-lt2-r-c0 #carousel-gradient-right {
  height: 304px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-right.png) no-repeat -15px 0;
  width: 60px;
}
.parsys_column.cq-colctrl-lt2-r-c1 #carousel-gradient-right,
.parsys_column.cq-colctrl-lt5-c1 #carousel-gradient-right,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 #carousel-gradient-right {
  height: 224px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-right.png) no-repeat -36px 0;
  width: 20px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 #carousel-gradient-right {
  height: 224px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-right.png) no-repeat -5px 0;
  width: 60px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 #carousel-gradient-right {
  height: 300px;
  background: url(/apps/settings/wcm/designs/oclc/images/carousel-gradient-right.png) no-repeat -36px 0;
  width: 20px;
}
.jcarousel-container {
  position: relative;
  margin-left: -250px;
}
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-container {
  margin-left: -410px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-container {
  margin-left: -250px;
}
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-container,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-container,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-container,
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-container {
  margin-left: 0px;
}
.jcarousel-direction-rtl {
  direction: rtl;
}
.jcarousel-clip {
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 2;
}
.jcarousel-clip-horizontal {
  height: 310px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-clip-horizontal,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-clip-horizontal,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-clip-horizontal,
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-clip-horizontal {
  height: 230px;
}
.parsys_column.home-content-c0 .page-content .jcarousel-clip-horizontal,
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-clip-horizontal {
  height: 260px;
}
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-clip-horizontal {
  height: 310px;
}
.jcarousel-item {
  width: 460px;
  height: 300px;
}
.parsys_column.home-content-c0 .page-content .jcarousel-item,
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-item {
  width: 380px;
  height: 248px;
}
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-item {
  width: 460px;
  height: 300px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-item {
  width: 300px;
  height: 220px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-item,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-item {
  width: 200px;
  height: 220px;
}
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-item {
  width: 460px;
  height: 300px;
}
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-item {
  width: 300px;
  height: 220px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-item {
  width: 370px;
  height: 300px;
}
.jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}
.jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}
.jcarousel-item-placeholder {
  background: #fff;
  color: var(--text-primary);
}
/* Buttons */
.jcarousel-next-horizontal {
  display: block;
  position: absolute;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite.png") no-repeat scroll -70px 0 transparent;
  cursor: default;
  height: 80px;
  top: 119px;
  right: -11px;
  visibility: visible;
  width: 70px;
  z-index: 4;
}
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-next-horizontal {
  right: 0px;
  width: 56px;
  height: 57px;
  top: 125px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll -89px -151px transparent;
}
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-next-horizontal,
.parsys_column.home-content-c0 .page-content .jcarousel-next-horizontal {
  right: 0px;
  width: 56px;
  height: 57px;
  top: 100px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll -89px -151px transparent;
}
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-next-horizontal {
  height: 80px;
  top: 119px;
  right: -11px;
  width: 70px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite.png") no-repeat scroll -70px 0 transparent;
}
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-next-horizontal,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-next-horizontal,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-next-horizontal,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-next-horizontal {
  right: 0px;
  width: 20px;
  height: 46px;
  top: 93px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll -125px -615px transparent;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-next-horizontal {
  right: 0px;
  width: 45px;
  height: 46px;
  top: 93px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll -100px -284px transparent;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-next-horizontal {
  right: 0px;
  width: 20px;
  height: 46px;
  top: 127px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll -125px -615px transparent;
}
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
  background-position: -70px -80px;
  cursor: pointer;
}
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-next-horizontal:hover,
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-next-horizontal:focus,
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-next-horizontal:hover,
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-next-horizontal:focus,
.parsys_column.home-content-c0 .page-content .jcarousel-next-horizontal:hover,
.parsys_column.home-content-c0 .page-content .jcarousel-next-horizontal:focus {
  background-position: -89px -213px;
}
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-next-horizontal:hover,
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-next-horizontal:focus {
  background-position: -70px -80px;
}
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-next-horizontal:hover,
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-next-horizontal:focus,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-next-horizontal:hover,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-next-horizontal:focus,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-next-horizontal:hover,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-next-horizontal:focus,
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-next-horizontal:hover,
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-next-horizontal:focus {
  background-position: -125px -667px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-next-horizontal:hover,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-next-horizontal:focus {
  background-position: -100px -336px;
}
/* Not sure what this is. */
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-prev-horizontal {
  display: block;
  position: absolute;
  top: 0;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite.png") no-repeat scroll 0 0 transparent;
  cursor: default;
  height: 80px;
  top: 119px;
  left: -11px;
  visibility: visible;
  width: 70px;
  z-index: 4;
}
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-prev-horizontal {
  left: 0px;
  width: 56px;
  height: 57px;
  top: 125px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll 0 -151px transparent;
}
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-prev-horizontal,
.parsys_column.home-content-c0 .page-content .jcarousel-prev-horizontal {
  left: 0px;
  width: 56px;
  height: 57px;
  top: 100px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll 0 -151px transparent;
}
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-prev-horizontal {
  width: 70px;
  left: -11px;
  height: 80px;
  top: 119px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite.png") no-repeat scroll 0 0 transparent;
}
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-prev-horizontal,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-prev-horizontal,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-prev-horizontal {
  left: 0px;
  width: 20px;
  height: 46px;
  top: 93px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll 0 -615px transparent;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-prev-horizontal {
  left: 0px;
  width: 45px;
  height: 46px;
  top: 93px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll 0 -284px transparent;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-prev-horizontal {
  left: 0px;
  width: 20px;
  height: 46px;
  top: 127px;
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll 0 -615px transparent;
}
.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
  background-position: 0 -80px;
  cursor: pointer;
}
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-prev-horizontal:hover,
.parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-prev-horizontal:focus,
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-prev-horizontal:hover,
.parsys_column.cq-colctrl-lt5-c0 .jcarousel-prev-horizontal:focus,
.parsys_column.home-content-c0 .page-content .jcarousel-prev-horizontal:hover,
.parsys_column.home-content-c0 .page-content .jcarousel-prev-horizontal:focus {
  background-position: 0 -213px;
}
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-prev-horizontal:hover,
.parsys_column.home-content-c0 .page-content.no-nav .jcarousel-prev-horizontal:focus {
  background-position: 0 -80px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-prev-horizontal:hover,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .jcarousel-prev-horizontal:focus {
  background-position: 0 -336px;
}
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-prev-horizontal:hover,
.parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-prev-horizontal:focus,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-prev-horizontal:hover,
.parsys_column.cq-colctrl-lt5-c1 .jcarousel-prev-horizontal:focus,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-prev-horizontal:hover,
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .jcarousel-prev-horizontal:focus,
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-prev-horizontal:hover,
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .jcarousel-prev-horizontal:focus {
  background-position: 0 -667px;
}
/* Not sure what this style does. */
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.cq-carousel-banner-item {
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  height: 300px;
  margin-right: 22px;
  top: 4px;
  width: 460px;
  position: relative;
}
.parsys_column.home-content-c0 .page-content .cq-carousel-banner-item,
.parsys_column.cq-colctrl-lt5-c0 .cq-carousel-banner-item {
  width: 380px;
  height: 248px;
}
.parsys_column.home-content-c0 .page-content.no-nav .cq-carousel-banner-item {
  width: 460px;
  height: 300px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .cq-carousel-banner-item {
  width: 300px;
  height: 220px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .cq-carousel-banner-item,
.parsys_column.cq-colctrl-lt5-c1 .cq-carousel-banner-item {
  width: 215px;
  height: 220px;
  border-radius: 0px;
}
.parsys_column.cq-colctrl-lt2-r-c0 .cq-carousel-banner-item {
  width: 460px;
  height: 300px;
}
.parsys_column.cq-colctrl-lt2-r-c1 .cq-carousel-banner-item {
  width: 295px;
  height: 220px;
  border-radius: 0px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .cq-carousel-banner-item {
  width: 365px;
  height: 300px;
  border-radius: 0px;
}
.carousel-banner-item-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px 0px 8px 8px;
  bottom: 0;
  padding: 20px;
  position: absolute;
  width: 420px;
}
.parsys_column.home-content-c0 .page-content .carousel-banner-item-overlay,
.parsys_column.cq-colctrl-lt5-c0 .carousel-banner-item-overlay {
  width: 340px;
}
.parsys_column.home-content-c0 .page-content.no-nav .carousel-banner-item-overlay {
  width: 420px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .carousel-banner-item-overlay {
  width: 260px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .carousel-banner-item-overlay,
.parsys_column.cq-colctrl-lt5-c1 .carousel-banner-item-overlay {
  width: 175px;
  border-radius: 0px 0px 0px 0px;
}
.parsys_column.cq-colctrl-lt2-r-c0 .carousel-banner-item-overlay {
  width: 420px;
}
.parsys_column.cq-colctrl-lt2-r-c1 .carousel-banner-item-overlay {
  width: 255px;
  border-radius: 0px 0px 0px 0px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .carousel-banner-item-overlay {
  width: 325px;
  border-radius: 0px 0px 0px 0px;
}
.slide-title {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-3x);
  font-weight: normal;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  letter-spacing: -1px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .slide-title,
.parsys_column.cq-colctrl-lt5-c1 .slide-title,
.parsys_column.cq-colctrl-lt2-r-c1 .slide-title,
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .slide-title {
  font-family: var(--font-family-base);
  font-size: var(--font-size-lg);
  font-weight: normal;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  line-height: 24px;
  letter-spacing: 0;
}
.cq-carousel-link .slide-title {
  color: #FFFFFF;
  margin-bottom: 0px;
  padding: 0;
}
.cq-carousel-link .res-carousel p {
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 0;
}
.slide-details {
  display: none;
}
p.slide-path {
  margin-bottom: -5px;
  text-decoration: underline;
  font-size: var(--font-size-sm);
}
p.slide-desc {
  margin-bottom: 10px;
  margin-top: 10px;
}
a.cq-carousel-link {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  height: 300px;
  width: 460px;
}
.parsys_column.home-content-c0 .page-content a.cq-carousel-link,
.parsys_column.cq-colctrl-lt5-c0 a.cq-carousel-link {
  height: 248px;
  width: 380px;
}
.parsys_column.home-content-c0 .page-content.no-nav a.cq-carousel-link {
  height: 300px;
  width: 460px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 a.cq-carousel-link {
  height: 220px;
  width: 300px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 a.cq-carousel-link,
.parsys_column.cq-colctrl-lt5-c1 a.cq-carousel-link {
  height: 220px;
  width: 220px;
}
.parsys_column.cq-colctrl-lt2-r-c0 a.cq-carousel-link {
  height: 300px;
  width: 460px;
}
.parsys_column.cq-colctrl-lt2-r-c1 a.cq-carousel-link {
  height: 220px;
  width: 295px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 a.cq-carousel-link {
  height: 300px;
  width: 365px;
}
/*  BEGIN CUSTOM OCLC NEXTSPACE STYLES FOR HOMEPAGE*/
.nextspace .carousel.section {
  padding: 0 0 23px 0;
}
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .jcarousel-next-horizontal {
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-nxsp.png") no-repeat scroll -70px 0 transparent;
}
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .jcarousel-next-horizontal:hover,
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .jcarousel-next-horizontal:focus {
  background-position: -70px -80px;
}
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .jcarousel-prev-horizontal {
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-nxsp.png") no-repeat scroll 0 0 transparent;
}
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .jcarousel-prev-horizontal:hover,
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .jcarousel-prev-horizontal:focus {
  background-position: 0 -80px;
}
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .cq-carousel-banner-item {
  border: 1px solid var(--border-2);
  border-radius: 0px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  height: 300px;
  margin-right: 22px;
  top: 4px;
  width: 460px;
  position: relative;
}
.nextspace .parsys_column.home-content-c0 .page-content.no-nav .carousel-banner-item-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  bottom: 0;
  padding: 20px;
  position: absolute;
  width: 420px;
}
.nextspace .carousel.section a {
  text-decoration: none;
}
.nextspace a.cq-carousel-link .slide-title {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-3x);
  font-weight: normal;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  text-decoration: none;
  letter-spacing: 0.75px;
}
.nextspace.meta a.cq-carousel-link .slide-title {
  font-family: var(--font-family-accent);
}
.nextspace .cq-carousel-link p.slide-path {
  margin-bottom: -5px;
  text-decoration: underline;
  font-style: italic;
  font-size: var(--font-size-sm);
  color: #fff;
}
.nextspace .cq-carousel-link p.slide-desc {
  margin-bottom: 10px;
  font-family: var(--font-family-base);
  margin-top: 10px;
  color: #fff;
}
/*  BEGIN CUSTOM RESEARCH STYLES FOR HOMEPAGE*/
.research-home .parsys.hero_area .jcarousel-next-horizontal {
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-res.png") no-repeat scroll -70px 0 transparent;
}
.research-home .parsys.hero_area .jcarousel-next-horizontal:hover,
.research-home .parsys.hero_area .jcarousel-next-horizontal:focus {
  background-position: -70px -80px;
}
.research-home .parsys.hero_area .jcarousel-prev-horizontal {
  background: url("/apps/settings/wcm/designs/oclc/images/carousel-sprite-res.png") no-repeat scroll 0 0 transparent;
}
.research-home .parsys.hero_area .jcarousel-prev-horizontal:hover,
.research-home .parsys.hero_area .jcarousel-prev-horizontal:focus {
  background-position: 0 -80px;
}
/*! END {component-carousel.less} */
/*! START {component-memberstory.less} */
.memberstory-calltoaction p {
  border-top: 1px dotted var(--border-2);
  font-size: var(--font-size-lg) !important;
  padding: 15px 0 0 0;
}
.memberstory-products-used {
  background: #EEF4F9;
  border: 3px solid var(--blue-subtle);
  border-radius: 4px;
  padding: 15px;
}
.memberstory-products-used h3 {
  color: var(--black);
  font-size: var(--font-size-xl);
}
.memberstory-products-used p {
  font-size: var(--font-size-md) !important;
  line-height: var(--line-height-md);
  margin: 0 0 5px 0;
}
.memberstory .story-title {
  font-size: 48px;
  letter-spacing: -3px;
  margin: 0 0 25px -3px;
}
.memberstory .library-name {
  font-family: var(--font-family-accent);
  font-size: 32px;
  letter-spacing: -1px;
  color: var(--green);
  margin: 0 0 15px 0;
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 10px 0;
  line-height: 32px;
}
.member-story-page .highlightbox .parbase.image.section img.img-flt-left {
  float: none;
}
/*! END {component-memberstory.less} */
/*! START {component-userprofile.less} */
/* User profile */
#userprofile .form-row {
  padding: 0px;
}
#userprofile .text.parbase.section,
#userprofile .parsyscolumncontrol.section {
  margin-bottom: 0;
}
#userprofile hr {
  margin: 10px 0 18px;
}
#userprofile h1 {
  margin: 0 0 14px;
  font-size: var(--font-size-xl);
  line-height: 18px;
  letter-spacing: 0px;
}
#userprofile #displayName_0_wrapper,
#userprofile h2.user-name {
  font-family: var(--font-family-base);
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0px;
}
#userprofile #email_0_wrapper,
#userprofile p.emailaddress {
  font-size: var(--font-size-2x);
  line-height: 24px;
}
#userprofile .section.badgelist img {
  max-width: 44px;
}
#userprofile p.viewas {
  height: 60px;
}
#userprofile p.viewas a {
  position: relative;
  top: 33%;
}
#userprofile div.parsyscolumncontrol .cq-colctrl-lt2-r-c0 {
  width: 67%;
}
#userprofile div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 {
  width: 33%;
}
#userprofile .institutionsData:after {
  clear: both;
}
#userprofile .institutionsData:before,
.institutionsData:after {
  content: " ";
  display: table;
}
#userprofile .user-data-label,
#userprofile label {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: var(--text-secondary);
}
#userprofile .user-data,
#userprofile .form_rightcol_wrapper {
  font-size: var(--font-size-lg);
  line-height: 20px;
}
#userprofile .user-data {
  margin: 0 0 14px;
}
#userprofile .form_rightcol_wrapper {
  margin: 0 0 4px;
}
#userprofile #email_0_wrapper {
  margin: 0 0 24px;
}
#userprofile .user-data-inst .block {
  float: left;
  margin: 0 1% 14px 0;
  width: 48%;
}
#userprofile .user-data-inst.disabled .block {
  margin-left: 1%;
}
#userprofile .user-data-inst.disabled .user-data-label,
#userprofile .user-data-inst.disabled .user-data,
#userprofile .user-data-inst.disabled li,
#userprofile .disabled,
#userprofile .disabled label,
#userprofile form#profile #profile_user_institution_communities * {
  color: #8f99a0 !important;
}
#userprofile a.profile-edit,
#useractivities a.profile-edit,
#userprofile input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 24px;
  font-size: var(--font-size-md) !important;
  font-weight: bold !important;
  line-height: 14px !important;
  padding: 8px 18px 9px !important;
  border: none !important;
  box-shadow: none !important;
  color: #ffffff;
  text-shadow: 1px 1px 0 #313e48;
  border-radius: 18px !important;
  text-decoration: none;
}
#userprofile a.profile-edit,
#useractivities a.profile-edit {
  background: var(--blue) !important;
}
#userprofile input[type="submit"] {
  background: #455560 !important;
}
#userprofile a.profile-edit:hover,
#useractivities a.profile-edit:hover {
  background: #3785bc !important;
}
#userprofile input[type="submit"]:hover {
  background: #576670 !important;
}
#userprofile form li.cancel-button {
  cursor: pointer;
  text-decoration: underline;
}
#userprofile #profile_displayName .alert-message.error {
  display: inline-block;
  margin: 0 0 0 14px;
  padding: 5px 8px;
  position: relative;
  top: -8px;
  background-position: 6px 6px !important;
}
#userprofile #profile_displayName .alert-message.error p {
  margin: 0;
  font-weight: normal;
}
#userprofile .hint,
#userprofile .opt-out,
#subscriptions_and_activities .no-results,
.useractivities .no-activity {
  display: inline-block;
  margin-right: 15%;
  padding: 8px 14px;
  font-size: var(--font-size-sm);
  line-height: 16px;
  color: var(--text-secondary);
  background: #e3e6e7;
  border-radius: 2px;
}
#userprofile .opt-out,
#subscriptions_and_activities .no-results,
.useractivities .no-activity {
  font-weight: bold;
}
#userprofile .opt-out {
  display: none;
}
/* displayed via javascript */
#userprofile label.radio,
#userprofile label.checkbox {
  font-weight: normal;
}
#userprofile #main-profile .parsyscolumncontrol.section .parsys.col1,
#main-profile .parsyscolumncontrol.section .parsys.col2 {
  padding-left: 0;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  #userprofile form div.form-row,
  div.parsyscolumncontrol .cq-colctrl-default .parsys_column > .parsys {
    padding: 0px;
  }
  #userprofile .institutionsData {
    margin: 0;
  }
  #userprofile .user-data-inst div.block {
    float: none;
    width: 100%;
    margin: 0;
  }
  #userprofile #profile_displayName .alert-message.error {
    margin-top: 14px;
    margin-left: 0;
  }
}
/* Avatar edit */
.avatar.section .form_leftcollabel label {
  font-size: var(--font-size-lg);
  font-weight: bold;
  line-height: 20px;
}
/* Subscriptions edit and user activities */
.subscriptionlist h2,
#subscriptions_and_activities h2 {
  margin: 0 0 14px;
  font-family: var(--font-family-base);
  font-size: var(--font-size-lg);
  line-height: 21px;
  font-weight: bold !important;
  letter-spacing: 0;
  color: var(--text-primary) !important;
}
.subscriptionlist ul.user-subscribed-forums {
  margin-left: 0;
}
.subscriptionlist ul.user-subscribed-forums li {
  list-style-type: none;
  font-size: var(--font-size-lg);
}
.subscriptionlist .searchQueryDiv .contentType,
.subscriptionlist .mySubscriptionOnlyDiv {
  display: none;
}
.subscriptionlist .searchDescriptionDiv,
.subscriptionlist .searchInputContainer,
.subscriptionlist .paginateAndSelect {
  background: #d9d9d9;
}
.subscriptionlist .searchDescriptionDiv,
.subscriptionlist .paginateAndSelect {
  font-size: 13px;
}
.subscriptionlist .searchDescriptionDiv {
  padding: 0 8px;
}
.subscriptionlist .searchDescriptionDiv .searchText {
  font-weight: bold;
}
.subscriptionlist .searchInputContainer {
  padding: 8px 8px 0 8px;
}
.subscriptionlist .paginateAndSelect {
  margin: 0 0 18px;
  padding: 0 8px 8px 8px;
}
.subscriptionlist .subscriptionNoEntryDiv {
  display: inline-block;
  font-weight: bold;
  padding: 8px 8px 6px;
  border: 1px solid var(--border-2);
}
#subscriptions_and_activities #user_activity_label_0_wrapper,
.useractivities .activities-header {
  display: none !important;
}
#subscriptions_and_activities .viewprofiletext {
  margin: 0px !important;
}
.useractivities .hidden {
  display: none !important;
  visibility: hidden;
}
.useractivities .activities-container * {
  font-family: var(--font-family-base) !important;
}
.useractivities .activities-container {
  max-width: none !important;
  height: auto !important;
}
.useractivities .activities {
  background: #ffffff !important;
  max-height: none !important;
}
.useractivities .entry_container * {
  font-weight: normal !important;
}
.useractivities .entry_container .entry_username,
.useractivities .entry_container .entry_item_time {
  color: #969696 !important;
}
.useractivities .entry_container .entry_username {
  position: relative;
  top: 5px;
}
.useractivities .entry_container .entry_item_time {
  top: 14px !important;
}
.useractivities .entry_container .entry_item_text_p {
  clear: both;
  margin: 0 30px 4px 0 !important;
  padding: 14px 0 0 0 !important;
  font-size: var(--font-size-md) !important;
  line-height: 21px !important;
  color: var(--text-primary) !important;
}
.useractivities .entry_container .entry_item_title {
  color: var(--text-secondary) !important;
}
/* New Activities Stream */
.activitystreams .nav-tabs.nav-justified > li > a {
  border: none;
}
#scf-activitiestable {
  border: none;
}
#scf-activitiestable th {
  text-transform: uppercase;
  background: none;
  color: var(--text-primary) !important;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-left: none;
  border-right: none;
}
#scf-activitiestable td {
  background: none;
  border: none;
  border-bottom: 1px solid var(--border-2);
}
#scf-activitiestable .scf-activity-info {
  color: var(--text-secondary);
}
#scf-activitiestable .scf-activity-info .scf-activity-content {
  font-size: var(--font-size-md);
  line-height: 20px;
  color: var(--text-primary);
  margin: 10px 0;
}
#scf-activitiestable p.scf-activity-time {
  font-size: 10px;
  color: var(--text-secondary);
}
/*! END {component-userprofile.less} */
/*! START {component-list.less} */
section.brief h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 9px 0;
  letter-spacing: -0.75px;
}
.pstn-segment {
  display: flex;
  /* equal height of the children */
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: dotted 1px var(--border-2);
}
.racontent {
  display: flex;
  /* equal height of the children */
  margin-bottom: 23px;
  padding-bottom: 25px;
  border-bottom: dotted 1px var(--border-2);
}
section.brief .pstn-segment {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.pstn-segment h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 9px 0;
  letter-spacing: -0.25px;
}
section.brief .pstn-segment h2 {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  margin: 0 0 0 0;
  letter-spacing: 0px;
}
.pstn-segment header {
  margin: 0 0 15px 0;
}
section.brief .pstn-segment header {
  margin: 0 0 0 0;
}
.pstn-segment p.author {
  margin: 0 0 0 0;
  font-weight: 900;
}
section.brief .pstn-segment p.author {
  font-weight: normal;
}
.pstn-segment p.article-description {
  margin: 0 0 15px 0;
}
.pstn-segment p.article-file-topics {
  margin: 0 0 0 0;
  color: #666;
  font-size: var(--font-size-sm);
  line-height: 18px;
}
.pstn-segment time {
  display: block;
  margin-bottom: 0px;
  color: #666;
  font-size: var(--font-size-sm);
  line-height: 18px;
}
.pstn-address {
  margin-bottom: 15px;
  color: #666;
  font-size: var(--font-size-sm);
  line-height: 18px;
}
.pstn-img-th,
.racontent img {
  flex: 1;
  /* additionally, equal width */
  margin-right: 1.8em;
  width: 200px;
  margin-top: 7px;
  border: solid 1px var(--border-2);
}
.pstn-info,
.racontent-info {
  flex: 1;
  /* additionally, equal width */
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  .pstn-segment,
  .racontent {
    display: block;
    /* equal height of the children */
  }
  .pstn-img-th,
  .racontent img {
    width: 100%;
  }
}
/*! END {component-list.less} */
/*! START {component-button.less} */
.cmp-button {
  background: var(--background-2);
  color: var(--text-primary);
  font-weight: 500;
  padding: 8px 16px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  font-size: var(--font-size-md);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25em;
  transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
.cmp-button:hover {
  background: var(--background-3);
  box-shadow: 0 2px 4px rgba(var(--black-rgb), 0.12);
}
.cmp-button:not(:has(.cmp-button__text)) {
  border-radius: 50%;
  padding: 10px;
  margin: -2px;
}
.cmp-button .cmp-button__icon {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  height: 1.5em;
  width: 1.5em;
  background-size: contain;
}
.cmp-button .cmp-button__icon--menu {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3E%3C/svg%3E");
  background-size: contain;
}
/*! END {component-button.less} */
/*! START {responsive-phone.less} */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  html {
    -webkit-text-size-adjust: none;
  }
  a {
    -webkit-tap-highlight-color: rgba(200, 0, 0, 0.4);
  }
  body {
    width: 100%;
    min-width: 0;
  }
  /*  Containers */
  .cont-page {
    width: 100%;
  }
  .header_microbar,
  .search,
  .universal-links,
  .topnav {
    display: none;
  }
  .page-content {
    float: none;
    width: 100%;
    padding: 0;
  }
  #main-content {
    width: auto;
  }
  div.parsys_column {
    float: none;
    width: auto !important;
  }
  .interior-nav {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    border-top: 8px solid var(--border-1);
    border-bottom: 1px solid var(--border-2);
  }
  .skip-nav.visuallyhidden {
    position: relative !important;
    clip: none;
  }
  .skip-nav.visuallyhidden p {
    margin: 0;
  }
  .skip-nav.visuallyhidden a {
    display: block;
    padding: 5px 10px;
    font-size: var(--font-size-sm);
    color: var(--text-primary);
    text-align: center;
    margin: 40px 10px 0 10px;
  }
  .universal-nav img.oclc-logo,
  .region-language,
  .search-box,
  .universal-links {
    clear: both;
    float: none;
  }
  .region-language {
    width: 100%;
    border-bottom: 1px dotted #81888D;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
  .universal-nav img.oclc-logo {
    margin-top: 10px;
  }
  /* Search box */
  .search {
    background: var(--background-2);
    overflow: auto;
    position: absolute;
    top: 40px;
    width: 100%;
  }
  .search-box {
    margin: 0 0 8px 0 !important;
    padding: 10px;
  }
  #search-terms {
    background: linear-gradient(to top, #ffffff 85%, #e2e2e2);
  }
  /* User settings */
  .header_microbar {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 20px;
  }
  #mobile-settings.mobile-show {
    background-position: 0 -63px;
  }
  /* Global Gateway */
  #gateway-msg {
    margin: 10px 10px 0 10px;
    background-image: none;
  }
  #gateway-msg .hbox.alert-message {
    padding-right: 20px;
  }
  #gateway-msg .hbox.alert-message span.text-small {
    display: inline-block;
  }
  #global-gateway {
    width: 260px;
    left: 2px;
    top: 30px;
  }
  #global-gateway div.parsyscolumncontrol .cq-colctrl-lt0-c0,
  #global-gateway div.parsyscolumncontrol .cq-colctrl-lt0-c1,
  #global-gateway div.parsyscolumncontrol .cq-colctrl-lt0-c0 > .parsys,
  #global-gateway div.parsyscolumncontrol .cq-colctrl-lt0-c1 > .parsys {
    width: 100%;
    padding: 0;
  }
  .gateway-sites ul {
    border-top: none;
    padding: 0;
  }
  .gateway-regions {
    float: none;
  }
  .gateway-regions p,
  .gateway-regions p.gateway-emea {
    float: none;
    background: none !important;
    height: auto;
    width: 228px;
    margin: 0 0 5px 0;
    border-radius: 3px;
  }
  .gateway-regions p.gateway-visible {
    background: var(--background-2) !important;
    height: auto;
    border-bottom: 1px solid var(--border-2) !important;
  }
  .gateway-region-sites {
    top: 0;
    border-radius: 3px;
    margin-top: 5px;
  }
  /* Universal links */
  .universal-links {
    padding: 10px;
    position: absolute;
    top: 315px;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
  }
  .universal-links li {
    clear: left;
  }
  .universal-links li a {
    text-decoration: underline;
    font-weight: normal;
    display: inline;
    color: #ddd !important;
    padding: 0;
  }
  .globallogo {
    padding: 0 10px;
  }
  #librarians-toolbox {
    margin: 15px 0 0 0;
    width: 100%;
    padding: 0;
    background: none;
    margin-top: 5px;
  }
  #librarians-toolbox a {
    text-decoration: none;
    font-weight: bold;
    color: var(--blue) !important;
    border-radius: 0;
    margin: 5px 0 0 0;
  }
  #librarians-toolbox #toolbox-links {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: relative;
    box-sizing: border-box;
    right: 0;
  }
  #librarians-toolbox #toolbox-links ul {
    margin: 0 20px;
  }
  /* Drop Navigation */
  .topnav.mobile-show,
  .search.mobile-show,
  .universal-links.mobile-show,
  .header_microbar.mobile-show {
    display: block;
  }
  nav {
    position: relative;
    z-index: 10000;
  }
  .topnav {
    position: absolute;
    top: 45px;
    width: 100%;
  }
  nav ul li.main-nav-item:first-child a.main-nav-link:link,
  nav ul li.main-nav-item a.main-nav-link:link,
  nav ul li.main-nav-item a.main-nav-link:visited {
    padding-left: 10px !important;
    margin-right: 0 !important;
  }
  .dropnav-cont,
  nav ul li.main-nav-item a.main-nav-active:link,
  nav ul li.main-nav-item a.main-nav-active:visited,
  nav ul li.main-nav-item a.main-nav-active:hover {
    border-radius: 0 !important;
    margin-right: 0 !important;
    border: none;
  }
  nav ul li.main-nav-item a.main-nav-active:link,
  nav ul li.main-nav-item a.main-nav-active:visited,
  nav ul li.main-nav-item a.main-nav-active:hover {
    border-radius: 0 !important;
    margin-right: 0 !important;
  }
  .dropnav-cont {
    width: auto;
    position: relative;
    left: 0;
    padding: 5px;
    z-index: 100;
  }
  .dropnav-header em {
    display: block;
    margin: 10px 0 0 0;
  }
  .dropnav-close {
    top: -35px;
    right: 5px;
  }
  .dropnav-header h1 {
    line-height: 21px;
  }
  .dropnav-cont div.parsyscolumncontrol .cq-colctrl-lt0-c1 > .parsys {
    padding: 0;
  }
  .dropnav-cont div.parsyscolumncontrol .parsys_column > .parsys {
    margin: 18px 0 0 0;
  }
  /* Mobile Nav */
  #mobile-nav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background: #455560;
  }
  #mobile-nav ul,
  #mobile-nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #mobile-nav ul li a {
    display: block;
    text-indent: -9999px;
  }
  #mobile-settings {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/apps/settings/wcm/designs/oclc/images/mobile-settings-icon.png) no-repeat;
    overflow: hidden;
  }
  #mobile-search {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/apps/settings/wcm/designs/oclc/images/mobile-search-icon.png) no-repeat;
    overflow: hidden;
  }
  #mobile-search.mobile-show {
    background-position: 0 -55px;
  }
  #mobile-menu {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 38px;
    background: url(/apps/settings/wcm/designs/oclc/images/mobile-menu-icon.png) no-repeat;
    overflow: hidden;
  }
  #mobile-menu.mobile-show {
    background-position: 0 -55px;
  }
  /* Breadcrumbs */
  .crumbs-tools .addthis_toolbox {
    float: none;
  }
  /* Extra info */
  #main-content div.extra-info {
    width: 100%;
  }
  .parsys.headline {
    margin-top: 18px;
  }
  /* Footer */
  footer.page-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .computerworld {
    position: relative;
    margin: 0;
  }
  .connect-bar ul li {
    float: none;
  }
  .media-links {
    padding-left: 10px;
  }
  .follow-links {
    float: none;
    clear: both;
    padding: 15px 10px;
  }
  .follow-links ul {
    float: none;
  }
  .follow-links ul li {
    float: left;
  }
  /* Column Controls */
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c0 {
    width: 100%;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c1 {
    width: 100%;
    clear: both;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c1 .parsys {
    padding-left: 0px;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt5-c0,
  div.parsyscolumncontrol div.cq-colctrl-lt5-c1 {
    width: 100%;
    clear: both;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt5-c0 .parsys {
    padding-right: 0px;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt5-c1 .parsys {
    padding-left: 0px;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt1-c0,
  div.parsyscolumncontrol div.cq-colctrl-lt1-c1 {
    width: 100%;
    clear: both;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt1-c1 .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt0-c1 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt3-c1 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt3-c2 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt4-c2 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt4-c1 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt4-c3 > .parsys {
    padding-left: 0px;
  }
  div.parsys_column {
    margin-bottom: 15px;
  }
  /* Carousel */
  .carousel.section {
    display: none;
  }
  .homepage .carousel.section {
    display: block !important;
  }
  .homepage #carousel-wrap {
    width: 280px !important;
  }
  .homepage #carousel {
    width: 290px !important;
  }
  .homepage #carousel ul li {
    width: 280px !important;
  }
  .homepage a.cq-carousel-link {
    width: 280px !important;
  }
  .homepage .carousel-banner-item-overlay {
    padding: 20px !important;
    width: 240px !important;
  }
  .homepage .slide-title {
    font-size: var(--font-size-xl) !important;
    line-height: 24px !important;
    letter-spacing: -0.5px !important;
  }
  .homepage #carousel ul li.jcarousel-item {
    background-size: auto !important;
    background-position: center !important;
  }
  /* News and articles */
  ul.post-metadata li {
    float: none;
    padding: 0;
    display: block;
  }
  ul.post-metadata li {
    background: none;
  }
  /* News Archive Banner */
  .archive-banner .statement {
    width: 400px;
    padding-top: 15px;
  }
  /* Text and Image Component */
  .image_left.parbase.textimage.section .text,
  .image_left.parbase.textimage.section .image,
  .image_right.parbase.textimage.section .text,
  .image_right.parbase.textimage.section .image {
    width: 100%;
  }
  /* Print on Demand List */
  .list-pod ul li {
    width: 100%;
  }
  .list-pod.barline p.pod-title {
    width: 100%;
  }
  .list-pod.barline p.pod-text {
    width: 100%;
  }
  .list-pod.barline p.prm-date {
    width: 100%;
  }
  .list-pod.barline p.prm-num {
    width: 100%;
  }
  .list-pod.barline p.specs {
    width: 100%;
  }
  /* Profiles */
  ul.list-profiles li {
    width: 100% !important;
  }
  /* Discussions */
  .forum.section ul li .left {
    float: right;
    margin: -15px 0 0 46px;
  }
  .forum.section ul li .right {
    float: right;
    width: 76%;
    margin: 10px 0 0 0;
  }
  .search.forum_search.section .search-field {
    width: 91%;
  }
  .search.forum_search.section .header input[type="submit"].search-submit {
    clear: both;
    float: none;
  }
  .message.main {
    padding: 0 10px;
  }
  .forum_user {
    width: 100%;
    float: none;
  }
  .composer .avatar,
  .topics ul li .avatar,
  .forum_userinfo .avatar {
    margin-left: 0;
  }
  .forum.section ul li.op {
    padding: 10px;
  }
  /* Advanced Search */
  .SearchResRev2 .ContentHolder {
    width: auto;
    padding: 0px 10px;
  }
  .searchpg-lgsearch #result-search-terms {
    width: 50%;
  }
  .SearchResRev2 .result-detaildesc {
    font-size: var(--font-size-md);
  }
  .srch-tab-list li.label {
    font-size: var(--font-size-sm);
  }
  .srch-tab-list li.label2 {
    font-size: var(--font-size-sm);
  }
  .resultssearchedfor {
    padding-left: 5px;
    font-size: var(--font-size-sm);
  }
  .searchpg-advsearch {
    margin-left: 10px;
    width: auto;
  }
  .rev2-advsearcharea {
    width: auto;
  }
  .Search2-top h1 {
    margin: 0px 0px 0px 10px;
  }
  .adv-searchtable label {
    font-size: 10px;
    line-height: 10px;
  }
  .adv-searchtable input[type="checkbox"],
  .adv-searchtable input {
    font-size: 10px;
    line-height: 10px;
  }
  .SearchResRev2 table td {
    border: none;
    padding: 4px;
  }
  .SearchResRev2 #bottom-navigation .n table td {
    padding: 0px;
    font-size: var(--font-size-xs);
  }
  .SearchResRev2 #bottom-navigation .b a {
    padding: 10px 5px 8px;
    font-size: var(--font-size-xs);
  }
  .adv-searchtable .btm-row {
    font-size: 10px;
  }
  .SearchResRev2 .adv-search-filter-fielddrop {
    margin-left: 5px;
  }
  /* Tabbed Pills */
  .TabbedPills ul#pill-nav li {
    margin: 0px 12px 0px 0px;
  }
  .TabbedPills ul#pill-nav li a.pill-nav-active:link,
  .TabbedPills ul#pill-nav li a.pill-nav-active:visited,
  .TabbedPills ul#pill-nav li a.pill-nav-active:hover {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Member Story List */
  .member-story {
    width: 266px;
    display: block;
    margin: 0 0 20px 0 !important;
  }
  .member-story-row {
    margin: 0;
  }
}
/*! END {responsive-phone.less} */
/*! START {responsive-tablet.less} */
/*! END {responsive-tablet.less} */
/*! START {responsive-wide.less} */
@media screen and (min-width: 1450px) {
  .cont-page {
    width: 1180px !important;
  }
  .universal-nav img.oclc-logo {
    margin-left: 0;
  }
  /* Region */
  .region-language {
    padding-right: 0;
  }
  /* Search box */
  .search-box {
    margin-right: 0;
  }
  /* Universal links */
  .universal-links {
    padding-right: 0;
  }
  #main-content,
  nav .cont-page {
    width: 1180px;
  }
  div.home-content,
  div.interior-content {
    width: 1180px;
    float: left;
  }
  .page-content {
    float: left;
    margin-left: 20px;
    width: 940px;
  }
  /* Navigation */
  .dropnav-cont {
    width: 1145px;
  }
  /* Banner section */
  .headline .parbase.image.section img {
    float: none;
  }
  .headline .parbase.image.section {
    text-align: center;
  }
  /* Column Controls */
  div.cq-colctrl-lt2-r-c0 {
    width: 74.5%;
  }
  div.cq-colctrl-lt2-r-c1 {
    width: 23.5%;
  }
  div.parsyscolumncontrol .cq-colctrl-1-fc {
    width: 1180px;
  }
  /* Footer */
  #main-content div.extra-info {
    width: 1180px;
  }
  /* Member Story List */
  .member-story {
    width: 260px;
    margin-right: 23px;
  }
}
/*! END {responsive-wide.less} */
/*! START {print.less} */
@media print {
  @page {
    margin: 0.5in;
  }
  html {
    background: none !important;
  }
  /* Hide unnecessary elements */
  nav,
  .region-language,
  .search-box,
  .universal-links,
  .crumbs-tools,
  .interior-nav,
  .sitebar {
    display: none;
  }
  /* Header */
  .globallogo {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted var(--border-3);
    overflow: auto;
  }
  .universal-nav img.oclc-logo {
    margin-left: 0 !important;
  }
  /* Page content */
  #main-content {
    padding: 0 !important;
    width: 100% !important;
  }
  .page-content {
    width: 100%;
  }
  .interior-content {
    margin-bottom: 0 !important;
  }
  .cont-main {
    border: none !important;
  }
  /* Footer */
  #main-content div.extra-info {
    width: 100%;
    background: none;
  }
  .purpose-statement {
    padding: 20px 0;
    color: var(--black);
    border-top: 1px dotted var(--border-3);
    border-bottom: 1px dotted var(--border-3);
    background: none;
    border-radius: 0;
    text-shadow: none;
  }
  .copyright a:link,
  .copyright a:visited {
    color: var(--text-tertiary);
    text-decoration: none;
  }
  footer .cq-colctrl-ltf,
  .connect-bar,
  .copyright ul {
    display: none;
  }
  footer.page-footer {
    padding: 0;
  }
  footer.page-footer .copyright p,
  .copyright ul {
    padding: 0;
  }
  /* Misc. elements */
  .hbox,
  .hbox.quote,
  .hbox.calltoaction,
  .alert-message,
  .hbox.message-from,
  .hbox.event-reg,
  .hbox.special-offer {
    border: 1px solid var(--border-3);
    background: none !important;
    box-shadow: none;
    text-shadow: none;
    color: var(--text-primary);
  }
  span.text-pageintro {
    border-bottom: 1px dotted var(--border-3) !important;
  }
  .pills,
  #pill-nav {
    display: none;
  }
  .comment {
    border: 1px solid var(--border-3);
  }
  .el-month {
    text-shadow: none;
    color: var(--black);
    border-color: var(--black);
  }
  .el-day {
    border: 1px solid var(--black);
  }
}
/*! END {print.less} */
/*! START {plugin-siteimprove.less} */
.sz-share-bar,
.sz-share-bar button {
  border: none !important;
}
button.sz-share-item {
  box-shadow: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #ffffff;
}
button.sz-share-item.sz-facebook {
  background: #3b5998 !important;
}
button.sz-share-item.sz-twitter {
  background: #0fb5ee !important;
}
button.sz-share-item.sz-linkedin {
  background: #0077b5 !important;
}
button.sz-share-item.sz-print,
button.sz-share-item.sz-email,
button.sz-share-item.sz-more {
  background: #444d55 !important;
}
.sz-share-item:not(:first-child) {
  margin-top: 0px !important;
}
.sz-share-bar-overlay {
  font-family: var(--font-family-base) !important;
}
.sz-share-bar-overlay .sz-overlay-services-header-text {
  letter-spacing: 0;
  font-size: var(--font-size-3x);
  font-weight: bold;
  text-align: center;
}
.sz-overlay-close {
  background: #ffffff !important;
  border: 1px solid #555;
}
.sz-share-bar-overlay .sz-overlay-services-header-text,
.sz-share-bar-overlay .sz-overlay-page-title-container {
  width: 80% !important;
}
/*! END {plugin-siteimprove.less} */
/* hide line in One Trust Accept button */
.optanon-alert-box-wrapper * {
  box-shadow: none;
}
/* User selectable styles for RTE. */
/* Research Text Styles for homepage Colored Highlight Boxes and Activity Highlight box */
span.text-hbox-hdr-demo {
  font-size: var(--font-size-md);
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 32px;
  background: url(images/activity-icon-demo.png) no-repeat 0 0;
  height: 26px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
  display: block;
}
span.text-hbox-text-white {
  font: 12px sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
}
span.text-hbox-text-demo {
  font: 12px sans-serif;
  color: #fff;
  line-height: 18px;
}
span.text-hbox-call-white {
  font: 11px sans-serif;
  color: #fff;
  font-style: italic;
  line-height: 18px;
}
span.text-hbox-text-white a {
  color: #fff;
  text-decoration: underline;
}
span.text-hbox-text-demo a {
  color: #fff;
}
span.text-hbox-call-white a {
  color: #fff;
  text-transform: lowercase;
}
span.text-hbox-phrase-white {
  font: 14px sans-serif;
  color: #fff;
  line-height: 22px;
}
/* Research Table Arrow Links styles */
table.text-quicklinks {
  margin: 0;
  padding: 0;
  border: none;
}
/* Research Activities Definition Table Right Side Bar */
table.text-activitydef {
  margin: 0;
  padding: 0;
  border: none;
}
/* Research Homepage News List Display goes on a ul */
.res-home-news {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Research Homepage Activities List Display goes on a ul */
.res-home-activities {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Research Homepage Publications List Display goes on a ul */
.res-home-publications {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Research Activities List Display goes on a ul */
.res-activities {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Research Activities Alerts - .act-alert still in main.css*/
.act-alert.alert-green {
  background-color: #eaf8e8;
  border: solid 1px #cfe8ce;
  color: var(--green);
}
.act-alert.alert-red {
  background-color: #ffe7e7;
  border: solid 1px #fdcdcb;
  color: #cd1013;
}
.act-alert.alert-yellow {
  background-color: #fffdd6;
  border: solid 1px #fdefa1;
  color: #6b6538;
}
.act-alert.alert-orange {
  background-color: var(--orange-subtle);
  border: solid 1px #ffd6b2;
  color: #6b5838;
}
.act-alert.alert-fuschia {
  background-color: var(--magenta-subtle);
  border: solid 1px #e5c1d4;
  color: var(--magenta);
}
.act-alert.alert-blue {
  background-color: var(--blue-subtle);
  border: solid 1px #bcd6e9;
  color: #034ea2;
}
.act-alert.alert-violet {
  background-color: #e7e4ef;
  border: solid 1px #cfc8df;
  color: var(--purple);
}
.act-alert.alert-teal {
  background-color: #d9eeef;
  border: solid 1px #b2dcdf;
  color: #00676f;
}
.act-alert.alert-gray {
  background-color: #e3e6e7;
  border: solid 1px #c7cccf;
  color: #37434c;
}
/* Next Step links goes on a ul */
.next-steps {
  margin: 0;
  padding: 0;
}
/* Next Step -RSS version links goes on a ul */
.next-steps-rss {
  margin: 0;
  padding: 0;
}
/* Above the Fold */
span.atf-quote {
  color: #c95000;
  padding: 0 0 0 15px;
  display: block;
  border-left: 2px solid #FFEDDE;
}
span.atf-source {
  font-size: var(--font-size-xs);
  color: var(--text-secondary);
}
span.text-large {
  font-size: var(--font-size-xl);
  line-height: 26px;
}
span.text-small {
  font-size: var(--font-size-sm);
  line-height: 17px;
}
span.footnote {
  font-style: italic;
  color: var(--text-secondary);
}
span.text-strike {
  color: #6a7780;
  text-decoration: line-through;
}
span.text-gray {
  color: #455560;
}
span.text-green {
  color: var(--lime-dark);
}
span.text-orange {
  color: var(--orange);
}
span.text-purple {
  color: var(--purple);
}
span.text-fuchsia {
  color: var(--magenta);
}
span.text-blue {
  color: var(--blue);
}
span.text-teal {
  color: #008b96;
}
span.text-caption {
  font-size: var(--font-size-xs);
  line-height: 15px;
  color: var(--text-secondary);
}
table.mailspecial h2 span.text-gray {
  color: #455560;
}
table.mailspecial h2 span.text-green {
  color: var(--lime-dark);
}
table.mailspecial h2 span.text-orange {
  color: var(--orange);
}
table.mailspecial h2 span.text-violet {
  color: var(--purple);
}
table.mailspecial h2 span.text-fuchsia {
  color: var(--magenta);
}
table.mailspecial h2 span.text-blue {
  color: var(--blue);
}
table.mailspecial h2 span.text-teal {
  color: #008b96;
}
/* OCLC.org */
span.text-pageintro {
  font-family: var(--font-family-accent);
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 24px;
  border-bottom: 1px dotted #81888D;
  display: block;
  padding: 0 0 18px 0;
}
span.photo-credit {
  font-size: 10px;
  color: var(--text-secondary);
  margin: -2px 0 0 0;
  display: block;
}
/* Links that look like buttons */
span.link-btn-blue a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--blue);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-blue a:visited {
  color: #fff !important;
}
span.link-btn-blue a:hover {
  background: var(--orange) !important;
}
span.link-btn-green a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--green);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-green a:visited {
  color: #fff !important;
}
span.link-btn-green a:hover {
  background: var(--orange) !important;
}
span.link-btn-lightgray a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: var(--text-primary);
  text-decoration: none;
  background: var(--background-4);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-lightgray a:visited {
  color: #455560 !important;
}
span.link-btn-lightgray a:hover {
  background: var(--gray-dark) !important;
  color: var(--white);
}
span.link-btn-violet a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  background: var(--purple);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-violet a:visited {
  color: #fff !important;
}
span.link-btn-violet a:hover {
  background: var(--orange) !important;
}
span.link-btn-fuchsia a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--magenta);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-fuchsia a:visited {
  color: #fff !important;
}
span.link-btn-fuchsia a:hover {
  background: var(--orange) !important;
}
span.link-btn-gray a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--gray-dark);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-gray a:visited {
  color: #fff !important;
}
span.link-btn-gray a:hover {
  background: var(--orange) !important;
}
span.link-btn-teal a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--lime-dark);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-teal a:visited {
  color: #fff !important;
}
span.link-btn-teal a:hover {
  background: #004c58 !important;
}
span.link-btn-red a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--red);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-red a:visited {
  color: #fff !important;
}
span.link-btn-red a:hover {
  background: var(--orange) !important;
}
span.link-btn-navy a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--blue-darker);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-navy a:visited {
  color: #fff !important;
}
span.link-btn-navy a:hover {
  background: var(--orange) !important;
}
span.link-btn-orange a {
  font-size: var(--font-size-md);
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: var(--orange);
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
span.link-btn-orange a:visited {
  color: #fff !important;
}
span.link-btn-orange a:hover {
  background: #8e4200 !important;
}
span.link-lead a,
p.morelink a {
  background: url(/apps/settings/wcm/designs/oclc/images/link-lead.png) 0 0 no-repeat;
  padding: 0 0 0 21px;
  display: inline-block;
  line-height: 18px;
}
span.small-gray-link a {
  color: var(--text-primary);
  font-size: var(--font-size-sm);
  line-height: 17px;
}
span.small-gray-link a:hover {
  color: var(--black);
}
.sidebar-header {
  border-bottom: 1px dotted var(--border-3);
  color: var(--text-secondary);
  font-size: var(--font-size-md);
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 9px;
  padding: 0 0 6px;
  text-transform: none;
  display: block;
  font-family: var(--font-family-base);
  letter-spacing: 0;
}
/* WebJunction Styles */
/* List Styles */
.wj-topic-popular {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-list {
  margin: 0;
  padding: 0;
}
.simple-list.small {
  margin: 0;
  padding: 0;
}
.simple-list.links {
  margin: 0;
  padding: 0;
}
.quicklinks {
  margin: 0;
  padding: 0;
}
.quicklinks.tags {
  margin: 0;
  padding: 0;
}
.list-wj-news {
  border-top: 1px dotted #81888D;
  padding-top: 10px;
}
.wj-prog-sponsors {
  margin: 0;
  padding: 0;
}
.proj-schedule {
  margin: 0;
  padding: 0;
}
/* Span Styles */
.link-more a {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
}
.link-more a:hover {
  color: var(--text-primary);
}
.seealso-title {
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: block;
}
.seealso-date {
  font-size: var(--font-size-xs);
  margin: 0;
  line-height: 15px;
  display: block;
}
.seealso-details {
  color: var(--text-secondary);
  padding: 3px 0 0 0;
  margin: 0;
  line-height: 18px;
  display: block;
  color: var(--text-primary);
}
.seealso-url {
  padding: 5px 0 0 0;
  margin: 0;
  display: block;
}
.seealso-url a,
.seealso-url a:link {
  font: normal 12px sans-serif;
  color: var(--text-secondary);
  text-decoration: none;
}
.seealso-url a:visited {
  color: var(--text-secondary);
  text-decoration: none;
}
.seealso-url a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.arrowbox-link {
  display: block;
  background: url(/apps/settings/wcm/designs/oclc/oclc-webjunction/images/quicklinks-arrow.png) no-repeat 0 6px;
  padding: 4px 0 0 16px;
  font-size: var(--font-size-sm);
  line-height: 18px;
  text-decoration: underline;
  margin: 4px 0 0 0;
  color: var(--link);
}
/* Text Component and Text and Image Component Float and no border styles */
.text.parbase.section img.img-flt-right,
.parbase.textimage.section .text img.img-flt-right {
  float: right;
  margin: 0 0 15px 15px;
}
.text.parbase.section img.img-flt-left,
.parbase.textimage.section .text img.img-flt-left {
  float: left;
  margin: 0 15px 15px 0;
}
.text.parbase.section img.img-flt-right-nobrdr,
.parbase.textimage.section .text img.img-flt-right-nobrdr {
  float: right;
  margin: 0 0 15px 15px;
  border: none;
  padding: 0;
}
.text.parbase.section img.img-flt-left-nobrdr,
.parbase.textimage.section .text img.img-flt-left-nobrdr {
  float: left;
  margin: 0 15px 15px 0;
  border: none;
  padding: 0;
}
/*! The [main.css] stylesheet for WebJunction.org */
html {
  background-color: var(--background-1);
}
body {
  margin: 0;
  padding: 0;
  min-width: 960px;
}
.cont-main {
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
#main-content {
  padding: 0 10px;
  margin-bottom: 27px;
  width: 940px;
}
.cont-page {
  width: 960px;
  margin: 0 auto;
}
div.home-content {
  padding: 20px 0 0 0;
}
/* Base typography */
div.cq-colctrl-lt2-r-c1 h4 {
  font-size: var(--font-size-md);
  color: var(--text-primary);
  border-bottom: 1px dotted var(--border-3);
  margin: 0 0 9px 0;
  padding: 0 0 6px 0;
  line-height: 16px;
  text-transform: none;
  font-weight: bold;
}
div.cq-colctrl-lt2-r-c1 p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
/*! START {main.less} */
.page-content-wj {
  float: left;
  width: 100%;
}
.universal-nav {
  line-height: 0;
}
.universal-nav img.oclc-logo {
  margin: 10px 0 10px 10px;
}
.logo.parbase.globallogo {
  max-width: 360px;
  margin-left: 10px;
  width: 90%;
  float: left;
  padding: 0;
  position: relative;
  top: 6px;
}
.breadcrumb {
  display: block;
}
.universal-nav .search-box {
  float: right;
  clear: right;
  margin: -23px 10px 0 0;
  background: transparent;
  padding: 0;
  line-height: 22px;
  font-size: var(--font-size-sm);
  font-weight: bold;
  color: var(--text-primary);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-shadow: 0 1px 0 #fff;
}
.wj-homepage .universal-nav .search-box {
  margin-top: 0px;
}
.wj-homepage .list-upcoming-events h3 {
  font-size: var(--font-size-md);
}
#search-terms {
  color: var(--text-primary);
  border: 1px solid #cfcfcf;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px;
  height: 14px;
  width: 213px;
  background-color: var(--white);
  float: left;
  margin: 5px 0 0 0;
  box-sizing: content-box;
}
#advanced-search {
  display: none;
}
#search-terms {
  color: var(--text-primary);
  border: 1px solid #cfcfcf;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px;
  height: 14px;
  width: 213px;
  background-color: var(--white);
  float: left;
  margin: 5px 0 0 0;
}
#submit-search {
  float: left;
  background: url('images/search-icon.png') no-repeat 6px 7px var(--lime);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #017079;
  height: 32px;
  width: 30px;
  margin: 5px 0 0 0;
  box-sizing: border-box;
}
#submit-search:hover {
  background: url('images/search-icon.png') no-repeat 6px 7px #004d59;
}
nav ul li.main-nav-item a.main-nav-link:link,
nav ul li.main-nav-item a.main-nav-link:visited {
  color: var(--text-primary);
}
nav ul li.main-nav-item a.main-nav-active:link,
nav ul li.main-nav-item a.main-nav-active:visited,
nav ul li.main-nav-item a.main-nav-active:hover {
  background: #487C2D;
  color: var(--white);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
nav ul li.main-nav-item a.main-nav-active.dropnav:link,
nav ul li.main-nav-item a.main-nav-active.dropnav:visited,
nav ul li.main-nav-item a.main-nav-active.dropnav:hover {
  background-color: #487C2D;
}
.dropnav-cont {
  padding: 10px 30px 14px 30px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 2px solid #487C2D;
}
.dropnav-close {
  right: 4px;
  top: 6px;
}
.dropnav-cont h2 {
  letter-spacing: 0px;
}
/*- UNIVERSAL NAV
----------------------------------------------------------------------*/
#main-content div.extra-info {
  float: right;
  width: 220px;
  clear: none !important;
  background: none;
  margin: 0;
}
.extra-info .hidden-all {
  display: block;
  visibility: visible;
}
#sub-emailaddress {
  width: 252px;
  margin: 0;
  float: left;
  height: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: content-box;
}
#sub-submit {
  float: left;
  border-color: var(--lime-dark);
  background: #316c19 url('../images/email-submit-arrow.png') no-repeat 10px 10px;
}
#sub-submit:hover {
  background: #31acb7 url('../images/email-submit-arrow.png') no-repeat 10px 10px;
}
.email-subscribe {
  padding: 0;
  background: none;
  border-radius: none;
}
.alert-message.sub-emailalert {
  width: 330px;
}
footer.page-footer p {
  margin: 0;
  color: var(--text-primary) !important;
}
footer.page-footer .social-intro {
  float: left;
  margin: 0 14px 0 0;
}
footer.page-footer .social-intro p {
  margin: 0;
  font-size: var(--font-size-md);
  line-height: 17px;
}
footer.page-footer .social-intro img {
  border: none !important;
}
footer.page-footer .twitter-accounts,
footer.page-footer .other-accounts {
  float: left;
}
footer.page-footer .twitter-accounts {
  margin: 0 8px 0 0;
}
footer.page-footer .copyright,
footer.page-footer .copyright p,
.copyright ul {
  padding: 0;
}
footer.page-footer .copyright ul {
  margin: 0;
}
footer.page-footer .copyright p,
footer.page-footer .copyright ul li {
  list-style-type: none;
  font-size: var(--font-size-sm);
  line-height: 16px;
  margin: 0 0 12px 0;
}
footer.page-footer .copyright a:link,
footer.page-footer .copyright a:visited {
  color: var(--text-primary);
}
footer.page-footer .copyright #ot-sdk-btn.ot-sdk-show-settings {
  border: none;
  padding: 0;
  font-size: var(--font-size-sm);
  color: var(--text-primary);
  background: none;
}
footer.page-footer .copyright #ot-sdk-btn.ot-sdk-show-settings:hover {
  background: none;
  color: var(--text-primary);
  text-decoration: none;
}
ul#pill-nav li a:hover {
  color: var(--white);
}
ul#pill-nav li a.pill-nav-active:link,
ul#pill-nav li a.pill-nav-active:visited,
ul#pill-nav li a.pill-nav-active:hover {
  background: var(--lime);
  color: var(--white);
}
ul#pill-nav li a.pill-nav-link.program:link {
  padding: 2px 15px 2px 15px;
}
ul#pill-nav li a.pill-nav-link.program:visited {
  padding: 2px 15px 2px 15px;
}
ul#pill-nav li a.pill-nav-link.program:focus {
  outline: none;
  padding: 2px 15px 2px 15px;
}
ul#pill-nav li a.pill-nav-link.program:hover {
  color: var(--white);
}
ul#pill-nav li a.pill-nav-active.program:link,
ul#pill-nav li a.pill-nav-active.program:visited,
ul#pill-nav li a.pill-nav-active.program:hover {
  background: var(--lime-dark);
  color: var(--white);
  padding: 2px 15px 2px 15px;
}
.wj-teal-feature {
  padding: 20px;
  background: #487C2D;
  color: var(--white);
  margin: 0 0 36px;
}
.wj-teal-feature h1,
.wj-teal-feature p,
.wj-teal-feature a {
  color: var(--white);
}
.wj-teal-feature a {
  text-decoration: underline;
}
.wj-teal-feature h1 {
  font-family: var(--font-family-base);
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 8px 0;
  letter-spacing: 0;
  text-align: center;
}
.wj-teal-feature h5 {
  padding-bottom: 8px;
  margin-bottom: 18px;
  text-align: center;
  border-bottom: 1px dotted #fff;
}
.wj-teal-feature h5 a,
.wj-teal-feature h5 a:hover {
  text-decoration: none;
}
.wj-teal-feature p {
  font-size: var(--font-size-md) !important;
  line-height: 18px !important;
}
.wj-teal-feature ul {
  margin: 0;
  padding: 0;
}
.wj-teal-feature ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.wj-teal-feature ul li a {
  color: var(--white);
  padding: 0;
  font-size: var(--font-size-md);
  font-weight: bold;
  font-family: var(--font-family-base);
}
.wj-teal-feature ul li a:hover {
  color: var(--white);
  text-decoration: underline;
}
.wj-teal-feature ul li .link-more {
  font-weight: normal;
  font-size: var(--font-size-sm);
}
.wj-teal-feature ul li .link-more a {
  font-weight: normal;
  text-decoration: underline;
  font-size: var(--font-size-sm);
}
.wj-teal-feature ul li .link-more a:hover {
  color: #efefef;
}
.dotted-underline {
  display: block;
  float: left;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 13px 0;
  width: 100%;
}
.quicklinks ul li a {
  background: url('images/quicklinks-arrow.png') no-repeat 0 2px;
}
.quicklinks.tags ul li a {
  background: url('images/quicklinks-tag.png') no-repeat 0 2px;
}
/* COMMENTS / RATINGS COMPONENT STYLES */
#comments-form,
#ratings-form {
  border-color: #cfe0c6;
  background: #e9f1e5;
}
.comment-text {
  border-color: #cddfc4;
}
#comments-submit,
#ratings-submit {
  background: var(--lime-dark);
  border: 1px solid var(--lime-dark);
}
#comments-submit:hover,
#ratings-submit:hover {
  background: var(--lime-dark);
  color: var(--white);
}
.events-list-header {
  background: url('/apps/settings/wcm/designs/oclc/images/events-header-arrow-green.png') no-repeat left bottom;
}
.events-header {
  background: #487C2D;
  border-radius: 0px;
  box-shadow: none;
}
.events-header-dates {
  font-size: var(--font-size-xl);
  color: var(--white);
  padding: 4px 0 0 0;
}
.events-header-quickview {
  padding-top: 2px;
}
.events-header-quickview a,
.events-header-quickview a:hover {
  color: var(--white);
  text-decoration: underline;
}
.event-listing {
  padding: 18px;
  border-radius: 0px;
  background: #f1f1f1;
}
.event-listing.event-passed {
  background: var(--background-0);
}
#event-filter-datepicker .ui-datepicker .ui-state-hover {
  background: #316c19 !important;
  color: var(--white) !important;
  text-decoration: underline !important;
}
#event-filter-datepicker .ui-datepicker .ui-state-active {
  color: var(--white);
  font-weight: bold;
  background: #487C2D;
  text-shadow: none !important;
}
form#event-filters input[type="submit"].submit-gray {
  border-radius: 0px;
  background: #475B66;
  border: none;
  padding: 8px 10px 6px;
  text-shadow: none;
  box-shadow: none;
}
form#event-filters input[type="submit"].submit-gray:hover,
form#event-filters input[type="submit"].submit-gray:active {
  background: var(--gray-dark);
}
.event-info .event-web-date {
  color: var(--text-primary);
  background: url('images/icon-proj-schedule-web.png') no-repeat 0 2px;
}
.webinar-events article .webinar-event-icon {
  background: url('images/icon_webinar.svg') no-repeat 0 5px;
  background-size: 32px;
  padding: 0 0 0 5px;
  display: block;
}
.webinar-events article .webinar-event-icon {
  background-size: 32px;
}
.webinar-events .event-info {
  float: none;
  width: auto;
  margin: 0 0 0 42px;
}
.webinar-events .event-listing {
  padding: 0px 0px 20px 0px;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted var(--border-3);
  background: none;
  position: relative;
  border-radius: 0px;
}
.webinar-events .event-listing.event-passed {
  background: none;
}
/* event-action-register link button styles moved to update at bottom */
.events-header-quickview a {
  color: var(--white);
}
#events-display .cq-colctrl-lt2-r-c0 {
  width: 74.5%;
}
#events-display .cq-colctrl-lt2-r-c1 {
  width: 23.5%;
}
nav.subnav {
  margin: 0;
  padding: 0;
  border: none;
}
.subnav-top-bar {
  border-top: solid 1px #1e2c34;
  background: #0d1a21;
  height: 6px;
}
.subnav-masthead {
  background: url('images/partner-nav-bg.png') repeat-x #d5d4d4;
  padding: 0;
  margin: 0;
}
nav.subnav .cont-page {
  width: 940px;
}
nav.subnav .subnav-arrow {
  background: url('images/partner-nav-arrow.png') no-repeat 610px 0;
  height: 28px;
}
nav.subnav .subnav-logoarea {
  width: 25%;
  float: right;
  margin-top: -22px;
}
nav.subnav .subnav-logoarea .logo img {
  background-color: var(--white);
  margin: 4px 20px;
  height: 76px;
  border: 1px solid #d5d4d4;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
nav.subnav .subnav-navblock {
  width: 75%;
  float: left;
}
nav.subnav .subnav-navblock .subnav-title {
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 7px 0;
  font-size: 20px;
  color: #1d252c;
  margin: 0 20px 0 0;
  font-family: var(--font-family-accent);
  letter-spacing: -0.5px;
}
nav.subnav .subnav-navblock .subnav-title .subnav-tag {
  font-size: var(--font-size-md);
  font-weight: normal;
  font-style: italic;
}
nav.subnav ul#subnav-nav {
  margin: 7px auto 0 auto;
  padding: 0;
  float: left;
  position: relative;
}
nav.subnav ul li.subnav-nav-item {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
}
nav.subnav a.subnav-nav-link:link,
nav.subnav a.subnav-nav-link:visited {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  color: var(--black);
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  padding: 8px 23px 3px 23px;
  margin: 0 2px;
  line-height: 21px;
  font-family: var(--font-family-accent);
  letter-spacing: -0.75px;
}
nav.subnav a.subnav-nav-link:visited {
  color: var(--black);
}
nav.subnav a.subnav-nav-link:focus {
  outline: none;
}
nav.subnav a.subnav-nav-link:hover {
  background: var(--lime-dark);
  color: var(--white);
}
nav.subnav a.subnav-nav-active:link,
nav.subnav a.subnav-nav-active:visited,
nav.subnav a.subnav-nav-active:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--lime-dark);
  display: block;
  color: var(--white);
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  padding: 8px 23px 3px 23px;
  margin: 0 2px;
  line-height: 21px;
  font-family: var(--font-family-accent);
}
nav.subnav .subnav-active-arrow {
  width: 24px;
  height: 13px;
  margin: 0 0 0 18px;
  padding: 0;
  background: url('images/partner-nav-arrow2.png') no-repeat 0 0;
}
.parsys.topsubnav.iparsys .section.topsubnav {
  margin-top: -14px;
}
.list-joblisting {
  margin: 0;
  padding: 0;
}
.list-recent-docs article,
.list-joblisting article {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 1px dotted var(--border-3);
  margin: 0 0 5px 0;
  float: left;
}
.list-doc-attachments {
  overflow: auto;
}
.list-doc-attachments article {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
}
.doc-download a,
.list-joblisting a,
.list-wj-news a {
  text-decoration: none;
}
.list-recent-docs a:hover .list-rd-doctitle,
.list-joblisting a:hover .list-rd-jobtitle,
.list-wj-news a:hover .list-wj-newstitle a:hover {
  color: var(--link-hover);
}
.list-rd-jobtitle {
  width: 100%;
}
.list-recent-docs p.link-more a {
  text-decoration: underline;
}
.list-recent-docs .list-rd-docdesc,
.list-joblisting .list-rd-jobdesc,
.list-wj-news .list-wj-newsdesc {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  margin-top: 5px;
  color: var(--black);
  padding: 10px 0;
}
.list-recent-docs .list-rd-docdesc,
.list-joblisting .list-rd-jobdesc {
  clear: left;
}
.list-rd-docdetdesc {
  font-family: var(--font-family-accent);
  font-size: 17px;
  color: var(--text-primary);
  line-height: 24px;
  display: block;
  padding: 15px 0 10px 0;
  margin: 0;
  clear: left;
  border-top: 1px dotted #81888D;
}
.list-recent-docs .list-rd-doctitle,
.list-wj-news .list-wj-newstitle,
.list-wj-home-news .list-wj-newstitle {
  margin: 0 0 14px;
  padding: 0 0 4px 0;
  font-size: var(--font-size-xl);
  line-height: 22px;
  font-weight: bold;
  font-family: var(--font-family-base);
  color: inherit;
  text-decoration: underline;
  width: 75%;
}
.list-recent-docs .list-rd-doctitle a,
.list-wj-news .list-wj-newstitle a,
.list-wj-home-news .list-wj-newstitle a {
  color: var(--link);
}
.list-recent-docs .list-rd-doctitle a:hover,
.list-wj-news .list-wj-newstitle a:hover,
.list-wj-home-news .list-wj-newstitle a:hover {
  color: var(--link-hover);
}
.list-recent-docs .list-rd-doctitle a:visited,
.list-wj-news .list-wj-newstitle a:visited,
.list-wj-home-news .list-wj-newstitle a:visited {
  color: var(--link-visited);
}
.list-joblisting .list-rd-jobtitle {
  font-weight: bold;
  font-size: var(--font-size-lg);
  color: var(--blue);
  text-decoration: underline;
  padding: 0 0 3px 0;
  margin: 0;
  width: 100%;
}
.list-rd-docurl {
  padding: 0 0 23px 0;
  margin: 0;
}
.list-rd-docurl a,
.list-rd-docurl a:link {
  font-family: var(--font-family-base);
  font-size: var(--font-size-sm);
  font-weight: normal;
  color: var(--text-primary);
  text-decoration: none;
}
.list-rd-docurl a:visited {
  color: var(--text-primary);
  text-decoration: none;
}
.list-rd-docurl a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.list-recent-docs h1,
.list-joblisting h1 {
  font-family: var(--font-family-base);
  font-size: var(--font-size-2x);
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 6px 0;
  margin: 0 0 9px 0;
  line-height: var(--line-height-xs);
  font-weight: bold;
}
.list-recent-docs article h1,
.list-joblisting article h1 {
  font-size: var(--font-size-md);
  border: 0;
}
.list-rd-docdetails,
.list-rd-joblisting {
  padding: 0;
  margin: 0;
}
.list-recent-docs article .list-rd-docdetails,
.list-joblisting article .list-rd-joblisting {
  color: var(--text-primary);
  padding: 10px 0 0 48px;
  line-height: 18px;
}
.list-recent-docs article .list-rd-docdetails.type-doclist {
  color: var(--text-primary);
  padding: 10px 0 0 48px;
  line-height: 18px;
  background: none;
  width: 97%;
}
.list-rd-docspecs,
.list-rd-jobspecs {
  display: block;
  font-size: var(--font-size-sm);
  margin: 0;
  padding-right: 5px;
  line-height: var(--line-height-lg);
  float: left;
  color: var(--text-primary);
}
.list-rd-docauthor {
  font-family: var(--font-family-base);
  font-size: var(--font-size-sm);
  margin: 20px 0 0 0;
  padding: 5px 0 0 0;
  line-height: var(--line-height-lg);
  border-top: 1px dotted #81888D;
  color: var(--text-primary);
}
.list-rd-jobcompany {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-md);
  font-style: italic;
  color: var(--text-primary);
  margin: 0;
  padding: 0;
  line-height: var(--line-height-md);
}
.doc-download {
  float: right;
  list-style-type: none;
  padding: 10px 20px;
  border: 1px solid #D9D9D6;
  background: #f1f1f1;
  color: var(--text-primary);
  margin: 0 10px 24px 14px;
  width: 25%;
}
.doc-download.detailpage {
  margin: 0;
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}
.list-rd-docattach {
  list-style-type: none;
  margin: 8px 0;
}
.list-rd-docattach .link-dload {
  display: block;
  padding: 0 0 0 36px;
  min-height: 38px;
  vertical-align: middle;
  font-size: var(--font-size-sm);
  line-height: 15px;
}
/* type-gendoc = this is for represent a document in general or to place if there is no specific document type */
.type-gendoc,
.list-wj-newsdetails.type-gendoc,
.list-rd-docdetails.type-gendoc {
  background: url('images/icon_doctype_gendoc.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-gendoc {
  background: url('images/icon_doctype_gendoc.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-mp3,
.list-wj-newsdetails.type-mp3,
.list-rd-docdetails.type-mp3 {
  background: url('images/icon_doctype_mp3.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-mp3 {
  background: url('images/icon_doctype_mp3.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-pdf,
.list-wj-newsdetails.type-pdf,
.list-rd-docdetails.type-pdf {
  background: url('images/icon_doctype_pdf.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-pdf {
  background: url('images/icon_doctype_pdf.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-ppt,
.list-wj-newsdetails.type-ppt,
.list-rd-docdetails.type-ppt {
  background: url('images/icon_doctype_ppt.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-ppt {
  background: url('images/icon_doctype_ppt.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-video,
.list-wj-newsdetails.type-video,
.list-rd-docdetails.type-video {
  background: url('images/icon_doctype_video.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-video {
  background: url('images/icon_doctype_video.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-webinar,
.list-wj-newsdetails.type-webinar,
.list-rd-docdetails.type-webinar {
  background: url('images/icon_webinar.svg') no-repeat 0 10px;
  background-size: 32px;
}
.link-dload.type-webinar {
  background: url('images/icon_webinar.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-blog,
.list-wj-newsdetails.type-blog,
.list-rd-docdetails.type-blog {
  background: url('images/icon_doctype_blog.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-blog {
  background: url('images/icon_doctype_blog.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-news,
.list-wj-newsdetails.type-news,
.list-rd-docdetails.type-news {
  background: url('images/icon_news.svg') no-repeat 0 10px;
  background-size: 32px;
}
.link-dload.type-news {
  background: url('images/icon_news.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-doc,
.list-wj-newsdetails.type-doc,
.list-rd-docdetails.type-doc {
  background: url('images/icon_doctype_doc.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-doc {
  background: url('images/icon_doctype_doc.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-xls,
.list-wj-newsdetails.type-xls,
.list-rd-docdetails.type-xls {
  background: url('images/icon_doctype_xls.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-xls {
  background: url('images/icon_doctype_xls.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-dot,
.list-wj-newsdetails.type-dot,
.list-rd-docdetails.type-dot {
  background: url('images/icon_doctype_dot.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-dot {
  background: url('images/icon_doctype_dot.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-txt,
.list-wj-newsdetails.type-txt,
.list-rd-docdetails.type-txt {
  background: url('images/icon_doctype_txt.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-txt {
  background: url('images/icon_doctype_txt.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-pub,
.list-wj-newsdetails.type-pub,
.list-rd-docdetails.type-pub {
  background: url('images/icon_doctype_pub.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-pub {
  background: url('images/icon_doctype_pub.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-swf,
.list-wj-newsdetails.type-swf,
.list-rd-docdetails.type-swf {
  background: url('images/icon_doctype_swf.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-swf {
  background: url('images/icon_doctype_swf.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-wmv,
.list-wj-newsdetails.type-wmv,
.list-rd-docdetails.type-wmv {
  background: url('images/icon_doctype_wmv.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-wmv {
  background: url('images/icon_doctype_wmv.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-jpg,
.list-wj-newsdetails.type-jpg,
.list-rd-docdetails.type-jpg {
  background: url('images/icon_doctype_jpg.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-jpg {
  background: url('images/icon_doctype_jpg.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-png,
.list-wj-newsdetails.type-png,
.list-rd-docdetails.type-png {
  background: url('images/icon_doctype_png.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-png {
  background: url('images/icon_doctype_png.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-xml,
.list-wj-newsdetails.type-xml,
.list-rd-docdetails.type-xml {
  background: url('images/icon_doctype_xml.svg') no-repeat 0 10px;
  background-size: 28px;
}
.link-dload.type-xml {
  background: url('images/icon_doctype_xml.svg') no-repeat 0 0;
  background-size: 28px;
}
.type-joblisting,
.list-wj-newsdetails.type-joblisting,
.list-rd-docdetails.type-joblisting {
  background: url('images/icon-joblisting.png') no-repeat 0 10px;
}
.list-wj-newsdetails {
  padding: 10px 0 0 30px;
  line-height: 18px;
  background: none;
  margin: 0;
}
section.list-wj-news {
  margin: 0;
  padding: 0;
}
.list-wj-news article {
  border-bottom: 1px dotted var(--border-2);
  padding: 10px 0 20px 0;
}
.list-wj-news article a {
  text-decoration: none;
}
.list-wj-newsauthor {
  font-size: var(--font-size-sm);
  color: var(--text-primary);
  float: left;
  padding-right: 5px;
}
.list-wj-newsspecs {
  display: block;
  font-size: var(--font-size-sm);
  margin: 0;
  padding-right: 5px;
  float: left;
  line-height: 18px;
  color: var(--text-primary);
}
.list-wj-newsimage {
  float: right;
  width: 133px;
  padding-left: 25px;
}
.news-details,
.joblist-details {
  border-top: 1px dotted #81888D;
  border-bottom: 1px dotted #81888D;
  padding: 5px 0;
  margin: 20px 0 10px 0;
}
.news-specs,
.doc-specs {
  display: block;
  font-size: var(--font-size-xs);
  margin: 0;
  padding: 0;
  float: left;
  line-height: 17px;
  color: var(--text-primary);
}
.doc-specs strong,
.list-rd-docspecs strong,
.list-wj-newsspecs strong,
.news-specs strong {
  float: left;
}
.news-pub-specs,
.joblist-pub-specs,
.doc-pub-specs {
  display: block;
  font-size: var(--font-size-xs);
  margin: 0;
  padding: 0;
  line-height: 18px;
  color: var(--text-primary);
}
.news-author {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-xs);
  margin-top: 3px;
  line-height: var(--line-height-lg);
  color: var(--text-primary);
}
.news-details img.img-border {
  float: left;
  margin-right: 10px;
}
.joblist-jobcompany {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-md);
  color: var(--text-primary);
  margin: 3px 0 0 0;
  padding: 0;
  line-height: var(--line-height-md);
}
.list-wj-home-news {
  padding: 0;
  margin: 0;
  overflow: auto;
}
.list-wj-home-news article {
  border-bottom: 1px dotted #888B8D;
  padding: 0 0 20px 0;
  margin: 0 0 24px 0;
}
.list-wj-home-news article .list-wj-home-newsdetails.first .list-wj-newstitle {
  font-family: var(--font-family-accent);
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--black);
  text-decoration: none;
  padding: 0 0 3px 0;
  margin: 0 0 14px 0;
  width: 100%;
  letter-spacing: -1.5px;
}
.list-wj-home-news article .list-wj-home-newsdetails.first .list-wj-newstitle a {
  text-decoration: none;
  color: var(--black);
}
.list-wj-home-news article .list-wj-home-newsdetails.first .list-wj-newstitle a:hover {
  text-decoration: underline;
  color: var(--link-hover);
}
.list-wj-home-newsdetails {
  padding: 0;
  line-height: 18px;
  background: none;
  margin: 0;
}
.list-wj-home-newsimage .cq-dd-image {
  border: 1px solid var(--border-2);
  padding: 2px;
  background: var(--white);
  border-radius: 4px;
  float: right;
  margin: 0 0 0 20px;
  width: 140px;
}
.list-wj-home-newsdetails.first .list-wj-home-newsimage .cq-dd-image {
  width: 300px;
}
.list-wj-home-newsdesc {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  margin-top: 5px;
  color: var(--black);
}
.list-wj-home-newsdetails.first .list-wj-home-newsdesc {
  margin-top: 10px;
}
.list-wj-newstags {
  display: block;
  font-size: var(--font-size-sm);
  margin: 0;
  padding-top: 10px;
  line-height: var(--line-height-lg);
  color: var(--text-primary);
}
.list-wj-newstags a {
  color: var(--text-primary);
}
.list-wj-newstags a:hover {
  color: var(--link-hover);
}
.list-wj-home-news .link-more {
  float: left;
  padding-top: 15px;
  font-size: var(--font-size-md);
}
.list-wj-home-news .link-more a {
  font-size: var(--font-size-sm);
}
.list-wj-home-news .parbase.section.feedlink {
  float: right;
  width: 201px;
  padding-top: 18px;
}
.list-wj-home-news .parbase.section.feedlink a {
  font-size: var(--font-size-sm);
}
.list-ratings-bar {
  float: right;
  padding-top: 1px;
}
.image small {
  color: var(--text-primary);
  font-size: 10px;
}
.image .cq-dd-image,
.list-wj-newsimage .cq-dd-image {
  border: 1px solid #ddd;
  padding: 2px;
  background: var(--white);
  border-radius: 4px;
}
.content-cc {
  font-size: 10px;
  color: var(--text-primary);
  background: url('images/icon-cc.png') no-repeat 0px 2px;
  padding: 0 0 5px 90px;
  margin: 0;
}
.content-cc a,
.content-cc a:visited {
  color: var(--text-primary);
}
.content-cc a:hover {
  color: var(--link-hover);
}
.tab-submit-rss {
  border: 0;
}
.tab-submit-rss td {
  padding: 0 0 10px 0;
  border: 0;
}
.tab-submit-rss td a {
  font-size: var(--font-size-md);
  text-decoration: none;
}
.list-newspr .thumb {
  float: right;
  margin-right: 0px;
  margin-left: 16px;
}
.list-newspr.thumbs .news-listing {
  margin: 0 155px 0 0;
  padding: 0;
  margin-right: 0px;
  margin-left: 0px;
}
.cq-colctrl-lt2-r-c1 .list-newspr .thumb {
  float: left;
  margin-right: 16px;
  margin-left: 0px;
}
.page-content-wj .par.parsys .parsys_column.cq-colctrl-lt5 .parsys_column.cq-colctrl-lt5-c0 .parsys_column.cq-colctrl-lt2-r .parsys_column.cq-colctrl-lt2-r-c1 .hbox {
  background-color: #e9f1e5;
}
.page-content-wj .par.parsys .parsys_column.cq-colctrl-lt5 .parsys_column.cq-colctrl-lt5-c0 .parsys_column.cq-colctrl-lt2-r .parsys_column.cq-colctrl-lt2-r-c1 .hbox h3 {
  color: #457826;
}
.hbox .wj-topic-popular h1 {
  font-family: var(--font-family-base);
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px dotted var(--lime-dark);
  padding: 0 0 6px 0;
  margin: 0;
  color: var(--lime-dark);
  letter-spacing: -0.25px;
}
section.wj-topic-popular {
  margin: 0 0 18px 0;
}
.wj-topic-popular p {
  margin: 0;
  padding: 0;
}
.wj-topic-popular ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wj-topic-popular li {
  list-style-type: none;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted var(--lime-dark);
}
.wj-topic-popular li:last-child {
  border-bottom: none;
  padding: 10px 0 0 0;
}
.wj-topic-popular li .title a {
  font-weight: bold;
}
.wj-topic-popular li .type {
  font-size: var(--font-size-xs);
  color: var(--text-primary);
}
.highlightbox.section .icon {
  border: none !important;
  padding: 0 7px 0 0 !important;
  border-radius: 0px;
  background: none !important;
}
.submit-doc-link {
  font-size: var(--font-size-md);
}
.parsys_column.cq-colctrl-lt5-c1 .dotted-underline {
  padding: 0 0 4px 0;
}
.home-list-webinar {
  padding: 0;
  margin: 0 0 18px 0;
}
section.proj-schedule {
  margin: 0;
  padding: 0 0 18px 0;
}
.proj-schedule ul,
.home-list-webinar ul {
  margin: 0;
  padding: 0;
}
.proj-schedule ul li,
.home-list-webinar ul li {
  list-style-type: none;
  margin: 10px 0 0 0;
  border-bottom: 1px dotted var(--border-2);
  padding-bottom: 10px;
}
.proj-schedule ul li:last-child,
.home-list-webinar ul li:last-child {
  border-bottom: none;
}
.proj-schedule ul li a,
.home-list-webinar ul li a {
  display: block;
  padding: 0;
  font-size: var(--font-size-md);
  line-height: 18px;
  font-weight: bold;
}
.proj-schedule ul li .event-date,
.home-list-webinar ul li .event-date {
  background: url('images/icon-proj-schedule.png') no-repeat 0 2px;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--text-primary);
}
.proj-schedule ul li .event-desc,
.home-list-webinar ul li .event-desc {
  font-size: var(--font-size-sm);
  line-height: 16px;
  padding-top: 3px;
}
.proj-schedule ul li .link-more a,
.home-list-webinar ul li .link-more a {
  font-size: var(--font-size-sm);
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.home-list-webinar h1 {
  font-family: var(--font-family-accent);
  font-size: 22px;
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 6px 0;
  margin: 0;
  color: var(--text-primary);
  font-weight: normal;
}
.wj-filter {
  border-radius: 5px;
  padding: 14px 18px 12px 18px;
  border: none;
  color: var(--white);
  margin: 0;
  background: var(--lime-dark);
}
.wj-filter-arrow {
  background: url('images/searchpg-lgsearch-arrow.png') no-repeat 25px 0px;
  display: block;
  width: 66px;
  height: 23px;
  margin: 0 0 12px 0;
}
.wj-filter-table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.wj-filter-table td {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.wj-filter-table .label {
  color: var(--white);
  float: left;
  padding-right: 10px;
  font-size: var(--font-size-md);
  font-weight: normal;
  padding-top: 1px;
}
.wj-filter-fielddrop {
  float: left;
  border: solid 1px #007982;
  padding-top: 3px;
  padding-bottom: 3px;
  color: var(--text-primary);
  background-color: #e8e8e8;
  font-size: var(--font-size-md);
  font-weight: normal;
}
.groups {
  border-bottom: 1px dotted var(--border-2);
  padding: 0;
  margin: 0;
}
input[type="submit"].group-login,
input[type="submit"].group-join {
  border-radius: 3px;
  padding: 10px;
  background-color: var(--lime-dark);
  border: 1px solid var(--lime-dark);
  box-shadow: 0 1px 0 #ffffff;
  color: var(--white);
  margin: 0 0 15px 0;
  display: block;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 -1px rgba(0, 0, 0, 0.3);
}
input[type="submit"].group-login:hover,
input[type="submit"].group-join:hover {
  background: var(--lime-dark);
  color: var(--white);
}
input[type="submit"].group-leave {
  border-radius: 3px;
  padding: 10px;
  background: var(--gray-dark);
  border: 1px solid var(--border-3);
  box-shadow: 0 1px 0 #ffffff;
  color: var(--white);
  margin: 0 0 15px 0;
  display: block;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 -1px rgba(0, 0, 0, 0.3);
}
input[type="submit"].group-leave:hover {
  background: var(--black);
  color: var(--white);
}
input[type="submit"].group-login,
input[type="submit"].group-join,
input[type="submit"].group-leave {
  filter: none;
}
.wj-prog-sponsors {
  margin: 0 0 18px 0;
  padding: 0;
}
.wj-prog-sponsors ul {
  margin: 0;
  padding: 0;
}
.wj-prog-sponsors ul li {
  list-style-type: none;
  padding: 8px 10px 0 10px;
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-family-accent);
}
.wj-prog-sponsors ul li img {
  padding: 0;
}
/* Styles for  Twitter Chat modified from Research */
.chat.section {
  margin: 0;
  padding: 0;
}
.chat-box {
  padding: 0;
  margin: 0 0 20px 0;
}
.hbox.res-chat {
  background: var(--white);
  border: none;
  shadow: none;
  margin: 0 0 7px 0;
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.hbox.res-chat .parsys .text.parbase.section {
  padding: 0;
  margin: 0;
}
.hbox.res-chat .parsys .text.parbase.section p {
  padding: 0;
  margin: 0;
}
.hbox.res-chat a {
  color: var(--black);
  font-size: var(--font-size-sm);
}
.hbox.res-chat a:hover {
  color: var(--link-hover);
}
.hbox.res-chat a:visited {
  color: var(--text-primary);
}
.hbox.res-chat .parsys .text.parbase.section {
  padding: 0;
  margin: 0;
}
.res-chat-arrow {
  margin: 0;
  padding: 0;
}
.icon-box {
  float: left;
  display: i nline;
}
.res-chat-stamp {
  margin: 0;
  padding: 0;
  font-size: var(--font-size-xs);
}
.res-chat-stamp a {
  font-size: var(--font-size-xs);
  margin-right: 15px;
}
.chat-box .highlightbox.section {
  margin-bottom: 0;
}
.rss-display {
  display: block;
  clear: both;
}
.rss-display h1 {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-3x);
  border-bottom: 1px dotted var(--border-2);
  padding: 0 0 6px 0;
}
.rss-display article .rss-title a {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-sm);
  font-family: var(--font-family-base);
  font-weight: bold;
}
.rss-display article {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  font-family: var(--font-family-base);
  padding-bottom: 20px;
}
a.document-submit {
  display: block;
  font-size: var(--font-size-sm);
}
#wj-mega-about p,
#wj-mega-training p {
  font-size: var(--font-size-sm);
}
#wj-mega-about p a,
#wj-mega-training p a {
  font-size: var(--font-size-md);
}
#wj-mega-topics a {
  font-size: var(--font-size-sm);
}
#wj-mega-partners .parsys_column.cq-colctrl-wj-mega-part-c0 a {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-sm);
  font-style: italic;
}
#wj-mega-partners .parsys_columncq-colctrl-wj-mega-part-c2 a {
  font-size: var(--font-size-sm);
}
#wj-mega-partners img.cq-dd-image {
  border: none;
  background: none;
}
#wj-mega-partners2 a {
  font-size: var(--font-size-sm);
}
#wj-mega-training .quicklinks ul,
#wj-mega-about .quicklinks ul,
#wj-mega-topics .quicklinks ul,
#wj-mega-partners .quicklinks ul {
  margin: 0;
  padding: 0;
}
#wj-mega-training .quicklinks ul li,
#wj-mega-about .quicklinks ul li,
#wj-mega-topics .quicklinks ul li,
#wj-mega-partners .quicklinks ul li {
  list-style-type: none;
  margin: 4px 0 0 0;
}
#wj-mega-training .quicklinks ul li a,
#wj-mega-about .quicklinks ul li a,
#wj-mega-topics .quicklinks ul li a,
#wj-mega-partners .quicklinks ul li a {
  background: url('images/quicklinks-arrow.png') no-repeat 0 2px;
  display: inline-block;
  padding: 0 0 0 16px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
}
.list-upcoming-events h3 {
  font-family: var(--font-family-base);
  color: var(--text-primary);
  border-bottom: 1px dotted var(--border-3);
  padding: 0 0 9px 0;
  font-weight: bold;
  line-height: 11px;
  margin: 0 0 3px 0;
}
.list-upcoming-events .list-trig {
  display: block;
  background: url('images/list-trig-arrow.png') no-repeat 5px 7px;
  padding-left: 20px;
  padding-top: 6px;
}
.list-upcoming-events h3.list-trig-closed {
  display: block;
  background: url('images/list-trig-arrow.png') no-repeat 5px 7px;
  padding-left: 20px;
  padding-top: 6px;
}
.list-upcoming-events h3.list-trig-closed:hover {
  display: block;
  background: url('images/list-trig-arrow-hover.png') no-repeat 5px 7px;
  color: var(--black);
  cursor: pointer;
}
.list-upcoming-events h3.list-trig-open {
  background: url('images/list-trig-arrow.png') no-repeat 5px -21px;
  padding-left: 20px;
  padding-top: 6px;
}
.list-upcoming-events h3.list-trig-open:hover {
  background: url('images/list-trig-arrow-hover.png') no-repeat 5px -21px;
  cursor: pointer;
}
.SearchResRev2 .Search2-top {
  background: #e9f1e5;
}
.searchpg-lgsearch #submit-search:hover {
  background: url('images/srch-mag-btn-teal.png') no-repeat;
}
.SearchResRev2 .submit-adv-srch {
  background: var(--lime);
  color: var(--white);
}
.SearchResRev2 .submit-adv-srch:hover {
  background: #cddfc4;
  color: var(--lime);
}
.SearchResRev2 #bottom-navigation .b a {
  background: #e9f1e5;
  color: var(--lime);
}
.SearchResRev2 #bottom-navigation .b a:hover {
  background: #cddfc4;
  color: var(--lime);
}
.composer .left input[type="submit"].btn-submit,
input[type="submit"].untoggled,
.search.forum_search.section .header input[type="submit"].search-submit,
.forum.section .header .searchbox input[type="submit"].search-submit {
  background-color: var(--lime-dark);
  border: 1px solid var(--lime-dark);
}
.composer .left input[type="submit"].btn-submit:hover,
input[type="submit"].untoggled:hover,
.search.forum_search.section .header input[type="submit"].search-submit:hover,
.forum.section .header .searchbox input[type="submit"].search-submit:hover {
  background: var(--lime-dark);
}
.forum.section .composer .left .attach-file h1 {
  color: var(--lime-dark);
}
.forum.section .composer .left .attach-file h1:hover {
  color: var(--lime-dark);
}
.list-trig {
  background: url('images/list-trig-teal-arrow.png') no-repeat 5px 19px;
}
.forum.section .composer .left .attach-file h1.list-trig-closed {
  background: url('images/list-trig-teal-arrow.png') no-repeat 5px 18px;
}
.forum.section .composer .left .attach-file h1.list-trig-closed:hover {
  background: url('images/list-trig-teal-arrow-hover.png') no-repeat 5px 18px;
}
.forum.section .composer .left .attach-file h1.list-trig-open {
  background: url('images/list-trig-teal-arrow.png') no-repeat 5px -10px;
}
.forum.section .composer .left .attach-file h1.list-trig-open:hover {
  background: url('images/list-trig-teal-arrow-hover.png') no-repeat 5px -10px;
}
.forum.section ul li.op {
  border-top: 1px solid var(--lime-dark);
  border-bottom: 1px solid var(--lime-dark);
  background-color: #e9f1e5;
}
.forum.section .subject.detail {
  background-color: var(--lime-dark);
}
.subject-arrow {
  background: #e9f1e5 url('images/discusspg-lg-arrow.png') no-repeat 25px 0px;
}
.message.main {
  background-color: #e9f1e5;
  border-bottom: solid 1px var(--lime-dark);
}
.attached-files {
  border-top: dotted 1px var(--lime-dark);
}
.op .attached-files.threads {
  border-top: dotted 1px var(--lime-dark);
}
.cq-user-state-toggle-form .status .status-bar {
  background-color: #e9f1e5;
  border: solid 1px #cddfc4;
  color: #457826;
}
/* RESPONSIVE DESIGN - PHONE */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  body {
    width: 100%;
    min-width: 0;
  }
  .cont-main {
    padding-top: 0;
  }
  .cont-page {
    width: 100%;
  }
  .page-content {
    float: none;
    width: 100%;
  }
  #main-content {
    width: auto;
  }
  /* Site bar */
  .micro-links {
    float: none;
  }
  .micro-links li {
    float: none;
    margin: 0 0 5px 0;
  }
  .micro-links li a:link {
    padding: 0 10px;
  }
  /* Header */
  .logo.parbase.globallogo {
    width: 280px !important;
  }
  .universal-nav img.oclc-logo {
    margin: 18px 0 0 10px;
  }
  .universal-nav .search-box {
    float: left;
    margin: 0;
    background: none;
    padding: 10px;
    border-radius: 0;
  }
  #search-terms {
    width: 210px;
    background-color: var(--background-2);
  }
  .universal-links {
    margin: 0;
    top: 208px;
    background: #487C2D;
    line-height: 24px;
  }
  .universal-links li {
    float: none;
  }
  .universal-links li a {
    color: #e9f1e5 !important;
  }
  .header_microbar {
    top: 20px;
  }
  #mobile-nav {
    background: #487C2D;
  }
  /* Search */
  .oclc-coveo-search .search-box {
    float: none !important;
    margin: 0 auto !important;
    max-width: 320px;
  }
  .search-box .CoveoSearchInterface .CoveoSearchbox {
    margin-right: 0;
  }
  /* Main Navigation */
  nav {
    margin: -5px 0 0 0;
    background: #ffffff;
  }
  nav ul#main-nav {
    border-left: none;
    border-right: none;
    float: none;
  }
  nav ul li.main-nav-item {
    float: none;
    border: none;
  }
  nav ul li.main-nav-item a.main-nav-link:link {
    display: block;
    padding: 6px;
    background: #ffffff;
    color: var(--text-primary);
  }
  nav ul li.main-nav-item:first-child a.main-nav-link:link {
    padding-left: 10px;
  }
  nav ul li.main-nav-item:first-child {
    border: none;
  }
  nav ul li.main-nav-item a.main-nav-active:link,
  nav ul li.main-nav-item a.main-nav-active:visited,
  nav ul li.main-nav-item a.main-nav-active:hover {
    border-bottom: none;
    background-color: #f1f1f1 !important;
    color: #888B8D !important;
  }
  nav ul li.main-nav-item a.main-nav-link.dropnav:link,
  nav ul li.main-nav-item a.main-nav-link.dropnav:visited {
    color: var(--text-primary);
    padding-right: 24px;
    background: #ffffff url('/apps/settings/wcm/designs/oclc/images/nav-drop-menu-arrow.png') no-repeat right 13px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #D9D9D6;
  }
  .dropnav-cont {
    padding: 10px 14px 0px 14px;
    border-top: none;
    box-shadow: none;
  }
  .dropnav-cont.dropnav-open {
    border-bottom: 1px solid #D9D9D6;
    padding-bottom: 14px;
  }
  .dropnav-close {
    display: none;
  }
  nav .cont-page {
    width: 100%;
  }
  .dropnav-cont div.parsyscolumncontrol .cq-colctrl-lt2-c0 > .parsys,
  .dropnav-cont div.parsyscolumncontrol .cq-colctrl-lt2-c1 > .parsys,
  .dropnav-cont div.parsyscolumncontrol .cq-colctrl-lt2-c2 > .parsys {
    padding: 0 !important;
  }
  /* Footer */
  footer.page-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  div.parsyscolumncontrol .cq-colctrl-ltf2 {
    padding: 0 10px !important;
  }
  .follow-links {
    padding: 18px 10px;
  }
  footer.page-footer .copyright .research {
    display: block;
  }
  /* Home page */
  .list-wj-home-newsimage .cq-dd-image {
    margin: 0;
    float: none;
  }
  /* Pill navigation */
  ul#pill-nav li {
    float: none;
    margin-right: 4px;
  }
  /* Columns */
  div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt5-c0 > .parsys {
    padding: 0;
  }
  div.parsyscolumncontrol .cq-colctrl-ltf2-c0,
  div.parsyscolumncontrol .cq-colctrl-ltf2-c1,
  div.parsyscolumncontrol .cq-colctrl-ltf2-c2,
  div.parsyscolumncontrol .cq-colctrl-lt5-c0,
  div.parsyscolumncontrol .cq-colctrl-lt5-c1 {
    width: 100%;
    clear: both;
  }
  /* Ratings & Comments */
  #ratings .rating-form-block .comment-signed-in-text {
    float: none;
    margin-top: 0;
    font-size: var(--font-size-sm);
  }
  /* Search */
  .resultsnavpage {
    display: none;
  }
  /* Webinars */
  .webinar-events article .webinar-event-icon {
    background: none;
    padding: 0;
  }
  .webinar-events .event-info {
    float: none;
    width: 100%;
    margin: 0;
  }
  /* Partners */
  .subnav-masthead {
    background: #D5D4D4;
    padding: 0;
    margin: 0;
  }
  nav.subnav ul li.subnav-nav-item {
    float: none;
  }
  nav.subnav .subnav-navblock .subnav-title {
    padding: 20px 0 7px 0;
    margin: 0 10px 0 10px;
    border-bottom: 1px dotted var(--black);
  }
  nav.subnav .subnav-navblock .subnav-title .subnav-tag {
    display: block;
  }
  nav.subnav .subnav-arrow {
    display: none;
  }
  nav.subnav .subnav-navblock {
    width: 100%;
    float: none;
  }
  nav.subnav .subnav-logoarea {
    width: auto;
    float: none;
    margin-top: 0;
  }
  nav.subnav .subnav-logoarea .logo {
    margin: 4px 10px 10px 10px;
  }
  nav.subnav ul#subnav-nav {
    float: none;
  }
  nav.subnav .subnav-active-arrow {
    display: none;
  }
  nav.subnav a.subnav-nav-link:link {
    border-radius: 3px;
    padding: 8px 10px 7px 10px;
    margin-bottom: 1px;
  }
  nav.subnav a.subnav-nav-active:link,
  nav.subnav a.subnav-nav-active:visited,
  nav.subnav a.subnav-nav-active:hover {
    border-radius: 3px;
    background: var(--black);
    color: var(--white);
    padding: 8px 10px 7px 10px;
    border-bottom: 1px solid var(--white);
  }
  nav.subnav .cont-page {
    width: 100%;
  }
  /* Misc. */
  .events-list-header p.events-header-quickview {
    float: none;
    display: block;
    clear: both;
  }
  .list-recent-docs .list-rd-doctitle,
  .list-wj-news .list-wj-newstitle,
  .list-wj-home-news .list-wj-newstitle {
    width: 100%;
  }
  .list-recent-docs article .list-rd-docdetails.type-doclist {
    padding-left: 0;
    width: 100%;
  }
  .doc-download {
    width: 99%;
    padding: 10px 0;
    margin: 0 0 18px 0;
    float: none;
  }
  .list-rd-docattach {
    margin: 8px 10px;
  }
  .list-joblisting article .list-rd-joblisting {
    padding: 10px 0 0 0;
    background: none;
  }
  /* Calendar format event date (flat) */
  .event-listing-calendar.event-detail-cal {
    float: none;
    margin: 0 0 14px;
  }
}
/* RESPONSIVE DESIGN - WIDE */
@media screen and (min-width: 1450px) {
  .cont-page {
    width: 1180px;
  }
  .universal-nav img.oclc-logo {
    margin-left: 0;
  }
  /* Site bar */
  .micro-links {
    padding-right: 0;
  }
  /* Region */
  .region-language {
    padding-right: 0;
  }
  /* Search box */
  .universal-nav .search-box {
    margin-right: 0;
  }
  /* Universal links */
  .universal-links {
    padding-right: 0;
  }
  #main-content,
  nav .cont-page {
    width: 1180px;
  }
  .page-content {
    float: left;
    margin-left: 20px;
  }
  /* Columns */
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c1 {
    width: 26.3%;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c0 {
    width: 73.5%;
  }
  div.parsyscolumncontrol .cq-colctrl-lt5-c1 {
    width: 19.5%;
  }
  div.parsyscolumncontrol .cq-colctrl-lt5-c0 {
    width: 80.5%;
  }
  #events-display .cq-colctrl-lt2-r-c0 {
    width: 79.5%;
  }
  #events-display .cq-colctrl-lt2-r-c1 {
    width: 19%;
  }
  /* Partners */
  nav.partner .cont-page {
    width: 1180px;
  }
}
/* Headline and text reset */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  color: var(--text-primary);
}
.quicklinks h1,
.simple-list h1,
.numbered-list h1,
.wj-prog-sponsors h1,
.proj-schedule h1,
.about-author h1,
.list-collateral h1,
.list-upcoming-events h3,
.hdr-sub-dottedline {
  font-family: var(--font-family-base);
  border-bottom: 1px dotted #888B8D;
  padding: 14px 0 8px 0;
  font-size: var(--font-size-md);
  line-height: 18px;
  letter-spacing: 0;
  color: var(--text-primary);
}
.quicklinks h1,
.simple-list h1,
.numbered-list h1,
.wj-prog-sponsors h1,
.proj-schedule h1,
.about-author h1,
.list-collateral h1,
.list-upcoming-events h3 {
  margin: 0 0 14px 0;
}
span.text-pageintro {
  font-size: var(--font-size-xl);
  line-height: 22px;
  color: var(--text-primary);
  border-bottom: 1px dotted #888B8D;
  padding: 0 0 24px 0;
}
/* Nav pills */
ul#pill-nav {
  margin: 0 auto 24px 0;
  border-top: none;
  border-radius: 0px;
  background-color: #eceeef;
}
ul#pill-nav li {
  margin: 4px 0 4px 4px;
}
ul#pill-nav li a {
  padding: 3px 16px 2px 16px;
  color: var(--text-primary);
  text-shadow: none;
  border-radius: 0px;
}
ul#pill-nav li a:hover {
  background-color: var(--gray-dark);
  color: var(--white);
  text-shadow: none;
}
ul#pill-nav li a.pill-nav-active:link,
ul#pill-nav li a.pill-nav-active:visited,
ul#pill-nav li a.pill-nav-active:hover {
  background: var(--gray-dark);
  color: var(--white);
  text-shadow: none;
}
ul#pill-nav li a.pill-nav-active:link,
ul#pill-nav li a.pill-nav-active:visited,
ul#pill-nav li a.pill-nav-active:hover {
  background: #487C2D;
}
/* Article H1 */
.list-wj-home-news article .list-wj-home-newsdetails.first a {
  text-decoration: none;
}
.list-wj-home-news article .list-wj-home-newsdetails.first a .list-wj-newstitle {
  color: var(--link);
}
.list-wj-home-news article .list-wj-home-newsdetails.first a:hover .list-wj-newstitle {
  color: var(--link-hover);
}
.list-wj-home-news article .list-wj-home-newsdetails.first a:visited .list-wj-newstitle {
  color: var(--link-visited);
}
/* Highlight boxes */
.hbox {
  border-radius: 0px;
  box-shadow: none;
  padding: 20px;
  background: var(--background-1);
  border: 1px solid var(--border-2);
  color: var(--text-primary);
  margin: 0 0 36px 0;
}
.hbox.quote {
  border: none !important;
  box-shadow: none;
  background: var(--gray-dark);
  text-shadow: none;
  color: var(--white);
  margin: 0 0 36px 0;
}
.hbox.quote h1,
.hbox.quote h2,
.hbox.quote h3,
.hbox.quote h4,
.hbox.quote p {
  color: var(--white);
}
.hbox h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 18px 0;
  letter-spacing: -1px;
  font-weight: bold;
}
/* Images */
.parbase.textimage.section .image img,
.text.parbase.section img,
.parbase.textimage.section img,
.parbase.image.section img,
.product-page .reference.parbase.section .image img,
.list-wj-home-newsimage .cq-dd-image {
  border-radius: 0px !important;
  border: none;
  padding: 0;
  background: transparent;
}
/* Button links */
a.event-action-register,
.hbox .event-action-register,
span.link-btn-teal a {
  display: inline-block;
  font-weight: bold;
  text-shadow: none;
  border-radius: 0px;
  background: #487C2D;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
.hbox .event-action-register {
  font-size: var(--font-size-xl);
  line-height: 22px;
  padding: 12px 18px;
}
a.event-action-register,
span.link-btn-teal a {
  font-size: var(--font-size-lg);
  line-height: 20px;
  padding: 8px 14px;
}
a.event-action-register:hover,
span.link-btn-teal a:hover {
  background: #32601d !important;
  color: var(--white);
}
.webinar-events a.event-action-register {
  padding: 8px 14px;
  color: var(--white);
  margin-bottom: 14px;
  font-size: var(--font-size-md);
  line-height: 18px;
  text-decoration: none;
  text-align: center;
}
/* Lists */
.list-upcoming-events article {
  border-bottom: none !important;
}
.webinar-events article .webinar-event-icon {
  background-size: 32px;
}
.list-newspr .icon {
  width: 32px;
  background: url('images/icon_news.svg') no-repeat 0 0;
  background-size: 32px;
}
.list-newspr.icons .news-listing {
  margin: 0 0 0 48px;
  padding: 0;
}
/* Calendar format event date (flat) */
.event-listing-calendar .el-month {
  padding: 4px 0 2px 0;
  font-size: var(--font-size-sm);
  background-image: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #be151b;
  box-shadow: none;
  text-shadow: none;
}
.event-listing-calendar .el-day {
  padding: 4px 0 0 0;
  border-top: none;
  color: var(--text-primary);
  border-left: 1px solid var(--border-2);
  border-right: 1px solid var(--border-2);
}
.event-listing-calendar .el-cal-bottom {
  background: none !important;
  border-bottom: 1px solid var(--border-2);
  width: auto;
  height: auto;
}
.event-listing .event-status-msg {
  border-radius: 0px !important;
}
/* Twitter widget */
.twitter-timeline {
  border: 1px solid var(--border-2) !important;
}
/* Captions */
.figure-stack-image figcaption,
.figure-stack-image figcaption .small,
.image small,
span.text-caption,
span.photo-credit {
  font-size: var(--font-size-sm) !important;
  line-height: 16px !important;
  color: var(--text-primary) !important;
}
/* RSS subscribe box fix */
.cq-colctrl-lt2-r-c1 .hbox .feedlink.parbase.section {
  margin-top: -36px;
}
.cq-colctrl-lt2-r-c1 .hbox .feedlink.parbase.section div,
.cq-colctrl-lt5-c1 .hbox .feedlink.parbase.section div {
  margin-bottom: 0 !important;
}
.cq-colctrl-lt2-r-c1 .hbox .feedlink.parbase.section img,
.cq-colctrl-lt5-c1 .hbox .feedlink.parbase.section img {
  position: relative;
  top: 4px;
}
.cq-colctrl-lt5-c1 .hbox .feedlink.parbase.section {
  margin-top: -14px;
}
/*! END {main.less} */
/*! END {main.less} */
