/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

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

a img {
  border: none; }

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

/*
  BLUEPRINT CSS
   * Filename:        compressed.css
   * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2008-11-18) [http://kematzy.com/blueprint-generator/]

  == STRUCTURE: ========================
   * Page width:            996 px
   * Number of columns:     24
   * Column width:          30 px
   * Margin width:          12 px
  ======================================

*/
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

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

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

table, td, th {
  vertical-align: middle; }

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

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

/* typography.css */
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: Verdana,Helvetica,Arial,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111; }

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  height: 1.25em; }

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }

p img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0; }

p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em; }

a:focus, a:hover {
  color: #000; }

a {
  color: #009;
  text-decoration: underline; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre, code {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul, ol {
  margin: 0 1.5em 1.5em 1.5em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold;
  background: #C3D9FF; }

th, td {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #E5ECF9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.hide {
  display: none; }

.quiet {
  color: #666; }

.loud {
  color: #000; }

.highlight {
  background: #ff0; }

.added {
  background: #060;
  color: #fff; }

.removed {
  background: #900;
  color: #fff; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

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

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

/* grid.css */
.container {
  width: 996px;
  margin: 0 auto; }

body {
  margin: 1.5em 0; }

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 12px; }

div.last {
  margin-right: 0; }

.span-1 {
  width: 30px; }

.span-2 {
  width: 72px; }

.span-3 {
  width: 114px; }

.span-4 {
  width: 156px; }

.span-5 {
  width: 198px; }

.span-6 {
  width: 240px; }

.span-7 {
  width: 282px; }

.span-8 {
  width: 324px; }

.span-9 {
  width: 366px; }

.span-10 {
  width: 408px; }

.span-11 {
  width: 450px; }

.span-12 {
  width: 492px; }

.span-13 {
  width: 534px; }

.span-14 {
  width: 576px; }

.span-15 {
  width: 618px; }

.span-16 {
  width: 660px; }

.span-17 {
  width: 702px; }

.span-18 {
  width: 744px; }

.span-19 {
  width: 786px; }

.span-20 {
  width: 828px; }

.span-21 {
  width: 870px; }

.span-22 {
  width: 912px; }

.span-23 {
  width: 954px; }

.span-24, div.span-24 {
  width: 996px;
  margin: 0; }

.append-1 {
  padding-right: 42px; }

.append-2 {
  padding-right: 84px; }

.append-3 {
  padding-right: 126px; }

.append-4 {
  padding-right: 168px; }

.append-5 {
  padding-right: 210px; }

.append-6 {
  padding-right: 252px; }

.append-7 {
  padding-right: 294px; }

.append-8 {
  padding-right: 336px; }

.append-9 {
  padding-right: 378px; }

.append-10 {
  padding-right: 420px; }

.append-11 {
  padding-right: 462px; }

.append-12 {
  padding-right: 504px; }

.append-13 {
  padding-right: 546px; }

.append-14 {
  padding-right: 588px; }

.append-15 {
  padding-right: 630px; }

.append-16 {
  padding-right: 672px; }

.append-17 {
  padding-right: 714px; }

.append-18 {
  padding-right: 756px; }

.append-19 {
  padding-right: 798px; }

.append-20 {
  padding-right: 840px; }

.append-21 {
  padding-right: 882px; }

.append-22 {
  padding-right: 924px; }

.append-23 {
  padding-right: 966px; }

.prepend-1 {
  padding-left: 42px; }

.prepend-2 {
  padding-left: 84px; }

.prepend-3 {
  padding-left: 126px; }

.prepend-4 {
  padding-left: 168px; }

.prepend-5 {
  padding-left: 210px; }

.prepend-6 {
  padding-left: 252px; }

.prepend-7 {
  padding-left: 294px; }

.prepend-8 {
  padding-left: 336px; }

.prepend-9 {
  padding-left: 378px; }

.prepend-10 {
  padding-left: 420px; }

.prepend-11 {
  padding-left: 462px; }

.prepend-12 {
  padding-left: 504px; }

.prepend-13 {
  padding-left: 546px; }

.prepend-14 {
  padding-left: 588px; }

.prepend-15 {
  padding-left: 630px; }

.prepend-16 {
  padding-left: 672px; }

.prepend-17 {
  padding-left: 714px; }

.prepend-18 {
  padding-left: 756px; }

.prepend-19 {
  padding-left: 798px; }

.prepend-20 {
  padding-left: 840px; }

.prepend-21 {
  padding-left: 882px; }

.prepend-22 {
  padding-left: 924px; }

.prepend-23 {
  padding-left: 966px; }

div.border {
  padding-right: 5px;
  margin-right: 6px;
  border-right: 1px solid #eee; }

div.colborder {
  padding-right: 27px;
  margin-right: 26px;
  border-right: 1px solid #eee; }

.pull-1 {
  margin-left: -42px; }

.pull-2 {
  margin-left: -84px; }

.pull-3 {
  margin-left: -126px; }

.pull-4 {
  margin-left: -168px; }

.pull-5 {
  margin-left: -210px; }

.pull-6 {
  margin-left: -252px; }

.pull-7 {
  margin-left: -294px; }

.pull-8 {
  margin-left: -336px; }

.pull-9 {
  margin-left: -378px; }

.pull-10 {
  margin-left: -420px; }

.pull-11 {
  margin-left: -462px; }

.pull-12 {
  margin-left: -504px; }

.pull-13 {
  margin-left: -546px; }

.pull-14 {
  margin-left: -588px; }

.pull-15 {
  margin-left: -630px; }

.pull-16 {
  margin-left: -672px; }

.pull-17 {
  margin-left: -714px; }

.pull-18 {
  margin-left: -756px; }

.pull-19 {
  margin-left: -798px; }

.pull-20 {
  margin-left: -840px; }

.pull-21 {
  margin-left: -882px; }

.pull-22 {
  margin-left: -924px; }

.pull-23 {
  margin-left: -966px; }

.pull-24 {
  margin-left: -1008px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
  float: left;
  position: relative; }

.push-1 {
  margin: 0 -42px 1.5em 42px; }

.push-2 {
  margin: 0 -84px 1.5em 84px; }

.push-3 {
  margin: 0 -126px 1.5em 126px; }

.push-4 {
  margin: 0 -168px 1.5em 168px; }

.push-5 {
  margin: 0 -210px 1.5em 210px; }

.push-6 {
  margin: 0 -252px 1.5em 252px; }

.push-7 {
  margin: 0 -294px 1.5em 294px; }

.push-8 {
  margin: 0 -336px 1.5em 336px; }

.push-9 {
  margin: 0 -378px 1.5em 378px; }

.push-10 {
  margin: 0 -420px 1.5em 420px; }

.push-11 {
  margin: 0 -462px 1.5em 462px; }

.push-12 {
  margin: 0 -504px 1.5em 504px; }

.push-13 {
  margin: 0 -546px 1.5em 546px; }

.push-14 {
  margin: 0 -588px 1.5em 588px; }

.push-15 {
  margin: 0 -630px 1.5em 630px; }

.push-16 {
  margin: 0 -672px 1.5em 672px; }

.push-17 {
  margin: 0 -714px 1.5em 714px; }

.push-18 {
  margin: 0 -756px 1.5em 756px; }

.push-19 {
  margin: 0 -798px 1.5em 798px; }

.push-20 {
  margin: 0 -840px 1.5em 840px; }

.push-21 {
  margin: 0 -882px 1.5em 882px; }

.push-22 {
  margin: 0 -924px 1.5em 924px; }

.push-23 {
  margin: 0 -966px 1.5em 966px; }

.push-24 {
  margin: 0 -1008px 1.5em 1008px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
  float: right;
  position: relative; }

.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9; }

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none; }

hr.space {
  background: transparent;
  color: transparent; }

.clearfix:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .container {
  display: inline-block; }

* html .clearfix, * html .container {
  height: 1%; }

.clearfix, .container {
  display: block; }

.clear {
  clear: both; }

/* forms.css */
label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text, input.title, textarea, select {
  margin: 0.5em 0;
  border: 1px solid #bbb; }

input.text:focus, input.title:focus, textarea:focus, select:focus {
  border: 1px solid #666; }

input.text, input.title {
  width: 300px;
  padding: 5px; }

input.title {
  font-size: 1.5em; }

textarea {
  width: 390px;
  height: 250px;
  padding: 5px; }

.error, .notice, .success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd; }

.error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4; }

.notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324; }

.success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880; }

.error a {
  color: #8a1f11; }

.notice a {
  color: #514721; }

.success a {
  color: #264409; }

/* ==========================================
** DEV STYLES
** ========================================== */
.showgrid {
  background: url("http://s3.amazonaws.com/common.web.secondlife.com/_css/blueprint/blueprint-grid-30-12x24.png"); }

.showborder {
  border: 1px solid #000; }

.devNote {
  background: #ffc; }

/* ==========================================
** MAIN CONTENT CONTAINER GRID RESET
** ------------------------------------------
** We want to maintain the underlying grid
** markup, but need to reduce sizes so they
** fit inside the rounded-corner content area
** ========================================== */
#main-content .span-6 {
  width: 219px; }

#main-content .span-7 {
  width: 275px; }

#main-content .span-8 {
  width: 285px; }

#main-content .span-9 {
  width: 347px; }

#main-content .span-11 {
  width: 419px; }

#main-content .span-12 {
  width: 475px; }

#main-content .span-18 {
  width: 706px; }

#main-content-wide .span-23 {
  width: 926px; }

#main-content-wide .span-18 {
  width: 950px; }

#main-content-wide .main-content-body.span-18 {
  width: 926px; }

#dashboard-feeds.span-10 {
  width: 390px;
  margin-right: 30px; }

/* ==========================================
** GLOBAL STYLES
** ========================================== */
body {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  font-size: 75% !important;
  margin: 0;
  padding: 0;
  background: #e8e9ec url("/my/_img/backgrounds/my-body-green-bkgd.jpg") repeat-x scroll top left;
  color: #3a3c3f; }

#container-shadow-main {
  background: transparent url("/my/_img/backgrounds/my-container-fade-gry-bkgd.gif") repeat-y scroll left top;
  margin: 0 auto;
  padding: 0;
  width: 1080px; }

#container-shadow-top {
  background: transparent url("/my/_img/backgrounds/my-container-top-green-fade-bkgd.png") no-repeat scroll left top;
  margin: 0;
  padding: 0; }

#content {
  background: #e8e9ec url("/my/_img/backgrounds/my-container-green-bkgd.jpg") repeat-x scroll top left;
  padding-top: 30px; }

#main-content {
  text-align: left;
  width: 730px; }

#main-content .main-content-body {
  padding: 12px !important;
  background-color: #f8f8f8;
  float: left; }

#main-content-wide {
  text-align: left;
  width: 950px; }

#main-content-wide .main-content-body {
  padding: 12px;
  background-color: #f8f8f8;
  float: left; }

/* -----------------------------------------------------------------------
** DEFAULT SPRITE CLASSES = compound class for minification streamlining
** Use to globally declare sprites, then just change the background-position
** in the specific class (i.e. class="global-buttons specific-class") or
** add it to the list here
** ----------------------------------------------------------------------- */
#comm-lblock ul li a,
#categories .category ul li a,
#categories .category .rss-link,
#widgetFriendsOnlinePagination .qp_prev,
#widgetFriendsOnlinePagination .qp_next,
#buttons span.prev,
#buttons span.next,
.widget .qp_prev,
.widget .qp_next,
.widget .widget-head span.toggle-collapse,
.global-buttons {
  background: transparent url("/layout/img/button-sprite-library.png") no-repeat scroll 0 0; }

a {
  color: #428e72;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #428e72; }

h1, h2, h3, h4, h5, h6 {
  color: #595c62; }

h1 {
  font-weight: bold;
  font-size: 2.3em;
  color: #373B3E; }

.main-content-body h3 {
  font-weight: bold; }

/* FORMS & TABLES */
fieldset {
  background-color: #fff;
  clear: left;
  padding: 20px 10px 10px 10px !important; }

fieldset label {
  float: left;
  margin-right: 5px;
  line-height: 150%;
  width: 180px;
  text-align: right; }

fieldset input {
  float: left; }

fieldset textarea {
  float: left;
  width: 450px; }

fieldset select {
  float: left;
  margin: 0 5px 0 0; }

fieldset p {
  display: block;
  float: left;
  clear: left;
  width: 98%;
  margin: 10px 0; }

fieldset p.from-to label,
fieldset label.for-check,
fieldset label.for-radio {
  width: auto;
  margin-left: 5px; }

.textarea-footnote {
  display: block;
  clear: left;
  margin-left: 175px; }

label.error {
  color: red;
  padding: 0 0 0 10px;
  background: none;
  border: none;
  display: block;
  margin: 0;
  text-align: left; }

input.error, select.error {
  color: red;
  padding: 1px;
  margin: 0;
  border: 1px solid #FBC2C4; }

select.error {
  padding: 0; }

#display_errors {
  color: #ff0000; }

.notice {
  font-size: .95em; }

.success h3,
.error h3,
.notice h3 {
  font-weight: normal;
  color: inherit; }

.notice a,
.error a,
.success a {
  color: #428E72; }

.notice p {
  clear: none;
  float: none; }

.rounded {
  border-width: 0px 1px;
  border-color: #c7cdd1;
  border-style: solid;
  margin-bottom: 0;
  padding: 0; }

form.wht-grybrdr-content fieldset {
  margin: 0;
  border: none;
  margin-top: 0;
  padding: 0px 10px 10px 10px !important; }

form.wht-grybrdr-content fieldset legend {
  white-space: normal;
  padding-bottom: 5px;
  margin: 0; }

#partner-first-name-group {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px; }

table.rounded tbody th, table.rounded td {
  border-top: 1px solid #dcdcde; }

table.rounded th, table.rounded td {
  padding: 5px 10px; }

table.rounded th {
  background: #c3c6ca url("/my/_img/backgrounds/my-dash-widget-hdr-bkgd-ltgry.gif") repeat-x scroll top left;
  padding-top: 0;
  margin: 0; }

table.rounded tbody th {
  background: none; }

table.rounded td {
  vertical-align: top; }

table td.right,
table th.right {
  text-align: right; }

table td.center,
table th.center {
  text-align: center; }

table td.top {
  vertical-align: top; }

table.rounded .column-highlight, th {
  background-color: #edeef0; }

table.rounded .important-highlight {
  background-color: #bccccb; }

.row-oedd {
  background-color: #f3f3f5; }

/* ----------------------------------
** WIDGET STYLES
** ---------------------------------- */
#dashboard-feeds h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0; }

#dashboard-widgets.widget {
  clear: both; }

#dashboard-widgets .widget-head,
#dashboard-widgets .widget-content,
.rounded-header,
.rounded-content {
  border-color: #c7cdd1;
  border-width: 0 1px;
  border-style: solid;
  clear: both; }

#dashboard-widgets .widget-head,
.rounded-header {
  background: #c3c6ca url("/my/_img/backgrounds/my-dash-widget-hdr-bkgd-ltgry.gif") repeat-x scroll top left;
  overflow: hidden;
  height: 30px;
  line-height: 30px; }

.coal-gry-header,
.coal-gry-content,
.wht-grybrdr-content {
  border-color: #c7cdd1;
  border-width: 0 1px;
  border-style: solid;
  background-color: #eee;
  clear: both; }

.wht-grybrdr-content {
  background-color: #fff; }

.coal-gry-header {
  background-color: #393c3f;
  color: #fff;
  overflow: hidden;
  height: 30px;
  line-height: 30px; }

.widget-t,
.widget-b,
.coal-gry-t,
.coal-gry-b,
.wht-grybrdr-t,
.wht-grybrdr-b {
  margin: 0;
  padding: 0; }

.widget-b {
  clear: both;
  padding-bottom: 6px;
  background: transparent url("/layout/img/side-bottom-shadow-bkgrd.png") no-repeat scroll bottom center;
  margin-bottom: 15px; }

.widget-t span,
.widget-b span,
.coal-gry-t span,
.coal-gry-b span,
.wht-grybrdr-t span,
.wht-grybrdr-b span {
  display: block;
  height: 4px; }

.widget-t span,
.widget-b span {
  background: transparent url("/my/_img/backgrounds/my-crnr-dash-widgets.png") no-repeat scroll top left; }

.widget-t span.l {
  background-position: left -18px;
  margin-right: 5px;
  margin-bottom: -4px; }

.widget-t span.r {
  background-position: right -27px;
  margin-left: 5px; }

.widget-b span.l {
  margin-right: 5px;
  margin-bottom: -4px; }

.widget-b span.r {
  background-position: right -9px;
  margin-left: 5px; }

/* What Next home - the basics */
.coal-gry-t span,
.coal-gry-b span {
  background: transparent url("/my/_img/backgrounds/my-crnr-coal-gry-brdr.png") no-repeat scroll top left; }

.coal-gry-t span.l {
  background-position: left -18px;
  margin-right: 5px;
  margin-bottom: -4px; }

.coal-gry-t span.r {
  background-position: right -27px;
  margin-left: 5px; }

.coal-gry-b span.l {
  margin-right: 5px;
  margin-bottom: -4px; }

.coal-gry-b span.r {
  background-position: right -9px;
  margin-left: 5px; }

.wht-grybrdr-t span,
.wht-grybrdr-b span {
  background: transparent url("/my/_img/backgrounds/my-crnr-white-brdr.png") no-repeat scroll top left; }

.wht-grybrdr-t span.l {
  background-position: left -26px;
  margin-right: 5px;
  margin-bottom: -4px; }

.wht-grybrdr-t span.r {
  background-position: right -36px;
  margin-left: 5px; }

.wht-grybrdr-b span.l {
  margin-right: 5px;
  margin-bottom: -4px;
  background-position: left -4px; }

.wht-grybrdr-b span.r {
  background-position: right -17px;
  margin-left: 5px; }

#dashboard-widgets .widget-head h3,
.rounded-header h3 {
  color: #4c4f54;
  font-weight: bold;
  padding: 0 10px;
  font-size: 1.5em;
  line-height: 150%;
  float: left; }

.coal-gry-header h3 {
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  font-size: 1.5em;
  line-height: 150%;
  float: left; }

.widget .widget-head span.toggle-collapse {
  display: block;
  float: right;
  width: 16px;
  height: 15px;
  margin: 8px;
  text-indent: -2000em;
  background-position: -8px -441px; }

.widget .widget-head span.collapsed {
  background-position: -8px -395px; }

label img {
  float: none;
  margin: 0; }

.sidebar-widget h5 {
  margin: 0 0 5px 0; }

.entry,
.result {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  clear: both; }

.entry img {
  float: none; }

.result:hover {
  cursor: pointer;
  background-color: #efefef; }

.result.selected {
  background-color: #d2d5d9; }

.result h4,
.entry h4 {
  font-weight: normal;
  margin: 0;
  height: auto;
  font-size: 12px; }

.result p {
  margin: 0 0 5px 0; }

.entry em.date {
  font-size: 90%; }

.widget form p {
  margin: 0;
  padding: 0 !important; }

.widget form {
  float: left;
  clear: left;
  width: 100%;
  padding: 5px 0; }

.widget select {
  margin: 0;
  float: left; }

.widget label {
  display: block;
  float: left;
  margin: 0 5px 0 10px; }

#mapWidgetPagination,
#widgetGroupPagination {
  margin: 5px 15px;
  float: right; }

.widget span.qp_counter {
  display: block;
  float: left;
  font-size: 11px;
  color: #9da2a7;
  margin: 0 6px; }

.widget .qp_prev,
.widget .qp_next {
  display: block;
  float: left;
  width: 15px;
  height: 16px;
  text-indent: -2000em;
  padding: 0; }

.widget .qp_prev {
  background-position: -9px -170px; }

.widget .qp_next {
  background-position: -9px -260px; }

.widget .qp_prev.qp_disabled {
  background-position: -9px -304px; }

.widget .qp_next.qp_disabled {
  background-position: -9px -349px; }

/*=========================
** RECENT ACTIVITY WIDGET
** ======================== */
#widget-recent-activity {
  margin-bottom: 20px; }

#widgetRecentActivityBody {
  position: relative;
  height: 365px; }

#widgetRecentActivityContent {
  height: 330px;
  overflow: auto;
  clear: both; }

#widgetRecentActivityBody div.ajax-preloader img,
#widgetRecentActivityBody img.ajax-loader {
  position: absolute;
  top: 45%;
  left: 45%; }

.jive-link-discussion-small,
.jive-link-forum-small,
.jive-link-thread-small,
.jive-link-message-small {
  background-image: url("https://clearspace.s3.amazonaws.com/icons/jive-icon-forum-16x16.gif"); }

.jive-link-blog-small,
.jive-link-blogpost-small {
  background-image: url("https://clearspace.s3.amazonaws.com/icons/jive-icon-blog-16x16.gif"); }

.jive-link-poll-small {
  background-image: url("https://clearspace.s3.amazonaws.com/icons/jive-icon-poll-16x16.gif"); }

.jive-link-document-small,
.jive-link-wiki-small {
  background-image: url("https://clearspace.s3.amazonaws.com/icons/jive-icon-wiki-16x16.gif"); }

.jive-link-question,
.jive-link-question-small {
  background-image: url("https://clearspace.s3.amazonaws.com/icons/jive-icon-question-16x16.gif"); }

.jive-link-answer-correct-small {
  background-image: url("https://clearspace.s3.amazonaws.com/icons/jive-icon-answer-correct-16x16.gif"); }

.jive-link-community-small,
.jive-link-overview-small,
.jive-link-socialgroup-small,
.jive-link-discussion-small,
.jive-link-forum-small,
.jive-link-question-small,
.jive-link-answer-helpful-small,
.jive-link-answer-correct-small,
.jive-link-thread-small,
.jive-link-message-small,
.jive-link-document-small,
.jive-link-wiki-small,
.jive-link-doctype-image-small,
.jive-link-doctype-video-small,
.jive-link-doctype-text-small,
.jive-link-doctype-acrobat-small,
.jive-link-doctype-document-small,
.jive-link-doctype-spreadsheet-small,
.jive-link-doctype-presentation-small,
.jive-link-doctype-compressed-small,
.jive-link-doctype-generic-small,
.jive-link-blog-small,
.jive-link-blogpost-small,
.jive-link-project-small,
.jive-link-task-small,
.jive-link-search-small,
.jive-link-history-small,
.jive-link-email-small,
.jive-link-rss-small,
.jive-link-webaddress-small,
.jive-link-inboxtray-small,
.jive-link-folder-sent-small,
.jive-link-mailcreate-small,
.jive-link-profile-small,
.jive-link-pm-small,
.jive-link-approvals-small,
.jive-link-moderation-small,
.jive-icon-plus,
.jive-icon-minus,
.jive-icon-plus-small,
.jive-icon-minus-small,
.jive-icon-info-small,
.jive-icon-status-small,
.jive-link-adddocument-small,
.jive-link-tag-small,
.jive-link-people-small,
.jive-link-socialgroups-small,
.jive-link-friends-small,
.jive-link-members-small,
.jive-link-poll-small,
.jive-link-delete-small,
.jive-link-edit-small,
.jive-link-watches-small {
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1px 0 1px 1.8em;
  margin: 0; }

.jive-link-thread-small, .jive-link-question-small, .jive-link-blog-small {
  background-position: left top;
  /*background-position:left 20%;*/ }

#widgetRecentActivityBody ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 390px; }

#widgetRecentActivityBody ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  margin: 0; }

#widgetRecentActivityBody ul li span.description {
  display: block;
  width: 97%; }

#widgetRecentActivityBody ul li span.pubdate {
  font-size: 90%;
  font-style: italic; }

#widgetRecentActivityBody ul li img {
  display: none; }

.pagination {
  text-align: center; }

/* ==============
** GROUPS WIDGET
** ============== */
#widgetGroupsBody {
  position: relative;
  max-height: 340px; }

#widgetGroupsBody div.ajax-preloader {
  max-height: 340px; }

#widgetGroupsBody div.ajax-preloader img,
#widgetGroupsBody img.ajax-loader {
  position: absolute;
  top: 45%;
  left: 45%; }

#groups-table {
  max-height: 310px;
  overflow: auto; }

#widgetFriendsBody table,
#widgetGroupsBody table {
  border-bottom: 1px solid #BDC4C9;
  padding-bottom: 5px;
  margin-bottom: 0; }

#widgetGroupsBody table td {
  padding: 5px 15px; }

#widgetFriendsBody table td.offline {
  color: #9fa7ad; }

#widgetFriendsBody table th,
#widgetGroupsBody table th {
  background-color: #9fa7ad;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 15px; }

/* =================
** TOP VIDEO WIDGET
** =================  */
#buttons span.prev,
#buttons span.next {
  display: block;
  float: left;
  width: 16px;
  height: 15px;
  text-indent: -2000em;
  margin: 0 0 0 5px;
  background-position: -9px -260px;
  cursor: pointer; }

#buttons span.next {
  background-position: -9px -170px;
  float: right;
  margin: 0 5px 0 0; }

/* =================
** XSTREET WIDGET
** =================  */
.bt-wrapper span {
  display: block;
  line-height: 110%;
  margin: 0 0 7px 0;
  text-align: left;
  overflow: hidden; }

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

/* =================
** BLOG FEED WIDGET
** =================  */
#widgetBlogFeedsBody {
  height: 310px;
  margin-bottom: 20px;
  position: relative; }

#widgetBlogFeedsPagination,
#widgetGridStatusPagination,
#widgetRecentActivityPagination,
#widgetUpcomingEventsPagination {
  float: right;
  margin: 5px 0 5px 5px; }

#widgetBlogFeedsBody div.ajax-preloader {
  height: 300px; }

#widgetBlogFeedsBody div.ajax-preloader img,
#widget-blog-feeds img.ajax-loader,
#widgetGridStatusBody div.ajax-preloader img,
#widgetBlogFeedsContent img.ajax-loader {
  position: absolute;
  top: 45%;
  left: 45%; }

/* ===================
** GRID STATUS WIDGET
** ===================  */
#widgetGridStatusBody {
  height: 290px;
  position: relative;
  clear: both;
  margin-bottom: 20px; }

#widgetGridStatusContent,
#widgetBlogFeedsContent {
  height: 260px;
  overflow: auto;
  clear: both;
  position: relative; }

/* ==================
**  SIDEBAR WIDGETS
** ================== */
.sidebar-widget {
  margin: 10px 0; }

.sidebar-widget .widget-content {
  margin: 0 15px;
  background: #f8f8f8; }

/* Linden Dollar */
#widget-linden-dollar .ajax-preloader {
  position: relative;
  height: 67px;
  background-color: #F8F8F8;
  margin: 0 15px; }

#widget-linden-dollar .ajax-preloader img {
  position: absolute;
  top: 25%;
  left: 38%; }

#widgetLindenDollarBody span {
  display: block;
  font-size: 11px; }

#widgetLindenDollarBody span.main-widget-content strong {
  color: #3A3C3F;
  font-size: 13px;
  padding-left: 10px; }

#widgetLindenDollarBody span a {
  font-weight: bold;
  padding-right: 10px; }

#widgetLindenDollarBody span.main-widget-content {
  border-bottom: 1px solid #BDC4C9;
  font-weight: bold;
  color: #6a747c; }

#widgetLindenDollarBody span {
  padding: 10px 15px; }

#widgetLindenDollarBody div {
  padding: 10px 15px 0 15px; }

.sidebar-widget #widgetLindenDollarBody p span {
  display: block;
  position: relative; }

#contentLindex {
  display: none; }

#contentLindex h6 {
  font-size: 11px;
  color: #6A747C; }

#widget_market_buy_total_display {
  display: block;
  float: left; }

.sidebar-widget #contentLindex {
  border-top: 1px solid #BDC4C9;
  padding: 15px; }

.sidebar-widget ul#lindex {
  margin: 0 -15px 0 -15px;
  padding: 5px 0;
  list-style: none; }

.sidebar-widget ul#lindex li a {
  display: block;
  color: #3A3C3F;
  font-weight: bold;
  padding: 5px 0  6px 24px;
  font-size: 11px !important;
  line-height: 110% !important; }

.sidebar-widget ul#lindex li a:hover {
  background-color: #EFEFEF; }

/* Linden Dollar modal pop-up*/
#popupContent .padding {
  padding: 10px;
  text-align: left; }

/* Friends Online */
#widgetFriendsOnlineContent {
  min-height: 310px; }

#widget-friends div.ajax-preloader {
  height: 310px;
  position: relative; }

#widget-friends .ajax-preloader img {
  position: absolute;
  top: 45%;
  left: 41%; }

.sidebar-widget #widgetFriendsBody .main-widget-content {
  padding: 10px; }

.sidebar-widget #widgetFriendsBody table td {
  padding: 5px 15px;
  vertical-align: top;
  min-height: 30px;
  line-height: 1; }

.sidebar-widget #widgetFriendsBody table td.friend {
  display: inline-block;
  word-wrap: break-word;
  width: 105px;
  padding: 5px 0px 5px 15px; }

.sidebar-widget #widgetFriendsBody table td.offline {
  color: #9fa7ad; }

.sidebar-widget #widgetFriendsBody table td span.username {
  font-size: 9px; }

.sidebar-widget #widgetFriendsBody table th {
  background-color: #9fa7ad;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 15px; }

.sidebar-widget #widgetFriendsBody table {
  border-bottom: 1px solid #BDC4C9;
  padding-bottom: 5px;
  margin-bottom: 0; }

#widgetFriendsBody .manage {
  font-weight: bold;
  margin: 5px 15px;
  float: left; }

#widgetFriendsOnlinePagination {
  margin: 5px 15px;
  float: right; }

#widgetFriendsOnlinePagination span.qp_counter {
  display: block;
  float: left;
  font-size: 11px;
  color: #9da2a7;
  margin: 0 6px; }

#widgetFriendsOnlinePagination .qp_prev,
#widgetFriendsOnlinePagination .qp_next {
  display: block;
  float: left;
  width: 15px;
  height: 16px;
  text-indent: -2000em;
  padding: 0; }

#widgetFriendsOnlinePagination .qp_prev {
  background-position: -9px -170px; }

#widgetFriendsOnlinePagination .qp_next {
  background-position: -9px -260px; }

#widgetFriendsOnlinePagination .qp_prev.qp_disabled {
  background-position: -9px -304px; }

#widgetFriendsOnlinePagination .qp_next.qp_disabled {
  background-position: -9px -349px; }

/* ====================================
** CONTENT
** ==================================== */
.main-content-t, .main-content-b {
  margin: 0; }

.main-content-b {
  clear: both;
  padding-bottom: 6px;
  background: transparent url("/layout/img/side-bottom-shadow-bkgrd.png") no-repeat scroll bottom center;
  margin-bottom: 15px; }

.main-content-t span,
.main-content-b span {
  background: transparent url("/my/_img/backgrounds/my-crnr-f8f8f8-content.png") no-repeat scroll top left;
  display: block;
  height: 4px; }

.main-content-t span.l {
  background-position: left -18px;
  margin-right: 5px;
  margin-bottom: -4px; }

.main-content-t span.r {
  background-position: right -27px;
  margin-left: 5px; }

.main-content-b span.l {
  margin-right: 5px;
  margin-bottom: -4px; }

.main-content-b span.r {
  background-position: right -9px;
  margin-left: 5px; }

/* ===============
**  ACCOUNT PAGES
** =============== */
.toggle {
  border-bottom: 1px solid #000;
  text-align: right;
  margin-top: -3em;
  margin-bottom: 1em; }

.toggle span {
  cursor: pointer;
  text-decoration: underline; }

.toggle span.show-hide {
  padding-right: .5em; }

.toggle span:hover {
  text-decoration: none; }

#basic-information form,
#partner-information form,
#email-information form,
#password-information form {
  display: none; }

table.account-summary-table {
  border: 1px solid #c3c2c7; }

table.account-summary-table th {
  width: 30%;
  background-color: #fff;
  padding: 5px 10px;
  text-align: right;
  border-bottom: 1px solid #dcdcde; }

table.account-summary-table td {
  background-color: #f3f3f5;
  padding: 5px 10px;
  border-bottom: 1px solid #dcdcde; }

#states_select {
  float: left; }

fieldset #aligner {
  float: left;
  padding: 0; }

form#password-reset label {
  width: 200px; }

form #password-meter {
  clear: both;
  margin: 0 0 1.5em 0;
  float: left;
  padding: 0;
  width: 100%; }

/* =================
** WHAT NEXT PAGES
** ================= */
/* SL-101 / Basics */
#what-next-home .img-reflect {
  margin-bottom: 8px;
  float: right; }

.what-next-categories {
  width: 50%;
  float: left; }

#what-next-toc {
  float: right; }

#what-next-toc ol {
  padding: 10px 10px 10px 0;
  margin: 0 0 0 30px; }

#what-next-toc li {
  padding: 4px 0;
  line-height: 130%; }

#what-next-toc li a {
  font-weight: bold; }

#what-next-toc li a.selected {
  color: #3f4042; }

hr.separator {
  color: #d8d8d8;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative; }

.what-next-categories h3 {
  padding: 8px 10px 10px 10px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0; }

.what-next-categories .category {
  clear: left;
  padding: 10px 10px 18px 10px; }

.what-next-categories .category img {
  margin-bottom: -89px;
  display: block;
  float: left; }

.what-next-categories .category h5 {
  margin: 0 0 10px 0;
  padding: 0 0 0 150px; }

.what-next-categories .category p {
  margin: 0;
  padding: 0 0 0 150px; }

.what-next-categories .category p a {
  display: block;
  padding: 5px 0; }

.what-next-categories .basics-category {
  clear: left;
  padding: 20px 0 0 0; }

.what-next-categories .basics-category img {
  display: block;
  float: left; }

.what-next-categories .basics-category h5 {
  margin: 0 0 10px 0;
  padding: 0 0 0 248px; }

.what-next-categories .basics-category p {
  margin: 0;
  padding: 0 0 0 248px; }

.what-next-categories .basics-category p a {
  display: block;
  padding: 5px 0; }

#sl-101-navigation {
  margin: 10px 0 25px 0; }

#sl-101-navigation ul.half {
  margin: 0 12px 0 0;
  padding: 12px;
  float: left;
  list-style: none;
  width: 315px; }

#sl-101-navigation ul.half li {
  font-weight: bold;
  font-size: 13px;
  padding: 5px 0;
  clear: left; }

#sl-101-navigation ul li span {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin: 0 5px 5px 0;
  background: transparent url("/my/_img/backgrounds/bg-whtnxt-bscs-num-1-8.png") no-repeat scroll top left;
  text-indent: -2000em; }

#sl-101-navigation #basics2 span {
  background-position: 0 -32px; }

#sl-101-navigation #basics3 span {
  background-position: 0 -66px; }

#sl-101-navigation #basics4 span {
  background-position: 0 -98px; }

#sl-101-navigation #basics5 span {
  background-position: 0 -130px; }

#sl-101-navigation #basics6 span {
  background-position: 0 -163px; }

#sl-101-navigation #basics7 span {
  background-position: 0 -196px; }

#sl-101-navigation #basics8 span {
  background-position: 0 -229px; }

/* Destination guide */
.main-content-body #categories {
  padding: 10px 0 10px 10px; }

.main-content-body #categories .separator {
  color: #ceced0;
  margin: 10px 0;
  float: left;
  width: 680px; }

#categories .category h5 {
  font-size: 16px;
  float: left;
  margin: 0 0 5px 0;
  padding: 0; }

#categories .category .rss-link {
  display: block;
  width: 14px;
  height: 14px;
  float: right;
  background-position: center -618px;
  text-indent: -2000em;
  margin: 5px 7px 0 5px; }

#categories .category img {
  clear: both; }

#categories .category p {
  margin: 0 5px 5px 0; }

#categories .category ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#categories .category ul li {
  padding: 4px 0; }

#categories .category ul li a {
  padding: 5px 30px 4px 0;
  background-position: right -122px;
  font-weight: bold;
  color: #6a747c; }

.destination-listing {
  padding: 10px 0;
  position: relative; }

.destination-listing img {
  float: left;
  margin-right: 10px; }

.destination-listing span.destination-links {
  display: block;
  clear: left;
  padding: 10px 0; }

#destination-toc {
  float: right; }

#destination-toc ul {
  padding: 10px;
  margin: 0;
  list-style-type: none; }

#destination-toc li {
  padding: 3px 0; }

#destination-toc li a {
  font-weight: bold; }

#destination-toc li a.selected {
  color: #3f4042; }

.dg-faq {
  float: right;
  margin: -5px 0 10px 10px;
  font-weight: bold; }

.disclaimer {
  float: left;
  clear: both;
  font-size: 11px;
  color: #666;
  margin: 10px 0; }

.dg-faq a.global-buttons {
  display: block;
  background-position: right -125px !important;
  padding-right: 28px; }

/* =================
** COMMUNITY PAGES
** ================= */
/* Community main page */
#comm-tblock {
  width: 704px;
  height: 223px;
  background: transparent url("/my/_img/community/community-home-priv.jpg") no-repeat top left;
  margin: 0 0 15px 0; }

#comm-tblock .txt {
  width: 240px;
  height: 223px;
  padding: 0 0 0 10px; }

#comm-tblock .txt h3 {
  color: #e8e9ec;
  font-size: 18px;
  margin: 10px 0 3px 0;
  padding: 0; }

#comm-tblock .txt p {
  color: #e8e9ec;
  font-size: 12px;
  margin: 10px 0 3px 0;
  padding: 0; }

.main-content-body #comm-lblock {
  padding: 10px 0 10px 0; }

#comm-lblock h3 {
  padding: 5px 10px 7px 10px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0; }

#comm-lblock h5 {
  margin: 10px 10px 10px 10px; }

#comm-lblock img {
  margin: 10px;
  float: right; }

#comm-lblock p {
  margin: 10px 10px 10px 10px; }

#comm-lblock ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#comm-lblock ul li {
  padding: 4px 0; }

#comm-lblock ul li a {
  padding: 5px 30px 4px 10px;
  background-position: right -122px;
  font-weight: bold;
  color: #6a747c; }

.main-content-body #comm-rblock {
  padding: 10px 0 10px 0px; }

#comm-rblock .lozenge {
  border: 1px solid #C2C8CD;
  border-radius: 5px;
  margin-bottom: 10px; }
  #comm-rblock .lozenge h3 {
    color: #4c4f54;
    background-color: #D2D5D9;
    font-weight: bold;
    padding: 0 10px;
    margin: 0;
    font-size: 1.5em;
    line-height: 150%; }
  #comm-rblock .lozenge ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #comm-rblock .lozenge ul li {
      display: block;
      padding: 0;
      margin: 15px; }
  #comm-rblock .lozenge p {
    margin: 15px; }

/* =================
** EVENTS PAGES
** ================= */
#widget-upcoming-events #clock,
#widgetUpcomingEventsContent #event-results-category,
#WidgetUpcomingEventsPagination {
  float: right; }

#widgetUpcomingEventsContent select#category,
#widgetUpcomingEventsContent select#timefilter {
  margin: 0 10px 0 0; }

#widgetUpcomingEventsBody,
#widgetUpcomingEventsBody div.ajax-preloader,
#widgetUpcomingEventsContent {
  height: 250px;
  margin-bottom: 20px;
  position: relative; }

#widget-upcoming-events div.ajax-preloader img,
#widget-upcoming-events img.ajax-loader {
  position: absolute;
  top: 45%;
  left: 45%; }

#events_listing #selected_ev_container.span-13 {
  margin: 0;
  width: 475px; }

#event-results div {
  margin-bottom: 5px;
  clear: both; }

#event_frm fieldset span.field-note {
  display: block;
  clear: both;
  margin: 5px 0 0 105px;
  font-size: 95%; }

#event_frm fieldset label {
  width: 100px; }

#event_frm fieldset label.checkbox {
  width: auto; }

#event_frm input.text, input.title, textarea {
  width: 500px;
  margin-top: 0;
  padding: 5px; }

#event_frm fieldset textarea {
  float: left; }

#event_frm fieldset div {
  clear: both;
  margin-left: 105px; }

#event_frm fieldset div div {
  margin-left: 0px; }

#event_frm fieldset div p {
  padding-bottom: 0; }

#event_frm fieldset p img {
  margin: 0; }

#event_frm h5 {
  margin-bottom: 0.5em; }

#event_details span.event_details_block {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }

#event_details span.event_details_block table td {
  border-style: none;
  padding: 0px;
  margin: 0px; }

#event_details div.event_image {
  margin-right: 20px;
  float: left;
  height: 256px;
  width: 256px; }

span.event_name {
  font-size: 2.0em;
  color: #444444;
  display: block; }

#event_details label {
  width: 85px;
  font-size: 1.1em;
  text-align: left;
  float: left;
  color: #000000; }

#event_details span {
  padding: 5px;
  font-size: 1.1em;
  color: #000000; }

#event_details span.note {
  font-style: italic;
  padding: 10px;
  display: block; }

#event_details span.edit_controls {
  top-padding: 20px;
  font-size: 1.4em; }

img.maturity_indicator {
  position: relative;
  top: 2px;
  margin-top: 2px; }

#selected_event_block img {
  float: right;
  display: block;
  border: 3px solid #000;
  margin: 0; }

#event_desc {
  padding: 10px;
  font-size: 12px !important; }

.header_gry th {
  background-color: #cdced3; }

.event_date {
  white-space: nowrap;
  padding-right: 10px !important; }

#widgetUpcomingEventsContent table#event_table {
  margin: 7px 0 8px 0;
  border-top: 1px solid #dcdcde;
  border-bottom: none !important;
  height: 180px; }

#widgetUpcomingEventsContent #event-results {
  height: 250px; }

#widgetUpcomingEventsContent table#event_table td {
  padding: 5px 10px !important;
  margin-bottom: -1px;
  border-bottom: 1px solid #dcdcde;
  line-height: 130%; }

.paginate_links {
  display: block;
  margin-right: 2px; }

/* =================
** GROUPS PAGES
** ================= */
#groups_listing #results div {
  text-align: left; }

.group-results {
  margin: 1em 0 0 0; }

.group-results div {
  margin-bottom: .5em; }

#keywords {
  border: 1px solid #999999;
  font-size: 16px;
  width: 150px; }

/* =============================
** COMMUNITY CLASSIFIEDS PAGES
** ============================= */
table.community-classifed-item {
  margin: 0;
  border-bottom: 1px solid #BDC4C9;
  padding: 10px 0;
  clear: both; }

form#get_classifieds fieldset label {
  width: auto; }

form#get_classifieds fieldset p img {
  margin: 0;
  float: none; }

form#get_classifieds .classifieds_maturity_ratings fieldset label {
  width: 100px; }

form#get_classifieds .classifieds_maturity_ratings input {
  float: none;
  text-align: left; }

/* =============================
** SOCIAL FOLLOW BANNER
** ============================= */
#social-follow-banner ul,
#social-follow-banner p {
  margin: 0 15px;
  background: #f8f8f8; }

#social-follow-banner p {
  padding: 5px 15px; }

#social-follow-banner ul,
#social-follow-banner li {
  list-style: none;
  padding: 0; }

#social-follow-banner li a {
  display: block;
  padding: 5px 15px 5px 35px;
  font-weight: bold;
  background: transparent url("/my/_img/icons/addthis_sprite.png") no-repeat scroll 15px -22px; }

#social-follow-banner li a.follow-facebook {
  background-position: 12px -50px; }

#social-follow-banner li a.goto-mysl {
  background: transparent url("/my/_img/icons/sl_hand_16x16.png") 15px 5px no-repeat; }

/* ================
** LINDEX & INTLBILLING
** ================ */
.lindex_btn, .lindex_btn li a {
  display: block;
  height: 59px;
  list-style: none; }

.lindex_btn li {
  width: 186px;
  float: left;
  margin-right: 10px; }

.b_buy_en a {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_en.png") no-repeat scroll top left; }

.b_sell_en a {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_en.png") no-repeat scroll top left; }

.b_buy_en a:hover {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_en.png") no-repeat scroll bottom left; }

.b_sell_en a:hover {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_en.png") no-repeat scroll bottom left; }

.b_buy_fr a {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_fr.png") no-repeat scroll top left; }

.b_sell_fr a {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_fr.png") no-repeat scroll top left; }

.b_buy_fr a:hover {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_fr.png") no-repeat scroll bottom left; }

.b_sell_fr a:hover {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_fr.png") no-repeat scroll bottom left; }

.b_buy_de a {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_de.png") no-repeat scroll top left; }

.b_sell_de a {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_de.png") no-repeat scroll top left; }

.b_buy_de a:hover {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_de.png") no-repeat scroll bottom left; }

.b_sell_de a:hover {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_de.png") no-repeat scroll bottom left; }

.b_buy_ja a {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_ja.png") no-repeat scroll top left; }

.b_sell_ja a {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_ja.png") no-repeat scroll top left; }

.b_buy_ja a:hover {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_ja.png") no-repeat scroll bottom left; }

.b_sell_ja a:hover {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_ja.png") no-repeat scroll bottom left; }

.b_buy_it a {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_it.png") no-repeat scroll top left; }

.b_sell_it a {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_it.png") no-repeat scroll top left; }

.b_buy_it a:hover {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_it.png") no-repeat scroll bottom left; }

.b_sell_it a:hover {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_it.png") no-repeat scroll bottom left; }

.b_buy_es a {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_es.png") no-repeat scroll top left; }

.b_sell_es a {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_es.png") no-repeat scroll top left; }

.b_buy_es a:hover {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_es.png") no-repeat scroll bottom left; }

.b_sell_es a:hover {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_es.png") no-repeat scroll bottom left; }

.b_buy_pt a {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_pt.png") no-repeat scroll top left; }

.b_sell_pt a {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_pt.png") no-repeat scroll top left; }

.b_buy_pt a:hover {
  background: transparent url("/my/_img/buttons/lindex_buy_btn_pt.png") no-repeat scroll bottom left; }

.b_sell_pt a:hover {
  background: transparent url("/my/_img/buttons/lindex_sell_btn_pt.png") no-repeat scroll bottom left; }

/* juan's hot new buttons  */
.clearbutton {
  overflow: hidden;
  width: 100%; }

.css_button_hot {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  padding: 5px 10px 6px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  /*    box-shadow: 0 1px 2px rgba(0,0,0,.2); */
  font-weight: bold;
  border: 0;
  line-height: 1; }

.css_button_hot.btn_large {
  font-size: 18px;
  line-height: 24px;
  padding: 6px 30px; }

.css_button_hot.primary {
  background-color: #ff6901;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8c3f), to(#ff6901));
  background: -moz-linear-gradient(top, #ff8c3f, #ff6901);
  color: #fff; }

.css_button_hot.primary:hover {
  color: #fff;
  background: #ffb23f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb23f), to(#ff9a03));
  background: -moz-linear-gradient(top, #ffb23f, #ff9a03);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb23f', endColorstr='#ff9a03'); }

.css_button_hot.cancel {
  background-color: #8C8C8C;
  background: -webkit-gradient(linear, left top, left bottom, from(#8C8C8C), to(#686868));
  background: -moz-linear-gradient(top, #8C8C8C, #686868);
  color: #fff; }

.css_button_hot.cancel:hover {
  color: #fff;
  background: #989898;
  background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#8a8a8a));
  background: -moz-linear-gradient(top, #989898, #8a8a8a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#8a8a8a'); }

/* =============================================
** Buy L$ Improvement Styles - added Summer 2011
** ============================================= */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.main-content-body {
  position: relative; }

.tip {
  border-bottom: 1px dotted; }

fieldset#buyL,
fieldset#buyLLimit,
#orderSummary {
  border: 1px solid #e9e8ed;
  background: #f0f1f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f0f1f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f1f3 0%, #ffffff 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f1f3), color-stop(99%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f1f3 0%, #ffffff 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f1f3 0%, #ffffff 99%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f0f1f3 0%, #ffffff 99%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f3', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #f0f1f3 0%, #ffffff 99%);
  /* W3C */ }

fieldset#buyL input,
fieldset#buyL label,
fieldset#buyLLimit input,
fieldset#buyLLimit label {
  float: none; }

fieldset#buyL label,
fieldset#buyLLimit label,
#orderSummary label {
  font-weight: normal; }

input#password_confirm,
input#market_buy_password_confirm,
input#limit_buy_password_confirm,
input#market_buy_quantity_us,
input#market_buy_quantity,
input#limit_buy_quantity,
input#limit_buy_usd,
input#limit_buy_exchange_rate,
input#limit_buy_limit_rate {
  font-size: 16px;
  padding: 0.5em;
  border: 1px solid #6b8695;
  line-height: 1.2em;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 3px #c6c6c6;
  -webkit-box-shadow: inset 0 1px 3px #c6c6c6;
  box-shadow: inset 0 1px 3px #c6c6c6;
  outline: none;
  width: 100px;
  text-align: right; }

input#market_buy_password_confirm,
input#limit_buy_password_confirm {
  width: 210px;
  margin-bottom: 10px;
  text-align: left; }

#verify_password_modal label, #verify_password_limit_buy_modal label {
  display: block;
  font-size: 14px;
  font-weight: normal; }

#verify_password_modal p, #verify_password_limit_buy_modal p {
  text-align: right;
  margin-bottom: 5px; }

a#reauthCont {
  width: 150px; }

input#market_buy_quantity.helpText,
input#market_buy_quantity_us.helpText {
  color: #ccc;
  font-style: italic;
  border: 1px solid #d6d6d6; }

label[for="market_buy_quantity"],
label[for="market_buy_quantity_us"],
label[for="limit_buy_quantity"],
label[for="limit_buy_usd"],
label[for="limit_buy_limit_rate"] {
  font-size: 14px; }

label[for="market_buy_L_total"],
label[for="limit_buy_L_total"],
label[for="market_buy_total_display"],
label[for="limit_buy_total_display"],
span#limit_buy_total_display,
span#market_buy_L_total,
span#limit_buy_L_total,
span#market_buy_total_display,
.bigLineItem {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 0;
  font-weight: normal; }

.leftBuyCol,
.rightBuyCol {
  width: 125px;
  font-size: 14px; }

.leftBuyCol {
  clear: both;
  margin: 0 0 0 0;
  text-align: left;
  float: left; }

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

fieldset#buyL input#market_buy_place_trade {
  float: right; }

#market_buy_error,
#limit_buy_error {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 24px;
  text-align: center;
  width: 296px;
  color: #8a1f11; }

#limit_buy_error {
  margin-bottom: 24px; }

.errorText {
  color: red; }

h2#market_buy_L_total_large {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0; }

div#equals {
  display: inline-block;
  /*width:30px;
  height: 52px;*/
  height: auto; }

div#equals div {
  /*position: absolute;
  top: 31px;
  left: 16px;*/
  padding: 0 8px;
  height: 32px;
  background: #00734c;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

a#market_buy_place_trade,
a#limit_buy_place_trade {
  margin-top: 30px;
  width: 190px;
  float: right; }

label.activeLabel {
  color: #00734c; }

#centerColBuyL {
  width: 316px;
  float: left; }

#rightColBuyL {
  width: 316px;
  float: right;
  padding-left: 10px; }

.expertContent {
  display: none; }

.horizontalDivider {
  clear: both;
  height: 1px;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  border-bottom: 1px solid #e2e6e9;
  -moz-box-shadow: 0 1px 0 #d7dce0;
  -webkit-box-shadow: 0 1px 0 #d7dce0;
  box-shadow: 0 1px 0 #d7dce0; }

#rightColBuyL th {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #00734c; }

#rightColBuyL table {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px; }

a.infoTip {
  border-bottom: 1px dotted;
  /* #0cbfff bright blue option */
  color: #3A3C3F; }

#buyLToc p {
  text-align: right;
  margin: 0 0 5px 0; }

#rightCorner {
  position: absolute;
  top: 10px;
  right: 10px; }

#rightCorner h4 {
  margin: 0 0 2px 0;
  text-align: right; }

#rightCorner p {
  text-align: right;
  margin: 0;
  font-size: 11px; }

#balanceInfo {
  text-align: right;
  margin-bottom: 1.75em; }

#balanceInfo h4 {
  margin-bottom: 0.75em; }

#balanceInfo p {
  margin: 0 0 2px 0; }

#centerColTop {
  /*width: 516px;*/ }

#centerColTop h2,
#centerColBuyL h2 {
  margin-top: 1em;
  margin-bottom: .3em; }

#centerColTop h3,
#centerColBuyL h3,
#centerColBuyConfirm h3 {
  margin-top: 2em; }

#orderSummary .notice {
  text-align: center; }

#centerColTop .notice h3,
#centerColBuyL .notice h3,
#orderSummary .notice h3 {
  margin-top: .5em; }

#viewerMsg {
  margin-bottom: 24px; }

#viewerMsg h3 {
  margin-bottom: 0.5em; }

#viewerMsg p {
  margin-bottom: 0.75em; }

.notice {
  font-size: 1em; }

/* buy-confirm page(s) */
#confirm_order_button {
  width: 200px; }

#return_buy_page {
  width: 200px; }

#centerColTop .notice p a,
#centerColTop .notice h3 a,
#orderSummary .notice h3 a,
#orderSummary .notice p a {
  text-decoration: underline; }

.notice h4 {
  color: #514721; }

#centerColBuyConfirm {
  width: 516px;
  float: left; }

#orderSummary {
  padding: 20px 10px 10px 10px;
  margin-bottom: 2em; }

.amntDue {
  margin-bottom: 2.5em; }

#nothingDue.success {
  text-align: center; }

#nothingDue.success h3 {
  margin-top: 0.5em; }

#nothingDue.success h4,
#nothingDue.success p {
  color: #264409; }

#paymentOnFile {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 1.5em; }

div.paymentLogo {
  float: left; }

#paymentOnFile p {
  font-size: 14px;
  padding: 7px 0 7px 71px;
  margin: 0;
  line-height: 18px; }

h3#paymentMethodItem {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: normal; }

#centerColBuyConfirm .error {
  text-align: center; }

#centerColBuyConfirm .error h3 {
  margin: 0.5em 0; }

#centerColBuyConfirm .error a {
  font-weight: bold;
  text-decoration: underline; }

#centerColBuyConfirm li {
  list-style: none; }

#noPMWarning,
#updatePendingWarning {
  margin-top: 2em;
  margin-bottom: -15px; }

span.discountPrice {
  background: #9dbc2b;
  color: white;
  padding: 3px;
  font-weight: bold; }

div.changeMemOption.sale,
div.upgradeOption.sale {
  background: #E6EFC2; }

/* Membership Page */
#membershipContainerBasic {
  margin-top: -10px; }

#membershipContainerBasic h2 {
  line-height: 24px;
  font-weight: bold; }

#membershipContainerBasic h2 span {
  color: #00734C;
  margin-bottom: -5px;
  padding-bottom: 0;
  display: block;
  font-size: 16px;
  font-weight: normal; }

#upgradeContainer {
  margin-bottom: 10px; }

div.changeMemOption,
div.upgradeOption {
  border: 1px solid #C8CED3;
  margin-bottom: 10px;
  padding: 18px;
  background: #f6f6f6;
  position: relative; }

.upgradeOption h5 {
  color: #595c62;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0; }

.upgradeOption h4 {
  color: #f88702;
  font-weight: bold;
  font-size: 18px;
  margin: -5px 0 0 0;
  padding: 0; }

.upgradeOption div.planName {
  float: left;
  width: 200px; }

.upgradeOption div.priceLine span {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.upgradeOption div.priceLine {
  color: #595c62;
  font-style: italic;
  font-size: 12px;
  line-height: 22px;
  margin: 0 0 0 70px;
  padding: 15px 0 0 0;
  float: left; }

.upgradeOption input[type=submit] {
  width: 150px;
  display: block;
  float: right; }

div.changeMemOption {
  padding: 9px; }

.changeMemOption input,
.changeMemOption label,
.changeMemOption span {
  float: left; }

fieldset .changeMemOption label {
  width: 250px;
  text-align: left; }

#bestValue {
  position: absolute;
  top: 16px;
  left: 175px;
  margin-top: -15px;
  color: #fff;
  width: 69px;
  height: 51px;
  background: url("/my/_img/membership/bestValue.png") top left no-repeat; }

#bestValue span {
  width: 40px;
  display: block;
  padding: 6px 0 0 13px;
  line-height: 13px;
  text-align: center; }

.premBenefitRow {
  display: flex; }

.premBenefitBox {
  width: 315px;
  flex: 1;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  background: #f4f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f2f2 0%, #dcdfe0 90%, #d9e3e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f2f2), color-stop(90%, #dcdfe0), color-stop(100%, #d9e3e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f2f2 0%, #dcdfe0 90%, #d9e3e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f2f2 0%, #dcdfe0 90%, #d9e3e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f2f2 0%, #dcdfe0 90%, #d9e3e9 100%);
  /* IE10+ */
  background: linear-gradient(top, #f4f2f2 0%, #dcdfe0 90%, #d9e3e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2f2', endColorstr='#d9e3e9',GradientType=0 );
  /* IE6-9 */ }

#premBenesPremium {
  margin-bottom: 18px; }

#premBenesBasic .odd,
#premBenesPremium .odd {
  margin-left: 10px; }

.premBenefitBox h2 {
  font-size: 18px; }

.premBenefitBox img {
  float: left;
  margin-right: 10px; }

.premBenefitBox img#home {
  padding: 0 5px; }

.premBenefitBox img#dollars {
  padding: 0 4px; }

.premBenefitBox img#gift {
  padding: 0 5px; }

.premBenefitBox img#sandbox {
  padding: 0; }

.premBenefitBox img#support {
  padding: 0 4px 0 5px; }

.premBenefitBox img#mainland {
  padding: 0 4px 0 5px; }

.premBenefitBox p {
  float: left;
  width: 240px; }

.premBenefitBox p.linkLine {
  float: left;
  margin-left: 70px;
  font-weight: bold;
  margin-bottom: 6px; }

#change-membership fieldset p {
  float: none; }

#change-membership fieldset input[type=radio] {
  float: left;
  margin-right: 10px; }

div.finePrintModal {
  width: 400px; }

p.finePrintTrigger {
  float: none;
  text-align: right;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 5px; }

#change-membership h3 {
  margin-bottom: 9px;
  font-size: 16px; }

h3#basicMembershipHdr {
  margin-top: 27px; }

div.submitContainer {
  text-align: right;
  margin-bottom: 18px; }

#upgradeSuccess {
  margin: 0 0 24px; }

#upgradeSuccess + h4 {
  font-size: 18px; }

body.it div#membershipUpgradeOnly input.HIGHLANDER_button_hot.btn_lg {
  font-size: 12px; }

body.de div#membershipUpgradeOnly input.HIGHLANDER_button_hot.btn_lg {
  font-size: 13px; }

body.it div#membershipUpgradeOnly .upgradeOption input[type="submit"] {
  width: 190px; }

body.de div#membershipUpgradeOnly .upgradeOption input[type="submit"] {
  width: 190px; }

#Quarterly {
  position: relative; }

#membershipUpgradeOnly #premiumBadge {
  position: absolute;
  top: -20px;
  right: -95px;
  z-index: 100; }

body.de .upgradeOption div.priceLine,
body.it .upgradeOption div.priceLine {
  margin: 0 0 0 40px; }

body.it .upgradeOption div.priceLine span {
  font-size: 18px; }

body.it .upgradeOption h4 {
  font-size: 16px; }

body.pt #membershipContainerBasic h4,
body.de #membershipContainerBasic h4 {
  height: auto; }

body.it #bestValue {
  left: 200px; }

body.de #bestValue {
  left: 185px; }

body.ja #bestValue,
body.es #bestValue {
  left: 115px; }

body.fr .premBenefitBox {
  height: 240px; }

table#accountHistory td,
table#accountHistory th {
  font-size: 11px; }

.hl_border {
  border: 1px solid #C8CED3; }

.hl_rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.hl_ltgray_hdr {
  color: #4C4F54;
  background: #d2d5da;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d2d5da 0%, #c3c6ca 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d5da), color-stop(100%, #c3c6ca));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2d5da 0%, #c3c6ca 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d2d5da 0%, #c3c6ca 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d2d5da 0%, #c3c6ca 100%);
  /* IE10+ */
  background: linear-gradient(top, #d2d5da 0%, #c3c6ca 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d5da', endColorstr='#c3c6ca',GradientType=0 );
  /* IE6-9 */ }

.hl_topcap {
  padding: 8px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.hl_bottomcap {
  padding: 10px;
  border: 1px solid #c8ced3;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: none; }

.error p a {
  color: #4C4F54;
  text-decoration: underline; }

/* HIGHLANDER BUTTONS
 * Why "Highlander"? To remind you that THERE CAN BE ONLY ONE. (R.I.P. Callen Linden 2009-2010)
 * Use other button styles at your peril. This is the one, true way.
 * Credit & respect to Juan for this clean, easy, gracefully degrading approach, initially applied on openID.
 *
 * Witness how they apply to both <button> and <a> elements, and rejoice:
 *
 * <button type="submit" name="Submit" class="HIGHLANDER_button_hot btn_large primary">Login</button>
 * <a href="http://join.secondlife.com" class="HIGHLANDER_button_hot btn_large secondary">Join Now</a>
 *
 * UPDATE:
 * If you want a class that is straight to the point (aka easier to remember, you can use "awesome_btn"
 * as an alternative to "HIGHLANDER_button_hot"
 *
 *
 *
 */
.awesome_btn,
.HIGHLANDER_button_hot {
  display: inline-block;
  width: 100%;
  /* set your width in a block */
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  padding: 5px 10px 6px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border: 0;
  line-height: 1; }

.awesome_btn.extralarge,
.HIGHLANDER_button_hot.btn_exlg {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 35px; }

.awesome_btn.large,
.HIGHLANDER_button_hot.btn_lg {
  font-size: 18px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px; }

.awesome_btn.medium,
.HIGHLANDER_button_hot.btn_md {
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
  padding-bottom: 4px; }

.awesome_btn.small,
.HIGHLANDER_button_hot.btn_sm {
  font-size: 11px;
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px; }

.awesome_btn.primary,
.HIGHLANDER_button_hot.primary {
  background-color: #ff6901;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8c3f), to(#ff6901));
  background: -moz-linear-gradient(top, #ff8c3f, #ff6901);
  color: #fff; }

.awesome_btn.primary:hover,
.HIGHLANDER_button_hot.primary:hover {
  color: #fff !important;
  background: #ffb23f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb23f), to(#ff9a03));
  background: -moz-linear-gradient(top, #ffb23f, #ff9a03);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb23f', endColorstr='#ff9a03'); }

.awesome_btn.primary:disabled,
.awesome_btn.cancel,
.HIGHLANDER_button_hot.primary:disabled,
.HIGHLANDER_button_hot.cancel {
  color: #fff !important;
  background: #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
  background: -moz-linear-gradient(top, #ccc, #ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc'); }

.awesome_btn.secondary,
.HIGHLANDER_button_hot.secondary {
  background-color: #85c5ad;
  background: -webkit-gradient(linear, left top, left bottom, from(#85c5ad), to(#5eb293));
  background: -moz-linear-gradient(top, #85c5ad, #5eb293);
  color: #fff !important; }

.awesome_btn.secondary:hover,
.HIGHLANDER_button_hot.secondary:hover {
  color: #fff !important;
  background: #91d6bc;
  background: -webkit-gradient(linear, left top, left bottom, from(#91d6bc), to(#69c7a4));
  background: -moz-linear-gradient(top, #91d6bc, #69c7a4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91d6bc', endColorstr='#69c7a4'); }

.awesome_btn small {
  display: block; }

.awesome_btn.large small,
.HIGHLANDER_button_hot.btn_lg small {
  font-size: 10px;
  line-height: 6px;
  padding-top: 0;
  padding-bottom: 4px; }

.awesome_btn.medium small,
.HIGHLANDER_button_hot.btn_md small {
  font-size: 9px;
  line-height: 6px;
  padding-top: 0;
  padding-bottom: 4px; }

.awesome_btn.small small,
.HIGHLANDER_button_hot.btn_sm small {
  font-size: 8px;
  line-height: 6px;
  padding-top: 0;
  padding-bottom: 4px; }

/*
 * Other old hackish buttons that you should no longer use are below.
 * @TODO: purge code of these unclean styles.
 *
 */
button {
  font-family: helvetica, verdana, sans-serif;
  position: relative;
  margin: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: visible;
  /* removes extra side padding in IE */
  font-weight: bold;
  line-height: .85em; }

button::-moz-focus-inner {
  border: none;
  /* overrides extra padding in Firefox */
  padding: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Google Chrome only - fix margins */
  button span {
    margin-top: -1px; } }
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */
.green_sm, .green_lg, .orange_sm, .orange_lg, .orange_giant, .green_sm span, .green_lg span, .orange_sm span, .orange_lg span, .orange_giant span, .darkest_bg a.green_sm:hover, .darkest_bg a.green_lg:hover, .darkest_bg a.orange_sm:hover, .darkest_bg a.orange_lg:hover, .darkest_bg a.orange_giant:hover {
  color: #fff !important; }

.green_sm, .green_lg, .orange_sm, .orange_lg, .orange_giant {
  display: inline-block;
  color: #fff !important;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  vertical-align: middle; }

.green_sm, .green_lg {
  background: #5CB192 no-repeat center bottom; }

.green_sm {
  background-image: url("/layout/img/buttons/halo.png");
  height: 32px;
  line-height: 32px;
  min-width: 44px;
  padding: 0 8px; }

/* LARGE BUTTON STYLES START : */
.green_lg {
  font-size: 15px;
  height: 33px;
  line-height: 33px;
  background-image: url("/layout/img/buttons/halo_lg.png");
  min-width: 94px;
  padding: 0 13px; }

/*------------- BUTTONS CSX SOLUTION STARTS ----------------- ****/
.orange_sm {
  left: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  background: transparent url("/layout/img/buttons/btn_orange_sm_sprite.png") no-repeat -4px top; }

/* LARGE BUTTON STYLES START : */
.orange_lg {
  font-size: 15px;
  padding: 0 50px;
  line-height: 34px;
  height: 34px;
  background: transparent url("/layout/img/buttons/btn_orange_lg_sprite.png") no-repeat -4px top;
  left: 0; }

/* GIANT BUTTON STYLES START : */
.orange_giant {
  font-size: 15px;
  background: transparent url("/layout/img/buttons/btn_orange_giant.png") repeat-x left top;
  height: 73px;
  padding: 10px; }

.button_fixed_size {
  width: 150px; }

/* CSS Document */
/* feathering in some bootstrap styles */
.btn-danger {
  color: #fff;
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }

/**
 * Green Buttons
 */
.btn_standard {
  background-position: 0px 0px;
  cursor: pointer;
  width: 130px;
  height: 33px; }

.btn_standard:hover {
  background-position: 0 -33px; }

.btn_learn_more {
  background: url("/525/_img/buttons/en/sprite_learn_more_grn_w.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 130px;
  height: 33px; }

.btn_learn_more_ja {
  background: url("/525/_img/buttons/ja/sprite_learn_more_grn_w.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 130px;
  height: 33px; }

.btn_learn_more_de {
  background: url("/525/_img/buttons/de/sprite_learn_more_grn_w.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 130px;
  height: 33px; }

.btn_learn_more_fr {
  background: url("/525/_img/buttons/fr/sprite_learn_more_grn_w.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 130px;
  height: 33px; }

.btn_learn_more:hover, .btn_learn_more_ja:hover, .btn_learn_more_fr:hover, .btn_learn_more_de:hover {
  background-position: 0 -33px; }

.btn_learn_more a,
.btn_learn_more_fr a,
.btn_learn_more_de a,
.btn_learn_more_ja a {
  display: block;
  width: 130px;
  height: 33px;
  text-indent: -2000em;
  outline: none; }

.btn_search {
  background: url("/525/_img/buttons/en/sprite_go_grn_s.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 60px;
  height: 27px; }

.btn_search:hover {
  background-position: 0 -27px; }

.btn_view_full_profile {
  background: url("/525/_img/buttons/en/sprite_view_full_profile_grn_w.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 150px;
  height: 27px; }

.btn_view_full_profile:hover {
  background-position: 0 -27px; }

.btn_close {
  background: url("/525/_img/buttons/en/sprite_close_grn_w.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 130px;
  height: 33px; }

.btn_close:hover {
  background-position: 0 -33px; }

.btn_join_now_v1 {
  background: url("/525/_img/buttons/en/sprite_arrow_right_double.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 196px;
  height: 56px; }

.btn_join_now_fr {
  background: #fb7e00 url("/layout/img/buttons/head-join-now-btn-fr.gif") no-repeat scroll center center;
  background-position: 0px 0px;
  cursor: pointer;
  width: 196px;
  height: 56px; }

.btn_join_now_de {
  background: #fb7e00 url("/layout/img/buttons/head-join-now-btn-de.gif") no-repeat scroll center center;
  background-position: 0px 0px;
  cursor: pointer;
  width: 196px;
  height: 56px; }

.btn_join_now_ja {
  background: #fb7e00 url("/layout/img/buttons/head-join-now-btn-ja.gif") no-repeat scroll center center;
  background-position: 0px 0px;
  cursor: pointer;
  width: 196px;
  height: 56px; }

.btn_join_now_it {
  background: #fb7e00 url("/layout/img/buttons/head-join-now-btn-it.gif") no-repeat scroll center center;
  background-position: 0px 0px;
  cursor: pointer;
  width: 196px;
  height: 56px; }

.btn_join_now_es {
  background: #fb7e00 url("/layout/img/buttons/head-join-now-btn-es.gif") no-repeat scroll center center;
  background-position: 0px 0px;
  cursor: pointer;
  width: 196px;
  height: 56px; }

.btn_join_now_pt {
  background: #fb7e00 url("/layout/img/buttons/head-join-now-btn-pt.gif") no-repeat scroll center center;
  background-position: 0px 0px;
  cursor: pointer;
  width: 196px;
  height: 56px; }

.btn_join_now_v1 a,
.btn_join_now_ja a,
.btn_join_now_de a,
.btn_join_now_it a,
.btn_join_now_es a,
.btn_join_now_pt a,
.btn_join_now_fr a {
  display: block;
  width: 196px;
  height: 56px;
  text-indent: -200em;
  outline: none; }

.orange_tag:hover .btn_join_now_v1 {
  background-position: 0 -56px; }

.btn_join_now_v2 {
  background: url("/525/_img/buttons/en/sprite_join_now_v1.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 137px;
  height: 41px; }

.btn_join_now_v2:hover, .btn_join_now_v2_fr:hover,
.btn_join_now_v2_de:hover, .btn_join_now_v2_ja:hover,
.btn_join_now_v2_es:hover, .btn_join_now_v2_pt:hover,
.btn_join_now_v2_it:hover {
  background-position: 0 -41px; }

.btn_join_now_v2_pt {
  background: url("/525/_img/buttons/pt/sprite_join_now_v1.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 137px;
  height: 41px; }

.btn_join_now_v2_es {
  background: url("/525/_img/buttons/es/sprite_join_now_v1.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 137px;
  height: 41px; }

.btn_join_now_v2_it {
  background: url("/525/_img/buttons/it/sprite_join_now_v1.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 137px;
  height: 41px; }

.btn_join_now_v2_de {
  background: url("/525/_img/buttons/de/sprite_join_now_v1.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 137px;
  height: 41px; }

.btn_join_now_v2_fr {
  background: url("/525/_img/buttons/fr/sprite_join_now_v1.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 137px;
  height: 41px; }

.btn_join_now_v2_ja {
  background: url("/525/_img/buttons/ja/sprite_join_now_v1.png") no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  width: 137px;
  height: 41px; }

.btn_view_full_profile a,
.btn_close a,
.btn_join_now_v1 a,
.btn_join_now_v2 a {
  width: 100%;
  height: 98%; }

/**
 * Grey Buttons
 */
.btn_grey_left,
.btn_grey_right,
.btn_grey_middle,
.btn_grey_middle_active {
  height: 15px;
  width: 15px;
  background: url("/525/_img/buttons/btn_grey.gif") no-repeat;
  vertical-align: middle; }

.btn_grey_left:hover {
  background-position: 0 -15px; }

.btn_grey_right {
  background-position: -15px 0; }

.btn_grey_right:hover {
  background-position: -15px -15px; }

.btn_grey_middle {
  background-position: -45px 0px;
  line-height: 15px;
  text-align: center;
  color: #5cb192;
  font-weight: bold; }

.btn_grey_middle_active {
  background-position: -30px 0px;
  color: white;
  line-height: 15px;
  text-align: center;
  font-weight: bold; }

.btn_grey_middle:hover {
  background-position: -30px -15px;
  color: white; }

/**
 * Arrows
 */
.arw_green {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  line-height: 13px;
  height: 13px; }

.add-to-cart {
  float: right; }

/*** NEW BUTTON JUAN **/
.btn-magic {
  background: #ffaa20 url(/525/_img/buttons/btn-magic-gradient.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer; }

/* Sizes ---------- */
.small.btn-magic {
  font-size: 11px; }

.medium.btn-magic {
  font-size: 13px; }

.large.btn-magic {
  font-size: 14px;
  padding: 8px 14px 9px; }

.gray.btn-magic {
  background-color: #9b9b9b; }

#sidebar-container {
  color: #3a3c3f; }

#sidebar-container ul#sidebar-nav,
#widgetLindenDollarBody ul#manage-lindex {
  margin: 0 7px;
  float: left;
  padding-bottom: 8px;
  background-color: #f8f8f8; }

/* FIX IE6 FLOAT BUG */
#sidebar-container > ul#sidebar-nav {
  margin: 0 15px -1px 15px; }

/* RESET FOR REAL BROWSERS */
#widgetLindenDollarBody ul#manage-lindex {
  margin: 0; }

ul#sidebar-nav li,
ul#manage-lindex li {
  list-style-type: none; }

/* =============================
** SIDEBAR NAV - CSS only
** ============================= */
ul#sidebar-nav li.nav-item,
ul#manage-lindex li.nav-item {
  width: 210px;
  background-color: #f8f8f8;
  margin: 0 0 -1px 0;
  padding: 0;
  float: left;
  clear: left; }

ul#sidebar-nav li.nav-item a,
ul#manage-lindex li.nav-item a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 8px 15px 9px 15px;
  color: #3a3c3f;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  outline: none;
  /* Setting background-image in nav.css */
  background-repeat: no-repeat;
  background-position: right -163px;
  border-top: 1px solid #bdc4c9;
  border-bottom: 1px solid #bdc4c9; }

ul#sidebar-nav li.activated a,
ul#manage-lindex li.activated a {
  background-color: #d2d5d9;
  color: #428e72; }

ul#sidebar-nav li.nav-item ul,
ul#manage-lindex li.nav-item ul {
  width: 210px;
  margin: 0;
  padding: 5px 0 0 0;
  display: none;
  border-bottom: 3px solid #bdc4c9;
  background: transparent url("/layout/img/side-subnav-bkgd.gif") repeat-x scroll top left; }

ul#sidebar-nav li.nav-item ul.sidebar-sub-nav li,
ul#manage-lindex li.nav-item ul li {
  margin: 0;
  padding: 0; }

ul#sidebar-nav li.nav-item ul.sidebar-sub-nav li a,
ul#manage-lindex li.nav-item ul li a {
  padding: 5px 15px 6px 24px;
  color: #3a3c3f;
  font-size: 11px !important;
  background-color: #f8f8f8;
  line-height: 110% !important;
  background-image: none;
  border: none;
  margin: 0; }

ul#sidebar-nav li.nav-item ul li a:hover,
ul#manage-lindex li.nav-item ul li a:hover {
  background-color: #efefef;
  color: #242526;
  background-image: none; }

ul#sidebar-nav li.show-sub ul,
ul#manage-lindex li.show-sub ul {
  display: block;
  margin: 0; }

hr.clear-sidebar {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  clear: both;
  color: transparent;
  float: none;
  height: 0.1em;
  margin: 0;
  width: 100%; }

/* ---------------------------------------------
** JAVASCRIPT OPEN/CLOSE - see nav-sidebar.js
** --------------------------------------------- */
#sidebar-nav li.show-sub a,
#manage-lindex li.show-sub a {
  background-position: right -208px !important; }

ul#sidebar-nav li.activated ul.sidebar-sub-nav li.active a,
ul#manage-lindex li.activated ul li.active a {
  background-color: #d2d5d9 !important;
  color: #428e72 !important; }

/* ----------------------------------------------- */
#sidebar-nav li#nav-dashboard a,
#sidebar-nav li#nav-events a,
#sidebar-nav li#nav-profile a {
  background-image: none !important; }

/* ------------------------------------------------
** SIDEBAR STYLES THAT LIVE IN A DIFFERENT BRANCH
** ------------------------------------------------ */
/* ===============================
** USERNAME (a.k.a. 'My Sidebar')
** =============================== */
#sidebar-container h3 {
  text-align: left;
  font-weight: bold;
  color: #f8f8f8;
  font-size: 1.2em;
  background: #4d5055 url("/layout/img/side-header-bkgd.gif") repeat-x scroll top left;
  padding: 6px 15px 10px 15px;
  margin: 0 15px; }

.sidebar-t, .sidebar-b {
  margin: 0 15px; }

.sidebar-b {
  clear: both;
  padding-bottom: 6px;
  background: transparent url("/layout/img/side-bottom-shadow-bkgrd.png") no-repeat scroll bottom center; }

.sidebar-t span,
.sidebar-b span {
  display: block;
  height: 4px;
  background: transparent url("/layout/img/side-corners.png") no-repeat scroll 0 0; }

/*
.sprite-side-bottom-lcrnr { background-position: 0 0; }
.sprite-side-bottom-rcrnr { background-position: 0 -9px; }
.sprite-side-header-lcrnr { background-position: 0 -18px; }
.sprite-side-header-rcrnr { background-position: 0 -27px; }
*/
.sidebar-t span.l {
  background-position: left -18px;
  margin-right: 5px;
  margin-bottom: -4px; }

.sidebar-t span.r {
  background-position: right -27px;
  margin-left: 5px; }

.sidebar-b span.l {
  margin-right: 5px;
  margin-bottom: -4px; }

.sidebar-b span.r {
  background-position: right -9px;
  margin-left: 5px; }

/*Font stacks taken from https://gist.github.com/gpessia/8595729*/
#footer {
  background-color: black;
  font-stretch: normal;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Arial", "Tahoma", "Geneva", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-size: 0.7em;
  color: #888888; }
  #footer a {
    text-decoration: none;
    color: #888888; }
    #footer a:hover {
      cursor: pointer;
      color: #bebebe; }

#footerLinks {
  height: 25em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5% 0;
  /*pseudo-element forces two-column layout*/ }
  #footerLinks::after {
    content: '';
    height: 100%;
    order: 1; }
  #footerLinks ul {
    order: 2; }
    #footerLinks ul:first-child, #footerLinks ul:nth-child(4) {
      order: 0;
      padding-right: 3em; }
  #footerLinks li {
    line-height: 1.8em; }
  #footerLinks h2 {
    color: white;
    padding-bottom: 5px; }
  #footerLinks img {
    width: 12px;
    display: inline;
    margin-right: 0.5em;
    vertical-align: -2px; }

#bottom {
  color: #1a8eb4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2.5em; }
  #bottom li {
    padding: 0.5em 1em; }
  #bottom a {
    text-decoration: none;
    color: #1a8eb4; }
    #bottom a:hover {
      cursor: pointer;
      color: #bebebe; }

hr {
  border-color: #333333;
  width: 80%;
  margin-bottom: 1em; }

@media (min-width: 500px) {
  #footerLinks {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 2em 0;
    height: auto; }
    #footerLinks li {
      margin-bottom: 0.5em; }
    #footerLinks::after {
      display: none; }
    #footerLinks ul {
      order: 0; }
      #footerLinks ul:first-child, #footerLinks ul:nth-child(4) {
        order: 0;
        padding: 0; }

  #bottom {
    margin: 0;
    -webkit-justify-content: center;
    justify-content: center; }
    #bottom li {
      padding: 0; }
    #bottom li::after {
      content: "\007C";
      padding: 0 1em; }
    #bottom li:last-child::after {
      content: '';
      padding: 0; }

  hr {
    display: none; } }
@media (min-width: 900px) {
  #footerLinks {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2em 20%; }

  #bottom {
    padding: 0 0 2.5em 20%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }
/* 2/6/2017 new sass compilation hotfixes */
body#my #main-content {
  margin: 0; }

/*below: test to compile new scss*/
div.events-indent {
  margin-left: 105px; }

#event_frm fieldset label.repeating-count {
  width: auto;
  margin-left: 140px; }

#event_frm fieldset label.amount {
  margin-left: 30px; }

#event_frm fieldset label.for-check.events-fee {
  font-weight: normal;
  width: auto;
  display: block;
  margin-left: 20px;
  text-align: left; }
  #event_frm fieldset label.for-check.events-fee input {
    display: inline-block;
    margin-left: -20px;
    margin-right: 5px; }

.small-text {
  font-size: 95%; }

#delete-dialog.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.delete-dialog-content {
  background: white;
  margin: 15% auto;
  padding: 25px;
  border: 1px solid #888;
  width: 23%;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: 0px 0px 4px 4px grey; }
  .delete-dialog-content button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    width: 130px;
    border-radius: 4px; }
  .delete-dialog-content button.no-delete {
    margin-right: 10px;
    background-color: grey; }
  .delete-dialog-content button.yes-delete {
    background-color: darkorange; }

.close-delete-dialog {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close-delete-dialog:hover,
.close-delete-dialog:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.tablinks {
  font-weight: bold; }

.active-tab {
  color: black;
  cursor: default; }

.active-tab:hover {
  color: black; }
