@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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: '';
  content: none; }

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

*, html {
  -webkit-font-smoothing: antialiased; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font: normal 13px/18px Arial, Helvetica, sans-serif; }

#panel {
  background: url(/static/site/img/layout/bg-grid-alt.png) #d7d7d7; }

a {
  text-decoration: none;
  color: #000; }

p a {
  color: #F7941E;
  font-weight: bold; }

fieldset li {
  margin-bottom: 10px; }

label {
  font: normal 24px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

input[type='password'], input[type='text'], input[type='email'], textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #ccc;
  background: #eee;
  font: normal 14px Arial, Helvetica, sans-serif;
  margin-top: 5px;
  padding: 9px;
  width: 100%; }
  input[type='password']:focus, input[type='text']:focus, input[type='email']:focus, textarea:focus {
    background: rgba(247, 148, 30, 0.05); }

.select2-container {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #ccc;
  background: #fafafa;
  font: normal 14px Arial, Helvetica, sans-serif;
  margin-top: 5px;
  position: relative;
  width: 100%; }

.select2-search-field {
  display: inline-block; }

.select2-search-field input {
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  margin-top: 0;
  width: 100% !important; }

.select2-choices {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px; }

.select2-search-choice, .select2-result {
  background: black;
  color: white;
  font: normal 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 9px;
  text-transform: uppercase; }

.select2-search-choice {
  display: inline-block;
  margin-right: 5px; }
  .select2-search-choice a, .select2-search-choice div {
    display: inline-block; }
  .select2-search-choice a:before {
    color: #25a1af;
    content: "X"; }

.select2-search-choice-focus {
  background: #555; }

.select2-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: black;
  color: white;
  padding: 5px 9px;
  position: absolute;
  width: 100%;
  z-index: 10; }

.select2-result {
  border-top: 1px solid white;
  cursor: pointer;
  margin: 0 -9px; }
  .select2-result:first-child {
    border-top: none;
    padding-top: 0; }
  .select2-result:last-child {
    padding-bottom: 0; }

.select2-highlighted {
  color: #eff200; }

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

.select2-display-none {
  display: none; }

.thumb-list, .archive-list {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  vertical-align: top; }
  .thumb-list:after, .archive-list:after {
    content: "";
    display: table;
    clear: both; }
  .thumb-list li, .archive-list li {
    overflow: hidden;
    vertical-align: top; }
    .thumb-list li a, .archive-list li a {
      background: #313436;
      display: block;
      height: 100%;
      font: 17px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: relative;
      color: #fff; }
    .thumb-list li span, .archive-list li span {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #313436;
      display: block;
      height: 55px;
      overflow: hidden;
      padding: 5px 10px;
      width: 100%; }

.l-footer {
  background-color: #000;
  color: #fff;
  position: relative; }
  .l-footer a {
    color: #fff; }
  .l-footer .tested-logo {
    display: inline-block;
    position: relative;
    top: -29px; }
  .l-footer nav {
    background-color: #424242;
    height: 38px;
    font: normal 24px/38px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase; }
    .l-footer nav ul {
      display: inline-block;
      margin-left: 40px;
      vertical-align: top; }
    .l-footer nav li {
      display: inline-block;
      padding-left: 40px; }
      .l-footer nav li:first-child {
        padding-left: 0; }
  .l-footer .quick-links {
    padding: 40px 0; }
    .l-footer .quick-links span {
      font: normal 24px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .l-footer .quick-links ul {
      margin-bottom: 20px; }
    .l-footer .quick-links li {
      font-size: 14px;
      margin-bottom: 2px; }
  .l-footer .info {
    background-color: #1d1d1d;
    line-height: 36px;
    width: 100%; }
    .l-footer .info:after {
      content: "";
      display: table;
      clear: both; }
    .l-footer .info a {
      color: #777;
      font-size: 12px; }
    .l-footer .info .meta-logo {
      display: inline-block;
      height: 40px;
      margin-right: 20px;
      vertical-align: top;
      padding: 5px; }
    .l-footer .info .mandatory-logo {
      margin-top: 10px; }
    .l-footer .info ul {
      float: right;
      margin-top: 10px; }
    .l-footer .info li {
      display: inline-block;
      padding-left: 10px; }
      .l-footer .info li:first-child {
        padding-left: 0; }
  .l-footer .object-list {
    margin-left: 15px;
    margin-top: 10px;
    color: #ccc;
    font-size: 9px; }
    .l-footer .object-list li {
      list-style: disc; }
  .l-footer .social-list {
    margin-top: 15px; }
    .l-footer .social-list li {
      vertical-align: top; }
  @media only screen and (max-width: 740px) {
    .l-footer nav {
      display: none; }
    .l-footer .quick-links {
      padding: 20px 0 40px 0; } }
  @media only screen and (max-width: 420px) {
    .l-footer .info ul {
      display: none; } }

.l-header {
  background: #424242;
  margin-bottom: 50px; }
  .l-header .l-container, .l-header .gallery-wrap {
    position: relative; }
  .l-header section.upper {
    height: 90px; }
  .l-header section.lower {
    background: #000;
    font-size: 19px;
    text-align: left;
    text-transform: uppercase; }
    .l-header section.lower .l-container, .l-header section.lower .gallery-wrap {
      height: 38px;
      white-space: nowrap; }
    .l-header section.lower .dropdown-menu {
      box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
      border-top: 1px solid #424242;
      background: #000;
      color: #fff;
      font: 18px/30px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      white-space: nowrap;
      top: 38px; }
      .l-header section.lower .dropdown-menu li {
        border-top: #424242 1px solid;
        padding: 0 10px;
        min-width: 100px; }
        .l-header section.lower .dropdown-menu li:first-child {
          border-top: none; }
      .l-header section.lower .dropdown-menu a {
        display: block; }
    .l-header section.lower .header-social {
      display: none;
      float: none;
      vertical-align: top;
      margin-right: 10px; }
    .l-header section.lower.fixed {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 4;
      box-shadow: 0 0 10px black; }
      .l-header section.lower.fixed .header-logo {
        top: -22px; }
        @media only screen and (max-width: 758px) {
          .l-header section.lower.fixed .header-logo {
            top: -14px; } }
      .l-header section.lower.fixed .header-social {
        display: inline-block; }
      @media only screen and (max-width: 970px) {
        .l-header section.lower.fixed .header-sitenav {
          font-size: 18px; }
          .l-header section.lower.fixed .header-sitenav > li {
            margin-right: 25px; } }
      @media only screen and (max-width: 900px) {
        .l-header section.lower.fixed .header-sitenav .dropdown {
          margin-right: 15px; }
          .l-header section.lower.fixed .header-sitenav .dropdown:after {
            display: none; } }
      @media only screen and (max-width: 967px) {
        .l-header section.lower.fixed .header-sitenav {
          margin: 0 auto;
          right: 0;
          top: -43px;
          position: absolute; }
          .l-header section.lower.fixed .header-sitenav .dropdown-menu {
            display: none !important; } }
      @media only screen and (max-width: 620px) {
        .l-header section.lower.fixed .header-sitenav {
          font-size: 16px; } }
      @media only screen and (max-width: 490px) {
        .l-header section.lower.fixed .header-sitenav li:first-child {
          display: none; } }
  @media only screen and (max-width: 720px) {
    .l-header {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 687px) {
    .l-header section.upper {
      height: 73px; } }

.header-heads {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 90px;
  overflow: hidden;
  position: absolute;
  width: 150px;
  z-index: 2; }
  @media only screen and (max-width: 910px) {
    .header-heads {
      top: 0; } }
  @media only screen and (max-width: 687px) {
    .header-heads {
      display: none; } }
  .header-heads span {
    background: url("/static/site/img/misc/photohead-sprite.png") no-repeat;
    display: block;
    position: absolute;
    height: 100%;
    width: 68px; }
    .header-heads span.adam {
      -webkit-transition: compact(bottom 0.1s ease-in);
      -moz-transition: compact(bottom 0.1s ease-in);
      transition: compact(bottom 0.1s ease-in);
      z-index: 2;
      left: 49px;
      bottom: -10px; }
    .header-heads span.jamie {
      -webkit-transition: compact(bottom 0.1s ease-in 0.1s);
      -moz-transition: compact(bottom 0.1s ease-in 0.1s);
      transition: compact(bottom 0.1s ease-in 0.1s);
      background-position: 0 -97px;
      z-index: 1;
      bottom: -13px; }
    .header-heads span.norm {
      -webkit-transition: compact(bottom 0.1s ease-in 0.2s);
      -moz-transition: compact(bottom 0.1s ease-in 0.2s);
      transition: compact(bottom 0.1s ease-in 0.2s);
      background: none;
      bottom: 0; }
    .header-heads span.will {
      -webkit-transition: compact(bottom 0.1s ease-in 0.3s);
      -moz-transition: compact(bottom 0.1s ease-in 0.3s);
      transition: compact(bottom 0.1s ease-in 0.3s);
      background: none;
      bottom: 0; }
  .is-pixel .header-heads {
    background: none;
    left: 150px;
    width: 250px; }
    .is-pixel .header-heads span {
      background-image: url("/static/site/img/misc/pixelhead-sprite.png");
      width: 26px; }
      .is-pixel .header-heads span.adam {
        background-position: 0 0;
        left: 0;
        bottom: 0;
        height: 69px; }
      .is-pixel .header-heads span.jamie {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        background-position: 0px -79px;
        left: 30px;
        bottom: 0;
        height: 69px; }
      .is-pixel .header-heads span.norm {
        background-position: 0px -158px;
        left: 80px;
        bottom: 0;
        height: 70px; }
      .is-pixel .header-heads span.will {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        background-position: 0px -238px;
        left: 105px;
        bottom: 0;
        height: 77px; }
  .is-block .header-heads {
    background: none;
    left: 130px;
    width: 250px; }
    .is-block .header-heads span {
      background-image: url("/static/site/img/misc/blockhead-sprite.png");
      width: 56px; }
      .is-block .header-heads span.adam {
        background-position: 0 0;
        left: 0;
        bottom: 0;
        height: 82px; }
      .is-block .header-heads span.jamie {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        background-position: 0px -96px;
        left: 60px;
        bottom: 0;
        height: 80px; }
      .is-block .header-heads span.norm {
        background-position: 0px -187px;
        left: 130px;
        bottom: 0;
        height: 71px; }
      .is-block .header-heads span.will {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        background-position: 0px -268px;
        left: 190px;
        bottom: 0;
        height: 82px; }
  .header-heads.down span {
    bottom: -100% !important; }

.logo-alt {
  -webkit-transition: compact(top 0.2s);
  -moz-transition: compact(top 0.2s);
  transition: compact(top 0.2s);
  background: url("/static/site/img/logo/tested-original-logo.png") no-repeat 0 0;
  cursor: pointer;
  display: none;
  height: 50px;
  left: 20px;
  position: absolute;
  top: 2px;
  width: 50px;
  z-index: 1; }
  .logo-alt.up {
    top: -100% !important; }
  @media only screen and (max-width: 430px) {
    .logo-alt {
      display: none; } }

.header-social {
  float: right; }
  .header-social > li {
    display: inline-block;
    padding-left: 5px;
    margin-top: 5px;
    vertical-align: top; }
    .header-social > li:first-child {
      padding-left: 0; }
  .header-social .sprite {
    background: url("/static/site/img/social/social-square-sprites.png") no-repeat 0 0;
    display: inline-block;
    height: 26px;
    text-indent: -9999px;
    width: 26px; }
  .header-social .twitter {
    background-position: -26px; }
  .header-social .youtube {
    background-position: -52px; }
  .header-social .rss {
    background-position: -78px; }
  .header-social .header-egg {
    background-position: -104px; }

@media only screen and (max-width: 910px) {
  .header-social-top {
    display: none; } }

.happening-now {
  color: #fff;
  font: 21px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  right: 20px;
  top: 45px; }
  .happening-now:before, .happening-now:after {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  .happening-now.new:before {
    content: "New!";
    font-size: 15px;
    left: -37px;
    position: absolute;
    top: 3px;
    z-index: 2; }
  .happening-now.new:after {
    color: #F7941E;
    content: "g";
    font: normal 40px "Icons";
    left: -45px;
    position: absolute;
    top: -11px;
    text-transform: none; }
  .happening-now .highlight {
    color: #eae71f; }
  @media only screen and (max-width: 687px) {
    .happening-now {
      display: none; } }

.header-nav-obj {
  display: inline-block;
  height: 100%;
  vertical-align: top; }

.header-logo {
  top: -29px;
  left: -1px;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 3; }
  @media only screen and (max-width: 687px) {
    .header-logo {
      margin-right: 10px;
      top: -14px; }
      .header-logo img {
        width: 130px; } }
  @media only screen and (max-width: 480px) {
    .header-logo {
      top: -10px; }
      .header-logo img {
        width: 120px; } }

.header-sitenav {
  font: 21px/38px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: top; }
  .header-sitenav *:hover, .header-sitenav .on > a {
    color: #eae71f; }
  .header-sitenav > li {
    display: inline-block;
    margin-right: 40px;
    text-transform: uppercase; }
    .header-sitenav > li:nth-child(4) {
      margin-right: 20px; }
    .header-sitenav > li:nth-child(5) {
      margin-right: 30px; }
    .header-sitenav > li:last-child {
      margin-right: 30px; }
  .header-sitenav a {
    color: white; }
  .header-sitenav .subscribe a {
    color: #7AE5ED; }
    .header-sitenav .subscribe a:hover {
      color: #eae71f; }
  .header-sitenav .dropdown:hover:after {
    border-top: 4px solid #eae71f; }
  .header-sitenav .dropdown:after {
    content: "";
    color: #999;
    position: absolute;
    right: -15px;
    top: 45%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff; }
  @media only screen and (max-width: 1050px) {
    .header-sitenav {
      font-size: 18px; }
      .header-sitenav > li {
        margin-right: 25px; } }
  @media only screen and (max-width: 885px) {
    .header-sitenav .dropdown {
      margin-right: 15px; }
      .header-sitenav .dropdown:after {
        display: none; } }
  @media only screen and (max-width: 910px) {
    .header-sitenav {
      display: none;
      margin: 0 auto;
      right: 10px;
      top: -30px;
      position: absolute; }
      .header-sitenav .dropdown-menu {
        display: none !important; } }
  @media only screen and (max-width: 480px) {
    .header-sitenav {
      font-size: 16px;
      top: -45px; } }
  @media only screen and (max-width: 375px) {
    .header-sitenav li {
      font-size: 12px; } }

.header-search {
  float: right;
  white-space: nowrap;
  position: relative; }
  .header-search label {
    color: #ff6600;
    cursor: pointer;
    font-size: 16px;
    margin-left: -35px;
    padding-left: 10px;
    position: absolute;
    top: 9px;
    z-index: 6; }
  .header-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    background: #333;
    color: #fff;
    border: 0;
    height: 38px;
    font: bold 13px/38px Arial, Helvetica, sans-serif;
    margin: 0;
    outline: none;
    padding: 0 35px 0 10px;
    position: relative;
    right: 0;
    text-align: left;
    width: 100px;
    vertical-align: middle;
    z-index: 5; }
  @media only screen and (max-width: 1110px) {
    .header-search input {
      background: #000;
      color: #000;
      padding: 0 1px;
      width: 35px; }
      .header-search input:focus {
        background: #333;
        color: #fff;
        padding: 0 35px 0 10px;
        right: 0;
        width: 100px; } }

.l-header .header-user {
  color: #808080; }
  .l-header .header-user a:hover {
    color: #eae71f; }
  .l-header .header-user > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #424242;
    display: inline-block;
    height: 100%;
    padding: 8px 7px;
    position: relative;
    text-align: center;
    min-width: 40px;
    vertical-align: top; }
    .l-header .header-user > li:first-child {
      border-left: 1px solid #424242; }
    .l-header .header-user > li > a {
      color: inherit;
      display: inline-block;
      height: 100%;
      width: 100%; }
  .l-header .header-user [data-icon-after] {
    line-height: 28px; }
  .l-header .header-user .avatar {
    border: 1px solid #999999; }
  .l-header .header-user .badge {
    left: 5px;
    top: -8px; }
  .l-header .header-user .sign-up, .l-header .header-user .sign-in {
    display: inline-block;
    font: normal 21px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .l-header .header-user .dropdown-menu {
    left: -1px;
    text-align: left; }
  .l-header .header-user .notify .dropdown-menu {
    width: 290px; }
    .l-header .header-user .notify .dropdown-menu header > * {
      display: inline-block !important;
      line-height: 22px;
      margin-right: 6px;
      vertical-align: middle; }
    .l-header .header-user .notify .dropdown-menu > li {
      border-top: #424242 solid 1px;
      display: block;
      padding: 7px 15px;
      text-align: left;
      word-wrap: break-word; }
      .l-header .header-user .notify .dropdown-menu > li:first-child {
        border-top: none; }
      .l-header .header-user .notify .dropdown-menu > li:last-child {
        padding: 0; }
    .l-header .header-user .notify .dropdown-menu .view-all {
      background: #F7941E;
      border-bottom: none;
      color: #fff;
      display: block;
      font: bold 13px/1 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 5px 0;
      text-align: center; }
      .l-header .header-user .notify .dropdown-menu .view-all:hover {
        background: #EAE71F;
        color: #000; }
  .l-header .header-user .notify .avatar {
    border: 0; }
  .l-header .header-user .notify .username, .l-header .header-user .notify .username + span {
    font: 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: -3px;
    text-transform: uppercase; }
  .l-header .header-user .notify .text a {
    color: #ccc;
    font: bold 13px Arial, Helvetica, sans-serif;
    margin-top: 3px;
    white-space: normal;
    text-transform: none; }
  @media only screen and (max-width: 1070px) {
    .l-header .header-user .notify .dropdown-menu {
      left: auto;
      right: -1px; } }
  @media only screen and (max-width: 520px) {
    .l-header .header-user .notify:hover .dropdown-menu {
      display: none !important; } }
  @media only screen and (max-width: 620px) {
    .l-header .header-user .sign-up, .l-header .header-user .sign-in {
      font: normal 18px/26px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

.header-mobile-nav {
  -webkit-transition: height 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  background: #F7941E;
  height: 50px;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 885px) {
    .header-mobile-nav {
      display: block; } }

html, body {
  height: 100%; }

.l-content {
  margin-bottom: 50px;
  position: relative; }

.l-container, .gallery-wrap {
  margin: 0 auto;
  max-width: 1140px;
  min-height: 100%;
  padding: 0 20px; }

[class*=l-col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11 {
  margin-right: 2.6%;
  min-height: 1px; }

.l-row:after, .l-row-fixed-fluid:after {
  content: "";
  display: table;
  clear: both; }

.l-row img, .l-row-fixed-fluid img, .l-row object, .l-row-fixed-fluid object, .l-row embed, .l-row-fixed-fluid embed {
  height: auto;
  max-width: 100%; }

.l-row .l-col-1, .l-row-fixed-fluid .l-col-1 {
  width: 5.95%; }

.l-row .l-col-2, .l-row-fixed-fluid .l-col-2 {
  width: 14.5%; }

.l-row .l-col-3, .l-row-fixed-fluid .l-col-3 {
  width: 23.05%; }

.l-row .l-col-4, .l-row-fixed-fluid .l-col-4 {
  width: 31.6%; }

.l-row .l-col-5, .l-row-fixed-fluid .l-col-5 {
  width: 40.15%; }

.l-row .l-col-6, .l-row-fixed-fluid .l-col-6 {
  width: 48.7%; }

.l-row .l-col-7, .l-row-fixed-fluid .l-col-7 {
  width: 57.25%; }

.l-row .l-col-8, .l-row-fixed-fluid .l-col-8 {
  width: 65.8%; }

.l-row .l-col-9, .l-row-fixed-fluid .l-col-9 {
  width: 74.35%; }

.l-row .l-col-10, .l-row-fixed-fluid .l-col-10 {
  width: 82.9%; }

.l-row .l-col-11, .l-row-fixed-fluid .l-col-11 {
  width: 91.45%; }

.l-row .l-col-12, .l-row-fixed-fluid .l-col-12 {
  width: 100%; }

.l-row .l-col-12, .l-row-fixed-fluid .l-col-12 {
  float: left; }

.l-lastcol {
  margin-right: 0px; }

.l-row.small-margins .l-col-1, .small-margins.l-row-fixed-fluid .l-col-1 {
  width: 7.05%; }

.l-row.small-margins .l-col-2, .small-margins.l-row-fixed-fluid .l-col-2 {
  width: 15.5%; }

.l-row.small-margins .l-col-3, .small-margins.l-row-fixed-fluid .l-col-3 {
  width: 23.95%; }

.l-row.small-margins .l-col-4, .small-margins.l-row-fixed-fluid .l-col-4 {
  width: 32.4%; }

.l-row.small-margins .l-col-5, .small-margins.l-row-fixed-fluid .l-col-5 {
  width: 40.85%; }

.l-row.small-margins .l-col-6, .small-margins.l-row-fixed-fluid .l-col-6 {
  width: 49.3%; }

.l-row.small-margins .l-col-7, .small-margins.l-row-fixed-fluid .l-col-7 {
  width: 57.75%; }

.l-row.small-margins .l-col-8, .small-margins.l-row-fixed-fluid .l-col-8 {
  width: 66.2%; }

.l-row.small-margins .l-col-9, .small-margins.l-row-fixed-fluid .l-col-9 {
  width: 74.65%; }

.l-row.small-margins .l-col-10, .small-margins.l-row-fixed-fluid .l-col-10 {
  width: 83.1%; }

.l-row.small-margins .l-col-11, .small-margins.l-row-fixed-fluid .l-col-11 {
  width: 91.55%; }

.l-row.small-margins .l-col-12, .small-margins.l-row-fixed-fluid .l-col-12 {
  width: 100%; }

.l-row.small-margins .l-col-1, .small-margins.l-row-fixed-fluid .l-col-1, .l-row.small-margins .l-col-2, .small-margins.l-row-fixed-fluid .l-col-2, .l-row.small-margins .l-col-3, .small-margins.l-row-fixed-fluid .l-col-3, .l-row.small-margins .l-col-4, .small-margins.l-row-fixed-fluid .l-col-4, .l-row.small-margins .l-col-5, .small-margins.l-row-fixed-fluid .l-col-5, .l-row.small-margins .l-col-6, .small-margins.l-row-fixed-fluid .l-col-6, .l-row.small-margins .l-col-7, .small-margins.l-row-fixed-fluid .l-col-7, .l-row.small-margins .l-col-8, .small-margins.l-row-fixed-fluid .l-col-8, .l-row.small-margins .l-col-9, .small-margins.l-row-fixed-fluid .l-col-9, .l-row.small-margins .l-col-10, .small-margins.l-row-fixed-fluid .l-col-10, .l-row.small-margins .l-col-11, .small-margins.l-row-fixed-fluid .l-col-11 {
  margin-right: 1.4%; }

.l-row-fixed-fluid {
  padding: 0 0 0 375px; }
  .l-row-fixed-fluid .l-col-fixed {
    float: right;
    width: 350px; }
  .l-row-fixed-fluid .l-col-fluid {
    float: left;
    margin: 0 0 0 -375px;
    width: 100%; }
    .l-row-fixed-fluid .l-col-fluid img {
      height: auto; }

@media only screen and (max-width: 770px) {
  body {
    -webkit-text-size-adjust: none; }
  .l-row, .l-row-fixed-fluid, body {
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%; }
  [class*=l-row] {
    padding: 0 !important; }
    [class*=l-row] [class*=l-col] {
      float: none !important;
      margin: 0 !important;
      max-width: 100% !important;
      width: auto !important; } }

@media only screen and (max-width: 480px) {
  .l-header .l-container, .l-header .gallery-wrap, .l-footer .l-container, .l-footer .gallery-wrap {
    padding: 0 10px; }
  .l-content .l-container, .l-content .gallery-wrap {
    padding: 0 10px; } }

article.spread {
  margin-top: 38px;
  margin-bottom: 50px; }
  article.spread header.spread-header {
    height: 625px;
    line-height: 625px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.2) 0 -15px 20px -15px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.2) 0 -15px 20px -15px inset;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.2) 0 -15px 20px -15px inset;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.2) 0 -15px 20px -15px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.2) 0 -15px 20px -15px inset;
    text-shadow: rgba(0, 0, 0, 0.6) 0 0 4px; }
    @media only screen and (max-width: 770px) {
      article.spread header.spread-header {
        background-attachment: scroll; } }
    @media only screen and (max-width: 480px) {
      article.spread header.spread-header {
        height: 400px;
        line-height: 400px; } }
  article.spread h1 {
    font: normal 100px/0.9 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media only screen and (max-width: 770px) {
      article.spread h1 {
        font-size: 72px; } }
    @media only screen and (max-width: 480px) {
      article.spread h1 {
        font-size: 42px; } }
  article.spread .author {
    font: italic 25px / 1.4 Georgia, Cambria, "Times New Roman", Times, serif; }
    @media only screen and (max-width: 480px) {
      article.spread .author {
        font-size: 16px; } }

.spread-header-centered {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  max-width: 920px;
  padding: 0 2em; }

.spread-description {
  font-size: 28px;
  line-height: 1.2;
  max-width: 660px;
  font-style: italic; }
  .spread-description:first-letter {
    font-size: 100px;
    line-height: 80px;
    font-style: normal;
    float: left;
    color: #f60;
    margin-top: -16px;
    margin-right: 6px; }

.spread-content {
  max-width: 650px; }
  .spread-content.parchment-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45; }
    .spread-content.parchment-content p {
      margin: 1.6em 0; }
    .spread-content.parchment-content h2 {
      font: normal 62px/0.9 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #222;
      margin: 0.5em 0;
      display: block;
      clear: both; }
      .spread-content.parchment-content h2 b {
        font-weight: normal; }
  .spread-content blockquote {
    color: #f60;
    font: 400 26px / 1.2 Georgia, Cambria, "Times New Roman", Times, serif; }
    .spread-content blockquote.embed-position-right {
      padding: 0 0 0 20px;
      max-width: 300px; }
      @media only screen and (min-width: 1261px) {
        .spread-content blockquote.embed-position-right {
          margin-right: -350px; } }
  .spread-content .embed-type-image img {
    display: block; }
  .spread-content .embed-type-image.embed-position-center {
    clear: both;
    position: relative;
    margin: 1em 0; }
    .spread-content .embed-type-image.embed-position-center > a {
      display: block;
      position: relative; }
      .spread-content .embed-type-image.embed-position-center > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow: rgba(0, 0, 0, 0.3) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.3) 0 -15px 20px -15px inset;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.3) 0 -15px 20px -15px inset;
        -ms-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.3) 0 -15px 20px -15px inset;
        -o-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.3) 0 -15px 20px -15px inset;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 15px 20px -15px inset, rgba(0, 0, 0, 0.3) 0 -15px 20px -15px inset; }
    .spread-content .embed-type-image.embed-position-center img {
      width: 100%; }
  .spread-content .embed-type-image.embed-position-left {
    display: inline-block;
    padding: 5px;
    margin-right: 15px; }
  .spread-content .embed-type-image.embed-position-right {
    max-width: 350px; }
    @media only screen and (min-width: 1261px) {
      .spread-content .embed-type-image.embed-position-right {
        margin-right: -350px; } }
    .spread-content .embed-type-image.embed-position-right img {
      margin: 0 0 0 auto; }
    .spread-content .embed-type-image.embed-position-right .embed-caption {
      text-align: right; }
  .spread-content .embed-type-image .embed-caption {
    margin-top: 1em;
    text-align: left;
    color: #888;
    text-transform: none; }
  .spread-content section.social.social-article {
    border-top: 1px solid black;
    margin: 0;
    padding: 6px 0; }

.spread-body .ad-slot {
  float: right;
  padding: 0 20px;
  background: transparent;
  box-shadow: none; }
  @media only screen and (max-width: 480px) {
    .spread-body .ad-slot {
      padding: 0; }
      .spread-body .ad-slot #aol-mpu {
        margin-right: -10px; } }

.spread-body {
  position: relative;
  max-width: 1140px;
  background: #fff;
  margin: -20px auto 35px auto;
  padding: 40px 20px 40px 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
  @media only screen and (max-width: 1260px) {
    .spread-body {
      padding-left: 180px; } }
  @media only screen and (max-width: 770px) {
    .spread-body {
      padding: 20px;
      box-shadow: none; } }
  .spread-body nav {
    font: bold 11px sans-serif;
    color: white;
    float: left;
    margin-left: -160px;
    background: white;
    padding: 10px; }
    @media only screen and (max-width: 480px) {
      .spread-body nav {
        display: none; } }
    .spread-body nav ul {
      width: 110px; }
    .spread-body nav li {
      background: #999;
      margin-top: 1px; }
      .spread-body nav li:first-child {
        margin-top: 0; }
      .spread-body nav li.on {
        background: #ff6600; }
    .spread-body nav a {
      color: #fff;
      display: block;
      padding: 5px; }
    .spread-body nav.affix {
      position: fixed;
      top: 100px;
      margin-top: 0;
      z-index: 1; }
    .spread-body nav.affix-bottom {
      position: absolute;
      bottom: 40px;
      top: auto; }

body.page_spread .l-header {
  margin: 0; }
  body.page_spread .l-header .upper {
    display: none; }

@media only screen and (max-width: 480px) {
  body.page_spread section.lower.fixed .header-social {
    display: none; } }

.ad-slot.leader {
  text-align: center;
  margin: -20px auto 30px;
  max-width: 100%;
  overflow: hidden; }

.ad-slot.mpu {
  text-align: center; }
  .ad-slot.mpu img {
    width: 100%; }

.px-track {
  position: absolute;
  left: -9999px; }

.archive .tabs {
  left: 160px;
  position: absolute;
  top: -20px; }

.archive .browse .dropdown {
  line-height: 30px;
  padding: 0 20px 0 10px;
  position: absolute;
  right: 20px;
  top: -20px; }
  .archive .browse .dropdown a {
    color: #fff; }
  .archive .browse .dropdown:after, .archive .browse .dropdown:before {
    background: none; }
  .archive .browse .dropdown:after {
    content: "";
    color: #999;
    position: absolute;
    right: 7px;
    top: 45%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff; }

.archive .browse .dropdown-menu {
  left: auto;
  right: 0;
  top: 30px; }
  .archive .browse .dropdown-menu a {
    display: block; }
    .archive .browse .dropdown-menu a:hover {
      color: #eae71f; }

.archive footer {
  border-top: 1px solid #000;
  padding-top: 10px; }

@media only screen and (max-width: 770px) {
  .archive .browse {
    display: none; }
  .archive .tabs {
    left: auto;
    right: 25px; } }

.archive-list {
  margin-bottom: -20px; }
  .archive-list li {
    display: inline-block;
    padding-left: 2%;
    font: 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    position: relative;
    width: 32%; }
    .archive-list li:first-child {
      padding-left: 0; }
    .archive-list li:nth-child(3n + 1) {
      padding-left: 0; }
  .archive-list img {
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .archive-list li {
      width: 49%; }
      .archive-list li:nth-child(3n + 1) {
        padding-left: 2%; }
      .archive-list li:nth-child(odd) {
        padding-left: 0; } }
  @media only screen and (max-width: 400px) {
    .archive-list li {
      padding-left: 0;
      width: 100%; } }

.article-detail .header-object {
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 20px; }
  .article-detail .header-object .title {
    margin-bottom: 10px; }
  .article-detail .header-object .description {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 200;
    margin: 10px 0; }

.article-detail .pagination {
  border-top: none;
  margin-bottom: 12px;
  padding-bottom: 20px; }
  .article-detail .pagination span {
    padding-right: 5px; }
    .article-detail .pagination span:after {
      content: ":"; }

.article-content {
  margin-bottom: 10px; }
  .article-content .embed-type-image img {
    width: 100%; }

.aside-contact {
  font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .aside-contact span {
    border-bottom: 1px dotted #b2b2b2;
    display: block;
    font-size: 24px;
    padding-bottom: 5px;
    margin: 5px 0 15px 0; }
  .aside-contact li {
    display: inline-block;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    width: 32%; }
    .aside-contact li:first-child {
      padding-left: 0; }
    .aside-contact li a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      width: 100%; }
    .aside-contact li:last-child {
      margin-right: 0; }
  .aside-contact [data-icon] {
    left: -1px;
    position: relative;
    top: 1px; }
  @media only screen and (max-width: 400px) {
    .aside-contact {
      display: none; } }

.avatar {
  border: 1px solid #313436; }
  .avatar img {
    display: block; }
  .avatar.small {
    display: inline-block; }

.avatar-lvl {
  position: relative;
  margin-bottom: 20px; }
  .avatar-lvl:after {
    content: "";
    width: 40px;
    height: 29px;
    bottom: -19px;
    left: 0;
    position: absolute;
    background: url("/static/site/img/subscriptions/sprite-badges.png"); }
    @media only screen and (max-width: 480px) {
      .avatar-lvl:after {
        width: 32px;
        height: 23px;
        background-size: 100%;
        left: -1px;
        bottom: -17px; } }
  .avatar-lvl.sub-lvl-0 {
    margin-bottom: 0; }
    .avatar-lvl.sub-lvl-0:after {
      content: none; }
  .avatar-lvl.sub-lvl-1:after {
    background-position: top; }
  .avatar-lvl.sub-lvl-2:after {
    background-position: bottom; }

.badge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: black;
  border: 2px solid #424242;
  color: #eae71f;
  position: absolute;
  text-align: center;
  z-index: 2; }
  .badge.small {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font: normal 12px/14px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 18px; }

.blogroll-tweet .l-col-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #424242;
  border-left: 160px solid #666;
  position: relative; }
  .blogroll-tweet .l-col-12:before {
    border: 10px solid transparent;
    border-right: 10px solid #424242;
    content: "";
    height: 0;
    position: absolute;
    top: 70px;
    left: -20px;
    width: 0;
    z-index: 2; }

@media only screen and (max-width: 767px) {
  .blogroll-tweet {
    display: none; } }

.blogroll-tweet-blockhead {
  left: 20px;
  margin-bottom: -45px;
  position: absolute;
  top: -30px;
  z-index: 2; }

.blogroll-tweet-user {
  color: #fff;
  font: 24px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.blogroll-tweet-actions > li {
  display: inline-block;
  padding-left: 10px;
  margin-top: 12px; }
  .blogroll-tweet-actions > li:first-child {
    padding-left: 0; }

.blogroll-tweet-actions .btn {
  padding: 3px 5px; }

.blogroll {
  position: relative; }
  .blogroll .embed-type-image img {
    width: 100%; }

.btn, button[type='submit'] {
  box-shadow: -3px 3px 0 #e05e00, -2px 2px #e05e00, -1px 1px 0 #e05e00;
  -moz-box-shadow: -3px 3px 0 #e05e00, -2px 2px #e05e00, -1px 1px 0 #e05e00;
  -ms-box-shadow: -3px 3px 0 #e05e00, -2px 2px #e05e00, -1px 1px 0 #e05e00;
  -o-box-shadow: -3px 3px 0 #e05e00, -2px 2px #e05e00, -1px 1px 0 #e05e00;
  -webkit-box-shadow: -3px 3px 0 #e05e00, -2px 2px #e05e00, -1px 1px 0 #e05e00;
  background: #f7941e;
  border: 0;
  color: white;
  cursor: pointer;
  font: 20px/1em "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 5px 10px;
  text-transform: uppercase; }
  .btn.small, button[type='submit'].small {
    font-size: 16px;
    padding: 5px 7px; }
  .btn:hover, button[type='submit']:hover {
    color: #333; }

.comment-count {
  display: inline-block;
  font: bold 13px/20px Arial, Helvetica, sans-serif;
  position: relative;
  text-align: center; }
  .comment-count:before {
    background: url("/static/site/img/misc/bg-flair-tail.png");
    bottom: -7px;
    content: "";
    display: block;
    height: 10px;
    left: 10px;
    position: absolute;
    width: 10px;
    z-index: 3; }
  .comment-count .btn {
    display: inline-block;
    font: bold 13px/1 Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    margin: 0 3px;
    height: 14px;
    max-height: 20px;
    min-width: 25px;
    padding: 5px 8px 17px 6px;
    position: relative;
    top: -3px; }
    .comment-count .btn.medium {
      font-size: 14px;
      min-width: 15px;
      padding: 0.5em; }
    .comment-count .btn.large {
      font-size: 18px;
      line-height: 18px;
      margin-right: 70px;
      min-width: 25px;
      padding: 4px 6px;
      text-align: center; }
      .comment-count .btn.large:after {
        font-size: 14px;
        margin-left: 20px;
        top: 6px; }

.comments-wrap .well-subheader {
  background: #f7941e;
  color: #fff;
  margin-left: 5px; }

@media only screen and (max-width: 580px) {
  .comments-wrap .well-header-wrap {
    border-bottom: 1px solid #333;
    left: auto;
    margin-bottom: 10px;
    padding: 0 0 5px 0;
    position: relative;
    top: auto; }
  .comments-wrap .well-header, .comments-wrap .well-subheader {
    background: none;
    border-bottom: 1px dotted #333;
    color: #333;
    display: block;
    font-size: 30px;
    margin: 0 0 5px 0;
    padding: 0 0 10px; }
  .comments-wrap .well-subheader {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7941e;
    border-bottom: none;
    border-right: 5px solid #f9f9f9;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 !important;
    padding: 0 7px;
    text-align: center;
    width: 50%; }
    .comments-wrap .well-subheader:last-child {
      border-right: 0; } }

.comments {
  color: #999;
  font-size: 14px;
  position: relative; }
  .comments .tabs {
    right: 25px;
    position: absolute;
    top: -20px;
    z-index: 2; }
  .comments .pagination {
    border-top: 1px solid #ccc;
    padding: 0;
    padding-top: 10px;
    margin: 0; }
    .comments .pagination.top {
      border: 0;
      border-bottom: 1px solid #ccc;
      margin-bottom: 15px;
      padding: 0;
      padding-bottom: 15px; }
  .comments .user {
    margin-bottom: 7px; }
  .comments .username {
    font-weight: bold; }
  .comments .staff, .comments .moderator {
    background: #333;
    color: #fff;
    font: bold 11px Arial, Helvetica, sans-serif;
    margin-right: 5px;
    padding: 2px 4px;
    text-transform: uppercase; }
  .comments .moderator {
    background: #999; }
  .comments .date {
    margin-left: 0.5em; }
  .comments .timestamp {
    margin-left: 0.5em; }
  .comments .avatar {
    left: 15px;
    position: absolute; }
    .comments .avatar img {
      display: block; }

.comments-list {
  clear: both; }
  .comments-list > li {
    border-top: 1px dotted #ccc;
    padding: 15px 0 15px 70px;
    position: relative; }
    .comments-list > li:after {
      content: "";
      display: table;
      clear: both; }
    .comments-list > li:first-child {
      border-top: 0; }
    .comments-list > li:hover .actions {
      visibility: visible; }
  .comments-list li:target {
    -webkit-animation: target-fade 3s 1;
    -moz-animation: target-fade 3s 1; }
  .comments-list time a {
    color: #999; }
    .comments-list time a:hover {
      color: #f7941e; }
  .comments-list .mod-edit {
    color: #999;
    font-size: 12px; }
  .comments-list .actions {
    margin-top: 20px;
    margin-left: -70px;
    text-align: center;
    visibility: hidden; }
    .comments-list .actions li {
      display: inline-block;
      margin-left: 20px; }
      .comments-list .actions li:first-child {
        margin-left: 0; }
      .comments-list .actions li:last-child a {
        color: rgba(255, 0, 0, 0.7); }
      .comments-list .actions li:last-child [data-icon]:before {
        color: rgba(255, 0, 0, 0.7);
        margin-right: 1px;
        top: 0; }
    .comments-list .actions a {
      color: #f7941e;
      font: normal 18px/1 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      .comments-list .actions a:hover {
        color: #000; }
  .comments-list form.moderate {
    float: right;
    position: absolute;
    left: 0;
    bottom: 15px; }
  .comments-list #end {
    visibility: hidden; }
  @media only screen and (max-width: 770px) {
    .comments-list > li {
      padding: 15px 0 15px 70px; } }
  @media only screen and (max-width: 480px) {
    .comments-list > li {
      padding: 15px 0 15px 40px; }
    .comments-list .avatar {
      left: 0;
      width: 30px; }
      .comments-list .avatar:after {
        background: none; }
    .comments-list .user {
      font-size: 13px; }
    .comments-list .actions {
      margin-left: -40px;
      visibility: visible; }
      .comments-list .actions li {
        margin-left: 20px; }
      .comments-list .actions a {
        font-size: 16px; }
    .comments-list .tabs {
      right: 20px; }
    .comments-list .comments-order li {
      margin: 0; } }

.comments-replies {
  margin: 1em 0;
  border-top: 2px solid #ccc; }
  .comments-replies li {
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s; }
  .comments-replies .new {
    background: rgba(247, 148, 30, 0.3); }

.comments-auth {
  background: #eee;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  color: #000;
  font: normal 20px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase; }
  .comments-auth a {
    color: #F7941E; }

.content-list > li {
  border-top: 1px dotted #b2b2b2;
  display: block;
  height: 75px;
  overflow: hidden;
  padding: 12px 0; }
  .content-list > li:after {
    content: "";
    display: table;
    clear: both; }
  .content-list > li:first-child {
    border: 0; }
  .content-list > li:last-child {
    padding-bottom: 0; }

.content-list .title {
  display: block;
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  height: 100%; }

.content-list img {
  float: left;
  margin-right: 10px;
  width: 130px; }

.content-list .views:after {
  content: " views";
  color: #666; }

.content-list .view-all {
  font-weight: bold;
  float: right; }
  .content-list .view-all:hover {
    color: #f7941e; }

@media only screen and (max-width: 320px) {
  .content-list > li {
    height: 57px; }
  .content-list img {
    width: 100px; } }

.popular-news .tabs {
  position: absolute;
  top: -20px;
  right: 20px; }

.popular-news .most-viewed {
  display: none; }

.user-created .content-list > li {
  padding-left: 170px; }

.user-created .content-list img {
  margin-left: -170px; }

.user-created .content-list .ft {
  text-align: right; }

.podcasts .content-list > li {
  height: auto; }

.podcasts .content-list .description {
  clear: both;
  display: block;
  padding-top: 10px; }

.podcasts .content-list .pagination {
  background: none; }

.dropdown {
  position: relative; }
  .dropdown:hover .dropdown-menu {
    display: block; }
    @media only screen and (max-width: 770px) {
      .dropdown:hover .dropdown-menu {
        display: none; } }

.dropdown-menu {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  z-index: 10; }
  .dropdown-menu a {
    color: #fff; }
  @media only screen and (max-width: 480px) {
    .dropdown-menu {
      max-width: 320px; } }

.dropdown-theme, .l-header .header-user .options .dropdown-menu, .archive .browse .dropdown-menu {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #424242;
  background: #000;
  color: #fff;
  font: 18px/30px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap; }
  .dropdown-theme li, .l-header .header-user .options .dropdown-menu li, .archive .browse .dropdown-menu li {
    border-top: #424242 1px solid;
    padding: 0 10px;
    min-width: 100px; }
    .dropdown-theme li:first-child, .l-header .header-user .options .dropdown-menu li:first-child, .archive .browse .dropdown-menu li:first-child {
      border-top: none; }
  .dropdown-theme a, .l-header .header-user .options .dropdown-menu a, .archive .browse .dropdown-menu a {
    display: block; }

.embed-type-image {
  text-align: center;
  margin: 10px 0; }
  .embed-type-image .embed-caption {
    display: block;
    font: normal 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000; }
  .embed-type-image img {
    display: block;
    margin: 0 auto; }
  .embed-type-image.embed-position-left {
    text-align: left;
    margin-right: 20px;
    max-width: 280px;
    float: left; }
    .embed-type-image.embed-position-left .embed-caption {
      font-size: 14px; }
  .embed-type-image.embed-position-right {
    text-align: right;
    margin-left: 20px;
    max-width: 280px;
    float: right; }
    .embed-type-image.embed-position-right .embed-caption {
      font-size: 14px; }
  @media only screen and (max-width: 520px) {
    .embed-type-image.embed-position-left, .embed-type-image.embed-position-right {
      float: none;
      margin: 0 auto; } }

.embed-type-video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%; }
  .embed-type-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.fmvps-wrapper {
  width: 100%;
  position: relative;
  float: none !important; }
  .fmvps-wrapper div[id^="adaptvDiv"] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0 !important;
    width: auto !important; }
    .fmvps-wrapper div[id^="adaptvDiv"] object, .fmvps-wrapper div[id^="adaptvDiv"] embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
    .fmvps-wrapper div[id^="adaptvDiv"] div[id^="playbuttonDiv"], .fmvps-wrapper div[id^="adaptvDiv"] canvas {
      width: 100% !important;
      height: 100% !important; }
    .fmvps-wrapper div[id^="adaptvDiv"] video {
      width: 100% !important;
      height: auto !important; }

body.error-page h1, body.error-page strong {
  font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

body.error-page h1 {
  border-right: 1px dotted #a3a3a3;
  font-size: 160px;
  float: left;
  line-height: 1;
  margin-right: 20px;
  padding-right: 20px; }

body.error-page p {
  font-size: 14px;
  line-height: 24px; }

body.error-page strong {
  display: block;
  font-size: 32px;
  margin-bottom: 15px; }

body.error-page a {
  font-weight: normal; }

body.error-page .well > section, body.error-page .blogroll-tweet > section, body.error-page .publishable > section {
  overflow: hidden;
  padding: 60px; }

.featured-publishable, .featured-publishable-podcast {
  position: relative; }
  .featured-publishable:after, .featured-publishable-podcast:after {
    content: "";
    display: table;
    clear: both; }
  .featured-publishable .info .title, .featured-publishable-podcast .info .title {
    display: block;
    font-size: 32px !important;
    margin-bottom: 5px;
    margin-right: 20px; }
  .featured-publishable .info .description, .featured-publishable-podcast .info .description {
    color: #333;
    font: normal 14px/18px Arial, Helvetica, sans-serif;
    margin-top: 10px; }
  .featured-publishable .info .author, .featured-publishable-podcast .info .author {
    display: block;
    margin-bottom: 5px; }
  .featured-publishable .img img, .featured-publishable-podcast .img img {
    display: block;
    width: 100%; }
  .featured-publishable .share, .featured-publishable-podcast .share {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 8px 0 8px;
    font: normal 14px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .featured-publishable .share ul, .featured-publishable-podcast .share ul {
      height: 23px; }
    .featured-publishable .share li, .featured-publishable-podcast .share li {
      display: inline-block;
      vertical-align: top;
      border-left: 1px dotted #ccc;
      margin-left: 10px;
      padding-left: 10px; }
      .featured-publishable .share li:first-child, .featured-publishable-podcast .share li:first-child {
        border: 0;
        margin: 0;
        padding: 0; }
  @media only screen and (max-width: 1000px) {
    .featured-publishable .description, .featured-publishable-podcast .description {
      font-size: 12px;
      margin-top: 5px; } }
  @media only screen and (max-width: 900px) {
    .featured-publishable .l-row, .featured-publishable-podcast .l-row, .featured-publishable .l-row-fixed-fluid, .featured-publishable-podcast .l-row-fixed-fluid {
      padding: 0; }
      .featured-publishable .l-row [class*=l-col-], .featured-publishable-podcast .l-row [class*=l-col-], .featured-publishable .l-row-fixed-fluid [class*=l-col-], .featured-publishable-podcast .l-row-fixed-fluid [class*=l-col-] {
        float: none;
        margin: 0;
        width: 100%; }
    .featured-publishable .info .title, .featured-publishable-podcast .info .title {
      font-size: 32px;
      margin-top: 15px; }
    .featured-publishable .info .description, .featured-publishable-podcast .info .description {
      font: 14px/20px Arial, Helvetica, sans-serif; } }
  @media only screen and (max-width: 480px) {
    .featured-publishable .share .twitter, .featured-publishable-podcast .share .twitter {
      display: none; } }

.featured-publishable-video .info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.featured-publishable-video .more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 -25px 15px #f9f9f9, 0 -15px 0 #f9f9f9;
  -moz-box-shadow: 0 -25px 15px #f9f9f9, 0 -15px 0 #f9f9f9;
  -ms-box-shadow: 0 -25px 15px #f9f9f9, 0 -15px 0 #f9f9f9;
  -o-box-shadow: 0 -25px 15px #f9f9f9, 0 -15px 0 #f9f9f9;
  -webkit-box-shadow: 0 -25px 15px #f9f9f9, 0 -15px 0 #f9f9f9;
  background: #f9f9f9;
  min-height: 100px;
  padding-left: 190px;
  position: absolute;
  bottom: 25px;
  width: 350px; }
  .featured-publishable-video .more header {
    display: block;
    font: normal 18px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
    text-transform: uppercase; }
  .featured-publishable-video .more .title {
    display: block;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    max-height: 50px; }
  .featured-publishable-video .more img {
    left: 0;
    bottom: 0;
    position: absolute;
    height: 100px; }
  .featured-publishable-video .more nav {
    bottom: 3px;
    margin-left: 3px;
    position: absolute; }
    .featured-publishable-video .more nav li {
      display: inline-block;
      padding-left: 3px;
      text-align: center;
      vertical-align: bottom; }
      .featured-publishable-video .more nav li:first-child {
        padding-left: 0; }
      .featured-publishable-video .more nav li [data-icon]:before {
        font-size: 16px;
        line-height: 1;
        top: 0; }
    .featured-publishable-video .more nav a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      margin-right: 5px;
      position: relative;
      padding: 1px 10px; }
    .featured-publishable-video .more nav .random {
      border-left: 1px dotted #b2b2b2;
      padding-left: 9px; }
      .featured-publishable-video .more nav .random [data-icon]:before {
        font-size: 12px;
        top: -2px; }

.featured-publishable-video .staff-tools {
  margin-top: 10px; }

@media only screen and (max-width: 900px) {
  .featured-publishable-video .more {
    display: none; } }

.featured-publishable-podcast .img {
  background: url(/static/site/img/layout/bg-grid-alt.png) #424242 center;
  background-color: #424242;
  font: normal 50px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .featured-publishable-podcast .img.is-placeholder:before {
    bottom: 10px;
    content: url(/static/site/img/social/blockhead-will.png);
    left: 40px;
    position: absolute; }
  .featured-publishable-podcast .img.is-placeholder img {
    margin: 65px auto 211px auto;
    padding: 0 30px;
    width: 487px; }

.featured-publishable-podcast .podcast-player {
  bottom: 25px;
  position: absolute;
  width: 350px; }

@media only screen and (max-width: 900px) {
  .featured-publishable-podcast .podcast-player {
    bottom: auto;
    margin-top: 20px;
    position: relative;
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .featured-publishable-podcast .img.is-placeholder:before {
    left: 10px; }
  .featured-publishable-podcast .img.is-placeholder img {
    padding: 0; } }

@media only screen and (max-width: 480px) {
  .featured-publishable-podcast .img.is-placeholder {
    height: 200px; }
    .featured-publishable-podcast .img.is-placeholder:before {
      display: none; }
  .featured-publishable-podcast .podcast-player {
    margin: 20px -20px -20px -20px;
    width: auto; } }

.takeover-inventern {
  background: #000 url(/static/site/img/inventern/takeover-verizon-slim.jpg) no-repeat;
  background-position: center 190px; }
  .takeover-inventern.user-is-subscribed {
    background: #d7d7d7 url(/static/site/img/layout/bg-grid-alt.png);
    background-position: 0 0; }
  .takeover-inventern .l-container, .takeover-inventern .gallery-wrap {
    position: relative; }

.takeover-left, .takeover-right {
  display: block;
  width: 145px;
  position: absolute;
  top: -10px;
  height: 1000px; }
  @media only screen and (max-width: 1100px) {
    .takeover-left, .takeover-right {
      display: none; } }

.takeover-left {
  left: -125px; }

.takeover-right {
  left: 1160px; }

.mobile-menu {
  font-size: 18px;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .mobile-menu {
      font-size: 14px; } }

.mobile-menu-wrap {
  display: none;
  margin: -10px 0 40px 0;
  width: 100%; }
  @media only screen and (max-width: 770px) {
    .mobile-menu-wrap {
      display: block; } }

.mod-tools-bar {
  background: #ccc;
  border-top: 1px solid #999;
  bottom: 0;
  padding: 5px 10px;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .mod-tools-bar > form {
    border-right: 1px solid #999;
    float: left;
    margin-right: 10px;
    padding-right: 10px; }
  .mod-tools-bar input, .mod-tools-bar select, .mod-tools-bar ul, .mod-tools-bar label {
    display: inline-block;
    vertical-align: top; }
  .mod-tools-bar label {
    font-size: 20px; }

section.object-related {
  padding: 25px 10px 10px 25px; }
  section.object-related li {
    display: inline-block;
    vertical-align: top;
    width: 167px;
    margin: 0 15px 15px 0; }
    section.object-related li a {
      height: 140px;
      display: block;
      position: relative; }
  section.object-related img {
    display: block; }
  section.object-related .related-article,
  section.object-related .related-gallery,
  section.object-related .related-video,
  section.object-related .related-podcast {
    background: #f7941e url(/static/site/img/misc/content-types.png) no-repeat 5px 5px;
    position: absolute;
    left: 5px;
    top: -22px;
    height: 17px;
    width: 20px; }
  section.object-related .related-article {
    background-position: -19px 5px; }
  section.object-related .related-gallery {
    background-position: -43px 5px; }
  section.object-related .related-caption {
    color: white;
    background: #333438;
    padding: 3px 5px;
    position: absolute;
    bottom: 0;
    width: 157px;
    border-top: solid white 1px; }
  section.object-related .related-title {
    font-weight: bold;
    overflow: hidden; }

.pagination .actions > a, .pagination li > a, .pagination.no-numbers a {
  box-shadow: -3px 3px 0 #77787b, -2px 2px 0 #77787b, -1px 1px 0 #77787b;
  -moz-box-shadow: -3px 3px 0 #77787b, -2px 2px 0 #77787b, -1px 1px 0 #77787b;
  -ms-box-shadow: -3px 3px 0 #77787b, -2px 2px 0 #77787b, -1px 1px 0 #77787b;
  -o-box-shadow: -3px 3px 0 #77787b, -2px 2px 0 #77787b, -1px 1px 0 #77787b;
  -webkit-box-shadow: -3px 3px 0 #77787b, -2px 2px 0 #77787b, -1px 1px 0 #77787b;
  background: #f9f9f9;
  display: inline-block;
  font: normal 24px/1 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  left: 3px;
  min-width: 20px;
  padding: 5px 7px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  vertical-align: top; }
  .pagination .actions > a:hover, .pagination li > a:hover, .pagination.no-numbers a:hover {
    color: #F7941E; }
  .pagination .actions > a:active, .pagination li > a:active, .pagination.no-numbers a:active, .pagination .actions > a.on, .pagination li > a.on, .pagination.no-numbers a.on {
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    background: #999;
    color: #fff;
    left: 0;
    top: auto; }
  .pagination .actions > a.on:hover, .pagination li > a.on:hover, .pagination.no-numbers a.on:hover {
    color: #fff; }
  .pagination .actions > a [data-icon], .pagination li > a [data-icon], .pagination.no-numbers a [data-icon], .pagination .actions > a [data-icon-after], .pagination li > a [data-icon-after], .pagination.no-numbers a [data-icon-after] {
    color: #F7941E;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 0; }
  @media only screen and (max-width: 420px) {
    .pagination .actions > a, .pagination li > a, .pagination.no-numbers a {
      font-size: 18px;
      padding: 2px 3px; }
      .pagination .actions > a [data-icon], .pagination li > a [data-icon], .pagination.no-numbers a [data-icon], .pagination .actions > a [data-icon-after], .pagination li > a [data-icon-after], .pagination.no-numbers a [data-icon-after] {
        font-size: 14px; } }

.comments .pagination, .pms .pagination {
  background: none; }
  .comments .pagination a, .pms .pagination a {
    background: #ccc;
    color: #77787B;
    font: normal 18px/1 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 5px;
    top: 0; }
    .comments .pagination a:hover, .pms .pagination a:hover {
      color: #fff; }
    .comments .pagination a.on, .pms .pagination a.on {
      padding: 3px 5px 6px 5px; }
    .comments .pagination a [data-icon], .pms .pagination a [data-icon], .comments .pagination a [data-icon-after], .pms .pagination a [data-icon-after] {
      color: #fff; }
  @media only screen and (max-width: 420px) {
    .comments .pagination li, .pms .pagination li {
      margin-left: 5px; }
    .comments .pagination a, .pms .pagination a {
      font-size: 18px;
      padding: 2px 3px; }
      .comments .pagination a.on, .pms .pagination a.on {
        padding: 3px 3px 4px 3px; }
    .comments .pagination [data-icon], .pms .pagination [data-icon], .comments .pagination [data-icon-after], .pms .pagination [data-icon-after] {
      font-size: 14px; } }

.pagination {
  background: rgba(66, 66, 66, 0.2);
  margin-bottom: 30px;
  min-height: 22px;
  position: relative;
  text-align: center; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination .actions {
    position: absolute;
    top: 0; }
    .pagination .actions.actions-prev {
      left: 0; }
      .pagination .actions.actions-prev > a {
        margin-right: 7px; }
    .pagination .actions.actions-next {
      right: 3px; }
      .pagination .actions.actions-next > a {
        margin-left: 7px; }
  .pagination .next {
    padding-right: 0; }
  .pagination .prev {
    padding-left: 0; }
  .pagination .pages {
    display: inline-block; }
  .pagination li {
    display: inline-block;
    margin-left: 7px; }
    .pagination li:first-child {
      margin-left: 0; }
  .pagination.no-numbers [data-icon]:before, .pagination.no-numbers [data-icon-after]:after {
    color: #F7941E; }
  .pagination.no-numbers .next {
    float: right;
    margin-right: 0;
    padding-right: 0; }
  .pagination.no-numbers .prev {
    float: left;
    padding-left: 0; }
  @media only screen and (max-width: 640px) {
    .pagination .first, .pagination .last {
      display: none !important; } }
  @media only screen and (max-width: 340px) {
    .pagination .pages {
      display: none; } }

.cc-container .choose-credit {
  display: inline-block;
  float: left;
  margin-bottom: 25px; }

.cc-container #paypal-container {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 10px; }
  .cc-container #paypal-container.paypal-active {
    float: left;
    width: 100%;
    margin-right: inherit; }

.cc-container span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 13px 0 13px 0;
  font-size: 26px;
  width: 100%;
  text-align: left; }

.cc-container h4 {
  margin-bottom: 0; }

.cc-container .mock-title {
  font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: normal;
  font-size: 2em;
  float: left; }
  @media only screen and (max-width: 1024px) {
    .cc-container .mock-title {
      font-size: 1.4em; } }

h4.billing {
  clear: both;
  margin-top: 25px; }

.purchase-creditcard {
  display: block; }

.purchase-paypal {
  display: block; }
  .purchase-paypal li {
    margin-bottom: 20px;
    clear: left; }
    .purchase-paypal li.notice {
      background: #f9efe4;
      padding: 15px; }
    .purchase-paypal li.req-links a {
      color: #f79420; }
      .purchase-paypal li.req-links a:last-child {
        position: absolute;
        right: 25px; }

.purchase-hide {
  display: none; }

#braintree-paypal-loggedin {
  margin: 20px 0px; }

.back-to-cc {
  box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -moz-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -ms-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -o-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -webkit-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  background: #838383;
  margin-left: 15px; }
  @media only screen and (max-width: 1024px) {
    .back-to-cc {
      float: right; } }

.pseudo-confirm {
  box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -moz-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -ms-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -o-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  -webkit-box-shadow: -3px 3px 0 #666666, -2px 2px #666666, -1px 1px 0 #666666;
  background: #838383;
  margin-left: 15px; }
  @media only screen and (max-width: 1024px) {
    .pseudo-confirm {
      float: right; } }

.promo-carousel:hover .next {
  opacity: 1; }

.promo-carousel:hover .prev {
  opacity: 1; }

.promo-carousel .next, .promo-carousel .prev {
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  opacity: 0;
  text-align: center;
  padding: 0 5px;
  position: absolute;
  top: 45%;
  margin-top: -25px;
  z-index: 2; }

.promo-carousel .prev {
  left: 10px; }

.promo-carousel .next {
  right: 10px; }

.promo-carousel ul {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  vertical-align: top; }
  .promo-carousel ul:after {
    content: "";
    display: table;
    clear: both; }

.promo-carousel li {
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }
  .promo-carousel li a {
    background: #313436;
    display: block;
    height: 100%;
    font: normal 17px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    color: #fff; }
  .promo-carousel li span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #313436;
    display: block;
    height: 55px;
    overflow: hidden;
    padding: 5px 10px;
    width: 100%; }
  .promo-carousel li.off {
    opacity: 0; }
  .promo-carousel li:nth-child(4n) {
    margin-right: 0 !important; }
  .promo-carousel li:nth-child(-n+4) {
    display: block; }

.promo-carousel img {
  display: block;
  width: 100%; }

@media only screen and (max-width: 900px) {
  .promo-carousel span {
    font-size: 16px; } }

@media only screen and (max-width: 770px) {
  .promo-carousel {
    display: none; } }

.publishable .byline {
  display: block;
  margin: 10px 0 20px; }

.publishable .comment-count {
  margin-left: 10px;
  text-transform: none; }

.publishable .embed-cage {
  margin: 15px 0; }

.publishable footer {
  padding-top: 20px;
  text-align: center; }

@media only screen and (max-width: 960px) {
  .publishable .title {
    font-size: 32px; } }

@media only screen and (max-width: 480px) {
  .publishable .comment-count {
    display: block;
    margin: 10px 0 0 0;
    text-align: left; }
    .publishable .comment-count span {
      text-align: center; } }

.publishable.podcast {
  padding-bottom: 0; }
  .publishable.podcast .breadcrumbs {
    font: normal 18px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .publishable.podcast .breadcrumbs * {
      color: #ccc; }
    .publishable.podcast .breadcrumbs li {
      display: inline-block;
      padding-left: 0px; }
      .publishable.podcast .breadcrumbs li:first-child {
        padding-left: 0; }
      .publishable.podcast .breadcrumbs li:first-child a {
        color: #f7941e;
        margin-right: 3px; }
  .publishable.podcast .title {
    font-size: 32px; }
  .publishable.podcast .byline {
    color: #ccc; }
  .publishable.podcast .comment-count {
    margin: 0; }
    .publishable.podcast .comment-count a:hover {
      color: #333; }
  .publishable.podcast .embed-type-video {
    margin-bottom: 20px; }
  .publishable.podcast .podcast-player {
    margin: 20px -25px 0 -25px; }
  .publishable.podcast .retrieval a:hover {
    color: #f7941e; }
  @media only screen and (max-width: 480px) {
    .publishable.podcast .podcast-player {
      margin: 20px -20px 0 -20px; }
      .publishable.podcast .podcast-player .retrieval {
        display: none; } }

.publishable.short .title {
  color: #000;
  display: inline;
  font: normal 16px/1.2 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 5px; }

.publishable.short .author {
  color: #999;
  display: inline;
  font-weight: bold; }
  .publishable.short .author:before {
    content: "—";
    padding: 0 3px 0 0; }

.publishable.short .comment-count {
  margin-left: 3px; }
  .publishable.short .comment-count:before {
    display: none; }

.publishable.short p:nth-child(2n) {
  margin-top: 0; }
  .publishable.short p:nth-child(2n):before {
    content: "—";
    padding-right: 4px; }

.publishable.short p:last-of-type {
  display: inline;
  margin-bottom: 0;
  word-wrap: normal; }

.search-results h2 {
  font-size: 30px; }

.search-results .pagination {
  border: none;
  padding: 0; }

.search-results-list {
  margin: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .search-results-list h2 {
    font-size: 30px; }
  .search-results-list li {
    border-top: 1px dotted #ccc;
    min-height: 90px;
    padding: 20px 0; }
    .search-results-list li:after {
      content: "";
      display: table;
      clear: both; }
    .search-results-list li:first-child {
      border: 0; }
    .search-results-list li > div {
      float: left;
      margin-left: 180px; }
  .search-results-list img {
    display: block;
    position: absolute; }
  .search-results-list .no-img {
    background: url("/static/site/img/misc/topic-img.png") no-repeat center;
    background-color: #fafafa;
    display: block;
    height: 90px;
    position: absolute;
    width: 160px; }
  .search-results-list .category {
    background: black;
    color: white;
    display: inline-block;
    font: normal 16px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    zoom: 1;
    *display: inline;
    margin-right: auto;
    padding: 3px 7px;
    text-transform: uppercase; }
    .search-results-list .category a {
      color: white; }
      .search-results-list .category a:hover {
        color: #EAE71F; }
    @media only screen and (max-width: 480px) {
      .search-results-list .category {
        display: none; } }
  .search-results-list .category {
    opacity: 0.75; }
  .search-results-list .title {
    font: normal 18px/28px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 9px 5px 0 0;
    padding: 3px 0;
    vertical-align: middle; }
  .search-results-list .content-type {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ccc;
    color: #555;
    font: bold 10px Arial, Helvetica, sans-serif;
    padding: 2px 4px;
    text-transform: uppercase; }
  .search-results-list .description {
    font-size: 13px;
    line-height: 1.3;
    color: #666;
    margin-top: 6px; }
  .search-results-list p {
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden; }

.header-social .inner .dropdown:hover {
  background: white;
  border-color: black;
  margin: 0; }
  .header-social .inner .dropdown:hover + li {
    border-left: 1px solid transparent; }
  .header-social .inner .dropdown:hover > a {
    border-bottom: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px; }
  .header-social .inner .dropdown:hover .dropdown-menu {
    display: block; }

.header-social .inner .dropdown > a {
  border-bottom: 1px solid transparent;
  display: block;
  position: relative;
  z-index: 1; }

.header-social .inner .dropdown-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border: 1px solid black;
  display: none;
  left: -248px;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 40px; }
  .header-social .inner .dropdown-menu li {
    margin-right: 20px; }
    .header-social .inner .dropdown-menu li:last-child {
      margin-right: 0; }

.header-social .inner .twitter .dropdown-menu {
  width: 516px; }
  .header-social .inner .twitter .dropdown-menu li {
    text-align: center; }
    .header-social .inner .twitter .dropdown-menu li.twitter-all {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 1px solid #ccc;
      height: 115px;
      font-size: 18px;
      line-height: 18px;
      padding: 25px 20px 0 0;
      width: 130px; }
      .header-social .inner .twitter .dropdown-menu li.twitter-all a {
        margin-bottom: 15px; }
    .header-social .inner .twitter .dropdown-menu li.head a {
      background: black;
      color: white;
      line-height: 14px;
      padding: 80px 0 5px 0;
      position: relative;
      width: 65px; }
      .header-social .inner .twitter .dropdown-menu li.head a:hover {
        color: #eff200; }
      .header-social .inner .twitter .dropdown-menu li.head a:before {
        content: "";
        background: white url("/static/site/img/social/social-headshot-sprite.png") no-repeat 0 0;
        border-bottom: 1px solid white;
        height: 73px;
        position: absolute;
        width: 65px;
        left: 0;
        top: 0; }
    .header-social .inner .twitter .dropdown-menu li.adam a:before {
      background-position: -65px 0; }
    .header-social .inner .twitter .dropdown-menu li.norm a:before {
      background-position: -130px; }
    .header-social .inner .twitter .dropdown-menu li.will a:before {
      background-position: -195px; }

.header-social .inner .facebook .dropdown-menu {
  display: none;
  width: 465px; }
  .header-social .inner .facebook .dropdown-menu li {
    float: left;
    width: 80px; }
  .header-social .inner .facebook .dropdown-menu .fb-like {
    padding-top: 6px; }
  .header-social .inner .facebook .dropdown-menu li:last-child {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    width: 300px; }
    .header-social .inner .facebook .dropdown-menu li:last-child a {
      background: black;
      color: white;
      font-size: 19px;
      padding: 6px 25px 6px 10px;
      position: relative; }
      .header-social .inner .facebook .dropdown-menu li:last-child a:hover {
        color: #eff200; }
      .header-social .inner .facebook .dropdown-menu li:last-child a:hover:after {
        background-position: -10px -31px; }
      .header-social .inner .facebook .dropdown-menu li:last-child a:after {
        content: " ";
        background: url("/static/site/img/misc/arrow-sprite.png") -10px -18px no-repeat;
        height: 13px;
        position: absolute;
        right: 10px;
        top: 9px;
        width: 10px; }

.subscriptions {
  margin-top: 100px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 1.313em; }
  .subscriptions.profile {
    margin-top: 0; }
  .subscriptions h1, .subscriptions h3, .subscriptions h4 {
    font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    line-height: normal; }
  .subscriptions h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #000;
    display: inline-block; }
    @media only screen and (min-width: 336px) and (max-width: 768px) {
      .subscriptions h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 335px) {
      .subscriptions h1 {
        font-size: 1.7em; } }
  .subscriptions h4 {
    font-size: 2em;
    margin-bottom: 15px; }
    .subscriptions h4 .for-user {
      margin-top: -7px;
      font-size: 0.75em;
      display: block; }
      .subscriptions h4 .for-user .username {
        color: #999; }
    .subscriptions h4.col-title {
      border-bottom: thin #e0e0e0 solid;
      padding-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .subscriptions h4 {
        font-size: 1.4em; } }
    @media only screen and (max-width: 320px) {
      .subscriptions h4 {
        font-size: 1.1em; } }
  .subscriptions .pseudo-hr {
    display: block;
    width: 100%;
    border-bottom: thin #e0e0e0 solid;
    margin: 40px 0; }
    @media only screen and (max-width: 1024px) {
      .subscriptions .pseudo-hr {
        margin: 15px 0; } }
    @media only screen and (max-width: 320px) {
      .subscriptions .pseudo-hr {
        margin: 10px 0; } }
  .subscriptions .blockheads {
    position: absolute;
    left: 500px;
    top: -65px; }
    @media only screen and (max-width: 1024px) {
      .subscriptions .blockheads {
        width: 240px; } }
    @media only screen and (max-width: 768px) {
      .subscriptions .blockheads {
        display: none; } }
  .subscriptions .blockhead {
    position: absolute;
    right: 20px;
    top: -65px; }
    @media only screen and (max-width: 1199px) {
      .subscriptions .blockhead {
        display: none; } }
  .subscriptions .account-info-content section {
    margin-bottom: 15px; }
    .subscriptions .account-info-content section.transaction-history {
      margin: 25px -25px -25px;
      border-top: 1px solid #d8d8d8;
      background: #f1f1f1;
      padding: 25px; }
      @media only screen and (max-width: 768px) {
        .subscriptions .account-info-content section.transaction-history {
          margin: 20px -20px -20px;
          padding: 20px; } }
      .subscriptions .account-info-content section.transaction-history .transaction-item {
        border-bottom: thin #e0e0e0 solid;
        padding: 40px 0; }
        .subscriptions .account-info-content section.transaction-history .transaction-item .l-col, .subscriptions .account-info-content section.transaction-history .transaction-item .r-col {
          width: 250px;
          display: inline-block; }
          .subscriptions .account-info-content section.transaction-history .transaction-item .l-col strong, .subscriptions .account-info-content section.transaction-history .transaction-item .r-col strong {
            font-weight: bold; }
        .subscriptions .account-info-content section.transaction-history .transaction-item:last-child {
          border: none; }
        .subscriptions .account-info-content section.transaction-history .transaction-item:first-of-type {
          padding-top: 0; }
        @media only screen and (max-width: 768px) {
          .subscriptions .account-info-content section.transaction-history .transaction-item .l-col, .subscriptions .account-info-content section.transaction-history .transaction-item .r-col {
            width: 100%; } }
  .subscriptions .account-info-content li {
    line-height: 26px; }
    .subscriptions .account-info-content li strong {
      font-weight: bold; }
    .subscriptions .account-info-content li.dotted-border {
      border-top: 1px dotted #c7c7c7;
      margin: 10px 0;
      width: 300px; }
      @media only screen and (max-width: 320px) {
        .subscriptions .account-info-content li.dotted-border {
          width: 100%; } }
  .subscriptions .plan-btns {
    margin: 15px 0;
    clear: left;
    display: block; }
    .subscriptions .plan-btns a {
      margin-right: 10px; }
      @media only screen and (max-width: 360px) {
        .subscriptions .plan-btns a {
          font-size: 16px; } }
    .subscriptions .plan-btns .l-col {
      border-right: 1px dotted #c7c7c7; }
      @media only screen and (max-width: 768px) {
        .subscriptions .plan-btns .l-col {
          border: none; } }
    .subscriptions .plan-btns .r-col {
      margin-left: 5%;
      border: none; }
      @media only screen and (max-width: 768px) {
        .subscriptions .plan-btns .r-col {
          margin-left: 0; } }
    .subscriptions .plan-btns .l-col, .subscriptions .plan-btns .r-col {
      display: inline-block;
      width: 300px; }
      @media only screen and (max-width: 768px) {
        .subscriptions .plan-btns .l-col, .subscriptions .plan-btns .r-col {
          max-width: 100%; } }
    .subscriptions .plan-btns strong {
      font-weight: bold; }
  .subscriptions .l-col .cc-choices li {
    font-size: 1.5em;
    line-height: 43px;
    font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: url(/static/site/img/subscriptions/sprite-cc.gif) 25px 0 no-repeat;
    height: 43px;
    margin-bottom: 20px;
    color: #666; }
    .subscriptions .l-col .cc-choices li.mastercard {
      background-position: 25px -43px; }
    .subscriptions .l-col .cc-choices li.amex {
      background-position: 25px -86px; }
    .subscriptions .l-col .cc-choices li.discover {
      background-position: 25px -129px; }
    .subscriptions .l-col .cc-choices li.jcb {
      background-position: 25px -172px; }
    .subscriptions .l-col .cc-choices li.diners-club {
      background-position: 25px -215px; }
    .subscriptions .l-col .cc-choices li.paypal {
      background-position: 25px -259px; }
  .subscriptions .l-col .cc-choices li:before {
    content: "•";
    display: block;
    font-size: 1.2em;
    float: left;
    margin-right: 80px;
    color: #f79420;
    line-height: 43px;
    height: 43px; }
  .subscriptions .r-col {
    border-left: 1px dotted #c7c7c7;
    padding-left: 3%; }
    @media only screen and (max-width: 768px) {
      .subscriptions .r-col {
        margin-top: 25px !important;
        border: none;
        padding-left: 0; } }
    .subscriptions .r-col .signup-form li {
      margin-bottom: 20px;
      clear: left; }
      .subscriptions .r-col .signup-form li.dotted-border {
        height: 1px;
        border-bottom: 1px dotted #c7c7c7; }
      .subscriptions .r-col .signup-form li.notice {
        background: #f9efe4;
        padding: 15px; }
      .subscriptions .r-col .signup-form li.req-links a {
        color: #f79420; }
        .subscriptions .r-col .signup-form li.req-links a:last-child {
          position: absolute;
          right: 25px; }
      .subscriptions .r-col .signup-form li label {
        text-transform: capitalize;
        color: #333;
        display: inline-block;
        width: 100%;
        font-size: 1.5em; }
        .subscriptions .r-col .signup-form li label i {
          color: #999; }
      .subscriptions .r-col .signup-form li .cc-exp li {
        width: 35%;
        display: inline-block;
        float: left;
        clear: none;
        padding-left: 15px;
        position: relative; }
        .subscriptions .r-col .signup-form li .cc-exp li input {
          width: 55px;
          text-align: center; }
        @media only screen and (max-width: 1024px) {
          .subscriptions .r-col .signup-form li .cc-exp li {
            clear: both;
            border: none;
            padding: 0;
            width: 100%; } }
      .subscriptions .r-col .signup-form li .cc-exp li.exp {
        width: 55%;
        border-right: 1px dotted #c7c7c7;
        padding: 0; }
        @media only screen and (max-width: 1024px) {
          .subscriptions .r-col .signup-form li .cc-exp li.exp {
            border-right: none;
            width: 100%; } }
      .subscriptions .r-col .signup-form li .cc-exp .cvv-example {
        position: absolute;
        top: 33px;
        left: 85px;
        width: 120px; }
        @media only screen and (max-width: 1024px) {
          .subscriptions .r-col .signup-form li .cc-exp .cvv-example {
            left: 70px; } }
  .subscriptions .link-acrobat {
    position: relative;
    top: 5px;
    margin-left: 10px; }
  .subscriptions .error-loop {
    background: #f2dede;
    border: 1px solid #eed3d7;
    padding: 15px;
    margin: 15px 0; }
    .subscriptions .error-loop li {
      color: #b94a48; }
  .subscriptions .success-wrap {
    color: #333; }
    .subscriptions .success-wrap h1 {
      margin-top: 15px; }
      @media only screen and (min-width: 769px) and (max-width: 892px) {
        .subscriptions .success-wrap h1 {
          font-size: 2.6em; } }
    .subscriptions .success-wrap .pixel-men {
      position: absolute;
      left: 860px;
      margin-top: 25px; }
      @media only screen and (max-width: 1023px) {
        .subscriptions .success-wrap .pixel-men {
          display: none; } }
    .subscriptions .success-wrap h4 {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 15px; }
    .subscriptions .success-wrap ul {
      margin-top: 25px; }
      .subscriptions .success-wrap ul li {
        line-height: 22px;
        font-size: 1.5em;
        font-weight: normal;
        margin-bottom: 15px; }
        @media only screen and (max-width: 768px) {
          .subscriptions .success-wrap ul li {
            font-size: 1.125em; } }
        .subscriptions .success-wrap ul li strong {
          font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .subscriptions .success-wrap p {
      font-size: 1.125em; }
  .subscriptions .upgrade-wrap {
    position: relative; }
    .subscriptions .upgrade-wrap p.msg {
      font-size: 24px;
      line-height: 28px;
      font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #333; }
    .subscriptions .upgrade-wrap .pixel-jamie {
      position: absolute;
      top: 143px;
      right: 40px; }
  .subscriptions .cancel-wrap h1 {
    width: 90%; }
    @media only screen and (max-width: 768px) {
      .subscriptions .cancel-wrap h1 {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .subscriptions .cancel-wrap h1 {
        font-size: 1.2em; } }
  .subscriptions .cancel-wrap .link-terms {
    margin-bottom: 20px; }
    .subscriptions .cancel-wrap .link-terms a {
      color: #f7941e;
      font-weight: normal; }
    @media only screen and (max-width: 320px) {
      .subscriptions .cancel-wrap .link-terms {
        clear: both; } }
  .subscriptions .cancel-wrap .pixel-guy {
    position: absolute;
    right: 25px;
    margin-top: 25px; }
    @media only screen and (max-width: 768px) {
      .subscriptions .cancel-wrap .pixel-guy {
        display: none; } }
  @media only screen and (max-width: 320px) {
    .subscriptions .cancel-wrap form .btn {
      float: left;
      clear: left;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 320px) {
    .subscriptions .cancel-wrap .pseudo-hr {
      clear: both; } }
  .subscriptions .login-wrap .blockhead {
    position: absolute;
    right: 215px;
    top: -65px; }
  .subscriptions .login-wrap h1 {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .subscriptions .login-wrap h1 {
        font-size: 3em; } }
    @media only screen and (max-width: 520px) {
      .subscriptions .login-wrap h1 {
        font-size: 2.8em;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 470px) {
      .subscriptions .login-wrap h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 343px) {
      .subscriptions .login-wrap h1 {
        font-size: 1.7em; } }
  .subscriptions .login-wrap h3 {
    font-size: 2.25em;
    text-transform: uppercase;
    color: #f7941e; }
    @media only screen and (max-width: 608px) {
      .subscriptions .login-wrap h3 {
        font-size: 1.5em; } }
    @media only screen and (max-width: 410px) {
      .subscriptions .login-wrap h3 {
        font-size: 1em; } }
  .subscriptions .login-wrap h4 {
    font-size: 3em;
    text-transform: uppercase;
    margin-top: -10px; }
    @media only screen and (max-width: 608px) {
      .subscriptions .login-wrap h4 {
        font-size: 2.25em; } }
    @media only screen and (max-width: 410px) {
      .subscriptions .login-wrap h4 {
        font-size: 1.5em;
        margin-top: 3px; } }
    .subscriptions .login-wrap h4.col-title {
      padding-bottom: 0; }
  .subscriptions .login-wrap .pseudo-hr.stretched {
    padding: 0 25px;
    margin-left: -25px; }
  .subscriptions .login-wrap .sign-in {
    position: relative; }
    .subscriptions .login-wrap .sign-in .reset {
      font-weight: bold;
      position: relative;
      bottom: 25px;
      left: 110px;
      text-transform: none;
      color: #f7941e; }
    .subscriptions .login-wrap .sign-in ul {
      margin-top: 30px; }
      .subscriptions .login-wrap .sign-in ul li {
        width: 48.7%;
        float: left;
        margin-right: 2.6%;
        margin-bottom: 15px; }
        @media only screen and (max-width: 768px) {
          .subscriptions .login-wrap .sign-in ul li {
            float: none;
            width: 100%; } }
      .subscriptions .login-wrap .sign-in ul li:last-child {
        margin-right: 0; }
  .subscriptions .login-wrap .new-member .r-col {
    border-left: none;
    padding-left: 0; }
  .subscriptions .login-wrap .new-member ul {
    margin-top: 30px; }
    .subscriptions .login-wrap .new-member ul li {
      margin-bottom: 15px; }
  .subscriptions .login-wrap .sign-in.not-active h3, .subscriptions .login-wrap .sign-in.not-active h4, .subscriptions .login-wrap .sign-in.not-active label, .subscriptions .login-wrap .sign-in.not-active a, .subscriptions .login-wrap .new-member.not-active h3, .subscriptions .login-wrap .new-member.not-active h4, .subscriptions .login-wrap .new-member.not-active label, .subscriptions .login-wrap .new-member.not-active a {
    color: #999; }
  .subscriptions .login-wrap .sign-in.not-active button.btn, .subscriptions .login-wrap .new-member.not-active button.btn {
    background-color: #d0d0d0;
    box-shadow: -3px 3px 0 #999, -2px 2px #999, -1px 1px 0 #999; }
  .subscriptions .login-wrap label {
    text-transform: capitalize;
    color: #333; }
  .subscriptions .login-wrap footer li {
    margin-bottom: 15px; }
    .subscriptions .login-wrap footer li.dotted-border {
      border-top: 1px dotted #c7c7c7;
      margin: 10px 0;
      width: 100%; }
  .subscriptions .login-wrap footer label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
    .subscriptions .login-wrap footer label a {
      color: #f7941e;
      font-weight: bold; }
  .subscriptions .login-wrap .pixel-guys-generic {
    position: absolute;
    right: 70px; }
    @media only screen and (max-width: 1024px) {
      .subscriptions .login-wrap .pixel-guys-generic {
        display: none; } }
  .subscriptions .errorlist {
    margin-top: 10px; }
    .subscriptions .errorlist li {
      color: #d62424; }

.is_premium_content {
  position: relative; }
  .is_premium_content img {
    width: 100%; }
  .is_premium_content img.prem-flag {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }
  .is_premium_content.topslot .prem-flag, .is_premium_content.featured-publishable .prem-flag, .is_premium_content.featured-publishable-podcast .prem-flag, .is_premium_content.publishable .prem-flag {
    width: 98px;
    height: 98px;
    background: url(/static/site/img/subscriptions/prem-flag-1.png); }
  .is_premium_content.topslot .not-subscribed-gate, .is_premium_content.featured-publishable .not-subscribed-gate, .is_premium_content.featured-publishable-podcast .not-subscribed-gate, .is_premium_content.publishable .not-subscribed-gate {
    position: relative; }
    .is_premium_content.topslot .not-subscribed-gate img, .is_premium_content.featured-publishable .not-subscribed-gate img, .is_premium_content.featured-publishable-podcast .not-subscribed-gate img, .is_premium_content.publishable .not-subscribed-gate img {
      display: block; }
    .is_premium_content.topslot .not-subscribed-gate .not-subscribed-overlay, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-overlay, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-overlay, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-overlay {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      height: 100%;
      left: 0;
      max-height: 402px;
      max-width: 715px;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
    .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta {
      height: 100%;
      position: absolute;
      max-height: 402px;
      max-width: 715px;
      text-align: center;
      width: 100%;
      z-index: 1; }
      .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta .icon-lock {
        display: block;
        height: 60px;
        width: 46px;
        margin: 12% auto 30px; }
        @media only screen and (max-width: 560px) {
          .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta .icon-lock {
            margin: 7% auto 20px; } }
        @media only screen and (max-width: 480px) {
          .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta .icon-lock, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta .icon-lock {
            height: 39px;
            width: 30px;
            margin-bottom: 10px; } }
      .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta p {
        font-size: 18px;
        color: white;
        text-align: center;
        margin: 0 0 7px; }
        @media only screen and (max-width: 480px) {
          .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta p {
            font-size: 12px;
            margin-bottom: 3px; } }
        @media only screen and (max-width: 320px) {
          .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta p, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta p {
            font-size: 10px;
            margin-bottom: 1px; } }
      .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta .btn, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta .btn, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta .btn, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta .btn {
        margin-top: 15px;
        display: inline-block; }
        @media only screen and (max-width: 460px) {
          .is_premium_content.topslot .not-subscribed-gate .not-subscribed-cta .btn, .is_premium_content.featured-publishable .not-subscribed-gate .not-subscribed-cta .btn, .is_premium_content.featured-publishable-podcast .not-subscribed-gate .not-subscribed-cta .btn, .is_premium_content.publishable .not-subscribed-gate .not-subscribed-cta .btn {
            font-size: 14px;
            margin-top: 5px; } }
  .is_premium_content.link-publishable .prem-flag {
    width: 91px;
    height: 91px;
    background: url(/static/site/img/subscriptions/prem-flag-2.png) top right no-repeat; }

.tabs:hover .on, .tabs li, .chatroom .tabs:hover .on {
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  background: #aaa;
  border-left: 1px solid #999;
  border-top: 1px solid #aaa;
  border-bottom: 0; }
  .tabs:hover .on a, .tabs li a, .chatroom .tabs:hover .on a {
    color: #fff; }

.tabs li.on, .tabs li:hover, .tabs li.on:hover {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  border-top: 1px solid #c1c1c1;
  color: #f7941e; }
  .tabs li.on a, .tabs li:hover a, .tabs li.on:hover a {
    color: #f7941e; }

.tabs {
  text-transform: uppercase;
  font: 12px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .tabs li {
    display: inline-block;
    margin-right: -1px;
    padding: 8px; }
    .tabs li:first-child {
      border-left: 1px solid #c1c1c1; }

.tweets > section {
  background: #f2f2f2;
  margin: 0 0 20px 0;
  padding: 20px 20px 0 20px; }
  .tweets > section:last-child {
    margin-bottom: 0; }
  .tweets > section footer {
    border-top: 1px dotted #ccc;
    margin: 20px -20px 0;
    font: normal 18px/35px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: right; }
    .tweets > section footer a {
      color: #000;
      display: block;
      padding: 0 15px; }
      .tweets > section footer a:hover {
        background: #ff6600;
        color: white; }
    .tweets > section footer [data-icon]:before {
      font-size: 18px;
      margin-right: 3px;
      top: 2px; }
  .tweets > section > section {
    position: relative; }
    .tweets > section > section:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      background: url(/static/site/img/approved/approved-sprite-2.png); }
  .tweets > section.jamie > section {
    min-height: 77px;
    padding-left: 76px; }
    .tweets > section.jamie > section:before {
      left: 0;
      width: 66px;
      height: 77px;
      background-position: 0 0; }
  .tweets > section.adam > section {
    min-height: 81px;
    padding-right: 68px; }
    .tweets > section.adam > section:before {
      right: 0;
      width: 58px;
      height: 81px;
      background-position: -70px 0; }
  .tweets > section.will > section {
    min-height: 79px;
    padding-left: 65px; }
    .tweets > section.will > section:before {
      left: 0;
      width: 64px;
      height: 79px;
      background-position: -141px 0; }
  .tweets > section.norm > section {
    min-height: 71px;
    padding-right: 76px; }
    .tweets > section.norm > section:before {
      right: 0;
      width: 66px;
      height: 90px;
      background-position: -210px 0; }

.tweets .name {
  font-size: 14px;
  font-weight: bold; }

.tweets .message {
  display: block;
  font-size: 12px;
  color: #333;
  min-height: 70px;
  word-wrap: break-word; }
  .tweets .message a {
    color: #ff6600;
    font-weight: bold; }

.tweets .timestamp {
  font-size: 12px;
  color: #666;
  border-left: 1px solid #000;
  padding-left: 0.5em;
  margin-left: 0.5em; }

@media only screen and (max-width: 770px) {
  .tweets {
    display: none; } }

.well, .blogroll-tweet, .publishable {
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  margin-bottom: 35px;
  padding: 25px;
  position: relative; }
  .well:after, .blogroll-tweet:after, .publishable:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 480px) {
    .well, .blogroll-tweet, .publishable {
      padding: 20px; } }

.blogroll-tweet, .publishable.podcast {
  background: #666;
  color: #f9f9f9; }
  .blogroll-tweet a, .publishable.podcast a {
    color: #f9f9f9; }
    .blogroll-tweet a:hover, .publishable.podcast a:hover {
      color: #f7941e; }
  .blogroll-tweet .parchment-content, .publishable.podcast .parchment-content {
    color: #f9f9f9; }

.well-header-wrap {
  left: 25px;
  position: absolute;
  top: -20px; }
  .well-header-wrap .well-header, .well-header-wrap .well-subheader {
    left: 0;
    position: relative;
    margin-right: 1px;
    top: 0; }
  .well-header-wrap .breadcrumbs li {
    display: inline-block;
    padding-left: 0; }
    .well-header-wrap .breadcrumbs li:first-child {
      padding-left: 0; }
  .well-header-wrap .breadcrumbs [data-icon]:before {
    color: #ccc;
    margin: 0 2px;
    font-size: 9px;
    line-height: 1;
    top: -1px; }

.well-header, .well-subheader, .object-related header {
  background: #313436;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font: 16px/30px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  left: 25px;
  padding: 0 14px;
  position: absolute;
  top: -20px;
  z-index: 2; }
  .well-header a, .well-subheader a, .object-related header a {
    color: #fff; }
    .well-header a:hover, .well-subheader a:hover, .object-related header a:hover {
      color: #EAE71F; }

.well-subheader {
  background: #000;
  color: #EAE71F; }
  .well-subheader.is-alt-color {
    background: #f7941e;
    color: #fff; }

#zergnet-widget-27635 .zergentity {
  width: 46% !important;
  margin-bottom: 10px !important; }
  #zergnet-widget-27635 .zergentity:nth-of-type(1) {
    margin-left: 0% !important;
    margin-right: 2% !important; }
  #zergnet-widget-27635 .zergentity:nth-of-type(2) {
    margin-left: 2% !important;
    margin-right: 0% !important; }
  #zergnet-widget-27635 .zergentity > a {
    display: block;
    margin-top: -33.25% !important;
    overflow: hidden; }

#zergnet-widget-27635 #zerglayout {
  width: 100% !important; }

#zergnet-widget-27635 .zergheadline {
  width: 100% !important;
  margin-top: 7px !important;
  text-align: left !important; }

#zergnet-widget-27635 img {
  width: 100% !important;
  transform: translateY(17.5%);
  height: auto !important; }

[data-icon]:before, [data-icon-after]:after {
  font-family: "Icons";
  position: relative;
  text-transform: none;
  top: 1px; }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon-after]:after {
  content: attr(data-icon-after); }

[data-icon]:before, [data-icon-after]:after {
  font-family: "Icons";
  position: relative;
  text-transform: none;
  top: 1px; }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon-after]:after {
  content: attr(data-icon-after); }

.article-detail .header-object .title, .featured-publishable .info .title, .featured-publishable-podcast .info .title, .publishable .title, .gallery-aside .gallery-item-title, .info-site section > header {
  display: block;
  font: 42px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 480px) {
    .article-detail .header-object .title, .featured-publishable .info .title, .featured-publishable-podcast .info .title, .publishable .title, .gallery-aside .gallery-item-title, .info-site section > header {
      font-size: 28px !important;
      line-height: 1.1; } }

.article-detail .header-object .author, .featured-publishable .info .author, .featured-publishable-podcast .info .author, .publishable .byline, .forum-thread-header span, .gallery-aside .byline {
  color: #666;
  font: normal 15px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.article-detail .header-object .title, .featured-publishable .info .title, .featured-publishable-podcast .info .title, .publishable .title, .gallery-aside .gallery-item-title, .info-site section > header {
  display: block;
  font: 42px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 480px) {
    .article-detail .header-object .title, .featured-publishable .info .title, .featured-publishable-podcast .info .title, .publishable .title, .gallery-aside .gallery-item-title, .info-site section > header {
      font-size: 28px !important;
      line-height: 1.1; } }

.article-detail .header-object .author, .featured-publishable .info .author, .featured-publishable-podcast .info .author, .publishable .byline, .forum-thread-header span, .gallery-aside .byline {
  color: #666;
  font: normal 15px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.auth {
  font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .auth:after {
    content: "";
    display: table;
    clear: both; }
  .auth a {
    color: #ff6600;
    font-weight: bold; }
  .auth aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px dotted #ccc;
    padding: 0 30px 30px 30px;
    position: relative; }
  .auth .auth-greeting h1 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 20px; }
  .auth .auth-greeting h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px; }
  .auth .auth-greeting span {
    color: #666;
    font: normal 16px/20px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none; }
  .auth form label {
    font-size: 18px; }
  .auth form button [data-icon]:before {
    font-size: 14px;
    margin-left: 2px;
    top: -1px; }
  .auth .reset {
    font: bold 14px Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 35px;
    right: 30px;
    text-transform: none; }
  .auth footer ul {
    margin-bottom: 20px; }
  .auth footer li {
    color: #666;
    font-family: "Arial";
    margin: 5px 0;
    text-transform: none; }
  .auth footer label {
    font-size: 14px; }
  .auth footer .block {
    color: #666;
    display: block;
    margin-top: 0;
    font-family: "Arial";
    text-transform: none; }
  @media only screen and (max-width: 770px) {
    .auth aside {
      border: none;
      padding: 30px; } }
  @media only screen and (max-width: 600px) {
    .auth > section, .auth aside {
      width: 100%; }
    .auth > aside {
      border-left: none; }
    .auth > section header h1 {
      position: absolute;
      top: -9999px; } }

.chatroom .l-content .l-container, .chatroom .l-content .gallery-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  padding: 20px;
  width: 100%; }

.chatroom .tabs {
  margin: 0 0 -1px 7px;
  margin-bottom: -1px; }
  .chatroom .tabs li.on, .chatroom .tabs li:hover {
    background: #fff; }

.chatroom .login {
  background: #eee;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  color: #000;
  font: normal 20px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase; }
  .chatroom .login a {
    color: #F7941E; }

.chat-header {
  background: #000;
  color: #fff;
  font: normal 24px/1 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 24px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase; }
  .chat-header .l-container, .chat-header .gallery-wrap {
    max-width: 100%; }
  .chat-header .header-logo {
    left: 20px;
    position: absolute;
    top: -16px; }
    .chat-header .header-logo img {
      width: 160px; }
    @media only screen and (max-width: 700px) {
      .chat-header .header-logo {
        display: none; } }
  .chat-header header {
    float: right; }
  .chat-header nav {
    float: right;
    overflow: hidden; }
    .chat-header nav ul {
      overflow: hidden; }
    .chat-header nav li {
      color: white;
      float: left;
      margin-right: 20px; }
    .chat-header nav li:last-child {
      margin-right: 0; }
    .chat-header nav a {
      color: white; }
      .chat-header nav a:hover {
        color: #eff200; }

.chat-info header {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  font: normal 30px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0;
  text-transform: uppercase; }

.chat-users {
  overflow: hidden; }
  .chat-users > section {
    float: left; }
    .chat-users > section > span {
      display: block;
      float: left; }
    .chat-users > section ul {
      float: left;
      margin: 0 10px 0 5px; }
    .chat-users > section ul li {
      display: inline-block;
      margin-right: 0.3em; }
      .chat-users > section ul li:after {
        content: ","; }
      .chat-users > section ul li:last-child {
        margin-right: 0; }
        .chat-users > section ul li:last-child:after {
          content: ""; }

.chat-post {
  text-align: right; }
  .chat-post textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    font-size: 13px;
    margin-top: 0;
    resize: none;
    padding: 5px;
    width: 100%; }

.chat-meters {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden; }
  .chat-meters li {
    float: left; }
    .chat-meters li:last-child {
      float: right; }

.chat-nav {
  border-bottom: 1px solid #c1c1c1;
  position: relative; }
  .chat-nav .chat-stats {
    font: normal 14px/30px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase; }
    .chat-nav .chat-stats span {
      margin-left: 7px; }
      .chat-nav .chat-stats span:first-child {
        margin-left: 0; }

.chat-history {
  background: #fff;
  min-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  word-wrap: break-word; }
  .chat-history::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
  .chat-history::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ddd;
    border: 2px solid white; }
  .chat-history li {
    border-left: 4px solid #c1c1c1;
    padding: 4px 5px; }
    .chat-history li:first-child {
      border-top: 0; }
    .chat-history li a {
      color: #25A1AF; }
    .chat-history li:hover {
      background: #f7941e !important;
      cursor: pointer;
      color: white; }
      .chat-history li:hover .user {
        color: white; }
  .chat-history .user {
    color: #666;
    font-weight: normal; }
    .chat-history .user:after {
      content: ": "; }
  .chat-history li.mod {
    border-left: 4px solid #333; }
  .chat-history li.staff {
    border-left: 4px solid #f7941e; }
  .chat-history li.mentioned {
    background: #eff6f9;
    color: black; }
    .chat-history li.mentioned:hover {
      color: white; }
    .chat-history li.mentioned .user {
      color: #999; }
  .chat-history .alert {
    color: red; }
  .chat-history .msg {
    padding-right: 10px; }
  .chat-history #replies {
    display: none; }

.chat-tips {
  border-top: 1px solid #c1c1c1;
  font-size: 11px; }
  .chat-tips:first-word {
    font-weight: bold; }

.chat-contextmenu {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  position: absolute;
  padding: 10px; }

.chatroom .mod-tools-bar {
  -webkit-transition: height 0.1s ease-in;
  -moz-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  height: 20px;
  font: normal 18px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .chatroom .mod-tools-bar:hover {
    height: 100px; }
  .chatroom .mod-tools-bar li {
    display: inline-block;
    vertical-align: top; }
  .chatroom .mod-tools-bar input {
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px; }

.forum .l-row-fixed-fluid {
  padding: 0 0 0 250px; }

.forum .l-col-fixed {
  float: left;
  margin: 0 0 0 -250px;
  width: 225px; }

.forum .l-col-fluid {
  float: right;
  margin: 0; }

.forum-top-posters {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2; }
  .forum-top-posters li {
    padding-left: 50px;
    margin-top: 10px; }
    .forum-top-posters li:after {
      content: "";
      display: table;
      clear: both; }
  .forum-top-posters .avatar {
    float: left;
    margin-left: -50px; }
  .forum-top-posters span {
    display: block;
    color: #666; }
    .forum-top-posters span:after {
      content: " posts"; }
  @media only screen and (max-width: 770px) {
    .forum-top-posters {
      display: none; } }

.forum-boards li {
  margin-bottom: 5px; }

.forum-boards a {
  font-size: 14px;
  font-weight: normal; }
  .forum-boards a.active {
    font-weight: bold; }

@media only screen and (max-width: 770px) {
  .forum-boards {
    display: none; } }

.forum-topics-browse header h1 {
  font: normal 30px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 20px; }

.forum-topics-browse header nav {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .forum-topics-browse header nav:after {
    content: "";
    display: table;
    clear: both; }
  .forum-topics-browse header nav form {
    display: inline-block;
    margin-right: 1.5em; }
  .forum-topics-browse header nav input {
    border: 0;
    background: #e5e5e5;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding: 0 0.3em; }
  .forum-topics-browse header nav a {
    font: normal 14px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

.forum-topics-browse header a.create-topic {
  line-height: 1;
  float: right;
  margin-left: 5px;
  position: relative;
  text-transform: uppercase;
  z-index: 2; }
  .forum-topics-browse header a.create-topic [data-icon]:before {
    font-size: 14px;
    top: -1px; }
  .forum-topics-browse header a.create-topic:hover {
    color: #eff200; }

.forum-topics-browse footer {
  text-align: right;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin-top: 15px; }

table.topics {
  width: 100%; }
  table.topics thead {
    font: normal 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  table.topics td, table.topics th {
    text-align: center; }
  table.topics th {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px; }
  table.topics tr {
    position: relative; }
  table.topics td {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0; }
  table.topics span {
    display: block; }
  table.topics td a:hover {
    color: #f7941e; }
  table.topics th.cell-name {
    padding: 0; }
  table.topics .cell-name {
    text-align: left;
    padding-left: 50px;
    padding-right: 10px; }
    table.topics .cell-name .title {
      font: normal 20px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    table.topics .cell-name .avatar {
      float: left;
      margin-left: -50px; }
  table.topics .topic-status [data-icon]:before {
    font-size: 14px; }
  table.topics .topic-info {
    color: #666;
    font-size: 12px;
    margin-top: 3px; }
    table.topics .topic-info a {
      color: #666; }
    table.topics .topic-info .author {
      font-weight: bold; }
    table.topics .topic-info .board {
      color: #222; }
      table.topics .topic-info .board:hover {
        color: #f7941e; }
  table.topics td.cell-post {
    min-width: 100px; }
    table.topics td.cell-post time a {
      color: #666;
      display: block;
      font-size: 12px; }
      table.topics td.cell-post time a:hover {
        color: #f7941e; }
    table.topics td.cell-post.first {
      box-shadow: -3px -4px 0 -3px #ccc;
      -moz-box-shadow: -3px -4px 0 -3px #ccc;
      -ms-box-shadow: -3px -4px 0 -3px #ccc;
      -o-box-shadow: -3px -4px 0 -3px #ccc;
      -webkit-box-shadow: -3px -4px 0 -3px #ccc; }
  table.topics td.cell-count {
    font-weight: bold;
    font-size: 18px; }
  table.topics tr:first-child td {
    box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    -ms-box-shadow: 0 0 0 transparent !important;
    -o-box-shadow: 0 0 0 transparent !important;
    -webkit-box-shadow: 0 0 0 transparent !important; }
  @media only screen and (max-width: 800px) {
    table.topics table, table.topics thead, table.topics tbody, table.topics th, table.topics td, table.topics tr {
      display: block; }
    table.topics thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.topics tr {
      overflow: hidden; }
    table.topics tr td:nth-child(5), table.topics tr td:nth-child(2) {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.topics tbody tr:first-child td.cell-name {
      border-top: none; }
    table.topics td {
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -webkit-box-shadow: none;
      float: left; }
      table.topics td.cell-name {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 50px;
        width: 100%; }
        table.topics td.cell-name .title {
          font-size: 20px;
          line-height: 20px;
          overflow: visible; }
        table.topics td.cell-name .board {
          font-size: 13px; }
      table.topics td.cell-post, table.topics td.cell-count {
        border-left: none;
        border-bottom: none; }
      table.topics td.cell-count.views {
        display: none; }
      table.topics td.cell-count.posts {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #ccc;
        border-left: none;
        margin-top: -12px;
        padding: 4px 7px;
        position: absolute;
        top: 50%;
        right: 0;
        text-align: center;
        height: 25px;
        min-width: 25px; }
        table.topics td.cell-count.posts span {
          font-size: 13px;
          font-weight: bold; } }
  @media only screen and (max-width: 600px) {
    table.topics .avatar {
      display: none; }
    table.topics .topic-status [data-icon]:before {
      font-size: 12px; }
    table.topics td.cell-name {
      padding: 10px 50px 10px 0; }
      table.topics td.cell-name .title {
        font-size: 18px;
        padding: 0; }
      table.topics td.cell-name .board {
        font-size: 12px; }
    table.topics td.cell-post {
      padding: 3px 0 10px 0; }
    table.topics td.cell-count {
      font-size: 12px; } }

.topic-status {
  display: inline-block; }
  .topic-status li {
    display: inline-block;
    padding-left: 5px; }
    .topic-status li:first-child {
      padding-left: 0; }
    .topic-status li:last-child {
      margin-right: 7px; }
  .topic-status [data-icon] {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -1px; }
    .topic-status [data-icon]:before {
      font-size: 12px; }

.forum-category-header nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  .forum-category-header nav li {
    display: inline-block;
    margin-right: 2em; }

.forum-create-topic fieldset > ul > li {
  margin: 10px 0; }
  .forum-create-topic fieldset > ul > li:first-child {
    margin-top: 0; }

.forum-create-topic fieldset > ul label, .forum-create-topic fieldset > ul input, .forum-create-topic fieldset > ul select {
  vertical-align: middle; }

.forum-create-topic select {
  display: block;
  font-size: 18px;
  margin: 5px 0 0 0;
  width: 50%; }

@media only screen and (max-width: 770px) {
  .forum-create-topic .mobile-menu {
    display: none; } }

.forum-thread form.comment {
  margin: 20px 0 0 0; }

.forum-thread-header {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.5; }
  .forum-thread-header h1 {
    font: 42px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px; }
  .forum-thread-header span {
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px; }
  .forum-thread-header .last-post {
    border-right: 0;
    margin-top: 5px; }
  @media only screen and (max-width: 480px) {
    .forum-thread-header h1 {
      font: normal 30px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .forum-thread-header span {
      font-size: 13px;
      margin-top: 8px; } }

@-webkit-keyframes target-fade {
  0% {
    background-color: rgba(247, 148, 30, 0.1); }
  100% {
    background-color: rgba(247, 148, 30, 0); } }

@-moz-keyframes target-fade {
  0% {
    background-color: rgba(247, 148, 30, 0.1); }
  100% {
    background-color: rgba(247, 148, 30, 0); } }

.forum-thread-posts .comments-list {
  margin-top: -15px;
  margin-bottom: -15px; }

.forum-thread-posts .pagination {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 5px 0;
  margin: 15px 0 15px 0;
  text-align: center; }
  .forum-thread-posts .pagination:first-child {
    border-top: none;
    margin-top: -15px; }
  .forum-thread-posts .pagination .actions {
    top: 5px; }

html.touch .forum-thread-post .actions {
  visibility: visible; }

.page-gallery .ad-slot.leader {
  min-height: 95px; }

.gallery {
  background: #111;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  z-index: 5; }

.gallery-wrap {
  -webkit-transition: max-width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: max-width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: max-width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  padding: 0 20px;
  position: relative; }
  .gallery-wrap.is-fullscreen {
    margin: 0 auto;
    max-width: 100%; }
  .gallery-wrap:before {
    background: #111111;
    left: -980px; }
  .gallery-wrap:after {
    right: -1000px; }

.gallery-viewport {
  background: #111 url("/static/site/img/gallery/bg-tile-light.png");
  height: 100%;
  margin-right: 355px;
  min-height: 650px !important;
  overflow: hidden;
  position: relative; }
  .gallery-viewport > header, .gallery-viewport > footer {
    background: #111;
    color: #aaa;
    height: 40px;
    font: 20px/40px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5; }
  .gallery-viewport > footer {
    bottom: 0; }
  .gallery-viewport > section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .gallery-viewport img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
  .gallery-viewport .gallery-image {
    display: block;
    height: 100%;
    text-align: center; }

.gallery-item .gallery-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  background: url("/static/site/img/b.gif") 0 0 repeat;
  color: #fff;
  display: block;
  height: 100%;
  opacity: 0;
  padding: 40px 0;
  position: absolute;
  top: 0;
  width: 50%; }
  .gallery-item .gallery-nav:hover {
    opacity: 1; }
  .gallery-item .gallery-nav:before {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-size: 36px;
    margin-top: -18px;
    line-height: 1;
    position: absolute;
    top: 50%; }
  .gallery-item .gallery-nav.prev {
    left: 0; }
    .gallery-item .gallery-nav.prev:before {
      left: 25px; }
  .gallery-item .gallery-nav.next {
    right: 0; }
    .gallery-item .gallery-nav.next:before {
      right: 25px; }
  .gallery-item .gallery-nav.is-off:hover {
    opacity: 0.1; }

.gallery-grid ul > li {
  display: inline-block;
  padding-left: 0px;
  overflow: hidden;
  width: 20%; }
  .gallery-grid ul > li:first-child {
    padding-left: 0; }

.gallery-views {
  float: left; }
  .gallery-views > li {
    display: inline-block;
    padding-left: 0px; }
    .gallery-views > li:first-child {
      padding-left: 0; }
  .gallery-views button {
    cursor: pointer;
    color: #aaa;
    padding: 5px;
    border: 0;
    background: none; }
    .gallery-views button:hover {
      color: #f7941e; }
  .gallery-views [data-icon]:before {
    font-size: 14px;
    top: 0; }

.gallery-mini-nav {
  float: right; }
  .gallery-mini-nav > li {
    display: inline-block;
    padding-left: 7px; }
    .gallery-mini-nav > li:first-child {
      padding-left: 0; }
  .gallery-mini-nav a {
    color: #fff; }
    .gallery-mini-nav a:before {
      font-size: 16px; }
    .gallery-mini-nav a.is-off {
      color: rgba(255, 255, 255, 0.1); }

.gallery-share {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 14px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 9px 0 8px; }
  .gallery-share > li {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top; }
    .gallery-share > li:first-child {
      padding-left: 0; }
    .gallery-share > li:first-child {
      border: 0;
      margin: 0;
      padding: 0; }
  .gallery-share a {
    color: #fff; }

.gallery-photo-source {
  float: left; }

.gallery-pages {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0.9, 0.3, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.9, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0, 0.9, 0.3, 1);
  display: none; }
  .gallery-wrap.is-grid .gallery-pages {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block; }
  .gallery-pages ul {
    overflow: auto;
    height: 100%;
    position: relative; }
  .gallery-pages li {
    display: inline-block;
    margin: 2px; }
    .gallery-pages li.on {
      outline: 1px solid #f7941e; }
  .gallery-pages a {
    display: block;
    width: 166px;
    height: 120px; }
  .gallery-pages img {
    display: block;
    width: 100%;
    height: 100%; }

.gallery-item {
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0.9, 0.3, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.9, 0.3, 1);
  transition: opacity 0.25s cubic-bezier(0, 0.9, 0.3, 1);
  opacity: 1;
  filter: alpha(opacity=100); }
  .gallery-wrap.is-grid .gallery-item {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none; }

.gallery-aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  position: absolute;
  padding: 0 25px 40px 25px;
  right: 0;
  top: 0;
  width: 375px;
  z-index: 5; }
  .gallery-aside a {
    color: #f7941e; }
  .gallery-aside header {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    font: bold 12px "Arial";
    position: relative;
    z-index: 9999; }
  .gallery-aside .comment-count {
    font-size: 14px;
    font-weight: bold;
    top: 10px;
    position: absolute;
    right: 25px; }
    .gallery-aside .comment-count:before {
      background: none;
      bottom: auto;
      content: "c ";
      display: inline-block;
      font-size: 18px;
      left: auto;
      margin-right: 3px;
      position: relative;
      vertical-align: top;
      width: auto; }
  .gallery-aside .gallery-actions {
    float: right; }
    .gallery-aside .gallery-actions > li {
      display: inline-block;
      padding-left: 5px;
      vertical-align: top; }
      .gallery-aside .gallery-actions > li:first-child {
        padding-left: 0; }
  .gallery-aside .gallery-title {
    font: normal 20px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 5px 0 15px 0;
    text-transform: uppercase; }
  .gallery-aside .gallery-item-title {
    font-size: 36px;
    margin-bottom: 5px;
    word-wrap: break-word; }
  .gallery-aside .byline {
    display: block;
    margin-bottom: 15px; }
  .gallery-aside .mpu {
    box-shadow: none;
    background: transparent;
    bottom: 40px;
    height: 250px;
    left: 0;
    margin: 0 0 0 15px;
    padding: 25px 25px 0 25px;
    position: absolute; }

.gallery-text {
  box-shadow: 0 10px 10px -10px #000;
  background: #111;
  padding-bottom: 10px;
  position: relative;
  z-index: 10; }
  .gallery-text a {
    font-weight: normal; }
  .gallery-text p {
    margin: 1em 0; }
  .gallery-text .read-more-gallery-item {
    font-weight: bold; }

#omni-frame {
  width: 1px;
  height: 1px; }

@media only screen and (max-width: 1140px) {
  .gallery-view-full {
    display: none; } }

@media only screen and (max-width: 770px) {
  .gallery-wrap {
    padding: 0; }
    .gallery-wrap:before, .gallery-wrap:after {
      background: none; }
  .gallery-viewport {
    margin: 0; }
    .gallery-viewport header, .gallery-viewport footer {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 25px; }
  .gallery-aside {
    position: relative;
    top: -40px;
    width: 100%; }
    .gallery-aside .mpu {
      position: static;
      margin-top: 20px;
      padding: 0; }
  .gallery-item .gallery-nav {
    opacity: 0.5; }
    .gallery-item .gallery-nav.next {
      right: 0; }
    .gallery-item .gallery-nav.prev {
      left: 3px; } }

.inventern-to {
  background: #000 url(/static/site/img/inventern/takeover-verizon-slim.jpg) no-repeat;
  background-position: center 190px; }
  .inventern-to.user-is-subscribed {
    background: #d7d7d7 url(/static/site/img/layout/bg-grid-alt.png);
    background-position: 0 0; }
  .inventern-to .gallery {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding-bottom: 120px; }
    .inventern-to .gallery .embed-cage {
      display: none; }
    .inventern-to .gallery .pixel-track {
      position: absolute;
      left: -9999px; }
  .inventern-to .inventern-img {
    display: block;
    padding: 10px 0;
    width: 132px; }
  .inventern-to .inventern-img-video, .inventern-to .inventern-img-article {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .inventern-to .gallery-aside .ad-slot {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    padding: 0; }

.inventern h1 {
  text-transform: uppercase;
  font: bold 40px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.inventern h3 {
  text-transform: uppercase;
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .inventern h3.error {
    font: normal 25px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.inventern .info-left {
  display: block;
  width: 45%;
  float: left;
  margin-top: 20px; }
  @media only screen and (max-width: 800px) {
    .inventern .info-left {
      width: 100%; } }
  .inventern .info-left a {
    color: #f7941e;
    font-weight: bold; }
  .inventern .info-left .blocks {
    width: 380px;
    height: 355px;
    background: url(/static/site/img/inventern/block-chars.jpg) no-repeat;
    background-position: bottom left; }
    @media only screen and (max-width: 800px) {
      .inventern .info-left .blocks {
        background-size: 80%; } }
  .inventern .info-left h1 {
    font: normal 55px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 52px;
    margin-bottom: 20px; }
  .inventern .info-left h3 {
    font: normal 25px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .inventern .info-left ol {
    width: 80%;
    padding: 10px 0 10px 20px;
    list-style-type: decimal;
    font-size: 16px; }
    .inventern .info-left ol li {
      margin-bottom: 10px; }
  .inventern .info-left span {
    font-weight: bold; }

.inventern .info-site {
  display: block;
  padding-left: 33px;
  border-left: dashed 1px #000;
  width: 50%;
  float: right; }
  @media only screen and (max-width: 800px) {
    .inventern .info-site {
      float: left;
      width: 100%;
      border-left: none;
      padding-left: 0; } }
  .inventern .info-site form {
    color: #000; }
    .inventern .info-site form span {
      color: #808080;
      font-size: 12px;
      margin-left: 5px; }
    .inventern .info-site form .terms {
      color: #666;
      text-transform: uppercase;
      font: normal 15px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .inventern .info-site form .terms a {
        font-weight: normal; }
    .inventern .info-site form .name-fields p {
      float: left;
      width: 45%; }
      .inventern .info-site form .name-fields p:first-child {
        margin-right: 10%; }
    .inventern .info-site form .address-fields p {
      float: left;
      margin-right: 6%; }
      .inventern .info-site form .address-fields p:first-child {
        width: 58%; }
        @media only screen and (max-width: 800px) {
          .inventern .info-site form .address-fields p:first-child {
            width: 45%; } }
      .inventern .info-site form .address-fields p:nth-child(2) {
        width: 10%; }
      .inventern .info-site form .address-fields p:last-child {
        width: 20%;
        margin-right: 0; }
        @media only screen and (max-width: 800px) {
          .inventern .info-site form .address-fields p:last-child {
            width: 32%; } }
  .inventern .info-site .legal {
    color: #000;
    font-size: 12px;
    line-height: 13px;
    margin-top: 15px; }
    .inventern .info-site .legal .error-loop {
      background: rgba(255, 0, 0, 0.3);
      padding: 15px; }
      .inventern .info-site .legal .error-loop .errorlist {
        font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
        .inventern .info-site .legal .error-loop .errorlist li {
          list-style-type: none;
          text-decoration: none; }

.inventern .tos h3 {
  font: normal 25px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.inventern .tos p {
  display: block;
  margin: 10px 0; }

.inventern .tos .tos-title {
  font-weight: bold; }

.inventern .thanks h1 {
  font: normal 60px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 0; }

.inventern .thanks h3 {
  font: normal 30px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px; }

.inventern .thanks .social {
  display: block;
  margin: 20px 0;
  padding: 10px 0;
  height: 25px;
  width: 200px;
  text-transform: uppercase;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000; }
  .inventern .thanks .social li {
    float: left; }
    .inventern .thanks .social li:first-child {
      font: normal 23px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .inventern .thanks .social .facebook {
    background: url("/static/site/img/social/social-square-sprites.png") no-repeat 0 0;
    display: block;
    height: 26px;
    text-indent: -9999px;
    width: 26px;
    margin: 0 10px 0 10px; }
  .inventern .thanks .social .twitter {
    background: url("/static/site/img/social/social-square-sprites.png") no-repeat -26px 0;
    display: block;
    height: 26px;
    text-indent: -9999px;
    width: 26px; }

.inventern .thanks .blocks {
  width: 380px;
  height: 355px;
  margin-top: 100px;
  float: right;
  background: url(/static/site/img/inventern/block-chars-thx.jpg) no-repeat;
  background-position: bottom right; }
  @media only screen and (max-width: 800px) {
    .inventern .thanks .blocks {
      background-size: 80%; } }

.news-blogroll nav {
  margin-bottom: 60px; }
  .news-blogroll nav li {
    display: inline-block;
    font: normal 14px/26px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-right: 1em; }
  .news-blogroll nav a {
    display: inline-block; }
    .news-blogroll nav a:before {
      content: "";
      display: inline-block;
      width: 11px;
      height: 11px;
      background-image: url(/static/site/img/news/story-nav-sprite.png);
      margin-right: 8px; }
  .news-blogroll nav li.headline a:before {
    background-position: 0 0; }
  .news-blogroll nav li.headline.on a:before {
    background-position: 0 -33px; }
  .news-blogroll nav li.grid a:before {
    background-position: 0 -11px; }
  .news-blogroll nav li.grid.on a:before {
    background-position: 0 -44px; }
  .news-blogroll nav li.blog a:before {
    background-position: 0 -22px; }
  .news-blogroll nav li.blog.on a:before {
    background-position: 0 -55px; }
  .news-blogroll nav li.on a {
    background: #000;
    color: #fff;
    box-shadow: 8px 0 -8px 8px black, -8px 0 -8px 8px black;
    -moz-box-shadow: 8px 0 -8px 8px black, -8px 0 -8px 8px black;
    -ms-box-shadow: 8px 0 -8px 8px black, -8px 0 -8px 8px black;
    -o-box-shadow: 8px 0 -8px 8px black, -8px 0 -8px 8px black;
    -webkit-box-shadow: 8px 0 -8px 8px black, -8px 0 -8px 8px black; }

.news-blogroll article {
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  margin-bottom: 2em; }
  .news-blogroll article header .title {
    font: normal 30px/0.9 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase; }
  .news-blogroll article header .byline {
    display: block;
    color: #949494;
    font: normal 14px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0 20px; }
  .news-blogroll article header .comment-count {
    color: #000;
    margin-left: 10px; }
    .news-blogroll article header .comment-count span {
      color: #fff;
      display: inline-block;
      background: #000;
      padding: 0 5px; }
  .news-blogroll article footer {
    clear: both; }
    .news-blogroll article footer a {
      padding-right: 18px; }
      .news-blogroll article footer a:after {
        content: "";
        background: url(/static/site/img/misc/arrow-sprite.png) -8px 0;
        width: 8px;
        height: 9px;
        position: absolute;
        top: 13px;
        right: 4px;
        margin-top: -4px; }

.news-blogroll a {
  color: #25A1AF; }

.news-blogroll p {
  font-size: 14px;
  color: #333;
  margin: 0.5em 0; }

.news-blogroll img {
  display: block;
  margin: 2em auto;
  max-width: 100%; }

.news-blogroll footer {
  text-align: center;
  text-transform: uppercase;
  font: normal 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 20px 0; }
  .news-blogroll footer a {
    background: #000;
    color: #fff;
    padding: 4px;
    position: relative;
    height: 18px; }
    .news-blogroll footer a:hover {
      color: #eff200; }
      .news-blogroll footer a:hover:after {
        background-position: -8px -9px; }

.news-blogroll > footer {
  font-size: 24px;
  line-height: 22px; }
  .news-blogroll > footer a {
    height: 20px;
    padding: 10px;
    margin: 0 0.5em; }
    .news-blogroll > footer a:after {
      content: "";
      background-image: url(/static/site/img/misc/arrow-sprite.png);
      width: 10px;
      height: 13px;
      position: absolute;
      top: 50%;
      margin-top: -6px; }
    .news-blogroll > footer a.prev {
      padding-left: 25px; }
      .news-blogroll > footer a.prev:after {
        left: 10px;
        background-position: 0 -18px; }
      .news-blogroll > footer a.prev:hover:after {
        background-position: 0 -31px; }
    .news-blogroll > footer a.next {
      padding-right: 25px; }
      .news-blogroll > footer a.next:after {
        background-position: -10px -18px;
        right: 10px; }
      .news-blogroll > footer a.next:hover:after {
        background-position: -10px -31px; }

.news-headlines nav li {
  margin-right: 0.5em;
  display: inline-block; }

.news-headlines nav a {
  display: inline-block;
  font: normal 14px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0 0.3em; }

.news-headlines > ul li {
  border-top: 1px dashed #ccc;
  padding: 20px 0 20px 320px;
  min-height: 190px;
  position: relative; }
  .news-headlines > ul li:after {
    content: "";
    display: table;
    clear: both; }
  .news-headlines > ul li:first-child {
    border: 0;
    padding-top: 0; }
    .news-headlines > ul li:first-child img {
      top: 0; }
  .news-headlines > ul li img {
    display: block;
    position: absolute;
    left: 0;
    top: 20px; }
  .news-headlines > ul li .title {
    font: normal 24px/0.9 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .news-headlines > ul li .description {
    margin: 0.5em 0 1em;
    font-size: 14px;
    color: #666; }
  .news-headlines > ul li .more {
    display: inline-block;
    padding: 3px 16px 3px 3px;
    position: relative;
    font: normal 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    height: 18px; }
    .news-headlines > ul li .more:after {
      content: "";
      background: url(/static/site/img/misc/arrow-sprite.png) -8px 0;
      width: 8px;
      height: 9px;
      position: absolute;
      top: 50%;
      right: 3px;
      margin-top: -4px; }
    .news-headlines > ul li .more:hover {
      color: #eff200; }
      .news-headlines > ul li .more:hover:after {
        background-position: -8px -9px; }

.news-headlines footer {
  border-top: 1px solid #000;
  padding: 15px 0; }

@media only screen and (max-width: 640px) {
  .news-headlines > ul li {
    padding-left: 0; }
    .news-headlines > ul li img {
      position: relative;
      margin: 0 auto 10px auto;
      top: auto;
      left: auto; } }

@media only screen and (max-width: 340px) {
  .news-headlines > ul li img {
    width: 100%; } }

.js-editor-textarea.unsupported {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px;
  margin: 0 0 1em; }
  .js-editor-textarea.unsupported.wikid {
    display: none; }

.parchment-note {
  margin: 1em 0; }

.parchment-2 {
  border: 1px solid #eeeeee;
  background: white;
  margin: 1em 0;
  position: relative; }
  .parchment-2 .editor {
    min-height: 150px;
    padding: 0 10px 10px;
    margin-top: 10px;
    color: #333333;
    position: relative; }
    .parchment-2 .editor:after {
      content: "";
      display: table;
      clear: both; }
    .parchment-2 .editor[contenteditable] .spoiler {
      background: none;
      outline: 1px dotted #333333; }
      .parchment-2 .editor[contenteditable] .spoiler * {
        color: inherit !important; }
    .parchment-2 .editor:focus {
      outline: none; }
  .parchment-2 textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 150px;
    border: 0;
    background: none;
    font: 12px monospace; }
  .parchment-2 .toolbar {
    background: #f3f3f3;
    border-bottom: 1px dotted #CCC;
    padding: 5px 5px 2px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    width: 100%; }
    .parchment-2 .toolbar.fixed {
      position: fixed; }
    .parchment-2 .toolbar.more {
      display: none; }
      .parchment-2 .toolbar.more.open {
        display: block; }
    .parchment-2 .toolbar > span {
      margin-right: 6px;
      display: inline-block; }
    .parchment-2 .toolbar button {
      color: #666666;
      display: inline-block;
      cursor: pointer;
      border: 1px solid #c3c3c3;
      height: 20px;
      background: url("/static/editor/img/parchment2/icons.png") #e3e3e3 no-repeat top;
      background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(white, #e3e3e3);
      background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(white, #e3e3e3);
      font: bold 11px / 18px Arial, Sans-Serif;
      margin: 0 0 3px 3px;
      padding: 0 3px;
      width: auto; }
      .parchment-2 .toolbar button:first-child {
        margin-left: 0; }
      .parchment-2 .toolbar button.on {
        border-color: #008fa9;
        background-color: #9bc9dc;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#c3e6f5, #9bc9dc);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#c3e6f5, #9bc9dc); }
        .parchment-2 .toolbar button.on:hover {
          background-color: #9bc9dc;
          background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#9bc9dc, #c3e6f5);
          background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#9bc9dc, #c3e6f5); }
      .parchment-2 .toolbar button:hover {
        background-color: white;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#e3e3e3, white);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#e3e3e3, white); }
      .parchment-2 .toolbar button.bold, .parchment-2 .toolbar button.italic, .parchment-2 .toolbar button.underline, .parchment-2 .toolbar button.strikethrough, .parchment-2 .toolbar button.ordered-list, .parchment-2 .toolbar button.unordered-list, .parchment-2 .toolbar button.blockquote {
        text-indent: -9999px;
        width: 20px;
        padding: 0; }
      .parchment-2 .toolbar button.bold {
        background-position: center -20px, center; }
      .parchment-2 .toolbar button.italic {
        background-position: center -40px, center; }
      .parchment-2 .toolbar button.underline {
        background-position: center -60px, center; }
      .parchment-2 .toolbar button.strikethrough {
        background-position: center -80px, center; }
      .parchment-2 .toolbar button.unordered-list {
        background-position: center -100px, center; }
      .parchment-2 .toolbar button.ordered-list {
        background-position: center -120px, center; }
      .parchment-2 .toolbar button.blockquote {
        background-position: center -140px, center; }
      .parchment-2 .toolbar button.link {
        background-position: left -160px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.video {
        background-position: left -180px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.table {
        background-position: left -200px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.image {
        background-position: left -220px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.remove-format {
        background-position: left -240px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.list {
        background-position: left -260px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.spoiler {
        background-position: left -280px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.code {
        background-position: left -320px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.more {
        background-position: right -360px, center;
        float: right;
        margin: 0;
        padding-right: 20px; }
        .parchment-2 .toolbar button.more:before {
          content: "More"; }
        .parchment-2 .toolbar button.more.open {
          background-position: right -340px, center; }
          .parchment-2 .toolbar button.more.open:before {
            content: "Less"; }
    .parchment-2 .toolbar .dropdown {
      position: relative; }
      .parchment-2 .toolbar .dropdown:hover ul {
        display: block;
        z-index: 2; }
      .parchment-2 .toolbar .dropdown:hover > button {
        border-bottom-color: white;
        background: url("/static/editor/img/parchment2/icons.png") right -340px white no-repeat;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#e3e3e3, white);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#e3e3e3, white);
        background-position: right -340px, center;
        z-index: 3; }
      .parchment-2 .toolbar .dropdown > button {
        text-align: left;
        position: relative;
        width: 80px;
        padding-right: 20px;
        background: url("/static/editor/img/parchment2/icons.png") right -360px no-repeat #e3e3e3;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(white, #e3e3e3);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(white, #e3e3e3);
        background-position: right -360px, center; }
      .parchment-2 .toolbar .dropdown ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #e3e3e3;
        background-image: -webkit-linear-gradient(white, #e3e3e3);
        background-image: linear-gradient(white, #e3e3e3);
        border: 1px solid #c3c3c3;
        margin-top: -4px;
        width: 125px; }
      .parchment-2 .toolbar .dropdown li {
        margin: 0;
        list-style-type: none; }
      .parchment-2 .toolbar .dropdown ul button {
        border: 0;
        display: block;
        margin: 0;
        background: none;
        height: auto;
        width: 100%;
        text-align: left;
        padding: 5px 0px 5px 10px; }
        .parchment-2 .toolbar .dropdown ul button.on {
          color: #111;
          background: url("/static/editor/img/parchment2/icons.png") #9bc9dc;
          background-image: -webkit-linear-gradient(#c3e6f5, #9bc9dc);
          background-image: linear-gradient(#c3e6f5, #9bc9dc); }
        .parchment-2 .toolbar .dropdown ul button:hover {
          background-color: white;
          background: rgba(0, 0, 0, 0.1); }
        .parchment-2 .toolbar .dropdown ul button.paragraph {
          font-weight: normal; }
        .parchment-2 .toolbar .dropdown ul button.header-2 {
          font-size: 18px; }
        .parchment-2 .toolbar .dropdown ul button.header-3 {
          font-size: 16px; }
        .parchment-2 .toolbar .dropdown ul button.header-4 {
          font-size: 14px; }
  .parchment-2 .embed-cage:hover {
    outline: 5px dotted black; }
  .parchment-2 .editor > blockquote:hover {
    outline: 5px dotted black; }
  .parchment-2 .embed-type-pagebreak, .parchment-2 .embed-type-teaser {
    clear: both;
    height: 15px;
    cursor: pointer;
    border: 0;
    border-top: 1px dotted #ccc; }
    .parchment-2 .embed-type-pagebreak:hover, .parchment-2 .embed-type-teaser:hover {
      outline: none; }
  .parchment-2 .embed-type-pagebreak {
    background: url(/static/editor/img/parchment2/pagebreak.png) center no-repeat; }
  .parchment-2 .embed-type-teaser {
    background: url(/static/editor/img/parchment2/teaser.png) center no-repeat; }

.parchment-2-edit-menu {
  background: #444;
  padding: 10px;
  width: 200px;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  display: none; }
  .parchment-2-edit-menu.on {
    display: block; }
  .parchment-2-edit-menu button {
    float: none;
    min-width: 10px;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    font: bold 11px / 20px Arial, Sans-serif;
    cursor: pointer;
    border: 1px solid #1a1a1a;
    color: #999;
    background-image: -webkit-linear-gradient(#4e4e4e, #212121);
    background-image: linear-gradient(#4e4e4e, #212121); }
    .parchment-2-edit-menu button:hover {
      background-image: -webkit-linear-gradient(#212121, #4e4e4e);
      background-image: linear-gradient(#212121, #4e4e4e); }
    .parchment-2-edit-menu button.on {
      color: #00ffff; }
  .parchment-2-edit-menu > span {
    margin-left: 10px;
    margin-right: 3px; }
    .parchment-2-edit-menu > span:first-child {
      margin-left: 0; }

.parchment-2-toolbar {
  display: none;
  position: absolute;
  background: #444444;
  color: #fff;
  font: 12px / 22px Arial, Sans-serif;
  padding: 5px;
  background-color: #464d53;
  border: 1px solid #25282c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset; }
  .parchment-2-toolbar.on {
    display: block; }
  .parchment-2-toolbar button {
    float: none;
    min-width: 10px;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    font: bold 11px / 20px Arial, Sans-Serif;
    cursor: pointer;
    border: 1px solid #1a1a1a;
    color: #999;
    background-image: -webkit-linear-gradient(#4e4e4e, #212121);
    background-image: linear-gradient(#4e4e4e, #212121); }
    .parchment-2-toolbar button:hover {
      background-image: -webkit-linear-gradient(#212121, #4e4e4e);
      background-image: linear-gradient(#212121, #4e4e4e); }
    .parchment-2-toolbar button.on {
      color: #00ffff; }
  .parchment-2-toolbar > span {
    margin-left: 10px;
    margin-right: 3px; }
    .parchment-2-toolbar > span:first-child {
      margin-left: 0; }

.parchment-2-insert {
  text-align: center; }
  .parchment-2-insert img {
    margin: 0 5px; }
  .parchment-2-insert textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .parchment-2-insert span {
    display: block;
    margin: 5px 0; }

.parchment-2-toolbar.quicklink .label span {
  display: none; }

.parchment-2-toolbar.quicklink input {
  height: 25px;
  width: 300px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.parchment-2-toolbar.quicklink .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  background: #2e3338;
  border: 1px solid #272b2f;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -ms-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -o-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.parchment-2-toolbar.quicklink .disable {
  font-size: 10px;
  text-align: right; }

.parchment-content {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  word-wrap: break-word; }
  .parchment-content > *:first-child {
    margin-top: 0; }
  .parchment-content p {
    margin: 1em 0; }
  .parchment-content a {
    color: #ff6600; }
  .parchment-content img {
    max-width: 100%; }
  .parchment-content h2, .parchment-content h3, .parchment-content h4 {
    font-weight: bold;
    margin: 1.5em 0 1em; }
  .parchment-content h2 {
    font-size: 150%;
    font-weight: bold; }
  .parchment-content h3 {
    font-size: 125%;
    font-weight: bold; }
  .parchment-content h4 {
    font-size: 115%;
    font-weight: bold; }
  .parchment-content ul, .parchment-content ol {
    line-height: 18px; }
    .parchment-content ul li, .parchment-content ol li {
      margin-left: 25px;
      padding: 0;
      border: 0;
      overflow: visible; }
  .parchment-content ul li {
    list-style-type: square; }
  .parchment-content ol li {
    list-style-position: outside;
    list-style-type: decimal; }
  .parchment-content em, .parchment-content i {
    font-style: italic; }
  .parchment-content strong, .parchment-content b {
    font-weight: bold; }
  .parchment-content span.spoiler {
    background: #000;
    color: #fff; }
    .parchment-content span.spoiler * {
      color: inherit !important; }
  .parchment-content .js-item-cage {
    margin: 1em 0; }
    .parchment-content .js-item-cage[rel="video"] {
      text-align: center; }
    .parchment-content .js-item-cage[rel="galleries"] {
      text-align: center; }
  .parchment-content .item-caption {
    padding-top: 5px; }
  .parchment-content .t-editor th, .parchment-content .t-editor td {
    padding: 5px; }
  .parchment-content .t-editor th {
    font-size: 11px;
    font-weight: bold;
    text-align: center; }
  .parchment-content .t-editor.with-border th, .parchment-content .t-editor.with-border td {
    border: 1px solid #ccc; }
  .parchment-content .t-editor.full-width {
    width: 100%; }
  .parchment-content blockquote {
    border: 0;
    color: #555;
    margin: 1.5em 0;
    font-size: 24px;
    font-family: "NimbusSansDCondBold", Arial, sans-serif;
    font-weight: normal;
    position: relative;
    clear: both;
    line-height: 1; }
    .parchment-content blockquote:before {
      content: "";
      font-size: 40px;
      position: absolute;
      top: -14px;
      left: 5px; }
    .parchment-content blockquote:after {
      content: "";
      font-size: 40px;
      position: absolute;
      bottom: -10px;
      right: 5px; }
    .parchment-content blockquote cite {
      display: block;
      font-size: 12px;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .parchment-content blockquote.embed-size-large {
      font-size: 24px; }
      .parchment-content blockquote.embed-size-large cite {
        font-size: 18px; }
      .parchment-content blockquote.embed-size-large:before, .parchment-content blockquote.embed-size-large:after {
        font-size: 50px; }
    .parchment-content blockquote.embed-size-medium {
      font-size: 24px;
      line-height: 1; }
      .parchment-content blockquote.embed-size-medium cite {
        font-size: 14px; }
      .parchment-content blockquote.embed-size-medium:before, .parchment-content blockquote.embed-size-medium:after {
        font-size: 45px; }
    .parchment-content blockquote.embed-position-left, .parchment-content blockquote.embed-position-right {
      width: 200px;
      padding: 0 1em;
      margin-top: 0; }
      .parchment-content blockquote.embed-position-left:before, .parchment-content blockquote.embed-position-left:after, .parchment-content blockquote.embed-position-right:before, .parchment-content blockquote.embed-position-right:after {
        content: ""; }
    .parchment-content blockquote.embed-position-left {
      float: left;
      clear: left;
      padding-left: 0; }
    .parchment-content blockquote.embed-position-right {
      float: right;
      clear: right;
      text-align: right;
      padding-right: 0; }
  .parchment-content .gallery-insert {
    text-align: center; }
    .parchment-content .gallery-insert a {
      display: inline-block;
      margin-right: 5px; }
    .parchment-content .gallery-insert img {
      display: block;
      border: 1px solid #000;
      padding: 4px;
      background-color: #000; }
  .parchment-content.editor *:first-child {
    margin-top: 0; }

.wiki-img,
.wiki-img-small,
.wiki-img-thumb,
.wiki-img-screen,
.wiki-img-medium,
.wiki-img-super,
.wiki-img-middle {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px; }
  .wiki-img img,
  .wiki-img-small img,
  .wiki-img-thumb img,
  .wiki-img-screen img,
  .wiki-img-medium img,
  .wiki-img-super img,
  .wiki-img-middle img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

.wiki-img {
  width: 150px; }

.wiki-img-small {
  width: 50px; }

.wiki-img-thumb {
  width: 150px; }

.wiki-img-screen {
  width: 192px; }

.wiki-img-middle {
  width: 280px;
  background: none; }

.wiki-img-medium {
  width: 150px; }

.wiki-img-super {
  background: none;
  padding: 0; }

.wiki-img-left {
  float: left;
  margin: 0 15px 15px 0;
  clear: left; }

.wiki-img-right {
  float: right;
  margin: 0 0 15px 15px;
  clear: right; }

.wiki-img-center {
  padding: 0 0 15px 0;
  text-align: center; }

.js-spoiler-btn {
  padding: 5px 5px 5px 26px;
  font-weight: bold;
  background: url(/static/vine/img/icons/exclamation_pad.png) left no-repeat #ffcccc; }
  .js-spoiler-btn a {
    color: #C00; }

.js-spoiler-div {
  padding: 5px;
  background-color: rgba(255, 204, 204, 0.2);
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.comments-wrap .parchment-content, .pms .parchment-content, .forum-thread-posts .parchment-content, .comments-wrap .parchment-content.editor, .pms .parchment-content.editor, .forum-thread-posts .parchment-content.editor {
  color: #555;
  font-size: 14px;
  line-height: 19px; }
  .comments-wrap .parchment-content > *:first-child, .pms .parchment-content > *:first-child, .forum-thread-posts .parchment-content > *:first-child, .comments-wrap .parchment-content.editor > *:first-child, .pms .parchment-content.editor > *:first-child, .forum-thread-posts .parchment-content.editor > *:first-child {
    margin-top: 0; }
  .comments-wrap .parchment-content blockquote, .pms .parchment-content blockquote, .forum-thread-posts .parchment-content blockquote, .comments-wrap .parchment-content.editor blockquote, .pms .parchment-content.editor blockquote, .forum-thread-posts .parchment-content.editor blockquote {
    background: #eee;
    border-left: 3px solid #F7941E;
    font: normal 14px "Arial", sans-serif;
    margin: 0 0 1em 0;
    padding: 10px; }
    .comments-wrap .parchment-content blockquote > *:first-child, .pms .parchment-content blockquote > *:first-child, .forum-thread-posts .parchment-content blockquote > *:first-child, .comments-wrap .parchment-content.editor blockquote > *:first-child, .pms .parchment-content.editor blockquote > *:first-child, .forum-thread-posts .parchment-content.editor blockquote > *:first-child {
      margin: 0; }
    .comments-wrap .parchment-content blockquote > *:last-child, .pms .parchment-content blockquote > *:last-child, .forum-thread-posts .parchment-content blockquote > *:last-child, .comments-wrap .parchment-content.editor blockquote > *:last-child, .pms .parchment-content.editor blockquote > *:last-child, .forum-thread-posts .parchment-content.editor blockquote > *:last-child {
      margin-bottom: 0; }
    .comments-wrap .parchment-content blockquote:before, .comments-wrap .parchment-content blockquote:after, .pms .parchment-content blockquote:before, .pms .parchment-content blockquote:after, .forum-thread-posts .parchment-content blockquote:before, .forum-thread-posts .parchment-content blockquote:after, .comments-wrap .parchment-content.editor blockquote:before, .comments-wrap .parchment-content.editor blockquote:after, .pms .parchment-content.editor blockquote:before, .pms .parchment-content.editor blockquote:after, .forum-thread-posts .parchment-content.editor blockquote:before, .forum-thread-posts .parchment-content.editor blockquote:after {
      font-size: 0; }
    .comments-wrap .parchment-content blockquote blockquote, .pms .parchment-content blockquote blockquote, .forum-thread-posts .parchment-content blockquote blockquote, .comments-wrap .parchment-content.editor blockquote blockquote, .pms .parchment-content.editor blockquote blockquote, .forum-thread-posts .parchment-content.editor blockquote blockquote {
      margin: 5px 0;
      opacity: 0.8; }
      .comments-wrap .parchment-content blockquote blockquote blockquote, .pms .parchment-content blockquote blockquote blockquote, .forum-thread-posts .parchment-content blockquote blockquote blockquote, .comments-wrap .parchment-content.editor blockquote blockquote blockquote, .pms .parchment-content.editor blockquote blockquote blockquote, .forum-thread-posts .parchment-content.editor blockquote blockquote blockquote {
        opacity: 0.7; }
        .comments-wrap .parchment-content blockquote blockquote blockquote blockquote, .pms .parchment-content blockquote blockquote blockquote blockquote, .forum-thread-posts .parchment-content blockquote blockquote blockquote blockquote, .comments-wrap .parchment-content.editor blockquote blockquote blockquote blockquote, .pms .parchment-content.editor blockquote blockquote blockquote blockquote, .forum-thread-posts .parchment-content.editor blockquote blockquote blockquote blockquote {
          opacity: 0.6; }
          .comments-wrap .parchment-content blockquote blockquote blockquote blockquote blockquote, .pms .parchment-content blockquote blockquote blockquote blockquote blockquote, .forum-thread-posts .parchment-content blockquote blockquote blockquote blockquote blockquote, .comments-wrap .parchment-content.editor blockquote blockquote blockquote blockquote blockquote, .pms .parchment-content.editor blockquote blockquote blockquote blockquote blockquote, .forum-thread-posts .parchment-content.editor blockquote blockquote blockquote blockquote blockquote {
            opacity: 0.5; }

@media only screen and (max-width: 480px) {
  .parchment-content blockquote {
    font-size: 20px;
    line-height: 1.2; }
    .parchment-content blockquote[class*=embed-size-] {
      font-size: 20px;
      line-height: 1.2; }
    .parchment-content blockquote.embed-position-left, .parchment-content blockquote.embed-position-right {
      width: auto; } }

.pms {
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px; }
  .pms h1 {
    float: left;
    font: normal 30px/33px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .pms .section-content > section {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 0; }
  .pms .col {
    background: #fafafa;
    display: table-cell;
    vertical-align: top; }
    @media only screen and (max-width: 1000px) {
      .pms .col {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block; } }
  @media only screen and (max-width: 1000px) {
    .pms aside.col {
      width: 100%; } }
  .pms .pagination [data-icon]:before, .pms .pagination [data-icon-after]:after {
    display: inline-block;
    top: 0; }
  .pms .pagination .next {
    padding-right: 0; }
  .pms .pagination .prev {
    padding-left: 0; }
  .pms .main.col {
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    background: white;
    border-left: 1px solid #ccc;
    min-height: 560px;
    padding: 25px;
    position: relative;
    width: 100%; }
    .pms .main.col header {
      border-bottom: 1px solid black;
      overflow: hidden; }
    .pms .main.col .participants {
      border-bottom: 1px dotted black;
      color: #666;
      display: block;
      font: normal 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      padding: 10px 0;
      text-transform: uppercase; }
      .pms .main.col .participants span {
        color: black; }
      .pms .main.col .participants + .pagination {
        margin-top: 20px;
        margin-bottom: 0; }
    @media only screen and (max-width: 1000px) {
      .pms .main.col {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        border-left: 0;
        width: 100%; } }
    @media only screen and (max-width: 680px) {
      .pms .main.col {
        padding: 15px; } }

.pms-nav {
  height: 100%;
  font: 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  min-height: 640px;
  text-transform: uppercase;
  width: 200px; }
  .pms-nav li {
    display: block; }
    .pms-nav li.on a {
      background: black;
      border-bottom: 1px solid #ddd;
      color: #ddd; }
    .pms-nav li a:hover {
      background: black;
      color: #eff200; }
  .pms-nav li > a {
    background: white;
    border-bottom: 1px solid #ddd;
    color: #000;
    display: block;
    line-height: 1.6;
    padding: 9px 15px;
    position: relative;
    cursor: pointer; }
    .pms-nav li > a:last-child {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
    .pms-nav li > a:before {
      content: attr(data-icon);
      font-size: 17px;
      position: relative;
      left: -5px; }
  @media only screen and (max-width: 1000px) {
    .pms-nav {
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -webkit-box-shadow: none;
      float: none;
      min-height: 100%;
      padding: 0;
      width: 100%; }
      .pms-nav li {
        display: inline-block;
        margin-right: 5px; } }
  @media only screen and (max-width: 680px) {
    .pms-nav {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0; }
      .pms-nav li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 50%; }
        .pms-nav li:nth-child(2n) {
          border-left: 1px solid #ddd; }
        .pms-nav li > a {
          padding: 9px 25px; } }

.pms-action-pane {
  float: right;
  padding: 0 0 20px 0; }
  .pms-action-pane li {
    display: inline-block;
    padding-left: 5px; }
    .pms-action-pane li:first-child {
      padding-left: 0; }
  .pms-action-pane .cta {
    display: inline-block; }
  .pms-action-pane [data-icon]:before {
    font-size: 14px; }
  @media only screen and (max-width: 680px) {
    .pms-action-pane {
      border-top: 1px solid black;
      clear: both;
      float: none;
      display: block;
      padding: 5px 0;
      text-align: center; } }
  @media only screen and (max-width: 580px) {
    .pms-action-pane .cta, .pms-action-pane [data-icon]:before {
      font-size: 12px; }
    .pms-action-pane .star, .pms-action-pane .unstar, .pms-action-pane .select-all {
      display: none; } }
  @media only screen and (max-width: 480px) {
    .pms-action-pane .cta {
      padding: 5px; }
    .pms-action-pane [data-icon] {
      display: none; } }

.pms-threads {
  width: 100%; }
  .pms-threads tr {
    border-bottom: 1px solid #ddd; }
    .pms-threads tr:hover {
      background: #f7f7f7; }
      .pms-threads tr:hover time a {
        color: #F7941E;
        font-weight: bold; }
  .pms-threads td {
    padding: 10px 0; }
  .pms-threads a {
    font-weight: normal; }
    .pms-threads a img {
      width: 25px; }
  .pms-threads .checkbox {
    padding-left: 10px;
    width: 30px; }
  .pms-threads .starred {
    width: 30px; }
    .pms-threads .starred a:before {
      font-size: 18px; }
    .pms-threads .starred a.on:before {
      content: "*"; }
  .pms-threads .thread-info a {
    margin: -10px 0;
    padding: 10px 0; }
  .pms-threads .from {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px; }
  .pms-threads .subject {
    font-size: 12px;
    padding-right: 10px; }
  .pms-threads .pm-unread {
    background: #E6F1F6; }
    .pms-threads .pm-unread td, .pms-threads .pm-unread a {
      font-weight: bold !important; }
  .pms-threads .thread-info a {
    display: block; }
  .pms-threads .thread-info span {
    display: block; }
  .pms-threads .time {
    white-space: nowrap;
    width: 1%;
    color: #666;
    font-size: 11px;
    padding-right: 20px;
    text-align: right; }
    .pms-threads .time a {
      display: block;
      margin: -10px 0; }
      .pms-threads .time a:hover {
        text-decoration: underline; }

.pms-create {
  margin: 0 auto;
  width: 100%; }
  .pms-create label {
    display: block;
    font: normal 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    text-transform: uppercase; }
  .pms-create form > input, .pms-create textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #ccc;
    background: #fafafa;
    font: normal 14px Arial, Helvetica, sans-serif;
    margin-top: 5px;
    padding: 9px;
    width: 100%; }
  .pms-create textarea {
    height: 150px;
    margin-bottom: 10px; }
  .pms-create .select2-choices input {
    font: normal 14px Arial, Helvetica, sans-serif; }

.pms-thread > ul > li {
  border-top: 1px dotted #ccc;
  display: block;
  padding: 20px 10px; }
  .pms-thread > ul > li:before {
    display: none; }
  .pms-thread > ul > li:first-child {
    border-top: none; }

.pms-thread div {
  margin-left: 60px; }

.pms-thread .avatar {
  display: block;
  float: left;
  margin-right: 15px;
  position: absolute; }

.pms-thread .comment-header {
  color: #666;
  font: bold 13px Arial, Helvetica, sans-serif;
  margin-bottom: 7px; }

@media only screen and (max-width: 480px) {
  .pms-thread li {
    padding: 10px 0; }
  .pms-thread div {
    margin-left: 0; }
  .pms-thread .avatar {
    display: none; } }

.podcast-player {
  background: #444;
  position: relative; }
  .podcast-player #podcast-controls {
    padding: 0 100px 0 50px; }
  .podcast-player .player {
    color: #aaa;
    height: 50px;
    font: bold 18px Arial, Helvetica, sans-serif;
    padding: 0;
    position: relative; }
    .podcast-player .player img {
      height: 100px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100px; }
  .podcast-player .play {
    display: block;
    height: 100%;
    float: left;
    margin-left: -50px;
    position: relative;
    text-align: center;
    width: 50px; }
    .podcast-player .play:hover:before {
      color: #f7941e; }
    .podcast-player .play:before {
      color: #fff;
      content: "1";
      font: normal 20px / 50px "Icons"; }
    .podcast-player .play.on:before {
      content: "2"; }
  .podcast-player .buffer {
    border: 1px solid #222;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    height: 50px;
    float: left;
    position: relative;
    width: 100%;
    z-index: 2; }
  .podcast-player .loaded {
    background: rgba(247, 148, 30, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    width: 0; }
  .podcast-player .time {
    color: #f9f9f9;
    font: normal 24px/50px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 50px;
    left: 65px;
    position: absolute;
    z-index: 1; }
  .podcast-player .visual-position {
    background: #f7941e url("/static/site/img/misc/pixel-block-texture.png");
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 0; }
  .podcast-player #podcast-audio {
    padding: 0 15px;
    float: left;
    margin: 0 -150px 0 0;
    position: relative;
    width: 70px; }
  .podcast-player .volume {
    background: #222;
    height: 1px;
    margin: 24px 0 0 0;
    left: 25px;
    position: relative;
    width: 40px; }
  .podcast-player .ui-slider-handle {
    background: #fff;
    border: 8px solid #f7941e;
    border-radius: 100%;
    display: block;
    height: 2px;
    left: 50%;
    margin: 0 -10px;
    position: relative;
    top: -8px;
    width: 2px; }
  .podcast-player .mute {
    background: url(/static/site/img/podcast/volume-sprite.png) 0 -36px;
    display: block;
    height: 18px;
    left: 10px;
    position: absolute;
    text-indent: -999em;
    top: 16px;
    width: 18px; }
    .podcast-player .mute.low {
      background-position: 0 -18px; }
    .podcast-player .mute.high {
      background-position: bottom; }
    .podcast-player .mute.on {
      background-position: top; }
  .podcast-player .retrieval {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #222;
    padding: 5px 15px;
    left: 0;
    bottom: 0;
    width: 100%; }
    .podcast-player .retrieval li {
      display: inline-block;
      padding-left: 15px;
      border-left: 1px solid;
      position: relative; }
      .podcast-player .retrieval li:first-child {
        padding-left: 0; }
      .podcast-player .retrieval li:first-child {
        margin-left: 0; }
      .podcast-player .retrieval li a.video {
        font-weight: bold; }
    .podcast-player .retrieval a {
      color: #f9f9f9; }
      .podcast-player .retrieval a:hover {
        color: #f7941e; }
  @media only screen and (max-width: 480px) {
    .podcast-player .time {
      font-size: 18px; } }

.profile-img {
  width: 100%; }

.user-profile .profile-detail {
  font: normal 16px/20px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .user-profile .profile-detail h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px; }
  .user-profile .profile-detail span {
    color: #989898; }
  .user-profile .profile-detail ul {
    margin: 14px 0px;
    padding: 10px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .user-profile .profile-detail ul li {
      display: inline;
      margin-right: 8px;
      padding: 4px 5px 4px 0; }
      .user-profile .profile-detail ul li.on {
        background: #000;
        color: #fff; }
        .user-profile .profile-detail ul li.on a {
          color: #fff; }
  .user-profile .profile-detail .location {
    display: block;
    margin-bottom: 10px; }
  .user-profile .profile-detail .send-pm {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 3px;
    text-align: center;
    width: 100%; }
  .user-profile .profile-detail .about-me {
    color: #333;
    font: normal 13px/1.4 Arial, Helvetica, sans-serif;
    text-transform: none; }
  @media only screen and (max-width: 770px) {
    .user-profile .profile-detail img {
      float: left;
      width: 150px; }
    .user-profile .profile-detail .info {
      padding-left: 170px; }
    .user-profile .profile-detail .about-me {
      display: none; } }
  @media only screen and (max-width: 480px) {
    .user-profile .profile-detail img {
      margin-right: 10px;
      width: 60px; }
    .user-profile .profile-detail .info {
      padding: 0; } }
  @media only screen and (max-width: 320px) {
    .user-profile .profile-detail img {
      width: 30px; } }

.profile-body {
  overflow: hidden; }

.profile-nav {
  font: normal 18px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  width: 100%; }
  .profile-nav ul {
    position: relative; }
  .profile-nav li {
    display: inline-block;
    margin-left: 0;
    padding: 4px 8px; }
    .profile-nav li:first-child {
      margin-left: 0; }
    .profile-nav li.on {
      background: #ccc;
      color: #fff; }
      .profile-nav li.on a {
        color: #fff; }
  .profile-nav .cta {
    float: right;
    padding-right: 0; }
    .profile-nav .cta a:before {
      font-size: 16px; }
  @media only screen and (max-width: 480px) {
    .profile-nav {
      padding: 0; }
      .profile-nav a {
        display: block; }
      .profile-nav li {
        border-top: 1px solid #333;
        display: block;
        padding: 8px 7px;
        margin: 0; }
        .profile-nav li:first-child {
          border-top: none; }
        .profile-nav li:last-child {
          float: none; }
        .profile-nav li [data-icon]:before {
          display: none; } }

.profile-activity {
  font: normal Arial, Helvetica, sans-serif; }
  .profile-activity a {
    font-weight: bold; }
  .profile-activity li {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0px;
    position: relative; }
    .profile-activity li:first-child {
      margin-top: -10px; }
  .profile-activity .parchment-content {
    font-size: 13px; }
    .profile-activity .parchment-content p:first-child {
      margin-top: 3px; }
    .profile-activity .parchment-content p:last-child {
      margin-bottom: 0; }
    .profile-activity .parchment-content blockquote {
      background: #eee;
      border-left: 3px solid #F7941E;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      margin: 0;
      padding: 10px; }
      .profile-activity .parchment-content blockquote *:first-child {
        margin: 0; }
      .profile-activity .parchment-content blockquote *:last-child {
        margin-bottom: 0; }
      .profile-activity .parchment-content blockquote:before, .profile-activity .parchment-content blockquote:after {
        font-size: 0; }
      .profile-activity .parchment-content blockquote blockquote {
        margin: 5px 0; }
  .profile-activity .avatar {
    float: left;
    margin-top: 3px; }
  .profile-activity .action {
    color: #666;
    padding-left: 55px; }
    .profile-activity .action a {
      color: #333; }
    .profile-activity .action header {
      padding-right: 85px; }
    .profile-activity .action time {
      color: #666;
      position: absolute;
      right: 0;
      top: 12px; }
    .profile-activity .action section .more {
      color: #25A1AF;
      display: block; }
  @media only screen and (max-width: 768px) {
    .profile-activity li {
      padding: 15px 0; }
    .profile-activity .action {
      padding-left: 40px; }
      .profile-activity .action header {
        padding-right: 0; }
      .profile-activity .action time {
        position: static; }
    .profile-activity .avatar img {
      width: 30px; } }

.profile-settings-forms {
  text-transform: uppercase;
  font: normal 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 30px; }
  .profile-settings-forms label {
    display: block;
    float: left;
    margin-right: 5px; }
  .profile-settings-forms form fieldset ul li img {
    display: block; }
  .profile-settings-forms form footer {
    margin-top: 10px; }

.user-is-subscribed .ad-slot, .user-is-subscribed .inventern-img-article, .user-is-subscribed .inventern-img-video, .user-is-subscribed .inventern-img {
  display: none !important; }

.choose-plan-wrap {
  font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .choose-plan-wrap .choose-plan-content h1 {
    font-size: 3.5em;
    text-transform: uppercase;
    margin-top: 25px;
    line-height: 1em; }
    @media only screen and (max-width: 520px) {
      .choose-plan-wrap .choose-plan-content h1 {
        text-align: center;
        font-size: 3.5em; } }
  .choose-plan-wrap .choose-plan-content h4 {
    font-size: 2em;
    color: #666;
    margin: 0 0 25px 0;
    line-height: 1em; }
    @media only screen and (max-width: 520px) {
      .choose-plan-wrap .choose-plan-content h4 {
        text-align: center; } }
  .choose-plan-wrap .choose-plan-content h5 {
    font-size: 2em;
    color: #333;
    text-transform: uppercase;
    margin: 25px 0;
    line-height: 1em;
    padding-bottom: 25px;
    border-bottom: thin #c7c7c7 solid; }
  .choose-plan-wrap .choose-plan-content .pseudo-hr {
    display: block;
    width: 100%;
    border-bottom: thin #c7c7c7 solid;
    margin: 40px 0; }
    @media only screen and (max-width: 975px) {
      .choose-plan-wrap .choose-plan-content .pseudo-hr {
        margin: 20px 0; } }
  .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-title {
    display: block;
    color: #fff;
    font-size: 3.8em;
    background: #424242;
    text-transform: uppercase;
    padding: 8% 8% 8% 4%;
    text-indent: 10px;
    font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-details {
    background: #fff;
    color: #666;
    padding: 8% 0 8% 7%;
    min-height: 230px; }
    .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-details li {
      margin-bottom: 3%;
      font-size: 1.4em; }
      .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-details li:before {
        display: block;
        content: "•";
        float: left;
        margin-right: 1%;
        color: #dea200;
        font-size: 1.5em; }
    .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-details .extra {
      color: #000;
      padding-top: 5px;
      font-size: 2em;
      font-weight: bold; }
      .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-details .extra:before {
        content: ""; }
  .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-offer {
    display: block;
    padding: 8%;
    font-size: 2.4em; }
    .choose-plan-wrap .choose-plan-content .choose-plan .choose-plan-offer span {
      color: #f79420; }
  .choose-plan-wrap .choose-plan-content .choose-plan .plan-btn {
    margin: 10% 10% 10% 28%;
    border: thin white solid;
    display: inline-block;
    background: #f7941e;
    border: 0;
    color: white;
    cursor: pointer;
    font: 2.3em/1em "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    padding: 15px 30px;
    text-transform: uppercase; }
    .choose-plan-wrap .choose-plan-content .choose-plan .plan-btn.small {
      font-size: 16px;
      padding: 5px 7px; }
  .choose-plan-wrap .choose-plan-content .choose-plan .plan-monthly, .choose-plan-wrap .choose-plan-content .choose-plan .plan-annual {
    border: thin solid #c7c7c7; }
  .choose-plan-wrap .choose-plan-content .choose-plan .left-rail {
    display: block;
    float: left;
    width: 48%; }
    @media only screen and (max-width: 975px) {
      .choose-plan-wrap .choose-plan-content .choose-plan .left-rail {
        width: 97%; } }
    .choose-plan-wrap .choose-plan-content .choose-plan .left-rail .pixel-guys {
      display: block;
      width: 100%;
      clear: left;
      margin-top: 50px; }
      @media only screen and (max-width: 975px) {
        .choose-plan-wrap .choose-plan-content .choose-plan .left-rail .pixel-guys {
          display: none; } }
      .choose-plan-wrap .choose-plan-content .choose-plan .left-rail .pixel-guys img {
        display: block;
        margin: 0 auto; }
  .choose-plan-wrap .choose-plan-content .choose-plan .right-rail {
    display: block;
    float: right;
    width: 48%; }
    .choose-plan-wrap .choose-plan-content .choose-plan .right-rail a {
      color: #f79420; }
    .choose-plan-wrap .choose-plan-content .choose-plan .right-rail a.btn {
      color: #fff; }
    @media only screen and (max-width: 975px) {
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail {
        clear: left;
        width: 100%;
        margin-top: 50px; } }
    .choose-plan-wrap .choose-plan-content .choose-plan .right-rail h4 {
      text-transform: uppercase;
      color: #000;
      font-size: 3em;
      padding: 0 0 0 0;
      margin: 0 0 18px 0; }
    .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits {
      color: #666;
      margin-bottom: 50px; }
      @media only screen and (max-width: 500px) {
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits {
          margin-bottom: 10px; } }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits ul li {
        display: block;
        font-size: 1.4em;
        margin: 0 0 12px 0; }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits ul li:before {
          content: "•";
          color: #f79420;
          float: left;
          padding-right: 3px;
          font-size: 1.9em; }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits ul li .the-second {
          padding-left: 28px; }
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits ul li .the-second li {
            font-size: 0.8em;
            margin-top: 5px; }
            .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits ul li .the-second li:before {
              content: "-";
              color: #f79420;
              float: left;
              padding-right: 5px;
              font-size: 2.5em;
              position: relative;
              top: -2px; }
      @media only screen and (max-width: 500px) {
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail .sub-benefits.right-inline {
          font-size: 10px; } }
    .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap {
      font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap hr {
        background: #c8c8c8;
        border: 0 none;
        height: 1px;
        clear: both; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .dashed {
        background: none;
        border-bottom: 1px dashed #c8c8c8;
        height: 1px; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap a {
        text-decoration: none; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap #main {
        margin: 30px auto;
        min-width: 320px;
        max-width: 540px;
        color: #989a99;
        text-transform: uppercase;
        font-size: 20px; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap hr {
        margin: 0; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan {
        width: 100%;
        clear: both; }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v1.toggle-bk, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v2.toggle-bk, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.silver.toggle-bk {
          background: transparent; }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v1:hover, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v2:hover, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.silver:hover {
          background: #fff5ea; }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v1 .extras, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v2 .extras, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.silver .extras {
          text-align: center;
          color: #999;
          font-size: 1.9em;
          line-height: 1em;
          width: 86%;
          padding: 30px 0 10px 0;
          margin: 0 auto;
          text-transform: uppercase; }
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v1 .extras .limited, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v2 .extras .limited, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.silver .extras .limited {
            color: #000; }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v1 .logo, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v2 .logo, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.silver .logo {
          overflow: hidden; }
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v1 .logo img, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v2 .logo img, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.silver .logo img {
            width: 68px;
            float: left;
            display: block;
            margin: 2%; }
            @media only screen and (max-width: 520px) {
              .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v1 .logo img, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.gold-v2 .logo img, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan.silver .logo img {
                width: 45px; } }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan-title {
        margin: 15px 0 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 40px;
        display: inline-block;
        line-height: 46px; }
        @media only screen and (max-width: 520px) {
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan-title {
            font-size: 20px;
            line-height: 23px; } }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan-title i {
          font-size: 17px;
          display: inline-block;
          vertical-align: top;
          line-height: 28px; }
          @media only screen and (max-width: 520px) {
            .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .plan-title i {
              font-size: 12px; } }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .positive:after {
        content: "+";
        display: block;
        font-size: 70px;
        font-weight: bold;
        color: #9a9b9f;
        width: 35px;
        margin: 0 auto;
        position: relative;
        top: -6px; }
        @media only screen and (max-width: 520px) {
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .positive:after {
            font-size: 35px; } }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .gold-v1, .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .gold-v2 {
        background: #fff5ea;
        color: #efb927; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .silver {
        color: #999;
        float: left; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .price {
        float: right;
        border-left: 1px dashed #c8c8c8;
        width: 30%;
        padding: 10px;
        margin: 20px 0;
        color: #989a99;
        text-align: center;
        font-size: 1.5em; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .blue-box {
        background: #8ed8f8;
        color: #fff;
        padding: 5px 10px;
        font-size: 22px;
        text-transform: uppercase;
        margin: 0;
        display: block;
        text-align: center;
        float: right;
        clear: both;
        position: relative;
        right: -10px;
        top: -17px; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .blue-box-pointer {
        float: right;
        clear: both;
        width: 0;
        height: 0;
        border-top: 10px solid #08a5eb;
        border-left: 0 solid transparent;
        border-right: 10px solid transparent;
        margin: 0 0 5px;
        position: relative;
        right: -10px;
        top: -17px; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .center {
        text-align: center; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .black {
        color: #020202; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .orange {
        color: #f7941c; }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .btn {
        display: block;
        width: 60%;
        margin: 5px auto 0 auto;
        color: #fff; }
        @media only screen and (max-width: 500px) {
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .btn {
            font-size: 15px; } }
      .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri {
        clear: right;
        display: block;
        position: relative;
        height: 160px;
        text-transform: uppercase; }
        @media only screen and (max-width: 600px) {
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri {
            height: 100px; } }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri p {
          width: 70%;
          position: relative;
          z-index: 1;
          float: left;
          margin: 34px 0 0 15px;
          line-height: 1;
          font-size: 28px;
          color: #9a9b9f; }
          @media only screen and (max-width: 1130px) {
            .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri p {
              font-size: 22px;
              margin: 44px 0 0 15px; } }
          @media only screen and (max-width: 960px) {
            .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri p {
              font-size: 28px;
              margin: 34px 0 0 15px; } }
          @media only screen and (max-width: 600px) {
            .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri p {
              font-size: 22px;
              margin: 18px 0 0 15px; } }
          @media only screen and (max-width: 400px) {
            .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri p {
              font-size: 16px;
              margin: 18px 0 0 15px;
              width: 63%; } }
          .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri p .limited {
            color: #000; }
        .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri img {
          position: absolute;
          bottom: -5px;
          right: -5px;
          width: 125px; }
          @media only screen and (max-width: 600px) {
            .choose-plan-wrap .choose-plan-content .choose-plan .right-rail #plan-wrap .tri img {
              width: 105px; } }
  .choose-plan-wrap .choose-plan-content .pixel-adam {
    width: 9%;
    float: left;
    position: absolute;
    left: 45%;
    bottom: 200px;
    display: none; }
    @media only screen and (max-width: 800px) {
      .choose-plan-wrap .choose-plan-content .pixel-adam {
        display: none; } }

.pp-title {
  font-weight: bold; }

.choose-plan-footer {
  float: left;
  width: 100%;
  display: block;
  padding: 20px 0;
  margin: 50px 0;
  font-size: 1.5em;
  color: #666;
  text-align: center;
  border-top: dashed #666 1px;
  border-bottom: dashed #666 1px; }
  .choose-plan-footer h5 {
    font-size: 2em;
    color: #333;
    text-transform: uppercase;
    margin: 25px 0;
    line-height: 1em;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: thin #c7c7c7 solid;
    border-top: thin #c7c7c7 solid; }
  .choose-plan-footer .faq-container {
    display: none;
    width: 98%;
    margin: 10px 0 30px 0;
    text-align: left;
    clear: left; }
    .choose-plan-footer .faq-container input {
      display: none; }
      .choose-plan-footer .faq-container input:checked, .choose-plan-footer .faq-container input:checked ~ article {
        -webkit-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
        -moz-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
        -o-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
        -ms-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
        transition: height 0.3s ease-in-out, box-shadow 0.1s linear; }
        .choose-plan-footer .faq-container input:checked.faq-mini, .choose-plan-footer .faq-container input:checked ~ article.faq-mini {
          height: 80px; }
          @media only screen and (max-width: 800px) {
            .choose-plan-footer .faq-container input:checked.faq-mini, .choose-plan-footer .faq-container input:checked ~ article.faq-mini {
              height: 180px; } }
        .choose-plan-footer .faq-container input:checked.faq-normal, .choose-plan-footer .faq-container input:checked ~ article.faq-normal {
          height: 120px; }
          @media only screen and (max-width: 800px) {
            .choose-plan-footer .faq-container input:checked.faq-normal, .choose-plan-footer .faq-container input:checked ~ article.faq-normal {
              height: 220px; } }
          @media only screen and (max-width: 500px) {
            .choose-plan-footer .faq-container input:checked.faq-normal, .choose-plan-footer .faq-container input:checked ~ article.faq-normal {
              height: 320px; } }
        .choose-plan-footer .faq-container input:checked.faq-large, .choose-plan-footer .faq-container input:checked ~ article.faq-large {
          height: 160px; }
          @media only screen and (max-width: 800px) {
            .choose-plan-footer .faq-container input:checked.faq-large, .choose-plan-footer .faq-container input:checked ~ article.faq-large {
              height: 260px; } }
        .choose-plan-footer .faq-container input:checked.faq-xlarge, .choose-plan-footer .faq-container input:checked ~ article.faq-xlarge {
          height: 160px; }
          @media only screen and (max-width: 500px) {
            .choose-plan-footer .faq-container input:checked.faq-xlarge, .choose-plan-footer .faq-container input:checked ~ article.faq-xlarge {
              height: 600px; } }
    .choose-plan-footer .faq-container label {
      font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-indent: 20px;
      padding: 15px 10px 20px 10px;
      position: relative;
      z-index: 0;
      display: block;
      width: 100%;
      cursor: pointer;
      color: #f79420;
      line-height: 33px;
      font-size: 19px;
      background: #f9f9f9;
      border-top: 1px dashed #666;
      text-transform: none; }
    .choose-plan-footer .faq-container article {
      margin-top: 0;
      overflow: hidden;
      height: 0px;
      position: relative;
      z-index: 0;
      -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
      transition: height 0.3s ease-in-out, box-shadow 0.6s linear; }
      .choose-plan-footer .faq-container article p {
        color: #474747;
        line-height: 23px;
        font-size: 14px;
        font-family: "Helvetica Neue";
        padding: 0 0 0 32px; }
    .choose-plan-footer .faq-container .faq-title {
      display: block;
      background: #ededed;
      float: left;
      width: 100%;
      padding: 40px 10px 20px 10px;
      margin-bottom: 15px; }
      .choose-plan-footer .faq-container .faq-title h3 {
        color: #000;
        font-size: 50px; }
      .choose-plan-footer .faq-container .faq-title ul {
        display: block;
        margin: 20px 0 0 0; }
        .choose-plan-footer .faq-container .faq-title ul li {
          display: block;
          float: left;
          padding: 0 10px;
          padding-left: 0; }
          @media only screen and (max-width: 800px) {
            .choose-plan-footer .faq-container .faq-title ul li {
              float: none;
              padding: 7px 10px; } }
          .choose-plan-footer .faq-container .faq-title ul li a {
            color: #f79420; }
          .choose-plan-footer .faq-container .faq-title ul li span {
            color: #999 !important; }
            @media only screen and (max-width: 800px) {
              .choose-plan-footer .faq-container .faq-title ul li span {
                display: none; } }
    .choose-plan-footer .faq-container .first-faq label {
      border: none; }
  .choose-plan-footer .switch {
    color: #f79420 !important;
    padding-right: 20px;
    background: transparent url(../img/subscriptions/arrows-faq-down.png) no-repeat center right; }
    .choose-plan-footer .switch.open {
      background: transparent url(../img/subscriptions/arrows-faq-up.png) no-repeat center right; }
  .choose-plan-footer .sprite {
    display: block;
    height: 0;
    text-indent: -9999; }

.premium_text {
  display: block;
  margin-top: 10px; }

.comiccon .offer {
  color: #999;
  font-size: 27px;
  line-height: 25px;
  text-align: center; }
  .comiccon .offer span {
    display: block;
    color: #000;
    margin: 15px 0; }

.comiccon .add {
  font-size: 70px;
  margin: 25px 0; }

.comiccon .sub-image img {
  width: 100%; }

@media only screen and (max-width: 975px) {
  .comiccon .sub-video {
    display: none; } }

.comiccon .sub-video iframe {
  border: solid 10px #d7d7d7;
  max-width: 100%; }

@media only screen and (min-width: 975px) {
  .comiccon .sub-video-top {
    display: none; } }

.comiccon .sub-video-top iframe {
  border: solid 10px #d7d7d7;
  max-width: 100%; }

.comiccon .right-rail-mobile {
  margin-top: 0 !important; }
  @media only screen and (min-width: 975px) {
    .comiccon .right-rail-mobile {
      display: none; } }

@media only screen and (max-width: 975px) {
  .comiccon .right-rail-desktop {
    display: none !important; } }

@media only screen and (min-width: 975px) {
  .comiccon .right-rail-desktop {
    display: none !important; } }

.comiccon .sub-benefits-first {
  margin-top: 40px; }

.comiccon .left-first {
  text-transform: uppercase; }

.comiccon .left-second {
  color: #000;
  font-size: 32px;
  line-height: 32px; }
  .comiccon .left-second a {
    font-size: 28px; }

.comiccon .annual-button {
  margin-top: 10px; }

@media only screen and (max-width: 975px) {
  .comicon15 .left-rail {
    display: none !important; } }

.comicon15 .left-rail img {
  display: table;
  margin: 0 auto; }

.comicon15 .sub-video {
  margin-bottom: 20px; }

.comicon15 .the-offer {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  .comicon15 .the-offer .title {
    text-transform: uppercase;
    font-size: 22px;
    margin: 10px 0; }
  .comicon15 .the-offer span {
    color: #666;
    font-size: 18px; }

.comicon15 .the-purchase {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto; }
  .comicon15 .the-purchase p {
    line-height: initial;
    font-size: 22px;
    margin: 15px 0; }

.comicon15 .bottom-rail {
  display: none; }
  @media only screen and (max-width: 975px) {
    .comicon15 .bottom-rail {
      display: block; } }
  .comicon15 .bottom-rail img {
    float: left; }
    @media only screen and (max-width: 975px) {
      .comicon15 .bottom-rail img {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      .comicon15 .bottom-rail img {
        display: table;
        float: none;
        width: 100%;
        margin: 0 auto; } }
  .comicon15 .bottom-rail .the-details {
    text-align: left;
    float: left;
    width: 48%; }
    @media only screen and (max-width: 600px) {
      .comicon15 .bottom-rail .the-details {
        clear: both;
        width: auto;
        margin-top: 25px; } }
    .comicon15 .bottom-rail .the-details .the-offer {
      text-align: left; }
      @media only screen and (max-width: 600px) {
        .comicon15 .bottom-rail .the-details .the-offer {
          text-align: center; } }
  .comicon15 .bottom-rail .the-purchase {
    clear: both;
    padding-top: 20px; }

.imagepop {
  display: block;
  cursor: pointer; }

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
    .featherlight:last-of-type {
      background: rgba(0, 0, 0, 0.8); }
    .featherlight:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    .featherlight .featherlight-content {
      position: relative;
      text-align: left;
      vertical-align: middle;
      display: inline-block;
      overflow: auto;
      padding: 25px 25px 0;
      border-bottom: 25px solid transparent;
      min-width: 30%;
      margin-left: 5%;
      margin-right: 5%;
      max-height: 95%;
      background: #fff;
      cursor: auto;
      white-space: normal; }
    .featherlight .featherlight-inner {
      display: block; }
    .featherlight .featherlight-close-icon {
      position: absolute;
      z-index: 9999;
      top: 0;
      right: 0;
      line-height: 25px;
      width: 25px;
      cursor: pointer;
      text-align: center;
      font: Arial, sans-serif;
      background: #fff;
      background: rgba(255, 255, 255, 0.3);
      color: #000; }
    .featherlight .featherlight-image {
      width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

.accepting-paypal {
  margin-top: 21px; }
  @media only screen and (max-width: 975px) {
    .accepting-paypal img {
      width: 120px !important;
      float: inherit !important;
      margin: 5px auto; } }
  .accepting-paypal img {
    width: 120px; }

html.touch section.comments .actions {
  visibility: visible; }

.comments-replies .actions {
  display: none; }

form.comment textarea, .parchment-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px; }

#id_honeypot {
  display: none; }

form[name=user-blog] li {
  margin-bottom: 10px; }

form[name=user-blog] label {
  font-size: 16px;
  font-weight: bold; }

form[name=user-blog] input[name=title] {
  font-size: 16px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%; }

form[name=user-blog] label[for=id_content], form[name=user-blog] label[for=id_comment] {
  display: none; }

.oo-player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0; }
  .oo-player .oo-player-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .oo-player .oo-player-video-container > div {
      z-index: 1 !important; }
  .oo-player object, .oo-player embed {
    height: 100%; }

section.social li {
  display: inline-block;
  vertical-align: top; }

section.social.social-article {
  border-bottom: 1px solid #000;
  margin: 4px 0 15px 0;
  padding: 0 0 6px; }
  section.social.social-article li {
    border-left: 1px dotted #ccc;
    padding: 6px 0 0 10px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    section.social.social-article li:first-child {
      border: 0;
      padding-left: 0; }

.blog-post {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc; }

.blog-post-header {
  font: normal 30px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.js-editor-textarea.unsupported {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px;
  margin: 0 0 1em; }
  .js-editor-textarea.unsupported.wikid {
    display: none; }

.parchment-note {
  margin: 1em 0; }

.parchment-2 {
  border: 1px solid #eeeeee;
  background: white;
  margin: 1em 0;
  position: relative; }
  .parchment-2 .editor {
    min-height: 150px;
    padding: 0 10px 10px;
    margin-top: 10px;
    color: #333333;
    position: relative; }
    .parchment-2 .editor:after {
      content: "";
      display: table;
      clear: both; }
    .parchment-2 .editor[contenteditable] .spoiler {
      background: none;
      outline: 1px dotted #333333; }
      .parchment-2 .editor[contenteditable] .spoiler * {
        color: inherit !important; }
    .parchment-2 .editor:focus {
      outline: none; }
  .parchment-2 textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 150px;
    border: 0;
    background: none;
    font: 12px monospace; }
  .parchment-2 .toolbar {
    background: #f3f3f3;
    border-bottom: 1px dotted #CCC;
    padding: 5px 5px 2px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    width: 100%; }
    .parchment-2 .toolbar.fixed {
      position: fixed; }
    .parchment-2 .toolbar.more {
      display: none; }
      .parchment-2 .toolbar.more.open {
        display: block; }
    .parchment-2 .toolbar > span {
      margin-right: 6px;
      display: inline-block; }
    .parchment-2 .toolbar button {
      color: #666666;
      display: inline-block;
      cursor: pointer;
      border: 1px solid #c3c3c3;
      height: 20px;
      background: url("/static/editor/img/parchment2/icons.png") #e3e3e3 no-repeat top;
      background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(white, #e3e3e3);
      background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(white, #e3e3e3);
      font: bold 11px / 18px Arial, Sans-Serif;
      margin: 0 0 3px 3px;
      padding: 0 3px;
      width: auto; }
      .parchment-2 .toolbar button:first-child {
        margin-left: 0; }
      .parchment-2 .toolbar button.on {
        border-color: #008fa9;
        background-color: #9bc9dc;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#c3e6f5, #9bc9dc);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#c3e6f5, #9bc9dc); }
        .parchment-2 .toolbar button.on:hover {
          background-color: #9bc9dc;
          background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#9bc9dc, #c3e6f5);
          background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#9bc9dc, #c3e6f5); }
      .parchment-2 .toolbar button:hover {
        background-color: white;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#e3e3e3, white);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#e3e3e3, white); }
      .parchment-2 .toolbar button.bold, .parchment-2 .toolbar button.italic, .parchment-2 .toolbar button.underline, .parchment-2 .toolbar button.strikethrough, .parchment-2 .toolbar button.ordered-list, .parchment-2 .toolbar button.unordered-list, .parchment-2 .toolbar button.blockquote {
        text-indent: -9999px;
        width: 20px;
        padding: 0; }
      .parchment-2 .toolbar button.bold {
        background-position: center -20px, center; }
      .parchment-2 .toolbar button.italic {
        background-position: center -40px, center; }
      .parchment-2 .toolbar button.underline {
        background-position: center -60px, center; }
      .parchment-2 .toolbar button.strikethrough {
        background-position: center -80px, center; }
      .parchment-2 .toolbar button.unordered-list {
        background-position: center -100px, center; }
      .parchment-2 .toolbar button.ordered-list {
        background-position: center -120px, center; }
      .parchment-2 .toolbar button.blockquote {
        background-position: center -140px, center; }
      .parchment-2 .toolbar button.link {
        background-position: left -160px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.video {
        background-position: left -180px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.table {
        background-position: left -200px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.image {
        background-position: left -220px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.remove-format {
        background-position: left -240px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.list {
        background-position: left -260px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.spoiler {
        background-position: left -280px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.code {
        background-position: left -320px, center;
        padding-left: 20px; }
      .parchment-2 .toolbar button.more {
        background-position: right -360px, center;
        float: right;
        margin: 0;
        padding-right: 20px; }
        .parchment-2 .toolbar button.more:before {
          content: "More"; }
        .parchment-2 .toolbar button.more.open {
          background-position: right -340px, center; }
          .parchment-2 .toolbar button.more.open:before {
            content: "Less"; }
    .parchment-2 .toolbar .dropdown {
      position: relative; }
      .parchment-2 .toolbar .dropdown:hover ul {
        display: block;
        z-index: 2; }
      .parchment-2 .toolbar .dropdown:hover > button {
        border-bottom-color: white;
        background: url("/static/editor/img/parchment2/icons.png") right -340px white no-repeat;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(#e3e3e3, white);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(#e3e3e3, white);
        background-position: right -340px, center;
        z-index: 3; }
      .parchment-2 .toolbar .dropdown > button {
        text-align: left;
        position: relative;
        width: 80px;
        padding-right: 20px;
        background: url("/static/editor/img/parchment2/icons.png") right -360px no-repeat #e3e3e3;
        background-image: url("/static/editor/img/parchment2/icons.png"), -webkit-linear-gradient(white, #e3e3e3);
        background-image: url("/static/editor/img/parchment2/icons.png"), linear-gradient(white, #e3e3e3);
        background-position: right -360px, center; }
      .parchment-2 .toolbar .dropdown ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #e3e3e3;
        background-image: -webkit-linear-gradient(white, #e3e3e3);
        background-image: linear-gradient(white, #e3e3e3);
        border: 1px solid #c3c3c3;
        margin-top: -4px;
        width: 125px; }
      .parchment-2 .toolbar .dropdown li {
        margin: 0;
        list-style-type: none; }
      .parchment-2 .toolbar .dropdown ul button {
        border: 0;
        display: block;
        margin: 0;
        background: none;
        height: auto;
        width: 100%;
        text-align: left;
        padding: 5px 0px 5px 10px; }
        .parchment-2 .toolbar .dropdown ul button.on {
          color: #111;
          background: url("/static/editor/img/parchment2/icons.png") #9bc9dc;
          background-image: -webkit-linear-gradient(#c3e6f5, #9bc9dc);
          background-image: linear-gradient(#c3e6f5, #9bc9dc); }
        .parchment-2 .toolbar .dropdown ul button:hover {
          background-color: white;
          background: rgba(0, 0, 0, 0.1); }
        .parchment-2 .toolbar .dropdown ul button.paragraph {
          font-weight: normal; }
        .parchment-2 .toolbar .dropdown ul button.header-2 {
          font-size: 18px; }
        .parchment-2 .toolbar .dropdown ul button.header-3 {
          font-size: 16px; }
        .parchment-2 .toolbar .dropdown ul button.header-4 {
          font-size: 14px; }
  .parchment-2 .embed-cage:hover {
    outline: 5px dotted black; }
  .parchment-2 .editor > blockquote:hover {
    outline: 5px dotted black; }
  .parchment-2 .embed-type-pagebreak, .parchment-2 .embed-type-teaser {
    clear: both;
    height: 15px;
    cursor: pointer;
    border: 0;
    border-top: 1px dotted #ccc; }
    .parchment-2 .embed-type-pagebreak:hover, .parchment-2 .embed-type-teaser:hover {
      outline: none; }
  .parchment-2 .embed-type-pagebreak {
    background: url(/static/editor/img/parchment2/pagebreak.png) center no-repeat; }
  .parchment-2 .embed-type-teaser {
    background: url(/static/editor/img/parchment2/teaser.png) center no-repeat; }

.parchment-2-edit-menu {
  background: #444;
  padding: 10px;
  width: 200px;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  display: none; }
  .parchment-2-edit-menu.on {
    display: block; }
  .parchment-2-edit-menu button {
    float: none;
    min-width: 10px;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    font: bold 11px / 20px Arial, Sans-serif;
    cursor: pointer;
    border: 1px solid #1a1a1a;
    color: #999;
    background-image: -webkit-linear-gradient(#4e4e4e, #212121);
    background-image: linear-gradient(#4e4e4e, #212121); }
    .parchment-2-edit-menu button:hover {
      background-image: -webkit-linear-gradient(#212121, #4e4e4e);
      background-image: linear-gradient(#212121, #4e4e4e); }
    .parchment-2-edit-menu button.on {
      color: #00ffff; }
  .parchment-2-edit-menu > span {
    margin-left: 10px;
    margin-right: 3px; }
    .parchment-2-edit-menu > span:first-child {
      margin-left: 0; }

.parchment-2-toolbar {
  display: none;
  position: absolute;
  background: #444444;
  color: #fff;
  font: 12px / 22px Arial, Sans-serif;
  padding: 5px;
  background-color: #464d53;
  border: 1px solid #25282c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -o-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 4px 8px, rgba(255, 255, 255, 0.15) 0 1px 0 inset; }
  .parchment-2-toolbar.on {
    display: block; }
  .parchment-2-toolbar button {
    float: none;
    min-width: 10px;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    font: bold 11px / 20px Arial, Sans-Serif;
    cursor: pointer;
    border: 1px solid #1a1a1a;
    color: #999;
    background-image: -webkit-linear-gradient(#4e4e4e, #212121);
    background-image: linear-gradient(#4e4e4e, #212121); }
    .parchment-2-toolbar button:hover {
      background-image: -webkit-linear-gradient(#212121, #4e4e4e);
      background-image: linear-gradient(#212121, #4e4e4e); }
    .parchment-2-toolbar button.on {
      color: #00ffff; }
  .parchment-2-toolbar > span {
    margin-left: 10px;
    margin-right: 3px; }
    .parchment-2-toolbar > span:first-child {
      margin-left: 0; }

.parchment-2-insert {
  text-align: center; }
  .parchment-2-insert img {
    margin: 0 5px; }
  .parchment-2-insert textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .parchment-2-insert span {
    display: block;
    margin: 5px 0; }

.parchment-2-toolbar.quicklink .label span {
  display: none; }

.parchment-2-toolbar.quicklink input {
  height: 25px;
  width: 300px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -ms-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.parchment-2-toolbar.quicklink .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  background: #2e3338;
  border: 1px solid #272b2f;
  box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -ms-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -o-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.parchment-2-toolbar.quicklink .disable {
  font-size: 10px;
  text-align: right; }

.parchment-2-toolbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  color: #000;
  font: bold 11px Arial, Helvetica, sans-serif; }
  .parchment-2-toolbar span {
    text-transform: uppercase; }
  .parchment-2-toolbar button, .parchment-2-toolbar button:hover {
    background: none;
    background: none;
    background: black; }
  .parchment-2-toolbar button {
    color: white;
    font: normal 14px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .parchment-2-toolbar button:hover {
      color: #EFF200; }
  .parchment-2-toolbar.quicklink {
    width: 200px; }
    .parchment-2-toolbar.quicklink input {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -webkit-box-shadow: none;
      background: none;
      border: none;
      height: 20px;
      font-weight: bold; }
    .parchment-2-toolbar.quicklink .select2-container {
      margin-top: 10px; }
    .parchment-2-toolbar.quicklink .select2-choices {
      padding: 3px; }
    .parchment-2-toolbar.quicklink .select2-search-choice {
      display: none; }
    .parchment-2-toolbar.quicklink .select2-drop {
      font-size: 11px; }
    .parchment-2-toolbar.quicklink .select2-result {
      font-size: 14px; }
    .parchment-2-toolbar.quicklink .close {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: black; }

.info-site {
  color: #666; }
  .info-site img.group {
    margin: 0 auto;
    display: block;
    margin-bottom: -30px;
    margin-top: -30px; }
  .info-site section {
    border-top: 1px solid #000;
    margin: 30px 0 0; }
    .info-site section:first-child {
      border: 0;
      margin-top: 0; }
    .info-site section > header {
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 20px; }
  .info-site p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5; }
  .info-site > p {
    font-size: 19px;
    line-height: 1.3; }
  .info-site ul {
    margin-left: 15px; }
    .info-site ul li {
      list-style: disc;
      margin: 15px; }
  .info-site ol {
    margin-left: 15px; }
    .info-site ol.list-alpha li {
      list-style: lower-alpha; }

.auth {
  font-family: "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .auth:after {
    content: "";
    display: table;
    clear: both; }
  .auth a {
    color: #ff6600;
    font-weight: bold; }
  .auth aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px dotted #ccc;
    padding: 0 30px 30px 30px;
    position: relative; }
  .auth .auth-greeting h1 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 20px; }
  .auth .auth-greeting h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px; }
  .auth .auth-greeting span {
    color: #666;
    font: normal 16px/20px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none; }
  .auth form label {
    font-size: 18px; }
  .auth form button [data-icon]:before {
    font-size: 14px;
    margin-left: 2px;
    top: -1px; }
  .auth .reset {
    font: bold 14px Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 35px;
    right: 30px;
    text-transform: none; }
  .auth footer ul {
    margin-bottom: 20px; }
  .auth footer li {
    color: #666;
    font-family: "Arial";
    margin: 5px 0;
    text-transform: none; }
  .auth footer label {
    font-size: 14px; }
  .auth footer .block {
    color: #666;
    display: block;
    margin-top: 0;
    font-family: "Arial";
    text-transform: none; }
  @media only screen and (max-width: 770px) {
    .auth aside {
      border: none;
      padding: 30px; } }
  @media only screen and (max-width: 600px) {
    .auth > section, .auth aside {
      width: 100%; }
    .auth > aside {
      border-left: none; }
    .auth > section header h1 {
      position: absolute;
      top: -9999px; } }

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.ui-dialog {
  background: #fff;
  position: absolute; }

.ui-modal-image {
  max-width: 100%; }
  .ui-modal-image img {
    max-width: 100%;
    max-height: 100%; }

.ui-dialog-titlebar {
  line-height: 0;
  height: 0; }

.ui-dialog-titlebar-close {
  width: 36px;
  height: 37px;
  position: absolute;
  right: -18px;
  top: -18px; }
  .ui-dialog-titlebar-close .ui-icon {
    text-indent: -999999em;
    background: url(/static/site/img/misc/dialog-close.png);
    display: block;
    width: 36px;
    height: 37px; }

.chatroom .l-content .l-container, .chatroom .l-content .gallery-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  padding: 20px;
  width: 100%; }

.chatroom .tabs {
  margin: 0 0 -1px 7px;
  margin-bottom: -1px; }
  .chatroom .tabs li.on, .chatroom .tabs li:hover {
    background: #fff; }

.chatroom .login {
  background: #eee;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  color: #000;
  font: normal 20px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase; }
  .chatroom .login a {
    color: #F7941E; }

.chat-header {
  background: #000;
  color: #fff;
  font: normal 24px/1 "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 24px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase; }
  .chat-header .l-container, .chat-header .gallery-wrap {
    max-width: 100%; }
  .chat-header .header-logo {
    left: 20px;
    position: absolute;
    top: -16px; }
    .chat-header .header-logo img {
      width: 160px; }
    @media only screen and (max-width: 700px) {
      .chat-header .header-logo {
        display: none; } }
  .chat-header header {
    float: right; }
  .chat-header nav {
    float: right;
    overflow: hidden; }
    .chat-header nav ul {
      overflow: hidden; }
    .chat-header nav li {
      color: white;
      float: left;
      margin-right: 20px; }
    .chat-header nav li:last-child {
      margin-right: 0; }
    .chat-header nav a {
      color: white; }
      .chat-header nav a:hover {
        color: #eff200; }

.chat-info header {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  font: normal 30px/1 "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0;
  text-transform: uppercase; }

.chat-users {
  overflow: hidden; }
  .chat-users > section {
    float: left; }
    .chat-users > section > span {
      display: block;
      float: left; }
    .chat-users > section ul {
      float: left;
      margin: 0 10px 0 5px; }
    .chat-users > section ul li {
      display: inline-block;
      margin-right: 0.3em; }
      .chat-users > section ul li:after {
        content: ","; }
      .chat-users > section ul li:last-child {
        margin-right: 0; }
        .chat-users > section ul li:last-child:after {
          content: ""; }

.chat-post {
  text-align: right; }
  .chat-post textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    font-size: 13px;
    margin-top: 0;
    resize: none;
    padding: 5px;
    width: 100%; }

.chat-meters {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden; }
  .chat-meters li {
    float: left; }
    .chat-meters li:last-child {
      float: right; }

.chat-nav {
  border-bottom: 1px solid #c1c1c1;
  position: relative; }
  .chat-nav .chat-stats {
    font: normal 14px/30px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase; }
    .chat-nav .chat-stats span {
      margin-left: 7px; }
      .chat-nav .chat-stats span:first-child {
        margin-left: 0; }

.chat-history {
  background: #fff;
  min-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  word-wrap: break-word; }
  .chat-history::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
  .chat-history::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ddd;
    border: 2px solid white; }
  .chat-history li {
    border-left: 4px solid #c1c1c1;
    padding: 4px 5px; }
    .chat-history li:first-child {
      border-top: 0; }
    .chat-history li a {
      color: #25A1AF; }
    .chat-history li:hover {
      background: #f7941e !important;
      cursor: pointer;
      color: white; }
      .chat-history li:hover .user {
        color: white; }
  .chat-history .user {
    color: #666;
    font-weight: normal; }
    .chat-history .user:after {
      content: ": "; }
  .chat-history li.mod {
    border-left: 4px solid #333; }
  .chat-history li.staff {
    border-left: 4px solid #f7941e; }
  .chat-history li.mentioned {
    background: #eff6f9;
    color: black; }
    .chat-history li.mentioned:hover {
      color: white; }
    .chat-history li.mentioned .user {
      color: #999; }
  .chat-history .alert {
    color: red; }
  .chat-history .msg {
    padding-right: 10px; }
  .chat-history #replies {
    display: none; }

.chat-tips {
  border-top: 1px solid #c1c1c1;
  font-size: 11px; }
  .chat-tips:first-word {
    font-weight: bold; }

.chat-contextmenu {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  position: absolute;
  padding: 10px; }

.chatroom .mod-tools-bar {
  -webkit-transition: height 0.1s ease-in;
  -moz-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  height: 20px;
  font: normal 18px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .chatroom .mod-tools-bar:hover {
    height: 100px; }
  .chatroom .mod-tools-bar li {
    display: inline-block;
    vertical-align: top; }
  .chatroom .mod-tools-bar input {
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px; }

.pms {
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px; }
  .pms h1 {
    float: left;
    font: normal 30px/33px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .pms .section-content > section {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 0; }
  .pms .col {
    background: #fafafa;
    display: table-cell;
    vertical-align: top; }
    @media only screen and (max-width: 1000px) {
      .pms .col {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block; } }
  @media only screen and (max-width: 1000px) {
    .pms aside.col {
      width: 100%; } }
  .pms .pagination [data-icon]:before, .pms .pagination [data-icon-after]:after {
    display: inline-block;
    top: 0; }
  .pms .pagination .next {
    padding-right: 0; }
  .pms .pagination .prev {
    padding-left: 0; }
  .pms .main.col {
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
    background: white;
    border-left: 1px solid #ccc;
    min-height: 560px;
    padding: 25px;
    position: relative;
    width: 100%; }
    .pms .main.col header {
      border-bottom: 1px solid black;
      overflow: hidden; }
    .pms .main.col .participants {
      border-bottom: 1px dotted black;
      color: #666;
      display: block;
      font: normal 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      padding: 10px 0;
      text-transform: uppercase; }
      .pms .main.col .participants span {
        color: black; }
      .pms .main.col .participants + .pagination {
        margin-top: 20px;
        margin-bottom: 0; }
    @media only screen and (max-width: 1000px) {
      .pms .main.col {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        border-left: 0;
        width: 100%; } }
    @media only screen and (max-width: 680px) {
      .pms .main.col {
        padding: 15px; } }

.pms-nav {
  height: 100%;
  font: 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  min-height: 640px;
  text-transform: uppercase;
  width: 200px; }
  .pms-nav li {
    display: block; }
    .pms-nav li.on a {
      background: black;
      border-bottom: 1px solid #ddd;
      color: #ddd; }
    .pms-nav li a:hover {
      background: black;
      color: #eff200; }
  .pms-nav li > a {
    background: white;
    border-bottom: 1px solid #ddd;
    color: #000;
    display: block;
    line-height: 1.6;
    padding: 9px 15px;
    position: relative;
    cursor: pointer; }
    .pms-nav li > a:last-child {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
    .pms-nav li > a:before {
      content: attr(data-icon);
      font-size: 17px;
      position: relative;
      left: -5px; }
  @media only screen and (max-width: 1000px) {
    .pms-nav {
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -webkit-box-shadow: none;
      float: none;
      min-height: 100%;
      padding: 0;
      width: 100%; }
      .pms-nav li {
        display: inline-block;
        margin-right: 5px; } }
  @media only screen and (max-width: 680px) {
    .pms-nav {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0; }
      .pms-nav li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 50%; }
        .pms-nav li:nth-child(2n) {
          border-left: 1px solid #ddd; }
        .pms-nav li > a {
          padding: 9px 25px; } }

.pms-action-pane {
  float: right;
  padding: 0 0 20px 0; }
  .pms-action-pane li {
    display: inline-block;
    padding-left: 5px; }
    .pms-action-pane li:first-child {
      padding-left: 0; }
  .pms-action-pane .cta {
    display: inline-block; }
  .pms-action-pane [data-icon]:before {
    font-size: 14px; }
  @media only screen and (max-width: 680px) {
    .pms-action-pane {
      border-top: 1px solid black;
      clear: both;
      float: none;
      display: block;
      padding: 5px 0;
      text-align: center; } }
  @media only screen and (max-width: 580px) {
    .pms-action-pane .cta, .pms-action-pane [data-icon]:before {
      font-size: 12px; }
    .pms-action-pane .star, .pms-action-pane .unstar, .pms-action-pane .select-all {
      display: none; } }
  @media only screen and (max-width: 480px) {
    .pms-action-pane .cta {
      padding: 5px; }
    .pms-action-pane [data-icon] {
      display: none; } }

.pms-threads {
  width: 100%; }
  .pms-threads tr {
    border-bottom: 1px solid #ddd; }
    .pms-threads tr:hover {
      background: #f7f7f7; }
      .pms-threads tr:hover time a {
        color: #F7941E;
        font-weight: bold; }
  .pms-threads td {
    padding: 10px 0; }
  .pms-threads a {
    font-weight: normal; }
    .pms-threads a img {
      width: 25px; }
  .pms-threads .checkbox {
    padding-left: 10px;
    width: 30px; }
  .pms-threads .starred {
    width: 30px; }
    .pms-threads .starred a:before {
      font-size: 18px; }
    .pms-threads .starred a.on:before {
      content: "*"; }
  .pms-threads .thread-info a {
    margin: -10px 0;
    padding: 10px 0; }
  .pms-threads .from {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px; }
  .pms-threads .subject {
    font-size: 12px;
    padding-right: 10px; }
  .pms-threads .pm-unread {
    background: #E6F1F6; }
    .pms-threads .pm-unread td, .pms-threads .pm-unread a {
      font-weight: bold !important; }
  .pms-threads .thread-info a {
    display: block; }
  .pms-threads .thread-info span {
    display: block; }
  .pms-threads .time {
    white-space: nowrap;
    width: 1%;
    color: #666;
    font-size: 11px;
    padding-right: 20px;
    text-align: right; }
    .pms-threads .time a {
      display: block;
      margin: -10px 0; }
      .pms-threads .time a:hover {
        text-decoration: underline; }

.pms-create {
  margin: 0 auto;
  width: 100%; }
  .pms-create label {
    display: block;
    font: normal 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    text-transform: uppercase; }
  .pms-create form > input, .pms-create textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #ccc;
    background: #fafafa;
    font: normal 14px Arial, Helvetica, sans-serif;
    margin-top: 5px;
    padding: 9px;
    width: 100%; }
  .pms-create textarea {
    height: 150px;
    margin-bottom: 10px; }
  .pms-create .select2-choices input {
    font: normal 14px Arial, Helvetica, sans-serif; }

.pms-thread > ul > li {
  border-top: 1px dotted #ccc;
  display: block;
  padding: 20px 10px; }
  .pms-thread > ul > li:before {
    display: none; }
  .pms-thread > ul > li:first-child {
    border-top: none; }

.pms-thread div {
  margin-left: 60px; }

.pms-thread .avatar {
  display: block;
  float: left;
  margin-right: 15px;
  position: absolute; }

.pms-thread .comment-header {
  color: #666;
  font: bold 13px Arial, Helvetica, sans-serif;
  margin-bottom: 7px; }

@media only screen and (max-width: 480px) {
  .pms-thread li {
    padding: 10px 0; }
  .pms-thread div {
    margin-left: 0; }
  .pms-thread .avatar {
    display: none; } }

.profile-img {
  width: 100%; }

.user-profile .profile-detail {
  font: normal 16px/20px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .user-profile .profile-detail h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px; }
  .user-profile .profile-detail span {
    color: #989898; }
  .user-profile .profile-detail ul {
    margin: 14px 0px;
    padding: 10px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .user-profile .profile-detail ul li {
      display: inline;
      margin-right: 8px;
      padding: 4px 5px 4px 0; }
      .user-profile .profile-detail ul li.on {
        background: #000;
        color: #fff; }
        .user-profile .profile-detail ul li.on a {
          color: #fff; }
  .user-profile .profile-detail .location {
    display: block;
    margin-bottom: 10px; }
  .user-profile .profile-detail .send-pm {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 3px;
    text-align: center;
    width: 100%; }
  .user-profile .profile-detail .about-me {
    color: #333;
    font: normal 13px/1.4 Arial, Helvetica, sans-serif;
    text-transform: none; }
  @media only screen and (max-width: 770px) {
    .user-profile .profile-detail img {
      float: left;
      width: 150px; }
    .user-profile .profile-detail .info {
      padding-left: 170px; }
    .user-profile .profile-detail .about-me {
      display: none; } }
  @media only screen and (max-width: 480px) {
    .user-profile .profile-detail img {
      margin-right: 10px;
      width: 60px; }
    .user-profile .profile-detail .info {
      padding: 0; } }
  @media only screen and (max-width: 320px) {
    .user-profile .profile-detail img {
      width: 30px; } }

.profile-body {
  overflow: hidden; }

.profile-nav {
  font: normal 18px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  width: 100%; }
  .profile-nav ul {
    position: relative; }
  .profile-nav li {
    display: inline-block;
    margin-left: 0;
    padding: 4px 8px; }
    .profile-nav li:first-child {
      margin-left: 0; }
    .profile-nav li.on {
      background: #ccc;
      color: #fff; }
      .profile-nav li.on a {
        color: #fff; }
  .profile-nav .cta {
    float: right;
    padding-right: 0; }
    .profile-nav .cta a:before {
      font-size: 16px; }
  @media only screen and (max-width: 480px) {
    .profile-nav {
      padding: 0; }
      .profile-nav a {
        display: block; }
      .profile-nav li {
        border-top: 1px solid #333;
        display: block;
        padding: 8px 7px;
        margin: 0; }
        .profile-nav li:first-child {
          border-top: none; }
        .profile-nav li:last-child {
          float: none; }
        .profile-nav li [data-icon]:before {
          display: none; } }

.profile-activity {
  font: normal Arial, Helvetica, sans-serif; }
  .profile-activity a {
    font-weight: bold; }
  .profile-activity li {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0px;
    position: relative; }
    .profile-activity li:first-child {
      margin-top: -10px; }
  .profile-activity .parchment-content {
    font-size: 13px; }
    .profile-activity .parchment-content p:first-child {
      margin-top: 3px; }
    .profile-activity .parchment-content p:last-child {
      margin-bottom: 0; }
    .profile-activity .parchment-content blockquote {
      background: #eee;
      border-left: 3px solid #F7941E;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      margin: 0;
      padding: 10px; }
      .profile-activity .parchment-content blockquote *:first-child {
        margin: 0; }
      .profile-activity .parchment-content blockquote *:last-child {
        margin-bottom: 0; }
      .profile-activity .parchment-content blockquote:before, .profile-activity .parchment-content blockquote:after {
        font-size: 0; }
      .profile-activity .parchment-content blockquote blockquote {
        margin: 5px 0; }
  .profile-activity .avatar {
    float: left;
    margin-top: 3px; }
  .profile-activity .action {
    color: #666;
    padding-left: 55px; }
    .profile-activity .action a {
      color: #333; }
    .profile-activity .action header {
      padding-right: 85px; }
    .profile-activity .action time {
      color: #666;
      position: absolute;
      right: 0;
      top: 12px; }
    .profile-activity .action section .more {
      color: #25A1AF;
      display: block; }
  @media only screen and (max-width: 768px) {
    .profile-activity li {
      padding: 15px 0; }
    .profile-activity .action {
      padding-left: 40px; }
      .profile-activity .action header {
        padding-right: 0; }
      .profile-activity .action time {
        position: static; }
    .profile-activity .avatar img {
      width: 30px; } }

.profile-settings-forms {
  text-transform: uppercase;
  font: normal 16px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 30px; }
  .profile-settings-forms label {
    display: block;
    float: left;
    margin-right: 5px; }
  .profile-settings-forms form fieldset ul li img {
    display: block; }
  .profile-settings-forms form footer {
    margin-top: 10px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
    background-color: #ccc;
    border: 1px solid #aaa; }

.ui-dialog.dialog-add-photo .ui-dialog-titlebar {
  line-height: 1.2em;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px; }

.ui-dialog.dialog-add-photo .ui-dialog-content {
  text-align: center;
  font-size: 14px;
  padding: 20px; }

.ui-dialog.dialog-add-photo label {
  display: block; }

.ui-dialog.dialog-add-photo [name=search-photo] {
  display: none; }

section.article-to-forums-body {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc !important;
  padding-bottom: 5px; }

.poster-trade p {
  margin-bottom: 30px; }

.poster-trade h1 {
  font: normal 3.5em "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  line-height: 1em;
  width: 70%; }
  @media only screen and (max-width: 975px) {
    .poster-trade h1 {
      width: auto;
      font-size: 2.5em; } }
  @media only screen and (max-width: 520px) {
    .poster-trade h1 {
      text-align: center;
      font-size: 2.5em; } }

.poster-trade hr {
  margin: 20px 0; }

.poster-trade .left-rail {
  display: block;
  float: left;
  width: 48%; }
  @media only screen and (max-width: 975px) {
    .poster-trade .left-rail {
      float: none;
      margin: 0 auto;
      width: 90%;
      display: block; } }

.poster-trade .right-rail {
  font: normal 16px Arial, Helvetica, sans-serif;
  display: block;
  float: right;
  width: 48%;
  margin-right: 20px; }
  .poster-trade .right-rail .highlighted {
    color: #f79420; }
  .poster-trade .right-rail p {
    margin: 20px 0; }
  .poster-trade .right-rail a {
    color: #f7941e; }
  @media only screen and (max-width: 975px) {
    .poster-trade .right-rail {
      clear: left;
      width: 100%;
      margin: 0 0 0 0; } }

.poster-trade .user-agreement {
  margin: 0 auto;
  padding-top: 30px;
  display: block;
  text-align: center;
  clear: right; }
  .poster-trade .user-agreement ul {
    text-transform: uppercase;
    font: normal 18px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px; }
    .poster-trade .user-agreement ul span {
      color: #f79420; }
  .poster-trade .user-agreement p {
    display: block;
    margin: 25px auto;
    width: 50%; }

@media only screen and (max-width: 800px) {
  #video-archive {
    font-size: 13px;
    padding: 0 12px; } }

.promo-carousel-revamp {
  padding: 25px 22px 15px 22px !important; }
  @media only screen and (max-width: 770px) {
    .promo-carousel-revamp {
      display: none; } }

.iosslider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100% !important;
  height: 205px; }
  .iosslider .slider {
    width: 100%;
    height: 100%;
    left: 3px; }
    .iosslider .slider .slide {
      float: left;
      width: 260px;
      height: 205px; }
      .iosslider .slider .slide a {
        background: #313436;
        display: block;
        position: relative;
        color: #fff; }
      .iosslider .slider .slide img {
        display: block;
        width: 100%; }
      .iosslider .slider .slide span {
        box-sizing: border-box;
        background: #313436;
        display: block;
        height: 55px;
        overflow: hidden;
        padding: 5px 10px;
        width: 100%;
        font: normal 17px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.swipe-prev, .swipe-next {
  z-index: 2;
  padding: 15px 4px;
  top: 84px;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swipe-prev {
  left: 12px; }

.swipe-next {
  right: 11px; }

.contact-sidebar li {
  width: auto;
  margin: 0 7px 5% 0; }

#aol-leader > div > div {
  z-index: 1 !important; }

#taboola-right-rail-thumbnails {
  position: relative;
  background: #fff;
  padding: 22px;
  margin-bottom: 45px; }
  #taboola-right-rail-thumbnails .trc_rbox {
    overflow: inherit !important; }
  #taboola-right-rail-thumbnails .trc_rbox_header_span {
    background: #313436;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font: 16px / 30px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 14px;
    position: absolute;
    top: -42px;
    z-index: 3; }

#taboola-below-article-thumbnails {
  position: relative;
  background: #fff;
  padding: 22px;
  margin-bottom: 45px; }
  #taboola-below-article-thumbnails .trc_rbox {
    overflow: inherit !important; }
  #taboola-below-article-thumbnails .trc_rbox_header_span {
    background: #313436;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font: 16px / 30px "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 14px;
    position: absolute;
    top: -42px;
    z-index: 3; }

.parchment-2 .toolbar button {
  background-size: auto !important; }

.popup-test {
  position: relative;
  background: #dbd9d8;
  width: auto;
  max-width: 820px;
  margin: 20px auto; }
  .popup-test .taboola-text {
    text-transform: uppercase;
    color: #606060;
    font: normal 17px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 40px; }
    .popup-test .taboola-text p {
      margin: 5px 0; }
  .popup-test .mc-field-group {
    margin-top: 20px; }
  .popup-test #mc_embed_signup form {
    display: inline; }
  .popup-test #mc_embed_signup_scroll {
    margin: 0 auto;
    display: inline-block;
    float: right;
    margin-right: 50px;
    width: 50%;
    padding: 0; }
    @media only screen and (max-width: 751px) {
      .popup-test #mc_embed_signup_scroll {
        float: none !important;
        padding: 0 30px; } }
  .popup-test .taboola-left {
    display: inline-block; }
    .popup-test .taboola-left img {
      display: block; }
      @media only screen and (max-width: 751px) {
        .popup-test .taboola-left img {
          display: none; } }
  .popup-test #mce-responses {
    margin: 0 !important; }

.button {
  background-color: #f7941e !important;
  text-transform: uppercase !important;
  box-shadow: -3px 3px 0 #e05e00, -2px 2px #e05e00, -1px 1px 0 #e05e00;
  border-radius: 0 !important;
  font-family: "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.topics-home {
  display: block;
  float: right; }
  .topics-home a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: red !important; }

.view-actions {
  display: block; }

/* override mpu */
.override-mpu .mpu {
  position: initial !important;
  margin: 15px 0 35px 0px !important; }

/* END override mpu */
/* woven */
.wvn-footer-wrap {
  position: relative;
  text-align: center; }
  .wvn-footer-wrap div {
    display: inline-block;
    margin: 20px 0; }
  .wvn-footer-wrap iframe {
    display: block;
    margin: 0 auto 75px auto;
    position: relative; }

.l-content {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

/* END woven */
/* mobile menu */
body {
  width: 100%;
  height: 100%; }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #000;
  color: #fff;
  padding: 30px 0 0 26px; }
  .slideout-menu .menu-section-title {
    font: 21px / 38px "NimbusSansDCondBold", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .slideout-menu .menu-section-title a {
      color: #fff; }
      .slideout-menu .menu-section-title a.premium {
        color: #7AE5ED; }
  .slideout-menu .menu-section-list {
    margin-left: 10px; }
    .slideout-menu .menu-section-list a {
      color: #606060;
      font-size: 15px;
      line-height: 30px; }
  .slideout-menu .header-social {
    display: block;
    float: inherit;
    margin: 10px 0 50px 7px; }
    .slideout-menu .header-social a.sprite {
      height: 40px;
      width: 40px;
      background-image: url("/static/site/img/mobile/social-mobile-icons.png");
      background-size: cover; }
    .slideout-menu .header-social a.twitter {
      background-position: -48px; }
    .slideout-menu .header-social a.youtube {
      background-position: -95px; }
    .slideout-menu .header-social a.rss {
      background-position: -143px; }

.slideout-panel {
  position: relative;
  z-index: 1; }

.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open body .slideout-panel {
  overflow: hidden; }

.slideout-open {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.mobile-ham {
  display: none; }
  @media only screen and (max-width: 910px) {
    .mobile-ham {
      display: block;
      position: relative;
      top: 10px; } }
  .mobile-ham img {
    width: 35px;
    display: block; }

.mobile-nav-seperator {
  display: block;
  height: 1px;
  width: 80%;
  margin: 15px 0;
  background-color: #424242; }

/* END mobile menu */
/* terms */
.terms-page ul li {
  list-style: none !important; }
  .terms-page ul li.nodisc {
    list-style: none !important; }

.terms-page ul.disc li {
  list-style: disc !important; }
  .terms-page ul.disc li.nodisc {
    list-style: none !important; }

.oo-video-title {
  display: none;
  position: absolute;
  z-index: 9;
  background: #000;
  color: #F7941E;
  bottom: 25px;
  left: 90px;
  width: 72%;
  height: 58px;
  font: 20px / 1em "FontSite Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 15px; }

.oo-player-playing .oo-video-title {
  display: none !important; }

.oo-player-paused .oo-video-title {
  display: none !important; }

@media only screen and (max-width: 600px) {
  .oo-video-title {
    display: none; } }

.oo_controls .oo_fullscreen {
  right: -10px !important; }
  @media only screen and (max-width: 488px) {
    .oo_controls .oo_fullscreen {
      top: 20px !important;
      right: 2px !important; } }

.oo_controls .oo_volume {
  background-image: url("/static/site/img/player/audio-icon.png");
  display: block;
  width: 25px !important;
  height: 23px !important;
  position: absolute;
  right: 25px;
  cursor: pointer;
  background-size: 100% !important;
  background-position: 2px 0 !important; }
  @media only screen and (max-width: 488px) {
    .oo_controls .oo_volume {
      top: 17px !important; } }
  .oo_controls .oo_volume.audio-on {
    background-image: url("/static/site/img/player/audio-icon.png");
    background-size: 100% !important;
    background-position: 2px 0 !important; }
  .oo_controls .oo_volume.audio-off {
    background-image: url("/static/site/img/player/audio-icon.png");
    background-size: 100% !important;
    background-position: 2px -24px !important; }

.oo-player .oo_controls .oo_playhead {
  top: 0px !important; }

.oo-player .oo_full_controls .oo_duration {
  right: 15px !important; }

/* fix */
.ad-slot.leader div:first-child {
  margin: 0 auto; }
