/*! The [main.css] stylesheet for Research Microsite - www.oclc.org/research */
/* 
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 #cccccc;
  margin: 27px 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 {
  height: 0;
  line-height: 1;
  vertical-align: top;
  font-size: 50%;
}
p sup {
  vertical-align: middle;
  position: relative;
  font-size: 100%;
  bottom: .5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 40px;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: normal;
  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;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: normal;
  margin: 25px 0 30px 0;
  line-height: 44px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 9px 0;
  letter-spacing: -0.25px;
}
h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 9px 0;
}
.page-content h2,
.page-content h3 {
  font-weight: normal;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.page-content h2 {
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 32px;
  margin: 0 0 14px 0;
}
.page-content h3 {
  font-size: 20px;
  letter-spacing: -0.75px;
  line-height: 26px;
}
.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: 14px;
  margin: 0 0 9px 0;
}
h5,
h6 {
  color: #455560;
  font-weight: normal;
  margin: 0 0 9px 0;
}
.cq-colctrl-lt2-r-c1 h1 {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.hbox.calltoaction h4,
.hbox.calltoaction h5,
.hbox.calltoaction h6 {
  color: #ffffff;
}
blockquote,
ul,
ol,
dl {
  margin: 0 0 21px 0;
}
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;
}
li ul,
li ol {
  margin-bottom: 0;
}
dl dd {
  margin-left: 15px;
}
.parbase.textimage.section ul,
.parbase.textimage.image_left.section ul {
  position: relative;
  margin: 0px 25px 18px 0px;
  overflow: auto;
}
.parbase.textimage.section ul li,
.parbase.textimage.image_left.section ul li {
  list-style-type: disc;
  margin-left: 25px;
}
.parbase.textimage.section .image .parbase.textimage.image_left.section .image {
  float: left;
  clear: left;
}
.image_right.parbase.textimage.section .image {
  float: right;
  clear: right;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  margin: 0 0 21px;
}
/*! END {type.less} */
/*! START {tables.less} */
table {
  width: 100%;
  margin: 0 0 21px 0;
  border: 1px solid #cccccc;
  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 #cccccc;
  border-left: 1px solid #cccccc;
  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 #cccccc;
  -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 #cccccc;
  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 #cccccc;
  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: #ffffff;
  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;
  background: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  background-image: -moz-linear-gradient(top, #2178b5, #043880);
  padding: 6px 14px 7px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #2178b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: 14px;
  font-weight: normal;
}
input[type="submit"].next-button,
.btn.success {
  background-color: #105d0e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#409a3c), to(#105d0e));
  background-image: -moz-linear-gradient(top, #409a3c, #105d0e);
  background-image: -ms-linear-gradient(top, #409a3c, #105d0e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #409a3c), color-stop(100%, #105d0e));
  background-image: -webkit-linear-gradient(top, #409a3c, #105d0e);
  background-image: -o-linear-gradient(top, #409a3c, #105d0e);
  background-image: linear-gradient(top, #409a3c, #105d0e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#409a3c', endColorstr='#105d0e', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #105d0e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
input[type="submit"].next-button:hover {
  text-decoration: none;
  background: #419a3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51a64d), to(#257823));
  background-image: -moz-linear-gradient(top, #51a64d, #257823);
}
input[type="submit"].next-button:active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6) inset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#257823), to(#257823));
  background-image: -moz-linear-gradient(top, #257823, #257823);
}
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover {
  text-decoration: none;
  background: #2178b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3588c2), to(#1f559f));
  background-image: -moz-linear-gradient(top, #3588c2, #1f559f);
}
input[type="submit"]:active,
input[type="button"]:active,
.btn:active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6) inset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f559f), to(#1f559f));
  background-image: -moz-linear-gradient(top, #1f559f, #1f559f);
}
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: #000000;
}
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 #cccccc;
  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: #ffffff;
  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: #cccccc !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: #000000;
}
.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 #cccccc;
  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 #cccccc;
  -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;
}
::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 #cccccc;
  padding: 2px;
  background: #ffffff;
  -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;
}
.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: #e8e8e8;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0 8px 0;
  margin: 0 0 0 0;
  line-height: 12px;
  font-size: 12px;
  text-shadow: 0 1px 0 #fff;
}
.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: #000000;
}
#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 #ffffff;
  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: #000000;
}
/* 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: #000000;
  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: #000000;
}
#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: #cccccc;
  background-position: 5px -25px;
  background-color: #fff;
  position: relative;
  z-index: 11000;
}
#region-select {
  color: #000000;
  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 #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 645px;
  position: absolute;
  background: #ffffff;
  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: #000000;
  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 #ffffff;
}
.gateway-regions p.gateway-americas.gateway-visible {
  background: url(/etc/designs/oclc/images/gateway-region-americas.png) no-repeat -259px 40px #ffffff;
}
.gateway-regions p.gateway-emea {
  background: url(/etc/designs/oclc/images/gateway-region-emea.png) no-repeat 60px 40px #ffffff;
  width: 213px;
}
.gateway-regions p.gateway-emea.gateway-visible {
  background: url(/etc/designs/oclc/images/gateway-region-emea.png) no-repeat -234px 40px #ffffff;
}
.gateway-regions p.gateway-asia {
  background: url(/etc/designs/oclc/images/gateway-region-asia.png) no-repeat 35px 40px #ffffff;
  margin: 0;
}
.gateway-regions p.gateway-asia.gateway-visible {
  background: url(/etc/designs/oclc/images/gateway-region-asia.png) no-repeat -259px 40px #ffffff;
}
.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 #cccccc;
  padding: 5px 0 0 0;
}
.gateway-sites ul li {
  list-style-type: none;
  font-size: 12px;
  border-bottom: 1px dotted #cccccc;
  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;
}
/* Drop navigation */
.dropnav-cont {
  width: 902px;
  margin: 0 auto 0 auto;
  padding: 15px;
  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: 4px solid #fff;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #f0f0f0), color-stop(0.67, #ffffff));
  background-image: -moz-linear-gradient(center bottom, #f0f0f0 33%, #ffffff 67%);
}
.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: #ffffff !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: #ffffff;
  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: #ffffff;
}
.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;
}
/* 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;
}
.ie8 .dropnav-cont {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5');
}
/*! END {header.less} */
/*! START {footer.less} */
footer.page-footer {
  padding: 30px 0 0 0;
}
footer.page-footer p {
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  margin: 0 0 6px 0;
}
div.extra-info div.section {
  margin: 0;
}
/* Copyright */
.copyright {
  padding: 35px 0;
}
footer.page-footer .copyright p,
.copyright ul {
  padding: 0 10px;
  margin: 0 0 5px 0;
}
.copyright ul {
  margin: 0;
}
.copyright ul li {
  list-style-type: none;
  float: left;
  font-size: 11px;
  color: #ffffff;
  padding: 0 10px 0 0;
}
.copyright a:link,
.copyright a:visited {
  color: #EEF3F8;
}
.copyright a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer.copyright .section {
  margin: 0;
}
footer.copyright {
  padding: 25px;
  clear: both;
  text-align: center;
}
footer.copyright p {
  font-size: 11px;
  line-height: 15px;
}
footer.copyright a {
  color: #4D453B;
}
footer.copyright a:hover {
  color: #000000;
}
/* Purpose statement */
#main-content div.extra-info {
  background: url(/etc/designs/oclc/images/purpose-arrow.png) no-repeat bottom left;
  padding: 0 0 27px 0;
  margin-bottom: -59px;
  width: 940px;
  clear: both !important;
}
.purpose-statement {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  color: #ffffff;
  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: #ffffff;
}
.purpose-statement a:hover {
  text-decoration: none;
}
/* Address and links */
footer.page-footer .region-contact-tollrestrict {
  color: #ccc;
}
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 {
  color: #ffffff;
  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;
  font-size: 11px;
  margin: 0 0 6px 0;
}
.cq-colctrl-ltf a,
.cq-colctrl-ltf2 a {
  color: #EEF3F8;
}
.cq-colctrl-ltf a:hover,
.cq-colctrl-ltf2 a:hover {
  color: #ffffff;
  text-decoration: none;
}
div.cq-colctrl-ltf-c3 ul li,
div.cq-colctrl-ltf2-c2 ul li {
  background: url(/etc/designs/oclc/images/footer-link-icon.png) no-repeat 0 1px;
  padding: 0 0 0 18px;
  font-size: 12px;
}
/* Connect bar */
.connect-bar {
  margin: 25px 0 0 0;
  padding: 10px 0 8px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #6b7278;
  border-bottom: 1px solid #6b7278;
  position: relative;
}
.connect-bar ul {
  margin: 0;
}
.connect-bar ul li {
  list-style-type: none;
  float: left;
}
.connect-bar a {
  color: #ffffff;
  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);
}
/* 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;
}
.follow-github {
  background: url(/etc/designs/oclc/images/connect-icons.png) no-repeat 0 -1217px;
}
/* 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: 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: 19px 19px 1px 19px;
  background: #f0f0f0;
  border: 2px solid #fff;
  color: #455560;
  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 {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #455560;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 37px 0;
}
.hbox.quote p {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.hbox.quote p .quote-attribution {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 15px;
  font-size: 14px;
  display: inline-block;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.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: #2178b5;
}
.theme-blue .hbox.quote .quote-arrow {
  background-position: 0 -60px;
}
.theme-fuschia .hbox.quote {
  background: #a9316f;
}
.theme-fuschia .hbox.quote .quote-arrow {
  background-position: 0 -180px;
}
.theme-gray .hbox.quote {
  background: #455560;
}
.theme-gray .hbox.quote .quote-arrow {
  background-position: 0 -30px;
}
.theme-green .hbox.quote {
  background: #419a3c;
}
.theme-green .hbox.quote .quote-arrow {
  background-position: 0 -90px;
}
.theme-navy .hbox.quote {
  background: #16325c;
}
.theme-navy .hbox.quote .quote-arrow {
  background-position: 0 -240px;
}
.theme-orange .hbox.quote {
  background: #ff7600;
}
.theme-orange .hbox.quote .quote-arrow {
  background-position: 0 -120px;
}
.theme-teal .hbox.quote {
  background: #008b96;
}
.theme-teal .hbox.quote .quote-arrow {
  background-position: 0 -210px;
}
.theme-violet .hbox.quote {
  background: #5f4894;
}
.theme-violet .hbox.quote .quote-arrow {
  background-position: 0 -150px;
}
.theme-red .hbox.quote {
  background: #c4161c;
}
.theme-red .hbox.quote .quote-arrow {
  background-position: 0 0;
}
/* Call to action */
.hbox.calltoaction {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.hbox.calltoaction a {
  color: #ffffff;
}
.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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  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: #cccccc;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.hbox.banner a {
  color: #455560;
  text-decoration: underline;
}
.hbox.banner a:hover {
  color: #000000;
  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: #ffffff;
}
.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: 22px;
  letter-spacing: 0;
}
.event-info .event-date {
  font-size: 11px;
  color: #3F4D57;
  margin: 0;
}
.event-short-desc {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.event-more-info {
  margin: 18px 0 0 0;
}
.event-more-info p {
  margin: 18px 0 0 0;
  font-size: 11px;
}
.event-listing-details {
  margin: 0;
  padding: 0;
  color: #3F4D57;
}
.event-listing-details li {
  list-style-type: none;
  font-size: 11px;
}
.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: 221px;
}
#event-filter-datepicker .ui-widget-header {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  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: #000000;
}
#event-filter-datepicker .ui-datepicker table {
  border: 1px solid #cccccc;
  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 #cccccc;
  font-size: 14px;
  color: #000000;
}
#event-filter-datepicker .ui-datepicker .ui-state-default {
  color: #000000;
  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: #cccccc;
}
.event-agenda th {
  background: #f0f0f0;
  text-align: center;
  white-space: nowrap;
  border-style: dotted;
  border-color: #cccccc;
  vertical-align: middle;
}
.event-agenda td {
  color: #455560;
  font-size: 14px;
  line-height: 21px;
  border-style: dotted;
  border-color: #cccccc;
}
.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;
}
/* 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 #cccccc;
  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;
  float: left;
  width: 100%;
}
ul.list-profiles 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;
  width: 47%;
  padding: 12px 0;
  float: left;
  min-height: 115px;
}
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 h3,
ul.list-profiles p {
  margin: 0 12px;
}
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 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
  background: #fff;
  margin: 0 0 0 12px;
}
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: 110px;
}
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: #000000;
}
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 #cccccc;
  padding: 0 0 10px 0;
  margin: 0 0 13px 0;
  float: left;
}
.list-recent-videos img {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
}
.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;
}
.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 #cccccc;
  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 #cccccc;
  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 #cccccc;
  background: #ffffff;
  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 #cccccc;
  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 #cccccc;
  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 #cccccc;
  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 #cccccc;
  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: #000000;
  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: #000000;
  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 #cccccc;
  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: #ffffff;
}
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 #cccccc;
  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 #cccccc;
  padding: 2px;
  background: #ffffff;
  -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: #000000;
}
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 #cccccc;
  padding: 2px;
  background: #ffffff;
  -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: #ffffff;
}
.list-pod.barline ul li:first-child {
  background-color: #808080;
  color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
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 {
  font-size: 18px;
  padding: 0 5px;
}
.facets-options h3 {
  padding: 5px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 2px 0;
  border-bottom: 1px dotted #a6c9e1;
}
.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: #ffffff;
  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: #000000;
  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: #000000;
}
.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: #ffffff;
  -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: 11px;
  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: #000000;
}
.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 #cccccc;
  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: #000000;
}
.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 {
  border: 1px solid #cccccc;
  padding: 2px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*! END {component-generic.less} */
/*! START {component-blogs.less} */
.list-blog-posts h1 {
  border-bottom: 1px dotted #cccccc;
  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 #cccccc;
  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: #000000;
}
.blog-stats,
.news-stats {
  color: #455560;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  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: #000000;
}
.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: #000000;
}
.blog-post-nav {
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  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 #cccccc;
}
.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 #ffffff;
}
/*! 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;
}
/*---- 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;
}
/*! 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: 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: #000000;
}
.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 #cccccc;
  border-top: 1px solid #cccccc;
  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 #cccccc;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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;
}
/* Rating and review component -- overwrites styles in CQ-default reviews.css */
.rating.section .scf-ratings {
  display: inline-block;
  margin: 14px 0;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #bcd6e9;
  background: #f4f8fb;
}
.rating.section .scf-ratings .comment-text-label {
  float: none;
  font-size: 14px;
  font-weight: bold;
  color: #313e48;
}
.rating.section .scf-ratings .scf-ratings-text {
  display: inline-block;
  padding: 3px 6px;
  font-size: 11px;
  color: #455560;
}
.rating.section .scf-ratings .scf-ratings-text:hover {
  background: #d3e4f0;
}
.scf-ratings-bar-empty,
.scf-ratings-text {
  margin: 6px 0 0;
}
.scf-review-form.scf-composer-block .scf-ratings-bar-empty {
  margin-top: 0;
}
.scf-rating-histogram {
  width: auto;
  border: 1px solid #bcd6e9;
  padding: 6px 8px 3px 0;
}
.scf-composer .scf-ratings-stars {
  margin: 0 0 14px;
}
.scf-composer .review-form-label {
  display: none;
}
ul.scf-poll-result {
  margin: 0;
}
ul.scf-poll-result li {
  list-style-type: none;
  margin-bottom: 6px;
  font-size: 12px;
}
ul.scf-poll-result li:last-child {
  margin-bottom: 0;
}
.reviews.section .scf-comment .scf-ratings-block {
  float: none !important;
  width: auto !important;
}
.reviews.section .scf-comment .scf-ratings-block ul {
  margin-left: 0px !important;
}
.reviews.section .scf-comment .scf-ratings-block ul li div {
  float: none !important;
}
.reviews.section .scf-review-body {
  margin-right: 0;
}
.reviews.section .scf-comment-data {
  margin-left: 60px !important;
}
ul.scf-topic-list li,
ul.scf-comments-list li {
  list-style: none;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  .reviews.section .scf-comment-author,
  .reviews.section .scf-comment-author .scf-comment-avatar {
    float: none;
  }
  .reviews.section .scf-comment-data {
    display: block;
    margin-left: 0 !important;
  }
}
/*! END {component-ratings.less} */
/*! START {component-comments.less} */
.comments {
  border-top: 1px dotted #cccccc;
  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: #000000;
  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: #ffffff;
  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 #cccccc;
  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 #cccccc;
  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 #cccccc;
}
.comment-header-avatar {
  float: left;
  line-height: 0;
}
.comment-header-avatar img {
  border: 1px solid #cccccc;
  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: #000000;
}
.comment-body {
  color: #000000;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  padding-left: 25px;
}
.searchpg-advsearch a:visited {
  color: #ffffff;
}
.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: #ffffff;
  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: #000000;
  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: #000000;
  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 #cccccc;
  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: #ffffff;
  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 #cccccc;
  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: #cccccc;
  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: #ffffff;
  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: #ffffff;
}
.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 #cccccc;
  padding: 2px;
  background: #ffffff;
  -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;
  font-size: 12px;
  line-height: 18px;
}
.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: #000000;
}
/* 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: #ffffff;
  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: #ffffff;
}
.featured-pub a {
  color: #ffffff;
  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: #ffffff;
  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: 11px;
  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: #000000;
}
.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: #000000 !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: #ffffff;
}
.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 #ffffff;
}
.jumplinkcontent {
  border: 1px solid #ffffff;
}
.ie .jumplinkbtn,
.ie .jumplinkcontent {
  border-color: #cccccc;
}
.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;
}
.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 #ffffff;
  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 #ffffff;
}
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: #000000;
}
/*! END {component-showhide.less} */
/*! START {component-tabs.less} */
.ui-tabs .ui-tabs-panel {
  border-color: #cccccc;
}
#tabs .ui-state-active a,
#tabs .ui-state-active a:link,
#tabs .ui-state-active a:visited {
  color: #000000;
}
#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: #ffffff;
}
/*! 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: #000000;
  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;
}
/*! END {component-memberstory.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 #cccccc;
  }
  .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 {
    background: none repeat scroll 0 0 #717D85;
    border-bottom: 1px solid #CCCCCC;
    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;
  }
  #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;
  }
  .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;
  }
  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: #f0f0f0 !important;
    border-bottom: 1px solid #ddd !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 */
  .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%;
  }
  /* 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 div.cq-colctrl-lt2-r-c0 {
    width: 75.5%;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c1 {
    width: 24.5%;
  }
  /* 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: #000000;
    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: #cccccc;
    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: #000000;
    border-color: #000000;
  }
  .el-day {
    border: 1px solid #000000;
  }
}
/*! 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: 16px;
  line-height: 24px;
}
span.text-small {
  font-size: 11px;
  line-height: 15px;
}
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;
  background: -webkit-gradient(linear, left top, left bottom, from(#2178b5), to(#043880));
  /* Safari,Chrome */
  background: -moz-linear-gradient(top, #2178b5, #043880);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #043880;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-blue a:visited {
  color: #fff !important;
}
span.link-btn-blue a:hover {
  background: #043880 !important;
}
span.link-btn-blue a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-green a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #409a3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#409a3c), to(#105d0e));
  background: -moz-linear-gradient(top, #409a3c, #105d0e);
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #105d0e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-green a:visited {
  color: #fff !important;
}
span.link-btn-green a:hover {
  background: #105d0e !important;
}
span.link-btn-green a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.7) inset;
}
span.link-btn-lightgray a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #455560;
  text-decoration: none;
  background: #d2d5d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d2d5d7));
  /* Safari,Chrome */
  background: -moz-linear-gradient(top, #f5f5f5, #d2d5d7);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 #ffffff;
}
span.link-btn-lightgray a:visited {
  color: #455560 !important;
}
span.link-btn-lightgray a:hover {
  background: #d2d5d7 !important;
}
span.link-btn-lightgray a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-violet a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #5f4894;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f4894), to(#231456));
  /* Safari, Chrome */
  background: -moz-linear-gradient(top, #5f4894, #231456);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #5f4894;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-violet a:visited {
  color: #fff !important;
}
span.link-btn-violet a:hover {
  background: #231456 !important;
}
span.link-btn-violet a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-fuchsia a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #a9316f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9316f), to(#700930));
  /* Safari, Chrome */
  background: -moz-linear-gradient(top, #a9316f, #700930);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #700930;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-fuchsia a:visited {
  color: #fff !important;
}
span.link-btn-fuchsia a:hover {
  background: #700930 !important;
}
span.link-btn-fuchsia a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-gray a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #455560;
  background: -webkit-gradient(linear, left top, left bottom, from(#455560), to(#131c24));
  /* Safari, Chrome */
  background: -moz-linear-gradient(top, #455560, #131c24);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #131c24;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-gray a:visited {
  color: #fff !important;
}
span.link-btn-gray a:hover {
  background: #131c24 !important;
}
span.link-btn-gray a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-teal a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #008B96;
  background: -webkit-gradient(linear, left top, left bottom, from(#008b96), to(#004c58));
  /* Safari, Chrome */
  background: -moz-linear-gradient(top, #008b96, #004c58);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #004c58;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-teal a:visited {
  color: #fff !important;
}
span.link-btn-teal a:hover {
  background: #004c58 !important;
}
span.link-btn-teal a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-red a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #c42127;
  background: -webkit-gradient(linear, left top, left bottom, from(#c42127), to(#7a2326));
  /* Safari, Chrome */
  background: -moz-linear-gradient(top, #c42127, #7a2326);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #7a2326;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-red a:visited {
  color: #fff !important;
}
span.link-btn-red a:hover {
  background: #7a2326 !important;
}
span.link-btn-red a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-navy a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #18325c;
  background: -webkit-gradient(linear, left top, left bottom, from(#18325c), to(#161534));
  /* Safari, Chrome */
  background: -moz-linear-gradient(top, #18325c, #161534);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #161534;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-navy a:visited {
  color: #fff !important;
}
span.link-btn-navy a:hover {
  background: #161534 !important;
}
span.link-btn-navy a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
span.link-btn-orange a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background: #ff7600;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7600), to(#8e4200));
  /* Safari, Chrome */
  background: -moz-linear-gradient(top, #ff7600, #8e4200);
  /* Firefox */
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #8e4200;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
span.link-btn-orange a:visited {
  color: #fff !important;
}
span.link-btn-orange a:hover {
  background: #8e4200 !important;
}
span.link-btn-orange a:active {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}
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;
}
.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(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 Research Microsite - www.oclc.org/research */
html {
  background: url(images/page-bg.png) repeat #455560;
}
body {
  margin: 0;
  padding: 0;
  min-width: 960px;
}
.cont-main {
  width: 100%;
  background: #fff;
  border-top: 4px solid #f0f0f0;
  border-bottom: 2px solid #3b4852;
  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;
}
/* Hides breadcrumbs on the homepage */
.homepage .crumbs-tools {
  display: none;
}
/* 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;
}
/*! START {main.less} */
/* Universal Nav */
div.header .section {
  margin: 0;
}
.universal-nav img.oclc-logo {
  margin: 20px 0 0 10px;
}
/* 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;
}
.ie8 #search-terms,
.ie7 #search-terms,
.ie9 #search-terms {
  background: url(../forms/images/ie-input-bg-gray.png) repeat-x #f5f5f5;
}
#advanced-search {
  display: none !important;
  /* Hiding this until it's fixed in dev */
}
#submit-search {
  float: left;
  background: url(images/search-icon.png) no-repeat 6px 7px #5f4994;
  -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 #27165a;
  height: 32px;
  width: 30px;
}
.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 #5f4894;
  filter: none;
}
#submit-search:hover {
  background: url(images/search-icon.png) no-repeat 6px -32px #241558;
}
.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 #5f4894;
  filter: none;
}
/* Navigation */
nav {
  background: url(images/nav-bg.png) repeat-x #5f4894;
  border-top: 1px solid #c6cbce;
  border-bottom: 1px solid #c7ccccf;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}
.ie7 nav {
  position: relative;
  z-index: 1;
}
nav .cont-page {
  width: 940px;
}
nav ul#main-nav {
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #312259;
  border-right: 1px solid #312259;
  float: left;
  position: relative;
}
nav ul li.main-nav-item {
  list-style-type: none;
  float: left;
  border-left: 1px solid #312259;
}
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: #ffffff;
  text-decoration: none;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 16px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  padding: 10px 21px 12px 22px;
  border-left: 1px solid #685595;
  border-right: 1px solid #685595;
  border-top: 2px solid transparent;
}
nav ul li.main-nav-item a.main-nav-link:focus {
  outline: none;
}
nav ul li.main-nav-item:first-child {
  border-left: 1px solid #685595;
}
nav ul li.main-nav-item:first-child a.main-nav-link:link {
  border-left: 1px solid transparent;
  padding-right: 26px;
  padding-left: 26px;
}
nav ul li.main-nav-item a.main-nav-link:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.6);
}
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: #ffffff;
  color: #000000;
  text-shadow: none;
  border-top: 2px solid #455560;
  border-left: 1px solid #455560;
  border-right: 1px solid #455560;
  -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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Drop Menus */
#dropnav-content p,
#dropnav-content ul {
  font-size: 12px;
  line-height: 18px;
}
#dropnav-content h3 {
  border-bottom: 1px dotted #808080;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
}
#dropnav-content h4 {
  border-bottom: 1px dotted #808080;
  color: #455560;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
}
#dropnav-content ul {
  margin: 0;
  padding: 0;
}
#dropnav-content ul li {
  list-style-type: none;
  margin: 0 0 5px 0;
}
/* Next Step links */
.next-steps li {
  background: url(images/nextstep-arrow.png) no-repeat 0 2px;
}
/* Footer */
footer.page-footer h4 {
  margin-bottom: 6px;
}
footer.page-footer h1 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  fontsize: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 4px 0 9px 0;
  margin: 0;
}
.region-contact2 {
  padding-top: 35px;
}
/* Hero Carousel */
.hero-carousel {
  background: #e5e7e9;
  border-top: 1px solid #d8dbdd;
  border-bottom: 4px solid #f5f5f5;
  margin: 16px 0 35px 0;
  padding: 23px 0;
}
/* Email */
#sub-emailaddress {
  width: 170px;
  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%);
  margin: 0;
  float: left;
  height: 14px;
  -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;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
  -webkit-box-sizing: content-box;
  /* Safari */
}
#sub-submit {
  float: left;
  border-color: #5f4894;
  background: url(../images/email-submit-arrow.png) no-repeat 10px 10px, -webkit-gradient(linear, left top, left bottom, from(#5f4894), to(#231456));
  background: url(../images/email-submit-arrow.png) no-repeat 10px 10px, -moz-linear-gradient(top, #5f4894, #231456);
}
#sub-submit:hover {
  background: url(../images/email-submit-arrow.png) no-repeat 10px 10px, -webkit-gradient(linear, left bottom, left top, color-stop(0, #44337e), color-stop(1, #816cb2));
  background: url(../images/email-submit-arrow.png) no-repeat 10px 10px, -moz-linear-gradient(center bottom, #44337e 0%, #816cb2 100%);
}
.email-subscribe {
  padding: 0;
  background: none;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
}
/* Research Homepage Column Specific Styles */
div.cq-colctrl-res-home h2 {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 24px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  font-weight: normal;
  border-bottom: 1px dotted #808080;
  letter-spacing: -0.75px;
}
div.cq-colctrl-res-home-c1 h3 {
  font-size: 14px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0;
}
#research-home .news-listing .news-list-stats {
  margin-top: 0;
  padding: 0;
}
#research-home .list-newspr ul.post-metadata,
#research-home .list-newspr ul.post-metadata li {
  border: none;
  margin: 0;
  padding: 0;
}
#research-home .list-newspr li {
  margin-bottom: 18px;
}
#research-home .list-newspr .news-listing {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 18px;
}
#research-home .list-newspr .news-listing p {
  font-size: 12px;
  line-height: 18px;
}
#research-home .list-ra-activitytitle {
  font-size: 14px;
  line-height: 21px;
}
#research-home .list-ra-activityshort {
  font-size: 12px;
  line-height: 18px;
}
#research-home .list-recent-activities {
  padding: 0 0 18px 0;
}
#research-home .list-rp-pubdate {
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
  font-size: 11px;
}
.cq-colctrl-res-home-c2 h4 {
  color: #455560;
  border-bottom: 1px dotted #cccccc;
}
#research-home .list-upcoming-events h3 {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  border-bottom: 1px dotted #808080;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 9px 0 15px;
}
#research-home .list-ue-eventdescription {
  line-height: 15px;
}
#research-home .hbox.res-chat {
  width: auto;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  margin-left: 80px;
}
.ie7 #research-home .hbox.res-chat {
  margin-left: 10px;
}
#research-home .hbox.res-chat:after {
  clear: none;
}
#research-home .hbox.res-chat a {
  color: #2178b5;
  font-size: 12px;
}
#research-home .hbox.res-chat a:hover {
  color: #ff7600;
}
#research-home .hbox.res-chat p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
#research-home .res-chat-stamp {
  font-size: 11px;
  color: #455560;
  margin-left: 80px;
}
#research-home .chat-box {
  overflow: auto;
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
}
#research-home .feedreader.section {
  margin-bottom: 18px;
  overflow: auto;
}
.ie7 #research-home .feedreader.section {
  overflow: none;
}
#research-home .chat.section {
  margin: 0;
}
/* Twitter Widget */
.twtr-widget {
  margin: 0 0 27px 0;
}
.twtr-widget p {
  font-size: 12px;
}
.twtr-hd {
  display: none;
}
#twtr-widget-1 .twtr-tweet-text {
  margin-left: 35px !important;
}
.twtr-avatar {
  width: 35px !important;
}
.twtr-widget .twtr-tweet {
  border-bottom: 1px dotted #cccccc !important;
  margin: 0 0 18px 0 !important;
  padding: 0 0 18px 0 !important;
}
.twtr-widget .twtr-tweet-wrap {
  padding: 0 !important;
}
.twtr-doc a.twtr-join-conv {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 12px;
  text-decoration: underline !important;
  display: inline;
  background: none;
}
.twtr-doc .twtr-ft a.twtr-join-conv:hover {
  color: #000000 !important;
}
.twtr-ft div {
  padding: 0 !important;
}
.twtr-ft {
  border-top: 1px dotted #808080;
  padding: 10px 0 0 0;
}
.twtr-ft a {
  text-indent: -9999px;
  display: block;
  width: 21px;
  height: 17px;
  background: url(images/twitter-logo-widget.png) no-repeat 0 0;
  margin: 0 0 -2px 0;
}
/*- Side bar -*/
div.cq-colctrl-res-home-side .parsys_column {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 19px 19px 1px 19px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 0 18px 0;
  color: #ffffff;
}
div.cq-colctrl-res-home-side .parsys_column .section {
  margin: 0;
}
div.cq-colctrl-res-home-side .parsys_column > .parsys {
  padding: 15px 15px 0 15px;
}
div.cq-colctrl-res-home-side-c0 {
  background: #f0f0f0;
  color: #455560;
}
div.cq-colctrl-res-home-side-c1 {
  background: #5f4894;
  color: #ffffff;
}
div.cq-colctrl-res-home-side-c2 {
  background: #419a3c;
  color: #ffffff;
}
div.cq-colctrl-res-home-side-c3 {
  background: #ff7600;
  color: #ffffff;
}
div.cq-colctrl-res-home-side-c1 p,
div.cq-colctrl-res-home-side-c2 p,
div.cq-colctrl-res-home-side-c3 p {
  font-size: 12px;
  line-height: 18px;
}
div.cq-colctrl-res-home-side-c1 a,
div.cq-colctrl-res-home-side-c2 a,
div.cq-colctrl-res-home-side-c3 a {
  color: #ffffff;
}
div.cq-colctrl-res-home-side-c1 a:hover,
div.cq-colctrl-res-home-side-c2 a:hover,
div.cq-colctrl-res-home-side-c3 a:hover {
  text-decoration: none;
  color: #ffffff;
}
div.cq-colctrl-res-home-side-c1 h3,
div.cq-colctrl-res-home-side-c2 h3,
div.cq-colctrl-res-home-side-c3 h3 {
  color: #ffffff;
}
div.cq-colctrl-res-home-c1 h4,
div.cq-colctrl-res-home-c2 h4 {
  border-bottom: 1px dotted gray;
  margin: 0 0 9px 0;
  padding: 0 0 6px 0;
  line-height: 16px;
  text-transform: none;
  font-weight: bold;
  color: #455560;
}
/* Additional Homepage Styles */
.hdr-section {
  margin: 0;
  padding: 0;
}
.datapoints {
  padding-bottom: 20px;
}
.link-title {
  font-weight: bold;
}
/* NEW Hbox Research colors and styles */
.hbox.res-blue {
  background: #2178b5;
  border: 2px solid #c7cccf;
}
.hbox.res-fushia {
  background: #a9316f;
  border: 2px solid #c7cccf;
}
.hbox.res-fushia-grad {
  background: #a9316f;
  border: 2px solid #c7cccf;
  /* For Firefox */
  background: -moz-linear-gradient(top, #a9316f, #700930);
  /* For Safari and Chrome */
  background: -webkit-gradient(linear, left top, left bottom, from(#a9316f), to(#700930), color-stop(1, #700930));
  /* W3C Specs */
  background: linear-gradient(left top, #a9316f, #700930);
}
/* Call to action - Pulled from component-hbox.less to change to fuschia */
.hbox.calltoaction {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  border-color: #e5c1d4;
  background: #a9316f;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9316f), to(#700930));
  background: -moz-linear-gradient(top, #a9316f, #700930);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.hbox.calltoaction a {
  color: #ffffff;
}
.hbox.calltoaction a:hover {
  text-decoration: none;
}
.hbox.res-green {
  background: #419a3c;
  border: 2px solid #c7cccf;
}
.hbox.res-purple {
  background: #5f4894;
  border: 2px solid #c7cccf;
}
.hbox.res-orange {
  background: #ff7600;
  border: 2px solid #c7cccf;
}
.hbox.res-gray {
  background: #455560;
  border: 2px solid #c7cccf;
}
.text-hbox-hdr-white {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.text-hbox-hdr-demo {
  font-size: 14px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  color: #ffffff;
  padding: 5px 0 5px 32px;
  background: url(images/activity-icon-demo.png) no-repeat 0 0;
  height: 26px;
  border-bottom: 1px dotted #ffffff;
  margin-bottom: 10px;
  display: block;
}
.text-hbox-hdr-demo a {
  color: #ffffff;
  text-decoration: none;
}
.text-hbox-hdr-demo a:hover {
  text-decoration: underline;
}
.text-hbox-text-white {
  font-size: 12px;
  color: #ffffff;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  line-height: 18px;
}
.text-hbox-text-demo {
  font-size: 12px;
  color: #ffffff;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  line-height: 18px;
}
.text-hbox-call-white {
  font: 11px Georgia, serif;
  color: #ffffff;
  font-style: italic;
  line-height: 18px;
  font-size: 11px;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.text-hbox-text-white a {
  color: #ffffff;
  text-decoration: underline;
}
.text-hbox-text-demo a {
  color: #ffffff;
}
.text-hbox-call-white a {
  color: #ffffff;
  text-transform: lowercase;
}
.text-hbox-phrase-white {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
/* New Research Chat box styles */
.chat-box {
  margin-bottom: 20px;
}
.hbox.res-chat {
  background: #f0f0f0;
  border: 2px solid #ffff;
  margin: 3px 3px 0 85px;
  padding-top: 8px;
  width: 55%;
}
.ie7 .hbox.res-chat {
  background: #f5f5f5;
  border: 2px solid #fefefe;
  margin: 3px 3px 4px 18px;
  padding-top: 8px;
}
.ie7 .hbox.res-chat .parsys {
  padding-top: 0;
  margin-top: 0;
}
.ie7 .hbox.res-chat .parsys .text.parbase.section {
  padding-top: 0;
  margin-top: 0;
}
.ie7 .hbox.res-chat .parsys .text.parbase.section p {
  padding-top: 0;
  margin-top: 0;
}
.ie8 .hbox.res-chat {
  background: #f5f5f5;
  border: 2px solid #fefefe;
  margin: 3px 3px 4px 18px;
  padding-top: 0px;
}
.ie8 .hbox.res-chat .parsys {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border: 1px solid  #f5f5f5;
}
.ie8 .hbox.res-chat .parsys .text.parbase.section {
  padding-top: 0;
  margin-top: -25px;
  border: 1px solid  #f5f5f5;
}
.ie8 .hbox.res-chat .parsys .text.parbase.section p {
  padding-top: 0;
  margin-top: 0;
  border: 1px solid  #f5f5f5;
}
.hbox.res-chat a {
  color: #000000;
  font-size: 11px;
}
.hbox.res-chat a:hover {
  color: #ff7600;
  font-size: 11px;
}
.hbox.res-chat a:visited {
  color: #455560;
}
.hbox.res-chat .parsys .text.parbase.section {
  padding: 0;
  margin: 0;
}
.res-chat-arrow {
  background: url(images/chat-arrow.png) no-repeat 0 20px;
  display: block;
  width: 16px;
  height: 42px;
  float: left;
  margin-left: 5px;
}
.ie7 .chat-box .highlightbox.section {
  float: left;
  display: inline;
  width: 76%;
  margin-bottom: 0;
  padding-bottom: 0;
  clear: right;
}
.ie8 .chat-box .highlightbox.section {
  float: left;
  display: inline;
  width: 76%;
  margin-bottom: 0;
  padding-bottom: 0;
  clear: right;
}
.ie7 .res-chat-arrow {
  background: url(images/ie-chat-arrow.png) no-repeat 0 20px;
  width: 16px;
  height: 42px;
  float: left;
  display: inline;
  margin-left: 5px;
}
.ie8 .res-chat-arrow {
  background: url(images/ie-chat-arrow.png) no-repeat 0 20px;
  width: 16px;
  height: 42px;
  float: left;
  display: inline;
  margin-left: 5px;
}
.icon-box {
  float: left;
  display: inline;
}
.res-chat-stamp {
  margin: 0 0 0 85px;
  padding: 0;
  font-size: 10px;
}
.ie7 .res-chat-stamp {
  margin: 0 0 0 85px;
  padding: 0;
  font-size: 10px;
}
.ie8 .res-chat-stamp {
  margin: 5px 0 0 85px;
  padding: 0;
  font-size: 10px;
}
.res-chat-stamp a {
  font-size: 10px;
  margin-right: 15px;
}
.chat-box .highlightbox.section {
  margin-bottom: 6px;
}
/* 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;
}
/*Quicklinks needed for Research mockup pages - may not need with newer quicklinks list display*/
ul.quicklinks li {
  list-style-type: none;
}
ul.quicklinks li a {
  display: inline-block;
  background: url(images/quicklinks-arrow.png) no-repeat 0 2px;
  padding: 0 0 0 16px;
}
/*New Table Activities Definition Table */
.text-activitydef {
  margin: 0;
  padding: 0;
  border: none;
}
.text-activitydef td {
  border: none;
  margin: 0;
  padding: 0 10px 7px 0;
  vertical-align: top;
}
/* Activities List */
.list-recent-activities article {
  margin: 0 0 18px 0;
  border-bottom: 1px dotted #cccccc;
}
.list-ra-activitytitle {
  font-size: 16px;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  line-height: 23px;
  margin: 0;
  letter-spacing: 0px;
}
.list-recent-activities .link-more {
  margin-top: -12px;
  display: block;
}
/* Research Activities List Display */
.res-activities {
  margin: 0;
  padding: 0;
  list-style: none;
}
.res-activities li {
  list-style: none;
  padding-bottom: 5px;
}
.res-activities h1 {
  font-weight: bold;
  text-rendering: optimizelegibility;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 9px 0;
  padding: 0 0 6px 0;
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.res-activities p.title {
  font-size: 16px;
  margin: 0 0 3px 0;
  padding: 0;
  display: block;
  clear: both;
}
.res-activities p.short-desc {
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
}
.res-activities article {
  padding: 0;
  margin: 0 0 18px 0;
}
.res-activities article .title a {
  padding-top: 0px;
  padding-right: 3px;
}
.act-icon-p {
  width: 20px;
  height: 20px;
  background: url(images/activity-icons.png) 42px 0;
  margin: 0 1px -2px 2px;
  padding-top: 0;
  display: inline-block;
}
.act-icon-sw {
  width: 20px;
  height: 20px;
  background: url(images/activity-icons.png) 0 0;
  margin: 0 1px -2px 2px;
  display: inline-block;
}
.act-icon-rw {
  width: 20px;
  height: 20px;
  background: url(images/activity-icons.png) 21px 0;
  margin: 0 1px -2px 2px;
  display: inline-block;
}
.act-sub-p {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 14px;
  color: #5f4894;
  padding: 2px 0 3px 25px;
  background: url(images/activity-icon-p.png) no-repeat 0 0;
  height: 20px;
}
.act-sub-rw {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 14px;
  color: #ff7600;
  padding: 2px 0 3px 25px;
  background: url(images/activity-icon-rw.png) no-repeat 0 0;
  height: 20px;
}
.act-sub-sw {
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-size: 14px;
  color: #419a3c;
  padding: 2px 0 3px 25px;
  background: url(images/activity-icon-sw.png) no-repeat 0 0;
  height: 20px;
}
.researchactivity.section hr {
  border-top: 1px dotted #81888D;
  margin: 27px 0;
}
/* Activities Alert Page */
.act-alert {
  padding: 10px;
  margin: 0 0 10px 0;
  clear: both;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
  font-size: 14px;
  text-align: center;
}
/*Alert color styles for Research html mockups - stle name changed second for RTE formatting */
.act-alert.green,
.act-alert.alert-green {
  background-color: #eaf8e8;
  border: solid 1px #cfe8ce;
  color: #16651a;
}
.act-alert.red,
.act-alert.alert-red {
  background-color: #ffe7e7;
  border: solid 1px #fdcdcb;
  color: #cd1013;
}
.act-alert.yellow,
.act-alert.alert-yellow {
  background-color: #fffdd6;
  border: solid 1px #fdefa1;
  color: #6b6538;
}
.act-alert.orange,
.act-alert.alert-orange {
  background-color: #ffebd9;
  border: solid 1px #ffd6b2;
  color: #6b5838;
}
.act-alert.fuschia,
.act-alert.alert-fuschia {
  background-color: #f2e0ea;
  border: solid 1px #e5c1d4;
  color: #a9316f;
}
.act-alert.blue,
.act-alert.alert-blue {
  background-color: #deebf4;
  border: solid 1px #bcd6e9;
  color: #034ea2;
}
.act-alert.violet,
.act-alert.alert-violet {
  background-color: #e7e4ef;
  border: solid 1px #cfc8df;
  color: #5f4894;
}
.act-alert.teal,
.act-alert.alert-teal {
  background-color: #d9eeef;
  border: solid 1px #b2dcdf;
  color: #00676f;
}
.act-alert.gray,
.act-alert.alert-gray {
  background-color: #e3e6e7;
  border: solid 1px #c7cccf;
  color: #37434c;
}
/* Activities Widget */
.res-act-widget {
  background-color: #e8e8e8;
  border: 6px solid #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.res-act-widget-list,
.res-act-widget-details {
  float: left;
  margin: 0;
  padding: 0;
}
.res-act-widget-list {
  width: 55%;
  background: #465661;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a2b0b9 0%, #465661 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2b0b9), color-stop(100%, #465661));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a2b0b9 0%, #465661 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #a2b0b9 0%, #465661 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2b0b9', endColorstr='#465661', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(top, #a2b0b9 0%, #465661 100%);
  /* W3C */
  -webkit-border-radius: 9px 0 0 9px;
  -moz-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
}
.res-act-widget-details {
  width: 45%;
}
.res-act-widget-list > ul,
.res-act-widget-details > ul {
  margin: 0;
}
.res-act-widget-list > ul {
  padding: 15px 0;
  border-right: 4px solid #ffffff;
}
.res-act-widget-list > ul > li,
.res-act-widget-details > ul > li {
  list-style: none;
}
.res-act-widget-list a {
  color: #ffffff;
  font-size: 17px;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
  text-decoration: none;
  text-shadow: 0 -1px 1px #455560;
  margin: 4px 0px;
  padding: 10px 18px;
  display: block;
}
.res-act-widget-list a:focus {
  outline: none;
}
.res-act-widget-list a:hover {
  text-decoration: underline;
}
/* TODO: Arrow doesn't appear in IE due to negative margin and hasLayout issue */
.res-act-widget-list li.active {
  margin-right: -25px;
  padding-right: 24px;
  background: url(images/res-act-widget-list-arrow.png) top right no-repeat;
  zoom: 1;
}
.res-act-widget-list li.active > a {
  margin: 0;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: #5B4490;
}
.res-act-widget-list li.active > a:hover {
  text-decoration: none;
  cursor: default;
}
.res-act-widget-details > ul > li {
  padding: 20px 26px;
  float: left;
  display: none;
  /* TODO: fix so this is accessible AND FOUC doesn't occur during page load */
}
.res-act-widget-details > ul > li.first {
  display: block;
}
.res-act-widget-details h4 {
  color: #5c4591;
  font-size: 18px;
  font-weight: normal;
}
.res-act-widget-details h4,
.res-act-widget-details p {
  margin-bottom: 9px;
}
.res-act-widget-details p {
  color: #455560;
  font-size: 12px;
}
.res-act-widget-details .res-act-tab-more {
  border: 2px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  background: #614a95;
  /* Old browsers */
  background: -moz-linear-gradient(top, #614a95 0%, #261859 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #614a95), color-stop(100%, #261859));
  /* Chrome,Safari4+ */
  background: -ms-linear-gradient(top, #614a95 0%, #261859 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#614a95', endColorstr='#261859', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(top, #614a95 0%, #261859 100%);
  /* W3C */
}
.res-act-widget-details .res-act-tab-more a {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 10px 10px 35px;
  display: block;
  background: transparent url(images/res-act-widget-more-arrow.png) 12px 9px no-repeat;
}
.res-act-widget-details .res-act-tab-more a:hover {
  text-decoration: underline;
  background-position: 10px 9px;
  text-shadow: 0 -1px 1px #000000;
}
/* Research Homepage Publications List Display */
.res-home-publications {
  margin: 0;
  padding: 0;
  list-style: none;
}
.res-home-publications p {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}
.ie7 .res-home-publications p {
  margin: 0;
  padding: 0 0 2px 0;
  list-style: none;
}
.ie8 .res-home-publications p {
  margin: 0;
  padding: 0 0 2px 0;
  list-style: none;
}
.res-home-publications li {
  margin: 0 0 20px 0;
  list-style: none;
}
.res-home-publications .title {
  font-weight: bold;
}
.res-home-publications .date {
  text-transform: uppercase;
  color: #455560;
}
.res-home-publications .author {
  font-style: italic;
  color: #000000;
  font-family: "ff-meta-web-pro", Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
nav.issue {
  margin: 0;
  padding: 0;
  border: none;
}
.iss-top-bar {
  border-top: solid 1px #1e2c34;
  background: #22193c;
  height: 6px;
}
.iss-masthead {
  background: url(images/qrtly-nav-bg.png) repeat-x #d5d4d4;
  padding: 0;
  margin: 0;
}
nav.issue .cont-page {
  width: 940px;
}
nav.issue .iss-arrow {
  background: url(images/qtrly-nav-arrow.png) no-repeat 480px 0;
  height: 28px;
}
.qtrly-iss-titleblock .iss-title {
  border-bottom: 1px dotted #cccccc;
  padding: 21px 0 18px 0;
  font-size: 30px;
  color: #002b2e;
  margin: 0;
}
.qtrly-iss-titleblock .iss-details {
  font-style: italic;
  padding: 0;
  font-size: 16px;
  margin: 18px 0 18px 0;
  display: block;
  padding: 0 0 18px 0;
}
.qtrly-iss-titleblock .iss-subtitle {
  float: left;
}
.qtrly-iss-titleblock .iss-num {
  float: right;
}
.parsys.topsubnav.iparsys .section .topsubnav {
  margin-top: -13px;
}
.res-qtrly-highlights div.cq-colctrl-lt2-r-c1 p {
  font-size: 14px;
  line-height: 21px;
}
h3.qtrly-blogs {
  background: url(images/qrtly-icon-rss-small-blue.png) no-repeat 0 1px;
  padding: 0 0 4px 20px;
  border-bottom: 1px dotted #cccccc;
}
h3.qtrly-twitter {
  background: url(images/qtrly-icon-twitter-small.png) no-repeat 0 1px;
  padding: 0 0 4px 20px;
  border-bottom: 1px dotted #cccccc;
}
.qtrly-simple-list {
  margin: 0;
  padding: 0;
}
.qtrly-simple-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qtrly-simple-list.small {
  font-size: 12px;
}
.qtrly-twitter-list {
  font-size: 12px;
  padding: 0 0 7px 0;
  margin: 0;
  display: block;
  clear: both;
}
dl.qtrly-twitter-list dt,
dl.qtrly-twitter-list dd {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.res-qtrly-highlights .hbox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #d0d4d7;
  border-top: solid 2px #c7cccf;
  background-color: #ffffff;
}
.res-qtrly-highlights .hbox .hbox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #d0d4d7;
  border-top: solid 2px #c7cccf;
  background-color: #deebf4;
}
.res-qtrly-highlights .hbox.message-from {
  background-color: #e3e6e7;
  border: solid 1px #d0d4d7;
  border-top: solid 2px #c7cccf;
  text-shadow: none;
}
.res-qtrly-highlights .hbox.message-from p {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}
.res-qtrly-highlights .closing,
.res-qtrly-highlights .news-list dd.closing {
  background-color: #f0f2f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
.personalsociallinks {
  padding: 0;
  margin: 5px 0 0 0;
}
.personalsociallinks li {
  display: inline;
  padding-right: 20px;
  font-size: 12px;
}
.personal-twitter {
  background: url('images/qtrly-icon-twitter-small.png') left center no-repeat;
  padding-left: 20px;
}
.personal-facebook {
  background: url('images/qtrly-icon-facebook-small.png') left center no-repeat;
  padding-left: 20px;
}
.personal-linkedin {
  background: url('images/qtrly-icon-linkedin-small.png') left center no-repeat;
  padding-left: 20px;
}
.personal-blog {
  background: url('images/qtrly-icon-rss-small-blue.png') left center no-repeat;
  padding-left: 20px;
}
.res-qtrly-highlights .hbox .citation,
.res-qtrly-highlights .gray-block {
  background-color: #f0f2f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 9px;
}
.res-qtrly-highlights .gray-block h3 {
  margin: 0;
  padding: 0;
}
.res-qtrly-highlights .hbox .citation img {
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 9px;
  margin-top: 2px;
  width: 57px;
}
.res-qtrly-highlights .hbox .citation .citation-text {
  margin: 0 0 0 72px;
  padding: 0;
  font-size: 12px;
}
.res-qtrly-highlights .hbox .citation .citation-text a {
  font-size: 14px;
}
.res-qtrly-highlights .hbox .citation .citation-text .title {
  font-size: 14px;
  color: #2178b5;
  font-weight: bold;
}
.res-qtrly-highlights .hbox .citation .citation-text p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.res-qtrly-highlights .hbox p.closelink {
  font-size: 12px;
  line-height: 18px;
}
.res-qtrly-highlights .news-list {
  margin: 0 0 18px 0;
  padding: 0;
}
.res-qtrly-highlights .news-list dt,
.res-qtrly-highlights .news-list dd {
  margin: 0;
  padding: 0 18px 0 0;
}
.SearchResRev2 #main-content {
  margin-top: 0px !important;
}
.SearchResRev2 .Search2-top {
  background: #efecf4;
}
.searchpg-lgsearch #submit-search:hover {
  background: url(images/srch-mag-btn-violet.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(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-violet.png) no-repeat;
}
.SearchResRev2 .submit-adv-srch {
  background: #5f4894;
  color: #ffffff;
}
.SearchResRev2 .submit-adv-srch:hover {
  background: #cfc8df;
  color: #5f4894;
}
.SearchResRev2 #bottom-navigation .b a {
  background: #efecf4;
  color: #5f4894;
}
.SearchResRev2 #bottom-navigation .b a:hover {
  background: #cfc8df;
  color: #5f4894;
}
.srch-filters-active {
  background: #ffffff url(images/srchfilter-arr-violet.png) no-repeat right;
}
/* Carry-over Style Overrides from Old Site/Content */
.small {
  font-size: 11px;
  line-height: 15px;
}
.atf-archive-new table,
.atf-archive-new table td,
.atf-archive-new table tbody {
  border: 0;
  padding: 0;
}
.atf-archive-new .text.parbase.section table img {
  background: none;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.atf-archive-new .extendedtable.section table tr td {
  margin-right: 5px;
}
.atf-archive-old table,
.atf-archive-old table td,
.atf-archive-old table tbody {
  border: 0;
  padding: 0;
}
.atf-archive-old table ul,
.atf-archive-old table ul li,
.atf-archive-old ul,
.atf-archive-old ul li {
  list-style: none;
  padding: 0;
}
.atf-archive-old .text.parbase.section img {
  padding: 0;
  border: none;
}
/* Carry-over Style Overrides from Old Site/Content TOP1000 */
.research-top1000 table.topworks {
  border-top: 1px solid #999;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 10px;
  width: 100%;
}
.research-top1000 table.topworks td {
  border-bottom: 1px solid #999;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px;
}
.research-top1000 table.topworks td.rank {
  font-size: 140%;
  color: #FF7600;
  padding: 10px;
  text-align: right;
}
.research-top1000 table.topworks td.record {
  padding: 10px;
  width: 100%;
}
.research-top1000 .title {
  display: block;
  font-weight: bold;
}
.research-top1000 .author {
  display: block;
}
.research-top1000 .data {
  color: #999;
  display: block;
  font-size: x-small;
  font-weight: bold;
}
.research-top1000 .list {
  color: #FF7600;
  display: block;
  font-size: x-small;
  font-weight: bold;
}
.research-top1000 img.cover {
  text-align: right;
  vertical-align: top;
  display: block;
  float: right;
}
.research-top1000 img.worldcat {
  display: block;
  margin-top: 6px;
}
.research-top1000 .note {
  font-weight: bold;
  color: red;
}
/* Carry-over Style Overrides from Old Site/Content Datatable */
table.datatable {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #cccccc;
}
table.datatable td {
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: 1px solid #cccccc;
}
/* 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: #311f5b;
}
.ie8 nav ul li.active a:hover,
.ie7 nav ul li.active a:hover {
  background: #ffffff;
}
.ie7 #sub-submit,
.ie8 #sub-submit,
.ie9 #sub-submit {
  filter: none;
  background: url(images/email-submit-arrow.png) no-repeat 10px 10px #5f4894;
}
.ie7 #sub-submit:hover,
.ie8 #sub-submit:hover,
.ie9 #sub-submit:hover {
  background: url(images/email-submit-arrow.png) no-repeat 10px 10px #412f6b;
}
/* COMMENTS / RATINGS */
#comments-form,
#ratings-form {
  border-color: #e7e4ef;
  background: #f2f1f7;
}
.comment-text {
  border-color: #d7d1e4;
}
#comments-submit,
#ratings-submit {
  background: #5f4894;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f4894), to(#231456));
  background: -moz-linear-gradient(top, #5f4894, #231456);
  border: 1px solid #5f4894;
}
#comments-submit:hover,
#ratings-submit:hover {
  background: #231456;
  background: -webkit-gradient(linear, left top, left bottom, from(#231456), to(#231456));
  background: -moz-linear-gradient(top, #231456, #231456);
  color: #ffffff;
}
.or-staff h3 {
  font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 16px;
}
/* RESPONSIVE DESIGN - PHONE */
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
  body {
    width: 100%;
    min-width: 0;
  }
  .cont-main {
    padding-top: 0;
  }
  .cont-page {
    width: 100%;
  }
  .page-content {
    float: none;
    width: 100%;
  }
  #main-content {
    width: auto;
  }
  /* Site bar */
  .micro-links {
    float: none;
  }
  .micro-links li {
    float: none;
    margin: 0 0 5px 0;
  }
  .micro-links li a:link {
    padding: 0 10px;
  }
  /* Header */
  .universal-nav img.oclc-logo {
    margin: 18px 0 0 10px;
  }
  .globallogo {
    border-bottom: 1px dotted #81888D;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
  }
  .universal-nav .search-box {
    float: left;
    margin: 0;
    background: none;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #search-terms {
    width: 210px;
    background-color: #f0f0f0;
    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%);
  }
  .universal-links {
    margin: 0;
    top: 345px;
    background: #8571b4;
  }
  .universal-links li {
    float: none;
  }
  .universal-links li a {
    color: #d3cae9 !important;
  }
  /* Main Navigation */
  nav {
    margin: -5px 0 0 0;
    background: #5f4894;
  }
  nav ul#main-nav {
    border-left: none;
    border-right: none;
    float: none;
  }
  nav ul li.main-nav-item {
    float: none;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: none;
  }
  nav ul li.main-nav-item a.main-nav-link:link {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
    border-right: none;
    display: block;
    padding: 10px;
  }
  nav ul li.main-nav-item:first-child a.main-nav-link:link {
    padding-left: 10px;
  }
  nav ul li.main-nav-item:first-child {
    border: none;
  }
  nav ul li.main-nav-item a.main-nav-active:link,
  nav ul li.main-nav-item a.main-nav-active:visited,
  nav ul li.main-nav-item a.main-nav-active:hover {
    border-bottom: none;
  }
  nav .cont-page {
    width: 100%;
  }
  #mobile-nav {
    background: #5f4894;
  }
  .header_microbar {
    top: 40px;
  }
  /* Footer */
  div.parsyscolumncontrol .cq-colctrl-ltf2 {
    padding: 0 10px !important;
  }
  .page-footer div.cq-colctrl-ltf-c0 {
    padding: 80px 0 0 20px !important;
  }
  .follow-links {
    padding: 18px 10px;
  }
  /* Pill navigation */
  ul#pill-nav li {
    float: none;
    margin-right: 4px;
  }
  /* Columns */
  div.parsyscolumncontrol .cq-colctrl-lt2-r-c1 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-lt5-c0 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-res-home-c1 > .parsys,
  div.parsyscolumncontrol .cq-colctrl-res-home-c2 > .parsys {
    padding: 0;
  }
  div.parsyscolumncontrol .cq-colctrl-ltf2-c0,
  div.parsyscolumncontrol .cq-colctrl-ltf2-c1,
  div.parsyscolumncontrol .cq-colctrl-ltf2-c2,
  div.parsyscolumncontrol .cq-colctrl-lt5-c0,
  div.parsyscolumncontrol .cq-colctrl-lt5-c1,
  div.parsyscolumncontrol .cq-colctrl-res-home-c0,
  div.parsyscolumncontrol .cq-colctrl-res-home-c1,
  div.parsyscolumncontrol .cq-colctrl-res-home-c2 {
    width: 100%;
    clear: both;
  }
  /* Ratings & Comments */
  #ratings .rating-form-block .comment-signed-in-text {
    float: none;
    margin-top: 0;
    font-size: 12px;
  }
  /* Search */
  .searchpg-lgsearch #result-search-terms {
    width: 76%;
  }
  .resultsnavpage {
    display: none;
  }
  /* Discussions */
  .forum.section ul li .left {
    float: right;
    width: 76%;
  }
  .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;
  }
  /* Webinars */
  .webinar-events article .webinar-event-icon {
    background: none;
    padding: 0;
  }
  .webinar-events .event-info {
    float: none;
    width: 100%;
  }
  /* Misc. */
}
/* RESPONSIVE DESIGN - WIDE */
@media screen and (min-width: 1450px) {
  .cont-page {
    width: 1180px;
  }
  .universal-nav img.oclc-logo {
    margin-left: 0;
  }
  /* Site bar */
  .micro-links {
    padding-right: 0;
  }
  /* Region */
  .region-language {
    padding-right: 0;
  }
  /* Search box */
  .universal-nav .search-box {
    margin-right: 0;
  }
  /* Universal links */
  .universal-links {
    padding-right: 0;
  }
  .cont-page.crumbs-tools {
    width: 1180px;
    float: left;
  }
  #main-content,
  nav .cont-page {
    width: 1180px;
  }
  .page-content {
    float: left;
    margin-left: 20px;
  }
  /* Columns */
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c1 {
    width: 26.3%;
  }
  div.parsyscolumncontrol div.cq-colctrl-lt2-r-c0 {
    width: 73.5%;
  }
  div.parsyscolumncontrol .cq-colctrl-lt5-c1 {
    width: 19.5%;
  }
  div.parsyscolumncontrol .cq-colctrl-lt5-c0 {
    width: 80.5%;
  }
  #events-display .cq-colctrl-lt2-r-c0 {
    width: 79.5%;
  }
  #events-display .cq-colctrl-lt2-r-c1 {
    width: 19%;
  }
  div.parsyscolumncontrol div.cq-colctrl-res-home-c0 {
    width: 370px;
  }
}
/*! END {main.less} */
/*! END {main.less} */
