@charset "UTF-8";
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* primary colors */
/* common colors */
/* grays used in gameplay */
/* background of website color */
/* btns background colors */
/* social share */
/* text color for btns */
/* START font variables used in gameplay */
/* appears less than 2x in css */
/* END variables used in gameplay */
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/**
 * compact() removed from libsass 3.0.1
 * https://github.com/Igosuki/compass-mixins/issues/34
 */
/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #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: ""; }

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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.row {
  float: left;
  width: 100%;
  clear: both; }
  .row > *:last-child {
    float: right;
    margin-right: 0; }

/*
Desktop Grid Styles
*/
.d-all {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.d-1of2 {
  width: 48.6725663717%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of3 {
  width: 31.5634218289%;
  float: left;
  margin-right: 2.6548672566%; }

.d-2of3 {
  width: 65.7817109145%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of4 {
  width: 23.0088495575%;
  float: left;
  margin-right: 2.6548672566%; }

.d-3of4 {
  width: 74.3362831858%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of5 {
  width: 17.8761061947%;
  float: left;
  margin-right: 2.6548672566%; }

.d-2of5 {
  width: 38.407079646%;
  float: left;
  margin-right: 2.6548672566%; }

.d-3of5 {
  width: 58.9380530973%;
  float: left;
  margin-right: 2.6548672566%; }

.d-4of5 {
  width: 79.4690265487%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of6 {
  width: 14.4542772861%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of7 {
  width: 12.01011378%;
  float: left;
  margin-right: 2.6548672566%; }

.d-2of7 {
  width: 12.01011378%;
  float: left;
  margin-right: 2.6548672566%; }

.d-3of7 {
  width: 41.3400758534%;
  float: left;
  margin-right: 2.6548672566%; }

.d-4of7 {
  width: 56.00505689%;
  float: left;
  margin-right: 2.6548672566%; }

.d-5of7 {
  width: 70.6700379267%;
  float: left;
  margin-right: 2.6548672566%; }

.d-6of7 {
  width: 85.3350189633%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of8 {
  width: 10.1769911504%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of9 {
  width: 8.7512291052%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of10 {
  width: 7.610619469%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of11 {
  width: 14.4542772861%;
  float: left;
  margin-right: 2.6548672566%; }

.d-1of12 {
  width: 5.8997050147%;
  float: left;
  margin-right: 2.6548672566%; }

.d-last {
  float: right;
  margin-right: 0;
  float: left; }

/*
Tablet Grid Styles
*/
@media (min-width: 48.875em) and (max-width: 62.49em) {
  .t-all {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .t-1of2 {
    width: 48.6725663717%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-1of3 {
    width: 31.5634218289%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-2of3 {
    width: 65.7817109145%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-1of4 {
    width: 23.0088495575%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-3of4 {
    width: 74.3362831858%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-1of5 {
    width: 17.8761061947%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-2of5 {
    width: 38.407079646%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-3of5 {
    width: 58.9380530973%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-4of5 {
    width: 79.4690265487%;
    float: left;
    margin-right: 2.6548672566%; }
  .t-last {
    float: right;
    margin-right: 0;
    float: left; } }

/*
Mobile Grid Styles
*/
@media (max-width: 48.865em) {
  .m-all {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .m-1of2 {
    width: 48.6725663717%;
    float: left;
    margin-right: 2.6548672566%; }
  .m-1of3 {
    width: 31.5634218289%;
    float: left;
    margin-right: 2.6548672566%; }
  .m-2of3 {
    width: 65.7817109145%;
    float: left;
    margin-right: 2.6548672566%; }
  .m-1of4 {
    width: 23.0088495575%;
    float: left;
    margin-right: 2.6548672566%; }
  .m-3of4 {
    width: 74.3362831858%;
    float: left;
    margin-right: 2.6548672566%; }
  .m-last {
    float: right;
    margin-right: 0;
    float: left; } }

.toggled {
  overflow-x: hidden; }
  @media (max-width: 62.49em) {
    .toggled .content-cover {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 98; } }

.site {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #E5E5E5;
  position: relative; }
  @media (max-width: 62.49em) {
    .site {
      padding-top: 82px; }
      .admin-bar .site {
        padding-top: 50px; } }
  @media (min-width: 37.5em) and (max-width: 48.865em) {
    .site {
      padding-top: 82px; }
      .admin-bar .site {
        padding-top: 37px; } }
  @media (max-width: 37.49em) {
    .site {
      padding-top: 69px; }
      .admin-bar .site {
        padding-top: 23px; } }
  .site .site-content {
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
    padding: 0 20px; }
    @media (max-width: 48.865em) {
      .site .site-content {
        padding: 0 5px; } }

.header-ad, .footer-ad {
  float: left;
  width: 100%;
  line-height: 0;
  clear: both; }

.header-ad {
  margin-top: 10px; }

.footer-ad {
  margin-bottom: 10px; }
  @media (max-width: 48.865em) {
    .footer-ad {
      margin-top: 10px; } }

.align-left {
  float: left; }

.align-right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.margin-top {
  margin-top: 20px; }

.no-margin-top {
  margin-top: 0; }

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

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin {
  margin: 0; }

.text-nowrap {
  overflow: hidden;
  white-space: nowrap; }

.clearfix {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.padding-wrapper {
  padding: 20px; }
  @media (max-width: 48.865em) {
    .padding-wrapper {
      padding: 5px; } }

.white-background {
  background: #FFFFFF; }

.black-background {
  background: #000000; }

.shadow-wrapper {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(78, 78, 78, 0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(78, 78, 78, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(78, 78, 78, 0.5); }

.dark-background {
  background: #1D1D1D; }
  .dark-background .site {
    background: #1D1D1D; }

.green-button {
  background: #3FA91F;
  border-radius: 30px;
  display: inline-block;
  padding: 0 15px;
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  line-height: 35px; }

a.green-button {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #FFFFFF; }

.transparent-overlay {
  position: relative; }
  .transparent-overlay:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(20, 20, 20, 0.55);
    position: absolute;
    z-index: 1; }

.dark-background .site-content {
  color: #FFFFFF; }
  .dark-background .site-content h1, .dark-background .site-content h2, .dark-background .site-content h3, .dark-background .site-content h4, .dark-background .site-content h5, .dark-background .site-content h6, .dark-background .site-content p {
    color: #FFFFFF; }

.thumbnail-link {
  position: relative; }
  .thumbnail-link img {
    display: block;
    width: 100%; }
  .thumbnail-link i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #F8B715;
    padding: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #FFFFFF;
    width: 40px;
    height: 40px;
    text-align: center; }
  .d-all .thumbnail-link img {
    margin: 0 0 5px; }
  .d-all .thumbnail-link i {
    font-size: 32px;
    font-size: 2rem;
    border: 3px solid #FFFFFF;
    width: 58px;
    height: 58px; }

.up, .down, .predictions-odds {
  background: #FFFFFF;
  padding: 0 20px 0 10px;
  position: absolute;
  right: 0;
  top: 0; }
  .up:before, .down:before, .predictions-odds:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    left: -50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */ }
  .up:after, .down:after, .predictions-odds:after {
    font-family: "fontawesome";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    padding-left: 8px;
    position: absolute; }

.up:after {
  color: #8CCE36;
  content: '\f0de'; }

.up.gray:after {
  color: #A0A3AA; }

.down:after {
  color: #F7552F;
  content: '\f0dd';
  top: -8px; }

.down.gray:after {
  color: #A0A3AA; }

@media (max-width: 62.49em) {
  #wpadminbar {
    display: none; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, p {
  margin: .625em 0;
  line-height: 1.3em;
  clear: both; }

h1, .h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem; }

h2, .h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem; }

h3, .h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem; }

h4, .h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem; }

h5, .h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #212121;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }

h6, .h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #212121;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase; }

@media (max-width: 37.49em) {
  h1, .h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem; } }

p, .paragraph {
  color: #212121;
  margin-bottom: 1em;
  line-height: 1.3em; }

big, .big {
  font-size: 20px;
  font-size: 1.25rem; }

small, .small {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #EEEEEE;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #FFF9C0;
  text-decoration: none; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

*:focus {
  outline: 0; }

body {
  background: #EAEAEA; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000; }
  h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: #000000; }
  h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
    color: #212121;
    text-decoration: none; }

a {
  color: #337AB7;
  text-decoration: none; }
  a:visited {
    color: #337AB7; }
  a:hover, a:focus {
    color: #000000;
    text-decoration: none; }

blockquote, q {
  background: #F9F9F9;
  margin: 1.5em 10px;
  padding: 2em 2em 1.7em 2em;
  quotes: "“" "”" "‘" "’"; }
  blockquote:before, blockquote:after, q:before, q:after {
    color: #CCCCCC;
    font-size: 64px;
    font-size: 4rem;
    line-height: 0.1em;
    vertical-align: -0.4em; }
  blockquote:before, q:before {
    content: open-quote;
    margin-right: 0.25em; }
  blockquote:after, q:after {
    content: close-quote;
    margin-left: 0.25em; }

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

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

ul, ol {
  margin: 0 0 1.5em 3em; }
  ul li, ol li {
    line-height: 1.3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  border: 1px solid #D8D8D8;
  margin: 0 0 1.5em;
  width: 100%; }
  table tr th {
    background: #A0A3AA;
    color: #FFFFFF;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
    text-align: left; }
  table tr td {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px; }
  table tr:nth-child(odd) {
    background: #F7F7F7; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header {
  background: #000000;
  border-bottom: 1px solid #212121;
  float: left;
  width: 100%;
  position: relative; }
  .site-header:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    border-top: 3px solid #EAEAEA; }
  @media (min-width: 48.875em) {
    .site-header {
      height: 143px; } }
  @media (max-width: 62.49em) {
    .site-header {
      border-top: none;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      z-index: 99;
      height: 82px;
      -webkit-transition: left 0.2s;
      -moz-transition: left 0.2s;
      -o-transition: left 0.2s;
      transition: left 0.2s; }
      .toggled .site-header {
        left: 70%; } }
  @media (max-width: 37.49em) {
    .site-header {
      height: 69px; } }
  .site-header .site-branding {
    float: left;
    height: auto;
    width: 23%; }
    @media (max-width: 62.49em) {
      .site-header .site-branding {
        background: #000000;
        float: none;
        margin: 0 auto;
        width: 230px; } }
  @media (max-width: 62.49em) and (min-width: 48.875em) {
    .site-header .site-branding {
      width: 23% !important; } }
  @media (max-width: 62.49em) and (max-width: 37.49em) {
    .site-header .site-branding {
      width: 180px; } }
    .site-header .site-branding .site-title {
      float: left;
      padding: 15px;
      margin: 0; }
      @media (min-width: 20em) {
        .site-header .site-branding .site-title {
          padding: 5px 0; } }
      @media (min-width: 48.875em) {
        .site-header .site-branding .site-title {
          background: #000000;
          float: none;
          padding: 7px 10px; } }
      @media (max-width: 62.49em) {
        .site-header .site-branding .site-title {
          background: #000000;
          float: none;
          padding: 12px 0; } }
      @media (max-width: 37.49em) {
        .site-header .site-branding .site-title {
          padding: 5px 0; } }
      .site-header .site-branding .site-title a {
        text-indent: -9999em;
        background: transparent url("../images/logo.png") no-repeat center center;
        width: 200px;
        height: 85px;
        display: block;
        background-size: 200px;
        margin: 0 auto; }
        @media (max-width: 62.49em) {
          .site-header .site-branding .site-title a {
            background-size: 150px;
            width: 150px;
            height: 56px; } }
  .site-header .pmc-properties {
    width: 100%;
    padding: 0 15px;
    float: left;
    background: #EAEAEA;
    border-bottom: 2px solid #F8B715;
    position: relative; }
    .site-header .pmc-properties:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -3px;
      border-left: 3px solid #EAEAEA; }
    .site-header .pmc-properties:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -3px;
      border-right: 3px solid #EAEAEA; }
    .site-header .pmc-properties .logos {
      background-image: url("../images/pmc-header-logos.png"); }
    @media (max-width: 62.49em) {
      .site-header .pmc-properties {
        display: none; } }
    .site-header .pmc-properties span {
      float: left;
      font-size: 12px;
      font-size: 0.75rem;
      color: #FFFFFF;
      line-height: 38px; }
      .site-header .pmc-properties span a {
        display: block;
        margin: 13.5px 0; }
        .site-header .pmc-properties span a img {
          display: block; }
    .site-header .pmc-properties ul {
      float: left;
      margin: 0 0 0 30px;
      padding: 1px 0;
      list-style-type: none; }
      .site-header .pmc-properties ul li {
        float: left;
        text-indent: -9999px;
        background-size: 85%;
        width: 78px;
        height: 36px;
        margin: 0 5px 0 0;
        padding: 0;
        opacity: .65;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }
        .site-header .pmc-properties ul li:hover {
          opacity: 1; }
        .site-header .pmc-properties ul li.deadline-logo.logos {
          background-position: 0 -423px; }
        .site-header .pmc-properties ul li.variety-logo.logos {
          background-position: 0 -240px; }
        .site-header .pmc-properties ul li.indiewire-logo.logos {
          background-position: 0 -653px; }
        .site-header .pmc-properties ul li.tvline-logo.logos {
          background-position: 0 -119px; }
        .site-header .pmc-properties ul li.wwd-logo.logos {
          background-position: 0 -561px;
          width: 62px;
          background-size: 100%; }
        .site-header .pmc-properties ul li.fn-logo.logos {
          background-position: 0 -561px; }
        .site-header .pmc-properties ul li.hollywoodlife-logo.logos {
          background-position: 0 -361px; }
        .site-header .pmc-properties ul li.bgr-logo.logos {
          background-position: 0 -180px; }
        .site-header .pmc-properties ul li.varietylatino-logo.logos {
          background-position: 0 -524px; }
        .site-header .pmc-properties ul li.awardsline-logo.logos {
          background-position: 0 -715px; }
        .site-header .pmc-properties ul li a {
          display: block;
          height: 100%; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.single-post .site-content {
  margin-bottom: 20px; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.page-title {
  background: #000000;
  color: #FFFFFF;
  padding: 20px;
  margin: 0;
  line-height: 25px; }
  .page-title small {
    display: block; }

.breadcrumbs {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }
  .breadcrumbs li {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    padding-right: 12px;
    position: relative; }
    .breadcrumbs li a {
      color: #212121; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }
    .breadcrumbs li:after {
      content: '//';
      position: absolute;
      right: 0;
      top: 1px; }
    .breadcrumbs li:last-child:after {
      content: ''; }

.site-main article .entry {
  padding-bottom: 20px;
  border-bottom: 2px solid #E5E5E5; }
  .site-main article .entry:last-child {
    border-bottom: none; }
  .site-main article .entry .thumbnail-link {
    display: block; }
    .site-main article .entry .thumbnail-link img {
      display: block; }
    .site-main article .entry .thumbnail-link .entry-title {
      font-size: 18px;
      font-size: 1.125rem; }
  .site-main article .entry h2 {
    clear: none;
    margin-bottom: 10px; }

.site-main article:last-child .entry {
  border-bottom: none; }

.site-main article.content-loop {
  margin: 20px 20px 0;
  padding: 0;
  border-bottom: 1px solid #CCCCCC; }
  .site-main article.content-loop.ad {
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0; }
  .site-main article.content-loop:last-child {
    border: none; }

.content-area.white-background.sidebar-content .site-main {
  border-left: 1px solid #E5E5E5;
  position: relative;
  margin-left: 300px;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -o-calc(100% - 300px);
  width: calc(100% - 300px);
  padding: 0 20px; }
  @media (max-width: 62.49em) {
    .content-area.white-background.sidebar-content .site-main {
      position: relative; } }
  @media (max-width: 48.865em) {
    .content-area.white-background.sidebar-content .site-main {
      margin: 0;
      width: 100%;
      padding: 0; } }

.content-area article {
  padding: 20px 0 0 0;
  margin: 0; }
  @media (max-width: 62.49em) {
    .content-area article {
      padding: 20px 20px 0; } }
  @media (max-width: 48.865em) {
    .content-area article {
      padding: 20px 5px 0; } }
  .content-area article .featured-image {
    background: #212121;
    margin-bottom: 20px;
    position: relative; }
    .content-area article .featured-image .featured-image-credit {
      color: #FFFFFF;
      position: absolute;
      right: 10px;
      bottom: 10px;
      text-shadow: 1px 1px #000000;
      font-size: 12px;
      font-size: 0.75rem; }
    .content-area article .featured-image img {
      margin: 0 auto;
      display: block; }

.content-area .article-content {
  margin-left: 50px;
  position: relative;
  clear: both; }

.content-area .entry-title {
  margin: 0; }

.content-area .entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #2D2D2D; }
  .content-area .entry-meta ul {
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden; }
    .content-area .entry-meta ul li {
      float: left;
      margin: 0 20px 0 0;
      position: relative;
      line-height: 35px; }
      .content-area .entry-meta ul li:after {
        content: '•';
        position: absolute;
        top: 0;
        right: -14px;
        color: #212121; }
      .content-area .entry-meta ul li:last-child {
        margin: 0; }
        .content-area .entry-meta ul li:last-child:after {
          content: ''; }
      .content-area .entry-meta ul li a.author-block {
        display: block; }
        .content-area .entry-meta ul li a.author-block img {
          display: block;
          line-height: 35px;
          float: left;
          margin-right: 5px; }

.pmc-mobile .article-content {
  margin-left: 0; }

.linked-gallery {
  float: left; }
  .linked-gallery img {
    display: block;
    margin: 0 auto; }
  .linked-gallery .d-all {
    margin-bottom: 20px;
    position: relative;
    background: #212121; }
    .linked-gallery .d-all .fa-camera-retro {
      color: #F8B715;
      background: rgba(0, 0, 0, 0.7);
      padding: 10px;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%; }
  .linked-gallery .d-1of4 {
    background: #212121;
    margin-bottom: 20px; }
  .linked-gallery .d-last {
    position: relative; }
    .linked-gallery .d-last .gallery-more-count {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      z-index: 3;
      width: 100%;
      padding: 0 10%;
      margin: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 16px;
      font-size: 1rem;
      line-height: 16px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #FFFFFF; }
      @media (max-width: 37.49em) {
        .linked-gallery .d-last .gallery-more-count {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 12px; } }

#mobile-home-slider-content {
  max-height: none;
  padding: 0;
  width: 100%;
  background: transparent; }

.content-area .entity-page {
  padding: 20px;
  margin-bottom: 20px; }

.entity-page .featured-image {
  display: block;
  width: inherit;
  margin: -20px -20px 0;
  position: relative; }
  .entity-page .featured-image .entity-gallery-link {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 35px;
    padding: 0 20px; }
    .entity-page .featured-image .entity-gallery-link h4 {
      position: relative;
      z-index: 2; }
      .entity-page .featured-image .entity-gallery-link h4 a {
        display: block;
        padding: 0 20px;
        color: #FFFFFF; }

.comments-area {
  padding: 10px; }
  @media (max-width: 48.865em) {
    .comments-area {
      padding: 5px; } }

.registration #main {
  padding: 20px; }

body.dark-background {
  background: #EAEAEA; }

.gallery-wrapper {
  position: relative;
  clear: both;
  margin-bottom: 20px; }
  .gallery-wrapper .gallery-image {
    max-width: 620px;
    max-height: 360px;
    height: 360px;
    width: 100%;
    background: #212121; }
    .gallery-wrapper .gallery-image .gallery-multi div {
      height: 360px; }
      .gallery-wrapper .gallery-image .gallery-multi div > .credits {
        display: none; }
    @media (min-width: 48.875em) and (max-width: 59.99em) {
      .gallery-wrapper .gallery-image {
        max-width: 440px;
        margin: 0;
        height: 250px; } }
    @media (min-width: 37.5em) and (max-width: 48.865em) {
      .gallery-wrapper .gallery-image {
        max-width: 560px;
        height: 270px; } }
    @media (max-width: 37.49em) {
      .gallery-wrapper .gallery-image {
        max-width: 350px;
        height: 200px; }
        .gallery-wrapper .gallery-image .gallery-multi div {
          height: 200px; } }
    @media (max-width: 37.49em) and (max-width: 37.49em) {
      .gallery-wrapper .gallery-image .gallery-multi div img {
        max-width: 350px !important; } }

.gallery-meta {
  font-size: 12px;
  font-size: 0.75rem; }

.gallery-single-title {
  margin: 0 0 5px; }
  .gallery-single-title div {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

.gallery-share {
  display: none; }
  @media (max-width: 48.865em) {
    .gallery-share {
      display: block; } }

.gallery-photos-count {
  width: 135px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative; }
  .gallery-photos-count .gallery-count {
    margin: 10px 0;
    line-height: 65px; }
  .gallery-photos-count .gallery-navigation {
    position: absolute;
    top: 0;
    float: none; }
    .gallery-photos-count .gallery-navigation.gallery-navigation-previous {
      left: 0; }
    .gallery-photos-count .gallery-navigation.gallery-navigation-next {
      right: 0; }
    .gallery-photos-count .gallery-navigation:hover {
      color: #F8B715; }

.single-pmc-gallery .entry-footer {
  border: none;
  padding: 0;
  float: none; }

.site-main article.gallery-item {
  padding: 0 0 15px; }
  @media (max-width: 37.49em) {
    .site-main article.gallery-item {
      width: 100%;
      float: right;
      margin-right: 0; } }
  .site-main article.gallery-item .entry {
    border-bottom: none; }
  .site-main article.gallery-item .gallery-photo-wrapper {
    margin: 0;
    position: relative;
    height: 135px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 48.865em) {
      .site-main article.gallery-item .gallery-photo-wrapper {
        height: auto; } }
    .site-main article.gallery-item .gallery-photo-wrapper .gallery-meta {
      display: block;
      position: absolute;
      line-height: 14px;
      bottom: 0;
      right: 0;
      color: #FFFFFF;
      padding: 5px;
      background: rgba(0, 0, 0, 0.7); }
      .site-main article.gallery-item .gallery-photo-wrapper .gallery-meta small {
        padding-left: 5px; }
    .site-main article.gallery-item .gallery-photo-wrapper img {
      width: 100%; }
  .site-main article.gallery-item.last {
    float: right;
    margin-right: 0; }
  .site-main article.gallery-item h3 {
    margin: 0;
    padding: 5px 0 0; }

.archive .site-main article .entry {
  border-bottom: none; }

.video-pane {
  background-color: #1D1D1D;
  color: #272727;
  margin-bottom: 25px;
  margin-top: -20px; }
  .video-pane iframe {
    width: 100% !important; }
  .video-pane .jetpack-video-wrapper {
    margin: 0px; }

.video-meta {
  padding: 0 20px 20px; }
  .video-meta h1 {
    font-size: 20px;
    color: #272727; }

.entry-footer {
  border-top: 1px solid #E5E5E5;
  float: left;
  width: 100%;
  padding: 0 20px;
  clear: both;
  /* Temporary image for share this icons. not implimented yet. */ }
  .entry-footer .video-upload-time {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #565656;
    float: left;
    line-height: 55px; }
  .entry-footer .video-share {
    float: right; }

.top-videos-container {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px; }
  .top-videos-container h3 {
    color: #2D2D2D; }
  .top-videos-container .top-videos .entry {
    border-bottom: none; }

@media (max-width: 37.49em) {
  .video-item {
    width: 100%;
    float: right;
    margin-right: 0; } }

.video-item .entry {
  border-bottom: none; }

.video-item .video-photo-wrapper {
  margin: 0;
  position: relative;
  width: 290px;
  height: 167px;
  overflow: hidden; }
  .video-item .video-photo-wrapper .video-duration {
    display: block;
    position: absolute;
    line-height: 14px;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7); }
    .video-item .video-photo-wrapper .video-duration small {
      padding-left: 5px; }
  .video-item .video-photo-wrapper img {
    width: 100%; }

.video-item.last {
  float: right;
  margin-right: 0; }

.video-item h3 {
  margin: 0;
  padding: 5px 0 0;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.playlist-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7dae0+0,ffffff+100 */
  background: #d7dae0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7dae0 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7dae0 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7dae0 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dae0', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  height: 53px; }
  .playlist-container .playlist-label {
    font-size: 12px;
    float: left;
    padding: 12px;
    margin-top: 8px; }
  .playlist-container .playlist-dropdown {
    background-color: #337AB6;
    background-image: url("../images/playlist-down-arrow.png");
    background-repeat: no-repeat;
    background-position: 110px 12px;
    cursor: pointer;
    width: 147px;
    height: 38px;
    position: relative;
    display: inline-block;
    margin-top: 7.5px;
    z-index: 1; }
    .playlist-container .playlist-dropdown:hover .playlist-dropdown-content {
      display: block; }
    .playlist-container .playlist-dropdown span {
      padding: 10px;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      float: left; }
    .playlist-container .playlist-dropdown .playlist-dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      margin-top: 38px;
      width: 147px; }
    .playlist-container .playlist-dropdown ul, .playlist-container .playlist-dropdown li {
      list-style: none;
      margin: 0px;
      padding: 0px; }
    .playlist-container .playlist-dropdown li {
      background-color: #fff;
      padding: 5px 0 5px 10px; }
      .playlist-container .playlist-dropdown li a {
        color: #000;
        font-size: 14px;
        /* 'display: block' to stretch the <a> tag to fill entire <li> */
        display: block; }
      .playlist-container .playlist-dropdown li:hover {
        background-color: #337ab7; }
        .playlist-container .playlist-dropdown li:hover.bg {
          background-color: #337ab7; }
        .playlist-container .playlist-dropdown li:hover a {
          color: #fff; }
      .playlist-container .playlist-dropdown li.bg {
        background-color: #f0f0f0; }

.content-area.white-background .site-sidebar {
  border-right: 1px solid #E5E5E5;
  position: relative;
  right: -1px;
  left: 0;
  width: 100%;
  max-width: 301px; }
  @media (max-width: 48.865em) {
    .content-area.white-background .site-sidebar {
      float: none;
      clear: both;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      right: auto;
      left: auto;
      border: none; } }

.content-sidebar.content-area {
  float: left;
  margin-right: -320px;
  width: 100%; }
  @media (max-width: 48.865em) {
    .content-sidebar.content-area {
      float: none;
      margin: 0 auto; } }

.content-sidebar .site-main {
  float: left;
  margin: 0 320px 0 0;
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: -o-calc(100% - 320px);
  width: calc(100% - 320px); }
  @media (max-width: 48.865em) {
    .content-sidebar .site-main {
      margin: 0;
      width: 100%; } }

.content-sidebar .site-sidebar {
  float: right;
  overflow: hidden;
  width: 300px;
  margin-left: -320px; }
  @media (max-width: 48.865em) {
    .content-sidebar .site-sidebar {
      float: none;
      margin: 0 auto; } }

.content-sidebar .site-footer {
  clear: both;
  width: 100%; }

.content-sidebar.content-minus-10 .site-main {
  margin: 0 330px 0 0;
  width: -webkit-calc(100% - 330px);
  width: -moz-calc(100% - 330px);
  width: -o-calc(100% - 330px);
  width: calc(100% - 330px); }
  @media (max-width: 48.865em) {
    .content-sidebar.content-minus-10 .site-main {
      margin: 0;
      width: 100%; } }

.content-sidebar.content-minus-10 .site-sidebar {
  width: 310px;
  margin-left: -310px; }
  @media (max-width: 48.865em) {
    .content-sidebar.content-minus-10 .site-sidebar {
      float: none;
      margin: 0 auto; } }

.sidebar-content {
  position: relative; }
  .admin-bar .sidebar-content .site-sidebar.sticky-start {
    top: 32px; }
  .sidebar-content.content-area {
    float: right;
    margin-left: -320px;
    width: 100%; }
    @media (max-width: 48.865em) {
      .sidebar-content.content-area {
        float: none;
        margin: 0 auto; } }
  .sidebar-content .site-main {
    float: right;
    margin: 0 0 0 320px;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: -o-calc(100% - 320px);
    width: calc(100% - 320px); }
    @media (max-width: 48.865em) {
      .sidebar-content .site-main {
        margin: 0;
        width: 100%; } }
  .sidebar-content .site-sidebar {
    float: left;
    overflow: hidden;
    width: 300px;
    margin-right: -320px; }
    @media (max-width: 48.865em) {
      .sidebar-content .site-sidebar {
        float: none;
        margin: 0 auto; } }
  .sidebar-content .site-footer {
    clear: both;
    width: 100%; }

body.single-sidebar-fixed .content-area.white-background .site-sidebar {
  position: fixed;
  left: auto;
  right: auto;
  top: -190px; }
  @media (max-width: 62.49em) {
    body.single-sidebar-fixed .content-area.white-background .site-sidebar {
      top: -108px; } }
  @media (max-width: 48.865em) {
    body.single-sidebar-fixed .content-area.white-background .site-sidebar {
      display: none; } }

body.single-sidebar-fixed.admin-bar .content-area.white-background .site-sidebar {
  top: -158px; }
  @media (max-width: 62.49em) {
    body.single-sidebar-fixed.admin-bar .content-area.white-background .site-sidebar {
      top: -108px; } }

body.single-sidebar-fixed-bottom .content-area.white-background .site-sidebar {
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0; }

body.single-sidebar-fixed-bottom.admin-bar .content-area.white-background .site-sidebar {
  top: auto; }

.site-footer {
  background: #000000;
  clear: both; }
  .site-footer p {
    color: #E5E5E5; }
  .site-footer #other-pmc-properties {
    background: transparent; }
    .site-footer #other-pmc-properties .pmc-links h3 a {
      text-decoration: none;
      background-color: #000000; }
      .site-footer #other-pmc-properties .pmc-links h3 a span {
        height: auto; }
    .site-footer #other-pmc-properties .pmc-links.pmc-logo-noborder {
      background: transparent none; }
    .site-footer #other-pmc-properties .pmc-links .pmc-properties {
      display: block; }
      .site-footer #other-pmc-properties .pmc-links .pmc-properties li {
        display: inline-block; }
        .site-footer #other-pmc-properties .pmc-links .pmc-properties li a {
          display: block;
          text-indent: -9999px;
          width: 105px;
          height: 47px;
          overflow: hidden; }
        .site-footer #other-pmc-properties .pmc-links .pmc-properties li.deadline-logo a, .site-footer #other-pmc-properties .pmc-links .pmc-properties li.india-logo a, .site-footer #other-pmc-properties .pmc-links .pmc-properties li.hollywoodlife-logo a, .site-footer #other-pmc-properties .pmc-links .pmc-properties li.entv-logo a {
          width: 116px; }
    .site-footer #other-pmc-properties .footer-links ul {
      margin: 20px 0;
      padding: 0;
      text-align: center; }
      .site-footer #other-pmc-properties .footer-links ul li {
        display: inline-block;
        line-height: 14px;
        font-size: 14px;
        font-size: 0.875rem; }
        .site-footer #other-pmc-properties .footer-links ul li:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: none; }
        .site-footer #other-pmc-properties .footer-links ul li a {
          color: #FFFFFF;
          text-decoration: none; }
          .site-footer #other-pmc-properties .footer-links ul li a:hover {
            text-decoration: underline; }

.forum, .topic, .type- {
  margin: 0;
  padding: 0 !important;
  background: #E5E5E5 none repeat scroll 0 0; }

.forum .entry-header, .topic .entry-header, .type- .entry-header {
  height: auto;
  padding-left: 5px; }

.forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links {
  clear: both;
  float: left; }
  @media (max-width: 37.49em) {
    .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links {
      font-size: 11px;
      font-size: 0.6875rem; } }

.forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-count, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-count, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-count {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  padding: 0 0 10px 5px; }
  @media (max-width: 37.49em) {
    .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-count, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-count, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-count {
      font-size: 12px;
      font-size: 0.75rem; } }

.forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links {
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a, .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a:hover, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a:hover, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a:hover, .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a:visited, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a:visited, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links a:visited {
    color: #FFFFFF; }
  .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
    height: 25px;
    min-width: 25px;
    width: auto;
    background: #337AB6;
    padding: 6px 3px;
    text-align: center; }
    @media (max-width: 37.49em) {
      .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
        height: 20px;
        min-width: 20px;
        padding: 4px 3px; } }
  .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .current, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .current, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .current {
    background: #3FA91F; }
  .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .next, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .next, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .next {
    background: #337AB6 url("../images/GD_Pagination_Next.png") no-repeat scroll 9px 6px; }
    @media (max-width: 37.49em) {
      .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .next, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .next, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .next {
        background: #337AB6 url("../images/GD_Pagination_Next.png") no-repeat scroll 6px 4px; } }
  .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .prev, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .prev, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .prev {
    background: #337AB6 url("../images/GD_Pagination_Previous.png") no-repeat scroll 6px 6px; }
    @media (max-width: 37.49em) {
      .forum .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .prev, .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .prev, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links .prev {
        background: #337AB6 url("../images/GD_Pagination_Previous.png") no-repeat scroll 4px 4px; } }

.topic .entry-content #bbpress-forums .bbp-pagination, .type- .entry-content #bbpress-forums .bbp-pagination {
  margin-bottom: 12px; }
  @media (max-width: 37.49em) {
    .topic .entry-content #bbpress-forums .bbp-pagination, .type- .entry-content #bbpress-forums .bbp-pagination {
      margin-bottom: 7px; } }
  .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links {
    float: right; }
    @media (max-width: 37.49em) {
      .topic .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links, .type- .entry-content #bbpress-forums .bbp-pagination .bbp-pagination-links {
        width: 74%;
        font-size: 11px;
        font-size: 0.6875rem; } }

.forum .entry-content #bbpress-forums .bbp-topic-form, .topic .bbp-reply-form, .type- .bbp-reply-form {
  background: #FFFFFF; }
  .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form, .topic .bbp-reply-form fieldset.bbp-form, .type- .bbp-reply-form fieldset.bbp-form {
    padding: 0 !important;
    margin: 0 !important; }
    .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form legend, .topic .bbp-reply-form fieldset.bbp-form legend, .type- .bbp-reply-form fieldset.bbp-form legend {
      width: 638px;
      background: #000000;
      color: #FFFFFF;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 16px 20px 16px 20px; }
      @media (max-width: 37.49em) {
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form legend, .topic .bbp-reply-form fieldset.bbp-form legend, .type- .bbp-reply-form fieldset.bbp-form legend {
          width: 100%;
          padding: 8px;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 18px; } }
    .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div, .topic .bbp-reply-form fieldset.bbp-form div, .type- .bbp-reply-form fieldset.bbp-form div {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 12px;
      font-size: 0.75rem; }
      .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p, .topic .bbp-reply-form fieldset.bbp-form div p, .type- .bbp-reply-form fieldset.bbp-form div p {
        color: #606060;
        padding: 0 18px; }
        @media (max-width: 37.49em) {
          .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p, .topic .bbp-reply-form fieldset.bbp-form div p, .type- .bbp-reply-form fieldset.bbp-form div p {
            padding: 0 10px; } }
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p label, .topic .bbp-reply-form fieldset.bbp-form div p label, .type- .bbp-reply-form fieldset.bbp-form div p label {
          padding: 18px 0 12px 0; }
          @media (max-width: 37.49em) {
            .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p label, .topic .bbp-reply-form fieldset.bbp-form div p label, .type- .bbp-reply-form fieldset.bbp-form div p label {
              padding: 3px 0 5px; } }
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p input, .topic .bbp-reply-form fieldset.bbp-form div p input, .type- .bbp-reply-form fieldset.bbp-form div p input {
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          margin: 0;
          width: 602px;
          height: 45px;
          border: 1px solid #c9c9c9; }
          @media (max-width: 37.49em) {
            .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p input, .topic .bbp-reply-form fieldset.bbp-form div p input, .type- .bbp-reply-form fieldset.bbp-form div p input {
              width: 100%; } }
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p input[type="checkbox"], .topic .bbp-reply-form fieldset.bbp-form div p input[type="checkbox"], .type- .bbp-reply-form fieldset.bbp-form div p input[type="checkbox"] {
          width: 20px;
          height: 20px;
          border: 1px solid #c9c9c9; }
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p select, .topic .bbp-reply-form fieldset.bbp-form div p select, .type- .bbp-reply-form fieldset.bbp-form div p select {
          border: 1px solid #c9c9c9;
          border-radius: 3px;
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          height: 45px;
          width: 100%; }
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p textarea, .topic .bbp-reply-form fieldset.bbp-form div p textarea, .type- .bbp-reply-form fieldset.bbp-form div p textarea {
          margin: 0; }
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p .form_guide_txt, .topic .bbp-reply-form fieldset.bbp-form div p .form_guide_txt, .type- .bbp-reply-form fieldset.bbp-form div p .form_guide_txt {
          font-size: 10px;
          font-size: 0.625rem; }
      .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div p:nth-child(6) label, .topic .bbp-reply-form fieldset.bbp-form div p:nth-child(6) label, .type- .bbp-reply-form fieldset.bbp-form div p:nth-child(6) label {
        padding: 19px 0 0 10px;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        font-size: 0.75rem; }
      .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div .bbp-the-content-wrapper, .topic .bbp-reply-form fieldset.bbp-form div .bbp-the-content-wrapper, .type- .bbp-reply-form fieldset.bbp-form div .bbp-the-content-wrapper {
        border: 1px solid #c9c9c9;
        margin: 10px 19px 0 19px; }
        @media (max-width: 37.49em) {
          .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div .bbp-the-content-wrapper, .topic .bbp-reply-form fieldset.bbp-form div .bbp-the-content-wrapper, .type- .bbp-reply-form fieldset.bbp-form div .bbp-the-content-wrapper {
            width: 95%;
            margin: 10px; } }
      @media (max-width: 37.49em) {
        .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div .bbp-submit-wrapper, .topic .bbp-reply-form fieldset.bbp-form div .bbp-submit-wrapper, .type- .bbp-reply-form fieldset.bbp-form div .bbp-submit-wrapper {
          float: right; } }
      .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div .bbp-submit-wrapper button, .topic .bbp-reply-form fieldset.bbp-form div .bbp-submit-wrapper button, .type- .bbp-reply-form fieldset.bbp-form div .bbp-submit-wrapper button {
        margin: 0 18px 20px 0;
        border-radius: 0;
        background: #337AB6;
        width: 98px;
        height: 35px;
        box-shadow: none;
        border: 0 none;
        color: #FFFFFF;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-size: 1rem;
        text-shadow: none; }
        @media (max-width: 37.49em) {
          .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div .bbp-submit-wrapper button, .topic .bbp-reply-form fieldset.bbp-form div .bbp-submit-wrapper button, .type- .bbp-reply-form fieldset.bbp-form div .bbp-submit-wrapper button {
            margin: 0 12px 20px 0; } }
      .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div #poll_options, .topic .bbp-reply-form fieldset.bbp-form div #poll_options, .type- .bbp-reply-form fieldset.bbp-form div #poll_options, .forum .entry-content #bbpress-forums .bbp-topic-form fieldset.bbp-form div #poll_exp_date, .topic .bbp-reply-form fieldset.bbp-form div #poll_exp_date, .type- .bbp-reply-form fieldset.bbp-form div #poll_exp_date {
        display: none; }

.forum, .topic, .type- {
  clear: both;
  margin-bottom: 10px; }
  .forum .subscription-favorites-mobo, .topic .subscription-favorites-mobo, .type- .subscription-favorites-mobo {
    float: right; }
    .forum .subscription-favorites-mobo .subscription-button-mobo, .topic .subscription-favorites-mobo .subscription-button-mobo, .type- .subscription-favorites-mobo .subscription-button-mobo {
      margin: 8px 5px 8px 0;
      float: right;
      clear: both; }
      .forum .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle, .topic .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle, .type- .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle {
        padding: 6px 15px;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        background: #337AB6; }
        .forum .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a, .topic .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a, .type- .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a, .forum .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a:hover, .topic .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a:hover, .type- .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a:hover, .forum .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a:visited, .topic .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a:visited, .type- .subscription-favorites-mobo .subscription-button-mobo #subscription-toggle a:visited {
          color: #FFFFFF; }
    .forum .subscription-favorites-mobo .favorites-button-mobo, .topic .subscription-favorites-mobo .favorites-button-mobo, .type- .subscription-favorites-mobo .favorites-button-mobo {
      margin: 6px 5px 8px 0;
      float: right;
      clear: both; }
      .forum .subscription-favorites-mobo .favorites-button-mobo #favorite-toggle, .topic .subscription-favorites-mobo .favorites-button-mobo #favorite-toggle, .type- .subscription-favorites-mobo .favorites-button-mobo #favorite-toggle {
        padding: 6px 15px;
        color: #FFFFFF;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-weight: 700;
        background: #337AB6; }
      .forum .subscription-favorites-mobo .favorites-button-mobo a, .topic .subscription-favorites-mobo .favorites-button-mobo a, .type- .subscription-favorites-mobo .favorites-button-mobo a, .forum .subscription-favorites-mobo .favorites-button-mobo a:hover, .topic .subscription-favorites-mobo .favorites-button-mobo a:hover, .type- .subscription-favorites-mobo .favorites-button-mobo a:hover, .forum .subscription-favorites-mobo .favorites-button-mobo a:visited, .topic .subscription-favorites-mobo .favorites-button-mobo a:visited, .type- .subscription-favorites-mobo .favorites-button-mobo a:visited {
        color: #FFFFFF; }

@media (max-width: 37.49em) {
  .forum .entry-header {
    height: auto;
    padding-left: 14px; } }

.forum .entry-content {
  margin-top: 0;
  width: 100%; }
  .forum .entry-content #bbpress-forums {
    margin-bottom: 0; }
    .forum .entry-content #bbpress-forums .bbp-search-form {
      float: none; }
    .forum .entry-content #bbpress-forums #bbp-search-form {
      padding-bottom: 20px;
      width: 100%; }
      .forum .entry-content #bbpress-forums #bbp-search-form .box {
        border: 1px solid #c9c9c9;
        height: 47px;
        background: #fff; }
        .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1 {
          vertical-align: middle;
          white-space: nowrap;
          position: relative; }
          .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1 input#bbp_search {
            font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 500;
            height: 45px;
            width: -webkit-calc(100% - 51px);
            width: -moz-calc(100% - 51px);
            width: -o-calc(100% - 51px);
            width: calc(100% - 51px);
            background: #fff;
            border: none;
            font-size: 14px;
            font-size: 0.875rem;
            color: #8E8E8E; }
            @media (max-width: 37.49em) {
              .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1 input#bbp_search {
                width: 270px;
                font-size: 12px;
                font-size: 0.75rem; } }
          .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1 input.buttons {
            background: url("../images/GD_forum_search.png") no-repeat;
            border: 0;
            margin: 10px 10px 10px 17px;
            float: left;
            box-shadow: none; }
            @media (max-width: 37.49em) {
              .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1 input.buttons {
                width: 25px;
                height: 25px;
                margin: 11px 4px 10px 7px; } }
          .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1::-webkit-input-placeholder {
            color: #8E8E8E;
            font-size: 14px; }
          .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1:-moz-placeholder {
            color: #8E8E8E;
            opacity: 1;
            font-size: 14px; }
          .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1::-moz-placeholder {
            color: #8E8E8E;
            opacity: 1;
            font-size: 14px; }
          .forum .entry-content #bbpress-forums #bbp-search-form .box .container-1:-ms-input-placeholder {
            color: #8E8E8E;
            font-size: 14px; }
    .forum .entry-content #bbpress-forums .bbp-forums, .forum .entry-content #bbpress-forums .bbp-topics {
      background: #FFFFFF;
      border: none; }
      .forum .entry-content #bbpress-forums .bbp-forums .bbp-header, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header {
        background: #000000 !important;
        color: #FFFFFF;
        height: 45px;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 14px;
        font-size: 0.875rem; }
        .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles {
          padding: 5px 5px 5px 15px !important; }
          @media (max-width: 37.49em) {
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles {
              padding: 5px 5px 5px 5px !important;
              float: left; }
              .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles .bbp-forum-freshness {
                display: none; }
              .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles .bbp-topic-voice-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles .bbp-topic-reply-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .forum-titles .bbp-topic-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles .bbp-topic-voice-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles .bbp-topic-reply-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .forum-titles .bbp-topic-freshness {
                display: none; } }
        .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .bbp-topic-title, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .bbp-topic-title {
          width: 45%; }
          @media (max-width: 37.49em) {
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .bbp-topic-title, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .bbp-topic-title {
              width: 100%; } }
        .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-forums .bbp-header .bbp-topic-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-header .bbp-topic-freshness {
          width: 32%; }
      .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul {
        border: none;
        padding: 20px 10px 20px 20px !important; }
        .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-forum-content, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-forum-content, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-voice-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-reply-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-forum-content, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-forum-content, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-voice-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-reply-count {
          color: #606060;
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          font-size: 14px;
          font-size: 0.875rem; }
        .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title {
          width: 45%; }
          @media (max-width: 37.49em) {
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title {
              width: 100%;
              padding-bottom: 15px; } }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info a:visited, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title a:visited {
            color: #000000;
            font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 700;
            font-size: 16px;
            font-size: 1rem; }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-forum-content, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-forum-content, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-forum-content, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-forum-content {
            margin: 8px 0 3px;
            line-height: 17px; }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-topic-permalink, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-topic-permalink, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-topic-permalink, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-topic-permalink {
            line-height: 19px; }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-topic-pagination, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-topic-pagination, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-topic-pagination, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-topic-pagination {
            display: none; }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-topic-meta, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-topic-meta, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-topic-meta, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-topic-meta {
            padding: 8px 0 0 0;
            font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 500;
            color: #7C7C7C;
            font-size: 12px;
            font-size: 0.75rem; }
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-topic-meta img, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-topic-meta img, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-topic-meta img, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-topic-meta img {
              margin-bottom: -4px; }
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-topic-meta a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-topic-meta a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-info .bbp-topic-meta a:visited, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-topic-meta a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-topic-meta a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-title .bbp-topic-meta a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-topic-meta a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-topic-meta a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-info .bbp-topic-meta a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-topic-meta a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-topic-meta a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title .bbp-topic-meta a:visited {
              font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-weight: 500;
              color: #337AB7;
              font-size: 12px;
              font-size: 0.75rem; }
        @media (max-width: 37.49em) {
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-voice-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-voice-count {
            font-size: 12px;
            font-size: 0.75rem;
            width: 10%; } }
        @media (max-width: 37.49em) {
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-reply-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-reply-count {
            font-size: 12px;
            font-size: 0.75rem;
            width: 45%; } }
        .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness {
          width: 32%;
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          font-size: 14px;
          font-size: 0.875rem;
          color: #606060; }
          @media (max-width: 37.49em) {
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness {
              font-size: 12px;
              font-size: 0.75rem;
              width: 45%; } }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness a:visited, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness a:visited {
            font-size: 12px;
            font-size: 0.75rem;
            color: #606060; }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .recent_post_link a:visited, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .recent_post_link a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .recent_post_link a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .recent_post_link a:visited {
            font-size: 14px;
            font-size: 0.875rem;
            color: #337AB7; }
            @media (max-width: 37.49em) {
              .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .recent_post_link a:visited, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .recent_post_link a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .recent_post_link a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .recent_post_link a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .recent_post_link a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .recent_post_link a:visited {
                font-size: 10.8px;
                font-size: 0.675rem; } }
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author {
            font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 500;
            font-size: 14px;
            font-size: 0.875rem; }
            @media (max-width: 37.49em) {
              .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author {
                font-size: 12px;
                font-size: 0.75rem; } }
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author a:visited, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author a, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author a:hover, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author a:visited, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author a, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author a:hover, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author a:visited {
              color: #337AB7; }
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-avatar, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-avatar, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-avatar, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-avatar {
              display: none; }
        @media (max-width: 37.49em) {
          .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .bbp-forum-freshness, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-topic-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-reply-count, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .bbp-forum-freshness {
            display: none; } }
        .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .topic-mobo-txt, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .topic-mobo-txt {
          display: none; }
          @media (max-width: 37.49em) {
            .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul .topic-mobo-txt, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul .topic-mobo-txt {
              display: block;
              clear: both;
              padding-bottom: 5px;
              font-size: 11px;
              font-size: 0.6875rem; } }
      .forum .entry-content #bbpress-forums .bbp-forums .bbp-body ul.even, .forum .entry-content #bbpress-forums .bbp-topics .bbp-body ul.even {
        background: #F7F7F7 !important; }
    .forum .entry-content #bbpress-forums .bbp-template-notice.info {
      display: none; }
    .forum .entry-content #bbpress-forums #subscription-toggle {
      display: none; }

.topic .bbp-replies li .topic-author, .topic .bbp-search-results li .topic-author, .type- .bbp-replies li .topic-author, .type- .bbp-search-results li .topic-author, .topic .bbp-replies li .reply, .topic .bbp-replies li .topic, .topic .bbp-search-results li .reply, .topic .bbp-search-results li .topic, .type- .bbp-replies li .reply, .type- .bbp-replies li .topic, .type- .bbp-search-results li .reply, .type- .bbp-search-results li .topic {
  margin-bottom: 20px !important;
  padding: 0; }
  @media (max-width: 37.49em) {
    .topic .bbp-replies li .topic-author, .topic .bbp-search-results li .topic-author, .type- .bbp-replies li .topic-author, .type- .bbp-search-results li .topic-author, .topic .bbp-replies li .reply, .topic .bbp-replies li .topic, .topic .bbp-search-results li .reply, .topic .bbp-search-results li .topic, .type- .bbp-replies li .reply, .type- .bbp-replies li .topic, .type- .bbp-search-results li .reply, .type- .bbp-search-results li .topic {
      margin-bottom: 13px !important; } }
  .topic .bbp-replies li .topic-author .bbp-reply-author, .topic .bbp-search-results li .topic-author .bbp-reply-author, .type- .bbp-replies li .topic-author .bbp-reply-author, .type- .bbp-search-results li .topic-author .bbp-reply-author, .topic .bbp-replies li .reply .bbp-reply-author, .topic .bbp-replies li .topic .bbp-reply-author, .topic .bbp-search-results li .reply .bbp-reply-author, .topic .bbp-search-results li .topic .bbp-reply-author, .type- .bbp-replies li .reply .bbp-reply-author, .type- .bbp-replies li .topic .bbp-reply-author, .type- .bbp-search-results li .reply .bbp-reply-author, .type- .bbp-search-results li .topic .bbp-reply-author, .topic .bbp-replies li .topic-author .bbp-topic-author, .topic .bbp-search-results li .topic-author .bbp-topic-author, .type- .bbp-replies li .topic-author .bbp-topic-author, .type- .bbp-search-results li .topic-author .bbp-topic-author, .topic .bbp-replies li .reply .bbp-topic-author, .topic .bbp-replies li .topic .bbp-topic-author, .topic .bbp-search-results li .reply .bbp-topic-author, .topic .bbp-search-results li .topic .bbp-topic-author, .type- .bbp-replies li .reply .bbp-topic-author, .type- .bbp-replies li .topic .bbp-topic-author, .type- .bbp-search-results li .reply .bbp-topic-author, .type- .bbp-search-results li .topic .bbp-topic-author {
    background: #FFFFFF;
    padding: 15px 2px; }
    @media (min-width: 30.0625em) {
      .topic .bbp-replies li .topic-author .bbp-reply-author, .topic .bbp-search-results li .topic-author .bbp-reply-author, .type- .bbp-replies li .topic-author .bbp-reply-author, .type- .bbp-search-results li .topic-author .bbp-reply-author, .topic .bbp-replies li .reply .bbp-reply-author, .topic .bbp-replies li .topic .bbp-reply-author, .topic .bbp-search-results li .reply .bbp-reply-author, .topic .bbp-search-results li .topic .bbp-reply-author, .type- .bbp-replies li .reply .bbp-reply-author, .type- .bbp-replies li .topic .bbp-reply-author, .type- .bbp-search-results li .reply .bbp-reply-author, .type- .bbp-search-results li .topic .bbp-reply-author, .topic .bbp-replies li .topic-author .bbp-topic-author, .topic .bbp-search-results li .topic-author .bbp-topic-author, .type- .bbp-replies li .topic-author .bbp-topic-author, .type- .bbp-search-results li .topic-author .bbp-topic-author, .topic .bbp-replies li .reply .bbp-topic-author, .topic .bbp-replies li .topic .bbp-topic-author, .topic .bbp-search-results li .reply .bbp-topic-author, .topic .bbp-search-results li .topic .bbp-topic-author, .type- .bbp-replies li .reply .bbp-topic-author, .type- .bbp-replies li .topic .bbp-topic-author, .type- .bbp-search-results li .reply .bbp-topic-author, .type- .bbp-search-results li .topic .bbp-topic-author {
        width: 146px !important; } }
    @media (max-width: 30.0525em) {
      .topic .bbp-replies li .topic-author .bbp-reply-author, .topic .bbp-search-results li .topic-author .bbp-reply-author, .type- .bbp-replies li .topic-author .bbp-reply-author, .type- .bbp-search-results li .topic-author .bbp-reply-author, .topic .bbp-replies li .reply .bbp-reply-author, .topic .bbp-replies li .topic .bbp-reply-author, .topic .bbp-search-results li .reply .bbp-reply-author, .topic .bbp-search-results li .topic .bbp-reply-author, .type- .bbp-replies li .reply .bbp-reply-author, .type- .bbp-replies li .topic .bbp-reply-author, .type- .bbp-search-results li .reply .bbp-reply-author, .type- .bbp-search-results li .topic .bbp-reply-author, .topic .bbp-replies li .topic-author .bbp-topic-author, .topic .bbp-search-results li .topic-author .bbp-topic-author, .type- .bbp-replies li .topic-author .bbp-topic-author, .type- .bbp-search-results li .topic-author .bbp-topic-author, .topic .bbp-replies li .reply .bbp-topic-author, .topic .bbp-replies li .topic .bbp-topic-author, .topic .bbp-search-results li .reply .bbp-topic-author, .topic .bbp-search-results li .topic .bbp-topic-author, .type- .bbp-replies li .reply .bbp-topic-author, .type- .bbp-replies li .topic .bbp-topic-author, .type- .bbp-search-results li .reply .bbp-topic-author, .type- .bbp-search-results li .topic .bbp-topic-author {
        margin: 0 !important; } }
    .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .reply .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .topic .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .reply .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .topic .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-name, .topic .bbp-replies li .reply .bbp-topic-author .bbp-author-name, .topic .bbp-replies li .topic .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .reply .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .topic .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-author-name {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem;
      color: #337AB7; }
      @media (max-width: 37.49em) {
        .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .reply .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .topic .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .reply .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .topic .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-name, .topic .bbp-replies li .reply .bbp-topic-author .bbp-author-name, .topic .bbp-replies li .topic .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .reply .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .topic .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-author-name {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (max-width: 30.0525em) {
        .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .reply .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .topic .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-author-name, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .reply .bbp-reply-author .bbp-author-name, .type- .bbp-replies li .topic .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-author-name, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-author-name, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-name, .topic .bbp-replies li .reply .bbp-topic-author .bbp-author-name, .topic .bbp-replies li .topic .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-author-name, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .reply .bbp-topic-author .bbp-author-name, .type- .bbp-replies li .topic .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-author-name, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-author-name {
          display: block !important;
          line-height: 18px; } }
    .topic .bbp-replies li .topic-author .bbp-reply-author a, .topic .bbp-search-results li .topic-author .bbp-reply-author a, .type- .bbp-replies li .topic-author .bbp-reply-author a, .type- .bbp-search-results li .topic-author .bbp-reply-author a, .topic .bbp-replies li .reply .bbp-reply-author a, .topic .bbp-replies li .topic .bbp-reply-author a, .topic .bbp-search-results li .reply .bbp-reply-author a, .topic .bbp-search-results li .topic .bbp-reply-author a, .type- .bbp-replies li .reply .bbp-reply-author a, .type- .bbp-replies li .topic .bbp-reply-author a, .type- .bbp-search-results li .reply .bbp-reply-author a, .type- .bbp-search-results li .topic .bbp-reply-author a, .topic .bbp-replies li .topic-author .bbp-reply-author a:hover, .topic .bbp-search-results li .topic-author .bbp-reply-author a:hover, .type- .bbp-replies li .topic-author .bbp-reply-author a:hover, .type- .bbp-search-results li .topic-author .bbp-reply-author a:hover, .topic .bbp-replies li .reply .bbp-reply-author a:hover, .topic .bbp-replies li .topic .bbp-reply-author a:hover, .topic .bbp-search-results li .reply .bbp-reply-author a:hover, .topic .bbp-search-results li .topic .bbp-reply-author a:hover, .type- .bbp-replies li .reply .bbp-reply-author a:hover, .type- .bbp-replies li .topic .bbp-reply-author a:hover, .type- .bbp-search-results li .reply .bbp-reply-author a:hover, .type- .bbp-search-results li .topic .bbp-reply-author a:hover, .topic .bbp-replies li .topic-author .bbp-reply-author a:visited, .topic .bbp-search-results li .topic-author .bbp-reply-author a:visited, .type- .bbp-replies li .topic-author .bbp-reply-author a:visited, .type- .bbp-search-results li .topic-author .bbp-reply-author a:visited, .topic .bbp-replies li .reply .bbp-reply-author a:visited, .topic .bbp-replies li .topic .bbp-reply-author a:visited, .topic .bbp-search-results li .reply .bbp-reply-author a:visited, .topic .bbp-search-results li .topic .bbp-reply-author a:visited, .type- .bbp-replies li .reply .bbp-reply-author a:visited, .type- .bbp-replies li .topic .bbp-reply-author a:visited, .type- .bbp-search-results li .reply .bbp-reply-author a:visited, .type- .bbp-search-results li .topic .bbp-reply-author a:visited, .topic .bbp-replies li .topic-author .bbp-topic-author a, .topic .bbp-search-results li .topic-author .bbp-topic-author a, .type- .bbp-replies li .topic-author .bbp-topic-author a, .type- .bbp-search-results li .topic-author .bbp-topic-author a, .topic .bbp-replies li .reply .bbp-topic-author a, .topic .bbp-replies li .topic .bbp-topic-author a, .topic .bbp-search-results li .reply .bbp-topic-author a, .topic .bbp-search-results li .topic .bbp-topic-author a, .type- .bbp-replies li .reply .bbp-topic-author a, .type- .bbp-replies li .topic .bbp-topic-author a, .type- .bbp-search-results li .reply .bbp-topic-author a, .type- .bbp-search-results li .topic .bbp-topic-author a, .topic .bbp-replies li .topic-author .bbp-topic-author a:hover, .topic .bbp-search-results li .topic-author .bbp-topic-author a:hover, .type- .bbp-replies li .topic-author .bbp-topic-author a:hover, .type- .bbp-search-results li .topic-author .bbp-topic-author a:hover, .topic .bbp-replies li .reply .bbp-topic-author a:hover, .topic .bbp-replies li .topic .bbp-topic-author a:hover, .topic .bbp-search-results li .reply .bbp-topic-author a:hover, .topic .bbp-search-results li .topic .bbp-topic-author a:hover, .type- .bbp-replies li .reply .bbp-topic-author a:hover, .type- .bbp-replies li .topic .bbp-topic-author a:hover, .type- .bbp-search-results li .reply .bbp-topic-author a:hover, .type- .bbp-search-results li .topic .bbp-topic-author a:hover, .topic .bbp-replies li .topic-author .bbp-topic-author a:visited, .topic .bbp-search-results li .topic-author .bbp-topic-author a:visited, .type- .bbp-replies li .topic-author .bbp-topic-author a:visited, .type- .bbp-search-results li .topic-author .bbp-topic-author a:visited, .topic .bbp-replies li .reply .bbp-topic-author a:visited, .topic .bbp-replies li .topic .bbp-topic-author a:visited, .topic .bbp-search-results li .reply .bbp-topic-author a:visited, .topic .bbp-search-results li .topic .bbp-topic-author a:visited, .type- .bbp-replies li .reply .bbp-topic-author a:visited, .type- .bbp-replies li .topic .bbp-topic-author a:visited, .type- .bbp-search-results li .reply .bbp-topic-author a:visited, .type- .bbp-search-results li .topic .bbp-topic-author a:visited {
      color: #337AB7; }
    .topic .bbp-replies li .topic-author .bbp-reply-author a.bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-reply-author a.bbp-author-name, .type- .bbp-replies li .topic-author .bbp-reply-author a.bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-reply-author a.bbp-author-name, .topic .bbp-replies li .reply .bbp-reply-author a.bbp-author-name, .topic .bbp-replies li .topic .bbp-reply-author a.bbp-author-name, .topic .bbp-search-results li .reply .bbp-reply-author a.bbp-author-name, .topic .bbp-search-results li .topic .bbp-reply-author a.bbp-author-name, .type- .bbp-replies li .reply .bbp-reply-author a.bbp-author-name, .type- .bbp-replies li .topic .bbp-reply-author a.bbp-author-name, .type- .bbp-search-results li .reply .bbp-reply-author a.bbp-author-name, .type- .bbp-search-results li .topic .bbp-reply-author a.bbp-author-name, .topic .bbp-replies li .topic-author .bbp-topic-author a.bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-topic-author a.bbp-author-name, .type- .bbp-replies li .topic-author .bbp-topic-author a.bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-topic-author a.bbp-author-name, .topic .bbp-replies li .reply .bbp-topic-author a.bbp-author-name, .topic .bbp-replies li .topic .bbp-topic-author a.bbp-author-name, .topic .bbp-search-results li .reply .bbp-topic-author a.bbp-author-name, .topic .bbp-search-results li .topic .bbp-topic-author a.bbp-author-name, .type- .bbp-replies li .reply .bbp-topic-author a.bbp-author-name, .type- .bbp-replies li .topic .bbp-topic-author a.bbp-author-name, .type- .bbp-search-results li .reply .bbp-topic-author a.bbp-author-name, .type- .bbp-search-results li .topic .bbp-topic-author a.bbp-author-name {
      padding: 15px 0; }
      @media (max-width: 37.49em) {
        .topic .bbp-replies li .topic-author .bbp-reply-author a.bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-reply-author a.bbp-author-name, .type- .bbp-replies li .topic-author .bbp-reply-author a.bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-reply-author a.bbp-author-name, .topic .bbp-replies li .reply .bbp-reply-author a.bbp-author-name, .topic .bbp-replies li .topic .bbp-reply-author a.bbp-author-name, .topic .bbp-search-results li .reply .bbp-reply-author a.bbp-author-name, .topic .bbp-search-results li .topic .bbp-reply-author a.bbp-author-name, .type- .bbp-replies li .reply .bbp-reply-author a.bbp-author-name, .type- .bbp-replies li .topic .bbp-reply-author a.bbp-author-name, .type- .bbp-search-results li .reply .bbp-reply-author a.bbp-author-name, .type- .bbp-search-results li .topic .bbp-reply-author a.bbp-author-name, .topic .bbp-replies li .topic-author .bbp-topic-author a.bbp-author-name, .topic .bbp-search-results li .topic-author .bbp-topic-author a.bbp-author-name, .type- .bbp-replies li .topic-author .bbp-topic-author a.bbp-author-name, .type- .bbp-search-results li .topic-author .bbp-topic-author a.bbp-author-name, .topic .bbp-replies li .reply .bbp-topic-author a.bbp-author-name, .topic .bbp-replies li .topic .bbp-topic-author a.bbp-author-name, .topic .bbp-search-results li .reply .bbp-topic-author a.bbp-author-name, .topic .bbp-search-results li .topic .bbp-topic-author a.bbp-author-name, .type- .bbp-replies li .reply .bbp-topic-author a.bbp-author-name, .type- .bbp-replies li .topic .bbp-topic-author a.bbp-author-name, .type- .bbp-search-results li .reply .bbp-topic-author a.bbp-author-name, .type- .bbp-search-results li .topic .bbp-topic-author a.bbp-author-name {
          padding: 15px 0 0 0; } }
    .topic .bbp-replies li .topic-author .bbp-reply-author .joined, .topic .bbp-search-results li .topic-author .bbp-reply-author .joined, .type- .bbp-replies li .topic-author .bbp-reply-author .joined, .type- .bbp-search-results li .topic-author .bbp-reply-author .joined, .topic .bbp-replies li .reply .bbp-reply-author .joined, .topic .bbp-replies li .topic .bbp-reply-author .joined, .topic .bbp-search-results li .reply .bbp-reply-author .joined, .topic .bbp-search-results li .topic .bbp-reply-author .joined, .type- .bbp-replies li .reply .bbp-reply-author .joined, .type- .bbp-replies li .topic .bbp-reply-author .joined, .type- .bbp-search-results li .reply .bbp-reply-author .joined, .type- .bbp-search-results li .topic .bbp-reply-author .joined, .topic .bbp-replies li .topic-author .bbp-topic-author .joined, .topic .bbp-search-results li .topic-author .bbp-topic-author .joined, .type- .bbp-replies li .topic-author .bbp-topic-author .joined, .type- .bbp-search-results li .topic-author .bbp-topic-author .joined, .topic .bbp-replies li .reply .bbp-topic-author .joined, .topic .bbp-replies li .topic .bbp-topic-author .joined, .topic .bbp-search-results li .reply .bbp-topic-author .joined, .topic .bbp-search-results li .topic .bbp-topic-author .joined, .type- .bbp-replies li .reply .bbp-topic-author .joined, .type- .bbp-replies li .topic .bbp-topic-author .joined, .type- .bbp-search-results li .reply .bbp-topic-author .joined, .type- .bbp-search-results li .topic .bbp-topic-author .joined {
      clear: both;
      font-size: 12px;
      font-size: 0.75rem; }
    .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-lable {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 400;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #565656 !important; }
      @media (max-width: 37.49em) {
        .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-lable {
          font-size: 10px;
          font-size: 0.625rem; } }
      @media (max-width: 30em) {
        .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-lable, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-lable, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-lable, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-lable {
          float: left;
          margin-right: 5px;
          clear: left; } }
    .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-value, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-value, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-value, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-value, .topic .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-value, .topic .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-value, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-value, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-value, .type- .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-value, .type- .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-value, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-value, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-value, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-value, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-value, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-value, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-value, .topic .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-value, .topic .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-value, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-value, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-value, .type- .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-value, .type- .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-value, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-value, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-value {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 500;
      font-size: 12px;
      font-size: 0.75rem;
      color: #565656 !important;
      padding-bottom: 5px; }
      @media (max-width: 30.0625em) {
        .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-value, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-value, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-reply-author-value, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-reply-author-value, .topic .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-value, .topic .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-value, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-value, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-value, .type- .bbp-replies li .reply .bbp-reply-author .bbp-reply-author-value, .type- .bbp-replies li .topic .bbp-reply-author .bbp-reply-author-value, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-reply-author-value, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-reply-author-value, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-value, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-value, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-reply-author-value, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-reply-author-value, .topic .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-value, .topic .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-value, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-value, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-value, .type- .bbp-replies li .reply .bbp-topic-author .bbp-reply-author-value, .type- .bbp-replies li .topic .bbp-topic-author .bbp-reply-author-value, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-reply-author-value, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-reply-author-value {
          padding-bottom: 0; } }
    .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-author-avatar img, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-avatar img, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-author-avatar img, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-avatar img, .topic .bbp-replies li .reply .bbp-reply-author .bbp-author-avatar img, .topic .bbp-replies li .topic .bbp-reply-author .bbp-author-avatar img, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-author-avatar img, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-author-avatar img, .type- .bbp-replies li .reply .bbp-reply-author .bbp-author-avatar img, .type- .bbp-replies li .topic .bbp-reply-author .bbp-author-avatar img, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-author-avatar img, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-author-avatar img, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-author-avatar img, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-avatar img, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-author-avatar img, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-avatar img, .topic .bbp-replies li .reply .bbp-topic-author .bbp-author-avatar img, .topic .bbp-replies li .topic .bbp-topic-author .bbp-author-avatar img, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-author-avatar img, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-author-avatar img, .type- .bbp-replies li .reply .bbp-topic-author .bbp-author-avatar img, .type- .bbp-replies li .topic .bbp-topic-author .bbp-author-avatar img, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-author-avatar img, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-author-avatar img {
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 30.0625em) {
        .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-author-avatar img, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-avatar img, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-author-avatar img, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-avatar img, .topic .bbp-replies li .reply .bbp-reply-author .bbp-author-avatar img, .topic .bbp-replies li .topic .bbp-reply-author .bbp-author-avatar img, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-author-avatar img, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-author-avatar img, .type- .bbp-replies li .reply .bbp-reply-author .bbp-author-avatar img, .type- .bbp-replies li .topic .bbp-reply-author .bbp-author-avatar img, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-author-avatar img, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-author-avatar img, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-author-avatar img, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-avatar img, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-author-avatar img, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-avatar img, .topic .bbp-replies li .reply .bbp-topic-author .bbp-author-avatar img, .topic .bbp-replies li .topic .bbp-topic-author .bbp-author-avatar img, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-author-avatar img, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-author-avatar img, .type- .bbp-replies li .reply .bbp-topic-author .bbp-author-avatar img, .type- .bbp-replies li .topic .bbp-topic-author .bbp-author-avatar img, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-author-avatar img, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-author-avatar img {
          left: 10px !important; } }
    .topic .bbp-replies li .topic-author .bbp-reply-author .bbp-author-role, .topic .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-role, .type- .bbp-replies li .topic-author .bbp-reply-author .bbp-author-role, .type- .bbp-search-results li .topic-author .bbp-reply-author .bbp-author-role, .topic .bbp-replies li .reply .bbp-reply-author .bbp-author-role, .topic .bbp-replies li .topic .bbp-reply-author .bbp-author-role, .topic .bbp-search-results li .reply .bbp-reply-author .bbp-author-role, .topic .bbp-search-results li .topic .bbp-reply-author .bbp-author-role, .type- .bbp-replies li .reply .bbp-reply-author .bbp-author-role, .type- .bbp-replies li .topic .bbp-reply-author .bbp-author-role, .type- .bbp-search-results li .reply .bbp-reply-author .bbp-author-role, .type- .bbp-search-results li .topic .bbp-reply-author .bbp-author-role, .topic .bbp-replies li .topic-author .bbp-topic-author .bbp-author-role, .topic .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-role, .type- .bbp-replies li .topic-author .bbp-topic-author .bbp-author-role, .type- .bbp-search-results li .topic-author .bbp-topic-author .bbp-author-role, .topic .bbp-replies li .reply .bbp-topic-author .bbp-author-role, .topic .bbp-replies li .topic .bbp-topic-author .bbp-author-role, .topic .bbp-search-results li .reply .bbp-topic-author .bbp-author-role, .topic .bbp-search-results li .topic .bbp-topic-author .bbp-author-role, .type- .bbp-replies li .reply .bbp-topic-author .bbp-author-role, .type- .bbp-replies li .topic .bbp-topic-author .bbp-author-role, .type- .bbp-search-results li .reply .bbp-topic-author .bbp-author-role, .type- .bbp-search-results li .topic .bbp-topic-author .bbp-author-role {
      display: none; }
  .topic .bbp-replies li .topic-author .bbp-reply-content, .topic .bbp-search-results li .topic-author .bbp-reply-content, .type- .bbp-replies li .topic-author .bbp-reply-content, .type- .bbp-search-results li .topic-author .bbp-reply-content, .topic .bbp-replies li .reply .bbp-reply-content, .topic .bbp-replies li .topic .bbp-reply-content, .topic .bbp-search-results li .reply .bbp-reply-content, .topic .bbp-search-results li .topic .bbp-reply-content, .type- .bbp-replies li .reply .bbp-reply-content, .type- .bbp-replies li .topic .bbp-reply-content, .type- .bbp-search-results li .reply .bbp-reply-content, .type- .bbp-search-results li .topic .bbp-reply-content, .topic .bbp-replies li .topic-author .bbp-topic-content, .topic .bbp-search-results li .topic-author .bbp-topic-content, .type- .bbp-replies li .topic-author .bbp-topic-content, .type- .bbp-search-results li .topic-author .bbp-topic-content, .topic .bbp-replies li .reply .bbp-topic-content, .topic .bbp-replies li .topic .bbp-topic-content, .topic .bbp-search-results li .reply .bbp-topic-content, .topic .bbp-search-results li .topic .bbp-topic-content, .type- .bbp-replies li .reply .bbp-topic-content, .type- .bbp-replies li .topic .bbp-topic-content, .type- .bbp-search-results li .reply .bbp-topic-content, .type- .bbp-search-results li .topic .bbp-topic-content {
    background: #FFFFFF;
    border-left: 2px solid #D8D8D8;
    padding: 0 !important;
    margin-left: 145px !important;
    /* Social media share buttons */ }
    @media (max-width: 30.0525em) {
      .topic .bbp-replies li .topic-author .bbp-reply-content, .topic .bbp-search-results li .topic-author .bbp-reply-content, .type- .bbp-replies li .topic-author .bbp-reply-content, .type- .bbp-search-results li .topic-author .bbp-reply-content, .topic .bbp-replies li .reply .bbp-reply-content, .topic .bbp-replies li .topic .bbp-reply-content, .topic .bbp-search-results li .reply .bbp-reply-content, .topic .bbp-search-results li .topic .bbp-reply-content, .type- .bbp-replies li .reply .bbp-reply-content, .type- .bbp-replies li .topic .bbp-reply-content, .type- .bbp-search-results li .reply .bbp-reply-content, .type- .bbp-search-results li .topic .bbp-reply-content, .topic .bbp-replies li .topic-author .bbp-topic-content, .topic .bbp-search-results li .topic-author .bbp-topic-content, .type- .bbp-replies li .topic-author .bbp-topic-content, .type- .bbp-search-results li .topic-author .bbp-topic-content, .topic .bbp-replies li .reply .bbp-topic-content, .topic .bbp-replies li .topic .bbp-topic-content, .topic .bbp-search-results li .reply .bbp-topic-content, .topic .bbp-search-results li .topic .bbp-topic-content, .type- .bbp-replies li .reply .bbp-topic-content, .type- .bbp-replies li .topic .bbp-topic-content, .type- .bbp-search-results li .reply .bbp-topic-content, .type- .bbp-search-results li .topic .bbp-topic-content {
        margin-left: 0 !important;
        border-left: none;
        border-top: 1px solid #D8D8D8;
        margin: 0 !important;
        top: 24px; } }
    .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header {
      border: none !important;
      background: none !important;
      clear: none;
      padding: 20px; }
      @media (max-width: 37.49em) {
        .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header {
          padding: 11px 20px; } }
      .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta {
        font-size: 16px;
        font-size: 1rem;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-weight: 700;
        color: #000000; }
        @media (max-width: 37.49em) {
          .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta {
            font-size: 12px;
            font-size: 0.75rem; } }
        .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited {
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
          font-weight: 500;
          color: #A8A8A8;
          float: right;
          font-size: 14px;
          font-size: 0.875rem; }
          @media (max-width: 37.49em) {
            .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic-author .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .reply .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic .bbp-reply-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:hover, .topic .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic-author .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .topic .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-replies li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .reply .bbp-topic-content .bbp-reply-header .bbp-meta a:visited, .type- .bbp-search-results li .topic .bbp-topic-content .bbp-reply-header .bbp-meta a:visited {
              font-size: 11px;
              font-size: 0.6875rem; } }
    .topic .bbp-replies li .topic-author .bbp-reply-content p, .topic .bbp-search-results li .topic-author .bbp-reply-content p, .type- .bbp-replies li .topic-author .bbp-reply-content p, .type- .bbp-search-results li .topic-author .bbp-reply-content p, .topic .bbp-replies li .reply .bbp-reply-content p, .topic .bbp-replies li .topic .bbp-reply-content p, .topic .bbp-search-results li .reply .bbp-reply-content p, .topic .bbp-search-results li .topic .bbp-reply-content p, .type- .bbp-replies li .reply .bbp-reply-content p, .type- .bbp-replies li .topic .bbp-reply-content p, .type- .bbp-search-results li .reply .bbp-reply-content p, .type- .bbp-search-results li .topic .bbp-reply-content p, .topic .bbp-replies li .topic-author .bbp-topic-content p, .topic .bbp-search-results li .topic-author .bbp-topic-content p, .type- .bbp-replies li .topic-author .bbp-topic-content p, .type- .bbp-search-results li .topic-author .bbp-topic-content p, .topic .bbp-replies li .reply .bbp-topic-content p, .topic .bbp-replies li .topic .bbp-topic-content p, .topic .bbp-search-results li .reply .bbp-topic-content p, .topic .bbp-search-results li .topic .bbp-topic-content p, .type- .bbp-replies li .reply .bbp-topic-content p, .type- .bbp-replies li .topic .bbp-topic-content p, .type- .bbp-search-results li .reply .bbp-topic-content p, .type- .bbp-search-results li .topic .bbp-topic-content p {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 500;
      font-size: 14px;
      font-size: 0.875rem;
      color: #3A3A3A;
      padding: 0px 20px;
      clear: none; }
      @media (max-width: 37.49em) {
        .topic .bbp-replies li .topic-author .bbp-reply-content p, .topic .bbp-search-results li .topic-author .bbp-reply-content p, .type- .bbp-replies li .topic-author .bbp-reply-content p, .type- .bbp-search-results li .topic-author .bbp-reply-content p, .topic .bbp-replies li .reply .bbp-reply-content p, .topic .bbp-replies li .topic .bbp-reply-content p, .topic .bbp-search-results li .reply .bbp-reply-content p, .topic .bbp-search-results li .topic .bbp-reply-content p, .type- .bbp-replies li .reply .bbp-reply-content p, .type- .bbp-replies li .topic .bbp-reply-content p, .type- .bbp-search-results li .reply .bbp-reply-content p, .type- .bbp-search-results li .topic .bbp-reply-content p, .topic .bbp-replies li .topic-author .bbp-topic-content p, .topic .bbp-search-results li .topic-author .bbp-topic-content p, .type- .bbp-replies li .topic-author .bbp-topic-content p, .type- .bbp-search-results li .topic-author .bbp-topic-content p, .topic .bbp-replies li .reply .bbp-topic-content p, .topic .bbp-replies li .topic .bbp-topic-content p, .topic .bbp-search-results li .reply .bbp-topic-content p, .topic .bbp-search-results li .topic .bbp-topic-content p, .type- .bbp-replies li .reply .bbp-topic-content p, .type- .bbp-replies li .topic .bbp-topic-content p, .type- .bbp-search-results li .reply .bbp-topic-content p, .type- .bbp-search-results li .topic .bbp-topic-content p {
          font-size: 11px;
          font-size: 0.6875rem; } }
    .topic .bbp-replies li .topic-author .bbp-reply-content .dotted-border, .topic .bbp-search-results li .topic-author .bbp-reply-content .dotted-border, .type- .bbp-replies li .topic-author .bbp-reply-content .dotted-border, .type- .bbp-search-results li .topic-author .bbp-reply-content .dotted-border, .topic .bbp-replies li .reply .bbp-reply-content .dotted-border, .topic .bbp-replies li .topic .bbp-reply-content .dotted-border, .topic .bbp-search-results li .reply .bbp-reply-content .dotted-border, .topic .bbp-search-results li .topic .bbp-reply-content .dotted-border, .type- .bbp-replies li .reply .bbp-reply-content .dotted-border, .type- .bbp-replies li .topic .bbp-reply-content .dotted-border, .type- .bbp-search-results li .reply .bbp-reply-content .dotted-border, .type- .bbp-search-results li .topic .bbp-reply-content .dotted-border, .topic .bbp-replies li .topic-author .bbp-topic-content .dotted-border, .topic .bbp-search-results li .topic-author .bbp-topic-content .dotted-border, .type- .bbp-replies li .topic-author .bbp-topic-content .dotted-border, .type- .bbp-search-results li .topic-author .bbp-topic-content .dotted-border, .topic .bbp-replies li .reply .bbp-topic-content .dotted-border, .topic .bbp-replies li .topic .bbp-topic-content .dotted-border, .topic .bbp-search-results li .reply .bbp-topic-content .dotted-border, .topic .bbp-search-results li .topic .bbp-topic-content .dotted-border, .type- .bbp-replies li .reply .bbp-topic-content .dotted-border, .type- .bbp-replies li .topic .bbp-topic-content .dotted-border, .type- .bbp-search-results li .reply .bbp-topic-content .dotted-border, .type- .bbp-search-results li .topic .bbp-topic-content .dotted-border {
      background: transparent url("../images/GD_reply_separator.png") no-repeat scroll 0 0;
      height: 10px;
      margin: 0 20px; }
    .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links {
      color: #337AB6;
      float: left;
      padding: 0px 22px 5px 22px;
      /* tips on bottom */ }
      @media (max-width: 37.49em) {
        .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links {
          padding: 0 4px 7px; } }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:visited {
        color: #337AB6;
        border: 2px solid #337AB6 !important;
        padding: 0 13px !important;
        line-height: 25px;
        margin: 10px 10px 0 0 !important;
        border-radius: 2px;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-weight: 700;
        display: inline-block !important;
        font-size: 11px;
        font-size: 0.6875rem; }
        @media (max-width: 37.49em) {
          .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:visited, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:hover, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:hover, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:visited, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:visited, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:visited {
            padding: 3px 5px 1px !important;
            margin: 3px 4px 1px !important;
            font-size: 9.6px;
            font-size: 0.6rem;
            border: 1px solid #337AB6 !important; } }
        .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a img, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a img, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a img, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a img, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a img, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a img, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a img, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a img, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a img, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a img, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a img, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a img, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:hover img, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:hover img, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:hover img, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:hover img, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:hover img, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:hover img, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:hover img, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:hover img, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:hover img, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:hover img, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:hover img, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:hover img, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:visited img, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:visited img, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a:visited img, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a:visited img, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:visited img, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:visited img, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:visited img, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:visited img, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a:visited img, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a:visited img, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a:visited img, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a:visited img, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a img, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a img, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a img, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a img, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a img, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a img, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a img, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a img, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a img, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a img, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a img, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a img, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:hover img, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:hover img, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:hover img, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:hover img, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:hover img, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:hover img, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:hover img, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:hover img, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:hover img, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:hover img, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:hover img, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:hover img, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:visited img, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:visited img, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a:visited img, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a:visited img, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:visited img, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:visited img, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:visited img, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:visited img, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a:visited img, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a:visited img, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a:visited img, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a:visited img {
          vertical-align: middle; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button {
        padding: 0px 7px 0px 7px !important;
        line-height: 25px; }
        .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class*='thumbsup_count_'], .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'], .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button span[class^=' thumbsup_count_'] {
          text-align: center;
          width: 30px;
          float: right;
          font-size: 12px; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:link, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:hover, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.thumbs_up_button:visited {
        padding: 0px 7px 0px 7px !important;
        line-height: 25px; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip {
        position: relative;
        display: inline; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:after, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:after, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:after, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:after, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:after, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:after, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:after, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:after, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:after, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:after, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:after, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:after, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:after, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:after, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:after, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:after, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:after, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:after, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:after, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:after, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:after, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:after, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:after, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:after {
        display: block;
        visibility: hidden;
        position: absolute;
        bottom: 0;
        left: 20%;
        opacity: 0;
        content: attr(data-tool);
        /* might also use attr(title) */
        height: auto;
        min-width: 50px;
        line-height: 15px;
        padding: 5px 8px;
        z-index: 999;
        color: #fff;
        text-decoration: none;
        text-align: center;
        background: rgba(0, 0, 0, 0.85);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:before, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:before, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:before, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:before, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:before, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:before, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:before, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:before, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:before, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:before, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:before, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:before, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:before, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:before, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:before, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:before, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:before, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:before, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:before, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:before, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:before, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:before, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:before, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:before {
        position: absolute;
        visibility: hidden;
        width: 0;
        height: 0;
        left: 50%;
        bottom: 0px;
        opacity: 0;
        content: "";
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:after {
        visibility: visible;
        opacity: 1;
        bottom: 20px; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip:hover:before {
        visibility: visible;
        opacity: 1;
        bottom: 14px; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:after {
        bottom: auto;
        top: 0; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:after {
        top: 28px; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:before {
        border-width: 0 5px 8.7px 5px;
        border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
        top: 0px; }
      .topic .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-replies li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-search-results li .topic-author .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-replies li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-replies li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-search-results li .reply .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-search-results li .topic .bbp-reply-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-replies li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-search-results li .topic-author .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .topic .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-replies li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-replies li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-search-results li .reply .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before, .type- .bbp-search-results li .topic .bbp-topic-content span.bbp-admin-links a.tooltip.bottom:hover:before {
        top: 20px; }
    .topic .bbp-replies li .topic-author .bbp-reply-content div[class*='thumbs-up-message-'], .topic .bbp-search-results li .topic-author .bbp-reply-content div[class*='thumbs-up-message-'], .type- .bbp-replies li .topic-author .bbp-reply-content div[class*='thumbs-up-message-'], .type- .bbp-search-results li .topic-author .bbp-reply-content div[class*='thumbs-up-message-'], .topic .bbp-replies li .reply .bbp-reply-content div[class*='thumbs-up-message-'], .topic .bbp-replies li .topic .bbp-reply-content div[class*='thumbs-up-message-'], .topic .bbp-search-results li .reply .bbp-reply-content div[class*='thumbs-up-message-'], .topic .bbp-search-results li .topic .bbp-reply-content div[class*='thumbs-up-message-'], .type- .bbp-replies li .reply .bbp-reply-content div[class*='thumbs-up-message-'], .type- .bbp-replies li .topic .bbp-reply-content div[class*='thumbs-up-message-'], .type- .bbp-search-results li .reply .bbp-reply-content div[class*='thumbs-up-message-'], .type- .bbp-search-results li .topic .bbp-reply-content div[class*='thumbs-up-message-'], .topic .bbp-replies li .topic-author .bbp-reply-content div[class^=' thumbs-up-message-'], .topic .bbp-search-results li .topic-author .bbp-reply-content div[class^=' thumbs-up-message-'], .type- .bbp-replies li .topic-author .bbp-reply-content div[class^=' thumbs-up-message-'], .type- .bbp-search-results li .topic-author .bbp-reply-content div[class^=' thumbs-up-message-'], .topic .bbp-replies li .reply .bbp-reply-content div[class^=' thumbs-up-message-'], .topic .bbp-replies li .topic .bbp-reply-content div[class^=' thumbs-up-message-'], .topic .bbp-search-results li .reply .bbp-reply-content div[class^=' thumbs-up-message-'], .topic .bbp-search-results li .topic .bbp-reply-content div[class^=' thumbs-up-message-'], .type- .bbp-replies li .reply .bbp-reply-content div[class^=' thumbs-up-message-'], .type- .bbp-replies li .topic .bbp-reply-content div[class^=' thumbs-up-message-'], .type- .bbp-search-results li .reply .bbp-reply-content div[class^=' thumbs-up-message-'], .type- .bbp-search-results li .topic .bbp-reply-content div[class^=' thumbs-up-message-'], .topic .bbp-replies li .topic-author .bbp-topic-content div[class*='thumbs-up-message-'], .topic .bbp-search-results li .topic-author .bbp-topic-content div[class*='thumbs-up-message-'], .type- .bbp-replies li .topic-author .bbp-topic-content div[class*='thumbs-up-message-'], .type- .bbp-search-results li .topic-author .bbp-topic-content div[class*='thumbs-up-message-'], .topic .bbp-replies li .reply .bbp-topic-content div[class*='thumbs-up-message-'], .topic .bbp-replies li .topic .bbp-topic-content div[class*='thumbs-up-message-'], .topic .bbp-search-results li .reply .bbp-topic-content div[class*='thumbs-up-message-'], .topic .bbp-search-results li .topic .bbp-topic-content div[class*='thumbs-up-message-'], .type- .bbp-replies li .reply .bbp-topic-content div[class*='thumbs-up-message-'], .type- .bbp-replies li .topic .bbp-topic-content div[class*='thumbs-up-message-'], .type- .bbp-search-results li .reply .bbp-topic-content div[class*='thumbs-up-message-'], .type- .bbp-search-results li .topic .bbp-topic-content div[class*='thumbs-up-message-'], .topic .bbp-replies li .topic-author .bbp-topic-content div[class^=' thumbs-up-message-'], .topic .bbp-search-results li .topic-author .bbp-topic-content div[class^=' thumbs-up-message-'], .type- .bbp-replies li .topic-author .bbp-topic-content div[class^=' thumbs-up-message-'], .type- .bbp-search-results li .topic-author .bbp-topic-content div[class^=' thumbs-up-message-'], .topic .bbp-replies li .reply .bbp-topic-content div[class^=' thumbs-up-message-'], .topic .bbp-replies li .topic .bbp-topic-content div[class^=' thumbs-up-message-'], .topic .bbp-search-results li .reply .bbp-topic-content div[class^=' thumbs-up-message-'], .topic .bbp-search-results li .topic .bbp-topic-content div[class^=' thumbs-up-message-'], .type- .bbp-replies li .reply .bbp-topic-content div[class^=' thumbs-up-message-'], .type- .bbp-replies li .topic .bbp-topic-content div[class^=' thumbs-up-message-'], .type- .bbp-search-results li .reply .bbp-topic-content div[class^=' thumbs-up-message-'], .type- .bbp-search-results li .topic .bbp-topic-content div[class^=' thumbs-up-message-'] {
      color: #3FA91F;
      padding-left: 25px;
      font-weight: 700; }
    .topic .bbp-replies li .topic-author .bbp-reply-content .forum-share-buttons, .topic .bbp-search-results li .topic-author .bbp-reply-content .forum-share-buttons, .type- .bbp-replies li .topic-author .bbp-reply-content .forum-share-buttons, .type- .bbp-search-results li .topic-author .bbp-reply-content .forum-share-buttons, .topic .bbp-replies li .reply .bbp-reply-content .forum-share-buttons, .topic .bbp-replies li .topic .bbp-reply-content .forum-share-buttons, .topic .bbp-search-results li .reply .bbp-reply-content .forum-share-buttons, .topic .bbp-search-results li .topic .bbp-reply-content .forum-share-buttons, .type- .bbp-replies li .reply .bbp-reply-content .forum-share-buttons, .type- .bbp-replies li .topic .bbp-reply-content .forum-share-buttons, .type- .bbp-search-results li .reply .bbp-reply-content .forum-share-buttons, .type- .bbp-search-results li .topic .bbp-reply-content .forum-share-buttons, .topic .bbp-replies li .topic-author .bbp-topic-content .forum-share-buttons, .topic .bbp-search-results li .topic-author .bbp-topic-content .forum-share-buttons, .type- .bbp-replies li .topic-author .bbp-topic-content .forum-share-buttons, .type- .bbp-search-results li .topic-author .bbp-topic-content .forum-share-buttons, .topic .bbp-replies li .reply .bbp-topic-content .forum-share-buttons, .topic .bbp-replies li .topic .bbp-topic-content .forum-share-buttons, .topic .bbp-search-results li .reply .bbp-topic-content .forum-share-buttons, .topic .bbp-search-results li .topic .bbp-topic-content .forum-share-buttons, .type- .bbp-replies li .reply .bbp-topic-content .forum-share-buttons, .type- .bbp-replies li .topic .bbp-topic-content .forum-share-buttons, .type- .bbp-search-results li .reply .bbp-topic-content .forum-share-buttons, .type- .bbp-search-results li .topic .bbp-topic-content .forum-share-buttons {
      width: 100%;
      float: left;
      padding-left: 23px; }

@media (max-width: 37.49em) {
  .topic .entry-header, .type- .entry-header {
    font-size: 12px;
    font-size: 0.75rem;
    height: auto;
    padding-left: 14px; } }

.topic .entry-content, .type- .entry-content {
  margin-top: 0;
  width: 100%; }
  @media (max-width: 37.49em) {
    .topic .entry-content #bbpress-forums li.bbp-header, .type- .entry-content #bbpress-forums li.bbp-header {
      padding: 3px !important; } }
  .topic .entry-content #bbpress-forums #polls, .type- .entry-content #bbpress-forums #polls {
    width: 100%;
    border: 2px solid #A1A1A9;
    background: #FFFFFF;
    padding: 10px;
    margin-top: 13px; }
    .topic .entry-content #bbpress-forums #polls input[type="radio"], .type- .entry-content #bbpress-forums #polls input[type="radio"] {
      margin: 3px 3px 3px 5px; }
    .topic .entry-content #bbpress-forums #polls .poll_title, .type- .entry-content #bbpress-forums #polls .poll_title {
      font-size: 16px;
      font-size: 1rem;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      padding-bottom: 10px; }
    .topic .entry-content #bbpress-forums #polls .grayRow, .type- .entry-content #bbpress-forums #polls .grayRow {
      background: #EAEAEA;
      padding: 6px 2px;
      font-size: 15px;
      font-size: 0.9375rem; }
    .topic .entry-content #bbpress-forums #polls .whtRow, .type- .entry-content #bbpress-forums #polls .whtRow {
      padding: 5px 2px;
      font-size: 15px;
      font-size: 0.9375rem;
      border: 1px solid #EAEAEA; }
    .topic .entry-content #bbpress-forums #polls .bbp-poll-submit-wrapper, .type- .entry-content #bbpress-forums #polls .bbp-poll-submit-wrapper {
      float: right;
      width: 53%;
      padding-top: 10px; }
  .topic .entry-content #bbpress-forums .poll_stat_title, .type- .entry-content #bbpress-forums .poll_stat_title {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    color: #007BB6;
    background: #F7F7F7;
    font-weight: 500;
    line-height: 20px; }
  .topic .entry-content #bbpress-forums table, .type- .entry-content #bbpress-forums table {
    border: 1px solid #7C7C7C;
    margin: 2.5em 0 1.5em; }
  .topic .entry-content #bbpress-forums table tr:nth-child(2n+2), .type- .entry-content #bbpress-forums table tr:nth-child(2n+2) {
    background: #EAEAEA none repeat scroll 0 0; }
  .topic .entry-content #bbpress-forums table td, .type- .entry-content #bbpress-forums table td {
    border: 1px solid #7C7C7C;
    font-size: 13.6px;
    font-size: 0.85rem; }
  .topic .entry-content #bbpress-forums table td:last, .type- .entry-content #bbpress-forums table td:last {
    border: none; }
  .topic .entry-content #bbpress-forums .pollBar, .type- .entry-content #bbpress-forums .pollBar {
    background: #007BB6 none repeat scroll 0 0;
    display: block;
    height: 20px; }
  .topic .entry-content .bbp-template-notice, .type- .entry-content .bbp-template-notice {
    margin: 5px 0 5px; }
    .topic .entry-content .bbp-template-notice p.bbp-topic-description, .type- .entry-content .bbp-template-notice p.bbp-topic-description {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: 500;
      font-size: 14px;
      font-size: 0.875rem;
      color: #000000 !important;
      padding: 5px 12px; }
      @media (max-width: 37.49em) {
        .topic .entry-content .bbp-template-notice p.bbp-topic-description, .type- .entry-content .bbp-template-notice p.bbp-topic-description {
          font-size: 12px;
          font-size: 0.75rem; } }
      .topic .entry-content .bbp-template-notice p.bbp-topic-description a, .topic .entry-content .bbp-template-notice p.bbp-topic-description a:hover, .topic .entry-content .bbp-template-notice p.bbp-topic-description a:visited, .type- .entry-content .bbp-template-notice p.bbp-topic-description a, .type- .entry-content .bbp-template-notice p.bbp-topic-description a:hover, .type- .entry-content .bbp-template-notice p.bbp-topic-description a:visited {
        color: #337AB7; }

.topic .bbp-replies, .topic .bbp-search-results, .type- .bbp-replies, .type- .bbp-search-results {
  border: none !important;
  margin: 0 !important; }
  .topic .bbp-replies li, .topic .bbp-search-results li, .type- .bbp-replies li, .type- .bbp-search-results li {
    background: #E5E5E5 !important;
    border: none !important; }

.page_top_recent_forum_activity {
  margin: 0 0 20px;
  padding: 20px;
  clear: both;
  background: #FFFFFF; }
  .page_top_recent_forum_activity a, .page_top_recent_forum_activity a:hover, .page_top_recent_forum_activity a:visited {
    font-size: 13.6px;
    font-size: 0.85rem;
    color: #337AB7;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 17px; }
  .page_top_recent_forum_activity a:hover {
    text-decoration: underline; }
  .page_top_recent_forum_activity .page_top_recent_title {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 0;
    font-weight: 700; }
  .page_top_recent_forum_activity .forum-recent-reply {
    margin: 3px 0; }

.login-main-container .entry-header {
  display: none; }

.login-main-container .login-form-container {
  margin: 0px auto;
  width: 400px;
  height: auto;
  padding: 5% 0;
  clear: both; }
  @media (min-width: 48.875em) and (max-width: 59.99em) {
    .login-main-container .login-form-container {
      width: 50%; } }
  @media (min-width: 37.5em) and (max-width: 48.865em) {
    .login-main-container .login-form-container {
      width: 70%; } }
  @media (max-width: 37.49em) {
    .login-main-container .login-form-container {
      width: 80%; } }
  .login-main-container .login-form-container h1 a {
    background-image: none, url("../images/GD_Logo.png");
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 90px;
    margin: 0 auto;
    width: 50%;
    display: block; }
    @media (min-width: 48.875em) and (max-width: 59.99em) {
      .login-main-container .login-form-container h1 a {
        height: 100px; } }
    @media (min-width: 37.5em) and (max-width: 48.865em) {
      .login-main-container .login-form-container h1 a {
        height: 80px; } }
    @media (max-width: 37.49em) {
      .login-main-container .login-form-container h1 a {
        height: 60px; } }
  .login-main-container .login-form-container #loginform input, .login-main-container .login-form-container #lostpasswordform input, .login-main-container .login-form-container #resetpassform input {
    width: 100%;
    height: 40px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
    color: #696969; }
    @media (min-width: 48.875em) and (max-width: 59.99em) {
      .login-main-container .login-form-container #loginform input, .login-main-container .login-form-container #lostpasswordform input, .login-main-container .login-form-container #resetpassform input {
        height: 40px; } }
    @media (min-width: 37.5em) and (max-width: 48.865em) {
      .login-main-container .login-form-container #loginform input, .login-main-container .login-form-container #lostpasswordform input, .login-main-container .login-form-container #resetpassform input {
        height: 35px; } }
    @media (max-width: 37.49em) {
      .login-main-container .login-form-container #loginform input, .login-main-container .login-form-container #lostpasswordform input, .login-main-container .login-form-container #resetpassform input {
        height: 32px; } }
  .login-main-container .login-form-container #loginform input .error-input, .login-main-container .login-form-container #lostpasswordform input .error-input, .login-main-container .login-form-container #resetpassform input .error-input {
    border: 1px solid #FF0000; }
  .login-main-container .login-form-container #loginform .login-remember, .login-main-container .login-form-container #lostpasswordform .login-remember, .login-main-container .login-form-container #resetpassform .login-remember {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    color: #1D1D1D; }
    .login-main-container .login-form-container #loginform .login-remember input, .login-main-container .login-form-container #lostpasswordform .login-remember input, .login-main-container .login-form-container #resetpassform .login-remember input {
      width: 20px;
      height: 18px; }
  .login-main-container .login-form-container #loginform .login-submit #wp-submit, .login-main-container .login-form-container #loginform .login-submit .lostpassword-button, .login-main-container .login-form-container #loginform .login-submit #resetpass-button, .login-main-container .login-form-container #loginform .lostpassword-submit #wp-submit, .login-main-container .login-form-container #loginform .lostpassword-submit .lostpassword-button, .login-main-container .login-form-container #loginform .lostpassword-submit #resetpass-button, .login-main-container .login-form-container #loginform .resetpass-submit #wp-submit, .login-main-container .login-form-container #loginform .resetpass-submit .lostpassword-button, .login-main-container .login-form-container #loginform .resetpass-submit #resetpass-button, .login-main-container .login-form-container #lostpasswordform .login-submit #wp-submit, .login-main-container .login-form-container #lostpasswordform .login-submit .lostpassword-button, .login-main-container .login-form-container #lostpasswordform .login-submit #resetpass-button, .login-main-container .login-form-container #lostpasswordform .lostpassword-submit #wp-submit, .login-main-container .login-form-container #lostpasswordform .lostpassword-submit .lostpassword-button, .login-main-container .login-form-container #lostpasswordform .lostpassword-submit #resetpass-button, .login-main-container .login-form-container #lostpasswordform .resetpass-submit #wp-submit, .login-main-container .login-form-container #lostpasswordform .resetpass-submit .lostpassword-button, .login-main-container .login-form-container #lostpasswordform .resetpass-submit #resetpass-button, .login-main-container .login-form-container #resetpassform .login-submit #wp-submit, .login-main-container .login-form-container #resetpassform .login-submit .lostpassword-button, .login-main-container .login-form-container #resetpassform .login-submit #resetpass-button, .login-main-container .login-form-container #resetpassform .lostpassword-submit #wp-submit, .login-main-container .login-form-container #resetpassform .lostpassword-submit .lostpassword-button, .login-main-container .login-form-container #resetpassform .lostpassword-submit #resetpass-button, .login-main-container .login-form-container #resetpassform .resetpass-submit #wp-submit, .login-main-container .login-form-container #resetpassform .resetpass-submit .lostpassword-button, .login-main-container .login-form-container #resetpassform .resetpass-submit #resetpass-button {
    background-color: #337AB6;
    border-color: none;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 0.6875rem; }
  .login-main-container .login-form-container #loginform .description, .login-main-container .login-form-container #lostpasswordform .description, .login-main-container .login-form-container #resetpassform .description {
    padding: 0px 20px 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #626262;
    line-height: 18px; }
  .login-main-container .login-form-container .forgot-password {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #1D1D1D;
    text-align: center; }
    .login-main-container .login-form-container .forgot-password a, .login-main-container .login-form-container .forgot-password a:hover, .login-main-container .login-form-container .forgot-password a:visited {
      color: #1D1D1D;
      text-decoration: underline; }
  .login-main-container .login-form-container .login-separator {
    width: 104%;
    padding: 20px 0 35px 0; }
    .login-main-container .login-form-container .login-separator .line-sep {
      width: 40%;
      background-image: url("../images/login/login-separator.png");
      float: left;
      background-repeat: no-repeat;
      height: 15px;
      margin: 6px 0 0 0; }
    .login-main-container .login-form-container .login-separator .middle-text {
      width: 16%;
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      color: #BBBBBB;
      float: left;
      text-align: center; }
  .login-main-container .login-form-container .login-error {
    padding: 0 5px;
    color: #dc4e41;
    font-size: 14px;
    font-size: 0.875rem; }
    .login-main-container .login-form-container .login-error a, .login-main-container .login-form-container .login-error a:hover, .login-main-container .login-form-container .login-error a:visited {
      color: #dc4e41;
      text-decoration: underline; }
  .login-main-container .login-form-container .lostpassword-instructions {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #626262;
    padding: 5px 20px 20px;
    line-height: 22px; }
    .login-main-container .login-form-container .lostpassword-instructions a, .login-main-container .login-form-container .lostpassword-instructions a:hover, .login-main-container .login-form-container .lostpassword-instructions a:visited {
      color: #626262; }
  .login-main-container .login-form-container .login-link, .login-main-container .login-form-container .back-to-home-link, .login-main-container .registration-main-div .registration-right-div .login-form-container .login-link, .login-main-container .registration-main-div .registration-right-div .login-form-container .back-to-home-link {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #626262;
    text-align: center; }
  .login-main-container .login-form-container .login-link {
    padding: 25px 0 0 0; }
    .login-main-container .login-form-container .login-link a, .login-main-container .login-form-container .login-link a:hover, .login-main-container .login-form-container .login-link a:visited {
      color: #626262;
      text-decoration: underline; }
  .login-main-container .login-form-container .back-to-home-link {
    padding: 10px 0 0 0; }
    .login-main-container .login-form-container .back-to-home-link a, .login-main-container .login-form-container .back-to-home-link a:hover, .login-main-container .login-form-container .back-to-home-link a:visited {
      color: #626262;
      text-decoration: underline; }
  .login-main-container .login-form-container .default-message {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #626262;
    text-align: center; }

.login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook-single {
  width: 100%;
  height: 43px;
  background-repeat: no-repeat;
  float: left;
  background-size: 100% auto;
  margin: 0 0 15px 0; }
  @media (min-width: 48.875em) and (max-width: 59.99em) {
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook-single {
      margin: 0 0 15px 0; } }
  @media (min-width: 37.5em) and (max-width: 48.865em) {
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook-single {
      margin: 0 0 10px 0; } }
  @media (max-width: 37.49em) {
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook-single {
      margin: 0 0 5px 0; } }

.login-main-container .wp-social-login-widget {
  height: auto; }
  .login-main-container .wp-social-login-widget .wp-social-login-provider-list {
    padding: 0; }
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook img {
      display: none; }
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook {
      background-image: url("../images/login/fb-btn.png"); }
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter img {
      display: none; }
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter {
      background-image: url("../images/login/twitter-btn.png"); }
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google img {
      display: none; }
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google {
      background-image: url("../images/login/google-btn.png"); }
  .login-main-container .wp-social-login-widget .wp-social-login-connect-with {
    display: none; }

.login-main-container .sign-up-link {
  text-align: center;
  color: #1D1D1D;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  clear: both;
  padding-bottom: 20px; }
  .login-main-container .sign-up-link a, .login-main-container .sign-up-link a:hover, .login-main-container .sign-up-link a:visited {
    color: #1D1D1D;
    text-decoration: underline; }

.login-main-container .entry-footer {
  display: none; }

.login-main-container .error {
  color: #D31401;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  padding: 0 0 10px; }

.login-main-container .success {
  color: #3FA91F;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  padding: 0 0 10px; }

.login-main-container .login-info {
  color: #1D1D1D;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  padding: 0 0 15px; }

.login-main-container .registration-main-div {
  width: 810px;
  margin: 0 auto;
  height: 100%; }
  @media (min-width: 48.875em) and (max-width: 59.99em) {
    .login-main-container .registration-main-div {
      width: 50%; } }
  @media (min-width: 37.5em) and (max-width: 48.865em) {
    .login-main-container .registration-main-div {
      width: 70%; } }
  @media (max-width: 37.49em) {
    .login-main-container .registration-main-div {
      width: 400px; } }
  .login-main-container .registration-main-div .registration-title {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000000;
    padding-bottom: 15px; }
  .login-main-container .registration-main-div .registration-lable {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #1D1D1D;
    padding-bottom: 8px; }
  .login-main-container .registration-main-div .registration-intro-text {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #141414;
    padding: 20px 12px 20px 0;
    line-height: 20px; }
  .login-main-container .registration-main-div h1 a {
    background-image: none, url("../images/GD_Logo.png");
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 90px;
    margin: 0 auto;
    width: 25%;
    display: block; }
    @media (min-width: 48.875em) and (max-width: 59.99em) {
      .login-main-container .registration-main-div h1 a {
        height: 100px; } }
    @media (min-width: 37.5em) and (max-width: 48.865em) {
      .login-main-container .registration-main-div h1 a {
        height: 80px; } }
    @media (max-width: 37.49em) {
      .login-main-container .registration-main-div h1 a {
        height: 60px; } }
  .login-main-container .registration-main-div .registration-left-div {
    float: left;
    width: 400px; }
  .login-main-container .registration-main-div .registration-right-div {
    float: right; }
    .login-main-container .registration-main-div .registration-right-div .login-form-container {
      margin: 0px auto;
      width: 400px;
      height: auto;
      padding: 2% 0;
      clear: both; }
      @media (min-width: 48.875em) and (max-width: 59.99em) {
        .login-main-container .registration-main-div .registration-right-div .login-form-container {
          width: 50%; } }
      @media (min-width: 37.5em) and (max-width: 48.865em) {
        .login-main-container .registration-main-div .registration-right-div .login-form-container {
          width: 70%; } }
      @media (max-width: 37.49em) {
        .login-main-container .registration-main-div .registration-right-div .login-form-container {
          width: 80%; } }
      .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform input {
        width: 100%;
        height: 40px;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 5px 10px;
        color: #696969; }
        @media (min-width: 48.875em) and (max-width: 59.99em) {
          .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform input {
            height: 40px; } }
        @media (min-width: 37.5em) and (max-width: 48.865em) {
          .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform input {
            height: 35px; } }
        @media (max-width: 37.49em) {
          .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform input {
            height: 32px; } }
      .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform input .error-input {
        border: 1px solid #FF0000; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .login-remember {
        display: none; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .signup-submit .register-button {
        background-color: #337AB6;
        border-color: none;
        box-shadow: none;
        text-shadow: none;
        color: #FFFFFF;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        font-size: 0.875rem; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .description {
        padding: 0px 20px 10px;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #626262;
        line-height: 18px; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .terms-conditions {
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 10.8px;
        font-size: 0.675rem;
        color: #141414;
        padding: 5px 0 5px; }
        .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .terms-conditions a, .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .terms-conditions a:hover, .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .terms-conditions a:visited {
          color: #141414;
          text-decoration: underline; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container #signupform .recaptcha-container {
        padding-top: 20px; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container .forgot-password {
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #1D1D1D;
        text-align: center; }
        .login-main-container .registration-main-div .registration-right-div .login-form-container .forgot-password a, .login-main-container .registration-main-div .registration-right-div .login-form-container .forgot-password a:hover, .login-main-container .registration-main-div .registration-right-div .login-form-container .forgot-password a:visited {
          color: #1D1D1D;
          text-decoration: underline; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container .login-separator {
        width: 104%;
        padding: 20px 0 35px 0; }
        .login-main-container .registration-main-div .registration-right-div .login-form-container .login-separator .line-sep {
          width: 40%;
          background-image: url("../images/login/login-separator.png");
          float: left;
          background-repeat: no-repeat;
          height: 15px;
          margin: 6px 0 0 0; }
        .login-main-container .registration-main-div .registration-right-div .login-form-container .login-separator .middle-text {
          width: 16%;
          font-size: 15px;
          font-size: 0.9375rem;
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          color: #BBBBBB;
          float: left;
          text-align: center; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container .login-error {
        padding: 0 5px;
        color: #dc4e41;
        font-size: 14px;
        font-size: 0.875rem; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container .lostpassword-instructions {
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #626262;
        padding: 5px 20px 20px;
        line-height: 22px; }
        .login-main-container .registration-main-div .registration-right-div .login-form-container .lostpassword-instructions a, .login-main-container .registration-main-div .registration-right-div .login-form-container .lostpassword-instructions a:hover, .login-main-container .registration-main-div .registration-right-div .login-form-container .lostpassword-instructions a:visited {
          color: #626262; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container .login-link, .login-main-container .registration-main-div .registration-right-div .login-form-container .back-to-home-link {
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #626262;
        text-align: center; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container .login-link {
        padding: 25px 0 0 0; }
        .login-main-container .registration-main-div .registration-right-div .login-form-container .login-link a, .login-main-container .registration-main-div .registration-right-div .login-form-container .login-link a:hover, .login-main-container .registration-main-div .registration-right-div .login-form-container .login-link a:visited {
          color: #626262;
          text-decoration: underline; }
      .login-main-container .registration-main-div .registration-right-div .login-form-container .back-to-home-link {
        padding: 10px 0 0 0; }
        .login-main-container .registration-main-div .registration-right-div .login-form-container .back-to-home-link a, .login-main-container .registration-main-div .registration-right-div .login-form-container .back-to-home-link a:hover, .login-main-container .registration-main-div .registration-right-div .login-form-container .back-to-home-link a:visited {
          color: #626262;
          text-decoration: underline; }
    .login-main-container .wp-social-login-widget .wp-social-login-provider-list .registration-main-div .registration-right-div .wp-social-login-provider-facebook, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-twitter, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .registration-main-div .registration-right-div .wp-social-login-provider-twitter, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google, .login-main-container .wp-social-login-widget .wp-social-login-provider-list .registration-main-div .registration-right-div .wp-social-login-provider-google, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook, .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook-single {
      width: 100%;
      height: 43px;
      background-repeat: no-repeat;
      float: left;
      background-size: 100% auto;
      margin: 0; }
    .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget {
      height: auto; }
      .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list {
        padding: 0; }
        .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook img {
          display: none; }
        .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook {
          background-image: url("../images/login/fb-btn.png"); }
        .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook-single img {
          display: none; }
        .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook-single {
          background-image: url("../images/login/fb-btn.png"); }
      .login-main-container .registration-main-div .registration-right-div .wp-social-login-widget .wp-social-login-connect-with {
        display: none; }
  .login-main-container .registration-main-div .clear {
    clear: both; }

.odds-heading img {
  float: left; }

@media screen and (max-width: 600px) {
  .odds-heading img {
    float: none;
    margin: 0 auto;
    display: block; } }

.odds-heading .page-heading {
  float: left;
  margin: 17px 0 0 20px;
  font-size: 28px;
  font-weight: bold; }

.odds-heading .league-title {
  font-size: 14px;
  padding: 10px 0 0; }

.odds-heading .filter-by {
  float: right;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 22px; }

@media screen and (max-width: 600px) {
  .odds-heading .filter-by {
    margin: 15px 15px 0 15px; } }

.prediction-page-heading .page-heading {
  margin: 10px 0 0 0;
  font-size: 28px;
  font-weight: bold; }

.prediction-page-heading .prediction-page-filters {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  display: flex; }
  @media screen and (max-width: 600px) {
    .prediction-page-heading .prediction-page-filters {
      flex-direction: column; } }
  .prediction-page-heading .prediction-page-filters .filters {
    flex-grow: 1;
    font-size: 10px;
    margin-right: 15px; }
    @media screen and (max-width: 600px) {
      .prediction-page-heading .prediction-page-filters .filters {
        margin: 5px 0; } }
  .prediction-page-heading .prediction-page-filters .label {
    clear: both;
    margin-bottom: 2px;
    color: #2e2e2e;
    font-weight: bold; }
  .prediction-page-heading .prediction-page-filters .select2-container--default {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #dedede;
    width: 100% !important; }
    .prediction-page-heading .prediction-page-filters .select2-container--default .select2-selection__arrow {
      background: none; }

.odds-dropdown-container {
  background-color: #fff;
  float: left;
  border-radius: 5px;
  margin-left: -7px; }
  .odds-dropdown-container:hover {
    background-color: #337AB7; }
    .odds-dropdown-container:hover .odds-dropdown span {
      color: #fff; }
    .odds-dropdown-container:hover .odds-dropdown .odds-dropdown-content {
      display: block; }
  .odds-dropdown-container .border-left {
    border-left: 1px solid #ccc; }
  .odds-dropdown-container .odds-dropdown {
    cursor: pointer;
    width: 147px;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 15px;
    text-align: center; }
    .odds-dropdown-container .odds-dropdown span {
      color: #000;
      font-size: 12px;
      font-weight: bold; }
      .odds-dropdown-container .odds-dropdown span .border-right {
        border-left: 1px solid #bbb; }
    .odds-dropdown-container .odds-dropdown .odds-dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      width: 287px;
      height: 300px;
      overflow-y: scroll;
      top: 46px;
      left: 0;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
    .odds-dropdown-container .odds-dropdown .odds-by {
      width: 146px; }
    .odds-dropdown-container .odds-dropdown ul, .odds-dropdown-container .odds-dropdown li {
      list-style: none;
      margin: 0px;
      padding: 0px; }
    .odds-dropdown-container .odds-dropdown li {
      background-color: #fff;
      padding: 5px 0 5px 10px; }
      .odds-dropdown-container .odds-dropdown li a {
        color: #000;
        font-size: 14px;
        /* 'display: block' to stretch the <a> tag to fill entire <li> */
        display: block; }
      .odds-dropdown-container .odds-dropdown li:hover {
        background-color: #337ab7; }
        .odds-dropdown-container .odds-dropdown li:hover.bg {
          background-color: #337ab7; }
        .odds-dropdown-container .odds-dropdown li:hover a {
          color: #fff; }
      .odds-dropdown-container .odds-dropdown li.bg {
        background-color: #f0f0f0; }

#odds-page {
  margin: 10px auto;
  float: left;
  width: 100%; }
  @media (min-width: 62.5em) {
    #odds-page.predicted-winners {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      -ms-column-count: 3;
      -o-column-count: 3;
      column-count: 3; } }
  @media (min-width: 37.5em) and (max-width: 62.49em) {
    #odds-page.predicted-winners {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      column-count: 2; } }
  @media (max-width: 19.99em) {
    #odds-page.predicted-winners {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      -ms-column-count: 1;
      -o-column-count: 1;
      column-count: 1; } }
  #odds-page.predicted-winners .predictions-wrapper {
    width: 100%;
    float: none;
    display: inline-block; }
  #odds-page .category-title {
    background-color: #000;
    color: #fff;
    text-align: center;
    height: auto;
    font-weight: bold;
    padding: 5px; }
  #odds-page .predictions-wrapper {
    background-color: #fff;
    float: left;
    width: 306px;
    margin: 20px 20px 0 0;
    /* For 980px or less. 2 column layout */
    /* For 700px or less, single column layout */ }
    #odds-page .predictions-wrapper:nth-child(3n) {
      margin-right: 0px; }
    #odds-page .predictions-wrapper:nth-child(3n+1) {
      clear: both; }
    #odds-page .predictions-wrapper .predictions-labels {
      margin: 0px; }
    #odds-page .predictions-wrapper .predictions-list {
      margin: 0px;
      display: block; }
    #odds-page .predictions-wrapper .related_production {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: normal; }
    @media screen and (max-width: 980px) {
      #odds-page .predictions-wrapper {
        width: 47%; }
        #odds-page .predictions-wrapper:nth-child(3n) {
          margin-right: 15px; }
        #odds-page .predictions-wrapper:nth-child(3n+1) {
          clear: none; }
        #odds-page .predictions-wrapper:nth-child(2n) {
          margin-right: 0px; }
        #odds-page .predictions-wrapper:nth-child(2n+1) {
          clear: both; }
        #odds-page .predictions-wrapper .predictions-labels {
          width: auto; }
        #odds-page .predictions-wrapper .predictions-list {
          width: auto; } }
    @media screen and (max-width: 600px) {
      #odds-page .predictions-wrapper {
        width: auto;
        float: none;
        margin-right: 0px; }
        #odds-page .predictions-wrapper:nth-child(3n) {
          margin-right: 0px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #CCCCCC #CCCCCC #BBBBBB;
  border-radius: 3px;
  background: #E6E6E6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #CCCCCC #BBBBBB #AAAAAA;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #AAAAAA #BBBBBB #BBBBBB;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666666;
  border: 1px solid #CCCCCC;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111111; }

select {
  display: block; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  color: #337AB7; }
  a:visited {
    color: #337AB7; }
  a:hover, a:focus, a:active {
    color: #000000; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

.menu-toggle {
  display: none;
  border: none;
  border-radius: 0;
  background: transparent none;
  text-shadow: none;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #FFFFFF;
  text-indent: -9999px;
  box-shadow: none; }
  .menu-toggle:hover, .menu-toggle:focus {
    border: none;
    box-shadow: none; }
  .menu-toggle:before {
    text-indent: 0;
    display: block;
    font-family: "fontawesome";
    font-size: 30px;
    font-size: 1.875rem;
    color: #F8B715;
    position: absolute;
    content: '\f0c9'; }
    @media (max-width: 37.49em) {
      .menu-toggle:before {
        font-size: 24px;
        font-size: 1.5rem; } }
  @media (max-width: 62.49em) {
    .menu-toggle {
      display: block; } }

.main-navigation {
  display: block;
  margin-top: 0;
  height: 43px;
  height: auto;
  width: 77%;
  float: right; }
  @media (max-width: 62.49em) {
    .main-navigation {
      background: #000000;
      margin: 0;
      position: fixed;
      width: 70%;
      top: 0;
      bottom: 0;
      left: -70%;
      float: none;
      z-index: 99;
      background: #000000;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: left 0.2s;
      -moz-transition: left 0.2s;
      -o-transition: left 0.2s;
      transition: left 0.2s; }
      .toggled .main-navigation {
        left: 0; } }
  .main-navigation .menu-primary-container {
    float: left; }
    .main-navigation .menu-primary-container a {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700; }
    .main-navigation .menu-primary-container > .sub-menu {
      -webkit-box-shadow: -1px 6px 5px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: -1px 6px 5px 0px rgba(0, 0, 0, 0.25);
      box-shadow: -1px 6px 5px 0px rgba(0, 0, 0, 0.25); }
    @media (min-width: 62.5em) {
      .main-navigation .menu-primary-container .sub-menu a {
        padding: 15px 10px;
        line-height: 15px; } }
    @media (max-width: 62.49em) {
      .main-navigation .menu-primary-container {
        width: 100%; }
        .main-navigation .menu-primary-container ul {
          float: none;
          display: block; }
          .main-navigation .menu-primary-container ul li {
            float: none;
            display: block; }
            .main-navigation .menu-primary-container ul li a {
              padding: 15px 10px; }
            .main-navigation .menu-primary-container ul li .sub-menu {
              display: none;
              position: static;
              width: 100%; }
              .main-navigation .menu-primary-container ul li .sub-menu li a {
                width: 100%; }
            .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children > a {
              background: #337AB7;
              color: #FFFFFF; }
              .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children > a:after {
                color: #F8B715;
                font-family: "fontawesome";
                content: '\f106';
                font-size: 20px;
                font-size: 1.25rem; }
            .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu {
              display: block; } }
        @media (max-width: 62.49em) and (max-width: 62.49em) {
          .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li {
            text-indent: 10px; }
            .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li.menu-item-has-children > a {
              background: #212121; }
              .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li.menu-item-has-children > a:after {
                color: #F8B715;
                font-family: "fontawesome";
                content: '\f107';
                font-size: 20px;
                font-size: 1.25rem; }
            .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li.menu-item-has-children.show-children > a:after {
              content: '\f106'; }
            .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li .sub-menu {
              display: none; }
              .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li .sub-menu li {
                text-indent: 20px; }
                .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li .sub-menu li.menu-item-has-children > a {
                  background: #212121; }
                  .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li .sub-menu li.menu-item-has-children > a:after {
                    content: ''; }
            .main-navigation .menu-primary-container ul li.menu-item-has-children.show-children .sub-menu li.show-children .sub-menu {
              display: block; } }
    @media (min-width: 62.5em) {
      .main-navigation .menu-primary-container {
        background: #2E3135 none repeat scroll 0 0;
        float: left;
        width: 91%;
        height: 64px; } }
  .main-navigation .menu-secondary-container {
    position: absolute;
    right: 0; }
    @media (min-width: 62.5em) {
      .main-navigation .menu-secondary-container {
        height: 64px; } }
    @media (min-width: 62.5em) {
      .main-navigation .menu-secondary-container .secondary-navigation {
        float: right; } }
    .main-navigation .menu-secondary-container ul li a {
      width: 61px;
      text-align: center;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media (min-width: 62.5em) {
        .main-navigation .menu-secondary-container ul li a {
          border-left: 1px solid black;
          font-weight: normal !important;
          width: 50px;
          font-size: 1.3rem !important;
          height: 65px;
          line-height: 35px;
          padding: 12px 0px; } }
    .main-navigation .menu-secondary-container ul li .search-wrapper {
      position: absolute;
      right: 0;
      top: 35px;
      padding: 0;
      background: #2E3135;
      width: 0;
      overflow: hidden;
      -webkit-transition: width 0.2s;
      -moz-transition: width 0.2s;
      -o-transition: width 0.2s;
      transition: width 0.2s; }
      @media (min-width: 62.5em) {
        .main-navigation .menu-secondary-container ul li .search-wrapper {
          top: 0px;
          right: 62px;
          height: 65px;
          z-index: 2; } }
      .main-navigation .menu-secondary-container ul li .search-wrapper .search_form_widget {
        padding: 4px;
        background-color: #2E3135;
        border: none; }
        .main-navigation .menu-secondary-container ul li .search-wrapper .search_form_widget input#small_search_form {
          background-color: #2E3135;
          padding: 20px;
          color: #FFFFFF;
          font-weight: bold;
          border: none;
          border-radius: 0;
          background: none; }
          @media (max-width: 62.49em) {
            .main-navigation .menu-secondary-container ul li .search-wrapper .search_form_widget input#small_search_form {
              padding: 10px 15px; } }
    .main-navigation .menu-secondary-container ul li.search-open .search-wrapper {
      width: 300px;
      overflow: visible; }
      @media (min-width: 62.5em) {
        .main-navigation .menu-secondary-container ul li.search-open .search-wrapper {
          width: 708px; } }
    .main-navigation .menu-secondary-container ul li.search-open a {
      background: #337AB6;
      color: #FFFFFF; }
    .main-navigation .menu-secondary-container ul li .count-icon {
      position: absolute;
      top: 5px;
      right: 5px; }
      @media (min-width: 62.5em) {
        .main-navigation .menu-secondary-container ul li .count-icon {
          background: #fb4a31 none repeat scroll 0 0;
          border-radius: 20px;
          font-size: 0.625rem !important;
          font-weight: bold;
          height: 20px;
          line-height: 1.3em;
          padding: 4px;
          position: absolute;
          right: 2px;
          top: 10px;
          width: 20px; } }
    @media (max-width: 62.49em) {
      .main-navigation .menu-secondary-container {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
        .main-navigation .menu-secondary-container .sn-messages, .main-navigation .menu-secondary-container .sn-notifications {
          position: absolute;
          z-index: 2;
          top: 50px; }
        .main-navigation .menu-secondary-container .sn-messages {
          right: 10px; }
        .main-navigation .menu-secondary-container .sn-notifications {
          right: 45px; }
        .main-navigation .menu-secondary-container .sn-search {
          float: none; }
          .main-navigation .menu-secondary-container .sn-search .search-wrapper {
            position: static;
            overflow: visible;
            width: 100%; }
            .main-navigation .menu-secondary-container .sn-search .search-wrapper .search_form.search_form_widget {
              padding: 0; }
              .main-navigation .menu-secondary-container .sn-search .search-wrapper .search_form.search_form_widget .search-form {
                padding: 0;
                float: none; }
                .main-navigation .menu-secondary-container .sn-search .search-wrapper .search_form.search_form_widget .search-form input {
                  float: none;
                  width: 100%;
                  padding: 15px 0;
                  background-position: 8px 17px;
                  border-radius: 0; }
          .main-navigation .menu-secondary-container .sn-search .fa.fa-search {
            display: none; } }
    @media (min-width: 62.5em) {
      .main-navigation .menu-secondary-container {
        background: #2E3135 none repeat scroll 0 0;
        float: right;
        position: relative;
        right: 0;
        width: 9%; } }
  .main-navigation .menu-user-container {
    float: right;
    margin-right: 30px; }
    @media (min-width: 62.5em) {
      .main-navigation .menu-user-container {
        margin-right: 0px !important;
        width: 100%;
        min-height: 36px;
        background: #1E1F21 none repeat scroll 0 0; } }
    .main-navigation .menu-user-container.user-logged-in {
      margin-right: 115px; }
      @media (min-width: 62.5em) {
        .main-navigation .menu-user-container.user-logged-in {
          margin-right: 0px !important; } }
    .main-navigation .menu-user-container ul li {
      margin: 10px 15px 10px 0;
      line-height: 25px;
      font-size: 13px;
      font-size: 0.8125rem; }
      @media (min-width: 62.5em) {
        .main-navigation .menu-user-container ul li {
          line-height: 30px; } }
      .main-navigation .menu-user-container ul li a {
        font-size: inherit;
        line-height: inherit;
        padding: 0;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-weight: bold; }
        .main-navigation .menu-user-container ul li a .avatar {
          max-width: 24px; }
        .main-navigation .menu-user-container ul li a span {
          float: right;
          margin-left: 10px;
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-weight: normal; }
      .main-navigation .menu-user-container ul li.menu-item-has-children {
        position: relative; }
        .main-navigation .menu-user-container ul li.menu-item-has-children.show-children .user-info-dropdown {
          right: 0; }
        .main-navigation .menu-user-container ul li.menu-item-has-children a {
          padding-right: 20px; }
          .main-navigation .menu-user-container ul li.menu-item-has-children a:after {
            right: 10px;
            top: 0; }
            @media (min-width: 62.5em) {
              .main-navigation .menu-user-container ul li.menu-item-has-children a:after {
                right: 0; } }
        .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown {
          position: absolute;
          right: 999em;
          top: 30px;
          left: auto;
          width: 200px;
          padding: 10px;
          z-index: 2; }
          .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .align-left {
            margin-right: 5px; }
            @media (min-width: 62.5em) {
              .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .align-left {
                margin-right: 0px; } }
          .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-details {
            position: static;
            z-index: auto;
            background: transparent;
            width: 125px; }
            .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-details li {
              display: block;
              float: none;
              margin: 0;
              line-height: 18px; }
              .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-details li h4, .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-details li h6 {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #000000; }
              .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-details li h4 {
                margin: 0 0 5px; }
              .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-details li h6 {
                margin: 0; }
          .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown hr {
            border-color: #CCCCCC;
            width: 100%;
            margin: 5px 0; }
          .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links {
            position: static;
            z-index: auto;
            background: transparent; }
            .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li {
              margin: 0;
              font-weight: bold;
              line-height: 18px; }
              .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li a {
                color: #337AB7; }
                .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li a:hover, .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li a:focus {
                  color: #000000; }
    @media (min-width: 62.5em) {
      .main-navigation .menu-user-container .user-info {
        float: right; } }
    .main-navigation .menu-user-container .user-info span {
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-weight: inherit; }
    .main-navigation .menu-user-container .user-info li {
      margin: 3px 15px 3px 0;
      color: #fff; }
      .main-navigation .menu-user-container .user-info li img {
        margin-right: 5px;
        vertical-align: middle; }
    @media (max-width: 48.865em) {
      .main-navigation .menu-user-container .user-info .menu-item.points {
        display: none; } }
    @media (max-width: 48.865em) {
      .main-navigation .menu-user-container .user-info .menu-item.accuracy {
        display: none; } }
    @media (max-width: 62.49em) {
      .main-navigation .menu-user-container {
        float: left;
        width: 100%;
        margin: 46px 0 0; }
        .main-navigation .menu-user-container.user-logged-in {
          margin-right: 0; }
        .main-navigation .menu-user-container ul li {
          margin: 0;
          width: 100%; }
          .main-navigation .menu-user-container ul li a {
            float: left;
            width: 100%;
            padding: 10px; }
            .main-navigation .menu-user-container ul li a:after {
              content: ''; }
            .main-navigation .menu-user-container ul li a img, .main-navigation .menu-user-container ul li a span {
              float: left; }
          .main-navigation .menu-user-container ul li.menu-item-has-children.show-children a {
            display: block;
            background: #337AB7;
            color: #FFFFFF; }
            .main-navigation .menu-user-container ul li.menu-item-has-children.show-children a:after {
              content: ''; }
          .main-navigation .menu-user-container ul li.menu-item-has-children.show-children .user-info-dropdown {
            display: block; }
          .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown {
            position: static;
            clear: both;
            width: 100%;
            padding: 0;
            background: transparent;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: none; }
            .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .align-left, .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown ul.user-info-details, .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown hr {
              display: none; }
            .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links {
              float: none; }
              .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li {
                float: none;
                width: 100%; }
                .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li a {
                  float: none;
                  background: #212121;
                  color: #FFFFFF;
                  padding: 15px 10px;
                  line-height: 13px;
                  font-size: 13px;
                  font-size: 0.8125rem;
                  font-weight: normal;
                  text-indent: 10px; }
                  .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li a:hover, .main-navigation .menu-user-container ul li.menu-item-has-children .user-info-dropdown .user-info-links li a:focus {
                    color: #FFFFFF; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (max-width: 62.49em) {
      .main-navigation ul .sub-menu {
        display: none; } }
    .main-navigation ul .show-children > .sub-menu {
      left: 0;
      width: 100%; }
      .main-navigation ul .show-children > .sub-menu > li {
        width: 175px;
        float: none; }
        @media (max-width: 62.49em) {
          .main-navigation ul .show-children > .sub-menu > li {
            width: 100%; } }
        .main-navigation ul .show-children > .sub-menu > li.show-children a {
          color: #F8B715; }
        @media (max-width: 62.49em) {
          .main-navigation ul .show-children > .sub-menu > li.show-children a:after {
            color: #F8B715;
            right: 15px; } }
        .main-navigation ul .show-children > .sub-menu > li.show-children .sub-menu {
          left: 200px;
          width: 800px; }
          @media (min-width: 62.5em) {
            .main-navigation ul .show-children > .sub-menu > li.show-children .sub-menu {
              left: 177px;
              width: 820px;
              height: 100%;
              display: flex;
              justify-content: space-around; } }
          @media (max-width: 62.49em) {
            .main-navigation ul .show-children > .sub-menu > li.show-children .sub-menu {
              position: static;
              display: block;
              width: 100%; } }
        .main-navigation ul .show-children > .sub-menu > li > .sub-menu {
          float: none; }
          @media (max-width: 62.49em) {
            .main-navigation ul .show-children > .sub-menu > li > .sub-menu {
              display: none; } }
          .main-navigation ul .show-children > .sub-menu > li > .sub-menu:before {
            position: static;
            border: none; }
          .main-navigation ul .show-children > .sub-menu > li > .sub-menu li {
            float: none;
            width: auto;
            display: inline-block;
            margin-right: 15px; }
            @media (max-width: 62.49em) {
              .main-navigation ul .show-children > .sub-menu > li > .sub-menu li {
                display: block;
                width: 100%;
                margin-right: 0; } }
            .main-navigation ul .show-children > .sub-menu > li > .sub-menu li a {
              width: auto;
              color: #FFFFFF; }
              .main-navigation ul .show-children > .sub-menu > li > .sub-menu li a:hover, .main-navigation ul .show-children > .sub-menu > li > .sub-menu li a:focus {
                color: #F8B715; }
                @media (max-width: 62.49em) {
                  .main-navigation ul .show-children > .sub-menu > li > .sub-menu li a:hover, .main-navigation ul .show-children > .sub-menu > li > .sub-menu li a:focus {
                    color: #FFFFFF; } }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 115px;
      left: -999em;
      z-index: 99;
      background: #212121; }
      @media (min-width: 62.5em) {
        .main-navigation ul ul {
          top: 143px; } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul a {
        width: 175px; }
  .main-navigation li {
    float: left;
    position: relative; }
    @media (min-width: 62.5em) {
      .main-navigation li.special-menu {
        margin-left: 30px; } }
    .main-navigation li.special-menu a {
      color: #F8B715;
      padding: 0 10px; }
      @media (min-width: 62.5em) {
        .main-navigation li.special-menu a {
          border: 1px solid #F8B715; } }
      .main-navigation li.special-menu a:hover {
        background: #ecab07;
        color: #000000; }
    .main-navigation li.menu-item-has-children {
      position: static; }
      .main-navigation li.menu-item-has-children > a {
        position: relative;
        padding-right: 20px; }
        .main-navigation li.menu-item-has-children > a:after {
          font-family: "fontawesome";
          color: #F8B715;
          content: '\f107';
          position: absolute;
          right: 10px;
          font-size: 20px;
          font-size: 1.25rem; }
          @media (min-width: 62.5em) {
            .main-navigation li.menu-item-has-children > a:after {
              right: 0; } }
      .main-navigation li.menu-item-has-children .sub-menu a:after {
        content: ''; }
      .main-navigation li.menu-item-has-children.show-children > a {
        color: #F8B715; }
        .main-navigation li.menu-item-has-children.show-children > a:after {
          font-family: "fontawesome";
          content: '\f106';
          font-size: 20px;
          font-size: 1.25rem; }
        .main-navigation li.menu-item-has-children.show-children > a:before {
          content: '';
          position: absolute;
          bottom: -17px;
          border-style: solid;
          border-color: transparent;
          right: 50%;
          border-width: 8px;
          border-bottom-color: #212121; }
          @media (max-width: 62.49em) {
            .main-navigation li.menu-item-has-children.show-children > a:before {
              position: static;
              border: none; } }
      .main-navigation li.menu-item-has-children.show-children .show-children > a:after {
        font-family: "fontawesome";
        content: '\f105';
        font-size: 20px;
        font-size: 1.25rem;
        padding-left: 15px;
        right: auto; }
      .main-navigation li.menu-item-has-children.show-children .show-children > a:before {
        border: none;
        position: static; }
      .main-navigation li.menu-item-has-children.show-children .show-children .sub-menu a:after {
        content: '';
        padding-left: 0;
        font-size: 16px;
        font-size: 1rem; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #F8B715; }
      @media (max-width: 62.49em) {
        .main-navigation li:hover > a,
        .main-navigation li.focus > a {
          color: #FFFFFF; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 13px;
    font-weight: bold; }
    @media (min-width: 62.5em) {
      .main-navigation a {
        line-height: 30px; } }
  .main-navigation ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    left: 17em !important;
    width: auto; }
  @media (min-width: 62.5em) {
    .main-navigation #primary-menu {
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 0 20px; }
      .main-navigation #primary-menu li {
        float: none; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.mobile-home-navigation {
  margin: 0 0 10px;
  padding: 0;
  background: #337AB7;
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.36); }
  .mobile-home-navigation div.d-1of3 {
    text-align: center;
    margin: 0;
    width: 33.33%;
    float: none; }
    .mobile-home-navigation div.d-1of3 a {
      display: block;
      padding: 15px 10px;
      color: #FFFFFF;
      font-weight: bold; }
    .mobile-home-navigation div.d-1of3.selected a {
      border-bottom: 4px solid #F8B715; }
  .mobile-home-navigation > div:nth-child(2) {
    border-left: 1px solid #285f8f;
    border-right: 1px solid #285f8f; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #F1F1F1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  overflow: hidden;
  *zoom: 1; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
#content embed,
#content iframe,
#content object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.interrupt-ads.admin-bar {
  margin-top: -32px; }

.interrupt-ads #ad-interruptus-header {
  background: #000000;
  color: #FFFFFF;
  display: block;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 48.865em) {
    .interrupt-ads #ad-interruptus-header {
      overflow: visible; } }
  .interrupt-ads #ad-interruptus-header #site-logo {
    padding: 20px;
    display: block;
    background: url(../images/logo.png) 20px center no-repeat;
    width: 250px;
    height: 100px;
    text-indent: -999em;
    float: left; }
    @media (max-width: 48.865em) {
      .interrupt-ads #ad-interruptus-header #site-logo {
        float: none;
        width: 100%;
        background-position: center center; } }
  .interrupt-ads #ad-interruptus-header #continue-link {
    float: right;
    background: #000000; }
    .interrupt-ads #ad-interruptus-header #continue-link a {
      color: #FFFFFF;
      display: block;
      line-height: 100px;
      margin-right: 20px; }
    @media (max-width: 48.865em) {
      .interrupt-ads #ad-interruptus-header #continue-link {
        float: none;
        margin: 0 0 20px;
        width: 100%; }
        .interrupt-ads #ad-interruptus-header #continue-link a {
          text-align: center;
          margin: 0;
          line-height: 25px; } }

.interrupt-ads #timer {
  clear: both; }
  @media (max-width: 48.865em) {
    .interrupt-ads #timer {
      width: 75%;
      line-height: 25px; } }

.pmc-mobile .site-content .site-main .admz {
  margin: 0 -5px; }

.site-sidebar .admz {
  margin-bottom: 20px; }
  .site-sidebar .admz.no-margin-bottom {
    margin-bottom: 0; }

.widget {
  margin-bottom: 20px;
  background: #FFFFFF;
  padding: 10px;
  /* Make sure select elements fit in widgets. */ }
  .widget.no-margin-bottom {
    margin-bottom: 0; }
  .widget.widget_gd_header_slider_widget {
    padding: 0;
    margin: 0; }
  .widget .widget-title {
    background: #000000;
    color: #FFFFFF;
    padding: 10px;
    margin: -10px -10px 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem; }
  .widget select {
    max-width: 100%; }

/* GoldDerby Related Article widget */
.widget_pmc_related_articles_widget {
  padding-bottom: 0; }
  .widget_pmc_related_articles_widget .gd-related-article {
    clear: both;
    border-bottom: 1px solid #E5E5E5;
    height: 85px;
    max-height: 85px;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 10px;
    position: relative; }
    .widget_pmc_related_articles_widget .gd-related-article:last-child {
      margin-bottom: 0; }
    .widget_pmc_related_articles_widget .gd-related-article:before {
      content: '';
      position: absolute;
      width: 10px;
      left: -10px;
      bottom: -1px;
      height: 1px;
      background: #E5E5E5; }
    .widget_pmc_related_articles_widget .gd-related-article:after {
      content: '';
      position: absolute;
      width: 10px;
      right: -10px;
      bottom: -1px;
      height: 1px;
      background: #E5E5E5; }
    .widget_pmc_related_articles_widget .gd-related-article .post-thumbnail {
      float: left;
      margin-right: 10px; }
      .widget_pmc_related_articles_widget .gd-related-article .post-thumbnail img {
        max-width: 75px; }
    .widget_pmc_related_articles_widget .gd-related-article .post {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      max-height: 75px;
      width: 195px;
      position: absolute;
      margin-top: -5px;
      color: #000000;
      line-height: 16px;
      font-size: 13px;
      font-size: 0.8125rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .widget_pmc_related_articles_widget .gd-related-article .post:hover, .widget_pmc_related_articles_widget .gd-related-article .post:focus {
        color: #337AB7; }

.advanced_widget_display_forums ul {
  margin: 0;
  padding: 0; }
  .advanced_widget_display_forums ul li {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .advanced_widget_display_forums ul li a .gd-forum-widget-title {
      margin-bottom: 5px;
      font-size: 15.6px;
      font-size: 0.975rem; }
    .advanced_widget_display_forums ul li a .gd-forum-widget-comments {
      color: #337AB7;
      margin-bottom: 0; }
      .advanced_widget_display_forums ul li a .gd-forum-widget-comments .fa {
        padding-right: 5px;
        font-size: 16px;
        font-size: 1rem; }
    .advanced_widget_display_forums ul li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }

.experts-disagree .experts-disagree-compare-wrapper {
  background: #2D2D2D;
  color: #FFFFFF;
  margin: -10px -10px 0;
  padding: 10px;
  position: relative;
  overflow: hidden; }
  .experts-disagree .experts-disagree-compare-wrapper img {
    display: block; }
  .experts-disagree .experts-disagree-compare-wrapper .experts-disagree-compare {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+47,1+100 */
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(66, 98, 123, 0) 47%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(66, 98, 123, 0) 47%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(66, 98, 123, 0) 47%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
    .experts-disagree .experts-disagree-compare-wrapper .experts-disagree-compare big {
      font-size: 80px;
      font-size: 5rem;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      position: absolute;
      top: 37px; }
      .experts-disagree .experts-disagree-compare-wrapper .experts-disagree-compare big.ed-compare-1 {
        left: 70px; }
      .experts-disagree .experts-disagree-compare-wrapper .experts-disagree-compare big.ed-compare-2 {
        right: 70px; }
    .experts-disagree .experts-disagree-compare-wrapper .experts-disagree-compare small {
      font-size: 18.4px;
      font-size: 1.15rem;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -14px; }

.experts-disagree .experts-disagree-vs p {
  color: #FF0000;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: relative;
  margin: 0; }
  .experts-disagree .experts-disagree-vs p:before {
    content: '';
    height: 1px;
    background: #A0A3AA;
    position: absolute;
    right: 57%;
    left: 0;
    top: 10px; }
  .experts-disagree .experts-disagree-vs p:after {
    content: '';
    height: 1px;
    background: #A0A3AA;
    position: absolute;
    left: 57%;
    right: 0;
    top: 10px; }

.experts-disagree .ed-expert img {
  margin: 0 10px 10px 0; }

.experts-disagree .ed-expert p {
  font-size: 12px;
  font-size: 0.75rem; }

.experts-disagree .ed-compare {
  font-size: 12px;
  font-size: 0.75rem; }

.share-group {
  position: static;
  margin: 10px 0;
  display: inline-block; }
  .hub-share .share-group {
    margin-top: 0; }
  .share-group.share-group-sticky {
    position: absolute;
    left: -50px;
    top: 0;
    margin: 0;
    display: block; }
    .share-group.share-group-sticky .share-item {
      display: block;
      margin: 0 0 5px; }
  .share-group .share-item {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0; }
    .share-group .share-item:last-child {
      margin: 0; }
    .share-group .share-item.share-facebook {
      background: #3B5998; }
    .share-group .share-item.share-twitter {
      background: #00ACED; }
    .share-group .share-item.share-reddit {
      background: #FF4500; }
    .share-group .share-item.share-tumblr {
      background: #32506D; }
    .share-group .share-item.share-pinterest {
      background: #CB2027; }
    .share-group .share-item.share-linkedin {
      background: #007BB6; }
    .share-group .share-item.share-email {
      background: #7AE297; }
    .share-group .share-item i {
      color: #FFFFFF; }
  .pmc-mobile .share-group {
    position: static; }
    .pmc-mobile .share-group .share-item {
      display: inline-block;
      margin: 0 5px 0 0; }

.single-article-content-share-group-fixed .share-group-sticky {
  position: fixed;
  left: auto;
  right: auto;
  margin-left: -50px;
  top: 10px; }
  @media (max-width: 62.49em) {
    .single-article-content-share-group-fixed .share-group-sticky {
      top: 92px; } }

.single-article-content-share-group-fixed.admin-bar .share-group-sticky {
  top: 42px; }
  @media (max-width: 62.49em) {
    .single-article-content-share-group-fixed.admin-bar .share-group-sticky {
      top: 92px; } }

.single-article-content-share-group-fixed-bottom .share-group-sticky {
  position: absolute;
  top: auto;
  bottom: 0; }

.single-article-content-share-group-fixed-bottom.admin-bar .share-group-sticky {
  top: auto; }

.share-text {
  color: #CCCCCC;
  font-weight: normal;
  margin-right: 10px; }
  .hub-share .share-text {
    color: #000000; }

.select2-container {
  box-sizing: border-box;
  display: flex;
  margin: auto;
  position: relative;
  vertical-align: middle;
  background: #337AB7;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-weight: bold; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: absolute;
      left: 0;
      right: 0; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  -webkit-box-shadow: -1px 9px 18px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -1px 9px 18px 0px rgba(0, 0, 0, 0.46);
  box-shadow: -1px 9px 18px 0px rgba(0, 0, 0, 0.46); }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #FFFFFF;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  background: #337AB7; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #F8B715;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    line-height: 40px;
    font-family: "fontawesome";
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
      content: '\f107'; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open {
  background: #FFFFFF;
  color: #337AB7;
  -webkit-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.46);
  box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.46); }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: #FFFFFF; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px;
      transform: rotate(180deg); }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option {
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F8B715;
    color: #FFFFFF; }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #337AB7;
  color: #FFFFFF; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.dropdown-group {
  margin: -10px -10px 0;
  width: inherit; }
  .dropdown-group select {
    display: block;
    width: 100%; }
  .dropdown-group div .select2 {
    border-right: 1px solid #285f8f; }
  .dropdown-group div:last-child .select2 {
    border-right: none; }
  .dropdown-group .d-1of2 {
    width: 50%;
    margin: 0; }

.slick-slider {
  position: relative;
  display: block;
  padding: 0 40px;
  max-height: 46px;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  background: #FFFFFF; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 40px;
  line-height: 0px;
  font-size: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    box-shadow: none;
    text-shadow: none; }

.slick-prev:before, .slick-next:before {
  font-family: "fontawesome";
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #337AB7;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  background: #FFFFFF; }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: 0;
  background: #FFFFFF; }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "fontawesome";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slide {
  display: none; }

.header-slider {
  clear: both; }
  .header-slider .slick-prev {
    left: 1px;
    border-right: 1px solid #FFFFFF;
    z-index: 1; }
  .header-slider .slick-next {
    right: 1px;
    border-left: 1px solid #FFFFFF;
    z-index: 1; }
  .header-slider .slide {
    padding: 10px;
    position: relative;
    height: 100px; }
    .header-slider .slide.slide-section {
      padding: 32px 10px; }
      .header-slider .slide.slide-section:after {
        top: -2px;
        bottom: -2px;
        right: 1px;
        border-top: 53px solid transparent;
        border-bottom: 53px solid transparent;
        border-left: 30px solid #E5E5E5; }
      .header-slider .slide.slide-section:before {
        content: '';
        position: absolute;
        top: -2px;
        bottom: -2px;
        right: 2px;
        margin-left: -10px;
        border-top: 53px solid transparent;
        border-bottom: 53px solid transparent;
        border-left: 30px solid #FFFFFF;
        z-index: 1; }
    .header-slider .slide:after {
      content: '';
      border-left: 1px solid #E5E5E5;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin-left: -10px; }
    .header-slider .slide h4 {
      color: #337AB7;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 0 0 7px;
      white-space: nowrap;
      overflow: hidden;
      position: relative; }
      .header-slider .slide h4:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */ }
    .header-slider .slide h3 {
      color: #337AB7;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 0.6875rem;
      margin: 0;
      text-align: center;
      line-height: 18px;
      white-space: nowrap;
      overflow: hidden;
      position: relative; }
      .header-slider .slide h3:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        width: 20px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
        z-index: 5; }
    .header-slider .slide h5 {
      color: #000000;
      font-size: 11px;
      font-size: 0.6875rem;
      text-align: center;
      line-height: 18px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      position: relative; }
      .header-slider .slide h5:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        width: 20px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
        z-index: 5; }
    .header-slider .slide ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .header-slider .slide ul li {
        font-size: 14px;
        font-size: 0.875rem;
        position: relative; }
        .header-slider .slide ul li .text {
          width: 100%;
          display: block;
          overflow: hidden;
          white-space: nowrap; }

#mobile-home-slider-content #mobile-home-slider-predictions {
  background: #E5E5E5; }

#mobile-home-slider-content .slick-slide {
  overflow-x: hidden; }
  #mobile-home-slider-content .slick-slide .advanced_widget_display_forums {
    padding: 20px 20px 0; }
    #mobile-home-slider-content .slick-slide .advanced_widget_display_forums ul {
      list-style-type: none; }
      #mobile-home-slider-content .slick-slide .advanced_widget_display_forums ul li {
        margin-bottom: 20px;
        padding-bottom: 20px; }
        #mobile-home-slider-content .slick-slide .advanced_widget_display_forums ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 0; }

.widget_gd_graph_widget .graph-wrapper {
  position: relative; }

.widget_gd_graph_widget .graph-loader {
  position: absolute;
  height: 60px;
  width: 70px;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  opacity: 0.5;
  display: none; }

.widget_gd_graph_widget .graph-statement {
  margin: 10px 0 0 0;
  font-size: 17.008px;
  font-size: 1.063rem;
  width: 100%;
  float: left; }
  .widget_gd_graph_widget .graph-statement .graph-highlight {
    font-weight: bold;
    color: #E1442D; }

.widget_gd_graph_widget .graph-time-period {
  overflow: hidden;
  margin: 0 -10px -10px;
  background: #A0A3AA;
  color: #D8D8D8;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px; }
  .widget_gd_graph_widget .graph-time-period div {
    cursor: pointer;
    font-weight: bold; }
    .widget_gd_graph_widget .graph-time-period div:hover {
      color: #FFFFFF; }
    .widget_gd_graph_widget .graph-time-period div.selected {
      color: #FFFFFF; }

.widget_gd_graph_widget .line {
  fill: none;
  stroke-width: 1px; }

.widget_gd_graph_widget .axis path {
  stroke: black;
  stroke-width: 1px;
  fill: none;
  shape-rendering: crispEdges; }

.widget_gd_graph_widget .y_axis {
  font-size: 12px;
  font-size: 0.75rem; }
  .widget_gd_graph_widget .y_axis path {
    visibility: hidden; }

.widget_gd_graph_widget .x_axis {
  font-size: 12px;
  font-size: 0.75rem; }

.widget_gd_graph_widget .tick line {
  stroke: "#CABABA";
  stroke-width: 1px; }

.widget_gd_graph_widget .tick text {
  opacity: 0.5; }

.widget_gd_graph_widget svg {
  cursor: crosshair;
  margin: -5px 0; }

.widget_gd_graph_widget .flag-rect0 {
  fill: #E1442D; }

.widget_gd_graph_widget .flag-rect1 {
  fill: #3A7FF7; }

.widget_gd_graph_widget .flag-rect2 {
  fill: #F7B700; }

.widget_gd_graph_widget .flag-rect3 {
  fill: #0CC162; }

.widget_gd_graph_widget .flag-rect4 {
  fill: #812F97; }

.widget_gd_graph_widget .chart-label {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  fill: #FFFFFF; }

.widget_gd_graph_widget .label-percentage {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  fill: #FFFFFF; }

.widget_gd_graph_widget .label-cand {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  fill: #FFFFFF; }

.widget_gd_graph_widget .current_text {
  font-size: 11px;
  opacity: 0.5; }

.page.results .site-main {
  background: transparent; }
  .page.results .site-main .entry-title {
    display: none; }
  .page.results .site-main .entry-content {
    margin: 0; }
  .page.results .site-main .page {
    padding-top: 0; }
  .page.results .site-main .swiftype .search_form.block {
    z-index: 1;
    box-shadow: none;
    border: none;
    border-radius: none;
    margin: 0 0 20px; }
    .page.results .site-main .swiftype .search_form.block .search-form input[type="text"] {
      background-color: #FFFFFF;
      border-radius: 0;
      padding: 15px 0;
      background-position: 13px 17px; }
    .page.results .site-main .swiftype .search_form.block .search-form input[type="submit"] {
      background: #337AB7;
      color: #FFFFFF;
      font-size: 12px;
      font-size: 0.75rem;
      padding: 17px 0;
      border-radius: 0;
      border: none;
      box-shadow: none;
      text-shadow: none; }
  .page.results .site-main .swiftype .left-main {
    background: #FFFFFF;
    padding: 10px 10px 0;
    position: relative;
    top: -40px; }
    .page.results .site-main .swiftype .left-main:after {
      content: '';
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #E5E5E5; }
    .page.results .site-main .swiftype .left-main .facet-container {
      overflow: visible;
      position: relative; }
      .page.results .site-main .swiftype .left-main .facet-container > a {
        position: absolute;
        top: 15px;
        right: 0;
        color: #FFFFFF; }
    .page.results .site-main .swiftype .left-main .facet-options, .page.results .site-main .swiftype .left-main .radio-options {
      margin-top: 0;
      padding: 0 0 20px; }
    .page.results .site-main .swiftype .left-main .st-section-title, .page.results .site-main .swiftype .left-main .facet-title {
      position: relative;
      background: #000000;
      color: #FFFFFF;
      padding: 10px;
      display: block;
      float: none;
      text-transform: none;
      letter-spacing: 0;
      font-size: 12px;
      font-size: 0.75rem;
      margin: 30px -10px 10px; }
      .page.results .site-main .swiftype .left-main .st-section-title:before, .page.results .site-main .swiftype .left-main .facet-title:before {
        content: '';
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        background: #E5E5E5; }
      .page.results .site-main .swiftype .left-main .st-section-title:first-child, .page.results .site-main .swiftype .left-main .facet-title:first-child {
        margin-top: -10px; }
  .page.results .site-main .swiftype .main.block > div {
    background: #FFFFFF;
    margin-left: 20px; }
    @media (max-width: 47.99em) {
      .page.results .site-main .swiftype .main.block > div {
        margin-left: 0; } }
  .page.results .site-main .swiftype .header.block {
    margin-top: 0;
    padding: 10px 0; }
    .page.results .site-main .swiftype .header.block .right-header {
      padding-left: 20px;
      text-align: center;
      padding-top: 0; }
      .page.results .site-main .swiftype .header.block .right-header .st-has-results {
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: #212121;
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.8125rem; }
        .page.results .site-main .swiftype .header.block .right-header .st-has-results .st-has-query > span {
          display: block;
          font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-size: 30px;
          font-size: 1.875rem;
          text-transform: capitalize;
          margin-top: 5px; }
          .page.results .site-main .swiftype .header.block .right-header .st-has-results .st-has-query > span > span {
            font-style: normal; }
      @media (max-width: 47.99em) {
        .page.results .site-main .swiftype .header.block .right-header {
          width: 100%; } }
    @media (max-width: 47.99em) {
      .page.results .site-main .swiftype .header.block .left-header {
        display: none; } }
  .page.results .site-main .swiftype .result {
    /**
				 * @todo temporary fix to hide results thumbnails starts.
				 */
    /**
				 * @todo temporary fix to hide results thumbnails ends.
				 */ }
    .page.results .site-main .swiftype .result .result-content .result-title a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      color: #000000; }
    .page.results .site-main .swiftype .result .result-content .byline {
      font-size: 14px;
      font-size: 0.875rem;
      display: block; }
    .page.results .site-main .swiftype .result .result-content .text-block {
      line-height: 20px; }
    .page.results .site-main .swiftype .result .result-image {
      display: none; }
    .page.results .site-main .swiftype .result .result-content {
      padding-left: 0; }
  .page.results .site-main .swiftype .footer.block > span a {
    padding: 10px 15px;
    background: #337AB7;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 10px;
    font-weight: normal; }
    .page.results .site-main .swiftype .footer.block > span a.current_page {
      background: #3FA91F; }
    .page.results .site-main .swiftype .footer.block > span a:hover, .page.results .site-main .swiftype .footer.block > span a:focus {
      background: #3FA91F; }
  .page.results .site-main .swiftype .footer.block > span:first-child {
    position: relative;
    text-indent: -999em; }
    .page.results .site-main .swiftype .footer.block > span:first-child a {
      width: 0; }
      .page.results .site-main .swiftype .footer.block > span:first-child a:after {
        font-family: "fontawesome";
        font-size: 20px;
        font-size: 1.25rem;
        content: '\f104';
        text-indent: 0;
        position: absolute;
        left: 50%;
        margin-left: -4px; }
  .page.results .site-main .swiftype .footer.block > span:last-child {
    position: relative;
    text-indent: -999em; }
    .page.results .site-main .swiftype .footer.block > span:last-child a {
      width: 0; }
      .page.results .site-main .swiftype .footer.block > span:last-child a:after {
        font-family: "fontawesome";
        font-size: 20px;
        font-size: 1.25rem;
        content: '\f105';
        text-indent: 0;
        position: absolute;
        left: 50%;
        margin-left: -3px; }

.swiftype .swiftype-widget .autocomplete .ac-section-title {
  background-color: #000000;
  color: #FFFFFF; }

.swiftype .swiftype-widget .autocomplete .ac-result {
  padding: 10px; }
  .swiftype .swiftype-widget .autocomplete .ac-result .ac_title {
    line-height: 18px;
    font-size: 14px;
    font-size: 0.875rem; }
  .swiftype .swiftype-widget .autocomplete .ac-result .ac_sub {
    font-size: 11px;
    font-size: 0.6875rem; }

.smart-game-promo {
  background: #2D2D2D;
  padding: 0;
  position: relative; }
  .smart-game-promo .game-icon {
    position: relative; }
    .smart-game-promo .game-icon:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background: url("../images/svg/game-icon.svg") no-repeat center center;
      background-size: 50px;
      left: 0;
      top: -10px; }
  .smart-game-promo.smart-game-closed .smart-game-toggle:after {
    content: '\f107'; }
  .smart-game-promo.smart-game-closed .smart-game-promo-wrapper {
    height: 0;
    overflow: hidden;
    padding: 0; }
  .smart-game-promo .widget-title {
    margin: 0; }
  .smart-game-promo .smart-game-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #F8B715;
    font-size: 20px;
    font-size: 1.25rem; }
    .smart-game-promo .smart-game-toggle:after {
      font-family: "fontawesome";
      content: '\f106'; }
  .smart-game-promo .smart-game-promo-wrapper {
    padding: 10px;
    color: #FFFFFF; }
    .smart-game-promo .smart-game-promo-wrapper.sg-reality-tv {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a58339+0,000000+100 */
      background: #a58339;
      /* Old browsers */
      background: -moz-linear-gradient(top, #a58339 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #a58339 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #a58339 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a58339', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
      .smart-game-promo .smart-game-promo-wrapper.sg-reality-tv h3 span {
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        margin-right: 15px;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500; }
    .smart-game-promo .smart-game-promo-wrapper.featured-game {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a58339+0,000000+100 */
      background: #a58339;
      /* Old browsers */
      background: -moz-linear-gradient(top, #a58339 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #a58339 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #a58339 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a58339', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      overflow: hidden; }
      .smart-game-promo .smart-game-promo-wrapper.featured-game h1 {
        font-size: 40px;
        font-size: 2.5rem;
        margin: 10px 0 0;
        line-height: 35px; }
      .smart-game-promo .smart-game-promo-wrapper.featured-game h2 {
        margin: 5px 0 10px; }
      .smart-game-promo .smart-game-promo-wrapper.featured-game p {
        font-size: 19.2px;
        font-size: 1.2rem; }
      .smart-game-promo .smart-game-promo-wrapper.featured-game a {
        color: #CCCCCC; }
      .smart-game-promo .smart-game-promo-wrapper.featured-game .small {
        text-transform: none;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 20px; }
    .smart-game-promo .smart-game-promo-wrapper * {
      color: #FFFFFF; }
    .smart-game-promo .smart-game-promo-wrapper a {
      color: #337AB7; }
      .smart-game-promo .smart-game-promo-wrapper a:hover, .smart-game-promo .smart-game-promo-wrapper a:focus {
        color: #FFFFFF; }
      .smart-game-promo .smart-game-promo-wrapper a.green-button {
        color: #FFFFFF;
        border-radius: 5px;
        line-height: 45px; }
    .smart-game-promo .smart-game-promo-wrapper hr {
      border-color: #000000;
      margin: 30px 0; }
    .smart-game-promo .smart-game-promo-wrapper .widget .widget-title {
      margin: -10px -10px 0; }
    .smart-game-promo .smart-game-promo-wrapper .widget p {
      color: #000000; }
    .smart-game-promo .smart-game-promo-wrapper .widget .smart-game-promo-user {
      background: #3FA91F; }
      .smart-game-promo .smart-game-promo-wrapper .widget .smart-game-promo-user * {
        color: #FFFFFF; }
    .smart-game-promo .smart-game-promo-wrapper .d-1of5 ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .smart-game-promo .smart-game-promo-wrapper .d-1of5 ul li {
        text-align: center;
        margin-bottom: 20px; }
        .smart-game-promo .smart-game-promo-wrapper .d-1of5 ul li img {
          max-width: 100px; }
        .smart-game-promo .smart-game-promo-wrapper .d-1of5 ul li p {
          margin: 0;
          font-size: 12px;
          font-size: 0.75rem; }
        .smart-game-promo .smart-game-promo-wrapper .d-1of5 ul li .h3 {
          font-family: "Roboto Mono", "Courier New", Courier, monospace;
          font-size: 20px;
          font-size: 1.25rem; }
        .smart-game-promo .smart-game-promo-wrapper .d-1of5 ul li .green-button {
          margin-top: 5px;
          line-height: 35px; }
    .smart-game-promo .smart-game-promo-wrapper .slick-slider {
      background: transparent;
      max-height: none; }
      .smart-game-promo .smart-game-promo-wrapper .slick-slider .slide {
        text-align: center; }
        .smart-game-promo .smart-game-promo-wrapper .slick-slider .slide img {
          margin: 0 auto; }
        .smart-game-promo .smart-game-promo-wrapper .slick-slider .slide .green-button {
          position: relative;
          line-height: 35px; }
    .smart-game-promo .smart-game-promo-wrapper .slick-prev:before, .smart-game-promo .smart-game-promo-wrapper .slick-next:before {
      color: #FFFFFF; }

.predictions-wrapper.type-expert .prediction-header {
  position: relative;
  line-height: 0;
  padding: 0; }
  .predictions-wrapper.type-expert .prediction-header .category-title {
    line-height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25) !important; }
    .predictions-wrapper.type-expert .prediction-header .category-title span {
      float: left;
      margin-left: 5px; }
      .predictions-wrapper.type-expert .prediction-header .category-title span a {
        color: #FFFFFF; }
    .predictions-wrapper.type-expert .prediction-header .category-title small {
      float: right;
      text-transform: none;
      margin-right: 5px; }
      .predictions-wrapper.type-expert .prediction-header .category-title small a {
        color: #FFFFFF; }

.predictions-wrapper .prediction-header {
  background: #000000;
  overflow: hidden;
  padding: 20px; }
  .predictions-wrapper .prediction-header .avatar {
    float: left;
    border-radius: 50%;
    margin-right: 20px; }
  .predictions-wrapper .prediction-header .category-title {
    text-align: left !important;
    line-height: 40px; }
    .predictions-wrapper .prediction-header .category-title span a {
      color: #FFFFFF; }

.predictions-wrapper .predictions-labels {
  background: #A0A3AA;
  overflow: hidden;
  margin: 0 -10px;
  width: inherit;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  .predictions-wrapper .predictions-labels.widget-title {
    line-height: 35px;
    background: #212121;
    font-size: 16px;
    font-size: 1rem; }

.predictions-wrapper .predictions-question {
  background: #337AB7;
  color: #FFFFFF;
  margin: -10px -10px 0;
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold; }

.predictions-wrapper .predictions-list {
  margin: 0 -10px -10px;
  width: inherit;
  display: none; }
  .predictions-wrapper .predictions-list.predictions-show {
    display: block; }
  .predictions-wrapper .predictions-list.fixed-height {
    max-height: 290px;
    overflow: auto; }
  .predictions-wrapper .predictions-list li {
    padding: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #D8D8D8;
    border-top: none;
    position: relative;
    text-align: left; }
    .predictions-wrapper .predictions-list li .predictions-photo img {
      display: block;
      min-width: 50px;
      max-width: 50px; }
    .predictions-wrapper .predictions-list li .predictions-photo .predictions-no-image {
      width: 50px;
      height: 50px;
      display: block;
      background: #CCCCCC; }
    .predictions-wrapper .predictions-list li .predictions-position {
      font-size: 12px;
      font-size: 0.75rem;
      color: #848484;
      padding: 0 10px; }
    .predictions-wrapper .predictions-list li .predictions-name {
      padding: 5px 5px 5px 0;
      width: 100%; }
      .predictions-wrapper .predictions-list li .predictions-name p {
        font-size: 13px;
        font-size: 0.8125rem;
        margin: .5em;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500; }
        .predictions-wrapper .predictions-list li .predictions-name p em {
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          font-size: 0.75rem; }
    .predictions-wrapper .predictions-list li .predictions-odds {
      position: relative;
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      height: 35px;
      line-height: 35px; }
      .predictions-wrapper .predictions-list li .predictions-odds:after {
        line-height: 35px; }

.predictions-odds {
  font-family: "Roboto Mono", "Courier New", Courier, monospace;
  font-weight: bold;
  color: #337AB7;
  font-size: 14px;
  font-size: 0.875rem; }

.widget.expert-predictions {
  padding-bottom: 0; }
  .widget.expert-predictions .predictions-wrapper {
    margin-bottom: 10px;
    background-color: #FFFFFF; }
    .widget.expert-predictions .predictions-wrapper .prediction-header .category-title span {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold; }
    .widget.expert-predictions .predictions-wrapper .predictions-labels {
      width: 100%;
      margin: 0; }
    .widget.expert-predictions .predictions-wrapper .predictions-list {
      display: block;
      margin: 0;
      width: 100%; }
    .widget.expert-predictions .predictions-wrapper.d-1of4 {
      width: 23.8557558946%;
      float: left;
      margin-right: 1.5256588072%; }
      .widget.expert-predictions .predictions-wrapper.d-1of4.d-last {
        float: right;
        margin-right: 0;
        float: left; }
    @media (min-width: 48.875em) and (max-width: 62.49em) {
      .widget.expert-predictions .predictions-wrapper.t-1of2 {
        width: 49.2371705964%;
        float: left;
        margin-right: 1.5256588072%; }
        .widget.expert-predictions .predictions-wrapper.t-1of2.t-last {
          float: right;
          margin-right: 0;
          float: left; } }
    @media (max-width: 48.865em) {
      .widget.expert-predictions .predictions-wrapper.m-all {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .widget.expert-predictions .clearfix.text-center.h4 a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold; }

.count-icon {
  padding: 1px 3px;
  background: #FF0000;
  color: #FFFFFF;
  font-style: normal;
  display: inline-block;
  line-height: 1.3;
  min-height: 13px;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); }

.pagination {
  float: left;
  margin: 0 300px 0 0;
  max-width: 635px;
  width: 100%;
  margin: 20px 0;
  text-align: center; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 5px;
    line-height: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    color: #FFFFFF;
    background: #337AB7;
    text-transform: uppercase; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background: #3FA91F; }
    .pagination .page-numbers.prev {
      position: relative;
      text-indent: -999em; }
      .pagination .page-numbers.prev:after {
        font-family: "fontawesome";
        font-size: 20px;
        font-size: 1.25rem;
        content: '\f104';
        text-indent: 0;
        position: absolute;
        left: 50%;
        margin-left: -4px; }
    .pagination .page-numbers.next {
      position: relative;
      text-indent: -999em; }
      .pagination .page-numbers.next:after {
        font-family: "fontawesome";
        font-size: 20px;
        font-size: 1.25rem;
        content: '\f105';
        text-indent: 0;
        position: absolute;
        left: 50%;
        margin-left: -3px; }

/*--------------------------------------------------------------
# Dependicies
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*--------------------------------------------------------------
# Gameplay
--------------------------------------------------------------*/
/* add custom styles */
.gameplay #game-limit, .gameplay .mobile-stack, .gameplay .create-search-container, .gameplay .row-feature, .gameplay .feature-content, .gameplay .feature-row-mobile, .gameplay .social-block, .gameplay .login {
  display: flex;
  flex-direction: row; }

.gameplay .feature-content, .gameplay .l-d-contents, .leaderboard .lb-content, .prediction .lb-content, .leaderboard .pd-content, .prediction .pd-content {
  border-bottom: 1px solid #E3E1DD; }

.gameplay .btn-modal, .gameplay #legend-footer, .gameplay .l-d-btns, .gameplay .ld-member, .gameplay #l-d-btn-members, .leaderboard .entry-btn, .prediction .entry-btn, .leaderboard .lb-header, .prediction .lb-header, .leaderboard .col-lb-pos, .prediction .col-lb-pos, .leaderboard .collapse-expand, .prediction .collapse-expand, .gameplay .myleague-drop-mobile #myleague-drop-mobile, .gameplay .button-primary, .gameplay .btn-login, .gameplay .btn-facebook, .gameplay .btn-twitter, .gameplay .btn-google, .prediction .game-instruction .collapse-instruction, .manage-settings, .back-to-lobby {
  font-weight: 700; }

.carousel .slick-slide.season-long:before, .carousel .slick-slide.slick-current.season:before, .gameplay .modal {
  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.carousel .slick-slide.superbet:before, .carousel .slick-slide.slick-current.superbet:before {
  display: block;
  position: absolute;
  width: 22px;
  /*--adjust as necessary--*/
  left: .4em;
  top: .4em; }
  @media (max-width: 59.99em) {
    .carousel .slick-slide.superbet:before, .carousel .slick-slide.slick-current.superbet:before {
      width: 18px; } }

.carousel .slick-slide.season-long:before, .carousel .slick-slide.slick-current.season:before {
  display: block;
  position: absolute;
  width: 40px;
  top: 33%; }
  @media (max-width: 59.99em) {
    .carousel .slick-slide.season-long:before, .carousel .slick-slide.slick-current.season:before {
      width: 35px; } }

body {
  margin: auto;
  background-color: #EAEAEA; }

/* add custom styles */
.gameplay {
  /* start add ons */
  /* end add ons */
  /* START BUTTON WORLD */
  /* feature buttons: update, join and view (mobile version) */
  /* END BUTTON WORLD */ }
  .gameplay select, .gameplay .btn, .gameplay input[type="text"], .gameplay textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold; }
  .gameplay h4 {
    font-size: 18px;
    padding-bottom: 1.25em; }
  .gameplay .header-slider .slide h4 {
    padding-bottom: 0; }
  .gameplay input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */ }
  .gameplay input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 0.5em;
    background-color: #FFFFFF;
    border: 1px solid #E3E1DD; }
  .gameplay input[type=checkbox]:checked + label:before {
    content: "\2714";
    /* Tick */
    color: #FFFFFF;
    background-color: #337AB7;
    text-align: center;
    line-height: 1.125em; }
  .gameplay select {
    width: 100%;
    background-color: #FFFFFF;
    color: #A1A1A9;
    padding-left: 1.25em;
    padding-right: 2.1875em;
    cursor: pointer; }
  .gameplay textarea {
    padding: 1.25em; }
  .gameplay hr {
    width: 60%; }
  .gameplay .stack {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25em;
    flex: 1;
    /* For IE 11 */ }
  .gameplay .side-by-side {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .gameplay .space-between {
    justify-content: space-between; }
  .gameplay .align-verticle {
    align-items: center; }
  .gameplay .center-text {
    text-align: center; }
  .gameplay .size14 {
    font-size: 14px; }
  .gameplay .h2-text {
    font-size: 25px; }
  .gameplay .pad-right {
    padding-right: 1.125em; }
  .gameplay .pad-left {
    padding-left: 1.125em; }
  .gameplay .margin-top20 {
    margin-top: 1.25em; }
  .gameplay .col50 {
    width: 50%; }
  .gameplay .pad50 {
    padding-bottom: 3.125em; }
  .gameplay .pad20 {
    padding-bottom: 1.25em; }
  .gameplay .pad15 {
    padding-bottom: 0.9375em; }
  .gameplay .pad10 {
    padding-bottom: 0.625em; }
  .gameplay .ellipses {
    overflow: hidden;
    text-overflow: ellipsis; }
  .gameplay .border-bottom {
    position: relative;
    display: block;
    content: "";
    width: 97%;
    margin: 0 auto;
    margin-top: -0.03125em;
    background-color: #E3E1DD;
    z-index: 1; }
  .gameplay .h3-btn {
    font-size: 12px;
    color: #FFFFFF; }
  .gameplay .menu2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding-top: 1.25em;
    border-bottom: 1px solid #CCCCCC; }
  .gameplay .menu2-items {
    font-size: 16px;
    color: #000000;
    padding-bottom: 0.3125em;
    cursor: pointer; }
    .gameplay .menu2-items:hover {
      border-bottom: 3px solid #337AB7;
      padding-bottom: 0.125em; }
  .gameplay .menu2-selected {
    border-bottom: 3px solid #337AB7;
    padding-bottom: 0.125em; }
  .gameplay .img {
    padding: 0.9375em; }
  .gameplay .btn {
    line-height: 3em;
    color: #FFFFFF;
    text-shadow: none;
    box-shadow: none;
    font-size: 12px; }
  .gameplay .btn-blue {
    background-color: #337AB7; }
    .gameplay .btn-blue:hover {
      background-color: #285f8f; }
  .gameplay .btn-green {
    background-color: #0CC162; }
    .gameplay .btn-green:hover {
      background-color: #09914a; }
  .gameplay .btn-gray {
    background-color: #A1A1A9; }
    .gameplay .btn-gray:hover {
      background-color: #868691; }
  .gameplay .btn-red {
    background-color: #D31401; }
    .gameplay .btn-red:hover {
      background-color: #a00f01; }
  .gameplay .btn-clear {
    background-color: #A1A1A9;
    background-color: #FFFFFF;
    color: #A1A1A9; }
    .gameplay .btn-clear:hover {
      background-color: #868691; }
  .gameplay .btn-block {
    width: 100%; }
  .gameplay .radio {
    margin-right: 0.625em;
    border: 0px;
    width: 20px;
    height: 20px; }
  @media (max-width: 48.865em) {
    .gameplay .btn-update {
      color: #337AB7; } }
  @media (max-width: 48.865em) {
    .gameplay .btn-join {
      color: #0CC162; } }
  @media (max-width: 48.865em) {
    .gameplay .btn-view {
      color: #0CC162; } }
  @media (max-width: 48.865em) {
    .gameplay .btn-update, .gameplay .btn-join, .gameplay .btn-view {
      background-color: transparent; }
      .gameplay .btn-update:hover, .gameplay .btn-join:hover, .gameplay .btn-view:hover {
        background-color: transparent; } }
  .gameplay .clearfix.pagination {
    float: none;
    background: #FFFFFF;
    width: 100%; }

.gameplay {
  /* MODAL WORLD */
  /* START CREATE/ EDIT LEAGUE MODAL */
  /* END CREATE/ EDIT LEAGUE MODAL */
  /* START DELETE & MAX BET MODALS*/
  /* START DELETE & MAX BET MODALS*/
  /* START INVITE FRIENDS MODAL */
  /* END INVITE FRIENDS MODAL */
  /* START MESSAGE MODAL */
  /* END MESSAGE MODAL */
  /* START CREATE ACCOUNT MODAL */
  /* END CREATE ACCOUNT MODAL */
  /* FB-POST OR SHARE W FRIENDS MODAL */
  /* FB-POST OR END W FRIENDS MODAL */
  /* START INFO MODAL */
  /* END INFO MODAL */
  /* START LEADERBOARD STATS MODAL (mobile only) */
  /* Player's details (pd) */
  /* END LEADERBOARD STATS MODAL (mobile only) */
  /* START PREDICTIONS MODAL */
  /* END PREDICTIONS MODAL */
  /* START ERROR MODAL */
  /* END ERROR MODAL */ }
  .gameplay .modal {
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    outline: 1px solid #E3E1DD;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 1px 1px #FFFFFF, inset 0px -3px 1px 1px rgba(204, 198, 197, 0.5);
    z-index: 1000; }
    @media (max-width: 48.865em) {
      .gameplay .modal {
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0); } }
  .gameplay .close {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    top: .5em;
    right: 1em;
    position: absolute;
    outline: 0;
    cursor: pointer;
    color: #337AB7; }
    .gameplay .close .fa-angle-up {
      margin-top: -.77em; }
  .gameplay .btn-modal {
    margin-top: 1em;
    height: 45px;
    font-size: 10px; }
  .gameplay .btn-send {
    margin-bottom: 0; }
  .gameplay .modal-title {
    margin-bottom: 1.25em; }
  .gameplay .subtitle {
    font-size: 14px;
    padding-right: 1.25em;
    padding-top: 0.625em; }
  .gameplay .league-modal {
    max-width: 790px;
    min-width: 200px;
    padding: 4.375em;
    z-index: 1000; }
    @media (max-width: 48.865em) {
      .gameplay .league-modal {
        padding: 1.875em;
        padding-bottom: 3.125em;
        box-shadow: none; } }
  .gameplay #modal-game-options,
  .gameplay #modal-player-limit-options,
  .gameplay #modal-league-name-input {
    height: 45px;
    padding-right: 1.25em;
    padding-left: 1.25em; }
  @media (max-width: 48.865em) {
    .gameplay #modal-player-limit .selection-icon {
      width: 50%; } }
  .gameplay #game-limit {
    justify-content: space-between; }
    @media (max-width: 48.865em) {
      .gameplay #game-limit {
        width: 100%;
        display: flex;
        flex-direction: column; } }
  .gameplay .selection-icon {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .gameplay .selection-icon:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #337AB7;
      font-size: 30px;
      right: .3em;
      top: 10px;
      position: absolute;
      content: "\f107";
      z-index: 5; }
    .gameplay .selection-icon select {
      background-color: transparent;
      position: relative;
      cursor: pointer;
      z-index: 10; }
  .gameplay #create-a-league-modal {
    margin-top: 400px; }
  @media (max-width: 48.865em) {
    .gameplay #edit-a-league-modal,
    .gameplay #create-a-league-modal {
      width: 100%;
      box-shadow: none;
      outline: 0; } }
  .gameplay #edit-a-league-modal .col75,
  .gameplay #create-a-league-modal .col75 {
    width: 75%; }
    @media (max-width: 48.865em) {
      .gameplay #edit-a-league-modal .col75,
      .gameplay #create-a-league-modal .col75 {
        width: 100%; } }
  .gameplay #edit-a-league-modal .col20,
  .gameplay #create-a-league-modal .col20 {
    width: 20%; }
    @media (max-width: 48.865em) {
      .gameplay #edit-a-league-modal .col20,
      .gameplay #create-a-league-modal .col20 {
        width: 100%; } }
  .gameplay #edit-a-league-modal h4,
  .gameplay #create-a-league-modal h4 {
    padding-bottom: 0; }
  .gameplay #edit-a-league-modal img,
  .gameplay #create-a-league-modal img {
    width: 30%; }
  .gameplay #delete-members-modal {
    padding: 3.125em;
    max-width: 600px; }
    @media (max-width: 48.865em) {
      .gameplay #delete-members-modal {
        width: 100%; } }
    @media (max-width: 48.865em) {
      .gameplay #delete-members-modal #mobile-stack {
        display: flex;
        flex-direction: column; } }
  .gameplay #delete-league-modal,
  .gameplay #max-bet-modal {
    max-width: 570px;
    min-width: 200px;
    min-height: 340px;
    padding: 5.3125em;
    padding-top: 3.75em; }
    @media (max-width: 48.865em) {
      .gameplay #delete-league-modal,
      .gameplay #max-bet-modal {
        width: 100%;
        box-shadow: none;
        outline: 0; } }
    .gameplay #delete-league-modal .space,
    .gameplay #max-bet-modal .space {
      width: 20px; }
    @media (max-width: 48.865em) {
      .gameplay #delete-league-modal .btn-delete,
      .gameplay #max-bet-modal .btn-delete {
        margin-bottom: 1.25em; } }
  @media (max-width: 48.865em) {
    .gameplay .mobile-stack {
      display: flex;
      flex-direction: column; } }
  .gameplay #invite-friends-modal {
    max-width: 800px;
    min-width: 200px;
    min-height: 560px;
    padding: 5em; }
    @media (max-width: 48.865em) {
      .gameplay #invite-friends-modal {
        width: 100%;
        padding: 1.25em;
        box-shadow: none;
        outline: 0; } }
    @media (max-width: 48.865em) {
      .gameplay #invite-friends-modal .btn-delete {
        margin-bottom: 1.25em;
        margin-left: 0; } }
    .gameplay #invite-friends-modal .form-control-invite {
      font-size: 10px;
      margin-bottom: 1.25em;
      padding: 0.625em;
      margin-top: 2em; }
    .gameplay #invite-friends-modal .btn-invite {
      margin-right: 0.9375em;
      margin-bottom: 1.25em; }
      @media (max-width: 48.865em) {
        .gameplay #invite-friends-modal .btn-invite {
          margin-right: 0; } }
    .gameplay #invite-friends-modal .btn-nothanks {
      margin-left: 0.9375em;
      margin-bottom: 1.25em; }
      @media (max-width: 48.865em) {
        .gameplay #invite-friends-modal .btn-nothanks {
          margin-left: 0; } }
    .gameplay #invite-friends-modal .invite-title {
      padding-bottom: 1.5625em; }
  .gameplay #message-modal {
    max-width: 570px;
    min-width: 200px;
    padding: 2.5em 5em 5em; }
    @media (max-width: 48.865em) {
      .gameplay #message-modal {
        position: inline-block;
        width: 100%;
        padding: 2.5em;
        box-shadow: none;
        outline: 0; } }
  .gameplay .message-title {
    padding-bottom: 1.25em; }
  .gameplay .form-control-message {
    font-size: 12px;
    padding: 1.25em;
    margin-bottom: 1.25em;
    margin-top: 2em; }
  .gameplay .form-create-account {
    margin-bottom: 1.25em; }
  .gameplay .create-account-text, .gameplay .create-account-title {
    margin-bottom: 0; }
  .gameplay .terms {
    font-size: 12px; }
  .gameplay #create-account-modal {
    max-width: 510px;
    min-width: 200px;
    min-height: 543px;
    padding: 3.125em; }
    @media (max-width: 48.865em) {
      .gameplay #create-account-modal {
        width: 100%;
        padding: 1.25em;
        box-shadow: none;
        outline: 0; } }
  .gameplay #create-account-email, .gameplay #create-account-username, .gameplay #create-account-password {
    padding: 0.75em;
    font-size: 12px;
    border-radius: 0; }
  .gameplay #share-modal {
    max-width: 790px;
    min-width: 200px;
    min-height: 675px;
    padding: 5em;
    padding-top: 1.875em; }
    @media (max-width: 48.865em) {
      .gameplay #share-modal {
        justify-content: center;
        width: 100%;
        padding: 1.5625em;
        padding-bottom: 3.125em;
        box-shadow: none;
        outline: 0; } }
  .gameplay .share-img {
    width: 100%;
    margin-right: 1.5625em;
    background-image: url("/./images/share.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center; }
    @media (max-width: 48.865em) {
      .gameplay .share-img {
        width: 350px;
        height: 170px;
        margin: auto; } }
  .gameplay #share-text {
    font-size: 15px;
    width: 100%;
    line-height: 1.25em; }
    @media (max-width: 48.865em) {
      .gameplay #share-text {
        padding-top: 1.25em; } }
  .gameplay #share-w-friends-div {
    width: 100%;
    justify-content: center;
    margin-bottom: 1.25em; }
    @media (max-width: 48.865em) {
      .gameplay #share-w-friends-div {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  .gameplay #fbplaceholder {
    width: 630px;
    height: 330px; }
  .gameplay .info-bubble {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 470px;
    text-align: left;
    padding: 1.875em;
    padding-top: 1.25em;
    padding-bottom: 0.625em;
    position: absolute; }
  .gameplay .info-bubble .arrow {
    border-style: solid;
    position: absolute;
    right: 14.3125em; }
  .gameplay .bottom {
    border-color: #FFFFFF transparent transparent transparent;
    border-width: 12px 15px 0px 15px;
    bottom: -0.75em; }
  .gameplay .info-title {
    font-size: 14px;
    padding-bottom: 0.3125em; }
  .gameplay .info-description {
    font-size: 10px; }
  .gameplay .info-img {
    float: left;
    margin: 0 0.625em 0 0;
    width: 167px;
    height: 95px; }
  .gameplay .lb-stats-modal {
    margin: auto;
    padding-top: 1.25em;
    width: 100%;
    max-width: 800px;
    background-color: #E3E1DD;
    outline: 1px solid #626262; }
  .gameplay .lb-pos-modal {
    font-size: 15px; }
  .gameplay .pd-un {
    font-size: 20px;
    color: #000000; }
  .gameplay .pd-mobile-row1 {
    padding-left: 0.625em;
    padding-right: 0.625em;
    height: 50px; }
  .gameplay .lb-close {
    margin-top: -0.625em; }
  .gameplay .col-entry-title-mobile {
    width: 55%;
    align-items: center; }
  .gameplay .col-entry-odds-mobile, .gameplay .col-entry-pts-won-mobile, .gameplay .col-entry-pts-bet-mobile {
    text-align: center;
    width: 15%; }
  .gameplay .entry-title-mobile {
    font-size: 14px; }
  .gameplay #pred-modal {
    width: 675px;
    padding: 2em 5em 5em 5em; }
    @media (max-width: 48.865em) {
      .gameplay #pred-modal {
        padding: 1.25em;
        width: 100%;
        box-shadow: none;
        outline: 0; } }
  .gameplay .pred-header {
    font-size: 22px;
    padding-bottom: 1.25em; }
    @media (max-width: 48.865em) {
      .gameplay .pred-header {
        width: 95%; } }
  .gameplay .drop-pred {
    width: 100%;
    height: 43px;
    font-size: 12px;
    text-align: left;
    padding-left: 1em;
    line-height: 1em;
    margin-bottom: 0.6875em;
    border: 1px solid #E3E1DD;
    background-image: url("/./images/fa-angle-down.png");
    background-repeat: no-repeat;
    background-position: right center; }
  .gameplay .pred-table {
    border: 1px solid #E3E1DD; }
  .gameplay .pred-contents {
    min-height: 5.0625em;
    max-height: 5.0625em;
    padding: 1em; }
  .gameplay .pred-un {
    margin-left: 0.6875em; }
  .gameplay #dropdown-pred-content {
    margin-top: -0.6875em;
    border: 1px solid #E3E1DD; }
  .gameplay #dropdown-pred-content a {
    background-color: #FFFFFF;
    padding-left: 3.125em; }
    .gameplay #dropdown-pred-content a:hover {
      background-color: #e5e7e8; }
  .gameplay #error-modal {
    width: 50%; }
    .gameplay #error-modal .content {
      padding: 5em 2em 2em; }
    @media (max-width: 48.865em) {
      .gameplay #error-modal {
        width: 100%; } }

.hidden {
  display: none; }

.gameplay .feature-title {
  justify-content: space-between;
  align-items: center;
  max-width: 955px;
  margin: auto;
  margin-bottom: 1.25em;
  margin-top: 1.25em; }
  .gameplay .feature-title .mobile-wrap .select2-container {
    height: 50px;
    width: 50% !important; }
    .gameplay .feature-title .mobile-wrap .select2-container b {
      line-height: 2.5em; }
    @media (min-width: 48.875em) {
      .gameplay .feature-title .mobile-wrap .select2-container {
        display: none !important; } }
  @media (max-width: 48.865em) {
    .gameplay .feature-title .title {
      display: none !important; } }

.gameplay #mobile-title {
  position: absolute;
  font-size: 12px;
  color: white;
  margin-top: 1.6em;
  margin-left: 10px;
  z-index: 10;
  text-transform: uppercase; }
  @media (min-width: 48.875em) {
    .gameplay #mobile-title {
      display: none; } }

@media (max-width: 48.865em) {
  .gameplay .hide-tablet {
    display: none !important; } }

@media (max-width: 48.865em) {
  .gameplay .create-search-container {
    width: 100%; } }

.gameplay .create-search-container .fa-plus-circle:before {
  content: "";
  font-size: large;
  margin-right: -1.9em;
  vertical-align: middle; }

.gameplay .create-search-container .create-league-btn {
  display: inherit;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  height: 43px;
  font-weight: normal;
  width: 150px;
  height: 46px;
  line-height: 1em;
  padding: 0 20px;
  margin-right: 0.9375em;
  font-weight: bold; }
  @media (max-width: 48.865em) {
    .gameplay .create-search-container .create-league-btn {
      width: 50%;
      font-size: 12px;
      justify-content: space-between;
      text-align: left;
      height: 50px;
      border: 1px solid #29689b;
      margin-right: 0; }
      .gameplay .create-search-container .create-league-btn .fa-stack {
        padding-top: 3px; } }
  .gameplay .create-search-container .create-league-btn .fa-stack {
    left: 5px; }
    .gameplay .create-search-container .create-league-btn .fa-stack .fa-inverse {
      font-size: 10px;
      line-height: 2.5em; }
    .gameplay .create-search-container .create-league-btn .fa-stack .fa-stack-2x {
      font-size: 26px; }

.gameplay .search-wrapper {
  position: relative;
  color: #BBBBBB;
  font-size: 12px; }
  @media (max-width: 48.865em) {
    .gameplay .search-wrapper {
      width: 100%; } }
  .gameplay .search-wrapper #search {
    font-size: 14px;
    height: 38px;
    width: 225px;
    color: #000000;
    outline: 0;
    border-radius: 0;
    text-indent: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none; }
    @media (max-width: 48.865em) {
      .gameplay .search-wrapper #search {
        height: 42px;
        width: 98%; } }
  .gameplay .search-wrapper .fa-search {
    position: absolute;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 18px; }

.gameplay .search-btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  font-size: 10px;
  height: 46px;
  width: 97px;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: .5px; }
  @media (max-width: 48.865em) {
    .gameplay .search-btn {
      width: 30%;
      height: 50px; } }

.gameplay .feature-table-league-name {
  font-size: 15px;
  width: 67%; }
  @media (max-width: 48.865em) {
    .gameplay .feature-table-league-name {
      font-size: 16px; } }

.gameplay .feature-container {
  background-color: #FFFFFF;
  margin: auto;
  margin-bottom: 3.125em; }
  @media (max-width: 48.865em) {
    .gameplay .feature-container {
      width: 100%; } }
  @media (max-width: 48.865em) {
    .gameplay .feature-container .all-feature-content {
      margin: auto;
      padding-bottom: 1.875em; } }

.gameplay .row-feature {
  background-color: #FFFFFF;
  height: 70px;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 14px; }
  @media (max-width: 48.865em) {
    .gameplay .row-feature {
      height: auto;
      padding: 5px 15px 15px 15px; } }

.gameplay .header-feature {
  background-color: #000000;
  color: #FFFFFF;
  height: 38px; }
  @media (max-width: 48.865em) {
    .gameplay .header-feature {
      display: none; } }

.gameplay .feature-content {
  align-items: center;
  justify-content: center; }
  .gameplay .feature-content:hover {
    background-color: #e5e7e8; }

.gameplay .col-categ {
  text-align: left;
  width: 10%; }

.gameplay .col-league {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 43%;
  padding-left: 1.25em; }
  .gameplay .col-league .col-img {
    padding-right: 0.625em;
    max-width: 50px;
    max-height: 50px; }
    @media (max-width: 48.865em) {
      .gameplay .col-league .col-img {
        display: none; } }
  @media (max-width: 48.865em) {
    .gameplay .col-league {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 75%;
      padding-left: 0; }
      .gameplay .col-league h3 {
        width: 100%; } }

.gameplay .mobile-table-group {
  display: none; }
  @media (max-width: 48.865em) {
    .gameplay .mobile-table-group {
      width: 100%;
      padding-right: 14%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 48.865em) {
    .gameplay .mobile-table-group h3 {
      display: flex;
      flex-direction: row;
      font-size: 10px;
      width: 25%;
      padding-left: 0;
      line-height: .3em; } }
  .gameplay .mobile-table-group .entries {
    font-weight: 700; }

.gameplay .desktop-table-group {
  display: none; }

.gameplay .col-categ,
.gameplay .col-type,
.gameplay .col-status,
.gameplay .col-size,
.gameplay .col-entries,
.gameplay .col-btn {
  font-size: 14px;
  justify-content: flex-start;
  width: 14.25%;
  text-align: center; }
  @media (max-width: 48.865em) {
    .gameplay .col-categ,
    .gameplay .col-type,
    .gameplay .col-status,
    .gameplay .col-size,
    .gameplay .col-entries,
    .gameplay .col-btn {
      width: 25%;
      padding-left: 0;
      font-size: 10px;
      text-align: left; } }

.gameplay .h3 {
  font-size: 14px; }

.gameplay .col-btn {
  justify-content: flex-end;
  display: flex; }

.gameplay .feature-btns {
  font-size: 10px;
  height: 36px;
  width: 100px;
  margin: auto;
  line-height: 1.9em; }
  @media (max-width: 48.865em) {
    .gameplay .feature-btns {
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: right center;
      text-align: right;
      font-weight: 700;
      width: auto;
      outline: 0;
      border: 0;
      height: auto;
      padding: 1px 0;
      font-size: 12px;
      margin: 0 5px 0 0; } }

.gameplay .feature-arrow {
  font-size: 31px; }
  @media (min-width: 48.875em) {
    .gameplay .feature-arrow {
      display: none; } }

.gameplay .categ-img {
  height: 32px;
  max-width: 32px;
  min-width: 32px;
  width: 2em; }

.gameplay .league-img {
  height: 50px;
  max-width: 50px;
  min-width: 50px;
  width: 50px; }
  @media (max-width: 48.865em) {
    .gameplay .league-img {
      display: none; } }

.gameplay .info-div {
  padding-right: 1.25em; }

.gameplay .info {
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
  border: 1.8px solid #000000;
  border-radius: 50%;
  color: #000000;
  line-height: 1em;
  margin: auto;
  margin-left: 0.625em;
  padding: 0.1875em; }
  .gameplay .info:hover {
    color: #337AB7; }

.gameplay .archived-header {
  background-color: #A1A1A9;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  width: 100%;
  padding-left: 12px;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  line-height: 1em;
  margin-top: -0.0625em; }

.gameplay .feature-footer {
  height: 40px; }
  @media (max-width: 48.865em) {
    .gameplay .feature-footer {
      height: 35px; } }

.gameplay #legend-footer {
  font-size: 10px;
  padding-left: 0.9375em;
  display: none; }

.gameplay #legend-footer-small {
  font-size: 10px;
  padding-left: 1.875em;
  display: none; }

@media (max-width: 48.865em) {
  .gameplay .menu2 {
    display: none; } }

@media (max-width: 48.865em) {
  .gameplay .btn-join {
    color: #0CC162; } }

@media (max-width: 48.865em) {
  .gameplay .btn-join-color {
    color: #0CC162; } }

@media (max-width: 48.865em) {
  .gameplay .btn-up {
    background-image: url("/./images/blue-arrow.png"); } }

@media (max-width: 48.865em) {
  .gameplay .btn-up-color {
    color: #337AB7; } }

@media (max-width: 48.865em) {
  .gameplay .btn-view {
    background-image: url("/./images/gray-arrow.png"); } }

@media (max-width: 48.865em) {
  .gameplay .btn-view-color {
    color: #A1A1A9; } }

@media (max-width: 62.49em) {
  .gameplay .all-feature-content-mobile {
    margin: auto;
    width: 95%;
    padding-bottom: 8px; } }

@media (min-width: 62.5em) {
  .gameplay .all-feature-content-mobile {
    display: none; } }

@media (max-width: 62.49em) {
  .gameplay .mobile-feature-btns {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    padding-right: 0.9375em;
    font-weight: 700;
    width: 100px;
    outline: 0;
    border: 0;
    color: #000000; } }

@media (max-width: 62.49em) {
  .gameplay .mobile-btns-font {
    font-size: 12px; } }

@media (max-width: 62.49em) {
  .gameplay .mobile-wrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.25em; } }

.gameplay .feature-row-mobile {
  width: 100%; }
  .gameplay .feature-row-mobile ul#feature-drop {
    list-style: none;
    margin: 0;
    background: #337AB7;
    height: 49px;
    transition: height 0.3s ease-out;
    overflow: hidden;
    padding: 0.3em 1em .4em; }
    .gameplay .feature-row-mobile ul#feature-drop li {
      padding: 0.5em; }
      .gameplay .feature-row-mobile ul#feature-drop li a {
        padding: 0.2em 1em;
        color: #FFFFFF;
        text-align: center; }
        .gameplay .feature-row-mobile ul#feature-drop li a i {
          color: #F8B715;
          padding-left: 0.5em; }
    .gameplay .feature-row-mobile ul#feature-drop:hover {
      height: auto;
      transition: height 0.3s ease-in; }
  @media (max-width: 48.865em) {
    .gameplay .feature-row-mobile {
      display: flex !important;
      flex-direction: column !important;
      width: 100% !important;
      margin: auto; } }

@media (max-width: 62.49em) {
  .gameplay .col-size-h3-font {
    font-size: 10px;
    min-width: 100px;
    width: 100%; } }

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slide-up {
  .gameplay 0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em); }
  .gameplay 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.gameplay .tooltip-attached {
  position: relative;
  margin-left: 10px; }
  .gameplay .tooltip-attached:hover .tooltip {
    visibility: visible;
    -webkit-animation: slide-up 0.3s;
    -moz-animation: slide-up 0.3s;
    -ms-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s; }
  @media (max-width: 48.865em) {
    .gameplay .tooltip-attached {
      display: none; } }

.gameplay .tooltip {
  left: 50%;
  bottom: 100%;
  width: 30em;
  margin-left: -15em;
  padding: .5em .75em;
  box-shadow: 0 0.05em 0.15em rgba(0, 0, 0, 0.1); }
  .gameplay .tooltip.tooltip-border {
    position: absolute;
    box-sizing: border-box;
    margin-bottom: 0.75em;
    background-color: #FFFFFF;
    cursor: default;
    visibility: hidden;
    border: 0.1em solid #E5E5E5;
    color: #212121; }
    .gameplay .tooltip.tooltip-border:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-top: 0.65em solid #FFFFFF;
      border-left: 0.65em solid transparent;
      border-right: 0.65em solid transparent;
      margin-left: -0.65em; }
    .gameplay .tooltip.tooltip-border:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-top: 0.75em solid #E5E5E5;
      border-left: 0.75em solid transparent;
      border-right: 0.75em solid transparent;
      margin-left: -0.75em; }
  .gameplay .tooltip.tooltip-no-border {
    position: absolute;
    box-sizing: border-box;
    margin-bottom: 0.5em;
    background-color: #000000;
    cursor: default;
    visibility: hidden;
    border: 0 solid false;
    color: #FFFFFF; }
    .gameplay .tooltip.tooltip-no-border:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-top: 0.5em solid #000000;
      border-left: 0.5em solid transparent;
      border-right: 0.5em solid transparent;
      margin-left: -0.5em; }
    .gameplay .tooltip.tooltip-no-border:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-top: 0.5em solid false;
      border-left: 0.5em solid transparent;
      border-right: 0.5em solid transparent;
      margin-left: -0.5em; }

.gameplay .archive-header {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #FFFFFF;
  background: #CCCCCC;
  padding: .5em 1.25em; }

.pagination .page-numbers {
  font-size: 15px;
  background: none;
  color: #000000;
  padding: 8px 8px; }
  .pagination .page-numbers:hover {
    background: none;
    border-bottom: 4px solid #337AB7; }

.pagination .current {
  background: none !important;
  border-bottom: 4px solid #337AB7; }

.pagination .prev .fa,
.pagination .next .fa {
  font: normal normal normal 15px / .5 FontAwesome; }

.pagination .prev:after, .pagination .prev:before,
.pagination .next:after,
.pagination .next:before {
  font-size: 1.8rem !important; }

.pagination .prev:hover,
.pagination .next:hover {
  border-bottom: none !important;
  color: #337AB7 !important; }

#prediction-intro-box {
  width: 100%;
  padding: 10px 10px 1px 10px;
  margin-bottom: 20px;
  margin-top: -10px;
  border: 2px solid #CCCCCC; }
  #prediction-intro-box .prediction-intro-title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px; }
  #prediction-intro-box .prediction-intro {
    width: 100%;
    font-size: 16px;
    font-size: 1rem; }
    #prediction-intro-box .prediction-intro a, #prediction-intro-box .prediction-intro a:hover, #prediction-intro-box .prediction-intro a:visited {
      color: #212121;
      font-weight: 700; }

.gameplay {
  /* START OF LEAGUE DETAIL PAGE */
  /* START DETAIL HEADER */
  /* END START DETAIL HEADER */
  /* START DETAIL BUTTON ROW */
  /* END DETAIL BUTTON ROW */
  /* START MEMBER TABLE */
  /* END MEMBER TABLE */
  /* END OF LEAGUE DETAIL PAGE */ }
  .gameplay .l-d {
    margin: auto;
    width: 100%;
    margin-bottom: 1.25em; }
    @media (max-width: 62.49em) {
      .gameplay .l-d {
        width: 90%; } }
  .gameplay .l-d-row1 {
    width: 100%;
    margin-top: 1.25em;
    align-items: baseline; }
  .gameplay .l-d-header {
    font-size: 22px; }
    @media (max-width: 62.49em) {
      .gameplay .l-d-header {
        margin-top: -0.25em;
        margin-bottom: 0.4375em; } }
  .gameplay .share-group {
    width: 150px;
    display: flex;
    flex-direction: row; }
    .gameplay .share-group .share-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      background-color: #626262;
      border-radius: 50%;
      padding: 14%;
      margin: 0 10px 0 0;
      text-align: center; }
      .gameplay .share-group .share-item.share-facebook:hover {
        background-color: #3c5a99; }
      .gameplay .share-group .share-item.share-twitter:hover {
        background-color: #55ACEE; }
      .gameplay .share-group .share-item.share-reddit:hover {
        background-color: #dc4e41; }
  .gameplay .social-block {
    align-self: flex-end; }
    @media (max-width: 62.49em) {
      .gameplay .social-block {
        display: none; } }
  .gameplay .l-d-hr {
    width: 100%;
    margin-bottom: 1em; }
    @media (max-width: 62.49em) {
      .gameplay .l-d-hr {
        display: none; } }
  .gameplay .l-d-btn-row {
    width: 100%;
    margin-bottom: 1.25em; }
  @media (min-width: 62.5em) {
    .gameplay .l-d-btn-row2 {
      display: none; } }
  @media (max-width: 62.49em) {
    .gameplay .l-d-btn-row2 {
      width: 100%;
      justify-content: space-between; } }
  .gameplay .l-d-btns {
    font-size: 10px;
    margin-right: 0.875em;
    height: 50px;
    font-weight: normal;
    letter-spacing: .5px; }
    @media (max-width: 62.49em) {
      .gameplay .l-d-btns {
        margin-right: 0.5em; } }
  .gameplay #l-d-btn-edit {
    width: 82px; }
    @media (max-width: 62.49em) {
      .gameplay #l-d-btn-edit {
        width: 20%; } }
  .gameplay #l-d-btn-delete {
    width: 112px;
    line-height: inherit; }
    @media (max-width: 62.49em) {
      .gameplay #l-d-btn-delete {
        width: 20%; } }
  .gameplay #l-d-btn-delete-members {
    width: 150px;
    margin-right: 1.25em; }
    @media (max-width: 48.865em) {
      .gameplay #l-d-btn-delete-members {
        margin: auto;
        width: 93%; } }
  .gameplay #l-d-btn-email {
    width: 130px; }
    @media (max-width: 62.49em) {
      .gameplay #l-d-btn-email {
        width: 30%;
        line-height: 1.3em; } }
  .gameplay #l-d-btn-mess {
    width: 216px; }
    @media (max-width: 62.49em) {
      .gameplay #l-d-btn-mess {
        width: 40%;
        line-height: 1.3em;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: -0.0625em; } }
  .gameplay .l-d-member-div {
    display: flex;
    width: 100%;
    height: 42px;
    background-color: #000000;
    align-items: center; }
  .gameplay .l-d-member-header {
    padding: 1em;
    font-size: 12px;
    height: 36px;
    color: #FFFFFF; }
  .gameplay .l-d-contents {
    width: 100%;
    background-color: #FFFFFF;
    height: 80px;
    align-items: center;
    padding-left: 1.5em;
    padding-right: 1.5em; }
    .gameplay .l-d-contents:hover {
      background-color: #e5e7e8; }
    @media (max-width: 62.49em) {
      .gameplay .l-d-contents {
        padding-right: 0.9375em;
        padding-left: 0.9375em; } }
  .gameplay .ld-member-img {
    width: 50px;
    height: 50px; }
  .gameplay .ld-member {
    padding-left: 1.5em;
    width: 100%;
    font-size: 14px; }
  .gameplay .l-d-footer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 75px;
    background-color: #FFFFFF;
    justify-content: flex-end; }
  .gameplay .l-d-cb {
    width: 18px;
    height: 18px; }
    .gameplay .l-d-cb input {
      visibility: hidden; }
  .gameplay .checkbox-div {
    justify-content: flex-end; }
  .gameplay #l-d-btn-members {
    margin-right: 1.5625em;
    font-size: 10px;
    width: 90px;
    height: 33px;
    line-height: 1em;
    margin-bottom: 1.8125em;
    margin-top: 0.875em; }
    @media (max-width: 62.49em) {
      .gameplay #l-d-btn-members {
        width: 100%;
        margin-left: 0.625em;
        margin-right: 0.625em; } }
  @media (max-width: 48.865em) {
    .gameplay .side-by-side.q-row1,
    .gameplay .side-by-side.l-d-row1 {
      display: block; } }

.leaderboard .site .site-content .leaderboard, .prediction .site .site-content .leaderboard {
  margin: 0; }

.leaderboard ul.members, .leaderboard ul.nominees, .prediction ul.members, .prediction ul.nominees {
  margin: 0; }

.leaderboard .lb, .prediction .lb {
  width: 965px;
  margin: 0 auto; }
  @media (max-width: 48.865em) {
    .leaderboard .lb, .prediction .lb {
      width: 100%;
      margin: 0 auto; } }

.leaderboard .lb-h, .prediction .lb-h {
  font-size: 25px; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-h, .prediction .lb-h {
      font-size: 22px;
      padding: 0 0.625em; } }

.leaderboard .lb-hr, .prediction .lb-hr {
  width: 100%;
  margin-bottom: 0.1875em; }

.leaderboard .lb-h2, .prediction .lb-h2 {
  font-size: 20px;
  color: #626262; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-h2, .prediction .lb-h2 {
      font-size: 18px;
      padding-top: 0.3125em; } }

.leaderboard .lb-pos, .prediction .lb-pos {
  font-size: 15px; }

.leaderboard .lb-col1, .prediction .lb-col1 {
  padding-right: 0.625em; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-col1, .prediction .lb-col1 {
      padding-right: 0; } }

.leaderboard .lb-col2, .prediction .lb-col2 {
  padding-left: 0.625em; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-col2, .prediction .lb-col2 {
      padding: 1em; } }

.leaderboard .lb-row1, .prediction .lb-row1 {
  display: flex;
  align-items: center;
  padding-top: 2em;
  height: 80px; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-row1, .prediction .lb-row1 {
      padding: 0.625em;
      margin-bottom: 0.3125em; } }

.leaderboard .lb-username, .prediction .lb-username {
  font-size: 14px; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-username, .prediction .lb-username {
      padding-right: 0.625em; } }

.leaderboard .entry-btn, .prediction .entry-btn {
  width: 110px;
  height: 32px;
  font-size: 10px;
  line-height: 1em; }

.leaderboard .lb-header, .prediction .lb-header {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0.625em; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-header, .prediction .lb-header {
      font-size: 12px; } }

.leaderboard .col-lb-pos, .prediction .col-lb-pos {
  margin-right: 0.625em;
  width: 5%;
  text-align: center;
  justify-content: center;
  color: #626262;
  font-size: 14px; }

.leaderboard .col-lb-username, .prediction .col-lb-username {
  align-items: center;
  width: 55%;
  padding-right: 5px; }
  @media (max-width: 48.865em) {
    .leaderboard .col-lb-username, .prediction .col-lb-username {
      width: 55%; } }

.leaderboard .col-lb-categ, .prediction .col-lb-categ {
  width: 10%;
  text-align: center; }

.leaderboard .col-lb-acc, .prediction .col-lb-acc {
  width: 15%;
  text-align: center; }
  @media (max-width: 48.865em) {
    .leaderboard .col-lb-acc, .prediction .col-lb-acc {
      width: 15%; } }

.leaderboard .col-lb-pts, .prediction .col-lb-pts {
  width: 20%;
  text-align: center; }
  @media (max-width: 48.865em) {
    .leaderboard .col-lb-pts, .prediction .col-lb-pts {
      text-align: right; } }

.leaderboard .col1-awards-footer, .prediction .col1-awards-footer {
  display: flex;
  flex-direction: column;
  height: 80px;
  background-color: white;
  font-size: 12px; }
  .leaderboard .col1-awards-footer .missing-footer, .prediction .col1-awards-footer .missing-footer {
    padding-left: 15px;
    padding-top: 15px; }

.leaderboard .lb-content, .prediction .lb-content {
  height: 80px;
  padding: 0.625em;
  font-size: 14px;
  background-color: #FFFFFF;
  align-items: center; }
  .leaderboard .lb-content:hover, .prediction .lb-content:hover {
    background-color: #e5e7e8;
    position: relative; }
  @media (max-width: 48.865em) {
    .leaderboard .lb-content, .prediction .lb-content {
      height: auto; }
      .leaderboard .lb-content a, .prediction .lb-content a {
        display: flex;
        width: 100%;
        color: inherit; } }

.leaderboard .lb-rank, .leaderboard .lb-img, .leaderboard .avatar, .prediction .lb-rank, .prediction .lb-img, .prediction .avatar {
  margin-right: 0.75em; }

@media (max-width: 48.865em) {
  .leaderboard .lb-img, .prediction .lb-img {
    display: none; } }

@media (min-width: 62.5em) {
  .leaderboard .lb-stats-modal, .prediction .lb-stats-modal {
    display: none; } }

.leaderboard .pd-content, .prediction .pd-content {
  height: 60px;
  padding: 0.625em;
  font-size: 14px;
  background-color: #FFFFFF;
  align-items: center; }

.leaderboard .col-pd-rank, .prediction .col-pd-rank {
  width: 15%; }

.leaderboard .col-pd-categ, .prediction .col-pd-categ {
  text-align: center;
  width: 15%; }

.leaderboard .col-pd-acc, .prediction .col-pd-acc {
  text-align: center;
  width: 23%; }

.leaderboard .col-pd-pts-bet, .prediction .col-pd-pts-bet {
  text-align: center;
  width: 22%; }

.leaderboard .col-pd-pts-won, .prediction .col-pd-pts-won {
  text-align: center;
  width: 25%; }

.leaderboard .entry-header, .prediction .entry-header {
  margin-top: -1.25em; }

.leaderboard .col-entry-title, .prediction .col-entry-title {
  align-items: center;
  width: 60%; }

.leaderboard .col-entry-odds, .prediction .col-entry-odds {
  text-align: center;
  width: 10%; }

.leaderboard .col-entry-pts-bet, .prediction .col-entry-pts-bet {
  text-align: center;
  width: 15%; }

.leaderboard .col-entry-pts-won, .prediction .col-entry-pts-won {
  text-align: center;
  width: 15%; }

.leaderboard .entry-won, .leaderboard .entry-lost, .prediction .entry-won, .prediction .entry-lost {
  margin-left: 0.125em;
  margin-right: 0.75em;
  width: 23px;
  height: 23px; }
  .leaderboard .entry-won i, .leaderboard .entry-lost i, .prediction .entry-won i, .prediction .entry-lost i {
    font-size: 20px; }

.leaderboard .entry-won i, .prediction .entry-won i {
  color: #0CC162; }

.leaderboard .entry-lost i, .prediction .entry-lost i {
  color: #FF0000; }

.leaderboard .entry-img, .prediction .entry-img {
  margin-right: 0.625em;
  width: 50px;
  height: 50px; }

.leaderboard .entry-footer, .prediction .entry-footer {
  width: 100%;
  height: 45px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer; }

.leaderboard .collapse-expand, .prediction .collapse-expand {
  font-size: 12px;
  color: #337AB7;
  cursor: pointer; }

.leaderboard .collapase-expand-arrow, .prediction .collapase-expand-arrow {
  width: 17px;
  height: 10px;
  margin-left: 0.625em;
  cursor: pointer; }

.leaderboard .white-bg, .prediction .white-bg {
  background-color: #FFFFFF; }

.leaderboard .blue-font, .prediction .blue-font {
  color: #337AB7; }

.leaderboard .highlight-selection, .prediction .highlight-selection {
  background-color: #e5e7e8;
  color: #000000; }

.leaderboard .modal {
  margin-top: 115px; }
  @media (max-width: 48.865em) {
    .leaderboard .modal {
      margin-top: -47px; } }

.leaderboard .lb-col-right.loading {
  opacity: 0.45; }

.leaderboard .lb-col-right .entry {
  margin-bottom: 20px; }

@media (min-width: 48.875em) {
  .leaderboard .lb-col-right .close {
    display: none; } }

@media (max-width: 48.865em) {
  .leaderboard #col-left {
    width: 100%; } }

.gameplay {
  /* START OF LOGIN PAGE */
  /* modal login */
  /* END OF LOGIN PAGE */ }
  .gameplay .login {
    width: 960px;
    margin: auto;
    margin-bottom: 2.5em;
    margin-top: 1.875em;
    background-color: #FFFFFF;
    padding: 2.5em 4.375em; }
    .gameplay .login .col50 {
      width: 100%; }
    .gameplay .login .select2-container {
      position: absolute;
      width: 95%;
      margin-top: -30px; }
    @media (max-width: 59.99em) {
      .gameplay .login {
        padding: 1.25em;
        width: 95%;
        display: flex;
        margin-top: 0;
        flex-direction: column; } }
  .gameplay .login-remember:after {
    content: "Remember me";
    color: #000000;
    font-size: 14px;
    margin-left: .3em; }
  .gameplay .login-remember #rememberme {
    margin-left: .2em;
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */ }
    .gameplay .login-remember #rememberme:before {
      content: "";
      display: inline-block;
      width: .9em;
      height: .9em;
      background: #FFFFFF;
      vertical-align: super;
      outline: 1px solid #CCCCCC; }
  .gameplay .login-remember #rememberme[type=checkbox]:checked:before {
    content: "\2713";
    /* Tick */
    color: #FFFFFF;
    background-color: #337AB7;
    text-align: center;
    line-height: .9em; }
  .gameplay .login-image {
    width: 389px;
    height: 218px;
    padding-bottom: 0.625em;
    margin-top: 0; }
    @media (max-width: 59.99em) {
      .gameplay .login-image {
        margin: auto; } }
  .gameplay #or {
    color: #A1A1A9;
    display: flex;
    align-self: center; }
  .gameplay .login-form {
    margin-top: -0.625em;
    margin-bottom: -0.625em; }
    .gameplay .login-form .input,
    .gameplay .login-form .button-primary {
      width: 100%;
      border-radius: 0;
      padding-left: 1.25em; }
    .gameplay .login-form .input {
      line-height: 2em; }
  .gameplay .myleague-drop-mobile {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: auto;
    text-align: left;
    outline: 0;
    border: 0; }
    .gameplay .myleague-drop-mobile .myleague-dropdown {
      position: absolute;
      right: 0;
      margin-top: 3.125em; }
    .gameplay .myleague-drop-mobile #myleague-drop-mobile {
      width: 100%;
      text-align: left;
      outline: 0;
      border: 0;
      margin: auto;
      margin-bottom: -0.9375em; }
    .gameplay .myleague-drop-mobile .select2 {
      width: 100%; }
      @media (min-width: 62.5em) {
        .gameplay .myleague-drop-mobile .select2 {
          display: 0; } }
  .gameplay #username-or-email, .gameplay #password {
    padding-left: 1.25em;
    font-size: 12px;
    height: 43px;
    line-height: 1em;
    padding: 1em;
    margin-top: 1.25em; }
  .gameplay #password {
    margin-bottom: 1.25em; }
  .gameplay .button-primary, .gameplay .btn-login, .gameplay .btn-facebook, .gameplay .btn-twitter, .gameplay .btn-google {
    position: relative;
    color: #FFFFFF;
    line-height: 3em;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: .8px;
    margin-bottom: 1.25em;
    text-align: center; }
    .gameplay .button-primary:before, .gameplay .btn-login:before, .gameplay .btn-facebook:before, .gameplay .btn-twitter:before, .gameplay .btn-google:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #FFFFFF;
      font-size: 25px;
      left: .5em;
      position: absolute; }
  .gameplay #user_login, .gameplay #user_pass {
    height: 42px;
    padding-left: 1em;
    width: 100%;
    border-radius: 0; }
  .gameplay #wp-submit {
    width: 100%;
    border-radius: 0;
    background-color: #337AB7;
    background-color: #337AB7;
    box-shadow: none !important; }
    .gameplay #wp-submit:hover {
      background-color: #285f8f; }
  .gameplay .btn-facebook {
    background-color: #3c5a99;
    background-color: #3c5a99; }
    .gameplay .btn-facebook:hover {
      background-color: #2e4474; }
    .gameplay .btn-facebook:before {
      content: "\f09a"; }
  .gameplay .btn-twitter {
    background-color: #55ACEE;
    background-color: #55ACEE; }
    .gameplay .btn-twitter:hover {
      background-color: #2795e9; }
    .gameplay .btn-twitter:before {
      content: "\f099"; }
  .gameplay .btn-google {
    background-color: #dc4e41;
    background-color: #dc4e41; }
    .gameplay .btn-google:hover {
      background-color: #c63224; }
    .gameplay .btn-google:before {
      content: "\f0d5"; }
  @media (max-width: 59.99em) {
    .gameplay .pad-left {
      padding-left: 0; } }
  @media (max-width: 59.99em) {
    .gameplay .pad-right {
      padding-right: 0;
      margin-bottom: 0; }
      .gameplay .pad-right p {
        font-size: 14px; } }
  .gameplay #login-modal {
    max-width: 510px;
    min-width: 200px;
    margin-top: 18.75em;
    background-color: #FFFFFF;
    padding: 1.875em;
    z-index: 1003; }
    @media (max-width: 59.99em) {
      .gameplay #login-modal {
        margin-top: 3.125em;
        box-shadow: none; } }
  .gameplay #myleagues-drop-mobile {
    width: 95% !important; }

.header-carousel-container {
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 0.9375em;
  padding-top: 21%;
  background: #2e363c;
  background: -moz-radial-gradient(center, ellipse cover, #2e363c 0%, #05080a 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #2e363c 0%, #05080a 100%);
  background: radial-gradient(ellipse at center, #2e363c 0%, #05080a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e363c', endColorstr='#05080a',GradientType=1 ); }
  @media (max-width: 48.865em) {
    .header-carousel-container {
      padding: 0; } }
  .header-carousel-container .slick-slider {
    -webkit-box-shadow: -1px 6px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 6px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 6px 5px 0px rgba(0, 0, 0, 0.25); }

@media (max-width: 48.865em) {
  .carousel {
    top: auto; } }

.carousel .slick-track {
  background: none; }

.carousel .slick-slide {
  font-weight: 700;
  color: #626262;
  background: #2e363c;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  background: -moz-radial-gradient(center, ellipse cover, #2e363c 0%, #05080a 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #2e363c 0%, #05080a 100%);
  background: radial-gradient(ellipse at center, #2e363c 0%, #05080a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e363c', endColorstr='#05080a',GradientType=1 );
  border-right: 1px solid #2f2f2f; }
  .carousel .slick-slide:hover {
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
    cursor: pointer; }
  .carousel .slick-slide:first-child {
    border-left: 1px solid #626262; }
  .carousel .slick-slide.superbet:before {
    content: url("../images/svg/superbet_check.svg"); }
  .carousel .slick-slide.season-long:before {
    content: url("../images/svg/season_long.svg"); }
  .carousel .slick-slide.played, .carousel .slick-slide.played.q-visited {
    position: relative;
    color: #FFFFFF; }
    .carousel .slick-slide.played:after, .carousel .slick-slide.played.q-visited:after {
      content: "\f058";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #0CC162;
      font-size: 27px;
      right: .2em;
      top: .2em;
      position: absolute;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*--adjust as necessary--*/
      color: #0CC162;
      font-size: 30px;
      right: .2em;
      top: .2em;
      position: absolute; }
      @media (max-width: 59.99em) {
        .carousel .slick-slide.played:after, .carousel .slick-slide.played.q-visited:after {
          font-size: 22px; } }
  .carousel .slick-slide.slick-current {
    color: #000000;
    background: #F8B715;
    opacity: 1; }
    .carousel .slick-slide.slick-current.superbet:before {
      content: url("../images/svg/superbet_black.svg"); }
    .carousel .slick-slide.slick-current.season:before {
      content: url("../images/svg/season_black.svg"); }

.carousel .q {
  text-align: center;
  line-height: 1.3;
  font-size: 12px; }

.carousel .slick-prev {
  border-right: 1px solid #626262; }

.carousel .slick-next {
  border-left: 1px solid #626262; }

.carousel .slick-prev, .carousel .slick-next {
  background: #000000;
  opacity: 1; }
  .carousel .slick-prev:before, .carousel .slick-next:before {
    color: #F8B715; }

.prediction .site .site-content {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto; }

.prediction .col50 {
  width: 100%; }

.prediction .q-header {
  font-size: 22px; }

.prediction .game-instruction {
  margin: 1.25em 0; }
  .prediction .game-instruction .game-instruction-detail {
    line-height: 1.8em; }
  .prediction .game-instruction .collapse-instruction {
    padding: 0.625em 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 12px;
    border-top: 1px solid #CCCCCC;
    font-weight: 700;
    cursor: pointer; }
    .prediction .game-instruction .collapse-instruction .fa-lg {
      font-size: 22px;
      margin-left: 0.125em; }

.prediction .progress-bar {
  width: 100%;
  height: 10px;
  margin-top: 0;
  background: #000000; }
  .prediction .progress-bar .progress-bar-green {
    width: 0;
    margin-right: 0.3125em;
    position: relative;
    height: 10px;
    background: #0CC162; }

.prediction .fa-plus-circle {
  font-size: 22px;
  color: #0CC162; }

.prediction .fa-minus-circle {
  font-size: 22px;
  color: #FF0000; }

.prediction #col-left .title-modal {
  padding-left: 1em;
  padding-top: 1em; }

@media (min-width: 48.875em) {
  .prediction #col-left .close, .prediction #col-left .title-modal {
    display: none; } }

@media (max-width: 48.865em) {
  .prediction #col-left .lb-header {
    display: none; }
  .prediction #col-left .col-lb-username {
    margin-left: 2em; } }

.prediction #col-left .search {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E1DD; }
  .prediction #col-left .search .search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px; }
    .prediction #col-left .search .search-wrapper .fa-search {
      margin-top: 1.7em; }
    .prediction #col-left .search .search-wrapper #search {
      width: 90%;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none; }
  @media (max-width: 48.865em) {
    .prediction #col-left .search {
      border-top: 1px solid #E3E1DD; } }

.prediction #col-left ul.nominees {
  margin: 0; }

.prediction #col-right {
  /* check-box */ }
  .prediction #col-right .super-bet-container {
    display: flex;
    align-items: center;
    padding: 1.25em;
    background-color: #FAF6EC; }
    .prediction #col-right .super-bet-container #super-bet {
      margin-left: .2em;
      /* Double-sized Checkboxes */
      -ms-transform: scale(1.5);
      /* IE */
      -moz-transform: scale(1.5);
      /* FF */
      -webkit-transform: scale(1.5);
      /* Safari and Chrome */
      -o-transform: scale(1.5);
      /* Opera */ }
      .prediction #col-right .super-bet-container #super-bet:before {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        background: #FFFFFF;
        vertical-align: super;
        outline: 1px solid #CCCCCC; }
    .prediction #col-right .super-bet-container #super-bet[type=checkbox]:checked:before {
      content: "\2713";
      /* Tick */
      color: #FFFFFF;
      background-color: #337AB7;
      text-align: center;
      line-height: .9em; }
  .prediction #col-right .super-bet-div {
    margin-left: 0.9375em; }
  .prediction #col-right #super-bet {
    margin-right: 1.25em; }
  .prediction #col-right .super-bet-h3 {
    font-size: 16px;
    color: #F8B715; }
  .prediction #col-right .super-bet-text {
    font-size: 14px; }
  .prediction #col-right .super-bet-img {
    width: 83px;
    height: 64px; }
  .prediction #col-right .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    background-color: #FFFFFF;
    padding: 1.25em; }
  .prediction #col-right .btn-clear,
  .prediction #col-right .btn-save {
    letter-spacing: 1px;
    line-height: inherit !important;
    width: 110px;
    height: 42px; }
    .prediction #col-right .btn-clear:hover,
    .prediction #col-right .btn-save:hover {
      color: #FFFFFF; }
  .prediction #col-right .btn-save-next {
    letter-spacing: 1px;
    line-height: inherit !important;
    width: 200px;
    height: 42px; }
    .prediction #col-right .btn-save-next .fa-angle-right {
      font-weight: 700;
      margin-left: 0.75em;
      font-size: 15px; }

.prediction .lb-hr {
  width: 100%;
  margin-bottom: 0.1875em; }

.prediction .lb-h2 {
  font-size: 25px;
  color: #626262; }
  @media (max-width: 48.865em) {
    .prediction .lb-h2 {
      font-size: 18px;
      padding-top: 0.3125em; } }

.prediction .lb-pos {
  font-size: 15px; }

.prediction .lb-col1 {
  padding-right: 0.625em; }
  @media (max-width: 48.865em) {
    .prediction .lb-col1 {
      padding-right: 0; } }

.prediction .lb-col2 {
  padding-left: 0.625em; }
  @media (max-width: 48.865em) {
    #col-left .prediction .lb-col2 {
      display: none; } }
  @media (max-width: 48.865em) {
    .prediction .lb-col2 {
      padding: 0;
      padding-left: 0; } }

.prediction .lb-row1 {
  padding-top: 1.4375em; }
  @media (max-width: 48.865em) {
    .prediction .lb-row1 {
      padding: 0.625em;
      margin-bottom: 0.3125em; } }

.prediction .lb-username {
  max-width: 215px;
  font-size: 14px; }
  @media (max-width: 48.865em) {
    .prediction .lb-username {
      padding-right: 0.625em; } }

.prediction .entry-btn {
  width: 92px;
  height: 32px;
  font-size: 10px;
  line-height: 1em; }

.prediction .lb-header {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0.625em; }
  .prediction .lb-header .col-lb-odds {
    justify-content: flex-start; }
  @media (max-width: 48.865em) {
    .prediction .lb-header {
      font-size: 12px; } }

.prediction .col-lb-image {
  width: 50px;
  height: 50px;
  outline: 0.5px solid #CCCCCC;
  margin-right: 10px; }
  @media (max-width: 48.865em) {
    .prediction .col-lb-image {
      min-height: 45px;
      min-width: 45px; } }

.prediction .col-lb-username {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 70%; }

.prediction .col-lb-odds {
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; }

.prediction .col-lb-sort {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  color: gray;
  cursor: move; }

.prediction .col-lb-icons {
  font-size: 22px;
  cursor: pointer; }

.prediction .col-lb-categ {
  display: flex;
  width: 10%;
  text-align: center; }

.prediction .col-lb-acc {
  width: 15%;
  text-align: center; }
  @media (max-width: 48.865em) {
    .prediction .col-lb-acc {
      width: 15%; } }

.prediction .col-lb-pts {
  width: 20%;
  text-align: center; }
  @media (max-width: 48.865em) {
    .prediction .col-lb-pts {
      text-align: right; } }

.prediction .lb-content {
  height: 80px;
  padding: 0.625em;
  font-size: 14px;
  background-color: #FFFFFF;
  align-items: center; }
  .prediction .lb-content:hover {
    background-color: #e5e7e8; }
  @media (max-width: 48.865em) {
    .prediction .lb-content {
      height: 63px; }
      .prediction .lb-content a {
        display: flex;
        width: 100%;
        color: inherit; } }
  .prediction .lb-content.member-panel.disabled.hidden {
    display: none; }
    .prediction .lb-content.member-panel.disabled.hidden .col-lb-pos {
      width: 0;
      margin-right: 0; }

.prediction .lb-rank,
.prediction .lb-img {
  padding-right: 0.75em; }
  @media (max-width: 48.865em) {
    .prediction .lb-rank,
    .prediction .lb-img {
      display: none; } }

@media (min-width: 62.5em) {
  .prediction .lb-stats-modal {
    display: none; } }

.prediction .pd-username {
  padding-bottom: 0.75em; }

.prediction .pd-content {
  height: 60px;
  padding: 0.625em;
  font-size: 14px;
  background-color: #FFFFFF;
  align-items: center; }

.prediction .col-pd-rank {
  width: 15%; }

.prediction .col-pd-categ {
  text-align: center;
  width: 15%; }

.prediction .col-pd-acc {
  text-align: center;
  width: 23%; }

.prediction .col-pd-pts-bet {
  text-align: center;
  width: 22%; }

.prediction .col-pd-pts-won {
  text-align: center;
  width: 25%; }

.prediction .entry-header {
  margin-top: -1.25em; }

.prediction .col-entry-title {
  align-items: center;
  width: 60%; }

.prediction .col-entry-odds {
  text-align: center;
  width: 10%; }

.prediction .col-entry-pts-bet {
  text-align: center;
  width: 15%; }

.prediction .col-entry-pts-won {
  text-align: center;
  width: 15%; }

.prediction .entry-won, .prediction .entry-lost {
  margin-left: 0.125em;
  margin-right: 0.75em;
  width: 23px;
  height: 23px; }
  .prediction .entry-won i, .prediction .entry-lost i {
    font-size: 20px; }

.prediction .entry-won i {
  color: #0CC162; }

.prediction .entry-lost i {
  color: #FF0000; }

.prediction .entry-img {
  margin-right: 0.625em;
  width: 50px;
  height: 50px; }

.prediction .entry-footer {
  position: relative;
  width: 100%;
  height: 45px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer; }

.prediction .collapse-expand {
  font-size: 12px;
  color: #337AB7;
  cursor: pointer; }

.prediction .collapase-expand-arrow {
  width: 17px;
  height: 10px;
  margin-left: 0.625em;
  cursor: pointer; }

.manage-settings, .back-to-lobby {
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  color: #337AB7; }
  .manage-settings:hover, .back-to-lobby:hover {
    color: #1d4567; }
  .manage-settings .fa, .back-to-lobby .fa {
    @extent %bold; }
  .manage-settings .fa-angle-left, .back-to-lobby .fa-angle-left {
    font-size: 30px;
    margin-right: .3em; }
  .manage-settings .fa-cog, .back-to-lobby .fa-cog {
    font-size: 22px;
    margin-left: .3em; }

.header-carousel-container {
  background-image: url(""); }

.highlight-current {
  background-color: #EAF1F9; }

/* Transparent overlay div to disable category links on gameplay carousel */
#carousel-overlay {
  height: 123px;
  width: 100%;
  position: absolute;
  z-index: 1000;
  margin-left: -40px; }

@media (max-width: 47.99em) {
  .hide-mobile {
    display: none !important; } }

@media (min-width: 48em) {
  .points-side-mobile {
    display: none !important; } }

.activity-list li {
  border-top: 2px dashed #a0a3aa !important; }

.user-profile {
  /*End  expert */ }
  .user-profile .more-link {
    color: #337ab7 !important;
    font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.8rem;
    font-weight: 600; }
  .user-profile .share-this .fa.fa-facebook {
    background: #3b5998 none repeat scroll 0 0;
    color: white;
    font-size: 24px;
    height: 36px;
    line-height: 1.5em;
    text-align: center;
    width: 36px; }
  .user-profile .share-this .fa.fa-twitter {
    background: #00aced none repeat scroll 0 0;
    color: white;
    font-size: 24px;
    height: 36px;
    line-height: 1.5em;
    text-align: center;
    width: 36px; }
  .user-profile .share-this .fa.fa-reddit {
    background: #ff4500 none repeat scroll 0 0;
    color: white;
    font-size: 24px;
    height: 36px;
    line-height: 1.5em;
    text-align: center;
    width: 36px; }
  .user-profile .share-this .fa.fa-envelope {
    background: #7ae297 none repeat scroll 0 0;
    color: white;
    font-size: 24px;
    height: 36px;
    line-height: 1.5em;
    text-align: center;
    width: 36px; }
  .user-profile .all-feature-container .feature-content .points-side .col-ac {
    font-family: "Roboto Mono","Courier New",Courier,monospace; }
  .user-profile .all-feature-container .feature-content .points-side .col-pts {
    font-family: "Roboto Mono","Courier New",Courier,monospace; }
  .user-profile .all-feature-container .feature-content .points-side .col-rank {
    font-family: "Roboto Mono","Courier New",Courier,monospace; }
  .user-profile .points-side-mobile {
    max-width: 100%;
    width: 100% !important; }
    .user-profile .points-side-mobile .points-side-left {
      float: left !important;
      width: 50% !important;
      font-size: 12px; }
      .user-profile .points-side-mobile .points-side-left div {
        display: block !important;
        line-height: 1.5em;
        max-width: 100%;
        padding-bottom: 0;
        padding-top: 0;
        width: 100% !important; }
    .user-profile .points-side-mobile .points-side-right {
      float: right;
      width: 50%; }
      @media (max-width: 47.99em) {
        .user-profile .points-side-mobile .points-side-right {
          width: 30%; } }
      .user-profile .points-side-mobile .points-side-right div {
        line-height: 1.5em;
        display: block !important;
        width: 100% !important; }
  .user-profile .slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100% !important;
    padding: 0 !important; }
    .user-profile .slider .slide {
      margin: 10px;
      max-height: 100% !important; }
      .user-profile .slider .slide p {
        text-align: center; }
      .user-profile .slider .slide img {
        height: 183px;
        margin: 0 auto; }
      .user-profile .slider .slide p {
        color: gray;
        font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 0.5em; }
        .user-profile .slider .slide p b {
          color: #000;
          line-height: 1em; }
  .user-profile .see-more-friends {
    text-align: center;
    padding: 15px 0 6px 0; }
  .user-profile .see-more {
    text-align: center;
    padding: 15px 0 6px 0;
    width: 100%; }
  .user-profile .prediction {
    clear: both;
    margin: 15px auto;
    width: 100%; }
    .user-profile .prediction .ahead {
      background: #000000 none repeat scroll 0 0;
      color: #ffffff;
      font-size: 1rem;
      margin: 0 auto;
      padding: 10px; }
    .user-profile .prediction .predi-head {
      display: block;
      margin: 0 auto;
      padding: 15px;
      overflow: hidden;
      background: #f2f2f2 none repeat scroll 0 0; }
      .user-profile .prediction .predi-head .predi-heading {
        width: auto;
        float: left;
        padding: 8px;
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px; }
        @media (max-width: 47.99em) {
          .user-profile .prediction .predi-head .predi-heading {
            width: 100%;
            text-align: left;
            margin-bottom: 5px; } }
      .user-profile .prediction .predi-head .predi-cat {
        padding: 0;
        margin: 0;
        border: none;
        width: 220px;
        float: left;
        outline: none;
        overflow: hidden;
        background-color: #fff; }
        @media (max-width: 47.99em) {
          .user-profile .prediction .predi-head .predi-cat {
            width: 70%; } }
        .user-profile .prediction .predi-head .predi-cat select {
          width: 100%;
          height: 30px;
          border: 1px rgba(153, 153, 153, 0.3) solid;
          box-shadow: none;
          background: url(../images/arrows.png);
          background-repeat: no-repeat;
          background-position: right 10px top 4px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 17px;
          background-size: 25px 25px; }
          .user-profile .prediction .predi-head .predi-cat select option {
            padding: 3px 0 0 10px; }
      .user-profile .prediction .predi-head .predi-hub {
        margin: 0;
        border: none;
        width: 220px;
        float: left;
        outline: none;
        overflow: hidden;
        background-color: #FFF; }
        @media (max-width: 47.99em) {
          .user-profile .prediction .predi-head .predi-hub {
            margin-right: 15px;
            width: 70%; } }
        .user-profile .prediction .predi-head .predi-hub select {
          width: 100%;
          border: 1px rgba(153, 153, 153, 0.3) solid;
          box-shadow: none;
          background: url(../images/arrows.png);
          background-repeat: no-repeat;
          background-position: right 10px top 4px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 17px;
          height: 30px;
          background-size: 25px 25px; }
          .user-profile .prediction .predi-head .predi-hub select option {
            padding: 3px 0 0 10px; }
          .user-profile .prediction .predi-head .predi-hub select:focus {
            outline: none; }
  @media (max-width: 47.99em) {
    .user-profile .uconnect .generic-button {
      display: inline;
      float: none !important; } }
  .user-profile .uconnect .generic-button a {
    background-color: #337ab7 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 1px solid  #337ab7 !important;
    padding: 8px !important; }
  .user-profile .expert .profile-header {
    background: #323232 none repeat scroll 0 0;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    height: 350px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 47.99em) {
      .user-profile .expert .profile-header {
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        max-height: 100%; } }
    .user-profile .expert .profile-header .profile {
      float: left;
      width: 85%;
      padding: 0 20px;
      position: relative;
      height: 100%; }
      @media (max-width: 47.99em) {
        .user-profile .expert .profile-header .profile {
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          max-width: 100%; } }
      .user-profile .expert .profile-header .profile .profie-pic {
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        height: 350px;
        margin-left: 20px !important;
        max-width: 355px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0; }
        @media (max-width: 47.99em) {
          .user-profile .expert .profile-header .profile .profie-pic {
            position: relative;
            width: 100%;
            max-width: 100%; } }
      .user-profile .expert .profile-header .profile .profile-details {
        float: right;
        position: relative;
        text-align: left;
        width: 55%;
        height: 100%;
        z-index: 1 !important; }
        @media (max-width: 47.99em) {
          .user-profile .expert .profile-header .profile .profile-details {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            padding-bottom: 10px; } }
        .user-profile .expert .profile-header .profile .profile-details p {
          color: #ffffff;
          font-size: 13px;
          line-height: 1.5em; }
          @media (min-width: 48em) and (max-width: 48.865em) {
            .user-profile .expert .profile-header .profile .profile-details p {
              line-height: 1.34em; } }
        @media (max-width: 47.99em) {
          .user-profile .expert .profile-header .profile .profile-details .user-bio {
            text-align: center;
            margin-top: 25px; } }
        .user-profile .expert .profile-header .profile .profile-details .user-bio .user-name {
          color: #ffffff;
          font-size: 2em;
          margin-bottom: 0; }
        .user-profile .expert .profile-header .profile .profile-details .user-info {
          display: block;
          height: auto; }
          .user-profile .expert .profile-header .profile .profile-details .user-info div {
            display: inline-block; }
          .user-profile .expert .profile-header .profile .profile-details .user-info b {
            font-size: 1rem;
            line-height: 2em; }
            @media (min-width: 48em) and (max-width: 48.865em) {
              .user-profile .expert .profile-header .profile .profile-details .user-info b {
                font-size: .8rem;
                margin-left: 5px; } }
          .user-profile .expert .profile-header .profile .profile-details .user-info .c-info {
            float: left;
            width: 50%; }
            @media (max-width: 47.99em) {
              .user-profile .expert .profile-header .profile .profile-details .user-info .c-info {
                float: none;
                margin: 0 auto;
                text-align: center;
                width: 100%; } }
            @media (min-width: 48em) and (max-width: 48.865em) {
              .user-profile .expert .profile-header .profile .profile-details .user-info .c-info {
                font-size: 10px !important;
                width: 35%; } }
            .user-profile .expert .profile-header .profile .profile-details .user-info .c-info img {
              max-width: 100%;
              margin-top: 0px !important;
              padding: 0px !important;
              width: 160px; }
              @media (max-width: 47.99em) {
                .user-profile .expert .profile-header .profile .profile-details .user-info .c-info img {
                  margin: 20px auto; } }
            .user-profile .expert .profile-header .profile .profile-details .user-info .c-info .cname {
              color: white;
              font-size: 1.2em;
              max-width: 100%; }
          .user-profile .expert .profile-header .profile .profile-details .user-info .member-since {
            float: left;
            width: 25%; }
            @media (max-width: 47.99em) {
              .user-profile .expert .profile-header .profile .profile-details .user-info .member-since {
                float: left;
                text-align: center;
                width: 50%; } }
            @media (min-width: 48em) and (max-width: 48.865em) {
              .user-profile .expert .profile-header .profile .profile-details .user-info .member-since {
                width: 32%; } }
          .user-profile .expert .profile-header .profile .profile-details .user-info .last-login {
            float: right;
            width: 25%;
            float: left;
            text-align: left; }
            @media (max-width: 47.99em) {
              .user-profile .expert .profile-header .profile .profile-details .user-info .last-login {
                width: 50%; } }
            @media (min-width: 48em) and (max-width: 48.865em) {
              .user-profile .expert .profile-header .profile .profile-details .user-info .last-login {
                width: 26%;
                text-align: center; } }
        .user-profile .expert .profile-header .profile .profile-details .uconnect {
          clear: both;
          display: block;
          margin: 0 auto;
          padding: 10px;
          text-align: center; }
          .user-profile .expert .profile-header .profile .profile-details .uconnect .btn-blue {
            background-color: #337ab7;
            border: medium none;
            display: inline-block;
            font-weight: bold;
            line-height: 30px;
            margin: 5px 15px;
            padding-bottom: 5px;
            padding-top: 5px;
            text-transform: uppercase; }
            @media (max-width: 47.99em) {
              .user-profile .expert .profile-header .profile .profile-details .uconnect .btn-blue {
                margin: 0 auto;
                font-size: 10px; } }
            @media (min-width: 48em) and (max-width: 48.865em) {
              .user-profile .expert .profile-header .profile .profile-details .uconnect .btn-blue {
                margin: 0 auto; } }
    .user-profile .expert .profile-header .profile-points {
      background: #232323 none repeat scroll 0 0;
      display: block;
      float: right;
      height: 350px;
      padding-top: 25px;
      text-align: center;
      width: 15%; }
      @media (max-width: 47.99em) {
        .user-profile .expert .profile-header .profile-points {
          display: block;
          float: left;
          margin: 10px auto 0;
          padding-bottom: 0 !important;
          width: 100%;
          height: auto;
          padding: 0;
          font-size: 14px; } }
      @media (min-width: 48em) and (max-width: 48.865em) {
        .user-profile .expert .profile-header .profile-points {
          font-size: 14px; } }
      .user-profile .expert .profile-header .profile-points div {
        margin-bottom: 0;
        padding: 15px 12px 16px 12px; }
        @media (max-width: 47.99em) {
          .user-profile .expert .profile-header .profile-points div {
            border-right: 1px solid;
            display: inline-block;
            padding: 10px 0;
            vertical-align: middle;
            width: 32%; } }
      .user-profile .expert .profile-header .profile-points p {
        color: #fff;
        font-size: 0.8em; }
      .user-profile .expert .profile-header .profile-points h2 {
        font-size: 1.4em;
        line-height: 0.5em;
        color: #fff;
        font-weight: normal; }
      .user-profile .expert .profile-header .profile-points .tscore {
        background: #47A827 none repeat scroll 0 0 !important;
        border: 1px solid #47A827;
        border-radius: 20px !important;
        display: block !important;
        font-size: 1.2em !important;
        font-weight: normal !important;
        line-height: 1em !important;
        margin: 0 auto;
        padding: 8px;
        width: auto; }
        @media (max-width: 47.99em) {
          .user-profile .expert .profile-header .profile-points .tscore {
            padding: 5px; } }
      .user-profile .expert .profile-header .profile-points .subh {
        font-size: 0.7em !important;
        font-weight: bold; }
  .user-profile .expert .side-content {
    display: block; }
    .user-profile .expert .side-content .left-sidebar {
      float: left;
      width: 23%; }
      @media (max-width: 47.99em) {
        .user-profile .expert .side-content .left-sidebar {
          float: none;
          width: 100%;
          max-width: 100%;
          margin: 0 auto; } }
      @media (min-width: 48em) and (max-width: 48.865em) {
        .user-profile .expert .side-content .left-sidebar {
          width: 30%; } }
    .user-profile .expert .side-content .f-count {
      color: #3a82bc;
      float: right; }
    .user-profile .expert .side-content .widget-title {
      text-align: left; }
    .user-profile .expert .side-content hr {
      width: 100% !important;
      margin: 0 auto; }
    .user-profile .expert .side-content .share-this ul {
      list-style: outside none none;
      margin: 0 auto; }
      .user-profile .expert .side-content .share-this ul li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px; }
    .user-profile .expert .side-content .widget_friends hr {
      margin: 0.4em auto 0.4em auto; }
    .user-profile .expert .side-content .friends {
      clear: both;
      display: block;
      height: 100%;
      height: 55px; }
      .user-profile .expert .side-content .friends .friends-img {
        float: left;
        width: 50px !important;
        height: 54px; }
      .user-profile .expert .side-content .friends .friends-name {
        width: 135px;
        word-wrap: break-word;
        display: inline-block;
        font-size: 15px;
        height: 29px;
        margin-bottom: 10px;
        margin-left: 1em; }
    .user-profile .expert .side-content .pcontent {
      float: right;
      width: 73%;
      margin-bottom: 15px; }
      @media (max-width: 47.99em) {
        .user-profile .expert .side-content .pcontent {
          float: none;
          width: 100%;
          max-width: 100%; } }
      @media (min-width: 48em) and (max-width: 48.865em) {
        .user-profile .expert .side-content .pcontent {
          width: 66%; } }
      .user-profile .expert .side-content .pcontent .award-show-score .ahead {
        background: #000000 none repeat scroll 0 0;
        color: #ffffff;
        font-size: 1rem;
        margin: 0 auto;
        padding: 10px; }
      .user-profile .expert .side-content .pcontent .award-show-score .row-feature.header-feature {
        padding: 10px 0;
        background: #f2f2f2 none repeat scroll 0 0;
        color: darkgray;
        height: 38px;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 14px;
        width: 100%; }
      .user-profile .expert .side-content .pcontent .award-show-score .col-league {
        align-items: center;
        display: flex;
        float: left;
        flex-direction: row;
        padding-left: 1.25em;
        width: 50%; }
        @media (max-width: 47.99em) {
          .user-profile .expert .side-content .pcontent .award-show-score .col-league {
            width: 60%;
            padding-left: 0; } }
        .user-profile .expert .side-content .pcontent .award-show-score .col-league .quiz-table-league-name.ellipses {
          font-size: 1rem;
          padding-left: 1em; }
          @media (max-width: 47.99em) {
            .user-profile .expert .side-content .pcontent .award-show-score .col-league .quiz-table-league-name.ellipses {
              font-size: 0.8rem;
              padding-left: .3em; } }
      .user-profile .expert .side-content .pcontent .award-show-score .col-ac {
        width: 32%; }
      .user-profile .expert .side-content .pcontent .award-show-score .col-pts {
        width: 32%; }
      .user-profile .expert .side-content .pcontent .award-show-score .col-rank {
        width: 32%; }
      .user-profile .expert .side-content .pcontent .award-show-score .all-feature-container .row-feature {
        align-items: center;
        justify-content: left;
        background-color: #ffffff;
        flex-wrap: nowrap;
        font-size: 14px;
        height: 70px;
        width: 100%; }
        @media (max-width: 47.99em) {
          .user-profile .expert .side-content .pcontent .award-show-score .all-feature-container .row-feature {
            height: auto !important; } }
      .user-profile .expert .side-content .pcontent .award-show-score .all-feature-container .feature-content:hover {
        background-color: #eaf1f9 !important; }
      .user-profile .expert .side-content .pcontent .award-show-score .all-feature-container .feature-content .league-img {
        height: 50px;
        max-width: 50px;
        min-width: 50px;
        width: 50px;
        display: flex; }
        @media (max-width: 47.99em) {
          .user-profile .expert .side-content .pcontent .award-show-score .all-feature-container .feature-content .league-img {
            display: flex !important;
            padding-left: 0px; } }
      .user-profile .expert .side-content .pcontent .award-show-score .all-feature-container .feature-content .points-side {
        margin-top: 15px; }
      .user-profile .expert .side-content .pcontent .points-side {
        float: right;
        width: 50%; }
        .user-profile .expert .side-content .pcontent .points-side div {
          display: inline-block;
          width: 32%; }

/*End User profile */
/*start newslater-box */
.expert-newslater {
  background: #202328 none repeat scroll 0 0;
  clear: both;
  display: block;
  padding: 15px 20px; }
  @media (max-width: 47.99em) {
    .expert-newslater {
      display: none; } }
  .expert-newslater div {
    display: inline-block;
    width: 48%; }
    @media (min-width: 48em) and (max-width: 48.865em) {
      .expert-newslater div {
        width: 49%; } }

.mail-info img {
  display: inline-block !important;
  margin-right: 15px;
  vertical-align: middle;
  width: auto; }

.mail-info .news-text {
  color: white;
  font-size: 16px;
  display: inline-block; }
  @media (min-width: 48em) and (max-width: 48.865em) {
    .mail-info .news-text {
      font-size: 13px; } }

.n-form input {
  background: transparent none repeat scroll 0 0;
  color: gray;
  padding: 12px;
  width: 80%;
  border: 1px solid; }
  @media (min-width: 48em) and (max-width: 48.865em) {
    .n-form input {
      width: 75%; } }

.n-form input[type="submit"] {
  background: transparent none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #3578ad;
  display: inline-block;
  font-size: 15px;
  text-shadow: none;
  width: auto; }

/*End newslater-box */
/*start user basic*/
.user-profile {
  /*End user profile*/ }
  .user-profile .basic {
    /*End Basic*/ }
    @media (max-width: 47.99em) {
      .user-profile .basic .points-side-right {
        font-size: 12px;
        width: 25px !important; } }
    .user-profile .basic .profile-header {
      background: #323232 none repeat scroll 0 0;
      display: block;
      margin-top: 15px;
      margin-bottom: 15px;
      max-width: 100%;
      height: 290px;
      width: 100%;
      overflow: hidden;
      /*End PRofile header*/ }
      @media (max-width: 47.99em) {
        .user-profile .basic .profile-header {
          margin-left: auto;
          margin-right: auto;
          height: 100%;
          max-height: 100%;
          overflow: hidden; } }
      .user-profile .basic .profile-header .profile {
        float: left;
        width: 85%;
        position: relative;
        height: 100%; }
        @media (max-width: 47.99em) {
          .user-profile .basic .profile-header .profile {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 100%; } }
        .user-profile .basic .profile-header .profile .profie-pic {
          height: 250px;
          max-width: 100%;
          float: left;
          width: 250px;
          text-align: center; }
          @media (max-width: 47.99em) {
            .user-profile .basic .profile-header .profile .profie-pic {
              width: 100%;
              max-width: 100%;
              text-align: center;
              margin: 0 auto; } }
          .user-profile .basic .profile-header .profile .profie-pic img {
            max-width: 100%;
            width: 250px;
            height: 250px;
            margin: 20px 0 0 20px; }
            @media (max-width: 47.99em) {
              .user-profile .basic .profile-header .profile .profie-pic img {
                margin: 20px auto; } }
        .user-profile .basic .profile-header .profile .profile-details {
          float: right;
          position: relative;
          text-align: left;
          width: 65%;
          height: 100%;
          z-index: 1 !important; }
          @media (max-width: 47.99em) {
            .user-profile .basic .profile-header .profile .profile-details {
              margin-left: auto;
              margin-right: auto;
              width: 100%;
              max-width: 100%;
              overflow: hidden;
              padding-bottom: 10px; } }
          @media (min-width: 48em) and (max-width: 48.865em) {
            .user-profile .basic .profile-header .profile .profile-details {
              width: 55%; } }
          .user-profile .basic .profile-header .profile .profile-details p {
            color: #ffffff;
            font-size: .9rem; }
            @media (min-width: 48em) and (max-width: 48.865em) {
              .user-profile .basic .profile-header .profile .profile-details p {
                font-size: .7rem; } }
          @media (max-width: 47.99em) {
            .user-profile .basic .profile-header .profile .profile-details .user-bio {
              text-align: center; } }
          .user-profile .basic .profile-header .profile .profile-details .user-bio .user-name {
            color: #ffffff;
            font-size: 2em;
            line-height: 1em;
            margin-bottom: 0; }
          .user-profile .basic .profile-header .profile .profile-details .user-info {
            display: block;
            height: auto; }
            .user-profile .basic .profile-header .profile .profile-details .user-info div {
              display: inline-block; }
            .user-profile .basic .profile-header .profile .profile-details .user-info .c-info {
              float: left;
              width: 45%; }
              @media (max-width: 47.99em) {
                .user-profile .basic .profile-header .profile .profile-details .user-info .c-info {
                  float: none;
                  margin: 0 auto;
                  text-align: center;
                  width: 100%; } }
              @media (min-width: 48em) and (max-width: 48.865em) {
                .user-profile .basic .profile-header .profile .profile-details .user-info .c-info {
                  font-size: 10px !important;
                  width: 35%; } }
              .user-profile .basic .profile-header .profile .profile-details .user-info .c-info img {
                max-width: 100%;
                margin-top: 0px !important;
                padding: 0px !important; }
              .user-profile .basic .profile-header .profile .profile-details .user-info .c-info .cname {
                color: white;
                font-size: 1.2em;
                max-width: 100%; }
            .user-profile .basic .profile-header .profile .profile-details .user-info .member-since {
              float: left;
              width: 23%; }
              @media (max-width: 47.99em) {
                .user-profile .basic .profile-header .profile .profile-details .user-info .member-since {
                  float: left;
                  text-align: center;
                  width: 50%; } }
              @media (min-width: 48em) and (max-width: 48.865em) {
                .user-profile .basic .profile-header .profile .profile-details .user-info .member-since {
                  width: 32%; } }
            .user-profile .basic .profile-header .profile .profile-details .user-info .last-login {
              float: right;
              width: 23%;
              float: left;
              text-align: left; }
              @media (max-width: 47.99em) {
                .user-profile .basic .profile-header .profile .profile-details .user-info .last-login {
                  width: 50%; } }
              @media (min-width: 48em) and (max-width: 48.865em) {
                .user-profile .basic .profile-header .profile .profile-details .user-info .last-login {
                  width: 26%;
                  text-align: center; } }
            .user-profile .basic .profile-header .profile .profile-details .user-info .subh {
              font-size: 0.75em !important; }
            .user-profile .basic .profile-header .profile .profile-details .user-info b {
              font-size: 0.8em; }
          .user-profile .basic .profile-header .profile .profile-details .uconnect {
            clear: both;
            display: inline;
            margin: 0 auto;
            text-align: center; }
            @media (max-width: 47.99em) {
              .user-profile .basic .profile-header .profile .profile-details .uconnect {
                display: block; } }
            @media (min-width: 48em) and (max-width: 48.865em) {
              .user-profile .basic .profile-header .profile .profile-details .uconnect {
                display: block; } }
            .user-profile .basic .profile-header .profile .profile-details .uconnect .btn-blue {
              background-color: #337ab7;
              border: medium none;
              display: inline-block;
              font-weight: bold;
              line-height: 30px;
              float: left;
              font-size: 0.55rem;
              margin-left: 5px;
              margin-right: 0 !important;
              margin-top: 10px !important;
              padding-bottom: 0 !important;
              padding-top: 0 !important;
              width: 100px;
              text-transform: uppercase; }
              @media (max-width: 47.99em) {
                .user-profile .basic .profile-header .profile .profile-details .uconnect .btn-blue {
                  margin: 0 auto;
                  font-weight: normal;
                  float: none; } }
              @media (min-width: 48em) and (max-width: 48.865em) {
                .user-profile .basic .profile-header .profile .profile-details .uconnect .btn-blue {
                  margin: 0 5px; } }
      .user-profile .basic .profile-header .profile-points {
        background: #232323 none repeat scroll 0 0;
        display: block;
        float: right;
        height: 290px;
        padding-top: 0px;
        text-align: center;
        width: 15%; }
        @media (max-width: 47.99em) {
          .user-profile .basic .profile-header .profile-points {
            display: block;
            float: left;
            margin: 10px auto 0;
            padding-bottom: 0 !important;
            width: 100%;
            height: auto;
            padding: 0;
            font-size: 14px; } }
        @media (min-width: 48em) and (max-width: 48.865em) {
          .user-profile .basic .profile-header .profile-points {
            font-size: 14px; } }
        .user-profile .basic .profile-header .profile-points div {
          margin-bottom: 30px;
          padding: 12px 12px 0px 12px; }
          @media (max-width: 47.99em) {
            .user-profile .basic .profile-header .profile-points div {
              border-right: 1px solid;
              display: inline-block;
              padding: 10px 0;
              vertical-align: middle;
              width: 32%; } }
          .user-profile .basic .profile-header .profile-points div p {
            color: #fff;
            font-size: 0.8em; }
          .user-profile .basic .profile-header .profile-points div h2 {
            font-size: 1.4em;
            line-height: 0.1em;
            font-family: "Roboto Mono","Courier New",Courier,monospace;
            color: #fff; }
          .user-profile .basic .profile-header .profile-points div .subh {
            font-size: 0.75em !important;
            font-weight: bold;
            margin-bottom: 5px; }
        .user-profile .basic .profile-header .profile-points .tscore {
          background: #47A827 none repeat scroll 0 0 !important;
          border: 1px solid #47A827;
          border-radius: 20px !important;
          display: block !important;
          font-size: 1.2em !important;
          font-weight: normal !important;
          line-height: 1em !important;
          margin: 0 auto;
          padding: 8px;
          width: auto; }
          @media (max-width: 47.99em) {
            .user-profile .basic .profile-header .profile-points .tscore {
              padding: 5px; } }
    .user-profile .basic .side-content {
      display: block; }
      .user-profile .basic .side-content .left-sidebar {
        float: left;
        width: 23%; }
        @media (max-width: 47.99em) {
          .user-profile .basic .side-content .left-sidebar {
            float: none;
            width: 100%;
            max-width: 100%;
            margin: 0 auto; } }
      .user-profile .basic .side-content .f-count {
        color: #3a82bc;
        float: right; }
      .user-profile .basic .side-content .widget-title {
        text-align: left; }
      .user-profile .basic .side-content hr {
        width: 100% !important;
        margin: 0px auto; }
      .user-profile .basic .side-content .share-this ul {
        list-style: outside none none;
        margin: 0 auto; }
        .user-profile .basic .side-content .share-this ul li {
          display: inline-block;
          margin-left: 5px;
          margin-right: 5px; }
      .user-profile .basic .side-content .friends {
        clear: both;
        display: block;
        height: 100%;
        height: 60px;
        padding-top: 5px;
        margin-bottom: 5px; }
        .user-profile .basic .side-content .friends .friends-img {
          float: left;
          width: 50px !important;
          height: 50px; }
        .user-profile .basic .side-content .friends .friends-name {
          width: 135px;
          word-wrap: break-word;
          display: inline-block;
          font-size: 15px;
          height: 29px;
          margin-bottom: 10px;
          margin-left: 1em; }
        .user-profile .basic .side-content .friends .more-link {
          color: #b6d3e7;
          font-size: 0.7rem;
          font-weight: bold;
          text-align: center; }
          .user-profile .basic .side-content .friends .more-link:hover {
            color: #337ab7 !important; }
          .user-profile .basic .side-content .friends .more-link:focus {
            color: #337ab7 !important; }
        .user-profile .basic .side-content .friends .see-more-friends {
          margin-top: 5px;
          text-align: center; }
      .user-profile .basic .side-content .pcontent {
        float: right;
        width: 76%;
        margin-bottom: 15px; }
        @media (max-width: 47.99em) {
          .user-profile .basic .side-content .pcontent {
            float: none;
            width: 100%;
            max-width: 100%; } }
        .user-profile .basic .side-content .pcontent > div {
          display: inline-block !important;
          width: 47% !important; }
          @media (max-width: 47.99em) {
            .user-profile .basic .side-content .pcontent > div {
              display: block !important;
              margin: 15px auto !important;
              width: 100% !important; } }
        @media (min-width: 48em) {
          .user-profile .basic .side-content .pcontent .recent-forum-activity {
            float: left;
            margin-right: 15px;
            margin-left: 15px; } }
        .user-profile .basic .side-content .pcontent .recent-forum-activity .ahead {
          background: #000000 none repeat scroll 0 0;
          color: #ffffff;
          font-size: 1rem;
          margin: 0 auto;
          padding: 10px; }
        .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container {
          display: block;
          padding: 3px 10px 3px 10px; }
          @media (max-width: 47.99em) {
            .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container {
              width: 100%;
              padding: 0 10px 0 10px; } }
          .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container .forum-title h4 {
            font-size: 0.9rem;
            padding-bottom: 0; }
          .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container .form-reply {
            font-size: 0.9rem; }
          .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container p {
            line-height: 1.3em;
            margin-bottom: 0.25em; }
          .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container .form-reply-date > span {
            color: darkgray;
            font-weight: bold; }
          .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container .quiz-table-league-name.ellipses {
            font-size: 1rem;
            padding-left: 1em; }
            @media (max-width: 47.99em) {
              .user-profile .basic .side-content .pcontent .recent-forum-activity .forum-reply-container .quiz-table-league-name.ellipses {
                font-size: 0.8rem;
                padding-left: .3em; } }
        .user-profile .basic .side-content .pcontent .recent-forum-activity .all-feature-container .row-feature {
          align-items: center;
          justify-content: left;
          background-color: #ffffff;
          flex-wrap: nowrap;
          font-size: 14px;
          height: auto;
          width: 100%; }
        .user-profile .basic .side-content .pcontent .recent-forum-activity .all-feature-container .feature-content:hover {
          background-color: #eaf1f9 !important; }
        .user-profile .basic .side-content .pcontent .recent-forum-activity .all-feature-container .feature-content .league-img {
          height: 50px;
          max-width: 50px;
          min-width: 50px;
          width: 50px;
          display: flex; }
          @media (max-width: 47.99em) {
            .user-profile .basic .side-content .pcontent .recent-forum-activity .all-feature-container .feature-content .league-img {
              display: flex !important;
              padding-left: 0px; } }
        .user-profile .basic .side-content .pcontent .recent-quiz-activity .ahead {
          background: #000000 none repeat scroll 0 0;
          color: #ffffff;
          font-size: 1rem;
          margin: 0 auto;
          padding: 10px; }
        .user-profile .basic .side-content .pcontent .recent-quiz-activity .row-feature.header-feature {
          background: #f2f2f2 none repeat scroll 0 0;
          color: darkgray;
          height: 38px;
          align-items: center;
          flex-wrap: nowrap;
          font-size: 14px;
          width: 100%; }
        .user-profile .basic .side-content .pcontent .recent-quiz-activity .col-league {
          align-items: center;
          display: flex;
          flex-direction: row;
          padding-left: 1.25em;
          width: 70%; }
          @media (max-width: 47.99em) {
            .user-profile .basic .side-content .pcontent .recent-quiz-activity .col-league {
              width: 60%;
              padding-left: 0; } }
          .user-profile .basic .side-content .pcontent .recent-quiz-activity .col-league .quiz-table-league-name.ellipses {
            font-size: 1rem;
            padding-left: .3em; }
            @media (max-width: 47.99em) {
              .user-profile .basic .side-content .pcontent .recent-quiz-activity .col-league .quiz-table-league-name.ellipses {
                font-size: 0.8rem;
                padding-left: .3em; } }
        .user-profile .basic .side-content .pcontent .recent-quiz-activity .col-ac {
          width: 50%; }
        .user-profile .basic .side-content .pcontent .recent-quiz-activity .col-pts {
          width: 32%; }
        .user-profile .basic .side-content .pcontent .recent-quiz-activity .col-rank {
          width: 32%; }
        .user-profile .basic .side-content .pcontent .recent-quiz-activity .all-feature-container {
          background: white none repeat scroll 0 0; }
          .user-profile .basic .side-content .pcontent .recent-quiz-activity .all-feature-container .row-feature {
            align-items: center;
            justify-content: left;
            background-color: #ffffff;
            flex-wrap: nowrap;
            font-size: 14px;
            height: 70px;
            width: 100%;
            border: none medium !important; }
            @media (max-width: 47.99em) {
              .user-profile .basic .side-content .pcontent .recent-quiz-activity .all-feature-container .row-feature {
                border-bottom: 1px solid #e3e1dd;
                height: auto !important; } }
            .user-profile .basic .side-content .pcontent .recent-quiz-activity .all-feature-container .row-feature:last-child {
              height: 40px !important;
              justify-content: center !important;
              border: none medium !important; }
          .user-profile .basic .side-content .pcontent .recent-quiz-activity .all-feature-container .feature-content:hover {
            background-color: #eaf1f9 !important; }
          .user-profile .basic .side-content .pcontent .recent-quiz-activity .all-feature-container .feature-content .league-img {
            height: 50px;
            max-width: 50px;
            min-width: 50px;
            width: 50px;
            display: flex; }
            @media (max-width: 47.99em) {
              .user-profile .basic .side-content .pcontent .recent-quiz-activity .all-feature-container .feature-content .league-img {
                display: flex !important;
                padding-left: 0px; } }
        .user-profile .basic .side-content .pcontent .points-side {
          float: right;
          width: 40%; }
          .user-profile .basic .side-content .pcontent .points-side div {
            display: inline-block;
            width: 32%; }
    .user-profile .basic .full-w .pcontent {
      float: left;
      width: 100%;
      max-width: 100%;
      margin-bottom: 15px; }
      @media (max-width: 47.99em) {
        .user-profile .basic .full-w .pcontent {
          float: none;
          width: 100%;
          max-width: 100%; } }
      .user-profile .basic .full-w .pcontent > div {
        padding-bottom: 20px; }
      .user-profile .basic .full-w .pcontent .award-show-score .ahead {
        background: #000000 none repeat scroll 0 0;
        color: #ffffff;
        font-size: 1rem;
        margin: 0 auto;
        padding: 10px; }
      .user-profile .basic .full-w .pcontent .award-show-score .row-feature.header-feature {
        background: #f2f2f2 none repeat scroll 0 0;
        color: darkgray;
        height: 38px;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 14px;
        width: 100%; }
      .user-profile .basic .full-w .pcontent .award-show-score .col-league {
        align-items: center;
        display: flex;
        flex-direction: row;
        padding-left: 1.25em;
        width: 70%; }
        @media (max-width: 47.99em) {
          .user-profile .basic .full-w .pcontent .award-show-score .col-league {
            width: 60%;
            padding-left: 0; } }
        .user-profile .basic .full-w .pcontent .award-show-score .col-league .quiz-table-league-name.ellipses {
          font-size: 1rem;
          padding-left: 1em; }
          @media (max-width: 47.99em) {
            .user-profile .basic .full-w .pcontent .award-show-score .col-league .quiz-table-league-name.ellipses {
              font-size: 0.8rem;
              padding-left: .3em; } }
      .user-profile .basic .full-w .pcontent .award-show-score .col-ac {
        width: 32%; }
      .user-profile .basic .full-w .pcontent .award-show-score .col-pts {
        width: 32%; }
      .user-profile .basic .full-w .pcontent .award-show-score .col-rank {
        width: 32%; }
      .user-profile .basic .full-w .pcontent .award-show-score .all-feature-container .row-feature {
        align-items: center;
        justify-content: left;
        background-color: #ffffff;
        flex-wrap: nowrap;
        font-size: 14px;
        height: 70px;
        width: 100%; }
        @media (max-width: 47.99em) {
          .user-profile .basic .full-w .pcontent .award-show-score .all-feature-container .row-feature {
            height: auto !important; } }
      .user-profile .basic .full-w .pcontent .award-show-score .all-feature-container .feature-content:hover {
        background-color: #eaf1f9 !important; }
      .user-profile .basic .full-w .pcontent .award-show-score .all-feature-container .feature-content .league-img {
        height: 50px;
        max-width: 50px;
        min-width: 50px;
        width: 50px;
        display: flex; }
        @media (max-width: 47.99em) {
          .user-profile .basic .full-w .pcontent .award-show-score .all-feature-container .feature-content .league-img {
            display: flex !important;
            padding-left: 0px; } }
      .user-profile .basic .full-w .pcontent .tv-show-score .ahead {
        background: #000000 none repeat scroll 0 0;
        color: #ffffff;
        font-size: 1rem;
        margin: 0 auto;
        padding: 10px; }
      .user-profile .basic .full-w .pcontent .tv-show-score .row-feature.header-feature {
        background: #f2f2f2 none repeat scroll 0 0;
        color: darkgray;
        height: 38px;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 14px;
        width: 100%; }
      .user-profile .basic .full-w .pcontent .tv-show-score .col-league {
        align-items: center;
        display: flex;
        flex-direction: row;
        padding-left: 1.25em;
        width: 70%; }
        @media (max-width: 47.99em) {
          .user-profile .basic .full-w .pcontent .tv-show-score .col-league {
            width: 60%;
            padding-left: 0; } }
        .user-profile .basic .full-w .pcontent .tv-show-score .col-league .quiz-table-league-name.ellipses {
          font-size: 1rem;
          padding-left: 1em; }
          @media (max-width: 47.99em) {
            .user-profile .basic .full-w .pcontent .tv-show-score .col-league .quiz-table-league-name.ellipses {
              font-size: 0.8rem;
              padding-left: .3em; } }
      .user-profile .basic .full-w .pcontent .tv-show-score .col-ac {
        width: 32%; }
      .user-profile .basic .full-w .pcontent .tv-show-score .col-pts {
        width: 32%; }
      .user-profile .basic .full-w .pcontent .tv-show-score .col-rank {
        width: 32%; }
      .user-profile .basic .full-w .pcontent .tv-show-score .all-feature-container .row-feature {
        align-items: center;
        justify-content: left;
        background-color: #ffffff;
        flex-wrap: nowrap;
        font-size: 14px;
        height: 70px;
        width: 100%; }
        @media (max-width: 47.99em) {
          .user-profile .basic .full-w .pcontent .tv-show-score .all-feature-container .row-feature {
            height: auto !important; } }
      .user-profile .basic .full-w .pcontent .tv-show-score .all-feature-container .feature-content:hover {
        background-color: #eaf1f9 !important; }
      .user-profile .basic .full-w .pcontent .tv-show-score .all-feature-container .feature-content .league-img {
        height: 50px;
        max-width: 50px;
        min-width: 50px;
        width: 50px;
        display: flex; }
        @media (max-width: 47.99em) {
          .user-profile .basic .full-w .pcontent .tv-show-score .all-feature-container .feature-content .league-img {
            display: flex !important;
            padding-left: 0px; } }
      .user-profile .basic .full-w .pcontent .points-side {
        float: right;
        width: 30%; }
        .user-profile .basic .full-w .pcontent .points-side div {
          display: inline-block;
          width: 32%; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.mentioned-in-article {
  margin: 20px 0;
  font-size: 1rem; }
  .mentioned-in-article .widget-title {
    font-style: normal;
    margin: 0; }
  .mentioned-in-article .mentioned-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border: 1px solid #e9e9e9;
    padding: 10px; }
    .mentioned-in-article .mentioned-wrapper img {
      float: left;
      max-width: 20%;
      margin-bottom: 15px; }
    .mentioned-in-article .mentioned-wrapper ul.data-right {
      float: left;
      display: block;
      max-width: 70%;
      margin-left: 20px; }
    @media only screen and (max-width: 480px) {
      .mentioned-in-article .mentioned-wrapper ul.data-right.experts {
        margin-left: 0;
        max-width: 100%;
        float: none; } }
    .mentioned-in-article .mentioned-wrapper li {
      list-style: none; }
    .mentioned-in-article .mentioned-wrapper .title {
      text-transform: uppercase;
      margin-top: 0px;
      font-size: .9rem; }
    .mentioned-in-article .mentioned-wrapper .title.camelcase {
      text-transform: none;
      font-size: 1rem; }
    .mentioned-in-article .mentioned-wrapper .description {
      font-size: .9rem; }
    .mentioned-in-article .mentioned-wrapper li > ul.editors {
      display: block;
      margin-left: 0; }
      .mentioned-in-article .mentioned-wrapper li > ul.editors li {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0 10px 0 0; }
        .mentioned-in-article .mentioned-wrapper li > ul.editors li img {
          max-width: 50px;
          border-radius: 50%; }
    .mentioned-in-article .mentioned-wrapper .clear {
      clear: both; }
    .mentioned-in-article .mentioned-wrapper ul.ranking {
      padding: 10px;
      margin: 0;
      display: block;
      background-color: #dfeaf0; }
      .mentioned-in-article .mentioned-wrapper ul.ranking .make-prediction {
        background-color: #347ab6;
        text-align: center;
        display: block;
        padding: 10px;
        font-size: .9rem;
        color: white; }
      .mentioned-in-article .mentioned-wrapper ul.ranking .rank {
        display: inline-block;
        margin-bottom: 5px;
        background-color: #3ea91f;
        text-align: center;
        width: 25px;
        height: 25px;
        padding-top: 3px;
        margin-right: 15px;
        color: white;
        font-weight: bold; }
      .mentioned-in-article .mentioned-wrapper ul.ranking .rank.no {
        background-color: #c43c17; }
      .mentioned-in-article .mentioned-wrapper ul.ranking .prediction-text {
        font-size: .9rem;
        display: inline-block;
        margin-bottom: 5px; }

.breast-pocket-promo {
  color: #fff;
  background-color: black;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  overflow: hidden; }
  .breast-pocket-promo .breast-pocket-title {
    text-align: center; }
  .breast-pocket-promo .breast-pocket-category {
    text-align: center;
    color: #c9a042; }
  .breast-pocket-promo .breast-pocket-nominee-featured-image {
    width: 40px;
    height: 40px; }
  .breast-pocket-promo .breast-pocket-nominee-title {
    position: absolute;
    padding: 0px 30px 0px 10px; }
  .breast-pocket-promo .game-logo {
    background: url("../images/svg/game-icon.svg") no-repeat;
    height: 35px;
    margin-top: 10px;
    margin-left: 5px; }
  .breast-pocket-promo .widget-title {
    font-style: normal;
    margin: 0;
    font-weight: bold; }
    .breast-pocket-promo .widget-title span {
      display: block;
      font-weight: normal; }
  .breast-pocket-promo img {
    float: left;
    height: 50px;
    width: 50px; }
  .breast-pocket-promo ul {
    margin: 0;
    padding: 0; }
  .breast-pocket-promo ul:first-child {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #c9a042 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #c9a042 100%);
    background: linear-gradient(to bottom, #000000 0%, #c9a042 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9a042', GradientType=0); }
  .breast-pocket-promo li {
    list-style: none;
    padding: 10px 10px;
    margin: 0;
    border-top: 1px solid #1d160d;
    display: block;
    overflow: hidden;
    height: 60px;
    list-style: none; }
    .breast-pocket-promo li a, .breast-pocket-promo li a:visited {
      color: #fff;
      text-decoration: none;
      display: block;
      height: 40px;
      line-height: 40px; }
      .breast-pocket-promo li a span, .breast-pocket-promo li a:visited span {
        display: block;
        padding-left: 15px;
        float: left; }
  .breast-pocket-promo li.see-more {
    background-color: #337AB6;
    border: none;
    height: 30px; }
    .breast-pocket-promo li.see-more a, .breast-pocket-promo li.see-more a:visited {
      height: auto; }
      .breast-pocket-promo li.see-more a span, .breast-pocket-promo li.see-more a:visited span {
        padding-left: 0;
        line-height: 3;
        float: none;
        text-align: center;
        font-size: .7rem;
        line-height: 1;
        font-weight: bold; }
  .breast-pocket-promo .clear {
    clear: both; }

.videos-widget {
  color: #fff;
  background-color: #fff;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  border: 1px solid #ededed; }
  .videos-widget .widget-title a, .videos-widget .widget-title a:visited, .videos-widget .widget-title a:hover {
    color: #fff;
    text-decoration: none;
    display: block; }
  .videos-widget .widget-title {
    font-style: normal;
    margin: 0;
    font-weight: bold; }
    .videos-widget .widget-title span {
      display: block;
      font-weight: normal; }
  .videos-widget ul {
    margin: 0;
    padding: 0; }
  .videos-widget li {
    list-style: none;
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px solid #ededed;
    display: block;
    overflow: hidden; }
    .videos-widget li a, .videos-widget li a:visited {
      color: #000;
      text-decoration: none;
      display: block; }
      .videos-widget li a img, .videos-widget li a:visited img {
        float: left;
        margin: 0;
        max-width: 115px; }
      .videos-widget li a span, .videos-widget li a:visited span {
        display: block;
        margin-left: 125px; }

.widget.awards-odds {
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden; }
  .widget.awards-odds .widget-title {
    margin-bottom: 0; }
  .widget.awards-odds .dropdown-group {
    margin: 0; }
    .widget.awards-odds .dropdown-group .select2 {
      width: 100%; }
  .widget.awards-odds #awards-odds-table {
    display: table;
    width: 100%; }
  .widget.awards-odds .row.header {
    font-size: 12px;
    background-color: #a0a3aa;
    color: white;
    border-top: none;
    line-height: 0; }
    .widget.awards-odds .row.header .cell.five {
      font-size: 12px;
      width: 45px; }
  .widget.awards-odds .row {
    display: table-row;
    padding: 10px 10px;
    border-top: 1px solid #e9e9e9; }
  .widget.awards-odds .cell {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    .widget.awards-odds .cell b {
      font-style: normal;
      display: block; }
    .widget.awards-odds .cell b:nth-child(even) {
      font-size: 14px;
      margin-top: 5px;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .widget.awards-odds .cell.one {
    width: 50px; }
  .widget.awards-odds .cell.two {
    padding: 0 10px;
    font-size: 12px;
    color: #9f9f9f; }
  .widget.awards-odds .cell.three {
    width: 175px; }
  .widget.awards-odds .cell.four {
    padding: 0 5px;
    color: #5d8fc1;
    letter-spacing: 3px; }
  .widget.awards-odds .cell.five {
    font-size: 1.5em; }
    .widget.awards-odds .cell.five .fa-sort-up {
      margin-top: 5px;
      color: #f7522c; }
    .widget.awards-odds .cell.five .fa-sort-down {
      margin-bottom: 5px;
      color: #8bcd35; }

.widget.reality-tv-odds {
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden; }
  .widget.reality-tv-odds .widget-title {
    margin-bottom: 0; }
  .widget.reality-tv-odds .dropdown-group {
    margin: 0; }
    .widget.reality-tv-odds .dropdown-group .d-1of2 {
      width: 100%; }
    .widget.reality-tv-odds .dropdown-group .select2 {
      width: 100%; }
  .widget.reality-tv-odds #reality-tv-odds-table {
    display: table;
    width: 100%; }
  .widget.reality-tv-odds .row.header {
    font-size: 12px;
    background-color: #a0a3aa;
    color: white;
    border-top: none;
    line-height: 0; }
    .widget.reality-tv-odds .row.header .cell.five {
      font-size: 12px;
      width: 45px; }
  .widget.reality-tv-odds .row {
    display: table-row;
    padding: 10px 10px;
    border-top: 1px solid #e9e9e9; }
  .widget.reality-tv-odds .cell {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    .widget.reality-tv-odds .cell b {
      font-style: normal;
      display: block; }
    .widget.reality-tv-odds .cell b:nth-child(even) {
      font-size: 14px;
      margin-top: 5px;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .widget.reality-tv-odds .cell.one {
    width: 50px; }
  .widget.reality-tv-odds .cell.two {
    padding: 0 10px;
    font-size: 12px;
    color: #9f9f9f; }
  .widget.reality-tv-odds .cell.three {
    width: 175px; }
  .widget.reality-tv-odds .cell.four {
    padding: 0 5px;
    color: #5d8fc1;
    letter-spacing: 3px; }
  .widget.reality-tv-odds .cell.five {
    font-size: 1.5em; }
    .widget.reality-tv-odds .cell.five .fa-sort-up {
      margin-top: 5px;
      color: #f7522c; }
    .widget.reality-tv-odds .cell.five .fa-sort-down {
      margin-bottom: 5px;
      color: #8bcd35; }

.hp-expert-opinion-image-div {
  height: 154px;
  width: 291px;
  float: left;
  position: relative; }

.expert-opinion-name {
  position: absolute;
  padding: 129px 0 0 6px;
  z-index: 1; }

.expert-opinion-company-logo {
  position: absolute;
  padding: 121px 5px 0 0;
  width: 280px;
  min-height: 154px;
  text-align: right;
  -webkit-box-shadow: 0 -47px 30px -18px #000000 inset;
  -moz-box-shadow: 0 -47px 30px -18px #000000 inset;
  box-shadow: 0 -47px 30px -18px #000000 inset; }

.hp-expert-opinion-widget {
  color: #FFFFFF;
  max-width: 300px;
  background-color: #FFFFFF;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden; }
  .hp-expert-opinion-widget .widget-title {
    margin: 0; }
  .hp-expert-opinion-widget ul {
    margin: 0;
    padding: 0; }
  .hp-expert-opinion-widget li {
    list-style: none;
    padding: 10px 0 8px 0;
    margin: 0 10px;
    display: block;
    overflow: hidden; }
    .hp-expert-opinion-widget li .hp-expert-opinion-text {
      clear: both;
      color: #212121;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 5px 0 0 0;
      font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400; }
      .hp-expert-opinion-widget li .hp-expert-opinion-text a, .hp-expert-opinion-widget li .hp-expert-opinion-text a:visited {
        color: #337AB6;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-decoration: none;
        display: inline; }

.hp-leaderboard-wraper .dropdown-wrapper {
  margin: -10px -10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.hp-leaderboard-wraper .hp-leaderboad-labels {
  background: #A0A3AA;
  overflow: hidden;
  margin: 0 -10px;
  width: inherit;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.hp-leaderboard-wraper .hp-leaderboad-list {
  margin: 0 -10px -10px;
  width: inherit; }
  .hp-leaderboard-wraper .hp-leaderboad-list li {
    padding: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #D8D8D8;
    border-top: none;
    position: relative; }
    .hp-leaderboard-wraper .hp-leaderboad-list li .hp-leaderboad-photo a {
      height: 50px;
      width: 50px;
      display: block; }
    .hp-leaderboard-wraper .hp-leaderboad-list li .hp-leaderboad-photo img {
      width: 100%;
      height: auto; }
    .hp-leaderboard-wraper .hp-leaderboad-list li .hp-leaderboad-position {
      font-size: 11px;
      font-size: 0.6875rem;
      color: #848484;
      padding: 0 10px; }
    .hp-leaderboard-wraper .hp-leaderboad-list li .hp-leaderboad-name {
      padding: 5px 5px 5px 0;
      width: 100%; }
      .hp-leaderboard-wraper .hp-leaderboad-list li .hp-leaderboad-name p {
        font-size: 13px;
        font-size: 0.8125rem;
        margin: .5em;
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500; }
    .hp-leaderboard-wraper .hp-leaderboad-list li .hp-leaderboad-points {
      position: relative;
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      font-family: "Roboto Mono", "Courier New", Courier, monospace;
      font-weight: bold;
      color: #337AB7;
      height: 35px;
      line-height: 35px;
      font-size: 14px;
      font-size: 0.875rem; }

.hp-leaderboard-widget {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  max-width: 300px;
  overflow: hidden; }
  .hp-leaderboard-widget a, .hp-leaderboard-widget a:hover, .hp-leaderboard-widget a:visited {
    color: #FFFFFF; }

.widget_gd_hp_leaderboard_widget h3 a {
  color: #FFFFFF; }

.advanced_widget_display_recent_forums ul {
  list-style: none;
  margin: 0; }
  .advanced_widget_display_recent_forums ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0 15px 0; }
  .advanced_widget_display_recent_forums ul li:last-child {
    padding: 10px 0 0px 0;
    border-bottom: none; }
  .advanced_widget_display_recent_forums ul li:first-child {
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #E5E5E5; }
  .advanced_widget_display_recent_forums ul .forum-recent-reply {
    margin: 5px 0 7px 0; }
    .advanced_widget_display_recent_forums ul .forum-recent-reply a, .advanced_widget_display_recent_forums ul .forum-recent-reply a:hover, .advanced_widget_display_recent_forums ul .forum-recent-reply a:visited {
      color: #212121; }
  .advanced_widget_display_recent_forums ul .forum-recent-reply-author {
    font-size: 14px;
    font-size: 0.875rem; }
  .advanced_widget_display_recent_forums ul .bbp-advanced-forum-title {
    font-size: 14px;
    font-size: 0.875rem; }
    .advanced_widget_display_recent_forums ul .bbp-advanced-forum-title a, .advanced_widget_display_recent_forums ul .bbp-advanced-forum-title a:hover, .advanced_widget_display_recent_forums ul .bbp-advanced-forum-title a:visited {
      color: #337AB7; }
  .advanced_widget_display_recent_forums ul .forum-recent-reply-time {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }

/*# sourceMappingURL=style.css.map */