/**
 *  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
 */
body, button, input, textarea, select {
    font-size: 11px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}
.nav-primary-link,
.button-follow,
.link-undo,
.s-help,
.s-info {
    font-family: Arial, sans-serif;
}
p {
    margin: 0 0 16px 0;
}

.page-title {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #555;
    text-shadow: 1px 1px 0 #ffffff;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
}

h2 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 16px;
    margin-top: 0;
}
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;
    line-height: 16px;
    margin: 0;
}
h6 {
    font-size: 10px;
    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: #eb4924;
    text-decoration: none;
}
a.dark {

}
a:hover {
    color: #b32c0d;
}
a:active {
    color: #682415;
}
a.dark:hover {

}
a:focus {
    outline: thin dotted;
}
a.dark:focus {

}

/* 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;
}

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;
    position: relative;
    z-index: 1000;
    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;
}
.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 */
.l-marketing-col-1 h1,
.l-marketing-col-2 h1 {
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 35px;
    color: #3b3b3b;
}
.l-marketing-col-1 h2,
.l-marketing-col-2 h2 {
    font-size: 20px;
    line-height: 22px;
    color: #6d6e71
}
.l-marketing-col-1 h3,
.l-marketing-col-2 h3 {
    font-size: 15px;
    line-height: 20px;
    color: #6d6e71;
}
.l-marketing-col-1 .intro,
.l-marketing-col-2 .intro,
p.intro {
    font-size: 16px;
    line-height: 20px;
    color: #6d6e71;
}
.l-marketing-col-1 p,
.l-marketing-col-2 p,
.l-wp-col-1-primary p,
.l-wp-col-2-primary p,
.l-wp-col-1-primary ul,
.l-wp-col-2-primary ul,
.l-wp-col-1-primary ol,
.l-wp-col-2-primary ol,
p.remark {
    font-size: 13px;
    line-height: 18px;
    color: #3b3b3b;
}
.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;
}
.confirm-message {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 10px 16px;
}

.wf-loading .nav-tertiary-count,
.wf-loading .page-title,
.wf-loading .tile-header-primary,
.wf-loading .tk-franklin-gothic-urw-cond,
.wf-loading .tk-header {
    visibility: hidden;
}
.wf-active .nav-tertiary-count,
.wf-inactive .nav-tertiary-count,
.wf-active .page-title,
.wf-inactive .page-title,
.wf-active .tile-header-primary,
.wf-inactive .tile-header-primary,
.wf-active .tk-franklin-gothic-urw-cond,
.wf-inactive .tk-franklin-gothic-urw-cond,
.wf-active .tk-header,
.wf-inactive .tk-header {
    visibility: visible;
    font-family: 'Oswald', sans-serif;
}/**
 * Layout css for main global assignments
 */
html, body {height: 100%;}
body {
    color: #888888;
    background: #ededed;
}
body.show-webtoolbar {
    margin-top: 40px;
}
body#iframe {
    background: #f1f1ee;
}
body#iframe.modal_iframe {
    background: transparent;
}
/* site webtb styles */
#tb-toolbar {
    position: fixed !important;
    top: 0;
    z-index: 100;
}
/* end  site webtb styles */
.wrapper-content {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

/* primary content */
.l-content-primary {
    width: auto;
}
/* header */
.l-header-top {
    height: 42px;
    padding: 4px 15px 0;
    position: relative;
    z-index: 2;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 80%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 80%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 80%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 80%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 80%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.l-header-top .center-wrap {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.logo-primary {
    height: 37px;
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 6;
    text-indent: -9999px;
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/biWezBTGCUT2RiadpomgYg) no-repeat 50% 50%;
}
.header-top-rule {
    height: 0;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #fff;
}
.header-content-wrap {
    height: 274px;
    background: #373737 url(http://nb9.stumbleupon.netdna-cdn.com/GmEScMF69uCxBtz8uL-m8g) no-repeat center;
    position: relative;
    border-bottom: 1px solid #6D6C6C;
}
.header-content-wrap.short {
    height: auto;
    min-height: 59px;
    max-height: 244px;
    padding: 20px 0;
}
.header-content-wrap.solid {
    background: #373737;
}
.header-content-wrap.clean {
    background: #373737 url(http://nb9.stumbleupon.netdna-cdn.com/nxPUscdEbS9Bu2gmPf5Dxg) no-repeat center;
    border-bottom: 1px solid white;
}
.header-content-wrap.inset {
    -moz-box-shadow: inset 0 5px 7px -5px #000, inset 0 -5px 7px -5px #000;
    -webkit-box-shadow: inset 0 5px 7px -5px #000, inset 0 -5px 7px -5px #000;
    box-shadow: inset 0 5px 7px -5px #000, inset 0 -5px 7px -5px #000;
}
.header-content-fixed {
    margin: 0 auto;
    width: 900px;
}
.header-logo {
    width: 140px;
    margin-top: 5px;
    padding-right: 35px;
    float: left;
}
.header-logo:after {
    width: 1px;
    height: 100%;
    content: " ";
    display: block;
    float: left;
    background-color: #d1d1d1;
}
.header-logo .dna-bar {
    height: 8px;
}
.header-logo-text {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    text-shadow: 1px 1px 1px black;
}
.header-logo-context {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 1;
    text-shadow: 1px 1px 1px black;
}
.header-content {
    padding: 17px 15px 15px 15px;
    margin-bottom: 15px;
    background-color: transparent;
}
.header-context {
    width: 900px;
    margin: 0 auto;
    margin-top: 19px;
    padding-top: 3px;
    padding-bottom: 8px;
    text-align: center;
    overflow: auto;
}
.header-context .page-title {
    margin-bottom: 0;
    float: left
}
.page-title.center {
    float: none;
}
.header-context .page-subtitle {
    margin-bottom: 0;
    line-height: 1;
    text-align: left;
}
.header-context .stumble-button {
    display: inline-block;
}
.header-content.large-header {
    width: 952px;
    height: 150px;
    padding: 16px 14px;
    margin: 0 auto;
    position: relative;
    background: rgba(29, 29, 29, 0.5) url(http://nb9.stumbleupon.netdna-cdn.com/O5Wwb5eyW-req_aRCCGAXA);
}
.header-content-left .page-title {
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-actions {
    padding: 3px 3px 12px;
    overflow: auto;
    border-bottom: 1px solid #DEDEDE;
}
.page-actions .stumble-button {
    margin-right: 20px;
    float: left;
}
.page-actions .btn.secondary{
    min-width: 75px;
    margin: 8px 0 0 10px;
    float: right;
}
.reflow-wrapper {
    min-height: 150px;
    margin: 0 20px;
    position: relative;
}
.reflow-wrapper.s-stumbles-list {
    overflow: hidden;
}
.reflow-wrapper .page-divider{
    height: 1px;
    width: 100%;
    background-color: #FEFEFE;
    border-top: 1px solid #DEDEDE;
    text-align: center;
    z-index: 1;
}
.reflow-wrapper .page-divider-text {
    padding: 4px 20px;
    position: relative;
    top: -8px;
    font-size: 13px;
    color: #878B97;
    background: #FEFEFE;
    border-bottom: 1px solid #E9E9E9;
    box-shadow: inset 0 1px 1px rgba(25, 25, 25, 0.15);
}
.content-primary {
    margin-top: 14px;
    text-align: center;
}

/* footer */
.l-footer {
    width: 120px;
    position: absolute;
    bottom: 60px;
    line-height: 1.2;
    text-align: left;
    color: #c5c5c5;
}
.footer-logo {
    width: 111px;
    margin-bottom: 13px;
}
.footer-logo img {
    height: auto;
    width: 100%;
}
.footer-copyright {
    margin-bottom: 11px;
    color: #999;
}
.footer-links-primary {
    padding: 8px 0;
    margin-bottom: 16px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.footer-links-primary .s-active {
    color: #444444;
}
.footer-links-secondary {
    margin-bottom: 11px;
}
.footer-links-tertiary {
    margin-bottom: 15px;
}
.footer-links-primary a,
.footer-links-secondary a,
.footer-links-tertiary a {
    margin-right: 3px;
    text-decoration: none;
    color: #b2b2b2;
    font-size: 10px;
}
.footer-links-tertiary a {
    white-space: nowrap;
}
.footer-links-primary a:hover,
.footer-links-secondary a:hover,
.footer-links-tertiary a:hover {
    color: #444;
}
.footer-links-primary a {
    margin-right: 4px;
    font-size: 12px;
    color: #888888;
}
.footer-links-primary a:before {
    margin-right: 8px;
}
.footer-separator-l:before {
    margin-right: 4px;
    color: #d4d4d4;
    content: "\2022";
}
.footer-links-primary .footer-separator-l:before {
    margin-right: 8px;
}
.footer-links-primary a:first-child:before,
.footer-links-secondary a:first-child:before,
.footer-links-tertiary a:first-child:before {
    margin-right: 0;
}

/**
 * Master Layouts
 */
.l-content-primary {
    min-height: 100%;
    position: relative;
}
.l-content-primary-wrap {
    min-height: 300px;
}

/**
 * Master Layout A
 */
.l-master-a .l-column-left {
    width: 160px;
}
.l-master-a .l-content-primary {
    width: 638px;
}
.l-master-a .l-content-primary-wrap {
    padding: 20px 30px 30px 29px;
    overflow: auto;
}
.l-master-a .l-column-right {
    width: 162px;
}
.l-master-a .l-column-right-content {
    background-color: #f7f7f4;
}
.l-master-a .l-column-right section {
    padding: 19px 17px;
}

/**
 * Master Layout B
 */
.l-master-b {
    height: 100%;
}
.l-master-b .l-column-left {
}
.l-master-b .l-content-primary {
    width: 100%;
}
.l-master-b .l-content-primary-wrap {
    height: 100%;
    padding-bottom: 30px;
}

/**
 * Master Layout C
 */
.l-master-c .l-content-primary {
    width: 640px;
    float: left;
}
.l-master-c .l-column-right {
    width: 310px;
    margin-left: 10px;
    float: left;
}
.l-master-c .l-column-right-content {
    background-color: #f7f7f4;
}
.l-master-c .l-content-primary-wrap {
    padding: 20px 30px 30px 29px;
}
.l-master-c .l-column-right section {
    padding: 19px 17px;
}

/**
 * Master Layout D
 */
.l-master-d .l-content-primary-wrap {
    padding: 35px 30px;
}

/**
 * Master Layout 1 col marketing
 */
.l-marketing-col-1 .l-content-primary {
    width: 640px;
    float: left;
}
.l-marketing-col-1 .l-column-right {
    width: 310px;
    margin-left: 10px;
    float: left;
}
.l-marketing-col-1 .l-column-right-content {
    background-color: #f7f7f4;
}
.l-marketing-col-1 .l-content-primary-wrap {
    padding: 20px 35px 30px 34px;
}
.l-marketing-col-1 .l-column-right section {
    padding: 19px 17px;
}
/**
 * Master Layout 2 col marketing
 */
.l-marketing-col-2 .l-content-primary {
    width: 960px;
}
.l-marketing-col-2 .l-content-primary-wrap {
    padding: 16px 35px 23px;
}
.l-wp-col-2-primary,
.l-wp-col-2-secondary {
    overflow: auto;
}
.l-wp-col-2-primary .l-wp-col {
    width: 427px;
    margin-left: 35px;
    float: left;
}
.l-wp-col-2-primary .l-wp-col img {
    margin-bottom: 16px;
    display: block;
}
.l-wp-col-2-primary .odd {
    margin-left: 0;
}
.l-wp-col-2-secondary {
    padding: 30px 35px 30px 0;
    margin-bottom: 30px;
    background-color: #E0E0E4;
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(236, 236, 233, 0.4);
    -moz-box-shadow: inset 0px 3px 3px 0px rgba(236, 236, 233, 0.4);
    box-shadow: inset 0px 3px 3px 0px rgba(236, 236, 233, 0.4);
}
.l-wp-col-2-secondary .l-wp-col {
    width: 272px;
    margin-left: 35px;
    float: left;
}

/* Master layout Centering for Wordpress Pages */
.l-marketing-col-1,
.l-marketing-col-2,
.l-master-c,
.l-master-d .l-content-primary {
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: auto;
}
.l-master-d .l-content-primary {
    margin-top: 10px;
    padding-top: 0;
}
.l-marketing-col-1 .l-content-primary,
.l-marketing-col-2 .l-content-primary,
.l-master-c .l-content-primary,
.l-master-d .l-content-primary {
    background-color: #ffffff;
}



/**
 * Generic columns
 */
.column {
    float: left;
}


/**
 * Module Layouts
 */
.wrapper-module-layout {
    width: 960px;
    overflow: auto;
}
.l-module-column-left,
.l-module-column-right {
    float: left;
}
.l-module-a .l-module-column-left,
.l-module-b .l-module-column-right {
    width: 320px;
}
.l-module-a .l-module-column-right,
.l-module-b .l-module-column-left {
    width: 600px;
}
.l-module-c .l-module-column-left,
.l-module-c .l-module-column-right {
    width: 460px;
}
.l-module-column-right {
    margin-left: 40px;
}
.l-module-row {
    margin-bottom: 20px;
}

/* Animations */
.animate,
.animate-stage {
    -webkit-transition-property: opacity, left, top;
    -webkit-transition-duration: .3s, .3s, .3s;
    -webkit-transition-timing-function: ease, ease-in-out, ease-in-out;

    -moz-transition-property: opacity, left, top;
    -moz-transition-duration: .3s, .3s, .3s;
    -moz-transition-timing-function: ease, ease-in-out, ease-in-out;

    -o-transition-property: opacity, left, top;
    -o-transition-duration: .3s, .3s, .3s;
    -o-transition-timing-function: ease, ease-in-out, ease-in-out;

    -ms-transition-property: opacity, left, top;
    -ms-transition-duration: .3s, .3s, .3s;
    -ms-transition-timing-function: ease, ease-in-out, ease-in-out;

    transition-property: opacity, left, top;
    transition-duration: .3s, .3s, .3s;
    transition-timing-function: ease, ease-in-out, ease-in-out;
}
.animate-step-wrap {
    float: left;
}
.fadeable {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.fade-in {
    opacity: 1;
}
.fade-out {
    opacity: 0;
}

/**
 * Marketing pages
 * @todo: We're eliminating the marketing master template, and these styles
 * should also be adjusted. Currently used on the DNA info and list runout
 */
.marketing-page-wrapper {
    width: 960px;
    margin: 0 auto;
}
.marketing-page {
    border: 1px solid #d4d4d4;
    background: #ffffff
}
.show-webtoolbar .marketing-page-wrapper {
    margin: 40px auto 0;
}
.marketing-page-wrapper .l-header {
    height: 77px;
    padding-top: 43px;
    position: relative;
    text-align: right;
}
.marketing-page-wrapper .logo-primary {
    height: 66px;
    width: 290px;
    position: absolute;
    top: 20px;
    left: 0;
    background: url(http://nb9.stumbleupon.netdna-cdn.com/KwIEec5utYGrKmzXYLgFzg) no-repeat 0 0;
}
.marketing-page-footer {
    position: static;
    width: auto;
    padding: 25px 0;
    text-align: center;
    line-height: 1.3;
    font-size: 13px;
}
.marketing-page-footer a {
    color: inherit;
}
.marketing-page-footer .pipe {
    color: #d4d4d4;
}
.marketing-page-footer .l-footer-links {
    margin-bottom: 5px;
}

/* Edit list view CSS */
.list-edit-header {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1;
    color: white;
}
.list-edit-form {
    padding: 0 0 0 149px;
}
.list-edit-image-wrapper {
    margin-left: -149px;
    float: left;
}
.list-edit-columns {
    overflow: auto;
}
.modal-view .list-edit-columns {
    width: 635px;
    padding-top: 25px;
}
.list-edit-col-left {
    width: 240px;
    padding-left: 80px;
    float: left;
}
.list-edit-col-right {
    width: 225px;
    padding-left: 80px;
    float: right;
}
.list-edit-form .wrapper-input {
    min-height: 22px;
    margin-bottom: 0;
}
input.list-edit-title,
.list-edit-description {
    font-size: 11px;
    color: #444;
}
input.list-edit-title {
    height: 15px;
    width: 210px;
}
.list-edit-description {
    height: 30px;
    width: 215px;
    resize: none;
}
.list-edit-form .list-edit-btn {
    width: 75px;
    padding: 3px 14px;
    margin: 0 0 0 10px;
    float: right;
}
.header-label {
    width: 70px;
    margin-left: -80px;
    float: left;
    font-size: 12px;
    color: white;
    font-weight: bold;
}
.header-label-inline {
    padding-top: 6px;
}
.list-edit-actions {
    margin-top: 9px;
    overflow: auto;
}
.help-text {
    font-size: 11px;
    color: #b2b2b2;
}

.no-results {
    color: #878B97;
    width: 900px;
    margin: 0 auto;
    margin-top: 10px;
}
.no-results-heading {
    font-size: 36px;
    font-weight: bold;
}
.no-results-body {
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: none;
}
.no-results-heading,
.no-results-body {
    line-height: normal;
    text-align: center;
}
.no-results-link {
    text-decoration: underline;
}
.no-results-link:hover {
    color: #ffffff;
    text-decoration: none;
}
.hover-tip-pointer {
    width: 0;
    height: 0;
    bottom: -5px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
}
.settings-content {
    width: 860px;
    padding: 20px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #B1B1B1;
    box-shadow: inset 0 0 2px 0px #ECECEC;
}
.admin-controls {
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.admin-actions {
    display: none;
}
.front-bg {
    position: fixed;
    width: 200%;
    height: 200%;
    background: black;
    top: 0;
}
.front-bg-overlay {
    height: 200%;
    width: 200%;
    background: rgba(0,0,0,0.1);
    position: absolute;
    z-index: 1;
}
.front-image {
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}/**
 * nav.css styles for site navigation
 */
.nav-utility {
    margin-top: 8px;
    position: absolute;
    right: 25px;
    top: 0;
}
.nav-utility-item {
    float: right;
    font-size: 11px;
}
.nav-utility-link-primary {
    padding: 10px 15px 10px 10px;
    margin: 1px;
    display: inline-block;
    color: #888;
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/JNfKfU1sd4Y0h6fKTXC0Nw) no-repeat 3px -1372px;
}
.nav-utility-link-primary:hover {
    color: #444;
    background-position: 3px -1432px;
}
.nav-utility-link-primary:active {
    background-position: 3px -1492px;
}
.s-active .nav-utility-link-primary {
    color: #444;
    background-position: 3px -1492px;
}
.about-su {
    position: absolute;
    left: 138px;
    top: 7px;
}
.nav-user-profile {
    line-height: 22px;
    display: inline-block;
    color: #565C5F;
}
.nav-user-profile:hover {
    color: #888888;
}
.user-nav {
    top: -1px;
    right: -30px;
    position: absolute;
}
.nav-tooltip {
    background-color: #F8F8F8;
    display: none;
}
.user-utilities .nav-utility-link-primary {
    padding-left: 35px;
}
.nav-utility-secondary {
    position: absolute;
    left: -9999px;
    top: 35px;
    z-index: 50;
    -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.s-active .nav-utility-secondary {
    left: inherit;
    right: 3px;
}
.nav-utility-secondary-link {
    padding: 0 7px;
    display: block;
    font-size: 13px;
    line-height: 29px;
    color: #888;
    text-align: left;
}
.nav-utility-secondary-link:hover {
    color: #3A3A3A;
    background-color: #ECECEC;
}
.nav-utility-secondary-link:active {
    color: #ffffff;
    background-color: #eb4924;
}
.s-active .nav-utility-secondary-link {
    left: 0;
}
.nav-utility-thumb-wrapper {
    height: 22px;
    width: 22px;
    margin-left: -30px;
    float: left;
}
.nav-utility-thumb {
    height: 22px;
    width: 22px;
    display: block;
    border: 1px solid #cccccc;
}
.sign-in-action {
    margin-top: 13px;
    padding-right: 18px;
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #888;
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/JNfKfU1sd4Y0h6fKTXC0Nw) no-repeat 142px -1375px;
}
.sign-in-action:hover {
    color: #eb4924;
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/JNfKfU1sd4Y0h6fKTXC0Nw) no-repeat 142px -1495px;
}
.sign-in-action.s-active {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/JNfKfU1sd4Y0h6fKTXC0Nw) no-repeat 142px -1495px;
}

/* homepage nav */
.nav-homepage {
    height: 60px;
    padding-left: 20px;
    margin-left: 176px;
    position: relative;
    border-left: 1px solid #5f5f5f;
}
.nav-homepage .s-active .nav-tertiary-link:after {
    top: -2;
}
.nav-homepage-links {
    padding-top: 7px;
}
.nav-homepage-links .s-active .nav-tertiary-link:after {
    bottom: -22px;
}
.nav-homepage .explore-interests {
    margin-top: 15px;
    position: relative;
}
.nav-homepage .your-interests-icon,
.nav-homepage .activity-icon,
.nav-homepage .trending-icon,
.nav-homepage .lists-icon {
    height: 20px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}
.nav-homepage .your-interests-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -60px;
}
.nav-homepage .nav-tertiary-link:hover .your-interests-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -80px;
}
.nav-homepage .nav-tertiary-link:active .your-interests-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -80px;
}
.nav-homepage .s-active .your-interests-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -100px;
}
.nav-homepage .s-active .nav-tertiary-link:hover .your-interests-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -100px;
}

.nav-homepage .activity-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center 0;
}
.nav-homepage .nav-tertiary-link:hover .activity-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -20px;
}
.nav-homepage .nav-tertiary-link:active .activity-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -20px;
}
.nav-homepage .s-active .activity-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -40px;
}
.nav-homepage .s-active .nav-tertiary-link:hover .activity-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -40px;
}

.nav-homepage .trending-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -180px;
}
.nav-homepage .nav-tertiary-link:hover .trending-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -200px;
}
.nav-homepage .nav-tertiary-link:active .trending-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -200px;
}
.nav-homepage .s-active .trending-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -220px;
}
.nav-homepage .s-active .nav-tertiary-link:hover .trending-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -220px;
}

.nav-homepage .lists-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -120px;
}
.nav-homepage .nav-tertiary-link:hover .lists-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -140px;
}
.nav-homepage .nav-tertiary-link:active .lists-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -140px;
}
.nav-homepage .s-active .lists-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -160px;
}
.nav-homepage .s-active .nav-tertiary-link:hover .lists-icon {
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/KtWFEYHMV1ebQyf3rQmw-Q) no-repeat center -160px;
}

.nav-homepage .s-active .nav-tertiary-text {
    font-weight: normal;
}

.nav-homepage .nav-tertiary-link {
    padding: 0 20px;
}

.nav-homepage .nav-tertiary-count,
.nav-homepage .nav-tertiary-text {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}

/**
 * primary nav
 */
.nav-primary {
    height: 31px;
    padding-top: 6px;
    display: inline-block;
}
.nav-section {
    float: left;
    border-left: 1px solid #e5e5e5;
}
.nav-section:first-child {
    border-left: 0 none;
}
.nav-primary-link {
    height: 16px;
    min-width: 20px;
    padding: 0 10px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #565C5F;
    line-height: 2.6;
}
.nav-whats-new .nav-primary-link {
    padding-left: 3px;
}

/* primary nav states */
.nav-primary-link:hover {
    color: #888;
}
.nav-primary-link:active {
    color: #eb4924;
}
.s-section-active .nav-primary-link {
    color: #eb4924;
    cursor: default;
}

/* nav tertiary (header) */
.nav-tertiary {
    padding-bottom: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0;
}
.nav-tertiary > ul {
    display: inline-block;
}
.nav-tertiary-link-wrapper {
    float: left;
    position: relative;
}
.nav-tertiary-link {
    padding: 0 22px;
    display: block;
    text-align: center;
}
.s-active .nav-tertiary-link:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ededed;
}
.nav-tertiary-count {
    color: #bbbbbb;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
}
.nav-tertiary-text {
    color: #D6DEE0;
    font-size: 15px;
    line-height: 1.4;
}
.nav-tertiary-text,
.nav-tertiary-count {
    text-shadow: 1px 1px 0 black;
}
.nav-tertiary-link:hover .nav-tertiary-count,
.nav-tertiary-link:hover .nav-tertiary-text {
    color: #FFFFFF;
}
.nav-tertiary-link:active .nav-tertiary-count,
.nav-tertiary-link:active .nav-tertiary-text {
    color: #777777;
}
.nav-no-subtext {
    line-height: 5;
}
.s-active .nav-tertiary-count,
.s-active .nav-tertiary-text {
    color: #FFFFFF;
}
.s-active .nav-tertiary-text {
    font-weight: bold;
}
/* filter nav */
.nav-filter-wrapper {
    padding-top: 10px;
    overflow: auto;
    text-align: center;
    clear: both;
    border-top: 1px solid #fefefe;
}
.nav-filter-center {
    display: inline-block;
}
.nav-filter-nav-item {
    float: left;
}
.nav-filter-nav-link {
    margin: 0 20px 0;
    padding-bottom: 4px;
    display: block;
    font-size: 14px;
    color: #878B97;
    text-shadow: 1px 1px 0 white;
}
.nav-filter-nav-item:first-child .nav-filter-nav-link {
    margin-left: 0px;
}
.nav-filter-nav-link:hover {
    color: #61656F;
}
.nav-filter-nav-link:active {
}
.s-active .nav-filter-nav-link {
    color: #878B97;
    font-weight: bold;
    border-bottom: 4px solid #878B97;
}/**
 * CSS Rules for form styles and related messaging
 */
form {
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 18px 0 0 0;
    border: 0;
}
fieldset legend {
    width: 100%;
    padding: 18px 0 0;
    display: block;
    color: #525252;
    font-weight: bold;
    border: #f4f4f4 solid;
    border-width: 1px 0 0;
}
fieldset.initial legend.secondary,
fieldset:first-child legend {
    padding: 0;
    border: 0;
}
fieldset legend.secondary {
    padding-top: 18px;
    font-weight: normal;
}
.oldie fieldset legend {
    margin: 0 0 5px -7px;
}
label {
    width: 130px;
    padding-top: 4px;
    float: left;
    text-align: right;
    color: #525252;
    cursor: pointer;
}
label.no-hover {
    cursor: default;
}
label.for-select {
    padding-top: 3px;
}
.input > p:first-child {
    padding-top: 6px;
    font-size: 13px;
}
.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=email],
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 #d4d4d4;
}
.active input[type=text],
.active input[type=email],
.active input[type=password],
.active textarea,
.active .uneditable-input {
    border-color: #64645a;
}
.error input[type=text],
.error input[type=email],
.error input[type=password],
.error textarea,
.error .uneditable-input {
    border-color: #922323;
}
input::-webkit-input-placeholder {
    color: #a7a9ac;
}
input:-moz-placeholder {
    color: #a7a9ac;
}
input:-ms-input-placeholder {
    color: #a7a9ac;
}
/**
 * 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;
}
/**
 * For input elements with a type of search:
 * 1. Display rounded search inputs with magnifying glass icons on the left
 * 2. allow webkit to show clearing icon on the right and fix padding for it
 * 3. override border color on focus
 */
input[type="search"] {
    height: 19px;
    width: 140px;
    padding: 4px 5px 4px 25px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    border: 1px solid #b2b2b2;
    border-radius: 14px;
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #ffffff url(http://nb9.stumbleupon.netdna-cdn.com/l7zwp_-ABgERogMxvrP_9g) no-repeat 7px -419px;
}
input[type="search"]:focus {
    box-shadow: none;
    outline: none;
    box-shadow: inset 0 0 5px 2px #CDE3F1;
}
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=email],
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, input[type=email]: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.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=email], .wrapper-input.error input[type=password], .wrapper-input.error textarea {
    -webkit-box-shadow: inset 0 0 4px 1px rgba(148, 30, 37, 0.7);
    -moz-box-shadow: inset 0 0 4px 1px rgba(148, 30, 37, 0.7);
    box-shadow: inset 0 0 4px 1px rgba(148, 30, 37, 0.7);
    border-color: #941E25;
}
/* @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: 60px;
}
.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;
    margin: 0 20px;
    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: #888;
}
.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: #525252;
}
.s-error,
.s-success {
    padding-left: 14px;
    position: relative;
    color: #922323;
}
.s-success {
    color: #888;
}
.s-error:before,
.s-success:before {
    width: 11px;
    height: 14px;
    position: absolute;
    left: 0;
    content: "";
    background:#ffffff url(http://nb9.stumbleupon.netdna-cdn.com/l7zwp_-ABgERogMxvrP_9g) no-repeat 0 -71px;
}
.s-success:before {
    background-position: 0 -46px;
}
.oldie .s-error {
    background:#ffffff url(http://nb9.stumbleupon.netdna-cdn.com/l7zwp_-ABgERogMxvrP_9g) no-repeat 0 -71px;
}
.oldie .s-success {
    background:#ffffff url(http://nb9.stumbleupon.netdna-cdn.com/l7zwp_-ABgERogMxvrP_9g) no-repeat 0 -46px;
}
.multi-item-label {
    cursor: default;
}
.inline-inputs span,
.inline-inputs input[type=text],
.inline-inputs input[type=email] {
    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;
    margin-left: 0;
    float: left;
}
.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=email],
.input-append input[type=email],
.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=email],
.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: 4px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
    margin-bottom: 0;
}
.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=email],
.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;
}

/* form controls */
.form-controls {
    margin-top: 15px;
}
.form-controls .btn {
    margin-left: 10px;
}
.form-controls .btn:first-child {
    margin-left: 0;
}

/* overrides, edge cases */
.view-modal .inline > label {
    color: #64645A;
}
.inline > label {
    width: auto;
    margin-right: 23px;
    padding-top: 3px;
    display: inline;
    font-size: 11px;
    color: #525252;
}
p.message-legal {
    margin-top: 28px;
}
label.message-legal {
    font-size: 12px;
    font-weight: normal;
}
/* search stumbler */
.search-content {
    margin-top: 8px;
    margin-left: 10px;
    float: right;
    position: relative;
    text-align: right;
}/**
 * 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;
    position: relative;
}
.oldie .alert-message .alert-icon {
    background: url(http://nb9.stumbleupon.netdna-cdn.com/JsyDxn1A5MxlT-v3W6Mezg) no-repeat 0 -300px;
}
.alert-message .alert-icon:before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    content: "";
    background: url(http://nb9.stumbleupon.netdna-cdn.com/JsyDxn1A5MxlT-v3W6Mezg) no-repeat 0 -300px;
}
.alert-message.danger .alert-icon:before,
.alert-message.error .alert-icon:before,
.oldie .alert-message.danger .alert-icon,
.oldie .alert-message.error .alert-icon {
    background-position: 0 -549px;
}
.alert-message.success {
    background-color: #e4f5ff;
    border-color: #cdeeff;
}
.alert-message.success .alert-icon:before,
.oldie .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:before,
.alert-message.info .alert-icon:before,
.oldie .alert-message.warning .alert-icon,
.oldie .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 > table {
    margin-bottom: 0;
}
.alert-message > table td {
    padding: 0;
    border-bottom: 0 none;
}
.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 {
    min-width: 87px;
    margin: 0;
    padding: 4px 14px;
    display: inline-block;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.39);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 11px;
    border: 1px solid #cececf;
    background-color: #D7D7D7;
    background-image: linear-gradient(bottom, #EDEDEC 0%, #D7D7D9 100%);
    background-image: -o-linear-gradient(bottom, #EDEDEC 0%, #D7D7D9 100%);
    background-image: -moz-linear-gradient(bottom, #EDEDEC 0%, #D7D7D9 100%);
    background-image: -webkit-linear-gradient(bottom, #EDEDEC 0%, #D7D7D9 100%);
    background-image: -ms-linear-gradient(bottom, #EDEDEC 0%, #D7D7D9 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #EDEDEC),
        color-stop(1, #D7D7D9)
    );
}
.btn:hover {
    color: #444;
    text-decoration: none;
    background-color: #ECECEC;
    background-image: linear-gradient(bottom, #D7D7D9 0%, #ECEDEC 100%);
    background-image: -o-linear-gradient(bottom, #D7D7D9 0%, #ECEDEC 100%);
    background-image: -moz-linear-gradient(bottom, #D7D7D9 0%, #ECEDEC 100%);
    background-image: -webkit-linear-gradient(bottom, #D7D7D9 0%, #ECEDEC 100%);
    background-image: -ms-linear-gradient(bottom, #D7D7D9 0%, #ECEDEC 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #D7D7D9),
        color-stop(1, #ECEDEC)
    );
  background-color: #d4d4d4;
}
.btn:active {
    color: #444;
    background: #cececf;
}
.btn.primary {
    color: #fff;
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.29 );
    font-weight: bold;
    border: 1px solid #9D3021;
    background-color: #eb4924;
    background-image: linear-gradient(bottom, #b32c0d 0%, #eb4924 100%);
    background-image: -o-linear-gradient(bottom, #b32c0d 0%, #eb4924 100%);
    background-image: -moz-linear-gradient(bottom, #b32c0d 0%, #eb4924 100%);
    background-image: -webkit-linear-gradient(bottom, #b32c0d 0%, #eb4924 100%);
    background-image: -ms-linear-gradient(bottom, #b32c0d 0%, #eb4924 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #b32c0d),
        color-stop(1, #eb4924)
    );
}
.btn.primary:hover {
    color: #fff;
    background-color: #B32C0D;
    background-image: linear-gradient(bottom, #EB4924 0%, #B32C0D 100%);
    background-image: -o-linear-gradient(bottom, #EB4924 0%, #B32C0D 100%);
    background-image: -moz-linear-gradient(bottom, #EB4924 0%, #B32C0D 100%);
    background-image: -webkit-linear-gradient(bottom, #EB4924 0%, #B32C0D 100%);
    background-image: -ms-linear-gradient(bottom, #EB4924 0%, #B32C0D 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #EB4924), color-stop(1, #B32C0D) )
}
.btn.primary:active {
    background: #B32C0D;
}
.btn.secondary {
    color: #fff;
    text-shadow: 1px 1px 0 rgba( 0, 0, 0, 0.29 );
    border: 1px solid #75777A;
    background-color: #BCBEC0;
    background-image: linear-gradient(bottom, #808285 0%, #BCBEC0 100%);
    background-image: -o-linear-gradient(bottom, #808285 0%, #BCBEC0 100%);
    background-image: -moz-linear-gradient(bottom, #808285 0%, #BCBEC0 100%);
    background-image: -webkit-linear-gradient(bottom, #808285 0%, #BCBEC0 100%);
    background-image: -ms-linear-gradient(bottom, #808285 0%, #BCBEC0 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #808285),
        color-stop(1, #BCBEC0)
    );
}
.btn.secondary:hover {
    color: #fff;
    background-color: #808285;
    background-image: linear-gradient(bottom, #BCBEC0 0%, #808285 100%);
    background-image: -o-linear-gradient(bottom, #BCBEC0 0%, #808285 100%);
    background-image: -moz-linear-gradient(bottom, #BCBEC0 0%, #808285 100%);
    background-image: -webkit-linear-gradient(bottom, #BCBEC0 0%, #808285 100%);
    background-image: -ms-linear-gradient(bottom, #BCBEC0 0%, #808285 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #BCBEC0),
        color-stop(1, #808285)
    );
}
.btn.secondary:active {
    background: #808285;
}
.btn.cancel {
    color: #888888;
    background-color: #f1f1ee;
}
.btn.cancel:hover {
    background-position: 0 0;
}
.btn.large {
    width: 238px;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
}
.btn.medium {
    font-size: 14px;
}
.btn.medium-alt1 {
    font-size: 12px;
}
.btn.small {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
}
.btn.disabled,
.btn:disabled,
.btn-disabled {
    background-image: none;
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    cursor: default;
}
.btn.disabled:hover,
.btn-disabled:hover {
    color: #888;
    background-color: #D7D7D7;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.btn.stumble-style,
.btn.stumble-button {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 39px;
    padding-right: 10px;
    font-size: 18px;

    color: white;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #9e9e9e;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight:500;
    font-stretch:normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);

    box-shadow: 0 1px 1px 0px #C2C2C2;
    -moz-box-shadow: 0 1px 1px 0px #C2C2C2;
    -webkit-box-shadow: 0 1px 1px 0px #C2C2C2;

    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 5%, rgba(238,102,49,1) 33%, rgba(241,90,41,1) 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(5%,rgba(233,132,63,1)), color-stop(33%,rgba(238,102,49,1)), color-stop(64%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */
}
.btn.stumble-style:hover,
.btn.stumble-button:hover {
    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 22%, rgba(238,102,49,1) 46%, rgba(241,90,41,1) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(22%,rgba(233,132,63,1)), color-stop(46%,rgba(238,102,49,1)), color-stop(70%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */
}
.btn.stumble-style:active,
.btn.stumble-button:active {
    background-image: none;
    background-color: #c03921;
}
.btn.stumble-style:after,
.btn.stumble-button:after {
    height: 21px;
    width: 27px;
    background: url(http://nb9.stumbleupon.netdna-cdn.com/tf1fKmlvhpQw2i5P6PUdfQ) no-repeat 0 0;
    background-size: 27px 21px;
    content: " ";
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
}.btn-social {
    height: 52px;
    padding: 0 18px 0 62px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
    font-stretch: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-social.small {
    height: 36px;
    padding: 0 10px 0 38px;
    line-height: 36px;
}
.btn-social.large {
    height: 68px;
    padding: 0 10px 0 70px;
    line-height: 68px;
}
.btn-social:after {
    height: 48px;
    width: 48px;
    position: absolute;
    left: 2px;
    top: 1px;
    content: " ";
}
.btn-social.large:after {
    width: 64px;
    height: 64px;
}
.btn-social.small:after {
    width: 32px;
    height: 32px;
}

/* Facebook */

.btn-social.facebook {
    color: #f1f1f1;
    text-shadow: 0 1px #173B86;
    border: 1px solid transparent;
    background: #4D78CE;
    background: -moz-linear-gradient(top,  #4D78CE 0%, #456fa7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D78CE), color-stop(100%, #456fa7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4D78CE 0%, #456fa7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4D78CE 0%, #456fa7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4D78CE 0%, #456fa7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4D78CE 0%, #456fa7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D78CE', endColorstr='#456fa7',GradientType=0 ); /* IE6-9 */
}
.btn-social.facebook:hover {
    border: 1px solid #225DD8;
    background: #356AB1;
    background: -moz-linear-gradient(top,  #4D78CE 0%, #356AB1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D78CE), color-stop(100%, #356AB1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4D78CE 0%, #356AB1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4D78CE 0%, #356AB1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4D78CE 0%, #356AB1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4D78CE 0%, #356AB1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D78CE', endColorstr='#356AB1',GradientType=0 ); /* IE6-9 */
}
.btn-social.facebook:active {
    border: 1px solid #18294D;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .2);
}

.btn-social.facebook:after {
    background: url(http://nb9.stumbleupon.netdna-cdn.com/lW50qvOVBqxKc-OA5ppbxA) no-repeat;
    border-right: 1px solid #5272AA;
}
.btn-social.facebook.large:after {
    background: url(http://nb9.stumbleupon.netdna-cdn.com/UmgrTPYGdCQVnTe55qVUGg) no-repeat;
}
.btn-social.facebook.small:after {
    background: url(http://nb9.stumbleupon.netdna-cdn.com/y93Ewcifdb2sIOSkS6Fkdw) no-repeat;
}

/* Twitter */
.btn-social.twitter {
    color: #333;
    text-shadow: 0 1px #f1f1f1;
    border: 1px solid #CCCCCC;
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}
.btn-social.twitter:hover {
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(206,206,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(206,206,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
.btn-social.twitter:active {
    background: rgb(222,222,222); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,222,222,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(222,222,222,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.btn-social.twitter:after {
    background: url(http://nb9.stumbleupon.netdna-cdn.com/JXQd9gY2fP9V0Tc5GNws5g) no-repeat;
    left: 5px;
}
.btn-social.twitter.large:after {
    background: url(http://nb9.stumbleupon.netdna-cdn.com/X1Hn1cMIySBBbxZRISm0Lg) no-repeat;
}
.btn-social.twitter.small:after {
    background: url(http://nb9.stumbleupon.netdna-cdn.com/hjVc7JWrFhXkMawHmpIN-A) no-repeat;
}/**
 * 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: 1.5;
    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;
}/*! qTip2 - Pretty powerful tooltips - v2.0.0 - 2012-09-10
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */

/* Fluid class for determining actual width in IE */
#qtip-rcontainer{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: block;
    visibility: hidden;
}
/* Fluid class for determining actual width in IE */
#qtip-rcontainer .ui-tooltip{
    display: block !important;
    visibility: hidden !important;
    position: static !important;
    float: left !important;
}

/* Core qTip styles */
.ui-tooltip, .qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
}
.ui-tooltip-content{
    height: 100%;
    text-align: left;
    word-wrap: break-word;
}
.ui-tooltip-titlebar{
    position: relative;
    min-height: 14px;
    padding: 5px 35px 5px 10px;
    overflow: hidden;

    border-width: 0 0 1px;
    font-weight: bold;
}
.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0 !important; }

/* Default close button class */
.ui-tooltip-titlebar .ui-state-default{
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -9px;

    cursor: pointer;
    outline: medium none;

    border-width: 1px;
    border-style: solid;
}
* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */
.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon{
    display: block;
    text-indent: -1000em;
    direction: ltr;
}
.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
.ui-tooltip-icon .ui-icon{
    width: 18px;
    height: 14px;

    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma,sans-serif;

    color: inherit;
    background: transparent none no-repeat -100em -100em;
}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{}

/* Default tooltip style */
.ui-tooltip-default{
    width: 371px;
    color: #555;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}
.ui-tooltip-default .ui-tooltip-titlebar{
    background-color: #FFEF93;
}
.ui-tooltip-default .ui-tooltip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
    border-color: #AAA;
    color: #111;
}

/* Tip Pointer */
.ui-tooltip-tip {
    background-color: #8E8E8E;
    border-color: #777;
    position: absolute;
    z-index: 1;
}
.nav-tooltip-contents .ui-tooltip-tip {
    z-index: -1;
}
.nav-tooltip-contents .ui-tooltip-content {
    box-shadow: -5px 0 8px -5px rgba(0, 0, 0, .45), 5px 0 8px -5px rgba(0, 0, 0, .45), 0 5px 8px -5px rgba(0, 0, 0, .45);
    -moz-box-shadow: -5px 0 8px -5px rgba(0, 0, 0, .45), 5px 0 8px -5px rgba(0, 0, 0, .45), 0 5px 8px -5px rgba(0, 0, 0, .45);
    -webkit-box-shadow: -5px 0 8px -5px rgba(0, 0, 0, .45), 5px 0 8px -5px rgba(0, 0, 0, .45), 0 5px 8px -5px rgba(0, 0, 0, .45);
}

/* Custom tooltip styles */
.nav-tooltip-contents {
    background-color: #f8f8f8;
}
.nav-tooltip-contents .ui-tooltip-tip {
    background-color: #f8f8f8;
}

.content-popup {
    padding: 25px 20px;
    margin: -1px;
    overflow: auto;
    position: relative;
    background-color: #ffffff;
    border: 5px solid #8E8E8E;
    box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.content-popup .tile a {
    color: #eb4924;
}
.content-popup .tile a:hover {
    color: #b32c0d;
}
.tight .content-popup {
    padding: 0;
}

/* URL Activity */
.activity-tip .content-popup{
    width: 244px;
    min-height: 99px;
}
.activity-tip .url-activity {
    max-height: 250px;
}
.activity-tip .activity-notifications .antiscroll-inner {
    height: auto;
    max-height: 300px;
}
.activity-tip .activity-notifications {
    min-height: 83px;
}

/* Action dropdown qtip */
.action-dropdown-qtip {
    padding: 2px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.action-dropdown-qtip .ui-tooltip-tip {
    background-color: #ffffff
}

/* User Hover Tip */
.hover-card-user {
    width: 252px;
    height: 367px;
}
.hover-card-user .tile-user .tile-copy {
    height: 34px;
}

/* Help tips */
.tutorial-tip-wrap {
    width: 458px;
}
.tutorial-tip-wrap .content-popup {
    padding: 0 25px;
}
/* Form validation */
.field-tip {
    font-size: 11px;
    font-weight: bold;
    color: #6d6e71;
}
.field-tip.error {
    color: #f1f1f1;
}
.field-tip .ui-tooltip-tip {
    background-color: #ebebec;
    border-color: #9B9B9C;
}
.field-tip.error .ui-tooltip-tip {
    background-color: #B2282F;
    border-color: #941E25;
}
.field-tip .content-popup {
    padding: 4px 8px;
    background-color: #ebebec;
    border-left: none;
    border: 1px solid #9B9B9C;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .45);
}
.field-tip.error .content-popup {
    text-shadow: 0 0 1px #000;
    background-color: #B2282F;
    border: 1px solid #941E25;
    box-shadow: 0 0 5px rgba(178, 40, 47, .45);
    -moz-box-shadow: 0 0 5px rgba(178, 40, 47, .45);
    -webkit-box-shadow: 0 0 5px rgba(178, 40, 47, .45);
}.antiscroll-wrap {
  position: relative;
  overflow: hidden;
}

.antiscroll-scrollbar {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0;
}

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}

.antiscroll-inner {
  overflow: none;
  -webkit-overflow-scrolling: touch;
}

.antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat 100% -22px;
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #888888;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 4px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 145px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #EDEDEE;
  color: #3A3A3A;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  display: list-item;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -38px -22px;
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(http://nb9.stumbleupon.netdna-cdn.com/jnDRIEN__Gob986-yiktXA) no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end *//**
 * 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;
}
/* Add scrolling distance for in-page target links to accommodate the site toolbar */
.internal-target {
    padding-top: 40px;
    margin-top: -40px;
}
/* Links with small leading icons */
.link-undo,
.link-flag,
.link-email,
.link-add,
.link-settings {
    padding-left: 11px;
    background: url(http://nb9.stumbleupon.netdna-cdn.com/l7zwp_-ABgERogMxvrP_9g) 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,
.icon-google {
    padding-left: 20px;
    background-image: url(http://nb9.stumbleupon.netdna-cdn.com/l7zwp_-ABgERogMxvrP_9g);
    background-repeat: no-repeat;
}
.icon-facebook {
    background-position: 4px -242px;
}
.icon-linkedin {
    background-position: 4px -267px;
}
.icon-twitter {
    background-position: 4px -292px;
}
.icon-google {
    background-position: 4px -393px;
}
.icon-facebook-medium,
.icon-linkedin-medium,
.icon-twitter-medium {
    padding: 4px 0 4px 20px;
    background: url(http://nb9.stumbleupon.netdna-cdn.com/JsyDxn1A5MxlT-v3W6Mezg) no-repeat 0 -146px;
}
.icon-linkedin-medium {
    background-position: 0 -196px;
}
.icon-twitter-medium {
    background-position: 0 -246px;
}
/* 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: 2px;
    padding-left: 4px;
    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: 2px;
    padding-right: 4px;
    border-right: 1px solid #888;
    border-right-color: rgba(136,136,136, .4);
}
.details-sep-r:first-child {
    border-right: 0 none;
}
/* Stumbles filter section - wraps grid/list switch as well */
.stumbles-filter {
    overflow: auto;
    margin-bottom: 15px;
}
.s-grid .toggle-grid,
.s-list .toggle-list,
.view-toggle .s-active {
    color: #888888;
    cursor: default;
}
.stumble-view-toggle,
.view-toggle {
    float: right;
}
/* remove and optimize if this becomes standard */
.has-add-friend .view-toggle {
    margin-left: 5px;
    float: none;
}
.stumble-view-toggle .separator,
.view-toggle .separator {
    padding: 0 6px;
}
/* disc with contrast text for separating blocks */
.or-separator-disc {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 30px;
    background: #b2b2b2;
}
/* 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;
}
/* Admin Panel */
#admin-panel {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #eb4924;
    background: #f1f1ee; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1ee 0%, #f1f1ee 300px, #ffffff 480px, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1ee), color-stop(37%,#f1f1ee), color-stop(60%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1ee 0%,#f1f1ee 300px,#ffffff 480px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1ee 0%,#f1f1ee 300px,#ffffff 480px,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1ee 0%,#f1f1ee 300px,#ffffff 480px,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #f1f1ee 0%,#f1f1ee 300px,#ffffff 480px,#ffffff 100%); /* W3C */
}
#admin-panel > .modal-close {
    height: 20px;
    width: 20px;
    line-height: 20px;
}
/* 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;
}
/*
 * Loading icon
 */
.wrapper-loading {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(http://nb9.stumbleupon.netdna-cdn.com/anAVjBrzYFAmwazVAqaA_A) no-repeat 0 0;
}
/*
 * scroll dom elements
 */
.ui-wrapper-scroll {
}
.ui-scroll-element {
    height: auto;
    position: relative;
}

/**
 * resposive class
 */
.image-responsive {
    height: auto;
    width: 100%;
}
.center {
    float: none;
    text-align: center;
}/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at //www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mark Simonson Studio
 * License URL: //www.fontspring.com/fflicense/mark-simonson-studio
 *
 *
 */



@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('//nb9.stumbleupon.netdna-cdn.com/2J433MRt9fSqYozSRwCw7w');
    src: url('//nb9.stumbleupon.netdna-cdn.com/2J433MRt9fSqYozSRwCw7w?#iefix') format('embedded-opentype'),
         url('//nb9.stumbleupon.netdna-cdn.com/4yWq6zkuEhXqTLMhUCuR5g') format('woff'),
         url('//nb9.stumbleupon.netdna-cdn.com/16gIox-Mq1IwunSpHfn9vw') format('truetype'),
         url('//nb9.stumbleupon.netdna-cdn.com/Y9uGhEzQexfJNPKaUWrweA') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('//nb9.stumbleupon.netdna-cdn.com/6q92HzZlBF036GUKF9NyiA');
    src: url('//nb9.stumbleupon.netdna-cdn.com/6q92HzZlBF036GUKF9NyiA?#iefix') format('embedded-opentype'),
         url('//nb9.stumbleupon.netdna-cdn.com/1uK_P5f9CYuasBm2TpzPvQ') format('woff'),
         url('//nb9.stumbleupon.netdna-cdn.com/bCpfEIFkPBBSCP5M1krkHg') format('truetype'),
         url('//nb9.stumbleupon.netdna-cdn.com/6qgJcTSVqW_PWfMWHlZRzg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('//nb9.stumbleupon.netdna-cdn.com/_5xKjdBRQxQ5uUc8hkOZxA');
    src: url('//nb9.stumbleupon.netdna-cdn.com/_5xKjdBRQxQ5uUc8hkOZxA#iefix') format('embedded-opentype'),
         url('//nb9.stumbleupon.netdna-cdn.com/BNW57bR1fbFMVzGl2UY-dA') format('woff'),
         url('//nb9.stumbleupon.netdna-cdn.com/hseJLngeW_2i8kgCe4Y1QA') format('truetype'),
         url('//nb9.stumbleupon.netdna-cdn.com/2j0Pt9tS-Cc1UMEUA98Xjw#proxima_nova_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('//nb9.stumbleupon.netdna-cdn.com/Ag4ZKV2xqdQqhD9KBc73oA');
    src: url('//nb9.stumbleupon.netdna-cdn.com/Ag4ZKV2xqdQqhD9KBc73oA?#iefix') format('embedded-opentype'),
         url('//nb9.stumbleupon.netdna-cdn.com/yilnpLNETvYBfxSdk8tFKw') format('woff'),
         url('//nb9.stumbleupon.netdna-cdn.com/FIVpiVxRVFISvB6m2b5wfQ') format('truetype'),
         url('//nb9.stumbleupon.netdna-cdn.com/uie26EHWUVOZlmnoCoYa5g#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}