<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300);
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Lato', arial, sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -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,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  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;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.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;
}
.btn-large {
  padding: 11px 25px;
  font-size: 17.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #82b852;
  background-image: -moz-linear-gradient(top, #96cc67, #639934);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96cc67), to(#639934));
  background-image: -webkit-linear-gradient(top, #96cc67, #639934);
  background-image: -o-linear-gradient(top, #96cc67, #639934);
  background-image: linear-gradient(to bottom, #96cc67, #639934);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff96cc67', endColorstr='#ff639934', GradientType=0);
  border-color: #639934 #639934 #3e6020;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #639934;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  letter-spacing: -1px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #639934;
  *background-color: #57862d;
}
.btn-success:active,
.btn-success.active {
  background-color: #4a7327 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-black {
  background-image: none !important;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #141414;
  background-image: -moz-linear-gradient(top, #000000, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#333333));
  background-image: -webkit-linear-gradient(top, #000000, #333333);
  background-image: -o-linear-gradient(top, #000000, #333333);
  background-image: linear-gradient(to bottom, #000000, #333333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff333333', GradientType=0);
  border-color: #333333 #333333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #333333;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
  font-size: 20px;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
  color: #ffffff;
  background-color: #333333;
  *background-color: #262626;
}
.btn-black:active,
.btn-black.active {
  background-color: #1a1a1a \9;
}
.btn-black:hover {
  background-color: white;
  color: black;
}
.btn-login {
  background-image: none !important;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #141414;
  background-image: -moz-linear-gradient(top, #000000, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#333333));
  background-image: -webkit-linear-gradient(top, #000000, #333333);
  background-image: -o-linear-gradient(top, #000000, #333333);
  background-image: linear-gradient(to bottom, #000000, #333333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff333333', GradientType=0);
  border-color: #333333 #333333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #333333;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
  font-size: 20px;
  font-size: 14px;
  z-index: 100;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal;
  line-height: 22px;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.btn-login.disabled,
.btn-login[disabled] {
  color: #ffffff;
  background-color: #333333;
  *background-color: #262626;
}
.btn-login:active,
.btn-login.active {
  background-color: #1a1a1a \9;
}
.btn-login:hover {
  background-color: white;
  color: black;
}
.btn-facebook {
  background: #4e79c2;
  background-image: linear-gradient(to bottom, #4e79c2, #325591);
  text-shadow: none;
  line-height: 13px;
  padding: 4px 12px;
  transition: none;
  border-color: #3a5e99;
  color: white;
}
.btn-facebook:hover,
.btn-facebook:focus {
  background-color: #3961a4;
  /*background-image: linear-gradient(to bottom, darken(#4e79c2, 10%), darken(#4e79c2, 25%));*/
  background-image: none;
}
.btn-facebook img {
  display: block;
  padding: 4px 0px;
  width: 114px !important;
  height: 13px !important;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: underline;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
}
/* Generic styles and overrides ----------------------*/
* {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: visible;
  overflow-x: hidden;
}
html.lt-ie7 .update-browser,
html.lt-ie8 .update-browser {
  display: block;
}
body {
  color: #333333;
  background: url(/images/bg-white.jpg);
  background-size: 2000px;
  background-repeat: no-repeat;
  overflow-x: auto;
}
body.index {
  position: relative;
  background-color: #c6c7c8;
}
body.feed,
body.miniwindow {
  background-color: black;
  background-image: none;
  text-decoration: none;
}
body.miniwindow {
  color: white;
}
a {
  color: #84c44c;
  text-decoration: underline;
}
a:hover {
  color: #9ed172;
}
a,
img {
  outline: none;
}
p {
  margin: 0;
  padding: 0;
  font-family: 'Lato', arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 140%;
}
h1 {
  font-size: 22px;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.livestreamPlayer-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 1px solid red;
}
.mobileVideoWrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.feed-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.ipadConstrain {
  margin-left: 300px;
  height: 100%;
  position: relative;
  margin-top: 60px;
}
.ipadConstrain.rightmargin {
  margin-right: 430px;
}
.clickthrough {
  pointer-events: none;
}
.video-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  z-index: 99;
  background: url(/images/ajax-loader2.gif) no-repeat top left;
}
.dedication {
  position: absolute;
  bottom: 14px;
  left: 0px;
  padding: 15px;
  color: white;
  font-style: italic;
  font-family: arial, sans-serif;
  font-size: 12px;
  z-index: 1;
}
.text-small {
  font-size: 16px;
}
.text-popover-sup {
  font-size: 22px !important;
}
/* --- Base elements -------------------------*/
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.component-inactive {
  display: none;
}
.content-width {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
/* Common classes */
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}
.underline {
  text-decoration: underline;
}
.btn-login {
  letter-spacing: 0;
}
.green-main {
  color: #84c44c;
}
.takeover,
noscript {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: black;
  color: white;
  text-align: center;
  background: url(/images/trans60.png) repeat top left;
}
.takeover p,
noscript p {
  display: block;
  position: absolute;
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  letter-spacing: -2px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  width: 80%;
  margin-left: -40%;
}
.takeover.update-browser,
noscript.update-browser {
  display: none;
}
.main-font {
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.no-border {
  border: none;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.divider {
  border-bottom: 1px solid #cccccc;
  height: 1px;
  line-height: 1px;
  width: 80%;
  max-width: 280px;
  margin: 10px 0;
}
.lower {
  text-transform: lowercase;
}
.subtext {
  font-family: 'Lato', arial, sans-serif;
  font-size: 14px;
  color: white;
  text-transform: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
/* Index page layout styles ----------------------------*/
#content-right {
  position: absolute;
  top: 230px;
  right: 0;
  width: 50%;
}
#content-right .success-container {
  margin-top: 20px;
}
#content-right .success-container .link-skip {
  margin-left: 10px;
  text-decoration: underline;
  font-size: 16px;
}
#main-logo {
  float: left;
  width: 50%;
}
#main-logo img {
  display: block;
  margin-left: -25%;
  width: 130%;
  max-width: 120%;
}
/* testing styles --------------------------------------*/
#test {
  position: absolute;
  z-index: 99999;
  top: 0px;
  left: 50%;
  margin-left: -200px;
  width: 200px;
  min-height: 100px;
  border: 5px solid red;
  background: url(/images/trans60.png) repeat top left;
  background-color: black;
  color: white;
}
/* Layout */
#logo-black {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
#logo-white {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 2;
}
#behind {
  width: 100%;
  height: 100%;
}
#behind .background {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#behind .background img {
  max-width: 3000px;
  min-width: 2000px;
  width: 2000px;
  height: auto;
}
#behind .logo-main {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 70%;
  max-width: 70%;
  height: 100%;
}
#behind .logo-main img {
  width: 100%;
  max-width: 100%;
}
#behind .logo-constraints {
  max-width: 1500px;
}
/** Form Elements **/
input[type=text],
input[type=email] {
  outline: none;
  border: 1px solid #d7d7d7;
  /*.border-radius(@inputBorderRadius);*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(235,235,235,1);
  box-shadow: 0px 0px 0px 2px rgba(235,235,235,1);
  line-height: 25px;
  vertical-align: middle;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999999;
}
input[type=checkbox] {
  margin-right: 5px;
}
input[class*='error'],
select[class*='error'],
textarea[class*='error'] {
  background-color: #f9dfe4;
  border: 1px solid red;
}
.rememberme-container {
  margin-top: 8px;
  font-size: 12px;
}
.rememberme-container input[name='rememberme'] {
  margin-right: 5px;
  line-height: 40px;
}
.rememberme-container label {
  margin-top: -2px;
}
/*---------------------------------------------*/
/* Pages Join */
.content-constraints {
  max-width: 400px;
  min-width: 250px;
}
/* Pages feed */
#feed {
  display: block;
  overflow: hidden;
  /*.feed-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 1px solid red;
    }*/
}
#feed img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
#feed #feed-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #FFFFFF;
  width: 100%;
  height: 100;
  background: url(/images/trans60.png) repeat top left;
}
#feed #feed-placeholder p {
  display: block;
  position: absolute;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  top: 200px;
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
/* Icons ------------------------------*/
[class^='icon-'] {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-decoration: none;
}
[class^='icon-small-'] {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
}
[class^='icon-large-'] {
  float: left;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.icon-settings {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -52px -26px;
}
.icon-settings:hover {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -78px -26px;
}
.icon-instagram {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: 0px 0px;
}
.icon-instagram:hover {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -26px 0px;
}
.icon-facebook {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -52px 0px;
}
.icon-facebook:hover {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -78px 0px;
}
/*.icon-small-facebook {
    background: url(/images/icon-facebook.png);
    display: inline-block;
    float: none;
}*/
.icon-twitter {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -104px 0px;
}
.icon-twitter:hover {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -130px 0px;
}
.icon-youtube {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: 0px -26px;
}
.icon-youtube:hover {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -26px -26px;
}
.icon-facebookbutton {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: 0px -52px;
  margin-left: -8px;
  margin-top: 2px !important;
}
.icon-close {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -104px -26px;
}
.icon-close:hover {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -130px -26px;
}
.icon-close:before {
  color: #FFFFFF;
  content: "Close";
  font-family: 'Share Tech Mono', sans-serif;
  left: -45px;
  position: absolute;
  text-transform: uppercase;
  top: 3px;
}
.icon-plus {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -26px -52px;
}
.icon-minus {
  background: url("/images/sprite-feed.png") no-repeat;
  background-position: -52px -52px;
}
/* Large social icons */
.icon-large-instagram {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -88px 0px;
}
.icon-large-instagram:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -88px -44px;
}
.icon-large-instagram.reverse {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -88px -44px;
}
.icon-large-instagram.reverse:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -88px 0px;
}
.icon-large-facebook {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: 0px 0px;
}
.icon-large-facebook:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: 0px -44px;
}
.icon-large-facebook.reverse {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: 0px -44px;
}
.icon-large-facebook.reverse:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: 0px 0px;
}
.icon-large-twitter {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -44px 0px;
}
.icon-large-twitter:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -44px -44px;
}
.icon-large-twitter.reverse {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -44px -44px;
}
.icon-large-twitter.reverse:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -44px 0px;
}
.icon-large-youtube {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -132px 0px;
}
.icon-large-youtube:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -132px -44px;
}
.icon-large-youtube.reverse {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -132px -44px;
}
.icon-large-youtube.reverse:hover {
  background: url("/images/sprite-social.png") no-repeat;
  background-position: -132px 0px;
}
/* Components ------------------------------------------------ */
.panel {
  position: absolute;
  z-index: 5;
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.transparent-panel {
  background: url(/images/trans60.png) repeat top left;
}
#component-globalStatistics {
  width: 300px;
  top: 170px;
  left: 0;
}
#component-globalStatistics .social-icons {
  float: left;
  margin-top: 5px;
  width: auto;
}
#component-globalStatistics .social-icons a {
  float: left;
  margin-left: 4px;
  margin-top: 6px;
}
#component-globalStatistics .stats-container {
  padding: 15px;
}
#component-globalStatistics .stats-container + .stats-container {
  padding-top: 0;
}
#component-globalStatistics .watcher-stats {
  letter-spacing: -2px;
  font-size: 23px;
}
#component-globalStatistics .total-stats {
  letter-spacing: -2px;
  font-size: 23px;
  margin-bottom: 6px;
}
#component-globalStatistics .miniwindow {
  float: left;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: black;
  margin: 0px 15px 0px 15px;
}
#component-globalStatistics .miniwindow span {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
  height: 9px;
  background-color: white;
}
#component-globalStatistics .miniwindow:hover {
  background-color: white;
}
#component-globalStatistics .miniwindow:hover span {
  background-color: black;
}
#component-globalStatistics .miniwindowCaption,
#component-globalStatistics .settingsCaption {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  margin-left: 5px;
}
#component-globalStatistics .miniwindowCaption {
  margin-left: -5px;
}
#component-globalStatistics .icons {
  min-width: 300px;
  width: 600px;
}
#component-globalStatistics .icons .left-icon-positioner {
  float: left;
  min-width: 181px;
  margin-top: 5px;
}
#component-globalStatistics .icons .miniwindowContainer {
  float: left;
}
#component-globalStatistics .icons .settingsContainer {
  /*margin-right: 102px;*/
  display: block;
  float: left;
  /* .icon-settings {
                float: left;
            }*/
}
#component-userStatistics {
  text-transform: uppercase;
  width: 300px;
  top: 105px;
  left: 0;
  min-height: 20px;
}
#component-userStatistics .user-details {
  position: relative;
}
#component-userStatistics .user-details &gt; .transparent-panel {
  min-height: 109px;
}
#component-userStatistics .user-details .link-join {
  text-decoration: underline;
  padding-bottom: 8px;
}
#component-userStatistics .user-details .share-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 65px;
  color: black;
  font-size: 20px;
}
#component-userStatistics .user-details .share-button a {
  text-decoration: none;
  color: black;
}
#component-userStatistics .user-details .share-button ul,
#component-userStatistics .user-details .share-button li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#component-userStatistics .user-details .share-button &gt; ul &gt; li &gt; a {
  background-color: white;
  display: block;
  padding: 3px 8px;
  line-height: 18px;
  letter-spacing: -1px;
}
#component-userStatistics .user-details .share-button &gt; ul &gt; li:hover div,
#component-userStatistics .user-details .share-button &gt; ul &gt; li div:hover {
  left: 60px;
  visibility: visible;
}
#component-userStatistics .user-details .share-button.ipad &gt; ul &gt; li:hover div,
#component-userStatistics .user-details .share-button.ipad &gt; ul &gt; li div:hover {
  left: auto;
  right: 70px;
}
#component-userStatistics .user-details .share-button ul li div {
  display: block;
  position: absolute;
  left: -9999px;
  top: 0;
  visibility: hidden;
  width: 90px;
  height: 100px;
  zoom: 1;
  padding-left: 10px;
  background: url(/images/spacer.gif) repeat top left;
  /* Needs to allow the menu to work in IE browsers */
}
#component-userStatistics .user-details .share-button ul li div ul {
  background: url(/images/trans60.png) repeat top left;
}
#component-userStatistics .user-details .share-button ul li div ul li {
  text-align: center;
}
#component-userStatistics .user-details .share-button ul li div ul li a {
  display: block;
  margin: 0px 6px;
  padding: 3px 0;
  color: white;
}
#component-userStatistics .user-details .share-button ul li div ul li:hover {
  background-color: white;
}
#component-userStatistics .user-details .share-button ul li div ul li:hover a {
  color: black;
}
#component-userStatistics .user-details .share-button ul li div ul li + li a {
  border-top: 1px solid #8a8984;
}
#component-userStatistics .user-details .share-button ul li div ul li + li a:hover {
  border: 1px solid transparent;
}
#component-userStatistics .minimise,
#component-userStatistics .maximise {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0px 10px;
  background-color: black;
  color: #b0b0b0;
  z-index: 3;
  cursor: pointer;
  cursor: hand;
}
#component-userStatistics .maximise {
  background: url(/images/trans60.png) repeat top left;
  left: 0px;
  height: 110px;
  width: 10px;
  min-width: 10px;
  top: 0px;
  padding: 0px 5px;
}
#component-userStatistics .maximise .gt {
  position: absolute;
  width: 10px;
  height: 20px;
  overflow: hidden;
  top: 80px;
}
#component-userStatistics .minimise-label {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  height: 24px;
  line-height: 24px;
  right: 0;
  opacity: 0;
  display: none;
  width: auto;
  z-index: 0;
  /*left: 0;*/
  /*&amp;.active {
            right: -158px;
            width: 150px;
        }*/
}
#component-tenthwatchcta {
  position: absolute;
  left: 15px;
  top: 415px;
  z-index: 2;
}
#component-tenthwatchcta a {
  color: white;
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: -2px;
  text-transform: uppercase;
}
#component-information {
  position: absolute;
  z-index: 5;
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-transform: uppercase;
  top: 30px;
  right: 0;
}
#component-information p,
#component-information a,
#component-information li {
  font-family: 'Lato', arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  line-height: 170%;
  letter-spacing: normal;
}
#component-information .inner {
  padding: 40px 20px 0px 40px;
}
#component-information .inner .block {
  margin-bottom: 30px;
}
#component-information .inner .social-icons {
  *zoom: 1;
}
#component-information .inner .social-icons:before,
#component-information .inner .social-icons:after {
  display: table;
  content: "";
  line-height: 0;
}
#component-information .inner .social-icons:after {
  clear: both;
}
#component-information .inner .social-icons a {
  margin: 0px 5px 15px 0px;
}
#component-information .inner .social-tags {
  *zoom: 1;
}
#component-information .inner .social-tags:before,
#component-information .inner .social-tags:after {
  display: table;
  content: "";
  line-height: 0;
}
#component-information .inner .social-tags:after {
  clear: both;
}
#component-information .inner .social-tags a {
  float: left;
  margin-right: 20px;
  color: #84c44c;
}
#component-information .inner .links ul,
#component-information .inner .links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#component-information .inner .links a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #84c44c;
}
#component-information h1 {
  padding: 0;
  margin: 0;
  padding-right: 40px;
  text-align: right;
}
#component-information h1 a {
  font-weight: 400;
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
#component-information h1 a:hover {
  text-decoration: underline;
}
#component-information #information-content {
  right: 0;
  width: 430px;
  top: 74px;
  background: url(/images/trans60.png) repeat top left;
  display: none;
}
#component-information #information-content .links a {
  text-decoration: underline;
}
#component-information .icon-close {
  position: absolute;
  top: 7px;
  left: 7px;
}
#embed-content {
  background-color: #9e9c9a;
  width: 100%;
  overflow: hidden;
  height: auto;
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}
.page-media {
  padding-bottom: 20px;
}
.page-media #link-embed {
  padding-bottom: 5px;
}
.page-media #embed-content {
  background-color: white;
  text-wrap: normal;
}
#component-login {
  position: absolute;
  top: 30px;
  right: 30px;
  /*text-transform: uppercase;*/
  width: auto;
}
#component-login .login-options-wrapper {
  position: relative;
  float: left;
  width: auto;
  height: 30px;
}
#component-login .login-options {
  display: none;
  white-space: nowrap;
  position: absolute;
  right: 50px;
  top: 0;
  width: auto;
  margin-right: 12px;
  text-align: left;
}
#component-login .login-options .facebook-container {
  width: auto;
  display: inline;
  text-align: left;
}
#component-login .login-options .or-container {
  text-align: left;
  display: inline;
}
#component-login span.or {
  color: #606060;
  margin: 0px 10px 0px 6px;
  text-transform: lowercase;
  font-size: 18px;
}
#component-login button {
  outline: none;
}
#component-login input[type=text],
#component-login input[type=email] {
  line-height: 13px;
  padding: 5px 10px;
  font-size: 13px;
  width: 215px;
}
form *[class*='error'] {
  border: 1px solid red;
}
#feedMini .close-miniwindow {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 31px;
  height: 17px;
  background-color: white;
  z-index: 2;
  border: 3px solid black;
  cursor: pointer;
  cursor: hand;
}
.page-home p {
  margin-bottom: 15px;
}
.page-loading {
  margin-top: 180px;
}
.page-loading .loading-spinner,
.page-loading .loading-message {
  float: left;
}
.page-loading .loading-spinner {
  margin-top: 3px;
}
.page-loading .loading-message {
  margin-left: 20px;
}
.page-loading .loading-message p {
  color: #84c44c;
  font-family: 'Share Tech Mono', sans-serif;
  letter-spacing: -2px;
}
.page-loading .loading-message span.user-firstname {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 38px;
}
.page-loading .loading-message .logout-prompt {
  font-family: 'Lato', arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}
.page-loading .loading-message div.text-sup {
  font-size: 12px;
}
.page-media li,
.page-media p {
  font-size: 14px;
}
.page-media ul,
.page-media li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-media li {
  padding: 5px 0;
  font-family: 'Lato', arial, sans-serif;
}
.page-media li a:hover {
  text-decoration: underline;
}
.page-media li:first-child {
  padding-top: 0;
}
.page-media h2 {
  margin-bottom: 5px;
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: 400;
}
.page-join {
  max-width: 460px;
  width: 100%;
  /*input[type=text],
    input[type=submit],
    textarea {
        -webkit-appearance: none;
    }*/
}
.page-join form.signup {
  position: relative;
}
.page-join select {
  color: #a3a3a3;
  outline: none;
}
.page-join input[type=text],
.page-join input[type=email],
.page-join select {
  float: left;
  width: 60%;
  padding: 10px 12px;
  border-width: 5px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  margin-bottom: 17px;
  line-height: 18px;
  font-size: 12px;
}
.page-join hr {
  float: left;
  text-align: left;
  width: 100%;
  max-width: 300px;
  clear: both;
}
.page-join label {
  font-size: 13px;
}
.page-join #btn-join {
  padding-left: 30px;
  padding-right: 30px;
}
.page-join .link-skip {
  margin-left: 10px;
  text-decoration: underline;
  font-size: 16px;
}
.page-join .joined-prompt {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.page-join .joined-prompt a {
  font-size: 14px;
}
.page-join #terms {
  font-size: 12px;
  margin: 20px 0;
}
.page-join .btn-facebook,
.page-join .btn-facebook:focus {
  line-height: 28px;
  color: white;
  text-shadow: 0 -1px 0 #5e7cba;
  font-size: 16px;
  background-color: #5e7cba;
  /*.buttonBackground(@btnBackground, @btnBackgroundHighlight, @grayDark, 0 1px 1px rgba(255,255,255,.75));*/
}
.page-join #btn-connect {
  float: left;
  margin-left: 15px;
  width: 130px;
}
.page-join p {
  margin-bottom: 20px;
}
.popover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 800px;
  z-index: 101;
}
.popover-content .btn-black {
  font-size: 32px;
  padding: 12px 22px;
  letter-spacing: -2px;
  font-weight: 700;
  margin-bottom: 20px;
}
.popover-content p {
  font-family: 'Share Tech Mono', sans-serif;
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 110%;
  margin-bottom: 25px;
  font-size: 32px;
  letter-spacing: -2px;
}
.popover-content .popover-form-surround {
  position: relative;
}
.popover-content .close {
  position: absolute;
  top: -40px;
  right: 90px;
}
.popover-content.login {
  width: 550px;
  left: auto;
  top: 105px;
  margin: auto;
}
.popover-content.login .close {
  right: 40px;
}
.popover-content.login .login-options {
  display: block;
}
.popover-content.login span.or {
  color: #606060;
  margin: 0px 10px 0px 6px;
  text-transform: lowercase;
  font-size: 18px;
}
.popover-content.login .facebook-container,
.popover-content.login .or-container {
  display: inline;
}
.popover-content.login button[class*='btn-login'] {
  outline: none;
  margin-left: 10px;
  margin-right: 40px;
  letter-spacing: 0;
}
.popover-content.login input[type=text],
.popover-content.login input[type=email] {
  line-height: 13px;
  padding: 5px 10px;
  font-size: 13px;
  width: 215px;
}
.popover-content.login label {
  color: white;
}
.popover-content.feed {
  display: none;
  top: 105px;
  left: auto;
  right: 20px;
}
.popover-content.join {
  display: none;
  top: 105px;
  left: auto;
  right: 20px;
  width: 550px;
  /*input[type=text],
    input[type=submit],
    textarea {
        -webkit-appearance: none;
    }*/
}
.popover-content.join form.signup {
  position: relative;
}
.popover-content.join select {
  color: #a3a3a3;
  outline: none;
}
.popover-content.join input[type=text],
.popover-content.join input[type=email],
.popover-content.join select {
  float: left;
  width: 60%;
  padding: 10px 12px;
  border-width: 5px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  margin-bottom: 17px;
  line-height: 18px;
  font-size: 12px;
}
.popover-content.join hr {
  float: left;
  text-align: left;
  width: 100%;
  max-width: 300px;
  clear: both;
}
.popover-content.join label {
  font-size: 13px;
}
.popover-content.join #btn-join {
  padding-left: 30px;
  padding-right: 30px;
}
.popover-content.join .link-skip {
  margin-left: 10px;
  text-decoration: underline;
  font-size: 16px;
}
.popover-content.join .joined-prompt {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.popover-content.join .joined-prompt a {
  font-size: 14px;
}
.popover-content.join #terms {
  font-size: 12px;
  margin: 20px 0;
}
.popover-content.join .btn-facebook,
.popover-content.join .btn-facebook:focus {
  line-height: 28px;
  color: white;
  text-shadow: 0 -1px 0 #5e7cba;
  font-size: 16px;
  background-color: #5e7cba;
  /*.buttonBackground(@btnBackground, @btnBackgroundHighlight, @grayDark, 0 1px 1px rgba(255,255,255,.75));*/
}
.popover-content.join #btn-connect {
  float: left;
  margin-left: 15px;
  width: 130px;
}
.popover-content.join p {
  font-family: 'Lato', arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  width: 60%;
  text-transform: none;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.popover-content.join label {
  color: #FFFFFF;
}
.joinFormLayout {
  /*input[type=text],
    input[type=submit],
    textarea {
        -webkit-appearance: none;
    }*/
}
.joinFormLayout form.signup {
  position: relative;
}
.joinFormLayout select {
  color: #a3a3a3;
  outline: none;
}
.joinFormLayout input[type=text],
.joinFormLayout input[type=email],
.joinFormLayout select {
  float: left;
  width: 60%;
  padding: 10px 12px;
  border-width: 5px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  box-shadow: 0px 0px 0px 4px rgba(235,235,235,1);
  margin-bottom: 17px;
  line-height: 18px;
  font-size: 12px;
}
.joinFormLayout hr {
  float: left;
  text-align: left;
  width: 100%;
  max-width: 300px;
  clear: both;
}
.joinFormLayout label {
  font-size: 13px;
}
.joinFormLayout #btn-join {
  padding-left: 30px;
  padding-right: 30px;
}
.joinFormLayout .link-skip {
  margin-left: 10px;
  text-decoration: underline;
  font-size: 16px;
}
.joinFormLayout .joined-prompt {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.joinFormLayout .joined-prompt a {
  font-size: 14px;
}
.joinFormLayout #terms {
  font-size: 12px;
  margin: 20px 0;
}
.joinFormLayout .btn-facebook,
.joinFormLayout .btn-facebook:focus {
  line-height: 28px;
  color: white;
  text-shadow: 0 -1px 0 #5e7cba;
  font-size: 16px;
  background-color: #5e7cba;
  /*.buttonBackground(@btnBackground, @btnBackgroundHighlight, @grayDark, 0 1px 1px rgba(255,255,255,.75));*/
}
.joinFormLayout #btn-connect {
  float: left;
  margin-left: 15px;
  width: 130px;
}
/* Overlay -------------------------------------------------------------*/
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(/images/trans60.png) repeat top left;
}
.popover-template {
  display: none;
}
#feed {
  width: 100%;
  height: 100%;
}
.component,
#logo-white {
  z-index: 3;
}
#component-news {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background: #000000;
  color: #BBBBBB;
  font-size: 26px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
#component-news h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 20px;
  margin: 0;
  background-color: #84c44c;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Share Tech Mono', sans-serif;
  height: 50px;
  line-height: 50px;
  letter-spacing: -1px;
}
#component-news .items {
  position: relative;
}
#component-news .items .tickercontainer {
  /* the outer div */
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#component-news .items .tickercontainer .mask {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  overflow: hidden;
}
#component-news .items ul.newsticker {
  /*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  position: relative;
  margin-left: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#component-news .items ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding-right: 15px;
}
#component-news .items ul.newsticker a {
  color: #bbbbbb;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
  font-size: 22px;
  margin: 0 50px 0 0;
  font-weight: 400;
  font-family: 'Share Tech Mono', sans-serif;
  letter-spacing: -1px;
  text-decoration: none;
}
#component-news .items ul.newsticker a:hover {
  color: white;
}
#component-news .items ul.newsticker span {
  margin: 0 10px 0 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 580px) {
  .display-desktop {
    display: none;
  }
  .display-mobile {
    display: block;
  }
  body {
    background: none;
    overflow: hidden;
    overflow-y: visible;
    background-color: #FFFFFF !important;
  }
  body.feed {
    background-color: #000000 !important;
  }
  .wrapper {
    height: auto !important;
    padding-bottom: 50px;
  }
  .dedication {
    bottom: 7px;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .feed-container {
    position: relative;
    min-height: 60px;
    background-color: black;
  }
  .feed-container img {
    width: 100%;
    height: auto;
  }
  .content-width {
    max-width: 400px;
    width: 100%;
    height: auto;
  }
  #content-right,
  #main-logo {
    float: none;
    width: 100%;
  }
  #main-logo img {
    margin-left: -60%;
    width: 165%;
    max-width: 165%;
    display: inline;
    margin-top: -10px;
  }
  .content-padding {
    width: 100%;
    min-width: 0 !important;
  }
  .content-constraints {
    padding: 20px;
    width: auto;
    min-width: 0 !important;
  }
  .content-constraints .btn-success {
    width: auto;
    display: block;
    margin-bottom: 40px;
  }
  .popover-content {
    width: auto !important;
    margin: 0 !important;
  }
  #content-right {
    position: relative;
    top: 0;
  }
  /* #logo-black {
    top: 180px;
  } */
  #logo-black.logo-media {
    top: 30px;
  }
  #logo-black img {
    max-width: 90%;
    margin-top: 15px;
  }
  .panel {
    font-size: 23px;
  }
  /* Global form settings */
  input[type=text],
  input[type=email],
  input[type=submit] select {
    -webkit-appearance: caret;
    -moz-appearance: caret;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
  }
  input[class*='error'],
  select[class*='error'],
  textarea[class*='error'] {
    background-color: #f9dfe4 !important;
    border: 1px solid red !important;
  }
  /* Feed page ----------------------*/
  #feed {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    background-color: #262626;
  }
  .header {
    position: relative;
    background-color: black;
    width: 100%;
    height: 74px;
  }
  .header #logo-white {
    width: 120px;
    top: 20px;
  }
  .header #logo-white img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #component-userStatistics .user-details {
    position: static;
  }
  #component-userStatistics .user-details .share-button {
    top: -54px;
    width: auto;
  }
  #component-userStatistics .user-details .share-button &gt; ul &gt; li &gt; a {
    background-color: white;
    display: block;
    padding: 8px 15px;
  }
  #component-userStatistics .user-details .share-button &gt; ul &gt; li:hover div,
  #component-userStatistics .user-details .share-button &gt; ul &gt; li div:hover {
    left: auto;
    right: 76px;
    visibility: visible;
    border: none;
  }
  #component-userStatistics .user-details .share-button ul li div {
    position: absolute;
    padding-right: 10px;
    width: auto;
    height: auto;
    right: 100px;
  }
  #component-userStatistics .user-details .share-button ul li div ul {
    width: 400px;
    background: #000000;
    border: 1px solid black;
    text-align: right;
    /*width: calc(100% - 100px);*/
  }
  #component-userStatistics .user-details .share-button ul li div ul li {
    margin-right: 0;
    margin-left: auto;
    border: none;
    display: inline-block;
    background: none;
  }
  #component-userStatistics .user-details .share-button ul li div ul li:hover {
    background: none;
    border: none;
  }
  #component-userStatistics .user-details .share-button ul li div ul li a {
    display: block;
    margin: 0;
    border: none;
  }
  #component-userStatistics .user-details .share-button ul li div ul li a:hover {
    background-color: transparent !important;
    color: #999999;
    border: none;
  }
  #component-userStatistics .user-details .share-button ul li div ul li + li a {
    border: none;
  }
  #component-userStatistics .user-details .share-button ul li div ul li + li a:hover {
    border: none;
  }
  #component-userStatistics,
  #component-globalStatistics {
    position: relative;
    /*top: 0;*/
    top: auto;
    bottom: auto;
    width: 100%;
    background-color: #262626;
    height: auto;
  }
  #component-userStatistics .transparent-panel,
  #component-globalStatistics .transparent-panel {
    background: transparent;
    opacity: 1;
  }
  #component-information {
    position: relative;
    padding: 0;
    top: 0;
    background-color: black;
  }
  #component-information a:hover {
    text-decoration: none !important;
  }
  #component-information i {
    width: 26px;
    height: 26px;
    float: right;
    margin-left: 5px;
  }
  #component-information #link-info {
    font-size: 19px;
  }
  #component-information h1 {
    padding: 20px;
    text-align: left;
  }
  #component-information h1 a {
    font-size: 22px !important;
  }
  #component-information #information-content {
    top: 60px;
    padding-bottom: 60px;
  }
  #component-information #information-content.panel {
    width: 100% !important;
    background: none;
    background-color: black;
  }
  #component-information #information-content .inner {
    padding: 0 20px 20px 20px;
  }
  #component-information #information-content .inner p {
    line-height: 180%;
  }
  #component-globalStatistics {
    text-align: center;
    padding: 0;
  }
  #component-globalStatistics .social-icons {
    display: inline-block;
    width: auto;
    margin: 0 auto 0 auto;
    float: none;
  }
  #component-globalStatistics .stats-container {
    padding: 10px 0 15px 0;
  }
  .popover-content {
    width: 400px;
    margin-left: -200px;
  }
  #component-news {
    position: absolute;
    float: none;
    bottom: 0;
    z-index: 100;
  }
  /* Join page ------------------------*/
  .page-join input[type=text],
  .page-join input[type=email],
  .page-join select {
    width: 100%;
    background-color: white;
  }
  .page-join #signupFirstName {
    width: 52%;
  }
  .page-join #btn-connect {
    width: 46%;
    margin-left: 2%;
    float: right;
    text-align: right;
  }
  .page-join form.signup {
    padding: 20px;
  }
  .page-join .success-container {
    text-align: center;
  }
  .page-media {
    padding: 0 20px;
  }
  .page-loading {
    margin-top: 0;
    padding: 20px;
  }
  .page-loading .loading-spinner {
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .page-loading .loading-message,
  .page-loading .logout-prompt,
  .page-loading .text-sup {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  /* Component login (bar at the top) ------------------*/
  #component-login,
  .popover-content.login {
    position: relative;
    width: 100%;
    background-color: black;
    min-height: 175px;
    top: 0;
    left: 0;
    height: auto;
  }
  #component-login .login-options-wrapper,
  .popover-content.login .login-options-wrapper {
    padding: 20px;
    height: auto;
    float: none;
  }
  #component-login .login-options-wrapper .login-options,
  .popover-content.login .login-options-wrapper .login-options {
    position: relative;
    display: block !important;
    text-align: center;
    width: 100%;
    right: 0;
  }
  #component-login .login-options-wrapper .login-options .rememberme-container,
  .popover-content.login .login-options-wrapper .login-options .rememberme-container,
  #component-login .login-options-wrapper .login-options input[type=text],
  .popover-content.login .login-options-wrapper .login-options input[type=text],
  #component-login .login-options-wrapper .login-options input[type=email],
  .popover-content.login .login-options-wrapper .login-options input[type=email] {
    float: left;
    width: 63%;
    clear: left;
    /* Used to position the submit button */
    height: 26px;
    text-align: left;
  }
  #component-login .login-options-wrapper .login-options .rememberme-container,
  .popover-content.login .login-options-wrapper .login-options .rememberme-container {
    *zoom: 1;
    margin-bottom: 15px;
    padding-top: 3px;
  }
  #component-login .login-options-wrapper .login-options .rememberme-container:before,
  .popover-content.login .login-options-wrapper .login-options .rememberme-container:before,
  #component-login .login-options-wrapper .login-options .rememberme-container:after,
  .popover-content.login .login-options-wrapper .login-options .rememberme-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #component-login .login-options-wrapper .login-options .rememberme-container:after,
  .popover-content.login .login-options-wrapper .login-options .rememberme-container:after {
    clear: both;
  }
  #component-login .login-options-wrapper .login-options label,
  .popover-content.login .login-options-wrapper .login-options label {
    color: #707070;
  }
  #component-login .login-options-wrapper .login-options .or-container,
  .popover-content.login .login-options-wrapper .login-options .or-container {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #component-login .login-options-wrapper .login-options .or-container .or,
  .popover-content.login .login-options-wrapper .login-options .or-container .or {
    display: inline-block;
  }
  #component-login .login-options-wrapper .login-options .or-container .or:before,
  .popover-content.login .login-options-wrapper .login-options .or-container .or:before,
  #component-login .login-options-wrapper .login-options .or-container .or:after,
  .popover-content.login .login-options-wrapper .login-options .or-container .or:after {
    content: '';
    display: inline-block;
    width: 65px;
    height: 5px;
    line-height: 5px;
    border-top: 1px solid #707070;
    overflow: hidden;
    margin: 0 10px;
  }
  #component-login .login-options-wrapper .login-options .facebook-container,
  .popover-content.login .login-options-wrapper .login-options .facebook-container {
    display: block;
    width: 100%;
    text-align: center;
  }
  #component-login .login-options-wrapper .login-options .facebook-container .btn-facebook,
  .popover-content.login .login-options-wrapper .login-options .facebook-container .btn-facebook {
    margin-bottom: 15px;
  }
  #component-login .btn-login,
  .popover-content.login .btn-login {
    float: left;
    margin-left: 10px;
    margin-top: -26px;
    height: 26px;
    line-height: 14px;
    background: #FFFFFF;
    border: none;
    color: #000000;
    text-shadow: none;
  }
  #content-right .success-container .link-skip {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
  }
  #component-fullscreen{
    display: none;
  }
}
/* Desktop first so that ipad can override ----------- */
@media only screen and (min-width: 581px) and (max-width: 1024px) {
  .display-desktop {
    display: block;
  }
  .display-mobile {
    display: none;
  }
  body {
    background-size: 1400px;
  }
  .content-width {
    width: 940px;
  }
  #content-right {
    top: 160px;
    /*.page-join {
            margin-top: -30px;
        }*/
  }
  #content-right.media {
    top: 120px;
  }
  #content-right .page-home {
    margin-top: 45px;
  }
  #content-right .page-loading {
    margin-top: 100px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 581px) and (max-device-width: 1024px) {
  .display-desktop {
    display: block;
  }
  .display-mobile {
    display: none;
  }
  body {
    background-size: 1400px;
  }
  .content-width {
    width: 100%;
  }
  #content-right {
    top: 220px !important;
  }
  #content-right.media {
    top: 120px;
  }
  #content-right .page-home {
    margin-top: 90px !important;
  }
  input[type=text],
  input[type=email],
  input[type=submit] select {
    -webkit-appearance: caret;
    -moz-appearance: caret;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .display-desktop {
    display: block;
  }
  .display-mobile {
    display: none;
  }
  .content-width {
    width: 100%;
  }
  #content-right {
    top: 170px !important;
  }
  #content-right.media {
    top: 90px;
  }
  #content-right .page-home {
    margin-top: 20px !important;
  }
  input[type=text],
  input[type=email],
  input[type=submit] select {
    -webkit-appearance: caret;
    -moz-appearance: caret;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1024px) {
  .display-desktop {
    display: block;
  }
  .display-mobile {
    display: none;
  }
  body {
    background-size: 1850px;
    overflow-x: hidden;
  }
  .content-width {
    width: 1024px;
  }
  #content-right {
    width: 40%;
    top: 210px;
  }
  #content-right.media {
    top: 160px;
  }
  #content-right .page-home {
    margin-top: 100px;
  }
  #content-right .page-loading {
    margin-top: 150px;
  }
  #main-logo {
    width: 60%;
  }
  #main-logo img {
    margin-left: -20%;
  }
}
@media only screen and (min-width: 1224px) {
  .display-desktop {
    display: block;
  }
  .display-mobile {
    display: none;
  }
  body {
    background-size: 2200px;
    overflow-x: hidden;
  }
  .content-width {
    width: 1224px;
  }
  #content-right {
    top: 260px;
  }
  #content-right.media {
    top: 200px;
  }
  #content-right .page-home {
    margin-top: 120px;
  }
  #content-right .page-loading {
    margin-top: 180px;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .display-desktop {
    display: block;
  }
  .display-mobile {
    display: none;
  }
  body {
    background-size: 2700px;
  }
  .content-width {
    width: 1500px;
  }
  #content-right {
    top: 320px;
  }
  #content-right .page-home {
    margin-top: 160px;
  }
  #content-right .page-loading {
    margin-top: 220px;
  }
}
.lt-ie9 .display-mobile {
  display: none;
}
#component-fullscreen{
  position: absolute;
  top: 70px;
  right: 68px;
  z-index: 10000;
}
.view-fullscreen-cta{
  background-color: #84c44c;
  color: #fff;
  padding: 12px 12px;
  padding-left: 42px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
}
.view-fullscreen-cta:hover{
  color: #ffffff;
  background-color: rgba(132, 196, 76, 0.9);
}
.view-fullscreen-cta::before{
  content: " ";
  background-image: url(../images/fullscreen-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: initial;
  width: 34px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.exit-fullscreen-cta{
  background-color: rgb(187, 187, 187);
  color: #000000;
  padding: 12px 12px;
  padding-left: 42px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
}
.exit-fullscreen-cta::before{
  content: " ";
  background-image: url(../images/close-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: initial;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 12px;
}
.exit-fullscreen-cta:hover{
  color: #000000;
  background-color: rgba(187, 187, 187, 0.9);
}
.exit-fullscreen-cta{
  display: none;
}


@media only screen and (max-device-width: 980px) {
  .display-desktop {
    display: none;
  }
  #component-fullscreen {
    position: absolute;
    top: 115px;
    right: 7px;
    z-index: 10000;
  }
  .view-fullscreen-cta {
    background-color: #84c44c;
    color: #fff;
    padding: 8px 6px;
    padding-left: 26px;
    height: 10px;
    display: block;
    line-height: 11px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  .view-fullscreen-cta::before {
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px;
  }
  .exit-fullscreen-cta{
    padding: 8px 8px;
    padding-left: 22px;
    height: 10px;
    line-height: 11px;
    font-size: 12px;
    position: fixed;
    top: 70px;
    right: 10px;
  }
  .exit-fullscreen-cta::before {
    width: 12px;
    height: 12px;
    left: 6px;
    top: 7px;
  }
}</pre></body></html>