<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #575757;
}
body {
  background-color: #ffffff;
}
body.iframe-plain {
  background-image: none;
  background-color: rgba(240,240,240,0);
  border-radius: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
img,
video,
iframe {
  max-width: 100%;
}
small {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 10.5px;
  font-weight: normal;
  font-style: normal;
}
p {
  line-height: 1.3em;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.cl {
  clear: both;
}
label {
  font-weight: bold;
}
.input,
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  padding: .5em;
  border: 1px solid;
  border-color: #ddd;
  outline: none;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25em;
}
.input:active,
.input:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border-color: #1f1f1f;
  outline: none;
}
.input.input-single,
input.input-single {
  width: 3em;
}
.input.input-narrow,
input.input-narrow {
  width: 6em;
}
.input.input-normal,
input.input-normal {
  width: 11em;
}
.input.input-medium,
input.input-medium {
  width: 17em;
}
.input.input-wide,
input.input-wide {
  width: 28em;
}
.input.input-full,
input.input-full {
  width: 100%;
}
.input[type="checkbox"],
.input[type="radio"],
input[type="checkbox"],
input[type="radio"] {
  height: 1.25em;
  width: 1.25em;
}
select {
  max-width: 100%;
}
.input.input-prefixed {
  display: table;
  background: #eee;
  border: none;
  padding: 0;
}
.input.input-prefixed &gt; * {
  display: table-cell;
  margin: 0;
  border: none;
  width: 100%;
}
.input.input-prefixed &gt; * &gt; input {
  width: 100%;
  margin: 0;
}
.input.input-prefixed &gt; .input-prefix {
  width: auto;
  padding: .5em;
  white-space: nowrap;
  color: #3b3b3b;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid none solid solid;
}
@media screen and (max-width: 481px) {
  .input.input-prefixed.input-prefixed-long {
    display: block;
  }
  .input.input-prefixed.input-prefixed-long &gt; * {
    display: block;
    width: 100%;
  }
  .input.input-prefixed.input-prefixed-long &gt; .input-prefix {
    border-style: solid solid none solid;
  }
}
textarea {
  height: 6em;
  resize: none;
}
textarea.input-full {
  width: 100%;
  height: auto;
}
textarea.is-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  cursor: default;
}
.textarea-stretchVertical {
  resize: vertical;
}
label.is-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}
.table-alternateRow {
  background: rgba(200,200,200,0.25);
}
.form-legend {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.form-field {
  margin-bottom: 20px;
}
.form-field label {
  display: block;
  margin-bottom: 6px;
}
.form-field label.checkboxLabel {
  display: inline-block;
  font-weight: normal;
}
.form-description {
  margin-bottom: 6px;
}
@media screen and (max-width: 481px) {
  .form-field &gt; input,
  .form-field &gt; textarea {
    width: 100%;
  }
  .form-actions {
    margin-bottom: 12px;
    text-align: center;
  }
  .form-actions .button {
    width: 42.5%;
  }
  .form-actions.pull-left,
  .form-actions.pull-right {
    float: none;
  }
}
.is-hidden {
  display: none !important;
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.span-auto,
.span,
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span13,
.span14,
.span15,
.span16,
.span-full {
  float: left;
  word-wrap: break-word;
}
.push4,
.push5,
.push6,
.pull8,
.pull10,
.pull11,
.pull12 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .push4 {
    left: 25%;
  }
  .push5 {
    left: 31.25%;
  }
  .push6 {
    left: 37.5%;
  }
  .pull8 {
    left: -50%;
  }
  .pull10 {
    left: -62.5%;
  }
  .pull11 {
    left: -68.75%;
  }
  .pull12 {
    left: -75%;
  }
}
.span-auto {
  width: auto;
}
.span0 {
  width: 0%;
}
.span1 {
  width: 6.25%;
}
.span2 {
  width: 12.5%;
}
.span3 {
  width: 18.75%;
}
.span4 {
  width: 25%;
}
.span5 {
  width: 31.25%;
}
.span6 {
  width: 37.5%;
}
.span7 {
  width: 43.75%;
}
.span8 {
  width: 50%;
}
.span9 {
  width: 56.25%;
}
.span10 {
  width: 62.5%;
}
.span11 {
  width: 68.75%;
}
.span12 {
  width: 75%;
}
.span13 {
  width: 81.25%;
}
.span14 {
  width: 87.5%;
}
.span15 {
  width: 93.75%;
}
.span16 {
  width: 100%;
}
.span-full {
  width: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .tablet8 {
    width: 50%;
    left: 0;
    position: static;
  }
  .tablet16 {
    width: 100%;
    left: 0;
    position: static;
  }
}
@media screen and (max-width: 481px) {
  .mobile16 {
    width: 100%;
  }
}
.column {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.content-body &gt; .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.grid-frame {
  margin-bottom: 20px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  max-width: 100%;
}
.container-fixedFull,
.container-fixedHalf {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .container-fixedFull,
  .container-fixedHalf {
    padding: 10px;
  }
}
.container-fixedFull.site-body {
  width: 720px;
}
.container-fixedHalf.site-body {
  width: 360px;
}
.narrow16 {
  padding: 0 10px 5px 0;
}
.span1 .narrow16,
.span2 .narrow16,
.span3 .narrow16,
.span4 .narrow16,
.span5 .narrow16,
.span6 .narrow16,
.span7 .narrow16,
.span8 .narrow16,
.span9 .narrow16,
.span10 .narrow16,
.span11 .narrow16 {
  width: 100%;
}
.triplet::before,
.triplet::after {
  content: " ";
  display: table;
}
.triplet::after {
  clear: both;
}
.trispan {
  width: 33.333%;
  float: left;
  word-wrap: break-word;
}
.trispan .avatar-badgeText-96 {
  font-size: 9px;
  font-weight: bold;
}
.gridlines {
  position: relative;
  margin-left: -10px;
}
.gridline {
  display: block;
  width: 0px;
  height: 2000px;
  position: absolute;
  z-index: 2000;
  border-left: 1px solid red;
}
.matrix {
  margin-left: -5px;
  margin-right: -5px;
}
.matrix-itemFluid {
  padding: 5px;
  float: left;
  width: 100%;
}
.matrix-itemFixed {
  padding: 5px;
  float: left;
}
.matrix-item {
  display: block;
}
[class*="matrix-media-"] {
  height: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.matrix-media-1-1 {
  padding-bottom: 100%;
}
.matrix-media-4-3 {
  padding-bottom: 75%;
}
@media screen and (min-width: 769px) {
  .matrix-itemFluid {
    width: 50%;
  }
  .span4 .matrix-itemFluid,
  .span5 .matrix-itemFluid,
  .span6 .matrix-itemFluid {
    width: 100%;
  }
  .span16 .matrix-itemFluid {
    width: 25%;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .tablet8 .matrix-itemFluid {
    width: 100%;
  }
  .tablet16 .matrix-itemFluid {
    width: 50%;
  }
}
.smallMatrix .matrix-itemFluid {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .span10 .smallMatrix .matrix-itemFluid,
  .span11 .smallMatrix .matrix-itemFluid,
  .span12 .smallMatrix .matrix-itemFluid {
    width: 33.333333333333%;
  }
  .span16 .smallMatrix .matrix-itemFluid {
    width: 25%;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .tablet16 .smallMatrix .matrix-itemFluid {
    width: 33.333333333333%;
  }
}
@media screen and (min-width: 769px) {
  .span16 .mediumMatrix .matrix-itemFluid {
    width: 33.333333333333%;
  }
}
@media screen and (min-width: 481px) and (max-width: 769px) {
  .tablet16 .mediumMatrix .matrix-itemFluid {
    width: 50%;
  }
}
.media-frame {
  overflow: hidden;
}
.media-frame &gt; .media-img {
  display: block;
  float: left;
  margin-right: 10px;
  max-width: 25%;
}
.media-frame &gt; .media-img img {
  display: block;
}
.media-frame &gt; .media-body {
  overflow: hidden;
  padding-top: 1px;
}
.site-header {
  position: relative;
  background-color: rgba(255,255,255,0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .site-header {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 160px;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (min-width: 769px) {
  .header-nav {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.site-nameLogo {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .site-nameLogo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.header-siteNameLogo {
  line-height: 1;
  display: inline-block;
}
.header-siteNameLogo &gt; a {
  padding: 0 0 0 0;
}
@media screen and (max-width: 769px) {
  .header-siteNameLogo &gt; a {
    padding: 10px;
  }
}
.header-siteName {
  display: block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  background-color: rgba(255,255,255,0);
  color: #3b3b3b;
  z-index: 2;
}
@media screen and (max-width: 481px) {
  .header-siteName {
    font-size: 10vw;
  }
}
.header-logoImage {
  display: none;
  z-index: 1;
}
.header-logoImage img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .header-logoImage img {
    max-height: 12vw;
    width: auto;
  }
}
.site-headerFrame {
  background-color: rgba(255,255,255,0);
  z-index: 1;
}
.site-bodyFrame {
  max-width: 100%;
  overflow: hidden;
}
.site-body {
  background-color: rgba(240,240,240,0);
  border-radius: 0px;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .site-body {
    padding: 30px 0px 30px 0px;
  }
}
@media screen and (max-width: 959px) {
  .site-body {
    width: 100%;
    overflow: hidden;
  }
}
.belowHeaderAdHtml,
.aboveFooterAdHtml {
  text-align: center;
}
@media screen and (min-width: 481px) {
  .belowHeaderAdHtml,
  .aboveFooterAdHtml {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.site-body a,
.ningbar-panelBody a {
  color: #1f1f1f;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.site-body a:hover,
.ningbar-panelBody a:hover {
  color: #1f1f1f;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
}
@media screen and (min-width: 481px) {
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0 0 58.2px;
  }
  .site-footerFrame {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.site-footer {
  color: #000;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  padding: 10px;
}
.site-footer a {
  font-weight: normal;
  color: #000;
}
@media screen and (min-width: 769px) {
  .site-footer {
    padding: 10px 1em 10px 1em;
  }
  .footer-left {
    float: left;
  }
  .footer-right {
    float: right;
  }
}
@media screen and (max-width: 769px) {
  .site-footer {
    text-align: center;
  }
}
.poweredBy-text {
  display: inline-block;
}
.poweredBy-logo {
  background-image: url("../bedazzlemain/widgets/index/gfx/Ning_MM_footer_blk.png");
  width: 87px;
  height: 15px;
  display: inline-block;
  text-indent: -99999px;
  background-position: 0px 1px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .poweredBy-logo {
    background-image: url("../bedazzlemain/widgets/index/gfx/Ning_MM_footer_blk_2x.png");
    background-size: 87px 15px;
  }
}
.card {
  background-color: rgba(225,225,225,0.25);
  border: 1px solid rgba(150,150,150,0.25);
  padding: 15px;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: .5em;
  line-height: 1;
  outline: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
}
button[disabled],
button.is-disabled,
input[type="button"][disabled],
input[type="button"].is-disabled,
input[type="submit"][disabled],
input[type="submit"].is-disabled,
input[type="reset"][disabled],
input[type="reset"].is-disabled,
.button[disabled],
.button.is-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}
.button {
  border: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
}
.button.button-primary {
  background-color: #1f1f1f;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.button.button-primary:hover {
  background-image: none;
  background-color: #575757;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.button.button-secondary {
  background-color: rgba(255,255,255,0);
  border-color: #575757;
  border-style: solid;
  border-width: 1px;
  color: #575757;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.button.button-secondary:hover {
  background-image: none;
  background-color: rgba(255,255,255,0);
  color: #1f1f1f;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.button.button-delete {
  color: #cc0000;
  border: 1px solid transparent;
}
.button.button-delete:hover,
.button.button-delete:focus,
.button.button-delete:active,
.button.button-delete.is-active {
  color: #cc0000;
  border: 1px solid #cc0000;
  text-decoration: none;
}
.button.button-iconic {
  background-color: rgba(255,255,255,0);
  color: #1f1f1f;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.button.button-iconic:hover,
.button.button-iconic.is-selected {
  background-image: none;
  background-color: #1f1f1f;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.button-tiny {
  display: inline-block;
  vertical-align: middle;
}
.button-tiny a {
  display: inline-block;
  line-height: 1em;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 2px;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  text-decoration: none;
}
.button-tiny a:hover,
.button-tiny a.is-selected {
  border: 1px solid #1f1f1f;
  background-color: #1f1f1f;
  color: #ffffff;
  text-decoration: none;
}
.buttonGroup {
  margin-top: 10px;
}
.buttonGroup::before {
  margin-bottom: 12px;
  display: block;
  content: "";
  height: 0;
  border-top: 1px solid #cccccc;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  overflow: hidden;
  vertical-align: middle;
}
.icon::before {
  font-family: 'ning-icon-fonts';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.5em;
}
.is-disabled .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}
.icon-reload::before {
  content: '\e618';
}
.icon-add::before {
  content: '\e617';
}
.icon-subtract::before {
  content: '\e616';
}
.icon-delete::before {
  content: '\e615';
}
.icon-close::before {
  content: '\e615';
}
.icon-edit::before {
  content: '\e611';
}
.icon-trash::before {
  content: '\e610';
}
.icon-star::before {
  content: '\e60f';
}
.icon-love::before {
  content: '\e60a';
}
.icon-tag::before {
  content: '\e608';
}
.icon-settings::before {
  content: '\e605';
}
.icon-appearance::before {
  content: '\e601';
}
.icon-first::before {
  content: '\e604';
}
.icon-prev::before {
  content: '\e602';
}
.icon-next::before {
  content: '\e603';
}
.icon-rss::before {
  content: '\e613';
}
.icon-feature::before {
  content: '\e60c';
}
.icon-rotate::before {
  content: '\e609';
}
.icon-help::before {
  content: '\e614';
}
.icon-move::before {
  content: '\e619';
}
.icon-menu::before {
  content: '\e60b';
}
.icon-user::before {
  content: '\e606';
}
.icon-home::before {
  content: '\e60e';
}
.icon-leave::before {
  content: '\e607';
}
.icon-envelope::before {
  content: '\e612';
}
.icon-tower::before {
  content: '\e600';
}
.icon-camera::before {
  content: "\e61a";
}
.icon-check-mark::before {
  content: "\e61e";
}
.icon-clock::before {
  content: "\e61d";
}
.icon-user-subtract::before {
  content: "\e61b";
}
.icon-user-add::before {
  content: "\e61c";
}
.icon-reply::before {
  content: "\e61f";
}
.icon-reply-all::before {
  content: "\e620";
}
.icon-archive::before {
  content: "\e621";
}
.icon-block::before {
  content: "\e622";
}
.icon-folder-open::before {
  content: "\e623";
}
.icon-forward::before {
  content: "\e624";
}
.icon-friend-request::before {
  content: "\e625";
}
.icon-image::before {
  content: "\e626";
}
.icon-arrow-downward::before {
  content: "\e627";
}
.icon-arrow-upward::before {
  content: "\e628";
}
.icon-comment::before {
  content: "\e629";
}
.icon-circle-facebook::before {
  content: "\e62a";
}
.icon-circle-rss::before {
  content: "\e62b";
}
.icon-circle-twitter::before {
  content: "\e62c";
}
.icon-eye::before {
  content: "\e900";
}
.icon-check:before {
  content: "\f00c";
}
.icon-closeChat:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-option:before {
  content: "\f013";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-add-image:before {
  content: "\f03e";
}
.icon-comments:before {
  content: "\f086";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-angle-left:before {
  content: "\f104";
}
@media screen and (max-width: 769px) {
  .icon-down::before {
    font-family: 'ning-icon-fonts';
    content: '\e60d';
    float: right;
  }
}
@media screen and (min-width: 769px) {
  .icon-mobile {
    width: auto;
    overflow: visible;
  }
}
.image {
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-cover {
  background-size: cover;
}
.image-contain {
  background-size: contain;
}
.image-tiled {
  background-repeat: repeat;
}
.image-aspect-1-1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.image-aspect-3-2 {
  width: 100%;
  height: 0;
  padding-bottom: 66.666666666667%;
}
.image-aspect-2-3 {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}
.image-aspect-4-3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.image-aspect-3-4 {
  width: 100%;
  height: 0;
  padding-bottom: 133.33333333333%;
}
.image-aspect-16-9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.image-aspect-9-16 {
  width: 100%;
  height: 0;
  padding-bottom: 177.77777777778%;
}
.avatar-frame {
  display: block;
  background-color: #fff;
  padding: 0px;
  border-width: 0px;
  border-style: solid;
  border-color: #1f1f1f;
  border-radius: 0px;
  position: relative;
}
.avatar {
  display: block;
  border-radius: 0px;
}
.avatar-184 {
  width: 184px;
}
.avatar-96 {
  width: 96px;
}
.avatar-90 {
  width: 90px;
}
.avatar-64 {
  width: 64px;
}
.avatar-48 {
  width: 48px;
}
.avatar-32 {
  width: 32px;
}
.avatar-24 {
  width: 24px;
}
.avatar-full-width {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.avatar-badgeText-184 {
  font-size: 12px;
}
.avatar-badgeText-96 {
  font-size: 12px;
}
.avatar-badgeText-90 {
  font-size: 10px;
}
.avatar-badgeText-64 {
  font-size: 8px;
}
.avatar-badgeText-48 {
  font-size: 6px;
}
.avatar-badgeText-32 {
  font-size: 4px;
}
.avatar-badgeText-24 {
  font-size: 3px;
}
.avatar-badgeImage {
  position: absolute;
  width: 33%;
  height: 33%;
}
.avatar-topLeft {
  top: 0;
  left: 0;
}
.avatar-bottomRight {
  bottom: 0;
  right: 0;
}
.avatar-topRight {
  top: 0;
  right: 0;
}
.avatar-bottomLeft {
  bottom: 0;
  left: 0;
}
.avatar-badgeText.avatar-topLeft,
.avatar-badgeText.avatar-topRight {
  top: 0;
  left: 0;
  bottom: auto;
}
.avatar-badgeText.avatar-bottomLeft,
.avatar-badgeText.avatar-bottomRight {
  top: auto;
  left: 0;
  bottom: 0;
}
.avatar-badgeText {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: transparent;
}
.avatar-badgeTextLabel {
  line-height: 1;
  display: block;
  padding: 5px 0;
}
.avatar-frame .avatar-badgeTextLabel {
  margin: 0px;
}
.avatar-default {
  background-image: url('../bedazzlemain/widgets/profiles/gfx/defaults/profile-dark.png');
  background-color: #1f1f1f;
  background-size: cover;
  max-width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.linkbar::before,
.linkbar::after {
  content: " ";
  display: table;
}
.linkbar::after {
  clear: both;
}
.linkbar &gt; li {
  float: left;
}
.linkbar-iconic li {
  margin-right: 5px;
}
.linkbar-iconic li:last-child {
  margin-right: 0;
}
.linkbar-iconic {
  display: inline-block;
}
.before-content {
  position: relative;
  width: 100%;
  z-index: 10;
}
.ningbar {
  background-color: rgba(255,255,255,0);
  min-height: 34px;
}
.ningbar-userLinks {
  float: right;
  margin-right: 1em;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 481px) {
  .ningbar-userLinks {
    clear: both;
  }
}
.ningbar-userLinks &gt; li {
  margin: 5px;
}
.ningbar-link {
  display: block;
  color: #3b3b3b;
  position: relative;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.ningbar-link:hover {
  color: #3b3b3b;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  text-transform: none;
}
.ningbar-link .icon {
  font-size: 16px;
  height: 20px;
}
.ningbar-list {
  position: relative;
  padding-right: 5px;
}
@media screen and (max-width: 481px) {
  .friendRequests-list {
    position: absolute;
    left: 1em;
  }
}
@media screen and (max-width: 481px) {
  .recentMessages-list {
    position: absolute;
    left: 3em;
  }
}
@media screen and (max-width: 481px) {
  .cht-chatListItem {
    position: absolute;
    left: 5em;
  }
}
.ningbar-countNotification {
  border-radius: 0.5em;
  box-shadow: 0 1px 1px rgba(100,100,100,0.5);
  background-color: #E50505;
  background: transparent -webkit-gradient(linear,center top,center bottom,from(#E50505),to(#d31717));
  background: transparent -webkit-linear-gradient(#E50505,#d31717);
  background: transparent -moz-linear-gradient(#E50505,#d31717);
  background: transparent -ms-linear-gradient(#E50505,#d31717);
  background: transparent linear-gradient(#E50505,#d31717);
  font: normal bold 8px/8px sans-serif;
  padding: 0.25em 0.5em;
  position: absolute;
  top: -1px;
  right: -8px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(100,100,100,0.5);
  text-decoration: none;
}
.ningbar-panelHeader {
  line-height: 25px;
  padding: 5px;
  border-bottom: 1px solid rgba(200,200,200,0.3);
  border-radius: 4px 4px 0px 0px;
  background-color: #f0f0f0;
  background-color: #ffffff;
}
.ningbar-panelBody {
  border-radius: 0px 0px 4px 4px;
  background-color: #f0f0f0;
  background-color: #ffffff;
  color: #575757;
  overflow: hidden;
}
.ningbar-panelFooter {
  text-align: center;
  padding: 10px 5px;
}
.ningbar-panelHeading {
  color: #575757;
  font-weight: bold;
}
.ningbar-panel {
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(100,100,100,0.5);
  width: 300px;
  border-top: 1px solid rgba(100,100,100,0.1);
  position: absolute;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .ningbar-panel {
    right: 50%;
    margin-right: -21px;
  }
}
@media screen and (max-width: 481px) {
  .ningbar-panel {
    width: 250px;
    left: 50%;
    margin-left: -21px;
  }
}
.ningbar-panel::before,
.ningbar-panel::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
}
@media screen and (min-width: 481px) {
  .ningbar-panel::before,
  .ningbar-panel::after {
    right: 14px;
  }
}
@media screen and (max-width: 481px) {
  .ningbar-panel::before,
  .ningbar-panel::after {
    left: 14px;
  }
}
.ningbar-panel::before {
  top: -15px;
  border-color: transparent transparent rgba(100,100,100,0.2) transparent;
}
.ningbar-panel::after {
  top: -14px;
  border-color: transparent transparent #f0f0f0 transparent;
  border-color: transparent transparent #ffffff transparent;
}
.ningbar-panelRow {
  padding: 5px;
  border-bottom: 1px solid rgba(200,200,200,0.3);
  overflow: hidden;
}
.navbar {
  background-color: rgba(0,0,0,0);
  border-color: #1f1f1f;
  border-style: solid;
  border-width: 0 0 1px 0;
  position: relative;
  z-index: 3;
}
.mainTab-item {
  position: relative;
}
.mainTab-item a {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  padding: 8px 10px 8px 10px;
}
.subTab {
  display: none;
  min-width: 100%;
  z-index: 4;
}
.subTab a {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.occasional-button {
  text-align: right;
}
.occasional-button &gt; .button-iconic {
  border: none;
  color: #3b3b3b;
  background-color: rgba(0,0,0,0);
  padding: 10px;
}
.occasional-button &gt; .button-iconic:hover,
.occasional-button &gt; .button-iconic.active {
  color: #ffffff;
  background-color: #1f1f1f;
}
@media screen and (min-width: 769px) {
  .mainTab-item {
    display: inline-block;
    margin-right: 0px;
  }
  .mainTab-item:last-child {
    margin-right: 0;
  }
  .subTab {
    position: absolute;
    text-align: left;
  }
  .mainTab-item &gt; a {
    background-color: rgba(0,0,0,0);
    color: #3b3b3b;
  }
  .mainTab-item &gt; a.hovered,
  .mainTab-item:hover &gt; a,
  .mainTab-item.active &gt; a,
  .mainTab-item[dojotype="SubTabHover"]:hover &gt; a {
    background-image: none;
    background-color: #1f1f1f;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
  }
  .subTab-item &gt; a {
    background-color: #1f1f1f;
    color: #ffffff;
    white-space: nowrap;
  }
  .subTab-item &gt; a:hover {
    background-image: none;
    background-color: #575757;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
  }
  .occasional-button {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .mainTab {
    display: none;
  }
  .mainTab.condensed-visible {
    display: block;
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 99;
  }
  .mainTab-item a {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    background-color: #1f1f1f;
    color: #ffffff;
    padding: 10px;
  }
  .mainTab-item:hover a,
  .mainTab-item.active a,
  .mainTab-item[dojotype="SubTabHover"]:hover a {
    background-image: none;
    background-color: #575757;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
  }
  .subTab-item &gt; a {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 481px) {
  .mainTab.condensed-visible {
    position: static;
    margin: 0;
    width: 100%;
  }
}
.datepicker img.ui-datepicker-trigger {
  padding: 0;
  margin-left: 3px;
  cursor: pointer;
}
.ui-datepicker {
  margin-top: 0;
  margin-left: 0;
  font-size: 10px;
  padding: 2px;
  width: 199px;
  line-height: 1.2em;
  font-family: "Helvetica", "Arial", sans-serif;
  position: absolute;
  z-index: 199;
  border: 1px solid #878787;
  background-color: #ffffff;
  display: none;
}
.ui-datepicker h2 {
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}
.ui-datepicker a {
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
.ui-datepicker a.ui-datepicker-prev {
  float: left;
}
.ui-datepicker a.ui-datepicker-next {
  float: right;
}
.ui-datepicker a.ui-datepicker-prev,
.ui-datepicker a.ui-datepicker-next {
  cursor: pointer;
  font-weight: bold;
  padding: 1px 3px 3px;
}
.ui-datepicker a.ui-datepicker-prev:hover,
.ui-datepicker a.ui-datepicker-next:hover {
  text-decoration: underline;
}
.ui-datepicker a.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker a.ui-datepicker-next.ui-state-disabled {
  cursor: default;
  text-decoration: none !important;
  color: #aaaaaa;
}
table.ui-datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
}
table.ui-datepicker-calendar th {
  font-weight: bold;
  padding: 3px 5px;
}
table.ui-datepicker-calendar td {
  padding: 3px 5px;
  text-align: center;
  cursor: pointer;
}
table.ui-datepicker-calendar td.ui-datepicker-today a {
  font-weight: bold;
}
table.ui-datepicker-calendar td:hover,
table.ui-datepicker-calendar td.dp-hover {
  text-decoration: underline;
}
table.ui-datepicker-calendar td.ui-state-disabled,
table.ui-datepicker-calendar td.ui-state-disabled:hover {
  text-decoration: none;
  cursor: default;
  color: #aaaaaa;
}
.ui-datepicker-title {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.4em;
}
.facebookShareButton {
  background-color: #fff;
  background: transparent -webkit-gradient(linear,center top,center bottom,from(#fff),to(#dedede));
  background: transparent -webkit-linear-gradient(#fff,#dedede);
  background: transparent -moz-linear-gradient(#fff,#dedede);
  background: transparent -ms-linear-gradient(#fff,#dedede);
  background: transparent linear-gradient(#fff,#dedede);
  background-color: white;
  border: #ccc solid 1px;
  border-radius: 3px;
  text-decoration: none;
  font: normal normal bold 11px/18px 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}
.facebookShareButton:hover {
  background-color: #fff;
  background: transparent -webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#d9d9d9));
  background: transparent -webkit-linear-gradient(#f8f8f8,#d9d9d9);
  background: transparent -moz-linear-gradient(#f8f8f8,#d9d9d9);
  background: transparent -ms-linear-gradient(#f8f8f8,#d9d9d9);
  background: transparent linear-gradient(#f8f8f8,#d9d9d9);
  border-color: #bbb;
  text-decoration: none;
}
.facebookShareButton span {
  background: url("../bedazzlemain/widgets/index/gfx/buttons-ningbar.png") no-repeat 0 -311px;
  padding: 0 0 0 17px;
}
.facebook-likebox iframe {
  max-width: none;
}
.fb-comments,
.fb-comments * {
  width: 100% !important;
}
.notice-errorMessage,
.notice-successMessage,
.notice-warningMessage,
.notice-infoMessage {
  margin-bottom: 6px;
  padding: 8px 12px 8px 40px;
  color: #5E5E5E;
  line-height: 1.3em;
}
.notice-buttons {
  margin-top: 12px;
}
.notice-errorMessage {
  background: #ffe4df url("../bedazzlemain/widgets/index/gfx/msg/error.png") scroll no-repeat 8px center;
}
.notice-successMessage {
  background: #e7f7d1 url("../bedazzlemain/widgets/index/gfx/msg/success.png") scroll no-repeat 8px center;
}
.notice-warningMessage,
.notice-infoMessage {
  background: #F7F5D6 url("../bedazzlemain/widgets/index/gfx/msg/warning.png") scroll no-repeat 8px center;
}
.notice-errorHighlight input,
.notice-errorHighlight textarea,
.notice-errorHighlight select {
  background-color: #ffe4df;
}
.notice-errorHighlight label {
  color: #ff0000;
}
.pagination {
  font-size: 0.78em;
  text-align: center;
}
.pagination ul {
  display: inline-block;
}
.pagination li {
  display: inline;
}
.pagination form {
  display: inline;
}
.pagination input {
  width: 3em;
  padding: 0;
  height: 1.7em;
  font-size: 14px;
  border-color: #f3f3f3;
}
.pagination-number {
  padding: 2px 6px;
  font-size: 10.5px;
}
.pagination-current {
  color: #ffffff;
  background-color: #1f1f1f;
}
.sheet {
  background-color: rgba(255,255,255,0);
  box-shadow: none;
  border-radius: 0px;
  padding: 10px 0px 10px 0px;
}
.matrix-sheet {
  background-color: transparent;
  color: #575757;
  font-size: 0.8em;
  padding: 0;
  box-shadow: none;
}
.subnav li {
  display: inline-block;
  margin-right: 20px;
}
.subnav li:last-child {
  margin-right: 0;
}
.subnav li a {
  display: block;
  padding: 0.5em 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  color: #3b3b3b;
}
.subnav li a:hover,
.subnav li.subnav-current &gt; a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
  color: #3b3b3b;
}
.subnav.condensed {
  display: none;
  width: 100%;
}
.subnav.expanded {
  height: 25px;
  overflow: hidden;
}
.subnav-more {
  cursor: pointer;
  position: relative;
  float: right;
}
.subnav-more &gt; ul {
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(100,100,100,0.5);
  display: none;
  position: absolute;
  right: 0;
  padding: 5px;
  z-index: 1;
}
.subnav-more &gt; ul &gt; li {
  margin-right: 10px;
  margin-left: 10px;
}
.subnav-moreLink::after {
  font-family: 'ning-icon-fonts';
  content: '\e60d';
  font-size: 65%;
  padding-left: 5px;
  width: 10px;
}
@media screen and (max-width: 769px) {
  .subnav.expanded {
    display: none;
  }
  .subnav.condensed {
    display: block;
  }
}
.subnavline {
  border-bottom: 1px solid #aaa;
}
.subnavline &gt; li {
  display: inline-block;
}
.subnavline &gt; li &gt; a,
.subnavline &gt; li &gt; span {
  display: block;
  color: #575757;
  border-bottom: 5px solid transparent;
  padding: 10px;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
}
.subnavline &gt; li:hover &gt; a,
.subnavline &gt; li:hover &gt; span,
.subnavline &gt; li.current &gt; a,
.subnavline &gt; li.current &gt; span {
  color: #1f1f1f;
  border-bottom-color: #1f1f1f;
  font-weight: bold;
  text-decoration: none;
}
.content-header {
  position: relative;
  z-index: 2;
}
.content-name {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  color: #3b3b3b;
}
@media screen and (max-width: 769px) {
  .content-header,
  .content-body {
    padding: 10px;
  }
}
.content-name,
.content-actions {
  margin-bottom: 0.5em;
}
.content-nav {
  margin-bottom: 12px;
}
.module-header {
  background-color: rgba(0,0,0,0);
  border-color: #3b3b3b;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-radius: 0px 0px 0 0;
  padding: 10px 0px 10px 0px;
  margin: -10px 0px 10px 0px;
}
.module-name {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  color: #1f1f1f;
  text-align: left;
}
.module-byline {
  margin-top: 6px;
  font-size: 10.5px;
}
.module-actions {
  margin-bottom: 1em;
}
.module-notes {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-footer {
  margin-top: 1em;
}
.entry {
  margin-bottom: 36px;
}
.entry:last-child {
  margin-bottom: 0;
}
.entry-headline {
  margin-bottom: 12px;
}
.entry-title {
  margin-bottom: 6px;
}
.entry-title &gt; a {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  color: #1f1f1f;
  line-height: 1;
}
.entry-title &gt; a:hover {
  text-decoration: underline;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  color: #1f1f1f;
}
.entry-tags,
.entry-byline,
.entry-readMore,
.entry-actions,
.entry-commentsCount,
.entry-organizedBy,
.entry-categories {
  margin-bottom: 12px;
  font-size: 10.5px;
  display: block;
}
.entry-byline {
  margin-bottom: 6px;
}
.entry-byline:last-of-type {
  margin-bottom: 12px;
}
.entry-actions {
  text-align: right;
}
.entry-footnote {
  background-color: transparent;
  padding: 10px 0 10px 0;
}
.entry-socialActions .ning-likebox {
  float: right;
}
.entry-content {
  margin-bottom: 12px;
  line-height: 1.3em;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content table,
.entry-content blockquote {
  margin-bottom: 1.5em;
}
.entry-content &gt; :last-child {
  margin-bottom: 0;
}
.entry-content i,
.entry-content em {
  font-style: italic;
}
.entry-content b,
.entry-content strong {
  font-weight: bold;
}
.entry-content pre,
.entry-content blockquote {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin: 20px 0;
  border-left: 2px solid #e1e1e1;
  padding-left: 10px;
}
.entry-content blockquote blockquote blockquote blockquote blockquote blockquote {
  padding-left: 0;
  border-left: none;
}
.entry-content pre,
.entry-content code {
  font-family: Monaco, 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: normal;
  font-style: inherit;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol ul,
.entry-content ul ul {
  list-style-type: circle;
}
.entry-content ol ol ul,
.entry-content ol ul ul,
.entry-content ul ol ul,
.entry-content ul ul ul {
  list-style-type: square;
}
.entry-content ol,
.entry-content ul {
  padding-left: 40px;
}
.entry-content img.align-left {
  margin: 1.5em;
  margin-left: 0;
  float: left;
}
.entry-content img.align-right {
  margin: 1.5em;
  margin-right: 0;
  float: right;
}
.entry-content img.align-center {
  margin: 1.5em auto;
  clear: both;
  display: block;
}
.entry-content img.align-full {
  margin: 1.5em 0;
  clear: both;
  display: block;
}
.entry-content .font-size-1 {
  font-size: 8pt;
}
.entry-content .font-size-2 {
  font-size: 10pt;
}
.entry-content .font-size-3 {
  font-size: 12pt;
}
.entry-content .font-size-4 {
  font-size: 14pt;
}
.entry-content .font-size-5 {
  font-size: 16pt;
}
.entry-content .font-size-6 {
  font-size: 20pt;
}
.entry-content .font-size-7 {
  font-size: 24pt;
}
.socialActions {
  margin-bottom: 12px;
}
.socialActions .ning-likebox {
  float: right;
}
.socialSharingButton {
  float: left;
  margin-right: 10px;
}
.socialSharingButton-linkedIn * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.prose {
  line-height: 1.3;
}
h1.prose,
h2.prose,
h3.prose,
h4.prose,
p.prose,
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose p,
.prose ul,
.prose ol,
.prose dl,
.prose table,
.prose blockquote {
  margin-bottom: 14px;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  font-weight: bold;
}
.prose section {
  margin-bottom: 28px;
}
.prose &gt; :last-child {
  margin-bottom: 0;
}
.prose em,
.prose i {
  font-style: italic;
}
.prose strong,
.prose b {
  font-weight: bold;
}
.prose ul:not(.no-bullet) {
  list-style-type: disc;
}
.prose ol {
  list-style-type: decimal;
}
.prose ol ul,
.prose ul ul {
  list-style-type: circle;
}
.prose ol ol ul,
.prose ol ul ul,
.prose ul ol ul,
.prose ul ul ul {
  list-style-type: square;
}
.prose ol,
.prose ul {
  padding-left: 40px;
}
.prose label {
  font-weight: normal;
}
.comments-title {
  margin: 12px 0;
  font-weight: bold;
}
.comments-commentBody {
  margin-bottom: 12px;
}
.comments-embedCard {
  max-width: 400px;
}
.comments-text,
.comments-actions {
  margin-bottom: 6px;
}
.comments-action {
  font-size: 10.5px;
  font-weight: normal;
}
.comments-action + .comments-action {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #888;
}
.comments-metadata {
  margin-bottom: 6px;
  font-size: 10.5px;
  line-height: 1.5;
}
.comments-timestamp {
  color: #717171;
  font-size: 95%;
}
.comments-timestamp::before {
  content: 'Â·';
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.comments-deleted {
  font-style: italic;
  color: #717171;
}
.comments-ningThreaded .comments-list {
  margin-left: 30px;
}
.comments-ningThreaded .comments-list &gt; .comments-comment {
  margin-left: -30px;
  padding-left: 30px;
  background-image: url("../bedazzlemain/widgets/shared/gfx/comments/thread.gif");
  background-repeat: no-repeat;
}
.comments-ningThreaded .comments-level1 {
  margin-left: 0;
}
.comments-ningThreaded .comments-level1 &gt; .comments-comment {
  background-image: none;
}
.comments-replyingTo {
  display: none;
}
@media screen and (min-width: 481px) {
  .span9 .comments-ningThreaded .comments-list,
  .span8 .comments-ningThreaded .comments-list,
  .span7 .comments-ningThreaded .comments-list,
  .span6 .comments-ningThreaded .comments-list,
  .span5 .comments-ningThreaded .comments-list,
  .span4 .comments-ningThreaded .comments-list {
    margin-left: 2%;
  }
  .span9 .comments-ningThreaded .comments-list &gt; .comments-comment,
  .span8 .comments-ningThreaded .comments-list &gt; .comments-comment,
  .span7 .comments-ningThreaded .comments-list &gt; .comments-comment,
  .span6 .comments-ningThreaded .comments-list &gt; .comments-comment,
  .span5 .comments-ningThreaded .comments-list &gt; .comments-comment,
  .span4 .comments-ningThreaded .comments-list &gt; .comments-comment {
    background-image: none;
  }
  .span9 .comments-ningThreaded .comments-level1,
  .span8 .comments-ningThreaded .comments-level1,
  .span7 .comments-ningThreaded .comments-level1,
  .span6 .comments-ningThreaded .comments-level1,
  .span5 .comments-ningThreaded .comments-level1,
  .span4 .comments-ningThreaded .comments-level1 {
    margin-left: 0;
  }
}
.comments-ningSemiThreaded .comments-level2 {
  margin-left: 30px;
}
.comments-ningSemiThreaded .comments-replyingTo {
  display: inline;
}
@media screen and (max-width: 481px) {
  .comments-ningThreaded .comments-list {
    margin-left: 0;
  }
  .comments-ningThreaded .comments-list &gt; .comments-comment {
    background-image: none;
  }
  .comments-ningThreaded .comments-list .comments-level2 {
    margin-left: 30px;
  }
  .comments-ningThreaded .comments-replyingTo {
    display: inline;
  }
}
.comments-deletedCommentPlaceholder {
  display: none;
}
.commentForm textarea {
  display: block;
}
.commentForm textarea,
.commentForm .texteditor {
  margin-bottom: 6px;
}
.commentForm textarea {
  resize: vertical;
}
.commentForm .maxlength_advisement {
  float: right;
  font-size: 10.5px;
  padding-top: .5em;
}
.commentForm-spinner {
  margin-left: 5px;
  vertical-align: middle;
}
.commentingMessage {
  margin-bottom: 12px;
  font-style: italic;
}
.tagit {
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: text;
}
.tagit .ui-widget-content,
.tagit.ui-widget-content {
  background: none;
}
.tagit-choice,
.tagit-new {
  display: inline-block;
}
.tagit-choice input,
.tagit-new input {
  outline: none;
  margin: 0;
}
.tagit-new {
  margin: 0;
}
.tagit-choice {
  cursor: move;
  background-color: #e6e6e6;
  border: 1px solid #adadad;
  border-radius: 2px;
  color: #333;
  padding: 2px;
  margin: 0 0 0 4px;
  white-space: nowrap;
  vertical-align: middle;
}
.tagit-label {
  display: inline-block;
  position: relative;
}
.tagit-label .avatar-default {
  height: 24px;
  padding-bottom: 0;
}
.tagit-label .avatar-badgeText {
  width: 24px;
  height: 8px;
}
.tagit-label .avatar-badgeTextLabel {
  padding: 0;
  font-size: 4px;
  line-height: 8px;
  vertical-align: top;
}
.tagit-label .avatar-badgeImage {
  width: 12px;
  height: 12px;
}
.tagit-label .avatar-badgeImage.avatar-topRight,
.tagit-label .avatar-badgeImage.avatar-bottomRight {
  left: 12px;
}
.tagit-close &gt; .text-icon,
.tagit-close &gt; .ui-icon {
  display: none;
}
.tagit-choice.ui-sortable-placeholder {
  height: 1em;
}
.tagit-close {
  cursor: pointer;
  margin-left: 4px;
}
.tagit-new:not(:first-child) input::-webkit-input-placeholder {
  color: transparent;
}
.tagit-new:not(:first-child) input:-moz-placeholder {
  color: transparent;
}
.tagit-new:not(:first-child) input:-ms-input-placeholder {
  color: transparent;
}
.tagit-new:not(:first-child) .placeholding {
  color: transparent;
}
.floatingModule {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
}
.floatingModule-container {
  position: relative;
  margin-top: -150px;
  margin-left: -125px;
  width: 250px;
  background-image: none;
  border-radius: 3px;
  border-width: 3px;
  border-style: solid;
  border-color: #202020;
  background-color: #202020;
  color: #aeaeae;
  opacity: .98;
}
.floatingModule-container a {
  color: #fff;
}
.floatingModule-wideContainer {
  margin-top: -250px;
  margin-left: -225px;
  width: 450px;
}
@media screen and (max-width: 481px) {
  .floatingModule-wideContainer {
    margin-top: -150px;
    margin-left: -125px;
    width: 250px;
  }
}
.floatingModule-head {
  padding: 1em 1em 0 1em;
}
.floatingModule-head h2 {
  font-weight: bold;
  color: #fff;
}
.floatingModule-body {
  padding: 1em;
}
.floatingModule-body .dy-form-1 dt label {
  margin-bottom: 6px;
  display: block;
}
.floatingModule-buttonGroup {
  padding-top: 1em;
}
.floatingModule-primaryButton.button-primary,
.floatingModule-container .button-primary {
  background-color: #fff;
  background: transparent -webkit-gradient(linear,center top,center bottom,from(#eee),to(#a0a0a0));
  background: transparent -webkit-linear-gradient(#eee,#a0a0a0);
  background: transparent -moz-linear-gradient(#eee,#a0a0a0);
  background: transparent -ms-linear-gradient(#eee,#a0a0a0);
  background: transparent linear-gradient(#eee,#a0a0a0);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15), 0 1px 1px 0 #ffffff inset;
  color: #363636;
  border: none;
}
.floatingModule-primaryButton.button-primary:hover,
.floatingModule-container .button-primary:hover {
  background-color: #fff;
  background: transparent -webkit-gradient(linear,center top,center bottom,from(#eee),to(#ccc));
  background: transparent -webkit-linear-gradient(#eee,#ccc);
  background: transparent -moz-linear-gradient(#eee,#ccc);
  background: transparent -ms-linear-gradient(#eee,#ccc);
  background: transparent linear-gradient(#eee,#ccc);
  color: #363636;
}
.floatingModule-cancelButton {
  color: #aeaeae;
  padding: .5em;
}
.floatingModule-alert .floatingModule-cancelButton {
  display: none;
}
.floatingModule-loadingSpinner {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
.floatingModule-busy .floatingModule-buttonGroup {
  display: none;
}
#floatingModule-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  opacity: .33;
  background-color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  zoom: 1;
  z-index: 1000;
  display: none;
}
.popupHelp {
  display: inline;
  position: relative;
}
.popupHelp-content {
  position: absolute;
  top: -50px;
  left: 25px;
  display: inline-block;
  visibility: hidden;
  z-index: 1000;
  width: 200px;
  padding: 18px 15px;
  min-height: 25px;
  line-height: 1.5;
  background: #ffffff;
  color: #454545;
  border: 1px solid #cccccc;
  box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
.popupHelp-content::before {
  display: block;
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  top: 45px;
  left: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent #cccccc transparent transparent;
}
.popupHelp-content::after {
  display: block;
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  top: 46px;
  left: -19px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #ffffff transparent transparent;
}
.popupHelp-content p + p {
  margin-top: .5em;
}
.popupHelp-close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .popupHelp-content {
    top: auto;
    left: auto;
    right: -10px;
    bottom: 35px;
  }
  .popupHelp-content::before,
  .popupHelp-content::after {
    top: auto;
    left: auto;
    right: 11px;
  }
  .popupHelp-content::before {
    bottom: -23px;
    right: 10px;
    border-color: #ccc transparent transparent transparent;
  }
  .popupHelp-content::after {
    bottom: -20px;
    border-color: #fff transparent transparent transparent;
  }
}
.positionable {
  border: 1px dashed white;
}
.positionable-handle {
  position: absolute;
  top: 45%;
  right: -0.5em;
  border: 1px solid white;
  cursor: move;
  background-color: #000;
  color: white;
}
.aboutTab-questionAndAnswer {
  padding: 5px 10px;
}
.aboutTab-question {
  font-style: italic;
  padding: 5px 0;
  margin-right: 10px;
}
.aboutTab-question,
.aboutTab-answer {
  display: inline-block;
  padding: 5px 0;
  max-width: 100%;
}
.feed-story:last-child,
.status-container {
  border: none;
}
.feed-story:first-child {
  border-top: 0;
  margin-top: 0;
}
.feed-story .activity-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  z-index: 5;
}
.event-info-timestamp {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 10.5px;
  font-weight: normal;
  font-style: normal;
}
.span1 .feed-story,
.span1 .status-container,
.span2 .feed-story,
.span2 .status-container,
.span3 .feed-story,
.span3 .status-container,
.span4 .feed-story,
.span4 .status-container,
.span5 .feed-story,
.span5 .status-container,
.span6 .feed-story,
.span6 .status-container {
  margin-left: 0px;
  min-height: 32px;
}
.activityFeed-detailLink {
  cursor: pointer;
}
.activityFeed-story,
.status-container {
  position: relative;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.activityFeed-storyBody {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1em;
}
.activityFeed-close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1em;
}
.activityFeed-headline,
.activityFeed-content,
.status-commentForm {
  margin-bottom: 12px;
}
.activityFeed-title,
.activityFeed-counts {
  margin-bottom: 6px;
}
.activityFeed-detailTitle {
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .column-narrow .feedEvent-createStatus .activityFeed-content &gt; .media-img {
    display: none;
  }
}
.activityFeed-image:not(:only-child) {
  float: left;
  padding: 0 5px 5px 0;
  max-width: 50%;
}
.activityFeed-image:not(:only-child) &gt; img {
  display: block;
}
.activityFeed-imageUser {
  display: inline-block;
}
.activityFeed-counts .ning-likebox {
  display: inline-block;
  vertical-align: bottom;
}
a.activityFeed-commentCount,
a.activityFeed-commentFormDisplay {
  margin-left: 5px;
  font-size: 12px;
  line-height: 1em;
}
a.activityFeed-commentCount,
a.activityFeed-commentCount:hover,
a.activityFeed-commentFormDisplay,
a.activityFeed-commentFormDisplay:hover {
  text-decoration: none;
}
.activityFeed-comment {
  position: relative;
  font-size: 10.5px;
  margin-bottom: 6px;
}
.activityFeed-comment &gt; .media-img {
  max-width: 20%;
}
.activityFeed-comment &gt; .media-img .avatar {
  width: 32px;
}
.activityFeed-comment:first-child {
  margin-top: 1em;
}
.activityFeed-comment .event-info-timestamp {
  font-size: 95%;
}
.activityFeed-embed[data-type="video"],
.activityFeed-embed[data-provider="SoundCloud"] {
  max-height: 360px;
  max-width: 480px;
}
.activityFeed-embed[data-type="video"] &gt; .activityFeed-embedContent,
.activityFeed-embed[data-provider="SoundCloud"] &gt; .activityFeed-embedContent {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.activityFeed-embed[data-type="video"] &gt; .activityFeed-embedContent embed,
.activityFeed-embed[data-type="video"] &gt; .activityFeed-embedContent iframe,
.activityFeed-embed[data-type="video"] &gt; .activityFeed-embedContent video,
.activityFeed-embed[data-provider="SoundCloud"] &gt; .activityFeed-embedContent embed,
.activityFeed-embed[data-provider="SoundCloud"] &gt; .activityFeed-embedContent iframe,
.activityFeed-embed[data-provider="SoundCloud"] &gt; .activityFeed-embedContent video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.statusDetailPage .activityFeed-embed[data-type="video"],
.statusDetailPage .activityFeed-embed[data-provider="SoundCloud"] {
  max-width: 100%;
  max-height: none;
}
.button.activityFeed-updateButton {
  border-radius: 2px;
  display: block;
  border: 1px solid #1f1f1f;
  text-decoration: none;
  margin-bottom: 1em;
}
.button.activityFeed-updateButton:hover {
  border: 1px solid #1f1f1f;
  background-color: #1f1f1f;
  color: #ffffff;
  text-decoration: none;
}
.activityFeed-footer {
  line-height: 1em;
}
.statusForm {
  position: relative;
  padding-left: 8px;
}
.statusForm textarea {
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
}
.statusForm::before,
.statusForm::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  top: 16px;
}
.statusForm::before {
  left: -8px;
  border-color: transparent #ddd transparent transparent;
}
.statusForm::after {
  left: -7px;
  border-color: transparent #fff transparent transparent;
}
.statusForm.statusForm-focused::before {
  border-color: transparent #1f1f1f transparent transparent;
}
.status-spinner {
  vertical-align: middle;
}
.statusDetailPage {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
.rssFeed-detail {
  margin-bottom: 36px;
}
.rssFeed-title {
  margin-bottom: 12px;
}
.rssFeed-readMore {
  font-size: 10.5px;
}
.entryEditPage input[name="date"] {
  width: 7em;
}
.entryEditPage .entryEditPage-title {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  max-width: 100%;
}
@media screen and (min-width: 481px) {
  .entryEditPage-changeBundle + .entryEditPage-delete {
    margin-top: -40px;
  }
  .entryEditPage-tagContainer,
  .entryEditPage-startDateContainer {
    margin-right: 35px;
  }
  .entryEditPage-tagContainer &gt; input {
    width: 275px;
  }
}
.entryEditPage-changeBundleTargets {
  border: 1px solid #585858;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 481px) {
  .entryEditPage-changeBundleTargets {
    max-height: 200px;
  }
}
.entryEditPage-changeBundleTargets + .notice-warningMessage {
  margin: 5px 0;
}
.entryEditPage-bundleTarget {
  padding: 5px 10px;
  margin-bottom: 5px;
  cursor: pointer;
  display: table;
  width: 100%;
}
.entryEditPage-selected,
.entryEditPage-bundleTarget:hover {
  background-color: #585858;
  color: #fff;
}
.entryEditPage-loadMoreBundlesLinkContainer {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.entryEditPage-loadMoreBundlesLink {
  width: 90%;
}
.entryEditPage-loading {
  background: transparent url("../bedazzlemain/widgets/index/gfx/icon/spinner.gif") no-repeat 0 10px;
  padding: 10px 0 10px 20px;
  display: table;
  margin: 0 auto;
  color: #333;
}
.entryEditPage-publishedInChanged {
  font-style: italic;
}
.entryEditPage-bundleTargetImage {
  width: 40px;
  display: table-cell;
}
.entryEditPage-missingImage {
  height: 36px;
  width: 36px;
  border: 2px #888 dashed;
}
.entryEditPage-bundleTargetName {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.entryEditPage-bundleTargetName &gt; div {
  margin-left: 10px;
  max-height: 40px;
  overflow: hidden;
}
.imagePicker-container.entryEditPage-mediumImage .imagePicker-dragArea {
  width: 160px;
  height: 0;
  padding-bottom: 100%;
  max-width: 100%;
}
.feedListPage-item {
  cursor: pointer;
}
.feedListPage-item.matrix-itemFluid {
  max-width: 400px;
}
.feedListPage-itemTitle {
  text-align: left;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding: .1em 1em;
  line-height: 2em;
  height: 2em;
}
.feedListPagePlayer {
  background-color: rgba(0,0,0,0.8);
  z-index: 1001;
  position: fixed;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
}
.feedListPagePlayer .nav {
  color: #fff;
  font-size: 40px;
  padding: 10px;
  cursor: pointer;
}
.feedListPagePlayer .navPrev {
  float: left;
}
.feedListPagePlayer .navNext {
  float: right;
}
.feedListPagePlayer-source {
  padding-top: 1em;
  padding-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .feedListPagePlayer-source {
    position: relative;
  }
  .feedListPagePlayer-source .nav {
    font-size: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    float: none;
  }
  .feedListPagePlayer-source .navPrev {
    left: 0;
  }
  .feedListPagePlayer-source .navNext {
    right: 0;
  }
}
a.feedListPagePlayer-close,
a.feedListPagePlayer-close:hover {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 10px;
}
.feedListUpdate {
  z-index: 100;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 5px;
}
.optionsDropdown {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.optionsDropdown a {
  display: block;
  color: #333;
}
.optionsDropdown a:hover {
  color: #333;
}
.optionsDropdown a.transparentFileInputButton {
  display: block;
}
.optionsDropdown-button {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #CCC;
  padding: 4px;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
}
.optionsDropdown-button,
.optionsDropdown-button a,
.optionsDropdown-button a:hover {
  color: #333;
}
a.optionsDropdown-selectedButton,
a.optionsDropdown-selectedButton:hover,
.optionsDropdown-featureButton.is-selected,
.optionsDropdown-featureButton.is-selected:hover {
  background-color: #333;
  color: #eee;
  padding: 5px;
}
.optionsDropdown-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../bedazzlemain/widgets/index/gfx/icon/icon_arrowdown.png") no-repeat scroll right center;
}
.optionsDropdown-list {
  width: 170px;
  margin-top: -1px;
  position: absolute;
  background-color: #eee;
  border: 1px solid #CCC;
  right: 0px;
  z-index: 100;
  text-align: left;
  border-radius: 0 0 2px 2px;
}
.optionsDropdown-list &gt; li {
  padding: 4px;
}
.optionsDropdown-sectionLabel {
  border-bottom: 1px solid #333;
  line-height: 1px;
  margin-top: .6em;
  margin-bottom: .6em;
}
.optionsDropdown-sectionLabel span {
  color: #333;
  background-color: #eee;
  padding: 0 4px;
  margin-left: 1em;
}
@media screen and (min-width: 481px) {
  .friendRequestsPage .matrix-itemFluid {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .friendRequestsPage .matrix-itemFluid {
    width: 25%;
  }
}
.friendRequestsPage-userInfo {
  font-size: 12px;
  height: 64px;
  position: relative;
}
.friendRequestsPage-userName {
  line-height: 1.1;
  max-height: 26.4px;
  overflow: hidden;
}
.friendRequestsPage-userFeaturedAnswer {
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.friendRequestsPage-actionLinks {
  position: absolute;
  bottom: 0;
}
.friendRequests-accept,
.friendRequests-ignore {
  font-size: 10px;
}
.friendRequests-actionLinks {
  font-size: 10px;
  margin-top: 0.25em;
}
.banner-frame {
  border-radius: 0px;
  background-color: rgba(255,255,255,0);
}
@media screen and (min-width: 769px) {
  .banner-frame {
    margin-bottom: 20px;
  }
}
.banner-header {
  border-radius: 0px 0px 0 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.banner-overlay {
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 0;
}
.banner-overlay::before {
  content: '';
  display: block;
  background: transparent -webkit-gradient(linear,center top,center bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.6)));
  background: transparent -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
  background: transparent -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
  background: transparent -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
  background: transparent linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 481px) {
  .banner-box {
    position: relative;
    text-align: center;
    padding-top: 20px;
  }
  .banner-box &gt; .media-img {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.banner-info {
  height: 100%;
}
.banner-info h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.banner-info p {
  font-size: 11px;
  font-weight: normal;
}
.banner-info &gt; h2,
.banner-info &gt; p {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.banner-footer {
  padding: 20px 0;
}
@media screen and (max-width: 481px) {
  .banner-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 481px) {
  .banner-actionsGroup {
    text-align: center;
  }
}
.banner-socialActions {
  margin-bottom: 12px;
}
.banner-socialActions .likebox,
.banner-socialActions .socialSharingButton {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 481px) {
  .banner-socialActions {
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 481px) {
  .banner-actions {
    float: right;
  }
}
.imagePicker-container.groupEditPage-groupImage .imagePicker-dragArea {
  width: 160px;
  height: 0;
  padding-bottom: 100%;
  max-width: 100%;
}
.imagePicker-container.groupEditPage-coverPhoto .imagePicker-dragArea {
  width: 420px;
  height: 70px;
  max-width: 100%;
}
.groupEditPage-editImageContainer {
  max-width: 40%;
}
.groupEditPage-sectionHeader {
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  line-height: 1px;
  margin: 20px 0 20px 0;
}
.groupEditPage-sectionHeader span {
  background-color: #f0f0f0;
  background-color: #ffffff;
  padding: 0 5px;
  margin-left: 20px;
}
.groupEditPage-layoutDescription {
  display: none;
  font-style: italic;
}
@media screen and (min-width: 481px) {
  .groupHeader.groupHeader-coverPhoto {
    height: 160px;
  }
  .groupHeader:not(.groupHeader-coverPhoto) {
    padding: 0 0 20px 0;
  }
  .groupHeader-image {
    margin-right: 10px;
  }
  .groupHeader-image,
  .groupHeader-info {
    display: inline-block;
    vertical-align: middle;
  }
}
.groupHeader-groupName {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  color: #575757;
  text-shadow: none;
}
@media screen and (max-width: 769px) {
  .groupHeader-groupName {
    font-size: 20px;
  }
}
@media screen and (max-width: 481px) {
  .groupHeader-tab {
    width: 50%;
    text-align: center;
  }
}
.groupHeader-navBar {
  margin: 10px 0;
}
.groupHub-group.matrix-itemFluid {
  max-width: 215px;
}
.groupHub-groupTitleContainer {
  display: table;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45.5px;
}
.groupHub-groupTitle {
  text-align: center;
  display: table-cell;
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  vertical-align: middle;
}
.groupHub-groupTitle &gt; span {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 17.5px;
  max-height: 2em;
  overflow: hidden;
}
.groupHub-groupInfo {
  overflow: hidden;
  height: 3em;
  line-height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: normal;
  white-space: nowrap;
}
.groupPreferences-leaveButton,
.groupPreferences-navigation {
  float: right;
}
.groupPreferences .groupPreferences-settings {
  margin: 20px 5px;
}
@media screen and (max-width: 321px) {
  .groupPreferences-leaveButton {
    margin-top: 20px;
    clear: both;
  }
  .groupPreferences .groupPreferences-settings {
    margin: 10px 0;
  }
}
.eventPage-details {
  padding: 0 10px 5px 0;
}
.media-frame &gt; .eventPage-image {
  width: 33%;
  max-width: 200px;
}
.eventPage-detail {
  margin-bottom: 5px;
}
.eventPage-detail:last-child,
.eventPage-rsvp {
  margin-bottom: 12px;
}
.eventPage-exportAttendeeList {
  margin-left: 20px;
}
.eventPage-dateRangePicker {
  vertical-align: middle;
}
.eventPage-search {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper {
  z-index: 3;
}
.eventPage-busyDay {
  font-weight: bold;
  text-decoration: underline;
}
.eventPage-actions {
  margin-bottom: 12px;
}
.eventPage-messageCheckboxes label {
  font-weight: normal;
}
.eventPage-yourMessage {
  font-weight: bold;
}
.eventPage-message {
  width: 100%;
}
.eventRsvp-list {
  width: auto;
  position: static;
}
.eventRsvp-option {
  white-space: nowrap;
}
.eventListPage-startDate {
  padding: 0 10px 5px 0;
  text-align: right;
  font-weight: bold;
}
.eventListPage-startDayOfWeek {
  padding: 0 10px 5px 0;
  text-align: right;
}
.eventDetailPage-addedBy {
  margin-right: 5px;
}
.eventDetailPage-googleCalendar {
  display: inline-block;
}
.eventDetailPage-googleCalendar,
.eventDetailPage-attendees {
  margin-bottom: 12px;
}
.eventDetailPage-avatarFrame {
  display: inline-block;
  margin-right: 4px;
  width: 100%;
}
.eventDetailPage-guestListCount {
  font-size: 20px;
}
.eventDetailPage-guestListLabel {
  font-size: 12px;
}
.eventDetailPage-triplet {
  max-width: 250px;
}
.eventEditPage-editImageContainer .imagePicker-delete {
  display: none !important;
}
.eventEditPage-steps {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.eventEditPage-steps::before,
.eventEditPage-steps::after {
  content: " ";
  display: table;
}
.eventEditPage-steps::after {
  clear: both;
}
.eventEditPage-steps label:first-child {
  margin-right: 20px;
}
.eventEditPage-steps label {
  float: left;
}
.eventEditPage-timezoneLabel {
  margin-right: 35px;
}
.entryEditPage-imgTitle {
  margin-bottom: 8px;
  display: inline-block;
}
.photoListPage-entry.matrix-itemFluid {
  max-width: 400px;
}
.photoDetailPage-image {
  margin-bottom: 12px;
  position: relative;
}
.photoDetailPage-image &gt; img {
  position: absolute;
  display: block;
  max-height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.photoDetailPage-image::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.photoDetailPage-image .adjacentEntryLink {
  z-index: 1;
}
.photoDetailPage-moreEntries {
  overflow-y: hidden;
}
.photoDetailPage-moreEntries &gt; li {
  width: 14.285714285714%;
  float: left;
  padding: 5px;
}
@media screen and (max-width: 769px) {
  .photoDetailPage-moreEntries &gt; li {
    padding: 2px;
  }
}
.entryEditPage-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.photoEditPage-linkbarContainer {
  margin-bottom: 36px;
  background-color: #1A1D1F;
  padding: 5px;
}
.photoEditPage-linkbarContainer a {
  color: #fff;
}
.photoEditPage-linkbarContainer .linkbar {
  float: right;
}
.photoSection-entry.matrix-itemFluid {
  max-width: 400px;
}
.videoListPage .matrix-item {
  background-color: #fff;
}
.videoListPage-emptyPageMessage {
  margin-bottom: 12px;
}
.videoListPage-image {
  background-color: #333;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.videoListPage-metadata {
  font-size: 1em;
  font-weight: normal;
}
.videoListPage-metadata a {
  color: #333;
}
.videoListPage-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.videoListPage-metaTitle {
  font-size: 1.1em;
  line-height: 1.25em;
  margin-bottom: 8px;
}
.videoListPage-metaTitle a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1f1f1f;
}
.videoListPage-emptyPageMessage {
  margin-top: 10px;
  margin-bottom: 10px;
}
.videoListPage-sort {
  margin-bottom: 1em;
}
.videoListPage-search {
  float: right;
}
@media screen and (max-width: 481px) {
  .videoListPage-search {
    float: none;
  }
}
.videoDetailPage .sheet {
  margin-bottom: 12px;
  padding-top: 15px;
}
.videoDetailPage .buttonGroup {
  font-size: 10.5px;
}
.videoDetailPage .headline h3 {
  margin-left: 0;
}
.videoDetailPage .headline-byline {
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
.videoDetailPage .headline .avatar {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.videoDetailPage-titleList {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 10px;
}
.videoDetailPagee-image {
  background-color: #333;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.videoDetailPage-metadata {
  font-size: 1em;
  font-weight: normal;
}
.videoDetailPage-metadata a {
  color: #3b3b3b;
}
.videoDetailPage-mainSection &gt; .content {
  margin-bottom: 12px;
}
.videoDetailPage-metaTitle {
  font-size: 0.7em;
  line-height: 1.25em;
  margin-bottom: 4px;
  margin-top: 4px;
}
.videoDetailPage-metaTitle a {
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1f1f1f;
}
.videoDetailPage-list {
  margin: 0 -10px;
}
.videoDetailPage-mainVideo {
  padding: 0 10px;
}
.videoDetailPage-otherVideo {
  padding: 0 10px;
}
.videoDetailPage .matrix-itemFluid {
  min-width: 170px;
  max-width: 250px;
}
.videoDetailPage-getEmbedCode_wrap {
  position: relative;
  margin: -10px 0 0 8px;
  float: right;
}
.videoDetailPage-getEmbedCode_wrap textarea {
  min-width: 295px;
  font-size: 12px;
}
.videoDetailPage-embedCode {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}
.videoDetailPage-getEmbedCode {
  display: inline-block;
}
.videoDetailPage .socialActions .ning-likebox {
  float: none;
  min-width: 22px;
  height: 22px;
  margin: 10px 0;
}
.videoDetailPage-viewVideo {
  float: right;
  margin-top: 10px;
}
.videoDetailPage-viewVideo .icon-eye {
  margin-right: 3px;
}
@media screen and (max-width: 960px) {
  .videoDetailPage-list {
    margin: 10px 0;
  }
  .videoDetailPage-mainVideo {
    width: 100%;
  }
  .videoDetailPage-otherVideo {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .videoDetailPage-getEmbedCode_wrap {
    margin-top: 0;
    float: none;
    margin-bottom: 8px;
  }
}
.column-wide .videoDetailPage-mainVideo {
  width: 100%;
  padding: 0;
}
.column-wide .videoDetailPage-otherVideo {
  width: 100%;
  margin: 0;
}
.column-wide .videoDetailPage .matrix-itemFluid {
  max-width: 170px;
}
.videoDetailPage-viewVideo video {
  width: 100%;
}
.newVideoPage-inputFileWrapper {
  position: relative;
  background: #fdfdfd;
  border: 1px solid #ddd;
}
.newVideoPage-inputFileWrapper input[type="file"] {
  width: 100%;
  font-size: 1em;
}
.newVideoPage-labelTitle {
  margin-bottom: 10px;
  display: block;
}
.newVideoPage-inputFile {
  color: #1c1c1c;
}
.newVideoPage-visibility {
  display: inline-block;
}
.videoForm-progress {
  position: relative;
  background-color: #dedede;
  border: 1px solid #737072;
  border-radius: 16px;
}
.videoForm-progressBar {
  background: #aaaaaa;
  background: -moz-linear-gradient(left,#dedede 0%,#777777 100%);
  background: -webkit-linear-gradient(left,#dedede 0%,#777777 100%);
  background: linear-gradient(to right,#dedede 0%,#777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#777777',GradientType=1);
  height: 26px;
  border-radius: 18px;
  min-width: 0;
}
.videoForm-progressLabel {
  color: #111;
  position: absolute;
  height: 100%;
  line-height: 26px;
  font-size: 11px;
  text-align: center;
  padding: 0 10px;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  z-index: 0;
  box-sizing: border-box;
}
.videoForm-progressCancel {
  position: absolute;
  font-size: 14px;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.38);
  z-index: 1;
}
.newVideoPage-descriptionBorders {
  font-size: 0.8em;
  color: #3e3e3e;
}
.newVideoPage-descriptionBorders a {
  color: #121212;
}
textarea.videoForm-addLink {
  max-height: 38px;
}
.videoForm-container .icon-help:before {
  font-size: 0.9em;
}
.videoForm-container .entryEditPage-tagContainer &gt; input,
.videoForm-container .tagit {
  width: 90% !important;
}
.videoForm-tagContainer {
  margin-right: 0;
}
.videoForm-title_detail {
  font-size: 1.0em;
  margin-bottom: 6px;
}
.videoForm-container .videoForm-item {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 22px;
}
.videoForm-container form.videoForm:nth-last-child(2) .videoForm-item {
  border: none;
}
.videoForm-inputTitle {
  height: 28px;
}
@media screen and (max-width: 640px) {
  .videoForm-item &gt; .span8 {
    float: none;
    width: 100%;
    order: 1;
  }
  .videoForm-item {
    display: flex;
    flex-direction: column;
  }
  .videoForm-item .pull-right {
    order: 0;
  }
}
.videoPage-successMessage {
  margin-bottom: 10px;
}
.publishedVideo {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.publishedVideo-preview_image {
  width: 150px;
  padding: 10px;
  border: 1px solid #dedede;
}
.publishedVideo-preview_info {
  width: 38%;
  min-width: 250px;
  padding: 10px;
}
@media screen and (max-width: 420px) {
  .publishedVideo-preview_info {
    width: 100%;
  }
}
.publishedVideo-preview_info &gt; div {
  margin: 9px 0 9px;
}
.publishedVideo-preview_backToEdit {
  padding: 10px;
}
.publishedVideo-title {
  font-size: 1.1em;
}
.publishedVideo-author {
  font-size: 0.8em;
}
.photoSlideshow {
  background-color: #333;
}
.ps-empty {
  padding-top: 66.66%;
}
.ps-slide {
  padding-top: 66.66%;
  background-repeat: no-repeat;
  background-position: center center;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff');
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  opacity: .25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 5px;
}
[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.slick-prev:before {
  content: 'â†';
}
[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}
.slick-next {
  right: 5px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}
.slick-next:before {
  content: 'â†’';
}
[dir='rtl'] .slick-next:before {
  content: 'â†';
}
.slick-arrow {
  z-index: 1;
}
.slick-arrow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.adjacentEntryLink {
  position: absolute;
  top: 50%;
}
.adjacentEntryLink a {
  height: 46px;
  top: -23px;
  width: 22px;
  display: block;
  position: relative;
  text-indent: -9999px;
}
.adjacentEntryLink-previous {
  left: 0;
}
@media screen and (max-width: 481px) {
  .adjacentEntryLink-previous {
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5;
  }
}
.adjacentEntryLink-previous a {
  background: url("../bedazzlemain/widgets/shared/gfx/arrow_left.png") no-repeat;
}
.adjacentEntryLink-next {
  right: 0;
}
@media screen and (max-width: 481px) {
  .adjacentEntryLink-next {
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5;
  }
}
.adjacentEntryLink-next a {
  background: url("../bedazzlemain/widgets/shared/gfx/arrow_right.png") no-repeat;
}
.membersListPage-user .media-img {
  max-width: 50%;
}
@media screen and (min-width: 481px) {
  .membersListPage-userInfo {
    height: 90px;
    overflow: hidden;
  }
}
.membersListPage-userFeaturedAnswer {
  font-size: 12px;
  padding-top: 1em;
}
@media screen and (min-width: 481px) {
  .profileCoverArea {
    height: 245px;
  }
}
.profileCoverArea-friendAndMessageLinks {
  display: inline-block;
}
.profileCoverArea-alternateFriendOption {
  width: 100%;
}
.profileCoverArea-questionAndAnswer {
  margin: 10px 0 15px 0;
}
.profileCoverArea-question {
  font-weight: bold;
}
.profileCoverArea-info + .profileCoverArea-info::before {
  content: 'Â·';
  padding: 0 2px;
}
.profileCoverArea-addFriendDialog textarea {
  width: 100%;
  height: 3.5em;
  display: none;
}
.profileCoverArea-requestNotice {
  background-color: rgba(255,255,255,0);
  line-height: 1.3em;
  text-align: center;
  padding: 10px;
}
.profileCoverArea-frame + .content-body {
  min-height: 250px;
}
.tabContainerSection-tabs {
  margin-bottom: 12px;
}
@media screen and (max-width: 481px) {
  .tabContainerSection-tab {
    width: 50%;
    text-align: center;
  }
}
.tabContainerSection-deferredContent {
  text-align: center;
}
.profileSettingsNav {
  margin-bottom: 12px;
}
.profileSettingsNav li {
  border: 1px solid;
  border-right: 0px;
}
.profileSettingsNav li.current a {
  color: #1f1f1f;
}
.profileSettingsNav li:last-child {
  border-right: 1px solid;
}
.profileSettingsNav li a {
  padding: 10px;
  display: block;
}
.emailSettings-stopFollowingAll {
  float: right;
  text-transform: none;
}
.emailSettings-stopFollowingAll &gt; a {
  cursor: pointer;
}
.aboutNetwork-title {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.aboutNetwork .poweredBy-logo {
  background-image: url('../bedazzlemain/widgets/index/gfx/Ning_MM_footer_blk.png');
  width: 87px;
  height: 15px;
  display: inline-block;
  text-indent: -99999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .aboutNetwork .poweredBy-logo {
    background-image: url("../bedazzlemain/widgets/index/gfx/Ning_MM_footer_blk_2x.png");
    background-size: 87px 15px;
  }
}
.aboutNetwork-networkIcon {
  float: left;
  margin-right: 12px;
}
.authServices {
  margin-bottom: 12px;
}
@media screen and (max-width: 769px) {
  .authServices {
    margin-top: 12px;
  }
}
.authService {
  background: url("../bedazzlemain/widgets/index/gfx/providers-sprite.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  font-size: 0;
  height: 40px;
  margin: 0 10px 10px 0;
  text-indent: -9999em;
  width: 120px;
}
.authService-tw {
  background-position: 0 -40px;
}
.authService-tw:hover {
  background-position: -120px -40px;
}
.authService-fb {
  background-position: 0 0;
}
.authService-fb:hover {
  background-position: -120px 0;
}
.authService-yahoo {
  background-position: 0 -160px;
}
.authService-yahoo:hover {
  background-position: -120px -160px;
}
.authService-google {
  background-position: 0 -200px;
}
.authService-google:hover {
  background-position: -120px -200px;
}
.authService-windowslive {
  background-position: 0 -120px;
}
.authService-windowslive:hover {
  background-position: -120px -120px;
}
.authService-linkedin {
  background-position: 0 -400px;
}
.authService-linkedin:hover {
  background-position: -120px -400px;
}
.profileQuestionForm select[name="displayAgeOption"] {
  display: block;
  margin-top: 6px;
}
.profileQuestionForm-options label {
  display: block;
  font-weight: normal;
}
.profileQuestionForm-date input {
  width: auto;
}
.profileQuestionForm-genderOptions label {
  margin-right: 10px;
  font-weight: normal;
}
.profileQuestionForm-photo img {
  display: block;
}
.profileQuestionForm-changeLink {
  margin-left: 1em;
}
.invitePage textarea[name="emailAddresses"] {
  height: 3.5em;
}
.invite-or {
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  line-height: 1px;
  margin: 2em auto;
  padding-top: 10px;
  text-align: center;
  width: 350px;
  max-width: 100%;
}
.invite-or span {
  background-color: rgba(255,255,255,0);
  padding: 0 12px;
}
.invitePage-bulkInviteSection {
  text-align: center;
}
.invitePage-bulkInviteUrl {
  margin-bottom: 1em;
}
.invite-buttons {
  overflow: auto;
}
.invite-buttons li {
  float: left;
  display: block;
  margin: 5px;
  border-style: solid;
  border-radius: 3px;
  border-width: 1px;
  border-color: #1f1f1f;
  padding: 2px;
}
.invite-buttons li:hover,
.invite-buttons li.invite-active {
  border-width: 3px;
  padding: 0;
}
.invite-buttons li &gt; a {
  color: transparent;
  text-decoration: none;
  background: transparent url("../bedazzlemain/widgets/index/gfx/invite-icons.png") no-repeat 0 0;
  text-indent: -9999px;
  display: block;
  width: 48px;
  height: 48px;
}
.invite-buttons li &gt; a.invite-facebook {
  background-position: 8px 8px;
}
.invite-buttons li &gt; a.invite-google {
  background-position: 8px -56px;
}
.invite-buttons li &gt; a.invite-yahoo {
  background-position: 8px -120px;
}
.invite-buttons li &gt; a.invite-enteremail {
  background-position: 8px -312px;
}
.invite-buttons li &gt; a.invite-addressbook {
  background-position: 8px -376px;
}
.invite-loading {
  background: transparent url("../bedazzlemain/widgets/index/gfx/icon/spinner.gif") no-repeat 0 20px;
  padding: 20px 0 20px 20px;
  display: table;
  margin: 0 auto;
}
.invite-launchButton {
  text-align: center;
  margin-bottom: 0.5em;
}
#xj_facebook .contactList .contactList-toggleAllCheckboxContainer,
#xj_facebook .contactList .contactList-tableContainer input,
#xj_facebook .contactList .contactList-buttons {
  display: none;
}
.contactList-searchForm label {
  margin-right: 10px;
}
.contactList-searchForm input[name="q"] {
  width: 150px;
}
.contactList-toggleAllCheckboxContainer {
  display: block;
  padding-left: 5px;
}
.contactList-toggleAllCheckbox {
  margin-right: 10px;
}
.contactList-tableContainer {
  height: 300px;
  overflow: auto;
}
.contactList-tableContainer .userTable-toggleContainer {
  width: 25px;
}
.userTable {
  table-layout: fixed;
  width: 100%;
}
.userTable th,
.userTable td {
  padding: 5px;
}
.userTable td {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.userTable td.userTable-avatar {
  width: 40px;
}
.userTable td.userTable-avatar img {
  height: 32px;
  width: 32px;
}
.userTable td label {
  font-weight: normal;
}
.userTable td label.userTable-name {
  font-weight: bold;
}
.messageTable-selectionControls {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .messages-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 30px;
  }
  .messages-item &gt; [class*='messages-'] {
    display: table-cell;
    vertical-align: middle;
  }
  .messages-item .messages-sender,
  .messages-item .messages-content {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .messages-item .messages-sender {
    width: 20%;
  }
  .messages-item .messages-content {
    width: 75%;
  }
  .messages-item .messages-date {
    float: none;
    width: 80px;
  }
  .messages-item .messages-info {
    width: 100%;
    padding-left: 40px;
    margin-left: -40px;
  }
  .messages-checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    top: 50%;
  }
}
@media screen and (max-width: 769px) {
  .messages-checkbox {
    float: left;
    margin-right: 5px;
  }
  .messages-flag {
    float: right;
  }
  .messageTable-actions {
    width: 100%;
  }
}
.messages-item {
  color: #575757;
  font-weight: normal;
}
.unread .messages-item {
  font-weight: bold;
}
.messages-avatar {
  border: none;
  padding: 0;
  width: 32px;
}
.messages-avatar.media-img {
  max-width: none;
}
.messages-avatar .avatar-badgeTextLabel {
  margin: 0;
}
.messages-message {
  line-height: 1.25;
  overflow: hidden;
  background-color: rgba(200,200,200,0.1);
  padding: 5px;
  position: relative;
}
.messages-message &gt; a,
.messages-message &gt; a:hover {
  font-weight: normal;
  text-decoration: none;
}
.messages-message.unread {
  background-color: transparent;
}
.messages-message.unread &gt; a {
  font-weight: bold;
}
.messages-message.unread:hover {
  background-color: rgba(200,200,200,0.1);
}
.messages-message + .messages-message {
  border-top: 1px solid rgba(200,200,200,0.3);
}
.messages-date {
  float: right;
  text-align: right;
}
.messages-date,
.messages-body {
  font-size: 10.5px;
  color: #575757;
}
.message-actions {
  text-align: right;
}
.composeMessagePage-recipients li {
  margin-right: 12px;
}
.composeMessagePage-recipients li .icon-delete {
  font-size: 8px;
  margin-right: 4px;
}
legend,
.legend {
  width: 100%;
  border-bottom: 1px solid #575757;
  padding-bottom: 0.3em;
}
.transparentFileInputButton {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.transparentFileInputButton-fileInput {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 50px;
  direction: ltr;
  cursor: pointer;
}
.bandpageWidget {
  min-height: 250px;
}
.membersSection-smallAvatars {
  overflow: hidden;
}
.membersSection-smallAvatars.membersSection-1Row {
  max-height: 58px;
}
.membersSection-smallAvatars.membersSection-2Rows {
  max-height: 116px;
}
.membersSection-smallAvatars.membersSection-3Rows {
  max-height: 174px;
}
.membersSection-smallAvatars.membersSection-4Rows {
  max-height: 232px;
}
.membersSection-smallAvatars.membersSection-5Rows {
  max-height: 290px;
}
.membersSection-largeAvatars {
  overflow: hidden;
}
.membersSection-largeAvatars.membersSection-1Row {
  max-height: 106px;
}
.membersSection-largeAvatars.membersSection-2Rows {
  max-height: 212px;
}
.membersSection-largeAvatars.membersSection-3Rows {
  max-height: 318px;
}
.membersSection-largeAvatars.membersSection-4Rows {
  max-height: 424px;
}
.membersSection-largeAvatars.membersSection-5Rows {
  max-height: 530px;
}
.inviteMembersPage-messageLabel {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
.manageGroupMembersPage table {
  width: 100%;
  table-layout: fixed;
}
.manageGroupMembersPage th {
  text-align: left;
  font-weight: bold;
}
.manageGroupMembersPage th,
.manageGroupMembersPage td {
  padding: 4px 8px;
  vertical-align: middle;
  word-wrap: break-word;
}
.manageGroupMembersPage tr:nth-child(2n) {
  background-color: rgba(200,200,200,0.25);
}
.manageGroupMembersPage-checkboxColumn {
  width: 25px;
}
.manageGroupMembersPage-avatarColumn {
  width: 40px;
}
.manageGroupMembersPage-avatarColumn .avatar-frame {
  display: inline-block;
}
.manageGroupMembersPage-statusColumn {
  width: 100px;
}
.manageGroupMembersPage-dateJoinedColumn {
  width: 150px;
}
@media screen and (max-width: 481px) {
  .manageGroupMembersPage-statusColumn,
  .manageGroupMembersPage-dateJoinedColumn {
    display: none;
  }
}


.autoTag {
  position: relative;
  z-index: 1;
}
.autoTag .avatar {
  display: inline-block;
  vertical-align: middle;
}
.autoTag .ui-menu .ui-menu-item {
  padding: 2px;
}
.autoTag .ui-menu .ui-menu-item a {
  padding: 0;
}
.compactImagePicker {
  display: inline-block;
}
.compactImagePicker-preview {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #d2d2d2;
  max-width: 100%;
  vertical-align: middle;
}
.compactImagePicker-preview .compactImagePicker-loadingOverlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.compactImagePicker-preview .compactImagePicker-loadingOverlay img {
  vertical-align: middle;
}
.compactImagePicker-smallPreview {
  width: 50px;
  height: 25px;
}
.compactImagePicker-mediumPreview {
  width: 75px;
  height: 50px;
}
.compactImagePicker-centerText {
  z-index: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -10px;
  width: 100%;
}
.compactImagePicker-button {
  display: inline-block;
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  color: #a0a0a0;
  padding: 3px 7px;
  cursor: pointer;
  vertical-align: middle;
}
.compactImagePicker-deleteButton {
  display: none;
}
.compactImagePicker-withImage .compactImagePicker-deleteButton {
  display: inline-block;
}
.compactImagePicker-loadingImage .compactImagePicker-loadingOverlay {
  display: block;
}
.imagePicker-container .imagePicker-dragArea {
  position: relative;
  border: 1px dashed #999;
  width: 100px;
  max-width: 100%;
  height: 100px;
  margin-bottom: 5px;
}
.imagePicker-container .imagePicker-dragArea .imagePicker-changeLabel {
  display: none;
}
.imagePicker-container .imagePicker-delete {
  display: none;
}
.imagePicker-container.imagePicker-withImage .imagePicker-dragArea {
  border: 0;
}
.imagePicker-container.imagePicker-withImage .imagePicker-delete {
  display: inline-block;
}
.imagePicker-container.imagePicker-withImage .imagePicker-uploadLabel {
  display: none;
}
.imagePicker-container.imagePicker-withImage .imagePicker-changeLabel {
  display: inline-block;
}
.imagePicker-container.imagePicker-withImage .imagePicker-centerText {
  margin-top: -13px;
}
.imagePicker-container .imagePicker-centerText {
  z-index: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -7px;
  width: 100%;
}
.imagePicker-container .imagePicker-label {
  padding: 5px;
  color: #333;
  border: solid 1px #000;
  background-color: rgba(255,255,255,0.9);
}
.imagePicker-container .imagePicker-spinner {
  vertical-align: middle;
}
.followDescription {
  font-size: 10.5px;
  display: inline-block;
  margin-bottom: 2px;
}
#menu_body_body_fontsizeselect_menu span.mceText {
  line-height: 1.2;
}
.ultracompact-editor textarea,
.compact-editor textarea,
.full-editor textarea {
  resize: none;
}
.texteditor {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.texteditor * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.texteditor textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mce_fullscreen_container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.texteditor p.texteditor_toolbar {
  margin: 0 !important;
  padding: 4px 3px 1px 3px;
  border-bottom: 1px solid #666;
  background: #E3E3E3 url("../bedazzlemain/widgets/index/gfx/buttons-ningbar.png") repeat-x 0 0;
}
.form_body {
  position: relative;
  height: 1%;
}
.texteditor p.texteditor_toolbar a {
  padding: 4px 3px 0 3px;
  margin: 1px;
}
.texteditor p.texteditor_toolbar a:hover {
  background-color: #fcfcfc;
  margin: 0;
  border: 1px solid;
  border-color: #bbb #ccc #ccc #bbb;
}
.texteditor p.texteditor_toolbar a.image img {
  margin-top: 6px;
}
.texteditor textarea {
  margin: 0;
  border: 0 none;
  border-top: 1px solid #ddd;
  background-image: none;
  width: 100%;
  overflow-y: auto;
}
.hint_textarea {
  display: block;
}
.swatch {
  float: left;
  display: block;
  width: 45px;
  height: 21px;
  *height: 19px;
  _height: 20px;
  padding: 0;
  border: 1px solid #bbb;
  border-right: 0 none;
  margin-right: -3px;
}
.swatch strong {
  display: block;
  padding: 0 3px 0 0;
  font-size: 0.8em;
  line-height: 21px;
  *line-height: 19px;
  _line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.swatch_group {
  position: relative;
  margin: 0 10px 0 0;
  float: left;
  _padding-right: 4px;
  _zoom: 1;
}
p .swatch_group {
  font-size: .90%;
}
.swatch_group a {
  text-decoration: none;
}
.swatch_group img.photo {
  margin-right: 0;
}
.picker {
  position: absolute;
  left: 43px;
  top: 22px;
  padding: 5px 10px;
  width: 220px;
  border: 1px solid #ccc;
  background: #fff url("../bedazzlemain/widgets/index/gfx/bg-form.png") repeat-x left bottom;
}
iframe.picker {
  width: 218px;
  border: 0 none;
}
.picker h4 {
  color: #444;
  text-align: left !important;
  float: left;
}
.picker h5 {
  color: #444;
}
.picker a {
  float: right;
  margin-left: 7px;
  font-weight: bold;
  color: #06c;
}
.picker p,
.picker li {
  margin-bottom: 0.5em !important;
  color: #666;
  font-size: 100%;
}
.picker input.button {
  font-weight: bold;
}
.picker select {
  margin-left: 1.4em;
}
iframe.color_picker {
  height: 202px;
  width: 222px;
}
.color_picker {
  font-size: .8323699em;
}
.color_picker .heading {
  border-bottom: 1px solid #cccccc;
  margin-bottom: .8em;
  padding-bottom: .3em;
}
.color_picker .right {
  margin-right: -4px;
}
.color_picker .heading a {
  float: none;
  margin: 0 4px;
  color: #00A8FF;
}
.color_picker table {
  clear: left;
  border: 0 none;
  background-color: transparent !important;
  width: 100%;
}
.color_picker table input.textfield {
  width: 104px;
}
.color_picker table tbody td {
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
}
.color_picker table tbody tr.transparent td {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  cursor: hand;
  background-image: url("../bedazzlemain/widgets/index/gfx/transparent.gif");
  background-position: -1px -3px;
}
.color_picker table tbody tr.selected td {
  background-position: -1px 1px;
}
.color_picker table tbody tr.spacer td {
  height: 8px;
  line-height: 8px;
}
.color_picker table tbody tr.swatches td {
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  cursor: hand;
}
.image_picker {
  width: 250px;
  color: #000;
}
.image_picker li input.file,
.image_picker li label.tile {
  margin: 0.3em 0 0.3em 18px;
}
.image_picker li input.file {
  margin-left: 0;
  white-space: normal;
  width: 250px;
  *width: 230px;
}
.xg_floating_module .image_picker li img,
#xg #xg_body .image_picker li img {
  margin: 0.5em 0 0 18px;
  border: 1px solid #ddd;
  max-width: 200px;
  max-height: 200px;
  height: auto;
}
.texteditor .dy-displaynone {
  display: none;
}
.tinyMce-dialog .xg_icon {
  background-repeat: no-repeat;
  background-color: transparent;
  height: 17px;
  width: 17px;
  padding: 1px 2px 1px 0;
  _padding: 0;
  margin: 1px 0 1px 2px;
  _margin: 0;
  text-indent: -9999px;
  font-size: 0 !important;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tinyMce-dialog .xg_icon.xg_icon-close {
  background: transparent url("../bedazzlemain/widgets/index/gfx/buttons-ningbar.png") no-repeat scroll 0 -188px;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 2px;
  z-index: 2;
  height: 17px;
  width: 17px;
  display: block;
}
.tinyMce-dialog .dy-form-1 dl {
  margin-bottom: 10px;
}
.tinyMce-dialog .dy-form-1 dl dt {
  display: block;
  float: none;
  width: auto;
}
.tinyMce-dialog .dy-form-1 dl dd {
  display: block;
  padding-left: 0;
  position: relative;
}
.tinyMce-dialog .dy-form-1 dl dd textarea {
  width: 100%;
}
.tinyMce-dialog .dy-form-2 dl {
  clear: left;
  margin-bottom: 5px;
  display: block;
}
.tinyMce-dialog .dy-form-2 dl dt {
  float: left;
  display: block;
  width: 100px;
  text-align: right;
}
.tinyMce-dialog .dy-form-2 dl dd {
  margin-left: 110px;
  margin-bottom: 10px;
  position: relative;
}
.tinyMce-dialog .dy-label {
  font-size: 95%;
  font-weight: bold;
}
.tinyMce-dialog .dy-input-text {
  border: 1px solid #CCC;
  padding: 2px 3px;
  color: #666;
  font-size: 13px;
  font-family: arial, sans-serif;
  border-top-color: #bbb;
}
.tinyMce-dialog .dy-input-single {
  width: 20px;
}
.tinyMce-dialog .dy-input-narrow {
  width: 60px;
}
.tinyMce-dialog .dy-input-medium {
  width: 250px;
}
.tinyMce-dialog .dy-small {
  font-size: 0.84615em;
}
.tinyMce-dialog input.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  border: 1px solid #aaa;
  background: #e3e3e3 url("../bedazzlemain/widgets/index/gfx/buttons-ningbar.png") repeat-x 0 0;
  font-size: 100%;
  text-decoration: none;
  color: #333;
  overflow: visible;
  white-space: nowrap;
  padding: .25em .5em .25em;
}
.tinyMce-dialog .dy-clearfix::before,
.tinyMce-dialog .dy-clearfix::after {
  content: " ";
  display: table;
}
.tinyMce-dialog .dy-clearfix::after {
  clear: both;
}
.tinyMce-dialog fieldset dl {
  clear: left;
}
.tinyMce-dialog fieldset dl dt {
  display: block;
  float: left;
  clear: left;
  line-height: 1.6em;
  font-weight: normal;
}
.tinyMce-dialog fieldset dl dd {
  margin-left: 0 !important;
  padding-left: 120px;
  margin-bottom: .6em;
  line-height: 1.6em;
}
.tinyMce-dialog .disabled,
.tinyMce-dialog .dy-disabled,
.tinyMce-dialog input[disabled="disabled"],
.tinyMce-dialog button[disabled="disabled"],
.tinyMce-dialog select[disabled="disabled"],
.tinyMce-dialog optgroup[disabled="disabled"],
.tinyMce-dialog option[disabled="disabled"] {
  color: #7f7f7f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
  cursor: default;
  *font-weight: normal;
  *filter: alpha(opacity=40);
  *zoom: 1;
}
.tinyMce-dialog .page_tabs {
  width: 100%;
  clear: right;
  margin: 5px 0;
  border-style: solid;
  border-width: 0 0 1px;
  z-index: 1;
}
.tinyMce-dialog .page_tabs li {
  display: inline;
  list-style-type: none;
  margin: 0 0 -1px 5px;
  line-height: 140%;
  z-index: 2;
}
.tinyMce-dialog .page_tabs li.this {
  font-weight: bold;
}
.tinyMce-dialog .page_tabs li.this .xg_tabs {
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 1px 7px 2px;
}
.tinyMce-dialog .page_tabs li a {
  padding: 2px 7px;
  text-decoration: none;
  font-weight: normal;
  color: #aeaeae;
}
.tinyMce-inlineToolbar.dy-tooltip {
  position: absolute;
  min-height: 32px;
  z-index: 100000;
  *zoom: 1;
}
.tinyMce-inlineToolbar.dy-tooltip .dy-arrow {
  position: absolute;
  left: 0;
  background-image: url("../bedazzlemain/widgets/index/gfx/msg/tooltip-arrow.png");
  z-index: 50;
}
.tinyMce-inlineToolbar.dy-tooltip .dy-content {
  box-shadow: 0 0 10px #666;
  border: 2px solid #e1e1e1;
  position: absolute;
  width: 180px;
  background-color: #FFF;
  color: #5E5E5E;
  padding: 5px;
  z-index: 10;
  min-height: 15px;
  border-radius: 3px;
  font-size: 12px !important;
  text-align: left;
  font-family: 'Lucida Grande', Verdana, sans-serif !important;
}
.tinyMce-inlineToolbar.dy-tooltip .dy-content a {
  color: #00B0D8;
  font-weight: bold;
  text-decoration: none;
}
.tinyMce-inlineToolbar.dy-tooltip-plain .dy-content {
  position: static;
  width: auto;
}
.mce-icon-row a.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  cursor: default;
}
table.mceLayout {
  width: 100% !important;
}
.mceToolbar &gt; tbody &gt; tr &gt; td {
  display: table-row;
  float: left;
  margin-bottom: 1px !important;
}
.defaultSkin .mceSeparator {
  height: 22px !important;
}
#dashboardBar {
  background-color: #75af2d;
  height: 34px;
  border-bottom-right-radius: 5px;
  float: left;
}
.dashboardBar-innerSection {
  float: left;
}
.dashboardBar-ningLogo {
  background-image: url("../bedazzlemain/widgets/index/gfx/dashboard/logo_ning_mode.png");
  background-repeat: no-repeat;
  width: 104px;
  height: 34px;
  padding-right: 10px;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .dashboardBar-ningLogo {
    background-image: url("../bedazzlemain/widgets/index/gfx/dashboard/logo_ning_mode_2x.png");
    background-size: 104px 34px;
  }
}
.dashboardBar-toggleButton {
  float: right;
  cursor: pointer;
  padding-top: 4px;
}
.dashboardBar-toggleButton &gt; [class*="dashboardBar-"][class*="Icon"] {
  background-image: url("../bedazzlemain/widgets/index/gfx/dashboard/dashboard-icon-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.dashboardBar-adminIcon {
  background-position: -3px -312px;
  width: 25px;
  height: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-right: 5px;
  border-right: 1px solid rgba(114,114,114,0.6);
  box-shadow: 1px 0 rgba(255,255,255,0.3);
}
@media screen and (max-width: 481px) {
  .dashboardBar-adminIcon {
    background: none;
    width: 0;
    margin-left: 0;
  }
}
.dashboardBar-leftIcon {
  background-position: -10px -332px;
  width: 5px;
  height: 9px;
  margin: 10.5px 0 10.5px 0;
  padding-right: 10px;
}
.dashboardBar-rightIcon {
  background-position: -10px -341px;
  width: 5px;
  height: 9px;
  margin: 10.5px 0 10.5px 0;
  padding-right: 10px;
}
.dashboardBar-innerIcons {
  float: left;
  padding-top: 4px;
}
.dashboardBar-icon {
  background-repeat: no-repeat;
  display: inline-block;
  padding: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dashboardBar-icon:last-child {
  margin-left: 26px;
}
.dashboardBar-icon &gt; [class*="dashboardBar-"][class*="Icon"] {
  background-image: url("../bedazzlemain/widgets/index/gfx/dashboard/dashboard-icon-sprite.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
}
.dashboardBar-icon:hover,
.dashboardBar-icon.active {
  background-color: #edece9;
}
.dashboardBar-membersIcon {
  background-position: 0px -208px;
}
.dashboardBar-icon:hover .dashboardBar-membersIcon,
.dashboardBar-icon.active .dashboardBar-membersIcon {
  background-position: 0px -234px;
}
.dashboardBar-contentIcon {
  background-position: 0px 0px;
}
.dashboardBar-icon:hover .dashboardBar-contentIcon,
.dashboardBar-icon.active .dashboardBar-contentIcon {
  background-position: 0px -26px;
}
.dashboardBar-dsIcon {
  background-position: 0px -104px;
}
.dashboardBar-icon:hover .dashboardBar-dsIcon,
.dashboardBar-icon.active .dashboardBar-dsIcon {
  background-position: 0px -130px;
}
.dashboardBar-pagesIcon {
  background-position: 0px -260px;
}
.dashboardBar-icon:hover .dashboardBar-pagesIcon,
.dashboardBar-icon.active .dashboardBar-pagesIcon {
  background-position: 0px -286px;
}
.dashboardBar-homeIcon {
  background-position: 0px -156px;
}
.dashboardBar-icon:hover .dashboardBar-homeIcon,
.dashboardBar-icon.active .dashboardBar-homeIcon {
  background-position: 0px -182px;
}
.dashboardBar-dashboardIcon {
  background-position: 0px -52px;
}
.dashboardBar-icon:hover .dashboardBar-dashboardIcon,
.dashboardBar-icon.active .dashboardBar-dashboardIcon {
  background-position: 0px -78px;
}
.dashboardBar-moderationCount {
  color: white;
  background-color: #4cc3da;
  border-radius: .5em;
  border: solid white 1px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 8px;
  line-height: 8px;
  padding: 1px .3em;
  position: absolute;
  top: -3px;
  left: 12px;
}
@media screen and (max-width: 481px) {
  #dashboardBar {
    height: auto;
  }
  #dashboardBar + .ningbar-userLinks {
    margin-right: 0;
    clear: none;
  }
  #dashboardBar + .ningbar-userLinks .friendRequests-list,
  #dashboardBar + .ningbar-userLinks .recentMessages-list,
  #dashboardBar + .ningbar-userLinks .cht-chatListItem {
    position: relative;
    left: 0;
  }
  #dashboardBar + .ningbar-userLinks .ningbar-panel {
    left: 50%;
    margin-left: -100px;
    width: 200px;
  }
  #dashboardBar + .ningbar-userLinks .ningbar-panel::before,
  #dashboardBar + .ningbar-userLinks .ningbar-panel::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .dashboardBar-icon:last-child {
    margin-left: 4px;
  }
}</pre></body></html>