@charset "UTF-8";
/*!
 * Oculus - Custom theme for Oculus
 *
 * @author    Francis Bolap <francis.b@vanillaforums.com>
 * @copyright 2016 (c) Francis Bolap
 * @license   Proprietary
 */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

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

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

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

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

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

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

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

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

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

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

@font-face {
  font-family: Oculus;
  src: url("./font/OculusSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: Oculus;
  font-weight: bold;
  src: url("./font/OculusSans-SemiBold.otf") format("opentype");
}

html {
  box-sizing: border-box !important;
  height: 100%;
}

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

body {
  height: 100%;
  font-size: 13px;
  line-height: 1.5em;
  color: #1c1e20;
  background-color: #fff;
}

body * {
  font-family: Helvetica, Arial, sans-serif;
}

body .Container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

body .Container .HeaderWrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

body .Container .HeaderWrap::after {
  clear: both;
  content: "";
  display: table;
}

body .Container .HeaderWrap .Header .HeaderNav {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  width: 164px;
}

body .Container .HeaderWrap .Header .HeaderNav:last-child {
  margin-right: 0;
}

body .Container .HeaderWrap .Header > .MeBox {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  float: right;
  width: 310px;
}

body .Container .HeaderWrap .Header > .MeBox:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  body .Container .HeaderWrap {
    height: 100px;
  }
  body .Container .HeaderWrap .Header .HeaderNav {
    margin-left: 17.0596085997%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    text-align: center;
    margin-bottom: 10px;
  }
  body .Container .HeaderWrap .Header .HeaderNav:last-child {
    margin-right: 0;
  }
  body .Container .HeaderWrap .Header > .MeBox {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: center;
  }
  body .Container .HeaderWrap .Header > .MeBox:last-child {
    margin-right: 0;
  }
  body .Container .HeaderWrap .Header > .MeBox .MeBox {
    float: none;
  }
}

body .Container .mobile-panel-wrap {
  display: none;
}

body .Container .ContentWrap {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

body .Container .ContentWrap::after {
  clear: both;
  content: "";
  display: table;
}

body .Container .ContentWrap .Content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body .Container .ContentWrap .Content::after {
  clear: both;
  content: "";
  display: table;
}

body .Container .ContentWrap .Content .TopContent {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}

body .Container .ContentWrap .Content .TopContent:last-child {
  margin-right: 0;
}

body .Container .ContentWrap .Content .TopContent .TopContentMenuWrap {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}

body .Container .ContentWrap .Content .TopContent .TopContentMenuWrap:last-child {
  margin-right: 0;
}

body .Container .ContentWrap .Content .TopContent .SearchBarWrap {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}

body .Container .ContentWrap .Content .TopContent .SearchBarWrap:last-child {
  margin-right: 0;
}

body .Container .ContentWrap .Content .MainContent {
  width: auto;
  margin-right: 300px;
}

@media screen and (max-width: 800px) {
  body .Container .ContentWrap .Content .MainContent {
    margin-right: 0;
  }
}

body .Container .ContentWrap .Content .Panel {
  float: right;
  width: 250px;
}

body .Container .ContentWrap .MobileSubCommMenu {
  display: none;
}

@media screen and (max-width: 800px) {
  body .Container .ContentWrap .MobileSubCommMenu {
    display: block;
    float: right;
    margin-top: 30px;
  }
}

body .Container .FooterWrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body .Container .FooterWrap::after {
  clear: both;
  content: "";
  display: table;
}

body .Container .FooterWrap .FooterBottom::after {
  clear: both;
  content: "";
  display: table;
}

body .Container .FooterWrap .Footer::after {
  clear: both;
  content: "";
  display: table;
}

body .Container .FooterWrap .Footer .FooterTop {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}

body .Container .FooterWrap .Footer .FooterTop:last-child {
  margin-right: 0;
}

h1 {
  line-height: 48px;
  font-size: 40px;
  font-weight: normal;
}

h1.HomepageTitle, h1.H {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
}

a {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  font-size: 13px;
  letter-spacing: .5px;
  color: #777879;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #1c1e20;
}

input[type="text"],
textarea {
  font-family: Helvetica, Arial, sans-serif !important;
}

input {
  font-family: Helvetica, Arial, sans-serif !important;
}

input.InputBox,
.InputBox,
.SmallInput,
.TextBox,
.token-input-list {
  padding: 4px 12px 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
  width: 100%;
  padding: 12px 0 12px 15px;
  border-radius: 3px;
  border-color: #d2d2d2;
  color: #1c1e20;
  font-weight: normal;
  line-height: 20px;
}

input.InputBox:focus,
.InputBox:focus,
.SmallInput:focus,
.TextBox:focus,
.token-input-list:focus {
  border: 1px solid #777879;
  background-color: #fff;
}

.DateBox {
  display: inline-block;
}

.FormWrapper {
  padding: 20px 0;
  background-color: #fff;
}

.PostOptions .ReactSprite {
  margin: 5px;
  width: 14px;
  height: 14px;
}

code,
pre {
  max-height: 450px !important;
}

.Button,
.button,
.CommentButton {
  padding: 8px 25px;
  border: 2px solid #1c1e20;
  border-radius: 20px;
  box-shadow: none;
  background-color: #1c1e20;
  background-image: none;
  font-size: 14px;
  line-height: 20px;
  color: #f0f0f0;
  text-transform: none;
  text-shadow: none;
}

.Button:hover, .Button:focus, .Button:active,
.button:hover,
.button:focus,
.button:active,
.CommentButton:hover,
.CommentButton:focus,
.CommentButton:active {
  border: 2px solid #494b4d;
  background-color: #494b4d;
  color: #f0f0f0;
}

.BigButton.Primary, .BigButton.Danger {
  font-size: 14px;
}

.DiscussionButton {
  font-weight: normal;
}

.BoxNewDiscussion .ButtonGroup.Multi,
.BoxNewConversation .ButtonGroup.Multi,
.BoxSubCommunities .ButtonGroup.Multi {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.BoxNewDiscussion .Button,
.BoxNewConversation .Button,
.BoxSubCommunities .Button {
  margin: 0;
  padding: 7px 12px !important;
  background-color: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  text-transform: none;
  color: #1c1e20;
  font-size: 14px !important;
}

.BoxNewDiscussion .Button:hover, .BoxNewDiscussion .Button:focus, .BoxNewDiscussion .Button:active,
.BoxNewConversation .Button:hover,
.BoxNewConversation .Button:focus,
.BoxNewConversation .Button:active,
.BoxSubCommunities .Button:hover,
.BoxSubCommunities .Button:focus,
.BoxSubCommunities .Button:active {
  border-radius: 3px;
  border: 1px solid #777879;
  background-color: #777879;
  color: #f0f0f0;
}

.BoxNewDiscussion .SubCommunity,
.BoxNewConversation .SubCommunity,
.BoxSubCommunities .SubCommunity {
  margin-right: -3px;
}

.BoxNewDiscussion .NewDiscussion,
.BoxNewConversation .NewDiscussion,
.BoxSubCommunities .NewDiscussion {
  padding: 0;
  border: 0;
}

.BoxNewDiscussion .AskAQuestion,
.BoxNewConversation .AskAQuestion,
.BoxSubCommunities .AskAQuestion {
  margin-top: 20px;
  margin-left: 25px;
}

.BoxNewDiscussion .Dropdown.MenuItems li a:hover,
.BoxNewConversation .Dropdown.MenuItems li a:hover,
.BoxSubCommunities .Dropdown.MenuItems li a:hover {
  background-color: #f0f0f0 !important;
  color: #1c1e20 !important;
}

.WriteButton,
.PreviewButton,
.DraftButton,
.Cancel {
  padding: 8px 25px;
  border: 2px solid #1c1e20;
  border-radius: 20px;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  color: #1c1e20;
  text-transform: none;
}

.WriteButton:hover, .WriteButton:focus, .WriteButton:active,
.PreviewButton:hover,
.PreviewButton:focus,
.PreviewButton:active,
.DraftButton:hover,
.DraftButton:focus,
.DraftButton:active,
.Cancel:hover,
.Cancel:focus,
.Cancel:active {
  border: 2px solid #777879;
  background-color: transparent;
  color: #777879;
}

.MenuItems a:hover {
  background-color: #f0f0f0 !important;
  color: #1c1e20 !important;
}

.Sprite,
.Sprite16,
.ReactSprite,
.SpFlyoutHandle {
  width: auto;
  height: auto;
  background-image: none !important;
}

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

.ReactSprite::before {
  font-size: 14px;
}

.SpFlyoutHandle {
  cursor: pointer;
}

.SpEditProfile::before {
  content: "";
}

.SpDropdownHandle::before {
  content: "";
}

.SpDiscussions::before {
  content: "";
}

.SpActivity::before {
  content: "";
}

.SpNotifications::before {
  content: "";
}

.SpDelete::before {
  content: "";
}

.SpOptions::before {
  content: "";
}

.SpPreferences::before {
  content: "";
}

.SpBookmarks::before {
  content: "";
}

.SpPassword::before {
  content: "";
}

.SpSearch::before {
  content: "";
}

.SpInbox::before {
  content: "";
}

.ReactPromote::before {
  content: "";
}

.ReactOffTopic::before {
  content: "";
}

.ReactInsightful::before {
  content: "";
}

.ReactDisagree::before {
  content: "";
}

.ReactAgree::before {
  content: "";
}

.ReactDislike::before {
  content: "";
}

.ReactLike::before {
  content: "";
}

.ReactDown::before {
  content: "";
}

.ReactUp::before {
  content: "";
}

.ReactWTF::before {
  content: "";
}

.ReactAwesome::before {
  content: "";
}

.ReactLOL::before {
  content: "";
}

.ReactFlag::before {
  content: "";
}

.ReactAbuse::before {
  content: "";
}

.ReactSpam::before {
  content: "";
}

.ReactQuote::before {
  content: "";
}

.ReactWarn::before {
  content: "";
}

.ReactFacebook::before {
  content: "";
}

.ReactFacebook:hover::before {
  color: #3a5795;
}

.ReactTwitter::before {
  content: "";
}

.ReactTwitter:hover::before {
  color: #55acee;
}

.ReactGooglePlus::before {
  content: "";
}

.ReactGooglePlus:hover::before {
  color: #dd4b39;
}

.ReactButton.PopupWindow:hover .Sprite::before {
  color: #1c1e20;
}

.Button.Handle .Sprite,
.NavButton.Handle .Sprite {
  position: static;
  border: 0;
  vertical-align: baseline;
}

.Handle > .SpEditProfile,
.NavButton > .SpEditProfile {
  width: auto;
  height: auto;
  vertical-align: baseline;
  line-height: inherit;
}

.Options .Bookmark {
  display: inline-block;
  padding: 2px;
}

.Options .Bookmark, .Options .Bookmark::before {
  vertical-align: top;
}

.Options .Bookmark::before {
  font-size: 18px;
}

.Options .AdminCheck .icheckbox::before {
  vertical-align: top;
}

.OptionsMenu {
  font-size: 14px;
}

.OptionsMenu .Flyout {
  top: 100%;
  right: -9px;
  margin-top: 10px;
}

.MeBox .Arrow {
  display: none;
}

a.Bookmark {
  width: 30px;
  height: auto;
  font: 0/0 a;
  color: transparent;
  text-indent: 0;
  background-image: none !important;
}

a.Bookmark::before {
  display: inline-block;
  min-width: 1em;
  font-family: "vanillicon";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  color: #1c1e20;
}

a.Bookmark:hover::before {
  color: #e5b951;
}

a.Bookmark::before {
  content: "";
}

a.Bookmarked {
  color: #e5b951 !important;
}

a.Bookmarked::before, a.Bookmarked:hover::before {
  color: #e5b951 !important;
  content: "";
}

.TopMenuWrap {
  margin: 40px 0 50px;
}

.TopMenuWrap .TopMenu {
  margin-right: -300px;
  overflow: visible;
  white-space: nowrap;
}

.TopMenuWrap .TopMenu li {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
}

.TopMenuWrap .TopMenu li:last-child {
  margin-right: 0;
}

.TopMenuWrap .TopMenu a {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.TopMenuWrap .TopMenu a.Selected {
  border-bottom: 2px solid #1c1e20;
  color: #1c1e20;
  font-weight: bold;
}

.TopMenuWrap .TopMenu a:hover {
  color: #d2d2d2;
}

@media screen and (max-width: 875px) {
  .TopMenuWrap {
    visibility: hidden;
    margin: 0 0 60px;
  }
  .TopMenuWrap .TopMenu {
    margin-right: 0;
  }
}

.PageControls.Top {
  margin-bottom: 35px;
}

.PageControls.Bottom {
  margin-top: 35px;
}

.PageControls.Top, .PageControls.Bottom {
  height: 40px;
}

.PageControls.Top .BoxButtons, .PageControls.Bottom .BoxButtons {
  display: inline;
}

.PageControls.Top .Pager, .PageControls.Bottom .Pager {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.PageControls.Top .Pager .Previous,
.PageControls.Top .Pager .Next,
.PageControls.Top .Pager > a, .PageControls.Bottom .Pager .Previous,
.PageControls.Bottom .Pager .Next,
.PageControls.Bottom .Pager > a {
  margin: 0;
  padding: 5px 10px 6px;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #f0f0f0;
  color: #1c1e20;
}

.PageControls.Top .Pager .Previous:hover,
.PageControls.Top .Pager .Next:hover,
.PageControls.Top .Pager > a:hover, .PageControls.Bottom .Pager .Previous:hover,
.PageControls.Bottom .Pager .Next:hover,
.PageControls.Bottom .Pager > a:hover {
  border-top: 1px solid #777879;
  border-bottom: 1px solid #777879;
  background-color: #777879;
  color: #f0f0f0;
}

.PageControls.Top .Pager .Previous, .PageControls.Bottom .Pager .Previous {
  border-left: 1px solid #d2d2d2;
}

.PageControls.Top .Pager a.Highlight, .PageControls.Bottom .Pager a.Highlight {
  color: #f0f0f0;
  background-color: #1c1e20;
  border-top: 1px solid #1c1e20;
  border-right: 1px solid #1c1e20;
  border-bottom: 1px solid #1c1e20;
  border: 1px solid #1c1e20;
}

.PageControls.Top .Pager div.QuickSearch, .PageControls.Bottom .Pager div.QuickSearch {
  position: relative;
  z-index: 1;
  padding: 5px 2px 6px 5px;
  margin-left: -4px;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #f0f0f0;
  color: #1c1e20;
}

.PageControls.Top .Pager div.QuickSearch:hover, .PageControls.Bottom .Pager div.QuickSearch:hover {
  border-top: 1px solid #777879;
  border-bottom: 1px solid #777879;
  background-color: #777879;
}

.PageControls.Top .Pager div.QuickSearch:hover .QuickSearchButton span::before, .PageControls.Bottom .Pager div.QuickSearch:hover .QuickSearchButton span::before {
  color: #f0f0f0;
}

.PageControls.Top .Pager div.QuickSearch .QuickSearchButton, .PageControls.Bottom .Pager div.QuickSearch .QuickSearchButton {
  position: relative;
  bottom: 3px;
}

.PageControls.Top .Pager div.QuickSearch input[type="text"], .PageControls.Bottom .Pager div.QuickSearch input[type="text"] {
  margin-right: 0;
}

.PageControls.Top .Pager div.QuickSearch button[type="submit"], .PageControls.Bottom .Pager div.QuickSearch button[type="submit"] {
  display: none;
}

div.Breadcrumbs {
  margin-bottom: 11px;
}

div.Breadcrumbs .Crumb {
  margin: 0 5px;
}

.Section-BestOf .BestOfWrap {
  width: 120%;
}

.HeaderWrap {
  background-color: #1c1e20;
  height: 80px;
}

.HeaderWrap .Header {
  padding-top: 24px;
}

.HeaderWrap .Header .HeaderNav .HeaderLogo {
  float: left;
  height: 30px;
  width: 50px;
  margin-right: 0;
  background-image: url("./images/logo-oculus-wh.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.HeaderWrap .Header .HeaderNav .HomeDiv {
  padding-top: 6px;
}

.HeaderWrap .Header .HeaderNav .HomeDiv .NavSeparator {
  margin: 0 20px;
  color: #777879;
}

.HeaderWrap .Header .HeaderNav .HomeDiv .HomeLink {
  color: #f0f0f0;
  text-transform: uppercase;
}

.HeaderWrap .Header > .MeBox {
  margin: 0;
  padding-top: 3px;
}

.HeaderWrap .Header > .MeBox .MeBox {
  float: right;
}

.HeaderWrap .Header > .MeBox .MeBox a:hover, .HeaderWrap .Header > .MeBox .MeBox a:active, .HeaderWrap .Header > .MeBox .MeBox a:focus {
  color: #f0f0f0;
}

.HeaderWrap .Header > .MeBox .MeBox .PhotoWrap,
.HeaderWrap .Header > .MeBox .MeBox .Username {
  margin-right: 15px;
}

.HeaderWrap .Header > .MeBox .MeBox .MeMenu span:not(:last-child) {
  margin-right: 10px;
}

.HeaderWrap .Header > .MeBox .MeBox .MeMenu span.SpOptions {
  margin-right: 0;
}

.HeaderWrap .Header > .MeBox .MeBox .Flyout a {
  color: #1c1e20 !important;
}

.HeaderWrap .Header > .MeBox .MeBox .Flyout > a:hover {
  background-color: #f0f0f0 !important;
  color: #1c1e20 !important;
}

.HeaderWrap .Header > .MeBox .MeBox .Flyout.MenuItems a:hover {
  background-color: #f0f0f0 !important;
  color: #1c1e20 !important;
}

.HeaderWrap .Header .MeBox-SignIn .SignInPopup,
.HeaderWrap .Header .MeBox-SignIn .ApplyButton {
  color: #fff;
}

.HeaderWrap .Header .MeBox-SignIn .SignInPopup:hover,
.HeaderWrap .Header .MeBox-SignIn .ApplyButton:hover {
  color: #777879 !important;
}

.HeaderWrap .Header .MeBox-SignIn .SignInPopup {
  margin-right: 10px;
}

.HeaderWrap .Header .MeBox-SignIn .Bullet {
  display: none;
}

.Panel {
  margin-top: 30px;
}

.Panel .SearchBarWrap {
  margin-bottom: 75px;
}

.Panel .SearchBarWrap input[type="text"] {
  width: 100%;
  padding: 12px 0 12px 15px;
  border-radius: 3px;
  border-color: #d2d2d2;
  color: #1c1e20;
  font-weight: normal;
  line-height: 20px;
}

.Panel .SearchBarWrap input[type="text"]:focus {
  border: 1px solid #777879;
}

.Panel .SearchBarWrap input[type="submit"] {
  display: none;
}

.Panel .BoxButtons.BoxSubCommunities {
  margin-bottom: 10px;
}

.Panel .BoxButtons.BoxNewDiscussion {
  margin-bottom: 35px;
}

.Panel .Box.GuestBox {
  margin-bottom: 40px;
}

.Panel .BoxFilter.BoxDiscussionFilter,
.Panel .BoxFilter.BoxProfileFilter {
  margin-bottom: 30px;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu .MyBookmarks,
.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu .MyDiscussions,
.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu .MyDrafts,
.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu .Participated,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu .MyBookmarks,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu .MyDiscussions,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu .MyDrafts,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu .Participated {
  display: none;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  margin-bottom: 5px;
  border-radius: 3px;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li > a,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li > a {
  display: block;
  width: 100%;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #1c1e20;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li > a .Sprite,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li > a .Sprite {
  margin-right: 5px;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li > a:hover,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li > a:hover {
  background-color: #777879;
  color: #f0f0f0;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li > a:hover .Count,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li > a:hover .Count {
  background-color: #f0f0f0;
  color: #1c1e20;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li .Aside,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li .Aside {
  float: right;
  margin-top: -1px;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li .Aside .Count,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li .Aside .Count {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  padding: 2px 7px 3px;
  border-radius: 8px;
  background-color: #1c1e20;
  color: #f0f0f0;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li.Active,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li.Active {
  background-color: #1c1e20;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li.Active > a,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li.Active > a {
  color: #f0f0f0;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li.Active > a .Count,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li.Active > a .Count {
  background-color: #f0f0f0;
  color: #1c1e20;
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpAllCategories::before,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li .SpAllCategories::before {
  content: "";
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpDiscussions::before,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li .SpDiscussions::before {
  content: "";
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpUnansweredQuestions::before,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li .SpUnansweredQuestions::before {
  content: "";
}

.Panel .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpBestOf::before,
.Panel .BoxFilter.BoxProfileFilter .FilterMenu li .SpBestOf::before {
  content: "";
}

.Panel .Box.BoxCategories {
  display: inherit;
}

.Panel .Box.BoxCategories h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.Panel .Box.BoxCategories .PanelCategories {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}

.Panel .Box.BoxCategories .PanelCategories li {
  padding: 0;
  border-color: #d2d2d2;
}

.Panel .Box.BoxCategories .PanelCategories li a {
  display: block;
  padding: 20px 15px;
  background-color: #f0f0f0;
  font-size: 14px;
  line-height: 20px;
  color: #1c1e20;
}

.Panel .Box.BoxCategories .PanelCategories li a:hover {
  background-color: #777879;
  color: #f0f0f0;
}

.Panel .Box.BoxCategories .PanelCategories li a:hover .Count {
  background-color: #f0f0f0;
  color: #1c1e20;
}

.Panel .Box.BoxCategories .PanelCategories li .Aside {
  float: right;
  margin-top: -1px;
}

.Panel .Box.BoxCategories .PanelCategories li .Aside .Count {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  padding: 2px 7px 3px;
  border-radius: 8px;
  background-color: #1c1e20;
  color: #f0f0f0;
}

.Panel .Box.BoxCategories .PanelCategories li.Active > a {
  color: #f0f0f0;
  background-color: #1c1e20;
  font-weight: normal;
}

.Panel .Box.BoxCategories .PanelCategories li.Active > a .Count {
  background-color: #f0f0f0;
  color: #1c1e20;
}

.Panel .Box.BoxCategories .PanelCategories li:first-child {
  border-top: 0;
}

.Panel .Box.BoxCategories .PanelCategories li:last-child {
  border-bottom: 0;
}

.Panel .CategoryFilter {
  display: none;
}

@media screen and (max-width: 800px) {
  .Panel .BoxDiscussionFilter,
  .Panel .CategoryFilter,
  .Panel .BoxSubCommunities {
    display: none;
  }
  .Panel .SearchBarWrap {
    margin-bottom: 40px;
  }
  .Panel .BoxNewDiscussion {
    float: right;
  }
}

.Section-ConversationList .Panel .NewConversation {
  display: none;
}

@media screen and (max-width: 800px) {
  .mobile-panel-wrap {
    z-index: 50;
    position: fixed;
    left: 0;
    top: 0;
    display: block !important;
  }
  .mobile-panel-wrap .BoxNewDiscussion,
  .mobile-panel-wrap .CategoryFilter {
    display: none;
  }
  .mobile-panel-wrap .menu-icon-wrap {
    display: block;
    position: fixed;
    top: 120px;
    left: 0;
    padding: 7px 9px 5px;
    background-color: #1c1e20;
    color: #494b4d;
    box-shadow: 1px 0 4px 0 #1c1e20;
  }
  .mobile-panel-wrap .mobile-menu-div {
    position: fixed;
    display: none;
    overflow: scroll;
    height: 100%;
    width: 250px;
    background-color: #d2d2d2;
    border-right: 1px solid #1c1e20;
    box-shadow: 1px 0 4px 0 #1c1e20;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter {
    margin: 30px 0;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu .MyBookmarks,
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu .MyDiscussions,
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu .MyDrafts,
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu .Participated {
    display: none;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li {
    -webkit-transition: all 150ms;
    transition: all 150ms;
    margin-bottom: 5px;
    border-radius: 3px;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li > a {
    display: block;
    width: 100%;
    padding: 9px 15px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #1c1e20;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li > a .Sprite {
    margin-right: 5px;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li > a:hover {
    background-color: #777879;
    color: #f0f0f0;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li > a:hover .Count {
    background-color: #f0f0f0;
    color: #1c1e20;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li .Aside {
    float: right;
    margin-top: -1px;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li .Aside .Count {
    -webkit-transition: all 150ms;
    transition: all 150ms;
    padding: 2px 7px 3px;
    border-radius: 8px;
    background-color: #1c1e20;
    color: #f0f0f0;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li.Active {
    background-color: #1c1e20;
    border-radius: 0;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li.Active > a {
    color: #f0f0f0;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li.Active > a .Count {
    background-color: #f0f0f0;
    color: #1c1e20;
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpAllCategories::before {
    content: "";
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpDiscussions::before {
    content: "";
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpUnansweredQuestions::before {
    content: "";
  }
  .mobile-panel-wrap .mobile-menu-div .BoxFilter.BoxDiscussionFilter .FilterMenu li .SpBestOf::before {
    content: "";
  }
}

.SearchBarWrap {
  display: inherit;
}

.FooterWrap {
  margin-top: 100px;
  background-color: #1c1e20;
}

.FooterWrap .Footer .FooterTop {
  margin-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  border-bottom: 1px solid #494b4d;
}

.FooterWrap .Footer .FooterTop ul {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

.FooterWrap .Footer .FooterTop ul:last-child {
  margin-right: 0;
}

.FooterWrap .Footer .FooterTop ul .LinkHeader {
  width: 90%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #494b4d;
  font-size: 14px;
  text-transform: uppercase;
  color: #f0f0f0;
}

.FooterWrap .Footer .FooterTop ul .Link {
  margin-bottom: 8px;
}

.FooterWrap .Footer .FooterTop ul .Link a {
  color: #777879;
}

.FooterWrap .Footer .FooterTop ul .Link a:hover {
  color: #d2d2d2;
}

@media screen and (max-width: 800px) {
  .FooterWrap .Footer .FooterTop {
    padding-left: 30px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .FooterWrap .Footer .FooterTop ul {
    width: 48%;
  }
  .FooterWrap .Footer .FooterTop ul.DevLinks, .FooterWrap .Footer .FooterTop ul.AccountLinks {
    margin-right: 0 !important;
  }
}

.FooterWrap .Footer .FooterBottom {
  padding: 21px 25px;
  max-width: 1285px;
  margin: auto;
}

.FooterWrap .Footer .FooterBottom .Copyright {
  font-weight: bold;
}

.FooterWrap .Footer .FooterBottom .Language,
.FooterWrap .Footer .FooterBottom .Copyright,
.FooterWrap .Footer .FooterBottom .Legal {
  font-size: 14px;
  display: inline-block;
  float: left;
  margin-top: 4px;
  line-height: 27px;
}

.FooterWrap .Footer .FooterBottom .Copyright {
  color: #777879;
  margin-right: 20px;
}

.FooterWrap .Footer .FooterBottom .Legal a {
  color: #a4a5a6;
}

.FooterWrap .Footer .FooterBottom .Legal a:hover {
  color: #f0f0f0;
}

.FooterWrap .Footer .FooterBottom .Legal a:not(:last-child) {
  margin-right: 20px;
}

.FooterWrap .Footer .FooterBottom .SocialLinks {
  position: relative;
  padding-top: 2px;
  float: right;
}

.FooterWrap .Footer .FooterBottom .SocialLinks ul {
  display: inline-block;
}

.FooterWrap .Footer .FooterBottom .SocialLinks ul li {
  display: inline-block;
  padding: 0 13px;
}

.FooterWrap .Footer .FooterBottom .SocialLinks ul li a {
  display: inline-block;
  color: #737475;
  vertical-align: middle;
  height: 27px;
}

.FooterWrap .Footer .FooterBottom .SocialLinks ul li a:hover {
  color: #fff;
}

.FooterWrap .Footer .FooterBottom .SocialLinks ul li a i {
  font-size: 1.8em;
  line-height: 27px;
  padding-top: 1px;
  font-family: FontAwesome;
}

.FooterWrap .Footer .FooterBottom .SocialLinks ul li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1000px) {
  .FooterWrap .Footer .FooterBottom .SocialLinks,
  .FooterWrap .Footer .FooterBottom .Footer-BigFbLink {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .FooterWrap .Footer .FooterBottom .Footer-BigFbLinkImg {
    float: none;
    margin: auto;
  }
  .FooterWrap .Footer .FooterBottom .Footer-Details {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .FooterWrap .Footer .FooterBottom .Footer-Details > * {
    float: none;
  }
  .FooterWrap .Footer .FooterBottom .SocialLinks {
    text-align: center;
    padding: 20px 0 10px;
  }
  .FooterWrap .Footer .FooterBottom .SocialLinks .SocialList li:first-of-type {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .FooterWrap .Footer .FooterBottom .Copyright {
    display: block;
    margin-right: 0;
    padding-bottom: 10px;
  }
}

.Footer-Details {
  position: relative;
  bottom: 2px;
  float: right;
  margin-right: 20px;
}

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

.Footer-BigFbLink {
  float: left;
}

.Footer-BigFbLinkImg {
  display: block;
}

.Section-CategoryList .CategoryList {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}

.Section-CategoryList .CategoryList .Item,
.Section-CategoryList .CategoryList .Item.Read {
  padding: 20px 15px;
  background-color: #f0f0f0;
  border-color: #d2d2d2;
}

.Section-CategoryList .CategoryList .Item.Depth-2,
.Section-CategoryList .CategoryList .Item.Read.Depth-2 {
  padding: 20px 15px 20px 50px !important;
}

.Section-CategoryList .CategoryList .Item.Depth-3,
.Section-CategoryList .CategoryList .Item.Read.Depth-3 {
  padding: 20px 15px 20px 50px;
}

.Section-CategoryList .CategoryList .Item.Depth-1 .Title,
.Section-CategoryList .CategoryList .Item.Read.Depth-1 .Title {
  margin-left: 10px;
}

.Section-CategoryList .CategoryList .Item .Title,
.Section-CategoryList .CategoryList .Item.Read .Title {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #1c1e20;
}

.Section-CategoryList .CategoryList .Item .CategoryDescription,
.Section-CategoryList .CategoryList .Item.Read .CategoryDescription {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #1c1e20;
}

.Section-CategoryList .CategoryList .Item .OptionsMenu::before,
.Section-CategoryList .CategoryList .Item.Read .OptionsMenu::before {
  display: inline-block;
  min-width: 1em;
  font-family: "vanillicon";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #777879;
  font-size: 16px;
}

.Section-CategoryList .CategoryList .Item .OptionsMenu .OptionsTitle,
.Section-CategoryList .CategoryList .Item.Read .OptionsMenu .OptionsTitle {
  display: none;
}

.Section-CategoryList .CategoryList li:last-child {
  border-bottom: 0;
}

.Section-CategoryList .CategoryList .ChildCategories {
  display: none;
}

.Section-CategoryList .PageDescription {
  display: none;
}

.MItem.RSS {
  margin-left: 10px;
}

.Section-Profile .MainContent .BoxFilter {
  display: none;
}

.Section-Discussion h2.CommentHeading,
.Section-Discussion .QuickSearch,
.Section-Discussion .MItem.IPAddress {
  display: none;
}

.Section-Discussion .PageTitle h1 {
  padding-bottom: 30px;
  margin-bottom: 25px;
  line-height: 48px;
  font-size: 40px;
  font-weight: normal;
  border-bottom: 1px solid #f0f0f0;
}

.Section-Discussion .MessageList .MItem {
  display: inherit;
  text-align: right;
}

.Section-Discussion .MessageList .Username,
.Section-Discussion .MessageList .MItem a {
  color: #f0f0f0;
}

.Section-Discussion .MessageList .Username:hover,
.Section-Discussion .MessageList .MItem a:hover {
  color: #d2d2d2;
}

.Section-Discussion .MessageList li.Buried * {
  display: inline-block;
}

.Section-Discussion .MessageList .Buried .Options,
.Section-Discussion .MessageList .Buried .Item-BodyWrap {
  display: none;
}

.Section-Discussion .MessageList .Item {
  position: relative;
  border: 0;
}

.Section-Discussion .MessageList .Item .Discussion {
  position: relative;
  left: 6%;
  width: 94%;
  border: 2px solid #494b4d;
  border-radius: 4px;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header {
  margin: 0;
  padding: 5px 10px;
  background-color: #1c1e20;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .AuthorWrap {
  padding: 10px;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .AuthorWrap .AuthorInfo {
  position: relative;
  right: 6%;
  color: #f0f0f0;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .AuthorWrap .Author .PhotoWrap {
  position: relative;
  right: 9%;
  bottom: 15px;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .AuthorWrap .Author .Username {
  position: relative;
  right: 7%;
  font-size: 22px;
  font-weight: normal;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .Meta.DiscussionMeta {
  position: absolute;
  right: 15px;
  top: 7px;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .Meta.DiscussionMeta .Category {
  clear: left;
  float: right;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .Meta.DiscussionMeta .IPAddress {
  float: right;
}

.Section-Discussion .MessageList .Item .Discussion .Item-Header .Meta.DiscussionMeta > span {
  float: left;
}

.Section-Discussion .MessageList .Item .Discussion .Item-BodyWrap {
  margin: 0;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 18px;
}

.Section-Discussion .MessageList .Item .Discussion .Item-BodyWrap .Message a {
  text-decoration: underline;
  font-size: 18px;
}

.Section-Discussion .MessageList .Item .Discussion .Item-BodyWrap .ShareThisButtonWrapper.Right {
  position: relative;
  top: 10px;
  text-align: left;
}

.Section-Discussion .MessageList .Item .Discussion .Item-BodyWrap .ShareThisButtonWrapper.Right .stButton .stMainServices {
  height: 22px;
}

.Section-Discussion .MessageList .Item .Discussion .Item-BodyWrap .ShareThisButtonWrapper.Right .stBubble_hcount {
  position: relative;
  bottom: 3px;
}

.Section-Discussion .MessageList .Item .Comment {
  position: relative;
  left: 6%;
  width: 94%;
  border: 2px solid #494b4d;
  border-radius: 4px;
}

.Section-Discussion .MessageList .Item .Comment .Options .OptionsMenu {
  visibility: hidden;
}

.Section-Discussion .MessageList .Item .Comment .Options .OptionsMenu:hover {
  visibility: visible;
}

.Section-Discussion .MessageList .Item .Comment .Options .OptionsMenu::before {
  display: inline-block;
  min-width: 1em;
  font-family: "vanillicon";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-right: -19px;
  color: #fff;
}

.Section-Discussion .MessageList .Item .Comment .Options .OptionsMenu .OptionsTitle {
  background: none !important;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header {
  margin: 0;
  padding: 5px 10px;
  height: 50px;
  background-color: #1c1e20;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header .AuthorWrap {
  padding: 0 10px;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header .AuthorWrap .AuthorInfo {
  position: relative;
  top: 8px;
  right: 6%;
  color: #f0f0f0;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header .AuthorWrap .Author .PhotoWrap {
  position: relative;
  right: 9%;
  bottom: 5px;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header .AuthorWrap .Author .Username {
  position: relative;
  right: 7%;
  top: 10px;
  font-size: 22px;
  font-weight: normal;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header .Meta.CommentMeta {
  position: absolute;
  right: 30px;
  top: 7px;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header .Meta.CommentMeta .IPAddress {
  clear: left;
  float: right;
  margin-right: 8px;
}

.Section-Discussion .MessageList .Item .Comment .Item-Header .Meta.CommentMeta > span {
  float: left;
}

.Section-Discussion .MessageList .Item .Comment .Item-BodyWrap {
  margin: 0;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 18px;
}

.Section-Discussion .MessageList .Item .Comment .Item-BodyWrap .Message a {
  text-decoration: underline;
  font-size: 18px;
}

.Section-Discussion .MessageList .Item .Comment .Item-BodyWrap .ShareThisButtonWrapper.Right {
  position: relative;
  top: 10px;
  text-align: left;
}

.Section-Discussion .MessageList .Item .Comment .Item-BodyWrap .ShareThisButtonWrapper.Right .stButton .stMainServices {
  height: 22px;
}

.Section-Discussion .MessageList .Item.ItemComment:hover .Options .OptionsMenu {
  visibility: visible;
}

.Section-Discussion .MessageList .Item.Buried {
  display: inherit !important;
}

.Section-Discussion .MessageList .Item.Buried:hover::before {
  z-index: 15 !important;
}

.Section-Discussion .MessageList .Item.Buried .Item-Header {
  width: 100% !important;
}

.Section-Discussion .MessageList.Comments {
  position: relative;
}

.Section-Discussion .MessageForm {
  padding-top: 40px;
}

.Section-Discussion .MessageForm #Form_Comment {
  position: relative;
  padding: 15px 15px 5px;
  border: 2px solid #494b4d;
  border-radius: 3px;
  background-color: #fff;
}

.Section-Discussion .MessageForm #Form_Comment .AttachFileWrapper {
  padding: 0;
}

.Section-Discussion .MessageForm #Form_Comment .Back {
  position: absolute;
  left: 0;
  top: 30px;
}

.Section-Discussion .MessageForm #Form_Comment .Back a {
  color: #1c1e20;
}

.Section-Discussion .MessageForm #Form_Comment .Back a:hover, .Section-Discussion .MessageForm #Form_Comment .Back a:focus {
  color: #494b4d;
}

.Section-Discussion .MessageForm #Form_Comment textarea {
  border-color: #494b4d;
}

.Section-Discussion .MessageForm h2.H,
.Section-Discussion .MessageForm .editor-help-text {
  display: none;
}

.Section-Discussion .Foot.Closed {
  text-align: center;
  padding-left: 60px;
  padding-right: 10px;
}

@media screen and (max-width: 800px) {
  .Section-Discussion .BoxNewDiscussion {
    display: none;
  }
  .Section-Discussion .SearchBarWrap {
    margin-bottom: 30px;
  }
  .Section-Discussion .MessageList .Item .Discussion .Item-Header .AuthorWrap .Author .PhotoWrap,
  .Section-Discussion .MessageList .Item .Comment .Item-Header .AuthorWrap .Author .PhotoWrap {
    right: 15%;
    margin-right: -15px;
  }
  .Section-Discussion .CommentFormWrap {
    margin-left: -19px;
  }
  .Section-Discussion .CommentFormWrap #Form_Comment .Back {
    top: -20px;
  }
  .Section-Discussion .CommentFormWrap .bodybox-wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .Section-Discussion .BoxNewDiscussion {
    display: none;
  }
  .Section-Discussion .SearchBarWrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .Section-Discussion .MessageList .Item .Discussion .Item-Header .AuthorWrap .Author .PhotoWrap,
  .Section-Discussion .MessageList .Item .Comment .Item-Header .AuthorWrap .Author .PhotoWrap {
    right: 25%;
    margin-right: -15px;
  }
  .Section-Discussion .CommentFormWrap {
    margin-left: -19px;
  }
  .Section-Discussion .CommentFormWrap #Form_Comment .Back {
    top: -20px;
  }
  .Section-Discussion .CommentFormWrap .bodybox-wrap {
    margin-bottom: 30px;
  }
}

.Section-PostDiscussion .Panel .Button.Primary {
  display: none;
}

.Section-PostDiscussion .Buttons {
  margin-top: 50px;
}

.Section-DiscussionList .PageDescription {
  margin-bottom: 50px;
}

.Section-DiscussionList .DataList {
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}

.Section-DiscussionList .DataList .Item {
  padding: 20px 15px;
  background-color: #f0f0f0;
  border-color: #d2d2d2;
}

.Section-DiscussionList .DataList .Item .Title a {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  vertical-align: top;
  color: #1c1e20;
}

.Section-DiscussionList .DataList .Item .Options .OptionsMenu::before {
  display: inline-block;
  min-width: 1em;
  font-family: "vanillicon";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #777879;
  font-size: 14px;
  cursor: hand;
}

.Section-DiscussionList .DataList .Item .Options .OptionsMenu .OptionsTitle {
  display: none;
}

.Section-DiscussionList .DataList .Item .Options .Bookmark::before {
  font-size: 16px;
  font-weight: bold;
  color: #fbab40 !important;
}

.Section-DiscussionList .DataList .Item.Read {
  background-color: #e3e3e3;
}

.Section-DiscussionList .DataList .Item.Unread, .Section-DiscussionList .DataList .Item.New {
  background-color: #f0f0f0;
}

.Section-DiscussionList .DataList .Item.Unread .Title a, .Section-DiscussionList .DataList .Item.New .Title a {
  font-weight: bold;
}

.Section-DiscussionList .DataList li:last-child {
  border-bottom: 0;
}

.Section-ConversationList .DataList {
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}

.Section-ConversationList .DataList .Item, .Section-ConversationList .DataList.Read {
  padding: 20px 15px;
  background-color: #f0f0f0;
  border-color: #d2d2d2;
}

.Section-ConversationList .DataList .Item .Title a, .Section-ConversationList .DataList.Read .Title a {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #1c1e20;
}

.Section-ConversationList .DataList li:last-child {
  border-bottom: 0;
}

.Section-Conversation .MessageList .Username,
.Section-Conversation .MessageList .MItem a {
  color: #f0f0f0;
}

.Section-Conversation .MessageList .Username:hover,
.Section-Conversation .MessageList .MItem a:hover {
  color: #d2d2d2;
}

.Section-Conversation .MessageList .Item {
  position: relative;
  border: 0;
}

.Section-Conversation .MessageList .Item .ConversationMessage {
  position: relative;
  left: 6%;
  width: 94%;
  border: 2px solid #494b4d;
  border-radius: 4px;
}

.Section-Conversation .MessageList .Item .ConversationMessage .Meta {
  margin: 0;
  padding: 5px 10px;
  height: 40px;
  background-color: #1c1e20;
}

.Section-Conversation .MessageList .Item .ConversationMessage .Meta .Author {
  position: relative;
  top: 5px;
}

.Section-Conversation .MessageList .Item .ConversationMessage .Meta .Author .PhotoWrap {
  position: absolute;
  left: -63px;
  top: -14px;
}

.Section-Conversation .MessageList .Item .ConversationMessage .Meta .Author .Name {
  color: #f0f0f0;
}

.Section-Conversation .MessageList .Item .ConversationMessage .Meta .Author .Name:hover, .Section-Conversation .MessageList .Item .ConversationMessage .Meta .Author .Name:focus {
  color: #d2d2d2;
}

.Section-Conversation .MessageList .Item .ConversationMessage .Meta .MItem {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #f0f0f0;
}

.Section-Conversation .MessageList .Item .ConversationMessage .Message {
  margin: 0;
  padding: 15px 10px;
  background-color: #f0f0f0;
}

.Section-Conversation .MessageForm {
  padding-top: 40px;
}

.Section-Conversation .MessageForm #Form_ConversationMessage {
  position: relative;
  padding: 15px 15px 5px;
  border: 2px solid #494b4d;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.Section-Conversation .MessageForm #Form_ConversationMessage .Back {
  position: absolute;
  left: 0;
  top: 20px;
}

.Section-Conversation .MessageForm #Form_ConversationMessage .Back a {
  color: #1c1e20;
}

.Section-Conversation .MessageForm #Form_ConversationMessage .Back a:hover, .Section-Conversation .MessageForm #Form_ConversationMessage .Back a:focus {
  color: #494b4d;
}

.Section-Conversation .MessageForm #Form_ConversationMessage textarea {
  border-color: #494b4d;
}

.Section-Conversation .MessageForm h2.H,
.Section-Conversation .MessageForm .editor-help-text {
  display: none;
}

.Drafts {
  background: transparent;
}

.Section-SearchResults .main-content {
  background: transparent;
}

.Section-Entry {
  background: transparent;
}