/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/ui/shared/font/fontawesome-webfont.eot?v=3.0.1');
  src: url('/ui/shared/font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('/ui/shared/font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('/ui/shared/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px 5px 5px 5px;
  -moz-border-radius: 3px 5px 5px 5px;
  border-radius: 3px 5px 5px 5px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px 5px 5px 5px;
  -moz-border-radius: 4px 5px 5px 5px;
  border-radius: 4px 5px 5px 5px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px 5px 5px 5px;
  -moz-border-radius: 6px 5px 5px 5px;
  border-radius: 6px 5px 5px 5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f2f2f2;
  color: #444;
  text-shadow: none;
  padding: 0px!important;
}
.fancybox-opened {
  z-index: 8030;
}
.facebookContainer {
  background: #cfd5e1;
}
.fancybox-opened .fancybox-skin {
  -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-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/ui/shared/scripts/external/fancybox/source/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/ui/shared/scripts/external/fancybox/source/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/ui/shared/scripts/external/fancybox/source/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/ui/shared/scripts/external/fancybox/source/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  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: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.scrollable {
  position: relative;
}
.scrollable .viewport {
  position: relative;
  overflow: hidden;
}
.scrollable .viewport .overview {
  position: absolute;
}
.scrollable .scroll-bar {
  display: none;
}
.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 5px;
  height: 100%;
  z-index: 10;
}
.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}
.scrollable .scroll-bar .thumb {
  position: absolute;
}
.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
}
.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  left: 0;
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*Default skin*/
.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}
.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}
.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}
.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.7;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 1;
}
/*Left Rail*/
.leftRail.headerDemoOne {
  padding-right: 0px!important;
  margin-top: 0px!important;
}
.scrollable.leftRailSkin {
  padding-right: 0px;
  padding-bottom: 0px;
}
.scrollable.leftRailSkin .scroll-bar.vertical {
  width: 12px;
  background-color: #dadada;
  right: 0px;
}
.scrollable.leftRailSkin .scroll-bar.horizontal {
  height: 12px;
  background-color: #dadada;
}
.scrollable.leftRailSkin .scroll-bar .thumb {
  background-color: #9f9f9f;
  opacity: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
/*Gray skin*/
.scrollable.gray-skin {
  padding-right: 17px;
}
.scrollable.gray-skin .scroll-bar {
  background-color: #ececec;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.scrollable.gray-skin .scroll-bar .thumb {
  background: url(/ui/shared/images/2013/global/layout/horizontal_scroll.jpg) no-repeat center center #f1f1f1;
  /* Old browsers */
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 12px;
  top: -2px;
  background: ;
}
/*.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: #dedede;
}*/
.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}
.scrollable.gray-skin .scroll-bar.horizontal {
  height: 9px;
  margin-top: 2px;
  margin-bottom: 4px;
}
/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}
.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}
.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}
.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}
.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}
.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}
.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  vertical-align: text-bottom;
  font-size: 11px;
}
@font-face {
  font-family: 'proximanNovaRegular';
  src: url('/ui/shared/font/proxima_nova_regular/ProximaNova-Reg-webfont.eot');
  src: url('/ui/shared/font/proxima_nova_regular/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('/ui/shared/font/proxima_nova_regular/ProximaNova-Reg-webfont.woff') format('woff'), url('/ui/shared/font/proxima_nova_regular/ProximaNova-Reg-webfont.ttf') format('truetype'), url('/ui/shared/font/proxima_nova_regular/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximaNovaBold';
  src: url('/ui/shared/font/proxima_nova_bold/ProximaNova-Bold-webfont.eot');
  src: url('/ui/shared/font/proxima_nova_bold/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/ui/shared/font/proxima_nova_bold/ProximaNova-Bold-webfont.woff') format('woff'), url('/ui/shared/font/proxima_nova_bold/ProximaNova-Bold-webfont.ttf') format('truetype'), url('/ui/shared/font/proxima_nova_bold/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximaNovaLight';
  src: url('/ui/shared/font/proxima_nova_light/ProximaNova-Light-webfont.eot');
  src: url('/ui/shared/font/proxima_nova_light/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/ui/shared/font/proxima_nova_light/ProximaNova-Light-webfont.woff') format('woff'), url('/ui/shared/font/proxima_nova_light/ProximaNova-Light-webfont.ttf') format('truetype'), url('/ui/shared/font/proxima_nova_light/ProximaNova-Light-webfont.svg#proxima_nova_ltlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximaNovaSemibold';
  src: url('/ui/shared/font/proxima_nova_semibold/ProximaNova-Sbold-webfont.eot');
  src: url('/ui/shared/font/proxima_nova_semibold/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'), url('/ui/shared/font/proxima_nova_semibold/ProximaNova-Sbold-webfont.woff') format('woff'), url('/ui/shared/font/proxima_nova_semibold/ProximaNova-Sbold-webfont.ttf') format('truetype'), url('/ui/shared/font/proxima_nova_semibold/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamUltraRegular';
  src: url('/ui/shared/font/gothamultra/gothamultra-webfont.eot');
  src: url('/ui/shared/font/gothamultra/gothamultra-webfont.eot?#iefix') format('embedded-opentype'), url('/ui/shared/font/gothamultra/gothamultra-webfont.woff') format('woff'), url('/ui/shared/font/gothamultra/gothamultra-webfont.ttf') format('truetype'), url('/ui/shared/font/gothamultra/gothamultra-webfont.svg#gothamultraregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cooperBlackRegular';
  src: url('/ui/shared/font/cooper_black/cooper_black-webfont.eot');
  src: url('/ui/shared/font/cooper_black/cooper_black-webfont.eot?#iefix') format('embedded-opentype'), url('/ui/shared/font/cooper_black/cooper_black-webfont.woff') format('woff'), url('/ui/shared/font/cooper_black/cooper_black-webfont.ttf') format('truetype'), url('/ui/shared/font/cooper_black/cooper_black-webfont.svg#cooper_blackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'trajanProRegular';
  src: url('/ui/shared/font/trajanpro/trajanpro-regular.eot');
  src: url('/ui/shared/font/trajanpro/trajanpro-regular.eot?#iefix') format('embedded-opentype'), url('/ui/shared/font/trajanpro/trajanpro-regular.woff') format('woff'), url('/ui/shared/font/trajanpro/trajanpro-regular.ttf') format('truetype'), url('/ui/shared/font/trajanpro/trajanpro-regular.svg#trajanpro-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.Hidden {
  display: none;
}
p {
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 15px;
}
p a {
  text-decoration: none;
  color: #0657af;
}
.textCenter {
  text-align: center;
}
.mainFrame .mainFrameModule .textRight,
footer .textRight {
  text-align: right;
}
.right,
.floatRight {
  float: right;
}
.left,
.floatleft {
  float: left;
}
.dropShadowBottomCurved {
  position: relative;
  background: #fff;
}
.dropShadowBottomCurved:before,
.dropShadowBottomCurved:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.dropShadowBottomCurved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-border-top-left-radius: 100px 10px;
  -moz-border-radius-top-left: 100px 10px;
  border-top-left-radius: 100px 10px;
  -webkit-border-top-right-radius: 100px 10px;
  -moz-border-radius-top-right: 100px 10px;
  border-top-right-radius: 100px 10px;
  -webkit-border-bottom-left-radius: 100px 10px;
  -moz-border-radius-bottom-left: 100px 10px;
  border-bottom-left-radius: 100px 10px;
  -webkit-border-bottom-right-radius: 100px 10px;
  -moz-border-radius-bottom-right: 100px 10px;
  border-bottom-right-radius: 100px 10px;
}
.dropShadowBottomCurved:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-border-top-left-radius: 100px 10px;
  -moz-border-radius-top-left: 100px 10px;
  border-top-left-radius: 100px 10px;
  -webkit-border-top-right-radius: 100px 10px;
  -moz-border-radius-top-right: 100px 10px;
  border-top-right-radius: 100px 10px;
  -webkit-border-bottom-left-radius: 100px 10px;
  -moz-border-radius-bottom-left: 100px 10px;
  border-bottom-left-radius: 100px 10px;
  -webkit-border-bottom-right-radius: 100px 10px;
  -moz-border-radius-bottom-right: 100px 10px;
  border-bottom-right-radius: 100px 10px;
}
.dropShadowBottomCurvedModule {
  position: relative;
}
.dropShadowBottomCurvedModule:after {
  background: url(/ui/shared/images/2013/global/layout/module_shadow.png) 0 0 no-repeat;
  bottom: -5px;
  content: "";
  position: absolute;
  width: 310px;
  height: 5px;
  left: 0px;
}
.dropShadowBottomCurvedModuleRight {
  position: relative;
}
.dropShadowBottomCurvedModuleRight:after {
  background: url(/ui/shared/images/2013/global/layout/module_shadow.png) top center no-repeat;
  bottom: -5px;
  content: "";
  position: absolute;
  width: 310px;
  height: 5px;
  left: 0px;
}
.shadowDivider,
.shadowDividerMedium {
  height: 5px;
  background-image: url(/ui/shared/images/2013/global/layout/bottom_shadow_divider.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 10px;
}
.shadowDividerSmall {
  height: 5px;
  background-image: url(/ui/shared/images/2013/global/layout/bottom_shadow_divider_small.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 10px;
}
.lineDivider1px {
  background: url(/ui/shared/images/2013/global/layout/line_divider_1px.png) center center;
  height: 1px;
}
hr.lineDotted {
  border-top: 1px dotted #e7e6e4;
  border-bottom: none 0px;
  border-right: 0px none;
  border-left: 0px none;
  margin: 0 0 10px;
}
.mainFrame {
  width: 990px;
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  background-color: #fff;
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #f5f4f4;
  border-top: none;
  border-bottom: none;
}
.mainFrame:before {
  content: "";
  width: 7px;
  height: 635px;
  position: absolute;
  top: 0;
  left: -7px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -7px -283px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
.mainFrame:after {
  content: "";
  width: 7px;
  height: 635px;
  position: absolute;
  top: 0;
  right: -7px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px -283px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
.mainFrame.mainFrameNoShadow {
  margin-top: 0;
}
.mainFrame.mainFrameNoShadow:before,
.mainFrame.mainFrameNoShadow:after {
  background-image: none !important;
}
.mainFrame.noBackground {
  margin-top: 0px;
  border: none;
  background: none;
}
.mainFrame.noBackground:after,
.mainFrame.noBackground:before {
  display: none;
}
.mainFrame.noBackground .mainFrameModule {
  background: none;
}
.mainFrame .mainFrameModule {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  background-color: #fff;
}
.mainFrame .mainFrameModule:last-child {
  padding-bottom: 34px;
}
.mainFrame .mainFrameModule .leftColumn {
  width: 650px;
  margin-left: 11px;
  padding-top: 4px;
}
.mainFrame .mainFrameModule .rightColumn {
  margin-top: 4px;
  position: absolute;
  top: 0;
  right: 11px;
  height: 100%;
  width: 310px;
  background-image: url(/ui/shared/images/2013/global/layout/rightrail_shadow_1px.png);
  background-repeat: repeat-y;
}
.mainFrame .mainFrameModule .rightColumn:before {
  content: "";
  width: 310px;
  height: 11px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px -8px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
.mainFrame .mainFrameModule .fullColumn {
  border: 1px solid #f5f4f4;
  padding: 30px 20px;
  margin-left: 11px;
  margin-right: 11px;
}
.mainFrame .mainFrameModule .fullColumn.linkToUsPage {
  padding: 20px;
}
.mainFrame .mainFrameModule .fullColumn header {
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e6e4;
  height: 25px;
  margin: 0px 0px 15px;
}
.mainFrame .mainFrameModule .fullColumn header h2 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #303030;
  float: left;
  line-height: 150%;
  margin-right: 40px;
}
.mainFrame .mainFrameModule.contentTopModule:before {
  content: "";
  width: 1004px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: -7px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
#whiteBgPage {
  background: #fff;
}
#whiteBgPage .mainFrame .mainFrameModule.breadCrumbs {
  background: url(/ui/shared/images/2013/global/layout/line_below_breadcrumbs.jpg) bottom center no-repeat;
  margin-bottom: 15px;
}
.mainFrameModule.breadCrumbs {
  display: block;
  padding: 18px 16px 12px;
  background: #fff;
}
.mainFrameModule.breadCrumbs li {
  display: inline;
  margin-right: 8px;
  padding-right: 12px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: right -965px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  background-position: right top;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
.mainFrameModule.breadCrumbs li:last-child {
  background: none;
}
.mainFrameModule.breadCrumbs li a {
  text-decoration: none;
  color: #414141;
}
.mainFrameModule article.module {
  padding: 5px;
  border: 1px solid #f5f4f4;
  position: relative;
  margin-bottom: 28px;
}
.mainFrameModule article.module .body {
  padding: 6px;
}
.mainFrameModule article.module .body .categoryTitle {
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e6e4;
  height: 25px;
  margin-bottom: 15px;
}
.mainFrameModule article.module .body .categoryTitle h2 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #303030;
  float: left;
  line-height: 150%;
  margin-right: 40px;
}
.mainFrameModule article.module .body .categoryTitle .right {
  float: right;
}
.mainFrameFullModule {
  position: relative;
  width: 990px;
  margin: 0px auto;
  background: #fff;
  border: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
.mainFrameFullModule:after {
  height: 7px;
  background-image: url(/ui/shared/images/2013/global/layout/bottom_shadow_mainFrameFullModule.jpg);
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  width: 990px;
}
.mainFrameFullModule .wrapperFullModule {
  padding: 21px 24px;
}
.mainFrameFullModule .wrapperFullModule p.last {
  margin-bottom: 0;
}
.mainFrameModule.contentTopModule {
  width: 990px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 110px;
  background-color: #fff;
  z-index: 2 !important;
}
.mainFrameModule.contentTopModule:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.mainFrameModule.contentTopModule .contentTopModuleWrapper {
  display: inline-block;
  margin: 15px 11px 0px;
  border: 1px solid #f5f4f4;
}
.mainFrameModule.contentTopModule .contentTopModuleContent {
  width: 322px;
  float: left;
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}
.mainFrameModule.contentTopModule .contentTopModuleContent:hover {
  color: #0657af;
}
.mainFrameModule.contentTopModule .contentTopModuleContent img {
  width: 155px;
  height: 94px;
  display: block;
}
.mainFrameModule.contentTopModule .contentTopModuleContent span {
  position: absolute;
  top: 8px;
  left: 164px;
  font-family: 'Arvo', serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  padding-right: 16px;
}
.mainFrameModule.contentTopModule .contentTopModuleShadow {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 990px;
  background: url(/ui/shared/images/global/modules/drop-shadows.png) no-repeat left bottom;
  height: 19px;
}
.mainFrame .mainFrameModule.contentTopModule.noContent {
  height: 7px;
}
.mainAd {
  margin: 27px auto;
  width: 990px;
  text-align: center;
}
.mainAd:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.mainAd .ad728x90 {
  display: inline-block;
  vertical-align: middle;
}
.ad728x90 {
  text-align: center;
  clear: both;
}
.ad728x90 .Ad990x90 {
  text-align: center;
  clear: both;
  display: inline-block;
}
.ad300x250,
.Ad300x250 {
  width: 300px;
  margin: 0 auto;
  padding: 0px 0 20px;
  position: relative;
  z-index: 2;
  /** this is used to make the ad appear above the shadow */
}
.ad300x250Right {
  margin: 11px 0px 15px 11px;
  width: 300px;
  position: relative;
  z-index: 2;
  /** this is used to make the ad appear above the shadow */
}
.ad286x33 {
  width: 286px;
  height: 33px;
  float: right;
  margin-right: 13px;
}
.ad4x4 {
  float: right;
  margin-right: 13px;
}
.ad-footer {
  text-indent: -9999999px;
  height: 0;
  visibility: hidden;
  position: absolute;
}
.mainFrameModule .ad650 {
  margin: 0px 0px 15px 0px;
}
.mainFrameModule .ad300x250Photoplasty {
  padding: 5px;
}
.mainFrame.noMarginTopStart {
  margin-top: 0px;
}
.mainFrame.noMarginTopStart .mainFrameModule.contentTopModule {
  height: 10px;
}
.mainFrame.noMarginTopWithContent {
  margin-top: 0px;
  padding-top: 18px;
}
header.headerWrapper {
  background: url(/ui/shared/images/2013/global/layout/nav_bg.jpg) repeat left top;
  position: relative;
}
header.headerWrapper .topHeader {
  width: 990px;
  margin-bottom: 5px;
  float: right;
  height: 33px;
}
header.headerWrapper .topHeader .hubs {
  display: inline-block;
  padding-top: 16px;
  text-align: center;
  font-family: 'proximaNovaSemibold';
  font-size: 13px;
  font-weight: normal;
}
header.headerWrapper .topHeader .hubs li {
  display: inline-block;
  padding: 0 10px;
}
header.headerWrapper .topHeader .hubs a {
  color: #FFF;
  text-decoration: none;
}
header.headerWrapper .topHeader .topHeaderLoginWrapper {
  margin-left: 15px;
  padding-top: 16px;
  margin-right: 11px;
}
header.headerWrapper .topHeader .topHeaderLoginWrapper .inlineList {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.headerWrapper .topHeader .topHeaderLoginWrapper .inlineList li {
  float: left;
  font-family: 'proximaNovaSemibold';
  font-size: 12px;
  font-weight: normal;
  color: #e7e3e2;
  -webkit-text-shadow: 0 1px 1px #000000;
  text-shadow: 0 1px 1px #000000;
  margin-left: 5px;
}
header.headerWrapper .topHeader .topHeaderLoginWrapper .inlineList li a {
  text-decoration: none;
  color: #e7e3e2;
}
header.headerWrapper .topHeader .topHeaderLoginWrapper .inlineList li a:hover {
  color: #fff;
}
header.headerWrapper .topHeader .btnHeaderTop {
  background-color: #eeefe1;
  background-image: -webkit-linear-gradient(top, #eeefe1, #dad9bd);
  background-image: -moz-linear-gradient(top, #eeefe1, #dad9bd);
  background-image: -o-linear-gradient(top, #eeefe1, #dad9bd);
  background-image: -ms-linear-gradient(top, #eeefe1, #dad9bd);
  background-image: linear-gradient(top, #eeefe1, #dad9bd);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  padding: 8px 23px 8px 35px;
  font-family: 'proximaNovaSemibold';
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  position: relative;
}
header.headerWrapper .topHeader .btnHeaderTop i {
  position: absolute;
  left: 15px;
  top: 9px;
  margin-right: 5px;
}
header.headerWrapper .topHeader .btnHeaderTop i.arrowDown {
  width: 10px;
  height: 10px;
  background: url(/ui/shared/images/2013/global/icons/icon_arrow_top_header_btn.png) no-repeat center;
}
header.headerWrapper .mainHeader {
  background: url(/ui/shared/images/2013/global/layout/nav_glow.png) no-repeat center bottom;
}
header.headerWrapper .mainHeader .headerContainer {
  width: 990px;
  margin: 0 auto;
  height: 79px;
  /*position: relative;*/
}
header.headerWrapper .mainHeader .headerContainer .logo {
  width: 220px;
  height: 79px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px -52px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  display: block;
  position: absolute;
}
header.headerWrapper .mainHeader .headerContainer .logo img {
  display: block;
}
header.headerWrapper .primaryNav {
  width: 765px;
  float: right;
  height: 41px;
  text-align: right;
}
header.headerWrapper .primaryNav > ul {
  height: 41px;
  display: inline-block;
}
header.headerWrapper .primaryNav > ul > li {
  cursor: pointer;
  padding: 6px 0 11px 0;
}
header.headerWrapper .primaryNav > ul > li > a {
  padding: 5px 6px;
  border-right: 1px solid #19232c;
  color: #e7e3e2;
  /* .text-shadow(0, 1px, 1px, #000000); */
}
header.headerWrapper .primaryNav > ul > li > a i {
  width: 10px;
  margin-left: 3px;
  font-size: 11px;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch {
  margin-top: 17px;
  position: relative;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch #searchHeader {
  padding: 0 5px 0 42px;
  border: 1px solid #d8d8d8;
  width: 239px;
  height: 32px;
  line-height: 34px;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch .gcsLogo {
  background: url(/ui/shared/images/2013/global/layout/bg_google_custom_search_header.jpg) no-repeat 42px center;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch #iconoSearchHeader {
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -660px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch .btnSearchContainerHeader {
  float: right;
  padding-bottom: 5px;
  background: url(/ui/shared/images/2013/global/layout/button_shadow_lrg.png) no-repeat right bottom;
}
header.headerWrapper .primaryNav > ul > li #HeaderSearch .btnSearchHeader {
  background-color: #175e9a;
  background-position: bottom right;
  height: 33px;
  line-height: 32px;
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  color: #fff;
  padding: 0 33px;
  border: none;
}
header.headerWrapper .primaryNav > ul > li.last a {
  padding-right: 0;
}
header.headerWrapper .primaryNav > ul > li ul {
  display: block;
}
header.headerWrapper .primaryNav > ul > li.hasSubMenu a {
  padding: 5px 6px;
}
header.headerWrapper .primaryNav > ul > li.navIcon a {
  padding: 3px 6px 1px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition {
  position: static;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul {
  top: 79px;
  left: 0;
  width: 100%;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li {
  height: 320px;
  width: 952px;
  margin: 0 auto;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .leftColumnHeader,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .leftColumnHeader {
  width: 205px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .seeMoreBtn,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .seeMoreBtn {
  font-family: 'proximaNovaSemibold';
  font-size: 14px;
  font-weight: normal;
  color: #0657af;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 10px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule {
  display: inline-block;
  float: left;
  width: 176px;
  margin-right: 0;
  padding: 11px 21px;
  height: 223px;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule:hover,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule:hover {
  background: #e5e5e5;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule.podCastVariation .meta,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule.podCastVariation .meta {
  position: absolute;
  bottom: 12px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule.podCastVariation .meta .authorsList,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule.podCastVariation .meta .authorsList {
  margin-bottom: 4px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .thumb,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .thumb {
  width: 176px;
  height: 103px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule h4,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule h4 {
  font-family: 'Arvo', serif;
  font-size: 12px;
  font-weight: normal;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule h4 a,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule h4 a {
  padding-left: 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .imgHeaderCont,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .imgHeaderCont {
  position: relative;
  padding: 0;
  margin: 0 0 5px 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .imgHeaderCont i.btnPlayHeader,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .imgHeaderCont i.btnPlayHeader {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -958px -52px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta {
  position: absolute;
  bottom: 27px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta .authors,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta .authors {
  padding: 0;
  color: #0657af;
  display: inline;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
  background: none !important;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta .dateView,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta .dateView {
  margin-top: 5px;
  color: #8e8e8e;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta .dateView .date,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta .dateView .date,
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta .dateView .views,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta .dateView .views {
  background: none !important;
  color: #8e8e8e;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .numberHits,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .numberHits {
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #ffffff;
  line-height: 34px;
  font-family: 'Arvo', serif;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  margin-left: -5px;
  background-image: url(/ui/shared/images/2013/global/icons/blue_dot_homepage.png);
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView {
  margin-top: 0;
  float: right;
  color: #818181;
  max-width: 150px;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .view,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .view {
  background: none !important;
  color: #313131;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .date,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .date {
  background: none !important;
  color: #8e8e8e;
  white-space: nowrap;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .authors,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .authors {
  padding: 0;
  color: #0657af;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  background: none !important;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .authors a,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .authors a {
  color: #0657af;
  padding: 0;
  display: none;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .authors a:first-child,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule .meta.metaGreatestHits .dateView .authors a:first-child {
  display: inline;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule:last-child,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule:last-child {
  margin-right: 0;
  width: 175px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule h4,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule h4 {
  line-height: 15px;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule .craptionHeader .dateView .imgAuthor,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule .craptionHeader .dateView .imgAuthor {
  float: left;
  width: 31px;
  padding: 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule .craptionHeader .dateView .authors,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule .craptionHeader .dateView .authors {
  float: right;
  width: 130px;
  font-family: 'Arvo', serif;
  font-size: 13px;
  font-weight: normal;
  margin-top: 15px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule .craptionHeader .dateView .authors a,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .generalHeaderModule.craptionHeaderModule .craptionHeader .dateView .authors a {
  color: #0657af;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .rightColumnHeader,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .rightColumnHeader {
  width: 665px;
  float: right;
  display: none;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .rightColumnHeader.active,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .rightColumnHeader.active {
  display: block;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .imageHeaderContainer,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .imageHeaderContainer {
  margin-top: 10px;
  display: inline-block;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .imageHeaderContainer#header-nav-cracked-bunker .generalHeaderModule .meta .authors,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .imageHeaderContainer#header-nav-cracked-bunker .generalHeaderModule .meta .authors {
  background: none !important;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .goListenBtn,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .goListenBtn {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: left -986px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 24px;
  line-height: 20px;
  color: #FB7E56;
  font-family: 'Arvo', serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu {
  position: static;
  background: none;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li {
  margin: 0;
  width: 205px;
  height: auto;
  padding: 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a {
  padding: 9px 20px;
  text-transform: capitalize;
  font-family: 'proximanNovaRegular';
  font-size: 14px;
  font-weight: normal;
  color: #8e8e8e;
  line-height: 17px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a i,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a i {
  display: none;
  width: 10px;
  margin-left: 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a span {
  height: auto;
  width: auto;
  display: inline-block;
  background: none !important;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a:hover,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a:hover,
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a.active,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a.active {
  background: #e5e5e5;
  font-family: 'proximaNovaSemibold';
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a:hover i,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a:hover i,
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a.active i,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a.active i {
  display: inline-block;
  float: left;
  padding-top: 2px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a:hover span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a:hover span,
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li .headerListMenu li a.active span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li .headerListMenu li a.active span {
  width: 145px;
  margin-left: 5px;
}
header.headerWrapper .primaryNav > ul > li.navIcon.noRelativePosition ul li hr,
header.headerWrapper .primaryNav > ul > li.hasSubMenu.noRelativePosition ul li hr {
  margin: 15px 0 13px;
  border: 0;
  border-top: 1px solid #d9d9d9;
  height: 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon a span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu a span {
  width: 17px;
  height: 18px;
  margin-bottom: 3px;
  display: block;
}
header.headerWrapper .primaryNav > ul > li.navIcon#searchIcon span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu#searchIcon span {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -698px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
header.headerWrapper .primaryNav > ul > li.navIcon#searchIcon ul,
header.headerWrapper .primaryNav > ul > li.hasSubMenu#searchIcon ul {
  width: 449px;
  right: 0;
}
header.headerWrapper .primaryNav > ul > li.navIcon#moreIcon span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu#moreIcon span {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -766px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
header.headerWrapper .primaryNav > ul > li.navIcon#diceIcon span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu#diceIcon span {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -679px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
header.headerWrapper .primaryNav > ul > li.navIcon#rssIcon span,
header.headerWrapper .primaryNav > ul > li.hasSubMenu#rssIcon span {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -732px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
header.headerWrapper .primaryNav > ul > li > ul {
  position: absolute;
  top: 41px;
  z-index: 1000000000;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.97);
  height: auto;
}
header.headerWrapper .primaryNav > ul > li > ul li {
  padding: 15px 18px;
  float: none;
  text-align: left;
}
header.headerWrapper .primaryNav > ul > li > ul li h3 {
  line-height: 100%;
  padding: 0 0 8px;
  margin: 0;
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  border-bottom: 2px solid #e6e4e5;
}
header.headerWrapper .primaryNav > ul > li > ul li ul {
  display: block;
}
header.headerWrapper .primaryNav > ul > li.activeSubMenu {
  background: #fff;
}
header.headerWrapper .primaryNav > ul > li.activeSubMenu a {
  color: #2A3137;
  -webkit-text-shadow: none;
  text-shadow: none;
  border-right: none;
  padding: 5px 7px 5px 6px;
}
header.headerWrapper .primaryNav > ul > li.activeSubMenu.navIcon a {
  padding: 3px 6px 0 5px;
}
header.headerWrapper .primaryNav > ul > li.activeSubMenu.navIcon.last a {
  padding: 3px 6px 0;
}
header.headerWrapper .primaryNav > ul > li.activeSubMenu#moreIcon span {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -715px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
}
header.headerWrapper .primaryNav > ul > li.activeSubMenu#searchIcon span {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -749px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
}
header.headerWrapper .secondaryNav {
  width: 100%;
  background: #f1f1f1;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  height: 35px;
  position: relative;
  z-index: 10;
}
header.headerWrapper .secondaryNav .secondaryContainer {
  margin: 0 auto;
  width: 992px;
  clear: both;
}
header.headerWrapper .secondaryNav .secondaryContainer li {
  padding: 8px 0 7px;
}
header.headerWrapper .secondaryNav .secondaryContainer li a {
  color: #2a343d;
  padding: 3px 7px 3px 7px;
  border-right: 1px solid #e3e3e3;
}
header.headerWrapper .secondaryNav .secondaryContainer li:hover,
header.headerWrapper .secondaryNav .secondaryContainer li:focus {
  background-color: #e3e3e3;
}
header.headerWrapper .secondaryNav .secondaryContainer li.writeForUs {
  font-family: 'Arvo', serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.writeForUs a {
  padding: 3px 13px 4px;
}
header.headerWrapper .secondaryNav .secondaryContainer li.writeForUs i {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -783px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  float: left;
  margin-right: 5px;
}
header.headerWrapper .secondaryNav .secondaryContainer li.virals {
  padding: 7px 7px 7px 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.virals a {
  color: #DF0600;
  text-transform: uppercase;
  line-height: 17px;
  padding: 3px 7px 1px 7px;
}
header.headerWrapper .secondaryNav .secondaryContainer li.virals a .icnViral {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -988px -52px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 11px;
  height: 18px;
  padding: 0;
  float: left;
  display: block;
  margin-right: 5px;
  margin-top: -2px;
  border-right: 0 none;
}
header.headerWrapper .secondaryNav .secondaryContainer li.store {
  padding: 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.store a {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -423px -52px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 181px;
  height: 35px;
  text-indent: -99999px;
  padding: 0;
  border-right: 0 none;
}
header.headerWrapper .secondaryNav .secondaryContainer li.store.promo {
  padding: 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.store.promo a {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -368px -87px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 135px;
  height: 35px;
  text-indent: -99999px;
  padding: 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.tesla {
  padding: 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.tesla a {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -781px -52px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 177px;
  height: 35px;
  text-indent: -99999px;
  padding: 0;
  border-right: 0 none;
}
header.headerWrapper .secondaryNav .secondaryContainer li.stPatricksDay {
  padding: 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.stPatricksDay a {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -604px -52px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 177px;
  height: 35px;
  text-indent: -99999px;
  padding: 0;
  border-right: 0 none;
}
header.headerWrapper .secondaryNav .secondaryContainer li.webbypromo {
  padding: 0;
}
header.headerWrapper .secondaryNav .secondaryContainer li.webbypromo a {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -223px -52px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 200px;
  height: 35px;
  text-indent: -99999px;
  padding: 0;
  border-right: 0 none;
}
header.headerWrapper .secondaryNav .secondaryContainer li.textbook {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
}
header.headerWrapper .secondaryNav .secondaryContainer li.textbook a {
  padding: 3px 13px;
}
header.headerWrapper .secondaryNav .secondaryContainer li.textbook a span {
  color: #DA0101;
}
header.headerWrapper .secondaryNav .secondaryContainer .categoryHead {
  background: url("/ui/shared/images/global/icons/sprite.png") no-repeat scroll -5px -725px transparent;
  color: #FFFFFF;
  padding: 8px 35px 8px 13px;
  text-shadow: 1px 1px #000;
}
header.headerWrapper .primaryNav li,
header.headerWrapper .secondaryNav .secondaryContainer li {
  float: left;
  font-family: 'proximanNovaRegular';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
}
header.headerWrapper .primaryNav li .dropdown,
header.headerWrapper .secondaryNav .secondaryContainer li .dropdown {
  display: none;
}
header.headerWrapper .primaryNav li a,
header.headerWrapper .secondaryNav .secondaryContainer li a {
  text-decoration: none;
  display: block;
}
header.headerWrapper .primaryNav .last a,
header.headerWrapper .secondaryNav .secondaryContainer .last a {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.headerDemoOne {
  height: 245px;
  margin-top: 13px;
  padding-bottom: 0 !important;
  padding-right: 40px !important;
  width: 205px;
}
.fancybox-inner {
  overflow: visible !important;
}
.fancybox-type-ajax .fancybox-inner {
  overflow: auto !important;
}
body footer.footer {
  clear: both;
}
body footer.footer .footerWrapperTop {
  background: url(/ui/shared/images/2013/global/layout/bg_footer_top.png) repeat left top;
  -webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
body footer.footer .footerWrapperTop .footerShadowTop {
  background: url(/ui/shared/images/2013/global/layout/shadow_footer_top.png) repeat-x left top;
  padding: 40px 0px;
}
body footer.footer .footerWrapperTop .btnClose {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -212px -131px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  display: none;
  height: 39px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 39px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer {
  width: 990px;
  margin: 0px auto;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns {
  float: left;
  padding-right: 55px;
  margin-right: 55px;
  background: url(/ui/shared/images/2013/global/layout/line_footer_divider_vertical.png) repeat-y right top;
  min-height: 290px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns.last {
  padding-right: 0px;
  margin-right: 0px;
  background: none;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns.first {
  margin-left: 25px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns h5,
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns h5 a {
  color: #000000;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns h5 {
  margin-bottom: 25px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li {
  margin-bottom: 20px;
  color: #676e74;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #676e74;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li a {
  color: #676e74;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li .fb_iframe_widget,
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li .twitter-share-button,
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li .twitter-follow-button {
  display: block;
  margin-top: 5px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li .btnChoices img {
  float: left;
  margin-top: -3px;
  margin-right: 5px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li form label {
  display: block;
  margin-bottom: 13px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li form input[type="text"] {
  padding: 10px;
  width: 210px;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  display: block;
  margin-bottom: 15px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li.last {
  margin-bottom: 0px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li.bottomLineDivider {
  background: url(/ui/shared/images/2013/global/layout/line_footer_divider_horizontal.png) repeat-x 0 0;
  height: 2px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li.paddingLeftFooter {
  padding-left: 45px;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li.facebookLogo {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px -235px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li.twitterLogo {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -108px -181px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li .dropShadowBottomLeft {
  background: url("/ui/shared/images/2013/global/layout/button_shadow_lrg.png") no-repeat scroll right bottom transparent;
  padding-bottom: 5px;
  float: left;
}
body footer.footer .footerWrapperTop .linkAndSocialContainer .fourColumns ul li .dropShadowBottomLeft .signUpButton {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  height: 30px;
  line-height: 30px;
  width: 115px!important;
  padding: 0px;
  text-align: center;
}
body footer.footer .footerWrapperBottom {
  background: url(/ui/shared/images/2013/global/layout/bg_footer_bottom.jpg) repeat left top;
  padding: 20px 0px 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
}
body footer.footer .footerWrapperBottom .copyrightContainer {
  width: 990px;
  margin: 0px auto;
}
body footer.footer .footerWrapperBottom .copyrightContainer .logoDemanMedia {
  margin-left: 25px;
  margin-top: 13px;
}
body footer.footer .footerWrapperBottom .copyrightContainer .logoDemanMedia a {
  width: 122px;
  height: 50px;
  display: block;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px -131px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
}
body footer.footer .footerWrapperBottom .copyrightContainer .copyright {
  width: 520px;
  margin-right: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #676e74;
  line-height: 120%;
}
body footer.footer .footerWrapperBottom .copyrightContainer .copyright .switchWeb {
  display: inline-block;
  margin-bottom: 10px;
}
body footer.footer .footerWrapperBottom .copyrightContainer .copyright .switchWeb li {
  float: left;
  margin-left: 5px;
}
body footer.footer .footerWrapperBottom .copyrightContainer .copyright .switchWeb li a {
  color: #000000;
  text-decoration: none;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
}
body footer.footer .footerWrapperBottom .copyrightContainer .copyright .switchWeb li.active a {
  font-weight: bold;
}
body footer.footer .footerWrapperBottom .copyrightContainer .copyright p {
  margin-bottom: 10px;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
body footer.footer .footerWrapperBottom .copyrightContainer .copyright p.last {
  margin-bottom: 0px;
}
body footer.footer .footerShadowTop {
  display: inline-block;
  width: 100%;
}
.newsletterPopUp {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  width: 720px;
  height: 325px;
}
.newsletterPopUp .imgNewsletter {
  position: absolute;
  width: 315px;
  height: 363px;
  right: -22px;
  bottom: 0px;
  background-image: url(/ui/shared/images/2013/newsletter/michael_swaim.png);
}
.newsletterPopUp header {
  padding: 20px 34px 15px;
  border-bottom: 2px solid #e8e6e7;
  background-color: #fff;
}
.newsletterPopUp header h2 {
  font-family: 'proximaNovaSemibold';
  font-size: 34px;
  font-weight: normal;
}
.newsletterPopUp header h2 .logoCracked {
  width: 145px;
  height: 37px;
  display: inline-block;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -223px -87px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
}
.newsletterPopUp .body {
  padding: 25px 34px;
}
.newsletterPopUp .body .infoNewTitle {
  font-family: 'proximaNovaSemibold';
  font-size: 24px;
  font-weight: normal;
  width: 435px;
  line-height: 34px;
}
.newsletterPopUp .body .infoNewTitle .yellowText {
  color: #ffc903;
}
.newsletterPopUp .body .infoNewsLetter {
  width: 390px;
  font-family: 'proximanNovaRegular';
  font-size: 27px;
  font-weight: normal;
  line-height: 34px;
}
.newsletterPopUp .signUpNewslleter {
  width: 685px;
  float: right;
  padding: 24px 0px 30px;
  border-top: 1px dotted #e0e0e0;
}
.newsletterPopUp .signUpNewslleter .textBox {
  padding: 0px 10px;
  height: 32px;
  line-height: 32px;
  width: 260px;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #dbd9da;
  border-right: 1px solid #dbd9da;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.1);
}
.newsletterPopUp .signUpNewslleter .shadowBox {
  width: 110px;
  display: inline-block;
  padding-bottom: 5px;
  background: url(/ui/shared/images/2013/global/layout/button_shadow_lrg.png) bottom right no-repeat;
}
.newsletterPopUp .signUpNewslleter .btnBox {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #185e9a;
}
#login-facebook {
  padding: 15px;
  font-family: 'proximanNovaRegular';
  font-size: 14px;
  font-weight: normal;
}
#login-facebook > h1 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E7E5E6;
  font-family: 'proximaNovaSemibold';
  font-size: 18px;
  font-weight: normal;
}
#login-facebook #login-container #message {
  margin: 20px 0;
  font-size: 110%;
}
#login-facebook #login-container .form_box,
#login-facebook #login-container .or-separator {
  display: inline-block;
}
#login-facebook #login-container .form_box {
  border: 1px dotted #E7E5E6;
  padding: 20px 15px;
  width: 42.5%;
  height: 255px;
  vertical-align: top;
}
#login-facebook #login-container .form_box .title {
  margin-bottom: 15px;
  padding: 5px 0 10px 0;
  border-bottom: 1px dotted #E7E5E6;
  font-size: 120%;
}
#login-facebook #login-container .form_box .field {
  margin: 10px 0;
}
#login-facebook #login-container .form_box .field .avatar {
  vertical-align: middle;
}
#login-facebook #login-container .form_box label {
  display: block;
  font-size: 120%;
}
#login-facebook #login-container .form_box input[type="text"],
#login-facebook #login-container .form_box input[type="password"] {
  width: 95%;
  padding: 5px;
  font-size: 120%;
}
#login-facebook #login-container .form_box input[type="submit"] {
  background-color: #175e9a;
  color: #ffffff;
  margin: 0;
  border: none;
  cursor: pointer;
  width: 170px;
  height: 32px;
  font-size: 120%;
}
#login-facebook #login-container .or-separator {
  margin: 95px 10px;
  font-size: 125%;
}
body .facebookWrapperModule {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  background-color: #2B343B;
  width: 100%;
}
body .facebookWrapperModule .facebookContainerModule {
  width: 990px;
  margin: 10px auto;
  position: relative;
}
body .facebookWrapperModule .facebookContainerModule .columnBig {
  width: 695px;
  float: left;
  font-family: 'proximanNovaRegular';
  font-size: 17px;
  font-weight: normal;
  padding: 15px 0 0 25px;
  color: #fff;
}
body .facebookWrapperModule .facebookContainerModule .columnSmall {
  width: 270px;
  float: left;
}
body .facebookWrapperModule .facebookContainerModule .columnSmall .logoCrackedFacebook {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -122px -131px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  display: block;
  float: left;
  margin-right: 11px;
}
body .facebookWrapperModule .facebookContainerModule .columnSmall .facebookColumns {
  width: 210px;
  float: left;
}
body .facebookWrapperModule .facebookContainerModule .columnSmall .facebookColumns .crackedFacebook {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 5px;
  font-family: 'proximaNovaSemibold';
  font-size: 14px;
  font-weight: normal;
}
body .facebookWrapperModule .facebookContainerModule .columnSmall .facebookColumns .crackedFacebook span {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
body .facebookWrapperModule .facebookContainerModule .closeBtnFacebook {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -503px -87px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0px;
  top: -5px;
}
.module.genericLeftModule {
  padding: 5px;
  border: 1px solid #f5f4f4;
  position: relative;
  margin-bottom: 28px;
}
.module.genericLeftModule header,
.module.genericLeftModule .categoryTitle {
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e6e4;
  height: 25px;
  margin: 10px 6px 15px;
}
.module.genericLeftModule header h2,
.module.genericLeftModule .categoryTitle h2 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #303030;
  float: left;
  line-height: 150%;
  margin-right: 40px;
}
.module.genericLeftModule header .right,
.module.genericLeftModule .categoryTitle .right {
  float: right;
}
.module.genericLeftModule header .viewCountsHeader,
.module.genericLeftModule .categoryTitle .viewCountsHeader {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  margin-top: 12px;
}
.module.genericLeftModule .body {
  padding: 0px 6px 6px;
}
.module.genericLeftModule .body .subHeadingModule {
  font-family: 'proximaNovaBold';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #c7c7c7;
  margin-bottom: 10px;
  color: #303030;
}
.module.genericLeftModule .body .listStyle {
  font-family: 'proximaNovaSemibold';
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  list-style: decimal outside none;
  margin-left: 20px;
  margin-bottom: 30px;
}
.module.genericLeftModule .body .listStyle li {
  margin-bottom: 10px;
}
.module.genericLeftModule footer {
  padding: 0px 0px 15px;
  border-bottom: 1px dotted #DDDDDD;
  margin: 0px 6px 20px;
}
.module.genericLeftModule footer h4 {
  font-family: 'Arvo', serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 15px;
}
.module.genericLeftModule footer h4 a {
  color: #000;
  text-decoration: none;
}
.module.genericLeftModule footer h4 a:hover {
  color: #0657af;
}
.module.genericLeftModule footer .meta {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
.module.genericLeftModule footer .meta .by {
  color: #0657af;
  padding: 0px;
  margin: 0px;
  border: none;
}
.module.genericLeftModule footer .meta a {
  color: #0657af;
  text-decoration: none;
}
.module.genericLeftModule footer .meta .author,
.module.genericLeftModule footer .meta span {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #B5B5B5;
}
.module.genericLeftModule footer .meta .views {
  border-right: none;
  color: #747474;
}
.module.genericLeftModule footer .meta .date {
  color: #747474;
}
.module.genericLeftModule footer .meta .btnArticleView {
  text-decoration: none;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
}
.module.genericFullModule {
  padding: 5px;
  border: 1px solid #f5f4f4;
  position: relative;
  margin-bottom: 28px;
  margin: 3px 11px 64px;
}
.module.genericFullModule h3 {
  font-family: 'proximaNovaSemibold';
  font-size: 18px;
  font-weight: normal;
  color: #303030;
  line-height: 150%;
}
.module.genericFullModule header,
.module.genericFullModule .categoryTitle {
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e6e4;
  height: 25px;
  margin: 10px 6px 15px;
}
.module.genericFullModule header h2,
.module.genericFullModule .categoryTitle h2 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #303030;
  float: left;
  line-height: 150%;
  margin-right: 40px;
}
.module.genericFullModule header .right,
.module.genericFullModule .categoryTitle .right {
  float: right;
}
.module.genericFullModule .body {
  padding: 0px 6px 6px;
}
.module.genericFullModule footer {
  padding: 0px 6px 15px;
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 20px;
}
.module.genericFullModule footer h4 {
  font-family: 'Arvo', serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 15px;
}
.module.genericFullModule footer h4 a {
  color: #000;
  text-decoration: none;
}
.module.genericFullModule footer h4 a:hover {
  color: #0657af;
}
.module.genericFullModule footer .meta {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
.module.genericFullModule footer .meta a {
  color: #0657af;
  text-decoration: none;
}
.module.genericFullModule footer .meta .author,
.module.genericFullModule footer .meta span {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #B9B9B9;
}
.module.genericFullModule footer .meta .views {
  border-right: none;
}
.module.genericFullModule footer .meta .btnArticleView {
  text-decoration: none;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
}
.module.GenericRRModule {
  width: 300px;
  border: 1px solid #f5f4f4;
  border-left: none;
  margin: 0px 0px 18px 0px;
  padding: 10px 0px 15px 11px;
  background: none;
  /* background-image: url(/ui/shared/images/2013/global/layout/rightrail_shadow_1px.png); */
  /* background-repeat: repeat-y; */
}
.module.GenericRRModule header {
  padding-bottom: 3px;
  border-bottom: 2px solid #e7e6e4;
  margin: 0px 13px 0px 0px;
  height: 23px;
}
.module.GenericRRModule header h4 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #303030;
  float: left;
  line-height: 100%;
}
.module.GenericRRModule header .right {
  float: right;
}
.module.GenericRRModule header .seeMore {
  margin-top: -3px;
}
.module.GenericRRModule .body {
  padding-right: 13px;
}
.module.GenericRRModule .body ul {
  list-style: none;
}
.module.GenericRRModule .body ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.module.GenericRRModule .body ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #dcdcdd;
}
.module.GenericRRModule .body ul li:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.module.GenericRRModule .body ul li:first-child {
  padding-top: 14px;
}
.module.GenericRRModule .body ul li:last-child {
  border: none;
}
.module.GenericRRModule .body ul li .Thumbnail {
  width: 90px;
  float: left;
}
.module.GenericRRModule .body ul li .Thumbnail a,
.module.GenericRRModule .body ul li .Thumbnail img {
  width: 90px;
  height: 72px;
  display: block;
}
.module.GenericRRModule .body ul li .meta {
  float: right;
  width: 185px;
}
.module.GenericRRModule .body ul li .meta a {
  font-family: 'Arvo', serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}
.module.GenericRRModule .body ul li .meta a:hover {
  color: #0657af;
}
.module.GenericRRModule .body ul li .meta .author {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  padding: 3px 0;
  color: #0657af;
}
.module.GenericRRModule .body ul li .meta .author .byline {
  color: #0657af;
}
.module.GenericRRModule .body ul li .meta .views {
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  color: #585858;
}
.module.GenericRRModule.recentCrackedVideosModule {
  padding-bottom: 5px;
}
.module.GenericRRModule.recentCrackedVideosModule .body ul li {
  padding: 8px 0;
}
.module.GenericRRModule.recentCrackedVideosModule .body ul li .Thumbnail {
  width: 93px;
  height: 56px;
}
.module.GenericRRModule.recentCrackedVideosModule .body ul li .Thumbnail img {
  width: 93px;
  height: 56px;
}
.module.GenericRRModule.recentCrackedVideosModule .body ul li .meta {
  position: relative;
  height: 56px;
}
.module.GenericRRModule.recentCrackedVideosModule .body ul li .meta a {
  font-family: 'Arvo', serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
}
.module.GenericRRModule.recentCrackedVideosModule .body ul li .meta .views {
  font-family: 'proximanNovaRegular';
  font-size: 9px;
  font-weight: normal;
  position: absolute;
  bottom: 13px;
}
.module.GenericRRModule.crackedShowsModule {
  padding-bottom: 40px;
  margin-top: 27px;
}
.module.GenericRRModule.crackedShowsModule ul li {
  margin-top: 13px;
}
.module.GenericRRModule.crackedShowsModule ul li a {
  position: relative;
  display: block;
  width: 281px;
  height: 130px;
}
.module.GenericRRModule.crackedShowsModule ul li a:hover .gradient {
  display: block!important;
}
.module.GenericRRModule.crackedShowsModule ul li a .gradient {
  z-index: 1;
  position: absolute;
  display: none!important;
  width: 281px;
  height: 130px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-9 */
  display: block;
}
.module.GenericRRModule.crackedShowsModule ul li a .gradient .section {
  position: absolute;
  color: #fff;
  width: 250px;
  left: 15px;
  bottom: 10px;
  font-family: 'proximaNovaSemibold';
  font-size: 18px;
  font-weight: normal;
}
.module.GenericRRModule.popular-module .body .meta .views {
  display: block;
  padding-top: 15px;
}
.module.GenericRRModule.popular-module .body .meta .author {
  color: #0657af;
  display: block;
}
.module.GenericRRModule.friendsImageModule header {
  margin-bottom: 15px;
}
.module.GenericRRModule.friendsImageModule .listImages {
  display: inline-block;
}
.module.GenericRRModule.friendsImageModule .listImages li {
  float: left;
  margin: 0px 6px 10px 5px;
  padding: 0px!important;
}
.module.GenericRRModule.facebookAccountModule header {
  margin-bottom: 15px;
}
.module.GenericRRModule.facebookAccountModule p {
  font-size: 12px;
  margin-bottom: 10px;
}
.module.GenericRRModule.facebookAccountModule p.last {
  margin-bottom: 0px;
}
.module.GenericRRModule.facebookAccountModule p a {
  color: #0657af;
  text-decoration: none;
}
.module.GenericRRModule.reasonModule header {
  margin-bottom: 15px;
  height: auto;
}
.module.GenericRRModule.reasonModule header h4 {
  line-height: 120%;
  float: none;
}
.module.GenericRRModule.reasonModule .list {
  list-style: decimal;
  margin-left: 17px;
}
.module.GenericRRModule.reasonModule .list li {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 150%;
}
.module.GenericRRModule.reasonModule .list li.last {
  margin-bottom: 0px;
}
.module.GenericRRModule.electionModule .bigElectionArticle {
  width: 272px;
  margin: 10px 0px 15px;
}
.module.GenericRRModule.electionModule .bigElectionArticle .bigImageElection {
  margin-bottom: 5px;
  display: block;
}
.module.GenericRRModule.electionModule .bigElectionArticle h5 {
  line-height: 21px;
  margin-bottom: 5px;
  font-family: 'Arvo', serif;
  font-size: 14px;
  font-weight: normal;
}
.module.GenericRRModule.electionModule .bigElectionArticle h5 a {
  color: #000;
  text-decoration: none;
}
.module.GenericRRModule.electionModule .bigElectionArticle h5 a:hover {
  color: #0657af;
}
.module.GenericRRModule.electionModule .bigElectionArticle .author {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
.module.GenericRRModule.electionModule .bigElectionArticle .author a {
  color: #0657af;
  text-decoration: none;
}
.module.GenericRRModule.electionModule .bulletsWithAwesome {
  width: 283px;
}
.module.GenericRRModule.electionModule .bulletsWithAwesome li {
  border-bottom: 1px dotted #DFDEDE;
  border-top: 0px none;
}
.module.GenericRRModule.electionModule .bulletsWithAwesome li.last {
  border-bottom: none 0px;
}
.module.GenericRRModule.electionModule .bulletsWithAwesome li.first {
  padding-top: 0px;
}
.module.GenericRRModule.electionModule .bulletsWithAwesome li a .icon-circle {
  font-size: 7px;
  float: left;
  line-height: 19px;
}
.module.GenericRRModule.electionModule .bulletsWithAwesome li a span {
  width: 265px;
}
.module.GenericRRModule.electionModule .bulletsWithAwesome li .views {
  padding-left: 19px;
}
.module.GenericRRModule.accountToolsModule header {
  margin-bottom: 5px;
}
.module.GenericRRModule.accountToolsModule .list li {
  padding: 15px 5px;
  border-bottom: 1px dotted #e0e0e0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.module.GenericRRModule.accountToolsModule .list li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.module.GenericRRModule.accountToolsModule .list li a:hover {
  color: #0657af;
}
.module.GenericRRModule.accountToolsModule .list li.last {
  border: 0px;
}
.module.GenericRRModule.theCrakedPodcastModule header {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: left -1019px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  height: 38px;
}
.module.GenericRRModule.theCrakedPodcastModule header h4 {
  padding-left: 45px;
  padding-top: 10px;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li.last {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li.mainImage .podcastContainer {
  height: 141px;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li.mainImage .podcastContainer .meta {
  width: 125px;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li h5 {
  font-family: 'proximaNovaSemibold';
  font-size: 17px;
  font-weight: normal;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer {
  height: 117px;
  background-color: #F9F9F9;
  border: 1px solid #F0F0F0;
  position: relative;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer .meta {
  margin: 10px 10px 0 0;
  width: 145px;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer .meta h4 {
  font-family: 'Arvo', serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer .meta h4 a {
  color: #000000;
  font-family: 'Arvo', serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer .meta h4 a:hover {
  color: #0657af;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer .meta .author {
  font-family: 'Arvo', serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
  color: #000000;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer .meta .author a {
  color: #0657af;
}
.module.GenericRRModule.theCrakedPodcastModule .body ul li .podcastContainer .meta .goListenBtn {
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-size: 11px;
  font-weight: normal;
  color: #FA673E;
  position: absolute;
  bottom: 5px;
  margin-bottom: 0px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: left -1068px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  padding-left: 30px;
  line-height: 22px;
  height: 22px;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry {
  margin-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #dfdfdf;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .linkImage {
  width: 147px;
  height: 89px;
  float: left;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .linkImage .thumb {
  float: none;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .thumb {
  width: 147px;
  height: 89px;
  display: inline-block;
  float: left;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta {
  float: left;
  width: 450px;
  padding-left: 17px;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta h3,
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta .title {
  display: block;
  padding: 0px 4px 5px 0px;
  line-height: 27px;
  font-family: 'Arvo', serif;
  font-size: 18px;
  font-weight: normal;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta h3 a,
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta .title a {
  color: #000;
  text-decoration: none;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta h3 a:hover,
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta .title a:hover {
  color: #0657af;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta .author {
  padding: 5px 0 0 0;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta .author a {
  color: #1576d5;
  text-decoration: none;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .listEntry .meta .timeViews {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  line-height: 28px;
  color: #848484;
}
.mainFrame .mainFrameModule .leftColumn .categoryList .Pagination {
  margin: 20px 0;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule header {
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e6e4;
  height: 25px;
  margin-bottom: 15px;
  margin-top: 4px;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule header h4 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -30;
  color: #303030;
  float: left;
  line-height: 150%;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule header .right {
  float: right;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul {
  display: inline-block;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul li {
  float: left;
  width: 198px;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  min-height: 210px;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul li .links {
  font-family: 'Arvo', serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  line-height: 20px;
  display: block;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul li .links:hover {
  color: #0657af;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul li.last {
  margin-right: 0px;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul li .Thumbnail {
  display: block;
  line-height: 150%;
  margin-bottom: 5px;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul li .Thumbnail img {
  width: 198px;
  height: 117px;
}
.mainFrame .mainFrameModule .leftColumn .recommendedForYourPleasureModule ul li .views {
  position: absolute;
  bottom: 0px;
  line-height: normal;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #585858;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule {
  padding: 10px 12px 15px;
  border-bottom: 1px dotted #dfdfdf;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule header {
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e6e4;
  height: 25px;
  margin-bottom: 15px;
  margin-top: 4px;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule header h2 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #303030;
  float: left;
  line-height: 150%;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .imageContainer {
  float: left;
  width: 188px;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta {
  width: 405px;
  float: right;
  position: relative;
  height: 188px;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta h3 {
  font-family: 'Arvo', serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 29px;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta h3 a {
  color: #000000;
  text-decoration: none;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta h3 a:hover {
  color: #0657af;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta .authorDate {
  margin-bottom: 10px;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta .authorDate .authors {
  margin-right: 5px;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta .authorDate .authors a {
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #0657af;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta .authorDate .date {
  margin-left: 5px;
  color: #909090;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta .infoWrapper {
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.mainFrame .mainFrameModule .leftColumn .podCastHomeModule .body .meta .goListenBtn {
  position: absolute;
  bottom: 0px;
  line-height: 32px;
  padding-left: 45px;
  color: #fd6d50;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: left -1090px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  text-decoration: none;
  height: 32px;
  font-family: 'Arvo', serif;
  font-size: 14px;
  font-weight: normal;
}
.paymentRequestModule.genericFullModule {
  margin-top: 0px;
  border-top: 0px none;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 10px;
}
.paymentRequestModule.genericFullModule h3 {
  margin-bottom: 10px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule table .firstTd {
  width: 325px;
  padding-right: 20px;
  vertical-align: top;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule table .firstTd p {
  margin-top: 2px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule table .secondTd input {
  margin-bottom: 8px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule table .secondTd.spacing {
  padding-top: 5px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule h3 {
  font-size: 21px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule label {
  margin-bottom: 5px;
  margin-top: 5px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule label,
.paymentRequestModule.genericFullModule .paymentRequestFormModule input[type="text"] {
  display: block;
  font-family: 'proximanNovaRegular';
  font-size: 16px;
  font-weight: normal;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule input[type="text"] {
  border: 1px solid #E7E7E7;
  padding: 6px 5px 4px;
  width: 270px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-box-shadow: inset -1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule input[type="text"].grayBg {
  background-color: #f7f7f7;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule textarea {
  border: 1px solid #E7E7E7;
  padding: 5px;
  width: 436px;
  height: 100px;
  margin-bottom: 15px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule select {
  border: 1px solid #E7E7E7;
  padding: 5px 30px 4px 5px;
  width: 160px;
  margin-bottom: 15px;
  margin-right: 10px;
  font-size: 16px;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  -o-appearance: none;
  appearance: none!important;
  background-image: url('/ui/shared/images/2013/global/layout/arrow.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  text-indent: 0.01px;
  text-overflow: '';
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule select::-ms-expand {
  display: none;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule input[type="radio"] {
  margin: 0px 5px 0 0;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule input[type="submit"] {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  height: 30px;
  line-height: 30px;
  width: 115px!important;
  padding: 0px;
  text-align: center;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .captchaModule {
  margin-bottom: 15px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .btnContactForm {
  width: 158px;
  margin-bottom: 20px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .btnContactForm input.generalButton {
  width: 158px!important;
  height: 36px;
  font-family: 'proximaNovaBold';
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .inlineLabel {
  display: inline-block;
  margin-right: 10px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .radioGroup {
  margin-bottom: 10px;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .radioGroup input[type=radio] {
  visibility: hidden;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .radioGroup input[type=radio] + label {
  position: relative;
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .radioGroup input[type=radio] + label:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  left: -22px;
  background: url(/ui/shared/images/2013/global/layout/box_empty.jpg);
}
.paymentRequestModule.genericFullModule .paymentRequestFormModule .radioGroup input[type=radio]:checked + label:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  left: -22px;
  background: url(/ui/shared/images/2013/global/layout/box_filled.jpg);
}
.paymentRequestModule .lineDotted {
  margin: 20px 0;
}
.contactFormModule label {
  margin-bottom: 5px;
}
.contactFormModule label,
.contactFormModule input[type="text"] {
  display: block;
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
}
.contactFormModule input[type="text"] {
  border: 1px solid #E7E7E7;
  padding: 5px;
  width: 436px;
  margin-bottom: 15px;
}
.contactFormModule textarea {
  border: 1px solid #E7E7E7;
  padding: 5px;
  width: 436px;
  height: 100px;
  margin-bottom: 15px;
}
.contactFormModule select {
  border: 1px solid #E7E7E7;
  padding: 5px;
  width: 446px;
  margin-bottom: 15px;
}
.contactFormModule input[type="submit"] {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  height: 30px;
  line-height: 30px;
  width: 115px!important;
  padding: 0px;
  text-align: center;
}
.contactFormModule .captchaModule {
  margin-bottom: 15px;
}
.contactFormModule .btnContactForm {
  width: 158px;
}
.contactFormModule .btnContactForm input.generalButton {
  width: 158px!important;
  height: 36px;
}
.contactUsModule.popUpContactModule {
  border: none 0px;
  width: 475px;
  padding: 10px 20px;
  margin: 0px;
}
.contactUsModule.popUpContactModule input[type="text"],
.contactUsModule.popUpContactModule textarea {
  width: 450px;
}
.contactUsModule.popUpContactModule select {
  width: 165px;
}
.contactUsModule.popUpContactModule .btnContactForm {
  margin: 0px auto;
}
.contactUsResetPassword .subheading {
  font-family: 'proximaNovaSemibold';
  font-size: 15px;
  font-weight: normal;
}
.contactUsResetPassword p {
  font-size: 15px;
}
.contactUsResetPassword .contactFormModule {
  padding-bottom: 25px;
}
.contactUsResetPassword .contactFormModule label {
  font-size: 16px;
  margin-top: 15px;
  margin-left: 7px;
}
.socialWrapper {
  padding: 18px 16px 12px;
  display: inline-block;
  width: 958px;
}
.bulletsWithAwesome li {
  border-top: 1px dotted #dfdfdf;
  padding: 10px 0px;
  line-height: 19px;
  font-family: 'Arvo', serif;
  font-size: 12px;
  font-weight: normal;
}
.bulletsWithAwesome li a {
  color: #000000;
  color: #000;
  text-decoration: none;
  line-height: 19px;
}
.bulletsWithAwesome li a:hover {
  color: #0657af;
}
.bulletsWithAwesome li a span {
  display: block;
  float: right;
}
.bulletsWithAwesome li a .icon-facetime-video {
  margin-left: 3px;
}
.bulletsWithAwesome li a .icon-camera {
  font-size: 9px;
}
.bulletsWithAwesome li.last {
  padding: 10px 0px 0px 0px;
}
.bulletsWithAwesome li .views {
  margin-top: 5px;
  display: inline-block;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  color: #585858;
  padding-left: 25px;
}
/*Login Module*/
#login {
  font-family: 'proximanNovaRegular';
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  width: 440px;
  background: #fff;
}
#login .login_container {
  padding: 20px;
  line-height: 100%;
}
#login h3 {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  padding-bottom: 8px;
  border-bottom: 2px solid #e7e5e6;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 100%;
}
#login .form_label {
  width: 74px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'proximanNovaRegular';
  font-size: 16px;
  font-weight: normal;
  color: #484848;
}
#login .textField {
  padding: 0px 10px;
  height: 32px;
  line-height: 32px;
  width: 290px;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #dbd9da;
  border-right: 1px solid #dbd9da;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0px 2px 0 rgba(0, 0, 0, 0.1);
}
#login .field {
  margin-bottom: 8px;
}
#login .fieldBtn {
  padding-left: 87px;
  margin-top: 10px;
}
#login .fieldBtn .registerForgotContainer {
  color: #a3a3a3;
  padding-top: 9px;
  padding-right: 6px;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
#login .fieldBtn .registerForgotContainer a {
  color: #a3a3a3;
}
#login .facebookContainer {
  background-color: #ebebeb;
}
#login #facebook_login span {
  float: left;
  font-family: 'proximanNovaRegular';
  font-size: 16px;
  font-weight: normal;
  color: #43609b;
  margin-right: 10px;
  padding-top: 7px;
}
#login #facebook_login a {
  display: block;
}
#login #facebook_login a img {
  display: block;
}
#login a {
  text-decoration: none;
  color: #0657af;
}
#login .loginBtn {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #185e9a;
}
#taboola-autosized-2r {
  /*padding: 10px 0px 20px 13px;
	.videoCube{
		margin: 0 10px 10px 0 !important;
		width: 145px !important;
		}*/
}
#taboola-autosized-2r .trc_rbox_header {
  margin-bottom: 10px;
  padding-right: 13px;
}
#taboola-autosized-2r .trc_rbox_header .trc_inner_header {
  font-family: 'proximaNovaBold';
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  color: #303030;
}
/*Write for us */
.writeForUsWrapper p {
  font-family: 'proximanNovaRegular';
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}
.writeForUsWrapper p b {
  font-weight: bold;
}
.writeForUsWrapper .writeForUsContainer {
  width: 958px;
  margin: 0px auto;
  padding: 50px 16px;
}
.writeForUsWrapper .writeForUsContainer.noPaddingTopBottom {
  padding: 0px;
  width: 990px;
}
.writeForUsWrapper .writeForUsContainer.noPaddingTopBottom:after {
  display: none;
}
.writeForUsWrapper .writeForUsContainer:after {
  background: url(/ui/shared/images/2013/global/layout/arrow_write_for_us.jpg) no-repeat;
  width: 118px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -59px;
  content: "";
  z-index: 1;
}
.writeForUsWrapper .yellowModule {
  background: url(/ui/shared/images/2013/global/layout/bg_we_want_you.jpg) center top no-repeat #ffbb00;
}
.writeForUsWrapper .yellowModule .writeForUsContainer {
  padding-top: 125px;
}
.writeForUsWrapper .yellowModule .writeForUsContainer .body {
  padding-left: 397px;
}
.writeForUsWrapper .yellowModule .writeForUsContainer .body p {
  line-height: 22px;
}
.writeForUsWrapper .yellowModule .writeForUsContainer .body h1.wantYou {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 65px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -2px;
  text-transform: uppercase;
  -webkit-text-shadow: 1px 1px 2px #616161;
  text-shadow: 1px 1px 2px #616161;
  color: #fff;
  margin: 15px 0 10px;
}
.writeForUsWrapper .yellowModule .writeForUsContainer .body h2 {
  font-family: 'proximaNovaSemibold';
  font-size: 21px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.writeForUsWrapper .yellowModule .writeForUsContainer .body h2 .emphasize {
  text-transform: uppercase;
}
.writeForUsWrapper .whiteModule {
  background-color: #fff;
  border-bottom: 2px solid #ebebeb!important;
}
.writeForUsWrapper .whiteModule.noBorderBottom {
  border-bottom: none 0px!important;
}
.writeForUsWrapper .whiteModule .writeForUsContainer:after {
  background-position: 0px -25px;
}
.writeForUsWrapper .grayModule {
  background-color: #F8F8F8;
  border-bottom: 2px solid #ebebeb!important;
}
.writeForUsWrapper .grayModule .writeForUsContainer:after {
  background-position: 0px -50px;
}
.writeForUsWrapper .yellowModule,
.writeForUsWrapper .grayModule,
.writeForUsWrapper .whiteModule {
  border-bottom: 1px solid #dedcdd;
  position: relative;
}
.writeForUsWrapper .yellowModule .body .textInfo,
.writeForUsWrapper .grayModule .body .textInfo,
.writeForUsWrapper .whiteModule .body .textInfo {
  float: right;
  width: 430px;
}
.writeForUsWrapper .yellowModule .body .articleImg,
.writeForUsWrapper .grayModule .body .articleImg,
.writeForUsWrapper .whiteModule .body .articleImg {
  padding: 6px;
  border: 1px solid #efefef;
  background-color: #f9f7f8;
  display: inline-block;
}
.writeForUsWrapper .yellowModule h3,
.writeForUsWrapper .grayModule h3,
.writeForUsWrapper .whiteModule h3 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e9e7e8;
  margin-bottom: 15px;
}
.writeForUsWrapper .yellowModule.last,
.writeForUsWrapper .grayModule.last,
.writeForUsWrapper .whiteModule.last {
  border-bottom: none 0px!important;
}
.writeForUsWrapper .yellowModule.last:after,
.writeForUsWrapper .grayModule.last:after,
.writeForUsWrapper .whiteModule.last:after {
  display: none;
}
.btnGeneralBlue {
  padding-bottom: 5px;
  background: url(/ui/shared/images/2013/global/layout/button_shadow_lrg.png) bottom right no-repeat;
  display: block;
  text-decoration: none;
  width: 178px;
}
.btnGeneralBlue span {
  font-family: 'proximaNovaBold';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  width: 178px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #185e9a;
  display: block;
}
.module.GenericRRModule.viral > header {
  padding-bottom: 10px;
}
.module.GenericRRModule.viral > header h2 {
  font-family: 'proximaNovaBold';
  font-size: 22px;
  font-weight: normal;
  letter-spacing: normal;
  letter-spacing: -1px;
  word-spacing: -1px;
  vertical-align: bottom;
}
.module.GenericRRModule.viral > header h2 img {
  margin-right: 5px;
  width: 13px;
}
.module.GenericRRModule.viral > header h2 .see-more {
  margin-left: 30px;
  padding: 5px 17px;
  color: #FFF;
  text-decoration: none;
  font-family: 'proximaNovaBold';
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  background: url("/ui/shared/images/2013/global/modules/see_more_btn.png") no-repeat;
}
.module.GenericRRModule.viral .content {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #E0E0E0;
}
.module.GenericRRModule.viral .content .content-image {
  position: relative;
  width: 285px;
  height: 168px;
}
.module.GenericRRModule.viral .content .content-image .content-number {
  position: absolute;
  top: 0;
  padding: 3px;
  width: 47px;
  height: 37px;
  background: url("/ui/shared/images/2013/global/icons/triangle_sm.png") no-repeat;
  font-family: 'proximaNovaSemibold';
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
}
.module.GenericRRModule.viral .content .content-meta h3,
.module.GenericRRModule.viral .content .content-meta .authors {
  margin: 15px 0;
}
.module.GenericRRModule.viral .content .content-meta h3 {
  margin: 5px 0;
  font-family: 'Arvo', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  color: #191A1A;
}
.module.GenericRRModule.viral .content .content-meta h3 a {
  color: #000;
  text-decoration: none;
}
.module.GenericRRModule.viral .content .content-meta h3 a:hover {
  color: #175e9a;
}
.module.GenericRRModule.viral .content .content-meta .views {
  margin: 7px 0;
  font-family: 'proximaNovaBold';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  color: #DA0000;
}
.module.GenericRRModule.viral .content .content-meta .authors {
  display: inline-block;
  margin: 0 0 0 2px;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #0657af;
}
.module.GenericRRModule.viral .content .content-meta .authors a {
  text-decoration: none;
  color: #0657af;
}
.socialTools {
  padding: 10px 0 0 !important;
}
.socialTools ul {
  display: inline-block;
}
.socialTools ul li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #d8d6d7;
  height: 20px;
}
.socialTools ul li.last {
  border: 0px none;
  padding-right: 0px;
  margin-right: 0px;
}
.socialTools ul li .twitter-share-button {
  width: 100px !important;
}
.socialTools ul li .btnRandom {
  display: block;
  margin-top: -2px;
}
.contentBoxWrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}
.contentBoxWrapper ul {
  list-style: none;
}
.contentBoxWrapper ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.contentBoxWrapper ul li {
  width: 238px;
  float: left;
  margin-right: 8px;
  height: 240px;
  position: relative;
}
.contentBoxWrapper ul li .sponsorLbl {
  display: none;
}
.contentBoxWrapper ul li.sponsor .sponsorLbl {
  display: block;
}
.contentBoxWrapper ul li.sponsor .meta {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fdf6d7;
}
.contentBoxWrapper ul li.sponsor .meta .sponsorTitle {
  text-transform: uppercase;
  font-family: 'proximaNovaSemibold';
  font-size: 12px;
  font-weight: normal;
  color: #FE00BA;
}
.contentBoxWrapper ul li a,
.contentBoxWrapper ul li img {
  display: block;
}
.contentBoxWrapper ul li .meta {
  padding: 10px;
  margin: 0px;
  line-height: 20px;
}
.contentBoxWrapper ul li .meta .views {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #787878;
  margin-bottom: 6px;
}
.contentBoxWrapper ul li .meta .titleBox {
  text-decoration: none;
  font-family: 'Arvo', serif;
  font-size: 14px;
  font-weight: normal;
  color: #2d2d2d;
}
.contentBoxWrapper ul li .meta .titleBox:hover {
  color: #0657af;
}
.articleTop header {
  margin-bottom: 10px;
}
.articleTop header h1 {
  font-family: 'Arvo', serif;
  font-size: 48px;
  font-weight: normal;
  color: #282828;
  line-height: normal;
}
.articleTop footer .meta {
  margin-bottom: 15px;
  color: #858282;
  font-family: 'proximanNovaRegular';
  font-size: 14px;
  font-weight: normal;
}
.articleTop footer .meta .by,
.articleTop footer .meta .byline {
  text-decoration: none;
  color: #0460a1;
}
.articleTop footer .meta .bylineWrapper {
  margin-right: 5px;
}
.articleTop footer .meta .date,
.articleTop footer .meta .views {
  margin-right: 5px;
  margin-left: 5px;
}
.articleTop footer .socialShareModule {
  margin-bottom: 25px;
}
.recommendedForYourPleasureFrendlyModule {
  margin-bottom: 5px!important;
}
.recommendedForYourPleasureFrendlyModule header {
  padding-bottom: 5px;
  border-bottom: 2px solid #e7e6e4;
  height: 25px;
  margin-bottom: 15px;
  margin-top: 4px;
}
.recommendedForYourPleasureFrendlyModule header h4 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -30;
  color: #303030;
  float: left;
  line-height: 150%;
}
.recommendedForYourPleasureFrendlyModule header .right {
  float: right;
}
.recommendedForYourPleasureFrendlyModule ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.recommendedForYourPleasureFrendlyModule ul li {
  float: left;
  width: 203px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 16px;
  min-height: 200px;
}
.recommendedForYourPleasureFrendlyModule ul li .meta {
  padding: 5px;
}
.recommendedForYourPleasureFrendlyModule ul li .meta .links {
  font-family: 'Arvo', serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  line-height: 20px;
  display: block;
  min-height: 65px;
}
.recommendedForYourPleasureFrendlyModule ul li .meta .links:hover {
  color: #0657af;
}
.recommendedForYourPleasureFrendlyModule ul li .meta .views {
  line-height: normal;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #585858;
  margin-bottom: 5px;
}
.recommendedForYourPleasureFrendlyModule ul li .meta p {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #787878;
  line-height: 150%;
  margin-bottom: 0px;
}
.recommendedForYourPleasureFrendlyModule ul li.last {
  margin-right: 0px;
}
.recommendedForYourPleasureFrendlyModule ul li .Thumbnail {
  display: block;
}
.recommendedForYourPleasureFrendlyModule ul li .Thumbnail img {
  display: block;
  width: 203px;
  height: 118px;
}
.sponsorModuleBig {
  width: 610px;
  margin: 0 auto 35px;
}
.sponsorModuleBig:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.sponsorModuleBig .imageWrapper {
  float: left;
  width: 321px;
  position: relative;
}
.sponsorModuleBig .meta {
  float: right;
  width: 247px;
  border: 1px solid #efefef;
  height: 192px;
  padding: 20px;
  background-color: #fdf6d8;
}
.sponsorModuleBig .meta h3 {
  color: #FF00BB;
  text-transform: uppercase;
  font-family: 'proximaNovaSemibold';
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: -5px;
}
.sponsorModuleBig .meta p {
  font-family: 'proximanNovaRegular';
  font-size: 14px;
  font-weight: normal;
  color: #787878;
  line-height: normal;
}
.sponsorModuleBig .meta .sponsorZone:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.sponsorModuleBig .meta .sponsorZone img {
  float: left;
  margin-right: 10px;
}
.sponsorModuleBig .meta .sponsorZone .sponsorInfo {
  float: left;
}
.sponsorModuleBig .meta .sponsorZone .sponsorInfo .sponsorBy {
  font-family: 'proximanNovaRegular';
  font-size: 8px;
  font-weight: normal;
  color: #047bdb;
}
.sponsorModuleBig .meta .sponsorZone .sponsorInfo .sponsor {
  font-family: 'proximaNovaBold';
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
  color: #047bdb;
  margin-top: 3px;
}
.sponsorModuleBig .meta .linkTitle {
  font-family: 'Arvo', serif;
  font-size: 20px;
  font-weight: normal;
  color: #282828;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
  margin-top: -5px;
}
.sponsorModuleBig .meta .linkTitle:hover {
  color: #0657af;
}
.leftRail {
  background-color: #EEE;
  position: absolute;
  width: 256px;
  height: 655px;
  overflow-y: hidden;
}
.leftRail .scroll-bar.vertical {
  display: none!important;
}
.leftRail:hover .scroll-bar.vertical {
  display: block!important;
}
.leftRail .currentArticle {
  padding: 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #d8d8d8;
  line-height: 20px;
}
.leftRail .currentArticle h3 {
  font-family: 'Arvo', serif;
  font-size: 13px;
  font-weight: normal;
  color: #282828;
  margin-bottom: 5px;
}
.leftRail .currentArticle h4 {
  font-family: 'proximaNovaSemibold';
  font-size: 15px;
  font-weight: normal;
  color: #282828;
  margin-bottom: 5px;
}
.leftRail .currentArticle .socialBox {
  list-style: none;
}
.leftRail .currentArticle .socialBox:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.leftRail .currentArticle .socialBox li {
  float: left;
  padding: 0px;
  text-indent: 0;
}
.leftRail .currentArticle .socialBox li .facebookCountCustom {
  background-image: url(/ui/shared/images/2013/global/icons/facebookCount.jpg);
}
.leftRail .currentArticle .socialBox li .twitterCountCustom {
  background-image: url(/ui/shared/images/2013/global/icons/twitterCount.jpg);
}
.leftRail .currentArticle .socialBox li > a {
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding-left: 41px;
  margin-right: 10px;
  display: block;
  text-decoration: none;
  color: #454545;
}
.leftRail .currentArticle .socialBox li > a span {
  font-family: 'proximaNovaSemibold';
  font-size: 13px;
  font-weight: normal;
  color: #454545;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  height: 33px;
  padding: 0 9px;
  line-height: 35px;
  display: block;
}
.leftRail header {
  padding: 0px 0px 5px;
  border-bottom: 2px solid #d8d8d8;
  margin: 20px 20px 0px;
}
.leftRail header h2 {
  font-family: 'proximaNovaBold';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  color: #303030;
}
.leftRail ul li {
  padding: 15px 20px;
}
.leftRail ul li:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.leftRail ul li .imageWrapper {
  float: left;
  width: 35px;
  height: 35px;
  display: block;
  margin-left: 20px;
}
.leftRail ul li .imageWrapper img {
  display: block;
  width: 35px;
  height: 35px;
}
.leftRail ul li .links {
  font-family: 'Arvo', serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  margin-left: 20px;
  display: block;
  position: relative;
  line-height: 20px;
}
.leftRail ul li .links:hover {
  color: #0657af;
}
.leftRail ul li .links:hover:before {
  color: #0657af;
}
.leftRail ul li .links:before {
  color: #000;
  content: "•";
  position: absolute;
  left: -15px;
  top: 0px;
  font-size: 20px;
}
.leftRail ul li .byline {
  margin-left: 20px;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #0460a1;
}
.leftRail ul li .byline a {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #0460a1;
  text-decoration: none;
}
.leftRail ul li .views {
  margin-left: 20px;
  margin-top: 10px;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.leftRail ul li.sponsorWrapper {
  background-color: #fdf6d8;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.leftRail ul li.sponsorWrapper .links {
  font-family: 'proximaNovaSemibold';
  font-size: 15px;
  font-weight: normal;
}
.leftRail ul li.sponsorWrapper .meta {
  float: right;
  text-indent: 0px;
  width: 150px;
}
.leftRail ul li.sponsorWrapper .meta .sponsorBy {
  font-family: 'proximanNovaRegular';
  font-size: 8px;
  font-weight: normal;
  color: #047bdb;
}
.leftRail ul li.sponsorWrapper .meta .sponsor {
  font-family: 'proximaNovaBold';
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
  color: #047bdb;
  margin-top: 3px;
}
.module.GenericRRModule.flashback {
  padding-left: 18px;
  width: 292px;
}
.module.GenericRRModule.flashback header {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: right -1122px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  height: 41px;
  padding: 0;
  border: none;
}
.module.GenericRRModule.flashback .body {
  padding-right: 17px;
}
.module.GenericRRModule.flashback .body .meta {
  position: relative;
  margin: 0 11px 0 5px;
  width: 162px;
}
.module.GenericRRModule.flashback .body .meta a {
  font-size: 12px;
  line-height: 16px;
}
.module.GenericRRModule.flashback .body .meta .author {
  color: #0460a1;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
}
.module.GenericRRModule.flashback .body .meta .author .byline {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
.module.GenericRRModule.flashback .body .meta .views {
  display: block;
  color: #747474;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}
.module.GenericRRModule.linkstormModule {
  padding-left: 18px;
  width: 292px;
}
.module.GenericRRModule.linkstormModule header {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: right -1163px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  height: 33px;
  padding: 0;
  border: none;
}
.module.GenericRRModule.linkstormModule .body {
  padding-right: 17px;
}
.module.GenericRRModule.linkstormModule .body .meta {
  position: relative;
  margin: 0 11px 0 5px;
  width: 162px;
}
.module.GenericRRModule.linkstormModule .body .meta .titleLinkStorm a:hover {
  color: #175e9a;
}
.module.GenericRRModule.linkstormModule .body .meta a {
  font-size: 12px;
  line-height: 16px;
}
.module.GenericRRModule.linkstormModule .body .meta .author {
  color: #0460a1;
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
}
.module.GenericRRModule.linkstormModule .body .meta .author .byline {
  font-family: 'proximanNovaRegular';
  font-size: 12px;
  font-weight: normal;
}
.module.GenericRRModule.linkstormModule .body .meta .views {
  display: block;
  color: #747474;
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}
.module.GenericRRModule.zergnetModule {
  padding: 0;
  width: 100%;
}
.module.GenericRRModule.zergnetModule #zergbanner {
  width: 100%;
  height: 45px;
  background-color: #76737A;
  background-repeat: no-repeat;
}
.crackedStoreButton.houseTopNavButton {
  display: none;
}
.crackedStoreButton {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 230px;
  height: 33px;
  float: right;
  cursor: pointer;
}
.crackedStoreButton.active {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -230px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
}
.crackedStoreButton.storePromo {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -460px -19px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  width: 200px;
  height: 28px;
}
.crackedStoreHeaderWrapper {
  position: relative;
  display: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 309px;
  -moz-box-shadow: inset 0 -4px 7px -5px #000000;
  -webkit-box-shadow: inset 0 -4px 7px -5px #000000;
  box-shadow: inset 0 -4px 7px -5px #000000;
}
.crackedStoreHeaderWrapper .closeButton {
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  right: 4px;
  top: 4px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -168px -131px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  cursor: pointer;
}
.crackedStoreHeaderWrapper .headerContainer {
  padding-top: 85px;
  margin: 0px auto;
  width: 836px;
  height: 309px;
  position: relative;
  display: block;
  cursor: pointer;
}
.ckLinkHoverable {
  color: #000;
  text-decoration: none;
}
.ckLinkHoverable:hover {
  color: #0657af;
}
.ckButtonBlue {
  background-color: #175e9a;
  color: #ffffff;
  margin: 0;
  border: none;
  cursor: pointer;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.gradientCover {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.56)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
  display: block;
}
.gradientCover1 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
  display: block;
}
.gradientCover2 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-9 */
  display: block;
}
html {
  background-color: #fafafa;
}
body {
  background-color: transparent;
  overflow-x: hidden;
}
body.noSkin.noOPA .headerWrapper {
  margin-bottom: 0 !important;
}
body.has-skin {
  background-position: center 114px !important;
}
body.has-skin .mainAd {
  background-color: transparent !important;
}
body.has-skin #persistent-share {
  top: 512px;
  opacity: 0;
}
body.has-skin .headerWrapper {
  background-image: url(/ui/shared/images/2013/global/layout/nav_bg.jpg) !important;
}
body.has-skin .headerWrapper .mainHeader {
  background-image: url(/ui/shared/images/2013/global/layout/nav_glow.png) !important;
}
body.has-skin .headerWrapper .secondaryNav {
  background: #f1f1f1 !important;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
}
body.has-skin .headerWrapper .secondaryNav .secondaryContainer {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
body.takeOver {
  width: 992px;
  margin: 0 auto!important;
  background-image: none !important;
  background-color: transparent !important;
}
body.takeOver .mainHeader {
  background-image: none !important;
  background-color: transparent !important;
}
body.takeOver .mainFrameModule.contentTopModule:before {
  background: none;
}
body.takeOver header.headerWrapper {
  background-image: none !important;
  background-color: transparent !important;
  width: 992px;
  margin: 0 auto;
}
body.takeOver .mainAd {
  padding: 10px 0;
}
body.takeOver footer.footer {
  width: 992px;
}
body.takeOver .facebookWrapperModule {
  width: 992px;
}
.tabs .tab {
  float: left;
  text-align: center;
  font-family: 'proximaNovaSemibold';
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 8px 0px;
  border-left: 1px solid #E7E6E4;
  border-right: 1px solid #E7E6E4;
  border-top: 1px solid #E7E6E4;
  color: #484647;
  background: #fff;
}
.tabs .tab.inactive {
  background-color: #F6F6F6;
}
.up-and-down-controler {
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 54px;
  z-index: 9999;
}
.up-and-down-controler a {
  text-indent: -999999px;
  width: 54px;
  height: 53px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
}
.up-and-down-controler a.go-top {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: 0px -181px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  margin-bottom: 10px;
}
.up-and-down-controler a.go-down {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -54px -181px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
}
.seeMore {
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: left -1196px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  background-repeat: no-repeat;
  background-position: 0px right;
  font-family: 'proximaNovaSemibold';
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  padding: 8px 0px;
  width: 88px;
  text-align: center;
  margin-right: -8px;
}
/*
.btnFavorites {
	border: 1px solid #eeeeee;
	.gradient(@origin: top, @start: #fcfcfc, @stop: #f3f3f1);
	float: left;
	margin: 0 15px 0 0;
	padding: 0px 10px 0px 25px;
	.fontProximaSemiBold(12px, normal);
	color: #7e7e7e;
	.border-radius(3px, 3px, 3px, 3px);
	position: relative;
	line-height: normal;
	text-decoration: none;
	height: 18px;
	line-height: 19px;
	background-image: url(/ui/shared/images/global/icons/sprite.png);
	background-position: -281px -475px;
	background-repeat: no-repeat;
	cursor:pointer;

	&.on { background-position: -281px -475px; }
	&.off { background-position: -281px -410px; }
	&.hover { background-position: -281px -442px; }
}
*/
.articleBtnView {
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  color: #0663a9;
  text-decoration: none;
}
.articleBtnView .viewIcon {
  background-image: url(/ui/shared/images/2013/global/icons/article_view_icon.jpg);
  background-position: 0;
  background-repeat: no-repeat;
  width: 13px;
  height: 15px;
  float: left;
  margin-right: 5px;
  margin-top: -4px;
}
.slideShowBtnView {
  font-family: 'proximanNovaRegular';
  font-size: 11px;
  font-weight: normal;
  color: #0663a9;
  text-decoration: none;
}
.slideShowBtnView .viewIcon {
  background-image: url(/ui/shared/images/2013/global/icons/slideshow_view_icon.jpg);
  background-position: 0;
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}
.dropShadowBottomRight {
  background: url("/ui/shared/images/2013/global/layout/button_shadow_lrg.png") no-repeat scroll right bottom transparent;
  padding-bottom: 5px;
  text-align: right;
}
.dropShadowBottomRight .commentSubmitButton,
.dropShadowBottomRight .generalButton {
  font-family: 'proximaNovaBold';
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0;
  height: 34px;
  margin-left: 20px;
  padding: 6px 25px;
  text-decoration: none;
}
.middleButtonArticle .dropShadowBottomRight {
  width: 180px;
  margin: 10px auto;
}
.middleButtonArticle .dropShadowBottomRight .ckButtonBlue {
  display: block;
  width: 180px;
  line-height: 34px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #175e9a;
}
/**
.btnFavorites{
	border: 1px solid #eeeeee;
	.gradient(@origin: top, @start: #fcfcfc, @stop: #f3f3f1);
	.border-radius;
    float: left;
    margin: 0 15px 0 0;
    padding: 4px 10px 4px 25px;
    .fontGeorgia(@size: 11px, @weight: bold);
    color: #7e7e7e;
    position: relative;
    line-height: normal;
    text-decoration: none;
    height: 14px;
    i{
    	position: absolute;
    	top: 4px;
    	left: 5px;
    	background-image: url("/ui/shared/images/2013/global/icons/sprite.png");
    	background-repeat: no-repeat;


    	&.star{
    		background-image: url("/ui/shared/images/2013/global/icons/sprite.png");
    		background-repeat: no-repeat;
    		background-position:-286px -477px;
    		width: 14px;
    		height: 14px;

    	}
    }
}
*/
.generalButtonModule {
  background-color: #04609F;
  padding: 8px 30px;
  text-align: center;
  font-family: 'proximaNovaBold';
  font-size: 17px;
  font-weight: normal;
  letter-spacing: normal;
  text-decoration: none;
  position: relative;
  color: #ffffff;
}
.generalButtonModule i {
  margin: 0px 5px 0 0;
}
.generalButtonModule:after {
  content: "";
  width: 90px;
  height: 5px;
  position: absolute;
  right: 0px;
  bottom: -5px;
  background-image: url(/ui/shared/images/2013/global/layout/button_shadow_lrg.png);
}
.FacebookLike {
  margin-bottom: 30px;
  margin-top: 10px;
}
/*FLAME VIRAL*/
span.imgFlame {
  width: 10px;
  height: 16px;
  background-image: url(http://i.crackedcdn.com/ui/mashed/47a3f450fb6d029557d3a5ad02401dbd.png);
  background-position: -533px -87px !important;
  background-repeat: no-repeat !important;
  /** CKSprite - Finished */
  display: inline-block;
  margin-left: 5px;
  text-indent: -9999px;
  position: relative!important;
  bottom: 0px!important;
}
#companion_div {
  height: 250px;
  margin-left: 11px;
  margin-bottom: 15px;
}