/**
 *  A short, sweet global css reset
 *
 *  only for inits of elements
 */
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, b, bdo, big, blockquote, center, cite, code,
del, dfn, em, i, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, u, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, thead, tfoot, tbody, tr, th, td,
article, aside, canvas, details, embed, figcaption, figure,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body, button, input, textarea, select {
    font-size: 11px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}
body, button, input, textarea {
    background-color: #F5F9FF;
}
:focus {
    outline: 1px dotted #ccc;
}

/**
 * Lists
 */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    margin: 0;
    padding: 0;
    display: block;
}

/**
 * Blockquote
 */
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
blockquote, q {
    quotes: none;
}

/**
 * Tables
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**
 * Embedded content
 *
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/* Correct overflow not hidden in IE9 */

svg:not(:root) {
    overflow: hidden;
}
/**
 * html5 backwards compatibility
 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
.oldie audio, .oldie canvas, .oldie video {
    display: inline;
    zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}

/**
 * Clearfix  (h5bp.com/q)
 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}/**
 *  only typographical styles, please
 */

/**
 * Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 */
p {
    margin: 0 0 16px 0;
}

.page-title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 0;
}

h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #64645a;
}

h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #444444;
}
h3 {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #444444;
}
h4 {
    text-transform: uppercase;
    color: #8b8b8b;;
}
h4,
h5 {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
}
h6 {
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
}
.l-column-right h2 {
    margin-bottom: 9px;
}

/**
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * bright yellow selected text highlight color
 */

::-moz-selection {
    text-shadow: none;
    background-color: #eb4924;
    color: #ffffff;
}
::selection {
    text-shadow: none;
    background-color: #eb4924;
    color: #ffffff;
}

/* Links */
a {
    color: #00a8ff;
    text-decoration: none;
}
a:hover {
    color: #056090;
}
a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
    outline: 0;
}

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

b,
strong {
    font-style: inherit;
    font-weight: bold;
    line-height: inherit;
}

mark {
    font-style: inherit;
    font-weight: bold;
    line-height: inherit;
    color: #eb4924;
}

em {
    font-style: italic;
    font-weight: inherit;
    line-height: inherit;
}

blockquote {
    margin: 16px 40px;
}


dfn {
    font-style: italic;
}

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

ins {
    color: #000;
    text-decoration: none;
    background: #ff9;
}


ul.list-bulleted, ul.list-bulleted ul {
    list-style: disc outside;
}

ol.list-decimal, ol.list-decimal ol {
    list-style: decimal outside;
}

ul.list-bulleted, ul.list-bulleted ul,
ol.list-decimal, ol.list-decimal ol {
    margin: 0 0 8px 40px;
    padding: 0;
}

.list-bulleted li ul,
.list-decimal li ol {
    margin-top: 8px;
}

.list-bulleted li,
list-decimal li,
dl {
    margin-bottom: 8px;
}

dl {
    margin: 0;
    padding: 0;
}

dl dt {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
}
dl dd {
    margin-left: 15px;
    margin-bottom: 16px;
}

.muted {
    color: #bfbfbf;
}

/**
 * Position subscript and superscript content without affecting line-height: h5bp.com/k
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -50%;
}
sub {
    bottom: -25%;
}


/**
 * Redeclare monospace font family: h5bp.com/
 */
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: inherit;
}
/**
 * consistent styling for q and small elements
 */
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}


address {
    display: block;
    margin-bottom: 16px;
}
code, pre {
    padding: 0 3px 2px;
    font-family: Monaco, Andale Mono, Courier New, monospace;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    background-color: #fee9cc;
    color: rgba(0, 0, 0, 0.75);
    padding: 1px 3px;
}
pre {
    background-color: #f5f5f5;
    display: block;
    padding: 17px;
    margin: 0 0 18px;
    line-height: 18px;
    font-size: 12px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}



/* Forms */
fieldset legend {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 0 0 16px 0;
    padding: 0;
}
label,
input,
select,
textarea,
input[type=text],
input[type=password],
textarea,
.uneditable-input,
.form-link {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    line-height: normal;
}
.input > p:first-child {
    font-size: 13px;
    line-height: 15px;
}
.help-inline, .help-block {
    font-size: 12px;
    line-height: 18px;
}
.help-block .s-info,
.inline-reference-text .s-info {
    font-size: 11px;
    line-height: 14px;
}
.input-prepend .add-on, .input-append .add-on {
    font-weight: normal;
    line-height: 18px;
}
.form-stacked label {
    font-weight: bold;
    line-height: 20px;
}
.l-header p {
    font-size: 12px;
    color: #5a5a5a;
}

/* Stumbler Card */
.card-info h1 {
    color: #ffffff;
}
.card-modal-image h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #64645a;
}
.card-modal-detail p {
    margin-bottom: 5px;
}

/* Marketing pages */
p.intro {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}
p.remark {
    font-size: 13px;
    line-height: 18px;
    color: #888888;
}
.l-wp-col-1-primary p,
.l-wp-col-2-primary p {
    font-size: 14px;
    line-height: 18px;
}
.l-wp-col-2-secondary h3 {
    margin-bottom: 8px;
}
.l-wp-col-2-secondary p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
}
.wp-content p,
.wp-content li {
    color: #444444;
}
/* discovery-data */
.discovery-data h5 {
    margin-bottom: 7px;
}
.discovery-data h5 mark {
    font-weight: normal;
    color: #888888;
}

/* Discovery tools landing pages */
.l-masthead h2 {
    font-size: 41px;
    line-height: 44px;
}
.landing-page h2 {
    font-size: 38px;
    line-height: 44px;
}
.landing-page .intro,
.l-masthead .intro {
    font-size: 16px;
    line-height: 20px;
}
.landing-page .featured .intro,
.landing-page .featured h2 {
    color: #64645a;
}
.landing-page .featured .intro,
.landing-page .featured li {
    font-size: 16px;
    line-height: 1.5;
}
.landing-page .featured .remark {
    font-size: 16px;
}/**
 * Layout css for main global assignments
 */
body {
    background-color: #2f2f2f;
    color: #888888;
}
body#iframe {
    background: #f1f1ee;
}
/* site webtb styles */
body.show-webtoolbar {
    padding-top: 40px;
}
#tb-toolbar {
    position: fixed !important;
    top: 0;
    z-index: 10;
}
/* end  site webtb styles */
.wrapper-content {
    min-height: 535px;
    width: 100%;
    padding-top: 70px;
    background: #ffffff; /* Old browsers */
}
.wrapper-content-overlay {
    min-height: 0;
    padding-top: 0;
}
.l-header,
#content {
    width: 960px;
    margin: 0 auto;
}
.l-header {
    height: 77px;
    padding-top: 43px;
    position: relative;
    text-align: right;
}
.logo-primary {
    height: 66px;
    width: 290px;
    position: absolute;
    top: 20px;
    left: 0;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/DDVfxGOlIhgJINyvNgPuLg) no-repeat 0 0;
}
#l-nav-primary {
    margin-top: -5px;
    float: right;
}
#l-nav-primary li {
    display: inline-block;
}
.ie7 #l-nav-primary li {
    margin-left: 3px;
    display: inline;
}
#l-nav-primary a {
    padding: 10px;
    min-width: 8px;
    display: block;
    text-align: center;
    color: #64645a;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    border: none;
    background: #f4f4f4;
}
#l-nav-primary .s-active a,
#l-nav-primary .s-active a:hover {
    color: #363636;
    cursor: default;
    background: #ffffff;
}
#l-nav-primary a:hover {
    background-color: #f1f1ee
}
.l-nav-home a {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.l-nav-explore a {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.l-footer {
    min-height: 100px;
    padding-top: 30px;
    text-align: center;
    color: #c5c5c5;
}
.l-footer-copyright {
    padding-left: 15px;
    color: #999;
    display: inline-block;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/3OFqWahmiDq_pYhQn1swHQ) no-repeat 0 50%;
}
.ie7 .l-footer-copyright {
    line-height: 16px;
    margin: 0 0 0.5em 0;
    text-align: center;
    display: inline;
}
.l-footer-links > :first-child {
    color: #eb4924;
}
.l-footer-links a {
    margin-left: 9px;
    text-decoration: none;
    color: #b2b2b2;
}
.l-footer-links a:hover {
    color: #ffffff;
}
.l-footer-links a:before {
    margin-right: 9px;
    color: #5d5d5d;
    content: "|";
}
.l-footer-links a:hover:before {
    color: #5d5d5d;
}
.ie7 .l-footer-links a {
    padding-left: 9px;
    border-left: 1px solid #5d5d5d;
}
/**
 * Content
 */
#content:after {
    content: " ";
    display: block;
    height: 1px;
    clear: both;
}

.ie7 #content {
    overflow: hidden;
}


/**
 * Master Layouts
 */
#content {
    position: relative;
    z-index: 0;
}
.l-column-left,
.l-column-right,
.l-content-primary {
    float: left;
}

.l-content-primary {
    position: relative;
    background: #ffffff;
}
.l-content-primary-wrap {
    min-height: 300px;
}
.l-content-primary-wrap > section {
    margin-bottom: 30px;
    overflow: auto;
}
/**
 * Master Layout A
 */
.l-master-a .l-column-left {
    width: 160px;
}
.l-master-a .l-content-primary-right-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #f4f4f4;
}
.l-master-a .l-content-primary {
    width: 636px;
}
.l-master-a .l-content-primary-wrap {
    padding: 20px 35px 30px 34px;
    overflow: auto;
}
.l-master-a .l-column-right {
    width: 162px;
    background-color: #eaeaea;
}
.l-master-a .l-column-right section {
    padding: 19px 17px;
    -moz-box-shadow: inset 4px 0 6px -6px #888888;
    -webkit-box-shadow: inset 4px 0 6px -6px #888888;
    box-shadow: inset 4px 0 6px -6px #888888;
}
.oldie .l-master-a .l-column-right section {
    border: 2px solid #d2d2d2;
    border-width: 0 0 0 2px;
}
/**
 * Master Layout B
 */
.l-master-b .l-column-left {
    width: 160px;
}
.l-master-b .l-content-primary {
    width: 800px;
}
.l-master-b .l-content-primary-wrap {
    padding: 20px 30px 30px 29px;
}
/**
 * Master Layout C
 */
.l-master-c {
    position: relative;
    background: #ffffff;
    border: 1px solid #f4f4f4;
}
.l-master-c .l-content-primary {
    width: 640px;
}
.l-master-c .l-column-right {
    width: 320px;
    background-color: #eaeaea;
}
.l-master-c .l-content-primary-wrap {
    padding: 20px 35px 30px 34px;
}
.l-master-c .l-column-right section {
    padding: 19px 17px;
    -moz-box-shadow: inset 4px 0 6px -6px #888888;
    -webkit-box-shadow: inset 4px 0 6px -6px #888888;
    box-shadow: inset 4px 0 6px -6px #888888;
}
.oldie .l-master-c .l-column-right section {
    border: 2px solid #d2d2d2;
    border-width: 0 0 0 2px;
}
.confetti {
    width: 303px;
    height: 211px;
    position: absolute;
    top: -70px;
    left: -100px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/hlCOloRLk8CzpPyquyDnFg) no-repeat 0 20px;
    z-index: -1;
}
.badges-page .confetti,
.widgets-page .confetti {
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/bvocoIN7kfkEkH3GRpe5ig);
}
.discovery-tools-page .confetti {
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/YJbq_vesqaAd0LvXDRO5hw);
}

/**
 * Master Layout D
 */
.l-master-d .l-content-primary {
    width: 960px;
}
.l-master-d .l-content-primary-wrap {
    padding: 35px;
}
/**
 * Generic columns
 */
.column-wrap {
    overflow: auto;
}
.column {
    float: left;
}/**
 * CSS Rules for form styles and related messaging
 */
form {
    margin: 0;
}
form.inline {
    display: inline;
}
fieldset {
    margin: 0;
    padding: 18px 0 0 0;
    border: 0;
}
fieldset legend {
    width: 100%;
    padding: 18px 0 0;
    display: block;
    color: #888888;
    font-weight: bold;
    border: #f4f4f4 solid;
    border-width: 1px 0 0;
 }
fieldset:first-child legend {
    padding: 0;
    border: 0;
}
.oldie fieldset legend {
    margin: 0 0 5px -7px;
}
label {
    width: 130px;
    padding-top: 4px;
    float: left;
    text-align: right;
    color: #444444;
    cursor: pointer;
}
label.for-select {
    padding-top: 3px;
}
.input > span:first-child,
.input > p:first-child {
    padding-top: 4px;
    font-size: 13px;
    color: #888888;
}
.success label,
.active label,
.modal-content label {
    color: #64645a;
}
.error label {
    color: #922323;
}
div.input {
    margin-left: 150px;
}
input[type=checkbox], form input[type=radio] {
    cursor: pointer;
}
input[type=text],
input[type=password],
textarea,
.uneditable-input {
    width: 210px;
    height: 18px;
    padding: 2px 4px;
    margin: 0;
    display: inline-block;
    color: #444;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b2b2b2;
}
.active input[type=text],
.active input[type=password],
.active textarea,
.active .uneditable-input {
    border-color: #64645a;
}
.error input[type=text],
.error input[type=password],
.error textarea,
.error .uneditable-input {
    border-color: #922323;
}
/**
 * 1. Display hand cursor for clickable form elements h5bp
 * 2. Allow styling of clickable form elements in iOS h5bp
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
form input[type=file] {
    height: 27px;
    line-height: 27px;
}
/* Consistent box sizing and appearance */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Remove inner padding and border in FF3/4: h5bp.com/l */

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
.uneditable-input {
    display: block;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    background-color: #eee;
}
:-moz-placeholder {
    color: #bfbfbf;
}
::-webkit-input-placeholder {
    color: #bfbfbf;
}
input[type=text],
input[type=password],
textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
    outline: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    border-color: rgba(100, 100, 90, 0.8);
}
.wrapper-input {
    min-height: 54px;
}
.wrapper-input.error {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wrapper-input.error > label, .wrapper-input.error span.help-inline, .wrapper-input.error span.help-block {
    color: #922323;
}
.wrapper-input.error input[type=text], .wrapper-input.error input[type=password], .wrapper-input.error textarea {
    -webkit-box-shadow: 0 0 3px rgba(146, 35, 35, 0.25);
    -moz-box-shadow: 0 0 3px rgba(146, 35, 35, 0.25);
    box-shadow: 0 0 3px rgba(146, 35, 35, 0.25);
    border-color: #c87872;
}
.wrapper-input.error input[type=text]:focus, .wrapper-input.error input[type=password]:focus, .wrapper-input.error textarea:focus {
    -webkit-box-shadow: 0 0 6px rgba(146, 35, 35, 0.5);
    -moz-box-shadow: 0 0 6px rgba(146, 35, 35, 0.5);
    box-shadow: 0 0 6px rgba(146, 35, 35, 0.5);
    border-color: #b9554d;
}
/* @fixme */
.wrapper-input.error .input-prepend span.add-on, .wrapper-input.error .input-append span.add-on {
    color: #b9554d;
    background: #f4c8c5;
    border-color: #c87872;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
    width: 20px;
}
.input-small,
input.small,
textarea.small,
select.small {
    width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
    width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
    width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
    width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
    width: 530px;
}
textarea.large,
textarea.xlarge,
textarea.xxlarge {
    height: 75px;
    overflow-y: scroll;
}
input[readonly]:focus, form textarea[readonly]:focus, form input.disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
    background: #f5f5f5;
}
.actions {
    padding: 20px 0 20px 150px;
    border-top: 1px solid #f4f4f4;
}
.actions .btn {
    margin-left: 20px;
}
.actions .btn:first-child {
    margin-left: 0;
}
.actions .secondary-action {
    float: right;
}
.actions .secondary-action a {
    line-height: 30px;
}
.actions .secondary-action a:hover {
    text-decoration: underline;
}
.help-inline, .help-block {
    color: #64645a;
}
.help-inline {
    padding-left: 5px;
}
.oldie .help-inline {
    position: relative;
    top: -5px;
}
.help-block {
    max-width: 600px;
    min-height: 25px;
    margin-bottom: 0;
    display: block;
    clear: left;
}
.help-block > span {
    display: none;
}
.help-block .s-info,
.active .s-help,
.error .s-error,
.success .s-success {
    display: block;
}
.error .s-help,
.error .s-info,
.success .s-help,
.success .s-info {
    display: none;
}

.s-help,
.s-info {
    color: #64645a;
}
.s-error {
    padding-left: 14px;
    color: #922323;
    background:#ffffff url(https://nb9-stumbleupon.netdna-ssl.com/bciXy8zDiNDWlF8iC6j_JA) no-repeat 0 -70px;
}
.s-success {
    padding-left: 14px;
    color: #64645a;
    background:#ffffff url(https://nb9-stumbleupon.netdna-ssl.com/bciXy8zDiNDWlF8iC6j_JA) no-repeat 0 -45px;
}
.inline-inputs {
    color: #808080;
}
.inline-inputs span, .inline-inputs input[type=text] {
    display: inline-block;
}
.inline-inputs input.mini {
    width: 60px;
}
.inline-inputs input.small {
    width: 90px;
}
.inline-inputs span {
    padding: 0 2px 0 1px;
}
.inline-reference-text {
    height: 0;
    padding: 6px 0 0 0;
}
.inline-reference-text span:first-child {
    padding-right: 20px;
    float: left;
    font-size: 13px;
}
.inline-reference-text label {
    padding-top: 0;
    width: auto;
    white-space: nowrap;
}
.input-prepend input[type=text],
.input-append input[type=text],
.input-prepend input[type=password],
.input-append input[type=password] {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
    height: 14px;
    width: auto;
    min-width: 16px;
    padding: 4px 4px 4px 5px;
    float: left;
    color: #bfbfbf;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    border-right-width: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #ccc;
    background: #f5f5f5;
}
.input-prepend .active, .input-append .active {
    border-color: #46a546;
    background: #a9dba9;
}
.oldie .input-prepend .add-on {
    margin-top: 1px;
}
.input-append input[type=text], .input-append input[type=password] {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-append .add-on {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border-right-width: 1px;
    border-left-width: 0;
}

.inputs-list li {
    padding: 0;
    display: block;
    margin-bottom: 8px;
}
label.inline,
.inputs-list li label {
    width: auto;
    padding: 0;
    display: inline-block;
    float: none;
    text-align: left;
    white-space: normal;
}
.inputs-list li label strong {
    color: #808080;
}
.inputs-list li ul.inputs-list {
    padding-top: 0;
    margin-left: 25px;
    margin-bottom: 10px;
}
.inputs-list li:first-child {
    padding-top: 5px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
    margin-bottom: 0;
}
.inputs-list li .input {
    margin-left: 45px;
}
.form-stacked fieldset {
    padding-top: 9px;
}
.form-stacked legend {
    margin-left: 0;
}
.form-stacked label {
    width: auto;
    padding: 0 0 3px 0;
    display: block;
    float: none;
    font-size: 16px;
    text-align: left;
}
.form-stacked .inline {
    display: inline-block;
}
.form-stacked input.xlarge[type=text],
.form-stacked input.xlarge[type=password] {
    height: 26px;
    padding-left: 5px;
    line-height: 26px;
    font-size: 16px;
}
.form-stacked div.input label {
    font-weight: normal;
    font-size: 14px;
}
.form-stacked .wrapper-input {
    min-height: 60px;
}
.form-stacked .wrapper-input div.input {
    margin-left: 0;
}
.form-stacked .inputs-list {
    margin-bottom: 0;
}
.form-stacked .inputs-list li {
    padding-top: 0;
}
.form-stacked label.inline,
.form-stacked .inputs-list li label {
    padding-top: 0;
    font-weight: normal;
}
.form-stacked div.error {
    padding-left: 10px;
    margin-top: 0;
    margin-left: -10px;
}
.form-stacked .actions {
    padding-left: 20px;
    margin-left: -20px;
}

/* overrides, edge cases */
.inline > label {
    width: auto;
    margin-right: 20px;
    display: inline;
}
p.message-legal {
    margin-top: 28px;
}
label.message-legal {
    font-size: 12px;
    font-weight: normal;
}
/* search stumbler */
.search-stumbler {
    height: 30px;
    width: 175px;
    float: right;
    overflow: hidden;
    position: relative;
    text-align: right;
}
#search-stumbler-query {
    width: 165px;
    text-align: left;
}
.search-stumbler-submit {
    position: absolute;
    top: 0;
    left: -300px;
}
.oldie .search-stumbler-submit {
    width: 0;
}/**
 * Alert Messages and Buttons from Twitter Bootstrap
 * Base styles for various input types, form layouts, and states
 */
.alert-message,
.alert-message:hover {
    background-color: #f7d3d3;
    border-color: #edc1c1;
    margin-bottom: 18px;
    padding: 10px;
    color: #444444;
    border-width: 2px;
    border-style: solid;
}
 .alert-message .alert-icon {
    padding-left: 30px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/JtG56N2RgJ-NERlri6pY-A) no-repeat 0 -300px;
}
.alert-message.danger .alert-icon,
.alert-message.error .alert-icon {
    background-position: 0 -549px;
}
.alert-message.success {
    background-color: #e4f5ff;
    border-color: #cdeeff;
}
.alert-message.success .alert-icon {
    background-position: 0 -499px;
}
.alert-message.warning,
.alert-message.info {
    background-color: #ffccb0;
    border-color: #ffbb95;
}
.alert-message.warning .alert-icon,
.alert-message.info .alert-icon {
    background-position: 7px -449px;
}
.alert-message.hide {
    display: none;
}
.alert-message.show {
    display: block;
}
.alert-message p {
    max-height: 50px
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
}
.alert-message div {
    margin-top: 5px;
    margin-bottom: 2px;
    line-height: 28px;
}
.alert-message div.actions {
    padding: 14px 0 0 0;
    border: 0 none;
}
.alert-message .btn {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
    float: right;
    color: rgba(0,0,0,0.2);
    font-size: 28px;
    text-decoration: none;
}
.oldie .alert-message .close {
    color: #000000;
    filter: alpha(opacity=20);
}
.alert-message .close:hover {
    color: #888888;
    text-decoration: none;
}
.alert-message.block-message {
    overflow: hidden;
}
.oldie .alert-message.block-message {
    overflow: auto;
}
.alert-message.attached-message {
    padding: 20px 30px;
    margin-bottom: 0;
}
.alert-message.block-message .close {
    margin: -2px -10px 0 0;
}
.alert-message.block-message h2 {
    margin-bottom: 8px;
}
.alert-message.block-message p {
    padding-left: 0;
    background: transparent;
}
.alert-message.block-message .alert-actions {
    margin-top: 5px;
}

/* Button Styles */
.btn {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe) to(#e9e9e8));
    background-image: -webkit-linear-gradient(#fefefe, #e9e9e8);
    background-image: -moz-linear-gradient(#fefefe, #e9e9e8);
    background-image: -ms-linear-gradient(#fefefe, #e9e9e8);
    background-image: -o-linear-gradient(#fefefe, #e9e9e8);
    background-image: linear-gradient(#fefefe, #e9e9e8);
    padding: 4px 14px;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all;
    -webkit-appearance: none;
}
.btn:hover {
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #013855;
    text-decoration: none;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e8) to(#fefefe));
    background-image: -webkit-linear-gradient(#e9e9e8, #fefefe);
    background-image: -moz-linear-gradient(#e9e9e8, #fefefe);
    background-image: -ms-linear-gradient(#e9e9e8, #fefefe);
    background-image: -o-linear-gradient(#e9e9e8, #fefefe);
    background-image: linear-gradient(#e9e9e8, #fefefe);
}
.btn.primary {
    color: #ffffff;
}
.btn.primary:hover, .btn.danger:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a8ff) to(#007dbd));
    background-image: -webkit-linear-gradient(#00a8ff, #007dbd);
    background-image: -moz-linear-gradient(#00a8ff, #007dbd);
    background-image: -ms-linear-gradient(#00a8ff, #007dbd);
    background-image: -o-linear-gradient(#00a8ff, #007dbd);
    background-image: linear-gradient(#00a8ff, #007dbd);
}
.btn.primary {
    font-weight: bold;
    text-shadow: 0 0 1px #003d52;
    background-color: #007dbd;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dbd) to(#00a8ff));
    background-image: -webkit-linear-gradient(#007dbd, #00a8ff);
    background-image: -moz-linear-gradient(#007dbd, #00a8ff);
    background-image: -ms-linear-gradient(#007dbd, #00a8ff);
    background-image: -o-linear-gradient(#007dbd, #00a8ff);
    background-image: linear-gradient(#007dbd, #00a8ff);
    border-color: #151515;
}
.btn.secondary {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    background-color: #41413a;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#717168), to(#41413a));
    background-image: -moz-linear-gradient(#717168, #41413a);
    background-image: -ms-linear-gradient(#717168, #41413a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717168), color-stop(100%, #41413a));
    background-image: -webkit-linear-gradient(#717168, #41413a);
    background-image: -o-linear-gradient(#717168, #41413a);
    background-image: linear-gradient(#717168, #41413a);
    border-color: #151515;
    border-color: rgba( 21, 21, 21, 0.7 );
}
.btn.tertiary {
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba( 255, 255, 255, 0.3 );
    background-color: #f1a833;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f1d80a), to(#f1a833));
    background-image: -moz-linear-gradient(#f1d80a, #f1a833);
    background-image: -ms-linear-gradient(#f1d80a, #f1a833);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1d80a), color-stop(100%, #f1a833));
    background-image: -webkit-linear-gradient(#f1d80a, #f1a833);
    background-image: -o-linear-gradient(#f1d80a, #f1a833);
    background-image: linear-gradient(#f1d80a, #f1a833);
    border-color: #f1d800 #d4d4d2 #b6801d;
    border-color: rgba(241, 216, 0, 0.6) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.cancel {
    color: #888888;
    background-color: #f1f1ee;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f5));
    background-image: -moz-linear-gradient(#ffffff, #f7f7f5);
    background-image: -ms-linear-gradient(#ffffff, #f7f7f5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f5));
    background-image: -webkit-linear-gradient(#ffffff, #f7f7f5);
    background-image: -o-linear-gradient(#ffffff, #f7f7f5);
    background-image: linear-gradient(#ffffff, #f7f7f5);
    border-color: #f1f1ee;
}
.btn.cancel:hover {
    background-position: 0 0;
}
.btn.large {
    width: 238px;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
}
.masthead-content .btn.large {
    min-width: 267px;
    height: 48px
    line-height: 48px;
}
.btn.medium {
    width: 168px;
    padding: 0;
    font-size: 16px;
    line-height: 33px;
}
.btn.medium-alt1 {
    width: 128px;
    padding: 0;
    font-size: 12px;
    line-height: 33px;
}
.btn.small {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
}
.btn.disabled {
    background-image: none;
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    cursor: default;
}
.btn:disabled {
    background-image: none;
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    cursor: default;
}
.btn:active {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.link {
    padding: 0;
    text-align: left;
    display: inline;
    font-size: 12px;
    background: none;
    border: none;
    color: #00a8ff;
}
button.link:hover {
    text-decoration: underline;
}
button.link-undo,
button.link-undo:hover {
    padding-left: 20px;
    border: none;
    display: inline;
    line-height: normal;
    background-position: 4px -72px;
}/**
 * Tables from Twitter Bootstrap
 */
table {
    width: 100%;
    margin-bottom: 18px;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
}
th, td {
    padding: 10px 10px 9px;
    line-height: 13.5px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
th, tfoot td {
    padding-top: 9px;
    font-weight: bold;
    border-bottom-width: 2px;
}
.table-alt tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
.table-alt tbody tr:hover td {
    background-color: #f5f5f5;
}
.table-alt .table-header {
    cursor: pointer;
}
.table-alt .table-header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden;
}
.table-alt .table-header-sort-up, .table-alt .table-header-sort-down {
    background-color: rgba(141, 192, 219, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.table-alt .table-header:hover:after {
    visibility: visible;
}
.table-alt .table-header-sort-down:after, .table-alt .table-header-sort-down:hover:after {
    visibility: visible;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.table-alt .table-header-sort-up:after {
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}/**
 * non-semantic helper classe
 * Universal Convenience Styles
 */
/* insta floats and clears */
.right {
    float: right;
}
.left {
    float: left;
}
.clear-both {
    clear: both;
}

/* For image replacement */
.ir {
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
}
.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden {
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* When styling a list as navigation, use this class to reset it */
.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Links with small leading icons */
.link-undo,
.link-flag,
.link-email,
.link-add,
.link-settings {
    padding-left: 11px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/bciXy8zDiNDWlF8iC6j_JA) no-repeat 0 -98px;
}
.link-settings:hover {
    background-position: 0 -123px;
}
.link-flag {
    background-position: 0 -148px;
}
.link-flag:hover {
    background-position: 0 -173px;
}
.link-email {
    background-position: 0 -198px;
}
.link-email:hover {
    background-position: 0 -223px;
}
.link-add {
    background-position: 0 -349px;
}
.link-add:hover {
    background-position: 0 -374px;
}
.link-undo,
.link-undo:hover {
    background-position: 0 -73px;
    text-transform: uppercase;
    font-size: 11px;
    color: #922323;
}
.link-undo:active {
    position: relative;
    top: 1px;
    left: 1px;
}

/* leading icons */
.icon-facebook,
.icon-twitter,
.icon-linkedin {
    padding-left: 20px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/bciXy8zDiNDWlF8iC6j_JA) no-repeat 4px -242px;
}
.icon-linkedin {
    background-position: 4px -267px;
}
.icon-twitter {
    background-position: 4px -292px;
}
.icon-facebook-medium,
.icon-linkedin-medium,
.icon-rss-medium,
.icon-checkmark-medium,
.icon-twitter-medium {
    padding: 4px 0 4px 20px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/JtG56N2RgJ-NERlri6pY-A) no-repeat 0 -146px;
}
.icon-linkedin-medium {
    background-position: 0 -196px;
}
.icon-twitter-medium {
    background-position: 0 -246px;
}
.icon-rss-medium {
    background-position: 0 -647px;
}
.icon-checkmark-medium {
    background-position: 0 -600px;
}
/* Details */
.details-info {
    font-size: 11px;
    color: #888;
}
.details-info a {
    color: #888;
    text-decoration: none;
}
.details-info a:hover {
    text-decoration: underline;
}
.details-sep {
    margin-left: 6px;
    padding-left: 8px;
    border-left: 1px solid #888;
    border-left-color: rgba(136,136,136, .4);
}
.details-sep:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0 none;
}
.details-sep-r {
    margin-right: 6px;
    padding-right: 8px;
    border-right: 1px solid #888;
    border-right-color: rgba(136,136,136, .4);
}
.details-sep-r:first-child {
    border-right: 0 none;
}
.ie7 .details-sep {
    padding-left: 9px;
    border-left: 1px solid #888888;
}
.ie7 .details-sep:first-child {
    padding-left: 0;
    border-left: 0 none;
}
/* Stumbles filter section - wraps grid/list switch as well */
.stumbles-filter {
    height: 36px;
}
.s-grid .toggle-grid,
.s-list .toggle-list,
.view-toggle .s-active {
    color: #888888;
    cursor: default;
}

.stumble-view-toggle,
.view-toggle {
    float: right;
}
.stumble-view-toggle .separator,
.view-toggle .separator {
    padding: 0 6px;
}
/* visible vertical scrollbar for Webkit browsers */
.vertical-scroll::-webkit-scrollbar {
    width: 11px;
    -webkit-appearance: none;
}
.vertical-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 8px;
    border: 2px solid #ffffff;
}
/* For-placement-only Background pattern override */
.fpo {
    -webkit-background-size: 20px 20px !important;
    -moz-background-size: 20px 20px !important;
    background-size: 20px 20px !important;
    -moz-box-shadow: 1px 1px 8px #ccc !important;
    -webkit-box-shadow: 1px 1px 8px #ccc !important;
    box-shadow: 1px 1px 8px #ccc !important;
    background-color: #c9f !important;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),to(transparent)) !important;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255,255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent) !important;
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent) !important;
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent) !important;
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent) !important;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent) !important;
}
.modal {
    min-height: 20px !important;
}