/*   
Theme Name: WorldNetDaily
Theme URI: https://github.com/c3mdigital/WP-UnFramework
Description: WND.com WordPress theme built for WorldNetDaily
Author: Chris Olbekson
Author URI: http://c3mdigital.com
Version: 0.3
License: Licensed for the exclusive use of WorldNetDaily on www.wnd.com
*
* Copyright 2011 WorldNetDaily all rights reserved
*
*/


/*   SITE COLOR GUIDE
Red: #ca0002;
Green: #48b934;

So that this file updates.


*/

/* Webfonts @font-face
-------------------------------------------------------------------------------*/

/* Regular */
@font-face {
    font-family: 'League Gothic WND';
    src: url('/font/leaguegothicwnd-regular.eot');
    src: url('/font/leaguegothicwnd-regular.eot?#iefix') format('embedded-opentype'),
         url('/font/leaguegothicwnd-regular.woff') format('woff'),
         url('/font/leaguegothicwnd-regular.ttf') format('truetype'),
         url('/font/leaguegothicwnd-regular.svg#league_gothic_wndregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Italic */
@font-face {
    font-family: 'League Gothic WND';
    src: url('/font/leaguegothicwnd-italic.eot');
    src: url('/font/leaguegothicwnd-italic.eot?#iefix') format('embedded-opentype'),
         url('/font/leaguegothicwnd-italic.woff') format('woff'),
         url('/font/leaguegothicwnd-italic.ttf') format('truetype'),
         url('/font/leaguegothicwnd-italic.svg#league_gothic_wnd_italicRg') format('svg');
    font-weight: normal;
    font-style: italic;

}

/*
@font-face {
    font-family: 'Oswald';
    src: url('/font/oswald-bold-webfont.eot');
    src: url('/font/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/oswald-bold-webfont.woff') format('woff'),
         url('/font/oswald-bold-webfont.ttf') format('truetype'),
         url('/font/oswald-bold-webfont.svg#OswaldBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
*/



@font-face {
    font-family: 'Oswald';
    src: url('/font/oswald-light-webfont.eot');
    src: url('/font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/oswald-light-webfont.woff') format('woff'),
         url('/font/oswald-light-webfont.ttf') format('truetype'),
         url('/font/oswald-light-webfont.svg#OswaldLight') format('svg');
    font-weight: lighter;
    font-style: normal;

}




@font-face {
    font-family: 'Oswald';
    src: url('/font/oswald-regular-webfont.eot');
    src: url('/font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/oswald-regular-webfont.woff') format('woff'),
         url('/font/oswald-regular-webfont.ttf') format('truetype'),
         url('/font/oswald-regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
@font-face {
    font-family: 'InterstateRegular';
    src: url('/font/interstate_regular_cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/interstate_regular_cond-webfont.woff') format('woff'),
         url('/font/interstate_regular_cond-webfont.ttf') format('truetype'),
         url('/font/interstate_regular_cond-webfont.svg#InterstateRegular') format('svg');
}
*/


/*!
 *  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('/font/fontawesome-webfont.eot?v=4.3.0');
  src: url('/font/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/font/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/font/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/font/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/font/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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}


/* custom */
.option-icon-left {
    margin-right: 5px;
}

.option-icon-right {
    margin-left: 5px;
}

.icon-overlap {
    position: absolute;
}


/* HTML 5 Reset 
-------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    padding: 0;
    /*-webkit-font-smoothing: antialiased;*/
}
#mobile {
    position: relative;
    padding: 0;
}								

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

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

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

nav ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {
   margin: 0; 
   padding: 0; 
   font-size: 100%; 
   vertical-align: baseline; 
   background: transparent; 
   /*color: #48b934;*/
   color: #004276;
   text-decoration: none; 
   }
a:visited {
   color: #667286;
}
a:hover {
    /*color: #48b934;*/
   color: #ca0002;
}

.single a:hover {
    text-decoration: underline;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

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

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}

select, input, textarea {font: 99% Helvetica, Arial, sans-serif;}

table {font-size: inherit; font: 100%;}
a:hover, a:active {outline: none;}
strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

button {width: auto; overflow: visible;}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* Some additional default styling  feel free to remove or overwrite
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

body, select, input, textarea {color: #333;}
a:hover {
    /*color: #48b934;*/
   color: #ca0002;
}

/* Custom text-selection colors */
::-moz-selection{background: #fcd700; color: #000; text-shadow: none;}
::selection {background: #fcd700; color: #000; text-shadow: none;} 


/*	j.mp/webkit-tap-highlight-color */

a:link {-webkit-tap-highlight-color: #fcd700;} 

/*a:link {-webkit-tap-highlight-color: #48b934;} */

/* A little typography 
-----------------------------------------------------------------------------------*/


ins {background-color: #fff; color: #000; text-decoration: none;}
mark {background-color: #fff; color: #000; font-style: italic; font-weight: bold;}
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #fff; color: #000; text-decoration: none; }
mark { background: #fff; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 90%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
.text-size-50p {
    font-size: 50% !important;
}
.text-size-60p {
    font-size: 60% !important;
}
.text-size-70p {
    font-size: 70% !important;
}



/* Pseudo Responsive
-------------------------------------------------------------------------------*/
#mobile {
    overflow: hidden;
}

#desktop .mobile-only {
    display: none;
}

#mobile .desktop-only {
    display: none;
}

#mobile .mobile-100p {
    width: 100% !important;
}
#mobile .mobile-60p {
    width: 60% !important;
}
#mobile .mobile-50p {
    width: 50% !important;
}
#mobile .mobile-40p {
    width: 40% !important;
}

#mobile .mobile-33p {
    width: 33.3333333333% !important;
}

#mobile .mobile-nopadding {
    padding: 0 !important;
}

#mobile .mobile-nomargin {
    margin: 0 !important;
}



/* Nav Menus
-------------------------------------------------------------------------------*/
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-and-mag {
    position: relative; 
    max-width: 980px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 185px;
}

.short-top-logo {
   display: block; 
   position: absolute; 
   width: 268px;
   left: 14px;
   bottom: 5px;
}
.short-top-logo img {
    width: 100%;
}

.header-magazines {
    position: absolute;
    right: 14px;  
    bottom: 7px;
}
.menu-magazines {
    text-align: center;
}
.menu-mag-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 10px 10px 0;
    border-top: solid 1px #111;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
}
.menu-mag-title .subscribe {
    color: #fff;
    font-weight: bold;
}
.magazine-statements {
    display: inline-block;
    vertical-align: bottom;
    width: 126px;
}
.magazine-statements img {
    width: 100%;
    height: auto;
}
.magazine-whistleblower {
    display: inline-block;
    vertical-align: bottom;
    height: 135px;
    margin-left: 15px;
}
.menu-magazines .magazine-whistleblower {
    margin-left: 0;
}
.magazine-whistleblower img {
    height: 100%;
    width: auto;
}
.magazine-wnd-weekly {
    display: inline-block;
    vertical-align: bottom;
    height: 135px;
    margin-left: 15px;
}
.magazine-wnd-weekly img {
    width: auto;
    height: 100%;
}

#extra-nav-container {
   background: #000;
   
}

#extra-nav-container .content-body {
    position: relative;
    text-align: right;
    height: 40px;    
}

#extra-nav-container .content-body a {
    color: #888;
}

.account-links {
    padding-top: 10px;
    padding-left: 290px;
    line-height: 40px;
    text-transform: uppercase;
    list-style: none;
    font-size: 12px;
    text-align: left;
}
.account-links li {
    display: inline;
}

#desktop #main-nav-container {
    padding: 15px 0 10px;
    background: #000;
    height: 40px;
}

#desktop #main-nav-container .content-body {
    position: relative;
}

.site-share {
    position: absolute;
    top: 10px;
    left: 140px;
    width: 188px;
    text-align: left;
}

.site-share .fb-like {
    margin-top: 8px;
    vertical-align: top;
}

.site-share .twitter-follow-button {
    margin-top: 8px;
}

.header-search {
    position: absolute;
    z-index: 20;
    right: 140px;
    top: 15px;
    /*
    padding: 4px 4px 7px 4px;
    background: #e9e9ea;
    */
}

#mobile #main-nav-container {
    display: none;
    position: fixed;
    z-index: 10050;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background-color: #171717; 
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
}

#main-nav-container .close-menu {
    font-size: 40px;
    margin-left: 10px;
    color: #fff;
}

#mobile #main-nav-container .menu-content {
    /* To make sure it works with overflow-y: scroll; */
    position: absolute;
    width: 100%;
    z-index: 2;
}


.menu-account {
    position: absolute;
    top: 20px;
    right: 10px;
}

.menu-account .button {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;    
    color: #222;
    border: solid 1px #111;
    border-radius: 2px;
    text-transform: uppercase;
}

.menu-account .button a {
    /*color: #48b934;*/
   color: #ca0002;    
}


#main-nav-container #search { 
    position: relative;
}

#main-nav-container #s.search { 
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px 0 35px; 
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px;  
    border-radius: 2px;  
    background-color: #000;
    border: solid 1px #111;
    font-size: 12px;
    line-height: 24px;
    -moz-box-shadow: #666 0 1px 0;
    -webkit-box-shadow: #666 0 1px 0;
    box-shadow: #666 0 1px 0;
    color: #ccc; 
}

.google-search {
    width: 220px;
}

#mobile #main-nav-container #search { 
    position: relative;
    margin: 10px 10px 0;
    padding-top: 10px;
    border-top: solid 1px #111;
}

#mobile #main-nav-container #search img {
    position: absolute;
    margin-left: -20px; 
}

#mobile #main-nav-container #s.search { 
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px 0 35px; 
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px;  
    border-radius: 2px;  
    background-color: #000;
    border: solid 1px #111;
    font-size: 16px;
    line-height: 30px;
    -moz-box-shadow: #666 0 1px 0;
    -webkit-box-shadow: #666 0 1px 0;
    box-shadow: #666 0 1px 0;
    color: #ccc; 
}

.search-field-icon {
    position: absolute;
    line-height: 26px;
    font-size: 16px;
    margin-left: 10px;
    color: #999;
}

#main-nav-container .menu-header {
    position: relative;
    padding: 10px 0;
    background: #222;
}

#main-nav  {
    position: relative;
    height: 40px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
    padding: 0 12px;
    font-weight: 100;
}
#main-nav a:hover .nav-menu-item-subtext,
#main-nav a:hover,
#main-nav .menu-item a:hover {
    /*color: #48b934;*/
   color: #ca0002;
    text-decoration: none;
}

#mobile #main-nav  {
    padding: 120px 0 0 0;
}

.nav-logo {
    position: absolute;
    top: -40px;
    left: 3px;
    z-index: 1;
    width: 120px;
    height: 95px;
    background-color: #50575f;
    background-image: url(_/images/wnd-logo-white.png);
    background-size: 84% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

#desktop #menu-top-menu {
    margin-left: 10px;
    text-align: center;
}

#menu-top-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 40px;
}

#desktop .top.menu-item {
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding: 0 40px;
    line-height: 40px;
}


#mobile .top.menu-item {
    float: left;
    box-sizing: border-box;
    text-align: left;
    line-height: 40px;
    width: 16%;
    padding-bottom: 20px;
}

#mobile .top.menu-item.front-page {
    float: left;
    width: 50%;
} 

#mobile .top.menu-item.wnd-tv {
    float: right;
    width: 100%;
}

#mobile .top.menu-item.opinion {
    float: left;
    width: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .4), transparent);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4), transparent);    
}

#mobile .top.menu-item.money {
    width: 50%;    
}

#mobile .top.menu-item.diversions {
    width: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .4), transparent);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4), transparent);    
}

#mobile .top.menu-item.super {
    width: 100%;
}

.top.menu-item > a {
    color: #fff;
    display: block;
    height: 40px;
}

#mobile .top.menu-item > a {
    padding-left: 10px;
    line-height: 40px;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.1) inset;
    background-color: rgba(255,255,255, 0.06);
    position: relative;
    font-size: 14px; 
    color: #fff; 
    font-weight: normal; 
}

#mobile .top.menu-item > a:after {
  content: "\f061";
  /*content: "\f0a9";*/
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  line-height: 36px;
  text-rendering: auto;
  color: rgba(255,255,255,0.07);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}



#main-nav .menu-item:hover .sub-menu {
    display: block;
}

#main-nav .sub-menu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    min-width: 16%;
    padding: 0 30px 20px 30px;
    list-style: none;
    background: #fff;
    text-align: left;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    box-shadow: 0 5px 8px rgba(0,0,0,0.4);
    border-radius: 0 2px 2px 0;
}

#mobile #main-nav .sub-menu {
    display: block;
    position: static;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 10px;
}

#main-nav .sub-menu a {
    display: block;
    color: #000;
    width: 100%;
}

#mobile #main-nav .sub-menu a {
    color: #bbb;
    font-size: 11px;
}

#main-nav .sub-menu .menu-item a {
    position: relative;
    display: table;
    height: 40px;
    margin: 8px 0;
}
    
#main-nav .nav-menu-item-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px; 
}

.top.wnd-tv .sub-menu {
    left: 0;
    right: 0;
    width: auto;
}

.top.wnd-tv .sub-menu .menu-item {
    width: 33%;
    box-sizing: border-box;
    margin-top: 10px;
    float: left;
    padding-left: 50px;
}

#mobile .wnd-tv .sub-menu .menu-item {
    width: 50%;
    min-width: 200px;
}

.top.wnd-tv .sub-menu .nav-item-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
    background-position: center;
    border-radius: 40px;
    margin-left: -50px;
}

#desktop .nav-menu-item-subtext {
    font-size: 10px;
    font-family: Helvetica, sans-serif;
}  

.nav-menu-item-text {
    display: inline-block;
}

.menu-item.wnd-tv .nav-menu-item-text {
    padding-left: 50px;
}

.nav-menu-item-subtext {
    font-size: 11px;
    color: #777;
}  

.nav-menu-item-text {
    line-height: 17px;
    padding: 0;
}

#main-nav .sub-link .fa {
    width: 30px;
    height: 30px;  
    font-size: 16px;
    line-height: 30px; 
    background: rgba(255,255,255,0.1);
    border-radius: 20px; 
    color: rgba(255,255,255,0.4);
    text-align: center;  
    margin-right: 8px;  
}

#desktop #main-nav .sub-link .fa {
    display: none;
}



    
/*
#main-nav .front-page .sub-link .nav-item-icon,
#main-nav .opinion .sub-link .nav-item-icon {
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    line-height: 30px;
    text-rendering: auto;
    text-align: center;
    color: rgba(255,255,255,0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;      
}


#mobile #main-nav .sub-link.politics .nav-item-icon:before {
    content: "\f19c"; 
}
#mobile #main-nav .sub-link.us .nav-item-icon:before {
    content: "\f11d";    
}
*/

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

/* HTML
-------------------------------------------------------------------------------*/

p {
	margin: 15px 0;
}

h1, h2, h3, h4, h5 {
	font-size: 1.5em;
	padding: 5px 0;
}
.hidden {
    display: none;
    }
.single.pulled-story.wnd-tv #hentry {
    min-height: 470px;
}
/* REMOVE
#content.wnd-tv #hentry {
    padding-top: 12px;
}
*/
#content.wnd-tv time {
    margin-left: 12px;
    font-size: 11px;
    color: #999;
}
.single.pulled-story #hentry {
    padding-top: 50px;
    text-align: center;
}
.single.pulled-story .posttitle {
    text-align: center;
}

.single #hentry {
    margin-top: 10px; 
    }
#mobile #hentry img {
    height: auto !important;
}
.single #hentry ul, .single #hentry ol {
    list-style-position: inside; 
    margin-left:  0;
    padding-left: 14px;
    }

.single #hentry ol li, .single #hentry ul li {
    margin-left:  6px;
    padding-left: 0;
    margin-top: 10px;
    }

.single #hentry ul.custom, .single #hentry ol.custom {
    list-style-position: outside; 
    padding-left: 0;
    }
.single #hentry ul.custom li, .single #hentry ol.custom li {
    margin-left:  0;
    }
.single #hentry ul.custom div.spacer, .single #hentry ol.custom div.spacer {
    float: left;
    width: 15px;
    height: 10px;
    margin-left: 20px;
    }

body {font: 13px Helmet, Freesans, sans-serif;}
body, select, input, textarea {color: #444;}

.right {
    float:right;
    margin-left: 13px;
    }
.shadow {
    -moz-box-shadow: 0 0 7px #777;
    -webkit-box-shadow: 0 0 7px #777;
    box-shadow: 0 0 7px #777;
    }
    
.red {
	color: #ca0002 !important;
	}

.green {
    color: #48b934 !important;
}

section {
    clear:both;
    }

html {
    /*background: #DCDCDC;*/
    background: #e9e9ea;
    /*background: #fff;*/
    margin: 0;
    height: 100%;
    width: 100%;
    }


input.search {
	font-size: 12px;
   	width: 193px;
    padding: 4px 0 4px 35px;
    border: 1px solid #d3d3d3; 
   	line-height: 16px; 
  	font-family:    Helvetica, Arial, sans-serif;
  	background: none;
	}

.alerts.right {
    margin-right: 12px;
    height:       31px;
    display:      block;
    overflow:     hidden;
    line-height:  30px;
    }

/* Structure {Main, Sidebar & Footer started for you
-------------------------------------------------------------------------------*/

#content {
    background:     #fff;
    }
#desktop #content {    
    width:  650px;
    min-height: 100%;
    float:  left;
    margin-top: 13px;
    /*
    -webkit-box-shadow: #ccc 0 -1px 0 1px inset;
    -moz-box-shadow: #ccc 0 -1px 0 inset;
    -o-box-shadow: #ccc 0 -1px 0 inset;
    -ms-box-shadow: #ccc 0 -1px 0 inset;
    box-shadow: #e3e3e3 1px 0 0 inset;
    */
}
/*
#desktop.category #content {
    min-height: 1620px;
}
*/
#mobile #content {
    padding-top: 12px;
}

/*
#content.forums {
    height: 1630px;
    }
*/

body.home #sidebar {
    /* XXX added background image */
    /*padding-top: 12px;*/
    } 
#desktop #sidebar {
    width:326px; 
    float:right;
    /*margin-top: 13px;*/
    }
/*
#desktop.category #sidebar {
    min-height: 1620px;
}
*/
#footer {
    position: relative; 
    clear:both; 
    /*background: #D5D6DA; */
    background: #000;
    padding-bottom: 12px; 
    display: block; 
    overflow: hidden; 
}

/*#main  { background: url('_/images/main-bg.jpg') repeat-y; }*/

a.alert-banner {
	display: block;
	/*
  	width:      976px;
   	margin: 0 auto;	
	*/
	background-color: #98989a;
	text-decoration: none;	
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 27px;
	color: #222;
	white-space: nowrap;
}
a.alert-banner span.title {
	margin-right: 5px;
	color: #fff;
}

#desktop .content-body {
    width:      976px;
    margin:     0 auto 0;
    /*
    -webkit-box-shadow: #888 0 2px 7px;
    -moz-box-shadow: #888 0 2px 7px;
    -o-box-shadow: #888 0 2px 7px;
    -ms-box-shadow: #888 0 2px 7px;
    box-shadow: #888 0 2px 7px;
    */
/*
    -webkit-box-shadow: #aaa 0 2px 7px;
    -moz-box-shadow: #aaa 0 2px 7px;
    -o-box-shadow: #aaa 0 2px 7px;
    -ms-box-shadow: #aaa 0 2px 7px;
    box-shadow: #aaa 0 2px 7px;
*/

    
}    
#mobile .content-body {
    /*padding-top: 40px;*/
/*    background: #fff;*/
}

#div-gpt-ad-ATF_MPU_1 {
    margin: 0 auto 20px;
}

.clear {
    clear: both;
    }
.left {
    float:left;
    }

/*  Scrolling Sub headline area
-------------------------------------------------*/
#sublines h4 {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
    display: none;
    }

#sub-banner {
    display: block;
    position: relative;
    height: 30px;
    background: #fff;
    }

#sublines {
    float: left;
    text-align: center;
    margin: 0 0 0 26px;
    }

#sublines a {
    color: #666;
    }

#sublines a span.exclusive-link {
    text-transform: uppercase;
    font-family:    Helvetica, Arial, sans-serif;
    line-height:    30px;
    color:          #007480;
    }
#sub-banner .nav {
    position:    absolute;
    top:         9px;
    font-size:   12px;
    font-weight: normal;
    }

#prev2 {
	left: 10px;
	position: absolute;
    }

#next2 {
	position: absolute;
	left: 630px;
    }

#alerts input[type="text"] {
	width: 193px;
	padding: 1px 0 2px 8px;
	border: 1px solid #d3d3d3;
    }

/*  Home Page Featured Slider
----------------------------------------------------*/

.home-slider {
    background: #000;
    /* REMOVE
	background: rgb(64, 81, 87);
	background: -webkit-linear-gradient(90deg, rgb(64, 81, 87), rgb(0, 0, 0), rgb(64, 81, 87) );
	background: -moz-linear-gradient(90deg, rgb(64, 81, 87), rgb(0, 0, 0), rgb(64, 81, 87) );
	background: linear-gradient(90deg, rgb(64, 81, 87), rgb(0, 0, 0), rgb(64, 81, 87) );
    */
    box-sizing: border-box;
    height: 337px;
    display: block;
    overflow: hidden;
    position: relative;
    }
#mobile .home-slider {
    height: auto;
    background: #ccc;
    height: 210px;
    display: block;
    overflow: hidden;
    position: relative;    
}    
#slider-slides {
	margin: 0 0 25px 0;
	width: 650px;
	height: 307px;
    position: relative;
    background: #000;
	}
#mobile #slider-slides {
    height: auto;
    width: 320px !important;
    position: relative;
    background: #000;
    margin: 0 auto;    
}	
/* XXX HACK this is here to override the size of the video images until proper ones are added */
.slide.feature img {
  	width: 650px !important;
	/*height: 307px !important;  */
	height: auto !important;
	max-width: none;
}

#slider-slides .slide {
    width: 650px;
    height: 300px;
    overflow: hidden;
    }
#slider-slides .slide.feature-vert hgroup {
    background: rgba(0, 0, 0, .75);
    height:     300px;
    width:      324px;
    color:      white;
    padding:    12px;
    position:   absolute;
    left:       0;
    top:        0;
    }

#slider-slides .slide.feature hgroup {
    height:     119px;
    position:   absolute;
    bottom:        0;
    right: 0;
    left: 0;
    /*
    background: rgba(0, 0, 0, .56);
    margin-top: 174px;
    */ 
    }
    
#mobile #slider-slides .slide.feature-vert, 
#mobile #slider-slides .slide.feature {
    width: 320px !important;
    height: 175px;
    overflow: hidden; 
    }
#mobile #slider-slides .slide.feature-vert hgroup, 
#mobile #slider-slides .slide.feature hgroup {
    width: 320px;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, .56);
    margin: 0;
}    
        
#mobile .slides-background {
    background: #000;
}
#slider-slides .slide.feature hgroup .dark_underlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    background-color: #000;
    -webkit-opacity: 0.65; 
    -moz-opacity: 0.65; 
    opacity: 0.65; 
    filter: alpha(opacity = 65); 
    }
#mobile #slider-slides .slide.feature hgroup .dark_underlay { 
    background-color: #000;
    -webkit-opacity: 0.50; 
    -moz-opacity: 0.50; 
    opacity: 0.50; 
    filter: alpha(opacity = 50); 
    }    
#mobile #slider-slides .slide.feature img {
    width: auto !important;
    height: 175px !important; 
    /*margin-top: -10px; */
    }
#slider-slides .slide.feature-vert img {
    margin-left: 348px;
    width:       auto !important;
    height:      300px !important;
    }
#mobile #slider-slides .slide.feature-vert img {
    width: 320px !important;
    height: auto !important; 
    margin: -25% 0 0 0;
}


#slider-slides .slide.feature hgroup h1 {
    position: relative; 
    padding-top: 10px;
    font-size:      40px;
    text-align:     center;
    font-family:    "League Gothic WND", sans-serif;
    line-height:    .9em;
    text-transform: uppercase;
    font-weight:    normal;
    }

#slider-slides .slide.feature-vert hgroup h1 {
    font-size:      40px;
    text-align:     center;
    margin-top:     65px;
    font-family:    "League Gothic WND", sans-serif;
    line-height:    1em;
    text-transform: uppercase;
    font-weight:    normal;
    }
#slider-slides hgroup h1 a {
    color: #fff;
    }
    
#mobile #slider-slides .slide.feature-vert hgroup h1, 
#mobile #slider-slides .slide.feature hgroup h1 {
    font-size:      20px;
    text-align:     center;
    font-family:    "League Gothic WND", sans-serif;
    line-height:    24px;
    text-transform: uppercase;
    margin: 0 10px; 
    padding: 0;    
    -webkit-text-shadow: #000 0 0 3px; 
    -moz-text-shadow: #000 0 0 3px; 
    text-shadow: #000 0 0 3px; 
    }    
#mobile #slider-slides hgroup h1 a {
    color: #fff;
    }

#mobile #slider-slides hgroup h2 {
    font-size:   13px;
    font-weight: normal;
    text-align:  center;
    color:       #fff;
    line-height: 15px;
    margin: 0 10px; 
    padding: 0;    
    -webkit-text-shadow: #000 0 0 3px; 
    -moz-text-shadow: #000 0 0 3px; 
    text-shadow: #000 0 0 3px; 
    }    

#slider-slides hgroup h2 {
    position: relative; 
    font-size:   16px;
    font-weight: normal;
    text-align:  center;
    color:       white;
    line-height: 15px;
    }
#pager-nav {
    position: absolute;
    bottom: 13px;
    left: 24px;
    }
#mobile #pager-nav {
    left: auto;
    bottom: 14px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    }    
#pager-nav a {
    /*background: url(_/images/sprite_landing_page.png) no-repeat -106px -275px;*/
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    /*float: left;    */
    width: 8px;
    height: 8px;
    text-indent: -999em;    
    margin-left: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;                
    background: #fff;
    }
#pager-nav a.activeSlide {
    /*background: #e91b22;*/
    background: #ca0002;
    /*background: url(_/images/sprite_landing_page.png) no-repeat -106px -287px;*/
    }
#next-prev {
    position: absolute;
    bottom: 11px;
    right: 28px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    }
#next-prev a {
    color: #fff;
    }
#prev3 {
    margin-right: 24px;
    }
    
#mobile #prev3 {
    margin: 0;
}    
    
    
#mobile #next-prev {
    position: static;
    right: auto;
    bottom: auto;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    }
#mobile #next-prev a {
    color: #666;
    }
#mobile #next-prev a {
    display: block;
    position: absolute; 
    padding: 10px 8px; 
    }
#mobile #next-prev a:first-child {
    left: 0; 
    }
#mobile #next-prev a:last-child {
    right: 0; 
    }    
    


    

/*  Home Page Category Modules
-------------------------------------------------*/

.category-title {
    display: block;
    background: black;
    color: white;
    text-transform: uppercase;
    font-size:   12px;
    line-height: 24px;
    font-weight:   normal;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 18px;
    height:      23px;
    padding: 0 0 0 12px;
    }
#mobile .category-title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 16px;
}

.cat_module {
    clear: both;
    height: 250px;
    margin-left: 12px;
    margin-top: 13px;
    margin-right: 12px;
    }
#mobile .cat_module {
    height: auto;
    padding-bottom: 15px;
}
.half-cat_module {
    width: 300px;
    float: left;
    display: block;
    overflow: hidden;
    height: 250px;
    padding-right: 12px;
    margin: 13px 0 0 12px;
    padding-top: 0;
}
.half-cat_module.odd-column {
    border-right: 1px solid #bfc0c2;
}
#mobile .half-cat_module.odd-column {
    border-right: none;
}

.half-cat_module-link {
    display: block;
}    

.half-cat_module-img {
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
    
.half-cat_module-img-crop {
    float: left;
    width: 90px;
    height: 65px;
    overflow: hidden;
}    

.half-cat_module-img-crop img {
    width: auto;
    height: 65px;
    max-width: none;
}    
#mobile .half-cat_module {
    float: none;
    width: auto;
    height: auto;
    border: none;
    padding-bottom: 15px;
}

body.category-commentary .half-cat_module {
    margin-top: 12px;
    }
.cat-index, .half-cat-index {
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    float: right;
    width: 300px;
    height:    200px; 
    margin: 0;
    }
    
.cat-index a, .half-cat-index a {    
    /*color: #333;*/
}

/*
.cat-index a:hover, .half-cat-index a:hover {    
    text-decoration: underline;
}
*/

#mobile .cat-index, #mobile .half-cat-index {
    width: auto;
    height: auto;
    float: none;
}
.half-cat-index {
    height: 140px;
    }

.cat-feature {
    display: block;
    width: 300px;
    float: left;
    padding-right: 12px;
    overflow: hidden;
}

#mobile .cat-feature {
    width: auto;
    padding-bottom: 10px;
    padding-right: 0;
    float: none;
    border: none;
    border-bottom: 1px solid #BFC0C2;

}

.cat-feature-img {
    width: 300px;
    height: 140px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

#mobile .cat-feature-img {
    width: 100%;
}

.half-feature {
    min-height: 65px;
    margin-bottom: 12px;
    }

.half-feature img {
    float: left;
    margin-right: 6px;
    margin-bottom: 12px;
    }

.cat-index li, .half-cat-index li {
    height:      23px;
    overflow:    hidden;
    font-size:   12px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#mobile .cat-index li, #mobile .half-cat-index li {    
    margin-top: 8px;    
}

.cat-index li:first-child {
    margin-top: 0;
    }
.cat-feature hgroup h1.posttitle a,
.half-feature h1.posttitle a {
    color: #333;
    }

/*
#content.category .cat-feature img {
    width:  300px;
    height: 140px;
    }
*/
.cat-more-link a {
    float: right;
    margin-right: 12px;
    margin-top: -20px;
    text-transform: uppercase;
    color: #222;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    clear: both;
    }
#mobile .cat-more-link a {    
    color: #e91b22;
}
body#mobile .cat-more-link a {
    display: block;
    float: none;
    padding: 8px 8px 8px 0;
    margin: 5px 0 0 0;
    border-top: dotted 1px #e3e3e3;
}

.cat-more-link .arrow {
    font-size: 16px;
    line-height: 8px;
}

#mobile .more-arrow {
    display: inline-block;
    width: 10px;
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 5px;

}

#mobile .more-arrow:before {
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f061";
}



.home_center.module {
    width: 300px;
    float: left;
    height: 250px;
    margin: 0;
    }

.module.widget_wnd_testimonials {
    background: #BFBDAD;
    border:     1px dotted gray;
    color:      #6E6E6E;
    margin:     12px;
    }

#testi-content blockquote {
    font-size:   13px;
    line-height: 21px;
    margin:      1px;
    padding:     11px;
    font-family: Helvetica, Arial, sans-serif;
    color:       #444;
    }
#testi-content img {
    float: left;
    margin: 8px 10px 0 6px;
    }
#test-content cite.fn {
    font-size: 12px;
    margin-left: 12px;
    }
#testi-content a {
    color: #00616F;
    font-size: 13px;
    margin-left: 12px;
    margin-top: 12px;
    text-align: right;
    }
.cat-feature img {
    margin-bottom: 12px;
    }
#mobile #content.category .cat-feature img,    
#mobile .cat-feature img {
    width: 100%;
    height: auto;
}

#main {
    width: 100%;
    clear: both;
    margin: 0 0 50px;
    padding: 0;
    }
#desktop #main {
    background: rgb(243, 243, 243) url(_/images/diag_lines.png);
}
.page-template-custom-page-bank-with-nav-and-footer#desktop #main {
  background: none;
}

.top-ad-container {
    width: 976px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #fff;
    margin: 0 auto 0;
}

#desktop #main:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

#text-10 {
    margin: 0;
    padding: 0;
    }

/* XXX don't think we need this
#home-center-left, #home_center_right {
    margin-bottom: 24px;
    margin-top: 0;
    }
*/

#money-market-reports-widget {
    position: relative;
}

#money-market-reports-widget .mmr-links {
    position: absolute;
    width: 100%;
    top: 124px;
    margin-left: -5px;
    text-align: center;
}

#money-market-reports-widget a {
    display: block;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 2px auto 0;
    height: 21px;
    color: #000;
    letter-spacing: 2px;
}


.overview-link {
    width: 195px;
}

.sectors-link {
    width: 100px;
}

.stocks-link {
    width: 90px;
}

.funds-link {
    width: 260px;
}

.currencies-link {
    width: 130px;
    margin-top: 2px;
}

/*
#money-market-reports-widget a:after {
            content: '\A';
            position: absolute;
            width: 0;
            height: 0;
            margin: 5px 0 0 5px;
            border-style: solid;
            border-width: 6px;
            border-color: transparent transparent transparent #d77f1e;
      	}
*/

#money-market-reports-widget a:hover {
    border-bottom: solid 1px #000;
}




/*  Tiles (Used to list stories or other image driven content)
-------------------------------------------------------------------------------*/
#desktop.joke #main,
#desktop.category-joke #main,
#desktop.cartoons #main,
#desktop.category-cartoons #main {
    background: none;
}

#desktop.joke nav.post-navigation,
#desktop.category-joke nav.post-navigation,
#desktop.cartoons nav.post-navigation,
#desktop.category-cartoons nav.post-navigation {
    margin: 25px 25px 25px 0;
    padding: 15px;
    background: #fff;
    text-align: center;
}

#desktop.joke #sidebar,
#desktop.category-joke #sidebar,
#desktop.cartoons #sidebar,
#desktop.category-cartoons #sidebar {
    width: 300px;
    padding-top: 12px;
}

#desktop.cartoons .joke,
#desktop.category-joke .module,
#desktop.cartoons .module,
#desktop.category-cartoons .module {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 300px;
}

#desktop.joke #content,
#desktop.category-joke #content,
#desktop.cartoons #content,
#desktop.category-cartoons #content {
    margin-top: 0;
}

#desktop #content.tile-single,
#desktop #content.tiles {
    background: none;
    width: 676px;
}

#content.tiles .entry-content {
    border: none;
    padding: 0;
    color: #444;
}

#desktop.category-joke .tile .posttitle {
    font-size: 2.2em;
}

.tiles-1-col,
.tiles-2-col {
    width: 676px;
}

.tiles-1-col .tile {
    box-sizing: border-box;
    position: relative;
    /*float: left;*/
    width: 676px;
    padding: 25px 25px 0 0;
}


.tiles-2-col .tile {
    box-sizing: border-box;
    position: relative;
    /*float: left;*/
    width: 338px;
    padding: 25px 25px 0 0;
}

.tile-content hgroup {
    padding-top: 10px;
}

.tile-image {
    display: block;
    height: 205px;
    overflow: hidden;
}

.tile-image img {
    width: 100% !important;
    height: auto !important;
}

.tile-date {
    position: absolute;
    right: 35px;
    padding: 0 0 0 10px;
    line-height: 20px;
    margin-top: -9px;
    background: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.tile-date-divider {
    height: 5px;
    background: #999;
}

.tiles-content-header {
    margin-top: 25px;
}

.tiles-content-header,
.tile-content {
    padding: 15px;  
    background: #fff; 
}

.tile-content a:hover h1 {
    color: #ca0002;    
}

.tile-single {
    box-sizing: border-box;
    padding: 25px 25px 25px 0;
}

.tile-single header.postmeta {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.tile-single header.postmeta h1.posttitle {
    font-size: 2.8em;
}

.tile-single-date {
    box-sizing: border-box;
    position: absolute;
    width: 176px;
    height: 85px;
    padding: 15px;
    background: #fff;
}

.tile-single-date-text {
    margin: 0;
    font-size: 1.1em;
}

.tile-singlesocial-share {
    position: absolute;
    margin-top: 95px;
}

.tile-singlesocial-share .specific-social {
    width: 176px;   
}

.tile-singlesocial-share .specific-social .pw-button {
    margin: 0 10px 10px 0 !important;
}


.tile-singlesocial-share .post-actions #additional-options {
    margin: -60px 0 0 5px;
}

.tile-single-content {
    box-sizing: border-box;
    position: relative;
    width: 460px;
    margin-left: 191px;
    margin-top: 0;
    background: #fff;
}

.tile-single-content #hentry {
    border-bottom: none;
    margin-top: 0;
    padding-top: 12px; 
}

.tile-single-content #hentry p:first-child {
    margin-top: 0;
}

.tile-adjacent-posts {
    width: 460px;
    margin: 0 0 0 191px;   
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
}

.tile-adjacent-posts .previous {
    margin-top: 20px;
    text-align: left;
}

.tile-adjacent-posts .next {
    margin-top: 20px;
    text-align: right;
}


/*  iCopyright
-------------------------------------------------*/
.icx-toolbar {
    display: none;
    margin: 0 0 0 0 !important;
}


/*  IE7 Upgrade Notice
-------------------------------------------------*/
#ie7-notice {
   display: none;
    position: fixed;
    z-index: 5000; 
    left: 50%;
    margin-left: -500px; 
    width: 1000px;
}
#ie7-notice .notice-greyout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}
#ie7-notice .notice-content {
    position: relative; 
    background-color: #fff;
    border: solid 1px #999;
    -webkit-box-shadow: #000 0 0 15px; 
    -moz-box-shadow: #000 0 0 15px; 
    -ie-box-shadow: #000 0 0 15px; 
    -o-box-shadow: #000 0 0 15px; 
    box-shadow: #000 0 0 15px; 
    }
#ie7-notice .ie7-image {
    position: absolute; 
    display: block;
    padding-top: 20px; 
    margin-left: 30px; 
    }
#ie7-notice .download-ie8-button {
    display: block;
    margin: 10px 0 10px 190px; 
    padding: 8px 0;
    width: 180px;
    text-align: center; 
    color: #fff;
    background-color: #f90;
    border: solid 1px #c70; 
    font-weight: bold; 
    }
#ie7-notice .download-ie8-button:hover, #ie7-notice .download-ie8:hover {
    background-color: #fa2; 
    }
#ie7-notice .close {
    display: block; 
    position: absolute;
    top: 0;
    right: 5px;
    width: 28px;
    text-align: center;
    font-size: 28px; 
    line-height: 28px; 
    font-weight: bold; 
    }
#ie7-notice h3 {
    font-size: 20px;
    }
#ie7-notice .download-ie8 {
    padding: 3px 6px;
    color: #fff;
    background-color: #f90;
    border: solid 1px #c70; 
    font-weight: bold; 
    }
#ie7-notice h1 {
    font-size: 24px;
    margin-left: 190px; 
    padding-top: 20px; 
    }
#ie7-notice .instruct {
    font-size: 14px;
    background-color: #e5e5e5; 
    padding: 20px 30px; 
    }
#ie7-notice p.desc {
    font-size: 14px;
    margin-left: 190px; 
    width: 620px; 
    }
#ie7-notice ol {
    margin-left: 20px; 
    }
#ie7-notice ol li {
    margin-top: 10px; 
    }
#ie7-notice ol li img {
    display: block;
    margin-top: 10px; 
    border: dashed 1px #fff; 
    }

/*  Video Comments          
-------------------------------------------------*/
#video-comments { 
}
#video-comments .expander {
    overflow: hidden;
}

#video-comments .expander .commenting-guide-top {
    margin-top: 0;
}

#video-comments .expander .commenting-guide-top .bar {
    border-top: 0;
    background: rgb(46, 159, 255);
    height: 5px;
}

#video-comments .click-to-comment {
    position: absolute; 
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin-top: -60px;
    padding-right: 13px; 
    padding-bottom: 22px;
    background: rgb(46, 159, 255);
    color: #fff;
    border-radius: 2px 2px 0 0; 
    -webkit-border-radius: 2px 2px 0 0; 
    -moz-border-radius: 2px 2px 0 0; 
    -o-border-radius: 2px 2px 0 0; 
    -ms-border-radius: 2px 2px 0 0; 
    cursor: pointer;
    cursor: hand;
}

#video-comments.closed .click-to-comment {
    background: none;
    /*
    color: #444;
    */
    color: rgb(46, 159, 255);
    padding-bottom: 0;
}

#video-comments .click-to-comment:hover {
    background: rgb(46, 159, 255);
    color: #fff;
}

#video-comments .click-to-comment span.text {
    font-size: 12px;
    margin-left: 5px; 
    font-weight: bold;
    text-transform: uppercase;
}

#video-comments .bubble {
    position: relative;
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin: 4px 0 8px 4px;
}

#video-comments.closed .bubble {
    margin: 4px 0 8px 0;    
}

#video-comments .click-to-comment:hover .bubble {
    margin-left: 4px;
}

#video-comments .bubble-container {
    min-width: 10px; 
    padding: 0 8px; 
    background: rgb(46, 159, 255);
    border: solid 1px #156fbc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

#video-comments .bubble-container span.count {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

#video-comments .bubble-container span.count a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

#video-comments .bubble-callout {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -5px;
    bottom: -19px;
    background: url(_/images/comment_bubble_callout.png);
}



/*  Home Page Video Slider
-------------------------------------------------*/
#hot-videos-space {
    position: relative; 
    clear: both;
    height: 193px;
    width: 976px; 
    }
body#mobile #hot-videos-space {
    width: auto;    
}

#featured-author-videos-space {
    position: relative; 
    clear: both;
    height: 184px;
    width: 976px; 
    margin-top: 13px;
    }
body#mobile #featured-author-videos-space {
    width: auto;    
}

section.more-videos .video-carousel {
    border-bottom: solid 1px #666;
}
section.more-videos .video-carousel:last-child {
    border-bottom: none;
}

.icon_play_video {
    display: none;
    position: absolute;
    z-index: 1; 
    width: 76px;
    height: 76px;
    background: url(_/images/play_video.png);
}


/* Video Page */
/* REMOVE
#content.video-page {
    position: relative;
    width: auto;
    float: none; 
    background-color: #000; 
    padding-top: 0;
    padding-bottom: 10px;
    border: none;
}

.video-page header.more-videos {
    margin-top: 20px;
}
.video-page header {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 5px 10px;
    border-top: solid 1px rgb(62,46,128);
    background-color: rgb(31,23,64);
    border-bottom: dashed 2px #000;
}

.video-page section.ad-row {

}
.video-page section.ad-row > div {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin: 5px 0 0 16px;
}

.video-page ul.video-list {
    position: relative;
    margin-top: 5px;
}

.video-page li.video {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0;
    margin: 10px 0 0 8px;
    width: 228px;
    min-height: 65px; 
    vertical-align: top;
}

.video-page li.video a {
    display: block;
    min-height: 65px;
}

.video-page .video-image {
    position: absolute;
    width: 80px;
    min-height: 50px; 
    color: #999;
    background: url(_/images/ajax-loader.gif) no-repeat center center;
}
.video-page .video-image.image-loaded {
    background: none;
}

.video-page .video-image img {
    width: 80px;
}

.video-page li.video p {
    margin: 0 0 0 90px; 
    padding: 0;
    color: #eee;
    font-size: 12px;
}

.video-page li.video .time {
    margin: 5px 0 0 90px;
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
}

.video-page ul.condensed {
    padding-top: 10px;
    margin-bottom: 0;
}

.video-page ul.condensed li.video {
    position: relative;
    width: 180px;
}

.video-page ul.condensed li.video .video-image {
    display: none;
    position: absolute;
    padding: 5px;
    bottom: 75px;
    left: 5px; 
    background: #444;
}
.video-page ul.condensed li.video .arrow {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 40px; 
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 7px;
    border-color: #444 transparent transparent transparent;
}
.video-page ul.condensed li.video:hover .arrow {
    display: block;
}
.video-page ul.condensed li.video:hover .video-image {
    display: block;

}

.video-page ul.condensed li.video .video-image img {
}

.video-page ul.condensed li.video p {
    margin-left: 0;
    color: #ddd;
}

.video-page ul.condensed li.video .time {
    margin-left: 0;
}

*/

/* Video Browser */
.video-browser {
    position: relative;
    background-color: #000; 
    padding-bottom: 5px;
}

.video-browser > .series-title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 5px 10px;
    border-top: solid 2px rgb(47,33,96);
    border-bottom: dotted 1px #333;
}

.video-browser > .series-title .text-size-70p {
    margin: 0 5px;
}

.video-browser ul.video-list {
    position: relative;
    margin-top: 1px;
    height: 74px;
    overflow: hidden;
}
.video-browser.expanded ul.video-list {
    height: 280px;
    overflow: auto;
}

.video-browser .more:hover {
    background: #ca0002;
    /*background: #48b934;*/
}
.video-browser .more {
    position: relative; 
    display: block;
    width: 80px;
    padding: 5px 4px 5px 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; 
    color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
}
.video-browser.expanded .more {
    display: none;
}

.video-browser .more .arrow {
    position: absolute;
    top: 7px;
    left: 12px;
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 8px;
    border-color: #fff transparent transparent transparent;
}


.video-browser .less:hover {
    background: #ca0002;
    /*background: #48b934;*/
}
.video-browser .less {
    display: none;
    width: 80px;
    padding: 5px 4px 5px 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; 
    color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
}
.video-browser.expanded .less {
    display: block;
}

.video-browser .less .arrow {
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
}

.video-browser .more-less {
    position: absolute;
    display: none;
    right: 8px;
    top: 8px;
}
ul.text-side {
    font-size: 0;
}

/* Support for touch devices */
.slidable ul.video-list,
.slidable ul.video-slides {
    white-space: nowrap; 
    /*overflow: auto;*/
    overflow-x: scroll; 
    -webkit-overflow-scrolling: touch;

}

.slidable .video,
.slidable ul.video-slides li {
    position: relative;
    white-space: normal; 
}
.slidable.video-carousel .next-set,
.slidable.video-carousel .prev-set {
    display: none !important;
}
.slidable.video-carousel .text-side li.video {
    width: 230px;
}
.slidable.video-carousel .text-overlay li.video-slide  {
    margin: 0 -7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}


.video-carousel .text-side {
    height: 72px;
}
.video-carousel .text-side li.video {
    width: 244px;
}
.video-carousel .text-side li.video .time {
    display: none;
}

.text-side li.video {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0 ;
    margin: 5px 0 0 0;
    width: 236px;
    min-height: 64px; 
    vertical-align: top;
}

.text-side li.video a {
    display: block;
    padding: 0 0 4px 0;
    margin: 0 5px 0 8px;
    min-height: 57px;
}
.text-side li.video:hover a {


    box-shadow: #ca0002 0 -3px 0 0 inset;
    -webkit-box-shadow: #ca0002 0 -3px 0 0 inset;
    -moz-box-shadow: #ca0002 0 -3px 0 0 inset;
    -o-box-shadow: #ca0002 0 -3px 0 0 inset;
    -ms-box-shadow: #ca0002 0 -3px 0 0 inset;

    /*
    box-shadow: #48b934 0 -3px 0 0 inset;
    -webkit-box-shadow: #48b934 0 -3px 0 0 inset;
    -moz-box-shadow: #48b934 0 -3px 0 0 inset;
    -o-box-shadow: #48b934 0 -3px 0 0 inset;
    -ms-box-shadow: #48b934 0 -3px 0 0 inset;    
    */
}

.text-side .video-image {
    position: absolute;
    width: 80px;
    min-height: 50px; 
    background-size: cover;
    background-repeat: no-repeat;
    /*background: url(_/images/ajax-loader.gif) no-repeat center center;*/
}
.video-image .fa {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    text-align: center;
    color: #999;
    font-size: 20px;    
}

/*.text-side .video-image.image-loaded .fa { */
.video-image.image-loaded .fa {
    display: none !important;
}

.text-side .video-image img {
    width: 80px;
}

.text-side li.video p {
    margin: 0 0 0 90px; 
    padding: 0;
    color: #eee;
    font-size: 12px;
}

.text-side li.video .time {
    margin: 5px 0 0 90px;
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
}



.video-carousel {
    position: relative; 
    background-color: #000; 
    /*
    height: 265px;
    */
    width: 976px; 
    padding: 0; 
    color: #fff;
    }
.video-carousel.slidable {
    width: auto; 
    }
    
#feature-videos {
    position: absolute;
    background-color: #000; 
    height: 273px;
    width: 976px; 
    padding: 0; 
    color: #fff;
}

.video-carousel > .title {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 10px 10px;
}
.video-carousel > .title span {
    font-size: 16px;
    margin: 0 5px;
}
#feature-videos .title {
    /*width: 183px;
    height: 45px;
    margin: 5px 0 3px 10px; 
    padding: 0;
    background: #000 url(_/images/sprite_landing_page.png?v=3) no-repeat 0 -71px;
    */
    }

#fp-featured-video-authors .title {
    margin-left: 6px;
    padding-left: 100px; 
    padding-top: 5px; 
    background-image: url(_/images/wnd-logo-white.png);
    background-repeat: no-repeat;
    background-size: auto 27px;
    background-position: 5px 9px; 
}

#mobile #fp-featured-video-authors .title {
    background-size: auto 19px;
    font-size: 20px;
    padding-left: 75px; 
    padding-top: 4px;
    margin-top: 3px;  
    background-position: 5px 9px;  
}

.hot-videos .title {
    font-size: 30px;
}
body#mobile .hot-videos .title {
    font-size: 20px;
    padding-top: 2px;
    margin-top: 3px; 
}

section.more-videos .wnd_hot_video_news .video-carousel:last-child {
    border-bottom: solid 1px #666;
}

.video-carousel .all-videos {
    display: block; 
    position: absolute;
    top: 15px;
    right: 15px; 
    padding: 5px 10px;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #004276;
    font-size: 12px;
}
.video-carousel .all-videos:hover {
    background: #ca0002;
    /*background: #48b934;*/
    color: #fff;
}
body#mobile .video-carousel .all-videos {
    top: 8px; 
    right: 8px;
}

.video-carousel.wnd-tv,
#feature-videos.wnd-tv {
    width:      640px;
    height:     220px;
    background: #D5D6DA;
    position:   relative;
    }
.video-carousel.wnd-tv {
    height: auto;
    }

.video-carousel.wnd-tv .jcarousel-container,
#feature-videos.wnd-tv .jcarousel-container {
    margin-top: 50px; 
    white-space: nowrap; 
    }

.video-carousel .jcarousel-item {
    white-space: normal; 
    height: auto; 
    }
.text-overlay .video-slide {
    position: relative;
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
}

.text-overlay .video-slide,
#feature-videos .video-slide {
    /*
    float: left;
    */
    overflow: hidden;
    font-size: 13px; 
    line-height: 16px; 
    vertical-align: top; 
    width: 195px;
    margin-top: 0;
    white-space: normal; 
    -webkit-box-shadow: #333 1px 0 0; 
    -moz-box-shadow: #333 1px 0 0; 
    box-shadow: #333 1px 0 0; 
    }

.text-overlay .video-slide .video-container,
#feature-videos .video-slide .video-container {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0 11px; 
    /*border-right: 1px solid rgb(191, 192, 194);
    */ 
    }
/*
.video-image:hover .icon_play_video {
   display: block; 
   margin: 25px 0 0 50px;  
   }
*/
.text-overlay .video-container .video-image {
    width: 175px;
    height: 125px; 
    /* DISTRACTING Leave out for a time to see 
    background: url(_/images/ajax-loader.gif) no-repeat center center;
    */
    }
.text-overlay .video-container .video-image img {
    width: 175px;
    height: 125px; 
    }

.text-overlay .video-slide:hover .video-container .background { 
    box-shadow: #ca0002 0 -3px 0 0 inset;
    -webkit-box-shadow: #ca0002 0 -3px 0 0 inset;
    -moz-box-shadow: #ca0002 0 -3px 0 0 inset;
    -o-box-shadow: #ca0002 0 -3px 0 0 inset;
    -ms-box-shadow: #ca0002 0 -3px 0 0 inset;
    /*
    box-shadow: #48b934 0 -3px 0 0 inset;
    -webkit-box-shadow: #48b934 0 -3px 0 0 inset;
    -moz-box-shadow: #48b934 0 -3px 0 0 inset;
    -o-box-shadow: #48b934 0 -3px 0 0 inset;
    -ms-box-shadow: #48b934 0 -3px 0 0 inset;    
    */
    -moz-opacity: 1; 
    opacity: 1;
    filter: alpha(opacity=100);
}
.text-overlay .video-slide .video-container a, 
#feature-videos .video-slide .video-container a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    }
.text-overlay .video-slide .desc {
    position: absolute;
    bottom: 0;
    left: 11px; 
    right: 9px; 
    padding: 5px;
} 

.text-overlay .video-slide .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    background: #000;
    -moz-opacity: 0.70; 
    opacity: 0.7;
    filter: alpha(opacity=70);
    
} 

.text-overlay .video-slide p {
    position: relative;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
 
.video-carousel {
    overflow: hidden;
}

/* because for some strange reason there is a blank link being injected above the link with text */
.video-carousel .video-slide .video-container h2 a, 
.video-carousel .video-slide .video-container h4 a, 
#feature-videos .video-slide .video-container h2 a ,
#feature-videos .video-slide .video-container h4 a {
    display: inline; 
    }
.video-carousel .video-slide .video-container h2, 
.video-carousel .video-slide .video-container h4, 
#feature-videos .video-slide .video-container h2, 
#feature-videos .video-slide .video-container h4 {
    text-align: left; 
    padding: 0; 
    }
.video-carousel .video-slide.author ,
#feature-videos .video-slide.author {
    display:      block;
    overflow:     hidden;
    width:        162px;
    height: 130px; 
    margin-top:   15px;
    }

.video-carousel .video-slide.author .deck.video a ,
#feature-videos .video-slide.author .deck.video a {
    font-size: 12px; 
    line-height: 16px; 
    width: auto; 
    }
.text-overlay li.video-slide.author a img {
    margin:  0 auto;
    display: block;
    width:   128px;
    height:  72px;
    }

.text-overlay .video-slides ,
#video-slides {
    overflow: visible !important; 
    overflow: hidden;
    white-space: nowrap; 
    height: 250px;
    font-size: 0px; 
    }
.text-overlay.video-slides {
    height: 135px;
}
.text-overlay.video-slides .video-slide:last-child ,
#video-slides .video-slide:last-child {
    border: none;
    }
.text-overlay.video-slides h4 a ,
#video-slides h4 a {
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 12px 0 0;
    display: block;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    }
.jcarousel-container-horizontal {
    width: 975px;
    overflow: hidden;
    }
.jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-clip-horizontal {
    width:       975px;
    }
.jcarousel-item {
    width:  179px;
    height: 190px;
    }
.jcarousel-item-horizontal {
    /*
    margin-left: 6px;
    margin-right: 6px;
    */
    }

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 630px;
    }
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 630px;
    /*
    margin: 0 6px;
    */
    }

.jcarousel-skin-tango .jcarousel-item {
    width:  200px;
    height: 200px;
    }

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*
    padding-right: 6px;
    margin-left:   4px;
    margin-right:  6px;
    */
    }
.video-carousel:hover .prev-set {
    display: block;
    }
.video-carousel .prev-set:hover {
    background: #ca0002;
    /*background: #48b934;*/
} 
.video-carousel .prev-set {
    display: none;
    position: absolute;
    /*
    right: 35px;
    top: 5px; 
    width: 25px;
    height: 40px;
    */
    left: -3px;
    top: 70px; 
    width: 35px;
    height: 50px;
    margin: 0;
    background: #000; 
    border-radius: 1px 0 0 1px;
    -webkit-border-radius: 1px 0 0 1px;
    -moz-border-radius: 1px 0 0 1px;
    -o-border-radius: 1px 0 0 1px;
    -ms-border-radius: 1px 0 0 1px;
    }
.video-carousel .prev-set .icon {
    position: absolute;
    /*
    left: -10px;
    top: 5px; 
    */
    left: -5px;
    top: 10px; 
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent #fff transparent transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
} 
.video-carousel:hover .next-set {
    display: block;
    }
.video-carousel .next-set:hover {
    background: #ca0002;
    /*background: #48b934;*/
} 
.video-carousel .next-set {
    display: none;
    position: absolute;
    /*
    right: 10px;
    top: 5px; 
    width: 25px;
    height: 40px;
    */
    right: -3px;
    top: 70px; 
    width: 35px;
    height: 50px;
    background: #000; 
    border-radius: 0 1px 1px 0;
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    -o-border-radius: 0 1px 1px 0;
    -ms-border-radius: 0 1px 1px 0;
    }
.video-carousel .next-set .icon {
    position: absolute;
    /*
    right: -10px;
    top: 5px; 
    */
    right: -5px;
    top: 10px; 
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent transparent #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
} 

#prev-next a {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
    margin-right: 12px;
    }
.prev-set ,
#prev4 {
    margin-right: 40px;
    }

.prev-next.wnd-tv-nav ,
#prev-next.wnd-tv-nav {
    position: absolute;
    bottom:   6px;
    right:    6px;
    }




/*  Sidebars
-------------------------------------------------*/

#mobile #sidebar {
    background: rgb(243, 243, 243) url(_/images/diag_lines.png);
    padding-top: 1px;
    padding-bottom: 1px;
}

#sidebar .module.widget_wnd_testimonials {
    height:        250px;
    }

#sidebar #wnd_prom_widget-15.module.widget_wnd_prom_widget {
    margin-bottom: 12px !important;
    }

#sidebar .module.widget_deal_of_the_day .inside {
    height: 206px;
    padding-right: 12px;
    padding-left: 12px;
    -moz-box-shadow: 0 0 0 5px #fff inset;
    -webkit-box-shadow: 0 0 0 5px #fff inset;
    -o-box-shadow: 0 0 0 5px #fff inset;
    -ms-box-shadow: 0 0 0 5px #fff inset;
    box-shadow: 0 0 0 5px #fff inset;
    }
    

#sidebar #pm-ad-sidebar #pmad-rt2 iframe, 
#sidebar #pm-ad-sidebar #pmad-rt iframe {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Promotions (AKA ads)
----------------------------------------------------*/
.promo-padding-thin {
    padding: 10px 0;
}

.promo-320x50 {
    width: 320px;
    height: 50px;
    margin: 0 auto;  
}

.promo-320x100 {
    width: 320px;
    height: 100px;
    margin: 0 auto;  
}

.promo-300x250 {
    width: 100%;
    height: 250px;
    margin: 0 auto;    
}

.promo-970x250 {
    width: 970px;
    height: 250px;
    margin: 0 auto;    
}

#div-gpt-ad-ATF_BIG_LB_1,
#div-gpt-ad-ATF_BIG_LB_1 {

}

#desktop div[style="width: 728px;height: 90px"]{
    display: block !important;
}

#desktop div[style="width: 300px;height: 250px"]{
    display: block !important;
}

#mobile div[style="width: 300px;height: 250px"]{
    display: block !important;
}

#desktop div[style="width: 976px;height: 60px"]{
    display: block !important;
}

#desktop div[style="width: 300px;height: 600px"] {
    display: block !important;
}

/* Widgets
----------------------------------------------------*/
.module {
    margin: 13px;
    }

#desktop #sidebar .module {
    /*margin: 13px 0 13px 26px;*/
    }

#desktop.home #sidebar .module {
    /*margin: 0 13px 13px 13px;*/
    }
#wnd_exclusive-3 {
    margin-top:    29px;
    margin-bottom: 13px;
    }

/* XXX replacing the whole class
.widget_title {
    background:     #ca0002;
    color:          white;
    text-transform: uppercase;
    font-size:      12px;
    padding:        0 12px;
    line-height:    24px;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    height:         24px; letter-spacing: 0;
    font-weight: normal;
    }
*/
.widget_title {
    position:relative;
    background:     #444;
    border: solid 1px #444;
    box-shadow: 0 0 0 3px #fff inset;
    color:          white;
    text-transform: uppercase;
    text-align: center;
    font-size:      16px;
    line-height: 25px;
    height: 26px;
    padding:        0 12px;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0 10px;
    vertical-align: top;
    }
.module.widget_text .widget_title {
    display: none;
}

.module.widget_text {
    height: 250px;
}

.module.widget_text .textwidget {
    height: 250px;
    padding: 0;
    background: #fff;
}

.textwidget iframe {
    display: block;
    margin: 0 auto;
}


.home_center.module.widget_text {
    margin: 12px;
}
#mobile .home_center.module.widget_text {
    margin: 12px auto;
    float: none;
}

.related-posts {
    list-style: none;
    }

.module .inside {
    /* XXX margin to make the title overlap a little */
    margin-top: -15px;
    padding-top: 15px;
}


.inside {
    background: #fff;
    display:    block;
    overflow:   hidden;
    }


.inside.poll {
    position: relative; 
    height: 238px;
    }
.inside.poll hgroup {
    position: relative; 
    }
.inside.poll .pencil {
    position: absolute; 
    right: 0;
    bottom: 0; 
    width: 150px;
    height: 140px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -116px;
    }
#desktop #sidebar.front .sidebar-1 {
    height: 1152px; 
    margin-bottom: 193px;  
    overflow: hidden; 
    }
#desktop #sidebar.front .sidebar-2 {
    height: 802px;
    margin-bottom: 184px;  
    overflow: hidden; 
    }

/*
#mobile #sidebar .widget_wnd_prom_widget,
#mobile .sidebar-1 .widget_wnd_prom_widget,    
#mobile .sidebar-2 .widget_wnd_prom_widget {
    display: none;
} 
*/  
#desktop #sidebar.front .sidebar-3 {
    height: 276px;
    overflow: hidden; 
    }

.widget_wnd_category_stories {
    position: relative;
    height: 512px; 
    }
.widget_wnd_category_stories .inside {
    height: 483px;
    padding-right: 6px;
    }

.widget_wnd_related .inside {
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 50px;
    }

.inside.alt-color {
    background:     #D7D8DC;
    padding-bottom: 16px;
    }

.related-posts li {
    font-size: 16px;
    margin:    10px;
    }

.related-title a {
    color:          #222;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size:      20px;
    }

.related-content {
    font-size: 13px;
    }

.author-img.left {
    margin: 12px 8px 12px 12px;
    }
.widget_deal_of_the_day hgroup {
    margin-top: 13px; 
    }

.deal-image img {
    margin: 13px;
    float: left; 
    }
.deal-image.left {
    margin: 13px;
    }

.attachment-deal-day.wp-post-image {
    -moz-box-shadow:    0 0 7px #777;
    -webkit-box-shadow: 0 0 7px #777;
    box-shadow:         0 0 7px #777;
    }

#div-gpt-ad-BTF_MPU_4 {
    margin-bottom: 24px;
    margin-top:    12px;
    }

#deal_of_the_day-3 {
    height:        250px;
    width:         300px;
    margin-bottom: 15px;
    }

#content .widget_wnd_exclusive_video {
    height:      250px;
    width:       650px;
    overflow:    hidden;
    display:     block;
    background:  rgb(228, 228, 228);
    margin-left: 0;
    }

.video-thumb.left {
    padding: 24px 12px 24px 12px;
    }

hgroup.video.left {
    float:        right;
    width:        300px;
    margin-top:   24px;
    margin-right: 12px;
    }

.head.video {
    margin-bottom: 5px;
    font-size:     14px;
    }

.posttitle.video {
    font-size:   31px;
    line-height: 37px;
    color:       black;
    }

.deck.video a {
    width:       169px;
    display:     block;
    margin:      6px auto;
    font-size:   17px;
    line-height: 21px;
    }

#sidebar .widget_wnd_related_stories h2.deck {
    margin:    0 12px 16px 12px !important;
    font-size: 14px;
    }

#sidebar .widget_wnd_related_stories .inside {
    overflow:       auto;
    padding-bottom: 10px;
    }

/*  Footer Ads
-------------------------------------------------*/
#footer-proms {
    clear:      both;
    background: #fafafa;
    overflow:   hidden;
    }

#footer-proms .module {
    border-right:  1px solid #BFC0C2;
    float:         left;
    /*height:        250px;*/
    margin:        12px 0 12px 12px;
    padding-right: 12px;
    width:         300px;
    }
#footer-proms .module:last-child {
    border: none;
    }
#footer-full {
    clear: both;
    overflow: hidden;
    }
    
/*  Content PopBox
-------------------------------------------------*/ 
.popbox {
    display: none;
    position: fixed;
    z-index: 4000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}

.popbox .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    font-size: 30px !important;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    color: #000;
}

.popbox .offclick {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popbox-vcenter {
    display: table;
    width: 100%;
    height: 100%;

}

.popbox-vcenter-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    /*background: #fff;*/
}

.popbox-container {
    position: relative;
    box-sizing: border-box;
    max-width: 800px;
    max-height: 500px;
    border-radius: 2px;
    background: #fff;
    margin: 0 auto;
    padding: 40px;
}

.popbox-content {
    position: relative;
    max-height: 420px;
    overflow: auto;
}

    
/*  WND TV Single Post Styles
-------------------------------------------------*/
/*
#content.wnd-tv .entry-content {
    border-bottom: none;  
    margin-top: 0;
    padding-bottom: 0;
    clear:          both;
    }
*/

.video-content {
    background: rgb(0,0,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTI5MzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(41,41,49,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(41,41,49,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,41,49,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,41,49,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,41,49,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(41,41,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#292931',GradientType=0 );

    padding: 50px 0 10px;
}

.video-content .video-player {
    position: relative;
    z-index: 1;
    max-width: 1184px !important;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
/* have to override this so it doesn't negatively impact the look of the player */
.video-player .icx-toolbar,
.video-player .icx-interactive-notice {
    display: none !important;
}

.video-content .ooyala-video-wrapper,
.video-content .ooyala-video-wrapper .innerWrapper {
    width: 100% !important;
    height: 667px !important;
}

.video-info {
    max-width: 1184px;  
    margin: 0 auto 0;     
}

.video-content .video-info {
    margin: 20px auto 0;     
}
.video-content .video-info  a {
    color: rgb(46, 159, 255);
}

.video-title {
    font-weight: normal;
    color: #bbb;
    font-size: 1.7em;
}

.video-title strong {
    color: #eee;
}

.video-social {
    padding-left: 150px;
    margin-top: 20px;
}

.video-social #additional-options {
    display: none;
}

.video-short-desc {
    color: #777;
    font-size: 1.1em;
    margin: 0;
}

#content.wnd-tv div.byline {
    border-top: dotted 1px #999; 
    padding-top:   12px;
    margin-top:   0;
}

.wnd-tv .author-img {
    height: 70px; 
    }
.wnd-tv .byline {
    padding-bottom: 15px;
    padding: 20px 0 0 0; 
}


#content.wnd-tv .post-actions .post-rating {
    position: absolute;
    width: 180px;
    margin-top: -24px;
    margin-left: 466px;
}

#content.wnd-tv .post-rating .callout {
    margin: 33px 0 0 -22px;
}

#content.wnd-tv .post-rating .callout-arrow {
    top: -20px;
    bottom: auto;
    border-color: transparent transparent rgba(202, 0, 2, 0.8) transparent;
}

#content.wnd-tv .post-actions {
    height: 36px;
    }
#content.wnd-tv #post-actions-top .post-actions {
    height: 36px;
    margin: 0; 
    }
#content.wnd-tv #post-actions-bottom .specific-social {
    margin-left:  200px;
    }

.pw-size-medium .pw-icon {
    display: none !important;
}

.specific-social .soc-button.pw-button,
.soc-button.pw-button {
    box-sizing: border-box;
    color: #fff;
    padding: 0 15px 0 10px !important;
    line-height: 40px !important;
    height: 40px !important;
    cursor: pointer;
    cursor: hand;
}
.soc-button.pw-button.pw-button-counter-horizontal {
    padding-right: 0 !important;
}

.soc-button.pw-button:hover {
    color: #fff;
}

.left-float .soc-button.pw-button {
    box-sizing: border-box;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    color: #fff;
    padding: 0 !important;
    line-height: 40px !important;

}



.pw-button.pw-button-facebook {
    background: #3B5998 !important;
}

.pw-button.pw-button-twitter {
    background: #55acee !important;
}

.pw-button.pw-button-googleplus {
    background: #DC4E41 !important;
}

.pw-button.pw-button-linkedin {
    background: #0077B5 !important;
}

.pw-button.pw-button-email {
    background: #999 !important;
}

.pw-button.pw-button-post {
    background: #555 !important;
    padding-right: 0 !important;
}

.left-float .pw-button.pw-button-post {
    height: 60px !important;
}

.left-float .pw-button.pw-button-post .fa {
    display: block;
    padding-top: 5px;
}



.pw-button .fa {
    font-size: 20px;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 8px;
}

.left-float .pw-button .fa {
    margin-right: 0;
}
 

.pw-size-medium .pw-button-counter .pw-button-counter__brd {
    background: none !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent #333 transparent transparent;
    margin-top: 12px !important;
    margin-left: -15px !important;
}

.pw-size-medium .pw-button-counter .pw-button-counter__count {
    display: inline-block;
    padding: 0 6px !important;
    background: #333;
    line-height: 40px !important;
    height: 40px;
    color: #fff !important;
    font-size: 20px !important;
    border: none !important;
    border-radius: 3px 0 0 3px;
}

.left-float .pw-size-medium .pw-button-counter .pw-button-counter__brd {
    border-color: transparent transparent #333 transparent;
    margin-top: -15px !important;
    margin-left: -8px !important;
}

.left-float .pw-size-medium .pw-button-counter .pw-button-counter__count {
    display: block !important;
    padding: 0 6px !important;
    background: #333;
    line-height: 40px !important;
    height: 40px;
    color: #fff !important;
    font-size: 20px !important;
    border: none !important;
    margin-top: 7px !important;
    border-radius: 0 !important;    
}

.left-float.post-actions .pw-size-medium .pw-icon+.pw-button-counter {
    padding-left: 0 !important;
    display: block;
}



.pw-button .share-text {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;    
}

.wnd-tv .non-wnd-link a {
    margin-top:    0;
    }

.wnd-tv .more-videos {
    border-bottom: solid 1px #ccc;
    padding-bottom: 50px;
    
}

    
/*  Single Post Styles
-------------------------------------------------*/
#content .entry-content {
    border-bottom:  1px dotted #777;
    padding-bottom: 10px;
    clear:          both;
    }

#content article.page .entry-content {
    border-bottom: none;
    }

#author-archives {
    margin: 12px;
    padding-bottom: 10px;
    }
.head {
    color: #ca0002;
    /*color: #48b934;*/
    text-transform: uppercase;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    font-weight: bold;
    padding: 0;
    }
.head a {
    color: #ca0002;
    /*color: #48b934;*/
    }

 .posttitle, h1.posttitle {
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    line-height: 1.2em;
    padding: 0;
    text-shadow: none;
    }

 .posttitle a, h1.posttitle a {
    color: #444;
    display: block;
    }

 .deck {
    font-size:  13px;
    line-height: 13px;
    color: #222;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    }
.deck a {
    color: #333;
    }

.sidebar.deck {
    line-height: 1.5;
    }
#content article header,
#content.author-archive header {
    border-bottom:  1px dotted #777;
    padding-bottom: 6px;
    padding-right:  7px;
    margin-top:     12px;
    }
#content.page-gallery header {
    border-bottom:  none;
    }    
.entry-content  {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: none;
    color: #222;
    font-weight: normal;
    }

#author-archives.entry-content {
    padding-left:  0;
    border-bottom: none;
    }

#author-archives p {
    margin:      4px 0 5px 0;
    padding:     0;
    font-weight: normal;
    color:       #444;
    font-size:   15px;
    line-height: 1.3;
    }
#author-archives.entry-content p {
    font-size:   14px!important;
    line-height: 1.4;
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: none;
    color:       #222;
    font-weight: normal;
    margin: 15px 0!important;
    }

#author-archives.entry-content p:first-child {
    margin: 3px 0!important;
    }
#content .entry-content.non-wnd {
    margin-top: 0!important;
    border-bottom: none;
    }

#content .entry-content.archive {
    border-bottom:  none;
    padding:        0 0 5px 0;
    margin-top:     0;
    }


#author-archives time {
    display: inline;
    margin: 0;
    padding: 0;
    }

img.size-full {
    height: auto !important;
}

/*
#mobile #content iframe {
    width: 100% !important;
}
*/

div.byline {
    /*
    float:        left;
    width:        405px;
    */
    margin-top:   12px;
    padding-left: 12px;
    }

div.byline i.red {
    color:       red;
    font-size:   16px;
    font-family: Helvetica, Arial, sans-serif;
    }

.fn a, .fn {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
   font-size: 16px;
    margin-right: 3px;
    color: #333;
    text-transform: uppercase;
    }

.increaseClickItem {
    display:      block;
    /*
    text-indent:  -999em;
    background:   url(_/images/font-big-small.png) no-repeat -30px 0;
    */
    font-size: 20px;
    text-align: center;
    width:        20px;
    height:       30px;
    }

.decreaseClickItem {
    display:     block;
    box-sizing: border-box;
    /*
    text-indent: -999em;
    background:  url(_/images/font-big-small.png) no-repeat 0 0;
    */
    padding-top: 9px;
    font-size: 12px;
    text-align: center;
    width:       20px;
    height:      30px;
    }
#testi-content .fn {
margin-left: 12px;
    }
#content.author-archive .fn {
    font-size: 24px;
}



.authbio {
    margin-top: 3px;
    display: block;
    overflow: hidden;
    }
span.authbio p {
    margin: 0;
    }
.author-image {
    float: left;
    margin: 2px 10px 10px 0;
    }
#main .author-img {
    max-width: 70px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    max-height: 90px; 
    overflow: hidden;
    }

.widget_wnd_category_stories .post-item {
    min-height: 65px;  
    padding: 10px 10px; 
    }
.widget_wnd_category_stories hgroup {
    padding-left: 75px;  
    }
.widget_wnd_category_stories .no-avatar {
    width: 65px;
    height: 65px;
    background: #f6f6f6;
}
.widget_wnd_category_stories .author-img {
    position: absolute; 
    display: block; 
    overflow: hidden;
    max-width: 65px;
    max-height: 65px;
    }
.author-links {
    font-size: 12px;
    }
img.attachment-story.wp-post-image {
    float: right;
    margin-left: 10px;
    }

/*
.story-social-media {
    width:      168px;
    float:      right;
    margin-top: 16px;
    }
*/
.story-social-media {
    /*
    float: left; 
    width:      168px;
    margin-top: 13px;
    margin-left: 15px; 
    */ 
    padding: 5px;
    margin-left: 73px; 
    margin-right: 12px; 
    background-color: #f4f4f4; 
    }
    
    
/* Social media bar
-----------------------------------------------------*/

.story-social-media a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin-left: 20px; 
    vertical-align: middle; 
    }
.story-social-media iframe {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    vertical-align: middle; 
    }

.story-social-media a img {
    vertical-align: top;
    }

#non-wnd .story-social-media {
width: 400px;
float: left;
    }

#share-print {
    list-style: none;
    padding:    0;
    float:      right;
    width:      73px;
    margin: 12px 0 0 0;
    }
.specific-social {
/*    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 370px;
    vertical-align: top;
*/
}
.general-social {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 70px;
    vertical-align: top;
    margin-top: 2px;
}
.post-actions #additional-options {
/*    position: absolute;
    margin-top: -1px; 
    margin-left: 480px;
*/

    position: absolute;
    right: 0;
    background: #ececec;
    margin-top: -41px;
    box-sizing: border-box;
    height: 40px;
    padding: 0 5px;
    list-style:   none;
    
} 
#mobile .post-actions #additional-options {
    margin-left: 8px;
}

.post-actions ul#share-buttons {
    list-style:   none;
    display:      block;
    padding-left: 0 !important;
    margin-left:  0 !important;
    }

.post-actions.has-ratings {
    padding-top: 30px;
}
    
.post-actions.has-ratings .specific-social {
    position: absolute;
    margin-left: 235px;    
}
#mobile .post-actions.has-ratings .specific-social {
    margin-left: 0;
}


.post-actions .post-rating {
    min-height: 30px;
}

.post-actions .rating-stats {
    margin-top: -3px;
    color: #aaa;
    font-size: 10px;
}

.post-rating .callout {
    position: absolute;
    z-index: 1;
    height: 33px;
    margin: -45px 0 0 -22px;
    padding-right: 5px;
    background: rgba(202, 0, 2, 0.8);
    /*
    box-shadow: 0px 5px 7px rgba(0,0,0, 0.3);
    */
}

.post-rating .callout-text {
    color: #fff;
}

.post-rating .main-text {
    padding: 5px 20px 0 20px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

.post-rating .sub-text {
    padding: 0 30px 0 20px;
    font-size: 12px;
}

.post-rating .close-this {
    position: absolute;
    top: 0; 
    right: 4px;
    color: #fcc;
    font-size: 20px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
}
.post-rating .close-this:hover {
    color: #fff;
}

.post-rating .callout-arrow {
    position: absolute;
    bottom: -20px;
    left: 52px;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(202, 0, 2, 0.8) transparent transparent transparent;
}


.post-actions .post-ratings-loading {
    margin-top: -23px;
}

.share-buttons .print_story {
    margin-left: 0;
    }

#share-buttons-bottom li.facebook {
    width: 130px;
    }

#share-buttons li, #share-buttons-bottom li {
    float:        left;
    margin-right: 0 !important;
    margin-left:  0 !important;
    padding:      0 !important;
    margin-top: 0 !important;
    }
    
#additional-options .item {
    display: inline-block;
    padding-top: 4px;
    box-sizing: border-box;
    margin: 0;
}    
#additional-options .item a, #additional-options .item span {    
    color: #000;
    cursor: pointer;
    cursor: hand;
}
#additional-options .item a:hover, #additional-options .item span:hover {    
    color: #ca0002;
    text-decoration: none;
}
    
#share-buttons-bottom li.facebook {
    width: 130px;
    }

#share-buttons li, #share-buttons-bottom li {
    float:        left;
    margin-right: 0 !important;
    margin-left:  0 !important;
    padding:      0 !important;
    }

#share-buttons li.facebook {
    width: 150px;
    }

#share-buttons li.twitter {
    width: 95px;
    }

#share-buttons li.google {
    width: 80px;
    }

#share-buttons li.linkedin {
    width: 95px;
    }

#additional-options .item.print-friend, #share-buttons li.print-friend {
    width:        60px;
    padding-left: 6px !important;
    margin-left:  0 !important;
    height: 40px;
    line-height: 40px;
    border-right: solid 1px #ccc;
    font-size: 12px;
    }

#additional-options .item.print-friend .fa, #share-buttons li.print-friend .fa {
    font-size: 18px;
    }

#share-buttons li.email {
    width:         64px;
    border-right:  1px dotted #777;
    padding-right: 3px !important;
    height: 25px;
    }
#additional-options .item.font-small ,
#share-buttons li.font-small {
    width: 20px;
    margin-left: 0 !important;

    }
#additional-options .item.font-big ,
#share-buttons li.font-big {
    width: 25px;
    }
#share-buttons li.follow {
    width: 200px;
    margin-top: 12px;
    }

.page-link {
    background:     none repeat scroll 0 0 black;
    clear:          both;
    color:          white;
    display:        block;
    font-family:    Helvetica, Arial, sans-serif;
    font-size:      15px;
    font-weight:    bold;
    height:         30px;
    line-height:    32px;
    margin-bottom:  24px;
    margin-left:    -13px;
    margin-top:     47px;
    overflow:       visible;
    padding-right:  12px;
    text-align:     right;
    text-transform: uppercase;
    width:          640px;
    }

.gallery-page-link {
    padding: 20px 0 40px;
    height: 70px;
}

.gallery-page-link a {
    display: block;
    margin-top: 10px;
    text-decoration: none !important;
}

.start-slideshow-cta-wrapper {
    position: relative;
}
.start-slideshow-cta {
    position: absolute;
    margin-top: -110px;
    right: 15px;
    left: 15px;
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    height: 70px;
    line-height: 70px;
    color: #fff !important;
    border: solid 2px #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;  
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}


.gallery-page-link .next-button {
    background: #ca0002;
    border-radius: 4px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;  
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.gallery-page-link.has-back-button .next-button {
    margin-left: 90px;
}

.gallery-page-link a:hover .next-button {
    text-decoration: none;
    background: #d20607;
}

.gallery-page-link .back-button {
    background: #999;
    border-radius: 4px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;  
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.gallery-page-link.has-back-button .back-button {
    position: absolute;
    width: 80px;
}


nav.post-navigation {
    display:       block;
    text-align: right;
    padding-bottom: 24px;
    font-size:     12px;
    margin-right: 14px;

    }

.page-link span {
    float:       left;
    margin-left: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    }
.page-link a {
    color: #fff;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;

    }

.st_email {
    padding-left: 22px;
    margin-left:  12px;
    background:   url(_/images/email.png?v=22) left center no-repeat;
    display:      block;
    text-indent:  -999em;
    width:        72px;
    height:       24px;
    }

.non-wnd-link {
    margin-right:  12px;
    text-align: right; 
    border-bottom: dotted 1px #aaa; 
    }
.non-wnd-link a {
    display:       block;
    overflow:      hidden;
    margin-bottom: 10px;
    font-size:     16px;
    margin-top:    12px;
    }


.font-sizer {
    margin-top:   12px;
    cursor:       pointer;
    width:        80px;
    padding-left: 3px;
    }

footer.single {
    background: #fff;
    margin-bottom: 35px;
}

.single-wnd_video footer.single,
.wnd-tv footer.single {
    background: none;
    max-width: 700px;
    margin: 40px auto 0;
    padding-bottom: 40px;
}

footer.single:after {
    content:'';
    display:block;
    clear: both;
} 


h4.footer-single {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid gray;
    padding-top: 20px;
    width: 600px;
    margin:  5px auto;
    font-weight: normal;
    }
.single-footer.left {
    float: left;
    width: 300px;
    margin-top: 10px;
    margin-left: 40px;
    }

#mobile footer {
    padding: 15px;
}

#mobile footer:after {
    content:'';
    display:block;
    clear: both;
} 

#mobile .footer-single.bottom {
    margin: 0 auto 20px;
}

.footer-single.right {
    margin-right: 51px;
    margin-top: -8px;
    }

.footer-single.bottom {
    width:         297px;
    margin-bottom: 20px;
    }
.footer-single.left.bottom {
    margin-left: 12px;
    }

#facebook-bottom {
    width:       300px;
    height:      35px;
    padding-top: 8px;
    }

#twitter-bottom {
    height: 35px;
    }
.social-title {
    float:        left;
    font-size:    13px;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 13px;
    clear:        both;
    }

#fb-like-bottome {
    clear:       both;
    height:      57px;
    width:       250px;
    margin-left: 6px;
    }

twitter-bottom {
    width:   229px;
    height:  36px;
    display: inline;
    float:   left;
    }

#alerts-bottom #alertsubmit {
    background: black;
    color: #fff;
    }
#twitter-bottom .social-title {
    margin-right: 0
    }
.contribute-links.left {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    overflow: hidden;
    display: block;
    float: left;
    }

#alerts-bottom input#email {
    width: 170px;
    }
.contribute-links.right {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#footer-share-buttons li {
    float: left;
    width: 60px;
    margin-right: 6px;
    overflow: hidden;
    }
#footer-share-buttons {
    list-style: none;
    }

h4.footer-single-bottom {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid gray;
    width: 300px;
    margin: 5px auto;
    font-weight: normal;
    }
.footer-single.right.bottom {
    margin-right: 27px;
    overflow: hidden;
    margin-top: 0;
    }

.fb-like-box.fb_iframe_widget {
    width:       250px;
    display:     block;
    overflow:    hidden;
    margin-left: -59px;
    }

#alerts-footer input[type="text"] {
    width: 171px;
    }
#animate {
    text-align: center;
    }

hgroup time.updated {
    margin-left: 0;
    margin-top: 10px; 
    color:       #999;
    }
    
hgroup time.updated .updated-ts {
    color: #ca0002;
    /*color: #48b934;*/
}

header.postmeta hgroup {
    border-bottom:  1px dotted #777;
    padding-left:   12px;
    margin-top:     12px;
    padding-bottom: 12px;
    }
.page-gallery header.postmeta hgroup {
    border: none;
    padding: 0;
}
/*
.single header.postmeta hgroup {
    padding-left:   0;
    }
*/

header.postmeta.non-wnd hgroup,
header.postmeta.no-author hgroup,
body.single-wnd_petition header.postmeta hgroup {
    border-bottom: none;
    }

header.postmeta .deck {
    font-size:   14px;
    line-height: 18px;
    color:       #555;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    padding:    3px 0 0 0;
    }

header.postmeta h1.posttitle {
    font-size: 28px;
    }

/* Site Header 
----------------------------------------------------*/

#mobile #site-header {
    position: fixed;
    z-index: 800;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 10px 0 0 10px;
    background: rgb(210,210,210);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
    background-position: 100px 15px;  
    background-size: auto 40px; 
}


.header-logo {
    display: block;
    width: 250px;
    height: 78px;
    background-image: url(_/images/wnd-logo-white.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#desktop #header-title {
    position: absolute;
    bottom: 0;
    left: 250px;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;    
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

#mobile #header-title {
    position: absolute;
    top: 0;
    left: 80px;
    line-height: 50px;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

#mobile .header-logo {
    width: 250px;
    height: 48px;
    background-image: url(//www.wnd.com/files/2017/01/wnd-20years-icon-phone-2.png);    
}

#mobile .interior .header-logo {
    width: 61px;
    height: 30px;
    margin-top: 6px;
    background-image: url(_/images/wnd-logo-white.png);
}

#mobile .home-page .header-logo {
    position: relative;
    margin: -10px auto 0;
}

#header-social {
    position: absolute;
    top: 0;
    right: 350px;
    width: 130px;
}


#header-social .social-icon {
    display: block;
    float: right;   
    width: 30px;
    height: 30px;    
    margin-left: 10px;
    border: solid 1px #ccc;
    overflow: hidden;
    color: #fff; 
    text-align: center;
}

.social-icon .fa {
    display: block;
    font-size: 30px;
}

.social-icon .fa-facebook {
    margin-top: 6px;
    margin-left: 3px;
}

.social-icon .fa-twitter {
    font-size: 26px;
    line-height: 30px;    
}


.social-icon .fa-google-plus {
    margin-top: 6px;
    margin-left: -9px;
    font-size: 36px;
}

#header-magazines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 326px;
    
}

.magazine-list-tabs {
    list-style: none;
    margin: 0;
    padding: 0 0 0 165px;
}

.magazine-divider,
.magazine-title {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    font-size: 12px;
}

.magazine-title {
    cursor: pointer;
    cursor: hand;
}

.selected.magazine-title {
    color: #fff;
}

.magazine-list {
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    list-style: none;
    background: #48b934;
}

.magazine {
    box-sizing: border-box;
    /*padding-left: 165px;    */
}

.show.magazine {
    display: block;
}

.mag-image-crop {
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 10px;
    width: 140px;
    overflow: hidden;
}

.mag-image-crop .mag-image {
    
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -ms-transform: translateY(40px); 
    -webkit-transform: translateY(40px); 
    transform: translateY(40px);    
}

.magazine:hover .mag-image {
    -ms-transform: translateY(0); 
    -webkit-transform: translateY(0); 
    transform: translateY(0);
}

.mag-options {
    list-style: none;
    line-height: 18px;    
    padding-top: 3px;
}

.mag-option a {
    color: #cfc;
    text-transform: uppercase;
}
.mag-option a:hover {
    color: #fff;
}


.mag-option .fa {
    width: 15px;
}

/* OLD HEADER */

#header {
    background-position: 245px 171px;
    background-repeat: no-repeat;
    /*
    background-color: #fff;
    */
}

#mobile #header {
    padding-top: 70px;
    background: none !important;
}
.page-template-custom-page-bank-with-nav-and-footer#mobile #header {
    padding-top: 0;
}

.page-template-custom-page-bank-with-nav-and-footer#mobile #header .promo-300x250 {
    display: none;
}


.page-template-custom-page-bank-with-nav-and-footer #main a {
    color: #1177cc;
}
/*#header.page, #header.interior { background-color: #fff;}*/
/*
#header.front       { background: #fff url(_/images/americas_independent_new_network.png?v=1) no-repeat 245px 146px; }
#mobile #header.front       { background: #fff; }

#header.news        { background-image: url(_/images/category-header-news.png?v=2);}
#header.author      { background-image: url(_/images/category-header-archives.png?v=2); }
#header.commentary  { background-image: url(_/images/category-header-commentary.png?v=2); }
#header.world       { background-image: url(_/images/category-header-world.png?v=2); }
#header.us          { background-image: url(_/images/category-header-us.png?v=2); }
#header.local       { background-image: url(_/images/category-header-local.png?v=2); }
#header.sports      { background-image: url(_/images/category-header-sports.png?v=2); }
#header.weather     { background-image: url(_/images/category-header-weather.png?v=2); }
#header.talk-row    { background-image: url(_/images/category-header-talkrow.png?v=2); }
#header.education   { background-image: url(_/images/category-header-education.png?v=2); }
#header.politics    { background-image: url(_/images/category-header-politics.png?v=2); }
#header.money       { background-image: url(_/images/category-header-money.png?v=2); }
#header.markey-overview       { background-image: url(_/images/category-header-money.png?v=2); }
#header.no-more-red-ink-money { background-image: url(_/images/category-header-nomoreredink.png?v=2); }
#header.family      { background-image: url(_/images/category-header-family.png?v=2 ); }
#header.activism    { background-image: url(_/images/category-header-activism.png?v=2 ); }
#header.homefront   { background-image: url(_/images/category-header-homefront.png?v=2 ); }
#header.faith       { background-image: url(_/images/category-header-faith.png?v=2 ); }
#header.travel      { background-image: url(_/images/category-header-travel.png?v=2 ); }
#header.health      { background-image: url(_/images/category-header-health.png?v=2); }
#header.diversions  { background-image: url(_/images/category-header-diversions.png?v=2); }
#header.opinion     { background-image: url(_/images/category-header-opinion.png?v=2); }
#header.petitions     { background-image: url(_/images/category-header-petitions.png?v=2); }
#header.about       { background-image: url(_/images/category-header-aboutus.png?v=2); }
#header.media       { background-image: url(_/images/category-header-media.png?v=2); }
#header.movieguide  { background-image: url(_/images/category-header-movieguide.png?v=2); }
#header.wnd-tv      { background-image: url(_/images/category-header-wndtv.png?v=3); }
#header.books       { background-image: url(_/images/category-header-books.png?v=2); }
#header.science     { background-image: url(_/images/category-header-technology.png?v=2); }
#header.tv-guide    { background-image: url(_/images/category-header-tvguide.png?v=2); }
#header.emails-to-the-editor { background-image: url(_/images/category-header-emailtotheeditor.png?v=2); }
#header.joke        { background-image: url(_/images/category-header-jokeoftheday.png?v=2); }
#header.reviews     { background-image: url(_/images/category-header-reviews.png?v=2); }
#header.cartoons    { background-image: url(_/images/category-header-cartoons.png?v=2); }
#header.forums      { background-image: url(_/images/category-header-forums.png?v=2); }
#header.commentators { background-image: url(_/images/category-header-commentatorlineup.png?v=2); }
#header.full-story { background-image: url(_/images/page-header-fullstory.png?v=2); }
#header.blogs       { background-image: url(_/images/category-header-blogs.png?v=2); }


#header.scoop { background-image: url(_/images/category-header-scoop.png?v=2); }
*/

/* the holiday logo overwrites all of the others */
#header.holiday     { background: #fff;}
#header.holiday.hol-veterans-day h1.logo.front-page a { 
background-image: url(_/images/holiday/logos/wnd.VETERANS_DAY.logo.jpg?v=1);
background-repeat: no-repeat;
text-indent: -999em;
background-position: 0 0;
width: 565px;
height: 88px;
}
#header.holiday.hol-thanksgiving h1.logo.front-page a { 
background-image: url(_/images/holiday/logos/wnd.THANKSGIVING.logo.2012.jpg?v=1);
background-repeat: no-repeat;
text-indent: -999em;
background-position: 0 0;
width: 565px;
height: 88px;
}
#header.holiday.hol-hanukkah-1 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.1.gif?v=1);
}
#header.holiday.hol-hanukkah-2 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.2.gif?v=1);
}
#header.holiday.hol-hanukkah-3 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.3.gif?v=1);
}
#header.holiday.hol-hanukkah-4 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.4.gif?v=1);
}
#header.holiday.hol-hanukkah-5 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.5.gif?v=1);
}
#header.holiday.hol-hanukkah-6 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.6.gif?v=1);
}
#header.holiday.hol-hanukkah-7 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.7.gif?v=1);
}
#header.holiday.hol-hanukkah-8 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.8.gif?v=1);
}
#header.holiday.hol-christmas h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.CHRISTMAS.logo.jpg?v=1);
}
#header.holiday h1.logo.front-page a { 
background-repeat: no-repeat;
text-indent: -999em;
background-position: 0 0;
width: 565px;
height: 88px;
}


.leader-board-top {
    background: #fff;
    padding: 10px 0;    
}

#div-gpt-ad-skyline728TopCenter {
    margin: 0 auto;
}

.leader_top.module {
    margin: 0;
    }
    

#header section.utility {
    width: 785px;
    float: left;
    height: 230px;
    margin-top: 5px;
    }
#mobile section.utility {
    float: none;    
    width: auto;
    height: auto;
    margin: 0;
}
#mobile .top-utility {
    padding: 8px 14px;
    background: #000;
    color: #fff;
    text-align: center;
}

#mobile .top-utility span,
#mobile .top-utility i {
    vertical-align: top;    
}


/* OLD HEADER */
h1.logo {
    margin: 0;
    padding: 0;
    }


.logo a {
    margin-top: 19px;
    float:       left;
    padding:     0;
    height:      88px;
    width:       254px;
    margin-left: 12px;
    overflow:    hidden;
    }

span.source {
    text-transform: uppercase;
    }



.logo.interior a, h1.logo.front-page a {
    background-image: url(_/images/logo-sprite-two.png?v=3);
    background-repeat: no-repeat;
    text-indent: -999em;
    background-position: 0 -291px;
    }
        


.logo.interior.opinion a,
.logo.interior.commentary a,
.logo.interior.blogs a,
.logo.interior.cartoons a,
.logo.interior.emails-to-the-editor a,
.logo.interior.commentators a,
.logo.interior.forums a {
    background-position: 0 -194px;
    }
.logo.interior.money a,
.logo.interior.market-overview a {
    background-position: 0 0;
    }

.logo.interior.wnd-tv a {
    background-position: 0 -388px;
    }
.logo.interior.diversions a,
.logo.interior.movieguide a,
.logo.interior.tv-guide a,
.logo.interior.joke a,

.logo.interior.crosswords a,
.logo.interior.reviews a {
    background-position: 0 -194px;
    }

aside.front.right {
    margin-top:   12px;
    overflow:     hidden;
    margin-right: 11px;
    width:165px;
    }
aside.interior.right {
	margin-top: 0;
	position: absolute;
	top: 12px;
	right: 12px;
    }

#utility-home {
    float: right;
    width: 206px;
    text-align: right;
    margin-top: 40px;
    }

#utility-home span {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0 2px;
    line-height: 1.7em;
    }
#utility-home a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    line-height: 1.7em;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: lighter;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    }


#utility li {
	float: left;
	margin-right: 5px;
    }
#utility {
    position: relative;
    }
#utility li #follow_wnd {
    position: relative; 
    z-index: 14; 
    cursor: pointer;
    cursor: hand; 
    }
#utility li #follow_wnd span {
    margin-left: 8px; 

    }
#utility li #follow_wnd img {
    vertical-align: middle; 
    margin-top: -5px; 
    }
#utility li #follow_wnd .arrow {
    position: absolute;
    top: 8px; 
    right: -16px;
    border-style: solid;
    border-width: 5px;
    border-color: #999 transparent transparent transparent; 
    }
#utility li:hover #follow_wnd .arrow {
    border-color: #fff transparent transparent transparent; 
    }
#utility li .follow_options .soft_divider {
    border-top: dotted 1px #555; 
    padding-bottom: 10px; 
    }
#utility li .follow_options {
    display: none; 
    position: absolute;
    z-index: 13;
    margin-left: -10px; 
    padding: 5px 10px 10px; 
    background-color: #000;
    border-radius: 0 0 3px 3px ; 
    -webkit-border-radius: 0 0 3px 3px ; 
    -moz-border-radius: 0 0 3px 3px ; 
    -ie-border-radius: 0 0 3px 3px ; 
    -o-border-radius: 0 0 3px 3px ; 
    }

#utility {
    clear: both;
    background: black;
    color: white;
    height: 28px;
    line-height: 20px;
    font-size: 12px;
    font-weight: lighter;
    }


#utility.front {
    width: 785px;
    }

#mobile #utility.front {
    width: auto;
    }


#utility a {
    color: #fff;
    text-decoration: none;
    }

#utility.front time {
    margin-right: 120px;
    font-weight:  normal;
    color:        white;
    margin-top:   0;
    margin-left:  0;
    }

#utility time {
    margin-right: 416px;
    color:        white;
    margin-top:   0;
    margin-left:  0;
    }
#utility ul.left, #utility ul.right
{
  padding: 0px;
}
#utility ul.left
{
    float:left;
    padding-left: 8px;
}
#utility ul.right
{
    float:right;
    padding-right: 3px;
    text-transform: uppercase;
}

#utility ul.left li, #utility ul.right li
{
  float: left;
  list-style: none;
  padding: 5px;
}


.light {
    font-weight: lighter;
    letter-spacing: normal;
    }


/*        Front Headline
-----------------------------------------------*/
.headline.front .content-body {
    background: #fff;
}
.headline.front h1 {
    position: relative; 
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    font-weight:    normal;
    text-align:     center;
    color:          black;
    padding:        0;
    height:         120px;
    text-transform: uppercase;
    }
#mobile .headline.front h1 {
    height: 50px;
    display: block;
}    

.headline.front h1 a.title {
    font-family:    "League Gothic WND", sans-serif;
    letter-spacing: 1px;
    font-size:      63px;
    line-height:    114px;
    }

.headline.front h1 a.title:hover {
    color: #ca0002;
    /*color: #48b934;*/
    /*text-decoration: underline;*/
}

#mobile .headline.front h1 a.title {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 98%;
    margin: 0 auto;
    padding: 0;    
    overflow: hidden;    
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 50px;
    }

.headline.front h1 a.obvious-link { 
    position: absolute; 
    font-size:      14px;
    text-transform: none;
    line-height:    20px;
    bottom: 15px;
    right: 0; 
    color: #ca0002;
    }

.headline.front a.obvious-link:hover {
    text-decoration: underline; 
    }
        

.header-actions {
    position: relative;
    background: #fff;
    height: 40px;
}

.header-actions .time {
    position: absolute;
    line-height: 40px;
    padding-left: 12px;
    text-transform: uppercase;
    color: #999;
}

.account-access {
    position: absolute;
    right: 350px;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    line-height: 16px;
    text-transform: uppercase;
    color: #999;    
}

.account-access a {
    color: #999;
}
.account-access a:hover {
    color: #ca0002;
}

.account-access li {
    float: left;
}

.account-access .divider {
    height: 12px;
    line-height: 12px;
    padding: 0;
    margin: 2px 10px;
    border-left: solid 1px #999;
}


.gsc-results-wrapper-overlay {
    
}

.header-actions #search {
    position: absolute;
    right: 12px;
    clear: both;
    padding: 5px 0;
}

.header-actions #s {
    width: 206px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

input.searchbutton {
    text-align: center;
    width: 90px;
}

input.searchbutton, input#searchbtn {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    background:     #ca0002;
    color:          white;
    text-transform: uppercase;
    border:         none;
    font-size:      11px;
    font-weight:    lighter;
    line-height:    21px;
    padding:        0 8px;
    margin-left:    5px;
    box-shadow:     0 0 3px #777;
}

/*        MISC
-----------------------------------------------*/    
#full_width {
    border-bottom: 1px dotted #fff;
    }

#wnd_related_stories-3 {
background: white;
    }
.headline.front h1 a {
color: black;
    }
#animate {
    text-align: center;
    }
/*
#wb img {
    max-width:  160px;
    margin-top: 14px;
    overflow:   hidden;
    }

#wnw img {
    max-width:  160px;
    margin-top: 40px;
    }
    
*/
/*  Search Results
-------------------------------------------------------------------------------*/
.sep {
    color: red;
    font-style: italic;
    font-size: 1.1em;
    font-family: Helvetica, Arial, sans-serif;
    }

/*  WordPress image defaults
-------------------------------------------------------------------------------*/

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
.alignright { margin: 0 0 1.5em 1.5em; float: right; }

.wp-caption, .gallery-caption {
    text-align: center;
    margin:     12px 0 0 0;
    }
.wp-caption.alignright {
    margin-left: 10px;
    }
.wp-caption.alignleft {
    margin-right: 10px;
    }
.wp-caption-text { 
    padding: 0 15px; 
    margin: 0; 
    color: #666;
    font-size: .80em; 
    font-family: sans-serif; 
    }

#mobile .wp-caption {
    width: auto !important;
    
}

#mobile .wp-caption .size-full {
    width: 100% !important;
    height: auto !important;
    
}
    
    
    
/*  Footer nav menus
-------------------------------------------------------------------------------*/    
.single-wnd_video .nav-logo,
.wnd-tv .nav-logo,
.page-template-custom-page-tv-php .nav-logo {
    left: 0;
}

.single-wnd_video #main-nav .top > a,
.wnd-tv #main-nav .top > a,
.page-template-custom-page-tv-php  #main-nav .top > a {
    color: #a3a3a3 !important;
}

.single-wnd_video #main-nav .top.wnd-tv > a,
.wnd-tv #main-nav .top.wnd-tv > a,
.page-template-custom-page-tv-php  #main-nav .top.wnd-tv > a {
    color: #fff !important;
}

.single-wnd_video#desktop .content-body,
.wnd-tv#desktop .content-body,
.page-template-custom-page-tv-php#desktop .content-body {
    width: auto;
    max-width: 1600px;
    /*min-width: 976px;*/
}

.single-wnd_video#desktop #main,
.wnd-tv#desktop #main,
.page-template-custom-page-tv-php#desktop #main {
    background: none;
}

.single-wnd_video#desktop #content,
.wnd-tv#desktop #content,
.page-template-custom-page-tv-php#desktop #content {
    width: auto;
    float: none;
    background: none;
    margin-top: 0;
}

.single-wnd_video .top-ad-container,
.wnd-tv .top-ad-container,
.page-template-custom-page-tv-php .top-ad-container {
    display: none;
}

.page-template-custom-page-tv-php .tv-content .posttitle {
    position: absolute;
    margin-left: 150px;
    z-index: 1;
    color: #fff;
}

/* instead of disabling autop */
.tv-content > p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    /*display: none;*/
}

.tv-content .tv-content-block {
    background: #eee;
    padding: 20px;
}

.tv-content .tv-content-block h1 {
    font-weight: normal;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tv-content .tv-content-block p {
    line-height: 1.5;
}

.tv-show-page-header {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 650px;
}

.tv-show-page-about {
    padding: 20px;
    background: #efefef;
}

.tv-show-page-header .tv-show-page-about {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    background: rgba(0,0,0, 0.7);
    padding: 20px;
    color: #e9e9e9;
}

.tv-show-page-about p:first-child {
    margin: 0;
}

.tv-show-page-about p:last-child {
    margin-bottom: 0;
}

.tv-show-page-about h1 {
    font-weight: normal;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 26px;
    line-height: 26px;
    padding: 0;    
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tv-show-page-header .tv-show-page-social {
    position: absolute;
    bottom: 0;
    right: 0;  
}

.tv-show-page-social #additional-options {
    display: none;
}

.tv-show-page-social .post-actions {
    margin: 4px 0;
}


#tv-main-nav {
    position: absolute;
    z-index: 1;
    margin-top: 5px;
    margin-left: 143px;
    padding-top: 10px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 1.15em; 
    text-align: left;
    border-top: solid 1px rgba(255,255,255,0.2);      
}

.tv-main-nav-content {
    list-style: none; 
}

.tv-main-nav-content li {
    display: inline;
}

.tv-main-nav-content a {
    padding: 10px;
    color: #fff;
}

.tv-list-header {
    font-weight: normal;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 3em;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tv-browse-prev {
    display: none;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    height: 80px;
    line-height: 80px;
}

.tv-browse-next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    height: 80px;
    line-height: 80px;
}

.tv-browse-prev .fa-angle-left, .tv-browse-next .fa-angle-right {
    font-size: 5em;
    color: #aaa;
    cursor: pointer;
    cursor: hand;
}

.tv-header {
    position: relative;
}

.tv-header .tv-browse-prev {
    display: inline;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 10px;
    margin-top: -60px;

}

.tv-header .tv-browse-next {
    display: inline;
    position: absolute;    
    z-index: 2;
    top: 50%;
    right: 10px;
    margin-top: -60px;    

}

.tv-header .tv-browse-prev i.fa,
.tv-header .tv-browse-next i.fa {
    color: rgba(255,255,255,0.6);
    font-size: 120px;
}

.tv-header-slides {
    list-style: none;
    position: relative;
    max-width: 1600px;
    /*min-width: 976px;*/
    height: 500px;    
} 

.tv-header-slide {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.tv-header-slide .tv-image-link {
    display: block;
    cursor: pointer;
    cursor: hand;   
}

.tv-header-slide .tv-image-link img {
    width: 100% !important;
    height: auto !important;
}



.tv-header-head {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 32%, rgba(0,0,0,0.25) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(32%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.25)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 32%,rgba(0,0,0,0.25) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 32%,rgba(0,0,0,0.25) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 32%,rgba(0,0,0,0.25) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 32%,rgba(0,0,0,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#40000000',GradientType=0 );
*/

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(27%,rgba(0,0,0,0.6)), color-stop(70%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 27%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 27%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 27%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 27%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );


}

.tv-header-head-content {
    position: absolute;
    top: 200px;
    left: 100px;
    max-width: 400px;
}

.tv-header-title {
    color: #fff;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 0 0 20px rgba(0,0,0,0.9);
}

.tv-header-subtitle {
    font-size: 1.2em;
    margin-top: 5px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 0 15px rgba(0,0,0,0.9);
}

.slide-markers {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.slide-marker {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border: solid 2px #fff;
    border-radius: 10px;
    opacity: 0.6;
    cursor: pointer;
    cursor: hand;
    
}

.slide-marker.selected {
    background: #fff;
    opacity: 1;
}


.tv-browse {
    position: relative;  
    margin-top: 30px;    
}

.tv-browse-view, .tv-browse-header {
    width: 1356px;
    overflow: hidden;
    margin: 0 auto 0;
}

.tv-browse.two-row {
    
}

.tv-browse-slides {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1000%;
}

.tv-browse-slide {
    float: left;    
}

.tv-browse-slide .tv-image-link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 216px;
    overflow: hidden;
    padding: 2px;
    background: #fff;
    margin: 0 12px 12px 0;
    
}
.tv-browse.full .tv-image-link {
    width: 1356px;
    height: 400px;
}

.tv-browse-slide .tv-image-link img {
    width: 212px !important;
    height: auto !important;
}
.tv-browse.full .tv-image-link img {
    width: 1352px !important;    
}

.tv-browse-head.under {
    box-sizing: border-box;
    height: 70px;
    padding-top: 7px;
}

.tv-browse-head.under .tv-browse-head-content {
    
}

.tv-browse.one-row .tv-browse-head.over .tv-browse-head-content,
.tv-browse.two-row .tv-browse-head.over .tv-browse-head-content {
    box-sizing: border-box;
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    height: 60px;
    padding-top: 20px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}

.tv-browse.full .tv-browse-head.over {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(55%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
background: linear-gradient(45deg,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );

}

.tv-browse.full .tv-browse-head.over .tv-browse-head-content {
    position: absolute;
    top: 250px;
    left: 60px;
    width: 280px;
}

.tv-browse-title {
    box-sizing: border-box;
    padding: 0 7px;
    color: #fff;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 203px;  
}
.tv-browse-head.under .tv-browse-title {
    color: #555;   
    font-weight: bold;
    white-space: normal; 
}
.tv-browse.full .tv-browse-title {
    font-size: 1.6em;
    white-space: normal;
    width: auto;
}

.tv-browse-subtitle {
    font-size: .85em;
    margin-top: 2px;
    padding: 0 7px;
    color: #bbb;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 203px;      
}
.tv-browse-head.under .tv-browse-subtitle {
    position: absolute;
    top: 155px;
    color: #aaa;   
    white-space: normal;
    height: 28px;
 
}
.tv-browse.full .tv-browse-subtitle {
    font-size: 1em;
    height: auto;
    white-space: normal;
    width: auto;
}

.tv-browse-image {
    width: 212px;
    height: 116px;
    overflow: hidden;    
    background-size: cover;
    background-position: center center;
}

.tv-browse.full .tv-browse-image {
    width: 1396px;
    height: 396px;
}

#wnd_tv_under1strow-970x250 {
    margin-top: 30px;
}


.tv-browse.grid_3xi {
  
}

.tv-browse.grid_3xi .tv-browse-grid {
    list-style: none;
}

.tv-browse.grid_3xi .tv-browse-grid-item {
    box-sizing: border-box;
    width: 33.3333%;
    float: left;
    padding: 5px;
}

.tv-browse.grid_3xi .tv-image-link {
    display: block;
    position: relative;
}

.tv-browse.grid_3xi .tv-browse-image {
    width: 100%;
    height: 180px;    
}

.tv-browse.grid_3xi .tv-browse-head.over {
    display: none;
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,0.65);
}
.tv-browse.grid_3xi .tv-browse-grid-item:hover .tv-browse-head.over {
    display: block;
}

.tv-browse.grid_3xi .tv-browse-title {
    width: auto; 
    white-space: normal;
    text-overflow: inherit;
}

@media only screen and (max-width: 62em) {
    .tv-browse-next, .tv-browse-prev {
        display: none;
    }
    .tv-browse-header {
        padding: 0 10px;
        text-align: center;
        width: auto;
    }
    .tv-browse-view {
        width: 100%;
        overflow-x: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }    
    
    .tv-header-slides {
        height: 300px;
    }
    
    .tv-header .tv-header-slide .tv-image-link img {
        width: 140% !important;
        max-width: 140% !important;
    }
    
    .tv-header .tv-browse-next i.fa, .tv-header .tv-browse-prev i.fa {
        font-size: 50px;
        line-height: 120px;
    }
    
    .tv-header-head-content {
        font-size: .8em;
        top: 100px;
        left: 60px;
        right: 60px;
    }
    
    .tv-browse.grid_3xi .tv-browse-grid-item {
        width: 100%;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 50.063em) and (max-width: 62em) { 

    .tv-header .tv-header-slide .tv-image-link img {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .tv-header-slides {
        height: 400px;
    }
    
    .tv-header-head-content {
        top: 200px;
    }
}

@media only screen and (min-width: 62.063em) and (max-width: 78em) { 
    .tv-browse-view, .tv-browse-header {
        width: 900px;
    }
    
    .tv-browse.full .tv-image-link {
        width: 900px;
        /*height: 400px;*/
    }

    .tv-browse.full .tv-image-link img {
        width: 896px !important;    
    }    
    
    .tv-browse-prev {
        left: 10px;
    }
    
    .tv-browse-next {
        right: 10px;
    } 

} 
@media only screen and (min-width: 78.063em) and (max-width: 96em) { 
    .tv-browse-view, .tv-browse-header {
        width: 1128px; 
    }
    .tv-browse.full .tv-image-link {
        width: 1128px;
        /*height: 400px;*/
    }
    .tv-browse.full .tv-image-link img {
        width: 1124px !important;    
    }    
}



/*  Footer nav menus
-------------------------------------------------------------------------------*/
#footer-menus {
    /*padding-top: 20px;*/
    }
#desktop #footer-menus {
    width: 650px;
    float: left;
}
#mobile #footer-menus {

}

#footer-menu-nav {
    padding-top: 20px;
    border-right: 1px solid #888;
    display:      block;
    margin-right: 0;
    padding-bottom: 10px; 
    }

#mobile #footer-menu-nav > .menu-item {
    width: auto;
    float: none;
}

#mobile #footer-menu-nav .menu-item {
    margin-top: 20px;
}
    

#mobile #footer-menu-nav > .menu-item > a {
    margin-top: 20px;
    display: block;
}
#mobile #footer-menu-nav > .menu-item:first-child > a {
    margin: 0;
}

#mobile #footer-menu-nav .sub-menu .menu-item {
    float: left;
    box-sizing: border-box;
    width: 50%;
}

#mobile #footer-menu-nav .menu-item.no-title-column {
    margin-top: 0;
}

.no-title-column > a {
    visibility: hidden;
}
#mobile #footer-menu-nav > .menu-item.no-title-column > a {
    display: none;
}


#footer-magazines {
    text-align: center;
    margin: 0 20px;
    border-bottom: solid 1px #999;
}

.magazine-container {
    display: inline-block;
    margin: 40px 20px;
    padding: 20px;
    border: solid 1px #333;
}

.magazine {
    display: block;
    height: 220px;
    overflow: hidden;
}

.magazine-container a {
    color: #fff;
    width: 200px;
}

#wnw-links,
#wb-links {
    padding-top: 12px;
    text-transform: uppercase;
}
#footer-contact {
    position: relative; 
    width:        200px;
    padding-left: 99px;
}
#desktop #footer-contact {
    float:        right;
    margin-top:   26px;
    margin-right: 8px;
}     
#mobile #footer-contact {
    margin: 40px auto 0;   
}

#footer-contact-list {
    font-size: 14px;
    line-height: 26px;
    margin-left: 20px;
    }

#footer-contact .posttitle {
    color: #555;
    margin-bottom: 4px;
    }

#footer-contact-list a,
#footer-contact-list {
    color: rgb(128, 128, 128);
    margin-bottom: 12px;
    }

#mobile #footer-menu-nav {
    padding: 0 12px;
    border: none;
}

#footer-menu-nav li {
    float: left;
    list-style:     none;
    text-transform: uppercase;
    font-size:      11px;
    font-weight:    bold;
    display:        block;
    overflow:       hidden;
}
#desktop #footer-menu-nav li {
    width:          137px;
    margin-left:    15px;    
}
#desktop #footer-menu-nav > li:first-child {
    margin-left: 24px;
}
#mobile #footer-menu-nav > li {
    box-sizing: border-box;
    width: 50%; 
    margin: 0;   
}


#footer-menu-nav li.red a {
    /*color:  #ca0002; */
    /*color: #48b934;*/
    color: #fff;
    }

#footer-menu-nav li.gray a {
    color: #D5D6DA;
    }

#footer-menu-nav li a {
    color: #666;
    }


#footer-menu-nav li.gray ul.sub-menu li a {
    color: #666 !important;
    }
#footer-menu-nav li.red ul li a {
    color: #666 !important;
    }




#footer-menu-nav ul.sub-menu li {
    margin-left:   0 !important;
    display:       block;
    overflow:      hidden;
    text-align:    left;
    margin-top:    12px;
    }

.footer-text {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    vertical-align: top; 
    }
.footer-logo {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 105px;
    height: 40px; 
    vertical-align: top; 
    margin-right: 6px;
    margin-top: 8px;
    background-image: url(_/images/wnd-logo-white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#mobile .footer-logo {
    background-size: 100px auto;
    background-position: 0 -128px;    
    width: 52px;
    height: 20px;
}   
 
#footer-copyright {
    border-top: solid 1px #888; 
    padding-left:  12px;
    clear: both;
    padding: 5px 0 5px; 
    margin: 0 20px; 
    }
#mobile #footer-copyright {
    margin: 0 12px;
}
#footer-copyright .footer-text {
    line-height: 30px; 
    }
#desktop #footer-copyright .footer-text {
    margin-top: 13px; 
}
#footer-copyright .footer-link {
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px #aaa;
    color: #999;
    text-decoration: underline;    
    }

.trust-e-seal {
    position: static; 
    padding-top: 30px;
    margin-left: 20px;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir 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; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
    #header, #sidebar, .share-buttons, footer, #sub-banner, aside, #sub-link-bar, #man-nav, #div-gpt-ad-BTF_SKY_3 { display: none; } #content { width: 80%; color: #000; background: #fff;  overflow: auto; text-wrap: after; }
    }



aside .front.right img {
    width: 160px;
    height: 180px;
    }

aside.front.right .fb-like {
    vertical-align: top; 
    width: 97px; 
    }
aside.front.right .twitter-follow-button {
    vertical-align: top; 
    }

.utility {

}

#utility.national {
    margin-top: 12px;
    }
#header.interior {
    /*padding-bottom: 10px;*/
    position: relative;
    }
.left_prom_160 {
    width: 160px; 
    min-height: 600px; 
    padding: 6px 6px 6px 0; 
    float: left; 
    margin-left: 0; 
    margin-right: 18px; 
    }


#sidebar hgroup.left { padding-top: 12px; margin: 0; float: none;
    }
#sidebar hgroup.left.poll {
    padding: 12px;
    }

#sidebar .cat-more-link { margin-top: 40px; display: block;
    }
#sidebar .widget_wnd_category_stories .cat-more-link { 
    position: absolute;
    bottom: 1px;
    right: 1px; 
    margin: 0; 
    }
#mobile #sidebar .widget_wnd_category_stories .cat-more-link {
    right: 12px;
    left: 12px;
}
div.review-ads {
    width:  465px!important;
    margin: 0 auto!important;
    }

ul#catalog li:nth-child(4n) {
    height: 60px !important;
    }

time {
    display:     block;
    margin-left: 58px;
    margin-top:  5px;
    color:       #333;
    }

.author-image img { width: 65px; height: 65px;
    }

section.headline.front { 
    height: 120px; 
    overflow: hidden; 
    padding: 0; 
    margin: 0;
    text-align: center; 
    /*margin-top: 30px;*/
    }
#mobile section.headline.front {
    height: 50px;
}    
#content author-image img { width: 100%; height: 100%; overflow: visible;
    }

#content author-image { overflow: visible;
    }

#content author-img { width: 100%; height: 100%;
    }

#content.front {
    padding-bottom: 15px;
    }

#mobile #content.front {
    padding-top: 0;
}


#content.front .half-cat_module:nth-child(2n+1) {
    border-right: none;
    }
/*
#content.category .half-cat_module:nth-child(even) {
    border-right: none;
    }

#content.Commentary .half-cat_module:nth-child(even) {
    border-right: none;
    }
*/
.half-cat_module.b-r-yes {
    border-right: 1px solid #BFC0C2 !important;
    }

/* Temporary holding spot for ads
**______________________________________________________________*/

#sidebar_single_first,
#sidebar_single_second {
    width:      300px;
    }

#footer_right {
    width:      300px;
    /*height:     250px;*/
    float:      left;
    }

#sidebar .widget_wnd_related_stories h3.posttitle a {
    font-size: 18px;
    margin:    12px 12px 4px 12px;
    }

#content article header, #content.author-archive header {
    border-bottom:  1px dotted #777;
    padding-bottom: 6px;
    padding-right:  7px;
    margin-top:     12px;
    display:        block;
    overflow:       hidden;
    padding-left: 12px;
    }


#content article header.non-wnd .head {
    color:          #ca0002;
    /*color: #48b934;*/
    text-transform: uppercase;
    font-size:      14px;
    font-family:    Helvetica, Arial, sans-serif;
    line-height:    16px;
    font-weight:    bold;
    padding:        0;
    margin-top:     16px;
    margin-bottom:  6px;
    }

#content article header.non-wnd .deck {
    font-size:   16px;
    line-height: 19px;
    color:       #444;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    padding:     0;
    margin-top:  5px;
    }

#content article header.non-wnd .posttitle,
#content article header.non-wnd h1.posttitle {
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size:      21px;
    color:          #000;
    line-height:    1;
    padding:        0;
    text-shadow:    none;
    font-weight:    normal;
    }
#content.single #hentry table {
    margin: 15px;
    }
#mobile #content.single #hentry table {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0;
}
#mobile #content.single #hentry .gform_heading {
    width: auto;
}
#mobile #content.single #hentry .gform_heading,
#mobile #content.single #hentry .gform_footer {
    padding: 0 14px;
}

#mobile #content.single .widget_wnd_prom_widget {
    margin: 13px 0;
}

img.attachment-video {
    width: 170px;
    height: 130px;
    }

table img {
    max-width: 625px;
    }

/* Ooyala 
----------------------------------------------------------------*/
#mobile .ooyala-video-wrapper .innerWrapper {
    width: 100% !important;
    height: 200px !important;
    background: none;
}


/* Disqus 
----------------------------------------------------------------*/
.single #disqus_thread {
   padding: 0 10px;
}



/* Newsletter (AKA Alerts) signup
----------------------------------------------------------------*/
.placeholder { color: #aaa; }

#newsletter-signup-form {
    position: relative; 
    width: 976px;
    margin: 0 auto;
    background: rgb(139,198,77);	
    box-shadow: 0px 0px 7px #777;
}

#newsletter-signup-form .loading {
    display: none;
    position: absolute;
    z-index: 400;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    left: 50%;
    top: 40px;
    background: url(_/images/ajax-loader.gif) no-repeat left center;
    line-height: 40px;
}

#newsletter-signup-form .success-new,
#newsletter-signup-form .success-update {
    padding: 20px 20px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

#newsletter-signup-form #not-seeing-email {
    color: #fff;
    text-decoration: underline;
}

#newsletter-signup-form #not-seeing-email-window {
    position: absolute;
    z-index: 5000;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    padding: 20px 30px 30px;
    background: #fff;
    color: #444;
    font-size: 14px;
    text-align: left;
    border: solid 1px #999;
    box-shadow: 0 3px 7px rgba(0,0,0,0.5);
}

#newsletter-signup-form #not-seeing-email-window .close {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    cursor: hand;
}

#newsletter-signup-form #not-seeing-email-window h3 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}


#newsletter-signup-form #not-seeing-email-window ul {
    padding-left: 30px;
    margin-top: 15px;
}

#newsletter-signup-form #not-seeing-email-window li {
    margin-top: 10px;
}

#newsletter-signup-form p {
    margin: 7px 0;
}

#newsletter-signup-form p.note {
    font-size: 13px;
    line-height: 16px;
    color: #D7FFDB;
    margin-top: 15px;
}

#newsletter-signup-form > .error {
    padding: 15px;
    text-align: center;
}

#newsletter-signup-form .error-text {
    padding: 10px;
    background: #fee;
    border-radius: 5px;
    font-size: 16px;
    color: #c00;    
}



#newsletter-signup-form .already-subscribed {
    position: absolute;
    display: block;
    width: 120px;
    bottom: 15px;
    right: -150px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(95,128,47);
    text-align: center;
}
#newsletter-signup-form .already-subscribed:hover {
    color: #efe;
}

#newsletter-signup-form .logo {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 75px;
    height: 24px;
    margin-top: 5px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -375px;
    font-size: 0;
    vertical-align: top;
}

#newsletter-signup-form .required-icon {
    display: none;
    position: absolute;
    margin: 17px 0 0 -20px;
    vertical-align: super;
    font-size: 36px;
    line-height: 21px;
    color: #f90;    
}

#newsletter-signup-form input {
    width: 200px;
    padding: 5px 4px;
    line-height: 10px;
    border: none;
} 
#newsletter-signup-form input.error {
    background-color: #f99;
    color: #fff;
}


#newsletter-signup-form .field-error {
    position: absolute;
    z-index: 5;
    padding: 6px 8px;
    margin-top: -3px;
    border-radius: 2px;
    background: #c02;
    border-bottom: solid 1px #900;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    
}
#newsletter-signup-form .field-error-arrow {
    position: absolute;
    top: -12px;
    left: 24px;
    width: 0;
    height: 0;    
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #c02 transparent;
}
#newsletter-signup-form .field-error-text {
    color: #fff;
}



#newsletter-signup-form .name-row {
    white-space: nowrap;
}
#newsletter-signup-form input.first-name {
    width: 91px;
    margin-right: 10px;
} 
#newsletter-signup-form input.last-name {
    width: 91px;
} 
#newsletter-signup-form form {
    position: relative;
    width: 770px;
    margin-left: 30px;
    padding: 6px 0;
    text-align: right;
}
#newsletter-signup-form .main-row { 
    margin-right: 145px;
    white-space: nowrap;
    
}
#newsletter-signup-form label.form-title { 
    margin-right: 20px;
    color: #fff;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    vertical-align: middle;
    letter-spacing: 1px;
    
}
#newsletter-signup-form input#newsletter-email {}
#newsletter-signup-form .hide-first {
    position: absolute; 
    visibility: hidden;
    display: block;
    overflow: hidden;
}
#newsletter-signup-form p.newsletter-desc {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 390px;
    margin: 5px 20px 0 0;
    color: #fafffa;
    vertical-align: top;
    text-align: justify;
    font-size: 13px;
    line-height: 1.4em;
}
#newsletter-signup-form .additional-fields {
    position: relative;
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 208px;
    margin-right: 145px;
    vertical-align: top;
}

#newsletter-signup-form .additional-fields > input:last-child {
    margin-bottom: 5px;
}

#newsletter-signup-form .additional-fields input {
    margin-top: 6px;
    margin-bottom: 4px;
}


#newsletter-signup-form .submit-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: left;
}

#newsletter-signup-form .legend {
    display: none;
    position: absolute;
    top: 15px;
    right: -150px;
    color: #efe;
}

#newsletter-signup-form .legend .icon {
    font-size: 3em;
    vertical-align: top;
    line-height:30px;
}


#newsletter-signup-form button#newsletter-submit {
    width: 130px;
    height: 25px;    
    background: #666;
    color: #fff;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    
}





/* Search Results
----------------------------------------------------------------*/
body.search p {
    margin: 3px 0 10px 0!important;
    }
body.search h2 {
    padding: 8px 0 0 0;
    margin: 0;
    }

.es_results ol,
.es_results ul {
    list-style:  none;
    margin-left: 12px;
    }

.es_facets {
    list-style: none;
    }
.es_results h2 a {
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size:      21px;
    color:          #333;
    line-height:    1;
    padding:        0;
    text-shadow:    none;
    font-weight:    normal;
    }

.es_results em {
    font-weight: bold;
    color: #000;
    }

.es_results label {
    margin:  -6px 0 10px 0;
    padding: 0;
    display: block;
    }

#searchbtn {
    margin-left: 12px;
    }

.es_search {
    margin: 12px;
    }

.es_results {
    padding-right: 12px;
    margin-bottom: 30px;
    }

#about-the-author {
    height: 0;
    margin-top: 6px; 
    margin-bottom: 6px; 
    overflow: hidden;
    }

#about-the-author .author-more-body {
    line-height: 1.5em; 
    }

.authbio.closed {
    height:   45px;
    display:  block;
    overflow: hidden;
    }

.archive-link a,
.archive-link {

    }


.pop-block {
    display: none;
}
.pop-block .pop-block-error {
    display: none;
    margin: 10px 20px; 
    padding: 5px; 
    color: #c00;
    background-color: #fee;
    border: solid 1px #caa;
}
.pop-block .pop-block-notice {
    display: none;
    margin: 10px 20px; 
    padding: 5px; 
    color: #630;
    background-color: #fc3;
    border: solid 1px #c93;
}
.pop-block .pop-block-success {
    display: none;
    padding: 40px 20px;
    text-align: center;
    font-size: 18px;
}
.pop-block .is-thinking {
    display: none; 
    padding: 40px 20px;
    text-align: center;
}
.pop-block .close {
    position: absolute;
    right: 5px;
    top: 5px; 
    width: 20px; 
    height: 20px; 
    color: #999;
    font-size: 18px;
    line-height: 16px;
    text-align: center; 
    cursor: pointer;
    cursor: hand;
}
.pop-block .close:hover {
    background-color: #999;
    color: #fff;
}
.pop-block .offclick {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pop-block .pop-block-body {
    position: relative;
}

.wnd-blog .newsletter-signup {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}

.newsletter-signup .close {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 20px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    cursor: hand;
}

.newsletter-signup .close:hover {
    color: #cb0002;
}

.newsletter-signup #author-subscribe {
    position: relative;
}

.newsletter-signup .newsletter-heading h3 {
    padding-bottom: 25px;
}

.newsletter-signup .newsletter-description {
    float: right;
    width: 200px;
    height: 170px;
    padding-left: 20px;    
    border-left: dotted 1px #ccc;
    color: #888;
    line-height: 1.5em;
}

.newsletter-signup .newsletter-body {
    margin-bottom: 25px;
}

.newsletter-signup .field-sec {
    margin-bottom: 10px;
    font-size: 14px;
}

.newsletter-signup .gfield_required {
    color: #cb0002;
}

.newsletter-signup #author-subscribe .field-sec label {
    width: 100px;
}

.newsletter-signup .newsletter-actions {
    text-align: left;
}

.newsletter-signup .newsletter-submit {
    margin: 0 0 0 155px;
    width: 120px;
    text-align: center;
    padding: 8px;
}

#author-subscribe {
    width: 520px; 
    margin: 100px auto 0; 
    padding: 15px; 
    background-color: #fff;
    border-radius: 3px;
}
#author-subscribe div.title {
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px 20px 0 20px; 
}
#author-subscribe .actions {
    text-align: right;
    margin-top: 10px;
    padding: 10px 20px; 
    background-color: #eee;
}
#author-subscribe .actions input {
    font-size: 16px;
}
#author-subscribe p {
    padding: 0 20px; 

}

#author-subscribe div.first,
#author-subscribe div.second {
    padding: 0 20px; 
    text-align: right;
}
#author-subscribe div.first {
    padding-top: 10px; 
    border-top: dashed 1px #ccc;
}
#author-subscribe label {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 90px;
    margin-right: 10px;
    text-align: right;
}
#author-subscribe div.second {
    margin-top: 10px; 
}

#mobile #archive_pagination {
    text-align: center;
}

#archive_pagination .double-chevron {
    letter-spacing: -4px;  
    white-space: nowrap;  
}

#archive_pagination a {
    font-family: Helvetica, Arial, sans-serif;
    font-size:      15px;
    letter-spacing: 1px;
    }
#archive_pagination span.numbered {
    font-family: Helvetica, Arial, sans-serif;
    font-size:      14px;
    letter-spacing: 1px;

    }
    
#archive_pagination > a,
#archive_pagination span.numbered {
    margin: 10px 10px 0;
}

#mobile #archive_pagination > a:first-child,
#mobile #archive_pagination span.numbered:first-child {
    margin-left: 0;
}
#mobile #archive_pagination > a:last-child,
#mobile #archive_pagination span.numbered:last-child {
    margin-right: 0;
}
    

#alerts-footer {
    margin-top: 12px;
    }

ul.contribute-links li {
    background-image:  url(_/images/story-icons.png);
    background-repeat: no-repeat;
    height:            20px;
    padding-left:      20px;
    margin-top:        13px;
    font-size:         14px;
    }
/*
#searchsubmit {
    width:            74px;

    background-color: #ca0002;
    border:           1px solid #C3855C;
    color:            white;
    cursor:           pointer;
    float:            right;
    text-align:       center;

    padding:          8px 0;
    margin:           0;
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        1.3em;
    font-weight:      bold;


    }
*/


.inputWrapper {
    background-color: white;
    margin-right:     7px;
    padding:          5px 0 3px 6px;
    float:            left;
    border-top:       1px solid #888;
    border-left:      1px solid #C4C6C5;
    border-right:     1px solid #CECED0;
    border-bottom:    1px solid #DBDBDB;
    overflow:         hidden;
    }

.advancedSearch .toggleHouse .toggle {
    background: #EEF2F6;
    position:   absolute;
    right:      -8px;
    top:        0px;
    font-size:  1.1em;
    padding:    5px 18px 5px 8px;
    }


.advancedSearch .toggleHouse .toggle:hover {
  cursor:pointer;
}

.advancedSearch #advanced_search_indicator
{
  border: 1px solid black;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  font-family: monospace;
}

.advancedSearch a {
    color: #093D72;
    }
.advancedSearch legend {
    display: none;
    }

.advancedSearch .toggleHouse {
    border-bottom: 1px #D0DCE7 solid;
    }

.advancedSearch .toggleHouse {
    position: relative;
    height:   35px;
    }

.advancedSearch {
    background-color: #EEF2F6;
    height:           auto;
    }

.advancedSearch {
    padding-left:  8px;
    padding-right: 8px;
    border-top:    1px #CCC solid;
    }

.advancedSearch {
    margin-top: 7px;
    border-top: 1px solid #D0DCE7;
    }

 div.date-filter, .cat-filter {
    width: 277px;
    }

.filter {
    text-transform: uppercase;
    float:          left;
    }

.advancedSearch .selectable {
    cursor: pointer;
    text-align: center;
    border:     1px solid #EEF2F6;
    width:      57px;
    padding:    6px 0px 5px;
    font-size:  11px;
    display:    inline-block;
    }

.date-filter, .cat-filter {
    width:        242px;
    border-right: 1px solid #D0DCE7;
    }

.date-filter a:hover, .date-filter li.selected a {
    border-color:     #C1CFD8;
    background-color: #F8FAFB;
    color:            #093D72;
    }

.advancedSearch .filters .mediumSearch {
    padding-bottom: 8px;
    padding-top:    8px;
    }

.advancedSearch .mediumSearch {
    border-top:     1px solid #D0DCE7;
    padding:        4px 0;
    padding-bottom: 0;
    }

.advancedSearch .mediumSearch .filter {
    padding-top:    0;
    padding-bottom: 3px;
    margin-bottom:  -3px;
    }

.filter ul li {
    width:        50px;
    float:        left;
    list-style:   none;
    padding-left: 12px;
    }

.advancedSearch .filter label, .sorting {
    position:     relative;
    color:        #666;
    font-size:    11px;
    margin-right: 5px;
    }

.filter.range {
    padding-left:   40px;
    padding-top:    4px;
    padding-bottom: 4px;
    }

input#to, input#from {
    display:          inline-block;
    width:            63px;
    padding:          2px 2px 2px 1px;
    border-color:     #C1CFD8;
    background-color: #F8FAFB;
    color:            #093D72;
    border-width:     1px;
    font-size:        12px;
    }

.advancedSearch div.dateFilter, .advancedSearch .cat-filter {
    width: 277px;
    }

.filter.auth-filter {
    margin-left: 36px;
    }

.filter.cat-filter {
    margin-left: 18px;
    width:       258px;
    }

.dateSearch {
    padding-top:    4px;
    padding-bottom: 4px;
    }

a.toggle {
    font-size: 12px !important;
    }

#searchbox input#s {
    width: 277px;
    }

body.search #home-center-left, body.search #home_center_right {
    margin-left: 0;
    }
body.search #home_center_right {
    border-right:  none;
    }

.sort {
    float:       right;
    display:     inline;
    margin-left: 6px;
    }

.sorting {
    overflow:    hidden;
    display:     block;
    list-style:  none;
    padding:     3px;
    padding-top: 4px;
    }

.sort a {
    text-align: center;
    border:     1px solid #EEF2F6;
    padding:    2px 0 3px;
    font-size:  11px;
    display:    inline-block;
    width:      60px;
    }

.advancedSearch .selectable:hover, .advancedSearch li.selected .selectable, ul.sorting li.selected .selectable, ul.sorting .selectable:hover {
    border-color:     #C1CFD8;
    background-color: #F8FAFB;
    color:            #093D72;
    }

.search-thumb {
    float:         left;
    margin-right:  10px;
    margin-bottom: 10px;
    margin-top:    6px;
    }

body.search #home-center-left {
    clear: both;
    }

.es_results ol li {
    clear: both;
    }
.darkred {
    color: #A40000;
    }
header.category.archive {
    border-bottom: 1px dotted #777;
    }
img.cat-archive-header {
    height: 76px!important
    }

.posttitle.cattitle {
    float:  left;
    margin: 12px;
    }

img.cat-archive-header {
    height:   76px !important;
    margin:   12px;
    float:    left;
    overflow: hidden;
    width:    270px;
    }

header.category.archive {
    border-bottom: 1px dotted #777;
    display:       block;
    overflow:      hidden;
    margin-bottom: 29px;
    }

#less-link, #more-link {
    position: absolute;
    font-size:   14px;
    left: 78px;
    }
.author-more {
    position: relative;
    display: block;
    padding-bottom: 15px; 
    }

#less-link, #more-link {
    position:  absolute;
    font-size: 14px;
    left:      80px;
    }

#less-link {
    bottom: 0;
    }
.authbio.open {
    padding-bottom: 20px;
    }

.follow-link {
    margin-left: 12px;
    }
.slide {
    display:none;
    }

.featured-image {
    float:         right;
    overflow:      hidden;
    max-width:     279px;
    margin-left:   12px;
    margin-bottom: 12px;
    }

.pull-quotes-wht {
    width: 85px;
    height: 70px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 0;
}
#testi-content .pull-quotes-wht {
    float: left;
    margin: 10px;
}

.pull-quotes {
    width: 85px;
    height: 70px;
    background: url(_/images/sprite_landing_page.png) no-repeat -85px 0;
}
#footer-contact .pull-quotes {
    position: absolute;
    left: 0;
}

.caption {
    text-align:   center;
    margin-left:  auto;
    margin-right: auto;
    display:      block;
    color:        black;
    font-size:    12px;
    }

.es_pages {
    float:        right;
    margin-top:   -6px;
    margin-right: 12px;
    }
.es_pages a {
    margin-left: 3px;
    font-size:   14px;
    }
a.es_pages_on {
    color: #333 !important;
    }
.es_noresult {
    padding: 12px;
    }

.commenting-guide-top .text {
    line-height: 30px;
    padding-left: 10px;
}
.commenting-guide-top .bar {
    height: 30px;
    background-color: #eee;
    border-top: solid 1px #ccc;
    border-bottom: dashed 2px #e9e9ea;
}
.commenting-guide-top {
    clear: both; 
    margin-top: 25px;
}
#comments {
    padding: 12px;
    }

.comment.list {
    list-style: none;
    }

ul.contribute-links li.contact { background-position: 0 0;}
ul.contribute-links li.link { background-position: 0 -20px; }
ul.contribute-links li.corrections { background-position: 0 -40px; }
ul.contribute-links li.tip { background-position: 0 -60px; }
ul.contribute-links li.photos { background-position: 0 -80px; }
ul.contribute-links li.comment { background-position: 0 -100px; }

/* Gravity Forms CSS
-----------------------------------------------------------------*/

.cta-large input[type="submit"].button {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background: #ca0002;
    border: none;
}

.cta-wide input[type="submit"].button {
    padding-right: 35px;
    padding-left: 35px;
}



#gforms_confirmation_message {
    background: none!important;
    border:          none!important;
    margin:           10px auto!important;
    padding:          12px!important;
    width:            95%!important;
    font-size:        1em;
    color:            #222;
    text-align:       left!important;
    }

h4 {
    font-size:   18px;
    font-weight: normal;
    }

#field_1_4 label {
    display: none !important;
    }

#field_1_4 {
    margin-left: -33px;
    }

#field_1_4 input#choice_4_1 {
    margin-left: -5px;
    overflow:    visible;
    }

#field_1_4 div.gfield_description {
    margin-left: 229px;
    margin-top:  -45px;
    }

#home-sidebar_single {
    margin-top: 24px;
    }

#author-archives.crosswords {
    height: auto;
    }
#div-gpt-ad-thinBottomFloat {
    position: fixed;
    z-index: 1000; 
    bottom: 0;
    left: 50%;
    margin-left: -497px;
    -webkit-box-shadow: #000 0 0 6px;
    -moz-box-shadow: #000 0 0 6px;
    -o-box-shadow: #000 0 0 6px;
    -ie-box-shadow: #000 0 0 6px;
    box-shadow: #000 0 0 6px;
}
#div-gpt-ad-thinBottomFloat.expanded {
    height: 222px !important;
}
#div-gpt-ad-thinBottomFloat.expanded iframe {
    height: 222px !important;
}
#div-gpt-ad-thinBottomFloat.expanded .close {
    display: block;
}
#div-gpt-ad-thinBottomFloat .close {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px; 
    line-height: 40px; 
    width: 40px;
    font-size: 30px;
    text-align: center;
    color: #ccc;
    background-color: #000;
    cursor: pointer;
    cursor: hand;
    font-weight:  bold;
}
#div-gpt-ad-thinBottomFloat .close:hover {
    color: #fff;
}

#div-gpt-ad-thinFullWidth {
	overflow: hidden;	
	margin: 0 auto;	
	-webkit-box-shadow: #999 0 0 6px;
        -moz-box-shadow: #999 0 0 6px;
        -o-box-shadow: #999 0 0 6px;
        -ie-box-shadow: #999 0 0 6px;
        box-shadow: #999 0 0 6px;
}
#div-gpt-ad-fullWidthExpandable, .prom-full-width-expandable {
    overflow: hidden;
    background-color: #fff;
    }
.prom-full-width-expandable {
    height: 60px;
}    

p.blessing {
    font-size:   16px;
    font-style:  italic;
    color:       #777;
    line-height: 1.4;
    margin:      12px 0;
    }

p.poll {
    padding:     0 12px;
    font-size:   14px;
    margin:      6px 0;
    color:       #333;
    font-family: Helvetica, Arial, sans-serif;
    }

span.vote a {
    font-size: 16px;
    margin:    12px;
    }
.inside.blessing {
    padding:    12px;
    background: url(_/images/blessing-thumb.jpg) no-repeat 201px 177px #fafafa;
    height:     213px;
    }

#widget_g_two {
    width:      300px;
    height:     250px;
    background: url(_/images/g2-bulletin-bg.jpg) no-repeat;
    }


#widget_red_alerts {
    width:      300px;
    height:     250px;
    background: url(_/images/widget-red-alert-bg.jpg) no-repeat;
    }

.red-alerts-inside {
    padding: 30px 10px;
    }

#widget_g_two .red-link , 
#widget_red_alerts .red-link {
    text-align: center;
    }

.text-link {
    margin-top:   47px;
    display:      block;
    margin-left:  auto;
    margin-right: auto;
    width:        172px;
    }


.page #hentry.entry-content ul {
    margin-left: 25px;
    padding:     5px;
    }

#wnd_prom_widget-17 {
    float:       left;
    margin-left: 12px;
    margin-top:  12px;
    }

#wnd_prom_widget-16 {
    margin-left:   12px;
    margin-bottom: 24px;
    margin-top:    12px;
    }

.body-text {
    margin:  30px auto;
    display: block;
    height:  100px;
    width:   233px;
    }

.red-alerts-inside {
    padding: 30px 10px;
    }
#g2-title, #red-alert-title {
    margin-bottom: 12px;
    text-align: center;
    }
#g2-deck, #red-alert-deck {
    text-align: center;
    }

.printfriendly.alignright {
    display: none;
    }

.printfriendly-text {
    display: none;
    }

#wnd_prom_widget-23.home_center.module {
    margin: 12px!important;
    }

#wnd_prom_widget-24.home_center.module {
    margin: 12px!important;
    }

.pds-question-top {
    background:  none!important;
    font-size:   22px;
    color:       black;
    line-height: 103%;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase!important;
    }

 .pds-question-top {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
     text-transform: uppercase!important;
     font-size: 21px!important;
    }

/* .pds-answer {
    height:   366px;
    overflow: auto;
    } */

.pds-input-label {
    color:      #333333;
    cursor:     pointer;
    display:    block;
    float:      left;
    font-family: Helvetica, Arial, sans-serif;
    font-size:  14px;
    line-height:  14px;
    padding:    1px 0 0;
    position:   relative;
    text-align: left;

    }
.rss a:before {
    content: "\f09e";
}

.rss a {
    display: block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    margin-top: 4px;
    margin-right: 6px;
    /*background: url(_/images/sprite_landing_page.png) no-repeat -105px -256px;*/
    width: 18px;
    height: 19px;
    text-indent: 3px;
    color: #fff;
    overflow: hidden;
    }
#mobile .rss a {
    margin-top: 6px;
    font-size: 20px;
    width: 19px;
    
}
.post-actions {
    /*height: 25px; */
    position: relative;
    margin-top: 9px; 
    margin-bottom: 9px; 
    clear:both; 
}

.post-actions.left-float {
    position: fixed;
    margin: 9px 0 0 -60px;
    width: 50px;
}


body.category-wnd-tv #post-actions-top ,
body.category-wnd_tv_featured #post-actions-top ,
body.single-wnd_video #post-actions-top ,
body.single-format-video #post-actions-top ,
body.author #post-actions-top {
    margin-left: 12px;
    margin-top:  0;
    }
body.category-wnd-tv #post-actions-bottom ,
body.single-wnd_video #post-actions-bottom ,
body.author #post-actions-bottom {
    margin-left: 12px;
    margin-top:  12px;
    }


img.WP-PrintIcon {
    padding-right: 3px;
    }

.text-ad {
    /* XXX margin-top: 3px;*/
    /*padding-top: 3px;*/
    }
.text-ad > div {
    height: 16px !important;
    line-height: 16px !important;
    }
/* Override the google vertical align so that the text ads align better */
.text-ad iframe {
    /*vertical-align: top !important;*/
    height: 18px;
    }

article.email-editor {
    margin: 15px 0;
    }

/* gravity form.  The excessive "!important" directives are due to gravity forms overly strict styling 
-------------------------------------------------------------------------------*/
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    outline-style:  none;
    font-size:      15px!important;
    font-family:    inherit;
    padding:        2px 0 2px 0;
    letter-spacing: normal;
    }

.gform_wrapper textarea, .gform_wrapper input {
    font-size: 15px!important;
    }
.inline-field-50 {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
}


.gform_wrapper .top_label .inline-field-50 input.medium, .gform_wrapper .top_label .inline-field-50 select.medium {
    width: 100%;
}

/* minimized form */
.gform_wrapper .small-form {
    position: relative;
    }
.gform_wrapper .small-form .gform_heading {
    margin-bottom: 0;
    }
.single #hentry .gform_wrapper .small-form ul li,
.gform_wrapper .small-form li {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    vertical-align: top;
    }
.gform_wrapper .small-form li:first-child {
    }
.gform_wrapper .small-form label.gfield_label {
    position: relative; 
    vertical-align: top; 
    font-size: 12px; 
    margin: 5px 6px 0 0; 
    }
.gform_wrapper .small-form .gfield_required {
    position: absolute;
    left: -11px; 
    }
.gform_wrapper .small-form .ginput_container {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    }
.gform_wrapper .small-form .ginput_complex .ginput_left {
    width: 65px !important; 
    margin-right: 4px; 
    }
.gform_wrapper .small-form .ginput_complex .ginput_left input[type="text"] {
    font-size: 12px !important;
    }
.gform_wrapper .small-form .ginput_complex .ginput_right {
    width: 65px; 
    }
.gform_wrapper .small-form .ginput_complex .ginput_right input[type="text"] {
    font-size: 12px !important;
    }
.gform_wrapper .small-form input[type="email"] ,
.gform_wrapper .small-form input[type="text"] {
    font-size: 12px !important;
    }
.gform_wrapper .small-form li.person-name {
    margin-left: 0 !important;
    }
.gform_wrapper .small-form .person-name div label {
    color: #999; 
    }
.gform_wrapper .small-form li.email {
    margin-left: 30px !important;
    }
.gform_wrapper .small-form .email .ginput_container {
    width: 100px;
    }
.gform_wrapper .small-form .email input[type="email"] {
    width: 95%;
    }
.gform_wrapper .small-form li.postal-code {
    margin-left: 30px !important;
    }
.gform_wrapper .small-form .postal-code .ginput_container {
    width: 50px;
    }
.gform_wrapper .small-form .postal-code input[type="text"] {
    width: 95%;
    }
.gform_wrapper .small-form h3.gform_title {
    margin: 5px 0 0 0; 
    padding: 0; 
    font-size: 14px;
    }
.gform_wrapper .small-form .gform_description {
    font-size: 11px;
    font-style: italic; 
    color: #666; 
    }
.gform_wrapper .small-form .gform_body {
    }
.gform_wrapper .small-form .gform_footer {
    position: absolute;
    right: 0;
    bottom: 24px; 
    padding: 0;
    margin: 0;
    text-align: right; 
     
    }

/* Small form shown on stories */
.mid-post-content-form {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;    
}
.mid-post-content-form .gform_wrapper {
    margin-bottom: 0;
}
.mid-post-content-form .small-form .gform_footer {
    bottom: 31px;
}   
.after-post-content-form .small-form .gform_footer {
    bottom: 31px;    
}
.after-post-content-form {
    border-top: dotted 1px #ccc;
}
.after-post-content-form .gform_wrapper {
    
}   
    
    
/* Account for the small form being placed inside two tables as is done by authors simetimes */
table table .gform_wrapper .small-form .gform_footer {
    bottom: 0; 
    }    

code .small-form {
    font-family: Helvetica, Arial, sans-serif;
}
    
.gform_wrapper .small-form .gform_footer .gform_button {
    font-size: 12px;
    }


/* Author newsletter signup */

section.newsletter-signup {
    padding: 0 13px 5px;
    }
.single-wnd_video section.newsletter-signup,
.wnd-tv section.newsletter-signup {
    padding: 15px 0 0 0;
}
section.newsletter-signup h3 {
    padding-bottom: 5px; 
    }
section.newsletter-signup .gform_body {
    padding: 10px 0 0 10px; 
    }



/* WND Newsletter BEGIN */
.wnd-newsletter-signup {
	position: relative;	
	width: 565px;
	margin-left: 30px;
}
#mobile .wnd-newsletter-signup {
    width: 100%;
    margin: 0;
}
.gform_wrapper .wnd-newsletter-signup .gform_heading {
	width: auto;
}

.gform_wrapper .wnd-newsletter-signup h3.gform_title .newsletter-head {
    	margin-bottom: -15px;	
	font-family: Helvetica, Arial, sans-serif;
	color: #e00;
	font-style: italic;
	text-transform: none;
	font-size: 22px;
	font-weight: 100;
}

.gform_wrapper .wnd-newsletter-signup h3.gform_title {
	width: auto;
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
        border-bottom: solid 2px #ccc;
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
}
#mobile .gform_wrapper .wnd-newsletter-signup h3.gform_title { 
    font-size: 30px;
}

.wnd-newsletter-signup .gform_description {
	display: block;
	line-height: 1.6em;
	text-align: center;
}
.page #hentry.entry-content .wnd-newsletter-signup ul.gform_fields {
	margin: 40px 0 0 0;
	padding: 0;
}
.wnd-newsletter-signup .gfield .gfield_label {
	font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.gform_wrapper .wnd-newsletter-signup .ginput_right label,
.gform_wrapper .wnd-newsletter-signup .ginput_left label {
	color: #777;
	font-size: 12px;
}

.gform_wrapper .wnd-newsletter-signup .gfield_description {
	color: rgb(92, 154, 211);
    font-family: Helvetica, Arial, sans-serif;
}
.wnd-newsletter-signup #field_29_3, .wnd-newsletter-signup #field_29_2 {
	display: -moz-inline-stack; 
	display: inline-block; 
	*display: inline;
	width: 265px; 
	vertical-align: top;
	margin-top: 20px;
}
#mobile .wnd-newsletter-signup #field_29_3, #mobile .wnd-newsletter-signup #field_29_2 {
    display: block;
    position: static;
    width: auto;
}
.wnd-newsletter-signup #field_29_2 {
	position: absolute;
	width: 260px; 
	right: 17px;
}
.wnd-newsletter-signup #field_29_3 input, .wnd-newsletter-signup #field_29_2 input {
	width: 100%;
}
.wnd-newsletter-signup h3.foot {
	margin: 40px 0 0 0;	
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}
#mobile .wnd-newsletter-signup h3.foot {
    font-size: 18px;
}
.wnd-newsletter-signup p.foot {
	margin-top: 0;	
	color: rgb(92, 154, 211);
    font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
.gform_wrapper .wnd-newsletter-signup .gform_footer {
	text-align: center;
}
.wnd-newsletter-signup {

}
/* WND Newsletter END */




/* BEGIN: FULL STORY & YOU READ IT HERE FIRST PAGES */
.scoop-page .postmeta hgroup {
	border: none;   
	padding-bottom: 0; 
}

.scoop-page .story-image {
    padding: 10px 0 5px 60px;
    border-bottom: dotted 1px #ccc;
}

.scoop-page .article img {
    float: left;
    margin-right: 5px;
}

.scoop-page section.related-articles ul.articles li a:first-child {
    margin-right: 30px;
    width: 320px;
}
.scoop-page section.related-articles li a:first-child .posttitle {
    color: #000;
}


.scoop-page section.related-articles ul.articles li a {
	display: -moz-inline-stack; 
	display: inline-block; 
	*display: inline; 
    width: 270px;
    vertical-align: top;    
}

.full-story .postmeta hgroup {
 	position: absolute;
	border: none;
}

.scoop-page .post-actions,
.full-story .post-actions {
	margin-left: 12px;
}

.scoop-page .postmeta h1.posttitle,
.full-story .postmeta h1.posttitle {
 	font-size: 28px;
}

.full-story .story-image {
	padding: 0 12px;
}

.scoop-page section.description,
.full-story section.description {
	padding: 0 12px;
}

.scoop-page section.related-articles,
.full-story section.related-articles {
	min-height: 300px;
}

.scoop-page section.related-articles .title,
.full-story section.related-articles .title {
	padding: 8px 12px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: 20px;
	font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
}

.scoop-page section.related-articles .posttitle {
    font-size: 16px;
    color: #666;
}

.scoop-page section.related-articles ul.articles {
	margin: 15px 0 0;
	list-style: none;    
}

.full-story section.related-articles ul.articles {
}

.scoop-page section.related-articles ul.articles li {
    margin: 0;
    padding: 8px 12px;
}
.scoop-page section.related-articles ul.articles li:nth-child(even) {
    background: #f3f3f3;    
}

.full-story section.related-articles ul.articles li {
	margin: 15px 0 0 0;
}

.scoop-page section.related-articles p {
	margin: 5px 0 0;
	color: #999;    
}

.full-story section.related-articles p {
	margin: 5px 0 15px;
	color: #999;
}

.scoop-page section.related-articles ul.articles li a:hover p, 
.scoop-page section.related-articles ul.articles li a:hover h3,
.full-story section.related-articles ul.articles li a:hover p, 
.full-story section.related-articles ul.articles li a:hover h3 {
	color: #ca0002;
	/*color: #48b934;*/
}

.scoop-page section.related-videos,
.full-story section.related-videos {
	clear: both;
}

.scoop-page nav.post-navigation,
.full-story nav.post-navigation {
	display: block;
	margin: 0;
 	padding: 20px 12px 15px;	
	text-align: center;
	float: none;
}

.scoop-page nav.post-navigation span,
.full-story nav.post-navigation span {
	display: -moz-inline-stack; 
	display: inline-block; 
	*display: inline; 
	padding: 3px 7px;
	margin: 0 1px 0 0; 
	background: #eee;
	border: solid 1px #ccc;
	line-height: 16px;
	vertical-align: middle;
}

.scoop-page nav.post-navigation .current-numeric-page,
.full-story nav.post-navigation .current-numeric-page {
	color: #fff;
	background: #000;
	font-weight: bold;
	border: solid 1px #000;
}




/* END: FULL STORY PAGE */



/******** BEGIN MERGED LIBRARIES *********/

/*  AUTO COMPLETE STYLING */

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */


/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:               10000;
    margin-top:            -1px;
    width:                 198px;
    padding:               2px;
    background-color:      #fff;
    font-size:             11px;
    border:                1px solid #ccc;
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow:       0 0 15px #666;
    -webkit-box-shadow:    0 0 15px #666;
    }

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding: 2px 0;
    height:  22px;
    }

#caltitle {
    font-size:   14px;
    color:       #0150D1;
    float:       left;
    text-align:  center;
    width:       155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
    }

#calnext, #calprev {
    display:    block;
    width:      20px;
    height:     20px;
    background: transparent url('/wp-content/themes/worldnet-theme/_/images/prev.gif') no-repeat scroll center center;
    float:      left;
    cursor:     pointer;
    }

#calnext {
    background-image: url('/wp-content/themes/worldnet-theme/_/images/next.gif');
    float:            right;
    }

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
    }

/* year/month selector */
#caltitle select {
    font-size: 10px;
    }

/* names of the days */
#caldays {
    height:        14px;
    border-bottom: 1px solid #ddd;
    }

#caldays span {
    display:    block;
    float:      left;
    width:      28px;
    text-align: center;
    }

/* container for weeks */
#calweeks {
    background-color: #fff;
    margin-top:       4px;
    }

/* single week */
.calweek {
    clear:  left;
    height: 22px;
    }

/* single day */
.calweek a {
    display:               block;
    float:                 left;
    width:                 27px;
    height:                20px;
    text-decoration:       none;
    font-size:             11px;
    margin-left:           1px;
    text-align:            center;
    line-height:           20px;
    color:                 #666;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
    }

/* different states */
.calweek a:hover, .calfocus {
    background-color: #ddd;
    }

/* sunday */
a.calsun {
    color: red;
    }

/* offmonth day */
a.caloff {
    color: #ccc;
    }

a.caloff:hover {
    background-color: rgb(245, 245, 250);
    }

/* unselecteble day */
a.caldisabled {
    background-color: #efefef !important;
    color:            #ccc !important;
    cursor:           default;
    }

/* current day */
#calcurrent {
    background-color: #498CE2;
    color:            #fff;
    }

/* today */
#caltoday {
    background-color: #333;
    color:            #fff;
    }



/* FANCY BOX CSS */

/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	background: #fff;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
        /*
	background: #fff;
	*/
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	/*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	*/
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('_/js/fancybox/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('_/js/fancybox/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('_/js/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
        background: #fff;
}

/* Title helper */

.fancybox-title {
        visibility: hidden;	
	font: normal 14px/20px Helvetica, "Helvetica Neue",Arial,sans-serif;
        position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
        position: relative;
	margin-top: 3px;
	margin-left: 3px;
        text-shadow: #eee 0 1px 0;	
        -webkit-text-shadow: #eee 0 1px 0;	
        -moz-text-shadow: #eee 0 1px 0;	
        -o-text-shadow: #eee 0 1px 0;	
        -ie-text-shadow: #eee 0 1px 0;	
        color: #333;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*****************************************************
*                   
*             PAGE GALLERY
*
*****************************************************/
.page-gallery h2 {
    margin-top: 20px;
}

#gallery-page-bottom-widgets {
    margin-top: 20px;
    overflow: auto;
}

#gallery-page-bottom-widgets > div {
    float: left;
    width: 300px;
    margin: 8px;
}

#gallery-page-bottom-widgets > div:first-child {
    margin-left: 0;
}    
#gallery-page-bottom-widgets > div:last-child {
    margin-right: 0;
}    



/*****************************************************
*                   
*             WND BLOGS
*
*****************************************************/
.blog-body {
    padding: 0 12px;
}

header.blog-main {
    position: relative;
}

header.blog-main h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    line-height: 1.7em;
    color: #444;
}

header.blog-main h2 span.smaller {
    font-size: 20px;
    text-transform: uppercase;
}

header.blog-main p.note {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    padding: 0;
    font-size: 12px;
    line-height: 1.3em;
    font-style: italic;
    color: #888;
}

.external-blogs header.title,
.blog-posts-recent header.title {
    padding: 4px 10px;
    color: #fff;
    background: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
}

.blog-posts {
    margin-top: 15px; 
    list-style: none;
}

.blog-posts .post-preview-thumb {
    float: left;
    margin-right: 10px;
}

.blog-posts header.title .smaller {
    font-size: .7em;
}

#blog-list-type-nav .tab {
    margin-left: 30px;
    color: #aaa;
    cursor: pointer;
    cursor: hand;
}
#blog-list-type-nav .tab:first-child {
    margin-left: 0;
}

#blog-list-type-nav .tab.selected {
    color: #fff;
}

.blog-body .browse-day {
    margin-top: 10px;
    text-align: right;
}

.blog-body .browse-day a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 5px 10px;
    margin-left: 10px;
    background: #777;
    color: #fff;
}

.blog-body .s2-dyn-load-target {
    min-height: 400px;
}

.s2-dyn-load-thinking {
    width: 100px;
    padding-left: 25px; 
    margin: 40px auto;
    background: url(_/images/ajax-loader.gif) no-repeat left center;
    line-height: 40px;
}

.blog-post {
    padding: 0 0 0 80px;
}

.blog-post .post-title {
    padding: 0;
}

.blog-post .post-title a {
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase; 
    font-weight: normal;
    color: #000;
}
.blog-post .post-title a:hover {
    color: #ca0002;
    /*color: #48b934;*/
}

.blog-post .post-info {
    padding: 5px 0;
    border-bottom: solid 1px #ddd;
}

.blog-post .post-author-img {
    position: absolute;
    margin-left: -80px;
}

.blog-post .post-author-img a {
    display: block;
}

.blog-author-page span.seperator, 
.blog-post span.seperator {
    margin: 0 8px;
}

.blog-post .post-author {
    font-weight: bold;
    color: #000;
}

.blog-post .post-date {
    display: inline;
    margin-left: 0;
    color: #444;
}


.blog-post .post-content {
    color: #444; 
    line-height: 1.3em;
}

.blog-post img.attachment-thumbnail {
    float: left; 
    margin-right: 10px;
}


.blog-author-page .post-actions {
    margin: 0;
}

.blog-post .blog-link-read {
    font-weight: bold;
}

.external-blogs {
    padding-top: 30px;
}

.external-blogs ul {
    list-style: none;
}

.external-blogs ul li {
    margin-top: 7px;
}

#blog-author-posts article {
    padding: 20px 10px 15px;
    border-top: dotted 1px #ccc;
    clear: both;
}

#blog-author-posts a.full-story {
    display: block; 
}

#blog-author-posts .more-callout {
    font-size: 14px;
}

#blog-author-posts time {
    margin: 5px 0 0 0;
    color: #aaa;
    font-size: 14px;
}

#blog-author-posts .posttitle {
    font-size: 21px;
    color: #000;
    line-height: 26px;
}

#blog-author-posts h2.deck {
    font-size: 16px; 
    line-height: 20px;
    color: #999;
    font-style: italic;
}

#mobile header.archive figure,
#mobile .cat-archive-header.wp-post-image {
    width: 100% !important;
    height: auto !important;
    float: none;
    margin: 0;
}

#blog-author-posts .wp-post-image {
    float: right;
    padding: 0 0 10px 10px;
}

.blog-author-page div.byline {
    margin: 0;
    padding-left: 10px;
}

.blog-author-page div.byline .fn a {
    font-size: 30px;
}

.blog-author-page .archive-title {
    padding: 5px 12px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    background: #000;
    font-size: 18px;
    color: #fff;
}

.blog-author-page .post-actions {
    margin: 0 0 10px 10px;
}

.blog-author-page .post-navigation {
    position: relative;
    display: block;
    margin: 40px 0 0 0;
    padding: 5px 10px;
    background: #000;
    float: none;
    clear: both;
    text-align: right;
   line-height: 30px;
}

.blog-author-page .author-archive-line {
   position: absolute;
   left: 10px; 
   color: #fff;
}

.blog-author-page #archive_pagination a,
.blog-author-page #archive_pagination span {
    margin: 0 3px;
}

.blog-author-page #archive_pagination a {
    color: #fff;
}

h1.blog-name {
    padding-top: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    color: rgb(157,67,40);
    font-size: 34px;
    font-weight: normal;
}

p.blog-desc {
    padding-left: 10px;
    margin-top: 0;
    color: #777;
}


.blog-author-links {
    margin-top: 8px;
}


.bloghome .widget_wnd_category_stories.fixed-top {
    position: fixed;
    width: 300px;
    top: 0;
}


.wnd-blog .wp-post-image {
    height: auto !important;
}

#blog-author-letter-nav {
    padding-top: 15px;
    font-size: 0;
}

#blog-author-letter-nav .tab {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 3px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle; 
    font-size: 26px;
    cursor: pointer;
    cursor: hand;
}

#blog-author-letter-nav .tab.selected {
    background: #ca0002;
    /*background: #48b934;*/
    color: #fff;
}

.blog-authors-col1,
.blog-authors-col2 {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 280px;
    vertical-align: top;
}

.blog-authors-col2 {
    margin-left: 50px;
}


.blog-authors {
    list-style: none;
}

.blog-authors .blog-author-avatar {
    float: left;
}

.blog-authors .blog-author {
    padding-top: 15px;
}

.blog-authors .blog-author-name {
    padding-bottom: 0; 
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    color: rgb(157,67,40);
    font-size: 18px;
    font-weight: normal;
}

.blog-authors .author-description {
    margin-top: 0;
    color: #777;
}



/*****************************************************
*                   
*             Interstitial Ad
*
*****************************************************/
#floating_ad {
    position: absolute;
    z-index: 10005;
    top: 170px;
    left: 50%;
    margin-left: -315px;
}

/* Account for non IE8 and below browsers */
@media (min-height: 551px) {
    #floating_ad {
        position: fixed;
        top: 50%;
        margin-top: -280px;
    }
}

/* Accounts for screen heights that are shorter */
@media (max-width: 620px) {
    #floating_ad {
        position: fixed;
        left: auto;
        margin-left: 0;
        right: 0;
    }
}

@media (max-height: 550px) {
    #floating_ad {
        top: 0;
        margin-top: 0;
    }
}


#floating_ad .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    cursor: hand;
    background: url(_/images/ad-close.png?v=2);
}


#floating_ad .window-body {
    padding: 30px;
    background: rgba(0,0,0, 0.8);
    
}




/*****************************************************
*                   
*             WP Ratings
*
*****************************************************/

.pd-rating {
    /*display: block !important;*/
    padding: 3px 10px 2px 3px;
    margin-top: 1px;
    
    border: solid 1px #ccc;
    
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*
    text-transform: uppercase;
    background: #444;
    color: #fff;
    

    border-top: dotted 1px #ccc;
    
    */
    
    
    
    
}

.pd-rating .rating-icons {

}

.widget_ratings-widget {
    height: 250px;
    
}

.widget_ratings-widget > ul {
    margin-top: -10px;
    height: 232px;
    overflow: auto;
    list-style: none;
    padding: 0 8px;
    background: #fff;
}

.widget_ratings-widget > ul > li:first-child {
    margin-top: 13px;
}

.widget_ratings-widget > ul > li {
    display: relative;
    white-space: nowrap;
}

.widget_ratings-widget > ul > li a {
    display: block;
    padding: 5px 4px;
}

.widget_ratings-widget > ul > li:nth-child(even) {
    background: #f3f3f3;
}

.widget_ratings-widget .rated-title {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.widget_ratings-widget .stars {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 50px;
}

.widget_ratings-widget > ul > li img {
    width: 10px;
}


/*****************************************************
*                   
*             WND History
*
*****************************************************/
.wnd-history .posttitle.main-title {
    font-size: 50px;
    padding: 20px 12px 0;    
}

.wnd-history .description {
    padding: 0 12px;
}

.wnd-history .post-actions {
    margin-left: 12px;    
}

.wnd-history .hide-first {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.wnd-history .show-this {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #999;
    font-weight: bold;
    font-size: 16px;
    border: dashed 3px #ddd;
    cursor: pointer;
    cursor: hand;
}

.daily-stories {
    padding: 0 12px 10px;
}

.daily-stories .notice {
    padding: 30px 0;
    text-align: center;
}

.month-selector {
    margin-top: 30px;
    white-space: nowrap;
    font-size: 0;
    background: #f6f6f6;
    text-align: center;
}

.month-selector .month {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;                
}
.month-selector .month:hover {
    background: #eee;
}

.month-selector .month.selected {
    background: #ca0002;
    /*background: #48b934;*/
    color: #fff;
}

.history-days {
    
}

.history-day {

}

.history-day .year {
    color: #bbb;
    font-weight: normal;
}

.clear-day {
    clear: both;
}

.history-day-title {
    padding-top: 15px;
    margin-bottom: 10px;
    color: #000;
    font-size: 28px;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: solid 1px #eee;
}
.history-day-title.today {
    color: #ca0002;
    /*color: #48b934;*/
}
.history-day-title .less {
    color: #888;
}
.history-day-title sup {
    font-size: .4em;
    top: -1.4em;
}

.history-milestone {
    padding-bottom: 20px;
}

.milestone-image.right {
    float: right;    
    margin: 5px 0 0 10px;    
}

.milestone-image.left {
    float: left; 
    margin: 5px 10px 0 0;
}
/*
.posttitle {
    padding-bottom: 5px;
    color: #444;    
    clear: both;
}
*/
.milestone-body-short {
    padding: 5px 0 0;
    line-height: 1.5em;
}

.milestone-body-short p:first-child {
    margin-top: 0;
}

.milestone-body-short ol,
.milestone-body-short ul {
    margin: 10px 0 0 20px;
}

.view-story {
    
}



/*****************************************************
*                   
*             Ad Block Notice
*
*****************************************************/
#overlay-notice {
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);    
}

#overlay-notice .overlay-box {
    position: relative;
    width: 500px;
    padding: 10px 20px 20px;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 3px;
}

#overlay-notice .top-actions {
    text-align: right;
}
/* remove */



/*****************************************************
*                   
*             MOBILE SPECIFIC
*
*****************************************************/
#open-slideout-menu {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    cursor: hand;
}


/*        Logo
-----------------------------------------------*/
#mobile #header .logo {
    box-sizing: border-box;
    padding: 0;
    height: 50px;
}
#mobile .logo a {
    height:      43px;
    background-size: 120px auto;
    background-position: center -138px;
    margin:  0;
    float:       none;
    padding:     0;
    width:       140px;
    margin-left: 12px;    
    overflow:    hidden;
    display: block; 
    background-image: url(_/images/logo-sprite-two.png);
}

#mobile .logo.front-page {
    padding-top: 7px;
}

#mobile .logo.front-page a {
    text-indent: -999em;
    /*height: 57px;*/
    margin: 0 auto 0;
}

#mobile .logo.interior a {
    position: absolute;
    top: 12px;
    background-image: url(_/images/logo-sprite-two.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    height: 32px;
    background-size: 80px auto;
    background-position: 0 -90px;
}



/*        Add Site Shortcut Notice 
-----------------------------------------------*/
#install-site-shortcut {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    right: 0;
    bottom: -150px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: #fff;
}

#install-site-shortcut .hide {
    position: absolute;
    top: 1px;
    right: 8px;
    color: #aaa;
    font-size: 26px;
    line-height: 26px;    
}

#install-site-shortcut .offclick {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20001;
}

#install-site-shortcut.closed .offclick {
    display: none;
}

#install-site-shortcut .install-header {
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

#install-site-shortcut .install-body {
    height: 150px;
}

#install-site-shortcut .install-body-text {
    padding: 5px 15px 0;
    color: #000;
    text-align: center;
    line-height: 22px;
}

#install-site-shortcut .text-iphone,
#install-site-shortcut .text-android {
    display: none;
}

#install-site-shortcut.is-iphone .text-iphone,
#install-site-shortcut.is-android .text-android {
    display: block;
}

#install-site-shortcut .ios-more-options-icon {
    display: inline-block;
    width: 19px;
    height: 28px;
    margin: 0 2px;
    background: url(/wp-content/themes/worldnet-theme/_/images/sprite-mobile.png) no-repeat 0 0;
    background-size: 34px 32px; 
    vertical-align: bottom;
}

#install-site-shortcut .ios-icon-callout {
    width: 13px;
    height: 27px;
    margin: 10px auto;
    background: url(/wp-content/themes/worldnet-theme/_/images/sprite-mobile.png) no-repeat -21px 0;
    background-size: 34px 32px; 
}
 

/*  Registration Form
-------------------------------------------------*/


#content .mu_register { 
    width: auto;
    max-width: 500px; 
    margin:0 auto; 
    padding: 0 12px 50px;
}
#content .mu_register form { 
    margin-top: 2em; 
}
#content .mu_register .error { 
    font-weight:700; 
    padding:10px; 
    color:#333333; 
    background:#FFEBE8; 
    border:1px solid #CC0000; 
}
#content .mu_register input[type="submit"],
#content .mu_register #blog_title,
#content .mu_register #user_email,
#content .mu_register #blogname,
#content .mu_register #user_name { 
    width:100%; 
    font-size: 24px; 
    box-sizing: border-box;
    margin: 0 0 5px; 
}
#content .mu_register .prefix_address,
#content .mu_register .suffix_address {
    font-size: 18px;
    display:inline; 
}
#content .mu_register label { 
    font-weight:700; 
    font-size:15px; 
    display:block; 
    margin:15px 0 5px; 
}
#content .mu_register label.checkbox { 
    display:inline; 
}
#content .mu_register .mu_alert { 
    font-weight:700; 
    padding:10px; 
    color:#333333; 
    background:#ffffe0; 
    border:1px solid #e6db55; 
}

.mu_register .submit {
    margin-top: 30px;
}


/*  Top Videos
-------------------------------------------------*/
.wnd-tv .hot-videos {
    margin-top: 25px;
}

/*
.hot-videos {
    border-top: solid 2px #fff;
}

body.home .hot-videos {
    border-top: none;
    margin: 0 -8px;
}

#feature-videos-space {
    position: relative;
    clear: both;
    height: 260px;
    }

#feature-videos {
    clear: both;
    background-color: #D5D6DA;
    height: 275px;
    }
section.more-videos .video-carousel {
    border-bottom: solid 1px #666;
}
section.more-videos .video-carousel:last-child {
    border-bottom: none;
}

.icon_play_video {
    display: none;
    position: absolute;
    z-index: 1;
    width: 76px;
    height: 76px;
    background: url(_/images/play_video.png);
}

.video-carousel {
    position: relative;
    background-color: #000;
    padding: 0;
    color: #fff;
    }


.video-carousel > .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 10px 10px;
}
.video-carousel > .title span {
    font-size: 12px;
    margin: 0 5px;
}

#feature-videos > .title {
    position: absolute;
    width: 183px;
    height: 45px;
    margin: 7px 0 0 7px; 
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -71px;
    }

.video-carousel .all-videos {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 5px 10px;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #004276;
    font-size: 11px;
}

.video-carousel.wnd-tv,
#feature-videos.wnd-tv {
    height:     190px;
    background: #D5D6DA;
    position:   relative;
    }

.video-carousel.wnd-tv {
    height: auto;
    }

.video-carousel.wnd-tv .jcarousel-container,
#feature-videos.wnd-tv .jcarousel-container {
    margin-top: 50px;
    }

.video-carousel .video-slide .video-container,
#feature-videos .video-slide .video-container {
    display: block;
    padding: 0 0 0 5px;
    }

.video-carousel .video-slide .desc {
    position: absolute;
    bottom: 0;
    padding: 3px;
}

.video-carousel .video-slide .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    -moz-opacity: 0.70;
    opacity: 0.7;
    filter: alpha(opacity=70);

}

.video-carousel .video-slide p {
    position: relative;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
}



.video-carousel .video-slide.author ,
#feature-videos .video-slide.author {
    display:      block;
    overflow:     hidden;
    width:        162px;
    height: 130px;
    margin-top:   15px;
    }

.video-carousel .video-slide.author .deck.video a ,
#feature-videos .video-slide.author .deck.video a {
    font-size: 12px;
    line-height: 16px;
    width: auto;
    }
li.video-slide.author a img {
    margin:  0 auto;
    display: block;
    width:   128px;
    height:  72px;
    }
.video-slides {
    white-space: nowrap;
    overflow: auto; 
    }

.video-slide {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    width: 135px;
    margin-top: 0;
    white-space: normal; 
    vertical-align: top;
    }

.video-slide.author {
    position: relative; 
    float:        none;
    display:      block;
    overflow:     hidden;
    width:        auto;
    min-height: 42px;
    border-right: none;
    text-align: left;
    padding: 10px; 
    margin-top: 0; 
    border-top: solid 1px #e5e5e5; 
    background: #f5f6fA;
    }

li.video-slide.author a img {
    position: absolute;
    top: 10px;
    left: 10px; 
    width: 59px !important;
    height: 42px !important;
    display: block;
    }
#video-slides .video-slide:last-child {
    border: none;
    }
#author-video-slides-mobile h2 a ,
#video-slides h4 a {
    color: #222;
    text-shadow: none;
    font-size: 12px;
    margin-left: 75px;
    line-height: 18px;
    padding: 1px 12px 0 0;
    display: block;
    font-weight: normal;
    font-family: Helvetica, arial, sans-serif;
    }
.jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-clip-horizontal {

    width: 100%; 
    }
.jcarousel-item {
    width:  179px;
    height: 96px;
    }
.jcarousel-item-horizontal {

    }

.jcarousel-skin-tango .jcarousel-container-horizontal {

    width: 100%; 
    margin-left: 0;
    overflow:    hidden;
    }

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%; 
    margin: 0 6px;
    }

.jcarousel-skin-tango .jcarousel-item {
    width:  199px;
    height: 200px;
    }

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left:   4px;
    margin-right:  6px;
    padding-right: 6px;
    }

.prev-next {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.prev-next a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
#prev-next a {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
    margin-right: 12px;
    }
.prev-set ,
#prev4 {
    margin-right: 40px;
    }

.prev-next.wnd-tv-nav ,
#prev-next.wnd-tv-nav {
    position: absolute;
    bottom:   6px;
    right:    6px;
    }
*/

/* Media queries!
-------------------------------------------------------------------------------*/


/*
@media only screen and (max-device-width: 480px) {
    body {
        padding: 0;
    }	
    #header.front {
       	background-image: none; 
        }


    #utility {
        clear: both;
        background: black;
        color: white;
        overflow: hidden;
        height: 28px;
        line-height: 20px;
        font-size: 12px;
        font-weight: lighter;
        padding-left: 12px;
        }

    #utility.front time {
        margin-right: 20px;
        font-weight:  normal;
        color:        white;
        margin-top:   0;
        margin-left:  0;
        }

    #utility time {
        margin-right: 16px;
        color:        white;
        margin-top:   0;
        margin-left:  0;
        }
}
*/




/* Small screens */
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { 
    .video-browser > .series-title {
        font-size: 16px;
    }
    
    .single-wnd_video#desktop .content-body,
    .wnd-tv#desktop .content-body,
    .page-template-custom-page-tv-php#desktop .content-body {
        min-width: auto;
        width: 100%;
    }
    
    
    .video-content .video-player {
        box-shadow: none;
        width: 320px !important;
        height: 180px !important;        
    }
    /* have to override this so it doesn't negatively impact the look of the player */
    .video-player .icx-toolbar,
    .video-player .icx-interactive-notice {
        display: none !important;
    }
    
    .video-content .ooyala-video-wrapper,
    .video-content .ooyala-video-wrapper .innerWrapper {
        width: 320px !important;
        height: 180px !important;
    }
    
    .video-content .video-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .video-social {
        padding: 0 0 50px 0;
    }
    
    #video-comments .click-to-comment {
        padding-left: 10px;
    }
    
    .tv-show-page-header {
        height: 250px;
    }
    
    .start-slideshow-cta {
        font-size: 22px;  
    }
    
    
    .gallery-page-link .next-button {
        font-size: 22px;  
    }

    
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens */
@media only screen and (min-width: 40.063em) { 
    #mobile .cat-feature-img {
        height: 300px;
    }
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .single-wnd_video#desktop .content-body,
    .wnd-tv#desktop .content-body,
    .page-template-custom-page-tv-php#desktop .content-body {
        min-width: auto;
        width: 100%;
    }
    
    
    .video-content .video-player {
        box-shadow: none;
        width: 640px !important;
        height: 360px !important;        
    }
    /* have to override this so it doesn't negatively impact the look of the player */
    .video-player .icx-toolbar,
    .video-player .icx-interactive-notice {
        display: none !important;
    }
    
    .video-content .ooyala-video-wrapper,
    .video-content .ooyala-video-wrapper .innerWrapper {
        width: 640px !important;
        height: 360px !important;   
    }
    
    .video-content .video-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .video-social {
        padding: 0 0 50px 0;
    }
    
    #video-comments .click-to-comment {
        padding-left: 10px;
    }
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.063em) { 
    #mobile .cat-feature-img {
        height: 460px;
    }
} /* min-width 1025px, large screens */





@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens */
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */


