/* gridcalculator.dk/#/990/12/8/7 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none; }
  h1 a img,
  h2 a img,
  h3 a img,
  h4 a img,
  h5 a img,
  h6 a img {
    border: 0; }

html {
  font-size: 8px;
  /* redefines root unit for use in vertical spacing */ }

body, pre {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5; }

p .ss-unlock:before, p .ss-lock:before {
  padding-right: 4px; }

p.ss-heart:before {
  padding: 0 4px 0 0; }

pre {
  white-space: pre-wrap;
  /* Used to support services that use newline characters for line breaks rather than HTML */ }

aside, small {
  font-size: 12px; }

var {
  font-style: normal; }

/* Mixins are used so that styling can be applied to markup that can't be modified, i.e. WYSIWYG output */
/* Easy-to-copy Codes */
/* Adjust line-height for vertically adjacent headings */
/* Necessary still? causes issues with superscripted text

h1 + h2, h2 + h3, h4 + h5, h5 + h6, hgroup + time {

	&.title-heading,
	&.byline-heading,
	&.page-heading,
	&.section-heading,
	&.alert-heading,
	&.standard-heading,
	&.list-heading,
	&.tab-heading,
	&.small-heading {
		line-height: 2;
	}

}

h1 + strong, h2 + strong.title {
	line-height: 2 !important;
}

*/
/* Apply mixins to standard classes */
.title-heading {
  margin: 0;
  font-size: 50px;
  line-height: .9;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.byline-heading {
  margin: 1rem 0 2rem 0;
  font-size: 14px;
  line-height: .9;
  clear: both; }

.page-heading {
  margin: 0;
  font-size: 30px;
  line-height: .9;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

.section-heading,
.storify h2,
.join.prompt > strong, .join.prompt > p strong:only-child,
.intro > strong {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: .9;
  text-transform: uppercase;
  display: block; }

.alert-heading {
  margin: 0;
  font-size: 14px;
  line-height: 1.25; }

.standard-heading {
  margin: 1.2rem 0;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase; }

.list-heading,
.sidebar-heading {
  margin: 0;
  font-size: 20px;
  line-height: .9;
  text-transform: none; }

.tab-heading {
  margin: 0;
  font-size: 15px;
  line-height: .9;
  text-transform: uppercase; }

.small-heading {
  margin: 0;
  font-size: 10px;
  line-height: .9;
  font-weight: bold;
  text-transform: uppercase; }

.dialog-heading {
  margin: 0 0 1em 0;
  font-size: 20px;
  line-height: .9;
  font-weight: bold; }

code {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 2px 0;
  padding: .6rem;
  font-family: "Courier New", "Courier" monospaced;
  font-size: 18px;
  line-height: 1; }

*[class*=heading] sup {
  font-size: .4em;
  line-height: 2;
  vertical-align: top; }

section > .title-heading:first-child {
  margin-bottom: 2rem; }

.module > h1 {
  margin: 2rem 0 1rem 0; }

@font-face {
  font-family: "SSStandard";
  src: url("/fonts/ss-standard-4b0a186c.eot");
  src: url("/fonts/ss-standard-4b0a186c.eot?#iefix") format("embedded-opentype"), url("/fonts/ss-standard-ad48d7ad.woff") format("woff"), url("/fonts/ss-standard-31a247e0.ttf") format("truetype"), url("/fonts/ss-standard-90cdc92e.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  color: #000;
  background-color: #000; }

a {
  color: #d2200a;
  /* What's this for? Icons?

	span {
		color: $emphasized-color;
		background: $page-background-color;
	}

	*/ }
  a:hover {
    color: #dc1800; }

code {
  /* Adaptation from Bourbon for straightforward gradients */
  background-color: #e7e7e7;
  background: -webkit-linear-gradient(120deg, #e7e7e7 20%, #cecece 100%);
  background: -moz-linear-gradient(120deg, #e7e7e7 20%, #cecece 100%);
  background: -ms-linear-gradient(120deg, #e7e7e7 20%, #cecece 100%);
  /* IE 10 */
  background: -o-linear-gradient(120deg, #e7e7e7 20%, #cecece 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
  color: #41413f; }

.date {
  color: #41413f; }

.section-heading.facebook {
  color: #5f78ab; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #d2200a; }

.exclusive.code {
  background: #e9cc0d; }

.exclusive .alert {
  padding: 0 .75rem;
  border-top: 1px solid #e9cc0d;
  border-bottom: 1px solid #b9a20a;
  background-color: #e9cc0d;
  color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase; }

.ss-key:before, .ss-lock:before {
  color: #e9cc0d; }

.continue {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center; }
  .continue a {
    padding: 2rem 1.75rem; }

.link {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
  padding: 0 1rem;
  float: none; }
  .link img {
    border: 0; }

.more {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  /* background: transparent url('../images/more.png') no-repeat right center; */
  color: #d2200a !important;
  font-weight: bold; }
  .more img {
    border: 0; }
  .more:before {
    display: none; }
  .more:after {
    font-size: .8em;
    padding: 0 0 0 .3em; }

.ss-play {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  color: #d2200a !important;
  font-weight: bold; }
  .ss-play img {
    border: 0; }
  .ss-play:before {
    font-size: .8em;
    padding: 0 .3em; }

button,
.btn {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* @include box-shadow(1px 1px 1px darken($button-color, 15%) ); */
  border-radius: 1px;
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  margin: 1rem 0;
  padding: 0 1rem;
  border: 0;
  background: #41413f;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 1px #1a1a19;
  vertical-align: middle;
  white-space: nowrap;
  /* What is this for? */
  *display: inline;
  *zoom: 1;
  /* Breaks with buttons adjacent to one another

		+ a {
			float: left;
			padding-left: 1rem;
			line-height: 22px;
			text-decoration: none;
		}

	*/ }
  button img,
  .btn img {
    border: 0; }
  button:hover,
  .btn:hover {
    background: #686865;
    color: #fff; }
  button:active,
  .btn:active {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
  button[disabled],
  .btn[disabled] {
    cursor: not-allowed;
    opacity: .25;
    text-shadow: none; }
  button + button,
  button + .btn,
  .btn + button,
  .btn + .btn {
    margin-left: 1rem;
    line-height: 26px; }
  button + a,
  button + input,
  .btn + a,
  .btn + input {
    margin: 1rem 0 1rem 2rem;
    float: left;
    line-height: 26px; }
  button[class^="ss-"]:before, button[class*=" ss-"]:before,
  button *[class^="ss-"]:before,
  button *[class*=" ss-"]:before,
  .btn[class^="ss-"]:before,
  .btn[class*=" ss-"]:before,
  .btn *[class^="ss-"]:before,
  .btn *[class*=" ss-"]:before {
    padding-right: .5rem !important;
    vertical-align: middle;
    line-height: 1; }
  button em,
  .btn em {
    display: none;
    font-style: normal; }
  button.btn-large,
  .btn.btn-large {
    font-size: 16px;
    line-height: 44px;
    padding: 0 2rem; }
  button.btn-small,
  .btn.btn-small {
    font-size: 12px;
    line-height: 26px;
    padding: 0 1rem; }
  button.btn-mini,
  .btn.btn-mini {
    border-radius: 0;
    box-shadow: none;
    padding: 0 1rem;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase; }
  button.emphasize,
  .btn.emphasize {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #a11908;
    background: -webkit-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    background: -moz-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    background: -ms-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    /* IE 10 */
    background: -o-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    text-shadow: 1px 1px 1px #891507; }
    button.emphasize:hover,
    .btn.emphasize:hover {
      background: #a11908; }
    button.emphasize[disabled],
    .btn.emphasize[disabled] {
      cursor: not-allowed;
      opacity: .25;
      text-shadow: none; }
  button.promote,
  .btn.promote {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #095b18;
    background: -webkit-linear-gradient(90deg, #095b18 0%, #0D8A24 100%);
    background: -moz-linear-gradient(90deg, #095b18 0%, #0D8A24 100%);
    background: -ms-linear-gradient(90deg, #095b18 0%, #0D8A24 100%);
    /* IE 10 */
    background: -o-linear-gradient(90deg, #095b18 0%, #0D8A24 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    text-shadow: 1px 1px 1px #064412; }
    button.promote:hover,
    .btn.promote:hover {
      background: #095b18; }
    button.promote[disabled],
    .btn.promote[disabled] {
      cursor: not-allowed;
      opacity: .25;
      text-shadow: none; }
  button.hashtag,
  .btn.hashtag {
    border-radius: .4rem;
    margin: .5rem 0;
    background-color: #d2200a;
    color: #fff; }
  button.fb,
  .btn.fb {
    border-radius: 0;
    box-shadow: none;
    padding: 3px 6px 3px 28px;
    border-top: 1px solid #29447e;
    border-right: 1px solid #29447e;
    border-left: 1px solid #29447e;
    border-bottom: 1px solid #1a356e;
    background: #5F78AB;
    color: #fff;
    font: bold 11px/14px 'Lucida Grande', 'Tahoma', 'Verdana', 'Arial', sans-serif;
    text-shadow: none; }
    button.fb:hover,
    .btn.fb:hover {
      color: #fff; }
    button.fb:before,
    .btn.fb:before {
      display: block;
      width: 20px;
      height: 20px;
      border-right: 1px solid #29447e;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      background: #4F6AA3 url("../images/facebook-button.png") no-repeat bottom left; }
    button.fb + a,
    .btn.fb + a {
      margin: 0;
      float: left;
      line-height: 20px; }
    button.fb.btn-mini,
    .btn.fb.btn-mini {
      padding-top: 2px;
      padding-bottom: 2px;
      overflow: hidden;
      text-transform: none; }
  button + .fb.btn,
  .btn + .fb.btn {
    line-height: 18px; }
    button + .fb.btn:before,
    .btn + .fb.btn:before {
      height: 24px; }

strong.btn {
  cursor: default; }

body.embed {
  background: none; }

.benefits .code {
  clear: none;
  padding: 0 20px;
  min-height: 400px; }
  .benefits .code h2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    background: #e9cc0d "../images/prompt-code.png" no-repeat center 30px;
    text-align: center;
    padding: 150px 50px 30px;
    text-transform: uppercase; }
    .benefits .code h2 code {
      border-radius: 5px;
      width: 200px;
      margin: 10px auto 0;
      clear: left;
      padding: 20px;
      color: #d2200a;
      background: #f6e366;
      border: 1px solid #fcf5c6; }
  .benefits .code h3 {
    padding-top: 20px;
    display: block; }
  .benefits .code pre {
    font-family: Arial, Helvetica, sans-serif; }
  .benefits .code .headlines.module {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    background: #000;
    margin: 0 0 2rem 0;
    padding: 20px 0; }
    .benefits .code .headlines.module li {
      margin: 0;
      padding: 0 10px 20px;
      text-align: left;
      position: relative;
      float: left;
      width: 100%; }
    .benefits .code .headlines.module a {
      color: #d2200a; }
    .benefits .code .headlines.module h1 {
      display: none; }
    .benefits .code .headlines.module time {
      color: #e7e7e7; }
    .benefits .code .headlines.module .group {
      padding: 10px;
      width: 100%; }
      .benefits .code .headlines.module .group.event {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #41413f; }
      .benefits .code .headlines.module .group.presale {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        clear: left;
        float: left;
        display: block;
        background: #e9cc0d; }
        .benefits .code .headlines.module .group.presale a.exclusive {
          float: left;
          margin-top: 5px;
          text-transform: uppercase;
          color: #000; }
        .benefits .code .headlines.module .group.presale a.purchase {
          color: #fff;
          float: right;
          margin: 0; }
      .benefits .code .headlines.module .group.pay-per-view {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        clear: left;
        float: left;
        display: block;
        background: #e9cc0d; }
        .benefits .code .headlines.module .group.pay-per-view a.watch {
          color: #fff;
          float: right;
          margin: 0; }
    .benefits .code .headlines.module .title-heading {
      clear: left;
      font-weight: bold;
      display: block; }

.fights.module .fight {
  margin-bottom: 1rem;
  padding: 0 1rem; }
  .fights.module .fight div {
    line-height: 0; }
  .fights.module .fight img {
    width: 100%;
    height: 80px; }
  .fights.module .fight h1 {
    display: block;
    text-align: center; }
  .fights.module .fight small {
    display: block;
    color: #41413f;
    font-size: .65em;
    line-height: 1.75;
    text-transform: uppercase; }
  .fights.module .fight .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    float: none; }
  .fights.module .fight:hover .btn {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #a11908;
    background: -webkit-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    background: -moz-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    background: -ms-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    /* IE 10 */
    background: -o-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    text-shadow: 1px 1px 1px #891507; }
    .fights.module .fight:hover .btn:hover {
      background: #a11908; }
    .fights.module .fight:hover .btn[disabled] {
      cursor: not-allowed;
      opacity: .25;
      text-shadow: none; }

fieldset {
  margin: 0;
  border: 0;
  padding: 0; }

form + form {
  display: block;
  clear: left;
  margin: 1rem 0 0 0;
  border-top: 1px solid #e7e7e7;
  padding: 1rem 0 0 0; }

form {
  /* Messaging */ }
  form:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  form .clearfix {
    display: inline-block; }
  form fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    display: block;
    clear: left;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 1rem 0; }
    form fieldset:last-of-type {
      border-bottom: 0; }
    form fieldset h1 {
      margin: 0;
      font-weight: bold;
      font-size: 24px;
      line-height: .9;
      text-transform: uppercase;
      margin-bottom: 2rem;
      color: #a7a7a7; }
  form label {
    display: block;
    clear: left;
    float: left;
    width: 30%;
    margin: 1rem 0;
    padding-right: 2rem;
    line-height: 26px;
    text-align: right; }
  form label br {
    display: none; }
  form input + small {
    float: left;
    margin: 1rem 0;
    line-height: 26px; }
  form aside label {
    width: auto;
    margin: 0;
    font-weight: bold; }
    form aside label + input {
      margin-top: 0;
      clear: left; }
    form aside label ~ .btn {
      margin-top: 0; }
  form label + input, form label ~ select, form label + textarea {
    display: block;
    height: 20px;
    float: left;
    margin: 1rem 1rem 1rem 0; }
  form input[type=email] {
    width: 250px; }
  form label ~ select {
    margin-top: 1.4rem;
    font-size: 1.4rem; }
  form label + select ~ select {
    float: left; }
  form label + textarea {
    width: 60%;
    height: auto; }
  form input[type=checkbox] {
    margin: 1rem 0;
    float: left;
    clear: left; }
    form input[type=checkbox] + label {
      clear: none;
      width: 80%;
      margin: 1px 0 0 1rem;
      text-align: left; }
  form form p {
    float: left;
    clear: left;
    margin: 0 1rem 1rem 2rem;
    padding-left: 30%;
    font-size: 12px;
    color: #41413f; }
  form .errors,
  form .success {
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    color: #fff; }
    form .errors:empty,
    form .success:empty {
      display: none; }
    form .errors ul,
    form .success ul {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: .75rem;
      list-style-type: square;
      list-style-position: inside; }
    form .errors p:only-child,
    form .success p:only-child {
      margin: 0; }
  form .errors {
    background-color: #d2200a; }
  form .success {
    background-color: #0D8A24; }

.print.content,
iframe.print {
  display: none; }

.content > .sparkart.fanclub,
.sparkart.fanclub > .content {
  margin: 0 2rem 2rem 2rem; }
  .content > .sparkart.fanclub:after,
  .sparkart.fanclub > .content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .content > .sparkart.fanclub .clearfix,
  .sparkart.fanclub > .content .clearfix {
    display: inline-block; }
  .content > .sparkart.fanclub .checkboxes, .content > .sparkart.fanclub .buttons,
  .sparkart.fanclub > .content .checkboxes,
  .sparkart.fanclub > .content .buttons {
    margin-left: 30%;
    padding-left: 2rem; }
  .content > .sparkart.fanclub .buttons,
  .sparkart.fanclub > .content .buttons {
    float: left;
    margin-bottom: 2rem; }
    .content > .sparkart.fanclub .buttons:after,
    .sparkart.fanclub > .content .buttons:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .content > .sparkart.fanclub .buttons .clearfix,
    .sparkart.fanclub > .content .buttons .clearfix {
      display: inline-block; }
  .content > .sparkart.fanclub .section-heading,
  .sparkart.fanclub > .content .section-heading {
    clear: left;
    color: #a7a7a7;
    margin-top: 1rem;
    border-top: 1px solid #e7e7e7;
    padding-top: 1rem; }
  .content > .sparkart.fanclub dl,
  .sparkart.fanclub > .content dl {
    width: 320px;
    margin: 2rem 0;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9; }
    .content > .sparkart.fanclub dl:after,
    .sparkart.fanclub > .content dl:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .content > .sparkart.fanclub dl .clearfix,
    .sparkart.fanclub > .content dl .clearfix {
      display: inline-block; }
    .content > .sparkart.fanclub dl dt,
    .content > .sparkart.fanclub dl dd,
    .sparkart.fanclub > .content dl dt,
    .sparkart.fanclub > .content dl dd {
      border-top: 1px solid #e9e9e9;
      border-left: 1px solid #e9e9e9;
      margin: 0;
      padding: 7px;
      line-height: 1em; }
    .content > .sparkart.fanclub dl dt,
    .sparkart.fanclub > .content dl dt {
      width: 70px;
      float: left;
      text-align: right;
      text-transform: uppercase;
      color: #686868; }
    .content > .sparkart.fanclub dl dd,
    .sparkart.fanclub > .content dl dd {
      font-weight: bold; }

.sparkart.fanclub.subscriptions .buttons {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.ad,
.deck .ad {
  overflow: hidden;
  clear: both;
  padding: 0;
  line-height: 0; }
  .ad:after,
  .deck .ad:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .ad .clearfix,
  .deck .ad .clearfix {
    display: inline-block; }
  .ad iframe,
  .deck .ad iframe {
    margin: 0;
    border: 0;
    padding: 0;
    display: none; }
  .ad:empty,
  .deck .ad:empty {
    display: none; }
  .ad.enabled,
  .deck .ad.enabled {
    margin: 0 auto 1rem auto; }
    .ad.enabled iframe,
    .deck .ad.enabled iframe {
      display: block; }
  .ad.framed,
  .deck .ad.framed {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #cdcdcd;
    background: -webkit-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    background: -moz-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    background: -ms-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    /* IE 10 */
    background: -o-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    border-radius: .5rem;
    border: 1px solid #e7e7e7;
    padding: 1rem; }
    .ad.framed:before,
    .deck .ad.framed:before {
      top: 1rem !important;
      left: 1rem !important; }
  .ad.placeholder,
  .deck .ad.placeholder {
    display: block !important;
    position: relative; }
    .ad.placeholder:before,
    .deck .ad.placeholder:before {
      content: attr(id);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      float: none;
      margin: 0 auto;
      background: #e7e7e7;
      text-align: center; }
  .ad.medium-rectangle-300x250,
  .deck .ad.medium-rectangle-300x250 {
    width: 300px;
    margin-top: 1.5rem; }
    .ad.medium-rectangle-300x250.placeholder:before,
    .deck .ad.medium-rectangle-300x250.placeholder:before {
      width: 300px;
      min-height: 250px;
      line-height: 250px; }
  .ad.micro-leaderboard-300x50,
  .deck .ad.micro-leaderboard-300x50 {
    width: 300px; }
    .ad.micro-leaderboard-300x50.placeholder:before,
    .deck .ad.micro-leaderboard-300x50.placeholder:before {
      width: 300px;
      min-height: 50px;
      line-height: 50px; }
  .ad.super-leaderboard-970x90,
  .deck .ad.super-leaderboard-970x90 {
    width: 970px;
    margin-top: 1rem;
    border: 2px solid #e7e7e7; }
    .ad.super-leaderboard-970x90.placeholder:before,
    .deck .ad.super-leaderboard-970x90.placeholder:before {
      width: 970px;
      min-height: 90px;
      line-height: 90px; }
  .ad.pushdown-970x40,
  .deck .ad.pushdown-970x40 {
    width: 970px;
    border: 2px solid #e7e7e7; }
    .ad.pushdown-970x40.placeholder:before,
    .deck .ad.pushdown-970x40.placeholder:before {
      width: 970px;
      min-height: 40px;
      line-height: 40px; }

.card.module + .enclose {
  clear: none;
  display: block;
  height: 300px;
  padding-top: 2.2rem;
  text-align: center; }

.gutter.ad {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -50;
  margin: 0;
  background: transparent; }
  .gutter.ad iframe {
    background: transparent;
    border: 0 !important; }

.overlay.ad {
  padding: 0 !important;
  margin: 0 !important; }
  .overlay.ad.placeholder {
    background: #e7e7e7; }
  .overlay.ad.placeholder:before {
    width: 100%;
    top: 50%; }

.ui-dialog-hide {
  display: none; }

.modal,
.ui-dialog {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  border: 2px solid #d2200a;
  padding: 0 !important; }
  .modal:after,
  .ui-dialog:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .modal .clearfix,
  .ui-dialog .clearfix {
    display: inline-block; }
  .modal.ui-dialog.loading,
  .ui-dialog.ui-dialog.loading {
    background: #e7e7e7 url("../images/loading-indicator.gif") no-repeat center center; }
    .modal.ui-dialog.loading .ui-dialog-content,
    .ui-dialog.ui-dialog.loading .ui-dialog-content {
      visibility: hidden; }
  .modal .modal-header,
  .modal .ui-dialog-titlebar,
  .ui-dialog .modal-header,
  .ui-dialog .ui-dialog-titlebar {
    position: relative;
    background-color: #d2200a;
    color: #fff;
    padding: 1rem 1.5rem;
    cursor: default; }
  .modal .modal-header h3,
  .modal .ui-dialog-title,
  .ui-dialog .modal-header h3,
  .ui-dialog .ui-dialog-title {
    margin: 0;
    font-size: 15px;
    line-height: .9;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: none; }
  .modal .modal-header a.close,
  .modal .ui-dialog-titlebar-close,
  .ui-dialog .modal-header a.close,
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 1.5rem;
    text-decoration: none; }
    .modal .modal-header a.close .ui-icon,
    .modal .ui-dialog-titlebar-close .ui-icon,
    .ui-dialog .modal-header a.close .ui-icon,
    .ui-dialog .ui-dialog-titlebar-close .ui-icon {
      border-radius: 5px;
      font-size: 14px;
      line-height: 40px;
      color: #fff; }
  .modal .modal-body:after,
  .modal .ui-dialog-content:after,
  .modal .ui-dialog-buttonpane:after,
  .ui-dialog .modal-body:after,
  .ui-dialog .ui-dialog-content:after,
  .ui-dialog .ui-dialog-buttonpane:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .modal .modal-body .clearfix,
  .modal .ui-dialog-content .clearfix,
  .modal .ui-dialog-buttonpane .clearfix,
  .ui-dialog .modal-body .clearfix,
  .ui-dialog .ui-dialog-content .clearfix,
  .ui-dialog .ui-dialog-buttonpane .clearfix {
    display: inline-block; }
  .modal .modal-body, .modal .ui-dialog-content, .modal .ui-dialog-buttonpane,
  .ui-dialog .modal-body,
  .ui-dialog .ui-dialog-content,
  .ui-dialog .ui-dialog-buttonpane {
    padding: 2rem; }
    .modal .modal-body + .ui-dialog-buttonpane, .modal .ui-dialog-content + .ui-dialog-buttonpane, .modal .ui-dialog-buttonpane + .ui-dialog-buttonpane,
    .ui-dialog .modal-body + .ui-dialog-buttonpane,
    .ui-dialog .ui-dialog-content + .ui-dialog-buttonpane,
    .ui-dialog .ui-dialog-buttonpane + .ui-dialog-buttonpane {
      padding-top: 0; }
    .modal .modal-body p, .modal .ui-dialog-content p, .modal .ui-dialog-buttonpane p,
    .ui-dialog .modal-body p,
    .ui-dialog .ui-dialog-content p,
    .ui-dialog .ui-dialog-buttonpane p {
      width: 85%;
      padding: 0 0 1rem 0; }
  .modal .btn,
  .ui-dialog .btn {
    margin-bottom: 2rem; }
  .modal .print,
  .ui-dialog .print {
    display: none; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65); }

.type {
  padding-bottom: 0; }
  .type input:first-child + label {
    border-left-radius: 1rem; }
  .type label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block !important;
    position: relative;
    width: 33.33%;
    margin: 0;
    padding: 2rem;
    clear: none;
    float: left;
    background-color: #8d8d8d;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .type label:before {
      color: #fff;
      padding-right: 1rem;
      vertical-align: middle;
      line-height: 1; }
    @media screen and (max-width: 485px) {
      .type label:before {
        display: none; } }
    .type label:last-child {
      border-top-right-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  .type input + label + input + label {
    border-left: 2px solid #676767; }
  .type input:checked + label {
    background-color: #d2200a; }
  .type input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }

body.embed {
  background: none; }

body.signed_in .public, body.signed_in .ad {
  display: none; }

body.signed_in .private {
  display: block; }

.private {
  display: none; }

.lazyload {
  background-color: #e7e7e7; }

#zuffa-carousel {
  background: #e7e7e7 url("../images/loading-indicator.gif") no-repeat center center; }

.page {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  max-width: 990px;
  position: relative;
  background: #fff; }
  .page:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .page .clearfix {
    display: inline-block; }
  .page img {
    max-width: 100%;
    height: auto; }
  .page .content {
    padding-top: 1.5rem; }

.sidebar {
  position: relative;
  /* Messes up forum navigation, what else?
	&:before {
		display: block;
		width: 100% / $grid-columns * $columns;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		content: '';
	}
	*/
  border-bottom-radius: 2rem;
  /* background-color: $gray-light; Needs to be more carefully considered across various pages */ }
  .sidebar:before {
    border-bottom-right-radius: 2rem;
    background-image: url("../images/bg-sidebar.png");
    background-repeat: repeat; }
  .sidebar .copy {
    padding: 2rem !important;
    border-left: 1px solid lightgray; }
  .sidebar.lockup > * {
    position: relative;
    z-index: 1; }

.module:empty {
  display: none; }

.intro:empty,
.deck:empty,
.lockup:empty {
  display: none; }

.deck {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .deck:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .deck .clearfix {
    display: inline-block; }
  .deck + .deck > *:only-child {
    margin-top: 0; }

.grid > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66667%;
  float: left;
  padding-left: 8px;
  margin-bottom: 2rem; }
  .grid > *:last-child {
    padding-right: 8px; }

@media screen and (max-width: 640px) {
  .grid > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 8px; }
    .grid > *:last-child {
      padding-right: 8px; } }

.intro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 8px;
  display: block;
  float: none;
  margin: 2em auto;
  text-align: center; }
  .intro:last-child {
    padding-right: 8px; }
  .intro p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 8px;
    display: block;
    float: none;
    margin: 1em auto; }
    .intro p:last-child {
      padding-right: 8px; }

.lockup {
  position: relative;
  z-index: 2; }
  .lockup:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .lockup .clearfix {
    display: inline-block; }
  .lockup + .lockup,
  .lockup + .tabbed,
  .lockup + .ad + .tabbed {
    margin-top: 1rem; }
  .lockup > *:first-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 8px; }
    .lockup > *:first-child:last-child {
      padding-right: 8px; }
    .lockup > *:first-child + * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 8px;
      overflow: hidden; }
      .lockup > *:first-child + *:last-child {
        padding-right: 8px; }
  .lockup:only-child {
    padding-top: 1.5rem; }
  .lockup > *:only-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px; }

.enclose {
  /* Adaptation from Bourbon for straightforward gradients */
  background-color: #cdcdcd;
  background: -webkit-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
  background: -moz-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
  background: -ms-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
  /* IE 10 */
  background: -o-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
  display: block;
  padding: 0 0 1rem 0; }
  .enclose:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .enclose .clearfix {
    display: inline-block; }
  .enclose .ui-tabs-panel, .enclose p {
    padding: 0 1rem; }
  .enclose p {
    margin: 0; }
  .enclose .tabbed {
    margin-top: 0; }

.tabbed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  margin-bottom: 1rem; }
  .tabbed:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .tabbed .clearfix {
    display: inline-block; }
  .tabbed .tabbed {
    margin-top: 1rem;
    padding-right: 0; }

.heading-bar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  margin: 0;
  border-top: 1px solid #d7210a;
  border-right: 1px solid #ba1c09;
  border-bottom: 1px solid #280602;
  border-left: 1px solid #ba1c09;
  padding: 0 .75rem;
  background-color: #d2200a;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35); }

/* Temporary Override */
button.menu {
  display: none; }

@media screen and (max-width: 640px) {
  /* Dialogue */
  .ui-dialog {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    left: 0 !important; }
    .ui-dialog .dialog form label {
      width: 100%;
      margin-bottom: 5px;
      text-align: left;
      line-height: 10px;
      font-size: 10px;
      text-transform: uppercase; }
    .ui-dialog .dialog form input {
      border-radius: 0.5rem;
      width: 95%;
      height: 30px;
      margin: 0 0 0.5rem 0;
      font-size: 18px;
      line-height: 21px; }
    .ui-dialog .dialog form select {
      height: 35px;
      font-size: 17px;
      line-height: 21px; }
    .ui-dialog .dialog form input[type="checkbox"] {
      width: auto;
      line-height: 17px; }
      .ui-dialog .dialog form input[type="checkbox"] + label {
        width: 80%;
        float: left;
        clear: none;
        font-size: 14px;
        line-height: 17px;
        text-transform: none; }
    .ui-dialog .dialog a {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
    .ui-dialog .dialog small, .ui-dialog .dialog p {
      width: 100%;
      margin: 0;
      display: inline-block;
      font-size: 14px;
      float: none; }
    .ui-dialog .btn, .ui-dialog button {
      width: 100%;
      padding: 1rem 0;
      font-size: 18px;
      margin: 1rem 0 !important;
      /* Buttons were spaced far too closely before */ }
    .ui-dialog + .ui-widget-overlay {
      background: rgba(0, 0, 0, 0.85); }
  .responsive {
    /* Header */
    /* Footer */
    /* Page Header */
    /* Layout */
    /* Map Module */
    /* Cards Module */
    /* Benefits */
    /* Buttons */
    /* Prompt */
    /* Tabs */
    /* Alerts */
    /* Typography */
    /* Tweet Stream */ }
    .responsive #header #navigation .dropdown > a + *,
    .responsive #header .feedback {
      display: none !important; }
    .responsive #header #masthead {
      padding: 4.5rem 0 0 0; }
      .responsive #header #masthead:before {
        background: #7e7e7e;
        width: 100%;
        height: 30px;
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        z-index: 2; }
      .responsive #header #masthead .user {
        width: auto;
        background: none;
        margin: 0;
        position: static !important;
        overflow: visible; }
        .responsive #header #masthead .user .logged-out .btn {
          margin-top: 0; }
        .responsive #header #masthead .user .about, .responsive #header #masthead .user .help, .responsive #header #masthead .user .store {
          display: none; }
        .responsive #header #masthead .user .logout {
          float: right; }
          .responsive #header #masthead .user .logout button {
            color: #e7e7e7; }
        .responsive #header #masthead .user .join, .responsive #header #masthead .user .login {
          background: none;
          text-shadow: none;
          padding: 0;
          margin: 0;
          position: absolute;
          top: 0;
          right: 0; }
        .responsive #header #masthead .user .login {
          height: 30px;
          padding: 0 1rem;
          z-index: 4; }
        .responsive #header #masthead .user .join {
          width: 100%;
          z-index: 3; }
      .responsive #header #masthead nav {
        width: 100%;
        padding-right: 8px;
        clear: none; }
        .responsive #header #masthead nav .menu {
          /* Adaptation from Bourbon for straightforward gradients */
          background-color: #a11908;
          background: -webkit-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
          background: -moz-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
          background: -ms-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
          /* IE 10 */
          background: -o-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
          /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
          text-shadow: 1px 1px 1px #891507;
          border-radius: 0;
          box-shadow: 0 0 0 transparent;
          width: 30px;
          height: 30px;
          text-shadow: none;
          background: #d2200a;
          margin: 0;
          padding: 0;
          display: block;
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 4;
          color: #fff;
          font-size: 16px; }
          .responsive #header #masthead nav .menu:hover {
            background: #a11908; }
          .responsive #header #masthead nav .menu[disabled] {
            cursor: not-allowed;
            opacity: .25;
            text-shadow: none; }
          .responsive #header #masthead nav .menu span {
            display: none; }
        .responsive #header #masthead nav .logo {
          float: none; }
          .responsive #header #masthead nav .logo a {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0; }
        .responsive #header #masthead nav #navigation {
          display: none;
          width: 100%;
          padding-bottom: 8px; }
          .responsive #header #masthead nav #navigation li {
            width: 100%;
            display: inline-block;
            float: none;
            padding-top: 0;
            padding-bottom: 0; }
            .responsive #header #masthead nav #navigation li.help {
              display: inline-block; }
    .responsive #footer {
      text-align: center; }
      .responsive #footer div {
        width: 100%; }
    .responsive .page-header.module {
      padding-left: 0;
      padding-right: 0; }
      .responsive .page-header.module * {
        margin: 0; }
      .responsive .page-header.module h1 {
        width: 100%;
        text-align: center; }
    .responsive .tabbed > header,
    .responsive .module,
    .responsive .deck > *,
    .responsive .lockup > *:first-child,
    .responsive .lockup > *:first-child + * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .responsive .page .content {
      padding-left: 0;
      padding-right: 0; }
    .responsive .lockup:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .responsive .lockup .clearfix {
      display: inline-block; }
    .responsive .map.module {
      width: 100%; }
    .responsive .lockup .card.module {
      height: auto; }
    .responsive .card.module {
      height: auto;
      margin-bottom: 1rem; }
      .responsive .card.module img {
        float: left; }
      .responsive .card.module > header, .responsive .card.module > footer {
        background: #000;
        padding: 10px;
        position: static; }
      .responsive .card.module > footer span {
        top: auto;
        bottom: 1.5rem; }
      .responsive .card.module > footer .exclusive {
        top: auto;
        bottom: 0; }
      .responsive .card.module > footer .finished,
      .responsive .card.module > footer .upcoming {
        position: static; }
      .responsive .card.module + * .enclose {
        height: auto; }
        .responsive .card.module + * .enclose:after {
          content: ".";
          display: block;
          visibility: hidden;
          height: 0;
          clear: both;
          line-height: 0; }
        .responsive .card.module + * .enclose .clearfix {
          display: inline-block; }
      .responsive .card.module .headshots {
        display: none; }
    .responsive #pay-per-view,
    .responsive #presales {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .responsive button.emphasize, .responsive .emphasize.btn {
      margin-left: 10px; }
    .responsive .prompt {
      border-radius: 0px 0px 5px 5px; }
    .responsive .tabbed .tabs.mini a {
      font-size: 12px; }
    .responsive .tabbed .tabs.merge li a {
      padding: .25rem .75rem;
      font-size: 12px;
      line-height: 1.5; }
    .responsive .tabbed > header .tabs li {
      margin: 0; }
      .responsive .tabbed > header .tabs li a {
        font-size: 12px;
        line-height: 1.5;
        padding: .25rem .75rem;
        margin: 0; }
      .responsive .tabbed > header .tabs li.ui-state-active a {
        font-size: 12px !important; }
    .responsive .tabbed > header .tabs li.ui-state-active a {
      font-size: 16px; }
    .responsive .tab-heading {
      font-size: 14px; }
    .responsive .alerts.module .list {
      height: 120px !important; }
    .responsive .page-heading {
      font-size: 21px;
      line-height: .9; }
    .responsive .title-heading {
      font-size: 35px;
      line-height: .9; }
    .responsive .section-heading {
      font-size: 16px;
      line-height: .9; }
    .responsive .stream.module .tweet {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 8px; } }

@media screen and (min-width: 641px) and (max-width: 990px) {
  .responsive {
    /* Map Module */
    /* RSVP Module */
    /* Cards Module */
    /* Deal - Cards Module */
    /* Alerts */
    /* Typography */
    /* Tweet Stream */
    /* Footer */
    /* Header */ }
    .responsive .map.module {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 8px; }
    .responsive .rsvp.module .attendees {
      position: static; }
      .responsive .rsvp.module .attendees ul {
        margin-top: 1rem;
        clear: left; }
        .responsive .rsvp.module .attendees ul li {
          width: 16%; }
          .responsive .rsvp.module .attendees ul li img {
            width: 100%;
            height: auto;
            display: block; }
    .responsive .card.module img {
      width: 130%;
      margin-left: -25%;
      max-width: none;
      /*min-height: 100%;*/ }
    .responsive .card.module .headshots img {
      bottom: 0 !important; }
    .responsive .lockup .card.module.deal {
      width: 100%;
      height: auto; }
    .responsive .lockup .card.module.deal + .prompt {
      width: 100%; }
    .responsive .card.module.deal {
      height: auto;
      margin-bottom: 1rem; }
      .responsive .card.module.deal img {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 auto; }
      .responsive .card.module.deal > header, .responsive .card.module.deal > footer {
        background: #000;
        padding: 10px;
        position: static; }
      .responsive .card.module.deal > footer span {
        top: auto;
        bottom: 1.5rem; }
      .responsive .card.module.deal > footer .exclusive {
        top: auto;
        bottom: 0; }
      .responsive .card.module.deal > footer .finished,
      .responsive .card.module.deal > footer .upcoming {
        position: static; }
      .responsive .card.module.deal + * .enclose {
        height: auto; }
        .responsive .card.module.deal + * .enclose:after {
          content: ".";
          display: block;
          visibility: hidden;
          height: 0;
          clear: both;
          line-height: 0; }
        .responsive .card.module.deal + * .enclose .clearfix {
          display: inline-block; }
      .responsive .card.module.deal .headshots {
        display: none; }
    .responsive .alerts.module .list {
      height: 70px !important; }
    .responsive .page-heading {
      font-size: 24px;
      line-height: .9; }
    .responsive .title-heading {
      font-size: 40px;
      line-height: .9; }
    .responsive .section-heading {
      font-size: 20px;
      line-height: .9; }
    .responsive .stream.module .tweet {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 8px; }
      .responsive .stream.module .tweet:last-child {
        padding-right: 8px; }
    .responsive #footer {
      text-align: center; }
      .responsive #footer div {
        width: 100%; }
    .responsive #header .feedback {
      display: none; }
    .responsive #header a#back-to-ufc {
      margin: 0;
      border: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      /* @include box-shadow(1px 1px 1px darken($button-color, 15%) ); */
      border-radius: 1px;
      cursor: pointer;
      display: block;
      float: left;
      position: relative;
      margin: 1rem 0;
      padding: 0 1rem;
      border: 0;
      background: #41413f;
      color: #fff;
      font-weight: bold;
      font-size: 12px;
      line-height: 26px;
      text-align: center;
      text-shadow: 1px 1px 1px #1a1a19;
      vertical-align: middle;
      white-space: nowrap;
      /* What is this for? */
      *display: inline;
      *zoom: 1;
      width: auto;
      text-shadow: none;
      background: none !important;
      padding: 0 1rem;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 6;
      line-height: 12px; }
      .responsive #header a#back-to-ufc img {
        border: 0; }
      .responsive #header a#back-to-ufc:hover {
        background: #686865;
        color: #fff; }
      .responsive #header a#back-to-ufc:active {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
      .responsive #header a#back-to-ufc[disabled] {
        cursor: not-allowed;
        opacity: .25;
        text-shadow: none; }
      .responsive #header a#back-to-ufc + button,
      .responsive #header a#back-to-ufc + .btn {
        margin-left: 1rem;
        line-height: 26px; }
      .responsive #header a#back-to-ufc + a,
      .responsive #header a#back-to-ufc + input {
        margin: 1rem 0 1rem 2rem;
        float: left;
        line-height: 26px; }
      .responsive #header a#back-to-ufc[class^="ss-"]:before, .responsive #header a#back-to-ufc[class*=" ss-"]:before,
      .responsive #header a#back-to-ufc *[class^="ss-"]:before,
      .responsive #header a#back-to-ufc *[class*=" ss-"]:before {
        padding-right: .5rem !important;
        vertical-align: middle;
        line-height: 1; }
      .responsive #header a#back-to-ufc em {
        display: none;
        font-style: normal; }
    .responsive #header .customer.module {
      float: none; }
    .responsive #header #masthead {
      padding: 4.5rem 0 1rem 0; }
      .responsive #header #masthead #navigation {
        float: none; }
      .responsive #header #masthead:before {
        background: #7e7e7e;
        width: 100%;
        height: 30px;
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: 0;
        z-index: 2; }
      .responsive #header #masthead > nav {
        width: 100%; } }

table {
  margin: 0;
  border: 0;
  padding: 0;
  display: table !important;
  width: 100%;
  border: 0;
  border-collapse: 0;
  /* Mobile */ }
  table th {
    font-weight: bold;
    color: #a7a7a7;
    text-align: left;
    text-transform: uppercase; }
    table th.emphasized {
      color: #d2200a;
      white-space: nowrap; }
    table th strong {
      display: block;
      clear: left;
      font-size: 26px; }
    table th em {
      padding: 0 .75rem;
      border-top: 1px solid #e9cc0d;
      border-bottom: 1px solid #b9a20a;
      background-color: #e9cc0d;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase;
      font-style: normal; }
    table th .btn {
      float: none;
      margin: 0 auto; }
  table td {
    margin: 1px; }
  table thead th {
    padding: 0 2rem 2rem 2rem; }
  table tfoot th {
    padding: 2rem 2rem 0 2rem; }
  table tbody th {
    padding: 2rem; }
  table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e7e7e7; }
  table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid #e7e7e7; }
  table .module {
    width: 100% !important;
    margin: 0 !important; }
  @media only screen and (max-width: 767px) {
    table th.emphasized {
      white-space: normal; }
    table.responsive th, table.responsive td {
      position: relative;
      overflow: hidden; }
    table.responsive th:first-child,
    table.responsive td:first-child {
      display: none; } }

/* When table is responsive, table-wrapper is created by Tables.js */
.table-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-right: 1px solid #e7e7e7;
  /* Pinned: table with the pinned first column */
  /* Scrollable: table that scrolls */ }
  .table-wrapper .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    background: #fff;
    border-right: 1px solid #dadada;
    overflow: hidden;
    z-index: 10; }
    .table-wrapper .pinned table {
      width: 100%;
      font-size: 12px; }
      .table-wrapper .pinned table th, .table-wrapper .pinned table td {
        height: 50px; }
      .table-wrapper .pinned table td:last-child {
        border-bottom: 0; }
      .table-wrapper .pinned table th.membership-benefits {
        display: none; }
  .table-wrapper .scrollable {
    overflow: scroll;
    overflow-y: hidden; }
    .table-wrapper .scrollable table {
      margin-left: 40%; }
      .table-wrapper .scrollable table tfoot th.plan {
        height: 50px; }
        .table-wrapper .scrollable table tfoot th.plan.join {
          height: 50px; }

.ui-tabs-panel {
  clear: both; }
  .ui-tabs-panel:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .ui-tabs-panel .clearfix {
    display: inline-block; }
  .ui-tabs-panel.ui-tabs-loading {
    min-height: 325px;
    background: #e7e7e7 url("../images/loading-indicator.gif") no-repeat center center; }
    .ui-tabs-panel.ui-tabs-loading:before {
      display: none; }
  .ui-tabs-panel > *:first-child {
    padding-left: 0; }

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

.tabbed .centered {
  float: right;
  position: relative;
  left: -50%; }
  .tabbed .centered .tabs {
    position: relative;
    left: 50%; }

.tabbed .tabs {
  margin: 0;
  border: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .tabbed .tabs > li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .tabbed .tabs:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .tabbed .tabs .clearfix {
    display: inline-block; }
  .tabbed .tabs:empty {
    display: none; }
  .tabbed .tabs li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left; }
    .tabbed .tabs li a {
      margin: 0;
      border: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      /* Adaptation from Bourbon for straightforward gradients */
      background-color: #676767;
      background: -webkit-linear-gradient(15deg, #676767 0%, #8d8d8d 25%);
      background: -moz-linear-gradient(15deg, #676767 0%, #8d8d8d 25%);
      background: -ms-linear-gradient(15deg, #676767 0%, #8d8d8d 25%);
      /* IE 10 */
      background: -o-linear-gradient(15deg, #676767 0%, #8d8d8d 25%);
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
      display: block;
      outline: none;
      padding: .8rem 2rem;
      background-color: #8d8d8d;
      color: #595959;
      font-weight: bold;
      text-transform: uppercase;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased; }
      .tabbed .tabs li a img {
        border: 0; }
      .tabbed .tabs li a[class^="ss-"]:before, .tabbed .tabs li a[class*=" ss-"]:before {
        padding-right: .5rem !important;
        font-size: .8em; }
    .tabbed .tabs li.ui-state-active {
      z-index: 10;
      position: relative; }
      .tabbed .tabs li.ui-state-active a {
        background: #d2200a;
        color: #fff;
        /* text-shadow: 1px 1px 1px rgba(0,0,0,.75); */ }
        .tabbed .tabs li.ui-state-active a[class^="ss-"]:before, .tabbed .tabs li.ui-state-active a[class*=" ss-"]:before {
          padding-right: .5rem !important;
          font-size: .8em; }
  .tabbed .tabs.mini {
    margin: 0 0 1.5rem 0;
    border-bottom: 0.3rem solid #d2200a; }
    .tabbed .tabs.mini a {
      /* Adaptation from Bourbon for straightforward gradients */
      background-color: #dadada;
      background: -webkit-linear-gradient(45deg, #dadada 20%, #fff 80%);
      background: -moz-linear-gradient(45deg, #dadada 20%, #fff 80%);
      background: -ms-linear-gradient(45deg, #dadada 20%, #fff 80%);
      /* IE 10 */
      background: -o-linear-gradient(45deg, #dadada 20%, #fff 80%);
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
      margin: 0;
      padding: .25rem .75rem;
      color: #3f3f3f;
      font-size: 12px; }
    .tabbed .tabs.mini .ui-state-active a {
      background: #d2200a;
      font-weight: bold; }
  .tabbed .tabs.merge li a {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #272726;
    background: -webkit-linear-gradient(45deg, #272726 0%, #41413f 25%);
    background: -moz-linear-gradient(45deg, #272726 0%, #41413f 25%);
    background: -ms-linear-gradient(45deg, #272726 0%, #41413f 25%);
    /* IE 10 */
    background: -o-linear-gradient(45deg, #272726 0%, #41413f 25%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    color: #a7a7a7; }
  .tabbed .tabs.merge li:first-child a {
    border-top-left-radius: .5rem; }
  .tabbed .tabs.merge li:last-child a {
    border-top-right-radius: .5rem; }
  .tabbed .tabs.merge li.ui-state-active a {
    color: #fff;
    background: #d2200a;
    font-weight: bold; }

.tabbed > header {
  /* Adaptation from Bourbon for straightforward gradients */
  background-color: #e4e4e4;
  background: -webkit-linear-gradient(90deg, #e4e4e4 40%, #fff 100%);
  background: -moz-linear-gradient(90deg, #e4e4e4 40%, #fff 100%);
  background: -ms-linear-gradient(90deg, #e4e4e4 40%, #fff 100%);
  /* IE 10 */
  background: -o-linear-gradient(90deg, #e4e4e4 40%, #fff 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
  border-bottom: 0.8rem solid #d2200a; }
  .tabbed > header:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .tabbed > header .clearfix {
    display: inline-block; }
  .tabbed > header .flush {
    margin: 0; }
  .tabbed > header .tabs {
    background: none; }
    .tabbed > header .tabs li {
      margin: 0 0.2rem 0 0; }
      .tabbed > header .tabs li a {
        padding: 1.4rem 1.6rem 1.4rem;
        background: none;
        color: #8d8d8d;
        margin: 0.2rem 0.2rem 0 0; }
        .tabbed > header .tabs li a:hover {
          color: #3f3f3f;
          background: #a7a7a7; }
        .tabbed > header .tabs li a[class^="ss-"]:before, .tabbed > header .tabs li a[class*=" ss-"]:before {
          color: #e9cc0d; }
      .tabbed > header .tabs li.ui-state-active a:hover {
        color: #fff;
        background: #d2200a; }

.layout {
  background: #101010 url("../images/window-background-silver.jpg") center top no-repeat;
  padding-bottom: 1rem; }

.page {
  margin: 0 auto 4rem auto; }

body.open-dialog {
  background: #101010 url("../images/window-background-silver.jpg") center top no-repeat; }
  body.open-dialog #footer {
    display: none; }

.affiliates.module {
  display: block;
  clear: both;
  padding-top: 2rem; }

.affiliates.module[data-id="disable"] + .btn {
  display: none; }

.affiliates.module .codes,
.event.module .codes {
  margin: 0;
  border: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }
  .affiliates.module .codes > li,
  .event.module .codes > li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.affiliates.module .code-container,
.event.module .code-container {
  width: 100%;
  float: left; }

.affiliates.module .code-container + .code-container .byline-heading,
.event.module .code-container + .code-container .byline-heading {
  margin-top: 2rem; }

.presale .codes > li,
.free-fight .codes > li {
  display: none; }
  .presale .codes > li:first-child,
  .free-fight .codes > li:first-child {
    display: block; }

.ppv .codes > li {
  display: none; }
  .ppv .codes > li:first-child, .ppv .codes > li:nth-child(2) {
    display: block; }

.deal .affiliates.module {
  padding-top: 0; }

.code-container .btn {
  margin-top: 2px !important; }

/* Fan Expo */
.expo {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cecece; }
  .expo:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .expo .clearfix {
    display: inline-block; }
  .expo h1 {
    margin-top: 0; }
    .expo h1:after {
      content: ":"; }

.albums.module .album {
  margin-bottom: 15px; }
  .albums.module .album:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .albums.module .album .clearfix {
    display: inline-block; }
  .albums.module .album .thumbnail {
    display: block;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    border: 0;
    line-height: 0; }
  .albums.module .album h1 {
    margin: 0 0 5px 0; }
  .albums.module .album p {
    margin: 0; }
  .albums.module .album:last-child {
    margin-bottom: 0; }

article.news {
  border-bottom: 1px solid #e7e7e7; }
  article.news:last-of-type {
    border-bottom: 0; }

.alerts.module {
  border-radius: .5rem;
  display: block;
  overflow: hidden;
  margin: 1rem 0;
  border-bottom: 1px solid #e2e2e2;
  background: #e9cc0d url("../images/alerts.png") no-repeat center left; }
  .alerts.module .alert-heading {
    margin: 0;
    /* Is this used anymore? Should be assigned to a class instead

			strong {

				position: relative;
				padding: 12px;
				float: left;
				color: $exclusive-color;
				background: $text-color;
				font-style: italic;
				text-transform: uppercase;
				margin: -13px 30px 0 0;

				&:after {

					content: "";
					width: 0;
					height: 0;
					border-top: 25px solid transparent;
					border-left: 20px solid $text-color;
					border-bottom: 25px solid transparent;
					position: absolute;
					top: 0;
					right: -20px;

				}

			}

		*/ }
  .alerts.module .alert {
    padding: 0 1rem 0 70px;
    clear: right;
    background: transparent !important; }
    .lt-ie9 .alerts.module .alert {
      padding: 0 10px 0 70px; }
    .alerts.module .alert a {
      color: #000;
      text-decoration: none; }
      .alerts.module .alert a:hover {
        text-decoration: underline; }
    .alerts.module .alert > a,
    .alerts.module .alert > h1 {
      margin: 15px 0;
      display: block; }
    .alerts.module .alert time {
      display: none; }
  .alerts.module .join {
    position: absolute;
    top: 0;
    right: 10px; }

.module {
  display: block;
  position: relative;
  /* What's this for? 
	> *[class*=heading]:first-child {
		margin: 0 0 .4em 0;
	}
	*/ }

.calendar.module {
  width: 100%;
  float: left;
  margin: 0 0 2rem 0; }
  .calendar.module article {
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #cecece;
    padding: 0 0 2rem 0;
    background-position: 2rem 1.5rem;
    background-repeat: no-repeat; }
    .calendar.module article:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .calendar.module article .clearfix {
      display: inline-block; }
    .calendar.module article .byline-heading {
      margin-bottom: 0; }
    .calendar.module article.ufc {
      padding-left: 7rem;
      background-image: url("../images/marker-ufc.png"); }
    .calendar.module article.fan {
      padding-left: 7rem;
      background-image: url("../images/marker-fan-event.png"); }
    .calendar.module article.exclusive {
      padding-left: 7rem;
      background-image: url("../images/marker-exclusive.png"); }
      .calendar.module article.exclusive > h1 {
        margin-bottom: .5rem; }
      .calendar.module article.exclusive > strong {
        background-color: #e9cc0d;
        color: #000;
        border-top: 2px solid #e9cc0d;
        padding: 0 .5rem;
        border-bottom: 2px solid #e9cc0d; }
    .calendar.module article:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .calendar.module article pre {
      width: 75%; }

.lockup .card.module {
  height: 325px; }

.card.module {
  display: block;
  height: 375px;
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: #41413f; }
  .card.module.hasImage {
    background: #e7e7e7 url("../images/loading-indicator.gif") no-repeat center 8rem; }
  .card.module + * {
    margin-top: 0; }
    .card.module + *.codes.module, .card.module + *.prompt.module {
      height: 325px; }
    .card.module + *.card.module {
      margin-top: 1rem; }
    .card.module + *.tabbed {
      padding-right: 0; }
    .card.module + * > .enclose {
      height: 325px;
      padding-top: 0;
      padding-bottom: 0; }
      .card.module + * > .enclose .mini.tabs {
        margin-top: 0; }
  .card.module img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
  @media screen and (min-width: 640px) {
    .card.module:only-child img {
      margin-top: -10%; } }
  .card.module > .description {
    display: none; }
  .card.module > header,
  .card.module > hgroup {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    .card.module > header .fb-send,
    .card.module > hgroup .fb-send {
      float: left;
      margin: 0 1rem 1rem 0; }
    .card.module > header button,
    .card.module > header .btn,
    .card.module > hgroup button,
    .card.module > hgroup .btn {
      margin: 0 1rem 1rem 0; }
    .card.module > header a,
    .card.module > hgroup a {
      color: #fff; }
    .card.module > header h2 em, .card.module > header h2 span, .card.module > header time,
    .card.module > hgroup h2 em,
    .card.module > hgroup h2 span,
    .card.module > hgroup time {
      opacity: .65;
      font-style: normal; }
    .card.module > header .article-heading,
    .card.module > hgroup .article-heading {
      margin: 0;
      line-height: 1; }
    .card.module > header .byline-heading,
    .card.module > hgroup .byline-heading {
      background-color: rgba(0, 0, 0, 0.65);
      padding: .5rem; }
    .card.module > header *:last-child,
    .card.module > hgroup *:last-child {
      margin-bottom: 0; }
    .card.module > header > img,
    .card.module > hgroup > img {
      display: block;
      width: auto;
      height: auto;
      margin-bottom: 1rem; }
  .card.module > header hgroup {
    clear: both; }
  .card.module > footer {
    display: block;
    font-weight: bold;
    color: #fff; }
    .card.module > footer .upcoming {
      padding: 0 .75rem;
      border-top: 1px solid #e9cc0d;
      border-bottom: 1px solid #b9a20a;
      background-color: #e9cc0d;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom-width: 2px;
      line-height: 21px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin: 0; }
    .card.module > footer .finished {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      opacity: .65;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.25);
      color: #fff;
      text-decoration: none; }

.countdown.module:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  line-height: 0; }

.countdown.module .clearfix {
  display: inline-block; }

.countdown.module > .clock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .countdown.module > .clock .remaining {
    width: 30%;
    margin-right: 1px;
    float: left;
    font-weight: bold; }
    .countdown.module > .clock .remaining em {
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
      display: block;
      margin: 0 auto;
      background-color: #fff;
      color: #d2200a;
      font-style: normal;
      font-family: "Courier New", "Courier" monospaced;
      font-weight: normal;
      text-align: center; }
    .countdown.module > .clock .remaining strong {
      clear: left;
      color: #fff; }

.exclusive.emphasized.prompt.module em {
  color: #41413f; }

.customer.module {
  /* Adaptation from Bourbon for straightforward gradients */
  background-color: #e7e7e7;
  background: -webkit-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
  background: -moz-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
  background: -ms-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
  /* IE 10 */
  background: -o-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
  display: block;
  overflow: none;
  position: relative;
  float: left;
  margin: 0; }
  @media screen and (max-width: 990px) {
    .customer.module {
      width: 100%;
      clear: left;
      margin-top: 1rem; } }
  .customer.module .dialog {
    display: none; }
  .customer.module .lockup > div {
    width: auto;
    float: left;
    overflow: hidden; }
  .customer.module .logged-out {
    padding: 1.5rem 0.5rem; }
    .customer.module .logged-out:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .customer.module .logged-out .clearfix {
      display: inline-block; }
    .customer.module .logged-out .btn {
      margin-top: 0;
      margin-bottom: 0; }
  .customer.module > .btn:only-child {
    width: 65%;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .customer.module .store,
  .customer.module .help,
  .customer.module .account {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 0 1rem;
    line-height: 26px; }
  .customer.module .picture {
    display: none;
    width: 52px;
    height: 52px;
    margin-left: -1rem;
    float: left;
    background-color: #a7a7a7; }
    .customer.module .picture img {
      width: 52px;
      height: 52px;
      line-height: 0; }
  .customer.module .details {
    float: left; }
    .customer.module .details .menu {
      display: none; }
    .customer.module .details .help, .customer.module .details .store, .customer.module .details .account {
      font-size: 12px;
      line-height: 21px; }
    .customer.module .details .btn {
      margin: 0;
      color: #686865;
      background: none;
      text-shadow: none;
      padding: 0; }
      .customer.module .details .btn:hover {
        color: #41413f; }
  .customer.module h1,
  .customer.module nav {
    margin-left: 1.5rem;
    margin-bottom: 0; }
  .customer.module h1 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    color: #d2200a;
    line-height: 1.5; }
    .customer.module h1 strong {
      padding: 0 .75rem;
      border-top: 1px solid #e9cc0d;
      border-bottom: 1px solid #b9a20a;
      background-color: #e9cc0d;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase; }
  .customer.module nav {
    display: block;
    clear: left;
    float: left; }
    .customer.module nav ul {
      margin: 0;
      border: 0;
      padding: 0;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .customer.module nav ul > li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .customer.module nav ul .btn {
        margin: 0; }
      .customer.module nav ul li {
        float: left; }
        .customer.module nav ul li.vanilla a {
          display: block;
          width: 16px;
          height: 16px;
          background-image: url("../images/usernav.png");
          background-repeat: no-repeat;
          text-indent: -5000px; }
        .customer.module nav ul li.notifications a {
          background-position: 0 0; }
          .customer.module nav ul li.notifications a:hover {
            background-position: -16px 0; }
        .customer.module nav ul li.discussions a {
          background-position: 0 -34px; }
          .customer.module nav ul li.discussions a:hover {
            background-position: -16px -34px; }
        .customer.module nav ul li.bookmarked a {
          background-position: 0 -52px; }
          .customer.module nav ul li.bookmarked a:hover {
            background-position: -16px -52px; }
        .customer.module nav ul li.settings a {
          background-position: 0 -18px; }
          .customer.module nav ul li.settings a:hover {
            background-position: -16px -18px; }

.feedback.ui-widget-overlay {
  display: none;
  z-index: 100; }
  .feedback.ui-widget-overlay .ui-dialog {
    width: 380px; }
    .feedback.ui-widget-overlay .ui-dialog .Category {
      display: none; }
    .feedback.ui-widget-overlay .ui-dialog textarea,
    .feedback.ui-widget-overlay .ui-dialog input[type='text'] {
      width: 100%; }
    .feedback.ui-widget-overlay .ui-dialog div {
      padding: 0 0 1rem 0; }
    .feedback.ui-widget-overlay .ui-dialog .buttons .btn {
      line-height: 30px; }

#header .feedback {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* @include box-shadow(1px 1px 1px darken($button-color, 15%) ); */
  border-radius: 1px;
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  margin: 1rem 0;
  padding: 0 1rem;
  border: 0;
  background: #41413f;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 1px #1a1a19;
  vertical-align: middle;
  white-space: nowrap;
  /* What is this for? */
  *display: inline;
  *zoom: 1;
  border-bottom-left-radius: 1rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  display: block;
  padding-right: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 0;
  background-color: #d2200a; }
  #header .feedback img {
    border: 0; }
  #header .feedback:hover {
    background: #686865;
    color: #fff; }
  #header .feedback:active {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
  #header .feedback[disabled] {
    cursor: not-allowed;
    opacity: .25;
    text-shadow: none; }
  #header .feedback + button,
  #header .feedback + .btn {
    margin-left: 1rem;
    line-height: 26px; }
  #header .feedback + a,
  #header .feedback + input {
    margin: 1rem 0 1rem 2rem;
    float: left;
    line-height: 26px; }
  #header .feedback[class^="ss-"]:before, #header .feedback[class*=" ss-"]:before,
  #header .feedback *[class^="ss-"]:before,
  #header .feedback *[class*=" ss-"]:before {
    padding-right: .5rem !important;
    vertical-align: middle;
    line-height: 1; }
  #header .feedback em {
    display: none;
    font-style: normal; }
  #header .feedback:hover {
    background-color: #d2200a; }

.placeholder .feedback.ui-widget-overlay label {
  display: none; }

.headlines.module {
  /* User */
  /* Articles */ }
  .headlines.module:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .headlines.module .clearfix {
    display: inline-block; }
  .headlines.module ul {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .headlines.module ul > li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .headlines.module ul.overflow {
      overflow-y: scroll; }
  .headlines.module .user {
    width: 100%;
    margin-bottom: 1rem; }
    .headlines.module .user:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .headlines.module .user .clearfix {
      display: inline-block; }
    .headlines.module .user .thumbnail {
      border-radius: 4px;
      display: block;
      width: 32px;
      height: 32px;
      overflow: hidden;
      float: left;
      margin: 0 1rem 1rem 0; }
      .headlines.module .user .thumbnail + a {
        margin: 0;
        border: 0;
        padding: 0;
        outline: none;
        text-decoration: none;
        display: block;
        float: left;
        font-weight: bold;
        line-height: 1; }
        .headlines.module .user .thumbnail + a img {
          border: 0; }
    .headlines.module .user small {
      display: block;
      font-weight: normal;
      color: #a7a7a7;
      line-height: 1.75; }
    .headlines.module .user .facebook-like-button, .headlines.module .user .twitter-follow-button {
      float: right; }
  .headlines.module .post {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 1.5rem;
    margin: 0 1rem 1.5rem 0;
    display: block;
    line-height: 1; }
    .headlines.module .post:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .headlines.module .post > * {
      margin: 0;
      padding: 0; }
    .headlines.module .post time {
      display: block;
      color: #a7a7a7;
      line-height: 20px; }
    .headlines.module .post p {
      line-height: 20px;
      margin-bottom: 1rem; }
      .headlines.module .post p a {
        margin: 0;
        border: 0;
        padding: 0;
        outline: none;
        text-decoration: none; }
        .headlines.module .post p a img {
          border: 0; }
  .headlines.module .tweet {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 1.5rem;
    margin: 0 1rem 1.5rem 0;
    display: block;
    line-height: 1; }
    .headlines.module .tweet:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .headlines.module .tweet > * {
      margin: 0;
      padding: 0; }
    .headlines.module .tweet time {
      margin-right: 1rem;
      color: #a7a7a7;
      line-height: 20px; }
    .headlines.module .tweet p {
      line-height: 20px; }
      .headlines.module .tweet p a {
        margin: 0;
        border: 0;
        padding: 0;
        outline: none;
        text-decoration: none; }
        .headlines.module .tweet p a img {
          border: 0; }
    .headlines.module .tweet a img {
      max-width: 100%; }
    .headlines.module .tweet a.ss-standard, .headlines.module .tweet a.ss-standard span {
      display: none; }
    .headlines.module .tweet:hover a.ss-standard {
      display: inline; }
  .headlines.module .headline {
    display: block;
    line-height: 1; }
    .headlines.module .headline:before {
      border-radius: 1px;
      display: block;
      width: 6px;
      height: 6px;
      float: left;
      margin: .6em .4em 0 0;
      background-color: #a7a7a7;
      content: '.';
      text-indent: -999em; }
    .headlines.module .headline.premium:before {
      display: none; }
    .headlines.module .headline.premium {
      margin: 0 5px 0 -1px; }
    .headlines.module .headline:last-child {
      margin-bottom: 0; }
    .headlines.module .headline > * {
      margin: 0; }
    .headlines.module .headline strong {
      color: #a7a7a7;
      text-transform: uppercase; }
    .headlines.module .headline a {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow-wrap: break-word;
      display: block;
      line-height: 20px;
      color: #000;
      text-decoration: none;
      text-transform: none; }
      .headlines.module .headline a:hover {
        color: #d2200a; }
      .headlines.module .headline a.ss-lock:before, .headlines.module .headline a.ss-unlock:before {
        color: #e9cc0d;
        margin-right: .25em; }

.list.module .item {
  position: relative;
  margin-bottom: 20px; }

.list.module.storify h2 {
  margin: 1.5em 0; }

.list.module.storify .image p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  width: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff; }

.list.module img {
  display: block;
  clear: both;
  width: 100%;
  margin: 10px 0; }

.list.module .twitter-tweet-rendered,
.list.module .twt-border {
  max-width: 100% !important; }

.list.module .twitter-tweet-rendered {
  margin-bottom: 20px !important; }

.map.module {
  margin-bottom: 1rem;
  padding-left: 0; }
  .map.module #map {
    height: 270px; }
  .map.module + .prompt, .map.module + .prompt .enclose {
    min-height: 270px; }
  .map.module img {
    max-width: none; }

.merch.module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  background: #000 url("../images/Upsells/Merch.jpg") no-repeat top center; }
  .merch.module small {
    color: #000; }
  .merch.module ul.merch {
    padding: 0;
    margin: 0;
    position: relative; }
    .merch.module ul.merch li {
      list-style-type: none;
      position: relative; }
      .merch.module ul.merch li:hover span.tooltip {
        opacity: 1;
        transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out; }
      .merch.module ul.merch li span.tooltip {
        position: absolute;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        color: #000;
        background: #d2200a;
        border-radius: 5px;
        opacity: 0;
        z-index: 10; }
      .merch.module ul.merch li span.tooltip:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #d2200a transparent transparent transparent;
        top: 36px;
        left: 50px; }
      .merch.module ul.merch li em {
        display: block;
        text-indent: -5000px;
        position: absolute;
        z-index: 5; }
      .merch.module ul.merch li.tshirt span {
        top: 50px;
        left: 55px; }
      .merch.module ul.merch li.tshirt em {
        width: 372px;
        height: 451px;
        background: url("../images/merch-tshirt.png") no-repeat;
        top: 25px;
        left: 20px; }
      .merch.module ul.merch li.backpack span {
        top: 290px;
        left: 435px; }
      .merch.module ul.merch li.backpack em {
        width: 197px;
        height: 238px;
        background: url("../images/merch-backpack.png") no-repeat;
        top: 235px;
        left: 375px; }
      .merch.module ul.merch li.card {
        display: none; }
        .merch.module ul.merch li.card span {
          top: 290px;
          left: 435px; }
        .merch.module ul.merch li.card em {
          width: 372px;
          height: 451px;
          background: url("../images/merch-card.png") no-repeat;
          top: 240px;
          left: 385px; }
      .merch.module ul.merch li.dvd span {
        top: 40px;
        left: 450px; }
        .merch.module ul.merch li.dvd span:after {
          left: 20px; }
      .merch.module ul.merch li.dvd em {
        width: 140px;
        height: 140px;
        background: url("../images/merch-dvd.png") no-repeat;
        top: 25px;
        left: 382px; }
      .merch.module ul.merch li.letter span {
        top: 40px;
        left: 550px; }
      .merch.module ul.merch li.letter em {
        width: 200px;
        height: 206px;
        background: url("../images/merch-letter.png") no-repeat;
        top: 25px;
        left: 540px; }
      .merch.module ul.merch li.subscription span {
        top: 40px;
        left: 720px; }
      .merch.module ul.merch li.subscription em {
        width: 183px;
        height: 241px;
        background: url("../images/merch-subscription.png") no-repeat;
        top: 25px;
        left: 760px; }
      .merch.module ul.merch li.rule-book span {
        top: 290px;
        left: 740px; }
      .merch.module ul.merch li.rule-book em {
        width: 114px;
        height: 183px;
        background: url("../images/merch-rule-book.png") no-repeat;
        top: 285px;
        left: 760px; }

tr.merchbanner {
  background: rgba(0, 0, 0, 0.04) !important; }

.bundle {
  display: none;
  height: 500px; }

.page-header.module {
  margin-bottom: 1rem;
  padding: 2rem;
  background: #5B5B5D url("../images/bg-page-header-2.jpg") top left repeat; }
  .page-header.module:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .page-header.module .clearfix {
    display: inline-block; }
  .page-header.module > * {
    float: left;
    margin: 0 0 0 2rem; }
  .page-header.module .btn + .btn {
    margin-left: 1rem; }
  .page-header.module .page-heading {
    margin: 0;
    color: #E6E6E6;
    text-shadow: 1px 1px 0 #353536, 2px 2px 0 #353536;
    text-rendering: optimizeLegibility; }
    .page-header.module .page-heading + [class*=heading] {
      color: #E6E6E6;
      line-height: 25px;
      text-shadow: 1px 1px 0 #353536, 2px 2px 0 #353536;
      text-rendering: optimizeLegibility; }

body[data-route="/benefits"] .intro, #page-Benefits-EMEA .intro {
  padding: 7rem 0 4rem 0 !important; }
  @media only screen and (max-width: 640px) {
    body[data-route="/benefits"] .intro, #page-Benefits-EMEA .intro {
      padding: 3rem 0 0 0 !important; } }

.plans.module {
  text-align: center; }
  .plans.module h3.emphasized {
    color: #d2200a;
    text-transform: uppercase; }
  .plans.module .plan {
    color: #000; }
    .plans.module .plan.elite {
      width: 49.5%;
      display: inline-block;
      vertical-align: top; }
      .plans.module .plan.elite .btn {
        display: none; }
        .plans.module .plan.elite .btn.elite {
          display: inline-block; }
    .plans.module .plan.ultimate {
      width: 49.5%;
      display: inline-block;
      vertical-align: top; }
      .plans.module .plan.ultimate .btn {
        display: none; }
        .plans.module .plan.ultimate .btn.ultimate {
          display: inline-block; }
    @media only screen and (max-width: 640px) {
      .plans.module .plan.elite, .plans.module .plan.ultimate {
        width: 100%;
        margin-bottom: 2rem; } }
    .plans.module .plan.free {
      background: rgba(0, 0, 0, 0.07);
      width: 100%;
      display: block;
      margin-top: 2rem; }
      .plans.module .plan.free .exclusive {
        display: none; }
      .plans.module .plan.free .btn {
        display: none; }
        .plans.module .plan.free .btn.free {
          display: inline-block; }
    .plans.module .plan .section-heading {
      color: #000;
      font-style: normal; }
    .plans.module .plan .details {
      /* Adaptation from Bourbon for straightforward gradients */
      background-color: #f7f7f7;
      background: -webkit-linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%);
      background: -moz-linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%);
      background: -ms-linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%);
      /* IE 10 */
      background: -o-linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%);
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
      padding-bottom: 2rem; }
      .plans.module .plan .details .heading {
        padding: 2rem; }
    .plans.module .plan .btn {
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      text-transform: uppercase;
      display: inline-block;
      float: none;
      font-size: 14px; }
    .plans.module .plan .exclusive {
      padding: 0 .75rem;
      border-top: 1px solid #e9cc0d;
      border-bottom: 1px solid #b9a20a;
      background-color: #e9cc0d;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase;
      font-style: normal;
      margin-bottom: 2rem;
      display: inline-block;
      font-size: 1.17em;
      line-height: 1.9; }
    .plans.module .plan .benefits {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .plans.module .plan .benefits li {
        padding: 0 16px;
        line-height: 30px; }
      .plans.module .plan .benefits li:nth-child(odd) {
        background: rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid #e7e7e7; }
      .plans.module .plan .benefits li:nth-child(even) {
        background: rgba(0, 0, 0, 0.07);
        border-bottom: 1px solid #e7e7e7; }

/*.plans.module {

	table {

		th .btn { margin-top: 2rem; }
		th.emphasized { line-height: 14rem !important; }

		thead {

			th {

				&.join {

					border-bottom: 1px solid $gray-light;
					padding-top: 0;

				}

				&.membership-benefits {

					padding-top: 1rem;

				}

			}

		}

		thead th,
		tfoot th {

			vertical-align: bottom;

			&.emphasized {
				line-height: 4rem;
			}

			.btn + .btn {
				margin: 1px 0 0 0;
			}

		}

		thead .plan,
		tfoot .plan {

			color: $text-color;
			text-align: center;

			&.elite- {
				background: $exclusive-color;
			}

			&.ultimate- {
				background: rgba($exclusive-color, .5);
			}

			&.premium- {
				background: rgba($exclusive-color, .2);
			}

			&.free {

				.exclusive {
					visibility: hidden;
				}

			}

		}

		tbody {

			tr.taller-benefit {

				span {
					padding: 2rem;
				}

			}

			td {

				width: 170px;

				span {

					display: block;
					margin: 0 auto;
					padding: .5rem;
					text-align: center;

				}

				&.elite .yes {
					background: $exclusive-color url('../../images/yes.png') no-repeat center center;
					text-indent: -5000px;
				}

				&.ultimate .yes {
					background: rgba($exclusive-color, .5) url('../../images/yes.png') no-repeat center center;
					text-indent: -5000px;
				}

				&.premium .yes {
					background: rgba($exclusive-color, .2) url('../../images/yes.png') no-repeat center center;
					text-indent: -5000px;
				}

				&.free .yes {
					background: url('../../images/yes.png') no-repeat center center;
					text-indent: -5000px;
				}

				.no {
					color: $gray;
				}

				.btn {
					display: inline-block;
					width: 100px;
					float: none;
					text-align: center;
				}

				.join {
					text-align: center;
				}

				&.benefit {

					white-space: nowrap;
					padding-left: 2rem;

				}

			}

			th.merch {

				background: url('../../images/merchbanner4.jpg') no-repeat bottom center;
				padding-bottom: 140px;

			}

		}

	}

	p {
		text-align: center;
	}

	.plan .section-heading {

		line-height: 1.5;

		del {
			opacity: .3;
			font-size: .5em;
		}

	}


	@media only screen and (max-width: 767px) {

		table {

	        display: block;
	        width: 100%;

		    tr {

		    	@include clearfix;
		    	width: 100% !important;
		        margin-bottom: 2rem;
		        display: block;

		    }

		    th, td {
		    	width: 25% !important;
		        float: left;
		        text-align: center;
		        margin: 0;
		        padding: 0;
		    }

		    th.emphasized,
		    th.membership-benefits,
		    th.merch {
		    	width: 100% !important;
		    	background-size: 100% !important;
		        display: block;
		        text-align: center !important;

		        a { color: #fff; }
		    }

			th.emphasized {
				margin: 2rem 0;
				line-height: 1 !important;
			}

		    th[data-title]:before,
		    td[data-title]:before {
		        content: attr(data-title) ":\00A0";
		        font-weight: bold;
		    }

		    td.benefit {
		    	width: 100% !important;
				background: $gray;
				padding-left: 0 !important;
				color: #fff;

				a { color: #fff; }
		    }

			th.join, td:empty { display: none; }

			th .btn { display: inline-block; }

			td:first-child:before { content: ''; }

		}

	}

}*/
.player.module {
  overflow: hidden;
  height: 452px;
  padding: 0; }
  .player.module iframe,
  .player.module img {
    display: block;
    width: 100%;
    height: 452px;
    margin: 0; }
  .player.module img {
    height: auto; }
  .player.module .poster {
    cursor: pointer;
    background: #e7e7e7 url("../images/loading-indicator.gif") no-repeat center center; }
  .player.module .poster header {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 1.5rem;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    .player.module .poster header *:last-child {
      margin-bottom: 0; }
    .player.module .poster header time,
    .player.module .poster header .title-heading {
      padding: 0 1.5rem; }
    .player.module .poster header .byline-heading {
      background-color: #000;
      padding: 1.5rem; }
  .player.module .poster h2 {
    line-height: 1.5; }
  .player.module h2 em, .player.module h2 span, .player.module time {
    opacity: .65;
    font-style: normal; }

.lockup .player.module iframe {
  max-height: 453px; }

.lockup .player.module + .tabbed {
  padding-right: 0; }

.lockup .player.module + * > .enclose {
  width: 100%;
  height: 435px;
  margin-bottom: 1rem; }
  .lockup .player.module + * > .enclose .standard-heading {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: block; }
  .lockup .player.module + * > .enclose + .ad {
    margin-bottom: 0; }
  .lockup .player.module + * > .enclose .overflow {
    height: 275px; }

.prompt {
  display: block;
  float: left;
  width: 100%; }
  .prompt:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .prompt .clearfix {
    display: inline-block; }
  .prompt p {
    margin: 1rem 0 2rem 0;
    font-size: 14px;
    line-height: .9;
    margin: 0 0 2rem 0;
    color: #d2200a;
    line-height: 1.5;
    display: block; }
    .prompt p.ss-heart {
      float: left;
      clear: left;
      margin: 3rem 0 1rem; }
  .prompt small {
    float: left;
    clear: left;
    position: absolute;
    padding: 4rem;
    bottom: 0;
    left: 0;
    margin-left: 8px;
    margin-right: 8px;
    color: #fff; }
    body[class*="member"] .prompt small {
      color: #000; }
  .prompt del {
    font-weight: normal; }
  .prompt.facebook p {
    color: #5f78ab; }
  .prompt .hashtags {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 0 2rem 0; }
    .prompt .hashtags:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .prompt .hashtags .clearfix {
      display: inline-block; }
    .prompt .hashtags > li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .prompt input[type=text] {
    width: 75%;
    height: 3rem;
    float: left;
    margin-bottom: 1rem;
    padding: 4px;
    font-size: 14px; }
    .prompt input[type=text] + .error,
    .prompt input[type=text] + .success {
      float: left;
      margin: 0 0 1rem 0; }
    .prompt input[type=text] + .error {
      padding: 0 .75rem;
      border-top: 1px solid #d2200a;
      border-bottom: 1px solid #a11908;
      background-color: #d2200a;
      color: #fff;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase; }
    .prompt input[type=text] + .success {
      padding: 0 .75rem;
      border-top: 1px solid #0D8A24;
      border-bottom: 1px solid #095b18;
      background-color: #0D8A24;
      color: #fff;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase; }
  .prompt button,
  .prompt .btn {
    margin: 0 1rem 0 0;
    clear: left;
    float: left;
    display: block; }
  .prompt .btn-group {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 auto;
    padding: 2rem 0;
    background: #000; }
    .prompt .btn-group > li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .prompt .btn-group:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .prompt .btn-group .clearfix {
      display: inline-block; }
    .prompt .btn-group li {
      float: right;
      position: relative;
      left: -50%; }
      .prompt .btn-group li:first-child {
        margin-bottom: 1rem; }
      .prompt .btn-group li a {
        margin: 0;
        position: relative;
        left: 50%; }
        .prompt .btn-group li a.btn {
          font-weight: bold; }

/* Sidebar prompts */
.module + .prompt {
  /* Adaptation from Bourbon for straightforward gradients */
  background-color: #cdcdcd;
  background: -webkit-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  background: -moz-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  background: -ms-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  /* IE 10 */
  background: -o-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }
  .module + .prompt > div,
  .module + .prompt > form {
    margin: 1.6rem; }
    .module + .prompt > div:after,
    .module + .prompt > form:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .module + .prompt > div .clearfix,
    .module + .prompt > form .clearfix {
      display: inline-block; }
  .module + .prompt.emphasized {
    background-image: none;
    background-color: #d2200a; }
    .module + .prompt.emphasized p, .module + .prompt.emphasized h1, .module + .prompt.emphasized h2, .module + .prompt.emphasized h3, .module + .prompt.emphasized small {
      color: #ffffff; }
      .module + .prompt.emphasized p .exclusive, .module + .prompt.emphasized p .exclusive:before, .module + .prompt.emphasized h1 .exclusive, .module + .prompt.emphasized h1 .exclusive:before, .module + .prompt.emphasized h2 .exclusive, .module + .prompt.emphasized h2 .exclusive:before, .module + .prompt.emphasized h3 .exclusive, .module + .prompt.emphasized h3 .exclusive:before, .module + .prompt.emphasized small .exclusive, .module + .prompt.emphasized small .exclusive:before {
        color: #ffffff; }
    .module + .prompt.emphasized:before {
      color: #e9cc0d; }
    .module + .prompt.emphasized.ss-unlock, .module + .prompt.emphasized.exclusive {
      background-color: #e9cc0d; }
      .module + .prompt.emphasized.ss-unlock > div, .module + .prompt.emphasized.exclusive > div {
        /* margin: 2rem 1rem 1rem 1rem; shouldn't be needed unless > 1 codes */ }
      .module + .prompt.emphasized.ss-unlock p, .module + .prompt.emphasized.ss-unlock h1, .module + .prompt.emphasized.ss-unlock h2, .module + .prompt.emphasized.ss-unlock h3, .module + .prompt.emphasized.ss-unlock small, .module + .prompt.emphasized.exclusive p, .module + .prompt.emphasized.exclusive h1, .module + .prompt.emphasized.exclusive h2, .module + .prompt.emphasized.exclusive h3, .module + .prompt.emphasized.exclusive small {
        color: #000; }
        .module + .prompt.emphasized.ss-unlock p .exclusive, .module + .prompt.emphasized.ss-unlock p .exclusive:before, .module + .prompt.emphasized.ss-unlock h1 .exclusive, .module + .prompt.emphasized.ss-unlock h1 .exclusive:before, .module + .prompt.emphasized.ss-unlock h2 .exclusive, .module + .prompt.emphasized.ss-unlock h2 .exclusive:before, .module + .prompt.emphasized.ss-unlock h3 .exclusive, .module + .prompt.emphasized.ss-unlock h3 .exclusive:before, .module + .prompt.emphasized.ss-unlock small .exclusive, .module + .prompt.emphasized.ss-unlock small .exclusive:before, .module + .prompt.emphasized.exclusive p .exclusive, .module + .prompt.emphasized.exclusive p .exclusive:before, .module + .prompt.emphasized.exclusive h1 .exclusive, .module + .prompt.emphasized.exclusive h1 .exclusive:before, .module + .prompt.emphasized.exclusive h2 .exclusive, .module + .prompt.emphasized.exclusive h2 .exclusive:before, .module + .prompt.emphasized.exclusive h3 .exclusive, .module + .prompt.emphasized.exclusive h3 .exclusive:before, .module + .prompt.emphasized.exclusive small .exclusive, .module + .prompt.emphasized.exclusive small .exclusive:before {
          color: #000; }
    .module + .prompt.emphasized .btn {
      clear: none;
      background: #41413f;
      text-shadow: 1px 1px 1px #1a1a19; }
  .module + .prompt.ss-lock {
    background-color: #d2200a; }
    .module + .prompt.ss-lock p, .module + .prompt.ss-lock h1, .module + .prompt.ss-lock h2, .module + .prompt.ss-lock h3 {
      color: #fff; }
      .module + .prompt.ss-lock p .exclusive, .module + .prompt.ss-lock p .exclusive:before, .module + .prompt.ss-lock h1 .exclusive, .module + .prompt.ss-lock h1 .exclusive:before, .module + .prompt.ss-lock h2 .exclusive, .module + .prompt.ss-lock h2 .exclusive:before, .module + .prompt.ss-lock h3 .exclusive, .module + .prompt.ss-lock h3 .exclusive:before {
        color: #e9cc0d; }
    .module + .prompt.ss-lock:before {
      color: #d2200a; }
  .module + .prompt.facebook {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #cdcdcd;
    background: -webkit-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    background: -moz-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    background: -ms-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    /* IE 10 */
    background: -o-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }
  .module + .prompt.upgrade {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #edead5;
    background: -webkit-linear-gradient(45deg, #edead5 0%, #fff 60%);
    background: -moz-linear-gradient(45deg, #edead5 0%, #fff 60%);
    background: -ms-linear-gradient(45deg, #edead5 0%, #fff 60%);
    /* IE 10 */
    background: -o-linear-gradient(45deg, #edead5 0%, #fff 60%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }

.card.module.hide-prompt footer {
  display: none; }

/* Horizontal prompt above content streams */
.ui-tab-panel > .prompt:first-child {
  /* Adaptation from Bourbon for straightforward gradients */
  background-color: #cdcdcd;
  background: -webkit-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  background: -moz-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  background: -ms-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  /* IE 10 */
  background: -o-linear-gradient(45deg, #cdcdcd 0%, #fff 50%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8px;
  display: block;
  margin-bottom: 1rem;
  padding: 2rem; }
  .ui-tab-panel > .prompt:first-child h1 {
    margin-bottom: 1rem; }
  .ui-tab-panel > .prompt:first-child .hashtags li {
    float: left;
    margin-right: 2rem; }
  .ui-tab-panel > .prompt:first-child .hashtags + .btn {
    clear: none; }
  .ui-tab-panel > .prompt:first-child div {
    width: 60%; }

/* Horizontal prompts below discussions */
.button-prompt {
  /* Adaptation from Bourbon for straightforward gradients */
  background-color: #cdcdcd;
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #fff 50%);
  background: -moz-linear-gradient(top, #cdcdcd 0%, #fff 50%);
  background: -ms-linear-gradient(top, #cdcdcd 0%, #fff 50%);
  /* IE 10 */
  background: -o-linear-gradient(top, #cdcdcd 0%, #fff 50%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
  padding: 4rem 0;
  text-align: center; }
  .button-prompt button,
  .button-prompt .btn {
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: none; }
  .button-prompt.facebook {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #ebebeb;
    background: -webkit-linear-gradient(top, #ebebeb 0%, #fff 60%);
    background: -moz-linear-gradient(top, #ebebeb 0%, #fff 60%);
    background: -ms-linear-gradient(top, #ebebeb 0%, #fff 60%);
    /* IE 10 */
    background: -o-linear-gradient(top, #ebebeb 0%, #fff 60%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }
  .button-prompt.upgrade {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #edead5;
    background: -webkit-linear-gradient(top, #edead5 0%, #fff 60%);
    background: -moz-linear-gradient(top, #edead5 0%, #fff 60%);
    background: -ms-linear-gradient(top, #edead5 0%, #fff 60%);
    /* IE 10 */
    background: -o-linear-gradient(top, #edead5 0%, #fff 60%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }

.redeem.module {
  text-align: center;
  padding: 2rem 0; }
  .redeem.module p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 8px;
    float: none;
    margin: 0 auto 2rem;
    font-weight: bold; }
    .redeem.module p:last-child {
      padding-right: 8px; }
  .redeem.module form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 8px;
    float: none;
    margin: 0 auto; }
    .redeem.module form:last-child {
      padding-right: 8px; }
    .redeem.module form fieldset {
      width: 100%;
      margin-bottom: 2rem; }
      .redeem.module form fieldset label {
        display: block;
        clear: left;
        float: left;
        width: 30%;
        margin: 1rem 0;
        padding-right: 2rem;
        line-height: 26px;
        text-align: right; }
      .redeem.module form fieldset input {
        display: block;
        height: 20px;
        float: left;
        margin: 1rem 1rem 1rem 0; }
  .redeem.module .btn {
    float: none;
    width: 25%;
    margin: 0 auto; }

.logged-out .rsvp .buttons:hover button {
  display: none; }

.rsvp.module {
  min-height: 325px;
  padding-top: 1.5rem; }
  .rsvp.module .section-heading {
    display: block;
    margin: 2rem 0 1rem 0;
    line-height: 1; }
  .rsvp.module .status select {
    display: none;
    margin: 0;
    border: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    padding: 3px 6px 3px 28px;
    border-top: 1px solid #29447e;
    border-right: 1px solid #29447e;
    border-left: 1px solid #29447e;
    border-bottom: 1px solid #1a356e;
    background: #5F78AB;
    color: #fff;
    font: bold 11px/14px 'Lucida Grande', 'Tahoma', 'Verdana', 'Arial', sans-serif;
    text-shadow: none;
    width: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-color: #91a2c5;
    background: #e5e9f1 url("../images/dropdown-arrow-facebook.png") no-repeat 82px center;
    color: #5f78ab; }
    .rsvp.module .status select:hover {
      color: #fff; }
    .rsvp.module .status select:before {
      display: block;
      width: 20px;
      height: 20px;
      border-right: 1px solid #29447e;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      background: #4F6AA3 url("../images/facebook-button.png") no-repeat bottom left; }
    .rsvp.module .status select + a {
      margin: 0;
      float: left;
      line-height: 20px; }
    .rsvp.module .status select:hover {
      color: #5f78ab; }
  .rsvp.module .status .btn.fb {
    float: left;
    margin: 0 1rem 0 0;
    text-align: left; }
  .rsvp.module .attendees {
    float: left;
    position: absolute;
    bottom: 0;
    left: 1rem; }
    .rsvp.module .attendees ul {
      margin: 0;
      border: 0;
      padding: 0;
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      float: left; }
      .rsvp.module .attendees ul > li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .rsvp.module .attendees ul:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0;
        clear: both;
        line-height: 0; }
      .rsvp.module .attendees ul .clearfix {
        display: inline-block; }
      .rsvp.module .attendees ul li {
        margin: 0;
        border: 0;
        padding: 0;
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left; }
        .rsvp.module .attendees ul li > li {
          margin: 0;
          padding: 0;
          list-style-type: none; }
        .rsvp.module .attendees ul li img {
          display: block;
          width: 52px;
          height: 52px; }
        .rsvp.module .attendees ul li strong {
          display: none; }

.slideshow.module {
  width: 100%;
  height: 350px;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto -7rem auto; }
  .slideshow.module:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: white;
    background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
  .slideshow.module ul {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 350px; }
    .slideshow.module ul > li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .slideshow.module ul li {
      display: block;
      width: 100% !important;
      height: 350px;
      position: absolute;
      top: 0;
      left: 0; }
      .slideshow.module ul li.fightqueen {
        background: url("../images/header-slideshow-fightqueen.jpg") no-repeat; }
      .slideshow.module ul li.markz {
        background: url("../images/header-slideshow-markz.jpg") no-repeat; }
      .slideshow.module ul li.matfresh {
        background: url("../images/header-slideshow-matfresh7.jpg") no-repeat; }
      .slideshow.module ul li.thegerz {
        background: url("../images/header-slideshow-thegerz.jpg") no-repeat; }
      .slideshow.module ul li.slide-1 {
        background: url("../images/header-slide-1.jpg") center center no-repeat; }
      .slideshow.module ul li.slide-2 {
        background: url("../images/header-slide-2.jpg") center 25% no-repeat; }
      .slideshow.module ul li.slide-3 {
        background: url("../images/header-slide-3.jpg") center 25% no-repeat; }
      .slideshow.module ul li.slide-4 {
        background: url("../images/header-slide-4.jpg") center 25% no-repeat; }
      .slideshow.module ul li.slide-5 {
        background: url("../images/header-slide-5.jpg") center 25% no-repeat; }
      .slideshow.module ul li.slide-6 {
        background: url("../images/header-slide-6.jpg") center 25% no-repeat; }
      .slideshow.module ul li.slide-7 {
        background: url("../images/header-slide-7.jpg") center 25% no-repeat; }
      .slideshow.module ul li em {
        display: none; }

.stream.module {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  clear: left;
  margin: 2rem 0 0 0; }
  .stream.module:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .stream.module .clearfix {
    display: inline-block; }
  .stream.module .tweet {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 8px;
    width: 33.3%;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .stream.module .tweet:last-child {
      padding-right: 8px; }

.text.module {
  padding: 1rem; }

#ufctv .card.module {
  background: url("../images/ufctv.jpg") no-repeat top left; }

#ufctv .copy {
  border: none; }

.upsell.module {
  padding: 2rem 0 4rem 0;
  text-align: center; }
  .upsell.module h1 {
    color: #d2200a;
    text-transform: uppercase; }
  .upsell.module ul {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .upsell.module ul:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    .upsell.module ul .clearfix {
      display: inline-block; }
    .upsell.module ul > li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .upsell.module .plan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 2rem 0; }
    @media screen and (max-width: 750px) {
      .upsell.module .plan {
        width: 100% !important;
        margin-right: 0 !important;
        border-left: 0 !important;
        padding-left: 0 !important; }
        .upsell.module .plan .btn {
          width: 30%; } }
    .upsell.module .plan:only-child {
      margin-left: auto;
      margin-right: auto;
      float: none; }
    .upsell.module .plan:first-child:nth-last-child(2),
    .upsell.module .plan:first-child:nth-last-child(2) ~ li {
      width: 50%;
      padding: 0 2%; }
    .upsell.module .plan:first-child:nth-last-child(3),
    .upsell.module .plan:first-child:nth-last-child(3) ~ li {
      width: 33.3%;
      padding: 0 2%; }
    .upsell.module .plan em {
      padding: 0 .75rem;
      border-top: 1px solid #e9cc0d;
      border-bottom: 1px solid #b9a20a;
      background-color: #e9cc0d;
      color: #000;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase; }
    .upsell.module .plan strong {
      color: #000;
      line-height: 1.5; }
    .upsell.module .plan + .plan {
      border-left: 1px solid #cecece; }
    .upsell.module .plan .btn {
      float: none;
      width: 50%;
      margin: 0 auto; }
      .upsell.module .plan .btn + a {
        margin: 0 auto;
        clear: left;
        float: none;
        font-size: .8em; }

#footer {
  padding: 4rem 0;
  color: #a7a7a7;
  background-color: #000; }
  #footer:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  #footer .clearfix {
    display: inline-block; }
  #footer div {
    width: 990px;
    margin: 0 auto; }
  #footer p {
    font-size: 11px;
    line-height: 1.5; }
  #footer ul.logos {
    display: none; }

#header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 990px;
  position: relative;
  margin: 0 auto;
  /* Fight Club Navigation */ }
  #header:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  #header .clearfix {
    display: inline-block; }
  #header a#back-to-ufc {
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    width: 100%;
    background: #d2200a;
    padding: 5px 0;
    display: none;
    text-align: center;
    color: #fff; }
    #header a#back-to-ufc img {
      border: 0; }
  #header #masthead {
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #fcfcfc;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
    /* IE 10 */
    background: -o-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    width: 100%;
    margin-bottom: 0;
    padding: 1rem 0;
    position: relative;
    z-index: 50; }
    #header #masthead .logo {
      margin: 0;
      float: left;
      background: white;
      /* Adaptation from Bourbon for straightforward gradients */
      background-color: #e7e7e7;
      background: -webkit-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
      background: -moz-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
      background: -ms-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
      /* IE 10 */
      background: -o-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }
      #header #masthead .logo a {
        display: block;
        width: 252px;
        height: 52px;
        background: url("../images/logo.png") no-repeat center 7px;
        text-indent: -5000px; }
  #header #navigation {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    /* Dropdown */ }
    #header #navigation > li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    #header #navigation li {
      float: left;
      font-weight: bold;
      font-size: 14px;
      height: 52px; }
      #header #navigation li a {
        display: block;
        height: 52px;
        margin-left: 2px;
        padding: 0 1.35rem;
        background: white;
        line-height: 54px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        /* Adaptation from Bourbon for straightforward gradients */
        background-color: #e7e7e7;
        background: -webkit-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
        background: -moz-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
        background: -ms-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
        /* IE 10 */
        background: -o-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/ }
        #header #navigation li a:hover {
          /* Adaptation from Bourbon for straightforward gradients */
          background-color: #d2200a;
          background: -webkit-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
          background: -moz-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
          background: -ms-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
          /* IE 10 */
          background: -o-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
          /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
          color: #fff;
          text-shadow: 1px 1px 1px #891507; }
      #header #navigation li.help {
        display: none; }
    #header #navigation .dropdown {
      position: relative;
      z-index: 1000; }
      #header #navigation .dropdown > a + .dropdown-menu {
        /* Adaptation from Bourbon for straightforward gradients */
        background-color: #41413f;
        background: -webkit-linear-gradient(90deg, #41413f 20%, #5b5b58 100%);
        background: -moz-linear-gradient(90deg, #41413f 20%, #5b5b58 100%);
        background: -ms-linear-gradient(90deg, #41413f 20%, #5b5b58 100%);
        /* IE 10 */
        background: -o-linear-gradient(90deg, #41413f 20%, #5b5b58 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
        border-radius: 0 0 0.5rem 0.5rem;
        border-top: 1rem solid #d2200a;
        min-width: 65rem;
        margin: 0;
        display: none;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 2px;
        /*border: 1px solid $gray;*/ }
        #header #navigation .dropdown > a + .dropdown-menu li {
          width: 100%;
          height: auto;
          float: left;
          clear: left; }
          #header #navigation .dropdown > a + .dropdown-menu li a {
            background: none;
            height: auto;
            filter: none;
            margin: 0;
            text-transform: none;
            text-align: left;
            white-space: nowrap; }
        #header #navigation .dropdown > a + .dropdown-menu .categories {
          min-height: 270px;
          background: #fff;
          border-right: 1px solid #e7e7e7;
          float: left; }
          #header #navigation .dropdown > a + .dropdown-menu .categories ul {
            margin: 0;
            border: 0;
            padding: 0;
            list-style-type: none;
            margin: 0;
            padding: 0; }
            #header #navigation .dropdown > a + .dropdown-menu .categories ul > li {
              margin: 0;
              padding: 0;
              list-style-type: none; }
            #header #navigation .dropdown > a + .dropdown-menu .categories ul li {
              border-bottom: 1px solid #e7e7e7;
              border-left: 1px solid #e7e7e7; }
              #header #navigation .dropdown > a + .dropdown-menu .categories ul li a {
                background: #fff;
                line-height: 40px; }
                #header #navigation .dropdown > a + .dropdown-menu .categories ul li a:hover {
                  /* Adaptation from Bourbon for straightforward gradients */
                  background-color: #e7e7e7;
                  background: -webkit-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
                  background: -moz-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
                  background: -ms-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
                  /* IE 10 */
                  background: -o-linear-gradient(90deg, #e7e7e7 20%, #dadada 100%);
                  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
                  color: #d2200a;
                  text-shadow: none; }
                #header #navigation .dropdown > a + .dropdown-menu .categories ul li a:after {
                  padding-left: 1rem;
                  font-size: 12px; }
        #header #navigation .dropdown > a + .dropdown-menu .links {
          float: left;
          clear: none; }
          #header #navigation .dropdown > a + .dropdown-menu .links .Premium-Forum a {
            color: #e9cc0d; }
            #header #navigation .dropdown > a + .dropdown-menu .links .Premium-Forum a:hover {
              color: #f6d600; }
            #header #navigation .dropdown > a + .dropdown-menu .links .Premium-Forum a::before {
              padding-right: 0.5rem; }
          #header #navigation .dropdown > a + .dropdown-menu .links .Premium-Forum strong {
            color: #c2aa0b; }
          #header #navigation .dropdown > a + .dropdown-menu .links div {
            padding: 2rem 3rem;
            float: left;
            padding-right: 2rem; }
            #header #navigation .dropdown > a + .dropdown-menu .links div:last-of-type {
              border-right: 0;
              margin-right: 0; }
          #header #navigation .dropdown > a + .dropdown-menu .links strong {
            color: #a7a7a7;
            display: block;
            font-weight: bold;
            font-size: 12px;
            line-height: 12px; }
          #header #navigation .dropdown > a + .dropdown-menu .links ul {
            margin: 0;
            border: 0;
            padding: 0;
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-top: 1rem; }
            #header #navigation .dropdown > a + .dropdown-menu .links ul > li {
              margin: 0;
              padding: 0;
              list-style-type: none; }
            #header #navigation .dropdown > a + .dropdown-menu .links ul li a {
              display: block;
              color: #e7e7e7;
              font-weight: normal;
              font-size: 12px;
              line-height: 20px;
              padding: 0;
              margin-top: 0.5rem; }
              #header #navigation .dropdown > a + .dropdown-menu .links ul li a:hover {
                color: #fff;
                background: none;
                text-shadow: none; }
            #header #navigation .dropdown > a + .dropdown-menu .links ul li.premium a {
              color: #e9cc0d; }
      #header #navigation .dropdown:hover > a {
        /* Adaptation from Bourbon for straightforward gradients */
        background-color: #d2200a;
        background: -webkit-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
        background: -moz-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
        background: -ms-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
        /* IE 10 */
        background: -o-linear-gradient(120deg, #d2200a 20%, #a11908 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
        color: #fff;
        text-shadow: 1px 1px 1px #891507; }
        #header #navigation .dropdown:hover > a + .dropdown-menu {
          display: block; }
  #header .help.button {
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* @include box-shadow(1px 1px 1px darken($button-color, 15%) ); */
    border-radius: 1px;
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    margin: 1rem 0;
    padding: 0 1rem;
    border: 0;
    background: #41413f;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    text-shadow: 1px 1px 1px #1a1a19;
    vertical-align: middle;
    white-space: nowrap;
    /* What is this for? */
    *display: inline;
    *zoom: 1;
    border-bottom-left-radius: 1rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: block;
    padding-right: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    margin: 0;
    background-color: #d2200a; }
    #header .help.button img {
      border: 0; }
    #header .help.button:hover {
      background: #686865;
      color: #fff; }
    #header .help.button:active {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
    #header .help.button[disabled] {
      cursor: not-allowed;
      opacity: .25;
      text-shadow: none; }
    #header .help.button + button,
    #header .help.button + .btn {
      margin-left: 1rem;
      line-height: 26px; }
    #header .help.button + a,
    #header .help.button + input {
      margin: 1rem 0 1rem 2rem;
      float: left;
      line-height: 26px; }
    #header .help.button[class^="ss-"]:before, #header .help.button[class*=" ss-"]:before,
    #header .help.button *[class^="ss-"]:before,
    #header .help.button *[class*=" ss-"]:before {
      padding-right: .5rem !important;
      vertical-align: middle;
      line-height: 1; }
    #header .help.button em {
      display: none;
      font-style: normal; }
    #header .help.button:hover {
      background-color: #d2200a; }

/* Styles specified here apply to any instances of the Social/Facebook Post partial */
.facebook-post pre {
  -webkit-white-space: pre-wrap;
  -moz-white-space: pre-wrap;
  word-wrap: break-word;
  font-family: sans-serif; }

/* Styles specified here apply to any instances of the Social/Instagram Photo partial */
.instagram-photo {
  position: relative;
  float: left;
  margin: 0 1em 1em 0; }
  .instagram-photo img.profile-picture {
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 5px 5px 0; }
  .instagram-photo hgroup h1, .instagram-photo hgroup h2, .instagram-photo time {
    margin: 0;
    font-size: 1em;
    line-height: 16px; }
  .instagram-photo hgroup {
    width: 80%;
    float: left; }
    .instagram-photo hgroup h1, .instagram-photo hgroup h2 a {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow-wrap: break-word;
      display: block;
      width: 100%; }
  .instagram-photo time {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5; }

.stream .tweet > div {
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 2rem 2rem 1.5rem 2rem;
  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb; }
  .stream .tweet > div:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  .stream .tweet > div .clearfix {
    display: inline-block; }

.stream .tweet .user .thumbnail {
  border-radius: 4px;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  float: left;
  margin: 0 1rem 1rem 0; }
  .stream .tweet .user .thumbnail + a {
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 1; }
    .stream .tweet .user .thumbnail + a img {
      border: 0; }

.stream .tweet .user small {
  display: block;
  font-weight: normal;
  color: #a7a7a7;
  line-height: 1.75; }

.stream .tweet .user .twitter-follow-button {
  float: right; }

.stream .tweet p {
  clear: left; }

.stream .tweet img {
  margin-bottom: 1rem; }

.stream .tweet time {
  clear: left;
  float: left;
  color: #a7a7a7;
  font-size: 12px;
  line-height: 1.5; }

.stream .tweet .ss-icon {
  float: right;
  margin-left: 1rem;
  color: #a7a7a7;
  line-height: 1.5;
  vertical-align: middle; }
  .stream .tweet .ss-icon span {
    display: none; }
  .stream .tweet .ss-icon:hover {
    color: #d2200a; }

#page-benefits-responsive .membership-benefits {
  text-align: left; }

#page-benefits-responsive tfoot .membership-benefits {
  visibility: hidden; }

#page-benefits-responsive .intro {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0; }
  #page-benefits-responsive .intro > div {
    position: relative;
    z-index: 3; }
    #page-benefits-responsive .intro > div .title-heading {
      text-shadow: -2px 1px 1px rgba(200, 200, 200, 0.75); }
    #page-benefits-responsive .intro > div strong {
      color: #d2200a;
      text-shadow: -1px 1px 1px rgba(230, 230, 230, 0.75); }
    #page-benefits-responsive .intro > div p {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 8px;
      float: none;
      margin-bottom: 0;
      font-weight: bold;
      text-shadow: -1px 1px 1px rgba(230, 230, 230, 0.75); }
      #page-benefits-responsive .intro > div p:last-child {
        padding-right: 8px; }

#page-benefits-responsive .slideshow.module {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

body[data-route="/benefits"],
#page-Benefits-EMEA {
  /*#header, #footer, .page { min-width: 990px; }*/ }
  body[data-route="/benefits"] .alerts,
  #page-Benefits-EMEA .alerts {
    margin: 0;
    border: 0;
    border-radius: 0; }
  body[data-route="/benefits"] .benefits,
  #page-Benefits-EMEA .benefits {
    position: relative; }
  body[data-route="/benefits"] .membership-benefits,
  #page-Benefits-EMEA .membership-benefits {
    text-align: left; }
  body[data-route="/benefits"] tfoot .membership-benefits,
  #page-Benefits-EMEA tfoot .membership-benefits {
    visibility: hidden; }
  body[data-route="/benefits"] .membership-disclaimer,
  #page-Benefits-EMEA .membership-disclaimer {
    display: inline !important; }
  body[data-route="/benefits"] .intro,
  #page-Benefits-EMEA .intro {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0 !important; }
    body[data-route="/benefits"] .intro h1,
    #page-Benefits-EMEA .intro h1 {
      margin: 0;
      font-size: 30px;
      line-height: .9;
      text-rendering: optimizeLegibility;
      text-transform: uppercase;
      padding-top: 2rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    body[data-route="/benefits"] .intro > div,
    #page-Benefits-EMEA .intro > div {
      position: relative;
      z-index: 3; }
      body[data-route="/benefits"] .intro > div .title-heading,
      #page-Benefits-EMEA .intro > div .title-heading {
        text-shadow: -2px 1px 1px rgba(200, 200, 200, 0.75); }
      body[data-route="/benefits"] .intro > div strong,
      #page-Benefits-EMEA .intro > div strong {
        color: #d2200a;
        text-shadow: -1px 1px 1px rgba(230, 230, 230, 0.75); }
      body[data-route="/benefits"] .intro > div p,
      #page-Benefits-EMEA .intro > div p {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.33333%;
        float: left;
        padding-left: 8px;
        float: none;
        margin-bottom: 0;
        padding: 0;
        font-weight: bold;
        text-shadow: -1px 1px 1px rgba(230, 230, 230, 0.75); }
        body[data-route="/benefits"] .intro > div p:last-child,
        #page-Benefits-EMEA .intro > div p:last-child {
          padding-right: 8px; }
  body[data-route="/benefits"] .slideshow.module,
  #page-Benefits-EMEA .slideshow.module {
    /* position: absolute;
		top: 0;
		left: 0;
		z-index: 0; */
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      body[data-route="/benefits"] .slideshow.module,
      #page-Benefits-EMEA .slideshow.module {
        /* display: none; */ } }

body[data-route="/benefits"] .membership-disclaimer {
  display: inline !important; }

body[data-route="/benefits"] .membership-disclaimer-emea {
  display: none !important; }

#page-Benefits-EMEA .elite.plan,
#page-Benefits-EMEA .deck tfoot,
#page-Benefits-EMEA .membership-disclaimer {
  display: none !important; }

#page-Benefits-EMEA .membership-disclaimer-emea {
  display: inline !important; }

body[data-route*="/events"] .tabbed > header {
  margin-bottom: 1rem; }

body[data-route*="/fights"] {
  /* Fight Card Module */ }
  body[data-route*="/fights"] .page > .lockup .card.module {
    background: #000;
    /*
        background: radial-gradient(circle farthest-side at 50% 100%, white 0%, #0f0f0f 85%, #0f0f0f 100%);
        background: -webkit-radial-gradient(50% 100%, circle farthest-side, white 0%, #0f0f0f 85%, #0f0f0f 100%);
        background: -ms-radial-gradient(50% 100%, circle farthest-side, white 0%, #0f0f0f 85%, #0f0f0f 100%);
        filter: progid:DXImagseTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr=white,GradientType=0 );
        */ }
    body[data-route*="/fights"] .page > .lockup .card.module header {
      z-index: 2; }
    body[data-route*="/fights"] .page > .lockup .card.module .headshots img {
      width: 85% !important;
      min-height: auto !important;
      background: none;
      position: absolute;
      z-index: 1;
      bottom: -15%;
      margin: 0; }
      body[data-route*="/fights"] .page > .lockup .card.module .headshots img.left {
        left: -15%; }
      body[data-route*="/fights"] .page > .lockup .card.module .headshots img.right {
        right: -15%; }

#page-forum #premium .upsell + table {
  display: none !important; }

#page-forum #premium .upsell:empty + table {
  display: table !important; }

#page-help .questions .login {
  display: none; }

.categories.module,
.discussions.module {
  margin-top: 2rem; }
  .categories.module .DataTable td,
  .discussions.module .DataTable td {
    padding: 1rem; }
  @media screen and (max-width: 640px) {
    .categories.module .DataTable th.CountDiscussions,
    .categories.module .DataTable th.CountComments,
    .categories.module .DataTable td.CountDiscussions,
    .categories.module .DataTable td.CountComments,
    .discussions.module .DataTable th.CountDiscussions,
    .discussions.module .DataTable th.CountComments,
    .discussions.module .DataTable td.CountDiscussions,
    .discussions.module .DataTable td.CountComments {
      display: none; } }
  .categories.module .DataTable thead th,
  .discussions.module .DataTable thead th {
    padding: 1rem; }
    .categories.module .DataTable thead th.DiscussionName, .categories.module .DataTable thead th.CategoryName,
    .discussions.module .DataTable thead th.DiscussionName,
    .discussions.module .DataTable thead th.CategoryName {
      width: 30%; }
    .categories.module .DataTable thead th.CountComments, .categories.module .DataTable thead th.CountDiscussions,
    .discussions.module .DataTable thead th.CountComments,
    .discussions.module .DataTable thead th.CountDiscussions {
      width: 5%;
      text-align: center; }
    .categories.module .DataTable thead th.User,
    .discussions.module .DataTable thead th.User {
      width: 25%; }
    .categories.module .DataTable thead th.NewDiscussion,
    .discussions.module .DataTable thead th.NewDiscussion {
      width: 10%; }
    .categories.module .DataTable thead th.LatestPost,
    .discussions.module .DataTable thead th.LatestPost {
      width: 50%; }
  .categories.module .DataTable tbody .DiscussionName,
  .categories.module .DataTable tbody .CategoryName,
  .discussions.module .DataTable tbody .DiscussionName,
  .discussions.module .DataTable tbody .CategoryName {
    width: 30%; }
    .categories.module .DataTable tbody .DiscussionName a,
    .categories.module .DataTable tbody .CategoryName a,
    .discussions.module .DataTable tbody .DiscussionName a,
    .discussions.module .DataTable tbody .CategoryName a {
      margin: 0;
      border: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      font-weight: bold; }
      .categories.module .DataTable tbody .DiscussionName a img,
      .categories.module .DataTable tbody .CategoryName a img,
      .discussions.module .DataTable tbody .DiscussionName a img,
      .discussions.module .DataTable tbody .CategoryName a img {
        border: 0; }
      .categories.module .DataTable tbody .DiscussionName a.ss-lock:before, .categories.module .DataTable tbody .DiscussionName a.ss-unlock:before,
      .categories.module .DataTable tbody .CategoryName a.ss-lock:before,
      .categories.module .DataTable tbody .CategoryName a.ss-unlock:before,
      .discussions.module .DataTable tbody .DiscussionName a.ss-lock:before,
      .discussions.module .DataTable tbody .DiscussionName a.ss-unlock:before,
      .discussions.module .DataTable tbody .CategoryName a.ss-lock:before,
      .discussions.module .DataTable tbody .CategoryName a.ss-unlock:before {
        padding-right: 5px;
        color: #e9cc0d; }
    .categories.module .DataTable tbody .DiscussionName p,
    .categories.module .DataTable tbody .CategoryName p,
    .discussions.module .DataTable tbody .DiscussionName p,
    .discussions.module .DataTable tbody .CategoryName p {
      margin: 0; }
  .categories.module .DataTable tbody .CountViews,
  .categories.module .DataTable tbody .CountDiscussions,
  .categories.module .DataTable tbody .CountComments,
  .discussions.module .DataTable tbody .CountViews,
  .discussions.module .DataTable tbody .CountDiscussions,
  .discussions.module .DataTable tbody .CountComments {
    width: 5%;
    font-weight: bold;
    text-align: center; }
  .categories.module .DataTable tbody .NewDiscussion,
  .discussions.module .DataTable tbody .NewDiscussion {
    width: 10%; }
  .categories.module .DataTable tbody .LatestPost,
  .discussions.module .DataTable tbody .LatestPost {
    width: 50%; }
    .categories.module .DataTable tbody .LatestPost a,
    .discussions.module .DataTable tbody .LatestPost a {
      text-decoration: none; }
    .categories.module .DataTable tbody .LatestPost a.title,
    .discussions.module .DataTable tbody .LatestPost a.title {
      font-weight: bold; }
    .categories.module .DataTable tbody .LatestPost a.time,
    .discussions.module .DataTable tbody .LatestPost a.time {
      text-transform: uppercase; }
  .categories.module .DataTable tbody .Tag,
  .discussions.module .DataTable tbody .Tag {
    border-radius: 0.5rem;
    background: #a7a7a7;
    padding: 0.25rem 0.5rem;
    color: #fff;
    font-size: 12px;
    line-height: 14px; }
  .categories.module .DataTable tbody .Thumbnail,
  .discussions.module .DataTable tbody .Thumbnail {
    margin-right: 5px;
    float: left; }
    .categories.module .DataTable tbody .Thumbnail img,
    .discussions.module .DataTable tbody .Thumbnail img {
      width: 24px; }
    .categories.module .DataTable tbody .Thumbnail + a,
    .discussions.module .DataTable tbody .Thumbnail + a {
      margin: 0;
      border: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      display: block;
      font-size: 12px;
      line-height: 12px;
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      /* white-space: nowrap; this must wrap to maintain column widths */ }
      .categories.module .DataTable tbody .Thumbnail + a img,
      .discussions.module .DataTable tbody .Thumbnail + a img {
        border: 0; }
    .categories.module .DataTable tbody .Thumbnail + a + .Meta span,
    .discussions.module .DataTable tbody .Thumbnail + a + .Meta span {
      color: #d2200a; }
    .categories.module .DataTable tbody .Thumbnail + a + .Meta a,
    .discussions.module .DataTable tbody .Thumbnail + a + .Meta a {
      margin: 0;
      border: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      font-size: 10px;
      line-height: 10px;
      text-transform: uppercase; }
      .categories.module .DataTable tbody .Thumbnail + a + .Meta a img,
      .discussions.module .DataTable tbody .Thumbnail + a + .Meta a img {
        border: 0; }

.questions.module {
  margin-top: 0; }
  .questions.module .DataTable thead th.DiscussionName, .questions.module .DataTable thead th.CategoryName {
    width: 60%; }
  .questions.module .DataTable tbody td.DiscussionName, .questions.module .DataTable tbody td.CategoryName {
    width: 60%; }

body.Vanilla {
  /* Modal */
  /* Toolbar */ }
  body.Vanilla .close {
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    cursor: pointer; }
  body.Vanilla .modal-open .dropdown-menu {
    z-index: 2050; }
  body.Vanilla .modal-open .dropdown.open {
    *z-index: 2050; }
  body.Vanilla .modal-open .popover {
    z-index: 2060; }
  body.Vanilla .modal-open .tooltip {
    z-index: 2070; }
  body.Vanilla .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000; }
  body.Vanilla .modal-backdrop.fade {
    opacity: 0; }
  body.Vanilla .modal-backdrop, body.Vanilla .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  body.Vanilla .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #cdcdcd;
    background: -webkit-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    background: -moz-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    background: -ms-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    /* IE 10 */
    background: -o-linear-gradient(90deg, #cdcdcd 0%, #fff 50%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
  body.Vanilla .modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%; }
  body.Vanilla .modal.fade.in {
    top: 50%; }
  body.Vanilla .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee; }
  body.Vanilla .modal-header .close {
    margin-top: 2px; }
  body.Vanilla .modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px; }
  body.Vanilla .modal-form {
    margin-bottom: 0; }
  body.Vanilla .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1; }
  body.Vanilla .modal-footer:before, body.Vanilla .modal-footer:after {
    display: table;
    content: ""; }
  body.Vanilla .modal-footer:after {
    clear: both; }
  body.Vanilla .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  body.Vanilla .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  body.Vanilla .modal-body input {
    width: auto; }
  body.Vanilla .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  body.Vanilla .fade.in {
    opacity: 1; }
  body.Vanilla ul.wysihtml5-toolbar .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  body.Vanilla ul.wysihtml5-toolbar .btn:hover, body.Vanilla ul.wysihtml5-toolbar .btn:active, body.Vanilla ul.wysihtml5-toolbar .btn.active, body.Vanilla ul.wysihtml5-toolbar .btn.disabled, body.Vanilla ul.wysihtml5-toolbar .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  body.Vanilla ul.wysihtml5-toolbar .btn:active, body.Vanilla ul.wysihtml5-toolbar .btn.active {
    background-color: #cccccc \9; }
  body.Vanilla ul.wysihtml5-toolbar .btn:first-child {
    *margin-left: 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn:hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  body.Vanilla ul.wysihtml5-toolbar .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  body.Vanilla ul.wysihtml5-toolbar .btn.active, body.Vanilla ul.wysihtml5-toolbar .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  body.Vanilla ul.wysihtml5-toolbar .btn.disabled, body.Vanilla ul.wysihtml5-toolbar .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body.Vanilla ul.wysihtml5-toolbar input[type="submit"].btn-block, body.Vanilla ul.wysihtml5-toolbar input[type="reset"].btn-block, body.Vanilla ul.wysihtml5-toolbar input[type="button"].btn-block {
    width: 100%; }
  body.Vanilla ul.wysihtml5-toolbar .btn-link, body.Vanilla ul.wysihtml5-toolbar .btn-link:active, body.Vanilla ul.wysihtml5-toolbar .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body.Vanilla ul.wysihtml5-toolbar .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent; }
  body.Vanilla ul.wysihtml5-toolbar .btn-link[disabled]:hover {
    color: #333333;
    text-decoration: none; }
  body.Vanilla ul.wysihtml5-toolbar [class^="icon-"], body.Vanilla ul.wysihtml5-toolbar [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px; }
  body.Vanilla ul.wysihtml5-toolbar .icon-font {
    background-position: -144px -48px; }
  body.Vanilla ul.wysihtml5-toolbar .icon-list {
    background-position: -360px -48px; }
  body.Vanilla ul.wysihtml5-toolbar .icon-th-list {
    background-position: -264px 0; }
  body.Vanilla ul.wysihtml5-toolbar .icon-indent-left {
    background-position: -384px -48px; }
  body.Vanilla ul.wysihtml5-toolbar .icon-indent-right {
    background-position: -408px -48px; }
  body.Vanilla ul.wysihtml5-toolbar .icon-share {
    background-position: -120px -72px; }
  body.Vanilla ul.wysihtml5-toolbar .icon-picture {
    background-position: -456px -48px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group:first-child {
    *margin-left: 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group + .btn-group {
    margin-left: 5px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-toolbar > .btn + .btn, body.Vanilla ul.wysihtml5-toolbar .btn-toolbar > .btn-group + .btn, body.Vanilla ul.wysihtml5-toolbar .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn + .btn {
    margin-left: -1px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn, body.Vanilla ul.wysihtml5-toolbar .btn-group > .dropdown-menu, body.Vanilla ul.wysihtml5-toolbar .btn-group > .popover {
    font-size: 14px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn-mini {
    font-size: 10.5px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn-small {
    font-size: 11.9px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn-large {
    font-size: 17.5px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn:last-child, body.Vanilla ul.wysihtml5-toolbar .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn.large:last-child, body.Vanilla ul.wysihtml5-toolbar .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn:hover, body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn:focus, body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn:active, body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn.active {
    z-index: 2; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group .dropdown-toggle:active, body.Vanilla ul.wysihtml5-toolbar .btn-group.open .dropdown-toggle {
    outline: 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn-mini + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222; }
  body.Vanilla ul.wysihtml5-toolbar .btn .caret {
    margin-top: 8px;
    margin-left: 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn:hover .caret, body.Vanilla ul.wysihtml5-toolbar .open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100); }
  body.Vanilla ul.wysihtml5-toolbar .btn-mini .caret, body.Vanilla ul.wysihtml5-toolbar .btn-small .caret, body.Vanilla ul.wysihtml5-toolbar .btn-large .caret {
    margin-top: 6px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px; }
  body.Vanilla ul.wysihtml5-toolbar .dropup .btn-large .caret {
    border-bottom-width: 5px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-primary .caret, body.Vanilla ul.wysihtml5-toolbar .btn-warning .caret, body.Vanilla ul.wysihtml5-toolbar .btn-danger .caret, body.Vanilla ul.wysihtml5-toolbar .btn-info .caret, body.Vanilla ul.wysihtml5-toolbar .btn-success .caret, body.Vanilla ul.wysihtml5-toolbar .btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group-vertical > .btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group-vertical > .btn + .btn {
    margin-left: 0;
    margin-top: -1px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group-vertical > .btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group-vertical > .btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group-vertical > .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  body.Vanilla ul.wysihtml5-toolbar .btn-group-vertical > .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown {
    position: relative; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-toggle {
    *margin-bottom: -3px; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-toggle:active, body.Vanilla ul.wysihtml5-toolbar .open .dropdown-toggle {
    outline: 0; }
  body.Vanilla ul.wysihtml5-toolbar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
    content: ""; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu li > a:hover, body.Vanilla ul.wysihtml5-toolbar .dropdown-menu li > a:focus, body.Vanilla ul.wysihtml5-toolbar .dropdown-submenu:hover > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu .active > a, body.Vanilla ul.wysihtml5-toolbar .dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu .disabled > a, body.Vanilla ul.wysihtml5-toolbar .dropdown-menu .disabled > a:hover {
    color: #999999; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: default; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown.open {
    *z-index: 1000; }
  body.Vanilla ul.wysihtml5-toolbar .dropdown.open .dropdown-toggle {
    color: #ffffff;
    background: #ccc;
    background: rgba(0, 0, 0, 0.3); }
  body.Vanilla ul.wysihtml5-toolbar .dropdown.open .dropdown-menu {
    display: block; }
  body.Vanilla ul.wysihtml5-toolbar .pull-right .dropdown-menu {
    left: auto;
    right: 0; }
  body.Vanilla ul.wysihtml5-toolbar .dropup .caret, body.Vanilla ul.wysihtml5-toolbar .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "\2191"; }
  body.Vanilla ul.wysihtml5-toolbar .dropup .dropdown-menu, body.Vanilla ul.wysihtml5-toolbar .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px; }

body.Vanilla .Crumb {
  display: none; }

body.Vanilla .Breadcrumbs {
  padding-right: 35px;
  overflow: hidden; }
  body.Vanilla .Breadcrumbs .CrumbLabel, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span {
    float: left; }
    body.Vanilla .Breadcrumbs .CrumbLabel a, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a {
      margin: 0;
      border: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      color: #b4b4b6;
      padding: 4px 0 4px 50px;
      padding: .4rem 0 .4rem 5rem;
      font-weight: bold;
      background: #272726;
      position: relative;
      display: block;
      float: left;
      text-transform: uppercase;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased; }
      body.Vanilla .Breadcrumbs .CrumbLabel a img, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a img {
        border: 0; }
      body.Vanilla .Breadcrumbs .CrumbLabel a:hover, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a:hover {
        background: #dc1800 !important; }
      body.Vanilla .Breadcrumbs .CrumbLabel a:hover:after, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a:hover:after {
        border-left-color: #dc1800 !important; }
      body.Vanilla .Breadcrumbs .CrumbLabel a span, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a span {
        background: transparent;
        color: #fff; }
      body.Vanilla .Breadcrumbs .CrumbLabel a:after, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #272726;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2; }
      body.Vanilla .Breadcrumbs .CrumbLabel a:before, body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #41413f;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1; }
  body.Vanilla .Breadcrumbs .HomeCrumb a {
    padding-left: 10px; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a {
    background: #313130; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] > .Crumb + span a:after {
    border-left-color: #313130; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] span[itemprop="child"] > .Crumb + span a {
    background: #3c3c3a; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] span[itemprop="child"] > .Crumb + span a:after {
    border-left-color: #3c3c3a; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] span[itemprop="child"] span[itemprop="child"] > .Crumb + span a {
    background: #464644; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] span[itemprop="child"] span[itemprop="child"] > .Crumb + span a:after {
    border-left-color: #464644; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] span[itemprop="child"] span[itemprop="child"] span[itemprop="child"] > .Crumb + span a {
    background: #51514e; }
  body.Vanilla .Breadcrumbs span[itemprop="child"] span[itemprop="child"] span[itemprop="child"] span[itemprop="child"] > .Crumb + span a:after {
    border-left-color: #51514e; }

body.Vanilla .Buttons a {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* @include box-shadow(1px 1px 1px darken($button-color, 15%) ); */
  border-radius: 1px;
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  margin: 1rem 0;
  padding: 0 1rem;
  border: 0;
  background: #41413f;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 1px #1a1a19;
  vertical-align: middle;
  white-space: nowrap;
  /* What is this for? */
  *display: inline;
  *zoom: 1; }
  body.Vanilla .Buttons a img {
    border: 0; }
  body.Vanilla .Buttons a:hover {
    background: #686865;
    color: #fff; }
  body.Vanilla .Buttons a:active {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
  body.Vanilla .Buttons a[disabled] {
    cursor: not-allowed;
    opacity: .25;
    text-shadow: none; }
  body.Vanilla .Buttons a + button,
  body.Vanilla .Buttons a + .btn {
    margin-left: 1rem;
    line-height: 26px; }
  body.Vanilla .Buttons a + a,
  body.Vanilla .Buttons a + input {
    margin: 1rem 0 1rem 2rem;
    float: left;
    line-height: 26px; }
  body.Vanilla .Buttons a[class^="ss-"]:before, body.Vanilla .Buttons a[class*=" ss-"]:before,
  body.Vanilla .Buttons a *[class^="ss-"]:before,
  body.Vanilla .Buttons a *[class*=" ss-"]:before {
    padding-right: .5rem !important;
    vertical-align: middle;
    line-height: 1; }
  body.Vanilla .Buttons a em {
    display: none;
    font-style: normal; }
  body.Vanilla .Buttons a + input {
    margin: 0;
    border: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* @include box-shadow(1px 1px 1px darken($button-color, 15%) ); */
    border-radius: 1px;
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    margin: 1rem 0;
    padding: 0 1rem;
    border: 0;
    background: #41413f;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    text-shadow: 1px 1px 1px #1a1a19;
    vertical-align: middle;
    white-space: nowrap;
    /* What is this for? */
    *display: inline;
    *zoom: 1;
    /* Adaptation from Bourbon for straightforward gradients */
    background-color: #a11908;
    background: -webkit-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    background: -moz-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    background: -ms-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    /* IE 10 */
    background: -o-linear-gradient(90deg, #a11908 0%, #d2200a 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );*/
    text-shadow: 1px 1px 1px #891507;
    margin-left: 2rem; }
    body.Vanilla .Buttons a + input img {
      border: 0; }
    body.Vanilla .Buttons a + input:hover {
      background: #686865;
      color: #fff; }
    body.Vanilla .Buttons a + input:active {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
    body.Vanilla .Buttons a + input[disabled] {
      cursor: not-allowed;
      opacity: .25;
      text-shadow: none; }
    body.Vanilla .Buttons a + input + button,
    body.Vanilla .Buttons a + input + .btn {
      margin-left: 1rem;
      line-height: 26px; }
    body.Vanilla .Buttons a + input + a,
    body.Vanilla .Buttons a + input + input {
      margin: 1rem 0 1rem 2rem;
      float: left;
      line-height: 26px; }
    body.Vanilla .Buttons a + input[class^="ss-"]:before, body.Vanilla .Buttons a + input[class*=" ss-"]:before,
    body.Vanilla .Buttons a + input *[class^="ss-"]:before,
    body.Vanilla .Buttons a + input *[class*=" ss-"]:before {
      padding-right: .5rem !important;
      vertical-align: middle;
      line-height: 1; }
    body.Vanilla .Buttons a + input em {
      display: none;
      font-style: normal; }
    body.Vanilla .Buttons a + input:hover {
      background: #a11908; }
    body.Vanilla .Buttons a + input[disabled] {
      cursor: not-allowed;
      opacity: .25;
      text-shadow: none; }

body.Vanilla .Buttons .Back {
  display: none; }

body.Vanilla .Profile {
  padding: 1rem; }
  body.Vanilla .Profile .H {
    clear: left;
    float: left;
    margin: 2rem 0;
    padding: 0; }
  body.Vanilla .Profile dl {
    clear: left;
    margin-bottom: 2rem;
    padding: 2rem; }
  body.Vanilla .Profile .ReactionsWrap {
    margin-bottom: 2rem;
    clear: left;
    background-color: #e7e7e7;
    padding: 2rem; }
    body.Vanilla .Profile .ReactionsWrap .DataCounts {
      text-align: left; }

body.Vanilla .ProfileOptions {
  float: left;
  clear: left;
  margin: .5rem 1rem 2rem 1rem; }

body.Vanilla .CategoryGroup h2 {
  padding: 0 .75rem;
  border-top: 1px solid #d2200a;
  border-bottom: 1px solid #a11908;
  background-color: #d2200a;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }

body.Vanilla .CategoryGroup thead div {
  font-size: 12px; }

body.Vanilla .CategoryGroup:last-child {
  margin-bottom: 2rem; }

body.Vanilla {
  /* Fix for index issues */
  /* Fix for float issues */ }
  body.Vanilla div.token-input-dropdown {
    z-index: 100; }
  body.Vanilla .DataTable,
  body.Vanilla .DataList {
    width: 100%;
    float: left; }
  body.Vanilla .Discussions {
    padding-top: 0;
    clear: left; }
  body.Vanilla .Discussion {
    clear: left;
    display: block; }
  body.Vanilla .PageTitle + .Item {
    background-color: none;
    padding: 1rem 1rem 4rem 1rem; }
  body.Vanilla .Item {
    background-color: #fff; }
  body.Vanilla .Item.Alt {
    background-color: #f4f4f4; }
  body.Vanilla .CommentFormWrap {
    background-color: #a7a7a7; }
  body.Vanilla .DataBox-Comments {
    clear: left; }
    body.Vanilla .DataBox-Comments .CommentHeading {
      visibility: hidden; }
  body.Vanilla .AuthorWrap {
    clear: left; }

body.Vanilla {
  /* This removes the ability to start new discussions from users - why is it here?
	.BoxNewDiscussion {
		display: none;
	}
	*/ }
  body.Vanilla form {
    clear: left;
    background: #f4f4f4;
    padding: 13px 20px; }
    body.Vanilla form .Buttons {
      float: left; }
  body.Vanilla .AdminCheck,
  body.Vanilla .FormWrapper {
    margin: 0 0 1rem 0; }
  body.Vanilla label {
    color: #41413f; }
  body.Vanilla .Category {
    margin-bottom: 2rem; }
  body.Vanilla #DiscussionForm .PostOptions {
    margin-bottom: 4rem; }
    body.Vanilla #DiscussionForm .PostOptions:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0;
      clear: both;
      line-height: 0; }
    body.Vanilla #DiscussionForm .PostOptions .clearfix {
      display: inline-block; }
    body.Vanilla #DiscussionForm .PostOptions label {
      color: #41413f; }
  body.Vanilla .CommentForm {
    margin-top: 1rem; }
    body.Vanilla .CommentForm .FormWrapper {
      padding: 2rem; }
    body.Vanilla .CommentForm .H {
      display: block;
      color: #fff;
      padding: 2rem; }
    body.Vanilla .CommentForm img {
      display: none; }
  body.Vanilla input,
  body.Vanilla textarea {
    border-radius: .5rem;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  body.Vanilla textarea {
    width: 100%;
    min-height: 200px; }

/* This is embedded into the page whenever the new discussion dialog is opened */
iframe#vanilla {
  margin: 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

body.Vanilla {
  /* Are these still needed?

	.lockup > div {
		@include column(9);
	}
	
	.lockup > div + aside {
		@include column(3);	
	}
	
	*/
  /* Styles from Vanilla developers */ }
  body.Vanilla .Profile .MeBox {
    display: block; }
  body.Vanilla .PagerWrap {
    clear: both; }
  body.Vanilla .Item .Reactions > * {
    visibility: visible; }

body.Vanilla #header #masthead .user {
  display: block;
  position: relative;
  overflow: visible;
  padding: 0;
  margin-left: -4px; }
  body.Vanilla #header #masthead .user .MeBox {
    margin: 0; }
    body.Vanilla #header #masthead .user .MeBox .WhoIs {
      padding: 5px 0 0 0; }
      body.Vanilla #header #masthead .user .MeBox .WhoIs > a {
        margin-left: 5px; }
    body.Vanilla #header #masthead .user .MeBox img {
      width: 52px;
      height: 52px; }
  body.Vanilla #header #masthead .user a.logout {
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: #41413f;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px; }
    body.Vanilla #header #masthead .user a.logout:hover {
      color: #000; }

body.Vanilla .PageControls {
  margin: 0;
  clear: left;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e8e8e8; }
  body.Vanilla .PageControls.Bottom {
    padding: 2rem 0; }

body.Vanilla .Pager a, body.Vanilla .Pager span {
  border-radius: 0;
  box-shadow: none;
  padding: 0 1rem;
  font-size: 10px;
  line-height: 21px;
  text-transform: uppercase;
  box-shadow: 0;
  margin: 0 0 0 2px;
  color: #41413f;
  background: #e7e7e7; }
  body.Vanilla .Pager a:hover, body.Vanilla .Pager span:hover {
    background: #a7a7a7;
    color: #fff; }
  body.Vanilla .Pager a.Highlight, body.Vanilla .Pager span.Highlight {
    background: #d2200a;
    color: #fff; }
  body.Vanilla .Pager a.Ellipsis, body.Vanilla .Pager span.Ellipsis {
    background: transparent;
    border: 0;
    color: #41413f; }

@media screen and (max-width: 640px) {
  body.Vanilla {
    /* Search */
    /* Content */
    /* Heading */
    /* Pagination */
    /* Sidebar */
    /* Header */ }
    body.Vanilla .Search {
      float: none;
      margin-top: 1rem;
      padding: 0 1rem; }
      body.Vanilla .Search button {
        display: block;
        position: absolute;
        top: 2.5rem;
        right: 1rem; }
      body.Vanilla .Search form {
        width: 100%;
        position: relative;
        margin: 0.5rem 0 0 0;
        display: none; }
        body.Vanilla .Search form input[type="text"] {
          border-radius: 5px;
          width: 100%;
          padding: 0; }
        body.Vanilla .Search form input[type="submit"] {
          position: absolute;
          right: 0;
          top: 0; }
    body.Vanilla .lockup > div {
      padding-left: 0; }
      body.Vanilla .lockup > div .DataList .Item, body.Vanilla .lockup > div .Item {
        padding-right: 0;
        padding-left: 0; }
      body.Vanilla .lockup > div .Block {
        overflow: hidden; }
    body.Vanilla .ad.super-leaderboard-970x90, body.Vanilla .deck .ad.super-leaderboard-970x90 {
      width: 100%; }
    body.Vanilla h1.H,
    body.Vanilla h2.H,
    body.Vanilla .P.PageDescription {
      width: 100%;
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
    body.Vanilla .PageControls {
      text-align: center; }
      body.Vanilla .PageControls .Pager {
        margin-bottom: 1rem;
        float: none; }
    body.Vanilla aside .FilterMenu li {
      width: 100%;
      text-align: center; }
    body.Vanilla aside div .Big {
      display: none; }
    body.Vanilla aside div h4 {
      text-align: center; }
    body.Vanilla .page-header {
      /*button.search {
				display: block;
				position: absolute;
				top: 2.5rem;
				right: 1rem;
			}*/ }
      body.Vanilla .page-header .Breadcrumbs {
        width: 100%;
        padding: 0;
        text-align: center; }
        body.Vanilla .page-header .Breadcrumbs .CrumbLabel a, body.Vanilla .page-header .Breadcrumbs span[itemprop="child"] > .Crumb + span a {
          background: transparent !important;
          padding: 0 5px 0 0;
          display: inline;
          float: none; }
          body.Vanilla .page-header .Breadcrumbs .CrumbLabel a:hover, body.Vanilla .page-header .Breadcrumbs span[itemprop="child"] > .Crumb + span a:hover {
            background: transparent !important; }
          body.Vanilla .page-header .Breadcrumbs .CrumbLabel a:hover:after, body.Vanilla .page-header .Breadcrumbs span[itemprop="child"] > .Crumb + span a:hover:after {
            border-left-color: none; }
          body.Vanilla .page-header .Breadcrumbs .CrumbLabel a:before, body.Vanilla .page-header .Breadcrumbs span[itemprop="child"] > .Crumb + span a:before {
            content: ' > ';
            color: #313130;
            display: inline;
            width: auto;
            height: auto;
            border: none;
            position: static;
            margin-top: 0; }
          body.Vanilla .page-header .Breadcrumbs .CrumbLabel a:after, body.Vanilla .page-header .Breadcrumbs span[itemprop="child"] > .Crumb + span a:after {
            display: none; }
        body.Vanilla .page-header .Breadcrumbs span, body.Vanilla .page-header .Breadcrumbs span span, body.Vanilla .page-header .Breadcrumbs span span span, body.Vanilla .page-header .Breadcrumbs span span span span {
          float: none !important;
          color: #e7e7e7 !important; }
          body.Vanilla .page-header .Breadcrumbs span a, body.Vanilla .page-header .Breadcrumbs span a:after, body.Vanilla .page-header .Breadcrumbs span span a, body.Vanilla .page-header .Breadcrumbs span span a:after, body.Vanilla .page-header .Breadcrumbs span span span a, body.Vanilla .page-header .Breadcrumbs span span span a:after, body.Vanilla .page-header .Breadcrumbs span span span span a, body.Vanilla .page-header .Breadcrumbs span span span span a:after {
            background: transparent !important;
            border: none; }
        body.Vanilla .page-header .Breadcrumbs .HomeCrumb a::before {
          display: none; } }

@media screen and (min-width: 641px) and (max-width: 990px) {
  body.Vanilla {
    /* Content */
    /* Search */ }
    body.Vanilla .ad.super-leaderboard-970x90, body.Vanilla .deck .ad.super-leaderboard-970x90 {
      display: none; }
    body.Vanilla .Search {
      float: none;
      clear: both;
      margin: 0;
      padding: 1rem 0 0 0; }
      body.Vanilla .Search button {
        display: block;
        position: absolute;
        top: 1.5rem;
        right: 1rem; }
      body.Vanilla .Search form {
        width: 100%;
        position: relative;
        margin: 0.5rem 0 0 0;
        display: none; }
        body.Vanilla .Search form input[type="text"] {
          border-radius: 5px;
          width: 100%;
          padding: 0; }
        body.Vanilla .Search form input[type="submit"] {
          position: absolute;
          right: 0;
          top: 0; } }

body.Vanilla .Item-Header {
  /*@include linear-gradient(90deg, $gray-light, 20%, darken($gray-light, 5%));*/
  background: #cdcdcd;
  padding: 1rem 2rem;
  border-left: 4px solid #d2200a; }
  body.Vanilla .Item-Header .Author a {
    color: #000; }
  body.Vanilla .Item-Header .Meta {
    color: #41413f; }
    body.Vanilla .Item-Header .Meta *::after {
      color: #41413f; }

body.Vanilla .Role_Premium .RoleTitle,
body.Vanilla .Role_Ultimate .RoleTitle,
body.Vanilla .Role_Elite .RoleTitle {
  background: rgba(233, 204, 13, 0.8); }

body.Vanilla .PostCount {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  padding-left: 1.5rem;
  text-transform: uppercase; }
  body.Vanilla .PostCount b {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    line-height: 12px; }

body.Vanilla .RoleTitle {
  border-radius: 0.5rem;
  background: #c0c0bf;
  padding: 0.5rem;
  display: inline-block;
  color: #000;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase; }

body.Vanilla .Search {
  float: right; }
  body.Vanilla .Search button {
    display: none; }
    body.Vanilla .Search button span {
      display: none; }
  body.Vanilla .Search form {
    background: none;
    padding: 0; }
    body.Vanilla .Search form input[type=text] {
      border-radius: 5px 0 0 5px;
      width: 30rem;
      background: #e7e7e7;
      padding: 0 1rem;
      font-family: "Helvetica Neue", "Arial", sans-serif;
      font-size: 14px;
      line-height: 1.5;
      font-weight: normal;
      font-size: 16px !important;
      line-height: 26px !important;
      color: #41413f; }
      body.Vanilla .Search form input[type=text]:focus {
        background: #fff; }
    body.Vanilla .Search form input[type=submit] {
      margin: 0;
      border: 0;
      padding: 0;
      outline: none;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      /* @include box-shadow(1px 1px 1px darken($button-color, 15%) ); */
      border-radius: 1px;
      cursor: pointer;
      display: block;
      float: left;
      position: relative;
      margin: 1rem 0;
      padding: 0 1rem;
      border: 0;
      background: #41413f;
      color: #fff;
      font-weight: bold;
      font-size: 12px;
      line-height: 26px;
      text-align: center;
      text-shadow: 1px 1px 1px #1a1a19;
      vertical-align: middle;
      white-space: nowrap;
      /* What is this for? */
      *display: inline;
      *zoom: 1;
      border-radius: 0 5px 5px 0;
      float: right;
      margin-top: 1px;
      border: 0;
      padding: 0 1.3rem;
      line-height: 26px; }
      body.Vanilla .Search form input[type=submit] img {
        border: 0; }
      body.Vanilla .Search form input[type=submit]:hover {
        background: #686865;
        color: #fff; }
      body.Vanilla .Search form input[type=submit]:active {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
      body.Vanilla .Search form input[type=submit][disabled] {
        cursor: not-allowed;
        opacity: .25;
        text-shadow: none; }
      body.Vanilla .Search form input[type=submit] + button,
      body.Vanilla .Search form input[type=submit] + .btn {
        margin-left: 1rem;
        line-height: 26px; }
      body.Vanilla .Search form input[type=submit] + a,
      body.Vanilla .Search form input[type=submit] + input {
        margin: 1rem 0 1rem 2rem;
        float: left;
        line-height: 26px; }
      body.Vanilla .Search form input[type=submit][class^="ss-"]:before, body.Vanilla .Search form input[type=submit][class*=" ss-"]:before,
      body.Vanilla .Search form input[type=submit] *[class^="ss-"]:before,
      body.Vanilla .Search form input[type=submit] *[class*=" ss-"]:before {
        padding-right: .5rem !important;
        vertical-align: middle;
        line-height: 1; }
      body.Vanilla .Search form input[type=submit] em {
        display: none;
        font-style: normal; }

body.Vanilla .H,
body.Vanilla .HomepageTitle,
body.Vanilla .PageTitle h1 {
  margin: 0;
  font-size: 30px;
  line-height: .9;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  width: 80%;
  float: left;
  color: #d2200a;
  margin-bottom: 1rem; }
  body.Vanilla .H:after,
  body.Vanilla .HomepageTitle:after,
  body.Vanilla .PageTitle h1:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    line-height: 0; }
  body.Vanilla .H .clearfix,
  body.Vanilla .HomepageTitle .clearfix,
  body.Vanilla .PageTitle h1 .clearfix {
    display: inline-block; }

body.Vanilla h2.H {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 15px;
  line-height: .9;
  text-transform: uppercase;
  color: #a7a7a7;
  padding: 1rem 0;
  clear: left; }

body.Vanilla .P.PageDescription {
  clear: left; }

body.Vanilla iframe.wysihtml5-sandbox {
  height: 200px !important; }

body.Vanilla ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block; }
  body.Vanilla ul.wysihtml5-toolbar:after {
    clear: both;
    display: table;
    content: ""; }
  body.Vanilla ul.wysihtml5-toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0; }
    body.Vanilla ul.wysihtml5-toolbar > li a[data-wysihtml5-command=bold] {
      font-weight: bold; }
    body.Vanilla ul.wysihtml5-toolbar > li a[data-wysihtml5-command=italic] {
      font-style: italic; }
    body.Vanilla ul.wysihtml5-toolbar > li a[data-wysihtml5-command=underline] {
      text-decoration: underline; }
    body.Vanilla ul.wysihtml5-toolbar > li a.btn.wysihtml5-command-active {
      background-image: none;
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
      background-color: #E6E6E6;
      background-color: #D9D9D9;
      outline: 0; }
    body.Vanilla ul.wysihtml5-toolbar > li div.wysihtml5-colors {
      display: block;
      width: 50px;
      height: 20px;
      margin-top: 2px;
      margin-left: 5px;
      position: absolute;
      pointer-events: none; }
    body.Vanilla ul.wysihtml5-toolbar > li a.wysihtml5-colors-title {
      padding-left: 70px; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="black"] {
      background: black !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="silver"] {
      background: silver !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="gray"] {
      background: gray !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="maroon"] {
      background: maroon !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="red"] {
      background: red !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="purple"] {
      background: purple !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="green"] {
      background: green !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="olive"] {
      background: olive !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="navy"] {
      background: navy !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="blue"] {
      background: blue !important; }
    body.Vanilla ul.wysihtml5-toolbar > li div[data-wysihtml5-command-value="orange"] {
      background: orange !important; }

body {
  background-color: #ccc; }
