@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot');
  src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/fontawesome-webfont.woff') format('woff'),
    url('/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #333;
  font-family: Arial, Helvetica;
}

/* -------------------------
  GENERAL STYLING
------------------------- */
.clear { clear: both }

.clearfix { *zoom:1 }

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}

.clearfix:after { clear:both }

img { max-width: 100% }

a,
a:link,
a:active,
a:visited { color: #0065a4; text-decoration: none }

a:hover { color: #000000; text-decoration: underline }

a.more,
.see_all a.url {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.photo-list a.more { clear: both }

a.subscribe-feed,
a.button,
.rss a,
.user-edit .directory-listings table td a.more,
.get_listed a,
.button.subscribe,
.basic-listing a,
.premium-listing a,
.events-index .submit a,
a.product-more,
.update-signup-form .submit,
button.renew {
  background-color: #004370;
  background: -moz-linear-gradient(top, #015994 0%, #004370 100%);
  background: -webkit-linear-gradient(top, #015994 0%, #004370 100%);
  background: -o-linear-gradient(top, #015994 0%, #004370 100%);
  background: -ms-linear-gradient(top, #015994 0%, #004370 100%);
  background: linear-gradient(top, #015994 0%, #004370 100%);
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 0 0 10px 0;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #003b63;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  font-size: 14px;
  font-weight: normal;
  float: left;
  display: block;
}

button.renew { display: inline; float: none }

.button.subscribe {
  background-color: #b01010;
  background: -moz-linear-gradient(top, #b01010 0%, #850101 100%);
  background: -webkit-linear-gradient(top, #b01010 0%, #850101 100%);
  background: -o-linear-gradient(top, #b01010 0%, #850101 100%);
  background: -ms-linear-gradient(top, #b01010 0%, #850101 100%);
  background: linear-gradient(top, #b01010 0%, #850101 100%);
  border: 1px solid #520000;
}

.user-edit .subscriptions a.more {
 text-align:left;
}

hr {
  border: none;
  border-bottom: 1px solid #eee;
}

a.subscribe-feed,
.rss a { background-color: #F4F3EA; padding-left: 30px }

.rss a { float: right }
.rss a img { display: none }

.next.disabled,
.prev.disabled { display: none; visibility: hidden }

.first { margin-left: 0px !important }
.last { margin-right: 0px !important }

h1, h2, h4 {
  margin: 0 0 10px 0;
  font-family: Helvetica, Arial;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #222;
}

h4 { font-size: 18px; line-height: 24px }

h3,
.title {
  font-family: "Helvetica", "Arial";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.title a { color: #333 }

h1.headline,
h2.headline,
.headline { font-size: 14px; line-height: 18px }

.blog-post h1.headline,
.article-show h1.headline,
.taxonomy-detail .headline {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.sub-headline { margin: 0 0 5px 0 }

ol {
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
  overflow: hidden;
}

  ol li { font-size: 14px }

.scrollable { position: relative; overflow: hidden }

.scrollable .records { width: 20000em; position: absolute }

.scrollable .record { float: left }

.scrollable .active { z-index:9999; position:relative }

.breadcrumbs {
  font-size: 12px;
  margin: 0 0 10px 0;
}

.likes { margin: 10px 0 }

.likes a.email {
  float: left;
  margin-right: 5px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: -moz-linear-gradient(#eee, #ddd);
  background-image: -o-linear-gradient(#eee, #ddd);
  background-image: -ms-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  padding: 2px 7px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.toolbar .print,
.toolbar .email,
.toolbar .reprints,
.toolbar .size-text,
.toolbar .addthis_button_facebook,
.toolbar .addthis_button_twitter,
.toolbar .addthis_button_linkedin,
.toolbar .google-plus-share { float: left; margin: 0 20px 0 }

.toolbar .addthis_toolbox { float: left }

.toolbar .changer {
  padding: 3px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.toolbar .changer.larger { text-transform: uppercase }
.toolbar .changer.smaller { text-transform: lowercase }

a.back-to-top {
  font-size: 14px;
  border-bottom: 1px dashed #E4E3DB;
  margin: 20px 0;
}

span.red { color: #AF0E0E }

.sidebar h3 { margin: 0 0 10px 0 }

.sidebar .records { margin: 0 0 20px 0 }

.sidebar .records.products { display:none }

.main-content .sidebar { margin: 0 0 0 20px }

.content,
.abstract,
.teaser,
p { 
  font-size: 14px; 
  line-height: 18px 
}

.ad-2:before,
.ad-3:before,
.ad-tag-5:before,
.ad-tag-9:before,
.ad-tag-10:before,
.ad-tag-14:before,
.ad-tag-15:before,
.ad-tag-16:before {
  display: block;
  content: "advertisement";
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  color: #ccc;
}
.ad-tag-5:before,
.ad-tag-9:before,
.ad-tag-10:before,
.ad-tag-14:before,
.ad-tag-15:before,
.ad-tag-16:before { font-size: 10px }

.ad-tag-5,
.ad-tag-9,
.ad-tag-10,
.ad-tag-14,
.ad-tag-15,
.ad-tag-16 { margin-bottom: 10px }

.current-rating { margin: 0 0 20px 0 }

.star-rating { float: left; margin: 0 3px 0 0 }

.twtr-widget h3 { background: none }

.ad-peel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  display: none;
}

.ad-7 { margin: 20px 0; text-align: center }

.body { font-size: 14px }

.pagination {
  font-size: 14px;
  margin: 20px 0;
}

.pagination span,
.pagination a,
.pagination .current {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: -moz-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: -o-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: -ms-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: linear-gradient(#f7f7f7, #dfdfdf);
  padding: 5px 7px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  display: inline;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px 0 0;
}

.pager { margin: 0 auto; text-align: center }

.pagination .current {
  background: none;
  border: 1px solid #fff;
  font-style: normal;
}

#jwplayer-video_wrapper { margin: 0 0 10px 0 }

.editorial-content-temp {
  background-color: #b7b7b7;
  width: 92%;
  height: 100px;
  border: 10px solid #ddd;
  position: relative;
}

.editorial-content-temp:before {
  content: "Editorial Content";
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -25%;
  font-size: 18px;
  color: #fff;
}

.main-body .advertisement,
.homepage .advertisement,
#section-3 .advertisement {
  background-color: #ddd;
  padding: 5px 5px 1px;
  text-align: center;
  margin-bottom: 20px;
}

.content .advertisement { float: left; margin: 10px 10px 10px 0 }

.page-video .advertisement {
  background: none;
  padding: 0;
  margin-bottom: 40px;
}

.topics { display: block; margin-bottom: 20px; font-size: 12px }

/*Title styles for "Universal Page styles" */
.author-show .records h3,
.taxonomy-detail .records h3,
.poll h1.headline {
    font-size: 21px;
    margin-bottom: 0;
    text-transform: none;
}

.poll .record h2 {
  font-family: "Helvetica", "Arial";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-transform: uppercase;
}
/* -------------------------
  ICONS
------------------------- */
.toolbar .email:before,
.toolbar .print:before,
.toolbar .addthis_button_facebook:before,
.toolbar .addthis_button_twitter:before,
.toolbar .addthis_button_linkedin:before,
.toolbar .google-plus-share:before,
.topbar .mini-cart a:before,
.rss-feeds .feed .headline:before,
.rss a:before,
h1 .rss a:before,
.article .accordion .title:before,
.subscription-prices .icon,
.interrupter .read-more:after,
.next-prev-article-navigation .previous:before,
.next-prev-article-navigation .next:after,
.product-email:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  font-size: 18px;
}

.toolbar .email:before,
.toolbar .print:before,
.toolbar .addthis_button_facebook:before,
.toolbar .addthis_button_twitter:before,
.toolbar .addthis_button_linkedin:before,
.toolbar .google-plus-share:before,
.topbar .mini-cart a:before,
.rss-feeds .feed .headline:before,
.rss a:before,
.article .accordion .title:before,
h1 .rss a:before,
.product-email:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.toolbar a.email:before,
.toolbar a.print:before,
.toolbar a.addthis_button_facebook:before,
.toolbar a.addthis_button_twitter:before,
.toolbar a.addthis_button_linkedin:before,
.toolbar a.google-plus-share:before,
.topbar .mini-cart a:before { display: inline-block }

.toolbar .email:before,
.product-email:before { content: "\f003" }
.toolbar .print:before { content: "\f02f" }
.toolbar .addthis_button_facebook:before { content: "\f09a" }
.toolbar .addthis_button_twitter:before { content: "\f099" }
.toolbar .addthis_button_linkedin:before { content: "\f0e1" }
.toolbar .google-plus-share:before { content: "\f0d4" }
.topbar .mini-cart a:before { content: "\f07a" }
.rss-feeds .feed .headline:before,
.rss a:before,
h1 .rss a { content: "\f09e"; line-height: 1 }
.article .accordion .title:before { content: "\f101"; color: #333 }
.interrupter .read-more:after {
  content: "\f101";
  color: #4487B6;
  margin-left: 5px;
  font-size: 12px;
}

.next-prev-article-navigation .previous:before,
.next-prev-article-navigation .next:after {
  content: "\f101";
  color: #4487B6;
  font-size: 12px;
}

.next-prev-article-navigation .previous:before {
  margin-right: 5px;
  content: "\f100";
  position: absolute;
  top: 4px;
  left: 0;
}

.next-prev-article-navigation .next:after {
  margin-left: 5px;
  position: absolute;
  top: 4px;
  right: 0;
}

.toolbar .reprints { margin: 0 30px 0 }

.topbar .mini-cart a:before,
.rss-feeds .feed .headline:before,
.rss a:before,
.article .accordion .title:before { margin: 0 10px 0 0 }

.topbar .mini-cart a { font-size: 12px }

h1 .rss a { padding-left: 10px }

/* -------------------------
  GENERAL FORM STYLING
------------------------- */

input[type='text'],
input[type='password'],
textarea,
input[type='file'] {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 10px 0;
  background-color: #ddd;
  box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
  color: #333;
}

input[type='text'].error,
input[type='password'].error,
textarea.error,
input[type='file'].error {
  margin-bottom: 0;
  border: 1px solid #D74D3F;
}

textarea {
  background: none;
  background: -moz-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: -webkit-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: -o-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: -ms-linear-gradient(top, #eee 0%, #fafafa 40%);
  background: linear-gradient(top, #eee 0%, #fafafa 40%);
}

input.button,
input.button2 {
  background-color: #004370;
  background: -moz-linear-gradient(top, #015994 0%, #004370 100%);
  background: -webkit-linear-gradient(top, #015994 0%, #004370 100%);
  background: -o-linear-gradient(top, #015994 0%, #004370 100%);
  background: -ms-linear-gradient(top, #015994 0%, #004370 100%);
  background: linear-gradient(top, #015994 0%, #004370 100%);
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 0 0 10px 0;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #003b63;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  font-size: 14px;
  font-weight: normal;
}

label,
.field .hint h4 {
  font-size: 14px;
  display: block;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.login, .register { font-size: 12px; margin: 0 0 10px 0 }

.form small,
.form .helper {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px 0;
}

.form .record .record div { margin: 0 0 20px 0 }

#timezone_hp {
  display:none;
}

.user_demographic_checkbox_label { font-size: 12px }

select {
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 0 0 10px 0;
}

.form .record .demographics div { margin: 0 }

.demographics label { display: inline; font-weight: normal }

label.error,
.formError,
#alert {
  background-color: #D54A44;
  color: white;
  padding: 10px;
  border: 1px solid #B73B36;
  margin: 10px 0 10px 0;
  text-shadow: 0 1px 0 black;
  display: block;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.recaptcha,
#recaptcha_widget_div { margin: 0 0 10px 0 }

.field .hint li,
.field .hint {
  font-size: 12px;
  margin: 0 0 10px 0;
}

legend {
  font-family: "Helvetica", "Arial";
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #C6C4B4;
  text-transform: uppercase;
}

fieldset { margin: 10px 0 10px 0; border: none; padding: 0 }

#notice {
  background-color: #97C3A3;
  padding: 10px;
  margin: 10px 0 20px 0;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  border: 1px solid #639371;
}

.user-edit #notice { border: none; padding: 0 }

span.user_demographic_radio_label { font-size: 14px }

.next-prev-article-navigation { margin-bottom: 20px }

.next-prev-article-navigation .previous,
.next-prev-article-navigation .next { position: relative; width: 300px }

.next-prev-article-navigation .previous { float: left; padding-left: 12px }

.next-prev-article-navigation .next { float: right; text-align: right; padding-right: 12px }

.next-prev-article-navigation .headline {
  display: block;
  font-size: 12px;
}

/* -------------------------
  TARGETED FORM STYLING
------------------------- */
.gateway .login input.button { margin: 0 0 10px 60px }

.user-login .login,
.user-reminder .forgot-password-form {
  float: left;
  margin: 0 20px 0 0;
  width: 300px;
}

.user-reminder .forgot-password-form { margin-top: 20px }

.user-login .instructions,
.user-reminder .instructions,
.user-login .instructions p { font-size: 14px }

.user-new input { margin: 0 }

#section-2 .demographics .column { margin-bottom: 20px }

.mailing-lists { border-bottom: 1px solid #E4E3DB }

.topic-of-interests { margin-top: 20px }

.user-reminder input[type=text] { width: 275px }

.user-login .remember label { display: inline; margin-right: 10px }

.user-login .button {
  display: block;
  margin: 0;
  position: relative;
  top: 22px;
  float: left;
}

.user-login .remember { float: left; clear: both }

.user-login h3 { text-align: center }

/* -------------------------
  TARGETED CLEARFIX
  so that templates don't have
  to be overridden just for an
  additional class
------------------------- */
.directory .record:before,
.directory .record:after,
.comment .navigation:before,
.comment .navigation:after,
.video-list:before,
.video-list:after,
.photo-list:before,
.photo-list:after,
.podcast-list:before,
.podcast-list:after,
ul.date-range:before,
ul.date-range:after,
.events-index .submit:before,
.events-index .submit:after,
.events-index .record:after,
.events-index .record:before,
.directories-show .record:before,
.directories-show .record:after,
.company-navigation .navigation:before,
.company-navigation .navigation:after,
.classified-index .get_listed:after,
.classified-index .get_listed:before,
.classified-index .classified:before,
.classified-index .classified:after,
.classified-list .record:before,
.classified-list .record:after,
.search .refine strong:before,
.search .refine strong:after,
.search .results:after,
.search .results:before,
.search .navigation ul:before,
.search .navigation ul:after,
.current_rating:before,
.current_rating:after,
.products .records .record:before,
.products .records .record:after,
.products-show:before,
.products-show:after,
.toolbar:before,
.toolbar:after,
.user-edit .navigation ul:before,
.user-edit .navigation ul:after,
.demographics:before,
.demographics:after,
.topic-feeds:before,
.topic-feeds:after,
.author-nav:before,
.author-nav:after,
.author-letter:before,
.author-letter:after,
.newsletters-show .record:after,
.newsletters-show .record:before,
.masthead:after,
.masthead:before,
.ad-top2:after,
.ad-top2:before,
.navigation-1 .level1:after,
.navigation-1 .level1:before,
.topbar:after,
.topbar:before,
.quick-search:before,
.quick-search:after,
.quick-search .search-field:before,
.quick-search .search-field:after,
.container:before,
.container:after,
.accordion .level1:before,
.accordion .level1:after,
.current-issue:before,
.current-issue:after,
.insights:before,
.insights:after,
.insights .record:before,
.insights .record:after,
.recommended .record:before,
.recommended .record:after,
.navigation:before,
.navigation:after,
.search_directories:before,
.search_directories:after,
.pagination:before,
.pagination:after,
.editorial-content:before,
.editorial-content:after,
.stay-connected .record:before,
.stay-connected .record:after,
.upcoming-events .record:before,
.upcoming-events .record:after,
.products-index-page .records:before,
.products-index-page .records:after,
.partner-center .ads:before,
.partner-center .ads:after,
.document:before,
.document:after,
.publication:before,
.publication:after,
.basic-listing:before,
.basic-listing:after,
.premium-listing:before,
.premium-listing:after,
.directories-listing .products .record:before,
.directories-listing .products .record:after,
.blogs-home .record:before,
.blogs-home .record:after,
.article-topic .record:before,
.article-topic .record:after,
.author-nav ul:before,
.author-nav ul:after,
.likes:before,
.likes:after,
.product:before,
.product:after,
.products-index .record:before,
.products-index .record:after,
.pricing:before,
.pricing:after,
.publications-show:before,
.publications-show:after,
.related-directory-listing .record:before,
.related-directory-listing .record:after,
.cart-recommended-products .record:before,
.cart-recommended-products .record:after,
.checkout-steps:before,
.checkout-steps:after,
.date-range:before,
.date-range:after,
.company-navigation .navigation ul:before,
.company-navigation .navigation ul:after,
.subscription-prices .subscription:before,
.subscription-prices .subscription:after,
.subscription-prices:before,
.subscription-prices:after,
.products-show .book:before,
.products-show .book:after,
.user-login .record:before,
.user-login .record:after,
.user-login .instructions-credentials:before,
.user-login .instructions-credentials:after,
.update-signup-form:before,
.update-signup-form:after,
#checkout .field:before,
#checkout .field:after,
.blog-home .blog-category-header:before,
.blog-home .blog-category-header:after,
.byline:before,
.byline:after,
.blog-category-header:before,
.blog-category-header:after,
.footer:before,
.footer:after,
.directories-listing .record:before,
.directories-listing .record:after,
.next-prev-article-navigation:before,
.next-prev-article-navigation:after,
.comment-details .supplemental:before,
.comment-details .supplemental:after,
.tabs .navigation:before,
.tabs .navigation:after { content: ""; display: table }

.directory .record:after,
.comment .navigation:after,
.video-list:after,
.photo-list:after,
.podcast-list:after,
ul.date-range:after,
.events-index .submit:after,
.events-index .record:after,
.directories-show .record:after,
.company-navigation .navigation:after,
.classified-index .get_listed:after,
.search .refine strong:after,
.search .results:after,
.search .navigation ul:after,
.classified-index .classified:after,
.classified-list .record:after,
.current_rating:after,
.products .records .record:after,
.products-show:after,
.toolbar:after,
.user-edit .navigation ul:after,
.demographics:after,
.topic-feeds:after,
.author-nav:after,
.author-letter:after,
.newsletters-show .record:after,
.masthead:after,
.ad-top2:after,
.navigation-1 .level1:after,
.topbar:after,
.quick-search:after,
.quick-search .search-field:after,
.container:after,
.accordion .level1:after,
.current-issue:after,
.insights:after,
.insights .record:after,
.recommended .record:after,
.navigation:after,
.search_directories:after,
.pagination:after,
.editorial-content:after,
.stay-connected .record:after,
.upcoming-events .record:after,
.products-index-page .records:after,
.partner-center .ads:after,
.document:after,
.publication:after,
.basic-listing:after,
.premium-listing:after,
.directories-listing .products .record:after,
.blogs-home .record:after,
.article-topic .record:after,
.author-nav ul:after,
.likes:after,
.product:after,
.products-index .record:after,
.pricing:after,
.publications-show:after,
.related-directory-listing .record:after,
.cart-recommended-products .record:after,
.checkout-steps:after,
.date-range:after,
.company-navigation .navigation ul:after,
.subscription-prices .subscription:after,
.subscription-prices:after,
.products-show .book:after,
.user-login .record:after,
.user-login .instructions-credentials:after,
.update-signup-form:after,
#checkout .field:after,
.blog-home .blog-category-header:after,
.byline:after,
.blog-category-header:after,
.footer:after,
.directories-listing .record:after,
.next-prev-article-navigation:after,
.comment-details .supplemental:after,
.tabs .navigation:after { clear: both }

.directory .record,
.comment .navigation,
.video-list,
.photo-list,
.podcast-list,
ul.date-range,
.events-index .submit,
.events-index .record,
.directories-show .record,
.company-navigation .navigation,
.classified-index .get_listed,
.search .refine strong,
.search .results,
.search .navigation ul,
.classified-index .classified,
.classified-list .record,
.current_rating,
.products .records .record,
.products-show,
.toolbar,
.user-edit .navigation ul,
.demographics,
.topic-feeds,
.author-nav,
.author-letter,
.newsletters-show .record,
.masthead,
.ad-top2,
.navigation-1 .level1,
.topbar,
.quick-search,
.quick-search .search-field,
.container,
.accordion .level1,
.current-issue,
.insights,
.insights .record,
.recommended .record,
.navigation,
.search_directories,
.pagination,
.editorial-content,
.stay-connected .record,
.upcoming-events .record,
.products-index-page .records,
.partner-center .ads,
.document,
.publication,
.basic-listing,
.premium-listing,
.directories-listing .products .record,
.blogs-home .record,
.article-topic .record,
.author-nav ul,
.likes,
.product,
.products-index .record,
.pricing,
.publications-show,
.related-directory-listing .record,
.cart-recommended-products .record,
.checkout-steps,
.date-range,
.company-navigation .navigation ul,
.subscription-prices .subscription,
.subscription-prices,
.products-show .book,
.user-login .record,
.user-login .instructions-credentials,
.update-signup-form,
#checkout .field,
.blog-home .blog-category-header,
.byline,
.blog-category-header,
.footer,
.directories-listing .record,
.next-prev-article-navigation,
.comment-details .supplemental,
.tabs .navigation { *zoom: 1 }

/* -------------------------
  SPECIFIC STYLES
------------------------- */

#section-1 {
  width: 670px;
  float: left;
  margin-right: 20px;
}

#section-2 {
  width: 660px;
  float:left;
  margin-right: 30px;
}

#section-2.homepage { margin-right: 20px; width: 670px }

#section-2.full-width,
#section-2.store-thanks-page { width: 100%; float: none; margin: 0 }

#section-3,
.cart-sidebar {
  float: right;
  width: 310px;
}

.cart-sidebar { margin-top: 58px }

.payment-page { margin-top: 20px }

.document {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 1000px;
}

.masthead {
  background-color: #E1E9ED;
  margin: 8px 0 0 0;
  padding: 10px;
  height: 73px;
}

.masthead .logo { float: left }

.lt-ie9 .masthead .logo img { max-width: none }

.masthead .right-column { float: right }

.masthead .right-column fieldset { margin: 0; padding: 0 }

.masthead .right-column .field1,
.masthead .right-column .field2,
.masthead .right-column .field3 { float: left }

.masthead .right-column .field1,
.masthead .right-column .field2 { margin: 0 10px 0 0 }

.masthead input#remember,
.masthead .right-column .field1 label,
.masthead .right-column .field2 label,
.masthead .right-column .field3 label,
.masthead .right-column .field4 { display: none }

.masthead .right-column fieldset { border: none }

.masthead .right-column input#username,
.masthead .right-column input#password {
  border: 1px solid #bfc6ca;
  background-color: #fff;
  font-size: 12px;
}

.masthead .phone-number { 
  font-size: 15px; 
  line-height: 24px; 
  text-align: right;
}

.masthead .user-logged-in {
  font-size: 14px;
  margin: 0 0 20px 0;
}

#section-2 .column {
  width: 319px;
  padding-right: 9px;
  border-right: 1px solid #e8e8da;
  float: left;
}

#section-2 .column.first { margin-right: 9px }

/* ===[ Start Primary Secondary ]=== */

.navigation-1 { margin-bottom: 37px }

.navigation-1 .level1 {
  position: relative;
  background-color: #333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333), color-stop(100%, #555));
  background-image: -webkit-linear-gradient(#555, #333);
  background-image: -moz-linear-gradient(#555, #333);
  background-image: -o-linear-gradient(#555, #333);
  background-image: -ms-linear-gradient(#555, #333);
  background-image: linear-gradient(#555, #333);
  box-shadow: inset 0 1px rgba(255,255,255,0.3);
  border: 1px solid #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  margin: 0 0 10px 0;
}

.navigation-1 .level1-li,
.navigation-1 .level2-li {
  list-style: none;
  float: left;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.navigation-1 .level2-li { text-transform: capitalize }

.navigation-1 a { padding: 0 10px; text-decoration: none }

.navigation-1 .level1-li a.link2:hover,
.navigation-1 .hover a.link2,
.navigation-1 .level1-li.current-page a.link2 {
  padding: 20px 10px 11px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(#fff, #f7f7f7);
  background-image: -moz-linear-gradient(#fff, #f7f7f7);
  background-image: -o-linear-gradient(#fff, #f7f7f7);
  background-image: -ms-linear-gradient(#fff, #f7f7f7);
  background-image: linear-gradient(#fff, #f7f7f7);
  color: #333;
  border-top: 1px solid #bfbfbf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.navigation-1 a.current-page {
  border-bottom:1px solid #ccc;
  padding-bottom:3px;
}

.navigation-1 .level1-li.current-page .level2 {
  z-index: 1;
}

.navigation-1 .level1-li.hover .level2 {
  z-index:2;
}

.navigation-1 .level1-li.current-page .level2 {
  display:block ! important;
  visibility:visible ! important;
}

.navigation-1 .level1-li a { color: #fff; position: relative }

.navigation-1 .level2 {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  width: 980px;
  list-style: none;
  margin: 0;
  padding: 10px;
  z-index: 1;
}

/* Show home secondary nav by default */
.navigation-1 .level1-li.first .level2 {
  display: block;
}

.navigation-1 .level2 a { color: #333 }

.navigation-1 .level1-li a:hover .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 1px;
  background-color: #ddd;
  margin-left: -30%;
}

/* ===[ End Primary Secondary ]=== */

/* ===[ Start Social Media ]=== */

.social-media-top img {
  width: 18px;
  height: 18px;
  padding-right: 5px;
}

/* ===[ End Social Media ]=== */

/* ===[ Start Nav Secondary ]=== */

.topbar {
  background-color: #333;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}

.topbar .level1 { margin: 0 }

.topbar .level1-li {
  margin: 0 0 0 0;
  list-style: none;
  float: left;
}

.topbar a { color: #ddd }

.topbar .mini-cart a:after,
.topbar .level1-li a:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.topbar .mini-cart a:after { content: "" }

.topbar .mini-cart { float: right }

.topbar .navigation-2 { float: right; margin-top: 1px }

a.login {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}

a.login:after {
  background: transparent url(/images/icons/arrowDown.gif) right center no-repeat;
  content: '\00a0';
  width: 14px;
  display: inline-block;
}

.login-box {
  display: none;
  background-color: #FFF;
  position: absolute;
  width: 210px;
  z-index: 9999;
  border: 1px transparent;
  text-align: left;
  padding: 12px;
  top: 145px;
  left: 40px;
  color: #999;
  font-size: 11px;
  border: 1px solid #ccc;
  border-top: 0;
}

.login-box .subscribe-options { text-align: right }

.login-box .subscribe-options a { font-weight: bold }

.login-box input[type=text],
.login-box input[type=password] {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #666666;
  font-size: 13px;
  margin: 0 0 5px;
  padding: 5px;
  width: 203px;
}

.mini-cart,
.secondary-nav { float: right; font-family: Helvetica, Arial }

#in-the-news-nav {
  float: left;
  width: 640px;
}

#in-the-news-nav ul { margin: 7px 0 0 0; padding: 0 }

#in-the-news-nav li {
  list-style: none;
  margin: 0;
  float: left;
  font-size: 12px;
}

#in-the-news-nav li:after {
  content: "|";
  margin: 0 10px;
  color: #ddd;
}

.in-the-news-title {
  float: left;
  width: 110px;
  display: none;
}

.in-the-news-title .title { margin: 0; font-size: 14px }

/* ===[ End Nav Secondary ]=== */

.ad-top { float: left; width: 728px }
.ad-top2 { float: right; width: 235px }

.quick-search {
  float: right;
  width: 230px;
}

.quick-search .search-field {
  background-color: #ddd;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.quick-search #q {
  float: left;
  background: none;
  box-shadow: none;
  margin: 0 10px 0 0;
  padding: 3px;
  border: none;
}

.quick-search a.button {
  background: transparent url('/images/icon-search.png') center center no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  padding: 0px;
  width: 30px;
  height: 21px;
  float: right;
  margin: 0;
  border-radius: 0;
  border-left: 1px solid #999;
}

.accordion .level1 {
  margin: 0;
  padding: 0;
}

.accordion .level1-li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  float: left;
}

.container { clear: both }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/  */

.current_rating { display: none }

.rating label {
    display: inline;
    color: #000;
    font-size: 11px;
}

.rating-cancel,
.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}

.rating-cancel,
.rating-cancel a { background: url("/images/icons/delete.gif") no-repeat 0 -16px }

.star-rating,
.star-rating a { background: url("/images/icons/star.gif") no-repeat 0 0 }

.rating-cancel a,
.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0;
    border: 0;
}

.star-rating-on a { background-position: 0 -16px }

.star-rating-hover a { background-position: 0 -32px }

/* ===[ Read Only CSS ]=== */

.record div.star-rating-readonly a { cursor: default !important }

/* ===[ Partial Star CSS ]=== */

.record div.star-rating {
    background: transparent !important;
    overflow: hidden !important;
}

/* END jQuery.Rating Plugin CSS
   ================================================== */

/* -------------------------
  FOOTER
------------------------- */
.footer {
  background-color: #00436f;
  color: #fff;
  font-size: 14px;
  padding: 20px 10px;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  border-top: 1px solid #00436F;
}

.footer ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer a { color: #fff; }

#footerNav .level1-li,
#footerNavSecond .level1-li {
  display: inline-block;
  word-wrap: break-word;
  vertical-align: top;
  margin: 0 20px 0 0;
  width: 150px;
  text-shadow: 0 1px 0 #000;
}

#footerNav .level1-li:nth-child(6n) { margin-right: 0 }

#footerNav .level1-li .link2,
#footerNavSecond .level1-li .link2 {
  font-size: 16px;
  font-weight: normal;
  color: #c0d3df;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000;
}

#footerNav .level2-li .link1,
#footerNavSecond .level2-li .link1 {
  color: #c0d3df;
  font-size: 14px;
  font-family: Arial, serif;
}

.copyright {
  clear: both;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  width: 50%;
}

.copyright p { font-size: 12px }

.footer p { margin-top: 0 }

#footerNavSecond {
  width: 490px;
  float: left;
  margin: 0 20px 20px 0;
  vertical-align: top;
}

.editorial-content.footer-content {
  width: 235px;
  float: left;
  border: none;
  margin: 0 20px 20px 0;
  padding: 0;
  vertical-align: top;
}

.footer .navigation {
  width: 310px;
  float: left;
  margin-right: 20px;
}

#footer-right-column { margin-right: 0 }


#footer-left-column { margin-left:50px; width:270px; }


/* -------------------------
  DIVIDERS
------------------------- */
.current-issue,
.breaking-news,
.editorial-content,
.management-tip,
.buyers-guide,
.blogs-widget,
.popular-recent,
.sidebar-box,
#section-3 .editorial,
#section-3 .media-box,
.comment-details { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px }

/* -------------------------
  STAY CONNECTED
------------------------- */
.stay-connected { border: none }

.stay-connected h3 {
  font-family: Georgia, Times;
  font-size: 24px;
  text-align: center;
  font-style: italic;
  font-weight: normal;
  color: #777;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
.stay-connected .record {
  background-color: #eaeae2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d9cc), color-stop(100%, #eaeae2));
  background-image: -webkit-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -moz-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -o-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -ms-linear-gradient(#eaeae2, #d9d9cc);
  background-image: linear-gradient(#eaeae2, #d9d9cc);
  border: 1px solid #c2c2b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 8px rgba(0,0,0,0.1);
}

.stay-connected .record a {
  display: block;
  float: left;
  padding: 5px 13px 3px;
  border-right: 1px solid #c2c2b0;
}

.stay-connected .record a:last-child { border: none }

/* ------------------------------------
  EDITORIAL CONTENT GENERAL STYLING
------------------------------------ */
.editorial-content p:last-child { margin-bottom: 0 }

.industry-research .image { margin: 0 0 10px 0 }

/* -------------------------
  CURRENT ISSUE
------------------------- */
.current-issue .image {
  float: left;
  margin-right: 10px;
  width: 121px;
}
.current-issue .records {
  margin: 0;
  padding: 0;
  width: 179px;
  float: right;
}

.current-issue .record {
  list-style: none;
  margin: 0 0 10px 0;
}

.current-issue .headline { font-size: 14px }

.current-issue .button.table-contents,
.current-issue .button.previous { padding-left: 20px; padding-right: 20px }

.current-issue .button.table-contents { margin: 0 10px 0 0; clear: left }

.current-issue .button.previous { float: right }

.current-issue .button.subscribe {
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
}

/* -------------------------
  BREAKING NEWS
------------------------- */
.breaking-news .records { margin: 0; padding: 0 }

.breaking-news .record {
  list-style: none;
  margin: 0 0 10px 0;
}

/* -------------------------
  BLOGS
------------------------- */
.blogs-widget .record { margin-bottom: 10px }

.blogs-widget .record .headline {
  width: 200px;
  float: left;
}

.blogs-widget .record .image {
  float: right;
  width: 90px;
  margin-left: 10px;
}

.blogs-widget .record .image img { border: 1px solid #dcdccf; display: block }

.blogs-widget .record .abstract { width: 200px }

/* -------------------------
  WE ALSO RECOMMEND
------------------------- */
.recommended {
  background-color: #e1e9ed;
  padding: 10px;
  margin: 0 0 10px 0;
}

.recommended .record { margin-bottom: 10px }

.recommended .title { margin-top: 0 }

.recommended .headline {
  float: right;
  width: 215px;
}
.recommended .image {
  float: left;
  margin-right: 10px;
  width: 65px;
}

/* -------------------------
  TABS
------------------------- */
.user-edit .navigation { margin-bottom: 10px }

.tabs .navigation .level1,
.company-navigation .navigation .level1,
.user-edit .navigation .level1 { margin: 0; padding: 0 }

.company-navigation .navigation .level1,
.user-edit .navigation .level1,
.tabs .navigation { border-bottom: 1px solid #333 }

.tabs .navigation .level1-li,
.company-navigation .navigation .level1-li,
.user-edit .navigation .level1-li {
  list-style: none;
  float: left;
  margin: 0;
}

.tabs .navigation .level1-li a,
.company-navigation .navigation .level1-li a,
.user-edit .navigation .level1-li a {
  display: block;
  border-bottom: 1px solid #333;
  padding: 5px 10px;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #fff;
  position: relative;
  top: 1px;
}

.company-navigation .navigation .level1-li a,
.user-edit .navigation .level1-li a { border-bottom: 0 }

.tabs .navigation .level1-li a.current,
.company-navigation .navigation .current a,
.user-edit .navigation a.current {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-radius-topleft: 5px;
  -ms-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* -------------------------
  FEATURED STORIES
------------------------- */
.featured-stories {
  width: 680px;
  height: 308px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.featured-stories .navigation {
  float: right;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #a7a791;
  border-right: 1px solid #a7a791;
  width: 335px;
  height: 272px;
  background-color: #d9d9cc;
  position: relative;
  left: -10px;
  z-index: 99;
}

.featured-stories .navigation li {
  list-style: none;
  margin: 0;
  border-top: 1px solid #a7a791;
  border-left: 1px solid #a7a791;
}

.featured-stories .navigation li.activeSlide {
  border: 1px solid #003b63;
  border-bottom: none;
  margin-left: 0px;
  position: relative;
  z-index: 999;
}

.featured-stories .navigation li.activeSlide:before {
  content: "";
  background: url("/images/slider-arrow.png") no-repeat;
  height: 68px;
  width: 22px;
  position: absolute;
  left: -22px;
  top: 0;
}

.lt-ie9 .featured-stories .navigation li.activeSlide:before {
  background: url("/images/slider-arrow-flat.png") no-repeat;
}

.featured-stories .navigation li.activeSlide:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #003b63;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}

.featured-stories .navigation li h2.headline {
  background-color: #d9d9cc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d9cc), color-stop(100%, #eaeae2));
  background-image: -webkit-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -moz-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -o-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -ms-linear-gradient(#eaeae2, #d9d9cc);
  background-image: linear-gradient(#eaeae2, #d9d9cc);
  padding: 12px 10px 18px;
  height: 37px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  display: block;
  font-size: 16px;
  line-height: 21px;
}

.featured-stories .navigation li.activeSlide .headline {
  background-color: #015995;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00436f), color-stop(100%, #015995));
  background-image: -webkit-linear-gradient(#015995, #00436f);
  background-image: -moz-linear-gradient(#015995, #00436f);
  background-image: -o-linear-gradient(#015995, #00436f);
  background-image: -ms-linear-gradient(#015995, #00436f);
  background-image: linear-gradient(#015995, #00436f);
}

.featured-stories .navigation li.activeSlide a { color: #fff }

.featured-stories .navigation li .headline {
  margin: 0;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.featured-stories .navigation li.activeSlide .headline {
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.featured-stories .scrollable {
  float: left;
  width: 342px;
  height: 270px;
}

/* -------------------------
  DIRECTORIES
------------------------- */
.directories-index .record {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  margin: 0 20px 20px 0;
  padding: 10px;
  display: inline-block;
  width: 290px;
  word-wrap: break-word;
  vertical-align: top;
}

.directories-index .record .headline {
  font-size: 18px;
}

.directories-index .record .abstract {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.directories-index .editorial-content .record {
  background-color: #fff;
  padding: 0;
  float: none;
  width: 100%;
  margin: 0;
  border: none;
}

.get_listed { margin-right: 10px; float: left }

.update_listing { font-size: 13px; margin-top: 5px; float: left }

.search_directories {
  background-color: #ddd;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 220px;
  margin: 0 0 20px 0;
}

.search_directories #q {
  float: left;
  background: none;
  box-shadow: none;
  margin: 0 10px 0 0;
  padding: 3px;
  border: none;
}

.search_directories label { display: none }

.search_directories .button {
  background: transparent url('/images/icon-search.png') center center no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  padding: 0;
  width: 30px;
  height: 21px;
  float: right;
  margin: 0;
  border-radius: 0;
  border-left: 1px solid #999;
}

.directory-search { margin: 0; float: right }

.directories-show .letter-navigation,
.directories-listing .letter-navigation { margin: 0 0 10px 0 }

.directories-show .letter-navigation .level1,
.directories-listing .letter-navigation .level1 { margin: 0; padding: 0 }

.directories-show .letter-navigation .level1-li,
.directories-listing .letter-navigation .level1-li {
  list-style: none;
  float: left;
  margin: 0 5px 0 0;
}

.directories-show .letter-navigation .level1-li a,
.directories-listing .letter-navigation .level1-li a {
  background-color: #dfdfdf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: -moz-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: -o-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: -ms-linear-gradient(#f7f7f7, #dfdfdf);
  background-image: linear-gradient(#f7f7f7, #dfdfdf);
  padding: 5px 7px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  display: block;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}

.directories-listing .company-navigation h1 {
  margin: 0 0 10px 0;
  font-family: Helvetica, Arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
}

.directories-listing .company-navigation { margin: 0 0 20px 0 }

.directories-listing .listing-content .records {
	display:none;
}

.directories-listing .records h3 { display: none }

.directories-listing .address { margin-top: 20px; font-size: 14px }

.directories-listing .contact_information { font-size: 14px }

.directories-listing .contact_information h2,
.directories-listing .address h2,
.company-profile-body h2 {
  margin: 0 0 10px 0;
  font-family: Helvetica, Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.directories-listing .products .record { margin-bottom: 20px }

.directories-listing .products .record .image {
  float: left;
  margin: 0 10px 0 0;
}

.directories-listing .body { clear: both }

.directories-listing .downloads .body { clear: none }

.listing-content .rss-feed { display: none; visibility: hidden }

.directories-listing .articles .record,
.directories-listing .events .record,
.directories-listing .downloads .record,
.basic-listing { margin-bottom: 20px }

.directory-multimedia .record { margin-bottom: 40px }

.directories-listing .articles .date { font-size: 12px; margin-bottom: 10px }

.basic-listing .teaser,
.premium-listing .teaser { margin-bottom: 10px }

.view_by_category { float: left; margin-right: 20px }

.view_by_category label { display: none; visibility: hidden }

.directories-show .record .abstract { margin: 0 0 20px }

.directories-show .record {
  border-bottom: 1px solid #eee;
  padding-top: 10px;
}

.directory-listing-company-navigation {
  color: #eee;
  margin: 20px auto;
  text-align: center;
}

.directories-listing .more { margin-bottom: 20px }

.directory-email-print-links,
.classified-email-print-links {
  margin: 20px 0;
  font-size: 14px;
  text-align: left;
  clear: both;
}

.directories-listing .title {
  text-transform: capitalize;
}

.directories-listing .downloads .download { font-size: 12px }

.directories-show .get_listed { display: none; visibility: hidden }

.directory-landing-top {
  float: left;
  width: 600px;
  margin: 0 0 20px 0;
}

.directory-landing-top .record { padding: 0; border: none }

.directories-listing .profile-content-with-image {
  width: 760px;
  margin-left: 20px;
  float: left;
}

.directories-listing .image {
  width: 220px;
  float: left;
}

.directories-listing .downloads .image {
  width: 100px;
}

.directories-listing .downloads-content-with-image {
  width: 880px;
  margin-left: 20px;
  float: left;
}

/* -------------------------
  PARTNER CENTER
------------------------- */
.partner-center {
  background-color: #ddd;
  padding: 20px 10px;
}

/* -------------------------
  EVENTS
------------------------- */
.upcoming-events .date {
  color: #333;
  font-weight: bold;
  float: left;
  margin: 0 10px 0 0;
  width: 45px;
  text-align: center;
}

.upcoming-events .date .day { font-size: 32px; display: block; line-height: 34px }
.upcoming-events .date .month { font-size: 16px }

.upcoming-events .record {
  background-color: #e9e9e1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccccbe;
  padding: 10px;
}

.upcoming-events .description { margin-top: 10px }

.date-range { margin: 0 0 20px 0; padding: 0}

.date-range li {
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 14px;
}

.events-index .submit { display: none;}
.events-index .submit a {float: right }

.events-index .properties {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.events-index .properties { font-size: 14px; }
.events-index .properties .date { font-weight: bold; }

.events-index .headline,
.events-index .abstract {
  float: right;
  width: 560px;
}

.events-index .record {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

#section-2 .events-index .records .Webinar h3{ display: none; }

.events-show h1.headline {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}

.events-show .properties {
  background-color: #f7f7f7;
  float: left;
  margin: 7px 10px 10px 0;
  padding: 5px;
  width: 150px;
  font-size: 16px;
}

.events-show .properties .date {
    font-weight: bold;
}

.events-show .body img { margin: 0 10px 0 0 }

.event .products .pricing { margin-bottom: 10px }

/* -------------------------
  BLOGS
------------------------- */
.blog-category-header {
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  background-color: #F7F7F7;
  margin: 40px 0 20px;
}

.blog-category-header .image,
.blog-page .blog-category-header .image { margin: 0 10px 0 0 }

  .blog-home .blogs .headline,
  .blog-home .blogs .abstract { float: left; width: 440px }

.blog-home .blogs .headline {
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 5px;
}

.blog-home .blog-category-header .headline { font-size: 21px; line-height: 24px }

  .blog-home .blogs .abstract { padding-bottom: 10px }

  .blog-home .blogs .record .headline,
  .blog-home .blogs .record .abstract { padding: 0; float: none; width: 100%; font-weight: normal }

.blog-home .record,
.blog-page .record {
  background-color: #fff;
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.blog-home .back-to-top { float: right; margin: 0 10px 0 0 }

.blog .record { margin-bottom: 40px }

.blogs .image,
.blog .image {
  float: left;
  margin: 0 10px 5px;
}

.blogs .date,
.blogs .author,
.blogs .comment-count,
.blog .date,
.blog .author,
.blog .comment-count,
.blog-post .date,
.blog-post .author,
.blog-post .comment-count {
  font-size: 12px;
  line-height: 18px;
  float: left;
  margin: 0 10px 5px 0;
}

.blogs .comment-count a.more { float: none }

.blogs .comment-count,
.blog .comment-count {
  float: left;
  padding-left: 10px;
}

.blogs .author,
.blog .author { margin: 0 0 10px 0 }

.blogs .sub-headline,
.blog .sub-headline { margin: 0 }

.blogs .record .abstract,
.blog .record .abstract { clear: both }

.blog-home .blogs .abstract .more { display: none; visibility: hidden }

.blog-home .blogs .record .abstract .more { display: block; visibility: visible }

.blogs-anchor { background-color: #ffffff; clear: both; margin-bottom: 20px }

.blogs-anchor p {
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 5px;
}

.blogs-anchor ul { margin: 0; padding: 0; }

.blogs-anchor ul li {
    border-right: 1px solid #E8E8E8;
    display: inline;
    font-size: 12px;
    list-style-type: none;
    padding: 0 5px;
}

.blogs-anchor ul li:first-child { padding-left: 0;}
.blogs-anchor ul li:last-child { border-right: none;}

.toolbar {
  clear: both;
  border: 1px solid #e8e8e8;
  background-color: #F7F7F7;
  padding: 10px;
  margin: 10px 0;
  font-size: 12px;
}

.blog-post .sidebar {
  float: right;
  margin: 0 0 0 10px;
  width: 200px;
}

.blog-post h1.headline { margin: 0 }

.blog-post .image { float: left; margin-right: 10px; margin-bottom: 10px }

.blog-post .with-image { float: left; width: 550px }

.blog-post .topics { margin-bottom: 10px }

.blog-page .blog .record { margin-bottom: 10px }

.blog-page .sidebar {
  float: right;
  width: 200px;
  margin-left: 20px;
}

.blog-post .taxonomy,
.article .taxonomy {
  clear: both;
  font-size: 12px;
}

.blog-page .sidebar h2.headline { font-size: 14px; line-height: 18px }

.blog-page .record .abstract { clear: none }

.blog-page .sidebar { display: none; visibility: hidden }

#public-policy .blog-category-header,
.blog-page .blog-category-header { margin-top: 20px }

.taxonomy .topics:before {
  content: "More About:";
  display: inline;
  margin-right: 10px;
}

/* -------------------------
  ARTICLES
------------------------- */
.kicker {
  font-size: 14px;
  line-height: 21px;
  color: #858573;
}

.author-show .records .record {
    border-bottom: 1px solid #EEEEEE;
    clear: both;
    margin-bottom: 20px;
    padding: 10px 0;
}

.article-topic .image { float: left; margin: 0 10px 0 0 }

.article-topic .date,
.article-topic .author,
.article-topic .comment-count,
.article .date,
.article .author,
.article .comment-count,
.author-show .date,
.author-show .author,
.taxonomy-detail .date,
.taxonomy-detail .author,
.taxonomy-detail .comment-count {
  font-size: 12px;
  line-height: 18px;
  float: left;
  margin: 0 10px 10px 0;
}

.article-topic .abstract,
.taxonomy-detail .abstract { clear: both }

.article-topic .record { margin: 0 0 40px 0 }

.article-topic .record {
  margin-bottom: 10px;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}

.article-topic h1 { position: relative }

.article-topic .rss {
  position: absolute;
  top: 0;
  right: 0;
}

.article .accordion { margin: 10px 0 20px }

.article .accordion .title {
  color: #970707;
  font-size: 16px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

.article .accordion .field1,
.article .accordion .field2,
.article .accordion .field3 {
  float: left;
  margin: 0 10px 0 0;
}

.article .accordion .field3,
.article .accordion .field4 { padding-top: 23px }

.article .accordion-title {
  color: #0065a4;
  font-size: 18px;
  margin: 20px 0 0;
  text-transform: capitalize;
}

.subscription-benefits {
  border: 1px solid #D3D5E8;
  background-color: #f7f7f7;
  padding: 10px;
}

.subscription-benefits h3 { text-transform: capitalize; font-weight: bold }

.subscription-benefits blockquote {
  width: 250px;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  position: relative;
}

.subscription-benefits blockquote:before {
  content: "\201C";
  font-family: Georgia, Times;
  font-size: 80px;
  position: absolute;
  top: -10px;
  left: 0;
  color: #0065a4;
}

.subscription-benefits blockquote cite {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.subscription-benefits blockquote cite:before { content: "\2014 \2009" }

.interrupter {
  width: 400px;
  min-height: 200px;
  padding: 0 0 20px 0;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  position: fixed;
  right: -400px;
  bottom: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interrupter .more { float: left; font-size: 11px }
.interrupter .subscribe { float: right }

.interrupter__close {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 5px;
  color: #fff;
  text-transform: uppercase;
}

.interrupter__header { 
  color: #fff;
  background-color: #A2070D;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 2px 2px 2px 5px;
  text-transform: uppercase;
}

.interrupter__body {
  margin: 10px;
}

.interrupter .interrupter__email-headline {
  margin-bottom: 10px;
}

.interrupter .interrupter__email-headline img {
  vertical-align: top;
  display: inline-block;
}

.interrupter .interrupter__email-headline h1 {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
}

.interrupter .interrupter__button {
  background-color: #1B9DD9;
  border: 1px solid #1B9DD9;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 0;
  font-size: 14px;
  height: 30px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
}

.interrupter .interrupter__email-container {
  margin: 0;
  display: inline-block;
}

.interrupter .interrupter__email {
  border: 1px solid #1B9DD9;
  height: 24px;
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: none;
  background-color: white;
  padding-top: 2px;
  font-size: 14px;
  padding-bottom: 2px;
  margin-bottom: 0
}

.interrupter h2.headline { font-size: 16px; padding-right: 20px }

.sponsored-links { margin:10px 0 15px 0}

.sponsored-links br {display:block; margin:0px;}

.sponsored-links a { font-size: 14px; line-height: 18px }

.article-body-editorial-bottom { margin-top: 20px }

.article-show .pager { clear: both }

.article-show .file_list {
  margin-bottom: 20px;
  font-weight: bold;
  background-color: #eee;
  float: left;
  border-radius: 3px;
  padding: 10px;
}

/* -------------------------
  AUTHORS
------------------------- */
.author-nav ul { margin: 0; padding: 0 }

.author-nav li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

.author-letter h4 {
  width: 100%;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px 0;
}

/* -------------------------
  PRODUCTS
------------------------- */
.products-show h3 { clear: both }

.products-show .image {
  float: left;
  margin: 0 10px 0 0;
  width: 125px;
}

.products-show .header {
  float: left;
  width: 575px;
}

.product-prices-header {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 100px 20px 5px;
  float: right;
  text-align: center;
  margin: 25px 0 10px 0;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.product-prices-header select { margin: 0 auto 10px }

.product-prices-header select,
.product-prices-header label { display: inline }

.product-prices-header .cart-icon {
  position: absolute;
  top: -15px;
  left: 40px;
  background: transparent url("/images/cart-arrow.png") no-repeat bottom;
  width: 97px;
  height: 90px;
}

.product-email {
  font-size: 12px;
  text-align: right;
  display: block;
  margin: 0 40px 10px 0;
}

.product-email:before {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.product-prices {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.product-prices .submit { margin-top: 10px }

.product-sidebar {
  width: 200px;
  float: left;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-prices .form label,
.product-prices select[name=quantity] { float: left; margin: 7px 10px 0 0 }

.product-prices select[name=quantity] { margin-bottom: 10px }

.products-show .content {
  float: left;
  width: 780px;
}

.products-show .comment-count,
.products-category .comment-count { font-size: 12px; margin-bottom: 10px }

.products-index-page .box1,
.products-category {
  width: 778px;
  float: right;
}

.products-index-page .product .record,
.products-index-page .products-index .image-details,
.products-category .featured .image-details {
  float: left;
  margin-right: 20px;
  width: 210px;
}

.products-index-page .product .record { width: 246px }

.products-index-page .product .last { margin: 0 }

  .products-index-page .products-index .image { margin: 0 0 10px 0 }

.products-index-page .products-index .record {
  float: none;
  margin: 0;
  width: 100%;
}

.products-index-page .products-index .content-details,
.products-category .featured .content-details {
  float: left;
  width: 520px;
}

.products-category .content-details .url {
  display: block;
  clear: both;
  font-weight: bold;
}

.products-category .record,
.cart-recommended-products .record {
  display: inline-block;
  margin: 0 20px 20px 0;
  width: 243px;
  word-wrap: break-word;
  vertical-align: top;
}

  .cart-recommended-products .record { width: 310px }

.products-category h3 {

}

.products-index-page .product,
.search .record {
  border-top: 1px solid #eee;
  margin: 0 0 20px 0;
  padding-top: 10px
}

.products-index-page .products-index,
.products-category .featured {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.products-category .featured { margin-bottom: 20px }

.products-category .featured .record {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
}

.products-index-page.product { border: none }

.products-index-page .product .headline,
.products-category .headline,
.cart-recommended-products .headline { font-size: 14px; line-height: 18px; height: 88px; overflow: hidden }

.products-index-page .products-index .featured .headline,
.products-category .featured .headline { height: 100% }

.products-index-page .products-index .headline,
.products-category .featured .headline { font-size: 18px; line-height: 21px }

.products-index-page .product .pricing,
.products-index-page .product .abstract,
.products-category .pricing,
.products-category .abstract { margin: 0 0 10px 0 }

.products-index-page .product .form,
.cart-recommended-products .record .form { float: left }

.product .list-price,
.products-category .list-price {
  color: #999;
}

.product .list-price .sale,
.products-category .list-price .sale { text-decoration: line-through }

.product .record { position: relative }

.product .record,
.products-category .record,
.cart-recommended-products .record {
  position: relative;
  background-color: #f7f7f7;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}

.products-index .featured {
  border: none;
  padding: 0;
}

.products-category .image,
.product .image,
.cart-recommended-products .record .image {
  text-align: center;
  display: block;
  height: 167px;
  overflow: hidden;
}

.product .overlay,
.products-category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 200px;
  z-index: 999;
  display: none;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.product .overlay:after,
.product .overlay:before,
.products-category .overlay:after,
.products-category .overlay:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.product .overlay:after,
.products-category .overlay:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-color: #F7F7F7;
  border-width: 20px;
  left: 50%;
  margin-left: -20px;
}

.product .overlay:before,
.products-category .overlay:before {
  border-color: rgba(232, 232, 232, 0);
  border-top-color: #ddd;
  border-width: 21px;
  left: 50%;
  margin-left: -21px;
}

.product-prices .pricing h2 {
  font-size: 16px;
  line-height: 21px;
  color: #0065A4;
}

.product-prices .product {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.list-price label,
.list-price span,
.our-price label,
.our-price span,
.savings label,
.savings span {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.list-price,
.our-price,
.savings { margin: 0 0 10px 0 }

.products-index-page .pricing,
.cart-recommended-products .pricing,
.products-category .pricing { height: 56px }

.products-index-page .products-index .pricing,
.products-category .featured .pricing { height: 100% }

.products-index-page .savings,
.products-category .savings { display: none; visibility: hidden }

.products-show .book .publish_date,
.products-show .book .isbn,
.products-show .book .pages,
.products-show .book .toc {
  float: left;
  margin: 0 20px 0 0;
  font-size: 12px;
}

.products-show .book .publish_date label,
.products-show .book .isbn label,
.products-show .book .pages label,
.products-show .book .toc label { font-weight: bold; font-size: 12px }

.products-show .product-prices .first { display: none; visibility: hidden }

.products-show .headline {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
}

.products-show .header .category { font-size: 13px; margin: 10px 0 }

.products-show .author { font-size: 12px; margin-bottom: 10px }

.products-category .button { float: left }

a.product-more {
  background-color: #f6f397;
  background: -moz-linear-gradient(top, #f6f397 0%, #cecb75 100%);
  background: -webkit-linear-gradient(top, #f6f397 0%, #cecb75 100%);
  background: -o-linear-gradient(top, #f6f397 0%, #cecb75 100%);
  background: -ms-linear-gradient(top, #f6f397 0%, #cecb75 100%);
  background: linear-gradient(top, #f6f397 0%, #cecb75 100%);
  border: 1px solid #B6B360;
  color: #5F5D34;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  padding: 8px 10px;
  float: right;
  margin-left: 10px;
}

/* -------------------------
  BUYERS GUIDE
------------------------- */
.buyers-guide .get-listed {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px 0;
  display: block;
}

.buyers-guide .record {
  font-size: 14px;
  line-height: 18px;
}

.buyers-guide h2.headline {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.buyers-guide .image { margin-bottom: 10px; text-align:center; }

.buyers-guide .image img {  }

/* -------------------------
  MANAGEMENT TIP
------------------------- */
.management-tip .image { float: left; margin: 0 10px 0 0 }

/* -------------------------
  PARTNER CENTER
------------------------- */
.partner-center .ads {
  margin: 0 auto;
  width: 700px;
}

.partner-center .ads .advertisement {
  width: 300px;
  float: left;
  margin: 0 20px 20px;
}

#popup-ad  {
	display:none;
}

/* -------------------------
  PUBLICATION
------------------------- */
.publication .image { float: left; margin: 0 10px 0 0 }

.publications-show { margin-bottom: 20px }

.publications-show h4 {
  font-size: 12px;
  float: right;
  margin: 0;
  text-align: center;
}

.publications-show .edition-headline { float: left }

.publications-show select { display: block; width: 200px }

.publication .date,
.publication .comment-count,
.publication .author {
  font-size: 12px;
  line-height: 18px;
  float: left;
  margin: 0 10px 10px 0;
}

.publication .abstract { clear: both }

.publication .record { padding: 0 0 10px 0 }

.publication .kicker,
.publication .image,
.publication .comment-count { display: none; visibility: hidden }

.publication .record {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* -------------------------
  QUICK SEARCH
------------------------- */
.quick-search { margin-bottom: 10px }

.quick-search .advanced {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 5px;
}

/* -------------------------
  WIDGETS
------------------------- */
.recent-articles,
.related-directory-listing,
.box4.comment {
  border-top: 1px solid #eee;
  margin: 0 0 10px 0;
  padding: 10px 0;
}

.related-directory-listing .image,
.related-directory-listing .contact_information,
.related-directory-listing .address {
  float: left;
  width: 220px;
  margin: 0 10px 0 0;
}

.related-directory-listing .address { margin: 0 }

.related-directory-listing .address h2 {
  font-size: 18px;
}

.related-directory-listing .address1,
.related-directory-listing .address2,
.related-directory-listing .city,
.related-directory-listing .country { font-size: 12px }

.related-directory-listing .records { margin-bottom: 20px }

/* -------------------------
  CART & CHECKOUT
------------------------- */

.cart th {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
}

th.description {
  width: 400px;
  text-align: left;
}

.cart table { margin-bottom: 20px }

.cart td {
  padding: 10px 0;
  font-size: 12px;
}

.cart-action,
.cart-quantity,
.cart-price,
.cart-unit_price { text-align: center }

.cart-title { text-align: left }

.cart-action-empty { display: none; visibility: hidden }

.cart .cart-product-item-image { float: left; margin: 0 10px 0 0 }

.cart .total {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.cart-action-update,
.cart-action-empty,
.cart-action-checkout {
  margin: 0 20px 0 0;
  float: right;
  font-size: 14px;
}

.cart-action-checkout { font-size: 18px; font-weight: bold }

#checkout fieldset {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

#checkout label {
  float: left;
  margin: 10px 10px 0 0;
  width: 175px;
}

  #checkout label.error { margin: 0 0 0 10px }

#checkout select { float: left }

#checkout .hint {
  margin: 0 0 10px 185px;
  clear: both;
}

#checkout .field {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

#checkout input[type="text"],
#checkout input[type="password"] { width: 40%; float: left }

#checkout label[for="same_address"] { display: inline; margin: 0 0 10px 10px; float: none }

#checkout label[for="bill_state"],
#checkout label[for="bill_country"],
#checkout label[for="ship_state"],
#checkout label[for="ship_country"] { margin-top: 3px }

#checkout .formError { float: left; margin: 0 0 0 10px }

.shipping-address { display: none }

.store_current_offers { margin: 20px 0 0 0 }

.checkout-steps { margin: 0 0 20px 0 }

.checkout-steps .step a { color: #222 }

.checkout-steps .step {
  background-color: #f7f7f7;
  width: 220px;
  float: left;
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.checkout-steps .step2 {
  background: url('/images/checkout-process-arrow.png') no-repeat top right #F7F7F7;
}

.checkout-steps .step1 {
  background: url('/images/checkout-process-arrow-dr.png') no-repeat top right #F7F7F7;
}

.checkout-steps .selected {
  background: url('/images/checkout-process-arrow-dl.png') no-repeat top right #393939;
  color: #fff;
}

.checkout-steps .selected a { color: #fff }

.cart-sidebar h3 {
  text-transform: none;
  font-size: 21px;
}

.cart-sidebar .body p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  color: #3A3A3A;
}

.cart-sidebar .body img { float: left; margin-right: 10px }

.cart-sidebar .confidence {
  float: left;
  margin-top: 24px;
}

.cart-action-update,
.cart-action-empty { margin: 12px 0 0 0 }

.cart-action-update:after,
.cart-action-empty:after {
  content: "|";
  color: #ddd;
  display: inline;
  display: inline-block;
  margin: 0 15px;
}

.cart-action-checkout { display: none }

a.proceed-checkout {
  background-color: #F7AA60;
  /* IE9 Gradient Support */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YWE2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjVkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: -webkit-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: -o-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: -ms-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  border: 1px solid #884201;
  color: #222;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
  padding: 8px 20px;
  font-size: 14px;
  margin: 10px 0 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
}

.cart .promotional-code { text-align: right }

.store-payment .form {
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px;
  text-align: center;
}

.store-payment .title { text-align: left }

.store-payment .form label {
  display: block;
  float: left;
  text-align: right;
  width: 275px;
  margin: 0 20px 0 0;
}

.store-payment .form input[type="text"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#payment_holder,
#payment_card_num { width: 200px }

.store-payment input[type=button].button {
  background: #f7f7f7;
  color: #333;
  text-shadow: none;
  box-shadow: none;
  border: none;
}

.card-info { text-align: left }

.card-info .card-no { position: relative }

.card-info .card-no:after {
  background: url("/images/icon-creditcards.png") no-repeat transparent;
  height: 30px;
  width: 149px;
  display: block;
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
}

.store-payment .form input[type="submit"] {
  background-color: #F7AA60;
  background: -moz-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: -webkit-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: -o-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: -ms-linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  background: linear-gradient(top, #F7AA60 0%, #B25D0D 100%);
  border: 1px solid #884201;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
  padding: 8px 20px;
}

.cart h3 { text-transform: capitalize }

.promotional-code input { margin-left: 10px }

.store-customer-info {
  width: 80%;
  margin: 0 auto;
}

.store-thanks-page .product_content {
  margin-bottom: 10px;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}

.store-thanks-page .order-id {
  font-size: 18px;
  margin-bottom: 10px;
}

.store-thanks-page h3.print-title { font-weight: bold }

.store-thanks-page .download-resources a { font-weight: bold }

.order-cart-msg { margin: 20px 0 }

/* -------------------------
  REGISTRATION & LOGIN
------------------------- */
.register_form { margin: 20px 0 0 0 }

.user-reminder { margin-bottom: 40px }

.user-reminder .button { margin: 11px 0 0 0 }

.user-reminder .record { margin-top: 20px }

.user-login .credentials .field {
  float: left;
  margin-right: 10px;
}

.user-login .instructions-credentials {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 auto 40px;
  width: 575px;
}

.instructions-credentials label.error { width: 233px }

/* -------------------------
  SEARCH
------------------------- */
.search .navigation { margin: 0 0 10px 0 }

.search .navigation .level1 { padding: 0; margin: 0 }

.search .navigation .level1-li {
  list-style: none;
  margin: 0 15px 0 0;
  font-size: 13px;
  float: left;
}

#section-2 .box3 .records .record a.more { /* left align search-new topic texts */
  text-align: left;
}

.search .date { font-size: 12px; margin-bottom: 10px }

/* -------------------------
  NEWSLETTERS
------------------------- */
.newsletters-show .image { float: left; margin: 0 10px 0 0 }

.newsletters-show h4 { font-size: 12px }

.newsletters-show h4 select { display: block }

/* -------------------------
  RSS
------------------------- */

.rss-list h3 {
  font-family: Georgia, Times;
  font-size: 28px;
  margin: 0 0 10px 0;
}

.rss-list .records { margin: 0 0 40px 0 }

.rss-list .record { margin: 0 0 20px 0 }

.rss-list .records .records h3 { font-size: 21px }

.topic-feeds h3,
.rss-list h3 {
  font-family: Arial;
  font-size: 21px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.rss-list .records .records h3 {
  font-size: 18px;
  font-family: Helvetica, Arial;
}

.rss-list .feed {
  padding: 5px 20px 10px;
  margin: 0 20px 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  background-color: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
  background: -o-linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
  background: -ms-linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
  background: linear-gradient(top, #F7F7F7 0%, #E8E8E8 100%);
  width: 270px;
  display: inline-block;
  word-wrap: break-word;
  vertical-align: top;
}

.rss-feeds .feed .headline:before { color: #FF7900 }

.taxonomy-detail .rss a { font-size: 12px }

/* -------------------------
  POLL
------------------------- */
.poll .date { font-size: 12px }

.poll .question {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.poll .answers {
  margin: 5px 0 15px 0;
  font-size: 12px;
}

.poll .answers input {
  float: left;
  clear: left;
  margin-right: 10px;
}

/* -------------------------
  TAXONOMY
------------------------- */
.taxonomy-detail .rss { float: right }

.rss a {
  background-color: #eaeae2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d9cc), color-stop(100%, #eaeae2));
  background-image: -webkit-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -moz-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -o-linear-gradient(#eaeae2, #d9d9cc);
  background-image: -ms-linear-gradient(#eaeae2, #d9d9cc);
  background-image: linear-gradient(#eaeae2, #d9d9cc);
  border: 1px solid #c2c2b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 8px rgba(0,0,0,0.1);
  text-shadow: 0 -1px 0 rgba(255,255,255,0.4);
  color: #222;
  padding: 7px 8px 5px;
}

.rss a:before { color: #BC7200 }

.taxonomy-detail .record {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 40px;
}

.taxonomy-detail .image { float: left; margin-right: 10px }

.taxonomy-detail .headline,
.blog-page h2.headline,
.article-topic h2.headline, .publication h2.headline{
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 5px;
}

/* -------------------------
  CLASSIFIEDS
------------------------- */
.classified-list .records,
.classified-show .records { margin-top: 20px }

.classified-show h1.headline { font-size: 24px; line-height: 28px }

/* Hide Image Upload Field on Form */
.classified-image-upload,
.classified-category { display: none; visibility: hidden }

/* -------------------------
  NEWSLETTERS
------------------------- */
.newsletters-show .record,
.newsletters-index .record {
  border-bottom: 1px solid #eee;
  padding-top: 20px;
}

/* -------------------------
  SITEMAP
------------------------- */
.sitemap-index .more { text-align: left; text-transform: capitalize }

.sitemap-index .records { margin-bottom: 40px }

.sitemap-index .separator { display: none; visibility: hidden }

.sitemap-index h3 { text-transform: capitalize }

/* -------------------------
  SUBSCRIPTIONS
------------------------- */
.subscription-prices .online,
.subscription-prices .online-print,
.subscription-prices .editorial-content {
  background-color: #e9e9e1;
  border: 1px solid #ccccbe;
  float: left;
  width: 32.222%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1.5% 20px 0;
}

.subscription-prices .editorial-content { margin-right: 0; background: none; border: none }

.subscription-prices .subscription-title {
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 21px;
  padding: 5px 0;
  border-bottom: 1px solid #ccccbe;
  margin: 0 10%;
  font-weight: bold;
}

.subscription-prices .icon {
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-align: center;
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
}

.subscription-prices .icon .plus { font-size: 28px }

.subscription-prices button.price {
  background-color: #870601;
  background: -moz-linear-gradient(top, #AE0E0E 0%, #870601 100%);
  background: -webkit-linear-gradient(top, #AE0E0E 0%, #870601 100%);
  background: -o-linear-gradient(top, #AE0E0E 0%, #870601 100%);
  background: -ms-linear-gradient(top, #AE0E0E 0%, #870601 100%);
  background: linear-gradient(top, #AE0E0E 0%, #870601 100%);
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #770500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  font-size: 14px;
}

.subscription-prices .subscription {
  background-color: #ccccbe;
  padding: 10px;
  margin: 0 0 1px;
}

.subscription-prices .subscription .term {
  float: left;
  margin: 4px 10px 0;
  font-size: 16px;
  color: #333;
}

.subscription-prices .subscription .price { float: right }

.subscription-prices .pricing p {
  font-size: 12px;
  line-height: 16px;
}

.article-qfie-iframe-container {
  margin: 20px 0;
  display: none;
  border: 1px solid #eee;
}

.article-qfie-iframe {
  width: 680px;
  height: 600px;
}

.subscriptions ul { margin: 0; padding: 0 }

.subscriptions li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subscriptions .qfie-address-change { margin-top: 20px }

/* -------------------------
  MDM SIGN UP FORM :: BLOG POST INLINE
------------------------- */
.update-signup-form {
  background-color: #e5e5e5;
  border: 1px solid #ccccbe;
  padding: 10px;
  margin-bottom: 20px;
}

.update-signup-form input[type=text] {
  float: left;
  margin-right: 10px;
}

.update-signup-form .submit {
  padding: 9px 10px;
}

/* -------------------------
  PROFILE
------------------------- */
.user-edit .navigation .level1-li.last { display: none; visibility: hidden }

.profile-form .record h2 {
  font-size: 18px;
}

.profile-form .record .date {
  font-size: 14px;
}


/* -------------------------
  RECEIPT
------------------------- */

.purchase-date {
    font-size: 14px;
    margin-bottom: 15px;
}

.subscription-info {
    border: 1px solid #E8E8E8;
    margin: 0 0 15px;
}

.subscription-info th {
    background: none repeat scroll 0 0 #F7F7F7;
    padding: 10px;
    text-align: left;
}

.subscription-info td {
    border-top: 1px solid #E8E8E8;
    padding: 10px;
}

.print-button {
    float: right;
}

.contact-info {
    margin: 15px 0 0;
}

/* -------------------------
  MEDIA
------------------------- */
.video-list .record,
.photo-list .record,
.podcast-list .records {
  display: inline-block;
  word-wrap: break-word;
  vertical-align: top;
  margin: 0 20px 20px 0;
  width: 148px;
}

.video-list a.more,
.photo-list a.more { text-align: left }

.photo-list h3 { margin: 0 }

.video-list .abstract,
.photo-list .abstract,
.podcast-list .abstract { margin-top: 5px }

.video-list .image,
.photo-list .image,
.podcast-list .image { margin-bottom: 5px }

.slideshow-wrapper { position: relative }

.photo-content span { display: block; font-size: 12px; margin-bottom: 10px }

.photo-content span[itemprop=name] {
  font-size: 18px;
}

.photo-content span[itemprop=caption] {
  text-align: right;
  font-style: italic;
}

.video-main-playlist__title {
  padding: 10px;
  font-size: 18px;
  line-height: 1.45;
}

/* -------------------------
  PAGES
------------------------- */
.pages-show .title {
  text-transform: capitalize;
  /*font-size: 24px;*/
  font-weight: normal;
  /*line-height: 28px;*/
}

/* -------------------------
  COMMENTS
------------------------- */
.comment-details .author { font-weight: bold }

.comment-details .author,
.comment-details .date {
  float: left;
  margin-right: 20px;
  font-size: 12px;
}

.comment-details .supplemental,
.comment-details .abstract { margin-bottom: 10px }

.action-links a { font-size: 12px; margin-right: 20px }

#add-comment { margin-bottom: 40px }

.qfie_expiration a { margin-left: 10px }

#shipping_option_form { display: none; visibility: hidden }

.content .body ul,
.content .body ol { display: table }

.user-login-fields #remember { float: left; margin-right: 10px }

label[for="remember"] { line-height: 14px }

/* -------------------------
  MEDIA TEMPLATES
------------------------- */
.page-video .category-title {
  display: none;
  visibility: hidden;
}

.featured-videos {
  position: relative;
}

.featured-videos .advertisement {
  background-color: #fff !important;
  padding: 0 !important;
  text-align: left !important;
  position: absolute;
  bottom: 40px;
  left: 0;
  margin-bottom: 0;
}

.featured-video-taxonomy__image img, .video-article__image img {
  max-width: 96%;
}


/* Hide newsletter popup box when on desktop site on mobile */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 1024px){
 #sb-container {
  display: none !important;
 }
}
