@charset "UTF-8";
/*!
 *  Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.2");
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.2#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

#block-system-main-menu ul.menu {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
#block-system-main-menu li, #block-system-main-menu li.leaf, #block-system-main-menu li.expanded, #block-system-main-menu li.collapsed {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  float: left; }
#block-system-main-menu a, #block-system-main-menu span {
  display: block;
  padding: 0.65em 0.6em;
  text-transform: uppercase;
  font-size: 0.825em;
  border-bottom: none; }
#block-system-main-menu li.last.leaf {
  font-weight: bold; }
#block-system-main-menu li.expanded {
  position: relative; }
  #block-system-main-menu li.expanded > a, #block-system-main-menu li.expanded > span {
    padding-right: 1.5em; }
    #block-system-main-menu li.expanded > a:after, #block-system-main-menu li.expanded > span:after {
      content: "";
      font-family: FontAwesome;
      position: absolute;
      top: 0.45em;
      right: 0.3em;
      font-size: 125%; }
  #block-system-main-menu li.expanded ul {
    display: none;
    z-index: 10;
    position: absolute;
    top: 2.3em;
    left: 0; }
  #block-system-main-menu li.expanded li {
    float: none;
    width: 15em;
    font-size: 90%; }
    #block-system-main-menu li.expanded li.last.leaf {
      font-weight: normal;
      border-bottom: none; }
    #block-system-main-menu li.expanded li.first.leaf {
      text-indent: 0;
      width: 15em; }
    #block-system-main-menu li.expanded li a {
      padding: 0.6em; }
  #block-system-main-menu li.expanded:hover ul, #block-system-main-menu li.expanded.on ul {
    display: block; }
#block-system-main-menu .block-content > ul.menu > li.first a {
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  position: relative;
  color: transparent; }
  #block-system-main-menu .block-content > ul.menu > li.first a:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    color: white;
    top: 0.2em;
    left: -0.7em;
    font-size: 1.5em; }

#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-row {
  margin-bottom: 2em;
  float: left; }
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .gold-package h3 {
  line-height: 1.2;
  font-weight: normal;
  color: #444;
  font-family: verdana, sans-serif; }
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .gold-package h3 a {
    color: #444; }
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .gold-package h3:before {
    content: "";
    font-family: FontAwesome;
    float: left;
    font-size: 6em;
    color: #cecece;
    line-height: 1;
    margin-right: 10px;
    font-weight: normal; }
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-city,
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-state,
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-view-node,
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-website {
  display: inline; }
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-city div,
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-state div,
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-view-node div,
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-website div {
    display: inline; }
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-view-node a,
#block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-website a {
  background: #555;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: white;
  display: block;
  display: inline-block;
  padding: 0.1em 0.5em; }
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-view-node a:hover,
  #block-views-bb980dfd2e838638c7e2cfabd9ac4d06 .views-field-field-website a:hover {
    background: #333; }

.product-summary {
  margin-top: 1em; }

.special-topic-header {
  background: #e8e8e8;
  padding-bottom: 0; }
  .special-topic-header figure {
    margin: 0; }
    .special-topic-header figure img {
      max-width: 100%; }
  .special-topic-header .pane-taxonomy-term-field-medium-landscape {
    padding: 1em;
    float: left; }
  .special-topic-header .pane-taxonomy-term-description {
    font-style: italic;
    padding-top: 2em;
    clear: none; }

.special-topics .panels-flexible-row-first {
  background: #e8e8e8;
  padding-bottom: 0; }
  .special-topics .panels-flexible-row-first figure {
    margin: 0; }
    .special-topics .panels-flexible-row-first figure img {
      max-width: 100%; }
  .special-topics .panels-flexible-row-first .pane-taxonomy-term-field-medium-landscape {
    padding: 1em;
    float: left; }
  .special-topics .panels-flexible-row-first .pane-taxonomy-term-description {
    font-style: italic;
    padding-top: 2em;
    clear: none; }
.special-topics .panel-separator {
  display: none; }
.special-topics .pane-title {
  font-size: 1.2em;
  margin-top: 1.5em; }
.special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved {
  border: 1px solid #d8d8d8;
  padding: 2%;
  position: relative;
  height: 240px; }
  .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved .views-field-field-medium-landscape {
    display: none; }
  .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved #special-flower {
    float: left;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 38%; }
    .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved #special-flower .views-row {
      border-bottom: 1px dotted #888;
      overflow: hidden;
      clear: left;
      padding: 0.5em 0; }
      .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved #special-flower .views-row.views-row-2 {
        padding-top: 0; }
    .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved #special-flower .views-field-field-image {
      float: left;
      margin-right: 0.5em; }
      .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved #special-flower .views-field-field-image img {
        float: left; }
    .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved #special-flower .views-field-title {
      line-height: 1.3;
      font-weight: bold;
      font-size: 85%; }
  .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved .views-row-1 {
    float: left;
    margin-right: 2%;
    width: 60%;
    position: relative; }
    .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved .views-row-1 .views-field-field-medium-landscape {
      display: block; }
      .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved .views-row-1 .views-field-field-medium-landscape img {
        float: left; }
    .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved .views-row-1 .views-field-field-image {
      display: none; }
    .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved .views-row-1 .views-field-title {
      position: absolute;
      bottom: 0;
      line-height: 1.3;
      width: 100%; }
      .special-topics .view-display-id-block_3.view-taxonomy-listing-pages-improved .views-row-1 .views-field-title a {
        display: block;
        width: 98%;
        background: rgba(0, 0, 0, 0.8);
        padding: 1%;
        color: white;
        font-size: 1.3em; }

.special-topics .tabbed .special-tabs {
  padding-top: 4em;
  border-bottom: 1px solid #bbb;
  border-bottom-color: rgba(0, 0, 0, 0.3); }
.special-topics .tabbed .special-tabs h2 {
  margin: 0;
  display: inline-block;
  background: #d3d3d3;
  color: #888;
  padding: 0.75em 1.5em;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  position: relative;
  top: 2px;
  z-index: 1;
  font-weight: normal; }
  .special-topics .tabbed .special-tabs h2:last-child {
    border-right: none; }
  .special-topics .tabbed .special-tabs h2.active {
    padding-top: 1.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: white;
    border-color: transparent; }
  .special-topics .tabbed .special-tabs h2:hover {
    cursor: pointer; }

.special-topics #infographics {
  position: relative;
  min-height: 30em; }
  .special-topics #infographics .views-field-field-infographic-image-1 {
    width: 60%;
    float: left; }
    .special-topics #infographics .views-field-field-infographic-image-1 img {
      display: block;
      margin: auto; }
  .special-topics #infographics #slide-pager {
    position: absolute;
    top: 90%;
    left: 85%;
    z-index: 25; }

.special-topics .tabbed .panel-pane {
  padding-top: 1em;
  background: white;
  display: none;
  position: relative;
  z-index: 2; }
  .special-topics .tabbed .panel-pane.active {
    display: block; }

.special-topics .tabbed .views-row {
  width: 23%;
  margin-right: 2%;
  float: left;
  position: relative;
  margin-bottom: 1em; }
  .special-topics .tabbed .views-row img {
    float: left; }
  .special-topics .tabbed .views-row h2 {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 0.25em;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.3;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.2s; }
    .special-topics .tabbed .views-row h2 a {
      color: white;
      transition: all 0.2s; }
  .special-topics .tabbed .views-row:hover h2, .special-topics .tabbed .views-row:hover .views-field-field-product-company-profile {
    background: black; }
    .special-topics .tabbed .views-row:hover h2 a, .special-topics .tabbed .views-row:hover .views-field-field-product-company-profile a {
      color: white; }
  .special-topics .tabbed .views-row .views-field-field-product-company-profile {
    display: none; }

.special-topics .region-sidebar-second .block-quicktabs {
  overflow: visible; }
.special-topics .region-sidebar-second ul.quicktabs-tabs {
  padding: 0;
  margin: 0;
  border: none;
  overflow: visible;
  min-height: 3em;
  position: relative; }
  .special-topics .region-sidebar-second ul.quicktabs-tabs li {
    padding: 0;
    margin: 0;
    position: relative; }
  .special-topics .region-sidebar-second ul.quicktabs-tabs li a {
    display: inline-block;
    padding: 1em;
    max-width: 25%;
    white-space: pre-wrap;
    line-height: 1.2; }
.special-topics .region-sidebar-second .quicktabs_main {
  padding: 1em;
  border: 1px solid #d8d8d8;
  border-top: none;
  overflow: auto;
  background: white;
  max-height: 400px; }
  .special-topics .region-sidebar-second .quicktabs_main .view-content > div {
    margin-bottom: 1.5em; }
  .special-topics .region-sidebar-second .quicktabs_main .views-field-field-medium-landscape {
    float: left;
    margin-right: 1em; }
  .special-topics .region-sidebar-second .quicktabs_main .views-field-title {
    font-size: 0.9em; }
  .special-topics .region-sidebar-second .quicktabs_main .views-field-field-company-name,
  .special-topics .region-sidebar-second .quicktabs_main .views-field-field-job-title {
    font-size: 0.8em;
    font-weight: bold; }
  .special-topics .region-sidebar-second .quicktabs_main .view-id-committees {
    font-size: 1.2em; }
  .special-topics .region-sidebar-second .quicktabs_main .views-field {
    text-align: right; }

.special-topics #modal-cover {
  background: #e2f3e2;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }
.special-topics #modal-image {
  position: fixed;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  overflow: auto; }
  .special-topics #modal-image img {
    display: block;
    margin: auto; }
.special-topics #close-button {
  font-family: FontAwesome;
  font-size: 5em;
  position: absolute;
  left: 90%;
  top: 2%;
  cursor: pointer; }
.special-topics #slide-pager {
  font-family: FontAwesome;
  font-size: 2em; }
  .special-topics #slide-pager a {
    display: inline-block;
    padding: 0.3em;
    color: #888; }

.node-type-biographies .panels-flexible-row-first {
  text-align: center; }
  .node-type-biographies .panels-flexible-row-first figure {
    margin: 0; }
  .node-type-biographies .panels-flexible-row-first .pane-node-field-medium-landscape {
    padding: 1em; }
    .node-type-biographies .panels-flexible-row-first .pane-node-field-medium-landscape img {
      display: block;
      margin: auto;
      padding: 3px;
      background: white;
      border: 1px solid #eee;
      border-radius: 3px; }
  .node-type-biographies .panels-flexible-row-first .pane-node-body,
  .node-type-biographies .panels-flexible-row-first .pane-node-terms {
    text-align: left; }
  .node-type-biographies .panels-flexible-row-first .pane-node-field-company-name,
  .node-type-biographies .panels-flexible-row-first .pane-node-field-secondary-company-name,
  .node-type-biographies .panels-flexible-row-first .pane-node-field-tertiary-company-name {
    font-size: 1.2em; }

.node-type-award-winners .pane-node-field-country,
.node-type-award-winners .pane-node-field-developer-name,
.node-type-award-winners .pane-node-field-award-year,
.node-type-award-winners #node-title {
  text-align: center; }
  .node-type-award-winners .pane-node-field-country h2,
  .node-type-award-winners .pane-node-field-developer-name h2,
  .node-type-award-winners .pane-node-field-award-year h2,
  .node-type-award-winners #node-title h2 {
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1em; }
  .node-type-award-winners .pane-node-field-country .field-items, .node-type-award-winners .pane-node-field-country .pane-content,
  .node-type-award-winners .pane-node-field-developer-name .field-items,
  .node-type-award-winners .pane-node-field-developer-name .pane-content,
  .node-type-award-winners .pane-node-field-award-year .field-items,
  .node-type-award-winners .pane-node-field-award-year .pane-content,
  .node-type-award-winners #node-title .field-items,
  .node-type-award-winners #node-title .pane-content {
    display: inline-block; }
.node-type-award-winners .pane-node-field-developer-name {
  font-size: 115%; }
.node-type-award-winners .pane-node-field-medium-landscape img {
  display: block;
  margin: auto; }

.sponsored-products-v2 {
  width: 978px;
  padding-bottom: 0.8em !important; }
  .sponsored-products-v2 h2.pane-title {
    margin-bottom: 0em !important; }

#sponsored-products-v2-content {
  width: 978px; }
  #sponsored-products-v2-content div.spv2-row {
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #6d717c; }
  #sponsored-products-v2-content div.grid-3 {
    float: left; }
  #sponsored-products-v2-content div.spv2-product-description {
    float: left;
    width: 530px; }
    #sponsored-products-v2-content div.spv2-product-description p.vertical-space,
    #sponsored-products-v2-content div.spv2-product-description span.spv2-product-description-listed-under {
      width: 500px; }
  #sponsored-products-v2-content div.spv2-company-description h3 a {
    color: #444444;
    font-family: verdana, sans-serif;
    line-height: 1.2em;
    font-weight: bold; }
  #sponsored-products-v2-content div.spv2-company-description img {
    width: 100px;
    float: left;
    margin-right: 10px; }
  #sponsored-products-v2-content div.spv2-company-description div.spv2-company-description-image {
    height: 100px;
    float: left; }
  #sponsored-products-v2-content div.spv2-company-description div.spv2-company-description-companyname {
    color: #191919;
    font-family: verdana, sans-serif;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 5px; }
  #sponsored-products-v2-content div.spv2-company-description span.spv2-company-description-buttons a {
    background: none repeat scroll 0 0 #00679c;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: white;
    padding: 0.1em 0.5em;
    margin-right: 5px; }

body.page-user-reset div#edit-actions--2 {
  max-width: 300px;
  margin-top: -20px; }
body.page-user-reset input#edit-submit-two {
  margin-left: 300px;
  margin-top: 20px; }

.form-item-contact-phone-areacode,
.form-item-contact-phone-areacode-markup,
.form-item-contact-phone-exchange,
.form-item-contact-phone-exchange-markup,
.form-item-contact-phone-subscriber,
.form-item-contact-phone-extension,
.form-item-contact-phone-number {
  float: left; }

.form-item-contact-phone-areacode-markup,
.form-item-contact-phone-exchange-markup {
  padding: 11px 0px 11px 5px;
  width: 12px; }

.form-item-contact-phone-extension {
  margin-left: 10px; }

label.productreleaseform-phone-container {
  margin-bottom: -7px; }

.pt-item .mixitem {
  clear: both;
  float: left;
  width: 100%; }
  .pt-item .mixitem.article {
    margin: 10px 0 10px 30px;
    padding: 5px 10px;
    width: 560px; }
    .pt-item .mixitem.article h2 {
      font-size: 1.3em;
      text-align: center; }
  .pt-item .mixitem .link a {
    text-decoration: underline;
    font-weight: bold; }
  .pt-item .mixitem figure {
    margin: 5px 10px 5px 0;
    width: 100%; }
  .pt-item .mixitem img {
    width: 100%;
    height: auto !important; }
  .pt-item .mixitem .body {
    font-size: 90%; }
.pt-item figure {
  margin: 0 1em 1em 0;
  padding: 0 3px 0 0; }
  .pt-item figure figcaption {
    text-align: left;
    font-size: 80%;
    color: #6c6c6c;
    background: rgba(191, 49, 26, 0.1);
    padding: 5px; }
  .pt-item figure img {
    display: block;
    margin: 0 auto 5px;
    width: 100%;
    height: auto !important; }
.pt-item .tweet {
  padding: 0;
  margin: 0 0 0 30px;
  float: left;
  width: 600px; }
  .pt-item .tweet iframe {
    margin: 1em auto !important;
    width: 580px !important;
    float: left; }
.pt-item hr {
  border: none;
  height: 0;
  border-top: 1px solid #dbdbdb;
  clear: left;
  background: none;
  display: none; }
.pt-item.summary {
  float: left;
  font-style: italic; }
  .pt-item.summary .body {
    font-style: normal;
    float: left; }
  .pt-item.summary figure {
    margin: 0 auto;
    padding: 0 0 3px; }
  .pt-item.summary img {
    max-width: 672px;
    height: auto !important; }

/*css properties common to all brands */
body {
  margin: 0; }

img, embed, video {
  max-width: 100%; }

figure {
  margin: 0; }

textarea, input, select#Country {
  /*font:1em normal Verdana,sans-serif; */
  font-size: 1em; }

h1, h2, h3, h4, .headline {
  margin-bottom: 0.3em;
  margin-top: 0em; }

#headline-h1 {
  line-height: 1.25em;
  margin-bottom: 0.5em; }
  #headline-h1 h1 {
    font-size: 1.15em; }

/*********taken from pages***** */
#page.container {
  overflow: hidden;
  position: relative;
  z-index: 1; }

#page > header {
  clear: both;
  padding: 0;
  margin: 0 0 1em 0; }

div#content {
  padding-bottom: 2em; }

#logo {
  float: left;
  padding: 0 10px 0px 0px;
  width: 18.75%; }

#page > header > hgroup {
  float: left;
  line-height: 1.2; }

#site-name {
  font-size: 1.846em; }
  #site-name a {
    text-decoration: none; }

#site-slogan {
  font-size: 1.077em;
  font-weight: 400; }

.region-header {
  float: right;
  margin-top: 2em; }

/*PAGE TYPE HEADER */
.in-maintenance h1#page-title {
  padding: 10px; }

div#page-type {
  min-height: 30px;
  font-size: 1.3em;
  text-shadow: 1px 1px 1px #333; }
  div#page-type div {
    padding-right: 40px;
    /* to prevent the text run over the rss icon */ }

#lead-content p, #featured-content p, #listing-content p {
  margin-bottom: 0.5em; }

/* Footer - the main page footer only */
#page > footer {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  /*95% */ }

.footer-links h2, div.region-footer section.stand-out-box h2.block-title {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em; }

.footer-links h2 {
  margin-bottom: 0.77em; }

footer div.region-footer section.stand-out-box h2.block-title {
  margin-bottom: 0; }

#social-icons i {
  font-size: 1.3em;
  width: 1.5em;
  text-align: center; }

/* NAV */
/********LOGIN REGISTER********* user-menu */
#block-fancy-login-fancy-login-login-block {
  /*width:140px; */
  float: right;
  margin: 0.308em 0 0 0;
  padding: 0em;
  height: auto; }
  #block-fancy-login-fancy-login-login-block a {
    text-transform: uppercase;
    font-size: 85%; }

nav.user-menu, nav#block-system-user-menu {
  /*width:140px; */
  float: right;
  margin: 0.308em 0 0 0;
  padding: 0em;
  height: auto; }
  nav.user-menu ul.menu, nav#block-system-user-menu ul.menu {
    /*width:140px; */
    float: right;
    margin: 0.308em 0 0 0;
    padding: 0em;
    height: auto; }

#block-logintoboggan-logintoboggan-logged-in {
  /*width:140px; */
  float: right;
  margin: 0.308em 0 0 0;
  padding: 0em;
  height: auto; }
  #block-logintoboggan-logintoboggan-logged-in a {
    text-transform: uppercase;
    font-size: 85%; }

/*nice menu - make dropdown links capitalized */
ul.nice-menu-down li.menuparent li a {
  text-transform: capitalize; }

/* Feed icons */
.product-info .panel-pane {
  margin-top: 0.6em; }

div#listed-under, div#subscriptionTextAd, div#author-stamp, div#company-stamp, div.icon-company, div#subscription-textAd, div.icon-mail, div.icon-company.block, div#listed-under {
  margin-top: 0.5em;
  display: block; }

.feed-icon img {
  padding: 0px;
  /*0 10px */
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer; }

/* Search results list. */
.search-results {
  margin: 0; }
  .search-results li {
    margin-bottom: 1em;
    margin-top: 0.77em; }
  .search-results .title {
    font-size: 1.154em; }
  .search-results .search-snippet-info {
    padding: 0; }
  .search-results p {
    margin: 0; }
  .search-results .search-info {
    font-size: 0.85em;
    display: inline; }
  .search-results p.search-info + p.search-info:before {
    content: "| "; }

.feed-source {
  margin: 1em 0; }

li.gold_package_key {
  padding: 0.77em; }

/* Maintenance page */
.maintenance-page #skip-link {
  position: absolute;
  top: -99em; }
.maintenance-page footer {
  margin: 10px 0 0; }
  .maintenance-page footer a {
    text-decoration: none;
    color: #ccc; }

/*********taken from skins****** */
/************ LINKS ************* */
/*breadcrumbs */
#breadcrumb li span {
  margin: 0px 6px 0px 4px; }

div.more-link a {
  font-size: 0.85em; }
  div.more-link a:after {
    content: " »"; }

.doubleAngleQmark a:after {
  content: " »"; }

.pipe a:after {
  content: " |"; }

/**** HOVER EXCEPTIONS*** */
#block-logintoboggan-logintoboggan-logged-in a:hover, .btn-topics div.item-list ul li a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

div#logo a:hover {
  border: 0 none !important;
  background-color: transparent !important; }
  div#logo a:hover img {
    border: 0 none !important;
    background-color: transparent !important; }

#block-fancy-login-fancy-login-login-block a:hover, .user-menu a:hover, nav#block-system-user-menu a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

div#btnClose a.close:hover, div.btn-important a.pdf-icon {
  border: 0 none !important;
  background-color: transparent !important; }

.btn-subscribe a, .btn-important a, btn-subscribe a:hover, btn-important a:hover, div#boxes a, #block-panels-mini-dart-stamp-ads a, div#content div.grid-3 a:hover, #uploadAd-btn a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

a.btn-invisible:hover, a.pdf-icon {
  border: 0 none !important;
  background-color: transparent !important; }

div#dsq-toolbar-dropdown li.dsq-login-link a:hover, div#dsq-toolbar-dropdown li.dsq-about-link a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

.article ul.links li a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

.view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

#subscription-center-sidebar2 ul.icon-continue li a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

#icons-print span.print_html a:hover, #icons-print span.print_mail a:hover, #icons-print span.print_pdf a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

div.more-link a:hover, .jp-controls li a, .gray-button a:hover, .btn-generic a:hover {
  border: 0 none !important;
  background-color: transparent !important; }

tbody tr.odd:hover a:hover, tbody tr.even:hover a:hover, tbody tr.odd td.active:hover a:hover, tbody tr.even td.active:hover a:hover {
  border: 0 none !important;
  background-color: transparent !important; }
tbody tr.odd td.active a, tbody tr.even td.active a {
  display: block; }

/***Featured companies - companies page */
/************* LIST **************** */
/*bullet list exceptions */
footer div.region-footer .footer-links ul {
  list-style-type: none;
  list-style-image: none; }

div.subscription-ad ul li {
  list-style-type: none;
  list-style-image: none; }
div.btn-topics {
  margin: 0;
  /*line-height:2.5em; */
  /*may have to apply to IE */
  text-transform: uppercase;
  font-weight: normal; }

/*********** TOPICS,PRODUCT CATS -navitagion*************** */
#contentPage-topics h2.pane-title {
  /*color:#808184; */
  /*font-size:.9em; */
  /*width:5em; */
  float: left;
  clear: none !important;
  display: inline;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0em; }

div.more-link.block {
  margin-bottom: 1em; }

#listed-under h2.pane-title {
  /*color:#808184; */
  /*font-size:.9em; */
  /*width:5em; */
  float: left;
  clear: none !important;
  display: inline;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.95em;
  margin-top: 1px;
  margin-right: 0.5em; }

.btn-topics div.item-list ul, #contentPage-topics ul.links, #listed-under ul.links {
  list-style-type: none;
  margin: 0em; }

.btn-topics div.item-list ul li, #contentPage-topics ul.links li, #listed-under ul.links li {
  display: inline-block;
  padding: 0px 5px;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.385em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  *display: inline; }

.btn-topics div.item-list ul li a, #contentPage-topics ul.links li a, #listed-under ul.links li a {
  text-transform: uppercase;
  text-decoration: none; }

#company-profile-listed-under .pane-title {
  font-size: 1em;
  text-transform: uppercase; }

#company-profile ul.field-items {
  margin: 0 0 1.5em 0.85em; }

/***** Partner logos *** */
#partner-logo-ALN, #partner-logo-BT, #partner-logo-chem, #partner-logo-ci, #partner-logo-DDD, #partner-logo-CED, #partner-logo-CTT, #partner-logo-DFI, #partner-logo-LD, #partner-logo-LE, #partner-logo-ECN, #partner-logo-FS, #partner-logo-Food, #partner-logo-IMPO, #partner-logo-ID, #partner-logo-MBT, #partner-logo-MDT, #partner-logo-MNET, #partner-logo-PP, #partner-logo-PDD, #partner-logo-RD, #partner-logo-SC, #partner-logo-ww, #partner-logo-wdd {
  text-indent: -9999px;
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
  /*background-image:url('../images/sprite_partnersLogos.png'); */
  /*located in skins */
  background-repeat: no-repeat;
  background-color: transparent; }

#partner-logo-ALN {
  width: 95px;
  height: 38px;
  background-position: -3152px 0px; }
  #partner-logo-ALN:hover {
    background-position: -3152px -47px; }

#partner-logo-BT {
  width: 158px;
  height: 40px;
  background-position: 0px 0px; }
  #partner-logo-BT:hover {
    background-position: 0px -47px; }

/*chromatography */
#partner-logo-CTT {
  width: 160px;
  height: 35px;
  background-position: -420px 0px; }
  #partner-logo-CTT:hover {
    background-position: -420px -48px; }

#partner-logo-DFI {
  width: 92px;
  height: 38px;
  background-position: -3258px 0px; }
  #partner-logo-DFI:hover {
    background-position: -3258px -44px; }

#partner-logo-LD {
  width: 95px;
  height: 35px;
  background-position: -1312px 0px; }
  #partner-logo-LD:hover {
    background-position: -1312px -49px; }

#partner-logo-LE {
  width: 100px;
  height: 36px;
  background-position: -1433px 0px; }
  #partner-logo-LE:hover {
    background-position: -1433px -48px; }

#partner-logo-ECN {
  width: 70px;
  height: 29px;
  background-position: -865px 0px; }
  #partner-logo-ECN:hover {
    background-position: -865px -48px; }

#partner-logo-FS {
  width: 115px;
  height: 40px;
  background-position: -3016px -2px; }
  #partner-logo-FS:hover {
    background-position: -3016px -48px; }

#partner-logo-CED {
  width: 110px;
  height: 34px;
  background-position: -170px 0px; }
  #partner-logo-CED:hover {
    background-position: -170px -47px; }

/*-45px */
#partner-logo-chem {
  width: 130px;
  height: 28px;
  background-position: -290px 0px; }
  #partner-logo-chem:hover {
    background-position: -290px -45px; }

#partner-logo-ci {
  width: 95px;
  height: 42px;
  background-position: -605px 0px; }
  #partner-logo-ci:hover {
    background-position: -605px -44px; }

#partner-logo-DDD {
  width: 120px;
  height: 30px;
  background-position: -724px -2px; }
  #partner-logo-DDD:hover {
    background-position: -724px -50px; }

#partner-logo-Food {
  width: 82px;
  height: 34px;
  background-position: -942px 0px; }
  #partner-logo-Food:hover {
    background-position: -942px -47px; }

#partner-logo-IMPO {
  width: 75px;
  height: 24px;
  background-position: -1042px 0px; }
  #partner-logo-IMPO:hover {
    background-position: -1042px -47px; }

#partner-logo-ID {
  width: 144px;
  height: 39px;
  background-position: -1134px 0px; }
  #partner-logo-ID:hover {
    background-position: -1134px -43px; }

#partner-logo-MBT {
  width: 134px;
  height: 50px;
  background-position: -1553px 0px; }
  #partner-logo-MBT:hover {
    background-position: -1553px -46px; }

#partner-logo-MDT {
  width: 143px;
  height: 50px;
  background-position: -1873px 0px; }
  #partner-logo-MDT:hover {
    background-position: -1873px -48px; }

#partner-logo-MNET {
  width: 140px;
  height: 40px;
  background-position: -1707px 0px; }
  #partner-logo-MNET:hover {
    background-position: -1707px -47px; }

#partner-logo-PP {
  width: 140px;
  height: 42px;
  background-position: -2031px 0px; }
  #partner-logo-PP:hover {
    background-position: -2031px -45px; }

#partner-logo-PDD {
  width: 145px;
  height: 36px;
  background-position: -2190px 0px; }
  #partner-logo-PDD:hover {
    background-position: -2190px -45px; }

#partner-logo-RD {
  width: 67px;
  height: 37px;
  background-position: -2355px 0px; }
  #partner-logo-RD:hover {
    background-position: -2355px -44px; }

#partner-logo-SC {
  width: 116px;
  height: 43px;
  background-position: -2440px 0px; }
  #partner-logo-SC:hover {
    background-position: -2440px -46px; }

#partner-logo-wdd {
  width: 85px;
  height: 38px;
  background-position: -2778px 0px; }
  #partner-logo-wdd:hover {
    background-position: -2778px -48px; }

#partner-logo-ww {
  width: 125px;
  height: 32px;
  background-position: -2876px 0px; }
  #partner-logo-ww:hover {
    background-position: -2876px -44px; }

/******BUTTONS ******* */
.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -moz-border-radius: 0.385em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em; }

span.edit-submit-all-content, span.edit-submit-taxonomy-term {
  display: block;
  /*display:inline-block; */
  -moz-border-radius: 0.385em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em;
  border: 0 none;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.305em;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.385em; }

.btn-subscribe, .btn-generic, .btn-important, .btn-subscribe:hover, .btn-generic:hover {
  display: block;
  /*display:inline-block; */
  -moz-border-radius: 0.385em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em;
  border: 0 none;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.305em;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.385em; }

.btn-important:hover {
  display: block;
  /*display:inline-block; */
  -moz-border-radius: 0.385em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em;
  border: 0 none;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.305em;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0.385em;
  cursor: pointer; }

div#form-RFI input#edit-submit:hover {
  cursor: pointer; }

form#user-register-form div span.button input.form-submit:hover, form#user-login div span.button input.form-submit:hover {
  cursor: pointer; }

.btn-subscribe a, .btn-important a, btn-subscribe a:hover, btn-important a:hover {
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
  text-align: center; }

#fancy_login_close_button {
  float: right;
  font-size: 15px;
  font-weight: bold;
  margin-right: -10px;
  margin-top: 3px;
  padding-left: 3px;
  padding-right: 3px; }
  #fancy_login_close_button:hover {
    text-decoration: none; }

/********TOPICS******** */
/*taken from skins */
.btn-topics div.item-list ul li:hover, #contentPage-topics ul.links li:hover {
  border: 0 none; }

.btn-topics div.item-list ul li a, #contentPage-topics ul.links li a {
  border: 0 none;
  background-color: transparent;
  letter-spacing: 0.02em; }

.btn-topics div.item-list ul li a:hover {
  border: 0 none;
  background-color: transparent;
  letter-spacing: 0.02em; }

#accordion-abm .ui-corner-all {
  -webkit-border-radius: 0.77em;
  -moz-border-radius: 0.77em;
  border-radius: 0.77em; }

/***************** MODULES ********************* */
#company-profile .flag-message {
  /*position:absolute; */
  /*top:1.7em; */
  line-height: normal;
  /*left:0; */
  width: 300px;
  font-size: 0.9em;
  font-style: italic;
  display: block;
  margin-top: 6px;
  color: red; }

.pane-node-field-podcast-file {
  overflow: hidden;
  clear: left;
  max-width: 450px; }

/*calendar */
.view .date-nav-wrapper .date-prev {
  right: 75px; }

div.view-header {
  margin-top: 0.77em; }

td.has-events {
  background: #9999ff; }
  td.has-events a {
    color: #fff; }

div.dfp-tag-wrapper div.quiet, div.dfp-tag-wrapper div.slug, .page-node .pane-dart-dart-tag-468-listing-page.block h2.pane-title, .page-node .pane-dart-dart-tag-468-listing-page.block div.slug,
.page-node .pane-dart-dart-tag-large-rectangle.block h2.pane-title,
.page-node .pane-dart-dart-tag-large-rectangle.block div.slug,
.page-node .pane-dfp-small-banner-1 h2.pane-title,
.page-node .pane-dfp-small-banner-1 div.slug,
.page-node .pane-dfp-large-rectangle h2.pane-title,
.page-node .pane-dfp-large-rectangle div.slug {
  text-align: center;
  text-transform: uppercase;
  color: #808184;
  font-size: 10px;
  font-weight: normal; }

/*468px ad */
#block-dfp-peelback {
  margin: 0;
  height: 0; }

#dfp-ad-leaderboard,
#block-dfp-pencil-pushdown {
  float: left; }

div.dfp-tag-wrapper {
  text-align: center;
  padding: 0.25em 0;
  border-radius: 0.385em;
  -webkit-border-radius: 0.385em;
  border-radius: 0.385em;
  clear: left; }
  div.dfp-tag-wrapper iframe, div.dfp-tag-wrapper embed {
    display: block;
    margin: auto; }
  div.dfp-tag-wrapper img {
    display: inline-block; }
  div.dfp-tag-wrapper div.quiet, div.dfp-tag-wrapper div.slug {
    text-align: center; }

#main-content .panels-flexible-the_lead_features div.dfp-tag-wrapper {
  margin: -1em auto 3em; }

.lt-ie9 #main-content div[id^="dfp"][id$="wrapper"] img {
  display: block; }

.page-node #main-content #dfp-ad-large_rectangle-wrapper iframe {
  width: 100%; }

.region-sidebar-second .block-dfp {
  margin-bottom: 0; }

.page-search #main-content div[class*="dart-name-468_listing_page"],
.page-search #main-content div[id^="dfp"][id$="wrapper"] {
  margin: 0 auto; }

.page-node .pane-dart-dart-tag-468-listing-page.block,
.page-node .pane-dart-dart-tag-large-rectangle.block,
.page-node .pane-dfp-small-banner-1,
.page-node .pane-dfp-large-rectangle {
  display: inline-block;
  margin: 1em auto; }

.lt-ie9 .page-node .pane-dart-dart-tag-468-listing-page.block,
.lt-ie9 .page-node .pane-dart-dart-tag-large-rectangle.block,
.lt-ie9 .page-node .pane-dfp-small-banner-1,
.lt-ie9 .page-node .pane-dfp-large-rectangle {
  display: block; }

#dfp-ad-roadblock_ad_container {
  background: #666;
  background: rgba(0, 0, 0, 0.7);
  padding: 1em;
  border-radius: 0.5em; }

#subscription-newsletter-mainContent fieldset, footer .region-footer fieldset {
  margin: 0.77em 0em;
  padding: 0em;
  border: 0 none; }

/*#subscription-newsletter-mainContent input{line-height:1.539em;} */
form#subscriptionNLfooter label {
  display: inline; }
form#subscriptionNLfooter dl {
  margin: 1.154em 0 0 0;
  font-size: 0.9em;
  line-height: 1.5em;
  clear: left; }
form#subscriptionNLfooter dd {
  margin: 0 0 0.77em 1.538em;
  font-size: 0.9em; }

iframe#subscription-NL-form-content form#subscription-NL-content {
  margin: 10px 0 0 0;
  padding: 0; }

form#subscribe_form {
  margin: 0 0 1em; }

/******** iFRAMES ********* */
iframe#subscription-NL-form-content {
  width: 95%;
  /*100% */
  height: 40px;
  /*52 */
  margin-top: 0px;
  /*15px */ }

body form#subscription-NL-content {
  margin: 0.5em 0 0 0; }

/*height for footer subscription */
iframe#myframe {
  /*height:420px; */
  /*not needed */
  min-height: 430px;
  max-height: 500px; }

input.text, input.title {
  padding: 0.385em; }

select#Country {
  padding: 0.385em; }

#subscription-newsletter-mainContent {
  position: relative; }
  #subscription-newsletter-mainContent div.logo-BroadbandDirect {
    width: 194px;
    display: block;
    margin: 0px 10px 0;
    height: 39px;
    float: left; }

/*footer subscription */
select#Country {
  width: 100%; }

/********** BLOCK MODULES - ads ******** */
#block-dart-dart-tag-pencil-push-down {
  margin: 0.77em 0em 0.77em 0em; }

div.subscription-ad div.block-content ul {
  margin: 0.77em 0em 0.77em 0em; }
  div.subscription-ad div.block-content ul li {
    margin: 0.385em 0 0 0; }

.icon-google div.pane-content div.g-plusone-wrapper {
  width: 100px;
  float: left;
  display: inline;
  clear: none; }

/*time/author stamp - content pages */
div#content div.horizontal div.pane-content {
  display: inline; }
div#content div#author-stamp div.pane-content:before {
  content: "by "; }
div.dart-name-Tower1 table, div.dart-name-Tower2 table {
  margin: auto; }
div #page-type {
  margin-bottom: 1em; }

/*pencil ad */
#menu-bar {
  /*margin-bottom:.77em; */ }
  #menu-bar div.menu-wrapper {
    width: 970px;
    /*margin:auto; */ }

#block-dart-dart-tag-peelback-test {
  position: absolute;
  right: 0; }

#block-panels-mini-dart-stamp-ads h2.block-title {
  font-weight: normal;
  text-align: center; }

#mini-panel-dart_stamp_ads {
  padding: 18px; }

.block.pane-dart-dart-tag-stamp1, .block.pane-dfp-stamp-1 {
  width: 125px;
  float: left;
  clear: none; }
.block.pane-dart-dart-tag-stamp2, .block.pane-dfp-stamp-2 {
  width: 125px;
  float: left;
  clear: none; }
.block.pane-dart-dart-tag-stamp3, .block.pane-dfp-stamp-3 {
  width: 125px;
  float: left;
  clear: none; }
.block.pane-dart-dart-tag-stamp4, .block.pane-dfp-stamp-4 {
  width: 125px;
  float: left;
  clear: none; }
.block.pane-dart-dart-tag-stamp1, .block.pane-dfp-stamp-1 {
  margin-right: 15px;
  clear: left; }
.block.pane-dart-dart-tag-stamp3, .block.pane-dfp-stamp-3 {
  margin-right: 15px;
  clear: left; }
.block.pane-dart-dart-tag-stamp1, .block.pane-dfp-stamp-1 {
  margin-top: 0px; }
.block.pane-dart-dart-tag-stamp2, .block.pane-dfp-stamp-2 {
  margin-top: 0px; }

.sidebar .block {
  overflow: hidden; }
  .sidebar .block#block-search-form {
    margin-bottom: 10px; }
    .sidebar .block#block-search-form .block-inner {
      margin-top: 0; }
    .sidebar .block#block-search-form form {
      margin-bottom: 0; }
  .sidebar .block > .block-inner {
    margin-bottom: 20px; }

div.panels-flexible-region-inside .contextual-links-region {
  position: inherit;
  /*overrides the relative positioning of 468 ad that covered the content above it. */ }
div.sponsored-products h2.pane-title {
  font-size: 0.8em;
  font-weight: normal;
  text-align: right;
  margin-bottom: 2em; }
div .panels-flexible-row-the_lead_features-main-row {
  margin-top: 2em; }

/*MODAL WINDOW NL SUBSCRIPTION */
#mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000002;
  background-color: black;
  display: none; }

#boxes, #roadblock {
  display: none; }
  #boxes .window, #roadblock .window {
    font-family: arial, sans-serif;
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 2em;
    height: auto; }
  #boxes .modal-container, #roadblock .modal-container {
    overflow: auto; }

#roadblock {
  position: absolute;
  display: block;
  left: -200%;
  z-index: 2000000; }
  #roadblock .window {
    padding: 0; }

#MWiframe {
  height: 53px;
  width: 425px;
  margin: 1em auto;
  padding: 0;
  display: block;
  *margin-left: 20px; }

#btnClose {
  position: absolute;
  top: -0.5em;
  right: -30px;
  display: block;
  width: 35px; }

/******* COMPANY PROFILE ****** */
#company-profile .panel-pane {
  margin-top: 0; }
  #company-profile .panel-pane.icon-mail {
    display: inline-block;
    background: #fff;
    background: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#d1d1d1));
    background: -webkit-linear-gradient(top, #fff 0%, #d1d1d1 100%);
    background: -moz-linear-gradient(top, #fff 0%, #d1d1d1 100%);
    background: -o-linear-gradient(top, #fff 0%, #d1d1d1 100%);
    background: -ms-linear-gradient(top, #fff 0%, #d1d1d1 100%);
    background: linear-gradient(top, #fff 0%, #d1d1d1 100%); }
    #company-profile .panel-pane.icon-mail a {
      background: transparent; }
#company-profile #company-name, #company-profile #company-fax {
  margin-bottom: 0.77em; }
#company-profile #manage-profile {
  margin-bottom: 0.77em;
  margin-top: 1em;
  margin-right: 0px; }
#company-profile #company-profile-listed-under, #company-profile #btn-sendInfo {
  margin-top: 1em;
  margin-right: 0px; }

#product-profile .icon-mail:before, #product-profile .icon-mail img {
  left: 5px;
  position: absolute;
  top: 4px; }

#company-profile .icon-edit-gray:before, #company-profile .icon-edit-gray img {
  left: -313px;
  position: absolute;
  top: 3px; }
#company-profile .icon-product-gray:before, #company-profile .icon-product-gray img {
  left: -292px;
  position: absolute;
  top: -1px; }

/*use as a temp fix */
section.nav-content h3 {
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  margin-top: 0.385em; }
  section.nav-content h3 a:after {
    content: " »"; }

/********HELPER CLASSES******** */
/*text */
.small {
  font-size: 0.85em; }

.small-fixed {
  font-size: 8px;
  font-weight: normal; }

.smaller-heading {
  font-size: 1.6em; }

.large-text-110 {
  font-size: 110%; }

.large-text-140 {
  font-size: 140%; }

.large-text-170 {
  font-size: 170%; }

.large-text {
  font-size: 210%; }

.billboard {
  font-family: "Arial Black", Gadget, sans-serif;
  line-height: 1.2em; }

.important {
  line-height: 1.25em;
  font-weight: bold; }

/*font:normal normal normal 1.385em/1.15em 'Arial Black',Gadget,sans-serif; */
.dropcap:first-letter {
  float: left;
  font-size: 3.2em;
  line-height: 0.8em;
  margin-right: 3px;
  padding: 2px; }

.pullquote {
  width: 33%;
  line-height: 1.5;
  font-size: 1.2em;
  /*text-align:justify; */
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  display: block;
  float: left;
  padding: 1em;
  margin-right: 1em;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em; }

.image-caption {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: small;
  font-size: 0.85em;
  /*padding:5px 10px; */ }

.about-author {
  float: right;
  clear: none !important;
  display: inline;
  width: 33%;
  padding: 1em;
  /* -moz-border-radius:.308em;-webkit-border-radius:.308em;border-radius:.308em; */
  margin-left: 1em; }

.image-border {
  display: block;
  padding: 4px; }

.stand-out-box, .sponsored-products, .quiet-box, section.nav-content div.block-inner, .top-stories {
  padding: 0.77em 0.77em 1.25em;
  overflow: hidden;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em; }

/*icon background */
.gray-button {
  display: inline-block;
  padding: 2px 4px;
  margin: 0em 1em 0em 0em;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #c3c3c3;
  background-color: #d1d1d1;
  background: -moz-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(88%, #d1d1d1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d1d1d1',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, white 0%, #d1d1d1 88%);
  /* W3C */ }

#icons-print span.print_html, #icons-print span.print_mail, #icons-print span.print_pdf {
  display: inline-block;
  padding: 2px 4px;
  margin: 0em 1em 0em 0em;
  -moz-border-radius: 0.308em;
  -webkit-border-radius: 0.308em;
  border-radius: 0.308em;
  border: 1px solid #c3c3c3;
  background-color: #d1d1d1;
  background: -moz-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(88%, #d1d1d1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d1d1d1',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, white 0%, #d1d1d1 88%);
  /* W3C */ }

.gray-button:hover {
  border: 1px solid #a7a7a7; }

#icons-print span.print_html:hover, #icons-print span.print_mail:hover, #icons-print span.print_pdf:hover {
  border: 1px solid #a7a7a7; }

.gray-button:hover {
  background-color: #adadad;
  background: -moz-linear-gradient(top, #d1d1d1 0%, white 88%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(88%, #d1d1d1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, white 0%, #d1d1d1 88%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d1d1d1',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #d1d1d1 0%, white 88%);
  /* W3C */ }

/*lists */
.horizontal {
  display: inline;
  list-style-type: none; }

.no-bullets {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0; }

.vertical {
  display: block; }

ol li ul.no-bullets, div.quicktabs-tabpage .dsq-widget ul.dsq-widget-list li {
  margin-bottom: 0.77em; }

#listing-content .pane-content .views-row {
  min-height: 10em; }

/*invisible btn */
a.btn-invisible {
  text-indent: -9999px;
  padding: 0.5em;
  cursor: pointer;
  width: 90px;
  display: block; }

#subscription-newsletter-mainContent a.btn-invisible {
  position: absolute;
  top: 0;
  right: 0;
  *display: block; }

#block-system-main .small.quiet.disqus {
  display: none; }

/*****PAGER**** */
.block .item-list ul.pager {
  margin: 8px 0em 1em 0em;
  float: left; }

ul.pager {
  clear: both;
  margin: 0;
  text-align: center; }

.item-list ul.pager li {
  padding: 0.35em 0.45em; }

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em; }
  ul.pager li.pager-current {
    font-weight: 700; }

div.view-filters {
  clear: both; }

ul.pager li.pager-next, ul.pager li.pager-first {
  margin: 0px 0px 0px 3px; }
ul.pager li.pager-item {
  margin: 0em 0.25em; }
ul.pager li.pager-first {
  border: 0 none;
  border-radius: 0.385em 0em 0em 0.385em;
  cursor: pointer;
  line-height: normal;
  padding: 0.305em;
  text-align: center; }
ul.pager li.pager-next, ul.pager li.pager-previous {
  border: 0 none;
  /*border-radius:0.385em 0em 0em 0.385em; */
  cursor: pointer;
  line-height: normal;
  padding: 0.305em;
  text-align: center; }
ul.pager li.pager-last {
  border: 0 none;
  border-radius: 0 0.385em 0.385em 0em;
  cursor: pointer;
  line-height: normal;
  padding: 0.305em;
  text-align: center; }

/****** Items per page ***** */
form#views-exposed-form-all-content-page, form#views-exposed-form-taxonomy-term-page {
  /*width:250px; */
  float: left;
  margin: 0em;
  padding: 0em; }
form#views-exposed-form-all-content-page .views-exposed-form .views-exposed-widget, form#views-exposed-form-taxonomy-term-page .views-exposed-form .views-exposed-widget {
  padding: 0; }

div.form-item-items-per-page label {
  display: block;
  float: left;
  margin-right: 1em; }

form#views-exposed-form-all-content-page div.views-exposed-form div.views-exposed-widget div.form-item-items-per-page, form#views-exposed-form-taxonomy-term-page div.views-exposed-form div.views-exposed-widget div.form-item-items-per-page {
  position: relative;
  /*top:1em; */
  margin: 0em 1em 0em 0em; }

div.views-exposed-widget .views-submit-button, div.views-exposed-widget div.views-widget-per-page {
  padding: 0 !important; }

span.edit-submit-all-content {
  margin-top: 0px;
  position: relative;
  /*top:0.7em; */
  cursor: pointer; }
  span.edit-submit-all-content input#edit-submit-all-content {
    font: normal normal 500 0.8em/1em Tahoma, Verdana, Geneva;
    letter-spacing: 0.08em;
    text-transform: uppercase; }

form#views-exposed-form-all-content-page .views-exposed-form .views-exposed-widget .form-submit, form#views-exposed-form-taxonomy-term-page .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0; }

#company-profile .pane-entity-field h2 {
  margin-top: 0em; }
#company-profile .pane-entity-field .field-items {
  margin-top: 0.4em; }

#search-block-form input#edit-submit,
#search-block-form input#edit-submit--2,
#search-block-form input#edit-submit--4,
#search-block-form input#edit-submit--5 {
  text-indent: 100%;
  overflow: hidden; }

.quicktabs-tabpage .views-row {
  clear: left; }

table.soundclip {
  width: auto; }

/*# sourceMappingURL=core.css.map */
