/* redefined styles from jquery-ui.css */
button.ui-corner-all, 
a.ui-corner-all {
  border-radius: 12px;
}

button.ui-state-default, 
a.ui-state-default {
  background-image: none !important;
  background-color: #0f6fa6 !important;
  border: none !important;
  color: #fff !important;
  font-size: 12px; 
  font-weight: bold !important;
}

a.ui-state-default:hover {
  text-decoration: none;
}

button.ui-state-default:hover, 
a.ui-state-default:hover {
  background-color: #002f56 !important;
}

button.ui-state-default.xsmall, 
a.xsmall.ui-state-default {
  font-size: 10px;
}

button.ui-state-default.small,
a.small.ui-state-default {
  font-size: 11px;
}

button.ui-state-default.large,
a.large.ui-state-default {
  font-size: 14px;
}

button.ui-state-default.cart,
a.cart.ui-state-default {
  background-image: none !important;
  background-color: #f2a900 !important;
}

button.ui-state-default.cart:hover,
a.cart.ui-state-default:hover {
  background-color: #ca5f14 !important;
}

button.ui-state-default.ui-button-text-only .ui-button-text,
a.ui-state-default {
  padding: 4px 14px;
  line-height: 14px;
}

button.xsmall.ui-state-default.ui-button-text-only .ui-button-text,
a.xsmall.ui-state-default {
  padding: 3px 12px;
  *line-height: 18px;
}

button.small.ui-state-default.ui-button-text-only .ui-button-text,
a.small.ui-state-default {
  padding: 3px 14px;
}

button.large.ui-state-default.ui-button-text-only .ui-button-text,
a.large.ui-state-default {
  padding: 5px 18px;
}

a.large.ui-state-default {
  *line-height: 22px;
}

.buttonset .ui-button-icon-only .ui-icon,
.ui-button-text-icon .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  top: 60%;
  margin-top: -9px; 
}

.buttonset .ui-button .ui-button-text,
input.ui-button {
  color: #336699;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
}

.buttonset .ui-button-text-icon-primary .ui-button-text {
  padding: .2em .6em .2em 1.8em;
}

.buttonset .ui-button-text-icon-secondary .ui-button-text {
  padding: .2em 1.8em .2em .6em;
}

.buttonset .ui-button-text-only .ui-button-text,
input.ui-button {
  padding: .2em 1.5em;
}

.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #333;
}

.ui-widget-overlay {
  opacity: .7;
  background: #000;
}

.ui-dialog.ui-widget-content {
  color: #333;
  background: none;
  border: none;
}

.ui-widget-content a {
  color: #0f6fa6;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
}

.ui-dialog {
  position: absolute;
  padding: 10px 0 0 0;
  overflow: visible;
  min-width: 250px;
}

.ui-dialog .ui-dialog-titlebar {
  display: none;
}

.ui-dialog .ui-dialog-content {
  overflow: visible;
  padding: 1em 2em;
}

#tabs.ui-corner-all,
#tabs ul.ui-corner-all,
#tabs ul.ui-corner-all,
#tabs .ui-corner-top {
  border-radius: 0;
}

#tabs.ui-tabs {
  padding: 0
}

#tabs .ui-widget-header {
  background: #fff;
  border: none;
  height: 50px;
}

#tabs.ui-widget-content {
  border: none;
}

#tabs.ui-tabs .ui-tabs-nav li {
  font-size: 1.15em;
  font-weight: bold;
  left: 45px;
  margin-right: 13px;
}

#tabs.ui-tabs .ui-tabs-nav li a {
  color: #fff;
  padding: .5em 2.5em;
  cursor: pointer;
}

#tabs .ui-state-default {
  background: #63666a;
  border: none;
}

#tabs .ui-state-active {
  background: #f2a900;
  border: none;
}

#tabs .ui-state-default:hover {
  background: #f2a900;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
  color: #fff;
}

#tabs .ui-state-active:after {
  border-color: #f2a900 transparent transparent transparent;
  border-style: solid;
  border-width: 9px;
  top: 100%;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  width: 0;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #e4e4e4;
}

.ui-menu.ui-widget-content a {
  color: #555;
}

.ui-menu .ui-menu-item:last-of-type {
  border-bottom: none;
}
/* end redefined styles from jquery-ui.css */

/* general styles */
html {
  background: #cbcbcb;
}

body {
  margin: 0 auto;
  width: 960px;
  background: #fff; color:#333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.printonly {
  display: none;
}

a {
  color: #0f6fa6;
  text-decoration: none;
}

a:hover {
  color: #002f56;
}

a.show {
  background: url(/images/arrow-down-blue.png) 93% 58% no-repeat;
  padding-right: 1em;
}

a.hide {
  background: url(/images/arrow-double-up.png) 85% 52% no-repeat;
  padding-right: 1.3em;
  display: none;
}

a.more-info {
  background: url(/images/more-info.png) 0 center no-repeat transparent;
  border: none;
  padding: 2px 0 0 20px;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #cbcbcb;
  color: #333;
  padding: .2em .5em;
}

input.error,
select.error {
  outline: 2px solid #900 !important;
}

table {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
}

form {
  margin: 0;
}

section {
  overflow: visible;
}

section header,
nav header,
aside header {
  font-size: 1.33em;
  font-weight: bold;
  padding-bottom: 6px;
  position: relative;
}

section header,
aside header {
  border-bottom: 3px solid #282828;
}

section header .pager {
  bottom: 25%;
  font-size: .688em !important;
  position: absolute;
  right: 5px;
}

section header .pager .nav {
  cursor: pointer;
  padding: 0 5px;
}

section header .pager img {
  padding-left: 8px;
  vertical-align: bottom;
}

section article.featured {
  background-color: #f5fff6;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccd1ce;
}

section article.search {
  background-color: #eef9ff;
  margin-bottom: 20px;
  padding: 25px 12px;
  font-weight: bold;
}

section article.search input[type="text"] {
  height: 19px;
  width: 600px;
}

.left-column,
.middle-column {
  float: left;
  position: relative;
}

.right-column {
  float: right;
  position: relative;
}

.shortened {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* end general styles */

/* main header styles */
div.tower-head {
  height: 38px;
  background-color: #f7f7f7;
  border-bottom: 3px solid #f1f1f1;
}

div.utcle-head {
  padding:5px 11px 16px 16px;
}

div.utcle-head ul.tray {
  list-style-type: none;
  color: #929191;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: .917em;
  font-weight: bold;
}

div.utcle-head ul.tray > li {
  display: inline-block;
  *display: inline;
  margin-left: 1em;
  position: relative;
  padding:.5em;
}

div.utcle-head ul.tray > li.menu > a {
  background: url(/images/arrow-down-gray.png) no-repeat right 60%;
  padding-right: 1.2em;
  color: #929191;
}

div.utcle-head ul.tray > li.menu.active {
  background: #f2a900;
}

div.utcle-head ul.tray > li.menu.active > a {
  background: url(/images/arrow-down-white.png) no-repeat right 60%;
  color: #fff;
}

div.utcle-head ul.tray > li.menu.active div.pulldown {
  display:block;
}

div.utcle-head ul.tray > li div.pulldown {
  background-color: #fff;
  border: 1px solid #dcdcdd;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 180px;
  z-index: 3;
  text-align: left;
}

div.utcle-head ul.tray > li div.pulldown.sign-in {
  width: 280px;
}

div.utcle-head ul.tray > li div.pulldown:before {
  border-width: 8px;
  border-style: solid;
  border-color: #f2a900 transparent transparent transparent;
  content: '';
  height: 0;
  left: 75%;
  position: absolute;
  top: -1px;
  width: 0;
}

div.utcle-head ul.tray > li div.pulldown .upper {
  padding: 20px 13px 20px 20px;
  position: relative;
  z-index: 3;
}

div.utcle-head ul.tray > li div.pulldown .middle {
  background-color: #f2a900;
  color: #fff;
  padding: 7px 13px 7px 20px;
}

div.utcle-head ul.tray > li div.pulldown .lower {
  background-color: #f4f4f4;
  padding: 10px 5px 20px;
}

div.utcle-head ul.tray > li div.pulldown .message {
  color: #959595;
  font-weight: normal;
  padding: 2em 2em 1em;
}

div.utcle-head ul.tray > li div.pulldown ul.benefits {
  list-style-type: disc;
  line-height: 2em;
  padding: 0 2.5em;
}

div.utcle-head ul.tray > li div.pulldown ul.links-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.utcle-head ul.tray > li div.pulldown ul.links-list li {
  border-bottom: 1px solid #dcdcdd;
  font-size: 1.1em;
  font-weight: normal;
  padding: .5em;
}

div.utcle-head ul.tray > li div.pulldown ul.links-list li:hover {
  background-color: #f2a900;
  color: #fff;
}

div.utcle-head ul.tray > li div.pulldown ul.links-list a {
  color: inherit;
  display: block;
  text-decoration: none;
}

div.utcle-head ul.tray > li div.pulldown input[type="text"],
div.utcle-head ul.tray > li div.pulldown input[type="email"],
div.utcle-head ul.tray > li div.pulldown input[type="password"] {
  background-color: #fafafa;
  margin-bottom: 10px;
  width: 225px;
}

div.utcle-head ul.tray > li div.pulldown button {
  font-size: .917em;
}
/* end main header */

/* main nav */
body > nav section {
  display: inline-block;
}

body > nav section h4 {
  background: url(/images/accredited-menu.png) right top no-repeat #63666a;
  color: #fff;
  font-size: .917em;
  margin: 0;
  padding: 5px;
}

body > nav section.menu-accredited {
  width: 590px;
}

body > nav section.menu-research {
  width: 370px;
}

body > nav section.menu-accredited h4 {
  padding-left: 32px;
  width: 133px;
}

body > nav section.menu-accredited ul {
  background-color: #63666a;
  height: 42px;
  margin-right: 2px;
  overflow: visible;
  padding-left: 17px;
}

body > nav section.menu-research h4 {
  padding-left: 17px;
  width: 149px;
}

body > nav section.menu-research ul {
  background-color: #63666a;
  height: 42px;
  overflow: visible;
}

body > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body > nav ul li {
  float: left;
  height: 42px;
  margin: 0;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

body > nav li a {
  color: #fff; 
  font-size: 14px;
  font-weight: bold;
  line-height: 3.2em;
}

body > nav li a:hover {
  color: #F2A900;
}

body > nav li a img {
  margin-right: 8px;
  vertical-align: text-bottom;
}

body > nav li.active {
  background-color: #ca5f14;
}

body > nav li.active:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 47.5%;
  margin-left: -5px;
  top: 100%;
  border-width: 9px;
  border-style: solid;
  border-color: #ca5f14 transparent transparent transparent;
  z-index: 2;
}

body > nav li.active a:hover {
  color: #fff;
}
/* end main nav */

/* main footer */
footer table.footer-links {
  background-color: #525352;
  border-top: 4px solid #292728;
}

footer table.footer-links td {
  color: #fff;
  line-height: 1.5em;
  padding: 15px 0 20px 50px;
  vertical-align: top;
}

footer table.footer-links a {
  color: #fff;
}

footer table.footer-links a:hover {
  color: #ca5f14;
}

footer div.footer-contact {
  color: #555;
  font-size: .8em;
  padding: 10px 50px 20px;
}
/* end main footer */

/* modals and popup dialogs */
.modal {
  padding: 20px;
}

.modal header {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 1.087em;
  font-weight: bold;
  padding: 12px 15px;
}

.modal header img {
  vertical-align: bottom;
}

.modal header img.close {
  position: absolute;
  right: 7px;
  top: 0;
  cursor: pointer;
}

.modal section {
  background-color: #fff;
  font-size: 1.33em;
  min-height: 95px;
  overflow: hidden;
  padding: 15px 20px 25px;
}

.modal table td {
  vertical-align: top;
}

.modal footer {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  margin: 0;
  text-align: right;
}

.modal.basic > header {
  padding: 25px 25px 0;
}

.modal.basic img.remove {
  vertical-align: baseline;
}

.modal.basic h2 {
  border-bottom: 3px solid #282828;
  font-size: 1.33em;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}

.modal.basic section {
  font-size: 1em;
  padding: 0 25px 0;
}

.modal.basic section .blue-box {
  background-color: #f5f9ff;
  color: #555;
  padding: 18px 17px;
}

.modal.basic section article {
  padding: 18px;
}

.modal.basic section span {
  font-size: .917em;
}

.modal.basic section input[type="text"], 
.modal.basic section input[type="email"], 
.modal.basic section input[type="password"], 
.modal.basic section select {
  margin-right: 15px;
  padding: 6px;
}

.modal.basic section label {
  display: inline-block;
  margin-bottom: 5px;
}

.modal.basic footer {
  background: none;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.modal.basic .credit-info h2 {
  border-bottom: 2px solid #282828;
  font-size: 1.167em;
}

.modal.preview header {
  font-size: 1em;
  font-weight: normal;
  padding: 12px 25px;
}

.modal.preview section {
  font-size: 1em;
  padding-top: 0;
}

.modal.preview article {
  overflow: hidden;
}

.modal.preview section article {
  padding: 0 20px 0;
}

.modal.preview h2 {
  border-bottom: 3px solid #282828;
  padding-bottom: 5px;
  position: relative;
}

.modal.preview h2 .pager {
  bottom: 5px;
  font-size: .688em;
  position: absolute;
  right: 0;
  text-align: right;
}

.modal.preview table h3 {
  margin: 15px 0 5px;
}

.modal.preview table h3:first-of-type {
  margin-top: 0;
}

.modal.preview table td {
  padding: 5px 0;
}

.modal.preview table.schedule-block {
  margin-bottom: 25px;
}

.modal.preview table.schedule-block td {
  padding: 15px 3px;
}

.modal.preview .credit-info h2 {
  border-bottom: 1px solid #282828;
  font-size: 1.167em;
}

.modal.preview table.schedule-block td table.asset-list td {
  font-size: 12px;
  padding: 3px;
  text-align: left !important;
  vertical-align: top;
}

.modal.preview table.schedule-block td table.asset-list td:first-child {
  width: 20px;
}

.modal.preview table.schedule-block td table.asset-list td:nth-child(2) {
  width: 120px;
}

.modal .cart-add header {
  background-color: #78b800;
  color: #fff;
}

.modal .cart-add section {
  background-color: #f0f0f0;
  padding-bottom: 35px;
}

.modal .cart-add .item-added {
  font-weight: bold;
}

.modal .cart-add footer, 
.modal .alert footer, 
.modal .warning footer {
  background: transparent url(/images/hatch-background.png) repeat;
  border: none;
}

.modal .alert header {
  background-color: #cc0001;
  color: #fff;
}

.modal .alert section {
  background-color: #f0f0f0;
}

.modal .warning header {
  background-color: #f2a900;
  color: #fff;
}

.modal .warning section {
  padding-bottom: 25px;
}

.hover-dialog {
  background-color: #f7f7f7;
  box-shadow: 1px 1px 6px 2px #e4e4e4;
  border-radius: 4px;
  display: none;
  position: absolute;
  z-index: 2;
  color: 000;
  font-size: .917em;
  padding: 16px;
  width: 245px;
}

.hover-dialog:before, 
.hover-dialog:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  top: 25%;
}

.hover-dialog:after {
  border-right-color: #f7f7f7;
  border-width: 8px 10px;
  left: -7%;
}

.hover-dialog:before {
  border-right-color: #e4e4e4;
  border-width: 9px 11px;
  left: -8%;
}

.hover-dialog ul {
  list-style-type: disc;
  margin-top: 5px;
  padding: 0 0 0 13px;
}

.hover-dialog ul li {
  margin-bottom: 5px;
}
/* end modals and popup dialogs */

/* message widget for validation errors */
.alert {
  padding: 15px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: left;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* end message widget for validation errors */

/* pagination */
ul.pagination-navigation {
  margin: 0;
  padding: 0;
}

ul.pagination-navigation li {
  display: inline;
  padding: .25em;
}

ul.pagination-navigation li .active {
  color: #f2a900;
  font-weight: bold;
}

ul.pagination-navigation img {
  vertical-align: bottom;
}

nav.pagination {
  background-color: #fafafa;
  color: #636363;
  font-size: .917em;
  overflow: hidden;
  padding: 15px;
}
/* end pagination */

/* secondary nav */
nav.secondary {
  background-color: #898989;
  margin-bottom: 30px;
  height: 36px;
}

nav.secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.secondary li {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  float: left;
  line-height: 2.4em;
  height: 36px;
  width: 240px;
  padding: 0;
  position: relative;
}

nav.secondary li#menu-active {
  background-color: #ca5f14;
  height: 36px;
}

nav.secondary li#menu-active:after {
  border-width: 9px; 
  border-style: solid; 
  border-color: #ca5f14 transparent transparent transparent; 
  content: ''; 
  height: 0; 
  width: 0; 
  position: absolute; 
  left: 48.5%; 
  margin-left: -5px; 
  top: 100%;
}
/* end secondary nav */

/* simple account-related pages */
.sign-in-page {
  margin: 50px;
  min-height: 400px;
}

.sign-in-page article {
  background-color: #f5f9ff;
  color: #555;
  font-size: 1.083em;
  padding: 25px;
}

.sign-in-page span.field-group {
  display: inline-block;
  margin-right: 15px;
}

.sign-in-page label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.sign-in-page input {
  padding: 6px;
}

.sign-in-page footer {
  font-size: .917em;
  padding: 15px 20px;
}
/* end simple account-related pages */

/* standard conference title formatting */
.conference-title-block {
  overflow: visible;
  padding: 18px 2px 16px; 
}

.conference-title-block .left-column {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.conference-title-block .left-column img {
  border: 1px solid #d5d5d5;
  padding: .25em;
}

.conference-title-block .left-column .art-note {
  background-color: #727272; 
  color: #fff; 
  font-size: .833em; 
  font-weight: bold; 
  height: 15px; 
  left: -4px; 
  position: absolute; 
  text-align: center; 
  top: 30px;
  width: 60px;
}

.conference-title-block .middle-column {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.conference-title-block > .middle-column > h1 {
  font-size: 2.5em;
  line-height: 34px;
  margin: 0;
}

.conference-title-block > .middle-column > h2 {
  font-size: 16px;
  margin: 0;
}

.conference-title-block > .middle-column > h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 5px;
}

.conference-title-block > .middle-column > h4 {
  color: #555;
  font-weight: normal;
  margin: 0;
}

.conference-title-block p {
  line-height: 20px;
  margin: 0;
}

.conference-title-block p.price {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.conference-title-block dl.hours {
  line-height: 16px;
  margin: 2px 0 8px;
}

.conference-title-block dl.hours:last-of-type {
  margin-bottom: 40px;
}

.conference-title-block dl.hours dt {
  color: #282828;
  font-weight: normal;
  margin: 0 0 4px;
}

.conference-title-block dl.hours dd {
  color: #282828;
  font-size: 1em;
  margin: 0;
}

.conference-title-block p.rating {
  margin: 7px 0 30px;
}

.conference-title-block p a {
  font-size: .917em;
}

.conference-title-block .middle-column p.d18 {
  line-height: 18px;
}

.conference-title-block .middle-column p.md24 {
  line-height: 24px;
  margin-top: 5px;
}

.conference-title-block .middle-column p.authors {
  color: #656565;
  line-height: 16px;
  margin-top: 5px;
}

.conference-title-block .middle-column p.dates {
  margin: 10px 0;
}

.conference-title-block .middle-column p.overview {
  height: 40px;
  line-height: 18px;
  margin: 8px 0;
  overflow: hidden;
}

.conference-title-block .middle-column a.more {
  font-size: 11px;
  font-weight: bold;
}

.conference-title-block .middle-column p.other-products {
  font-size: .917em;
  margin-top: 10px;
}

.conference-title-block .middle-column p.other-products a {
  font-size: 1em;
}

.conference-title-block .middle-column p.register {
  margin-top: 20px;
}

.featured .conference-title-block .left-column {
  text-align: center;
  width: 150px;
}

.featured .conference-title-block .left-column img {
  margin-bottom: 10px;
}

.featured .conference-title-block .middle-column {
  width: 465px;
}

.conference-schedule {
  padding: 20px 0 29px;
}

.conference-schedule .schedule-block {
  background: none;
  border-top: 1px solid #d3d3d3;
  overflow: hidden;
  padding: 10px 8px;
}

.conference-schedule .schedule-block .left-column {
  line-height: 18px;
  width: 60px;
}

.conference-schedule .schedule-block .middle-column {
  line-height: 18px;
  width: 450px;
}

.conference-schedule .schedule-block .middle-column .shortened {
  font-weight: bold;
  max-width: 445px;
}

.conference-schedule .schedule-block .special-note {
  color: #cb0000;
  font-weight: bold;
  margin: 10px 0 0 13px;
}

.conference-schedule .schedule-block .right-column img {
  padding-left: 8px;
  vertical-align: bottom;
}

table.schedule-block {
  font-size: 1em;
  margin-bottom: 45px;
}

table.schedule-block > tbody > tr > td {
  border-top: 1px solid #d3d3d3;
  line-height: 18px;
  padding: 10px 8px;
}

table.schedule-block td:first-child {
  vertical-align: top;
  width: 60px;
}

table.schedule-block td:nth-child(2) {
  vertical-align: top;
  width: 420px;
}

table.schedule-block td .shortened {
  font-weight: bold;
  width: 395px;
}

table.schedule-block td:nth-child(2) p {
  font-size: .917em;
  margin: 0 0 0 13px;
}

table.schedule-block td:last-child {
  text-align: right;
  vertical-align: bottom;
}

.video {
  color: #019875;
}

.webcast {
  color: #0050a3;
}
/* standard conference title formatting */

/* results listing */
table.listing tr:nth-of-type(odd) {vertical-align:top;}
table.listing tr:nth-of-type(even) {vertical-align:bottom; border-bottom:1px solid #d1d1d1;}
table.listing tr:nth-of-type(odd) td {padding-bottom:0;}
table.listing tr:nth-of-type(even) td {padding-top:20px;}

table.listing tr td:last-of-type {border-left:1px solid #d1d1d1; width:200px;}
table.listing tr td {padding:18px 15px; line-height:18px;}

table.listing img.conference-art {border:1px solid #d5d5d5; padding:.25em;}
table.listing h2 {font-size:16px; margin:0;}
table.listing h3 {font-size:13px; margin:0;}
table.listing h4 {font-size:12px; margin:0;}
table.listing p {line-height:20px; margin:0;}
table.listing p.dates {margin-top:10px;}
table.listing p.dates span.video-replay {color:#060;}
table.listing p.overview {margin-top:8px; height:40px; line-height:18px;}
table.listing p.overview a.more {font-weight:bold; font-size:.917em;}
table.listing p.overview.full {height:auto;}
table.listing p.authors {margin-top:5px; color:#656565; line-height:16px;}
table.listing p.other-products {font-size:.917em;}
table.listing p.other-products a {font-size:1em;}
table.listing p.excerpt {color:#555; font-size:.917em;}

table.listing p.excerpt mark, 
table.listing p.excerpt em {
  background-color: #F2A900;
  padding: 0 2px;
}

table.listing p.rating {margin-top:7px;}
table.listing p.price {font-size:18px; font-weight:bold;}

table.listing dl.hours {margin:2px 0 8px; line-height:16px; color:#282828;}
table.listing dl.hours dt {margin:0 0 4px;}
table.listing dl.hours dd {margin:0; font-weight:bold;}
table.listing dl.hours dd a {font-size:.917em; font-weight:normal;}

table.listing table.price-list td:last-of-type {border:none !important;}
table.listing table.price-list td {padding:4px 2px !important; width:20px;}
table.listing table.price-list td:nth-child(3) {width:215px;}
table.listing table.price-list td:last-child {font-weight:bold; text-align:right;}
table.listing table.price-list tr:nth-of-type(even) {border:none; vertical-align:top;}

table.listing.conference-results tr td:nth-of-type(1),
table.listing.econference-results tr td:nth-of-type(1),
table.listing.inhouse-results tr td:nth-of-type(1),
table.listing.materials-results tr td:nth-of-type(1) {
  width: 72px;
  padding-right: 2px;
}
/* end results listing */

/* homepage conference list */
.conference-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.conference-item {
  background-color: #f9f9f9;
  display: flex;
  margin-bottom: 4px;
  padding: 18px 15px;
  width: 278px;
}

.conference-art {
  border: 1px solid #d5d5d5;
  flex-shrink: 0;
  margin-right: 1.25em;
  padding: .25em;
  vertical-align: top;
}

.conference-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 8px;
}

.conference-location {
  font-weight: bold;
  margin-bottom: 3px;
}

.conference-location:last-of-type {
  margin-bottom: 8px;
}

.conference-list footer {
  background-color: #f9f9f9;
  font-size: 1.4em;
  padding: 10px 20px;
  text-align: right;
  width: 100%;
}
/* end homepage conference list */

/* homepage product types */
.product-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-type {
  width: 275px;
  margin: 40px 0;
}

.product-type header {
  height: 29px;
}

.product-type article {
  background-color: #f5fff6;
  font-size: 1.083em;
  line-height: 1.4;
  margin-bottom: 4px;
  padding: 20px 15px;
}

.product-type footer {
  background-color: #f9f9f9;
  font-size: 1.4em;
  padding: 10px 20px;
  text-align: right;
}
/* end homepage product types */

/* asset type list used in search results */
.asset-type-list {
  display: flex;
  font-size: .917em;
}

.asset-type-list span {
  margin: 0 1em;
}

.asset-type-list img {
  padding-right: 5px;
  vertical-align: middle;
}
/* end asset type list */

/* sliding nav */
.sliding-menu {
  float: left;
  margin-top: 25px;
  min-height: 300px;
  position: absolute;
  top: 0;
  z-index: 100;
}

.sliding-menu {
  /* 
    fix for webkit bug where moving around a page using anchor links causes 
    redraw problems with fixed elements 
  */
  -webkit-transform: translateZ(0);
}

.sliding-menu h2 {
  font-size: 1.35em;
  margin: .1em 0 .4em;
}

.sliding-menu ul {
  background: transparent url(/images/vanishing-border.png) no-repeat top left;
  list-style: none;
  margin: 0;
  padding: .65em 0;
}

.sliding-menu li {
  font-size: 1em;
  padding: .5em 0;
  white-space: nowrap;
}

.sliding-menu li a:hover {
  color: #f2a900;
  font-weight: bold;
  text-decoration: none;
}

.sliding-menu li a.active {
  color: #f2a900;
  font-weight: bold;
}

.sliding-menu li a.active {
  background: transparent url(/images/menu-active-arrow.png) no-repeat center right;
  display: inline-block;
  padding-right: 1.25em;
}

.sliding-menu li a.disabled {
  color: #999;
  cursor: default;
}

.sliding-menu li a.disabled:hover {
  font-weight: normal;
}

.sliding-menu li.sm-conferences {
  padding-left: 1.9em;
  background: transparent url(/images/conferences-blue.png) no-repeat center left;
}

.sliding-menu li.sm-webcasts {
  padding-left: 1.9em;
  background: transparent url(/images/webcasts-blue.png) no-repeat center left;
}

.sliding-menu li.sm-econferences {
  padding-left: 1.9em;
  background: transparent url(/images/online-blue.png) no-repeat center left;
}

.sliding-menu li.sm-online {
  padding-left: 1.9em;
  background: transparent url(/images/online-blue.png) no-repeat center left;
}

.sliding-menu li.sm-in-house {
  padding-left: 1.9em;
  background: transparent url(/images/in-house-blue.png) no-repeat center left;
}

.sliding-menu li.sm-materials {
  padding-left: 1.9em;
  background: transparent url(/images/materials-blue.png) no-repeat center left;
}

.sliding-menu li.sm-elibrary {
  padding-left: 1.9em;
  background: transparent url(/images/elibrary-blue.png) no-repeat center left;
}
/* end sliding nav */

/* definition lists */
article dl {
  margin: 0.5em;
}

article dt {
  color: #333;
  font-weight: bold;
  margin-top: 1em;
}

article dd {
  color: #555;
  font-size: .917em;
  margin: .25em 0;
}
/* end definition lists */

/* landing pages */
.product-landing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 50px 50px;
}

.product-landing .marketing-box {
  margin-bottom: 2em;
  width: 620px;
}

.product-landing .marketing-box img {
  margin-bottom: 1.5em;
}

.product-landing .marketing-box h1 {
  color: #CA5F14;
  font-size: 4em;
  font-weight: normal;
  margin: 0;
}

.product-landing .marketing-box h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 10px 0;
}

.product-landing .marketing-box h3 {
  font-size: 1.33em;
  margin: 0;
}

.product-landing .marketing-box h4 {
  font-size: 1.167em;
  font-weight: normal;
  line-height: 24px;
}

.product-landing aside {
  margin-bottom: 2em;
  width: 195px;
}

.product-landing aside div {
  line-height: 1.35;
  padding: 12px 3px 0;
}

.product-landing aside div.not-signed-in {
  font-size: .917em;
}

.product-landing aside footer {
  border-top: 1px solid #d1d1d1;
  font-size: .917em;
  padding: 5px 3px;
}

.product-landing aside input {
  font-size: 1em;
  margin-bottom: .5em;
  width: 170px;
}

.product-landing section div.filter {background-color:#eef9ff; color:#555; margin-bottom:34px; overflow:auto; padding:15px 15px 3px;}
.product-landing section div.filter ul  {list-style:none; margin:0; padding:0;}
.product-landing section div.filter ul li {float:left; padding-bottom:10px; width:145px;}
.product-landing section div.filter ul li input[type="checkbox"] {margin-bottom:1px; vertical-align:bottom; *vertical-align:middle;}

.product-landing .browse header {background-color:#f7f7f7; border-bottom:none; height:43px; padding:0;}
.product-landing .browse header h1 {font-size:16px; height:43px; margin:0; position:relative;}
.product-landing .browse header h1 div {padding:12px 20px; vertical-align:middle;}
.product-landing .browse header.search h1 {background-color:#eef9ff; color:#333; cursor:pointer; display:inline-block; *display:inline; zoom:1; font-weight:normal;}
.product-landing .browse header.search h1.active {background-color:#d8eaf3; cursor:pointer; font-weight:bold;}
.product-landing .browse header.search h1.active:after {border-style:solid; border-color:#d8eaf3 transparent transparent transparent; border-width:9px; content:''; height:0; left:47.5%; margin-left:-5px; position:absolute; top:43px; width:0;}
.product-landing .browse header.search h1.inactive {background-color:#e8e8e8; color:#7f7f7f; cursor:auto;}

.product-landing .browse article.search {background-color:transparent; border-bottom:1px solid #ccd1ce; overflow:hidden; padding:0;}

.product-landing .callout-box {background-color:#f5fff6; border-left:10px solid #d9ebdc; line-height:20px; margin:30px 0 0; padding:10px;}

.product-landing article.search .option-list {font-size:1em; font-weight:normal; overflow:hidden; padding:25px 0 10px 10px; text-align:justify; -ms-text-justify: distribute-all-lines; text-justify:distribute-all-lines;}
.option-list .stretch {display:inline-block; font-size:0; line-height:0; width: 100%;}
.option-list ul {display:inline-block; *display:inline; text-align:left; vertical-align:top; width:185px; zoom:1;}
.product-landing article.search ul {list-style:none; margin:0; padding:0;}
.product-landing article.search ul:last-of-type {padding-right:0;}
.product-landing article.search li {color:#555; font-size:1em; line-height:22px; margin:0 5px 0 24px; text-indent:-24px;}
.product-landing article.search li input[type="checkbox"] {margin-bottom:5px; vertical-align:bottom;}

.submit-bar {background-color:#eef9ff; margin-top:10px; padding:6px 12px; text-align:right;}

.product-landing .remove {background:url(/images/remove-x-gray.png) left center no-repeat transparent; color:#9e9e9e; cursor:pointer; font-size:.67em; font-weight:normal; padding-left:22px;}
.product-landing .back-to-top {background:url(/images/arrow-up-gray.png) right 50% no-repeat; display:block; margin:20px 18px 0 0; padding-right:18px; text-align:right;}

.product-landing.homepage section header {font-size:1.833em;}
.product-landing.homepage section header img {margin-right:3px;}
.product-landing.homepage .pager, .product-landing.practice-area .pager {font-size:.583em; font-weight:normal;}
.product-landing.homepage aside ul {list-style-type:none; margin:0; padding:0;}
.product-landing.homepage aside ul li {border-top:1px solid #d1d1d1; line-height:16px; padding:9px 5px;}
.product-landing.homepage aside ul li:first-child {border-top:none; padding-top:0;}
.product-landing.homepage aside ul li a {color:#333; font-size:1.167em; font-weight:bold; text-decoration:none;}
.product-landing.homepage aside ul li a:hover {color:#f2a900;}

.product-landing.practice-area section header {font-size:1.833em;}
.product-landing.practice-area #search-results header {font-size:1.25em;}

.product-landing ul.features {font-size:1.1em; margin-bottom:45px; padding-left:15px;}
.product-landing ul.features li {float:left; margin:0 0 10px; padding-right:10px; width:290px;}
/* end landing pages */

.product-details {margin:30px 40px; position:relative;}
.product-details .conference-title-block {overflow:hidden;}
.product-details .conference-title-block .left-column h3 {border-bottom:1px solid #555; cursor:pointer; font-size:1.167em; margin: 0; padding:.5em 0 .25em; width:120px;}
.product-details .conference-title-block .right-column h3 {border-bottom:1px solid #555; font-size:1.167em; margin:0; padding:.5em 0 .25em;}
.product-details .conference-title-block  h3 img {border:none; padding:0; vertical-align:top;}
.product-details .conference-title-block dl.credits {margin:.5em 0 0 .25em;}
.product-details .conference-title-block dl.credits dd {color:#333; font-size:1em; margin:5px 0 0;}
.product-details .conference-title-block dl.credits dd b {font-size:1.167em;}
.product-details .conference-title-block .middle-column .dates {font-size:1.083em;}

.product-details.content {margin-top:10px; min-height:500px; overflow:hidden;}

.product-details .full-details {float:right; width:720px;}
.product-details .full-details > div {margin-top:20px;}
.product-details .full-details article {line-height:16px; overflow:hidden; padding:25px;}
.product-details .full-details article:first-child {padding:0 10px;}
.product-details .full-details article h3 {margin:.5em 0;}
.product-details .full-details article h2 {font-size:18px; margin-bottom:3px;}
.divider header {background-color:#e3e1e0; border:1px solid #b9b7b6; border-left:none; border-right:none; height:4px; padding:0;}
.divider article {background-color:#fff; border:1px solid #bcbab9; font-size:1.5em; font-weight:bold; height:20px; margin:0 auto; padding:.25em; position:relative; text-align:center; top:-17px; width:380px; }

.product-details .conference-schedule .schedule-block {background:url(/images/vanishing-border-long.png) no-repeat left top transparent; border:none; padding:0}
.product-details .conference-schedule > div {margin-bottom:25px;}
.product-details .conference-schedule > div:last-child {margin-bottom:0;}
.product-details .conference-schedule .schedule-block:first-of-type {background:none;}
.product-details .conference-schedule .schedule-block .left-column {line-height:15px; padding:10px 8px; width:70px;}
.product-details .conference-schedule .schedule-block .middle-column {border-left:1px solid #d4d4d4; line-height:15px; padding:10px 8px; width:525px;}
.product-details .conference-schedule .schedule-block p {margin:5px 0 0;}
.product-details .conference-schedule .schedule-block p.no-credit {font-size:.917em;}
.product-details .conference-schedule .schedule-block p.description {font-size:1em; line-height:18px;}
.product-details .conference-schedule .schedule-block p.faculty {font-size:.917em; line-height:15px;}
.product-details section.full-details ul.cancellation {list-style-image: url(/images/list-style-small-dot.png); margin:0; padding:0 15px;}
.product-details section.full-details ul.cancellation li {color:#555; line-height:18px; padding:5px 0;}
.product-details section.full-details ul.cancellation li b {color:#333; font-size:1.083em;}
.product-details section.full-details p.dates:first-of-type {margin-top:18px;}
.product-details section.full-details .other-products {font-size:1em; margin-top:18px;}
.product-details section.full-details .freeform-text {margin-top:18px;}
.product-details section.full-details .freeform-text h3 {font-size:12px;}
.product-details section.full-details .sponsor-details h3 {font-size:1em;}
.product-details section.full-details .sponsor-details dt {font-size:1.167em; margin-top:30px;}
.product-details section.full-details .sponsor-details dt img {margin-bottom:15px;}
.product-details section.full-details .sponsor-details dt a {font-size:.786em;}
.product-details section.full-details dl {margin:0 .5em;}

.credit-info {font-size:1.083em; line-height:18px; clear:both;}
.credit-info h2 {background: url(/images/vanishing-border-long.png) left bottom no-repeat; padding-bottom:5px;}
.credit-info .accreditation-name {font-size:1.077em; font-weight:bold; margin:15px 0 5px;}
.credit-info .accreditation-name:first-child {margin-top:0;}
.credit-info .accreditation-name .expected {color:#ca5f14; font-size:.857em;}
.credit-info .reporting {margin-top:5px;}
.credit-info .reporting a.reporting-link {font-size:.846em;}

/* hotel/venue */
.hotel-block {
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 40px;
  width: 315px;
}

.hotel-block:last-of-type {
  margin-bottom: 0;
}

table.hotel-info td {
  vertical-align: top;
}

table.hotel-info p {
  line-height: 20px;
  margin: 0;
}

table.hotel-info h4 {
  font-size: 1.083em;
  margin: 15px 0 5px;
}
/* end hotel/venue */

/* eCourse delivery */
.player header {
  font-size:1.25em;
}

.player .conference-title-block {
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 12px;
}

.player .conference-title-block .right-column {
  max-width: 200px;
}

.player .conference-title-block .middle-column h1 {
  color: #555;
  font-size: 18px;
  line-height: 22px;
}

.player .conference-title-block .middle-column h4 {
  color: #969696;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.player a.show, 
.player a.hide {
  font-size: .917em;
}

.player p.rating {
  margin: 20px 0 0 !important;
}

.player .course-overview p {
  margin-bottom: 5px;
}

.player footer {
  padding: 10px 9px;
  text-align: right;
}

.player footer .price {
  font-size: 18px;
  font-weight: bold;
}

.player footer a {
  font-size: .917em;
}

.player footer button {
  margin-right: 0;
}

.player footer.credit-line {
  border-bottom: 1px solid #ddd;
  color: #555;
  line-height: 24px;
}

.player-sessions {
  border-bottom: 1px solid #ddd;
}

.player-sessions .active {
  background: #f3f2f1;
  background: linear-gradient(to bottom, #f2f1ef 0%, #fff 30%, #fff 50%, #f3f2f1 100%);
  border-top: 1px solid #d8d8d8;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.player-sessions .column {
  float: left;
}

.player-sessions .column.A {
  width: 680px;
}

.player-sessions .column.A1 {
  width: 40px;
}

.player-sessions .column.A2 {
  width: 625px;
  color: #555;
  font-size: 0.933em;
  font-weight: bold;
  margin-left: 16px;
  text-indent: -16px;
}

.player-sessions .column.A1 img {
  margin-top: -5px;
}

.player-sessions .column.A2 p {
  color: #555;
  font-size: .833em;
  font-weight: normal;
  margin: 5px 0 0 16px;
}

.player-sessions .column.B {
  width: 90px;
}

.player-sessions .column.C {
  width: 120px;
}

.player-sessions .column.D {
  width: 70px;
}

.player-sessions header {
  border-bottom: none;
  font-size: 1.25em;
}

.player-sessions header .column.B,
.player-sessions header .column.C,
.player-sessions header .column.D,
.player-sessions header .column.E {
  font-size: .733em;
  text-align: center;
}

.player-sessions article {
  border-top: 1px solid #ddd;
}

.player-sessions article:first-of-type {
  border-top: 3px solid #282828;
}

.player-sessions article header {
  font-weight: normal;
  padding: 17px 0;
}

.player-sessions .details {
  border-top: none !important;
  display: none;
  padding: 0 0 40px;
}

.player-sessions .details h4 {
  margin-bottom: 5px;
}

.player-sessions .details .instructions {
  color: #555;
  line-height: 18px;
  margin-bottom: 30px;
  margin-left: 40px;
  overflow: hidden;
}

.player-sessions .details .instructions span {
  color: #f2a900;
  font-size: 1.167em;
  line-height: 25px;
}

.player-sessions .details .cover-image {
  background-color: #f2a900;
  color: #fff;
  font-weight: bold;
  height: 116px;
  line-height: 24px;
  padding-top: 35px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 99;
}

.player-sessions .details .cover-image span {
  font-size: 1.5em;
}

.player-sessions .details .downloadable {
  position: relative;
}

.player-sessions .details .downloadable h4 {
  border-bottom: 1px solid #ddd;
  font-size: 1em;
  padding: 5px 0;
  margin-top: 0;
}

.player-sessions .details .downloadable p {
  color: #333;
  font-size: .917em;
  margin: 10px 0;
}

.player-sessions .details .downloadable img {
  padding-right: .5em;
  vertical-align: top;
}

.player-sessions .details .downloadable table td {
  color: #555;
  padding: 6px 0;
  vertical-align: top;
}

.player-sessions .details .downloadable table td:last-child {
  font-size: .917em;
}

/* slideshow */
.slideshow-control {
  background-color: #f0f0f0;
  font-size: 1.333em;
  padding: 10px;
  text-align: center;
}

.slideshow-control .preview {
  font-size: .688em;
  margin-bottom: .75em;
}

.slideshow-control img {
  cursor: pointer;
  padding: 0 15px;
  vertical-align: bottom;
}

.slideshow-control input {
  font-size: 1em;
  font-weight: bold;
  padding: .15em;
  text-align: right;
  width: 27px;
}

.slideshow-slide-header {
  background-color: #f2a900;
  border-bottom: none;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 1.25em;
}

.slideshow-slide-header span {
  font-size: 1.167em;
}

.slideshow-slide {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  min-height: 400px;
  padding: 25px;
}

.slideshow-slide h1 {
  color: #555;
  font-size: 24px;
  margin: 0;
}

.slideshow-slide h4 {
  color: #969696;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.slideshow-slide p.overview {
  color: #555;
  line-height: 18px;
  margin: 16px 0 0;
}

.slideshow-slide p.authors {
  color: #555;
  font-size: .917em;
  line-height: 18px;
  margin: 16px 0 0;
}
/* end slideshow */
/* end eCourse delivery */

.product-details.credit {margin:50px auto; width:720px; overflow:visible;}
.product-details.credit header {margin-top:10px;}
.product-details.credit header.salutation {background-color:#f5fff6; border-bottom:none; font-size:1.5em; font-weight:normal; line-height:24px; margin:0 0 30px; padding:20px 15px;}
.product-details.credit header.salutation .line2 {font-size:.778em;}

.product-details.credit .conference-title-block .middle-column p {color:#282828; float:left; margin-top:20px; width:175px;}
.product-details.credit .conference-title-block .middle-column p:last-of-type {width:300px;}

.product-details.credit table {background-color:#f7f7f7; border-width:5px 15px; border-style:solid; border-color:#f7f7f7;}
.product-details.credit table tr td {padding:20px 0; border-bottom:1px solid #cbcbcb;}
.product-details.credit table tr td:first-child {font-size:1.083em; font-weight:bold; line-height:15px; padding-left:5px; padding-right:20px; vertical-align:top;}
.product-details.credit table tr td .right-column {width:90%}
.product-details.credit table.sessions {background-color:transparent; border-color:transparent;}
.product-details.credit table.sessions tr td {padding:15px 0; vertical-align:top;}
.product-details.credit table.sessions tr td:first-child {color:#555; font-size:1.167em; width:15px;}
.product-details.credit table.sessions tr td:nth-child(2) {color:#555; font-size:1.167em; font-weight:bold; line-height:15px; width:535px;}
.product-details.credit table.sessions tr td:nth-child(3) {font-size:.917em;}
.product-details.credit table.sessions tr td:last-child div {position:relative; text-align:right;}
.product-details.credit table.sessions tr td .incomplete {color:#fe3101; font-size:.917em; position:absolute !important; right:-70px; top:0;}
.product-details.credit table.sessions tr td .description {font-size:.917em; font-weight:normal; max-height:70px; line-height:18px; margin-top:10px;}
.product-details.credit table.sessions tfoot tr td:first-child {border:none; color:#8e8e8e; font-size:1.083em; padding:5px 0; text-align:right;}
.product-details.credit table.sessions tfoot tr:first-child td {color:#333; padding-top:30px;}

.product-details.credit table.confirmation {background-color:transparent; border:none;}
.product-details.credit table.confirmation tr td {padding:20px 0; border-bottom:none; border-top:1px solid #cbcbcb;}
.product-details.credit table.confirmation td:first-child {font-size:1.167em; font-weight:normal; line-height:22px; padding:left:0; width:390px;}
.product-details.credit table.confirmation td:last-child {line-height:18px;}
.product-details.credit table.confirmation td:last-child span.title {color:#ca5f14; font-weight:bold;}

.product-details.credit article.certify {background-color:#f7f7f7; font-size:1.083em; overflow:hidden; padding:30px 15px;}
.product-details.credit article.certify input[type="checkbox"] {float:left; margin:3px 15px 0 0;}
.product-details.credit article.certify div.description {float:left; font-weight:normal; line-height:18px; margin-bottom:15px; width:90%;}
.product-details.credit article.certify label {display:block; font-size:1.231em; font-weight:bold; margin-bottom:5px;}
.product-details.credit article.certify div.footnote {font-size:.846em; line-height:14px; padding:0; text-indent:0;}

.product-details.credit .submit-bar {padding:12px;}

.product-details.credit.certificate article {font-size:14px; line-height:24px; margin-bottom:30px; overflow:hidden; padding:0 13px}
.product-details.credit.certificate article:first-of-type {margin-top:25px;}
.product-details.credit.certificate article:last-of-type {margin-bottom:70px;}
.product-details.credit.certificate article h1 {font-size:18px; margin:0 0 10px; line-height:22px;}

.product-details footer.tip {background-color:#EEF9FF; font-size:1.167em; margin-top:10px; padding:15px;}

/* elibrary */
#elibrary .product-landing section {margin-bottom:30px;}
#elibrary .product-landing section > section {margin-bottom:0;}
#elibrary .product-landing .search ul.left-column {width:192px;}

#elibrary header .shortened {width:750px;}
#elibrary header .shortened {color:#f2a900; vertical-align:bottom;}
#elibrary header .shortened a {font-size:.75em; font-weight:normal;}

.elibrary-subscription {background:url(/images/elibrary-art.png) 5% 3% no-repeat; float:left; width:100%;}
.elibrary-subscription h1 {color:#f2a900; font-size:2.65em; margin-bottom:5px; padding-left:0;}
.elibrary-subscription h3 {color:#545454; font-size:14px; line-height:24px; margin:0;}
.elibrary-subscription h2 {color:#545454;}
.elibrary-subscription ul {margin-left:100px;}
.elibrary-subscription .outer-box {letter-spacing:15px; text-align:center;}
.elibrary-subscription .subscription-block {cursor:pointer; display:inline-block; letter-spacing:normal; margin-bottom:20px; text-align:left; width:185px;}
.elibrary-subscription .subscription-block header {background-color:#f2a900; border:none; color:#fff; font-size:14px; font-weight:normal; padding:4px;}
.elibrary-subscription .subscription-block header b {font-size:1.423em;}
.elibrary-subscription .subscription-block article {background-color:#f3f3f3; color:#545454; padding:10px;}
.elibrary-subscription .subscription-block article b {font-size:1.5em;}

/* order process */
.order-process {margin:50px auto; width:720px; overflow:visible;}
.order-process section header, .order-process nav header, a.order-process side header {padding-bottom:12px;}
.order-process section {margin-bottom:40px; width:510px; overflow:visible;}
.order-process section header .description {font-size:.75em; font-weight:normal; margin-top:4px;}
.order-process section header .pager {bottom:20%;}
.order-process section article {background-color:#f5f9ff; border-top:3px solid #e0e0e0; padding:20px 5px 10px 15px;}
.order-process section article.related, .order-process section article.related article {background-color:#f7f7f7;}
.order-process section article:first-of-type {border-top:none;}
.order-process section article:last-of-type {border-bottom:1px solid #a2a2a2;}
.order-process section hr {background-color:#a2a2a2; border:0; height:1px; margin:0}
.order-process section article ol {margin:0; padding:0 0 0 1.2em;}
.order-process section article ol li {font-size:1.083em; font-weight:bold;}
.order-process section article ul {list-style:none; margin:0 0 0 20px; padding:10px 10px 15px;}
.order-process section article ul li {padding-bottom:8px; overflow:hidden; line-height:20px;}
.order-process section article ol li ul {margin-left:-4px; padding:10px 0 15px;}
.order-process section article ol li ul li {font-size:.9em; font-weight:normal; overflow:hidden;}
.order-process section article ul input[type="checkbox"] {float:left; margin:2px 7px 0 0}
.order-process section article ul input[type="radio"] {float:left; margin:2px 7px 0 5px}
.order-process input[type="text"] {padding:0 .25em; width:25px;}

.order-process input[type="checkbox"],
.order-process input[type="radio"] {
  margin: 5px 2px 2px 4px;
  vertical-align: bottom;
}

.order-process footer {border-top:3px solid #282828; font-size:1.417em; font-weight:bold; padding-top:10px; text-align:right; width:510px;}
.order-process section footer {border-top:none; font-size:1.167em;}
.order-process section article h2 {font-size:1.167em; margin:0; padding:0;}
.order-process section .related-conference {display:none; margin-top:10px;}

.order-process section .related-conference section, 
.order-process section .related-conference section footer {
  width: 480px;
}

.order-process .conference-title-block {overflow:auto;}
.order-process img.more-info {cursor:pointer; vertical-align:top;}

.order-process table thead th {border-bottom:3px solid #333; font-size:.9em; padding-bottom:6px;}
.order-process table thead th:first-child {font-size:1.333em; text-align:left;}
.order-process table thead th:nth-child(3) {padding-right:5px;}
.order-process table tbody th {font-size:1.25em; padding:30px 10px 0; text-align:left;}
.order-process table tbody th hr {background-color:#d3d3d3; border:0; height:1px; padding:0 10px;}
.order-process table tbody th a {font-size:.733em; font-weight:normal;}
.order-process table tfoot th {border-top:1px solid #282828; padding:10px;}
.order-process table tfoot th:nth-child(3) {text-align:center;}
.order-process table tfoot td {padding:10px; font-weight:bold;}
.order-process table tfoot td:nth-child(3) {text-align:center;}
.order-process table tbody td {color:#555; line-height:16px; padding:5px 10px;}

.order-process table tbody tr[data-item_id]:hover td {background-color:#f5f9ff;}

.order-process table tbody td:nth-child(2) {color:#333; text-align:center;}
.order-process table tbody td:nth-child(3) {color:#333; font-weight:bold; text-align:right;}
.order-process table tbody td a {font-size:.917em;}
.order-process table td .title {color:#282828; font-size:1.083em; font-weight:bold; margin-bottom:4px;}
.order-process table td .date-details {color:#282828; font-size:.917em;}
.order-process table td .description {font-size:.917em;}
.order-process table td .description-limited {display:inline-block; max-width:400px; overflow:hidden; text-overflow:ellipsis; vertical-align:bottom; white-space:nowrap;}
.order-process table td ul {margin:0; padding:0 2em;}
.order-process table td .remove {cursor:pointer; margin-bottom:3px; vertical-align:middle;}
.order-process table tbody:last-child tr:last-child td {padding-bottom:20px;}
.order-process table input[type="text"] {text-align:center;}

.order-process section.order-complete {float:right; width:510px;}
.order-process table.grand-total {border-top:3px solid #282828; float:right; margin-top:1em; margin-bottom:40px; width:510px;}
.order-process table.grand-total td {font-weight:bold; padding:5px 0 0; text-align:right; vertical-align:bottom;}
.order-process table.grand-total td a {font-size:1.083em;}
.order-process table.grand-total tbody td:nth-child(2) {text-align:right;}
.order-process table.grand-total tr td:first-child {text-align:left;}
.order-process table.grand-total tr td:last-child {padding-right:38px; width:100px;}
.order-process table.grand-total tr:last-child td {font-size:1.417em;}
.order-process section.order-complete header .additional {font-size:.750em;}
.order-process section.order-complete input[type="text"], .order-process section.order-complete input[type="email"], .order-process section.order-complete input[type="password"] {padding:.15em; width:200px;}
.order-process section.order-complete article {border:none; margin-bottom:5px; padding:20px 23px 25px; overflow:auto;}
.order-process section.order-complete article.sign-in {padding:5px 14px 25px;}
.order-process section.order-complete article.final {background-color:#e2e2e2; margin-top:-5px; padding:10px 25px;}
.order-process section.order-complete article.final .instructions {color:#555; float:left; font-size:.833em; margin:0; width:220px; }
/*.order-process section.order-complete article.promo {background-color:#eefff0; padding:10px 10px 10px 17px; overflow:hidden;}*/
.order-process section.order-complete article h4 {color:#555; margin:10px 0 5px; font-size:.917em;}
.order-process section.order-complete article.sign-in h4 {float:left; line-height:25px;}
.order-process section.order-complete article h4.payment {float:left; line-height:25px; margin:15px 0 5px;}
.order-process section.order-complete article h4.label {margin:0px 0 15px;}
.order-process section.order-complete article h4.label span {font-weight:normal;}
.order-process section.order-complete article a {font-size:.917em;}
.order-process section.order-complete article.address input[type="text"] {font-size:.917em; margin-bottom:8px;}
.order-process section.order-complete article.address select {padding-top:3px; vertical-align:middle;}

.order-process .order-complete h3 {font-size:1.25em; margin:0 0 15px;}
.order-process .discount {color:#fa0101; float:right; font-size:1.333em; font-weight:bold;}
/*.order-process section.order-complete article.promo input[type="text"] {width:150px;}*/
/*.order-process section.order-complete article.promo b {color:#282828; font-size:1.167em;}*/

/* conference order form "related conferences" */
.order-process aside.related {margin:20px 0; background-color:#f7f7f7; line-height:15px; border-radius: 4px;}
.order-process aside.related header {background-color:#898989; color:#fff; font-size:1.333em; font-weight:bold; padding:10px; border-radius:4px 4px 0 0;}
.order-process aside.related .conference-title-block {padding:10px; border-radius:0 0 4px 4px;}
.order-process aside.related .conference-title-block img {border:1px solid #d5d5d5; padding:.25em; margin-right:10px; float:left;}
.order-process aside.related h3 {font-size:1.083em; color:#cb0000;}
.order-process aside.related h4 {font-size:1.04em; margin:.35em 0 .2em;}

.order-process header.confirm {background-color:#f3f3f3; text-align:center; width:100%;}
.order-process header.confirm h2 {color:#31649a;}

.order-process.confirm header {font-size:1.667em; margin-top:40px;}
.order-process.confirm div.heading {background-color:#eefff0; font-size:1.083em; line-height:20px; padding:15px; vertical-align:top;}
.order-process.confirm .top {margin-bottom:40px; overflow:hidden;}
.order-process.confirm table {color:#282828;}
.order-process.confirm table thead th div {font-size:.688em; font-weight:normal; padding-top:2px;}
.order-process.confirm table thead th:last-child {font-weight:normal; text-align: right; vertical-align:bottom;}
.order-process.confirm table tbody th {border-bottom:1px solid #d3d3d3; padding: 50px 0 5px;}
.order-process.confirm table tbody:first-of-type th {padding: 30px 0 5px;}
.order-process.confirm table tbody td {color:#282828;}
.order-process.confirm table tbody td {padding:10px 0 0; line-height:1.4em; vertical-align:top;}
.order-process.confirm table tbody td:nth-child(2) {color:#555; font-weight:bold; text-align:right;}
.order-process.confirm table tbody td .description2 {color:#555; font-size:.917em;}
.order-process.confirm table tbody td ul {color:#555;}
.order-process.confirm table tbody td a {font-size:1em;}

.order-process.confirm div.footing {background-color:#eefff0; color:#282828; margin-top:10px; padding:15px;}
.order-process.confirm div.footing a {font-weight:bold;}
/* end checkout process */

/* create account page */
.create-account {margin:40px 50px 60px;}
.create-account section article {padding:28px 24px 10px; white-space:nowrap}
.create-account section article .left-column {line-height:35px; width:400px;}
.create-account section article .right-column {line-height:35px; width:365px;}
.create-account section article header {border-bottom:1px solid #aaa; color:#555; font-size:1.13em; line-height:1em; margin-bottom:20px; padding:0 0 6px;}
.create-account section article header .subheader {color:#898989; font-size:.917em;}
.create-account section article input[type="text"], .create-account section article input[type="password"], .create-account section article select {background-color:#f7f7f7; margin-right:6px !important; width:275px;}
.create-account section article input[type="checkbox"]{margin-bottom:7px; vertical-align:middle;}
.create-account section article select {background-color:#f7f7f7; border:1px solid #cbcbcb; height:24px; margin-top:-3px; vertical-align:middle;}
.create-account section article label {color:#555; display:inline-block; padding-right:5px; text-align:right; width:100px;}
.create-account section article .right-column label {width:45px;}
.create-account section article ul label {display:inline !important; text-align:left;}
.create-account section article a {font-size:.833em;}
.create-account section article dl {border-top:1px solid #e4e4e4; margin:0; overflow:hidden; padding:12px 0 8px;}
.create-account section article dl:first-child {border-top:none; padding-top:0;}
.create-account section article ul {list-style:none; margin:0; padding:0 20px 0 0;}
.create-account section article ul.left-column {width:22.5%;}
.create-account section article ul li {color:#555; line-height:22px; margin:0 5px 0 24px; text-indent:-24px;}
.create-account .hint {color:#959595; font-size:.75em; font-style:italic; left:0; position:absolute; top:-35px; white-space:nowrap;}
.create-account .required {color:#d87822; font-size:1.33em !important; vertical-align:bottom;}
.create-account header .required {font-size:.688em !important;}
.create-account .remove {cursor:pointer; margin-left:15px; vertical-align:middle;}
.create-account .pager a {font-size:1.2em;}
.create-account .pager a.show {display:none;}
.create-account .pager a.hide {display:inline;}
.create-account .suggestion-box {right:3px; width:287px;}
.create-account .suggestion-box .suggestion-box-header img.close {margin-top:-15px;}

.modal.basic.create-account table tr td:first-child {padding-right:5px; text-align:right;}
.modal.basic.create-account select {padding:2px;}

.user-edit h1 {border-bottom:1px solid #e4e4e4; font-size:1.083em;}
.user-edit table {margin:10px 0 20px;}
.user-edit input[type="text"] {width:200px;}
/* end create account page */

/* member account pages */
.member-account {
  margin: 20px 40px 40px;
  overflow: hidden;
  position: relative;
}

.member-account section {
  float: right;
  overflow: hidden;
  width: 677px;
}

.member-account section header {
  margin-top: 20px;
}

.member-account section header .pager {
  color: #868585;
}

.member-account section header .pager.edit {
  padding-left: 10px;
  position: relative;
}

.member-account section header .pager label {
  margin-left: 1em;
}

.member-account dl.contact {
  line-height: 18px;
  margin-top: 0;
  width: 45%;
}

.member-account dl.contact dt {
  color: #333;
  font-size: 1.167em;
  font-weight: bold;
  margin-top: 7px;
}

.member-account dl.contact dd {
  color: #333;
  font-size: 1.083em;
  margin: .25em 0 6px 0;
}

.member-account .conference-title-block {
  overflow: hidden;
}

.member-account .conference-title-block h3 {
  font-weight: bold;
}

.member-account .conference-title-block .left-column {
  width: 85px;
}

.member-account .conference-title-block .middle-column {
  width: 455px;
}

.member-account .conference-title-block .middle-column ul {
  margin: 8px 0 0;
  padding-left: 1.5em;
}

.member-account .conference-title-block .right-column {
  font-weight: bold;
  line-height: 16px;
  text-align: right;
  width: 115px;
}

.member-account .result {
  line-height: 1.5;
  padding: 18px 10px;
}

.member-account .result + .result {
  border-top: 1px solid #d1d1d1;
}

.member-account .item + .item {
  margin-top: 8px;
}

.member-account footer {
  background-color: #f6f6f6;
  border-top: 1px solid #282828;
  display: flex;
  margin-bottom: 40px;
}

.member-account footer .older {
  background-color: #eef9ff;
  border-right: 1px solid #d3d3d3;
  padding: 10px;
  width: 325px;
}

.member-account footer .older .viewing {
  color: #282828;
}

.member-account footer .older .control {
  float: right;
}

.member-account footer .catalog-link {
  padding: 10px;
}
/* end member account pages */

/* badge preview */
.badge {
  background: url(/images/badge-small.png) center center no-repeat;
  width: 88px;
  height: 62px;
  border: 1px solid #d8d8d8;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 20px;
}

.badge .badge-text {
  display: table-cell;
  font-size: .45em;
  height: 62px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  width: 88px;
}

.badge .badge-text div:first-child {
  font-size: 1.167em;
}
/* end badge preview */

/* CMS pages */
.cms {
  padding: 1.5em 1.4em 1em;
  margin: 20px 40px 40px;
  overflow: hidden;
  position: relative;
}

.cms section {
  width: 650px;
  float: right;
  overflow: hidden;
}

.cms h1 {
  font-size: 2.5em;
  font-weight: normal;
  margin: 0 0 15px;
}

.cms section header {
  margin-top: 40px;
}

.cms header {
  border-bottom: none;
  font-size: 1.167em;
}

.cms article {
  line-height: 20px;
  padding: 20px 10px 0;
}

.cms dl {
  margin: 0;
}

.cms dt {
  font-size: 2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 7px;
  color: #f2a900;
}

.cms dd {
  color: #555;
  margin: .25em 0;
  line-height: 20px;
  font-size: 1.167em;
}
/* end CMS pages */
