@charset "UTF-8";
/**
 * Development by Crowd Favorite - http://crowdfavorite.com/
 */
/*!
 *  Font Awesome 4.3.0 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("../scss/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../scss/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../scss/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../scss/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../scss/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../scss/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* 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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-f:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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,
.fa-gratipay: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: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

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

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/*======================================
=== FONT AWESOME BEFORE PLACEHOLDER ====
=======================================*/
/*
* Symbolset
* www.symbolset.com
* Copyright 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url("../icons/ss-standard.eot");
  src: url("../icons/ss-standard.eot?#iefix") format("embedded-opentype"), url("../icons/ss-standard.woff") format("woff"), url("../icons/ss-standard.ttf") format("truetype"), url("../icons/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👀'; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: ''; }

.ss-erase:before, .ss-erase.right:after {
  content: '✐'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫'; }

.ss-ban:before, .ss-ban.right:after {
  content: '🚫'; }

.ss-trash:before, .ss-trash.right:after {
  content: ''; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖'; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: ''; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: ''; }

.ss-sample:before, .ss-sample.right:after {
  content: ''; }

.ss-crop:before, .ss-crop.right:after {
  content: ''; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-fill:before, .ss-fill.right:after {
  content: ''; }

.ss-stroke:before, .ss-stroke.right:after {
  content: ''; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-facetime:before, .ss-facetime.right:after {
  content: ''; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-send:before, .ss-send.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: ''; }

.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '…'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '💲'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢'; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: ''; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌎'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-hdd:before, .ss-hdd.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-stop:before, .ss-stop.right:after {
  content: '■'; }

.ss-record:before, .ss-record.right:after {
  content: '●'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭'; }

.ss-eject:before, .ss-eject.right:after {
  content: '⏏'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰'; }

.ss-grid:before, .ss-grid.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-columns:before, .ss-columns.right:after {
  content: ''; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: ''; }

.ss-filter:before, .ss-filter.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-highbattery:before, .ss-highbattery.right:after {
  content: ''; }

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: ''; }

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: ''; }

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: ''; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡'; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-transfer:before, .ss-transfer.right:after {
  content: '⇆'; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: ''; }

.ss-loading:before, .ss-loading.right:after {
  content: ''; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-quote:before, .ss-quote.right:after {
  content: '“'; }

.ss-text:before, .ss-text.right:after {
  content: ''; }

.ss-font:before, .ss-font.right:after {
  content: ''; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-fax:before, .ss-fax.right:after {
  content: '📠'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪'; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-caution:before, .ss-caution.right:after {
  content: '⛔'; }

.ss-logout:before, .ss-logout.right:after {
  content: ''; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕'; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: ''; }

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: ''; }

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: ''; }

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: ''; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧'; }

.ss-flask:before, .ss-flask.right:after {
  content: ''; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-upright:before, .ss-upright.right:after {
  content: '⬈'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-downright:before, .ss-downright.right:after {
  content: '⬊'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-directright:before, .ss-directright.right:after {
  content: '▹'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

/* Legacy classes */
.ss-volumelow:before, .ss-volumelow.right:after {
  content: '🔉'; }

.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '🔊'; }

.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: ''; }

.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: ''; }

.ss-batterylow:before, .ss-batterylow.right:after {
  content: ''; }

.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: ''; }

.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: ''; }

.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: ''; }

.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: ''; }

.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: ''; }

.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: ''; }

.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: ''; }

/* Extend-only selectors */
.entry-content .widget-video-tutorial iframe.fixed {
  height: 150px;
  width: 254px;
  margin: auto; }
  @media (min-width: 760px) {
    .entry-content .widget-video-tutorial iframe.fixed {
      height: 120.5px;
      width: 204px; } }
  @media (min-width: 1007px) {
    .entry-content .widget-video-tutorial iframe.fixed {
      height: 169px;
      width: 286px; } }

.login_error,
.login.message, .login_status {
  background-color: #faeaea;
  border: 1px solid #cc3333;
  display: block;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  padding: 4px;
  line-height: 20px;
  margin-bottom: 3px;
  text-align: left;
  width: auto;
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box; }
  .login_error a,
  .login.message a, .login_status a {
    display: inline !important;
    font-style: normal !important; }
  .login_error br,
  .login.message br, .login_status br {
    display: none; }

.subscription-notice .login label, .hfeed.login label {
  display: block;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px; }
.subscription-notice .login input, .hfeed.login input {
  height: 30px;
  line-height: 1.25em;
  margin-bottom: 12px;
  width: 100% !important; }
.subscription-notice .login a, .hfeed.login a {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px; }
.subscription-notice .login button, .hfeed.login button {
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background-color: #183c78;
  background: -moz-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2967cd), color-stop(100%, #183c78));
  background: -webkit-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: -o-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: -ms-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: linear-gradient(to bottom, #2967cd 0%, #183c78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
  border: 0;
  color: #fff;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  padding: 5px 12px 7px 12px; }
  .subscription-notice .login button:hover, .hfeed.login button:hover {
    background-color: #143263;
    background: -moz-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #255cb8), color-stop(100%, #143263));
    background: -webkit-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: -o-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: -ms-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: linear-gradient(to bottom, #255cb8 0%, #143263 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
    text-decoration: none; }
.subscription-notice .login .login_help, .hfeed.login .login_help {
  padding: 0;
  margin: 0; }
  .subscription-notice .login .login_help li, .hfeed.login .login_help li {
    list-style-type: none;
    padding: 0;
    margin: 0; }

/* 	Image versioning
	------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0;
  max-width: 100%; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif; }

body {
  font-size: 100%;
  font-weight: normal;
  line-height: 20px; }
  body .entry-content {
    margin: 0;
    padding: 10px 0 5px 0; }
  body p {
    margin: 0;
    padding: 0; }

a,
a:visited {
  color: #2967cd;
  text-decoration: none; }

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

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl {
  margin-bottom: .6em;
  margin-top: .6em; }

ul, ol {
  padding-left: 21px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 23.4px;
  margin-top: 1.5em; }

h1, .h1 {
  font-size: 28px;
  line-height: 36.39px; }

h2, .h2, .page .cfct-mod-content h1 {
  font-size: 22px;
  line-height: 28.593px; }
  h2.p2, .h2.p2, .page .cfct-mod-content h1.p2 {
    font-size: 20px;
    line-height: 24px; }

h3, .h3 {
  font-size: 18px;
  line-height: 23.4px; }

h4, .h4 {
  font-size: 16px;
  line-height: 20.8px; }

h5, .h5 {
  font-size: 14px;
  line-height: 18.19px; }

h6, .h6 {
  font-size: 13px;
  line-height: 16.9px; }

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited,
.h1 a,
.h1 a:visited,
.h2 a,
.page .cfct-mod-content h1 a,
.h2 a:visited,
.page .cfct-mod-content h1 a:visited,
.h3 a,
.h3 a:visited,
.h4 a,
.h4 a:visited,
.h5 a,
.h5 a:visited,
.h6 a,
.h6 a:visited {
  color: #333; }
  h1 a:hover,
  h1 a:visited:hover,
  h2 a:hover,
  h2 a:visited:hover,
  h3 a:hover,
  h3 a:visited:hover,
  h4 a:hover,
  h4 a:visited:hover,
  h5 a:hover,
  h5 a:visited:hover,
  h6 a:hover,
  h6 a:visited:hover,
  .h1 a:hover,
  .h1 a:visited:hover,
  .h2 a:hover,
  .page .cfct-mod-content h1 a:hover,
  .h2 a:visited:hover,
  .page .cfct-mod-content h1 a:visited:hover,
  .h3 a:hover,
  .h3 a:visited:hover,
  .h4 a:hover,
  .h4 a:visited:hover,
  .h5 a:hover,
  .h5 a:visited:hover,
  .h6 a:hover,
  .h6 a:visited:hover {
    color: #072aa5; }

@media only screen and (min-width: 760px) {
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; } }
.excerpt-comments {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 0.75em;
  color: #2967cd; }
  .excerpt-comments:before {
    font-family: "FontAwesome";
    color: #2967cd;
    font-size: 1.125em;
    line-height: 1.0em;
    content: "";
    padding-right: 4px; }

blockquote {
  background-color: #f2f5e4;
  font-style: italic;
  margin: 20px 0;
  padding: 20px 30px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

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

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

img,
video {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto; }

embed,
object,
iframe {
  max-width: 100%; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, .social-links a a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img,
  figure {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  /*  -webkit-box-shadow: #0066ff 0 0 5px 0;
    -moz-box-shadow: #0066ff 0 0 5px 0;
    box-shadow: #0066ff 0 0 5px 0;
    z-index: 1;*/ }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}*/
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  height: 23.390625px;
  max-width: 100%;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888888; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url("../images/button.png?1298351022?ver=0.33") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto; }

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888; }

.ie6_input_disabled {
  background: #eeeeee; }

.container,
.grid {
  margin: 0 auto; }

.container {
  width: 1007px;
  overflow: hidden; }

.grid {
  padding: 0 20px;
  width: 966px; }

.grid .grid {
  padding: 0; }

.c4-1, .c4-2, .c4-3, .c4-4, .c4-12, .c4-123, .c4-23, .c4-234, .c4-34,
.c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6,
.c6-12, .c6-123, .c6-1234, .c6-12345,
.c6-23, .c6-234, .c6-2345, .c6-23456,
.c6-34, .c6-345, .c6-3456,
.c6-45, .c6-456, .c6-56,
.cfct-stacked-left-left {
  display: inline;
  float: left;
  margin-left: 30px;
  min-height: 1px; }

.c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6 {
  width: 136px; }

.c4-1, .c4-2, .c4-3, .c4-4 {
  width: 219px; }

.c6-12, .c6-23, .c6-34, .c6-45, .c6-56 {
  width: 302px; }

.c4-12, .c4-23, .c4-34,
.c6-123, .c6-234, .c6-345, .c6-456 {
  width: 468px; }

.c6-1234, .c6-2345, .c6-3456, .cfct-stacked-left-left {
  width: 634px; }

.c4-123, .c4-234 {
  width: 717px; }

.c6-12345, .c6-23456 {
  width: 800px; }

.c6-123456,
.c4-1234 {
  clear: both;
  display: block;
  min-height: 1px;
  width: auto; }

.c6-12,
.c6-34,
.c6-3456 {
  margin-left: 16px; }

.c6-12,
.c6-34 {
  width: 309px; }

.border-c6-1234 {
  background: url("../img/column-border.png?ver=0.33") 634px 0 repeat-y; }

@media only screen and (min-width: 760px) {
  .cfct-row-stacked-left-example .c6-12 {
    clear: left; }
  .cfct-row-stacked-left-example .cfct-block-stacked-left-right {
    float: right; }

  .cfct-row-stacked-right-example .c6-12 {
    background-color: red; }
  .cfct-row-stacked-right-example .cfct-block-stacked-right-right {
    float: right; } }
@media only screen and (min-width: 760px) and (max-width: 1006px) {
  .container {
    width: 740px; }

  .grid {
    width: 700px; }

  .c4-1, .c4-2, .c4-3, .c4-4, .c4-12, .c4-123, .c4-23, .c4-234, .c4-34,
  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6,
  .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c6-23, .c6-234, .c6-2345, .c6-23456,
  .c6-34, .c6-345, .c6-3456,
  .c6-45, .c6-456, .c6-56,
  .cfct-stacked-left-left {
    margin-left: 20px; }

  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6 {
    width: 100px; }

  .c4-1, .c4-2, .c4-3, .c4-4 {
    width: 160px; }

  .c6-12, .c6-23, .c6-34, .c6-45, .c6-56 {
    width: 220px; }

  .c4-12, .c4-23, .c4-34,
  .c6-123, .c6-234, .c6-345, .c6-456 {
    width: 340px; }

  .c6-1234, .c6-2345, .c6-3456, .cfct-stacked-left-left {
    width: 460px; }

  .c4-123, .c4-234 {
    width: 520px; }

  .c6-12345, .c6-23456 {
    width: 580px; }

  .border-c6-1234 {
    background: url("../img/column-border.png?ver=0.33") 455px 0 repeat-y; }

  .c6-1, .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c4-1, .c4-12, .c4-123,
  .cfct-stacked-left-left {
    margin-left: 0; }

  .c6-2 .c6-2, .c6-23 .c6-2, .c6-23 .c6-23, .c6-234 .c6-2, .c6-234 .c6-23, .c6-234 .c6-234, .c6-2345 .c6-2, .c6-2345 .c6-23, .c6-2345 .c6-234, .c6-2345 .c6-2345, .c6-23456 .c6-2, .c6-23456 .c6-23, .c6-23456 .c6-234, .c6-23456 .c6-2345, .c6-23456 .c6-23456,
  .c6-3 .c6-3, .c6-34 .c6-3, .c6-34 .c6-34, .c6-345 .c6-3, .c6-345 .c6-34, .c6-345 .c6-345, .c6-3456 .c6-3, .c6-3456 .c6-34, .c6-3456 .c6-345, .c6-3456 .c6-3456,
  .c6-4 .c6-4, .c6-45 .c6-4, .c6-45 .c6-45, .c6-456 .c6-4, .c6-456 .c6-45, .c6-456 .c6-456,
  .c6-5 .c6-5, .c6-56 .c6-5, .c6-56 .c6-56,
  .c6-6 .c6-6,
  .c4-2 .c4-2, .c4-23 .c4-2, .c4-23 .c4-23, .c4-234 .c4-2, .c4-234 .c4-23, .c4-234 .c4-234,
  .c4-3 .c4-3, .c4-34 .c4-3, .c4-34 .c4-34 {
    margin-left: 0; } }
@media only screen and (max-width: 759px) {
  .container,
  .grid,
  .c4-1, .c4-2, .c4-3, .c4-4, .c4-12, .c4-123, .c4-23, .c4-234, .c4-34,
  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6,
  .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c6-23, .c6-234, .c6-2345, .c6-23456,
  .c6-34, .c6-345, .c6-3456,
  .c6-45, .c6-456, .c6-56,
  .cfct-stacked-left-left {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .grid {
    padding: 0 10px; }

  .border-c6-1234 {
    background: none; } }
.c6-1, .c6-12, .c6-123, .c6-1234, .c6-12345,
.c4-1, .c4-12, .c4-123,
.cfct-stacked-left-left {
  margin-left: 0; }

.c6-2 .c6-2, .c6-23 .c6-2, .c6-23 .c6-23, .c6-234 .c6-2, .c6-234 .c6-23, .c6-234 .c6-234, .c6-2345 .c6-2, .c6-2345 .c6-23, .c6-2345 .c6-234, .c6-2345 .c6-2345, .c6-23456 .c6-2, .c6-23456 .c6-23, .c6-23456 .c6-234, .c6-23456 .c6-2345, .c6-23456 .c6-23456,
.c6-3 .c6-3, .c6-34 .c6-3, .c6-34 .c6-34, .c6-345 .c6-3, .c6-345 .c6-34, .c6-345 .c6-345, .c6-3456 .c6-3, .c6-3456 .c6-34, .c6-3456 .c6-345, .c6-3456 .c6-3456,
.c6-4 .c6-4, .c6-45 .c6-4, .c6-45 .c6-45, .c6-456 .c6-4, .c6-456 .c6-45, .c6-456 .c6-456,
.c6-5 .c6-5, .c6-56 .c6-5, .c6-56 .c6-56,
.c6-6 .c6-6,
.c4-2 .c4-2, .c4-23 .c4-2, .c4-23 .c4-23, .c4-234 .c4-2, .c4-234 .c4-23, .c4-234 .c4-234,
.c4-3 .c4-3, .c4-34 .c4-3, .c4-34 .c4-34 {
  margin-left: 0; }

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

.row:after {
  clear: both; }

.row {
  clear: both;
  zoom: 1; }

.hideoverflow .c6-1, .hideoverflow .c6-2, .hideoverflow .c6-3, .hideoverflow .c6-4, .hideoverflow .c6-5, .hideoverflow .c6-6,
.hideoverflow .c4-1, .hideoverflow .c4-2, .hideoverflow .c4-3, .hideoverflow .c4-4,
.hideoverflow .c6-12, .hideoverflow .c6-123, .hideoverflow .c6-1234, .hideoverflow .c6-12345, .hideoverflow .c6-123456,
.hideoverflow .c6-23, .hideoverflow .c6-234, .hideoverflow .c6-2345, .hideoverflow .c6-23456,
.hideoverflow .c6-34, .hideoverflow .c6-345, .hideoverflow .c6-3456,
.hideoverflow .c6-45, .hideoverflow .c6-456, .hideoverflow .c6-56,
.hideoverflow .c4-12, .hideoverflow .c4-123, .hideoverflow .c4-1234,
.hideoverflow .c4-23, .hideoverflow .c4-234,
.hideoverflow .c4-34 {
  overflow: hidden; }

.typ-small-caps, .entry-sidebar span {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #999;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em; }

.comments-link:before {
  font-family: fontAwesome;
  padding-right: 5px;
  content: ""; }

.excerpt .author-link {
  margin-right: 8px; }

.related-links {
  overflow: auto; }

.typ-alignright {
  float: right; }

.mar-none {
  margin: 0; }

.mar-top-none {
  margin-top: 0; }

.mar-top {
  margin-top: 27px; }

.mar-btm {
  margin-bottom: 12px; }

.pad-none {
  padding: 0; }

.blue-box {
  background: #e0ebfd;
  padding: 15px 15px 1px 15px; }

.blue-light-box {
  background: #eef4fe;
  padding: 15px; }

.just-center {
  text-align: center; }

.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.alignleft,
.alignright {
  margin-top: 4px; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px; }

.aligncenter {
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  margin-bottom: 15px; }

.wp-caption {
  overflow: hidden; }

.wp-caption dt {
  margin: 0; }

.wp-caption img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0; }

.wp-caption dd {
  font-size: .9em;
  padding: 2px 8px 3px 8px;
  margin: 1px 0 0 0; }

.ir, .social-links a {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, #news-charts-container .ui-tabs-nav:before, #news-charts-indices .ui-tabs-nav:before,
#news-charts-commodities .ui-tabs-nav:before,
#news-charts-currencies .ui-tabs-nav:before,
#news-charts-companies .ui-tabs-nav:before, ul.cfct-tabbed-box-tabs:before,
.ui-tabs-nav:before,
.clearfix:after,
#news-charts-container .ui-tabs-nav:after,
#news-charts-indices .ui-tabs-nav:after,
#news-charts-commodities .ui-tabs-nav:after,
#news-charts-currencies .ui-tabs-nav:after,
#news-charts-companies .ui-tabs-nav:after,
ul.cfct-tabbed-box-tabs:after,
.ui-tabs-nav:after {
  content: " ";
  display: table; }

.clearfix:after, #news-charts-container .ui-tabs-nav:after, #news-charts-indices .ui-tabs-nav:after,
#news-charts-commodities .ui-tabs-nav:after,
#news-charts-currencies .ui-tabs-nav:after,
#news-charts-companies .ui-tabs-nav:after, ul.cfct-tabbed-box-tabs:after,
.ui-tabs-nav:after {
  clear: both; }

.cf {
  *zoom: 1; }

.debug {
  border: 1px solid #333;
  min-height: 100px;
  min-width: 100px;
  margin: 5px; }

.debug-separator {
  height: 15px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px; }

.ui-tabs-hide {
  display: none; }

.ui-tabs-selected {
  font-weight: bold; }

.important-info {
  font-style: italic;
  font-size: 11px;
  line-height: 18px; }

@media only screen and (max-width: 1000px) {
  .overflow {
    overflow: auto; } }
.text-fade {
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 90px;
  margin-bottom: 10px;
  margin-top: -80px;
  position: relative;
  width: 100%;
  z-index: 100; }

.cfct-module {
  margin-bottom: 10px; }

.cfct-module hr {
  margin-top: 0; }

/*
<div class="row cfct-row-stacked-left-example">
	<div class="c6-1234 cfct-block"></div>
	<div class="c6-56 cfct-block-stacked-left-right cfct-block"></div>
	<div class="c6-12 cfct-block"></div>
	<div class="c6-34 cfct-block"></div>
</div>
*/
.cfct-mod-content {
  font-size: 14px;
  line-height: 20px; }

.cfct-block {
  margin-bottom: 0;
  margin-top: 0; }

.cfct-html .cfct-mod-content,
.cfct-rich-text .cfct-mod-content {
  font-size: 16px; }

.jcarousel {
  overflow: hidden;
  position: relative;
  width: 296px; }

.slidecontrols {
  list-style: none;
  padding-left: 0; }

.jcarousel-control {
  display: block;
  height: 42px;
  overflow: hidden;
  text-indent: -10000px;
  position: absolute;
  top: 100px;
  width: 23px;
  z-index: 1; }

.jcarousel-prev {
  background: url("../img/sprite.png?ver=0.33") no-repeat -210px -51px;
  left: 30px; }

.jcarousel-prev.jcarousel-control-inactive {
  background: url("../img/sprite.png?ver=0.33") no-repeat -360px -50px; }

.jcarousel-next {
  background: url("../img/sprite.png?ver=0.33") no-repeat -255px -51px;
  right: 30px; }

.jcarousel-next.jcarousel-control-inactive {
  background: url("../img/sprite.png?ver=0.33") no-repeat -400px -50px; }

.jcarousel .slider {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel .slider li {
  float: left;
  margin: 0 15px;
  overflow: hidden;
  width: 136px; }

.mw-gallery {
  background-color: #f3f3f3;
  margin: 10px auto 20px;
  padding: 30px 68px;
  position: relative;
  width: 164px; }
  @media (min-width: 480px) {
    .mw-gallery {
      padding: 30px 64px;
      width: 332px; } }
  @media (min-width: 760px) {
    .mw-gallery {
      width: auto; } }
  @media (min-width: 1007px) {
    .mw-gallery {
      padding: 30px 68px; } }

.mw-gallery-header {
  border-bottom: 1px solid #CCC;
  font-size: 1.2em;
  margin: -8px -32px 30px; }

.mw-gallery .jcarousel {
  height: 176px;
  width: 166px; }
  @media (min-width: 480px) {
    .mw-gallery .jcarousel {
      width: 317px; } }
  @media (min-width: 760px) {
    .mw-gallery .jcarousel {
      width: 100%; } }

.mw-gallery.has-title .jcarousel-control {
  top: 135px; }

.category-carousel-post-image {
  height: 90px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 136px; }

.category-carousel-category-name {
  font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .category-carousel-category-name a,
  .category-carousel-category-name a:visited {
    color: #999; }

.category-carousel-post-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px; }
  .category-carousel-post-title a,
  .category-carousel-post-title a:visited {
    color: #000; }

.mw-posttype-loop .entry-title {
  font-size: 14px;
  line-height: 19.6px;
  margin-top: 3px; }
.mw-posttype-loop .widget-content-list li:first-child {
  margin: .4em 0 0;
  padding-top: 2px; }
.mw-posttype-loop .entry-meta {
  font-size: 11px;
  line-height: 17.91px;
  margin-bottom: 3px; }

.cfct-module.mw-standard-text .entry-title {
  font-size: 18px;
  line-height: 22px; }
.cfct-module.mw-standard-text .entry-content {
  font-size: 14px;
  line-height: 18px; }

.entry-content ul.cfct-module-loop {
  list-style-type: none;
  padding-left: 0; }
  .entry-content ul.cfct-module-loop li {
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px; }

.merryn-comment-count {
  padding-left: 30px; }

.mw-merryns_blog-loop .widget-header .icon,
.merryns .widget-header .icon {
  background-position: -245px -100px; }

.mw-external_reference-loop .widget-header .icon {
  background-position: -70px -100px; }

.mw-feature-callout .author-link,
.mw-feature-loop .author-link {
  margin-right: 8px; }
.mw-feature-callout .category-name,
.mw-feature-loop .category-name {
  margin-bottom: 5px; }
.mw-feature-callout .cfct-mod-title,
.mw-feature-loop .cfct-mod-title {
  font-size: 18px;
  line-height: 22px;
  margin-top: 0; }
.mw-feature-callout .cfct-mod-content,
.mw-feature-loop .cfct-mod-content {
  line-height: 18px; }
.mw-feature-callout.mw-large-text .cfct-mod-content,
.mw-feature-loop.mw-large-text .cfct-mod-content {
  font-size: 16px;
  line-height: 25.59px; }
.mw-feature-callout.mw-large-text .cfct-mod-title,
.mw-feature-loop.mw-large-text .cfct-mod-title {
  font-size: 20px;
  line-height: 24px; }
.mw-feature-callout .entry-meta,
.mw-feature-loop .entry-meta {
  margin-top: 10px; }
.mw-feature-callout img,
.mw-feature-loop img {
  float: left;
  margin-right: 15px; }
.mw-feature-callout .mw-feature-image-float-left img,
.mw-feature-loop .mw-feature-image-float-left img {
  float: left;
  margin-left: 0;
  margin-right: 15px; }
.mw-feature-callout .mw-feature-image-right img,
.mw-feature-callout .mw-feature-image-float-right img,
.mw-feature-loop .mw-feature-image-right img,
.mw-feature-loop .mw-feature-image-float-right img {
  float: right;
  margin-left: 15px;
  margin-right: 0px; }
.mw-feature-callout .mw-feature-image-center img,
.mw-feature-loop .mw-feature-image-center img {
  float: none;
  margin-left: 0px; }
.mw-feature-callout .mw-feature-image-center .mw-feature-image,
.mw-feature-loop .mw-feature-image-center .mw-feature-image {
  display: block;
  text-align: center; }
.mw-feature-callout .mw-feature-image-left .cfct-mod-content,
.mw-feature-callout .mw-feature-image-right .cfct-mod-content,
.mw-feature-callout .mw-feature-image-center .cfct-mod-content,
.mw-feature-loop .mw-feature-image-left .cfct-mod-content,
.mw-feature-loop .mw-feature-image-right .cfct-mod-content,
.mw-feature-loop .mw-feature-image-center .cfct-mod-content {
  clear: both;
  padding-top: 12px; }
.mw-feature-callout .mw-feature-loop-post,
.mw-feature-loop .mw-feature-loop-post {
  margin-bottom: 10px; }
.mw-feature-callout ul,
.mw-feature-loop ul {
  float: left;
  line-height: 1.5em; }

/**
 * Build default Callout module
 */
.cfct-callout {
  clear: both; }
  .cfct-callout .cfct-header-small {
    font-size: 13px; }
  .cfct-callout .cfct-header-large {
    font-size: 28px; }
  .cfct-callout .cfct-content-small {
    font-size: 11px; }
  .cfct-callout .cfct-content-large {
    font-size: 16px; }
  .cfct-callout img.cfct-mod-image {
    margin-bottom: 4px;
    display: block; }
  .cfct-callout img.cfct-image-left {
    float: left;
    margin: 2px 10px 10px 0; }
  .cfct-callout img.cfct-image-right {
    float: right;
    margin: 2px 0 10px 10px; }
  .cfct-callout img.cfct-image-center {
    margin: 0 auto 4px; }

.category-name {
  color: #999;
  font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: uppercase; }

.category-name a,
.category-name a:visited {
  color: #999; }

.cfct-mod-related-links {
  font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif; }

.cfct-pullquote {
  padding: 0;
  margin: 0; }
  .cfct-pullquote blockquote {
    margin-top: 0; }
  @media (min-width: 760px) {
    .cfct-pullquote {
      padding: inherit; } }

.cfct-notice {
  background: #FAEAEA;
  font-weight: bold;
  padding: 10px 20px; }
  .cfct-notice p {
    margin-bottom: 0; }

.register-info {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }

.afps-register-form {
  background: #f3f3f3;
  padding: 30px 30px 0; }
  .afps-register-form p {
    padding-bottom: 20px; }
  .afps-register-form label {
    display: block;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    padding-bottom: 4px; }
  .afps-register-form input {
    width: 312px;
    height: 30px; }
    @media (min-width: 760px) {
      .afps-register-form input {
        width: 100%; } }
  .afps-register-form p.submit {
    padding-top: 4px; }
  .afps-register-form p.submit input {
    margin-top: 10px;
    height: 30px;
    width: 120px; }

#masthead {
  margin-bottom: 20px; }

.ad-leaderboard {
  display: none;
  margin: 0; }
  @media (min-width: 760px) {
    .ad-leaderboard {
      display: block;
      width: 728px; } }

.ad-headerbutton + .ad-leaderboard {
  width: 728px; }

.ad-headerbutton {
  display: none;
  width: 262px;
  height: 90px;
  float: right;
  margin-top: 8px; }
  @media (min-width: 1007px) {
    .ad-headerbutton {
      display: block; } }

.ad-logo-right {
  display: none;
  width: 264px;
  height: 77px;
  vertical-align: bottom;
  position: relative;
  top: 9px;
  font-family: 'Times New Roman', Times, sans-serif;
  font-weight: bold; }
  .ad-logo-right a {
    color: #000;
    text-decoration: none; }
    .ad-logo-right a img {
      border: none;
      margin-right: 8px; }
  .ad-logo-right em {
    display: block;
    font-style: normal;
    color: #00f;
    text-decoration: underline;
    margin-top: 5px; }
  .ad-logo-right img {
    float: left; }
  @media (min-width: 760px) {
    .ad-logo-right {
      display: inline-block;
      width: 225px;
      height: 68px;
      font-size: 85%;
      line-height: 105%;
      margin-left: 35px; }
      .ad-logo-right em {
        margin-top: 7px; }
      .ad-logo-right img {
        height: 68px;
        width: 113px; } }
  @media (min-width: 1007px) {
    .ad-logo-right {
      width: 262px;
      height: 90px;
      font-size: 110%;
      line-height: 115%;
      margin-left: 70px; }
      .ad-logo-right img {
        height: 90px;
        width: 151px; } }

#nav-aux {
  border-bottom: 1px solid #ccc;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 8px 0; }
  #nav-aux nav {
    z-index: 100;
    text-align: center; }
    #nav-aux nav li {
      background: url("../img/dot-separator.png?ver=0.33") no-repeat 100% 50%;
      display: inline-block;
      padding: 4px 12px 0 8px;
      text-align: left; }
      #nav-aux nav li:last-child {
        background: none; }
      @media (min-width: 760px) {
        #nav-aux nav li {
          float: left; } }

#user-account {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 5px;
  line-height: 1.25em; }
  @media (min-width: 760px) {
    #user-account {
      display: inline-block;
      clear: none;
      float: right;
      text-align: right;
      margin-top: 0; } }

.login-out-link a,
.login-link,
.subscriber-link a {
  display: inline-block;
  margin-left: 10px;
  background: #ddd;
  border: 1px solid #ddd;
  padding: 6px 8px 6px 8px;
  position: relative;
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box; }
  .login-out-link a:after,
  .login-link:after,
  .subscriber-link a:after {
    color: #fff;
    height: 25px;
    font-family: "FontAwesome";
    font-size: 14px;
    right: 12px;
    position: absolute;
    top: 8px;
    text-align: right;
    width: 30px; }
  .login-out-link a:hover,
  .login-link:hover,
  .subscriber-link a:hover {
    background: #e0ebfd;
    text-decoration: none; }
  .login-out-link a .fa,
  .login-link .fa,
  .subscriber-link a .fa {
    font-size: 1.2em; }

.on .login-link {
  -moz-border-radius: 3px 3px 0 0;
  /* FF1+ */
  -webkit-border-radius: 3px 3px 0 0;
  /* Saf3+, Chrome */
  border-radius: 3px 3px 0 0;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box; }
  .on .login-link:hover {
    background: #ddd; }

#masthead .grid {
  position: relative; }

.search-header {
  display: none; }
  @media (min-width: 1007px) {
    .search-header {
      color: #333;
      display: inline-block;
      float: right;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 0.9em;
      font-weight: bold;
      margin-top: 24px;
      position: relative;
      width: 240px; } }

#nav-search {
  background: #ffffff;
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  bottom: -66px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  color: #b4b4b4;
  display: none;
  height: 27px;
  line-height: 25px;
  margin-bottom: 14px;
  padding: 0;
  position: absolute;
  right: 54px;
  width: 240px; }
  @media (min-width: 760px) {
    #nav-search {
      display: block;
      right: 20px;
      bottom: -12px; } }
  #nav-search input {
    border: none;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    outline: none;
    padding-left: 12px;
    vertical-align: bottom;
    width: 200px; }

#nav-search-mobile {
  background: #2967cd;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  color: #b4b4b4;
  display: none;
  height: auto;
  padding: 10px 0;
  text-align: right;
  width: 100%;
  position: relative; }
  @media (min-width: 760px) {
    #nav-search-mobile {
      display: none; } }
  #nav-search-mobile #search-input {
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 0 10px 0 0;
    outline: none;
    padding-left: 8px;
    width: 250px;
    vertical-align: baseline; }

#nav-search-mobile.on {
  display: block; }

#search-submit-button {
  float: right;
  display: inline-block; }

button#search-submit,
input[type="submit"]#search-submit {
  background: #dadada;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 0;
  color: #fff;
  font-family: "FontAwesome" !important;
  font-size: 0.80em !important;
  float: right;
  outline: none;
  border: none;
  height: 27px;
  padding: 6px !important;
  width: 36px;
  margin-right: 0;
  border-right: 1px solid #dadada;
  display: none;
  position: relative;
  vertical-align: bottom !important; }
  button#search-submit:hover,
  input[type="submit"]#search-submit:hover {
    background: #e0ebfd;
    border-right: 1px solid #e0ebfd; }
  @media (min-width: 760px) {
    button#search-submit,
    input[type="submit"]#search-submit {
      display: block; } }

.ie8 button#search-submit {
  height: 28px;
  margin-top: 0; }

#nav-search:focus {
  background: #f2f2f2;
  color: #333333; }

.form-container h2 {
  text-shadow: #fdf2e4 0 1px 0;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: center; }

.form-title {
  margin-bottom: 10px;
  color: #725129;
  text-shadow: #fdf2e4 0 1px 0; }

#nav-login-mobile {
  background: #2967cd;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  color: #b4b4b4;
  display: none;
  height: auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: relative; }
  @media (min-width: 760px) {
    #nav-login-mobile {
      display: none; } }
  #nav-login-mobile .login-mobile-input {
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 12px;
    line-height: normal;
    margin: 3px auto;
    outline: none;
    padding: 0;
    vertical-align: baseline; }
    #nav-login-mobile .login-mobile-input p {
      color: #fff;
      margin: 0; }
      #nav-login-mobile .login-mobile-input p a {
        color: #fff; }
      #nav-login-mobile .login-mobile-input p label {
        color: #fff; }
  #nav-login-mobile .login-mobile-submit {
    background: #e0ebfd;
    font-size: 12px;
    width: 20%;
    padding: 5px;
    border: none; }

#nav-login-mobile.on {
  display: block; }

.nav-arrow {
  position: relative;
  bottom: -3px; }

.main-small-navigation {
  display: none; }
  .main-small-navigation .submenu {
    background: #4e83dc; }
    .main-small-navigation .submenu a {
      padding: 6px 0; }
  .main-small-navigation .login-link {
    background: #4e83dc;
    margin-left: 0px !important;
    width: 20% !important;
    line-height: 20px !important;
    padding: 6px; }
  @media (min-width: 760px) {
    .main-small-navigation {
      display: block; } }
  @media (min-width: 1007px) {
    .main-small-navigation {
      display: block; } }

.main-small-navigation.on {
  display: block; }

#nav-main {
  background-color: #e0ebfd;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 9px;
  zoom: 1; }
  #nav-main li a {
    color: #333;
    line-height: 17px;
    text-transform: capitalize; }
    @media (min-width: 1007px) {
      #nav-main li a {
        line-height: 41.59375px; } }
    #nav-main li a:hover {
      color: #333; }

@media only screen and (max-width: 759px) {
  #nav-main {
    margin-top: 0px; } }
@media (min-width: 760px) {
  a.main-nav-top-li {
    font-size: 12px; } }
@media (min-width: 1007px) {
  a.main-nav-top-li {
    font-size: 16px; } }

@media (min-width: 760px) {
  .ie8 a.main-nav-top-li {
    font-size: 11px; } }
@media (min-width: 1007px) {
  .ie8 a.main-nav-top-li {
    font-size: 16px; } }

#mobile-navigation {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  clear: both;
  height: 24px;
  position: relative;
  background: #2967cd;
  width: 100%;
  color: #fff;
  top: 0;
  box-sizing: border-box;
  min-height: 60px;
  z-index: 99999; }
  @media (min-width: 760px) {
    #mobile-navigation {
      display: none; } }

@media only screen and (max-width: 759px) {
  #mobile-navigation {
    background: #2e3192;
    position: relative; }

  .main-small-navigation {
    position: relative !important;
    background: #e0ebfd;
    color: #333;
    width: 100%;
    padding: 20px;
    z-index: 9998; }
    .main-small-navigation a {
      color: #333 !important;
      width: 100%;
      padding: 10px 0;
      display: block; }
      .main-small-navigation a:hover {
        color: #2967cd !important;
        background: #fff !important; }

  #masthead {
    margin-top: 0px; } }
#mobile-nav, #mobile-search {
  float: left;
  text-align: left;
  color: #fff;
  padding: 6px 10px 4px;
  width: 14%;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 1.2em !important; }

#mobile-logo {
  float: left;
  color: #fff;
  width: 44%;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  padding: 6px 10px 4px; }

#mobile-login, #mobile-logout, #mobile-menu-empty, #mobile-cog {
  float: right;
  text-align: right;
  color: #fff;
  padding: 6px 10px 4px;
  width: 14%;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 1.2em !important; }

#mobile-cog a, #mobile-logout a {
  color: #fff !important;
  text-decoration: none; }

/* @media screen and (max-width: 782px) {
  html #wpadminbar {
	display: none;
  }
  html {
	margin-top: 0!important;
  }
}*/
.menu.on {
  text-indent: 10px; }

#nav-main ul {
  position: relative; }

.no-js #nav-main li:hover a,
#nav-main li.active a,
#nav-main li a.on {
  z-index: 100; }
  @media (min-width: 760px) {
    .no-js #nav-main li:hover a,
    #nav-main li.active a,
    #nav-main li a.on {
      color: #fff; } }

#nav-main .submenu {
  display: none;
  padding: 10px 0 0 0;
  z-index: 100; }
  #nav-main .submenu h2 {
    color: #e0ebfd;
    display: none;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 10px 12px 0;
    text-transform: uppercase; }
  #nav-main .submenu ul {
    list-style: none;
    margin-left: 10px; }
    #nav-main .submenu ul li {
      color: #fff;
      display: block;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 14px;
      margin: 0 auto 10px auto;
      padding: 0;
      width: 100%; }
      #nav-main .submenu ul li a {
        line-height: 18px;
        padding: 0; }
        #nav-main .submenu ul li a:hover {
          text-decoration: underline; }
  @media (min-width: 760px) {
    #nav-main .submenu {
      background: #072aa5;
      left: 0;
      margin-top: -10px;
      padding: 20px 0 20px 20px;
      position: absolute;
      top: 41.44px;
      width: 720px;
      z-index: 100; }
      #nav-main .submenu h2 {
        display: block; }
      #nav-main .submenu ul {
        margin: 0 20px 0 0;
        min-height: 260px; }
        #nav-main .submenu ul a {
          color: #fff; } }
  @media (min-width: 1007px) {
    #nav-main .submenu {
      margin-top: 0;
      width: 987px; }
      #nav-main .submenu h2 {
        margin-bottom: 20px;
        padding: 0 20px 0 0; } }

@media (min-width: 760px) {
  .submenu .c6-34 {
    border-right: 1px solid #2967cd;
    border-left: 1px solid #2967cd;
    padding-left: 16px; } }

@media (min-width: 1007px) {
  .submenu .c6-34,
  .submenu .c6-56 {
    margin-left: 16px; } }

.submenu-text {
  line-height: 17.5px; }

.submenu-34 img {
  float: left;
  margin-right: 12px;
  vertical-align: top; }

.submenu-34 li {
  margin-bottom: 5px; }

.submenu-34,
.submenu-56 {
  display: none; }
  @media (min-width: 760px) {
    .submenu-34,
    .submenu-56 {
      display: block; } }

ul.breadcrumb {
  padding: 0;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  margin: 0 0 18px;
  display: block; }
  ul.breadcrumb a {
    color: #666; }
    ul.breadcrumb a:active, ul.breadcrumb a:hover {
      color: #2967cd; }

.breadcrumb li:after {
  content: ">";
  color: #999;
  font-weight: 700;
  padding: 5px 1px 5px 7px; }
.breadcrumb li:last-of-type::after {
  content: none; }
.breadcrumb li:first-child a {
  color: #2967CD; }

.login_status {
  background-color: #e1f0d9;
  border: 1px solid #16a813; }
  .login_status img {
    margin-right: 8px; }

.message.email {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 10px; }

.frm-last {
  display: block; }

#user-controls {
  clear: both;
  position: relative;
  display: block;
  margin: 0 auto; }
  #user-controls .login-out-link {
    display: block; }
    #user-controls .login-out-link a {
      display: inline-block;
      margin-top: 2px; }
  #user-controls input[type="text"],
  #user-controls input[type="password"] {
    height: 22px;
    border: 1px solid #DADADA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block; }
    #user-controls input[type="text"].disabled,
    #user-controls input[type="password"].disabled {
      background-color: #f3f3f3;
      color: #999; }
  #user-controls input[type="submit"] {
    -moz-border-radius: 3px;
    /* FF1+ */
    -webkit-border-radius: 3px;
    /* Saf3+, Chrome */
    border-radius: 3px;
    /* Standard. IE9 */
    /**
     * @bugfix border-radius background bleed
     * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
     */
    -webkit-background-clip: padding-box;
    background-color: #183c78;
    background: -moz-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2967cd), color-stop(100%, #183c78));
    background: -webkit-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: -o-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: -ms-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: linear-gradient(to bottom, #2967cd 0%, #183c78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
    border: 0;
    color: #fff !important;
    display: inline-block;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 13px;
    padding: 3px 12px 4px 12px;
    height: 20px;
    display: none; }
    #user-controls input[type="submit"]:hover {
      background-color: #143263;
      background: -moz-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #255cb8), color-stop(100%, #143263));
      background: -webkit-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: -o-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: -ms-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: linear-gradient(to bottom, #255cb8 0%, #143263 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
      text-decoration: none; }
    #user-controls input[type="submit"].disabled {
      background-color: #e6e6e6;
      background: -moz-linear-gradient(top, #b3b3b3 0%, #e6e6e6 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b3b3), color-stop(100%, #e6e6e6));
      background: -webkit-linear-gradient(top, #b3b3b3 0%, #e6e6e6 100%);
      background: -o-linear-gradient(top, #b3b3b3 0%, #e6e6e6 100%);
      background: -ms-linear-gradient(top, #b3b3b3 0%, #e6e6e6 100%);
      background: linear-gradient(to bottom, #b3b3b3 0%, #e6e6e6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
      color: #f2f2f2 !important; }
    @media (min-width: 760px) {
      #user-controls input[type="submit"] {
        display: inline-block; } }
  #user-controls.on {
    opacity: 1; }
    #user-controls.on form {
      line-height: 30px;
      background: #ddd;
      display: block;
      padding: 14px;
      position: absolute;
      right: 50%;
      margin-right: -119px;
      width: 200px;
      z-index: 10;
      -moz-border-radius: 3px;
      /* FF1+ */
      -webkit-border-radius: 3px;
      /* Saf3+, Chrome */
      border-radius: 3px;
      /* Standard. IE9 */
      /**
       * @bugfix border-radius background bleed
       * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
       */
      -webkit-background-clip: padding-box; }
      #user-controls.on form button,
      #user-controls.on form input {
        font-size: 16px;
        line-height: 13px;
        width: 100%;
        display: block;
        height: 26px;
        margin: 4px 0;
        vertical-align: baseline; }
        @media (min-width: 760px) {
          #user-controls.on form button,
          #user-controls.on form input {
            display: inline-block;
            font-size: inherit;
            font-size: 14px;
            height: 22px;
            margin-left: 4px;
            width: 115px;
            line-height: 16px; }
            #user-controls.on form button#header-log,
            #user-controls.on form input#header-log {
              margin-left: 0; } }
      @media (min-width: 760px) {
        #user-controls.on form button,
        #user-controls.on form input[type="text"],
        #user-controls.on form input[type="password"] {
          height: 23px; } }
      #user-controls.on form button {
        float: right;
        width: 80px;
        margin: 5px 0 0 5px; }
      @media (min-width: 760px) {
        #user-controls.on form {
          float: right;
          right: 0;
          margin-right: 0;
          -moz-border-radius: 3px 0 3px 3px;
          /* FF1+ */
          -webkit-border-radius: 3px 0 3px 3px;
          /* Saf3+, Chrome */
          border-radius: 3px 0 3px 3px;
          /* Standard. IE9 */
          /**
           * @bugfix border-radius background bleed
           * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
           */
          -webkit-background-clip: padding-box;
          width: 362px; } }
  #user-controls .forgot-pwd {
    display: block;
    line-height: 10px;
    font-size: 11px;
    text-align: left;
    margin-top: 10px; }
    @media (min-width: 760px) {
      #user-controls .forgot-pwd {
        margin-top: 0; } }

#header_login {
  display: none;
  z-index: 999 !important;
  border: 2px solid gray;
  -background: #ffffff !important;
  /* Old browsers */
  -background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important;
  /* FF3.6+ */
  -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)) !important;
  /* Chrome,Safari4+ */
  -background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important;
  /* Chrome10+,Safari5.1+ */
  -background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important;
  /* Opera 11.10+ */
  -background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important;
  /* IE10+ */
  -background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important;
  /* W3C */
  -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ) !important;
  /* IE6-9 */ }

.menu-hot-topics-container ul {
  list-style-type: none; }
  .menu-hot-topics-container ul li {
    display: inline;
    margin-right: 15px;
    padding: 2px; }

#menu-popular-topics li:first-child {
  background-color: #d00606;
  background-image: url("../img/hottopics.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  color: #fff; }

.subscriber-link .fa {
  color: white; }

.subscribex {
  display: none; }

#wpadminbar img {
  max-width: none; }

#masthead .social-links {
  display: none; }

@media only screen and (max-width: 759px) {
  #masthead #user-controls, #masthead-logo, #masthead #nav-aux, .menu-hot-topics-container {
    display: none !important; } }
@media only screen and (max-width: 1006px) {
  #masthead-logo img {
    width: 175px; }

  #menu-popular-topics {
    display: none; } }
@media only screen and (min-width: 760px) {
  .ad-leaderboard {
    width: 100% !important;
    text-align: center !important;
    height: 256px !important;
    margin: 8px 0px 10px 0px; }

  #nav-main {
    height: 30px;
    padding: 0 10px; }
    #nav-main ul,
    #nav-main li,
    #nav-main a {
      display: block;
      float: left; }
    #nav-main ul {
      padding: 0; }
    #nav-main li a {
      padding: 0 7px;
      text-decoration: none;
      line-height: 30.59375px; }
    #nav-main .submenu {
      margin-left: -10px;
      top: 30.44px; }

  .ie8 #nav-main li a {
    padding: 0 7px; }

  .no-js #nav-main li:hover,
  #nav-main li.active {
    background-color: #072aa5;
    color: #fff;
    text-decoration: none; }
    .no-js #nav-main li:hover a,
    #nav-main li.active a {
      color: #fff; }

  .no-js #nav-main li:hover > .submenu {
    display: block; }

  #nav-search {
    display: block;
    right: 1px;
    bottom: 3px; }

  #nav-aux {
    border: none;
    margin: 0;
    padding-bottom: 0 !important;
    padding: 4px 0; }

  #user-account {
    width: 208px !important;
    padding-top: 5px; }

  .subscribex {
    padding: 0;
    float: right;
    display: block;
    background-image: url("../img/sprite.png") !important;
    background-position-x: 0px !important;
    padding-left: 34px;
    background-position-y: 14px !important;
    text-decoration: none; }

  #user-controls.on form {
    margin-top: 18px; }

  #masthead-logo img {
    max-height: 66px; }

  .ad-logo-right {
    width: 264px;
    height: 77px;
    font-size: 110%;
    line-height: 115%;
    margin-left: 70px;
    margin-bottom: -3px;
    margin-top: -9px; }
    .ad-logo-right #div-gpt-ad-1445440062641-0 > div {
      width: 264px !important;
      height: 77px !important; }
      .ad-logo-right #div-gpt-ad-1445440062641-0 > div iframe {
        width: 264px !important;
        height: 77px !important; }
    .ad-logo-right img {
      height: auto !important;
      width: auto !important; }
    .ad-logo-right iframe {
      height: 74px; }

  .login-link {
    background-color: #2967CD !important;
    color: #FFF;
    text-decoration: none;
    padding: 0px 11px;
    line-height: 22px;
    margin-top: -4px;
    width: auto !important;
    border: none !important;
    float: right; }

  .login-link:hover {
    text-decoration: none !important;
    color: white;
    background-color: #D4232B !important; }

  .subscriber-link a, .login-out-link a {
    background-position-x: -381px !important; }

  .login-out-link a {
    background-position-y: 15px !important; }

  .subscriber-link a {
    width: 121px;
    display: block; }
  .subscriber-link :before {
    font-family: fontAwesome;
    padding-right: 5px;
    content: ""; }

  .login-out-link a {
    width: 65px; }
  .login-out-link :before {
    font-family: fontAwesome;
    padding-right: 5px;
    content: ""; }

  .login-out-link a:hover, .subscriber-link a:hover {
    text-decoration: underline !important; }

  .login-out-link a, .subscriber-link a {
    background-color: #FFF !important;
    border: none !important;
    padding: 0;
    float: right; }

  .login-link:after {
    content: initial !important; }

  .login-out-link a:after, .subscriber-link a:after {
    color: #808080;
    content: none;
    height: 25px;
    font-family: "FontAwesome";
    font-size: 14px;
    right: 12px;
    position: absolute;
    top: 1px;
    text-align: right;
    width: 1px; } }
@media only screen and (min-width: 1007px) {
  #masthead-logo {
    display: inline-block;
    padding-top: 5px;
    margin-top: -5px; }

  #masthead .social-links {
    display: block;
    position: absolute;
    bottom: 1px;
    right: 280px; }

  #nav-main li a {
    padding: 0 12px; } }
/* Changes for ipad */
@media only screen and (min-width: 760px) and (max-width: 1006px) {
  #nav-aux nav li {
    padding: 4px 7px 0 2px; } }
.menu-hot-topics-container ul {
  list-style-type: none; }
  .menu-hot-topics-container ul li {
    display: inline;
    margin-right: 15px;
    padding: 2px; }

#menu-popular-topics li:first-child {
  background-color: #d00606;
  background-image: url("../img/hottopics.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  color: #fff; }

#menu-popular-topics li {
  display: inline;
  list-style-type: none;
  padding: 2px 5px;
  margin-right: 15px;
  font-size: 0.95em; }

@media (max-width: 767px) {
  #menu-popular-topics {
    display: none; } }
#menu-popular-topics li:first-child {
  background-color: #d00606;
  background-image: url("../img/hottopics.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  color: #fff; }

#moving-publications-alert {
  clear: both;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin: 0px 20px 20px 20px;
  border: 1px solid #8a6d3b;
  border-radius: 4px; }
  #moving-publications-alert p {
    margin-top: 5px; }
    #moving-publications-alert p:last-child {
      margin-bottom: 5px; }
  #moving-publications-alert a {
    color: #8a6d3b;
    text-decoration: underline; }
  #moving-publications-alert .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-decoration: none; }
    #moving-publications-alert .close:hover {
      filter: alpha(opacity=50);
      opacity: .5;
      transition: opacity .15s linear; }

@media (max-width: 759px) {
  #moving-publications-alert {
    margin: 0px 10px 20px 10px; } }
/* MWR_Banner CSS */
/* Slider */
#MWR_banner {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
  float: left; }
  #MWR_banner img, #MWR_banner a {
    display: inline-block; }
  #MWR_banner .carousel {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative; }
    #MWR_banner .carousel .owl-stage-outer {
      margin-left: 40px; }
      #MWR_banner .carousel .owl-stage-outer .owl-item {
        float: left; }
        #MWR_banner .carousel .owl-stage-outer .owl-item div {
          float: left;
          width: 96%;
          margin: 0 2%; }
    #MWR_banner .carousel .owl-controls .owl-nav div {
      position: absolute;
      top: 0;
      width: 40px;
      height: 100%;
      background: url("/wp-content/themes/moneyweek/assets/img/MW_Owl_nav.png") no-repeat center center;
      background-color: white;
      display: block !important;
      text-indent: -9999px;
      cursor: pointer; }
      #MWR_banner .carousel .owl-controls .owl-nav div.owl-prev {
        left: 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      #MWR_banner .carousel .owl-controls .owl-nav div.owl-next {
        right: 0;
        box-shadow: 0 0 5px #000; }
    #MWR_banner .carousel .owl-controls .owl-dots {
      display: none !important; }

@media only screen and (max-width: 760px) {
  .carousel .owl-stage-outer {
    margin-left: 0 !important; }

  .carousel .owl-item div {
    text-align: center; } }
/* MWR_Banner CSS */
/* Slider */
#MWR_banner {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
  float: left; }
  #MWR_banner img, #MWR_banner a {
    display: inline-block; }
  #MWR_banner .carousel {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative; }
    #MWR_banner .carousel .owl-stage-outer {
      margin-left: 40px; }
      #MWR_banner .carousel .owl-stage-outer .owl-item {
        float: left; }
        #MWR_banner .carousel .owl-stage-outer .owl-item div {
          float: left;
          width: 96%;
          margin: 0 2%; }
    #MWR_banner .carousel .owl-controls .owl-nav div {
      position: absolute;
      top: 0;
      width: 40px;
      height: 100%;
      background: url("/wp-content/themes/moneyweek/assets/img/MW_Owl_nav.png") no-repeat center center;
      background-color: white;
      display: block !important;
      text-indent: -9999px;
      cursor: pointer; }
      #MWR_banner .carousel .owl-controls .owl-nav div.owl-prev {
        left: 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      #MWR_banner .carousel .owl-controls .owl-nav div.owl-next {
        right: 0;
        box-shadow: 0 0 5px #000; }
    #MWR_banner .carousel .owl-controls .owl-dots {
      display: none !important; }

@media only screen and (max-width: 760px) {
  .carousel .owl-stage-outer {
    margin-left: 0 !important; }

  .carousel .owl-item div {
    text-align: center; } }
.useful-links {
  font-size: 13px;
  line-height: 18.19px;
  font-size: 13px;
  margin-bottom: 30px;
  /* 	2 columns on small screens  -------------------------------------------- */ }
  .useful-links h3 {
    font-size: 14px;
    line-height: 18.6px;
    margin-bottom: 0; }
  .useful-links img {
    margin-bottom: 8px; }
  .useful-links .c6-1, .useful-links .c6-3, .useful-links .c6-5 {
    float: left; }
  .useful-links .c6-2, .useful-links .c6-4, .useful-links .c6-6 {
    float: right; }
  .useful-links [class^="c6-"] {
    margin-top: 12px;
    width: 49%;
    height: 260px; }
    @media (min-width: 760px) {
      .useful-links [class^="c6-"] {
        float: left;
        margin-left: 20px;
        width: 100px;
        min-height: auto;
        height: auto; } }
    @media (min-width: 1007px) {
      .useful-links [class^="c6-"] {
        margin-left: 30px;
        width: 136px; } }
  @media (min-width: 760px) {
    .useful-links .c6-1 {
      margin-left: 0; } }

#footer {
  background-color: #f4f2e7;
  font-size: 13px;
  margin-top: 10px;
  padding: 20px; }
  #footer .grid {
    padding-left: 0;
    padding-right: 0; }
  #footer nav {
    /* 	2 columns on small screens  -------------------------------------------- */
    /* 	End 2 columns styles  -------------------------------------------- */ }
    #footer nav [class^="c6-"] {
      margin-top: 12px;
      width: 49%; }
      @media (min-width: 760px) {
        #footer nav [class^="c6-"] {
          float: left;
          margin-left: 20px;
          margin-top: 0;
          width: 100px; } }
      @media (min-width: 1007px) {
        #footer nav [class^="c6-"] {
          margin-left: 30px;
          width: 136px; } }
    #footer nav .c6-1, #footer nav .c6-4, #footer nav .c6-6 {
      float: left; }
    #footer nav .c6-2, #footer nav .c6-3, #footer nav .c6-5 {
      float: right; }
      @media (min-width: 760px) {
        #footer nav .c6-2, #footer nav .c6-3, #footer nav .c6-5 {
          float: left; } }
    @media (min-width: 760px) {
      #footer nav .c6-1 {
        margin-left: 0; } }
    #footer nav .c6-3 {
      margin-top: 0; }
      #footer nav .c6-3 .invisible {
        display: none; }
        @media (min-width: 760px) {
          #footer nav .c6-3 .invisible {
            display: initial; } }
      #footer nav .c6-3 .menu li:first-child {
        margin-top: 0; }
        @media (min-width: 760px) {
          #footer nav .c6-3 .menu li:first-child {
            margin-top: 2px; } }
    #footer nav .c6-4 {
      width: 100%; }
      @media (min-width: 760px) {
        #footer nav .c6-4 {
          width: 100px; } }
      @media (min-width: 1007px) {
        #footer nav .c6-4 {
          width: 136px; } }
    #footer nav .c6-5 {
      float: right; }
      @media (min-width: 760px) {
        #footer nav .c6-5 {
          float: left; } }
    #footer nav ul {
      margin: 0; }
      #footer nav ul li {
        font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
        font-size: 12px;
        line-height: 14.39px;
        margin: 2px 0; }
  #footer hr {
    margin: 19.5px 0; }
  #footer h4 {
    font-size: 15px;
    margin-top: 0; }
  #footer p {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16.125px;
    margin-top: 12px; }
  #footer #cpd-logo {
    max-width: 136px;
    width: 100%; }

.social-links a {
  background: transparent url("../img/sprite.png?ver=0.33") 0 0 no-repeat;
  display: inline-block;
  margin-right: 8px;
  height: 30px;
  width: 30px; }
.social-links .sl-facebook {
  background-position: 0 -50px; }
.social-links .sl-youtube {
  background-position: -30px -50px; }
.social-links .sl-twitter {
  background-position: -60px -50px; }
.social-links .sl-linkedin {
  background-position: -90px -50px; }
.social-links .sl-google {
  background-position: -120px -50px; }

body p {
  margin-bottom: 15px; }

.featured-article-1 p {
  margin-bottom: 0; }

.entry-body {
  border-top: 4px solid #2967cd;
  padding-top: 10px; }
  .entry-body .entry-title {
    margin: 0 0 10px; }
  .entry-body p {
    margin-bottom: 15px; }

figcaption {
  background: #333;
  color: #fff;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 10px; }

.entry-sidebar {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px; }
  .entry-sidebar a {
    color: #999; }
    .entry-sidebar a:hover {
      color: #2967cd; }
  .entry-sidebar span {
    color: #333; }

.entry-meta,
.header-meta {
  color: #444;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 11px;
  font-size: 12px;
  line-height: 20px;
  margin: 1px 0 0 0;
  padding: 0; }
  .entry-meta img,
  .header-meta img {
    float: left;
    margin: 3px 10px 0 0; }
  .entry-meta img.avatar,
  .header-meta img.avatar {
    max-height: 70px; }
  .entry-meta img + div,
  .header-meta img + div {
    margin-left: 55px; }

.header-meta {
  margin-bottom: 10px; }

article div > div.entry-meta.clearfix .meta-comment, article #news-charts-container div > div.entry-meta.ui-tabs-nav .meta-comment, #news-charts-container article div > div.entry-meta.ui-tabs-nav .meta-comment, article #news-charts-indices div > div.entry-meta.ui-tabs-nav .meta-comment, #news-charts-indices article div > div.entry-meta.ui-tabs-nav .meta-comment,
article #news-charts-commodities div > div.entry-meta.ui-tabs-nav .meta-comment,
#news-charts-commodities article div > div.entry-meta.ui-tabs-nav .meta-comment,
article #news-charts-currencies div > div.entry-meta.ui-tabs-nav .meta-comment,
#news-charts-currencies article div > div.entry-meta.ui-tabs-nav .meta-comment,
article #news-charts-companies div > div.entry-meta.ui-tabs-nav .meta-comment,
#news-charts-companies article div > div.entry-meta.ui-tabs-nav .meta-comment,
article div > div.entry-meta.ui-tabs-nav .meta-comment {
  float: left !important; }
article div > div.entry-meta.clearfix > div > time, article #news-charts-container div > div.entry-meta.ui-tabs-nav > div > time, #news-charts-container article div > div.entry-meta.ui-tabs-nav > div > time, article #news-charts-indices div > div.entry-meta.ui-tabs-nav > div > time, #news-charts-indices article div > div.entry-meta.ui-tabs-nav > div > time,
article #news-charts-commodities div > div.entry-meta.ui-tabs-nav > div > time,
#news-charts-commodities article div > div.entry-meta.ui-tabs-nav > div > time,
article #news-charts-currencies div > div.entry-meta.ui-tabs-nav > div > time,
#news-charts-currencies article div > div.entry-meta.ui-tabs-nav > div > time,
article #news-charts-companies div > div.entry-meta.ui-tabs-nav > div > time,
#news-charts-companies article div > div.entry-meta.ui-tabs-nav > div > time,
article div > div.entry-meta.ui-tabs-nav > div > time {
  display: block; }

.share {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  clear: both;
  margin: 15px 0;
  padding: 5px 0 0 0; }
  .share .addthis_button_facebook_like {
    width: 80px; }
    @media (min-width: 1007px) {
      .share .addthis_button_facebook_like {
        width: 100px; } }
  .share .addthis_button_tweet {
    width: 80px; }
    @media (min-width: 1007px) {
      .share .addthis_button_tweet {
        width: 100px; } }
  .share .addthis_button_google_plusone {
    clear: left;
    width: 60px; }
    @media (min-width: 760px) {
      .share .addthis_button_google_plusone {
        width: 60px; } }
    @media (min-width: 1007px) {
      .share .addthis_button_google_plusone {
        width: 80px; } }
    @media screen and (min-width: 370px) {
      .share .addthis_button_google_plusone {
        clear: none; } }
  .share .addthis_button_email {
    display: inline-block;
    margin: 2px 20px 0 0;
    font: bold 14px Helvetica, Arial, sans-serif; }
  .share .addthis_button_email span {
    margin-right: 6px; }
  .share .printfriendly {
    display: none; }
    @media (min-width: 760px) {
      .share .printfriendly {
        display: block; } }
    @media (min-width: 1007px) {
      .share .printfriendly {
        margin-left: 30px; } }

.mini-share {
  margin-top: 12px; }
  .mini-share .addthis_toolbox {
    float: right; }
  .mini-share .addthis_button_google_plusone_badge {
    margin-top: -3px; }

.title-label {
  color: #999;
  font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: uppercase; }

h2 span.title-label.archive-type-title {
  font-size: 0.6em; }

.icon {
  font-family: FontAwesome; }

.sidebar {
  background-color: #f4f2e7;
  border-top: 4px solid #2967cd;
  font-size: .9em;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 8px; }

.sidebar-title {
  font-size: 18px;
  margin: 0; }

.sidebar-header {
  min-height: 40px;
  padding: 14px 8px;
  position: relative; }
  .sidebar-header p {
    margin: 0; }

.sidebar-footer {
  color: #999;
  font-size: .8em;
  font-style: italic;
  padding: 10px 0 6px 0;
  text-align: center; }
  .sidebar-footer p {
    margin: 0; }
  .sidebar-footer a {
    color: #333; }

blockquote {
  margin: 10px 0 20px !important; }

.single-post .entry-content.p2,
.widget .entry-content.p2 {
  font-size: 14px;
  line-height: 18px; }

#page-view-counter {
  display: block; }
  #page-view-counter.hot {
    color: #f47512; }

#comments {
  margin-bottom: 20px; }

.comments {
  background-color: #f3f3f3;
  font-size: 14px;
  padding: 20px; }
  .comments .section-title {
    font-size: 20px;
    line-height: 25.73px;
    margin-top: 0; }
  .comments .subscribe, .comments .login {
    background: #ccc; }

.comments-link {
  float: right; }

.reply-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

.li-comment {
  margin: 0 0 20px 0;
  padding-left: 35px;
  position: relative; }
  .li-comment .comment-count {
    background: #2967cd;
    color: #fff;
    display: block;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 12px;
    left: 0;
    line-height: 22px;
    min-width: 18px;
    position: absolute;
    padding: 0 2px;
    text-align: center;
    top: 0; }
  .li-comment .reply-header {
    margin-top: 2px;
    font-size: 14px;
    line-height: 18.72px; }
  .li-comment .reply-footer {
    margin-top: 4px; }
  .li-comment .children {
    list-style-type: none;
    padding-left: 0; }
    .li-comment .children .li-comment {
      border-left: 4px solid #ccc;
      margin-top: 12px;
      padding-bottom: 4px; }

.comment p {
  margin-bottom: 14px; }

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  display: block; }

#commentform .comment-terms {
  font-size: 12px; }

.comment-form-comment-help {
  color: #666;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-top: -5px;
  padding-bottom: 12px; }

.comment-notes {
  color: #666;
  font-size: 12px; }

.reply-list {
  border-bottom: 1px solid #333;
  margin-bottom: 12px; }

#respond p {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  position: relative;
  margin: 8px 0; }
#respond label {
  font-size: 12px;
  font-weight: bold; }
#respond #reply-title {
  font-size: 16px;
  line-height: 16px;
  margin-top: 0; }
#respond .label-help {
  color: #666;
  display: block;
  font-size: .8em;
  font-style: italic;
  line-height: 1.4em;
  margin-bottom: 8px; }
#respond a {
  color: #2967cd; }
#respond .required {
  color: red;
  font-size: 14px;
  left: -10px;
  position: absolute;
  top: 1px; }
#respond input[type="text"] {
  min-width: 200px;
  width: 60%;
  height: 30px; }
#respond textarea {
  max-width: 600px;
  width: 96%; }
#respond input[type="submit"] {
  height: 30px;
  width: 160px; }

.form-allowed-tags {
  display: none; }

.subscribe, .login {
  background: #f3f3f3;
  padding: 10px; }
  @media (min-width: 760px) {
    .subscribe, .login {
      width: 400px; } }
  @media (min-width: 1007px) {
    .subscribe, .login {
      margin-bottom: 0;
      width: 267px;
      clear: both; } }

.subscription_required h3 {
  margin-top: 27px; }

.new-subscriber-button {
  margin-top: 6px; }

.already-registered {
  margin-bottom: 6px; }

.subscription-notice h3 {
  margin-top: 0; }
.subscription-notice i {
  font-style: normal; }
.subscription-notice .clear {
  clear: both; }
.subscription-notice .subscribe {
  margin-bottom: 20px; }
  @media (min-width: 1007px) {
    .subscription-notice .subscribe {
      float: left;
      margin-bottom: 0; } }
  .subscription-notice .subscribe a.subscribe-button {
    -moz-border-radius: 3px;
    /* FF1+ */
    -webkit-border-radius: 3px;
    /* Saf3+, Chrome */
    border-radius: 3px;
    /* Standard. IE9 */
    /**
     * @bugfix border-radius background bleed
     * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
     */
    -webkit-background-clip: padding-box;
    background-color: #183c78;
    background: -moz-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2967cd), color-stop(100%, #183c78));
    background: -webkit-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: -o-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: -ms-linear-gradient(top, #2967cd 0%, #183c78 100%);
    background: linear-gradient(to bottom, #2967cd 0%, #183c78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
    border: 0;
    color: #fff !important;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 12px 7px 12px; }
    .subscription-notice .subscribe a.subscribe-button:hover {
      background-color: #143263;
      background: -moz-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #255cb8), color-stop(100%, #143263));
      background: -webkit-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: -o-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: -ms-linear-gradient(top, #255cb8 0%, #143263 100%);
      background: linear-gradient(to bottom, #255cb8 0%, #143263 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
      text-decoration: none; }
.subscription-notice .login {
  font-family: Georgia, "Times New Roman", Times, serif; }
  .subscription-notice .login.sidebar {
    background: none;
    border-top: none;
    padding: 0;
    width: 100%; }
    .subscription-notice .login.sidebar .member_login {
      padding: 10px 0; }

.page-template-page-subscriber-landing-php .subscribe {
  display: none; }

.hfeed label.frm-opt {
  float: left;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal; }
.hfeed input[type="radio"] {
  float: left;
  margin: 0 7px 0 0;
  width: 15px !important; }

.large-intro-box {
  background: #f3f3f3;
  margin: 0 -20px 30px;
  padding: 16px 20px; }
  .large-intro-box .normalmpu, .large-intro-box .smallmpu {
    background-color: #f3f3f3; }

.archive-type-title {
  display: block;
  font-size: .429em; }

.archive-description {
  border-bottom: 1px solid #CCC; }

@media (min-width: 760px) {
  .error404 .page-content {
    margin: 0 auto;
    width: 66.66%; }
  .error404 h2,
  .error404 p {
    margin-bottom: 40px; } }
.error404 .useful-links {
  margin-top: 30px; }

.featured-article-1 .entry-title {
  font-size: 28px;
  line-height: 36.39px;
  margin: -9px auto 0px auto;
  padding: 0; }
  @media (min-width: 1007px) {
    .featured-article-1 .entry-title {
      margin: 0 auto; } }
.featured-article-1 .entry-content {
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 480px) {
    .featured-article-1 .entry-content {
      clear: both; } }
.featured-article-1 .featured-image {
  float: left;
  text-align: left;
  margin-bottom: 12px; }
  @media screen and (max-width: 480px) {
    .featured-article-1 .featured-image {
      margin: 0 auto;
      float: none;
      display: block;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .featured-article-1 .featured-image .wp-post-image {
      float: none;
      margin: 12px auto 0; } }
@media (min-width: 480px) {
  .featured-article-1 .featured-related-posts.has-thumbnail {
    clear: both;
    display: block; } }
@media (min-width: 1007px) {
  .featured-article-1 .featured-related-posts.has-thumbnail {
    display: inline-block;
    max-width: 298px; } }

.featured-article-2 .entry-title {
  line-height: 30px;
  font-size: 24px;
  padding-top: 0;
  margin: 0 auto 0; }
  @media (min-width: 760px) {
    .featured-article-2 .entry-title {
      padding-bottom: 3px;
      padding-top: 12px; } }
.featured-article-2 .entry-content {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 3px;
  padding-top: 0px; }

.mar-top-mobile {
  margin-top: 14px; }
  @media (min-width: 480px) {
    .mar-top-mobile {
      margin-top: 0; } }

.mag-intro {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.mag-intro .media {
  float: left;
  margin-top: 4px; }

.mag-intro h2 {
  margin: 0; }

.mag-meta {
  color: #999;
  font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 8px; }

ul.mag-toc {
  float: left;
  font: 0.75em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-right: 5%;
  margin-top: 12px;
  width: 100%; }
  @media (min-width: 1007px) {
    ul.mag-toc {
      width: 40%; } }
  ul.mag-toc li {
    padding-bottom: 6px; }

.has-media .mag-teaser {
  padding-left: 200px; }

.mag-teaser p {
  font-size: 0.875em;
  font-style: italic;
  margin-top: 8px; }

.magazine_issue .entry-content > h2 {
  margin-top: 0; }

.magazine_issue .entry-content {
  padding-top: 0; }
  .magazine_issue .entry-content .title-label {
    display: none; }
  .magazine_issue .entry-content p {
    margin-bottom: 15px; }

.magazine_issue .subscription_required {
  margin-top: 12px; }
.magazine_issue #subscription-notice {
  background-color: #f3f3f3;
  padding: 20px; }
.magazine_issue .subscribe {
  margin-bottom: 20px; }
  .magazine_issue .subscribe p {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0; }

.mag-excerpt .entry-content p {
  margin-bottom: 0; }

#full-article-button {
  display: block;
  margin: 0;
  padding: 12px inherit;
  text-align: center;
  width: 100%; }
  @media (min-width: 760px) {
    #full-article-button {
      width: 400px;
      margin: 0 auto 25px; } }

#myViewerContent {
  height: 400px;
  width: 450px;
  margin: 0 auto; }
  @media (min-width: 760px) {
    #myViewerContent {
      height: 600px;
      width: auto; } }
  @media (min-width: 1007px) {
    #myViewerContent {
      width: 960px;
      height: 775px; } }

.read-online {
  background: #e0ebfd;
  font-size: 0.75em;
  padding: 12px; }
  .read-online ul {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0; }
    .read-online ul li {
      padding: 6px 0; }
      .read-online ul li .icon {
        display: block; }
        @media (min-width: 760px) {
          .read-online ul li .icon {
            display: none; } }
        @media (min-width: 1007px) {
          .read-online ul li .icon {
            display: block; } }

.ad-unit {
  width: 100%;
  height: 100px;
  background: #666;
  margin: 12px 0; }

.back-issues {
  background: #f4f2e7;
  padding: 12px; }
  .back-issues ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .back-issues ul li {
      border-bottom: 1px solid #ccc;
      padding-bottom: 12px; }
    .back-issues ul .back-issues-image {
      display: inline-block;
      margin: 12px 6px 0 0; }
    .back-issues ul .back-issues-info {
      display: inline-block;
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
      font-size: 0.75em;
      font-weight: bold;
      margin-top: 12px;
      width: 170px; }
    .back-issues ul .back-issues-issue {
      color: #333;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 1.5em;
      font-weight: normal; }
    .back-issues ul .back-issues-date {
      color: #333;
      font-weight: normal; }

.most-popular {
  margin: 24px 0 0; }
  .most-popular .entry-title {
    line-height: 16.25px; }
  .most-popular .entry-meta {
    font-size: 10px; }
  .most-popular article {
    margin: 0; }
  @media (min-width: 760px) {
    .most-popular {
      margin: 0; } }

.related-topic-posts {
  margin: 12px 0; }
  .related-topic-posts .entry-title {
    line-height: 16.25px;
    font-size: 13px; }
  .related-topic-posts .entry-meta {
    font-size: 10px; }
  .related-topic-posts article {
    margin: 0 0 12px; }

#subscriber-homepage {
  padding-top: 24px; }
  #subscriber-homepage blockquote {
    margin: 12px auto; }

.subscriber-subscriptions {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.09em;
  padding-top: 12px; }
  .subscriber-subscriptions h2 {
    font-size: 0.875em;
    font-weight: normal;
    text-transform: uppercase; }
  .subscriber-subscriptions ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .subscriber-subscriptions ul li {
      float: left;
      margin-left: 2%;
      padding-bottom: 12px;
      width: 98%; }
      @media (min-width: 1007px) {
        .subscriber-subscriptions ul li {
          width: 48%; } }
      .subscriber-subscriptions ul li.clear {
        padding: 0; }
        @media (min-width: 1007px) {
          .subscriber-subscriptions ul li.clear {
            margin: 0;
            min-height: 0px;
            padding-bottom: 0px;
            width: 100%; } }
      .subscriber-subscriptions ul li.full {
        width: 98%; }
    .subscriber-subscriptions ul .subscription-image {
      display: inline-block;
      float: left;
      height: auto;
      margin: 0 6px 0 0;
      vertical-align: baseline;
      width: 90px; }
    .subscriber-subscriptions ul .subscription-info {
      display: block;
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
      font-size: 0.875em;
      letter-spacing: normal;
      padding-bottom: 2px;
      vertical-align: text-bottom; }
    .subscriber-subscriptions ul .subscription-issue {
      color: #333;
      display: block;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 1.3em;
      font-weight: normal; }
    .subscriber-subscriptions ul .subscription-date {
      color: #333;
      display: block;
      font-size: 1.0;
      font-weight: normal; }
    .subscriber-subscriptions ul .subscription-title {
      display: block; }
  .subscriber-subscriptions#subscribed li {
    width: 98%; }
    .subscriber-subscriptions#subscribed li .subscription-meta {
      font-size: 14px;
      line-height: 20px; }
    .subscriber-subscriptions#subscribed li .subscription-issue {
      line-height: 30px;
      font-size: 24px; }

.subscriber-widgets,
.subscriber-links {
  background: #f3f3f3;
  color: #2967cd;
  font-family: monospace;
  height: auto;
  margin-top: 8px;
  padding: 40px 0;
  text-align: center;
  width: 100%; }

#subscriber-manage {
  padding-top: 24px; }

.linear-list {
  display: inline;
  list-style: none; }
  .linear-list li {
    display: inline; }

.button, #lost-password input[type="submit"],
a.button,
#submit {
  -moz-border-radius: 3px;
  /* FF1+ */
  -webkit-border-radius: 3px;
  /* Saf3+, Chrome */
  border-radius: 3px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background-color: #183c78;
  background: -moz-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2967cd), color-stop(100%, #183c78));
  background: -webkit-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: -o-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: -ms-linear-gradient(top, #2967cd 0%, #183c78 100%);
  background: linear-gradient(to bottom, #2967cd 0%, #183c78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
  border: 0;
  color: #fff;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  padding: 5px 12px 7px 12px; }
  .button:hover, #lost-password input[type="submit"]:hover,
  a.button:hover,
  #submit:hover {
    background-color: #143263;
    background: -moz-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #255cb8), color-stop(100%, #143263));
    background: -webkit-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: -o-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: -ms-linear-gradient(top, #255cb8 0%, #143263 100%);
    background: linear-gradient(to bottom, #255cb8 0%, #143263 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$topcolor', endColorstr='$bottomcolor',GradientType=0 );
    text-decoration: none; }

.cfat-align-right {
  text-align: right; }

.cfat-align-left {
  text-align: left; }

.cfat-align-center {
  text-align: center; }

.cfat-align-float-left {
  display: block;
  float: left; }

.cfat-align-float-right {
  display: block;
  float: right; }

.pagination,
.wp-pagenavi {
  border-top: 1px solid #ccc;
  background: #f3f3f3;
  font-family: Georgia, "Times New Roman", Times, serif;
  min-height: 20px;
  margin: 30px 0;
  padding: 5px 4px 8px 2px; }

.search-intro .pagination {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  margin: 20px 0; }

.wp-pagenavi {
  font-size: 12px; }
  .wp-pagenavi .pages {
    border: none;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .wp-pagenavi .page-links {
    float: right;
    border: none; }
  .wp-pagenavi .extend,
  .wp-pagenavi .last {
    border: none; }
  @media (min-width: 760px) {
    .wp-pagenavi {
      font-size: 14px; } }

.page-links span.current,
.page-links a.page,
.page-links a.nextpostslink,
.page-links a.previouspostslink {
  border: none;
  vertical-align: middle; }

.search-sub-title {
  font-size: 24px;
  margin: 0 0 17px;
  padding: 0;
  color: #666; }

.search-date {
  margin-right: 8px; }

.search-title {
  color: #333; }

.search-time {
  color: #333; }

.glossary-term .entry-content {
  border-left: 1px solid #ccc;
  color: #666;
  display: block;
  line-height: 1.5em;
  margin: 6px 0 20px;
  padding: 6px 0 6px 24px; }

.definition-title {
  color: #2967cd;
  display: block;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 6px; }

.search .author-bio {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 12px; }
  .search .author-bio .authorimage {
    float: left;
    margin-right: 5%;
    width: 15%; }
  .search .author-bio .authordata {
    float: left;
    width: 75%; }
  .search .author-bio .authorbio h3:first-of-type {
    margin-top: 0;
    margin-bottom: 0; }
  .search .author-bio .authorbio h3:nth-of-type(2) {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #999;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.1em; }

.container .search iframe {
  height: 230px;
  margin-top: 7px;
  width: 320px; }
  .container .search iframe .widget-header,
  .container .search iframe #graphData,
  .container .search iframe form {
    display: none !important; }

/* 	Post table styles
	------------------------------------------------------- */
.entry-content table {
  background: #f3f3f3;
  max-width: 100%;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 1007px) {
    .entry-content table {
      font-size: 14px;
      line-height: 20px; } }
.entry-content td, .entry-content th {
  padding: 0 4px;
  border: 1px solid #999; }

/* --------------------------------------------------
 * Content - Posts, Pages, Comments
-------------------------------------------------- */
.single-post .entry-content.p1 {
  font-size: 16px;
  line-height: 25.59px; }

.archive-info {
  border-bottom: 1px solid #CCC;
  margin-bottom: 26px;
  padding-bottom: 26px; }
  .archive-info .featured-image {
    display: block;
    float: left;
    margin-right: 15px; }
    .archive-info .featured-image img {
      margin-top: 2px; }
  .archive-info .archive-description {
    border: 0;
    display: block;
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0;
    padding: 0; }

.archive-title {
  letter-spacing: 0.05em;
  margin: 15px 0 10px; }
  @media (min-width: 480px) {
    .archive-title {
      padding: 0; } }

.author-info p {
  margin-bottom: 0; }
.author-info .author-bio {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px; }
.author-info .authorimage {
  float: left;
  padding: 0 26px 0 0; }
  .author-info .authorimage img {
    max-width: 80px; }
.author-info .authorname {
  margin-top: 0;
  font-size: 1.5em; }
.author-info .authordata {
  float: left;
  width: 75%; }
  @media screen and (max-width: 480px) {
    .author-info .authordata {
      width: 70%; } }
  @media (min-width: 1007px) {
    .author-info .authordata {
      width: 80%; } }
.author-info .archive-title {
  clear: left; }
.author-info .archive-description {
  border: 0;
  display: block;
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 0;
  padding: 0; }
.author-info article {
  margin-top: 30px; }
  .author-info article .entry-title {
    font-size: 20px;
    line-height: 24px; }
  .author-info article.video .entry-title:before {
    content: "Video: ";
    text-transform: uppercase;
    font-size: 16px; }
.author-info .cfct-mod-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px; }
  .author-info .cfct-mod-title:before {
    content: "Blog: ";
    text-transform: uppercase;
    font-size: 16px; }
.author-info .cfct-mod-content {
  font-size: 16px;
  line-height: 25.59px; }
.author-info .entry-meta {
  display: none; }

.cfct-module-loop .fleet_street_letter .entry-content p {
  font-size: 14px;
  line-height: 20px; }

.excerpt .wp-post-image {
  float: left;
  margin: 0 15px 0 0; }
.excerpt .author-link {
  margin-right: 8px;
  float: left; }
@media (min-width: 480px) {
  .excerpt {
    margin-bottom: 0; } }

article.entry-excerpt {
  margin-bottom: 400px; }

.entry-title {
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0; }

.entry-content {
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25.59px; }
  .entry-content iframe {
    display: block; }
    .entry-content iframe.fixed {
      height: 214px;
      margin: 14px auto;
      width: 380px; }
      @media (min-width: 1007px) {
        .entry-content iframe.fixed {
          height: 357px;
          width: 634px; } }
  .entry-content .share iframe {
    margin: 0; }
  .entry-content object {
    margin: auto;
    display: block; }
  .entry-content ul, .entry-content ol {
    padding-left: 40px; }
  .entry-content .entry-content .ui-tabs-nav {
    padding-left: 0; }

.entry-footer {
  margin-bottom: 20px; }

iframe.auto-resize {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.mag-excerpt {
  margin-bottom: 26px; }
  .mag-excerpt .entry-title {
    margin-top: 0; }
  .mag-excerpt .media {
    display: block;
    float: left; }
  .mag-excerpt.has-media .entry-header,
  .mag-excerpt.has-media .entry-content,
  .mag-excerpt.has-media .entry-footer {
    padding-left: 193px; }
  .mag-excerpt .entry-footer {
    margin-bottom: 0; }

/* --------------------------------------------------
 * Breaking News Banner
-------------------------------------------------- */
.banner {
  background-color: #faeaea;
  font-size: 0.85em;
  margin: -9px 0 20px;
  padding: 10px; }
  @media (min-width: 760px) {
    .banner {
      padding-left: 20px; } }

.banner-title {
  color: #cc3333;
  letter-spacing: 0.05em;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding-right: 14px;
  padding-left: 0px;
  text-transform: uppercase;
  display: inline-block; }

.news-charts {
  padding: 13px 0 4px; }

h2.charts-performance-tables-link {
  margin-top: 4px;
  margin-bottom: 1.5em; }
  h2.charts-performance-tables-link a {
    color: #2967cd; }

/*
Main Tabs for Indices, Commodities, Currencies, and UK Companies
*/
#news-charts-container {
  display: block;
  width: 100%; }
  #news-charts-container .ui-tabs-nav {
    border-bottom: 5px solid #16a813;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #news-charts-container .ui-tabs-nav li {
      display: inline-block;
      float: left;
      margin-right: 3px; }
      #news-charts-container .ui-tabs-nav li a {
        background-color: #ddd;
        color: #333;
        display: inline-block;
        padding: 4px 10px; }
        @media (min-width: 760px) {
          #news-charts-container .ui-tabs-nav li a {
            font-size: 10px;
            padding: 4px 7px; } }
        @media (min-width: 1007px) {
          #news-charts-container .ui-tabs-nav li a {
            font-size: 13px;
            padding: 4px 10px; } }
      #news-charts-container .ui-tabs-nav li.ui-state-active a {
        background-color: #16a813;
        color: #fff; }
  #news-charts-container .select-wrapper {
    background: #16a813;
    padding: 8px 10px; }
    #news-charts-container .select-wrapper select {
      border: 0; }
    @media (min-width: 760px) {
      #news-charts-container .select-wrapper {
        display: none; } }
  #news-charts-container #news-charts-tabs {
    display: none; }
    @media (min-width: 760px) {
      #news-charts-container #news-charts-tabs {
        display: block; } }

/*
Side tabs for internal elements
*/
#news-charts-indices .ui-tabs-nav,
#news-charts-commodities .ui-tabs-nav,
#news-charts-currencies .ui-tabs-nav,
#news-charts-companies .ui-tabs-nav {
  border-bottom: none;
  font-size: 13px;
  font-weight: normal;
  height: 190px;
  list-style-type: none; }
  @media (min-width: 760px) {
    #news-charts-indices .ui-tabs-nav,
    #news-charts-commodities .ui-tabs-nav,
    #news-charts-currencies .ui-tabs-nav,
    #news-charts-companies .ui-tabs-nav {
      float: left;
      padding: 0;
      width: 260px; } }
  @media (min-width: 1007px) {
    #news-charts-indices .ui-tabs-nav,
    #news-charts-commodities .ui-tabs-nav,
    #news-charts-currencies .ui-tabs-nav,
    #news-charts-companies .ui-tabs-nav {
      padding: 0 0 0 10px;
      width: 260px; } }
  #news-charts-indices .ui-tabs-nav li,
  #news-charts-commodities .ui-tabs-nav li,
  #news-charts-currencies .ui-tabs-nav li,
  #news-charts-companies .ui-tabs-nav li {
    display: block;
    float: left;
    margin: 14px 0 -7px 0;
    width: 100%; }
    @media (min-width: 1007px) {
      #news-charts-indices .ui-tabs-nav li,
      #news-charts-commodities .ui-tabs-nav li,
      #news-charts-currencies .ui-tabs-nav li,
      #news-charts-companies .ui-tabs-nav li {
        height: 65px;
        width: 255px; } }
    #news-charts-indices .ui-tabs-nav li b,
    #news-charts-commodities .ui-tabs-nav li b,
    #news-charts-currencies .ui-tabs-nav li b,
    #news-charts-companies .ui-tabs-nav li b {
      color: #2967cd;
      line-height: 20px; }
    #news-charts-indices .ui-tabs-nav li b:hover,
    #news-charts-commodities .ui-tabs-nav li b:hover,
    #news-charts-currencies .ui-tabs-nav li b:hover,
    #news-charts-companies .ui-tabs-nav li b:hover {
      text-decoration: underline; }
    #news-charts-indices .ui-tabs-nav li a,
    #news-charts-commodities .ui-tabs-nav li a,
    #news-charts-currencies .ui-tabs-nav li a,
    #news-charts-companies .ui-tabs-nav li a {
      background-color: #c7e2b9;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #333;
      display: block;
      font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
      padding: 4px 10px; }
      #news-charts-indices .ui-tabs-nav li a:hover,
      #news-charts-commodities .ui-tabs-nav li a:hover,
      #news-charts-currencies .ui-tabs-nav li a:hover,
      #news-charts-companies .ui-tabs-nav li a:hover {
        background: #e1f0d9;
        text-decoration: none; }
      @media (min-width: 480px) {
        #news-charts-indices .ui-tabs-nav li a,
        #news-charts-commodities .ui-tabs-nav li a,
        #news-charts-currencies .ui-tabs-nav li a,
        #news-charts-companies .ui-tabs-nav li a {
          margin: 0 7px; } }
      @media (min-width: 760px) {
        #news-charts-indices .ui-tabs-nav li a,
        #news-charts-commodities .ui-tabs-nav li a,
        #news-charts-currencies .ui-tabs-nav li a,
        #news-charts-companies .ui-tabs-nav li a {
          font-size: 10px;
          min-width: 210px;
          padding: 4px 8px; } }
      @media (min-width: 1007px) {
        #news-charts-indices .ui-tabs-nav li a,
        #news-charts-commodities .ui-tabs-nav li a,
        #news-charts-currencies .ui-tabs-nav li a,
        #news-charts-companies .ui-tabs-nav li a {
          font-size: 11px;
          line-height: 16px;
          margin-left: 0;
          padding: 4px 10px; } }
    #news-charts-indices .ui-tabs-nav li.ui-state-active a,
    #news-charts-commodities .ui-tabs-nav li.ui-state-active a,
    #news-charts-currencies .ui-tabs-nav li.ui-state-active a,
    #news-charts-companies .ui-tabs-nav li.ui-state-active a {
      background-color: #fff;
      color: #333;
      font-weight: normal; }

/*
This is the middle stock image — disappears on mobile.
*/
#news-charts-container .news-charts-price-image {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  float: left;
  margin: 14px auto 10px;
  padding: 14px;
  position: relative;
  z-index: 5; }
  @media (min-width: 760px) {
    #news-charts-container .news-charts-price-image {
      display: block;
      margin: 14px 0 0 -30px;
      padding: 68px 16px;
      width: 200px; } }
  @media (min-width: 1007px) {
    #news-charts-container .news-charts-price-image {
      margin-left: -15px;
      width: auto;
      /*		height: 100%;*/
      padding: 14px; } }

.chart-img {
  float: left;
  position: relative; }
  .chart-img .more-detailed-chart {
    display: none; }
    @media (min-width: 760px) {
      .chart-img .more-detailed-chart {
        display: block;
        font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
        font-size: 14px;
        position: absolute;
        bottom: 2px;
        left: 0;
        z-index: 5; } }
    @media (min-width: 1007px) {
      .chart-img .more-detailed-chart {
        bottom: -22px; } }

/*
These are just the elements in the far right / c6-56-ish
*/
.news-charts-related-posts {
  clear: both;
  display: inline-block;
  float: none;
  margin: 14px 0 0 0;
  padding: 10px 0 10px 10px;
  width: 97%; }
  @media (min-width: 760px) {
    .news-charts-related-posts {
      clear: none;
      float: left;
      margin-top: 5px;
      margin-left: 14px;
      width: 200px; } }
  @media (min-width: 1007px) {
    .news-charts-related-posts {
      width: 290px; } }
  .news-charts-related-posts a {
    font-size: 12px;
    line-height: 18px; }
    .news-charts-related-posts a:hover {
      color: #339900; }

.news-charts-related-posts-group {
  margin-bottom: 10px; }

#news-charts-container {
  height: auto; }
  #news-charts-container .ui-tabs-panel {
    background-color: #e1f0d9;
    margin-bottom: 0;
    min-height: 270px;
    width: 100%; }
    #news-charts-container .ui-tabs-panel .category-name {
      margin-bottom: 7px; }
    #news-charts-container .ui-tabs-panel article {
      border-bottom: none;
      padding: 0 0 7px; }
      #news-charts-container .ui-tabs-panel article p {
        margin: 0; }
      #news-charts-container .ui-tabs-panel article span.h3 {
        display: block;
        font-size: 13px;
        line-height: 16.25px; }
    @media (min-width: 1007px) {
      #news-charts-container .ui-tabs-panel {
        min-height: 255px; } }

/*
These are elements related to the individual content of the sidetabs — rendered in a table.
*/
#news-charts-container .change-negative {
  color: #cc3333; }

#news-charts-container .change-positive {
  color: #16a813; }

#news-charts-container table {
  width: 100%; }
  @media (min-width: 760px) {
    #news-charts-container table {
      width: 90%; } }
  @media (min-width: 1007px) {
    #news-charts-container table {
      width: 100%; } }

#news-charts-container .latest-price-value,
#news-charts-container .data-change-value,
#news-charts-container .data-change-percent {
  font-weight: bold;
  text-align: left; }

#news-charts-container .data-change-percent {
  text-align: right; }

td.latest-price-value {
  width: 120px; }
  @media (min-width: 760px) {
    td.latest-price-value {
      width: 80px; } }

td.data-change-value {
  width: 120px; }
  @media (min-width: 760px) {
    td.data-change-value {
      width: 70px; } }
  @media (min-width: 1007px) {
    td.data-change-value {
      width: 80px; } }

#news-charts-container .data-change-percent {
  font-weight: bold; }

.mw-risers-fallers {
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 13px 0 0; }
  .mw-risers-fallers h2 {
    font-size: 12px;
    font-weight: bold;
    margin-left: 3px;
    margin-top: 0;
    text-transform: uppercase; }
  .mw-risers-fallers table tr:first-child {
    border-top: 0; }
  .mw-risers-fallers tr {
    border-top: 1px solid #ccc; }
    .mw-risers-fallers tr th:first-child,
    .mw-risers-fallers tr td:first-child {
      text-align: left;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
    .mw-risers-fallers tr th:first-child {
      width: 50%; }
  .mw-risers-fallers th {
    color: #999;
    padding: 3px;
    text-align: right; }
  .mw-risers-fallers td {
    padding: 5px 3px;
    text-align: right; }

.mw-company-chart {
  margin: 6px 4px 18px; }
  .mw-company-chart .view-chart {
    margin-top: 4px;
    font-weight: bold; }

.tax-company .openx-adzone,
.mw-recent-articles,
.mw-director-deals,
.mw-fundamentals {
  margin-top: 20px; }

.tax-company .widget {
  margin-bottom: 10px; }

.single-indices .openx-adzone,
.tax-company .openx-adzone {
  text-align: center; }

.mw-risers-faller-col-wrap {
  padding: 13px; }

.mw-risers,
.mw-fallers {
  background: #fff;
  margin: 0 13px 13px; }
  @media (min-width: 1007px) {
    .mw-risers,
    .mw-fallers {
      float: left;
      margin-left: 2%;
      margin-right: 0;
      width: 30.666666%; } }
  .mw-risers .company-name,
  .mw-fallers .company-name {
    color: #444; }

.mw-risers {
  color: #16a813; }
  .mw-risers h2 {
    color: #16a813; }

.mw-fallers {
  color: #cc3333; }
  .mw-fallers h2 {
    color: #cc3333; }

.mw-company-news-overview {
  margin: 10px 0 30px; }
  .mw-company-news-overview span {
    padding: 4px 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block; }
  .mw-company-news-overview .date {
    width: 12%; }
  .mw-company-news-overview .company-name {
    width: 20%; }
  .mw-company-news-overview .company-excerpt {
    width: 60%; }

.featured-image .wp-post-image {
  margin-top: .8em; }

@media only screen and (min-width: 1007px) {
  .entry-sidebar {
    border-top: 4px solid #2967cd;
    color: #fff;
    margin-right: 10px;
    padding-top: 5px; }
    .entry-sidebar p {
      /*			float: left;*/
      width: 100%; }
    .entry-sidebar a {
      display: block;
      /*			float: left;*/
      width: 95px; }
    .entry-sidebar span {
      display: block; } }
/* 	Authentication Pages
	------------------------------------------------------- */
#lost-password {
  margin-bottom: 20px; }
  #lost-password .member_login {
    margin-top: 18px;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }
  #lost-password #user_login {
    width: 200px;
    margin-bottom: 18px; }

#MWVSM, #MWV {
  padding: 10px !important; }

/* 	Fullscreen Button
	------------------------------------------------------- */
#fs_button {
  padding: 3px;
  position: absolute;
  top: 12px;
  left: 12px;
  -moz-border-radius: 15px;
  /* FF1+ */
  -webkit-border-radius: 15px;
  /* Saf3+, Chrome */
  border-radius: 15px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background-color: #e0ebfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0ebfd), to(white));
  background-image: -webkit-linear-gradient(top, #e0ebfd, white);
  background-image: -moz-linear-gradient(top, #e0ebfd, white);
  background-image: -o-linear-gradient(top, #e0ebfd, white);
  background-image: -ms-linear-gradient(top, #e0ebfd, white);
  background-image: linear-gradient(top, #e0ebfd, white);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e0ebfd', EndColorStr='#ffffff'); }

#fullscreen {
  opacity: 1.0;
  border: 1px solid #2f588f;
  color: #fff;
  width: 100px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #ddd;
  font: 12px normal "Lucida Grande", Lucida, Verdana, sans-serif;
  -moz-border-radius: 13px;
  /* FF1+ */
  -webkit-border-radius: 13px;
  /* Saf3+, Chrome */
  border-radius: 13px;
  /* Standard. IE9 */
  /**
   * @bugfix border-radius background bleed
   * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
   */
  -webkit-background-clip: padding-box;
  background-color: #3967cd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3967cd), to(#6991ff));
  background-image: -webkit-linear-gradient(top, #3967cd, #6991ff);
  background-image: -moz-linear-gradient(top, #3967cd, #6991ff);
  background-image: -o-linear-gradient(top, #3967cd, #6991ff);
  background-image: -ms-linear-gradient(top, #3967cd, #6991ff);
  background-image: linear-gradient(top, #3967cd, #6991ff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3967cd', EndColorStr='#6991ff'); }
  #fullscreen:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 1.2em;
    content: '';
    display: inline-block;
    vertical-align: -10%;
    margin-right: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }

/* 	Newsletter Page Responsive Fixes
	------------------------------------------------------- */
.newsletter-login-form {
  width: 100%;
  margin-bottom: 20px; }
  .newsletter-login-form .login {
    width: 100%; }
  .newsletter-login-form .subscribe {
    width: 100%;
    margin-bottom: 0; }
  @media (min-width: 760px) {
    .newsletter-login-form {
      width: 30%;
      float: left; } }
  @media (min-width: 1007px) {
    .newsletter-login-form {
      width: 30%; } }

.newsletter-description {
  width: 100%; }
  .newsletter-description img {
    max-width: 100%; }
  @media (min-width: 760px) {
    .newsletter-description {
      width: 70%;
      float: left;
      padding-left: 50px;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (min-width: 1007px) {
    .newsletter-description {
      width: 70%; } }

/* 	Spread Betting
	------------------------------------------------------- */
article.spread_betting .author-link {
  display: none; }

/* 	MG Update
	------------------------------------------------------- */
#np_disallowed {
  font-family: sans-serif;
  margin-bottom: 20px; }

#np_disallowed .b {
  text-align: center; }

#np_disallowed h2.b {
  font-size: 26px;
  letter-spacing: -1px; }

#np_disallowed h4.b {
  color: gray;
  font-family: fantasy;
  font-size: 16px; }

#np_disallowed ul {
  margin: 0;
  padding: 0; }

p.login-submit {
  margin-right: 27px;
  margin-top: -23px; }

p.login-username label, p.login-password label {
  display: table;
  float: left;
  width: 88px !important; }

.form li {
  width: 49%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 310px; }

#np_disallowed form {
  margin: 0 auto;
  margin-top: 20px; }

#np_disallowed label {
  color: #555;
  display: inline-block;
  font-size: 13px; }

#np_disallowed p a {
  font-size: 11px;
  color: #aaa;
  float: right;
  margin-top: -13px;
  margin-right: 20px; }

#np_disallowed p a:hover {
  color: #555; }

#np_disallowed input {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  outline: none; }

#np_disallowed input[type="text"], #np_disallowed input[type="password"] {
  border: 1px solid #c7d0d2;
  border-radius: 2px;
  box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px #f5f7f8;
  color: #777;
  height: 35px;
  margin: 5px 10px 0 0;
  padding-left: 10px;
  width: 262px; }

#np_disallowed #lower {
  background: #ecf2f5;
  width: 100%;
  height: 69px;
  margin-top: 20px;
  box-shadow: inset 0 1px 1px #fff;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

#np_disallowed .check {
  margin-left: 3px;
  font-size: 11px;
  color: #444;
  text-shadow: 0 1px 0 #fff; }

#np_disallowed input[type=submit] {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 80px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #acd6ef;
  /*IE fallback*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#acd6ef), to(#6ec2e8));
  background-image: -moz-linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
  background-image: linear-gradient(top left 90deg, #acd6ef 0%, #6ec2e8 100%);
  border-radius: 30px;
  border: 1px solid #66add6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer; }

#np_disallowed form {
  margin: 0 auto;
  margin-top: 20px; }

#np_disallowed label {
  color: #555;
  display: inline-block;
  margin-left: 18px;
  padding-top: 10px;
  font-size: 14px; }

#np_disallowed p a {
  font-size: 11px;
  color: #aaa;
  float: right;
  margin-top: -13px;
  margin-right: 20px; }

#np_disallowed p a:hover {
  color: #555; }

#np_disallowed input {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  outline: none; }

#np_disallowed #lower {
  background: #ecf2f5;
  width: 100%;
  height: 69px;
  margin-top: 20px; }

#np_disallowed .check {
  margin-left: 3px; }

#np_disallowed input[type=submit] {
  float: right;
  margin-right: 20px;
  margin-top: -9px;
  width: 80px;
  height: 30px; }

.newsletter-disallowed#np_disallowed {
  margin-top: 50px; }
  .newsletter-disallowed#np_disallowed ul {
    border-top: 1px dotted silver;
    padding-top: 20px; }
    .newsletter-disallowed#np_disallowed ul li h4 {
      color: grey;
      margin-top: 0px; }
    .newsletter-disallowed#np_disallowed ul li a {
      font-size: 14px;
      float: none;
      margin-top: 0px;
      margin-right: 0px; }
    .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-login-box {
      border-right: 1px dotted silver; }
      .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-login-box form {
        margin-bottom: 40px; }
    .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber h3, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber h4, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber div, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber img {
      padding-left: 15px; }

@media (min-width: 760px) and (max-width: 1006px) {
  .newsletter-disallowed#np_disallowed ul li {
    width: 100%; }
    .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-login-box {
      border-right: none;
      border-bottom: 1px dotted silver; }
    .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber {
      margin-top: 20px; }
      .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber h3, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber h4, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber div, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber img {
        padding-left: 0px; } }
@media (max-width: 657px) {
  .newsletter-disallowed#np_disallowed ul li {
    width: 100%; }
    .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-login-box {
      border-right: none;
      border-bottom: 1px dotted silver; }
    .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber {
      margin-top: 20px; }
      .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber h3, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber h4, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber div, .newsletter-disallowed#np_disallowed ul li#newsletter-disallowed-become-subscriber img {
        padding-left: 0px; } }
.at-resp-share-element a {
  margin: 0 !important;
  margin-right: -6.72px !important;
  margin-top: -5px !important;
  margin-bottom: -3px !important; }

article .entry-content.p1 figure[id^="attachment_"] {
  margin-top: -26px; }

@media (max-width: 1006px) {
  .company-comparison-table .demo-account {
    display: none; } }
/* 	Funding Centre
	------------------------------------------------------- */
.investorproductfindertool-wrapper > h4 {
  padding: 20px 0px !important;
  font-weight: 400 !important; }
.investorproductfindertool-wrapper > div {
  border: none !important;
  padding: 0px !important; }
  .investorproductfindertool-wrapper > div > h3 {
    padding: 20px 0px !important;
    font-size: 12pt; }
.investorproductfindertool-wrapper h3 {
  margin-top: 0px !important;
  margin-bottom: 10px !important; }
.investorproductfindertool-wrapper .irs {
  height: 36px;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }
.investorproductfindertool-wrapper .irs-with-grid {
  margin-bottom: 50px; }
.investorproductfindertool-wrapper .irs-from, .investorproductfindertool-wrapper .irs-to, .investorproductfindertool-wrapper .irs-single {
  padding: 3px 7px; }
.investorproductfindertool-wrapper .irs-grid {
  bottom: -17px; }
.investorproductfindertool-wrapper .irs-grid-pol, .investorproductfindertool-wrapper .irs-from:after, .investorproductfindertool-wrapper .irs-to:after, .investorproductfindertool-wrapper .irs-single:after {
  display: none; }
.investorproductfindertool-wrapper .what-investor-wrapper {
  margin: 20px 0px 10px 0px; }
  .investorproductfindertool-wrapper .what-investor-wrapper h3 {
    float: left;
    margin-right: 50px; }
  .investorproductfindertool-wrapper .what-investor-wrapper .switch-wrapper {
    margin-top: 4px; }
    .investorproductfindertool-wrapper .what-investor-wrapper .switch-wrapper .switch-button-background {
      margin-top: 4px; }
.investorproductfindertool-wrapper #investortype .switch-button-label {
  font-size: 12pt;
  line-height: 20px; }
.investorproductfindertool-wrapper .switch-button-label {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px; }
  .investorproductfindertool-wrapper .switch-button-label.on {
    color: #000; }
.investorproductfindertool-wrapper .switch-outer-wrapper {
  margin-top: 15px;
  line-height: 20px; }
  .investorproductfindertool-wrapper .switch-outer-wrapper:nth-child(2n-1) {
    width: 48% !important;
    padding-right: 2% !important; }
  .investorproductfindertool-wrapper .switch-outer-wrapper .switch-wrapper {
    padding: 0 8px 0px 0; }
    .investorproductfindertool-wrapper .switch-outer-wrapper .switch-wrapper .switch-button-background {
      margin: 4px 3px 1px 3px; }
.investorproductfindertool-wrapper .altfiinvestorproductfinder-button {
  background: #2a2a86;
  padding: 5px 10px;
  margin-top: 20px; }
  .investorproductfindertool-wrapper .altfiinvestorproductfinder-button:hover {
    background: #1c1c5b; }
.investorproductfindertool-wrapper .altfiinvestorproductreloadbutton {
  background: #2a2a86;
  border-radius: 5px;
  height: 40px; }
  .investorproductfindertool-wrapper .altfiinvestorproductreloadbutton a {
    color: #fff;
    font-size: 20px;
    line-height: 40px; }
  .investorproductfindertool-wrapper .altfiinvestorproductreloadbutton:hover {
    background: #1c1c5b; }
    .investorproductfindertool-wrapper .altfiinvestorproductreloadbutton:hover a {
      text-decoration: none; }
.investorproductfindertool-wrapper .altfiplatformresults {
  background: #fff;
  border-right: 1px solid #afafaf;
  border-left: 1px solid #afafaf; }
  .investorproductfindertool-wrapper .altfiplatformresults img {
    width: auto !important;
    max-width: 100%;
    max-height: 100px; }
  .investorproductfindertool-wrapper .altfiplatformresults h3 {
    font-size: 16pt; }
  .investorproductfindertool-wrapper .altfiplatformresults h3 a, .investorproductfindertool-wrapper .altfiplatformresults h4 a, .investorproductfindertool-wrapper .altfiplatformresults h5 a {
    color: #025dcb;
    font-size: 11pt;
    text-decoration: underline; }
  .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) {
    border-left: 1px solid #afafaf;
    padding: 3%;
    width: 64% !important; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) a {
      display: block;
      margin-top: 0px !important;
      margin-bottom: 5px !important;
      text-decoration: underline;
      text-align: right; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h3 {
      float: left;
      margin-right: 10px !important;
      margin-bottom: 20px !important; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h4, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h5, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h6 {
      clear: left; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h4 {
      margin-top: 10px;
      margin-bottom: 5px; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h5 {
      display: block;
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 400; }
      .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h5 span {
        display: block;
        margin-top: 15px; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h6 {
      margin-top: 0px;
      margin-bottom: 15px;
      font-weight: 400;
      color: #666; }

@media (min-width: 760px) and (max-width: 1006px) {
  .investorproductfindertool-wrapper .altfiplatformresults > div {
    width: 98% !important;
    margin: 10px 0px !important;
    text-align: center; }
    .investorproductfindertool-wrapper .altfiplatformresults > div img {
      max-height: 70px;
      width: auto !important; }
  .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) {
    border-left: none;
    width: 94% !important; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h3, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h4, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h5, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h6 {
      text-align: left; } }
@media (max-width: 668px) {
  .investorproductfindertool-wrapper .altfiplatformresults > div {
    width: 98% !important;
    margin: 10px 0px !important;
    text-align: center; }
    .investorproductfindertool-wrapper .altfiplatformresults > div img {
      max-height: 70px;
      width: auto !important; }
  .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) {
    border-left: none;
    width: 94% !important; }
    .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h3, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h4, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h5, .investorproductfindertool-wrapper .altfiplatformresults > div:nth-child(2) h6 {
      text-align: left; } }
/* Reset Password 
   ---------------------------------------------*/
#mw_login {
  margin: 20px 0px; }
  #mw_login fieldset {
    padding: 50px 50px 40px 50px;
    border: 5px double #999; }
    #mw_login fieldset legend {
      font-size: 1.9em;
      font-weight: 400;
      -webkit-padding-start: 10px;
      -webkit-padding-end: 10px; }
    #mw_login fieldset div {
      font-size: 1.3em;
      font-weight: 400; }
    #mw_login fieldset .options-title {
      margin-bottom: 20px; }
    #mw_login fieldset p label {
      font-size: 1em;
      font-weight: 600;
      margin-right: 2px; }
    #mw_login fieldset p label[for="reset-username"] {
      margin-bottom: 20px; }
    #mw_login fieldset p input[type="radio"] {
      float: left;
      margin-right: 10px;
      margin-top: 7px; }
    #mw_login fieldset #username_reset_form, #mw_login fieldset #password_reset_form {
      margin-bottom: 0px; }
      #mw_login fieldset #username_reset_form .email-alert, #mw_login fieldset #password_reset_form .email-alert {
        color: #ce090e;
        font-size: 0.8em; }
    #mw_login fieldset #show-password-form, #mw_login fieldset #show-username-form {
      margin-top: 40px; }
    #mw_login fieldset p.reset-email {
      height: 54px;
      margin-top: 0px;
      margin-bottom: 0px; }
      #mw_login fieldset p.reset-email label[for="user_email"] {
        font-size: 0.8em;
        font-weight: 600;
        margin-right: 2px; }
      #mw_login fieldset p.reset-email input#user_email {
        width: 40%;
        display: block; }
    #mw_login fieldset p.reset-submit {
      margin-top: 20px; }
      #mw_login fieldset p.reset-submit input {
        font-size: 0.8em;
        padding: 7px 30px;
        background: #2a2a86;
        color: #fff;
        border: 1px solid #afafaf;
        border-radius: 5px; }
        #mw_login fieldset p.reset-submit input:hover {
          background: #1c1c5b; }

#new-password-form {
  border: 5px double #999;
  padding: 20px 50px;
  margin: 30px 0px; }
  #new-password-form h2 {
    font-size: 1.9em;
    font-weight: 400;
    margin: 0px 0px 40px 0px; }
  #new-password-form #password_change_form label {
    font-size: 1em;
    font-weight: 600;
    margin-right: 2px;
    margin-bottom: 0px;
    width: 200px !important;
    display: block;
    float: left; }
  #new-password-form #password_change_form input[type="text"], #new-password-form #password_change_form input[type="password"] {
    margin-bottom: 0px;
    width: 200px;
    float: none;
    display: block;
    margin-bottom: 0px; }
  #new-password-form #password_change_form p.new-pw-submit {
    margin: 30px 0px 5px 0px; }
    #new-password-form #password_change_form p.new-pw-submit input {
      font-size: 1em;
      padding: 7px 30px;
      background: #2a2a86;
      color: #fff;
      border: 1px solid #afafaf;
      border-radius: 5px; }
      #new-password-form #password_change_form p.new-pw-submit input:hover {
        background: #1c1c5b; }

.alert {
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h3, .alert p {
    margin-bottom: 0px; }
  .alert p {
    margin-top: 10px; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

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

@media only screen and (max-width: 1006px) {
  #mw_login fieldset p.reset-email input#user_email {
    width: 100%; } }
@media only screen and (max-width: 759px) {
  #mw_login fieldset {
    padding: 40px 20px; }

  #new-password-form {
    padding: 20px 20px 0px 20px; }
    #new-password-form #password_change_form label {
      margin-bottom: 0px; }
    #new-password-form #password_change_form input[type="text"], #new-password-form #password_change_form input[type="password"] {
      margin-bottom: 0px;
      width: 100%; } }
/* Portfolio Tracker
   ---------------------------------------------*/
table.portfolio-tracker.research-investments th:nth-of-type(6),
table.portfolio-tracker.research-investments td:nth-of-type(6) {
  display: none; }
table.portfolio-tracker.research-investments .group-closed-positions th:nth-of-type(6),
table.portfolio-tracker.research-investments .group-closed-positions td:nth-of-type(6) {
  display: table-cell; }
table.portfolio-tracker.research-investments .group-closed-positions th:nth-of-type(5),
table.portfolio-tracker.research-investments .group-closed-positions td:nth-of-type(5) {
  display: none; }

.widget-padding, .widget {
  padding: 8px; }

.widget {
  background-color: #f4f2e7;
  border-top: 4px solid #2967cd;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px; }

.widget.nostyling {
  background-color: white;
  border-top: none;
  padding: 0; }

.widget-title {
  font-size: 18px;
  line-height: 23.390625px;
  margin: 0 0 6px; }

.widget .subtitle {
  margin-top: -4px;
  padding: 0 0 6px; }

.mw-video-tutorial-content .entry-title {
  margin-bottom: 15px; }

.textwidget {
  line-height: 21px; }

.widget-header {
  min-height: 40px;
  padding: 14px 8px;
  position: relative; }
  .widget-header p {
    margin: 0; }
  .widget-header .icon {
    background: url("../img/sprite.png?ver=0.33") 999px 999px no-repeat;
    display: block;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px; }
    @media screen and (min-width: 760px) and (max-width: 1007px) {
      .widget-header .icon {
        display: none; } }

.widget-footer {
  color: #999;
  font-size: 11px;
  font-style: italic;
  padding: 10px 0 6px 0;
  text-align: center; }
  .widget-footer p {
    margin: 0; }

.widget-blue, .widget-still-worth-reading,
.widget-purple {
  border-top: 0;
  padding: 0; }

.widget-blue, .widget-still-worth-reading {
  background-color: #efefef; }
  .widget-blue .widget-header, .widget-still-worth-reading .widget-header {
    border-bottom: 5px solid #2967cd; }

.widget-purple {
  background-color: #f7ecfd; }
  .widget-purple .widget-header {
    border-bottom: 5px solid #aa12c6; }

ul.widget-content-list {
  list-style-type: none;
  margin: 0;
  padding: 0 8px; }
  ul.widget-content-list li {
    border-bottom: 1px solid #ccc;
    padding: 3px 0;
    position: relative; }
    ul.widget-content-list li p {
      margin: .4em 0; }

.mw-twitter-feed ul li {
  padding-left: 58px; }
  .mw-twitter-feed ul li img {
    left: 0;
    position: absolute;
    top: 10px; }
  .mw-twitter-feed ul li time {
    float: right;
    color: #999;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 11px;
    margin-top: 5px; }

.twitter-share-button {
  border: none; }

.cfct-module .mw-twitter-feed .icon {
  background-position: -160px -100px; }

.cfct-module .mw-rated-comments .icon {
  background-position: -320px -100px; }

.cfct-module-image-mod-image {
  margin-top: 16px; }

.widget-most-popular {
  background: none;
  border-top: 0;
  padding: 0; }
  .widget-most-popular .widget-title {
    display: none; }

.mw-rated-comments .mw-rated-comment-excerpt {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0; }
.mw-rated-comments .entry-meta {
  font-size: 11px;
  line-height: 17px;
  margin-top: 2px; }

.entry-content .ui-tabs-nav {
  padding-left: 0; }

ul.cfct-tabbed-box-tabs,
.ui-tabs-nav {
  display: none;
  border-bottom: 5px solid #2967cd;
  font-size: 10px;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 760px) {
    ul.cfct-tabbed-box-tabs,
    .ui-tabs-nav {
      display: block; } }
  ul.cfct-tabbed-box-tabs li,
  .ui-tabs-nav li {
    display: inline-block;
    float: left;
    margin-right: 3px; }
    @media (min-width: 480px) {
      ul.cfct-tabbed-box-tabs li,
      .ui-tabs-nav li {
        width: auto; } }
    ul.cfct-tabbed-box-tabs li a,
    .ui-tabs-nav li a {
      background-color: #ddd;
      color: #333;
      display: inline-block;
      padding: 4px 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 480px) {
        ul.cfct-tabbed-box-tabs li a,
        .ui-tabs-nav li a {
          width: auto; } }
      @media (min-width: 760px) {
        ul.cfct-tabbed-box-tabs li a,
        .ui-tabs-nav li a {
          padding: 4px 6px; } }
      @media (min-width: 1007px) {
        ul.cfct-tabbed-box-tabs li a,
        .ui-tabs-nav li a {
          font-size: 13px;
          padding: 4px 10px; } }
    ul.cfct-tabbed-box-tabs li .cfct-tabbed-box-active-tab, ul.cfct-tabbed-box-tabs li.ui-state-active a,
    .ui-tabs-nav li .cfct-tabbed-box-active-tab,
    .ui-tabs-nav li.ui-state-active a {
      background-color: #2967cd;
      color: #fff; }

.most-popular ul li {
  width: 50%;
  margin-right: 0px; }
  .most-popular ul li a {
    width: 99%;
    text-align: center; }
    .most-popular ul li a#most-popular-latest {
      margin-right: 2%; }

.ui-tabs-panel {
  margin-bottom: 10px; }
  .ui-tabs-panel article {
    border-bottom: 1px solid #ccc;
    padding: 8px 0 7px; }
    .ui-tabs-panel article p {
      margin: 0; }
    .ui-tabs-panel article span.h3 {
      display: block;
      font-size: 13px; }

#news-charts-tabs ~ .ui-tabs-panel .ui-tabs-nav {
  display: block; }

.cfct-tabbed-box .cfct-tabbed-box-tabs-contents {
  padding-top: 20px; }
  .cfct-tabbed-box .cfct-tabbed-box-tabs-contents h2 {
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 0; }
  .cfct-tabbed-box .cfct-tabbed-box-tabs-contents .category-name {
    margin-bottom: 8px; }
  .cfct-tabbed-box .cfct-tabbed-box-tabs-contents ul {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: .8em; }
  .cfct-tabbed-box .cfct-tabbed-box-tabs-contents .mar-top {
    margin-top: 24px; }

.cfct-tabbed-box .select-wrapper, .ui-tabs .select-wrapper {
  background: #2967cd;
  padding: 8px 10px; }
  .cfct-tabbed-box .select-wrapper select, .ui-tabs .select-wrapper select {
    border: 0; }
  @media (min-width: 760px) {
    .cfct-tabbed-box .select-wrapper, .ui-tabs .select-wrapper {
      display: none; } }

.free-daily-email {
  background-color: #fef098;
  height: auto;
  margin: 30px 0 14px;
  padding: 15px 10px 10px;
  position: relative; }
  .free-daily-email h2 {
    font-size: 20px;
    font-style: italic;
    margin: 0; }
  .free-daily-email p {
    margin-bottom: 10px; }
  .free-daily-email .button, .free-daily-email #lost-password input[type="submit"], #lost-password .free-daily-email input[type="submit"] {
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    padding: 6px 0 8px;
    text-align: center;
    text-shadow: -1px -1px 2px #000000;
    width: 86px; }
    @media (min-width: 760px) {
      .free-daily-email .button, .free-daily-email #lost-password input[type="submit"], #lost-password .free-daily-email input[type="submit"] {
        margin: 0px 12px 10px 0 !important; } }
  .free-daily-email .note {
    color: #333;
    display: block;
    float: left;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 13px;
    line-height: 16px;
    min-height: 36px;
    margin: 0 0 12px;
    width: 175px; }
    @media (min-width: 760px) {
      .free-daily-email .note {
        margin: 0;
        min-height: 0; } }
  .free-daily-email .icon {
    background: url("../img/sprite.png?ver=0.33") 0 -100px no-repeat;
    display: none;
    height: 68px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 80px; }
  @media (min-width: 760px) {
    .free-daily-email {
      margin: 0; } }

.cfox_widget .free-daily-email {
  margin: 30px 0 14px !important;
  height: auto !important;
  width: auto !important; }
  @media (min-width: 760px) {
    .cfox_widget .free-daily-email {
      margin: 0 !important; } }
.cfox_widget .note {
  color: #333;
  display: block;
  float: left;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 13px;
  line-height: 16px;
  min-height: 36px;
  margin: 0 0 12px;
  width: 175px; }
  @media (min-width: 760px) {
    .cfox_widget .note {
      margin: 0 !important;
      min-height: 0 !important; } }

.smallmpu {
  margin: auto; }
  @media (min-width: 760px) {
    .smallmpu {
      width: 200px !important;
      margin: 0; } }
  @media (min-width: 1007px) {
    .smallmpu {
      width: 280px !important; } }

.normalmpu {
  height: auto !important;
  width: auto !important; }

.moneyweek-magazine {
  background-color: #fef098;
  padding: 15px 10px 1px;
  position: relative;
  width: auto !important;
  height: auto !important; }
  .moneyweek-magazine h1 {
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    margin: 0 0 4px;
    text-align: left; }
    @media (min-width: 760px) {
      .moneyweek-magazine h1 {
        text-align: center; } }
    @media (min-width: 1007px) {
      .moneyweek-magazine h1 {
        text-align: left; } }
  .moneyweek-magazine p {
    font-size: 14px;
    margin-top: 0;
    text-align: left; }
    @media (min-width: 760px) {
      .moneyweek-magazine p {
        text-align: center; } }
    @media (min-width: 1007px) {
      .moneyweek-magazine p {
        text-align: left; } }
  .moneyweek-magazine .note {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin-top: 14px;
    padding-bottom: 14px;
    text-align: left; }
    @media (min-width: 760px) {
      .moneyweek-magazine .note {
        text-align: center; } }
    @media (min-width: 1007px) {
      .moneyweek-magazine .note {
        text-align: left; } }
  .moneyweek-magazine a.button {
    display: block;
    margin: 12px 0 12px 126px;
    text-align: center;
    width: 130px; }
    @media (min-width: 760px) {
      .moneyweek-magazine a.button {
        margin: 12px auto; } }
    @media (min-width: 1007px) {
      .moneyweek-magazine a.button {
        float: right;
        margin: 5px 0 12px; } }

.magazine-cover {
  background: url("../img/magazine-cover.png?ver=0.33") no-repeat;
  float: left;
  height: 161px;
  margin: 0 auto 22px;
  padding-right: 12px;
  width: 113px; }
  @media (min-width: 760px) {
    .magazine-cover {
      float: none;
      margin-bottom: 10px;
      padding-right: 0; } }
  @media (min-width: 1007px) {
    .magazine-cover {
      float: left;
      margin-bottom: 0;
      padding-right: 12px; } }

article.video-1,
article.video-2,
article.video-3 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }
  article.video-1 h3,
  article.video-2 h3,
  article.video-3 h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 19.5px; }
  article.video-1 .comments-link,
  article.video-2 .comments-link,
  article.video-3 .comments-link {
    line-height: 1.5em; }

article.video-1 h3 {
  float: left;
  margin-top: -1px;
  padding-right: 10px; }
article.video-1 .video-tutorial-image {
  margin: 10px 0 8px;
  width: 100%; }
  @media (min-width: 760px) {
    article.video-1 .video-tutorial-image {
      margin: 0; } }
article.video-1 label {
  display: block; }
article.video-1 iframe {
  clear: both;
  display: block; }
article.video-1 .comments-link {
  float: left; }
  @media (min-width: 760px) {
    article.video-1 .comments-link {
      margin-bottom: 8px; } }

article.video-2,
article.video-3 {
  display: none; }
  article.video-2 h3,
  article.video-3 h3 {
    margin-bottom: -3px;
    margin-top: -3px; }
  article.video-2 .video-meta,
  article.video-3 .video-meta {
    float: right;
    width: 152px; }
  article.video-2 br,
  article.video-3 br {
    display: none; }
  @media (min-width: 1007px) {
    article.video-2,
    article.video-3 {
      display: block; } }

.widget-video-tutorial {
  padding-bottom: 0; }
  .widget-video-tutorial .video-title {
    font-weight: bold; }
  .widget-video-tutorial .widget-footer {
    font-size: 11px; }
    .widget-video-tutorial .widget-footer a {
      color: #333; }
  .widget-video-tutorial iframe {
    height: 150px;
    width: 254px;
    margin: auto; }
    @media (min-width: 760px) {
      .widget-video-tutorial iframe {
        height: 120.5px;
        width: 204px; } }
    @media (min-width: 1007px) {
      .widget-video-tutorial iframe {
        height: 169px;
        width: 286px; } }

.mw-spread_betting-video-loop .excerpt {
  font-size: 13px;
  line-height: 17px; }
.mw-spread_betting-video-loop .entry-content,
.mw-spread_betting-video-loop .entry-meta {
  font-weight: normal; }
.mw-spread_betting-video-loop h3 a {
  color: #2967CD; }
.mw-spread_betting-video-loop .has-media h3,
.mw-spread_betting-video-loop .has-media .entry-content,
.mw-spread_betting-video-loop .has-media .entry-meta {
  padding-left: 145px; }
.mw-spread_betting-video-loop .entry-content {
  font-size: 13px;
  line-height: 17px;
  padding: 0; }
.mw-spread_betting-video-loop .entry-meta {
  font-size: 11px; }
.mw-spread_betting-video-loop .wp-post-image {
  margin-right: 0;
  margin-top: 4px; }
@media (min-width: 760px) {
  .mw-spread_betting-video-loop .has-media h3,
  .mw-spread_betting-video-loop .has-media .entry-content,
  .mw-spread_betting-video-loop .has-media .entry-meta {
    clear: left;
    padding-left: 0; } }
@media (min-width: 1007px) {
  .mw-spread_betting-video-loop .has-media h3,
  .mw-spread_betting-video-loop .has-media .entry-content,
  .mw-spread_betting-video-loop .has-media .entry-meta {
    clear: none;
    padding-left: 145px; } }

#search-sidebar {
  background: #f3f3f3;
  padding: 17px 24px 6px;
  border-top: none; }
  #search-sidebar p {
    margin-bottom: 7px; }

#sidebar-widget-search label {
  font-size: 0.85em;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #999;
  display: block;
  margin-bottom: 4px; }

#sidebar-widget-search select,
#sidebar-widget-search input {
  width: 100%;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 0.8em;
  height: 2.3em;
  padding-left: 6px; }

input#sidebar-search-submit {
  width: 30%;
  height: 34px;
  padding: 0; }

.mw-featured-search-content .entry-title {
  font-size: 14px;
  line-height: 18px; }

.mw-featured-search-content .entry-content {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 0 0; }

.mw-featured-search-content article {
  border-top: 1px solid #ccc;
  margin-bottom: 6px;
  padding-top: 6px; }

.widget-author-posts .ui-widget-content,
.widget-still-worth-reading .ui-widget-content {
  padding: 6px 0 0; }
.widget-author-posts .entry-title,
.widget-still-worth-reading .entry-title {
  font-size: 14px;
  line-height: 18px; }
.widget-author-posts .entry-content,
.widget-still-worth-reading .entry-content {
  padding: 6px 0 3px; }
.widget-author-posts article,
.widget-still-worth-reading article {
  margin-bottom: 12px; }

.widget-still-worth-reading .widget-title {
  padding: 14px 8px 0; }
.widget-still-worth-reading .subtitle {
  padding: 0 8px 14px; }
.widget-still-worth-reading .mw-still-worth-reading-content {
  padding: 14px 8px;
  border-top: 5px solid #2967CD; }
.widget-still-worth-reading .widget-excerpt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 7px;
  padding-bottom: 5px; }
  .widget-still-worth-reading .widget-excerpt:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.widget-author-comments .ui-widget-content {
  padding: 6px 0 0; }
.widget-author-comments .entry-content {
  padding: 6px 0 0; }
.widget-author-comments .author-comment {
  margin-bottom: 12px; }

.mw-director-deals,
.mw-company-news-overview {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 11px; }
  .mw-director-deals table,
  .mw-company-news-overview table {
    width: 100%; }
    .mw-director-deals table th,
    .mw-company-news-overview table th {
      background-color: #e0ebfd;
      color: #000;
      font-weight: bold;
      padding: 7px 8px;
      text-align: left;
      font-size: 11px; }
    .mw-director-deals table td,
    .mw-company-news-overview table td {
      font-size: 11px;
      padding: 8px; }
  .mw-director-deals .no-results,
  .mw-company-news-overview .no-results {
    padding: 16px; }

.company-row.head {
  background-color: #e0ebfd;
  color: #fff;
  font-weight: bold;
  padding: 7px 11px;
  text-align: left; }

/* 	Director Dealings
	------------------------------------------------------- */
.mw-newswire-articles .indices-list .entry-header,
.mw-newswire-articles .indices-list .entry-title {
  font-size: 14px;
  margin: 0; }
.mw-newswire-articles .indices-list .entry-header {
  width: 75px; }
.mw-newswire-articles .indices-list .archive-title {
  margin-top: 20px; }
.mw-newswire-articles .indices-list .entry-content p {
  margin-bottom: 15px; }
.mw-newswire-articles .indices-list .entry-content.p1 {
  padding-top: 0; }
.mw-newswire-articles .indices-list.indices-list-content .entry-title {
  font-size: 20px;
  line-height: 24px;
  float: none; }
.mw-newswire-articles .indices-list.indices-list-content .entry-meta {
  line-height: 25.59px;
  margin: 5px 0;
  width: auto; }

.mw-recent-articles .newsfeed-list .entry-header,
.mw-recent-articles .newsfeed-list .entry-title {
  float: left;
  font-size: 14px;
  margin: 0; }
.mw-recent-articles .newsfeed-list .entry-header {
  width: 140px; }

#blogsWeLike {
  background-color: #fceef3;
  border-color: #1e017b; }
  #blogsWeLike ul {
    list-style-type: none;
    font-weight: bold;
    line-height: 20px; }
    #blogsWeLike ul a {
      color: #1e017b; }

.bwl-disclaimer {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 11px; }

.widget-magazine-issues ul {
  list-style-type: none;
  padding-left: 0; }
  .widget-magazine-issues ul li {
    margin-top: 8px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    padding-bottom: 8px; }

.attachment-mag-cover-small,
.back-issues-image {
  float: left;
  height: auto;
  margin-right: 8px;
  width: 90px; }

.mags-archive {
  float: left;
  height: 134px;
  margin-right: 8px;
  position: relative;
  width: 90px; }
  .mags-archive img,
  .mags-archive img.back-issues-image {
    -moz-box-shadow: 1px 2px 3px #666;
    /* FF3.5+ */
    -webkit-box-shadow: 1px 2px 3px #666;
    /* Saf3+, Chrome */
    box-shadow: 1px 2px 3px #666;
    /* Standard. Opera 10.5, IE9 */
    height: auto;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 78px; }
    .mags-archive img:first-child,
    .mags-archive img.back-issues-image:first-child {
      left: 4px;
      top: 4px;
      -ms-transform: rotate(-3deg);
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .mags-archive img:last-child,
    .mags-archive img.back-issues-image:last-child {
      left: 12px;
      top: 12px;
      -ms-transform: rotate(3deg);
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg); }

.back-issues-info {
  display: block;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-top: 14px; }

.back-issues-issue {
  color: #444;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal; }

.back-issues-date {
  color: #444;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal; }

.cfox {
  border-top: none;
  background-color: none;
  padding: 0; }

.mw-external-reference-link {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
  color: #2967cd; }

.widget-risers-fallers table {
  background: #f3f3f3;
  max-width: 100%;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 1007px) {
    .widget-risers-fallers table {
      font-size: 14px;
      line-height: 20px; } }
.widget-risers-fallers td, .widget-risers-fallers th {
  padding: 0 4px;
  border: 1px solid #999; }

.widget-mw-naked-text .widget-title {
  display: none; }

.single-ldn_investment_alert .widget, .page-template-page-publication .widget, .post-type-archive-ldn_investment_alert .widget {
  background-color: white;
  border-top: none;
  padding: 8px; }
  .single-ldn_investment_alert .widget .widget-title-container, .page-template-page-publication .widget .widget-title-container, .post-type-archive-ldn_investment_alert .widget .widget-title-container {
    border-bottom: 2px solid #ececec; }
  .single-ldn_investment_alert .widget .widget-title, .page-template-page-publication .widget .widget-title, .post-type-archive-ldn_investment_alert .widget .widget-title {
    background-color: #ececec;
    text-transform: uppercase;
    color: #666666;
    width: inherit;
    display: inline-block;
    margin-bottom: 0px;
    padding: 4px 8px; }
.single-ldn_investment_alert .widget-mw-naked-text .widget-title, .page-template-page-publication .widget-mw-naked-text .widget-title, .post-type-archive-ldn_investment_alert .widget-mw-naked-text .widget-title {
  display: block; }
.single-ldn_investment_alert #masthead #publication-logo, .page-template-page-publication #masthead #publication-logo, .post-type-archive-ldn_investment_alert #masthead #publication-logo {
  float: left; }
.single-ldn_investment_alert #masthead .moneyweek-logo, .page-template-page-publication #masthead .moneyweek-logo, .post-type-archive-ldn_investment_alert #masthead .moneyweek-logo {
  min-height: 110px; }
.single-ldn_investment_alert #masthead-logo, .page-template-page-publication #masthead-logo, .post-type-archive-ldn_investment_alert #masthead-logo {
  float: right; }
  .single-ldn_investment_alert #masthead-logo img, .page-template-page-publication #masthead-logo img, .post-type-archive-ldn_investment_alert #masthead-logo img {
    width: 200px; }

@media only screen and (max-width: 759px) {
  .single-ldn_investment_alert #masthead-logo, .page-template-page-publication #masthead-logo, .post-type-archive-ldn_investment_alert #masthead-logo {
    display: block;
    float: none; }
    .single-ldn_investment_alert #masthead-logo #publication-logo, .page-template-page-publication #masthead-logo #publication-logo, .post-type-archive-ldn_investment_alert #masthead-logo #publication-logo {
      text-align: center;
      margin-bottom: 10px; }
  .single-ldn_investment_alert .naked-text-widget-content p#email-contact, .page-template-page-publication .naked-text-widget-content p#email-contact, .post-type-archive-ldn_investment_alert .naked-text-widget-content p#email-contact {
    float: left; } }
@media only screen and (max-width: 1006px) and (min-width: 760px) {
  .single-ldn_investment_alert #masthead #publication-logo, .page-template-page-publication #masthead #publication-logo, .post-type-archive-ldn_investment_alert #masthead #publication-logo {
    max-width: 400px; } }
.page-template-page-publication .widget {
  margin-bottom: 10px; }

.page-template-page-publication #nav-search {
  right: 20px;
  bottom: 10px; }

.single-ldn_investment_alert .recent-posts-title, .page-template-page-publication .recent-posts-title, .post-type-archive-ldn_investment_alert .recent-posts-title {
  font-size: 1.4em;
  margin-bottom: 0.5em; }
.single-ldn_investment_alert .recent-posts-ul, .page-template-page-publication .recent-posts-ul, .post-type-archive-ldn_investment_alert .recent-posts-ul {
  padding-left: 0;
  margin: 0; }
.single-ldn_investment_alert .recent-posts-li, .page-template-page-publication .recent-posts-li, .post-type-archive-ldn_investment_alert .recent-posts-li {
  border-bottom: 1px solid #ececec;
  list-style-type: none;
  padding: 10px 0; }

.page-template-page-publication #latest-publication-posts .recent-posts-li {
  border-bottom: none; }

.page-template-page-publication .recent-posts-li time {
  font-size: 0.8em;
  display: block;
  margin-bottom: 3px; }

.page-template-page-publication .widget-mw-naked-text img {
  border: 3px solid #ececec; }

.page-template-page-publication .naked-text-widget-content {
  padding: 10px 0 0; }

.page-template-page-publication .naked-text-widget-content h4 {
  margin: 0; }

.page-template-page-publication .vzaar-video-player {
  border: 2px solid black;
  float: left;
  margin: 0 10px 10px 0; }

.page-template-page-publication #special-report-container p {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold; }
  .page-template-page-publication #special-report-container p a {
    color: black; }
    .page-template-page-publication #special-report-container p a:hover {
      color: #2967cd; }
.page-template-page-publication .special-report {
  width: 45%;
  padding-right: 5%;
  float: left; }
  .page-template-page-publication .special-report img {
    float: left;
    margin: 0 5px 5px 0; }

.page-template-page-publication #ebook-image {
  border: none;
  float: left;
  margin-right: 10px; }

.page-template-page-publication .ebook-chapter-list-container {
  width: 40%;
  float: left; }

.page-template-page-publication .ebook-chapter-list-container li {
  margin-bottom: 3px; }

.page-template-page-publication #secondary .recent-posts-extended:first-child .widget-title-container {
  border-color: #2967cd; }

.page-template-page-publication #secondary .recent-posts-extended:first-child h2 {
  background-color: #2967cd;
  color: white; }

.single-ldn_investment_alert .special-reports-sidebar, .post-type-archive-ldn_investment_alert .special-reports-sidebar {
  padding-left: 0; }
  .single-ldn_investment_alert .special-reports-sidebar .special-report, .post-type-archive-ldn_investment_alert .special-reports-sidebar .special-report {
    list-style-type: none;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px; }
    .single-ldn_investment_alert .special-reports-sidebar .special-report p, .post-type-archive-ldn_investment_alert .special-reports-sidebar .special-report p {
      font-size: 1.2em; }
      .single-ldn_investment_alert .special-reports-sidebar .special-report p a, .post-type-archive-ldn_investment_alert .special-reports-sidebar .special-report p a {
        color: black; }
        .single-ldn_investment_alert .special-reports-sidebar .special-report p a:hover, .post-type-archive-ldn_investment_alert .special-reports-sidebar .special-report p a:hover {
          color: #2967cd; }

@media only screen and (max-width: 1006px) and (min-width: 760px) {
  .page-template-page-publication .vzaar-video-player {
    float: none; }

  .page-template-page-publication .special-report-container {
    width: 100%; }

  .page-template-page-publication #secondary-special-reports {
    border-left: none;
    margin-left: 0;
    padding-left: 0; }

  .page-template-page-publication .secondary-special-report {
    min-height: 135px; }

  .page-template-page-publication .ebook-chapter-list-container {
    width: 100%;
    float: none; }

  .page-template-page-publication .ebook-chapter-list-container ul {
    margin: 0;
    padding: 0; }

  .page-template-page-publication .ebook-chapter-list-container li {
    list-style-type: none; } }
@media only screen and (max-width: 645px) {
  .page-template-page-publication .special-report {
    width: 100%; }

  .page-template-page-publication .ebook-chapter-list-container {
    width: 100%;
    float: none; }

  .page-template-page-publication .ebook-chapter-list-container li {
    list-style-type: none; } }
.page-template-page-help-guide {
  background-color: #f3f3f3;
  height: 100%; }
  .page-template-page-help-guide .bold-header {
    background-color: #2967cd;
    color: white;
    border: 1px solid #2967cd;
    padding: 10px 20px;
    margin: 10px 0px; }
  .page-template-page-help-guide .panel {
    background-color: white;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    border-radius: 0px;
    padding: 20px;
    border: 1px solid transparent; }
  .page-template-page-help-guide .interactive-guide-answer {
    display: none; }
    .page-template-page-help-guide .interactive-guide-answer.interactive-guide-answer-displayed {
      display: block; }
  .page-template-page-help-guide .show_nac_form {
    cursor: pointer; }
  .page-template-page-help-guide .nac_form {
    display: none; }
  .page-template-page-help-guide #help-guide-selector {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%; }
    .page-template-page-help-guide #help-guide-selector li {
      display: block;
      float: left;
      width: 100%;
      list-style: none;
      font-size: 14px;
      padding: 5px;
      cursor: pointer;
      transition: 0.3s all;
      -webkit-transition: 0.3s all;
      border-bottom: 1px solid #ccc; }
    .page-template-page-help-guide #help-guide-selector li:hover,
    .page-template-page-help-guide #help-guide-selector .on {
      background: #eee; }
    .page-template-page-help-guide #help-guide-selector li:last-child {
      border: none; }
  .page-template-page-help-guide .hg_sidebar {
    float: left;
    clear: both;
    width: 31.3%;
    min-height: 680px; }
    .page-template-page-help-guide .hg_sidebar strong {
      font-size: 17px;
      float: left;
      margin: 0 0 10px 0; }
  .page-template-page-help-guide .hg_output {
    float: right;
    width: 66.6%;
    min-height: 680px; }
    .page-template-page-help-guide .hg_output #loginform .login-remember {
      width: auto;
      float: left; }
      .page-template-page-help-guide .hg_output #loginform .login-remember #rememberme {
        float: left;
        width: auto;
        margin: 4px 8px 0 0;
        height: auto; }
    .page-template-page-help-guide .hg_output #loginform .login-submit {
      width: auto;
      float: right;
      margin-top: 0px !important; }
      .page-template-page-help-guide .hg_output #loginform .login-submit input {
        padding: 0 20px; }
    .page-template-page-help-guide .hg_output p {
      font-size: 14px; }
      .page-template-page-help-guide .hg_output p .input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #ccc; }
    .page-template-page-help-guide .hg_output .form-control {
      padding: 0 10px; }
  .page-template-page-help-guide #default_answer_content h1,
  .page-template-page-help-guide .hg_output h2 {
    margin: 0 0 15px 0; }
  .page-template-page-help-guide .hg_output #qchange_personal_details form p {
    float: left;
    width: 98%;
    margin: 0 1% 15px 1%; }
  .page-template-page-help-guide .hg_output #qchange_personal_details form button {
    float: right;
    clear: both;
    margin: 0 1% 0 0; }
  .page-template-page-help-guide .hg_output #qeditor_question form p {
    float: left;
    width: 98%;
    margin: 0 1% 15px 1%; }
  .page-template-page-help-guide .hg_output #qeditor_question form p:nth-child(4),
  .page-template-page-help-guide .hg_output #qeditor_question form p:nth-child(5) {
    width: 98%; }
  .page-template-page-help-guide .hg_output #qeditor_question form p input {
    width: 100%;
    padding: 0 2%;
    height: 33px; }
  .page-template-page-help-guide .hg_output #qeditor_question form p textarea {
    width: 100%;
    padding: 0 1%; }
  .page-template-page-help-guide .hg_output #qeditor_question form .wpcf7-submit {
    width: 200px !important;
    padding: 0 !important;
    float: right; }
  .page-template-page-help-guide .hg_output #qloggingin #mw_login h1 {
    display: none; }
  .page-template-page-help-guide .hg_output #qloggingin #mw_login .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0; }
  .page-template-page-help-guide .hg_output .nac form p {
    float: left;
    width: 98%;
    margin: 0 1% 15px 1%; }
  .page-template-page-help-guide .hg_output .nac form p:nth-child(6),
  .page-template-page-help-guide .hg_output .nac form p:nth-child(7) {
    width: 98%; }
  .page-template-page-help-guide .hg_output .nac form p input,
  .page-template-page-help-guide .hg_output .nac form p select {
    width: 100%;
    padding: 0 2%;
    height: 33px; }
  .page-template-page-help-guide .hg_output .nac form p textarea {
    width: 100%;
    padding: 0 1%; }
  .page-template-page-help-guide .hg_output .nac form p .wpcf7-submit {
    float: right;
    width: 200px !important;
    padding: 0 !important; }
  .page-template-page-help-guide #email_vendors {
    margin: 0;
    padding: 0; }
    .page-template-page-help-guide #email_vendors li.tab {
      list-style: none;
      margin-bottom: 5px; }
      .page-template-page-help-guide #email_vendors li.tab .title {
        padding: 10px;
        background: #999;
        color: #fff;
        display: block;
        border-radius: 2px;
        position: relative;
        cursor: pointer; }
        .page-template-page-help-guide #email_vendors li.tab .title .fa {
          position: absolute;
          top: 13px;
          right: 15px;
          font-size: 20px;
          transition: 0.3s all;
          -webkit-transition: 0.3s all; }
        .page-template-page-help-guide #email_vendors li.tab .title .fa.rotate {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
      .page-template-page-help-guide #email_vendors li.tab article {
        padding: 15px;
        border: 1px solid #ccc;
        display: none; }
        .page-template-page-help-guide #email_vendors li.tab article ul {
          margin-bottom: 20px; }
          .page-template-page-help-guide #email_vendors li.tab article ul li {
            list-style: disc; }
  .page-template-page-help-guide .unsubscribe_form .pub {
    box-shadow: inset 0 0 0 1px #ccc;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #f4f4f4; }
    .page-template-page-help-guide .unsubscribe_form .pub .logo_container {
      float: left;
      width: 100%;
      height: 60px;
      margin: 0 0 10px 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      text-align: right;
      padding: 12px 0 0 0;
      font-size: 20px; }
  .page-template-page-help-guide .unsubscribe_form .unsubscribe_que {
    box-shadow: inset 0 0 0 1px red; }
  .page-template-page-help-guide .wpcf7-form.sent > p {
    display: none; }
  .page-template-page-help-guide div.wpcf7-response-output {
    display: inline-block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
    .page-template-page-help-guide div.wpcf7-response-output.wpcf7-mail-sent-ok {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
    .page-template-page-help-guide div.wpcf7-response-output.wpcf7-mail-sent-ng {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    .page-template-page-help-guide div.wpcf7-response-output.wpcf7-validation-errors {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }

@media (max-width: 991px) {
  .hg_output #qchange_personal_details p,
  .hg_output #qeditor_question form p,
  .hg_output .nac form p {
    width: 100% !important;
    margin: 0 0 15px 0 !important; }

  .hg_sidebar,
  .hg_output {
    width: 100%;
    min-height: 10px; }

  #wp-submit {
    white-space: normal; } }

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