/*! The [main.css] stylesheet for OCLC.org */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Master OCLC Stylesheet */
/* START {type.less} */
body {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 20px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a,
a:link {
  color: #2178b5;
}
a:visited {
  color: #5A458D;
}
a:hover {
  color: #ff7600;
}
a:active {
  outline: none;
}
a:focus {
  outline: thin dotted;
}
hr {
  border-top: 1px dotted #ccc;
  margin: 40px 0;
}
hr.solid-hr {
  height: 3px;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  margin: 25px 0 40px 0;
  border-radius: 50px;
}
p {
  margin: 0 0 18px 0;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 14px;
  line-height: 21px;
}
abbr,
acronym {
  border-bottom: 1px dotted #455560;
  cursor: help;
}
caption {
  margin-bottom: 21px;
  text-align: center;
}
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 50%;
  top: .5ex;
}
sup {
  vertical-align: middle;
  position: relative;
  font-size: 70%;
  bottom: .5em;
}
h1 sup {
  font-size: 40%;
  bottom: .7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 40px;
  margin: 0 0 9px 0;
  line-height: 44px;
  letter-spacing: -2.25px;
}
.ie7 h1 {
  line-height: 48px;
}
section h1 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  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: 24px;
  line-height: 28px;
  margin: 0 0 18px 0;
  letter-spacing: -0.75px;
}
.list h2,
.list h3 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}
.list h2 {
  font-size: 20px;
}
.list h3 {
  font-size: 16px;
  line-height: 21px;
}
h4 {
  font-size: 16px;
  margin: 0 0 9px 0;
}
h5,
h6 {
  color: #455560;
  font-weight: normal;
  margin: 0 0 9px 0;
}
.hbox.calltoaction h4,
.hbox.calltoaction h5,
.hbox.calltoaction h6 {
  color: #fff;
}
blockquote,
ol,
ul,
dl {
  margin: 0 0 18px 25px;
}
.ie7 blockquote,
.ie7 ol,
.ie7 ul,
.ie7 dl {
  margin-left: 35px;
}
ol li {
  font-size: 14px;
}
ul li {
  list-style: disc outside;
  font-size: 14px;
  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 {
  loat: right;
  clear: right;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  margin: 0 0 21px;
}
/*! END {type.less} */
/*! START {tables.less} */
table {
  width: 100%;
  margin: 0 0 21px 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table th {
  border-top: none;
  font-weight: bold;
  text-align: left;
  color: #455560;
  background: #f0f0f0;
}
table th,
table td {
  padding: 10px 10px 9px;
  text-align: left;
  font-size: 12px;
  padding: 9px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 18px;
}
table td p,
table td ul li {
  font-size: 12px;
  line-height: 18px;
}
.table-striped tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}
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} */
input[type="radio"] {
  vertical-align: text-bottom;
  font-size: 12px;
  margin: 0 0 1px 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="checkbox"] {
  *vertical-align: baseline;
  font-size: 12px;
  padding: 0;
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}
input,
textarea {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  padding: 3px;
  font-size: 12px;
  margin: 0;
  background-color: #f0f0f0;
}
textarea {
  padding: 10px;
}
fieldset input,
fieldset textarea {
  background-color: #fff;
}
select {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  margin: 0 0 2px 0;
  font-size: 12px;
  padding: 1px;
}
label,
p.rgroup-label {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 0 0 2px 0;
  color: #455560;
  font-weight: bold;
}
legend {
  font-weight: bold;
  font-size: 14px;
  float: left;
  padding: 0 15px 10px 15px;
  color: #455560;
}
fieldset {
  border-bottom: 1px dotted #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 12px 0 10px 0;
}
fieldset .parsys {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: .8em 0 0 0;
}
div.form-row {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 1px;
  padding: 0 5px;
}
fieldset div.form-row,
fieldset .text.parbase {
  padding: 0 15px;
}
input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 6px 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #f5f5f5), color-stop(1, #e6e6e6));
  background-image: -moz-linear-gradient(center bottom, #f5f5f5 85%, #e6e6e6 100%);
  font-size: 12px;
  margin: 0 0 2px 0;
}
fieldset input,
.hbox input {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(1, #e0e0e0));
  background-image: -moz-linear-gradient(center bottom, #ffffff 85%, #eaeaea 100%);
}
.datepicker_calendar input {
  background-image: url('/etc/designs/oclc/images/icon-calendar.png'), -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(1, #e0e0e0));
  background-image: url('/etc/designs/oclc/images/icon-calendar.png'), -moz-linear-gradient(center bottom, #ffffff 85%, #eaeaea 100%);
  background-position: right;
  background-repeat: no-repeat;
}
input[type="submit"],
input[type="button"],
.btn {
  cursor: pointer;
  display: inline-block;
  padding: 6px 14px 7px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: 14px;
  font-weight: normal;
  background: #2178b5;
  border: none;
}
input[type="submit"].next-button,
.btn.success {
  background-color: #105d0e;
}
input[type="submit"].next-button:hover {
  text-decoration: none;
  background: #419a3c;
}
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: #ff7600;
}
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("/etc/designs/oclc/forms/images/icon-plus.png") no-repeat left;
  border: medium none;
  color: #2178b5;
  font-size: 12px;
  padding: 2px 0 2px 18px;
  text-decoration: underline;
}
input[type="button"].button-add-more:hover {
  color: #ff7600;
}
input[type="submit"].submit-gray,
button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #455560;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#131c24));
  background: -moz-linear-gradient(top, #455560, #131c24);
  color: #fff;
  border: 1px solid #455560;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
p.input-helper {
  font-size: 11px;
  line-height: 15px;
  color: #455560;
  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: -webkit-gradient(linear, left top, left bottom, from(#64717a), to(#37434e));
  background: -moz-linear-gradient(top, #64717a, #37434e);
}
input[type="submit"].submit-gray:active {
  background: #37434e;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
input[type="reset"],
input.back-button {
  color: #455560;
  font-size: 11px;
  text-decoration: underline;
  border: none;
  background: none;
}
input[type="reset"]:hover,
input.back-button:hover {
  color: #000;
}
label.radio,
label.checkbox {
  display: inline !important;
  padding: 0 7px 0 3px !important;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
}
textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.95, #f5f5f5), color-stop(1, #e6e6e6));
  background-image: -moz-linear-gradient(center bottom, #f5f5f5 95%, #e6e6e6 100%);
  width: 93%;
  margin: 0 0 2px 0;
}
fieldset textarea,
.hbox textarea {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.95, #ffffff), color-stop(1, #e0e0e0));
  background-image: -moz-linear-gradient(center bottom, #ffffff 95%, #eaeaea 100%);
}
div.rgroup ul {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
div.rgroup ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
span.pdf-link a {
  background: url(/etc/designs/oclc/images/icon-pdf.png) no-repeat;
  padding: 2px 0 2px 20px;
}
p span.required-msg {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
input[readonly="readonly"],
input[readonly="readonly"]:focus {
  color: #919191;
  border-color: #ccc !important;
  box-shadow: none;
}
span.required-msg em {
  font-style: normal;
  color: #419a3c;
  float: left;
  width: 11px;
  text-indent: -9999px;
  background: url(/etc/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: #419a3c;
  float: left;
  width: 11px;
  text-indent: -9999px;
  background: url(/etc/designs/oclc/images/required.png) no-repeat 3px 5px;
}
span.show-required {
  color: #455560;
  text-decoration: underline;
  font-size: 11px;
  float: right;
  cursor: pointer;
  display: none;
}
span.show-required:hover {
  color: #000;
}
.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: #419a3c;
  float: left;
  width: 11px;
  text-indent: -9999px;
  background: url(/etc/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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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: #419a3c;
}
#form-disapproval strong {
  color: #c4161c;
}
label.error {
  color: #c4161c;
  font-weight: normal;
  margin: 2px 0 0 0;
}
input.error,
textarea.error {
  border-color: #c4161c;
}
#form-errors,
.form-errors {
  padding: 10px;
  background: #ffe7e6;
  color: #c4161c;
  border: 1px solid #FDCDCB;
  margin: 0 0 18px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#form-errors p,
.form-errors p {
  background: url(/etc/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: #c4161c;
}
.form-row.rgroup.error label {
  color: #000;
}
.form-row.rgroup.error label.error {
  color: #c4161c;
}
#form-errors.login-form-errors {
  font-size: 14px;
  line-height: 21px;
  background: url(/etc/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: 14px;
  line-height: 21px;
  background: url(/etc/designs/oclc/images/icon-error.png) no-repeat 10px 10px #ffe7e6;
  padding: 10px 0 10px 35px;
}
.login-form-errors .provided-input {
  color: #600500;
}
.ie8 .datepicker_calendar input,
.ie7 .datepicker_calendar input {
  background-image: url('/etc/designs/oclc/forms/images/ie-icon-calendar.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.ie8 fieldset,
.ie7 fieldset {
  border: none;
  margin: 0;
}
.ie8 div.fieldset,
.ie7 div.fieldset {
  border: 1px solid #ccc;
  background: #f0f0f0;
}
.ie7 label.required em,
.ie7 p.label.required em {
  background-position: 0 4px;
}
.ie7 span.required-msg em {
  background-position: 0 7px;
}
.ie7 span.show-required {
  margin-top: -1.75em;
}
.ie7 label.required em,
.ie7 p.label.required em,
.ie7 span.required-msg em {
  _text-indent: 0;
  _background: none;
}
/*! END {forms.less} */
/*! START {alerts.less} */
/*! END {alerts.less} */
/*! START {modals.less} */
.fancybox-close {
  top: -10px !important;
  right: -10px !important;
  width: 22px !important;
  height: 22px !important;
  background: transparent url('/etc/designs/oclc/images/modal-close.png') 0 0 !important;
}
.fancybox-close:hover {
  background: transparent url('/etc/designs/oclc/images/modal-close.png') 0 -23px !important;
}
#fancybox-left-ico {
  background-image: url('/etc/designs/oclc/images/modal/fancybox-oclc.png');
  background-position: -67px -199px;
}
#fancybox-right-ico {
  background-image: url('/etc/designs/oclc/images/modal/fancybox-oclc.png');
  background-position: -54px -54px;
}
.magnify-icon {
  display: none;
}
/*! END {modals.less} */
/*! START {pagination.less} */
.pagination {
  margin: 13px 0;
  float: left;
  width: 100%;
  font-size: 12px;
  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 #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  background: url(/etc/designs/oclc/images/pagination-arrows.png) no-repeat;
}
.previous a:hover,
.next a:hover {
  background-color: #e8f1f7;
  border: 1px solid #a6c9e1;
  color: #2178b5;
}
.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: #455560;
  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: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-style: italic;
  color: #008b96;
  margin: 0;
}
.pagination.list .previous a:hover,
.pagination.list .next a:hover {
  border: none;
  background: none;
  color: #ff7600;
  padding: 0;
  margin: 0;
}
.pagination.list {
  margin-top: 10px;
}
/*! END {pagination.less} */
/*! START {base-layout.less} */
.grid {
  width: 960px;
  height: 2000px;
  position: absolute;
  margin: 0 auto;
  background: url(/etc/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);
  clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
  visibility: hidden;
}
.mod:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .mod {
  zoom: 1;
}
img,
object,
embed {
  max-width: 100%;
  box-sizing: border-box;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
::selection {
  background: #fff8ab;
}
::-moz-selection {
  background: #fff8ab;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
html {
  overflow-y: scroll;
}
img.img-border {
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a:hover img.img-border {
  border-color: #ff7600;
  background: #f0f0f0;
}
.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;
  zoom: 1;
}
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: #f0f0f0;
  padding: 10px 0;
  margin: 0 0 0 0;
  line-height: 12px;
  font-size: 12px;
}
.ie7 .micro-bar {
  padding-top: 0;
}
#oclc-return {
  float: left;
  margin: 2px 0 0 10px;
}
#oclc-return a {
  padding: 2px 20px 2px 0;
  color: #455560;
  background: url(/etc/designs/oclc/images/sitebar-blue-arrow.png) right no-repeat;
  text-decoration: none;
  font-weight: bold;
}
.ie7 #oclc-return {
  padding-top: 10px;
  line-height: 21px;
}
#oclc-return a:hover {
  text-decoration: underline;
  color: #000;
}
#sitebar-sites {
  margin: 1px 0 0 -17px;
  padding: 13px 15px 5px 15px;
  background: #e8e8e8;
  background: rgba(232, 232, 232, 0.95);
  position: absolute;
  border: 3px solid #f0f0f0;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 #fff;
  display: none;
  z-index: 1500;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: normal;
  text-transform: none;
  min-width: 150px;
}
.ie7 #sitebar-sites {
  margin: 20px 0 0 -100px;
}
#sitebar-sites li {
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 12px;
}
#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(/etc/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;
}
.ie7 .micro-links {
  padding-top: 10px;
}
.micro-links li {
  float: left;
  list-style-type: none;
  font-size: 12px;
}
.micro-links li a:link,
.micro-links li a:visited {
  text-decoration: none;
  display: block;
  padding: 3px 0 2px 20px;
  color: #455560;
}
.micro-links li a:hover {
  text-decoration: underline;
  color: #000;
}
/* 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: 12px;
}
.universal-links li a {
  text-decoration: none;
  display: block;
  padding: 7px 0 7px 15px;
}
.universal-links li a:visited {
  color: #2178b5;
}
.universal-links li a:hover {
  color: #ff7600;
}
#librarians-toolbox {
  background: url(/etc/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(/etc/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);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}
#librarians-toolbox a:hover {
  color: #000;
  background: url(/etc/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;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  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: #455560;
}
#librarians-toolbox #toolbox-links ul li.toolboxlink-last a:hover {
  color: #000;
}
#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: 12px;
  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: 9000;
}
.region {
  font-weight: bold;
  float: left;
  margin: -6px 0 0 0;
  background: url(/etc/designs/oclc/images/region-map.png) no-repeat 5px 5px;
  padding: 5px 10px 5px 37px;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.region:hover {
  background-position: 5px -25px;
}
.region.gateway-open {
  border-color: #ccc;
  background-position: 5px -25px;
  background-color: #fff;
  position: relative;
  z-index: 11000;
}
#region-select {
  color: #000;
  text-decoration: none;
  background: url(/etc/designs/oclc/images/arrow-down-black.png) no-repeat right;
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 17px;
}
#region-select:focus {
  outline: none;
}
.language {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  color: #455560;
  line-height: 17px;
}
.language li {
  list-style-type: none;
  float: left;
  margin: 0 0 0 10px;
  font-size: 12px;
}
.language li a:visited {
  color: #2178b5;
}
.language li a:hover {
  color: #ff7600;
}
#gateway-msg {
  background: url(/etc/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(/etc/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 #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 645px;
  position: absolute;
  background: #fff;
  right: 0;
  top: 20px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#global-gateway .section {
  margin: 0;
}
.gateway-close {
  position: absolute;
  right: 7px;
  top: 8px;
  text-indent: -9999px;
  display: block;
  height: 16px;
  width: 16px;
  background: url(/etc/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: 14px;
  color: #455560;
  cursor: pointer;
  display: block;
  height: 85px;
  border: 1px solid #ddd;
  padding: 5px 15px 15px 15px;
  line-height: 18px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 166px;
}
.gateway-regions p.gateway-visible {
  color: #000;
  border-color: #ccc;
  border-bottom: 1px solid #f0f0f0;
  height: 88px;
}
.gateway-regions p.gateway-americas {
  background: url(/etc/designs/oclc/images/gateway-region-americas.png) no-repeat 35px 40px #fff;
}
.gateway-regions p.gateway-americas.gateway-visible {
  background: url(/etc/designs/oclc/images/gateway-region-americas.png) no-repeat -259px 40px #fff;
}
.gateway-regions p.gateway-emea {
  background: url(/etc/designs/oclc/images/gateway-region-emea.png) no-repeat 60px 40px #fff;
  width: 213px;
}
.gateway-regions p.gateway-emea.gateway-visible {
  background: url(/etc/designs/oclc/images/gateway-region-emea.png) no-repeat -234px 40px #fff;
}
.gateway-regions p.gateway-asia {
  background: url(/etc/designs/oclc/images/gateway-region-asia.png) no-repeat 35px 40px #fff;
  margin: 0;
}
.gateway-regions p.gateway-asia.gateway-visible {
  background: url(/etc/designs/oclc/images/gateway-region-asia.png) no-repeat -259px 40px #fff;
}
.gateway-region-sites {
  border: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f0f0f0;
  clear: both;
  padding: 15px 15px 10px 15px;
  position: relative;
  top: -1px;
  margin: 0 0 20px 0;
}
.ie7 .gateway-region-sites {
  top: -26px;
}
.ie7 .parsyscolumncontrol .cq-colctrl-lt0-c0 {
  width: 49%;
}
.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 #ccc;
  padding: 5px 0 0 0;
}
.gateway-sites ul li {
  list-style-type: none;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 5px 17px;
  margin: 0 0 5px 0;
  background: url(/etc/designs/oclc/images/nextstep-arrow.png) no-repeat 0 4px;
}
.gateway-sites ul li a {
  color: #2178b5;
}
.gateway-sites ul li a:hover {
  color: #ff7600;
}
.gateway-helper {
  font-size: 11px;
  line-height: 15px;
  color: #455560;
  display: block;
}
.region-worldwide {
  clear: both;
  margin: 0;
  font-size: 12px;
}
/* NAVIGATION */
nav {
  margin: 20px 0 0 0;
  border-bottom: 2px solid #f0f0f0;
}
nav ul#main-nav {
  margin: 0 auto;
  padding: 0;
  float: left;
  position: relative;
  width: 100%;
}
.ie7 nav ul#main-nav {
  position: relative;
  z-index: 1000;
}
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: #455560;
  text-decoration: none;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  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(/etc/designs/oclc/images/nav-drop-menu-arrow.png) no-repeat right 13px;
}
nav ul li.main-nav-item a.main-nav-link:visited {
  color: #455560;
}
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: #2178b5;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  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(/etc/designs/oclc/images/nav-drop-menu-arrow.png) no-repeat right -37px #2178b5;
}
.nav-right {
  color: #2178b5;
  display: block;
  cursor: pointer;
}
.nav-right:hover {
  color: #ff7600;
}
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;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid #f0f0f0;
  border-top: 2px solid #2178b5;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dropnav-load {
  display: block;
  text-indent: -9999px;
  background: url(/etc/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: #000;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 1px;
  background: url(/etc/designs/oclc/images/close-white.png) no-repeat;
  margin: 0;
}
.dropnav-close:hover {
  background: url(/etc/designs/oclc/images/close-white.png) no-repeat 0 -16px;
}
.dropnav-header {
  padding: 0 0 23px 0;
  position: relative;
}
.dropnav-header h1 {
  font-size: 24px;
  margin: 0;
  color: #fff !important;
  padding: 15px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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-content .dropnav-header a,
#dropnav-content .dropnav-header a:visited,
#dropnav-content .dropnav-header a:hover {
  color: #fff;
  text-decoration: none;
}
.dropnav-header em {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0 20px;
  letter-spacing: 0;
}
#dropnav-content a:visited {
  color: #2178b5;
}
#dropnav-content a:hover {
  color: #ff7600;
}
#dropnav-content span.link-btn-blue a:hover,
#dropnav-content span.link-btn-green a:hover,
#dropnav-content span.link-btn-violet a:hover,
#dropnav-content span.link-btn-fuchsia a:hover,
#dropnav-content span.link-btn-gray a:hover,
#dropnav-content span.link-btn-teal a:hover,
#dropnav-content span.link-btn-red a:hover,
#dropnav-content span.link-btn-navy a:hover,
#dropnav-content span.link-btn-orange a:hover {
  color: #fff;
}
.dropnav-blue {
  background: url(/etc/designs/oclc/images/down-arrow-blue.png) no-repeat bottom left;
}
.dropnav-blue h1 {
  background: #2178b5;
}
.dropnav-green {
  background: url(/etc/designs/oclc/images/down-arrow-green.png) no-repeat bottom left;
}
.dropnav-green h1 {
  background: #419a3c;
}
.dropnav-gray {
  background: url(/etc/designs/oclc/images/down-arrow-gray.png) no-repeat bottom left;
}
.dropnav-gray h1 {
  background: #455560;
}
.dropnav-orange {
  background: url(/etc/designs/oclc/images/down-arrow-orange.png) no-repeat bottom left;
}
.dropnav-orange h1 {
  background: #ff7600;
}
.dropnav-fuchsia {
  background: url(/etc/designs/oclc/images/down-arrow-fuchsia.png) no-repeat bottom left;
}
.dropnav-fuchsia h1 {
  background: #a9316f;
}
.dropnav-purple {
  background: url(/etc/designs/oclc/images/down-arrow-purple.png) no-repeat bottom left;
}
.dropnav-purple h1 {
  background: #5f4894;
}
.dropnav-red {
  background: url(/etc/designs/oclc/images/down-arrow-red.png) no-repeat bottom left;
}
.dropnav-red h1 {
  background: #c4161c;
}
.dropnav-navy {
  background: url(/etc/designs/oclc/images/down-arrow-navy.png) no-repeat bottom left;
}
.dropnav-navy h1 {
  background: #16325c;
}
.dropnav-teal {
  background: url(/etc/designs/oclc/images/down-arrow-teal.png) no-repeat bottom left;
}
.dropnav-teal h1 {
  background: #008b96;
}
#dropnav-content h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 9px;
  letter-spacing: -0.25px;
}
#dropnav-content h2 {
  border-bottom: 1px dotted #455560;
  font-size: 18px;
  margin-bottom: 9px;
  padding: 0 0 5px;
}
#dropnav-content p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 25px 0;
}
#dropnav-content ul {
  margin: 0 0 25px 0;
  padding: 0;
}
#dropnav-content ul li {
  list-style-type: none;
  margin: 0 0 3px 0;
}
#dropnav-content 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("/etc/designs/oclc/images/icon-error.png") no-repeat 10px 12px #FFE7E6;
}
#dropnav-error p {
  font-size: 16px;
  margin: 0;
  padding: 2px 0 1px 25px;
}
#dropnav-error p.dropnav-error-status {
  font-size: 12px;
  margin: 8px 0 0 0;
}
p.dropnav-error-sectionlink {
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: 14px;
}
p.dropnav-error-sectionlink a {
  color: #2178b5;
}
p.dropnav-error-sectionlink a:hover {
  color: #ff7600;
}
#mobile-nav {
  display: none;
}
.ie8 .dropnav-cont,
.ie7 .dropnav-cont {
  border: 4px solid #eaeaea;
  border-top: none;
}
.ie7 .dropnav-cont {
  width: 940px;
}
.ie7 .dropnav-cont a:hover,
.ie8 .dropnav-cont a:hover {
  background: 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: #455560;
  font-size: 12px;
}
.copyright ul {
  margin: 0;
}
.copyright ul li {
  list-style-type: none;
  float: left;
  padding: 0 10px 0 0;
}
.copyright a:link,
.copyright a:visited {
  color: #455560;
}
.copyright a:hover {
  color: #000;
}
footer.copyright .section {
  margin: 0;
}
footer.copyright p {
  color: #455560;
}
/* Purpose statement */
#main-content div.extra-info {
  width: 940px;
  clear: both !important;
}
.purpose-statement {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  background: #2178b5;
  padding: 20px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.purpose-statement a:link,
.purpose-statement a:visited {
  color: #fff;
}
.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(/etc/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: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  margin: 0 0 6px 0;
  line-height: 21px;
  letter-spacing: 0;
  font-size: 14px;
  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: #fff;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid transparent;
}
.media-video {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 5px 7px;
}
.media-blogs {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 5px -55px;
}
.media-newsletters {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 5px -116px;
}
.media-kit {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 5px -183px;
}
.media-mobile {
  background: url(/etc/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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-footer .email-subscribe p {
  font-size: 14px;
  line-height: 21px;
}
#sub-emailaddress {
  background: url(/etc/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: 21px;
  font-size: 12px;
}
.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(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -314px;
}
.follow-facebook {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -367px;
}
.follow-youtube {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -414px;
}
.follow-flickr {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -459px;
}
.follow-rss {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -517px;
}
.follow-linkedin {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -575px;
}
.follow-googleplus {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -633px;
}
.follow-pinterest {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -691px;
}
.follow-wordpress {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -749px;
}
.follow-instagram {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -807px;
}
.follow-foursquare {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -865px;
}
.follow-blogger {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -923px;
}
.follow-picasa {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -981px;
}
.follow-vimeo {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -1039px;
}
.follow-google {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -1097px;
}
.follow-myspace {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -1155px;
}
/* Media bar image */
.computerworld {
  position: absolute;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  margin: -35px 0 0 0;
}
/* IE Fixes */
.ie8 .connect-bar,
.ie7 .connect-bar {
  background: #252f35;
}
.ie8 .media-links a:hover,
.ie7 .media-links a:hover {
  background-color: #000;
  border-bottom: 1px solid #3a474f;
}
.ie7 .follow-links {
  width: 180px;
}
/*! END {footer.less} */
/*! START {component-highlight-box.less} */
div.parsys_column .highlightbox.section {
  overflow: visible;
}
/* Basic styles */
.hbox {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 19px 19px 1px 19px;
  background: #f0f0f0;
  margin: 0 0 21px 0;
}
.hbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie8 .hbox,
.ie7 .hbox {
  border-color: #f5f5f5;
}
.hbox p.link-more {
  margin: 0;
}
.hbox.related-content {
  background: #f0f0f0;
}
.hbox.pullquote {
  background: #2178b5;
  color: #fff;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.hbox.pullquote p {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
/* Quote */
.hbox.quote {
  background: #f0f0f0;
  color: #455560;
  margin: 40px 0;
}
.hbox.quote p {
  font-size: 18px;
  line-height: 26px;
}
.hbox.quote p .quote-attribution {
  line-height: 15px;
  font-size: 14px;
  display: inline-block;
}
.hbox.quote .quote-arrow {
  background: url(/etc/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: 16px;
  line-height: 21px;
}
.cq-colctrl-lt2-r-c1 .hbox.quote p .quote-attribution {
  font-size: 12px;
  line-height: 13px;
}
.theme-blue .hbox.quote {
  background: #deebf4;
}
.theme-blue .hbox.quote .quote-arrow {
  background-position: 0 -60px;
}
.theme-fuschia .hbox.quote {
  background: #f2e0ea;
}
.theme-fuschia .hbox.quote .quote-arrow {
  background-position: 0 -180px;
}
.theme-gray .hbox.quote {
  background: #f0f0f0;
}
.theme-gray .hbox.quote .quote-arrow {
  background-position: 0 -30px;
}
.theme-green .hbox.quote {
  background: #e3f0e2;
}
.theme-green .hbox.quote .quote-arrow {
  background-position: 0 -90px;
}
.theme-navy .hbox.quote {
  background: #dce0e7;
}
.theme-navy .hbox.quote .quote-arrow {
  background-position: 0 -240px;
}
.theme-orange .hbox.quote {
  background: #ffebd9;
}
.theme-orange .hbox.quote .quote-arrow {
  background-position: 0 -120px;
}
.theme-teal .hbox.quote {
  background: #d9eeef;
}
.theme-teal .hbox.quote .quote-arrow {
  background-position: 0 -210px;
}
.theme-violet .hbox.quote {
  background: #f2e0ea;
}
.theme-violet .hbox.quote .quote-arrow {
  background-position: 0 -150px;
}
.theme-red .hbox.quote {
  background: #f6dcdd;
}
.theme-red .hbox.quote .quote-arrow {
  background-position: 0 0;
}
/* Call to action */
.hbox.calltoaction {
  border-color: #66ae63;
  background: #419a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.hbox.calltoaction a {
  color: #fff;
}
.hbox.calltoaction a:hover {
  text-decoration: none;
}
.theme-green .hbox.calltoaction {
  background: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #043880);
  border-color: #2178b5;
}
/* Alerts */
.alert-message {
  padding: 10px;
  border: 2px solid;
  margin: 0 0 18px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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: #c4161c;
  border-color: #FDCDCB;
  background: url(/etc/designs/oclc/images/icon-error.png) no-repeat 18px 18px #FFE7E6 !important;
}
.alert-message.success {
  color: #166514;
  border-color: #D0E8CF;
  background: url(/etc/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(/etc/designs/oclc/images/icon-info-sm.png) no-repeat 18px 18px #deebf4 !important;
}
.alert-message.processing {
  background: url(/etc/designs/oclc/images/processing.gif) no-repeat 20px 20px #deebf4;
}
.alert-message.caution {
  color: #5a542f;
  border-color: #fcefa1;
  background: url(/etc/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: #ffebd9;
  color: rgba(0, 0, 0, 0.9);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.theme-blue .hbox.message-from {
  background: #deebf4;
}
.theme-fuschia .hbox.message-from {
  background: #f2e0ea;
}
.theme-gray .hbox.message-from {
  background: #f0f0f0;
}
.theme-green .hbox.message-from {
  background: #e3f0e2;
}
.theme-navy .hbox.message-from {
  background: #dce0e7;
}
.theme-orange .hbox.message-from {
  background: #ffebd9;
}
.theme-teal .hbox.message-from {
  background: #d9eeef;
}
.theme-violet .hbox.message-from {
  background: #f2e0ea;
}
.theme-red .hbox.message-from {
  background: #f6dcdd;
}
/* Event registration */
.hbox.event-reg {
  border-color: #d3e4f0;
  background: url(/etc/designs/oclc/images/icon-event-sm.png) no-repeat 12px 22px #EEF4F9;
  padding-left: 35px;
  color: #000;
}
/* Special offer */
.hbox.special-offer {
  border-color: #ffebd9;
  background: url(/etc/designs/oclc/images/icon-specialoffer.png) no-repeat 5px 0 #fff1e5;
  padding-left: 40px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.hbox.special-offer h2,
.hbox.special-offer h3,
.hbox.special-offer h4 {
  color: #ff7600;
}
/* Banner */
.hbox.banner {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 19px 19px 1px 19px;
  background-color: #ccc;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d1d4d6));
  background: -moz-linear-gradient(top, #f6f6f6, #d1d4d6);
  border: 6px solid #fff;
  color: #455560;
  margin: 0 0 21px 0;
  text-shadow: 0 1px 0 #ffffff;
}
.theme-orange .hbox.banner {
  background-color: #ff7600;
  background: #ff7600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7600), to(#8e4200));
  background: -moz-linear-gradient(top, #ff7600, #8e4200);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-fuschia .hbox.banner {
  background-color: #a9316f;
  background: #a9316f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9316f), to(#700930));
  background: -moz-linear-gradient(top, #a9316f, #700930);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-green .hbox.banner {
  background-color: #419a3c;
  background: #419a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-blue .hbox.banner {
  background-color: #2178b5;
  background: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #043880);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-violet .hbox.banner {
  background-color: #5f4894;
  background: #5f4894;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f4894), to(#231456));
  background: -moz-linear-gradient(top, #5f4894, #231456);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-gray .hbox.banner {
  background-color: #455560;
  background: #455560;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#131c24));
  background: -moz-linear-gradient(top, #455560, #131c24);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-teal .hbox.banner {
  background-color: #008b96;
  background: #008b96;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b96), to(#004c58));
  background: -moz-linear-gradient(top, #008b96, #004c58);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-red .hbox.banner {
  background-color: #c4161c;
  background: #c4161c;
  background: -webkit-gradient(linear, left top, left bottom, from(#c4161c), to(#7a2326));
  background: -moz-linear-gradient(top, #c4161c, #7a2326);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.theme-navy .hbox.banner {
  background-color: #16325c;
  background: #16325c;
  background: -webkit-gradient(linear, left top, left bottom, from(#16325c), to(#161534));
  background: -moz-linear-gradient(top, #16325c, #161534);
  color: #fff;
  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: #fff;
}
.hbox.banner a {
  color: #455560;
  text-decoration: underline;
}
.hbox.banner a:hover {
  color: #000;
  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: #fff;
}
.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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.hbox.banner h2 {
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -1px;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
/*! END {component-highlight-box.less} */
/*! START {component-event.less} */
.events-list-header {
  background: url("/etc/designs/oclc/images/events-header-arrow.png") no-repeat left bottom;
  padding: 0 0 27px 0;
  margin-bottom: -25px;
  position: relative;
  z-index: 100;
}
.ie7 .events-list-header {
  float: left;
}
.events-header {
  background: #2178b5;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) inset;
}
.ie7 .events-header {
  float: left;
}
.events-header-dates {
  font-size: 16px;
  margin: 0;
  float: left;
  padding: 10px 0 0 0;
}
.events-header-quickview {
  font-size: 11px;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #eef4f9;
  position: relative;
}
#events-display {
  margin: 13px 0 0 0;
}
.event-listing.event-passed {
  background: #f0f0f0;
}
.event-listing-show {
  display: block;
  text-indent: -9999px;
  background: url(/etc/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(/etc/designs/oclc/images/events-showmore.png) no-repeat 5px -18px;
}
.event-listing-show.event-info-open {
  background: url(/etc/designs/oclc/images/events-showmore.png) no-repeat 5px -42px;
}
.event-info-open:hover {
  background: url(/etc/designs/oclc/images/events-showmore.png) no-repeat 5px -69px;
}
.event-listing-calendar {
  float: left;
  width: 55px;
}
.el-month {
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  background: #d31920;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #be151b), color-stop(0.7, #dc1a20));
  background-image: -moz-linear-gradient(center bottom, #be151b 0%, #dc1a20 70%);
  display: block;
  text-align: center;
  padding: 4px 0 1px 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #be151b;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  line-height: 150%;
}
.el-day {
  font-weight: bold;
  font-size: 28px;
  display: block;
  text-align: center;
  background: #fff;
  border-left: 1px solid #b7b8bb;
  border-right: 1px solid #b7b8bb;
  border-top: 1px solid #e3e3e3;
  padding: 1px 0 0 0;
  line-height: 120%;
}
.el-cal-bottom {
  background: url(/etc/designs/oclc/images/events-cal-btm-single.png) no-repeat;
  display: block;
  width: 55px;
  height: 7px;
}
.el-cal-bottom-multi {
  background: url(/etc/designs/oclc/images/events-cal-btm-multi.png) no-repeat;
  display: block;
  width: 55px;
  height: 19px;
  margin: -8px 0 0 0;
}
.cancelled-cal {
  opacity: .5;
}
.event-info {
  margin: 0 0 0 75px;
}
.event-info h1 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 3px 0 5px 0;
  line-height: 21px;
  letter-spacing: 0;
}
.event-info .event-date {
  font-size: 12px;
  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: 12px;
}
.event-listing-details {
  margin: 0;
  padding: 0;
  color: #3F4D57;
}
.event-listing-details li {
  list-style-type: none;
  font-size: 12px;
}
.event-actions p a {
  margin: 0 10px 0 0;
}
a.event-action-register {
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 6px 10px 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: #419a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
  border: 1px solid #419a3c;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
a.event-action-register:hover {
  background: #56ac51;
  background: -webkit-gradient(linear, left top, left bottom, from(#56ac51), to(#267c24));
  background: -moz-linear-gradient(top, #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(/etc/designs/oclc/images/events-addtocal.png) no-repeat 0 1px;
  padding: 0 0 0 15px;
  color: #2178b5;
}
a.event-action-add:hover {
  color: #ff7600;
  background: url(/etc/designs/oclc/images/events-addtocal.png) no-repeat 0 -28px;
}
.event-status-msg {
  padding: 10px 10px 8px 10px;
  text-align: center;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.event-listing .event-status-msg {
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.es-passed,
.no-events {
  background: #fffdd6;
  border-color: #fcefa1;
  color: #5A542F;
}
.es-cancelled {
  background: #ffe7e6;
  border-color: #fdcdcb;
  color: #d42e25;
}
.es-registration {
  background: #e9f9e8;
  border-color: #d0e8cf;
  color: #166514;
}
#event-filter-datepicker {
  margin: 0 0 13px 0;
  background: url(/etc/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: #f0f0f0;
  border: 1px solid #ccc;
  border-bottom: none;
  padding-bottom: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#event-filter-datepicker .ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  color: #000;
}
#event-filter-datepicker .ui-datepicker table {
  border: 1px solid #ccc;
  border-top: none;
  margin: 0;
}
#event-filter-datepicker .ui-datepicker th {
  font-weight: normal;
  border-top: none;
  background: #f0f0f0;
  padding: 2px 0 5px 0;
  font-size: 11px;
}
#event-filter-datepicker .ui-datepicker td {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
}
#event-filter-datepicker .ui-datepicker .ui-state-default {
  color: #000;
  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: #f0f0f0;
  color: #8b959b;
}
#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: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #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(/etc/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: 11px;
}
#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(/etc/designs/oclc/images/rss-icon-16px.png) no-repeat left;
  padding: 2px 0 2px 21px;
  font-size: 14px;
}
.event-listing-calendar.event-detail-cal {
  margin: 0 15px 25px 0;
}
.hbox .event-action-add {
  font-size: 12px;
}
.hbox .event-action-register {
  font-size: 16px;
  padding: 15px;
  display: block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
table.event-agenda {
  border-style: dotted;
  border-color: #ccc;
}
.event-agenda th {
  background: #f0f0f0;
  text-align: center;
  white-space: nowrap;
  border-style: dotted;
  border-color: #ccc;
  vertical-align: middle;
}
.event-agenda td {
  color: #455560;
  font-size: 14px;
  line-height: 21px;
  border-style: dotted;
  border-color: #ccc;
}
.time-zone {
  font-size: 11px;
}
.event-share-twitter,
.event-share-facebook {
  color: #455560;
  padding: 0 0 0 30px;
  display: block;
}
.event-share-twitter {
  background: url(/etc/designs/oclc/images/icon-twitter-16px.png) no-repeat 0 3px;
}
.event-share-facebook {
  background: url(/etc/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: #455560;
  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(/etc/designs/oclc/images/icon-doctype-mp3.png) no-repeat 0 0;
}
.ie7 .event-material-audio {
  background: #ffffff url(/etc/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(/etc/designs/oclc/images/icon-doctype-gendoc.png) no-repeat 0 0;
}
.ie7 .event-material-gendoc {
  background: url(/etc/designs/oclc/images/icon-doctype-gendoc.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-gendoc {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-gendoc.png) no-repeat 0 0;
}
.event-material-mp3 {
  background: url(/etc/designs/oclc/images/icon-doctype-mp3.png) no-repeat 0 0;
}
.ie7 .event-material-mp3 {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-mp3.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-mp3 {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-mp3.png) no-repeat 0 0;
}
.event-material-pdf {
  background: url(/etc/designs/oclc/images/icon-doctype-pdf.png) no-repeat 0 0;
}
.ie7 .event-material-pdf {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-pdf.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-pdf {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-pdf.png) no-repeat 0 0;
}
.event-material-ppt {
  background: url(/etc/designs/oclc/images/icon-doctype-ppt.png) no-repeat 0 0;
}
.ie7 .event-material-ppt {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-ppt.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-ppt {
  background: #f0f0f0 url(/etc/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(/etc/designs/oclc/images/icon-doctype-video.png) no-repeat 0 0;
}
.ie7 .event-material-video {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-video.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-video {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-video.png) no-repeat 0 0;
}
.event-material-webinar {
  background: url(/etc/designs/oclc/images/icon-doctype-webinar.png) no-repeat 0 0;
}
.ie7 .event-material-webinar {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-webinar.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-webinar {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-webinar.png) no-repeat 0 0;
}
.event-material-blog {
  background: url(/etc/designs/oclc/images/icon-doctype-blog.png) no-repeat 0 0;
}
.ie7 .event-material-blog {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-blog.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-blog {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-blog.png) no-repeat 0 0;
}
.event-material-news {
  background: url(/etc/designs/oclc/images/icon-doctype-news.png) no-repeat 0 0;
}
.ie7 .event-material-news {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-news.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-news {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-news.png) no-repeat 0 0;
}
.event-material-doc {
  background: url(/etc/designs/oclc/images/icon-doctype-doc.png) no-repeat 0 0;
}
.ie7 .event-material-doc {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-doc.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-doc {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-doc.png) no-repeat 0 0;
}
.event-material-xls {
  background: url(/etc/designs/oclc/images/icon-doctype-xls.png) no-repeat 0 0;
}
.ie7 .event-material-xls {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-xls.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-xls {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-xls.png) no-repeat 0 0;
}
.event-material-dot {
  background: url(/etc/designs/oclc/images/icon-doctype-dot.png) no-repeat 0 0;
}
.ie7 .event-material-dot {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-dot.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-dot {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-dot.png) no-repeat 0 0;
}
.event-material-txt {
  background: url(/etc/designs/oclc/images/icon-doctype-txt.png) no-repeat 0 0;
}
.ie7 .event-material-txt {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-txt.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-txt {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-txt.png) no-repeat 0 0;
}
.event-material-pub {
  background: url(/etc/designs/oclc/images/icon-doctype-pub.png) no-repeat 0 0;
}
.ie7 .event-material-pub {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-pub.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-pub {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-pub.png) no-repeat 0 0;
}
.event-material-swf {
  background: url(/etc/designs/oclc/images/icon-doctype-swf.png) no-repeat 0 0;
}
.ie7 .event-material-swf {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-swf.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-swf {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-swf.png) no-repeat 0 0;
}
.event-material-wmv {
  background: url(/etc/designs/oclc/images/icon-doctype-wmv.png) no-repeat 0 0;
}
.ie7 .event-material-wmv {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-wmv.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-wmv {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-wmv.png) no-repeat 0 0;
}
.event-material-jpg {
  background: url(/etc/designs/oclc/images/icon-doctype-jpg.png) no-repeat 0 0;
}
.ie7 .event-material-jpg {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-jpg.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-jpg {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-jpg.png) no-repeat 0 0;
}
.event-material-png {
  background: url(/etc/designs/oclc/images/icon-doctype-png.png) no-repeat 0 0;
}
.ie7 .event-material-png {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-png.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-png {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-png.png) no-repeat 0 0;
}
.event-material-xml {
  background: url(/etc/designs/oclc/images/icon-doctype-xml.png) no-repeat 0 0;
}
.ie7 .event-material-xml {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-xml.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-xml {
  background: #f0f0f0 url(/etc/designs/oclc/images/icon-doctype-xml.png) no-repeat 0 0;
}
.event-material-epub {
  background: url(/etc/designs/oclc/images/icon-doctype-epub.png) no-repeat 0 0;
}
.ie7 .event-material-epub {
  background: #ffffff url(/etc/designs/oclc/images/icon-doctype-epub.png) no-repeat 0 0;
}
.ie7 .hbox .event-material-epub {
  background: #f0f0f0 url(/etc/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: 11px;
  margin: 0;
  padding-right: 5px;
  line-height: 19px;
  color: #455560;
  width: 125px;
}
.event-rating .ratings-results {
  display: inline;
  padding: 0 0 0 5px;
  margin: 0;
}
.ie7 .ratings-results {
  display: inline;
  float: left;
  padding: 0;
  margin: -18px 0 -18px 43px;
  width: 85px;
}
.event-rating .ratings-results .section.comments.ratings {
  padding: 0;
  margin: 0;
}
.ie7 .event-rating .ratings-results .section.comments.ratings {
  padding: 0;
  margin: 0;
}
.event-rating .ratings-results .section.comments.ratings .comment-header {
  padding: 0;
  margin: 0;
}
.ie7 .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;
}
.ie7 .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;
}
.ie7 .rating-form-block {
  padding-top: 10px;
}
/*! END {component-event.less} */
/*! START {component-profiles.less} */
.profile-type {
  color: #455560;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 6px 0;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.profile-jobtitle {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 17px;
  color: #455560;
  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 #ccc;
  padding: 3px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.profile-headshot .photo-credit {
  font-size: 10px;
  color: #455560;
  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: 12px;
}
#profile-detail .hbox.pullquote p {
  font-size: 14px;
  line-height: 21px;
}
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(/etc/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: #455560;
}
/* 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: #f0f0f0;
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  background: none;
}
.cq-colctrl-lt2-r-c0 ul.list-profiles li {
  width: 100%;
  min-height: 0;
}
ul.list-profiles p {
  margin: 0 12px;
}
ul.list-profiles h3 {
  margin: 8px 12px 0 12px;
  font-family: sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
ul.list-profiles p {
  font-size: 11px;
  color: #455560;
  line-height: 15px;
  margin-bottom: 8px;
}
ul.list-profiles.news-pr h3,
ul.list-profiles.news-pr p {
  margin: 0;
}
ul.list-profiles.news-pr h3 {
  font-size: 14px;
}
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: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #000;
  line-height: 16px;
}
ul.list-profiles p.list-profiles-committee {
  font-size: 11px;
  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: 12px;
  line-height: 12px;
  margin-top: 8px;
}
ul.list-profiles.news-pr span.link-btn-lightgray a {
  font-size: 11px;
  line-height: 12px;
  margin-top: 0px;
  padding: 6px 8px;
}
.list-profile-display .pagination {
  margin: 0 10px 13px 0;
  width: 97%;
}
/* IE Fixes */
.ie7 ul.list-profiles li,
.ie8 ul.list-profiles li {
  border: 2px solid #e5e5e5;
}
/*! 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: 11px;
  color: #455560;
}
/* RECENT VIDEOS */
/* Recent videos: Main content column */
.list-recent-videos article {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 13px 0;
  float: left;
}
.list-recent-videos img {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.list-rv-videothumb {
  float: left;
  width: 220px;
  margin: 0 0 8px 0;
}
.list-rv-videodetails {
  float: right;
}
.list-rv-videobutton {
  display: block;
  background: url(/etc/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: 14px;
  line-height: 21px;
}
.cq-colctrl-lt2-r-c1 .list-recent-videos h1 {
  color: #455560;
  font-size: 14px;
  line-height: 19px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.cq-colctrl-lt2-r-c1 .list-recent-videos article h1 {
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
  border: none;
  padding: 0;
  font-weight: bold;
  color: #2178b5;
}
.list-recent-videos .list-rv-videodetails {
  color: #455560;
  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: 12px;
  line-height: 18px;
}
.list-recent-videos .list-rv-videotitle {
  font-weight: bold;
  color: #2178b5;
  text-decoration: underline;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.list-recent-videos .list-rv-videospecs,
.hbox .list-rv-videospecs {
  font-size: 11px !important;
  line-height: 15px !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(/etc/designs/oclc/images/video-button.png) no-repeat 0 -118px;
}
.list-recent-videos a:hover .list-rv-videotitle {
  color: #ff7600;
}
.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(/etc/designs/oclc/images/video-button.png) no-repeat -20px -12px;
}
.hbox a:hover .list-rv-videobutton {
  background: url(/etc/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(/etc/designs/oclc/images/icons-doctypes.png) no-repeat 0 -170px;
  padding-left: 30px;
}
/* UPCOMING EVENTS */
.list-upcoming-events article {
  border-bottom: 1px dotted #ccc;
  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: 11px;
  background: url(/etc/designs/oclc/images/icon-event-sm.png) no-repeat left;
  padding: 2px 0 0 20px;
  margin: 0;
  color: #455560;
}
.list-ue-eventtitle {
  font-size: 14px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif !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: 11px !important;
  margin: 0;
  color: #455560;
}
.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: 12px;
  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: 11px;
  margin: 0 0 3px 0;
  line-height: 15px;
}
.list-upcoming-events .link-more a {
  font-size: 12px;
}
.list-ue-eventrating .ratings-results {
  display: inline-block;
  float: none;
  margin: 0 0 -3px 0;
  padding: 0 0 0 3px;
}
.ie7 .list-ue-eventrating .ratings-results {
  display: inline;
  float: left;
  padding: 0;
  margin: -18px 0 -18px 37px;
  width: 85px;
}
/* MIXED COLLATERAL LIST*/
.list-mixed-collateral article {
  display: block;
  border-bottom: 1px dotted #ccc;
  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 #ccc;
  background: #fff;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.list-mixed-collateral h1 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.list-mixed-collateral article h1 {
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.list-mixed-collateral .thumb .list-collatdetails {
  margin: 0 0 0 240px;
  padding: 0;
}
.list-mixed-collateral .list-collatdesc {
  font-size: 12px;
  line-height: 18px;
}
.list-mixed-collateral .list-collatspecs {
  font-size: 11px;
  line-height: 15px;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #455560;
}
.list-mixed-collateral .list-collatvideobut {
  display: block;
  background: url(/etc/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(/etc/designs/oclc/images/video-button.png) no-repeat 0 -118px;
}
/* RECENT NEWS */
.list-recent-news article {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 18px 0;
}
.list-rn-newstitle {
  font-size: 16px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  line-height: 23px;
  margin: 0;
  letter-spacing: 0px;
}
.list-rn-newsdate {
  color: #455560;
  font-size: 12px;
  margin: 5px 0;
}
.list-recent-news .link-more {
  display: block;
}
/* PUBLICATIONS */
.list-recent-publications article {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 18px 0;
}
.list-recent-publications article h1 {
  letter-spacing: 0px;
}
.list-rp-pubtitle {
  font-size: 14px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}
.list-rp-pubdate {
  color: #455560;
  font-size: 11px;
  margin: 2px 0 9px 0;
}
.list-rp-pubauthor {
  font-size: 11px;
  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: 12px;
  color: #2178b5;
  border-bottom: 0;
  text-transform: none;
  padding-bottom: 0;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 18px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.list-collateral h1.list-collateral-title:hover {
  color: #ff7600;
}
.list-collateral p.list-collateral-specs {
  font-size: 11px;
  color: #455560;
  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: 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: #455560;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 9px 0;
  line-height: 15px;
  margin: 0 0 9px 0;
  letter-spacing: 0;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
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 #ccc;
  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: 12px;
}
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: 12px;
}
.list-trig {
  display: block;
  background: url("/etc/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("/etc/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("/etc/designs/oclc/images/list-trig-arrow-hover.png") no-repeat 0 2px;
  color: #000;
  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("/etc/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("/etc/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("/etc/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("/etc/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("/etc/designs/oclc/images/list-trig-arrow-hover2.png") no-repeat -1px 7px;
  color: #000;
  cursor: pointer;
}
.list-upcoming-events h3.list-trig-open {
  background: url("/etc/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("/etc/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: 12px;
  line-height: 18px;
}
p.list-empty {
  color: #767676;
  border-bottom: 1px dotted #ccc;
  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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  list-style-type: none;
  background: #f0f0f0;
  border: 2px solid #fff;
  margin: 0 10px 10px 0;
  padding: 12px 0;
  min-height: 115px;
}
ul.list-contacts.no-blocks li {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  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;
}
.ie7 ul.list-contacts li,
.ie8 ul.list-contacts li {
  border: 2px solid #e5e5e5;
}
.ie7 ul.list-contacts.no-blocks li,
.ie8 ul.list-contacts.no-blocks li {
  border: none;
}
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: 12px;
  line-height: 18px;
  color: #455560;
  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: #fff;
}
ul.list-contacts p.list-contacts-phone strong {
  width: 8px;
}
ul.list-contacts span.link-btn-lightgray a {
  font-size: 12px;
  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 #ccc;
  padding: 0 0 27px 0;
}
.list-generic-page.thumbs .page-info {
  margin: 0 0 0 155px;
  padding: 0;
}
.ie7 .list-generic-page.thumbs .page-info {
  margin-top: -23px;
}
.cq-colctrl-lt2-r-c1 .list-generic-page.thumbs .page-info {
  margin: 0 0 0 50px;
  padding: 0;
}
.ie7 .cq-colctrl-lt2-r-c1 .list-generic-page.thumbs .page-info {
  margin-top: -23px;
}
.list-generic-page.icons .page-info {
  margin: 0 0 0 35px;
  padding: 0;
}
.ie7 .list-generic-page.icons .page-info {
  padding-left: 33px;
  margin-top: -20px;
  margin-left: 0px;
}
.list-generic-page.noimg .page-info {
  margin: 0;
  padding: 0;
}
.page-info .news-list-stats {
  padding: 2px 0 0 0;
  margin-top: 0;
  color: #455560;
  font-size: 12px;
}
.list-generic-page .thumb {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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(/etc/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: 16px;
  margin: 0;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.page-info .page-subtitle {
  color: #455560;
  margin: 0 0 8px 0;
  font-size: 12px;
}
.cq-colctrl-lt2-r-c1 .list-generic-page h3 {
  font-size: 14px;
  line-height: 18px;
}
.page-info .author {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  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;
}
.ie7 .page-info .ratings-results {
  display: inline;
  height: 16px;
  overflow: hidden;
}
.page-info p.page-desc {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.page-info .page-tags {
  font-size: 11px;
  color: #455560;
  margin-top: 10px;
}
.page-info .page-tags a {
  color: #455560;
}
.page-info .page-tags a:hover {
  color: #000;
}
ul.page-metadata {
  margin: 0 0 0 0;
  overflow: auto;
}
ul.page-metadata li {
  margin: 0;
  font-size: 11px;
  float: left;
  clear: none;
  padding: 0 10px 0 15px;
  color: #455560;
  border: none;
}
ul.page-metadata li:first-child {
  padding-left: 0;
  background: none;
}
ul.page-metadata li {
  background: url(/etc/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: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
}
.ie7 .list-pod ul li {
  display: inline;
}
.list-pod .checker {
  vertical-align: top;
  float: left;
  margin-top: 3px;
}
.ie7 .list-pod .checker,
.ie8 .list-pod .checker,
.ie9 .list-pod .checker {
  border: none;
  padding: 0;
}
.list-pod .img-thumb {
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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: 12px;
  line-height: 18px;
}
.list-pod p.pod-title {
  margin: 0;
  font-weight: bold;
}
.list-pod p.pod-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 3px 0;
}
.list-pod p.prm-date {
  margin: 0;
  padding-top: 3px;
  color: #455560;
  font-size: 11px;
  line-height: 15px;
}
.list-pod p.prm-num {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.list-pod p.specs {
  color: #455560;
  font-size: 11px;
  line-height: 15px;
  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: #f0f0f0;
}
.list-pod.barline ul li:nth-child(even) {
  background-color: #fff;
}
.list-pod.barline ul li:first-child {
  background-color: #808080;
  color: #fff;
}
.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: 12px;
  line-height: 18px;
  margin: 0;
  float: left;
  width: 21%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.pod-title {
  font-size: 11px;
  line-height: 15px;
}
.list-pod.barline p.pod-text {
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  float: left;
  width: 30%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.pod-text {
  color: #fff;
}
.list-pod.barline p.prm-date {
  margin: 0;
  color: #455560;
  font-size: 11px;
  line-height: 15px;
  float: left;
  width: 8%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.prm-date {
  color: #fff;
}
.list-pod.barline p.prm-num {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  width: 11%;
  float: left;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.prm-num {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
}
.list-pod.barline p.specs {
  color: #455560;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  float: left;
  width: 20%;
  padding-right: 10px;
}
.list-pod.barline ul li:first-child p.specs {
  color: #fff;
}
p.pod-return-links.barline {
  margin: 10px 0 0 0;
}
p.pod-return-links.barline a {
  margin-right: 25px;
  font-size: 12px;
  line-height: 18px;
}
.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: 1px solid #c7ddec;
  border-radius: 3px;
  padding: 8px 8px 0 8px;
  background: #eef4f9;
}
.facets-narrow {
  color: #455560;
  font-size: 18px;
}
.facets h2 {
  padding: 0 5px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif !important;
  font-size: 18px !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 #a6c9e1;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif !important;
  font-size: 16px !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: 12px;
  line-height: 17px;
  border-bottom: 1px dotted #a6c9e1;
}
.facets-options ul li a,
.facets-options ul li a:visited {
  text-decoration: none;
  color: #2178b5;
}
.facets-options ul li a:hover {
  color: #ff7600;
}
.facets-selected {
  background: #fff;
  padding: 8px;
  font-size: 12px;
  color: #455560;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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: 12px;
  margin: 0;
  color: #000;
  line-height: 17px;
}
.facets-selected ul {
  margin: 0;
  padding: 0;
}
.facets-selected ul li {
  font-size: 12px;
  list-style-type: none;
  line-height: 17px;
}
.facets-clear {
  font-size: 12px;
  margin: 0;
  text-align: right;
}
.facets-clear a {
  color: #455560;
}
.facets-clear a:hover {
  color: #000;
}
.facets-selected section {
  margin: 0 0 10px 0;
}
.facet-remove {
  display: block;
  float: right;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: url(/etc/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;
}
.ie7 .member-story {
  display: inline;
}
.member-story img {
  width: 260px;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.member-story-list h2 {
  border-bottom: 1px dotted #455560;
  padding: 0 0 9px 0;
  margin: 0 0 18px 0;
}
h3.member-story-title {
  font-weight: bold !important;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  text-decoration: underline;
  display: block;
  margin: 0 0 5px 0;
}
.member-story-text p {
  font-size: 12px;
  color: #455560;
  display: block;
  line-height: 17px;
  margin: 0;
}
.member-story-list .link-more {
  border-top: 1px dotted #ccc;
  padding: 9px 0 0 0;
}
/*! END {component-list.less} */
/*! START {component-email.less} */
.email-subscribe {
  margin: 0 0 22px 0;
}
.email-subscribe h1 {
  font-size: 14px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  color: #455560;
  border-bottom: 1px dotted #455560;
  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: 11px;
  line-height: 15px;
  color: #455560;
  margin: 0 0 9px 0;
}
.email-subscribe input[type="text"] {
  font-size: 12px;
  color: #455560;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 8px 7px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(1, #e2e2e2));
  background-image: -moz-linear-gradient(center bottom, #ffffff 85%, #e2e2e2 100%);
  margin: 0 0 9px 0;
}
.ie7 .email-subscribe input[type="text"] {
  width: 92%;
}
.email-subscribe select {
  width: 100%;
  margin: 0 0 9px 0;
}
.email-subscribe {
  padding: 10px 10px 1px 10px;
  background: #e9f4fa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sub-submit {
  float: left;
  background: url(/etc/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px, -webkit-gradient(linear, left bottom, left top, color-stop(0, #053981), color-stop(1, #2177b5));
  background: url(/etc/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px, -moz-linear-gradient(center bottom, #053981 0%, #2177b5 100%);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  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(/etc/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px, -webkit-gradient(linear, left bottom, left top, color-stop(0, #13498a), color-stop(1, #56a1d6));
  background: url(/etc/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px, -moz-linear-gradient(center bottom, #13498a 0%, #56a1d6 100%);
}
#sub-subscribe {
  margin: 0 0 9px 0;
}
.alert-message.sub-emailalert {
  margin: 0;
}
a.sub-nothanks {
  color: #455560;
  font-size: 12px;
}
a.sub-nothanks:hover {
  color: #000;
}
.visuallyhidden.sub-label-show {
  position: relative !important;
  clip: auto;
  font-size: 11px;
}
/* Management form */
#whatcountsmanagement,
#unsubscribe-all,
.emailmanage-intro {
  display: none;
}
/* IE Fixes */
.ie7 #sub-submit,
.ie8 #sub-submit,
.ie9 #sub-submit {
  filter: none;
  background: url(/etc/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px #2178b5;
}
.ie7 #sub-submit {
  border: none;
}
.ie7 #sub-submit:hover,
.ie8 #sub-submit:hover,
.ie9 #sub-submit:hover {
  background: url(/etc/designs/oclc/images/email-submit-arrow.png) no-repeat 10px 10px #155c8f;
}
/*! 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(/etc/designs/oclc/images/nextstep-arrow-rss.png) no-repeat 0 2px;
  font-size: 11px;
  color: #455560;
}
.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(/etc/designs/oclc/images/follow-sprites.png) 0 0;
}
.fol-icon-email {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -25px 0;
}
.fol-icon-rss {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -50px 0;
}
.fol-icon-twitter {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -75px 0;
}
.fol-icon-facebook {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -100px 0;
}
.fol-icon-myspace {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -125px 0;
}
.fol-icon-linkedin {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -150px 0;
}
.fol-icon-google {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -175px 0;
}
.fol-icon-youtube {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -200px 0;
}
.fol-icon-vimeo {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -225px 0;
}
.fol-icon-flickr {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -250px 0;
}
.fol-icon-picasa {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -275px 0;
}
.fol-icon-blogger {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -300px 0;
}
.fol-icon-foursquare {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -325px 0;
}
.fol-icon-googleplus {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -350px 0;
}
.fol-icon-instagram {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -375px 0;
}
.fol-icon-pinterest {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -400px 0;
}
.fol-icon-wordpress {
  background: url(/etc/designs/oclc/images/follow-sprites.png) -425px 0;
}
.hdr-dottedline {
  display: block;
  margin: 0 0 23px 0;
  border-bottom: 1px dotted #808080;
  padding: 0 0 18px 0;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: normal;
  width: 100%;
}
.hdr-sub-dottedline {
  border-bottom: 1px dotted #455560;
  padding: 0 0 9px 0;
  font-size: 14px;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  margin: 0;
  color: #455560;
  font-weight: bold;
  display: block;
  line-height: 11px;
}
h2 .hdr-sub-dottedline {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
/* Styles for RSS Feed Reader */
.parbase.section.feedlink div {
  float: left;
  padding-right: 7px;
}
.parbase.section.feedlink div a {
  font-size: 14px;
}
#faq-set h2 {
  padding: 6px 15px;
  background: #e5e5e5;
  color: #455560;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 #ffffff;
  border-top: 1px solid #ccc;
  margin-top: 18px;
}
#faq-set h3 {
  color: #2178b5;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 5px 0;
  font-weight: normal;
  background: url(/etc/designs/oclc/images/faq-arrows.png) no-repeat 4px 3px;
  padding: 0 17px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
#faq-set h3:hover {
  color: #ff7600;
  background: url(/etc/designs/oclc/images/faq-arrows.png) no-repeat 4px -123px;
}
#faq-set h3.faq-open {
  background: url(/etc/designs/oclc/images/faq-arrows.png) no-repeat 3px -242px;
}
#faq-set h3.faq-open:hover {
  background: url(/etc/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: #455560;
  font-size: 11px;
}
#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: #000;
}
.image small {
  color: #455560;
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
}
.parbase.textimage.section .image img,
.text.parbase.section img,
.parbase.textimage.section img,
.parbase.image.section img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
}
/*! END {component-generic.less} */
/*! START {component-blogs.less} */
.list-blog-posts h1 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 12px 0;
  margin: 0 0 18px 0;
  letter-spacing: 0;
}
.list-blog-posts p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.list-blog-posts p.blog-name {
  color: #455560;
  font-size: 11px;
  margin: 0;
}
.list-blog-posts article {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}
.list-blog-posts article h1 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border: none;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
}
.list-blog-posts p.blog-publish {
  font-size: 11px;
  color: #455560;
}
.list-blog-posts p.blog-excerpt {
  margin: 10px 0 0 0;
}
.blog-banner {
  padding: 25px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #2178b5;
  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: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.blog-banner.image {
  padding: 0;
  background: none;
}
.blog-banner.green {
  background: #419a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
}
.blog-banner.gray {
  background: #455560;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#131c24));
  background: -moz-linear-gradient(top, #455560, #131c24);
}
.blog-banner.blue {
  background: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #043880);
}
.blog-banner.orange {
  background: #ff7600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7600), to(#8e4200));
  background: -moz-linear-gradient(top, #ff7600, #8e4200);
}
.blog-banner.violet {
  background: #5f4894;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f4894), to(#231456));
  background: -moz-linear-gradient(top, #5f4894, #231456);
}
.blog-banner.fuschia {
  background: #a9316f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9316f), to(#700930));
  background: -moz-linear-gradient(top, #a9316f, #700930);
}
.blog-banner.teal {
  background: #008b96;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b96), to(#004c58));
  background: -moz-linear-gradient(top, #008b96, #004c58);
}
.blog-banner.red {
  background: #c4161c;
  background: -webkit-gradient(linear, left top, left bottom, from(#c4161c), to(#7a2326));
  background: -moz-linear-gradient(top, #c4161c, #7a2326);
}
.blog-banner.dark-blue {
  background: #16325c;
  background: -webkit-gradient(linear, left top, left bottom, from(#16325c), to(#161534));
  background: -moz-linear-gradient(top, #16325c, #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: #000;
}
.blog-stats,
.news-stats {
  color: #455560;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin: 18px 0;
  font-size: 12px;
}
.list-blog-posts .blog-stats {
  margin: 9px 0;
}
.blog-stats a {
  color: #455560;
}
.blog-stats a:hover {
  color: #000;
}
.blog-content .addthis_toolbox {
  margin: 0 0 5px 0;
}
.blog-first-post,
.blog-recent-post {
  border-bottom: 1px dotted #808080;
  padding: 0 0 18px 0;
  margin: 0 0 36px 0;
}
.blog-recent-post h1 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0;
}
.blog-recent-post p {
  font-size: 12px;
  line-height: 18px;
}
.blog-recent-post .blog-stats {
  margin: 7px 0 18px 0;
}
.blog-readmore {
  font-size: 12px;
  margin-top: -9px;
}
.blog-sidebar {
  float: right;
  background: #e8e8e8;
  border: 2px solid #ffffff;
  width: 179px;
  padding: 20px 20px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.ie8 .blog-sidebar,
.ie7 .blog-sidebar {
  border: 2px solid #f0f0f0;
}
.blog-sidebar h2 {
  color: #455560;
  font-size: 14px;
  border-bottom: 1px dotted #808080;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  line-height: 18px;
}
.blog-sidebar h3 {
  color: #455560;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 9px 0;
}
.blog-sidebar p {
  font-size: 11px;
  line-height: 15px;
  color: #455560;
}
.blog-sidebar ul {
  margin-left: 0;
  padding: 0;
}
.blog-sidebar ul li {
  list-style-type: none;
  color: #455560;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 5px 0;
}
.blog-sidebar .rss-link {
  background: url("/etc/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: 12px;
  line-height: 18px;
  letter-spacing: 0;
}
.blog-sidebar .blog-recent-post .blog-publish {
  font-size: 11px;
  margin: 3px 0 0 0;
}
.blog-tags p {
  font-size: 12px;
  line-height: 18px;
  color: #455560;
  margin: 0;
}
.blog-tags a {
  color: #455560;
}
.blog-tags a:hover {
  color: #000;
}
.blog-post-nav {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin: 27px 0;
  font-size: 12px;
}
.blog-post-nav-next {
  float: right;
}
.blog-content .pagetitle {
  border-bottom: 1px dotted #808080;
  padding: 0 0 27px 0;
  margin: 18px 0 27px 0;
}
.ie8 .profile-blog,
.ie7 .profile-blog {
  border: 2px solid #ccc;
}
.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: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.profile-blog .profile-contact h3 {
  font-size: 14px;
  margin: 0 0 9px 0;
}
.profile-blog .profile-contact ul.profile-connect {
  font-size: 11px;
}
#profile-blog-posts .cq-colctrl-lt2-r-c1 h1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #455560;
}
#profile-blog-posts .cq-colctrl-lt2-r-c1 article h1 {
  text-transform: none;
  line-height: 18px;
  font-size: 12px;
}
/* Blog search box in pill navigation */
ul#pill-nav li.blog-search {
  float: right;
  margin-right: 3px;
}
input#livesearch {
  color: #455560;
  padding: 10px 5px 8px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  background: url(/etc/designs/oclc/images/search-icon.png) no-repeat 6px 9px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(1, #e6e6e6));
  background: url(/etc/designs/oclc/images/search-icon.png) no-repeat 6px 9px, -moz-linear-gradient(center bottom, #ffffff 85%, #e6e6e6 100%);
}
ul#pill-nav li.blog-search input#livesearch {
  width: 186px;
}
/* IE Fixes */
.ie8 input#livesearch,
.ie7 input#livesearch {
  background: url(/etc/designs/oclc/images/search-icon.png) no-repeat 6px 9px #fff;
}
/*! 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%;
}
.ie7 div.parsyscolumncontrol .cq-colctrl-lt5-c0 {
  width: 74%;
}
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%;
}
.ie7 div.parsyscolumncontrol .cq-colctrl-lt6-c1 {
  width: 74%;
}
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;
}
.ie7 div.parsyscolumncontrol .cq-colctrl-lt2-c2 {
  width: 33%;
}
/*---- 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%;
}
.ie7 div.parsyscolumncontrol .cq-colctrl-lt7-c1 {
  width: 33%;
}
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%;
}
.ie7 div.parsyscolumncontrol .cq-colctrl-res-home-c1 {
  width: 33%;
}
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-textimage.less} */
.image.section {
  overflow: auto;
}
.ie7 .image.section {
  overflow: visible;
}
div.textimage div.image {
  float: left;
  margin: 0 15px 15px 0;
}
div.textimage.image_right div.image {
  float: right !important;
  margin: 0 0 15px 15px !important;
}
/* 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,
div.textimage div.image.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,
div.textimage div.image.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,
div.textimage div.image.img-flt-right-nobrdr {
  float: right;
  margin: 0 0 15px 15px;
}
div.parbase.textimage.section div.image.img-flt-right-nobrdr img {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.text.parbase.section img.img-flt-left-nobrdr,
.parbase.textimage.section .text img.img-flt-left-nobrdr,
div.textimage div.image.img-flt-left-nobrdr {
  float: left;
  margin: 0 15px 15px 0;
}
div.parbase.textimage.section div.image.img-flt-left-nobrdr img {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.text.parbase.section img.img-nobrdr,
.parbase.textimage.section .text img.img-nobrdr,
.text.parbase.section .img-nobrdr img,
.parbase.textimage.section .text .img-nobrdr img {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
/* Image Component Float and no border styles */
.parbase.image.section img.img-flt-right {
  float: right;
  margin: 0 0 15px 15px;
}
.parbase.image.section img.img-flt-left {
  float: left;
  margin: 0 15px 15px 0;
}
.parbase.image.section img.img-flt-left-nobrdr {
  float: left;
  margin: 0 15px 15px 0;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.parbase.image.section img.img-flt-right-nobrdr {
  float: right;
  margin: 0 15px 15px 0;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*Image and TextImage Component Caption stacking and text wrapping */
/* CAUSES PROBLEMS WITH DISPLAY CMSS-2912
.figure-stack-image{
	display:table;
}
*/
.figure-stack-image figcaption {
  /* display:table-caption; CAUSES PROBLEMS WITH DISPLAY CMSS-2912 */
  caption-side: bottom;
  color: #455560;
  font-size: 12px;
  line-height: 18px;
}
/*! END {component-textimage.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: 12px;
}
.parbase.section.feedlink .feed.small {
  display: block;
  background: url(/etc/designs/oclc/images/nextstep-arrow-rss.png) no-repeat 0 0;
  padding: 0 0 0 17px;
  font-size: 11px;
}
.parbase.section.feedlink .feed.normal {
  display: block;
  background: url(/etc/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(/etc/designs/oclc/images/email-icon-16px.png) no-repeat 0 0;
  padding: 0 0 0 23px;
}
/*! END {component-feedlink.less} */
/*! START {component-breadcrumbs.less} */
.cont-page.crumbs-tools {
  width: 940px;
  padding: 0 0 20px 0;
}
.breadcrumbs {
  float: left;
  margin: 0;
  width: 760px;
}
.breadcrumbs li {
  list-style-type: none;
  font-size: 11px;
  color: #455560;
  float: left;
}
.breadcrumbs li a {
  color: #455560;
  background: url(/etc/designs/oclc/images/breadcrumb-arrow.png) no-repeat right;
  padding: 0 10px 0 0;
  margin: 0 7px 0 0;
}
.breadcrumbs li a:hover {
  color: #000;
}
.breadcrumbs li.crumb-home {
  background: url(/etc/designs/oclc/images/breadcrumb-arrow.png) no-repeat right;
  margin: 0 8px 0 0;
  padding: 0 2px 0 0;
}
.breadcrumbs li.crumb-home a {
  background: none;
  padding: 2px 0 2px 0;
}
/* AddThis */
.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: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  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: 12px;
  line-height: 18px;
}
.interior-nav-list ul li {
  list-style-type: none;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.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: #2178b5;
}
.interior-nav-list ul li a:hover {
  color: #ff7600;
}
.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(/etc/designs/oclc/images/nextstep-arrow.png) no-repeat 0 2px;
  font-size: 11px;
  color: #455560;
}
.ie7 .next-steps {
  margin-left: 0;
}
.ie7 .next-steps li {
  line-height: normal;
  background: url(/etc/designs/oclc/images/nextstep-arrow.png) no-repeat 0 5px;
}
/*! 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 #ccc;
  float: left;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e8e8e8;
}
.ie7 ul#pill-nav {
  margin: 0 auto 21px auto;
  padding: 3px 0 3px 0;
}
ul#pill-nav li {
  list-style-type: none;
  float: left;
  margin: 3px 0 4px 4px;
}
.ie7 ul#pill-nav li {
  margin: 0 4px 0 4px;
}
ul#pill-nav li a {
  display: block;
  color: #455560;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 15px 2px 15px;
  line-height: 200%;
  font-size: 14px;
}
.ie7 ul#pill-nav li a {
  margin: 0;
}
ul#pill-nav li a:visited {
  color: #455560;
}
ul#pill-nav li a:focus {
  outline: none;
}
ul#pill-nav li a:hover {
  background-color: #455560;
  color: #fff;
  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: #455560;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.ie7 ul li.pill-nav-item a.pill-nav-active:link,
.ie7 ul li.pill-nav-item a.pill-nav-active:visited,
.ie7 ul li.pill-nav-item a.pill-nav-active:hover {
  margin: 0;
}
.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: #5f4894;
}
.theme-violet ul#pill-nav li a {
  color: #5f4894;
}
.theme-violet ul#pill-nav li a:hover {
  color: #fff;
  background: #5f4894;
}
.theme-green ul#pill-nav {
  background: #e3f0e2;
  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: #419a3c;
}
.theme-green ul#pill-nav li a {
  color: #419a3c;
}
.theme-green ul#pill-nav li a:hover {
  color: #fff;
  background: #419a3c;
}
.theme-blue ul#pill-nav {
  background: #deebf4;
  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: #2178b5;
}
.theme-blue ul#pill-nav li a {
  color: #2178b5;
}
.theme-blue ul#pill-nav li a:hover {
  color: #fff;
  background: #2178b5;
}
.theme-orange ul#pill-nav {
  background: #ffebd9;
  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: #ff7600;
}
.theme-orange ul#pill-nav li a {
  color: #ff7600;
}
.theme-orange ul#pill-nav li a:hover {
  color: #fff;
  background: #ff7600;
}
.theme-fuschia ul#pill-nav {
  background: #f2e0ea;
  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: #a9316f;
}
.theme-fuschia ul#pill-nav li a {
  color: #a9316f;
}
.theme-fuschia ul#pill-nav li a:hover {
  color: #fff;
  background: #a9316f;
}
.theme-navy ul#pill-nav {
  background: #dce0e7;
  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: #16325c;
}
.theme-navy ul#pill-nav li a {
  color: #16325c;
}
.theme-navy ul#pill-nav li a:hover {
  color: #fff;
  background: #16325c;
}
.theme-red ul#pill-nav {
  background: #f6dcdd;
  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: #c4161c;
}
.theme-red ul#pill-nav li a {
  color: #c4161c;
}
.theme-red ul#pill-nav li a:hover {
  color: #fff;
  background: #c4161c;
}
.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: #008b96;
}
.theme-teal ul#pill-nav li a {
  color: #008b96;
}
.theme-teal ul#pill-nav li a:hover {
  color: #fff;
  background: #008b96;
}
/* 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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none !important;
  background: none !important;
  margin: 0;
  position: relative;
}
.TabbedPills ul#pill-nav li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-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: #2178b5 !important;
  padding: 5px 0;
}
.TabbedPills ul#pill-nav li a:hover {
  text-shadow: none;
  background: none;
  color: #000 !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: #455560 !important;
  text-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #B5BBBF;
  border-bottom: none;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #deebf4;
  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: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
}
#ratings .comment-text-label {
  float: left;
  padding-right: 5px;
  clear: left;
  font-size: 14px;
}
#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("/etc/designs/oclc/images/star-black-off.png");
}
.ratings .full {
  background-image: url("/etc/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;
}
.ie7 .ratings-bar {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
}
.comment-header .ratings-stars {
  float: right;
  margin: 7px 0 0 0;
}
#ratings-submit,
form.comment input.submit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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: 14px;
  text-align: center;
  background-color: #043880;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(center top, #2178B5, #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 #ccc;
  padding: 15px 0 0 0;
}
.comment-signed-in-text {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 12px;
  color: #455560;
}
.comment-signed-in-user {
  padding: 0 0 0 5px;
  font-weight: bold;
}
/* Comment form */
#comments-form {
  padding: 20px;
  border: 1px solid #d3e4f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #deebf4;
  margin: 0 0 21px 0;
}
.comment-text-label {
  font-size: 18px;
  color: #000;
  margin: 0 5px 12px 0;
  float: left;
  clear: both;
}
.comment-info .comment-text-label {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 0 0;
}
#ratings-text-label {
  float: none;
  clear: both;
}
.comment-text {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.95, #ffffff), color-stop(1, #e0e0e0));
  background-image: -moz-linear-gradient(center bottom, #ffffff 95%, #eaeaea 100%);
  border-color: #bcd6e9;
  color: #455560 !important;
}
#comments-submit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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: 14px;
  text-align: center;
  background-color: #043880;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(center top, #2178B5, #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: 18px;
  margin: 0 0 21px 0;
  overflow: auto;
}
.comments-count h3 {
  margin: 0;
  font-size: 18px;
}
.comments-total {
  float: left;
}
.comment-number {
  font-weight: normal;
  color: #455560;
}
.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 #ccc;
  background: #f0f0f0;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 10px 0;
  font-size: 12px;
}
#comments .comment {
  margin-top: 15px;
}
.comments.ratings .comment {
  padding-bottom: 0;
}
.comment-header {
  overflow: auto;
  border-bottom: 1px dotted #ccc;
  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;
}
.ie7 .list-rd-docspecs .ratings-results {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
.ie7 .news-specs .ratings-results,
.ie7 .doc-specs .ratings-results {
  margin-left: 0px;
  margin-top: 0px;
}
#comments .comment-header {
  border-bottom: 1px dotted #ccc;
}
.comment-header-avatar {
  float: left;
  line-height: 0;
}
.comment-header-avatar img {
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
  height: 24px;
  width: 24px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ie8 .comment-header-avatar img {
  width: auto;
}
.comment-header cite {
  font-weight: bold;
  font-style: normal;
  float: left;
  margin: 3px 0 0 0;
}
.comment-header-meta {
  font-size: 11px;
  margin: 3px 0 0 10px;
  float: left;
}
.comment-header-meta a {
  color: #455560;
  text-decoration: none;
}
.comment-header-meta a:hover {
  color: #000;
}
.comment-body {
  color: #000;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 18px;
}
.comment-replies {
  color: #455560;
  font-size: 11px;
  line-height: 11px;
}
.comment-replies .comment,
.comment-replies .comment .comment-replies .comment .comment-replies .comment {
  background: #fff;
}
.comment-replies .comment .comment-replies .comment,
.comment-replies .comment .comment-replies .comment .comment-replies .comment .comment-replies .comment {
  background: #f0f0f0;
}
.comment-error {
  font-weight: bold;
  color: #c4161c;
}
/*! END {component-comments.less} */
/*! START {component-search.less} */
.searchpg-lgsearch {
  padding: 0px;
  border: none;
  color: #fff;
  margin: 0;
  background: none;
}
.searchpg-lgsearch .search-box {
  width: 100%;
  margin: 0;
}
.searchpg-lgsearch #result-search-terms {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #455560;
  vertical-align: middle;
  border: solid 1px #cccccc;
  padding: 0 0 0 20px;
  height: 48px;
  width: 80%;
  background: #fff;
  float: left;
}
.ie7 .searchpg-lgsearch #result-search-terms,
.ie8 .searchpg-lgsearch #result-search-terms {
  padding: 12px 0 0 22px;
  height: 39px;
}
.searchpg-lgsearch #submit-search {
  float: left;
  background: url(/etc/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(/etc/designs/oclc/images/srch-mag-btn-blue.png) no-repeat;
}
.ie7 .searchpg-lgsearch #submit-search,
.ie8 .searchpg-lgsearch #submit-search,
.ie9 .searchpg-lgsearch #submit-search,
.ie8 .searchpg-lgsearch input[type="submit"]#submit-search,
.ie7 .searchpg-lgsearch input[type="submit"]#submit-search,
.ie9 .searchpg-lgsearch input[type="submit"]#submit-search {
  float: left;
  background: url(/etc/designs/oclc/images/srch-mag-btn.png) no-repeat;
  border: none;
  height: 40px;
  width: 40px;
  margin: 5px 15px 0px 10px;
  box-shadow: none !important;
}
.ie7 .searchpg-lgsearch #submit-search:hover,
.ie8 .searchpg-lgsearch #submit-search:hover,
.ie9 .searchpg-lgsearch #submit-search:hover,
.ie8 .searchpg-lgsearch input[type="submit"]#submit-search:hover,
.ie7 .searchpg-lgsearch input[type="submit"]#submit-search:hover,
.ie9 .searchpg-lgsearch input[type="submit"]#submit-search:hover {
  background: url(/etc/designs/oclc/images/srch-mag-btn-blue.png) no-repeat;
}
.searchpg-advsearch {
  color: #fff;
  font-size: 14px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  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: #fff;
  padding-left: 25px;
}
.searchpg-advsearch a:visited {
  color: #fff;
}
.searchpg-advsearch a:hover {
  color: #e3e6e7;
}
.advsrch-trig-closed {
  background: url(/etc/designs/oclc/images/adv-search-arrow.png) no-repeat 5px -22px;
}
.advsrch-trig-open {
  background: url(/etc/designs/oclc/images/adv-search-arrow.png) no-repeat 5px 0px;
}
#rev2-advsearcharea {
  width: 80%;
  background-color: #fff;
  margin: 0px 0px 0px;
  padding: 10px;
  color: #455560;
  clear: both;
}
#closeadvsrch {
  display: block;
  float: right;
  background: url(/etc/designs/oclc/images/adv-search-close.png) no-repeat 0px 0px;
  width: 14px;
  height: 1 4px;
  margin-right: -15px;
}
#closeadvsrch:hover {
  background: url(/etc/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: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  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: 12px;
  line-height: 18px;
}
.srch-filters ul li {
  list-style-type: none;
  border-bottom: 1px dotted #ddd;
  font-size: 14px;
}
.srch-filters-active {
  font-weight: bold;
  color: #000;
  padding: 10px 35px 10px 10px;
  background: #ffffff url(/etc/designs/oclc/images/srchfilter-arr-blue.png) no-repeat right;
  margin: 0;
}
.srch-filters-drop {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  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: #2178b5;
}
.srch-filters ul li a:hover {
  color: #ff7600;
}
.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 #ccc;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.SearchResRev2 #clustering h3 {
  font-size: 18px;
  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: 16px;
}
.SearchResRev2 .result-detaildesc .term {
  color: #2178b5;
}
.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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.SearchResRev2 .km-left {
  background: #ecf5eb url('/etc/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: #333333;
}
.SearchResRev2 a.km-text {
  display: block;
  font-size: 16px;
}
.SearchResRev2 .km-link {
  color: #419a3c;
}
.SearchResRev2 p.g {
  margin: 15px 0 -5px;
  font-size: 16px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  background: #e8f1f7;
  font-size: 14px;
  color: #2178b5;
  font-weight: bold;
}
.SearchResRev2 #bottom-navigation .b a:hover {
  background: #bcd6e9;
  color: #2178b5;
}
.SearchResRev2 .advsrch-link {
  font-size: 11px;
  color: #2178b5;
  margin-top: 19px;
  display: block;
  float: left;
}
.SearchResRev2 .advsrch-link:hover {
  color: #ff7600;
}
.SearchResRev2 a.closer {
  background: url(/etc/designs/oclc/images/adv-srch-close.png) no-repeat;
  width: 17px;
  height: 17px;
  float: right;
  padding: 0px;
}
.SearchResRev2 a.closer:hover {
  background: url(/etc/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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  background: #2178b5;
  font-size: 14px;
  color: #fff;
  border: none;
  text-shadow: none;
}
.SearchResRev2 .submit-adv-srch:hover {
  background: #bcd6e9;
  color: #2178b5;
}
/*! END {component-search.less} */
/*! START {component-news.less} */
h2.sub {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  color: #455560;
  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: 12px;
}
.news-trademark {
  color: #455560;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
.parbase.section.feedlink div {
  display: block;
  margin-bottom: 10px;
}
.parbase.section.feedlink div a {
  font-size: 12px;
}
.dotted-underline {
  display: block;
  float: left;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 13px 0;
  width: 100%;
}
/* Landing Page Banners */
.banner-pub {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 30px;
  overflow: auto;
  margin-bottom: 27px;
}
.banner-pub .text {
  float: left;
}
.banner-pub.blue {
  background-color: #2178b5;
  background: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #043880);
  border: solid 1px #154e76;
}
.banner-pub.orange {
  background-color: #ff7600;
  background: #ff7600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7600), to(#8e4200));
  background: -moz-linear-gradient(top, #ff7600, #8e4200);
  border: solid 1px #8e4200;
}
.banner-pub.fuschia {
  background-color: #a9316f;
  background: #a9316f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9316f), to(#700930));
  background: -moz-linear-gradient(top, #a9316f, #700930);
  border: solid 1px #700930;
}
.banner-pub.green {
  background-color: #419a3c;
  background: #419a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
  border: solid 1px #105d0e;
}
.banner-pub.violet {
  background-color: #5f4894;
  background: #5f4894;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f4894), to(#231456));
  background: -moz-linear-gradient(top, #5f4894, #231456);
  border: solid 1px #231456;
}
.banner-pub.gray {
  background-color: #455560;
  background: #455560;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#131c24));
  background: -moz-linear-gradient(top, #455560, #131c24);
  border: solid 1px #131c24;
}
.banner-pub.lightGray {
  background-color: #ccc;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d1d4d6));
  background: -moz-linear-gradient(top, #f6f6f6, #d1d4d6);
  border: solid 1px #d1d4d6;
}
.banner-pub.teal {
  background-color: #008b96;
  background: #008b96;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b96), to(#004c58));
  background: -moz-linear-gradient(top, #008b96, #004c58);
  border: solid 1px #004c58;
}
.banner-pub.red {
  background-color: #c4161c;
  background: #c4161c;
  background: -webkit-gradient(linear, left top, left bottom, from(#c4161c), to(#7a2326));
  background: -moz-linear-gradient(top, #c4161c, #7a2326);
  border: solid 1px #7a2326;
}
.banner-pub.navy {
  background-color: #16325c;
  background: #16325c;
  background: -webkit-gradient(linear, left top, left bottom, from(#16325c), to(#161534));
  background: -moz-linear-gradient(top, #16325c, #161534);
  border: solid 1px #161534;
}
.banner-pub h1 {
  color: #fff;
  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: 14px;
  font-weight: normal;
  margin: 0;
  line-height: 21px;
}
.ie8 .banner-pub h2,
.ie7 .banner-pub h2 {
  color: #fff;
}
.banner-pub.lightGray h1 {
  color: #455560;
  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: #455560;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  line-height: 21px;
}
/* Subscribe */
a.pub-subscribe {
  font-size: 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 8px 10px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: #419a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
  border: 1px solid #419a3c;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  float: right;
  margin-top: 5px;
}
a.pub-subscribe:hover {
  background: #56ac51;
  background: -webkit-gradient(linear, left top, left bottom, from(#56ac51), to(#267c24));
  background: -moz-linear-gradient(top, #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: 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 8px 10px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  background: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #043880);
  border: 1px solid #2178b5;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  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: -webkit-gradient(linear, left top, left bottom, from(#3785bc), to(#08479f));
  background: -moz-linear-gradient(top, #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;
  /* Fix for bug in list component to hide empty paragraphs */
}
.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;
}
.ie7 .list-newspr.thumbs .news-listing {
  margin-top: -23px;
}
.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: 14px;
}
.ie7 .cq-colctrl-lt2-r-c1 .list-newspr.thumbs .news-listing {
  margin-top: -23px;
}
.list-newspr.icons .news-listing {
  margin: 0 0 0 35px;
  padding: 0;
}
.ie7 .list-newspr.icons .news-listing {
  padding-left: 33px;
  margin-top: -20px;
  margin-left: 0px;
}
.list-newspr.noimg .news-listing {
  margin: 0;
  padding: 0;
}
.news-listing .news-list-stats {
  padding: 2px 0 0 0;
  margin-top: 0;
  color: #455560;
  font-size: 12px;
}
.list-newspr .thumb {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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(/etc/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: 16px;
  margin: 0;
}
.cq-colctrl-lt2-r-c1 .list-newspr h3 {
  font-size: 14px;
  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;
}
.ie7 .news-listing .ratings-results {
  display: inline;
  height: 16px;
  overflow: hidden;
}
.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: 11px;
  color: #455560;
  margin-top: 10px;
}
.news-listing .news-tags a {
  color: #455560;
}
.news-listing .news-tags a:hover {
  color: #000;
}
/* ARCHIVE BANNER
----------------- */
.archive-banner {
  margin: 0;
  padding: 0;
  border: none;
}
.archive-top-bar {
  border-top: solid 1px #a9316f;
  background: #87114e;
  height: 6px;
}
.archive-masthead {
  background: url(/etc/designs/oclc/images/archive-bg.png) repeat-x #9b2d68;
  padding: 0;
  margin: 0;
  height: 94px;
}
.statement {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 35px 0 0 0;
  text-align: center;
}
.archive-banner .cont-page {
  width: 940px;
}
.archive-banner .arrow {
  background: url(/etc/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: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  display: inline-block;
  padding: 0 18px 0 0;
}
.featured-pub-sum p.tagline {
  padding: 5px 0 12px 0;
  margin: 0;
  font-size: 14px;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  color: #fff;
}
.featured-pub a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  margin: 5px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.featured-pub-sum {
  color: #fff;
  display: block;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  margin: 5px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #043880);
}
.featured-pub.red a,
.featured-pub-sum.red {
  background: #c4161c;
  background: -webkit-gradient(linear, left top, left bottom, from(#c4161c), to(#7a2326));
  background: -moz-linear-gradient(top, #c4161c, #7a2326);
}
.featured-pub.violet a,
.featured-pub-sum.violet {
  background: #5f4894;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f4894), to(#231456));
  background: -moz-linear-gradient(top, #5f4894, #231456);
}
.featured-pub.navy a,
.featured-pub-sum.navy {
  background: #16325c;
  background: -webkit-gradient(linear, left top, left bottom, from(#16325c), to(#161534));
  background: -moz-linear-gradient(top, #16325c, #161534);
}
.featured-pub.orange,
.featured-pub-sum.orange {
  background: #ff7600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7600), to(#8e4200));
  background: -moz-linear-gradient(top, #ff7600, #8e4200);
}
.featured-pub.green,
.featured-pub-sum.green {
  background: #419a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
}
.featured-pub.fuschia,
.featured-pub-sum.fuschia {
  background: #a9316f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9316f), to(#700930));
  background: -moz-linear-gradient(top, #a9316f, #700930);
}
.featured-pub.gray,
.featured-pub-sum.gray {
  background: #455560;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#131c24));
  background: -moz-linear-gradient(top, #455560, #131c24);
}
.featured-pub.teal,
.featured-pub-sum.teal {
  background: #008b96;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b96), to(#004c58));
  background: -moz-linear-gradient(top, #008b96, #004c58);
}
.featured-pub a:hover h2 {
  text-decoration: underline;
}
.featured-pub a:hover p em {
  background: url(/etc/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: 12px;
  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(/etc/designs/oclc/images/metadata-divider.png) left no-repeat;
}
ul.post-metadata li a {
  color: #455560;
}
ul.post-metadata li a:hover {
  color: #000;
}
.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: #000 !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: #fff;
}
.jumplinkbtn,
.jumplink .ui-accordion .ui-icon {
  background-repeat: no-repeat;
}
.jumplinkbtn,
.jumplink .ui-accordion h3 {
  outline: none;
  font-weight: bold;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.jumplinkbtn {
  border: 1px solid #fff;
}
.jumplinkcontent {
  border: 1px solid #fff;
}
.ie .jumplinkbtn,
.ie .jumplinkcontent {
  border-color: #ccc;
}
.jumplink .ui-accordion h3 a,
.jumplink .ui-accordion .ui-icon {
  *display: block;
  *float: left;
}
.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('/etc/designs/oclc/images/bg-jumplink-lg.png');
  background-position: top right;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  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);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 200;
  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 0;
  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;
  *padding: 2px 12px;
  font-size: 12px;
  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('/etc/designs/oclc/images/bg-accordian-header.png');
  display: inline-block;
  text-indent: -99999px;
  top: 2px;
  *top: 0px;
}
.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: #455560;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 white;
  border: 1px solid #ddd;
  margin: 0;
  cursor: pointer;
  background: url(/etc/designs/oclc/images/show-hide-arrows-thin.png) no-repeat 10px 12px #fff;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
.show-hide-small h3.show-hide-trig {
  font-size: 14px;
  padding: 3px 3px 1px 16px;
  background: url(/etc/designs/oclc/images/show-hide-arrows-thin.png) no-repeat 4px 8px #fff;
}
h3.show-hide-trig:hover {
  color: #000;
  background-position: 10px -97px;
  background-color: #f0f0f0;
}
.show-hide-small h3.show-hide-trig:hover {
  background-position: 4px -101px;
}
h3.show-hide-trig.show-hide-open {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
  background-position: 10px -197px;
  background-color: #f0f0f0;
}
.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;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  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: 11px;
  color: #455560;
  cursor: pointer;
  text-decoration: underline;
}
.show-hide-hideall {
  display: none;
}
.show-hide-showall:hover,
.show-hide-hideall:hover {
  color: #000;
}
/*! END {component-showhide.less} */
/*! START {component-tabs.less} */
.ui-tabs .ui-tabs-panel {
  border-color: #ccc;
}
#tabs .ui-state-active a,
#tabs .ui-state-active a:link,
#tabs .ui-state-active a:visited {
  color: #000;
}
#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default {
  background: #f0f0f0;
}
#tabs .ui-state-default.ui-tabs-selected.ui-state-active {
  background: #fff;
}
.ui-tabs .ui-tabs-nav li {
  border: 0 !important;
  background: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #000;
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li a {
  font-weight: normal;
  color: #2178b5;
}
.ui-tabs .ui-tabs-nav li a:hover {
  color: #000;
}
.ui-tabs .ui-tabs-panel {
  box-shadow: none;
}
.ui-widget-header {
  border-color: #ccc;
}
/*! END {component-tabs.less} */
/*! START {component-carousel.less} */
.parsys.hero_area {
  background: #f0f0f0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #B5BBBF;
  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(/etc/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(/etc/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(/etc/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(/etc/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(/etc/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(/etc/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(/etc/designs/oclc/images/carousel-gradient-left.png) no-repeat -30px 0;
  width: 20px;
  left: 0px;
}
#carousel-gradient-right {
  background: url(/etc/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(/etc/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(/etc/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(/etc/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(/etc/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(/etc/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(/etc/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: #000;
}
/* Buttons */
.jcarousel-next-horizontal {
  display: block;
  position: absolute;
  background: url("/etc/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("/etc/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("/etc/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("/etc/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("/etc/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("/etc/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("/etc/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll -125px -615px transparent;
}
/* Not sure what this is. Cannot find the image the style call 
.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(imagex/prev-horizontal.png);
}*/
.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("/etc/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("/etc/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("/etc/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("/etc/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("/etc/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("/etc/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("/etc/designs/oclc/images/carousel-sprite-flats.png") no-repeat scroll 0 -615px transparent;
}
/* Not sure what this style does. Cannot find image this style calls 
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/etc/designs/oclc/images/next-horizontal.png);
}*/
.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;
}
.ie .carousel-banner-item-overlay {
  background: #455560;
  filter: alpha(opacity=70);
  width: 420px;
}
.parsys_column.home-content-c0 .page-content .ie .carousel-banner-item-overlay,
.parsys_column.cq-colctrl-lt5-c0 .ie .carousel-banner-item-overlay {
  width: 340px;
}
.parsys_column.home-content-c0 .page-content.no-nav .ie .carousel-banner-item-overlay {
  width: 420px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c0 .ie .carousel-banner-item-overlay {
  width: 260px;
}
.parsys_column.home-content-c0 .page-content .parsys_column.cq-colctrl-lt2-r-c1 .ie .carousel-banner-item-overlay,
.parsys_column.cq-colctrl-lt5-c1 .ie .carousel-banner-item-overlay {
  width: 180px;
}
.parsys_column.cq-colctrl-lt2-r-c0 .ie .carousel-banner-item-overlay {
  width: 420px;
}
.parsys_column.cq-colctrl-lt2-r-c1 .ie .carousel-banner-item-overlay {
  width: 260px;
}
.parsys_column.home-content-c0 .page-content.no-nav .parsys_column.cq-colctrl-res-home-c0 .ie .carousel-banner-item-overlay {
  width: 365px;
}
.slide-title {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 24px;
  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: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  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: 12px;
}
p.slide-desc {
  margin-bottom: 10px;
  font-family: sans-serif;
  margin-top: 10px;
}
a.cq-carousel-link {
  color: #FFFFFF;
  display: block;
  font-family: Georgia, serif;
  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("/etc/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("/etc/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 #ccc;
  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: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  line-height: 30px;
  text-decoration: none;
  letter-spacing: .75px;
}
.nextspace.meta a.cq-carousel-link .slide-title {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.nextspace .cq-carousel-link p.slide-path {
  margin-bottom: -5px;
  text-decoration: underline;
  font-style: italic;
  font-size: 12px;
  color: #fff;
}
.nextspace .cq-carousel-link p.slide-desc {
  margin-bottom: 10px;
  font-family: sans-serif;
  margin-top: 10px;
  color: #fff;
}
/*  BEGIN CUSTOM RESEARCH STYLES FOR HOMEPAGE*/
.research-home .parsys.hero_area .jcarousel-next-horizontal {
  background: url("/etc/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("/etc/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 #ccc;
  font-size: 16px !important;
  padding: 15px 0 0 0;
}
.memberstory-products-used {
  background: #EEF4F9;
  border: 3px solid #deebf4;
  border-radius: 4px;
  padding: 15px;
}
.memberstory-products-used h3 {
  color: #000;
  font-size: 18px;
}
.memberstory-products-used p {
  font-size: 14px !important;
  line-height: 21px;
  margin: 0 0 5px 0;
}
.memberstory .story-title {
  font-size: 48px;
  letter-spacing: -3px;
  margin: 0 0 25px -3px;
}
.memberstory .library-name {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 32px;
  letter-spacing: -1px;
  color: #419a3c;
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #808080;
  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: 18px;
  line-height: 18px;
  letter-spacing: 0px;
}
#userprofile #displayName_0_wrapper,
#userprofile h2.user-name {
  font-family: Helvetica, Arial, 'Arial Unicode MS', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0px;
}
#userprofile #email_0_wrapper,
#userprofile p.emailaddress {
  font-size: 21px;
  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 .institutionsData {
  *zoom: 1;
}
#userprofile .user-data-label,
#userprofile label {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  color: #455560;
}
#userprofile .user-data,
#userprofile .form_rightcol_wrapper {
  font-size: 16px;
  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: 14px !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: #2178b5 !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: 12px;
  line-height: 16px;
  color: #455560;
  background: #e3e6e7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-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: 16px;
  font-weight: bold;
  line-height: 20px;
}
/* Subscriptions edit and user activities */
.subscriptionlist h2,
#subscriptions_and_activities h2 {
  margin: 0 0 14px;
  font-family: Helvetica, Arial, 'Arial Unicode MS', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold !important;
  letter-spacing: 0;
  color: #000 !important;
}
.subscriptionlist ul.user-subscribed-forums {
  margin-left: 0;
}
.subscriptionlist ul.user-subscribed-forums li {
  list-style-type: none;
  font-size: 16px;
}
.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 #ccc;
}
#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: Helvetica, Arial, 'Arial Unicode MS', sans-serif !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: 14px !important;
  line-height: 21px !important;
  color: #000 !important;
}
.useractivities .entry_container .entry_item_title {
  color: #455560 !important;
}
/*! END {component-discussions.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 #f0f0f0;
    border-bottom: 1px solid #ccc;
  }
  .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: 12px;
    color: #455560;
    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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .universal-nav img.oclc-logo {
    margin-top: 10px;
  }
  /* Search box */
  .search {
    background: #f0f0f0;
    overflow: auto;
    position: absolute;
    top: 40px;
    width: 100%;
  }
  .search-box {
    margin: 0 0 8px 0 !important;
    padding: 10px;
  }
  #search-terms {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(1, #e2e2e2));
    background-image: -moz-linear-gradient(center bottom, #ffffff 85%, #e2e2e2 100%);
  }
  /* 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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .gateway-regions p.gateway-visible {
    background: #f0f0f0 !important;
    height: auto;
    border-bottom: 1px solid #ccc !important;
  }
  .gateway-region-sites {
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
  }
  /* Universal links */
  .universal-links {
    padding: 10px;
    position: absolute;
    top: 315px;
    z-index: 10;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-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: #2178b5 !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;
    -moz-box-sizing: border-box;
    -webkit-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(/etc/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(/etc/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(/etc/designs/oclc/images/mobile-menu-icon.png) no-repeat;
    overflow: hidden;
  }
  #mobile-menu.mobile-show {
    background-position: 0 -55px;
  }
  /* Breadcrumbs */
  .cont-page.crumbs-tools {
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }
  .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: 18px !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: 14px;
  }
  .srch-tab-list li.label {
    font-size: 12px;
  }
  .srch-tab-list li.label2 {
    font-size: 12px;
  }
  .resultssearchedfor {
    padding-left: 5px;
    font-size: 12px;
  }
  .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: 11px;
  }
  .SearchResRev2 #bottom-navigation .b a {
    padding: 10px 5px 8px;
    font-size: 11px;
  }
  .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;
  }
  .crumbs-tools {
    width: 940px;
    float: left;
  }
  .breadcrumbs {
    width: 980px;
  }
  #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: .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 #455560;
    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: #000;
    border-top: 1px dotted #455560;
    border-bottom: 1px dotted #455560;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
  }
  .copyright a:link,
  .copyright a:visited {
    color: #ccc;
    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 #455560;
    background: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #455560;
  }
  span.text-pageintro {
    border-bottom: 1px dotted #455560 !important;
  }
  .pills,
  #pill-nav {
    display: none;
  }
  .comment {
    border: 1px solid #455560;
  }
  .el-month {
    text-shadow: none;
    color: #000;
    border-color: #000;
  }
  .el-day {
    border: 1px solid #000;
  }
}
/*! END {print.less} */
/* User selectable styles for RTE. */
/* Research Text Styles for homepage Colored Higlight Boxes and Activity Highlight box */
span.text-hbox-hdr-demo {
  font-size: 14px;
  font-weight: bold;
  font-family: ;
  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: #16651a;
}
.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: #ffebd9;
  border: solid 1px #ffd6b2;
  color: #6b5838;
}
.act-alert.alert-fuschia {
  background-color: #f2e0ea;
  border: solid 1px #e5c1d4;
  color: #a9316f;
}
.act-alert.alert-blue {
  background-color: #deebf4;
  border: solid 1px #bcd6e9;
  color: #034ea2;
}
.act-alert.alert-violet {
  background-color: #e7e4ef;
  border: solid 1px #cfc8df;
  color: #5f4894;
}
.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: 11px;
  color: #455560;
}
span.text-large {
  font-size: 18px;
  line-height: 26px;
}
span.text-small {
  font-size: 12px;
  line-height: 17px;
}
span.footnote {
  font-style: italic;
  color: #455560;
}
span.text-strike {
  color: #6a7780;
  text-decoration: line-through;
}
span.text-gray {
  color: #455560;
}
span.text-green {
  color: #419a3c;
}
span.text-orange {
  color: #ff7600;
}
span.text-purple {
  color: #5f4894;
}
span.text-fuchsia {
  color: #a9316f;
}
span.text-blue {
  color: #2178b5;
}
span.text-teal {
  color: #008b96;
}
span.text-caption {
  font-size: 11px;
  line-height: 15px;
  color: #455560;
}
table.mailspecial h2 span.text-gray {
  color: #455560;
}
table.mailspecial h2 span.text-green {
  color: #419a3c;
}
table.mailspecial h2 span.text-orange {
  color: #ff7600;
}
table.mailspecial h2 span.text-violet {
  color: #5f4894;
}
table.mailspecial h2 span.text-fuchsia {
  color: #a9316f;
}
table.mailspecial h2 span.text-blue {
  color: #2178b5;
}
table.mailspecial h2 span.text-teal {
  color: #008b96;
}
/* OCLC.org */
span.text-pageintro {
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 17px;
  color: #455560;
  line-height: 24px;
  border-bottom: 1px dotted #81888D;
  display: block;
  padding: 0 0 18px 0;
}
span.photo-credit {
  font-size: 10px;
  color: #455560;
  margin: -2px 0 0 0;
  display: block;
}
/* Links that look like buttons */
span.link-btn-blue a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #2178b5;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-blue a:visited {
  color: #fff !important;
}
span.link-btn-blue a:hover {
  background: #ff7600 !important;
}
span.link-btn-green a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #419a3c;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-green a:visited {
  color: #fff !important;
}
span.link-btn-green a:hover {
  background: #ff7600 !important;
}
span.link-btn-lightgray a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #455560;
  text-decoration: none;
  background: #ccc;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-lightgray a:visited {
  color: #455560 !important;
}
span.link-btn-lightgray a:hover {
  background: #455560 !important;
  color: #fff;
}
span.link-btn-violet a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #5f4894;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-violet a:visited {
  color: #fff !important;
}
span.link-btn-violet a:hover {
  background: #ff7600 !important;
}
span.link-btn-fuchsia a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #a9316f;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-fuchsia a:visited {
  color: #fff !important;
}
span.link-btn-fuchsia a:hover {
  background: #ff7600 !important;
}
span.link-btn-gray a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #455560;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-gray a:visited {
  color: #fff !important;
}
span.link-btn-gray a:hover {
  background: #ff7600 !important;
}
span.link-btn-teal a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #008b96;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 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: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #c4161c;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-red a:visited {
  color: #fff !important;
}
span.link-btn-red a:hover {
  background: #ff7600 !important;
}
span.link-btn-navy a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #16325c;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
span.link-btn-navy a:visited {
  color: #fff !important;
}
span.link-btn-navy a:hover {
  background: #ff7600 !important;
}
span.link-btn-orange a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #ff7600;
  padding: 10px 25px 10px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 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(/etc/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: #455560;
  font-size: 12px;
  line-height: 17px;
}
span.small-gray-link a:hover {
  color: #000;
}
.sidebar-header {
  border-bottom: 1px dotted #808080;
  color: #455560;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 9px;
  padding: 0 0 6px;
  text-transform: none;
  display: block;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  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: 12px;
  color: #455560;
}
.link-more a:hover {
  color: #000;
}
.seealso-title {
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: block;
}
.seealso-date {
  font-size: 11px;
  margin: 0;
  line-height: 15px;
  display: block;
}
.seealso-details {
  color: #455560;
  padding: 3px 0 0 0;
  margin: 0;
  line-height: 18px;
  display: block;
  color: #000;
}
.seealso-url {
  padding: 5px 0 0 0;
  margin: 0;
  display: block;
}
.seealso-url a,
.seealso-url a:link {
  font: normal 12px sans-serif;
  color: #455560;
  text-decoration: none;
}
.seealso-url a:visited {
  color: #455560;
  text-decoration: none;
}
.seealso-url a:hover {
  color: #ff7600;
  text-decoration: underline;
}
.arrowbox-link {
  display: block;
  background: url(/etc/designs/oclc/oclc-webjunction/images/quicklinks-arrow.png) no-repeat 0 6px;
  padding: 4px 0 0 16px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  margin: 4px 0 0 0;
  color: #2178b5;
}
/* 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 OCLC.org */
html {
  background: #f0f0f0;
}
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: 14px;
  color: #455560;
  border-bottom: 1px dotted #808080;
  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: 12px;
  line-height: 18px;
}
div.cq-colctrl-lt2-r-c1 ul {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 18px 15px;
}
div.cq-colctrl-lt2-r-c1 .list ul {
  margin: 0;
}
div.cq-colctrl-lt2-r-c1 ul li {
  margin: 0 0 3px 0;
  font-size: 12px;
}
div.cq-colctrl-lt2-r-c1 hr {
  margin: 18px 0;
}
/* UNIVERSAL NAV */
.universal-nav img.oclc-logo {
  margin: 20px 0 0 0;
}
/* SEARCH BOX */
.search-box {
  float: right;
  clear: right;
  margin: 12px 10px 15px 0;
}
#search-terms {
  color: #455560;
  border: 1px solid #cfcfcf;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px;
  height: 14px;
  width: 250px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #f5f5f5), color-stop(1, #e2e2e2));
  background-image: -moz-linear-gradient(center bottom, #f5f5f5 85%, #e2e2e2 100%);
  float: left;
}
#advanced-search {
  display: none;
}
#submit-search {
  float: left;
  background: url(images/search-icon.png) no-repeat 6px 8px #f7f7f7;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #cfcfcf;
  border-left: none;
  height: 32px;
  width: 30px;
}
#submit-search:hover {
  background: url(images/search-icon.png) no-repeat 6px -31px #fff;
}
/* OCLC MAIN COLOR STYLE OVERRRIDES FOR ADVANCED SEARCH PAGE */
/* IE Fixes */
.ie8 nav ul li a:link,
.ie7 nav ul li a:link {
  padding: 12px 18px 12px 19px;
}
.ie8 nav ul li a:hover,
.ie7 nav ul li a:hover {
  background: #242e35;
}
.ie8 nav ul li.active a:hover,
.ie7 nav ul li.active a:hover {
  background: #fff;
}
.ie8 #search-terms,
.ie7 #search-terms,
.ie9 #search-terms {
  background: url(../forms/images/ie-input-bg-gray.png) repeat-x #f0f0f0;
}
.ie8 #submit-search,
.ie7 #submit-search,
.ie9 #submit-search,
.ie8 input[type="submit"]#submit-search,
.ie7 input[type="submit"]#submit-search,
.ie9 input[type="submit"]#submit-search {
  background: url(images/ie-search-icons.png) -87px -1px #f0f0f0;
  filter: none;
}
.ie8 #submit-search:hover,
.ie7 #submit-search:hover,
.ie9 #submit-search:hover,
.ie8 input[type="submit"]#submit-search:hover,
.ie7 input[type="submit"]#submit-search:hover,
.ie9 input[type="submit"]#submit-search:hover {
  background: url(images/ie-search-icons.png) -87px -40px #f0f0f0;
  filter: none;
}
.ie7 .searchpg-lgsearch #submit-search,
.ie8 .searchpg-lgsearch #submit-search,
.ie9 .searchpg-lgsearch #submit-search,
.ie8 .searchpg-lgsearch input[type="submit"]#submit-search,
.ie7 .searchpg-lgsearch input[type="submit"]#submit-search,
.ie9 .searchpg-lgsearch input[type="submit"]#submit-search {
  float: left;
  background: url(images/srch-mag-btn.png) no-repeat;
  border: none;
  height: 40px;
  width: 40px;
  margin: 5px 15px 0px 10px;
  box-shadow: none !important;
}
.ie7 .searchpg-lgsearch #submit-search:hover,
.ie8 .searchpg-lgsearch #submit-search:hover,
.ie9 .searchpg-lgsearch #submit-search:hover,
.ie8 .searchpg-lgsearch input[type="submit"]#submit-search:hover,
.ie7 .searchpg-lgsearch input[type="submit"]#submit-search:hover,
.ie9 .searchpg-lgsearch input[type="submit"]#submit-search:hover {
  background: url(images/srch-mag-btn-blue.png) no-repeat;
}
.ie8 nav #dropnav-content ul li a:link,
.ie7 nav #dropnav-content ul li a:link,
.ie8 #dropnav-content a:link,
.ie7 #dropnav-content a:link {
  padding: 0;
}
.ie7 .section.searchresults {
  margin-top: -7px;
}
/* HOME PAGE */
.homepage.theme-green h1 {
  color: #419a3c;
}
.homepage.theme-violet h1 {
  color: #5f4894;
}
.homepage.theme-blue h1 {
  color: #2178b5;
}
.homepage.theme-navy h1 {
  color: #16325c;
}
.homepage.theme-orange h1 {
  color: #ff7600;
}
.homepage.theme-fuschia h1 {
  color: #a9316f;
}
.homepage.theme-red h1 {
  color: #c4161c;
}
.homepage .crumbs-tools {
  display: none;
}
.home-liner {
  font-family: "ff-meta-web-pro";
  font-size: 34px;
  text-align: center;
  line-height: 42px;
  letter-spacing: -1.5px;
  margin: 0 auto 35px auto;
}
/* Carousel */
.homepage #carousel {
  width: 950px;
  margin-left: -4px;
  height: 310px;
}
.homepage #carousel ul {
  margin: 0;
  padding: 0;
}
.homepage #carousel ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
  width: 940px;
}
.homepage .carousel.section {
  margin-bottom: 30px;
}
.homepage .jcarousel-list {
  margin-left: 4px !important;
}
.homepage #carousel ul li.jcarousel-item {
  margin: 0 22px 0 0;
}
.homepage .jcarousel-container {
  margin-left: -1px;
}
.homepage .carousel-banner-item-overlay {
  padding: 20px 170px;
  text-align: center;
  width: 600px;
}
.homepage .slide-title {
  font-size: 36px;
  text-align: center;
  line-height: 42px;
}
.homepage #carousel-gradient-left,
.homepage #carousel-gradient-right {
  display: none;
}
.homepage .jcarousel-prev-horizontal {
  left: -15px;
}
.homepage .jcarousel-next-horizontal {
  right: -17px;
}
.homepage a.cq-carousel-link {
  width: 940px;
}
.homepage .next-steps li {
  font-size: 14px;
}
.homepage .parsys.hero_area {
  margin-top: -13px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #ffffff;
}
#homepage-hero {
  background: url(images/homepage-hero-arrow.png) bottom no-repeat #FFFFFF;
  padding: 20px 0 15px 0 !important;
}
#homepage-hero-banner {
  width: 940px;
  float: none;
  margin: 0 auto;
}
#homepage-hero-text {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  width: 940px;
  float: none;
  margin: 0 auto;
}
#homepage-hero-text h1 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1.5px;
}
#homepage-videos p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#homepage-videos .section {
  margin: 0;
}
#homepage-news .textimage {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 18px 0;
}
#homepage-news .textimage .text {
  padding: 0 0 0 157px;
}
#homepage-news .textimage p {
  font-size: 12px;
  line-height: 18px;
}
#homepage-news h4,
#homepage-news .list-upcoming-events h3,
#homepage-news .list-newspr h2 {
  color: #455560;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  border-bottom: 1px dotted #455560;
  margin: 0 0 9px 0;
  padding: 0 0 6px 0;
  letter-spacing: 0;
  line-height: 21px;
}
#homepage-news .next-steps li {
  font-size: 12px;
  margin-bottom: 4px;
}
#homepage-news .list-newspr .news-listing {
  border-bottom: 1px dotted #CCCCCC;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
#homepage-news .list-newspr li {
  margin: 0;
}
#homepage-news .news-listing h3 {
  font-size: 14px;
}
#homepage-news h4,
#homepage-news .list-upcoming-events h3,
#homepage-news .list-newspr h2 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
  letter-spacing: 0;
  font-family: "ff-meta-web-pro", sans;
}
.list-ue-eventtitle {
  font-weight: normal;
}
.list h2,
.list h3 {
  font-weight: normal;
}
.homepage .interior-content {
  margin: 0 !important;
}
#homepage-features {
  width: 940px;
  margin: 0 auto 0 auto;
  float: none;
  position: relative;
}
div.parsyscolumncontrol #homepage-features .cq-colctrl-lt2-c1 > .parsys,
div.parsyscolumncontrol #homepage-features .parsys_column > .parsys,
div.parsyscolumncontrol #homepage-features .cq-colctrl-lt2-c2 > .parsys {
  padding: 0 2px 0 0;
}
div.parsyscolumncontrol #homepage-features .cq-colctrl-lt2-c2 {
  width: 33%;
}
#homepage-features img {
  border: none;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#homepage-features .cq-colctrl-lt2-c0 img {
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
}
#homepage-features .cq-colctrl-lt2-c2 img {
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}
#homepage-features p {
  margin: 0;
}
#homepage-features p.feature-text {
  padding: 0 15px;
  text-align: center;
}
#homepage-segments {
  width: 960px;
  margin: 0 auto;
  float: none;
}
#highlightbox-feature {
  color: #fff;
}
#highlightbox-feature img {
  border-radius: 0;
  border: none;
  padding: 0;
}
#highlightbox-feature .text {
  padding: 30px 30px 15px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
}
#highlightbox-feature div.section {
  margin: 0;
}
#highlightbox-feature .cq-colctrl-lt0-c0 img {
  margin: 0 0 -5px 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.homepage .new.section,
#homepage-hero div.parsyscolumncontrol.section {
  margin: 0;
}
.hero_area div.parsyscolumncontrol {
  margin: 0 0 2px 0 !important;
}
.homepage .parsys.hero_area {
  background: none;
  box-shadow: none;
  border: none;
}
.parbase.image.section img.img-nobrdr {
  border-radius: 0;
}
.ie7 .hero_area.parsys {
  margin-top: -26px;
}
/* BLOG LANDING PAGE */
#blog-landing .cq-colctrl-lt2a-c2 h3,
#profile-blog-posts .cq-colctrl-lt2-r-c1 h3 {
  color: #455560;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 9px 0;
  padding: 0 0 9px 0;
  font-size: 14px;
}
#blog-landing .cq-colctrl-lt2a-c2 ul,
#profile-blog-posts .cq-colctrl-lt2-r-c1 ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #455560;
  margin: 0 0 18px 0;
}
#blog-landing .cq-colctrl-lt2a-c2 li,
#profile-blog-posts .cq-colctrl-lt2-r-c1 li {
  list-style-type: none;
  margin: 0 0 5px 0;
}
#blog-landing .cq-colctrl-lt2a-c2 .section,
#profile-blog-posts .cq-colctrl-lt2-r-c1 .section {
  margin: 0 0 27px 0;
}
.blog-author-list img {
  padding: 1px;
  background: #fff;
  border-bottom: 1px dotted #ccc;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
/* RATINGS AND COMMENTS */
.rating-form-block {
  border: 1px solid #cce0ee;
  background-color: #e8f1f7;
}
.rating-form-block h2 {
  color: #2178b5;
}
/* QUICKLINKS */
.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;
}
/* Staff Directory Search */
ul.list-profiles.staff-directory-results li {
  min-height: 40px;
}
section.staff-search-block {
  display: block;
  overflow: auto;
}
#submit-staff-search {
  background: url(images/staff-search.png) no-repeat 7px 7px #e4e8ea;
  text-indent: -9999px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 2px solid #adb1b3;
  border-left: none;
  margin-left: -4px;
}
.ie8 #submit-staff-search,
.ie7 #submit-staff-search,
.ie9 #submit-staff-search,
.ie8 input[type="submit"]#submit-staff-search,
.ie7 input[type="submit"]#submit-staff-search,
.ie9 input[type="submit"]#submit-staff-search {
  background: url(images/ie-staff-search.png) no-repeat -5px -4px #e4e8ea;
}
#submit-staff-search:hover {
  background: url(images/staff-search.png) no-repeat 7px 7px #F7F7F7;
}
#staff-search-terms {
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #adb1b3;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #455560;
  padding: 10px;
  height: 21px;
  width: 330px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(1, #E2E2E2));
  background-image: -moz-linear-gradient(center bottom, #ffffff 85%, #E2E2E2 100%);
}
.staff-resultssearchedfor {
  margin-bottom: 20px;
  font-size: 16px;
}
.staff-resultssearchedfor .sub-text {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.staff-resultssearchedfor a.return {
  font-size: 11px;
  color: #455560;
}
.staff-resultssearchedfor a.return:hover {
  font-size: 11px;
  color: #000;
}
/* OCLC FIND A LIBRARY List ROWS*/
.list-findlib ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}
.list-findlib ul li {
  margin: 0;
  padding: 10px 15px;
  list-style-type: none;
  vertical-align: top;
  overflow: auto;
  display: block;
  width: 95.5%;
}
.list-findlib ul li:nth-child(odd) {
  background-color: #f0f0f0;
}
.list-findlib ul li:nth-child(even) {
  background-color: #fff;
}
.list-findlib ul li:first-child {
  background-color: #808080;
  color: #fff;
}
.list-findlib .findlib-result {
  margin: 0 0 0 18px;
}
.list-findlib .findlib-result .search-var {
  font-weight: bold;
  color: #ff7600;
}
.list-findlib .findlib-result .search-var a {
  font-weight: bold;
  color: #ff7600;
}
.list-findlib p.findlib-sym {
  font-weight: bold;
  padding-right: 10px;
  width: 12%;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.list-findlib ul li:first-child p.findlib-sym {
  font-weight: normal;
}
.list-findlib p.findlib-type {
  padding-right: 10px;
  width: 28%;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.list-findlib p.findlib-add {
  padding-right: 10px;
  width: 38%;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.list-findlib p.findlib-add .name {
  text-transform: uppercase;
  font-weight: bold;
}
.list-findlib p.findlib-mem {
  width: 16%;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
#find-lib-inst-name {
  width: 430px;
}
#find-lib-symbol,
#find-lib-city,
#find-lib-zip,
#find-lib-state,
#find-lib-country {
  width: 195px;
}
#find-lib1 .parsys_column.cq-colctrl-lt0-c0,
#find-lib2 .parsys_column.cq-colctrl-lt0-c0 {
  width: 49%;
}
#find-lib1 .parsys_column.cq-colctrl-lt0-c1,
#find-lib2 .parsys_column.cq-colctrl-lt0-c1 {
  width: 49%;
}
/* OAIster Contributors */
.oaister-alpha {
  margin: 0 auto 21px 0;
  padding: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e8e8e8;
  padding: 2px 3px 3px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 100%;
}
.oaister-alpha a,
.oaister-alpha a:visited {
  text-decoration: none;
  padding: 5px;
  display: inline-block;
  color: #2178b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.oaister-alpha a:hover {
  background: #fff;
}
.oaister-alpha strong {
  background: #455560;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 20px 0 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.oaister-contributors h3 {
  font-size: 14px;
  margin: 0;
  padding: 7px 0 5px 17px;
  line-height: 24px;
  border-bottom: 1px dotted #ccc;
}
.oaister-contributors h3.oai-show-hide {
  background: url("../images/faq-arrows.png") no-repeat scroll 4px 12px transparent;
  cursor: pointer;
  color: #2178b5;
}
.oaister-contributors h3.oai-show-hide:hover {
  color: #ff7600;
  background: url("../images/faq-arrows.png") no-repeat scroll 4px -24px transparent;
}
.oaister-contributors h3.oai-open {
  background: url("../images/faq-arrows.png") no-repeat scroll 3px -63px transparent;
  border-bottom: none;
}
.oaister-contributors h3.oai-open:hover {
  background: url("../images/faq-arrows.png") no-repeat scroll 3px -98px transparent;
}
.oai-content {
  padding: 0 17px;
  border-bottom: 1px dotted #ccc;
}
.oaister-contributors dl {
  font-size: 12px;
  line-height: 18px;
  border-left: 4px solid #f0f0f0;
  margin: 0 0 18px 2px;
  padding: 0 0 0 15px;
}
.oaister-contributors dl dt {
  font-weight: bold;
  color: #455560;
}
.oaister-contributors dl dd {
  padding: 0;
  margin: 0 0 9px 0;
}
.oai-content-start {
  border-bottom: 1px dotted #ccc;
}
.oai-content-end {
  margin: 0 0 24px 0;
}
/* WorldCat Facts and Statistics */
#worldcat-facts p,
#worldcat-facts h3,
#worldcat-facts a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#worldcat-facts h3 {
  font-size: 32px;
  line-height: 28px;
}
#worldcat-facts .parsyscolumncontrol.section {
  margin: 0 0 10px 0;
}
#worldcat-facts div.parsyscolumncontrol .cq-colctrl-lt2-c1 > .parsys,
#worldcat-facts div.parsyscolumncontrol .cq-colctrl-lt2-c2 > .parsys,
#worldcat-facts div.parsyscolumncontrol .cq-colctrl-lt3-c2 > .parsys {
  padding-left: 10px;
}
#worldcat-facts .section.text {
  margin: 0;
  padding: 20px;
  width: auto;
  background: #c4161c;
  min-height: 220px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 3px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#worldcat-facts .cq-colctrl-lt0-c0 .section.text {
  background: #419a3c;
}
#worldcat-facts .cq-colctrl-lt0-c1 .section.text {
  background: #2178b5;
}
#worldcat-facts .cq-colctrl-lt2-c0 .section.text {
  background: #455560;
}
#worldcat-facts .cq-colctrl-lt2-c1 .section.text {
  background: #c4161c;
}
#worldcat-facts .cq-colctrl-lt2-c2 .section.text {
  background: #ff7600;
}
#worldcat-facts .cq-colctrl-lt3-c0 .section.text {
  background: #a9316f;
}
#worldcat-facts .cq-colctrl-lt3-c1 .section.text {
  background: #5f4894;
}
#worldcat-facts .cq-colctrl-lt3-c2 .section.text {
  background: #16325c;
}
/* News & Events section page */
#news-events-section-list h2,
#news-events-section-list .list-upcoming-events h3 {
  font-size: 18px;
  border-bottom: 1px dotted #455560;
  padding: 0 0 7px 0;
  margin: 0 0 9px 0;
  line-height: 21px;
}
#news-events-section-list .news-listing {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
#news-events-section-list .list-newspr {
  padding: 0;
}
#news-events-section-list .list-newspr li {
  margin: 0;
}
#news-events-section-list .list-newspr h3 {
  font-size: 14px;
}
#news-events-section-follow .textimage {
  background: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  border-top: 1px solid #ddd;
  padding: 15px 0 0 0;
}
#news-events-section-follow .textimage .image {
  margin: 0 10px 0 15px;
}
#news-events-section-follow .textimage .text {
  padding: 17px 15px 0px 0;
}
#news-events-section-recents {
  margin-top: 8px;
}
#news-events-section-recents .textimage .image {
  margin-bottom: 0;
}
#news-events-section-recents .textimage {
  margin: 0 0 12px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ccc;
}
#news-events-section-recents p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 9px 0;
}
#news-events-section-recents .list-recent-videos .list-rv-videodetails {
  width: auto;
  margin: 0;
}
/* Products A-Z list */
#products-az .list-generic-page ul li {
  margin: 0;
  padding: 10px 15px;
  border-color: #ddd;
}
#products-az .list-generic-page ul li:nth-child(even) {
  background: #f5f5f5;
}
#products-az .list-generic-page ul li:nth-child(odd) {
  background: #f0f0f0;
}
#products-az .list-generic-page p.page-desc {
  padding: 0;
  color: #455560;
}
#products-az .list-generic-page h3 {
  font-size: 16px;
}
#productlist-az ul.list-profiles li {
  background: none;
  float: none;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
#productlist-az .cq-colctrl-lt6-c1 ul.list-profiles li {
  width: 100%;
}
#productlist-az ul.list-profiles h3 {
  font-size: 24px !important;
  line-height: 28px;
  margin: 0;
}
#productlist-az ul.list-profiles p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
#productlist-az div.parsyscolumncontrol .cq-colctrl-lt6-c0 > .parsys {
  padding-right: 20px;
}
/* Find local representative */
#people-results ul.list-profiles li {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 15px 0 5px 0;
  border-top: 1px solid #ccc;
  margin: 0;
}
/* Membership */
.membership-reports-list .list-generic-page .page-info {
  margin: 0 0 0 78px;
}
.membership-reports-list .list-generic-page .thumb {
  width: auto;
}
.membership-reports-list .list-generic-page h2 {
  border-bottom: 1px dotted #455560;
  padding: 20px 0 10px 0;
  margin: 0 0 20px 0;
}
/* OCLC eNews custom manual styles */
.list-manual-events {
  padding: 0;
  margin: 0 0 18px 0;
}
div.cq-colctrl-lt2-r-c1 .list-manual-events ul {
  margin: 0;
  padding: 0;
}
div.cq-colctrl-lt2-r-c1 .list-manual-events ul li {
  list-style-type: none;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
div.cq-colctrl-lt2-r-c1 .list-manual-events ul li a {
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
div.cq-colctrl-lt2-r-c1 .list-manual-events ul li .list-ue-eventdate {
  font-size: 11px;
  background: url(../images/icon-event-sm.png) no-repeat left;
  padding: 2px 0 0 20px;
  margin: 0;
  color: #455560;
}
div.cq-colctrl-lt2-r-c1 .list-manual-events ul li .list-ue-eventtitle {
  font-size: 14px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif !important;
  font-weight: bold;
  margin: 3px 0;
  letter-spacing: 0;
  line-height: 20px;
}
div.cq-colctrl-lt2-r-c1 .list-manual-events p.list-ue-eventdescription {
  font-size: 11px;
  margin: 0 0 3px 0;
  line-height: 15px;
}
.list-newspr.noimg.enews-sidebar h3 a.title {
  font-size: 12px;
}
/* END of OCLC eNews custom manual styles */
/* Column Controls - Will want to add these to base.css */
/*---- 2 columns, auto width for stacking items horizontally */
div.parsyscolumncontrol .cq-colctrl-2auto-c0 {
  width: auto;
}
div.parsyscolumncontrol .cq-colctrl-2auto-c1 {
  width: auto;
}
div.parsyscolumncontrol .cq-colctrl-2auto-c1 > .parsys {
  padding: 0 0 0 10px;
}
/*---- 3 columns, auto width for stacking items horizontally */
div.parsyscolumncontrol .cq-colctrl-3auto-c0 {
  width: auto;
}
div.parsyscolumncontrol .cq-colctrl-3auto-c1 {
  width: auto;
}
div.parsyscolumncontrol .cq-colctrl-3auto-c1 > .parsys {
  padding: 0 0 0 8px;
}
div.parsyscolumncontrol .cq-colctrl-3auto-c2 {
  width: auto;
}
div.parsyscolumncontrol .cq-colctrl-3auto-c2 > .parsys {
  padding: 0 0 0 18px;
}
/* User Profiles */
#member-profile-view div.form-row,
#member-profile-view div.form_row {
  border-radius: none;
  margin: 0;
  padding: 0;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
#member-profile-view img {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 97%;
}
#member-profile-view label {
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 4px 0;
  font-size: 11px;
  text-transform: uppercase;
}
#member-profile-view #profile_view_givenName,
#member-profile-view #profile_view_familyName {
  color: #000;
}
#member-profile-view .optionalinfo div.form_row {
  margin-bottom: 13px;
}
#profile-edit-buttons {
  margin-top: -25px;
}
.organization.section div.form-row {
  margin-bottom: 13px;
}
.section-header {
  font-size: 56px;
}
/* Product Pages */
.product-page div.section.header,
.product-page div.section.customjavascript,
.product-page div.new.section {
  margin: 0;
}
.product-page .hero_area .pills.section {
  margin: 0 0 -20px 0;
}
.product-page.theme-blue.TabbedPills ul#pill-nav li a {
  color: #2178b5 !important;
}
.product-page.theme-green.TabbedPills ul#pill-nav li a {
  color: #419a3c !important;
}
.product-page.theme-orange.TabbedPills ul#pill-nav li a {
  color: #ff7600 !important;
}
.product-page.theme-violet.TabbedPills ul#pill-nav li a {
  color: #5f4894 !important;
}
.product-page.theme-fuschia.TabbedPills ul#pill-nav li a {
  color: #a9316f !important;
}
.product-page.theme-navy.TabbedPills ul#pill-nav li a {
  color: #16325c !important;
}
.product-page.theme-red.TabbedPills ul#pill-nav li a {
  color: #c4161c !important;
}
.product-page.theme-teal.TabbedPills ul#pill-nav li a {
  color: #008B96 !important;
}
.product-page.theme-gray.TabbedPills ul#pill-nav li a {
  color: #455560 !important;
}
.product-page.TabbedPills ul#pill-nav li a:hover {
  color: #000 !important;
}
.product-page.TabbedPills ul#pill-nav li a.pill-nav-active {
  color: #000 !important;
}
#product-intro {
  width: 940px;
  float: none;
  margin: 0 auto;
  text-shadow: 0 1px 0 #fff;
  padding: 20px 0 0 0!important;
}
.product-page .parsys.hero_area {
  border-top: 0;
  padding-bottom: 0;
  margin: 0 0 5px 0;
}
.product-page.theme-blue .parsys.hero_area {
  background: #e8f1f7;
}
.product-page.theme-green .parsys.hero_area {
  background: #ecf5eb;
}
.product-page.theme-orange .parsys.hero_area {
  background: #fff1e5;
}
.product-page.theme-violet .parsys.hero_area {
  background: #efecf4;
}
.product-page.theme-fuschia .parsys.hero_area {
  background: #f6eaf0;
}
.product-page.theme-navy .parsys.hero_area {
  background: #e7eaee;
}
.product-page.theme-red .parsys.hero_area {
  background: #f9e7e8;
}
.product-page.theme-teal .parsys.hero_area {
  background: #e5f3f4;
}
.product-page.theme-gray .parsys.hero_area {
  background: #eceeef;
}
.product-action-main a {
  padding: 12px 15px 10px 15px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin: 9px 0 18px 0;
  -webkit-transition: background 0.15s ease-in;
  -moz-transition: background 0.15s ease-in;
  -o-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
}
.theme-blue .product-action-main a {
  background: #2178b5;
}
.theme-blue .product-action-main a:hover {
  color: #2178b5;
  background: #deebf4;
}
.theme-green .product-action-main a {
  background: #419a3c;
}
.theme-green .product-action-main a:hover {
  color: #419a3c;
  background: #e3f0e2;
}
.theme-orange .product-action-main a {
  background: #ff7600;
}
.theme-orange .product-action-main a:hover {
  color: #ff7600;
  background: #ffebd9;
}
.theme-violet .product-action-main a {
  background: #5f4894;
}
.theme-violet .product-action-main a:hover {
  color: #5f4894;
  background: #e7e4ef;
}
.theme-fuschia .product-action-main a {
  background: #a9316f;
}
.theme-fuschia .product-action-main a:hover {
  color: #a9316f;
  background: #d3e4f0;
}
.theme-navy .product-action-main a {
  background: #16325c;
}
.theme-navy .product-action-main a:hover {
  color: #16325c;
  background: #dce0e7;
}
.theme-red .product-action-main a {
  background: #c4161c;
}
.theme-red .product-action-main a:hover {
  color: #c4161c;
  background: #f6dcdd;
}
.theme-teal .product-action-main a {
  background: #008B96;
}
.theme-teal .product-action-main a:hover {
  color: #008B96;
  background: #d9eeef;
}
.theme-gray .product-action-main a {
  background: #455560;
}
.theme-gray .product-action-main a:hover {
  color: #455560;
  background: #e3e6e7;
}
ul.product-action-second {
  margin: 0 0 18px 0;
}
ul.product-action-second li {
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 9px 0;
  list-style-type: none;
  background: url(/content/dam/oclc/design-images/slt-product-pages/quick-links-circle.png) no-repeat 0 2px;
  padding: 0 0 0 17px;
}
.product-support {
  float: right;
  position: absolute;
  right: 0;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
.product-quote p {
  font-family: "ff-meta-web-pro";
  font-size: 18px;
  line-height: 24px;
  padding: 0 15px;
}
.product-quote p.product-quote-attr {
  font-size: 16px;
  line-height: 20px;
}
.theme-blue .product-quote p {
  color: #2178b5;
}
.theme-green .product-quote p {
  color: #419a3c;
}
.theme-orange .product-quote p {
  color: #ff7600;
}
.theme-violet .product-quote p {
  color: #5f4894;
}
.theme-fuschia .product-quote p {
  color: #a9316f;
}
.theme-navy .product-quote p {
  color: #16325c;
}
.theme-red .product-quote p {
  color: #c4161c;
}
.theme-teal .product-quote p {
  color: #008B96;
}
.theme-gray .product-quote p {
  color: #455560;
}
/* Product availability */
.list-availability {
  margin: 0;
}
.list-availability h3 {
  display: none;
}
.list-availability li {
  list-style-type: none;
}
.productaction .list-profile-display h1 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 9px 0;
  font-size: 24px;
  font-weight: normal;
  font-family: "ff-meta-web-pro";
  letter-spacing: -0.75px;
  line-height: 26px;
}
.productaction .list-profile-display h3 {
  display: none;
}
/*  Nextspace website layout styles - keep at bottom so will overwrite oclc main styles */
/*! The [nextspace.css] stylesheet for  NextSpace OCLC.org */
/*! START {nextspace.less} */
.nextspace nav {
  border-bottom: 1px solid #1e2c34;
}
.nextspace .page-content h1,
.nextspace .page-content h2 {
  font-family: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  letter-spacing: -0.5px;
}
.nextspace h5 {
  text-transform: uppercase;
}
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/nxsp-nav-bg.png) repeat-x #d5d4d4;
  padding: 0;
  margin: 0;
}
nav.subnav .cont-page {
  width: 940px;
}
nav.subnav .subnav-arrow {
  background: url(images/nxsp-nav-arrow.png) no-repeat 594px 0;
  height: 28px;
}
.ie7 nav.subnav .subnav-arrow {
  background: url(images/ie-nxsp-nav-arrow.png) no-repeat 594px 0;
  height: 28px;
}
nav.subnav .subnav-logoarea {
  float: left;
  margin-top: 7px;
  width: 326px;
}
nav.subnav .subnav-logoarea a.return {
  color: #455560;
  font-size: 11px;
}
nav.subnav .subnav-logoarea a.return:hover {
  color: #ff7600;
}
nav.subnav .subnav-logoarea .logo {
  margin: 0;
  width: 259px;
  height: 87px;
  display: block;
  float: left;
  margin-top: 16px;
}
nav.subnav .subnav-navblock .subnav-title {
  padding: 0;
  margin: 0;
  display: none;
}
nav.subnav .subnav-navblock .subnav-title .subnav-tag {
  padding: 0;
  margin: 0;
  display: none;
}
nav.subnav .subnav-navblock {
  float: left;
}
nav.subnav ul#subnav-nav {
  margin: 66px 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 {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  margin: 0 2px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
nav.subnav a.subnav-nav-link:visited {
  color: #000;
}
nav.subnav a.subnav-nav-link:focus {
  outline: none;
}
nav.subnav a.subnav-nav-link:hover {
  background: #ee2e24;
  color: #fff;
}
nav.subnav a.subnav-nav-active:link,
nav.subnav a.subnav-nav-active:visited,
nav.subnav a.subnav-nav-active:hover {
  background: #ee2e24;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  margin: 0 2px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ie7 nav.subnav a.subnav-nav-active:link,
.ie7 nav.subnav a.subnav-nav-active:visited,
.ie7 nav.subnav a.subnav-nav-active:hover {
  padding: 6px 15px;
}
nav.subnav .subnav-active-arrow {
  margin: 0;
  padding: 0;
  display: none;
}
.parsys.topsubnav.iparsys .section.topsubnav {
  margin-top: -13px;
}
.nextspace .page-content a {
  color: #000;
  text-decoration: underline;
}
.nextspace .page-content a:hover {
  color: #ee2e24;
  text-decoration: underline;
}
.nextspace .page-content span.link-btn-red a,
.nextspace .page-content span.link-btn-red a:visited,
.nextspace .page-content span.link-btn-red a:hover,
.nextspace .page-content span.link-btn-blue a,
.nextspace .page-content span.link-btn-blue a:visited,
.nextspace .page-content span.link-btn-blue a:hover,
.nextspace .page-content span.link-btn-green a,
.nextspace .page-content span.link-btn-green a:visited,
.nextspace .page-content span.link-btn-green a:hover,
.nextspace .page-content span.link-btn-lightgray a,
.nextspace .page-content span.link-btn-lightgray a:visited,
.nextspace .page-content span.link-btn-lightgray a:hover,
.nextspace .page-content span.link-btn-violet a,
.nextspace .page-content span.link-btn-violet a:visited,
.nextspace .page-content span.link-btn-violet a:hover,
.nextspace .page-content span.link-btn-fuchsia a,
.nextspace .page-content span.link-btn-fuchsia a:visited,
.nextspace .page-content span.link-btn-fuchsia a:hover,
.nextspace .page-content span.link-btn-gray a,
.nextspace .page-content span.link-btn-gray a:visited,
.nextspace .page-content span.link-btn-gray a:hover,
.nextspace .page-content span.link-btn-teal a,
.nextspace .page-content span.link-btn-teal a:visited,
.nextspace .page-content span.link-btn-teal a:hover,
.nextspace .page-content span.link-btn-navy a,
.nextspace .page-content span.link-btn-navy a:visited,
.nextspace .page-content span.link-btn-navy a:hover,
.nextspace .page-content span.link-btn-orange a,
.nextspace .page-content span.link-btn-orange a:visited,
.nextspace .page-content span.link-btn-orange a:hover {
  color: #fff;
  text-decoration: none;
}
.nextspace .parsys_column.cq-colctrl-lt2-r-c1 .parsys.col1 .text.parbase.section h4,
.nextspace .quicklinks h1,
.nextspace .simple-list h1,
.nextspace .numbered-list h1,
.nextspace .nxsp-nav-list header h1,
.nextspace .list-newspr h2 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  text-transform: uppercase;
  color: #455560;
  font-size: 11px;
  border: none;
  padding: 9px 10px;
  font-weight: bold;
  line-height: 11px;
  margin: 0;
  background-color: #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0px;
}
.nextspace .list-newspr h2 {
  margin-bottom: 18px;
}
section.list-newspr.nextspace-home {
  padding-bottom: 0px;
}
.nextspace .parsys_column.cq-colctrl-lt2-r-c0 article h1 {
  padding: 0;
  margin: 0 0 10px 0;
}
.nextspace .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  font-size: 18px;
  font-family: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-style: normal;
  letter-spacing: .75px;
}
.nextspace.red .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #ee2e24;
}
.nextspace.gray .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #455560;
}
.nextspace.blue .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #2178b5;
}
.nextspace.green .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #419a3c;
}
.nextspace.orange .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #ff7600;
}
.nextspace.violet .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #5f4894;
}
.nextspace.fuschia .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #a9316f;
}
.nextspace.navy .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #16325c;
}
.nextspace.teal .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #008b96;
}
.nextspace.yellow .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #DAA520;
}
.nextspace.lime .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #7A9604;
}
.nextspace.black .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #000;
}
.nextspace.grape .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #5F0350;
}
.nextspace.magenta .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #AE0241;
}
.nextspace.huntergreen .parsys_column.cq-colctrl-lt2-r-c0 article h2.sub {
  color: #205F16;
}
.nextspace .branding,
.btn-chart .branding,
.nextspace .list-newspr.thumbs .branding {
  display: block;
  font-size: 18px;
  clear: both;
  padding-bottom: 0px;
}
.btn-chart .branding .block {
  background: #419a3c;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  float: left;
  margin-right: 10px;
}
.btn-chart .branding .tag {
  padding: 10px 0;
  color: #419a3c;
}
.nextspace .branding .block {
  background: #455560;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .branding .tag {
  padding: 10px 0;
  color: #455560;
}
.nextspace .news-listing .article-type,
.article-type {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.nextspace.red .branding .block {
  background: #ee2e24;
}
.nextspace.red .branding .tag,
.nextspace .article-type.red {
  color: #ee2e24;
}
.nextspace.gray .branding .block {
  background: #455560;
}
.nextspace.gray .branding .tag,
.nextspace .article-type.gray {
  color: #455560;
}
.nextspace.blue .branding .block {
  background: #2178b5;
}
.nextspace.blue .branding .tag,
.nextspace .article-type.blue {
  color: #2178b5;
}
.nextspace.green .branding .block {
  background: #419a3c;
}
.nextspace.green .branding .tag,
.nextspace .article-type.green {
  color: #419a3c;
}
.nextspace.orange .branding .block {
  background: #ff7600;
}
.nextspace.orange .branding .tag,
.nextspace .article-type.orange {
  color: #ff7600;
}
.nextspace.violet .branding .block {
  background: #5f4894;
}
.nextspace.violet .branding .tag,
.nextspace .article-type.violet {
  color: #5f4894;
}
.nextspace.fuschia .branding .block {
  background: #a9316f;
}
.nextspace.fuschia .branding .tag,
.nextspace .article-type.fuschia {
  color: #a9316f;
}
.nextspace.navy .branding .block {
  background: #16325c;
}
.nextspace.navy .branding .tag,
.nextspace .article-type.navy {
  color: #16325c;
}
.nextspace.teal .branding .block {
  background: #008b96;
}
.nextspace.teal .branding .tag,
.nextspace .article-type.teal {
  color: #008b96;
}
.nextspace.yellow .branding .block {
  background: #DAA520;
}
.nextspace.yellow .branding .tag,
.nextspace .article-type.yellow {
  color: #DAA520;
}
.nextspace.lime .branding .block {
  background: #7A9604;
}
.nextspace.lime .branding .tag,
.nextspace .article-type.lime {
  color: #7A9604;
}
.nextspace.black .branding .block {
  background: #000;
}
.nextspace.black .branding .tag,
.nextspace .article-type.black {
  color: #000;
}
.nextspace.huntergreen .branding .block {
  background: #205F16;
}
.nextspace.huntergreen .branding .tag,
.nextspace .article-type.huntergreen {
  color: #205f16;
}
.nextspace.magenta .branding .block {
  background: #AE0241;
}
.nextspace.magenta .branding .tag,
.nextspace .article-type.magenta {
  color: #AE0241;
}
.nextspace.grape .branding .block {
  background: #5F0350;
}
.nextspace.grape .branding .tag,
.nextspace .article-type.grape {
  color: #5F0350;
}
.nextspace .news-publish {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  margin-top: 15px;
  border-top: 1px dotted #CCC;
  padding-top: 10px;
  margin-bottom: 0;
}
.nextspace .news-publish a {
  color: #000;
  text-decoration: none;
}
.nextspace .news-publish a:hover {
  color: #ee2e24;
}
.nextspace .news-stats {
  margin-top: 10px;
}
.nextspace .image small {
  color: #000;
  font-size: 10px;
  background: #e8e8e8;
  padding: 5px;
  margin-top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .parbase.textimage.section .image br {
  padding: 0;
  margin: 0;
}
.nextspace .parbase.textimage.section .image img {
  border: none;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote {
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  padding: 15px 25px 15px 18px;
  margin: 3px 0;
  font-family: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 21px;
  line-height: 36px;
  display: block;
}
.nextspace .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  padding: 0px;
  margin: 18px 0px 0px 0px;
  font-family: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.nextspace.red .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.red .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #ee2e24;
}
.nextspace.gray .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.gray .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #455560;
}
.nextspace.blue .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.blue .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #2178b5;
}
.nextspace.green .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.green .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #419a3c;
}
.nextspace.orange .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.orange .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #ff7600;
}
.nextspace.violet .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.violet .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #5f4894;
}
.nextspace.fuschia .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.fuschia .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #a9316f;
}
.nextspace.navy .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.navy .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #16325c;
}
.nextspace.teal .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.teal .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #008b96;
}
.nextspace.yellow .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.yellow .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #DAA520;
}
.nextspace.lime .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.lime .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #7A9604;
}
.nextspace.black .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.black .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #000;
}
.nextspace.huntergreen .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.huntergreen .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #205F16;
}
.nextspace.magenta .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.magenta .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #AE0241;
}
.nextspace.grape .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote,
.nextspace.grape .parsys_column.cq-colctrl-lt2-r-c0 .nxsp-quote-attribution {
  color: #5F0350;
}
.nextspace .list-trig {
  display: block;
  background: #e8e8e8 url("../images/list-trig-arrow.png") no-repeat 5px 10px;
  padding-left: 20px;
  padding-top: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .quicklinks h1.list-trig-closed,
.nextspace .simple-list h1.list-trig-closed,
.nextspace .simple-list.small h1.list-trig-closed {
  display: block;
  background: #e8e8e8 url("../images/list-trig-arrow.png") no-repeat 5px 10px;
  padding-left: 20px;
  padding-top: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .quicklinks h1.list-trig-closed:hover,
.nextspace .simple-list h1.list-trig-closed:hover,
.nextspace .simple-list.small h1.list-trig-closed:hover {
  display: block;
  background: #e8e8e8 url("../images/list-trig-arrow-hover.png") no-repeat 5px 10px;
  color: #000;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .quicklinks h1.list-trig-open,
.nextspace .simple-list h1.list-trig-open,
.nextspace .simple-list.small h1.list-trig-open {
  background: #e8e8e8 url("../images/list-trig-arrow.png") no-repeat 5px -18px;
  padding-left: 20px;
  padding-top: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .quicklinks h1.list-trig-open:hover,
.nextspace .simple-list h1.list-trig-open:hover,
.nextspace .simple-list.small h1.list-trig-open:hover {
  background: #e8e8e8 url("../images/list-trig-arrow-hover.png") no-repeat 5px -18px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .featured-pub a:hover h2 {
  color: #fff;
}
/* NEXTSPACE QUICKLINKS */
.nextspace .quicklinks ul li a {
  background: url(images/quicklinks-arrow-nxsp.png) no-repeat 0 2px;
}
.nextspace .quicklinks.tags ul li a {
  background: url(images/quicklinks-tag-nxsp.png) no-repeat 0 2px;
}
/* NEXTSPACE PUBLICATIONS LIST DISPLAY CHANGES */
.nextspace .featured-pub a {
  color: #fff;
  text-decoration: none;
}
/* NEXTSPACE LIST DISPLAY CHANGES */
.nextspace .news-listing h3 {
  font-size: 24px;
  font-family: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  margin: 0;
  font-weight: normal;
  color: #000;
  line-height: 30px;
}
.nextspace .news-listing h3 a {
  color: #000;
  text-decoration: none;
}
.nextspace .news-listing h3 a:hover {
  color: #ee2e24;
  text-decoration: underline;
}
/* NEXTSPACE LIST DISPLAY PAGINATION CHANGES */
.nextspace .previous a,
.nextspace .next a {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  background: url(images/pagination-NS-arrows.png) no-repeat;
  color: #000;
}
.nextspace .previous a:hover,
.nextspace .next a:hover {
  background-color: #fce3e1;
  border: 1px solid #ee2e24;
  color: #ee2e24;
}
.nextspace .previous a {
  background-position: 8px 12px;
  padding-left: 18px;
}
.nextspace .previous a:hover {
  background-position: 8px -38px;
}
.nextspace .next a {
  padding-right: 18px;
  background-position: 42px -83px;
}
.nextspace .next a:hover {
  background-position: 42px -127px;
}
/* NEXTSPACE RATINGS CHANGES */
.nextspace .rating-form-block {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .comment-bubble {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace #ratings-submit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background: -moz-linear-gradient(top, #419a3c, #105d0e);
  /* Firefox */
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  margin: 10px 0 0 0;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background-color: #105d0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#419a3c), to(#105d0e));
  background-image: -moz-linear-gradient(center top, #419a3c, #105d0e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#419a3c', endColorstr='#105d0e');
  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);
}
.nextspace #ratings-submit:hover {
  background-position: 0 -15px;
}
/* NEXTSPACE NAV AND FILTER LIST*/
.nxsp-nav-list h1,
.nxsp-filter-list h1 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  text-transform: uppercase;
  color: #455560;
  padding: 9px 10px;
  font-weight: bold;
  line-height: 11px;
  margin: 0;
  background-color: #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 0px;
}
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list ul,
.nxsp-filter-list ul {
  margin: 15px 0 18px 0;
  padding: 0;
}
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list ul li,
.nxsp-filter-list ul li {
  list-style-type: none;
  background: #e8e8e8;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list ul li.nxsp-nav-active {
  padding: 6px 35px 5px 15px;
  font-weight: bold;
  background: #fff url(images/nxsp-issue-nav-arrow.png) no-repeat 278px 8px;
}
.nxsp-filter-list ul li.nxsp-filter-active {
  padding: 6px 15px 5px 40px;
  font-weight: bold;
  background: #fff url(images/nxsp-filter-arrow.png) no-repeat 15px 8px;
}
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 40px 5px 15px;
  margin: 1px 0;
  color: #000;
}
.nxsp-filter-list ul li a {
  display: block;
  text-decoration: none;
  padding: 6px 15px 5px 40px;
  margin: 1px 0;
  color: #000;
}
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list h1 a:visited,
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list ul li a:visited,
.nxsp-filter-list h1 a:visited,
.nxsp-filter-list ul li a:visited {
  color: #000;
}
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list ul li a:hover,
.nxsp-filter-list ul li a:hover {
  color: #ee2e24;
}
div.cq-colctrl-lt2-r-c1 .nxsp-nav-list ul li ul li,
.nxsp-filter-list ul li ul li {
  border: none;
}
/* NEXTSPACE HIGHLIGHTBOX */
.nextspace .hbox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 19px 19px 1px 19px;
  background: #e8e8e8;
  border: none;
  color: #455560;
  margin: 0 3px 21px 3px;
}
/* NEXTSPACE AD BOXES */
.nextspace .ns-ad-box {
  border: solid 7px  #e8e8e8;
  background-color: #fff;
  padding: 20px;
  display: block;
  margin: 15px 0;
  overflow: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nextspace .ns-ad-box.home {
  position: relative;
  z-index: 1;
}
.nextspace .ns-ad-box a.pub-subscribe {
  color: #fff;
  background: #ee2e24;
  text-decoration: none;
  border: none;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 3px;
  text-shadow: none;
}
.nextspace .ns-ad-box a.pub-subscribe:hover {
  color: #fff;
  background: #000;
}
.nextspace .ns-ad-box.home a.pub-subscribe {
  float: right;
}
.ns-ad-box.home p {
  float: left;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.ie7 .ns-ad-box.home p {
  font-size: 12px;
}
.ns-ad-box.home p.tagline {
  margin-left: 110px;
  margin-right: 10px;
  padding-top: 8px;
}
.ns-home-ad-mag-img {
  display: block;
  position: relative;
  z-index: 5;
  margin-top: -120px;
  margin-left: 10px;
}
.ns-ad-box.download {
  margin-top: 0;
}
.ns-ad-box.download img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.ns-ad-box.download .issue-num {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
/* NEXTSPACE President's Intro Letter */
.nxsp-letter-intro {
  font-size: 16px;
  font-family: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  line-height: 28px;
  display: block;
  border-left: 7px solid #e8e8e8;
  padding: 10px 20px 18px 20px;
  color: #455560;
}
.nxsp-letter-intro a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-style: normal;
}
.nextspace .issue-toc,
.nextspace .issue-toc td {
  border: none;
  padding: 0;
  margin: 0;
}
.nextspace .issue-toc {
  width: 620px;
}
/* NEXTSPACE BY THE NUMBERS */
.btn-chart .number {
  display: block;
  font-family: "museo-slab", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 37px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.btn-chart .number.red {
  color: #ee2e24;
}
.btn-chart .number.gray {
  color: #455560;
}
.btn-chart .number.blue {
  color: #2178b5;
}
.btn-chart .number.green {
  color: #419a3c;
}
.btn-chart .number.orange {
  color: #ff7600;
}
.btn-chart .number.violet {
  color: #5f4894;
}
.btn-chart .number.fuschia {
  color: #a9316f;
}
.btn-chart .number.navy {
  color: #16325c;
}
.btn-chart .number.teal {
  color: #008b96;
}
.btn-chart .number.yellow {
  color: #DAA520;
}
.btn-chart .number.lime {
  color: #7A9604;
}
.btn-chart .number.black {
  color: #000;
}
.btn-chart .number.huntergreen {
  color: #205F16;
}
.btn-chart .number.magenta {
  color: #AE0241;
}
.btn-chart .number.grape {
  color: #5F0350;
}
.btn-chart .number.red.large,
.btn-chart .number.grape.large,
.btn-chart .number.magenta.large,
.btn-chart .number.huntergreen.large,
.btn-chart .number.black.large,
.btn-chart .number.lime.large,
.btn-chart .number.yellow.large,
.btn-chart .number.teal.large,
.btn-chart .number.navy.large,
.btn-chart .number.fuschia.large,
.btn-chart .number.violet.large,
.btn-chart .number.orange.large,
.btn-chart .number.green.large,
.btn-chart .number.blue.large,
.btn-chart .number.gray.large {
  font-size: 72px;
  line-height: 70px;
}
.btn-chart .number.red.medium,
.btn-chart .number.grape.medium,
.btn-chart .number.magenta.medium,
.btn-chart .number.huntergreen.medium,
.btn-chart .number.black.medium,
.btn-chart .number.lime.medium,
.btn-chart .number.yellow.medium,
.btn-chart .number.teal.medium,
.btn-chart .number.navy.medium,
.btn-chart .number.fuschia.medium,
.btn-chart .number.violet.medium,
.btn-chart .number.orange.medium,
.btn-chart .number.green.medium,
.btn-chart .number.blue.medium,
.btn-chart .number.gray.medium {
  font-size: 42px;
  line-height: 38px;
}
.btn-chart .fact {
  font-weight: bold;
  color: #455560;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 6px;
}
.btn-chart .ref-link,
.btn-chart .ref-link a {
  display: block;
  font-size: 11px;
  color: #455560;
  text-decoration: none;
  line-height: 12px;
}
.btn-chart .ref-link a:hover {
  color: #ee2e24;
}
.btn-chart .parsys_column.cq-colctrl-nxsp {
  margin-bottom: 30px;
}
.btn-chart .hbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 19px 19px 0px 19px;
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background-image: -moz-linear-gradient(center top, #ffffff, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
  border: 2px solid #fff;
  color: #455560;
  margin: 0 3px 21px 3px;
}
.ie7 .btn-chart .hbox,
.ie8 .btn-chart .hbox {
  border: 2px solid #f0f0f0;
}
.btn-chart .parsys_column.cq-colctrl-nxsp-c0 .hbox {
  margin: 0 17px 21px 3px;
  padding: 19px 19px 2px 19px;
}
.btn-chart .parsys_column.cq-colctrl-nxsp-c1 .hbox {
  margin: 0 9px 21px 9px;
}
.btn-chart .parsys_column.cq-colctrl-nxsp-c2 .hbox {
  margin: 0 3px 21px 17px;
  padding: 19px 19px 2px 19px;
}
.btn-chart .hbox img.cq-dd-image.none {
  margin: 0 auto;
}
.btn-chart .parsys_column.cq-colctrl-nxsp-c0 .text.parbase.section {
  margin: 0 17px 0px 3px;
}
.btn-chart .parsys_column.cq-colctrl-nxsp-c1 .text.parbase.section {
  margin: 0 9px 0px 9px;
}
.btn-chart .parsys_column.cq-colctrl-nxsp-c2 .text.parbase.section {
  margin: 0 3px 0px 17px;
}
/* NEXTSPACE RIGHT COLUMN HIGHLIGHT BOX FIX */
.nextspace .parsys_column.cq-colctrl-lt2-r-c1 .highlightbox.section {
  clear: both;
}
/*! END {nextspace.less} */
/*  Watch WorldCat Grow - keep at bottom so will overwrite oclc main styles */
/*! The [wwg.css] stylesheet for Watch WorldCat Grow OCLC.org */
/*! START {wwg.less} */
.wwg.main {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 37px 10px 1px 10px;
  background: #fff;
  border: 1px solid #ccc;
  color: #455560;
  margin: 0 0 21px 0;
  background: url(images/WWG-WClogo.png) no-repeat 98% 10px;
}
.wwg.main .num-hold {
  color: #fff;
  background: #2178b5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-top: 1px solid #0e578a;
  position: relative;
}
.num-total {
  font-weight: bold;
  display: block;
  font-size: 48px;
  margin: 0 0 10px 0;
  line-height: 48px;
}
.wwg.main .num-hold-arrow {
  background: url(images/wwg-arrow.png) no-repeat 20px 0px;
  display: block;
  width: 49px;
  height: 16px;
  margin: 0 0 10px 0;
}
.wwg.main .num-hold-descrip {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 5px;
}
.wwg .num-hold-def {
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  padding: 10px;
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 35px;
  left: 0;
  margin: 5px;
  font-size: 12px;
  line-height: 18px;
}
.wwg.main acronym {
  border-color: #7aaed3;
}
.wwg.main .num-note {
  font-size: 11px;
  color: #deebf4;
  padding: 0 0 0 5px;
  margin: 0;
}
.wwg.main .holding {
  margin-bottom: 15px;
}
.wwg.main .holding .card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: auto;
}
.wwg.main .holding .card .stats {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #efefef;
  padding: 4px 10px 3px 10px;
  font-size: 11px;
  color: #000;
  overflow: auto;
}
.wwg.main .holding img {
  border: none;
  padding: 0;
}
.wwg.main .stats .number {
  float: left;
}
.wwg.main .stats .datetime {
  float: right;
}
.wwg.main .stats .contributor {
  clear: both;
  display: block;
}
.wwg.main .stats .contributor .name {
  font-weight: bold;
  text-transform: uppercase;
}
.wwg.main .card .icon {
  margin: 20px 10px 0 10px;
  float: left;
}
.wwg.main .card .holding-details {
  margin: 15px 0 10px 44px;
}
.ie7 .wwg.main .card .holding-details {
  padding: 0px 0 10px 0px;
}
.wwg.main .card .holding-details li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #000;
}
.wwg.main .card .holding-details li .label {
  font-size: 12px;
  background: #efefef;
  width: 60px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-bottom: 1000px;
  margin-bottom: -995px;
  margin-top: 0;
  margin-right: 10px;
}
.wwg.main .card .holding-details li:last-child .label {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wwg.main .card .holding-details li .data {
  font-size: 14px;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 1000px;
  margin-bottom: -995px;
  margin-top: 0;
}
.wwg.main .disclaimer {
  font-size: 11px;
  color: #455560;
  padding: 10px 0 10px 0;
  margin: 0;
  border-top: 1px dotted #ccc;
}
.holdings {
  overflow: hidden;
  position: relative;
}
.wwg-fade {
  background: url(images/wwg-fade.png) repeat-x bottom;
  height: 14px;
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.wwg-title {
  margin: -25px 0 10px 5px;
}
/* Responsive for mobile */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  .num-total {
    font-size: 36px;
  }
}
/*! END {wwg.less} */
/*  Global and National Library Statistics - keep at bottom so will overwrite oclc main styles */
/*! The [gls.css] stylesheet for Global Library Statistics */
/*! START {gls.less} */
.lstats-cont img {
  max-width: none;
}
.lstats-cont select {
  font-family: Arial;
  font-size: 12px;
}
.lstats-cont,
.lstats-cont div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lstats-cont {
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  overflow: auto;
  width: 100%;
}
.lstats-cont p {
  float: left;
  margin: 0;
  padding: 0 3px 10px 3px;
}
.lstats-map {
  clear: both;
}
.lstats-map iframe {
  border: 6px solid #fff;
}
.lstats-map p {
  font-size: 11px;
  line-height: 15px;
  color: #455560;
  margin: 0;
  padding: 10px 6px;
}
.lstats-nav {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  float: left;
  clear: both;
  width: 100%;
}
.ie7 .lstats-nav {
  width: 95%;
}
.lstats-nav span.navgroup {
  float: left;
  width: 200px;
  display: none;
}
.lstats-nav span.middle {
  margin: 0 2px;
}
.lstats-nav label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  padding: 0 0 0 5px;
}
.lstats-nav div.selector {
  margin-bottom: 0 !important;
  width: auto;
}
.lstats-nav div.selector span {
  width: 165px;
  color: #454545;
  font-size: 12px;
}
.lstats-nav span#lstats-regions-select {
  width: 200px;
}
.lstats-nav span#lstats-regions-select div.selector span {
  width: 165px;
}
.lstats-nav span#lstats-countries-select {
  width: 235px;
}
.lstats-nav div#uniform-lstats-countries span {
  width: 200px;
}
.lstats-nav div#uniform-lstats-countries select {
  width: 233px;
}
#lstats div.selector.disabled span {
  color: #bbb;
}
.lstats-nav div.selector select {
  height: 2em;
  font-family: Arial, sans-serif;
  width: 200px;
  font-size: 12px;
}
.lstats-nav div.selector option {
  padding: 0 5px;
}
.lstats-nav div.selector select option:first-child {
  display: none;
}
.lstats-cont #region_title,
.lstats-cont #country_title {
  font-size: 14px;
  padding: 0 5px;
}
.lstats-cont #region_title {
  margin: 10px 0 0 0;
}
.lstats-cont #country_title {
  margin: 3px 0 10px 0;
}
.lstats-cont #country_note {
  padding: 0 5px;
  margin: 0 0 15px 0;
}
.lstats-cont img.legend {
  float: right;
  margin: 0 0 0 5px;
}
.lstats-cont #map_canvas {
  clear: both;
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  background: #fff !important;
  overflow: hidden;
}
.ie7 .lstats-cont #map_canvas {
  width: 97%;
}
.lstats-stats {
  float: left;
  width: 100%;
}
.lstats-stats-nav h2 {
  font-weight: normal;
  margin: 0;
}
.lstats-cont #tabs {
  float: left;
  width: 100%;
  padding: 0 5px;
}
.lstats-cont .stats-header {
  float: left;
  width: 680px;
  margin: 15px 0 20px 0;
  padding: 15px 5px 0 5px;
  border-top: 1px solid #f3f1ed;
}
.lstats-cont #viewoptions-trigger {
  color: #696969;
  padding: 3px 17px 5px 5px;
  border: 1px solid #fff;
  position: relative;
  z-index: 100;
  border-bottom: 0;
  background: url("images/gls/viewoptions-arrow.png") no-repeat right;
  text-decoration: underline;
  cursor: pointer;
}
.lstats-cont #viewoptions-trigger.hover {
  background: url("images/gls/viewoptions-arrow.png") no-repeat right #f5f5f5;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #000;
}
.lstats-cont .viewoptions {
  color: #575757;
  margin: 7px 0 0 0;
}
.lstats-cont .viewoptions ul {
  display: none;
  width: 350px;
  padding: 15px 15px 10px 15px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
}
.lstats-cont .viewoptions ul li {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #ddd;
}
.lstats-cont .viewoptions ul li:first-child {
  padding: 0;
  border: 0;
}
.lstats-cont .viewoptions ul li a {
  text-decoration: none;
  color: #034ea2;
  display: block;
}
.lstats-cont .viewoptions ul li a:hover {
  text-decoration: underline;
  color: #034ea2;
}
.lstats-cont .viewoptions ul li span.with-sources a {
  color: #777;
}
.lstats-cont .viewoptions ul li span.with-sources a:hover {
  color: #000;
}
.lstats-cont table.datatable {
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #d2cdde;
  width: 100%;
  margin: 0;
}
.lstats-cont table.datatable th {
  background: #f0f0f0;
  color: #455560;
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
  border: 0;
  border-top: 1px solid #d2cdde;
  padding: 5px 9px;
  font-weight: normal;
  line-height: 13px;
  vertical-align: middle;
}
.lstats-cont table.datatable th.lstats-th-cn {
  width: 241px;
}
.lstats-cont table.datatable td,
.lstats-cont table.datatable td p {
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  float: none;
}
.lstats-cont table.datatable td {
  border-left: none;
  border-top: 1px solid #d2cdde;
  padding: 5px;
}
.lstats-cont table.datatable tr.even {
  background: #f5f5f5;
}
.lstats-cont table.lstats-totals td {
  border-top: 2px solid #d2cdde;
}
.lstats-cont table.datatable td.lstats-total {
  width: 241px;
  text-align: right;
}
.lstats-cont table.datatable thead tr th,
.lstats-cont lstats table.datatable tfoot tr th {
  border-right: 1px solid #fff;
}
.lstats-cont table.datatable thead tr .header {
  background-image: url("images/gls/bg.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  text-align: center;
}
.lstats-cont table.datatable thead tr .headerSortUp {
  background-image: url("images/gls/asc.gif");
}
.lstats-cont table.datatable thead tr .headerSortDown {
  background-image: url("images/gls/desc.gif");
}
.lstats-cont table.datatable thead tr .headerSortDown,
.lstats-cont #lstats table.datatable thead tr .headerSortUp {
  color: #000;
}
.lstats-cont .lstats-source-link {
  text-decoration: underline;
  cursor: pointer;
}
.lstats-cont .lstats-source {
  display: none;
}
.lstats-cont .lstats-source p {
  color: #fff;
  margin: 0;
  width: 150px;
  padding: 10px !important;
  font-size: 11px;
  background: #696969;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lstats-cont .lstats-arrow {
  width: 170px;
  background: url("images/gls/viewsource-arrow.png") no-repeat top;
  height: 5px;
}
.lstats-cont p.lstats-note {
  font-size: 11px;
  color: #6e6e6e;
  float: left;
  padding: 10px 0;
}
.lstats-cont .stats-download {
  float: right !important;
  font-size: 11px;
  color: #777;
  width: 50%;
  text-align: right;
  margin: 10px 0 0 0 !important;
  padding: 0;
}
.lstats-cont .stats-download a {
  color: #777;
}
.lstats-cont .stats-download a:hover {
  color: #000;
}
.lstats-cont .panes {
  float: left;
  width: 100%;
}
.lstats-cont p.capitalize {
  text-transform: capitalize;
}
.lstats-cont div.recaptchaDiv {
  clear: both;
}
.lstats-cont .datatable td .error {
  margin: 1em;
}
.lstats-cont .error {
  padding: 9px 30px;
}
.lstats-cont .error p {
  float: none !important;
  padding: 0 !important;
  font-weight: normal;
}
.lstats-cont .error p.first {
  font-weight: bold;
}
.overlay {
  display: none;
  background: #fff;
  width: 85%;
  height: 75%;
  padding: 2em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -webkit-box-shadow: 0 5px 20px #000;
  -moz-box-shadow: 0 5px 20px #000;
  box-shadow: 0 5px 20px #000;
}
.ie8 #sources-overlay,
.ie7 #sources-overlay {
  border: 2px solid #ccc;
}
.overlay .content-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay a.close {
  background-image: url("images/gls/close.png");
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
body > div#modal-content {
  background: #fff;
  margin: 2em auto;
  padding: 3em 2em;
  max-width: 908px;
  width: 960px;
}
div#modal-content tr.active {
  background: #fffcae;
}
.lstats-cont .btn {
  color: #234e70 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
  border: solid 1px #6e93b0;
  background: url("images/gls/btn-sm-bg.png") repeat-x 0 0;
  height: 2em;
  line-height: 2em;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  display: inline;
  float: left;
  padding: 0 10px;
  text-decoration: none;
}
.lstats-cont .btn:hover {
  color: #000 !important;
  text-decoration: none;
  background-position: 0 bottom;
}
.lstats-cont .btn:active {
  background-position: 0 bottom;
}
.lstats-cont .btn-map,
#reset-link {
  font-size: 70%;
  font-weight: bold;
  text-transform: uppercase;
}
.lstats-cont #hidemap,
.lstats-cont #backtomap,
.lstats-cont #reset-link {
  float: right !important;
  margin-left: 5px !important;
  padding-right: 0 !important;
}
.lstats-cont #backtomap a {
  margin-top: 10px;
  margin-right: 3px;
}
.lstats-cont #reset-link a {
  line-height: 2.2em;
  padding: 0 5px;
}
.lstats-cont .loading {
  background: url("images/gls/wait-spinner.gif") 0 0 no-repeat;
  display: block;
  width: 100%;
  height: 16px;
}
.lstats-cont .loading span {
  padding: 0 0 0 20px;
  line-height: 16px;
  font-size: 11px;
  color: #666;
}
.lstats-cont .navgroup .loading {
  margin: 0 0 0 5px;
  height: 24px;
  background-position: 0 4px;
}
.lstats-cont .navgroup .loading span {
  line-height: 24px;
}
/* Uniform Artisto Styles */
.lstats-cont div.selector,
.lstats-cont div.selector span {
  background-image: url("images/gls/sprite-aristo.png");
  background-repeat: no-repeat;
}
.lstats-cont .selector,
.lstats-cont .selector * {
  margin: 0;
  padding: 0;
}
.lstats-cont div.selector {
  background-position: -483px -160px;
  line-height: 32px;
  height: 32px;
}
.lstats-cont div.selector span {
  background-position: right 0;
  height: 32px;
  line-height: 32px;
}
.lstats-cont div.selector select {
  top: 0;
  left: 0;
}
.lstats-cont div.selector:active,
.lstats-cont div.selector.active {
  background-position: -483px -192px;
}
.lstats-cont div.selector:active span,
.lstats-cont div.selector.active span {
  background-position: right -32px;
}
.lstats-cont div.selector.focus,
.lstats-cont div.selector.hover,
.lstats-cont div.selector:hover {
  background-position: -483px -224px;
}
.lstats-cont div.selector.focus span,
.lstats-cont div.selector.hover span,
.lstats-cont div.selector:hover span {
  background-position: right -64px;
}
.lstats-cont div.selector.focus:active,
.lstats-cont div.selector.focus.active,
.lstats-cont div.selector:hover:active,
.lstats-cont div.selector.active:hover {
  background-position: -483px -256px;
}
.lstats-cont div.selector.focus:active span,
.lstats-cont div.selector:hover:active span,
.lstats-cont div.selector.active:hover span,
.lstats-cont div.selector.focus.active span {
  background-position: right -96px;
}
.lstats-cont div.selector.disabled,
.lstats-cont div.selector.disabled:active,
.lstats-cont div.selector.disabled.active {
  background-position: -483px -288px;
}
.lstats-cont div.selector.disabled span,
.lstats-cont div.selector.disabled:active span,
.lstats-cont div.selector.disabled.active span {
  background-position: right -128px;
}
.lstats-cont div.selector {
  margin-bottom: 20px;
  width: 190px;
  font-weight: bold;
  color: #464545;
  font-size: 14px;
}
.lstats-cont div.selector select {
  width: 190px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 1em;
  border: solid 1px #fff;
}
.lstats-cont div.selector span {
  padding: 0 25px 0 2px;
  cursor: pointer;
}
.lstats-cont div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}
.lstats-cont div.selector.disabled span {
  color: #bbb;
}
.lstats-cont .selector select:focus {
  outline: 0;
}
.lstats-cont div.selector {
  position: relative;
  padding-left: 10px;
}
.lstats-cont div.selector span {
  display: block;
  float: left;
}
.lstats-cont div.selector select {
  position: absolute;
  opacity: 0;
}
/* Responsive for mobile */
/*! END {gls.less} */
/* NEW DESIGN STYLES - NEED REFACTORED SITE WIDE */
/* Base Styles */
hr.section-hr {
  height: 3px;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  margin: 60px 0;
  border-radius: 50px;
}
/* Segment Pages */
.segment-page .crumbs-tools {
  display: none;
}
.segment-page span.text-pageintro {
  border: none;
  font-family: sans-serif;
  font-size: 18px;
  line-heght: 24px;
  padding: 15px 0;
  color: #000;
}
.segment-page .section.header,
.segment-page .section.customjavascript {
  margin-bottom: 0;
}
.segment-page .parsys.hero_area {
  background: url(/content/dam/oclc/member-stories/images/groups-banner.jpg) center no-repeat #455560;
  box-shadow: none;
  border: none;
  height: 239px;
  color: #fff;
}
.segment-page .parsys.hero_area h1 {
  font-size: 52px;
  line-height: 52px;
  padding: 60px 0 0 0;
  letter-spacing: -1.5px;
}
.segment-page hr {
  margin: 35px 0 55px 0;
}
.segment-page .page-content h2 {
  font-size: 32px;
  line-height: 36px;
}
.segment-page span.link-btn-blue a,
.segment-page span.link-btn-blue a:visited {
  background: #2178b5;
  border: none;
  border-radius: 50px 50px 50px 50px;
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 25px !important;
  text-decoration: none;
  text-shadow: none;
  color: #fff !important;
}
.segment-page span.link-btn-blue a:hover {
  background: #ff7600 !important;
  color: #fff !important;
}
.segment-page #product-select-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 35px 0;
  padding: 0 0 20px 0 !important;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}
.segment-page #product-select-list h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 18px;
}
.segment-page #product-select-list .jumplinkmenu.section {
  padding: 0;
}
.segment-page #product-select-list .jumplinkbtn {
  background-image: url("/content/dam/oclc/design-images/slt-product-pages/blue-arrow-down2.png");
  background-position: right center;
  border: 1px solid #90BBDA;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  color: #2178B5 !important;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 30px 7px 14px;
  background-color: #fff;
  text-shadow: none;
}
.segment-page #product-select-list .jumplinkbtn:hover {
  background-color: #e8f1f7;
}
.segment-page .jumplinkcontent ul li a {
  font-size: 14px;
}
.segment-page .jumplinkcontent {
  top: 24px;
  box-shadow: none;
  border-color: #90BBDA;
  border-top: 1px solid #cfe2f0;
  padding-top: 5px;
}
/* Member Story Pages */
.member-story-page .story-calltoaction p {
  border-bottom: 1px dotted #ccc;
  font-size: 16px !important;
  padding: 0 0 15px 0;
}
.member-story-page .member-products-used {
  background: #EEF4F9;
  border: 3px solid #deebf4;
  border-radius: 4px;
  padding: 15px;
}
.member-story-page .member-products-used h3 {
  color: #000;
  font-size: 18px;
}
.member-story-page .member-products-used p {
  font-size: 14px !important;
  line-height: 21px;
  margin: 0 0 5px 0;
}
.member-story-list .member-story-title {
  font-family: sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  font-weight: bold !important;
  line-height: 22px !important;
}
/* 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;
  }
  .home-liner {
    font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin: 0 auto 35px;
    text-align: center;
    padding: 0 10px;
  }
  .homepage .parsys.hero_area {
    box-shadow: none;
  }
  #homepage-features .cq-colctrl-lt2-c0 img {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  #homepage-features .cq-colctrl-lt2-c2 img {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  #homepage-features p {
    text-align: center;
  }
  #highlightbox-feature .cq-colctrl-lt0-c0 img {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  div.parsyscolumncontrol .cq-colctrl-lt2-c2 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt2-c1 > .parsys {
    padding: 0;
  }
  /* Header */
  .region-language,
  .search-box {
    padding: 10px 10px 0 10px;
    float: left;
    margin: 0;
  }
  .region-language {
    margin: 10px 0 0 0;
  }
  .search-box {
    margin: 0 0 20px 0;
  }
  #search-terms {
    width: 230px;
  }
  /* Main Navigation */
  nav {
    margin: -5px 0 0 0;
    background: #fff;
  }
  nav ul#main-nav {
    border-left: none;
    border-right: none;
    float: none;
  }
  nav ul li.main-nav-item {
    float: none;
    border-top: 1px solid #ccc;
  }
  nav ul li.main-nav-item a.main-nav-link:link {
    display: block;
  }
  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;
  }
  /* NextSpace Subnav */
  .subnav-masthead {
    background: #D5D4D4;
    padding: 0;
    margin: 0;
  }
  nav.subnav ul li.subnav-nav-item {
    float: none;
  }
  nav.subnav .subnav-arrow {
    display: none;
  }
  nav.subnav .subnav-navblock {
    width: 100%;
    float: none;
  }
  nav.subnav .subnav-logoarea {
    float: none;
    margin-top: 0;
    display: block;
    overflow: auto;
  }
  nav.subnav .subnav-logoarea .logo {
    margin: 0 10px 10px 10px;
  }
  nav.subnav ul#subnav-nav {
    float: none;
    margin: 0px auto;
  }
  nav.subnav .subnav-active-arrow {
    display: none;
  }
  nav.subnav a.subnav-nav-link:link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ee2e24;
    color: #fff;
    padding: 8px 10px 7px 10px;
    border-bottom: 1px solid #fff;
  }
  nav.subnav .cont-page {
    width: 100%;
  }
  nav .cont-page {
    width: 100%;
  }
  /* Footer */
  .page-footer div.cq-colctrl-ltf-c0 {
    padding-left: 0px !important;
    padding-top: 100px !important;
  }
  div.parsyscolumncontrol .cq-colctrl-ltf-c0 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-ltf-c1 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-ltf-c2 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-ltf-c3 > .parsys {
    padding: 0 0 0 10px;
  }
  div.cq-colctrl-ltf {
    padding: 0 10px;
  }
  /* NextSpace Styles */
  div.parsyscolumncontrol div.cq-colctrl-nxsp-c0,
  div.parsyscolumncontrol div.cq-colctrl-nxsp-c1,
  div.parsyscolumncontrol div.cq-colctrl-nxsp-c2 {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
  }
  .btn-chart .parsys_column.cq-colctrl-nxsp-c0 .hbox,
  .btn-chart .parsys_column.cq-colctrl-nxsp-c1 .hbox,
  .btn-chart .parsys_column.cq-colctrl-nxsp-c2 .hbox {
    margin: 0px 0px 21px 0px;
  }
  .btn-chart .parsys_column.cq-colctrl-nxsp-c0 .text.parbase.section,
  .btn-chart .parsys_column.cq-colctrl-nxsp-c1 .text.parbase.section,
  .btn-chart .parsys_column.cq-colctrl-nxsp-c2 .text.parbase.section {
    margin: 0px;
    width: 95%;
  }
  /* NextSpace Branding Tag */
  .branding .tag {
    display: block;
    clear: both;
  }
  /* NextSpace Landing Page */
  .ns-home-ad-mag-img {
    margin-top: -200px;
    margin-bottom: 100px;
  }
  .ns-ad-box.home .pub-subscribe {
    margin: 5px 0px 0px 110px;
  }
  .nxsp-letter-intro {
    border-left: none;
    border-top: 7px solid #e8e8e8;
    padding: 10px 0px 18px 0px;
  }
  .ns-ad-box.download a.pub-subscribe {
    float: left;
    margin-left: 110px;
  }
  .wwg.main .stats .datetime {
    float: left;
  }
  /* Staff Directory Search */
  #staff-search-terms {
    width: 250px;
  }
  section.staff-search-block {
    margin-bottom: 20px;
  }
  /* Find an OCLC Library */
  #find-lib-inst-name {
    width: 300px;
  }
  #find-lib-state,
  #find-lib-country,
  #find-lib-zip,
  #find-lib-city {
    padding-left: 0;
    margin-left: 0;
    width: 160px;
  }
  #find-lib1 .parsys_column.cq-colctrl-lt0-c0,
  #find-lib2 .parsys_column.cq-colctrl-lt0-c0 {
    width: 49%;
    float: left;
  }
  #find-lib1 .parsys_column.cq-colctrl-lt0-c1,
  #find-lib2 .parsys_column.cq-colctrl-lt0-c1 {
    width: 49%;
    float: left;
    padding-left: 0;
    margin-left: 0;
  }
  .list-findlib p.findlib-sym {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .list-findlib p.findlib-type {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .list-findlib p.findlib-add {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .list-findlib p.findlib-mem {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .btn-chart .number.red.large,
  .btn-chart .number.grape.large,
  .btn-chart .number.magenta.large,
  .btn-chart .number.huntergreen.large,
  .btn-chart .number.black.large,
  .btn-chart .number.lime.large,
  .btn-chart .number.yellow.large,
  .btn-chart .number.teal.large,
  .btn-chart .number.navy.large,
  .btn-chart .number.fuschia.large,
  .btn-chart .number.violet.large,
  .btn-chart .number.orange.large,
  .btn-chart .number.green.large,
  .btn-chart .number.blue.large,
  .btn-chart .number.gray.large {
    font-size: 50px;
    line-height: 37px;
  }
}
/* NEW DESIGN STYLES - NEED REFACTORED SITE WIDE */
/* Base Styles */
.product-page .page-content hr,
.segment-page .page-content hr {
  margin: 48px 0;
}
.page-content hr.section-hr {
  height: 3px;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  margin: 50px 0 60px 0;
  border-radius: 50px;
}
.offset-anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
.no-short-desc .event-short-desc {
  display: none;
}
div.textimage div.image.img-nomarg-btm {
  margin-bottom: 0;
}
.parbase.image.section img.img-nobrdr {
  border: none;
  padding: 0;
  border-radius: none;
}
/* Segment Pages */
.segment-page .crumbs-tools {
  display: none;
}
.segment-page span.text-pageintro {
  border: none;
  font-family: sans-serif;
  font-size: 18px;
  line-heght: 24px;
  padding: 15px 0;
  color: #000;
}
.segment-page .section.header,
.segment-page .section.customjavascript {
  margin-bottom: 0;
}
.segment-page .parsys.hero_area {
  background: url(/content/dam/oclc/member-stories/images/groups-banner.jpg) center no-repeat #455560;
  box-shadow: none;
  border: none;
  height: 239px;
  color: #fff;
}
.segment-page .parsys.hero_area h1 {
  font-size: 52px;
  line-height: 52px;
  padding: 60px 0 0 0;
  letter-spacing: -1.5px;
}
.segment-page .page-content h2 {
  font-size: 32px;
  line-height: 36px;
}
.segment-page span.link-btn-blue a,
.segment-page span.link-btn-blue a:visited,
.product-page span.link-btn-blue a,
.product-page span.link-btn-blue a:visited {
  background: #2178b5;
  border: none;
  border-radius: 50px 50px 50px 50px;
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 25px !important;
  text-decoration: none;
  text-shadow: none;
  color: #fff !important;
}
.segment-page span.link-btn-blue a:hover,
.product-page span.link-btn-blue a:hover {
  background: #ff7600 !important;
  color: #fff !important;
}
.segment-page #product-select-list {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 35px 0;
  padding: 0 0 20px 0 !important;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}
.segment-page #product-select-list h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 18px;
}
.segment-page #product-select-list .jumplinkmenu.section {
  padding: 0;
}
.segment-page #product-select-list .jumplinkbtn {
  background-image: url("/content/dam/oclc/design-images/slt-product-pages/blue-arrow-down2.png");
  background-position: right center;
  border: 1px solid #90BBDA;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  color: #2178B5 !important;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 30px 7px 14px;
  background-color: #fff;
  text-shadow: none;
}
.segment-page #product-select-list .jumplinkbtn:hover {
  background-color: #e8f1f7;
}
.segment-page .jumplinkcontent ul li a {
  font-size: 14px;
}
.segment-page .jumplinkcontent {
  top: 24px;
  box-shadow: none;
  border-color: #90BBDA;
  border-top: 1px solid #cfe2f0;
  padding-top: 5px;
}
/* Product Pages */
.product-page div.section.header,
.product-page div.section.customjavascript,
.product-page div.new.section {
  margin: 0;
}
.product-page .page-content h2 {
  line-height: 36px;
  margin: 0 0 18px 0;
  letter-spacing: -1px;
  font-family: "ff-meta-web-pro";
  font-weight: normal;
  font-size: 32px;
}
.product-page .page-content h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: "ff-meta-web-pro";
  letter-spacing: -0.75px;
}
.product-page #product-intro {
  text-shadow: none;
  padding-top: 20px;
}
.suite-page #product-intro {
  padding-top: 0 !important;
}
#product-intro sup {
  font-size: 40%;
}
#product-intro h1 {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  color: #fff;
}
.suite-page #product-intro h1 {
  width: 50%;
  margin-top: 65px;
  font-size: 50px;
  color: #fff;
}
.product-page .parsys.hero_area {
  padding-bottom: 0;
  margin: 0 0 40px 0;
  background-color: #2178b5 !important;
  width: 100%;
  box-shadow: none;
  border: none;
  height: 162px;
  position: relative;
}
.suite-page .parsys.hero_area {
  background: #2178b5;
}
.suite-page .parsys.hero_area {
  height: 300px;
}
.product-page .crumbs-tools {
  display: none;
}
.product-page.suite-page .product-tag {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  width: 40%;
  line-height: 24px;
  font-family: "ff-meta-web-pro";
}
.product-page .product-tag {
  color: #000;
  font-size: 18px;
  width: 100%;
  line-height: 24px;
  font-family: "ff-meta-web-pro";
}
.product-page .hero_area .pills.section {
  margin: 0;
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.product-page .hero_area ul#pill-nav {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none !important;
  background: none !important;
  margin: 0;
  position: relative;
  float: none;
  width: 940px;
  margin: 0 auto;
}
.product-page .hero_area ul#pill-nav li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 25px 0 0;
  padding: 5px 0;
}
.product-page.ie7 .hero_area ul#pill-nav li {
  margin-right: 15px;
}
.product-page .hero_area ul#pill-nav li:first-child {
  border: none;
}
.product-page .hero_area ul#pill-nav li a {
  border-radius: 0;
  color: #2178b5 !important;
  padding: 5px 0;
  text-shadow: none;
}
.product-page .hero_area ul#pill-nav li a:hover {
  text-shadow: none;
  background: none;
  color: #000 !important;
}
.product-page .hero_area ul#pill-nav li a.pill-nav-active:link,
.product-page .hero_area ul#pill-nav li a.pill-nav-active:visited,
.product-page .hero_area ul#pill-nav li a.pill-nav-active:hover {
  color: #000 !important;
  text-shadow: none;
  background: none;
  font-weight: bold;
}
.product-page .hero_area .product-pill-main {
  border: 1px solid;
  padding: 6px 15px;
  border-radius: 25px;
  font-weight: bold;
}
.product-page .parsys.hero_area.product-header-stuck {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  opacity: .98;
  z-index: 1000;
  height: 114px;
}
.product-page .product-header-stuck #product-intro {
  padding: 13px 0 0 0 !important;
}
.ie7 .product-page .parsys.hero_area.product-header-stuck,
.ie8 .product-page .parsys.hero_area.product-header-stuck {
  border-bottom: 1px solid #ccc;
}
.product-page .parsys.hero_area.product-header-stuck #product-intro h1 {
  font-size: 24px;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
  line-height: 24px;
}
.product-page .parsys.hero_area.product-header-stuck img {
  width: 230px;
  margin-top: 0 !important;
}
.product-page .parsys.hero_area.product-header-stuck .product-tag {
  display: none;
}
.product-header-stuck div.section {
  margin: 0;
}
ul.product-list {
  margin: 0 !important;
}
ul.product-list li {
  list-style-type: none;
  font-size: 16px !important;
  margin: 0 0 9px 0 !important;
}
.product-page span.text-large {
  font-size: 18px;
  line-height: 26px;
}
.product-page .news-listing h3 {
  font-size: 14px;
  line-height: 18px;
  font-family: sans-serif;
  letter-spacing: 0;
}
.product-page .news-listing {
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.product-page .list-newspr li,
.product-page div.cq-colctrl-lt2-r-c1 .list-newspr ul li {
  margin: 0;
}
.product-page .email-subscribe p {
  font-size: 14px;
  line-height: 21px;
}
.product-quote p {
  font-family: Helvetica, Arial;
  font-size: 20px;
  line-height: 28px;
  padding: 0 15px;
}
.product-quote p.product-quote-attr {
  font-size: 16px;
  line-height: 20px;
}
#product-request-form .full-width {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#product-request-form label.required em,
#product-request-form p.rgroup-label.required em {
  margin: 0;
}
#product-request-form div.rgroup ul li {
  display: inline-block;
}
#product-request-form label,
#product-request-form p.rgroup-label,
#product-request-form label.radio,
#product-request-form label.checkbox {
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
#product-request-form label.required,
#product-request-form p.rgroup-label.required {
  font-weight: bold;
  margin-left: 0 !important;
}
#product-request-form select {
  font-size: 16px;
}
#product-request-form input.next-button[type="submit"] {
  background: #2178b5;
  border-radius: 25px;
  border: none;
  padding: 10px 25px;
  text-shadow: none;
}
#product-request-form input.next-button[type="submit"]:hover {
  background: #ff7600;
  text-shadow: none;
}
#product-request-form div.parsyscolumncontrol.section {
  margin: 0;
}
#product-request-form div.form-row {
  padding: 0;
}
.event-no-desc .event-short-desc {
  display: none;
}
.product-page .hbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 19px 19px 1px 19px;
  background: #f0f0f0;
  border: none;
  color: #000;
  margin: 0 0 21px 0;
  text-shadow: none;
}
.contact-options {
  margin: 0;
  padding: 0;
}
.contact-options li {
  margin: 0 0 10px 0;
  list-style-type: none;
}
.contact-options li.contact-option-email a {
  padding: 0 18px 0 0;
  background: url('/content/dam/oclc/contacts/mailto-icon-trans.png') no-repeat right;
}
.product-header-main {
  font-size: 46px;
  line-height: 58px;
  text-align: center;
}
#product-request-form {
  margin-top: -18px;
}
.product-feature {
  font-size: 16px;
  line-height: 22px;
}
.product-cta-list h3 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 9px 0;
  line-height: 26px;
}
/* Products & Services Page */
.products-services-page .products-category h3 {
  margin: 0 0 4px 0;
}
.products-services-page .category-product {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  overflow: auto;
}
.products-services-page .category-product h3 {
  margin-bottom: 0;
  font-family: sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  font-size: 20px !important;
}
.products-services-page .category-product p {
  color: #455560;
  margin-bottom: 10px;
}
.products-services-page .product-name h3 {
  font-size: 18px;
}
.products-services-page .category-description {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 25px 0;
  margin: 0 0 15px 0;
}
.products-services-page #product-categories h2 {
  font-family: "ff-meta-web-pro";
  font-weight: normal;
  font-size: 40px;
  letter-spacing: -1px;
  margin: 80px 0 20px 0;
}
@media screen and (min-width: 1450px) {
  .product-page .hero_area ul#pill-nav {
    width: 1180px;
  }
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  .offset-anchor {
    display: inline;
  }
  .product-page .parsys.hero_area.product-header-stuck {
    position: relative;
    box-shadow: none;
    opacity: 1;
    padding-top: 20px;
    height: auto;
  }
  .product-page #product-intro,
  .product-page .product-header-stuck #product-intro {
    padding: 10px 15px 0 15px !important;
  }
  .product-page .parsys.hero_area div.parsys_column {
    margin-bottom: 0;
  }
  .product-header-stuck div.section {
    margin-bottom: 13px;
  }
  .product-page .parsys.hero_area #product-intro h1,
  .product-page .parsys.hero_area.product-header-stuck #product-intro h1 {
    font-size: 24px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    letter-spacing: -1px;
    margin: 0 0 15px 0 !important;
    line-height: 24px;
  }
  .product-page .hero_area ul#pill-nav {
    width: 100%;
    padding: 15px;
  }
  .product-page .hero_area ul#pill-nav li {
    float: none;
    padding: 0;
  }
  .product-page .hero_area ul#pill-nav li a {
    line-height: 100%;
  }
  .product-page .product-support {
    float: none;
    position: relative;
  }
  .product-page #main-content {
    margin-top: 0 !important;
  }
  .suite-page .parsys.hero_area,
  .product-page .parsys.hero_area {
    background-image: none !important;
    height: auto !important;
  }
  .product-page .hero_area .pills.section {
    position: relative;
  }
  .product-tag,
  .suite-page #product-intro h1,
  .product-page.suite-page .product-tag {
    width: 100%;
  }
  .product-page .parsys.hero_area.product-header-stuck .product-tag {
    display: block;
  }
}
/* Segment Pages */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  .segment-page .parsys.hero_area {
    height: 139px;
    background-size: auto 100%;
  }
  .segment-page .parsys.hero_area h1 {
    padding: 30px 10px 0 10px;
    font-size: 36px;
    line-height: 40px;
  }
}
/* RESPONSIVE DESIGN - WIDE */
@media screen and (min-width: 1450px) {
  .cont-page {
    width: 1180px;
  }
  .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;
  }
  .cont-page.crumbs-tools {
    width: 1180px;
    float: left;
  }
  #main-content,
  nav .cont-page {
    width: 1180px;
  }
  .page-content {
    float: left;
    margin-left: 20px;
  }
  /* NextSpace Styles */
  .ns-ad-box.home .pub-subscribe {
    float: right;
  }
  .btn-chart .parsys_column.cq-colctrl-nxsp-c0 .text.parbase.section,
  .btn-chart .parsys_column.cq-colctrl-nxsp-c1 .text.parbase.section,
  .btn-chart .parsys_column.cq-colctrl-nxsp-c2 .text.parbase.section {
    width: 96%;
  }
  /* Product Pages */
  #product-intro {
    width: 1180px;
  }
}
/*! END {main.less} */
/*! END {main.less} */
