@charset "UTF-8";
/*!
 * Pearl Jam - Custom theme for the Pearl Jam forums
 *
 * @author    Kasper Kronborg Isager <kasperisager@gmail.com>
 * @copyright 2014 (c) Vanilla Forums Inc.
 * @license   Proprietary
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.Float-Right {
  float: right !important;
}

.Float-Left {
  float: left !important;
}

.Table {
  display: table;
  width: 100%;
}

.TableRow {
  display: table-row;
}

.TableCell {
  display: table-cell;
}

.hideText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

@font-face {
  font-family: "Helvetica Neue LT Std";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/helveticaneueltstd.eot");
  src: url("fonts/helveticaneueltstd.eot?#iefix") format("embedded-opentype"), url("fonts/helveticaneueltstd.woff") format("woff"), url("fonts/helveticaneueltstd.ttf") format("truetype"), url("fonts/helveticaneueltstd.svg#Helvetica Neue LT Std") format("svg");
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  color: #000;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.8181818182;
}

a {
  color: #a88231;
  cursor: pointer;
}

a:hover {
  color: #a88231;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 11px;
}

h6 {
  font-size: 10px;
}

ul, ol {
  list-style: none;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
}

.Main {
  padding-bottom: 20px;
}

.Title,
.Title a {
  color: #000000;
}

.Title:hover,
.Title a:hover {
  text-decoration: underline;
}

.ReactEverything {
  background-position: -360px -100px;
}

.ReactAwesome {
  background-position: -240px -20px;
}

.ReactFlag {
  background-position: -60px -60px;
}

.ReactInsightful {
  background-position: -140px -20px;
}

.ReactOffTopic {
  background-position: -160px -20px;
}

.ReactAbuse {
  background-position: -20px -60px;
}

.SpSpam,
.ReactSpam {
  background-position: -120px -20px;
}

.ReactTroll {
  background-position: -100px -20px;
}

.ReactPromote {
  background-position: -60px -40px;
}

.ReactDisagree {
  background-position: -40px -20px;
}

.ReactAgree {
  background-position: -20px -20px;
}

.ReactDislike {
  background-position: -40px -40px;
}

.ReactLike {
  background-position: -20px -40px;
}

.ReactDown {
  background-position: -200px -40px;
}

.ReactUp {
  background-position: -180px -40px;
}

.ReactWTF {
  background-position: -80px -20px;
}

.ReactLOL {
  background-position: -60px -20px;
}

.ReactQuote {
  background-position: -280px -20px;
}

.ReactInfraction {
  background-position: -200px -20px;
}

.ReactAccept {
  background-position: -20px -100px;
}

.ReactReject {
  background-position: -40px -100px;
}

.ReactFacebook {
  background-position: -40px -120px;
}

.ReactTwitter {
  background-position: -60px -120px;
}

.ReactGooglePlus {
  background-position: -80px -120px;
}

.SpActivity {
  background-position: -160px -120px;
}

.SpAllCategories {
  background-position: -60px -140px;
}

.SpApplicants {
  background-position: -260px -40px;
}

.SpBadge {
  background-position: -240px -140px;
}

.SpBan {
  background-position: -300px -20px;
}

.SpBestOf {
  background-position: -80px -80px;
}

.SpBookmarks {
  background-position: -100px -80px;
}

.SpComments,
.SpComment {
  background-position: -160px -80px;
}

.SpConnection {
  background-position: -320px -20px;
}

.SpDashboard {
  background-position: -340px -20px;
}

.SpDelete {
  background-position: -340px -140px;
}

.SpDiscussions,
.SpMyDiscussions {
  background-position: -200px -80px;
}

.SpGroups {
  background-position: -240px -40px;
}

.SpImage {
  background-position: -120px -140px;
}

.SpInbox {
  background-position: -80px -100px;
}

.SpMessage {
  background-position: -100px -100px;
}

.SpMod {
  background-position: -260px -60px;
}

.SpMyDrafts {
  background-position: -180px -20px;
}

.SpNotifications {
  background-position: -160px -100px;
}

.SpOptions {
  background-position: -180px -60px;
}

.SpPhoto {
  background-position: -160px -60px;
}

.SpProfile,
.SpEditProfile {
  background-position: -220px -40px;
}

.SpQuote {
  background-position: -280px -20px;
}

.SpReply {
  background-position: -140px -40px;
}

.SpSignOut {
  background-position: -240px -100px;
}

.SpSearch {
  background-position: -220px -100px;
}

.SpText {
  background-position: -160px -80px;
}

.SpUnansweredQuestions {
  background-position: -60px -100px;
}

.SpWarn,
.SpWarnings {
  background-position: -200px -20px;
}

.Button {
  background-color: #a88231;
  background-image: none;
  border: none;
  color: #FFF;
  font-weight: bold;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

.Button:focus {
  color: #000;
}

.Container {
  width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.Row {
  width: 100%;
  margin-right: -10px;
  margin-left: -10px;
}

.Row:after {
  content: "";
  display: table;
  clear: both;
}

.TextBoxWrapper {
  padding-right: 0;
}

.DataList .Item,
.NarrowList .Item {
  border-color: #000000;
  border-bottom-width: 2px;
}

.MessageList .Item {
  background-color: #f2f2f2;
  border: #9b9b9b 2px solid;
  border-radius: 8px;
}

.MessageList .Item + .Item {
  margin-top: 10px;
}

.Item .Message img {
  max-width: 640px;
  max-height: 480px;
}

.Item .Signature img {
  max-width: 144px;
  max-height: 251px;
}

.DataTable td {
  border-color: #000000;
  border-bottom-width: 2px;
}

.CategoryTable h2,
.CategoryTable h3,
.CategoryTable h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.CategoryTable .Hidden {
  display: none;
}

.CategoryTable .CategoryDescription {
  font-size: 12px;
  line-height: 1.4;
}

.CategoryGroup {
  margin-bottom: 20px;
}

.Item-Header {
  margin: 0;
}

.Item-Header .AuthorWrap {
  background-color: #a2a2a2;
}

.Item-Header .AuthorWrap,
.Item-Header .AuthorWrap a {
  color: white;
}

.Navbar .Menu {
  padding: 0;
}

.Navbar .Menu:after {
  content: "";
  display: table;
  clear: both;
}

.Navbar .Menu .Brand {
  position: relative;
  display: block;
  background-image: url("images/logo-PearlJam.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  width: 120px;
  height: 70px;
  padding: 0;
}

.Navbar .Menu .Brand:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.Navbar .Menu a {
  color: inherit;
}

.Navbar .Menu a.Selected {
  color: #AF8D43;
  cursor: default;
}

.Navbar .Menu ul {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 99;
  display: none;
  width: 142px;
  padding: 16px;
  background-color: #f2f2f2;
}

.Navbar .Menu ul li a {
  padding: 10px 0px;
  font-size: 16px;
  text-align: center;
  display: block;
}

.Navbar .Menu ul li a:hover {
  background-color: #a88231;
}

.Navbar .Menu ul li a, .Navbar .Menu ul li a:hover {
  color: #000000;
}

.Navbar .Menu .HasDropdown:hover > a {
  position: relative;
}

.Navbar .Menu .HasDropdown:hover > a::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  margin: -20px 0 0 -16px;
  width: 20px;
  height: 10px;
  background-image: url("images/menuArrow.png");
  background-repeat: no-repeat;
}

.MenuItem {
  display: block;
  position: relative;
  padding-right: 45px;
  float: left;
  height: 70px;
  color: #231f20;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
}

.MenuItem .MenuItem.Active, .MenuItem:not(.Active):hover {
  color: #a88231;
}

.MenuItem a.Active {
  color: #a88231;
  cursor: default;
}

.MenuItem:hover ul {
  display: block;
}

.MenuItem-Radio {
  float: right;
  padding-right: 0;
  height: 70px;
}

.MenuItem-Radio a {
  display: block;
}

.CartLink {
  padding-left: 26px;
  background: url("images/icon-cart.png") no-repeat 0% 50%;
}

#Panel .FilterMenu li,
#Panel .PanelInfo li {
  margin-bottom: 5px;
  background-color: #a88231;
}

#Panel .FilterMenu li:hover,
#Panel .PanelInfo li:hover {
  background-color: #D5D9D8;
}

#Panel .FilterMenu li:hover a,
#Panel .PanelInfo li:hover a {
  color: #000000;
}

#Panel .FilterMenu li, #Panel .FilterMenu li:first-child, #Panel .FilterMenu li:last-child,
#Panel .PanelInfo li,
#Panel .PanelInfo li:first-child,
#Panel .PanelInfo li:last-child {
  border: none;
}

#Panel .FilterMenu li a,
#Panel .PanelInfo li a {
  color: #FFFFFF;
  font-weight: bold;
}

#Panel .FilterMenu li.Active a, #Panel .FilterMenu li a.Selected,
#Panel .PanelInfo li.Active a,
#Panel .PanelInfo li a.Selected {
  color: #000000;
}

.Sprite,
.Sprite16,
.ReactSprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-000000.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .Sprite,
  .Sprite16,
  .ReactSprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-000000.png");
    background-size: 396px;
  }
}

a.Bookmark,
a.Boomarking,
a.Bookmarked,
.OptionsTitle {
  background-image: url("//vanillicon.com/sprites/ui_sprites-16c-000000.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.Bookmark,
  a.Boomarking,
  a.Bookmarked,
  .OptionsTitle {
    background-image: url("//vanillicon.com/sprites/ui_sprites-32c-000000.png");
    background-size: 30px;
  }
}

.Theme-Dark .Main .Row {
  color: #fff;
  background-color: #000;
}

.Theme-Dark .Main .Row h1 a, .Theme-Dark .Main .Row h2 a, .Theme-Dark .Main .Row h3 a, .Theme-Dark .Main .Row h4 a, .Theme-Dark .Main .Row h5 a, .Theme-Dark .Main .Row h6 a {
  color: #fff;
}

.Theme-Dark .Main .Row pre,
.Theme-Dark .Main .Row textarea,
.Theme-Dark .Main .Row code {
  color: #000;
}

.Theme-Dark .Main .Row .Title, .Theme-Dark .Main .Row .Title a {
  color: #fff;
}

.Theme-Dark .Main .Row .Item {
  background-color: transparent !important;
}

.Theme-Dark .Main .Row .MessageList .Item {
  background-color: #333 !important;
}

.Theme-Dark .Main .Row .DataTable td {
  border-color: #555;
}

.Theme-Dark .Main .Row .FlyoutMenu {
  color: #000;
}

.Theme-Dark .Main .Row .FlyoutMenu a {
  color: #a88231;
}

.Theme-Dark .Main .Row .FlyoutMenu .Title, .Theme-Dark .Main .Row .FlyoutMenu .Title a {
  color: #000;
}

.Theme-Dark .Main .Row #Panel .FilterMenu .Active,
.Theme-Dark .Main .Row .PanelInfo .Active {
  background-color: #fff;
}

.Theme-Dark .Main .Row .Pager .Highlight {
  color: #fff;
}

.Theme-Dark .Main .Row .Sprite,
.Theme-Dark .Main .Row .Sprite16,
.Theme-Dark .Main .Row .ReactSprite {
  background-image: url("//vanillicon.com/sprites/sprites-14-ffffff.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .Theme-Dark .Main .Row .Sprite,
  .Theme-Dark .Main .Row .Sprite16,
  .Theme-Dark .Main .Row .ReactSprite {
    background-image: url("//vanillicon.com/sprites/sprites-28-ffffff.png");
    background-size: 396px;
  }
}

.Theme-Dark .Main .Row a.Bookmark,
.Theme-Dark .Main .Row a.Boomarking,
.Theme-Dark .Main .Row a.Bookmarked,
.Theme-Dark .Main .Row .OptionsTitle {
  background-image: url("//vanillicon.com/sprites/ui_sprites-16c-ffffff.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .Theme-Dark .Main .Row a.Bookmark,
  .Theme-Dark .Main .Row a.Boomarking,
  .Theme-Dark .Main .Row a.Bookmarked,
  .Theme-Dark .Main .Row .OptionsTitle {
    background-image: url("//vanillicon.com/sprites/ui_sprites-32c-ffffff.png");
    background-size: 30px;
  }
}

.Theme-Dark .Main .Row blockquote.Quote,
.Theme-Dark .Main .Row blockquote.UserQuote {
  background: #5b5b5b;
}

.Theme-Dark .Main .Row .UserSignature {
  border-color: #5b5b5b;
}

.Toolbar .Menu li {
  float: left;
}

.Toolbar .Menu li a {
  display: inline-block;
  margin-right: 36px;
  color: #000000;
  font-family: "Helvetica Neue LT Std", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 39px;
  text-transform: uppercase;
}

.Toolbar .Menu li a:hover {
  text-decoration: underline;
}

.Toolbar .Menu li:last-of-type a {
  margin-right: 0;
}

.Toolbar .Menu li .Selected {
  color: #AF8D43;
}

.Toolbar .Menu li .Selected:link, .Toolbar .Menu li .Selected:hover, .Toolbar .Menu li .Selected:focus {
  cursor: pointer;
  text-decoration: none;
}

.Topbar {
  width: 100%;
}

.Topbar .Menu {
  float: right;
}

.Topbar .Menu li {
  float: left;
}

.Topbar .Menu li a {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  color: #58595b;
  margin: 0 0 0 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 46px;
  text-transform: uppercase;
}

.Topbar .Menu li a:hover {
  color: #a88231;
}

.Topbar .Menu .Icon {
  width: 30px;
  height: 5px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

.Topbar .Menu .Icon:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.Topbar .Menu .Icon:hover {
  opacity: .5;
}

.Topbar .Menu .Icon:before {
  display: inline-block;
  min-width: 1em;
  font-family: "vanillicon";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.Topbar .Menu .Facebook:before {
  content: "";
}

.Topbar .Menu > li:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 2em;
  width: 0;
  border-right: solid #9f9f9f 1px;
  margin: -0.8em 5px 0;
}

.Topbar .Menu > li:last-of-type:after {
  content: none;
}

.Topbar .Menu li li {
  width: 100%;
  display: block;
}

.TopNav .Menu > li:not(.MenuItem-Radio) > a {
  display: inline-block;
  line-height: 70px;
}

.TopNav .Menu > li.MenuItem-Radio > a {
  display: inline-block;
  padding-top: 20px;
}

.TopNav .Menu li:first-child a {
  margin-left: 0 !important;
}

.TopNav .Menu li:last-child a {
  margin-right: 0 !important;
}

.Header {
  border-top: solid #9f9f9f 1px;
  border-bottom: solid #9f9f9f 1px;
}

.Main {
  font-size: 14px;
}

.Main .Row {
  padding: 20px 0;
  padding-top: 5px;
  background-color: #FFF;
}

.Main .BreadcrumbsWrap {
  margin-bottom: 5px;
}

.Main .Navigation {
  margin-bottom: 20px;
}

.Main .Navigation:after {
  content: "";
  display: table;
  clear: both;
}

.Main .Navigation .SiteSearch {
  margin-right: 20px;
}

.Main .Navigation .MeBox {
  margin: 0;
  white-space: nowrap;
}

.Main .Panel {
  position: relative;
  float: left;
  width: 200px;
  padding-right: 5px;
}

.Main .Content {
  float: right;
  width: 972px;
  padding-left: 20px;
}

body.NoPanel #Content,
body.Conversations.add #Content,
body.Vanilla.Post #Content {
  width: 100%;
  padding-left: 0;
}

.panel-wrap {
  position: relative;
  float: left;
  width: 208px;
  padding-right: 8px;
}

.PhotoWrap.Jailed::before,
.PhotoWrapLarge.Jailed::before {
  display: none;
}

.is-closed-panel .panel-wrap {
  width: 0;
  overflow: hidden;
}

.is-closed-panel .Panel {
  visibility: hidden;
}

.is-closed-panel .Content {
  width: 1172px;
}

.panel-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  background-color: #eee;
  opacity: .5;
  transition: opacity 100ms;
}

.panel-toggle:hover {
  opacity: 1;
}

.panel-toggle .dots {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
}

.panel-toggle .dots, .panel-toggle .dots:before, .panel-toggle .dots:after {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #aaa;
  border-radius: 2px;
}

.panel-toggle .dots:before, .panel-toggle .dots:after {
  position: relative;
  content: " ";
}

.panel-toggle .dots:before {
  top: -8px;
}

.panel-toggle .dots:after {
  bottom: -4px;
}

.Footer {
  color: #4f4f4f;
  overflow-x: hidden;
}

.Footer .Container {
  padding-right: 0;
  padding-left: 0;
}

.Footer a {
  position: relative;
  display: inline-block;
  color: inherit;
}

.FooterTop {
  padding: 25px 0 35px;
}

.FooterTop:after {
  content: "";
  display: table;
  clear: both;
}

.FooterTop a {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.FooterTop a strong {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}

.FooterTop a.Footer-VerticalCenter {
  display: table-cell;
}

.FooterTop-Wrap {
  display: table;
  position: relative;
  height: 70px;
  width: 100%;
}

.Footer-VerticalCenter {
  display: table-cell;
  vertical-align: middle;
}

.FooterTop-El {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.FooterTop-El:not(:last-of-type) {
  border-right: solid #9f9f9f 1px;
}

.Footer-ContainerTop {
  margin: auto;
}

.Footer-ContainerTop:after {
  content: "";
  display: table;
  clear: both;
}

.FooterTop-10Club {
  width: 235px;
  padding-right: 15px;
  text-align: left;
}

.FooterTop-10Club img {
  display: inline-block;
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 220px;
  height: auto;
  cursor: pointer;
}

.FooterBottom {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #000000;
  background-color: #eeeeee;
  font-size: 11px;
}

.FooterBottom a {
  color: inherit;
}

.FooterBottom a:hover {
  color: #a88231;
}

.Footer-ContainerBottom {
  text-align: center;
}

.FooterBottom-El {
  display: inline-block;
  vertical-align: middle;
}

.FooterBottom-El:not(:last-child):not(:first-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 8px;
}

.FooterBottom-El:first-child::after {
  margin-left: 17px;
}

.FooterBottom-10Club {
  height: 57px;
  width: 58px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.FooterBottom-10Club img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.FooterBottom-FH {
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.FooterBottom-Social {
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: horizontal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.FooterBottom-Social:after {
  content: "";
  display: table;
  clear: both;
}

.FooterBottom-Social a:first-of-type {
  margin-left: -6.44px;
}

.FooterBottom-Social .Icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 23px;
  line-height: 23px;
  color: #747474;
}

.FooterBottom-Social .Icon:hover {
  color: #a88231;
}

.FooterBottom-Social .Icon:before {
  display: inline-block;
  min-width: 1em;
  font-family: "vanillicon";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.FooterBottom-Social .Icon.Facebook:before {
  content: "";
}

.FooterBottom-Social .Icon.Twitter:before {
  content: "";
}

.FooterBottom-Social .Icon.Instagram:before {
  content: "";
}

.FooterBottom-Social .Icon.Youtube:before {
  content: "";
}

.FooterBottom-Social .Icon.Tumblr:before {
  content: "";
}

.FooterBottom-Social .Icon.GooglePlus:before {
  content: "";
}

.FooterBottom-Social a:last-of-type {
  margin-right: 0;
}

.FooterTop-SocialWrap {
  float: left;
  width: 210px;
  padding-left: 15px;
}

.FooterBottom-Social {
  position: relative;
  height: 70px;
  width: 210px;
}

.FooterTop-search.SiteSearch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.FooterTop-search.SiteSearch #Form_Search {
  width: 100%;
}

.DisplayTable {
  display: table;
  width: 100%;
}

.DisplayTableRow {
  display: table-row;
}
/*# sourceMappingURL=custom.css.map */