@charset "UTF-8";
/* ======================= Mixins =====================

	Mixins are a way of including ('mixing in') a bunch
	of properties from one rule-set into another rule-set.
	So say we have the following class:

  ================================================== */
/* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog .blog-aside .blog-author-info a, .comment .comment-side a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting {
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
}
/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting.last {
  border-bottom: 0;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting li .help-inline {
  margin-top: -25px;
}
/* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting li label {
  margin-bottom: 15px;
}
/* line 19, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting li ul.likert-scale {
  background: url("../img/likertBkg.png") no-repeat;
  height: 7px;
  list-style-type: none;
}
/* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting li ul.likert-scale li {
  float: left;
  width: 13%;
  text-align: center;
  margin-top: -13px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting li ul.likert-scale li label {
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting li ul.likert-scale li input {
  width: 23px;
  height: 23px;
}
/* line 37, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert .likert-voting li ul.likert-scale li.smallScale {
  width: 180px;
}

/* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting {
  clear: both;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
}
/* line 55, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting.last {
  border-bottom: 0;
}
/* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li .help-inline {
  margin-top: -20px;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li label {
  margin-bottom: 15px;
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li label.required {
  font-size: 16px;
  font-weight: bold;
}
/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li ul {
  margin: 0;
  padding: 0;
}
/* line 72, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li ul.likert-scale {
  background: url("../img/likertBkg.png") no-repeat;
  list-style-type: none;
}
/* line 75, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li ul.likert-scale li {
  line-height: 124px;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li ul.likert-scale li label {
  margin-bottom: 0;
  line-height: 24px;
  cursor: pointer;
}
/* line 82, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
.activity-group-likert-vert .likert-voting li ul.likert-scale li input {
  width: 16px;
  height: 16px;
  float: left;
  line-height: 24px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  /* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/likert-style.scss */
  .activity-group-likert-vert .likert-voting {
    margin-left: 0;
  }
}
/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn, .thread .commentvote-new {
  border: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-color: none;
  background-color: #eeeeee;
}

/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand, .btn-primary {
  background-color: #0175c0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0175c0), color-stop(100%, #0175c0));
  background-image: -webkit-linear-gradient(#0175c0, #0175c0);
  background-image: -moz-linear-gradient(#0175c0, #0175c0);
  background-image: -o-linear-gradient(#0175c0, #0175c0);
  background-image: linear-gradient(#0175c0, #0175c0);
  color: #fff;
  text-shadow: none;
  border-color: none;
  font-size: 16px;
  padding: 6px 10px;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.activity-button, .btn-primary.activity-button {
  padding: 4px 15px;
  margin-top: 20px;
}
/* line 26, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.featured, .btn-primary.featured {
  position: absolute;
  bottom: -35px;
  right: 0;
}
/* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.attachment, .btn-primary.attachment {
  background: #DBDCDD;
  font-size: 12px;
  padding: 4px 8px;
}
/* line 35, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.attachment .ss-icon, .btn-primary.attachment .ss-icon {
  color: #9D0A0E;
}
/* line 38, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.attachment:hover, .btn-primary.attachment:hover {
  background-color: #d1d1d1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1d1d1), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(#d1d1d1, #d1d1d1);
  background-image: -moz-linear-gradient(#d1d1d1, #d1d1d1);
  background-image: -o-linear-gradient(#d1d1d1, #d1d1d1);
  background-image: linear-gradient(#d1d1d1, #d1d1d1);
  background-position: inherit;
}
/* line 44, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand:hover, .btn-primary:hover {
  background-color: #00539e;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00539e), color-stop(100%, #00539e));
  background-image: -webkit-linear-gradient(#00539e, #00539e);
  background-image: -moz-linear-gradient(#00539e, #00539e);
  background-image: -o-linear-gradient(#00539e, #00539e);
  background-image: linear-gradient(#00539e, #00539e);
  background-position: inherit;
  color: white;
}
/* line 50, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand:focus, .btn-primary:focus {
  background-color: #0172bb;
  color: white;
}
/* line 54, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.new-project, .btn-brand.new-project-works, .btn-primary.new-project, .btn-primary.new-project-works {
  padding: 10px 20px;
}
/* line 57, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.new-project, .btn-primary.new-project {
  margin-right: 10px;
}
/* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.edit-project, .btn-primary.edit-project {
  width: 190px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.edit-project .ss-icon, .btn-primary.edit-project .ss-icon {
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn-brand.edit-project, .btn-primary.edit-project {
    width: 198px;
  }
}
@media screen and (max-width: 480px) {
  /* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn-brand.edit-project, .btn-primary.edit-project {
    width: 270px;
  }
}
/* line 73, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.edit-project.delete, .btn-primary.edit-project.delete {
  background: #dbdcdd;
  color: #9d0a0e;
}
/* line 76, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.edit-project.delete .ss-icon, .btn-primary.edit-project.delete .ss-icon {
  color: #9d0a0e;
}
/* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.edit-project.delete:hover, .btn-primary.edit-project.delete:hover {
  background: #e6e6e6;
}
/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.project-support, .btn-primary.project-support {
  padding: 10px 15px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
}
/* line 90, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.product-in-store, .btn-brand.brand-1, .btn-primary.product-in-store, .btn-primary.brand-1 {
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 95, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.product-in-store.support-btn, .btn-brand.brand-1.support-btn, .btn-primary.product-in-store.support-btn, .btn-primary.brand-1.support-btn {
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 95, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn-brand.product-in-store.support-btn, .btn-brand.brand-1.support-btn, .btn-primary.product-in-store.support-btn, .btn-primary.brand-1.support-btn {
    width: 158px;
  }
}
@media screen and (max-width: 480px) {
  /* line 95, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn-brand.product-in-store.support-btn, .btn-brand.brand-1.support-btn, .btn-primary.product-in-store.support-btn, .btn-primary.brand-1.support-btn {
    width: 230px;
  }
}
/* line 105, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.project-follow, .btn-brand.brand-2, .btn-primary.project-follow, .btn-primary.brand-2 {
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  background-color: #dbdcdd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdcdd), color-stop(100%, #dbdcdd));
  background-image: -webkit-linear-gradient(#dbdcdd, #dbdcdd);
  background-image: -moz-linear-gradient(#dbdcdd, #dbdcdd);
  background-image: -o-linear-gradient(#dbdcdd, #dbdcdd);
  background-image: linear-gradient(#dbdcdd, #dbdcdd);
}
/* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.project-follow:hover, .btn-brand.brand-2:hover, .btn-primary.project-follow:hover, .btn-primary.brand-2:hover {
  background-color: #cacbcc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cacbcc), color-stop(100%, #cacbcc));
  background-image: -webkit-linear-gradient(#cacbcc, #cacbcc);
  background-image: -moz-linear-gradient(#cacbcc, #cacbcc);
  background-image: -o-linear-gradient(#cacbcc, #cacbcc);
  background-image: linear-gradient(#cacbcc, #cacbcc);
  background-position: inherit;
  color: white;
}
/* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.project-follow.support-btn, .btn-brand.project-follow.follow-btn, .btn-brand.brand-2.support-btn, .btn-brand.brand-2.follow-btn, .btn-primary.project-follow.support-btn, .btn-primary.project-follow.follow-btn, .btn-primary.brand-2.support-btn, .btn-primary.brand-2.follow-btn {
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn-brand.project-follow.support-btn, .btn-brand.project-follow.follow-btn, .btn-brand.brand-2.support-btn, .btn-brand.brand-2.follow-btn, .btn-primary.project-follow.support-btn, .btn-primary.project-follow.follow-btn, .btn-primary.brand-2.support-btn, .btn-primary.brand-2.follow-btn {
    width: 158px;
  }
}
@media screen and (max-width: 480px) {
  /* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn-brand.project-follow.support-btn, .btn-brand.project-follow.follow-btn, .btn-brand.brand-2.support-btn, .btn-brand.brand-2.follow-btn, .btn-primary.project-follow.support-btn, .btn-primary.project-follow.follow-btn, .btn-primary.brand-2.support-btn, .btn-primary.brand-2.follow-btn {
    width: 230px;
  }
}
/* line 131, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.discover-more, .btn-primary.discover-more {
  display: block;
  text-align: center;
}
/* line 135, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.staff-pick, .btn-primary.staff-pick {
  width: 100%;
  padding: 10px 15px;
}
/* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.pfa-action, .btn-primary.pfa-action {
  background: white;
  color: #0175c0;
  padding: 15px 40px;
}
/* line 143, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn-brand.pfa-action:hover, .btn-primary.pfa-action:hover {
  background: #f8f8f8;
  color: #0175c0;
}

/* line 150, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-save, .project-next, .project-previous, .browse, .remove, .project-preview-btn, .project-back, .disabled {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  margin-right: 20px;
}

/* line 158, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-back, .project-save, .project-next, .project-preview-btn {
  margin-right: 0;
}
/* line 160, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-back.disabled, .project-save.disabled, .project-next.disabled, .project-preview-btn.disabled {
  cursor: default;
}

/* line 165, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.browse, .remove, .browse-instructions, .attachments-browse {
  background-color: #dbdcdd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdcdd), color-stop(100%, #dbdcdd));
  background-image: -webkit-linear-gradient(#dbdcdd, #dbdcdd);
  background-image: -moz-linear-gradient(#dbdcdd, #dbdcdd);
  background-image: -o-linear-gradient(#dbdcdd, #dbdcdd);
  background-image: linear-gradient(#dbdcdd, #dbdcdd);
  color: #76787a;
}
/* line 169, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.browse:hover, .remove:hover, .browse-instructions:hover, .attachments-browse:hover {
  background-color: none;
  background-image: none;
  background-position: inherit;
}

/* line 175, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.browse-instructions {
  font-size: 12px;
  color: #0175c0;
}
/* line 178, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.browse-instructions .ss-icon {
  top: 1px;
}

/* line 183, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-next, .project-previous {
  background-color: #0175c0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0175c0), color-stop(100%, #0175c0));
  background-image: -webkit-linear-gradient(#0175c0, #0175c0);
  background-image: -moz-linear-gradient(#0175c0, #0175c0);
  background-image: -o-linear-gradient(#0175c0, #0175c0);
  background-image: linear-gradient(#0175c0, #0175c0);
}
/* line 186, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-next:hover, .project-previous:hover {
  background-color: #00539e;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00539e), color-stop(100%, #00539e));
  background-image: -webkit-linear-gradient(#00539e, #00539e);
  background-image: -moz-linear-gradient(#00539e, #00539e);
  background-image: -o-linear-gradient(#00539e, #00539e);
  background-image: linear-gradient(#00539e, #00539e);
  background-position: inherit;
  color: white;
}

/* line 194, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-save, .project-back, .project-preview-btn, .deny, .close-modal, .btn-alternate {
  background-color: #dddedf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddedf), color-stop(100%, #dddedf));
  background-image: -webkit-linear-gradient(#dddedf, #dddedf);
  background-image: -moz-linear-gradient(#dddedf, #dddedf);
  background-image: -o-linear-gradient(#dddedf, #dddedf);
  background-image: linear-gradient(#dddedf, #dddedf);
  margin-bottom: 0;
  color: #0175c0;
}
/* line 199, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-save:hover, .project-back:hover, .project-preview-btn:hover, .deny:hover, .close-modal:hover, .btn-alternate:hover {
  background-color: #d1d1d1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1d1d1), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(#d1d1d1, #d1d1d1);
  background-image: -moz-linear-gradient(#d1d1d1, #d1d1d1);
  background-image: -o-linear-gradient(#d1d1d1, #d1d1d1);
  background-image: linear-gradient(#d1d1d1, #d1d1d1);
  background-position: inherit;
  color: #0175c0;
}
/* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-save.disabled, .project-back.disabled, .project-preview-btn.disabled, .deny.disabled, .close-modal.disabled, .btn-alternate.disabled {
  color: #ccc;
}
/* line 207, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.project-save.disabled:hover, .project-back.disabled:hover, .project-preview-btn.disabled:hover, .deny.disabled:hover, .close-modal.disabled:hover, .btn-alternate.disabled:hover {
  background-color: #dddedf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddedf), color-stop(100%, #dddedf));
  background-image: -webkit-linear-gradient(#dddedf, #dddedf);
  background-image: -moz-linear-gradient(#dddedf, #dddedf);
  background-image: -o-linear-gradient(#dddedf, #dddedf);
  background-image: linear-gradient(#dddedf, #dddedf);
}

/* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.disabled {
  background-color: #dddedf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddedf), color-stop(100%, #dddedf));
  background-image: -webkit-linear-gradient(#dddedf, #dddedf);
  background-image: -moz-linear-gradient(#dddedf, #dddedf);
  background-image: -o-linear-gradient(#dddedf, #dddedf);
  background-image: linear-gradient(#dddedf, #dddedf);
  margin-bottom: 0;
  color: #ccc;
}
/* line 218, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.disabled:hover {
  background-color: #dddedf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddedf), color-stop(100%, #dddedf));
  background-image: -webkit-linear-gradient(#dddedf, #dddedf);
  background-image: -moz-linear-gradient(#dddedf, #dddedf);
  background-image: -o-linear-gradient(#dddedf, #dddedf);
  background-image: linear-gradient(#dddedf, #dddedf);
}

/* line 225, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-follow, .toggle-support, .un-support {
  color: #fff;
  text-shadow: none;
  border-color: none;
  font-size: 16px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* line 225, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .toggle-follow, .toggle-support, .un-support {
    width: 158px;
  }
}
@media screen and (max-width: 480px) {
  /* line 225, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .toggle-follow, .toggle-support, .un-support {
    width: 230px;
  }
}

/* line 241, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-follow {
  background: #dbdcdd;
  color: #fff;
}
/* line 244, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-follow:hover {
  background: #cacbcc;
  color: white;
}
/* line 248, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-follow.unfollow {
  background: #cacbcc;
}
/* line 250, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-follow.unfollow:hover {
  color: #9d0a0e;
}

/* line 256, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-support {
  background: #0175c0;
  color: #fff;
}
/* line 259, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-support.disabled {
  background-color: #dddedf;
  color: #333;
}
/* line 263, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.toggle-support:hover, .toggle-support:focus {
  background-color: #dddedf;
  outline: none;
}

/* line 268, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.un-support {
  background: #dbdcdd;
  color: #fff;
}
/* line 271, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.un-support:hover {
  background: #9d0a0e;
  color: white;
}

/* line 276, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn.follow-btn, .thread .follow-btn.commentvote-new {
  color: white;
  text-shadow: none;
  border-color: none;
  font-size: 16px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #dbdcdd;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  width: 150px;
}
/* line 290, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn.follow-btn:focus, .thread .follow-btn.commentvote-new:focus {
  background: #dbdcdd;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* line 276, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn.follow-btn, .thread .follow-btn.commentvote-new {
    width: 158px;
  }
}
@media screen and (max-width: 480px) {
  /* line 276, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
  .btn.follow-btn, .thread .follow-btn.commentvote-new {
    width: 230px;
  }
}
/* line 300, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn.follow-btn:hover, .thread .follow-btn.commentvote-new:hover {
  background: #cacbcc;
  color: white;
}
/* line 304, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn.follow-btn.unfollow, .thread .follow-btn.unfollow.commentvote-new {
  background: #cacbcc;
}
/* line 306, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/buttons.scss */
.btn.follow-btn.unfollow:hover, .thread .follow-btn.unfollow.commentvote-new:hover {
  color: #9d0a0e;
}

/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template1, .dashboard-pfa-template2, .dashboard-pfa-template3, .dashboard-pfa-template4, .dashboard-pfa-template5, .dashboard-pfa-template6 {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0175c0;
  background-size: cover;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 16, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.custom-pfa {
  margin-bottom: 40px;
}

/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template1 {
  background: #0175c0 url("../img/pages/dashboard/home-pfa.jpg") no-repeat;
  height: 400px;
}
@media screen and (max-width: 767px) {
  /* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template1 {
    height: auto;
  }
}
/* line 27, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template1 .title {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  /* line 27, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template1 .title {
    margin-top: 0px;
  }
}
/* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template1 .content {
  color: white;
  margin: 0px 170px 40px;
}
@media screen and (max-width: 767px) {
  /* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template1 .content {
    margin: 0 0 40px;
  }
}

/* line 43, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template2 {
  height: 400px;
}
@media screen and (max-width: 767px) {
  /* line 43, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template2 {
    height: auto;
  }
}
/* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template2 .pfa-body {
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template2 .pfa-body {
    height: auto;
  }
}
/* line 58, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template2 .title {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  /* line 58, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template2 .title {
    margin-top: 0px;
  }
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template2 .content {
  color: white;
  margin: 0px 170px 40px;
}
@media screen and (max-width: 767px) {
  /* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template2 .content {
    margin: 0 0 40px;
  }
}

/* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template3 {
  height: 342px;
}
@media screen and (max-width: 767px) {
  /* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template3 {
    height: auto;
  }
}
/* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template3 .featured-image {
  width: 470px;
  height: 342px;
  float: left;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  background-repeat: no-repeat;
  margin-right: 50px;
}
@media screen and (max-width: 979px) {
  /* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template3 .featured-image {
    width: 362px;
  }
}
@media screen and (max-width: 767px) {
  /* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template3 .featured-image {
    width: 460px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template3 .featured-image {
    width: 300px;
  }
}
/* line 100, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template3 .pfa-body {
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 100, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template3 .pfa-body {
    text-align: center;
  }
}
/* line 106, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template3 .content {
  color: white;
  margin: 0 0 40px;
}

/* line 113, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template4 {
  height: 400px;
}
@media screen and (max-width: 767px) {
  /* line 113, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template4 {
    height: auto;
  }
}
/* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template4 .avatar-image {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin: 100px;
  float: left;
  background-position: center center;
  background-size: contain;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  /* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template4 .avatar-image {
    margin: 100px 70px;
  }
}
@media screen and (max-width: 767px) {
  /* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template4 .avatar-image {
    margin: 40px 130px;
  }
}
@media screen and (max-width: 480px) {
  /* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template4 .avatar-image {
    margin: 40px 50px;
  }
}
/* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template4 .pfa-body {
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template4 .pfa-body {
    text-align: center;
  }
}
/* line 145, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template4 .title {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  /* line 145, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template4 .title {
    margin-top: 0px;
  }
}
/* line 151, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template4 .content {
  color: white;
  margin: 0 0 40px;
}

/* line 158, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template5 {
  height: 400px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  /* line 158, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template5 {
    height: auto;
  }
}
/* line 165, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template5 .pfa-body {
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  /* line 165, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template5 .pfa-body {
    height: auto;
  }
}
/* line 173, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template5 .title {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  /* line 173, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template5 .title {
    margin-top: 0px;
  }
}
/* line 180, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template5 .play-btn img {
  width: 90px;
  height: 90px;
}

/* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template6 {
  height: 529px;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 979px) {
  /* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template6 {
    height: 407px;
  }
}
@media screen and (max-width: 767px) {
  /* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template6 {
    height: 259px;
  }
}
@media screen and (max-width: 480px) {
  /* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template6 {
    height: 169px;
  }
}
/* line 202, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template6 .pfa-body {
  padding: 0;
}
/* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.dashboard-pfa-template6 iframe {
  width: 100%;
  height: 529px;
}
@media screen and (max-width: 979px) {
  /* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template6 iframe {
    height: 407px;
  }
}
@media screen and (max-width: 767px) {
  /* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template6 iframe {
    height: 259px;
  }
}
@media screen and (max-width: 480px) {
  /* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .dashboard-pfa-template6 iframe {
    height: 169px;
  }
}

/* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
.band-preview-wrapper {
  margin: 0 10px;
  width: 940px;
}
@media screen and (max-width: 979px) {
  /* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .band-preview-wrapper {
    width: 724px;
  }
}
@media screen and (max-width: 767px) {
  /* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .band-preview-wrapper {
    width: 460px;
  }
}
@media screen and (max-width: 480px) {
  /* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/custom-pfas.scss */
  .band-preview-wrapper {
    width: 300px;
  }
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.panel-tile {
  width: 220px;
  float: left;
  margin: 0 0 20px 20px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .panel-tile {
    width: 228px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .panel-tile {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  /* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .panel-tile {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.panel-tile a.edit-project {
  margin-top: 10px;
  float: left;
}

/* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.tile-main {
  width: 720px;
  float: left;
  margin-left: -20px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .tile-main {
    width: 496px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .tile-main {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  /* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .tile-main {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
}

/* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.main {
  width: 700px;
  float: left;
  margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .main {
    width: 476px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .main {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  /* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .main {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
}

/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.sidebar {
  width: 220px;
  float: right;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .sidebar {
    width: 228px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .sidebar {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  /* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .sidebar {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
}

/* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.carousel.items-4 {
  display: block;
}
/* line 95, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.carousel.items-3, .carousel.items-2, .carousel.items-1 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 100, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .carousel.items-3 {
    display: block;
  }
  /* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .carousel.items-4, .carousel.items-2, .carousel.items-1 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 109, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .carousel.items-2 {
    display: block;
  }
  /* line 112, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .carousel.items-4, .carousel.items-3, .carousel.items-1 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .carousel.items-1 {
    display: block;
  }
  /* line 121, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
  .carousel.items-4, .carousel.items-3, .carousel.items-2 {
    display: none;
  }
}
/* line 127, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/framework.scss */
.carousel.staff-picks.items-1 {
  display: block;
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforums, .threads {
  background: #EEE;
  padding: 10px 10px 5px 10px;
}
/* line 7, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforums .subforum, .threads .subforum {
  background: #FFF;
  padding: 10px;
  margin-bottom: 5px;
}
/* line 11, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforums .subforum .subforum-image, .threads .subforum .subforum-image {
  margin-bottom: 10px;
}

/* line 17, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforum-header h3 {
  margin: 0;
}
/* line 19, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforum-header h3 a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
/* line 25, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforum-header p {
  font-size: 13px;
  color: #888;
}

/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforum-metadata {
  border-top: 1px solid #dbdcdd;
  margin: 0;
  line-height: 1;
  padding: 10px 0 0 0;
}
/* line 35, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.subforum-metadata li {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 10px;
  line-height: 1;
  list-style: none;
}

/* line 47, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads {
  padding-bottom: 9px;
  margin-top: 10px;
}
/* line 51, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads table {
  width: 100%;
  border-collapse: collapse;
}
/* line 55, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdcdd;
  line-height: 1.2;
}
/* line 61, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .no-threads {
  background: #FFF;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
/* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .no-threads .btn, .threads .no-threads .thread .commentvote-new, .thread .threads .no-threads .commentvote-new {
  margin-top: 5px;
}
/* line 70, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-actions {
  margin-bottom: 10px;
}
/* line 72, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-actions .btn-brand {
  float: right;
}
/* line 76, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-filter {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
}
/* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-filter form {
  margin: 0;
  display: inline;
}
/* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-filter select {
  height: auto;
  margin: 0;
  padding: 2px;
  width: auto;
}
/* line 89, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-filter .filter-one {
  float: left;
  height: 34px;
  line-height: 34px;
  margin-right: 20px;
}
/* line 94, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-filter .filter-one span {
  margin-right: 5px;
}
/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.threads .forum-filter .filter-two {
  float: left;
  height: 34px;
  line-height: 34px;
}

/* line 105, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat {
  background: #FFF;
  margin-bottom: 1px;
}
/* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat .thread-score {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 109, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat .thread-score img {
  height: 11px;
}
/* line 113, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat.thread-draft a.thread-title {
  color: red;
}

/* line 115, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-title {
  font-size: 15px;
}

/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.new-activity .thread-title {
  font-weight: bold;
}

/* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-last-activity {
  font-style: italic;
  font-size: 11px;
}

/* line 121, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat-cell, .thread-slat-primary, .thread-slat-meta, .thread-slat-author {
  vertical-align: middle;
}

/* line 124, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat-primary {
  padding-left: 10px;
}

/* line 128, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat-meta {
  text-align: right;
  padding: 0 10px;
}

/* line 133, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat-author {
  padding-right: 10px;
  width: 50px;
}
/* line 137, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread-slat-author img {
  width: 50px;
}

/* line 142, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread {
  border-bottom: 10px solid #EEE;
}
/* line 145, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread h1 {
  margin: 15px 0 0 0;
}
/* line 146, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-started-at {
  font-size: 12px;
  margin: 0 0 15px 0;
}
/* line 150, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post {
  background: #EEE;
  padding: 10px 10px 0 10px;
}
/* line 154, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread header {
  background: #FFF;
  line-height: 32px;
  padding: 0 10px;
  margin-bottom: 1px;
}
/* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread header a {
  font-size: 16px;
}
/* line 160, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread header a.deep-link {
  font-size: 10px;
  float: right;
  opacity: .5;
}
/* line 166, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-main {
  background: #FFF;
}
/* line 169, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-sidebar {
  float: left;
  width: 16%;
  padding: 2%;
}
/* line 173, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-sidebar img {
  width: 100%;
}
/* line 174, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-sidebar .post-author-meta {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 10px;
}
/* line 179, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-sidebar .group {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin: 0 0 3px 0;
  width: 100%;
  padding: 3px 0;
  background: #0175c0;
  font-weight: bold;
  color: #FFF;
  font-size: 11px;
}
/* line 192, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content {
  float: left;
  width: 78%;
  vertical-align: top;
  padding: 2% 2% 2% 0;
}
/* line 197, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content .thread-in-reply-to {
  margin: 0;
  background: #DDD;
  padding: 3px 10px;
}
/* line 201, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content .thread-in-reply-to a {
  font-weight: bold;
}
/* line 203, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content blockquote {
  border: 1px solid #DDD;
  background: #F1F1F1;
  padding: 10px;
  margin-bottom: 0;
}
/* line 208, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content blockquote p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;
}
/* line 214, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content iframe {
  border: 0;
}
/* line 215, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content .attachments-list {
  clear: both;
}
/* line 219, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content form p.markdown-wiki {
  width: 96.5%;
}
/* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-post-content form textarea {
  height: 250px;
}
/* line 223, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-posted-at {
  font-size: 10px;
  color: #888;
  line-height: 1.1;
}
/* line 227, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-posted-at time {
  color: #888;
}
/* line 229, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread ul.thumbnails {
  border-top: 1px solid #EEE;
  margin: 0 0 10px;
}
/* line 233, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread li.thumbnail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 10px 10px 0 0;
  border: 1px solid #DDDDDD;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  line-height: 20px;
  padding: 4px;
}
/* line 242, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread ul.documents {
  list-style-type: none;
  margin-left: 0;
}
/* line 246, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread footer {
  margin-top: 1px;
  padding: 10px 5px 5px;
  background: #FFF;
  text-align: right;
}
/* line 251, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread footer .comment-moderator-actions {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 256, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread footer .comment-actions-left {
  float: left;
}
/* line 257, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread footer .comment-actions-right {
  float: right;
  margin-right: -5px;
}
/* line 259, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-new-comment {
  padding: 0;
}
/* line 261, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-new-comment header {
  background: #0175c0;
}
/* line 262, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-new-comment h3 {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}
/* line 269, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-new-comment form {
  margin-bottom: 0;
}
/* line 270, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-new-comment textarea {
  width: 97%;
  margin-bottom: 10px;
}
/* line 274, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-new-comment .btn-comment-submit {
  float: right;
}
/* line 275, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .thread-new-comment.no-reply {
  padding: 10px 10px 0 10px;
}
/* line 280, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread.new-thread h1 {
  margin: 15px 0;
}
/* line 281, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread.new-thread input[type="text"], .thread.new-thread textarea {
  width: 96%;
}
/* line 284, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread.new-thread .btn-comment-submit {
  float: right;
}
/* line 287, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .btn-follow {
  color: #333;
  text-transform: none;
  width: auto;
}
/* line 297, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .btn, .thread .commentvote-new {
  float: left;
  background-color: #fff;
  background-image: none;
  background-repeat: none;
  border-color: #BBBBBB #BBBBBB #A2A2A2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  text-align: center;
  vertical-align: middle;
}
/* line 314, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .btn:hover, .thread .commentvote-new:hover {
  background: #f9f9f9;
}
/* line 320, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new {
  overflow: hidden;
  line-height: 15px;
  height: 28px;
  padding: 0;
}
/* line 326, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new .comment-count {
  float: left;
  height: 30px;
  line-height: 28px;
  background: #e4e4e4;
  padding: 0 5px;
}
/* line 332, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new .comment-count span {
  padding: 2px;
}
/* line 334, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new form {
  float: right;
  margin: 0;
}
/* line 337, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new form button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #fff;
  background-image: none;
  background-repeat: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 5px;
  text-align: center;
  vertical-align: middle;
}
/* line 352, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new form button:hover {
  background: #f9f9f9;
}
/* line 355, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new form button div {
  height: 18px;
}
/* line 357, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new form button div.vote-widget-up {
  margin-right: 5px;
  background: url("../img/vote-icons/commentvote.png") no-repeat 0 5px;
  height: 17px;
}
/* line 361, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new form button div.vote-widget-up.vote-widget-active {
  margin-right: 5px;
  background: url("../img/vote-icons/commentvoteactive.png") no-repeat 0 5px;
  height: 17px;
}
/* line 367, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new form button div span {
  padding-left: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
}
/* line 376, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new p.vote_likes {
  font-size: 16px;
}
/* line 379, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new .points {
  padding-left: 7px;
  color: #555;
  font-weight: bold;
  font-size: 16px;
}
/* line 385, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new .comment_closed {
  background: url("/assets/img/comment-voting/comment-closed.png") no-repeat;
  width: 18px;
  height: 15px;
  display: block;
  float: left;
  padding-right: 2px;
  border: 0;
  text-align: center;
}
/* line 396, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new a {
  background: url(../img/comment-voting/comment-voting-thumbs.png) top left no-repeat;
  width: 18px;
  height: 15px;
  display: block;
  float: left;
  padding-right: 2px;
  border: 0;
  text-align: center;
}
/* line 406, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new a:hover {
  background-position: 0 -45px;
}
/* line 407, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new a.currentvote {
  background-position: 0 -30px;
}
/* line 408, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new a.currentvote:hover {
  background-position: 0 -60px;
}
/* line 409, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new a.just-voted:hover {
  background-position: 0 -30px;
}
/* line 410, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
.thread .commentvote-new a.just-unvoted:hover {
  background-position: 0 -15px;
}

@media screen and (max-width: 480px) {
  /* line 417, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread-post-main .thread-post-sidebar .post-author-meta {
    font-size: 9px;
  }
  /* line 419, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread-post-main .thread-post-sidebar .post-author-meta span {
    display: block;
    clear: left;
  }
  /* line 426, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread-post-main .thread-post-content p.markdown-wiki {
    width: 95%;
  }
  /* line 429, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread-post-main .thread-post-content textarea {
    width: 93%;
  }
  /* line 432, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread-post-main .thread-post-content .btn-brand {
    float: left;
  }
}
@media screen and (max-width: 788px) {
  /* line 443, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .threads .forum-filter select {
    width: 200px;
  }
  /* line 447, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .threads .forum-filter .filter-two span {
    margin-right: 12px;
  }
  /* line 453, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .threads .forum-actions .btn-brand {
    float: left;
  }
}
@media screen and (max-width: 788px) {
  /* line 463, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread-post-main .thread-post-sidebar .post-author-meta {
    font-size: 9px;
  }
  /* line 465, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread-post-main .thread-post-sidebar .post-author-meta span {
    display: block;
    clear: left;
  }

  /* line 474, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .blog-comments footer .comment-actions-right {
    float: left;
  }

  /* line 477, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/forum.scss */
  .thread footer .comment-actions-right {
    float: left;
  }
}
/* line 2, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap {
  position: relative;
  margin: 30px 0 0;
  clear: both;
  border-top: 1px solid #dbdcdd;
  width: 100%;
  background: #231f20;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.footWrap:before, .footWrap:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.footWrap:after {
  clear: both;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top, .footWrap .footer-bottom {
  padding: 20px 0;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container, .footWrap .footer-bottom .container {
  padding: 0;
  text-align: center;
}
/* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav, .footWrap .footer-bottom .container .foot-nav {
  float: left;
  margin: 0;
}
/* line 18, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav li, .footWrap .footer-bottom .container .foot-nav li {
  float: left;
  list-style-type: none;
  line-height: 32px;
  margin-right: 20px;
}
/* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav li a, .footWrap .footer-bottom .container .foot-nav li a {
  font-size: 12px;
  color: #76787a;
  padding: 0;
  display: block;
  text-align: left;
}
/* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav li a:hover, .footWrap .footer-top .container .foot-nav li a.active, .footWrap .footer-bottom .container .foot-nav li a:hover, .footWrap .footer-bottom .container .foot-nav li a.active {
  color: white;
  background: none;
}
/* line 34, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav li a.facebook, .footWrap .footer-bottom .container .foot-nav li a.facebook {
  background: url("../img/icons/social/social-sprite.png") no-repeat 0 0;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav li a.twitter, .footWrap .footer-bottom .container .foot-nav li a.twitter {
  background: url("../img/icons/social/social-sprite.png") no-repeat 0 -73px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
/* line 46, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav li a.google, .footWrap .footer-bottom .container .foot-nav li a.google {
  background: url("../img/icons/social/social-sprite.png") no-repeat 0 -37px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
@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 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
  .footWrap .footer-top .container .foot-nav li a.facebook, .footWrap .footer-bottom .container .foot-nav li a.facebook {
    background: url("../img/icons/social/social-sprite@2x.png") no-repeat 0 0;
    background-size: 31px 104px;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
  }
  /* line 67, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
  .footWrap .footer-top .container .foot-nav li a.twitter, .footWrap .footer-bottom .container .foot-nav li a.twitter {
    background: url("../img/icons/social/social-sprite@2x.png") no-repeat 0 -73px;
    background-size: 31px 104px;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
  }
  /* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
  .footWrap .footer-top .container .foot-nav li a.google, .footWrap .footer-bottom .container .foot-nav li a.google {
    background: url("../img/icons/social/social-sprite@2x.png") no-repeat 0 -37px;
    background-size: 31px 104px;
    width: 31px;
    height: 31px;
    text-indent: -9999px;
  }
}
/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav.social, .footWrap .footer-bottom .container .foot-nav.social {
  float: right;
}
/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .foot-nav.social li, .footWrap .footer-bottom .container .foot-nav.social li {
  width: auto;
  margin: 0 0 0 10px;
}
/* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top .container .navbar-brand, .footWrap .footer-bottom .container .navbar-brand {
  padding: 0;
}
/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-top {
  background: #231f20;
}
/* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-bottom {
  background: #eeeeee;
}
/* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-bottom .foot-wrap {
  display: table;
}
/* line 105, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-bottom .foot-wrap .foot-copyright {
  display: table-cell;
  vertical-align: middle;
}
/* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-bottom .foot-wrap .foot-copyright p {
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #76787a;
  line-height: 1.1;
  text-align: left;
}
/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-bottom .foot-wrap .foot-logo {
  width: 60px;
}
/* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/footer.scss */
.footWrap .footer-bottom .foot-wrap .foot-logo img {
  width: 60px;
  height: 60px;
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.navbar-default.navbar-admin {
  background-image: linear-gradient(to bottom, #000000 0px, #000000 100%);
  background-color: #000;
  border: none;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.navbar-default.navbar-admin .navbar-nav a {
  color: #666;
}
/* line 11, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.navbar-default.navbar-admin .navbar-nav a:hover {
  color: #999;
}

/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar {
  margin-bottom: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.legoid .navbar.user-nav:before, .legoid .navbar.user-nav:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.legoid .navbar.user-nav:after {
  clear: both;
}
/* line 25, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav {
  margin: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown > a.dropdown-toggle {
  padding: 6px 10px;
  margin-top: 0;
  background: #0175c0;
  color: white;
  text-shadow: none;
}
/* line 34, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown > a.dropdown-toggle .caret {
  border-bottom-color: white;
  border-top-color: white;
}
/* line 38, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown > a.dropdown-toggle .ss-icon {
  color: white;
  margin-right: 5px;
}
/* line 42, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown > a.dropdown-toggle:hover {
  background: #00539e;
}
/* line 46, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown > a.dropdown-toggle .user-menu-avatar {
  width: 20px;
  height: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  vertical-align: middle;
  position: relative;
  top: 0px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 58, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown .dropdown-menu {
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown .dropdown-menu li a {
  color: #76787a;
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown .dropdown-menu li a:hover {
  background: #eeeeee;
  color: #0175c0;
}
/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown .dropdown-menu li.divider {
  margin: 5px 1px;
}
/* line 72, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown .dropdown-menu li.lego-logout {
  background: auto;
  margin: 0 20px;
}
/* line 75, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown .dropdown-menu li.lego-logout button {
  text-align: center;
  color: white;
  width: 120px;
  margin: 0 auto;
  display: block;
  border: none;
}
/* line 82, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.legoid .navbar.user-nav .nav > li.dropdown .dropdown-menu li.lego-logout button:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  /* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .legoid {
    display: none;
  }
}

/* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header {
  background: #231f20;
  margin-bottom: 30px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.header:before, .header:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.header:after {
  clear: both;
}
/* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header hgroup {
  position: relative;
  float: left;
}
/* line 110, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header hgroup h1 {
  background: url("../img/headlogo.png") no-repeat;
  width: 203px;
  height: 71px;
  margin: 20px 10px 20px 0;
}
/* line 115, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header hgroup h1 a {
  text-indent: -9999px;
  display: block;
  width: 203px;
  height: 71px;
}
/* line 123, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header hgroup #menu-icon .collapsed {
  display: none;
}
/* line 130, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .legoid {
  margin: 40px 0 0;
  float: right;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.header .legoid:before, .header .legoid:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.header .legoid:after {
  clear: both;
}
/* line 134, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .legoid #legoid-box {
  float: right;
}
/* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .legoid .form-search {
  margin: 0 20px;
  float: left;
}
/* line 142, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .legoid .form-search input {
  background-color: #76787a;
  background: rgba(255, 255, 255, 0.5) url("../img/icons/search-mag.png") no-repeat right center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: white;
  padding: 6px 30px 6px 6px;
  margin-bottom: 0;
}
/* line 153, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .legoid .form-search.mobile {
  display: none;
}
/* line 160, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .navbar-main {
  margin-bottom: 0;
  background: white;
  border-bottom: 3px solid #dbdbdb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.header .navbar-main:before, .header .navbar-main:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.header .navbar-main:after {
  clear: both;
}
/* line 165, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .navbar-main .nav-collapse, .header .navbar-main .user-nav-collapse {
  margin-bottom: 0;
}
/* line 167, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .navbar-main .nav-collapse li, .header .navbar-main .user-nav-collapse li {
  float: left;
  margin-bottom: -3px;
  line-height: 23px;
}
/* line 171, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .navbar-main .nav-collapse li a, .header .navbar-main .user-nav-collapse li a {
  color: #76787a;
  font-size: 16px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  padding: 12px 20px 11px;
}
/* line 177, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .navbar-main .nav-collapse li a.current, .header .navbar-main .nav-collapse li a:hover, .header .navbar-main .user-nav-collapse li a.current, .header .navbar-main .user-nav-collapse li a:hover {
  background: #eeeeee;
  color: #0175c0;
  border-bottom: none;
}
/* line 184, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
.header .navbar-main .nav-collapse li .form-search-mobile, .header .navbar-main .user-nav-collapse li .form-search-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 194, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup {
    width: 100%;
    display: block;
  }
  /* line 197, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup h1 {
    background: url("../img/headlogo-mobile.png") no-repeat;
    background-size: 103px 32px;
    width: 103px;
    height: 32px;
    margin: 9px 0 9px 0;
  }
  /* line 203, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup h1 a {
    width: 103px;
    height: 32px;
    display: block;
  }
  /* line 209, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon {
    background: url("../img/mobile-nav.png") no-repeat bottom center;
    width: 42px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    diplay: block;
  }
  /* line 219, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon.collapsed {
    background: url("../img/mobile-nav.png") no-repeat top center;
  }
  /* line 221, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon.collapsed:hover {
    background-position: 0 bottom;
  }
  /* line 245, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user {
    background: url("../img/user-mobile-nav.png") no-repeat bottom center;
    width: 42px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 53px;
    cursor: pointer;
    diplay: block;
  }
  /* line 255, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user.collapsed {
    background: url("../img/user-mobile-nav.png") no-repeat top center;
  }
  /* line 257, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user.collapsed:hover {
    background-position: 0 bottom;
  }
  /* line 281, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user .user-menu-avatar {
    width: 20px;
    height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f8f8f8;
    -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
    vertical-align: middle;
    position: relative;
    top: 0px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  /* line 291, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user .user-menu-avatar.mobile {
    margin: 15px auto 0;
    display: block;
  }
  /* line 299, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main {
    background: #eeeeee;
    border-bottom: none;
  }
  /* line 302, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse, .header .navbar-main .user-nav-collapse {
    background: white;
  }
  /* line 304, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li, .header .navbar-main .user-nav-collapse li {
    display: block;
    float: none;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    margin-bottom: 0;
  }
  /* line 310, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li a, .header .navbar-main .user-nav-collapse li a {
    text-align: center;
    color: #76787a;
  }
  /* line 313, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li a.current, .header .navbar-main .nav-collapse li a:hover, .header .navbar-main .user-nav-collapse li a.current, .header .navbar-main .user-nav-collapse li a:hover {
    background: #eeeeee;
    color: #0175c0;
  }
  /* line 318, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li:last, .header .navbar-main .user-nav-collapse li:last {
    border-bottom: 0;
  }
  /* line 321, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li.lego-logout, .header .navbar-main .user-nav-collapse li.lego-logout {
    background: auto;
    height: 34px;
  }
  /* line 324, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li.lego-logout button, .header .navbar-main .user-nav-collapse li.lego-logout button {
    text-align: center;
    color: white;
    width: 120px;
    margin: 10px auto 0;
    display: block;
    border: none;
  }
  /* line 331, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li.lego-logout button:hover, .header .navbar-main .user-nav-collapse li.lego-logout button:hover {
    color: white;
  }
  /* line 337, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li .form-search-mobile, .header .navbar-main .user-nav-collapse li .form-search-mobile {
    margin-bottom: 0;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  /* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse li .form-search-mobile input, .header .navbar-main .user-nav-collapse li .form-search-mobile input {
    background: #d2d2d2 url("../img/icons/search-mag.png") no-repeat right center;
    color: #666666;
    width: 244px;
    margin-bottom: 0;
  }
  /* line 350, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .navbar-main .nav-collapse.collapse, .header .navbar-main .user-nav-collapse.collapse {
    overflow: hidden;
  }
  /* line 355, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .form-search {
    display: none;
  }
  /* line 357, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .form-search.mobile {
    display: block;
  }
  /* line 361, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header .legoid {
    margin-top: 6px;
  }

  /* line 366, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .legoid-box-container {
    margin: 6px auto 2px;
  }
  /* line 368, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .legoid-box-container .links {
    margin: 6px 0 4px;
  }
  /* line 370, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .legoid-box-container .links a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #76787a;
    text-align: left;
  }
  /* line 376, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .legoid-box-container .links a:hover, .legoid-box-container .links a.active {
    color: #0175c0;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  /* line 209, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon {
    background: url("../img/mobile-nav@2x.png") no-repeat bottom center;
    background-size: 42px 104px;
  }
  /* line 236, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon.collapsed {
    background: url("../img/mobile-nav@2x.png") no-repeat top center;
    background-size: 42px 104px;
  }
  /* line 239, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon.collapsed:hover {
    background-position: 0 bottom;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  /* line 245, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user {
    background: url("../img/user-mobile-nav@2x.png") no-repeat bottom center;
    background-size: 42px 104px;
  }
  /* line 272, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user.collapsed {
    background: url("../img/user-mobile-nav.png") no-repeat top center;
    background-size: 42px 104px;
  }
  /* line 275, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup #menu-icon-user.collapsed:hover {
    background-position: 0 bottom;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  /* line 393, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/header.scss */
  .header hgroup h1 {
    background: url("../img/headlogo@2x.png") no-repeat;
    background-size: 203px 71px;
  }
}
/* grey */
/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.icheckbox_flat-grey,
.iradio_flat-grey {
  display: block;
  margin: 10px 5px 0 10px;
  padding: 0;
  width: 21px;
  height: 20px;
  background: url("../img/icons/icheck/grey.png") no-repeat 20px 20px;
  border: none;
  cursor: pointer;
  float: left;
}

/* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.icheckbox_flat-grey {
  background-position: 0 0;
}

/* line 18, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.icheckbox_flat-grey.checked {
  background-position: -26px 0;
}

/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.icheckbox_flat-grey.disabled {
  background-position: -44px 0;
  cursor: default;
}

/* line 25, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.icheckbox_flat-grey.checked.disabled {
  background-position: -66px 0;
}

/* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.iradio_flat-grey {
  background-position: -54px 0;
}

/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.iradio_flat-grey.checked {
  background-position: -80px 0;
}

/* line 35, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.iradio_flat-grey.disabled {
  background-position: -132px 0;
  cursor: default;
}

/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
.iradio_flat-grey.checked.disabled {
  background-position: -154px 0;
}

@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 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 51, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .icheckbox_flat-grey,
  .iradio_flat-grey {
    background: url("../img/icons/icheck/grey@2x.png") no-repeat 20px 20px;
    background-size: 100px 20px;
    display: block;
  }

  /* line 56, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .icheckbox_flat-grey {
    background-position: 0 0;
  }

  /* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .icheckbox_flat-grey.checked {
    background-position: -26px 0;
  }

  /* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .icheckbox_flat-grey.disabled {
    background-position: -44px 0;
    cursor: default;
  }

  /* line 66, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .icheckbox_flat-grey.checked.disabled {
    background-position: -66px 0;
  }

  /* line 70, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .iradio_flat-grey {
    background-position: -54px 0;
  }

  /* line 73, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .iradio_flat-grey.checked {
    background-position: -80px 0;
  }

  /* line 76, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .iradio_flat-grey.disabled {
    background-position: -132px 0;
    cursor: default;
  }

  /* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/icheck.scss */
  .iradio_flat-grey.checked.disabled {
    background-position: -154px 0;
  }
}
/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
p.com_p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 13px;
}

/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard {
  border-bottom: 5px solid #dbdbdb;
  background: white;
  padding: 10px;
  margin: 0 0 10px;
  position: relative;
  display: table;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.leaderboard .user-leaderboard:before, .leaderboard .user-leaderboard:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.leaderboard .user-leaderboard:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
  .leaderboard .user-leaderboard {
    margin: 0 0 10px;
  }
}
/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard.me {
  border-bottom: 5px solid #a6ce39;
}
/* line 24, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  float: left;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body {
  width: 100%;
  margin-left: 100px;
  display: table-cell;
  vertical-align: middle;
}
/* line 38, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body hgroup h1 {
  margin: 0;
  font-weight: 700;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body hgroup h1.tile-position {
  position: absolute;
}
/* line 44, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body hgroup h1.tile-position {
  right: 10px;
  top: 10px;
  display: table;
}
/* line 48, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body hgroup h1.tile-position span {
  font-size: 24px;
  color: #666666;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 58, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body h2 {
  font-size: 18px;
  margin: 0;
  padding-right: 50px;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body h2 a {
  margin: 0;
  display: block;
  width: 300px;
  word-wrap: break-word;
}
@media screen and (max-width: 480px) {
  /* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
  .leaderboard .user-leaderboard .user-leaderboard-body h2 a {
    width: 140px;
  }
}
/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body h2 span {
  font-size: 12px;
  color: white;
  background: #a6ce39;
  padding: 2px 6px;
  position: relative;
  top: -3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 81, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body span.tile-date {
  font-size: 12px;
}
/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body h3 {
  margin: 10px 0 0;
}
/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body h3 span {
  color: #a6ce39;
}
/* line 91, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .user-leaderboard-body .user-leaderboard-info a, .leaderboard .user-leaderboard .user-leaderboard-body .user-leaderboard-info span time {
  color: #aeb0b1;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 100, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .follow-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* line 105, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/leaderboard.scss */
.leaderboard .user-leaderboard .follow-btn.unfollow:hover {
  color: #9d0a0e;
}

/* line 2, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .comment-content p, .comment-content li, .comment-content em, .comment-content strong {
  color: #222;
}
/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
  font-weight: bold;
}
/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content h1 {
  font-size: 22px;
}
/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content h2 {
  font-size: 20px;
}
/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content h3 {
  font-size: 18px;
}
/* line 7, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content h4 {
  font-size: 16px;
}
/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content h5 {
  font-size: 14px;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content hr {
  border-top-color: #DDD;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content blockquote p {
  font-size: 12px;
  line-height: 1.6;
}
/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/markdown.scss */
.comment-content img {
  max-width: 100%;
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library {
  background-image: none;
}
/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap {
  width: 97%;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container {
  width: 97%;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content {
  width: 100%;
}
/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content .span9 {
  width: 97%;
}
/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content .span9 .ck_media_upload form {
  margin-bottom: 0;
}
/* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content .span9 .ck_media_upload ul#ck_editor_library {
  margin-left: 0;
}
/* line 26, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content .span9 .ck_media_upload ul#ck_editor_library li.img_upload_list {
  margin: 0 10px 10px 0;
  list-style-type: none;
  position: relative;
  float: left;
  overflow: hidden;
  height: 125px;
  width: 125px;
  background-size: cover;
  border: 1px solid #ccc;
}
/* line 36, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content .span9 .ck_media_upload ul#ck_editor_library li.img_upload_list .overlay {
  left: 5px;
  position: absolute;
  top: 5px;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content .span9 .ck_media_upload ul#ck_editor_library li.img_upload_list .overlay .overlay-inner .btn-small {
  font-size: 10px;
  line-height: 16px;
  padding: 1px 4px;
  backgrouns: #DBDCDD;
}
/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/media-upload.scss */
body#media-ck_editor_library .wrap #container #content .span9 .ck_media_upload .controls {
  clear: both;
}

/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.tag-widget input, .tag-widget select, .tag-widget button {
  margin-bottom: 5px;
}

/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .tag-widget {
  margin-bottom: 15px;
}
/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .tag-widget input, .mod-comment-actions-list .tag-widget select {
  float: left;
  margin-right: 5px;
}
/* line 18, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .tag-widget .btn, .mod-comment-actions-list .tag-widget .thread .commentvote-new, .thread .mod-comment-actions-list .tag-widget .commentvote-new {
  float: left;
  margin-left: 0;
  background: #0175c0;
  color: white;
}
/* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .tag-widget .btn:hover, .mod-comment-actions-list .tag-widget .thread .commentvote-new:hover, .thread .mod-comment-actions-list .tag-widget .commentvote-new:hover {
  background: #00539e;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .btn, .mod-comment-actions-list .thread .commentvote-new, .thread .mod-comment-actions-list .commentvote-new {
  float: none;
}
/* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .taginput {
  width: auto;
  margin-bottom: 5px;
  line-height: 13px;
  overflow: auto;
  border: 1px solid #eee;
  text-align: left;
}
/* line 38, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .taginput .tag {
  float: left;
  display: block;
  margin-top: 1px;
}
/* line 44, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .tag-suggestions {
  float: left;
}
/* line 47, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .popular-tags {
  list-style-type: none;
  margin: 0 0 5px;
  float: left;
  clear: right;
}
/* line 53, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .popular-tags li {
  float: left;
  display: block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  /* line 53, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .mod-comment-actions-list .popular-tags li {
    margin: 5px 10px 0 0;
  }
}
/* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .popular-tags li .tag {
  cursor: pointer;
  margin-right: 3px;
  padding: 4px 10px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  /* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .mod-comment-actions-list .popular-tags li .tag {
    display: inline-block;
  }
}
/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list .popular-tags li span {
  color: #999;
  font-size: 12px;
  position: relative;
  top: -4px;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
.mod-comment-actions-list button {
  clear: both;
  display: block;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  /* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .tag-widget input, .tag-widget select {
    width: 125px;
  }

  /* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .thread-post .tag-widget input, .thread-post .tag-widget select {
    width: 115px;
  }

  /* line 99, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .comment-moderator-actions .taginput .tag {
    margin-bottom: 4px;
  }
  /* line 104, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .comment-moderator-actions .popular-tags li {
    margin-bottom: 4px;
  }
  /* line 106, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .comment-moderator-actions .popular-tags li .tag {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  /* line 115, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .tag-widget select {
    width: 100% !important;
  }
  /* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .tag-widget input {
    width: 306px !important;
  }

  /* line 124, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/modtags.scss */
  .thread-post .tag-widget input {
    width: 276px !important;
  }
}
/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power > div {
  padding-bottom: 20px;
}
/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power > div h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
  .clutch-power > div {
    padding-bottom: 15px;
  }
  /* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
  .clutch-power > div section h2 {
    margin-top: 10px;
  }
  /* line 18, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
  .clutch-power > div section p {
    margin-bottom: 15px;
  }
}
/* line 24, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power > div .what-is-clutch p, .clutch-power > div .official-lego-product p {
  margin-bottom: 20px;
}
/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power .earn-clutch-framework {
  border-top: 1px solid #dbdbdb;
  padding-top: 30px;
}
/* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power .earn-clutch-framework .earn-clutch-component {
  list-style-type: none;
  border-bottom: 5px solid #dbdbdb;
  background: white;
  margin-bottom: 20px;
  min-height: 220px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.clutch-power .earn-clutch-framework .earn-clutch-component:before, .clutch-power .earn-clutch-framework .earn-clutch-component:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.clutch-power .earn-clutch-framework .earn-clutch-component:after {
  clear: both;
}
/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power .earn-clutch-framework .earn-clutch-component > section {
  padding: 20px;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power .earn-clutch-framework .earn-clutch-component > section h2 {
  font-size: 26px;
  margin-top: 0;
}
/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power .earn-clutch-framework .earn-clutch-component > section p {
  margin-bottom: 20px;
}
/* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-power .earn-clutch-framework .earn-clutch-component:first-child {
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
  .clutch-power .earn-clutch-framework .earn-clutch-component:first-child {
    float: none;
  }
}

/* line 61, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-framework-list {
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-framework-list li {
  list-style-type: none;
  padding: 15px 0;
  position: relative;
  line-height: 30px;
  border-top: 1px solid #dbdbdb;
}
/* line 70, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-framework-list li:last-child {
  margin-bottom: 0;
}
/* line 73, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-framework-list li h3 {
  font-size: 18px;
  position: relative;
  padding-right: 90px;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-framework-list li h3 span {
  position: absolute;
  right: 0;
  top: 0;
  color: #a6ce39;
}

/* line 87, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.official-lego-product {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  margin-top: 10px;
}

/* line 94, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges {
  padding: 20px 0 0;
}
/* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges h3 {
  font-size: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.clutch-badges .clutch-badge-list:before, .clutch-badges .clutch-badge-list:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.clutch-badges .clutch-badge-list:after {
  clear: both;
}
/* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges .clutch-badge-list li {
  list-style-type: none;
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.clutch-badges .clutch-badge-list li:before, .clutch-badges .clutch-badge-list li:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.clutch-badges .clutch-badge-list li:after {
  clear: both;
}
/* line 106, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges .clutch-badge-list li:first-child {
  padding-top: 10px;
}
/* line 109, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges .clutch-badge-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 113, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges .clutch-badge-list li .clutch-badge-icon {
  float: left;
  width: 70px;
  height: 70px;
}
/* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges .clutch-badge-list li .clutch-badge-content {
  margin-left: 90px;
  padding: 0;
}
/* line 121, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges .clutch-badge-list li .clutch-badge-content h4 {
  margin-top: 0;
}
/* line 124, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges .clutch-badge-list li .clutch-badge-content p {
  margin-bottom: 0;
}
/* line 130, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-achievement.scss */
.clutch-badges.individual {
  border-top: 1px solid #dbdbdb;
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-page {
  margin-left: 0;
}
/* line 7, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-page h2 {
  border-top: 1px solid #cccccc;
  margin: 25px 0 10px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 30px;
}
/* line 13, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-page h2.first {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-page ul li {
  list-style-type: circle;
}
/* line 26, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-sidebar h3 {
  margin-bottom: 0;
  font-size: 18px;
}
/* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-sidebar ul li .follower {
  display: inline-block;
  height: 52px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  width: 225px;
}
/* line 37, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-sidebar ul li .follower a.profile_link {
  font-weight: bold;
  margin-left: 10px;
  line-height: 50px;
}
/* line 43, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
#pages-help .help-sidebar ul li img {
  float: left;
}

@media screen and (max-width: 480px) {
  /* line 51, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
  .help-sidebar {
    clear: both;
  }
}
/* line 61, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
.terms .terms-section {
  margin-bottom: 30px;
}
/* line 63, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
.terms .terms-section h3 {
  font-weight: bold;
  text-decoration: underline;
}
/* line 67, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
.terms .terms-section h4 {
  font-weight: bold;
}
/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
.terms .terms-conduct {
  margin-left: 40px;
}
/* line 73, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
.terms .terms-conduct span {
  float: left;
  margin-left: -40px;
  font-weight: bold;
}

/* line 88, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
.copyright-info .control-group .controls input[type="text"], .copyright-info .control-group .controls textarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  /* line 88, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
  .copyright-info .control-group .controls input[type="text"], .copyright-info .control-group .controls textarea {
    width: 448px;
  }
}
@media screen and (max-width: 480px) {
  /* line 88, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-common.scss */
  .copyright-info .control-group .controls input[type="text"], .copyright-info .control-group .controls textarea {
    width: 288px;
  }
}

/* line 1, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-error.scss */
.tile.small-pad {
  padding: 10px;
  box-sizing: content-box;
}

/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-error.scss */
img.four-oh-four {
  max-width: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  /* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-error.scss */
  img.four-oh-four {
    max-width: 250px;
  }
}

/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-error.scss */
h1.http-error {
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  /* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-error.scss */
  h1.http-error {
    text-align: center;
    margin-left: -40px;
  }
}

/* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-error.scss */
.align-center {
  text-align: center;
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guidelines-hr {
  background: #dddedf;
  margin: 30px 0;
}
/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guidelines-hr.first {
  margin-top: 0;
}

/* line 13, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-nav {
  margin: 20px 0 0 -20px;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-nav:before, .guideline-nav:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-nav:after {
  clear: both;
}
/* line 17, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-nav li {
  list-style-type: none;
  margin-bottom: 30px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-nav li:before, .guideline-nav li:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-nav li:after {
  clear: both;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-nav .span4 {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  /* line 13, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-nav {
    margin: 20px 0 0;
  }
}

/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section {
  display: table;
}
/* line 34, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon {
  background: url("../img/pages/guidelines/guidelines-icons.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 80px auto;
  margin-right: 20px;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon.project {
  background-position: 0 0;
}
/* line 44, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon.how-this-works {
  background-position: 0 -84px;
}
/* line 47, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon.prizes-and-rewards {
  background-position: 0 -168px;
}
/* line 50, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon.acceptable-project-content {
  background-position: 0 -251px;
}
/* line 53, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon.project-quality-standards {
  background-position: 0 -335px;
}
/* line 56, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon.house-rules {
  background-position: 0 -419px;
}
@media screen and (max-width: 767px) {
  /* line 34, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-section .guideline-icon {
    background-size: 40px auto;
    width: 40px;
    height: 40px;
  }
  /* line 65, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-section .guideline-icon.project {
    background-position: 0 0;
  }
  /* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-section .guideline-icon.how-this-works {
    background-position: 0 -42px;
  }
  /* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-section .guideline-icon.prizes-and-rewards {
    background-position: 0 -84px;
  }
  /* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-section .guideline-icon.acceptable-project-content {
    background-position: 0 -125px;
  }
  /* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-section .guideline-icon.project-quality-standards {
    background-position: 0 -167px;
  }
  /* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-section .guideline-icon.house-rules {
    background-position: 0 -209px;
  }
}
/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 90, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-heading {
  display: table-cell;
  vertical-align: middle;
}
/* line 93, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section .guideline-heading h2 {
  font-size: 16px;
  margin: 0 0 5px;
}
/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section.content {
  margin: 0 auto 10px;
}
/* line 100, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-section.content h2 {
  font-size: 26px;
}

/* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-wrap {
  padding-top: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-content .guideline-content-wrap:before, .guideline-content .guideline-content-wrap:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-content .guideline-content-wrap:after {
  clear: both;
}
/* line 110, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-wrap.summary {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  /* line 110, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-content .guideline-content-wrap.summary {
    padding: 0;
  }
}
/* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-summary {
  float: left;
  width: 45%;
  margin-right: 5%;
}
/* line 121, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-summary h3 {
  font-family: aria, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-content .guideline-content-summary {
    display: block;
    float: none;
    width: 100%;
  }
  /* line 134, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-content .guideline-content-summary h3 {
    text-align: left;
  }
}
/* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-block {
  float: left;
  width: 50%;
}
/* line 143, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-block ul.no-style {
  list-style-type: none;
}
/* line 145, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-block ul.no-style.reduce-margin {
  margin-left: 15px;
}
/* line 150, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-content .guideline-content-block h4 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-content .guideline-content-block {
    display: block;
    float: none;
    width: 100%;
  }
}

/* line 164, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-image, .guideline-image-1, .guideline-image-2, .guideline-image-3, .guideline-image-4, .guideline-image-5, .guideline-image-6 {
  width: 60px;
  height: 60px;
}
/* line 167, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-image img, .guideline-image-1 img, .guideline-image-2 img, .guideline-image-3 img, .guideline-image-4 img, .guideline-image-5 img, .guideline-image-6 img {
  margin: 0 10px 10px 0;
}

/* line 172, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-image-section {
  margin: 15px 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 175, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-image-section p {
  margin-bottom: 0;
  text-align: center;
}
/* line 179, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-image-section.expiry {
  margin-top: 0;
}

/* line 183, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-logo-section {
  border-bottom: 5px solid #dbdbdb;
  background: white;
  margin: 20px 0;
  padding: 20px 20px 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-logo-section:before, .guideline-logo-section:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.guideline-logo-section:after {
  clear: both;
}
/* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-logo-section .guideline-logo {
  width: 40%;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 193, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-logo-section .guideline-logo p {
  display: block;
}
/* line 196, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-logo-section .guideline-logo img {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 979px) {
  /* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-logo-section .guideline-logo {
    width: 100%;
  }
}

/* line 207, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.back-to-top {
  text-align: center;
}
/* line 209, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.back-to-top a {
  color: #0175c0;
}
/* line 211, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.back-to-top a:hover {
  color: #00539e;
}

/* line 216, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
.guideline-review-img {
  width: 300px;
}
@media (min-width: 482px) and (max-width: 767px) {
  /* line 216, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-review-img {
    width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 216, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-review-img {
    width: 360px;
  }
}
@media (min-width: 980px) {
  /* line 216, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-guidelines.scss */
  .guideline-review-img {
    width: 470px;
  }
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
#dashboard-pfa {
  width: 100%;
  background: #0175c0 url("../img/pages/dashboard/home-pfa.jpg") no-repeat;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  /* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  #dashboard-pfa {
    height: auto;
    background-image: none;
    background-color: #0175c0;
  }
}

/* line 17, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.closeit {
  position: absolute;
  top: 20px;
  right: 30px;
}
/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.closeit a {
  color: red;
}
/* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.closeit a .ss-icon {
  color: #acd7f3;
  font-size: 16px !important;
}

/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-body {
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  /* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-body {
    padding: 40px 20px;
  }
}
/* line 36, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-body h1 {
  font-size: 28px;
  color: white;
  margin-bottom: 30px;
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-body h1 span {
  font-size: 12px;
  position: relative;
  top: -16px;
  color: white;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.pfa-body ul:before, .pfa-body ul:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.pfa-body ul:after {
  clear: both;
}
/* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-body ul.pfa-process-content {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-body ul.pfa-process-content {
    margin-bottom: 10px;
  }
}
/* line 54, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-body ul.pfa-process-content li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 140px;
  margin: 0 70px 0 0;
}
/* line 58, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-body ul.pfa-process-content li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 54, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-body ul.pfa-process-content li {
    width: 125px;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 54, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-body ul.pfa-process-content li {
    float: left;
    margin: 27px 0 63px 20px;
    text-align: left;
    width: 225px;
  }
  /* line 70, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-body ul.pfa-process-content li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 54, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-body ul.pfa-process-content li {
    float: left;
    margin: 26px 0 65px 20px;
    text-align: left;
    width: 150px;
  }
  /* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-body ul.pfa-process-content li:last-child {
    margin-bottom: 0;
  }
}
/* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-body ul.pfa-process-content li p {
  color: white;
  margin-bottom: 0;
}

/* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-process-image {
  background: url("../img/pages/dashboard/pfa_steps.png") no-repeat center center;
  background-size: 742px 101px;
  height: 101px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-process-image {
    background-size: 580px 79px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-process-image {
    float: left;
    background: url("../img/pages/dashboard/pfa_steps_mobile2.png") no-repeat;
    background-size: 69px 400px;
    height: 400px;
    width: 69px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
  .pfa-process-image {
    float: left;
    background: url("../img/pages/dashboard/pfa_steps_mobile2.png") no-repeat;
    background-size: 69px 400px;
    height: 400px;
    width: 69px;
    padding: 0;
  }
}

/* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-login {
  background: #231f20;
  padding: 20px 20px 10px;
}
/* line 123, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-login ul.pfa-login-action {
  margin: 0;
  text-align: right;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.pfa-login ul.pfa-login-action:before, .pfa-login ul.pfa-login-action:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.pfa-login ul.pfa-login-action:after {
  clear: both;
}
/* line 127, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-login ul.pfa-login-action li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  color: white;
}
/* line 135, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-login ul.pfa-login-action li a {
  text-transform: uppercase;
  padding: 10px 20px 8px;
}
/* line 138, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-login ul.pfa-login-action li a.sign-in {
  background: #0175c0;
  color: white;
}
/* line 141, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.pfa-login ul.pfa-login-action li a.sign-in:hover {
  background: #00428d;
}

/* line 153, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.carousel-block {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
/* line 157, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.carousel-block h2 {
  font-size: 26px;
}
/* line 160, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.carousel-block:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 170, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.lego-challenge {
  background: url("../img/tile/pfa-challenge-bkg.jpg") no-repeat;
  width: 940px;
  height: 300px;
  padding: 0;
  border-bottom: 0;
}
/* line 176, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.lego-challenge .content {
  height: 220px;
  padding: 40px;
  width: 40%;
  background-color: #004d82;
  background: rgba(0, 0, 0, 0.6);
}
/* line 182, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.lego-challenge .content h2, .lego-challenge .content h3 {
  color: white;
}
/* line 185, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.lego-challenge .content h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}
/* line 190, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.lego-challenge .content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
}
/* line 195, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.lego-challenge .content a {
  display: block;
  margin: 30px 0 20px;
}
/* line 199, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-home.scss */
.lego-challenge .content p {
  color: #76787a;
  text-decoration: underline;
  text-align: center;
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-pfa {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #aeb0b1;
}
/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-pfa p {
  text-align: center;
  margin: 20px 0 0;
}

/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-description {
  padding: 0 90px 30px;
  border-bottom: 2px solid #aeb0b1;
  text-align: center;
}
@media screen and (max-width: 979px) {
  /* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
  .how-it-works-description {
    padding: 0 0 30px;
  }
}
/* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-description h2 {
  font-size: 31px;
}
/* line 25, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-description p {
  font-size: 18px;
  line-height: 1.5;
}

/* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.learn-btn {
  padding: 10px 10px;
  background: #dddedf;
  color: #0175c0;
}
@media screen and (max-width: 767px) {
  /* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
  .learn-btn {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.learn-btn:hover {
  background-color: #babbbc;
  background-position: inherit;
  color: #00539e;
}

/* line 48, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li {
  list-style-type: none;
  padding: 30px 60px;
  border-bottom: 1px solid #dbdbdb;
  display: table;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.how-it-works-list li:before, .how-it-works-list li:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.how-it-works-list li:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 48, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
  .how-it-works-list li {
    padding: 30px 0;
  }
}
/* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li aside {
  background: url("../img/pages/howitworks/how-it-works-sprite.png") no-repeat;
  width: 180px;
  height: 180px;
  background-size: 180px auto;
  margin-right: 60px;
}
/* line 65, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li aside.submit-idea {
  background-position: 0 0;
}
/* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li aside.gather-support {
  background-position: 0 -190px;
}
/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li aside.ideas-reviewed {
  background-position: 0 -380px;
}
/* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li aside.inspire-lego-set {
  background-position: 0 -570px;
}
@media screen and (max-width: 767px) {
  /* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
  .how-it-works-list li aside {
    display: block;
    margin: 0 auto 20px;
  }
}
/* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li section {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 87, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list li section h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  /* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
  .how-it-works-list li section {
    display: block;
  }
}
/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li {
  border-bottom: 0;
  padding: 30px 0 10px;
  display: block;
}
/* line 102, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  /* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
  .how-it-works-list.small li {
    margin-left: 0;
  }
}
/* line 109, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li aside {
  width: 101px;
  height: 101px;
  margin-right: 20px;
  float: left;
}
/* line 114, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li aside.project-guidelines {
  background-position: 0 -760px;
}
/* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li aside.rewards {
  background-position: 0 -871px;
}
/* line 120, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li aside a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 127, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li section {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 131, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-howitworks.scss */
.how-it-works-list.small li section h3 {
  font-size: 18px;
  margin: 0 0 15px;
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section {
  margin-bottom: 50px;
}
/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section .registration-headline {
  color: #4b4b4b;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section .registration-box {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section .registration-box form {
  text-align: center;
}
/* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section .registration-box input {
  background-color: #eee;
  width: 96.5%;
}
/* line 19, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section .registration-box .btn, .registration-register-section .registration-box .thread .commentvote-new, .thread .registration-register-section .registration-box .commentvote-new {
  margin-top: 15px;
  padding: 10px 17px 11px;
}
/* line 24, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section .registration-box.cuusoo form {
  margin-top: 15px;
}
/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section #myModal form {
  margin-bottom: 0;
}
/* line 34, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section.cuusoo-not-found {
  text-align: center;
}
/* line 36, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section.cuusoo-not-found p {
  margin-bottom: 30px;
}
/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section.cuusoo-not-found .btn-brand {
  margin-bottom: 15px;
}
/* line 42, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section.cuusoo-not-found #newAccountModal {
  text-align: left;
}
/* line 44, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-register-section.cuusoo-not-found #newAccountModal p {
  margin-bottom: 10px;
}

/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.checkbox-position, #verify-terms {
  position: relative;
}
/* line 55, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.checkbox-position .control-group label, #verify-terms .control-group label {
  margin-left: 20px;
  text-align: left;
}
/* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.checkbox-position .control-group .controls input, #verify-terms .control-group .controls input {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.checkbox-position p i, #verify-terms p i {
  color: #999;
}

/* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
#verify-terms {
  width: auto;
  text-align: left;
  margin: 0 0 30px;
}
/* line 78, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
#verify-terms p {
  margin: 0 20px 10px;
}

/* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.spacer {
  width: 40px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  top: -13px;
}
@media screen and (max-width: 767px) {
  /* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .spacer {
    display: block;
    width: 100%;
    top: 0;
  }
}
/* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.spacer.first {
  margin-bottom: 20px;
}

/* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.reg-box-block {
  width: 406px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .reg-box-block {
    width: 298px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .reg-box-block {
    width: 420px;
  }
}
@media screen and (max-width: 480px) {
  /* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .reg-box-block {
    width: 260px;
  }
}
/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.reg-box-block.buttons {
  width: 446px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .reg-box-block.buttons {
    width: 338px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .reg-box-block.buttons {
    width: 460px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .reg-box-block.buttons {
    width: 300px;
    text-align: center;
    margin-bottom: 5px;
  }
}

/* line 135, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section {
  text-align: center;
  margin-bottom: 50px;
}
/* line 138, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .retrieve-headline {
  color: #4b4b4b;
}
/* line 141, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .users-email {
  color: #a6ce39;
  font-size: 26px;
}
/* line 145, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .btn, .registration-retrieve-section .thread .commentvote-new, .thread .registration-retrieve-section .commentvote-new {
  padding: 10px 0 11px;
  width: 300px;
}
/* line 149, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .user-summary {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  width: 360px;
  margin: 20px auto 30px;
  text-align: left;
}
/* line 154, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .user-summary .avatar {
  width: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-right: 20px;
}
/* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .user-summary .alias {
  margin-top: 6px;
  margin-bottom: 0;
}
/* line 163, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .user-summary .joined {
  font-size: 10px;
  text-transform: uppercase;
  color: #aeb0b1;
  display: block;
  margin-bottom: 15px;
  margin-top: -2px;
}
/* line 171, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .user-summary .meta {
  font-size: 12px;
}
/* line 172, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .user-summary .meta span, .registration-retrieve-section .user-summary .meta i {
  color: #aeb0b1;
}
/* line 177, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section .user-summary .project {
  margin-right: 20px;
}
/* line 181, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-retrieve-section form {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  /* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  .registration-retrieve-section .user-summary {
    width: auto;
  }
}
/* line 195, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-help-section {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  margin-bottom: 30px;
  padding: 20px;
}
/* line 199, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.registration-help-section h2 {
  margin: 30px 0 5px;
  color: #4b4b4b;
  font-size: 18px;
}

/* line 207, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
.legoid-button:hover {
  color: white;
}

/* line 214, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
#legoid-login-modal .modal-footer, #legoid-logout-modal .modal-footer {
  padding-bottom: 10px;
  text-align: center;
}
/* line 217, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
#legoid-login-modal .modal-footer a.legoid-button, #legoid-logout-modal .modal-footer a.legoid-button {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
#legoid-login-modal .modal-footer span, #legoid-logout-modal .modal-footer span {
  text-align: center;
  margin: 0 20px;
  position: relative;
  top: -5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@media screen and (max-width: 480px) {
  /* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/pages-registration.scss */
  #legoid-login-modal .modal-footer span, #legoid-logout-modal .modal-footer span {
    display: block;
    margin: 10px 0 5px;
  }
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-leader {
  width: 270px;
}
/* line 7, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-leader .avatarpop-detail .pop-rank {
  padding: 0 10px 10px 0;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-leader .avatarpop-detail .pop-rank p {
  margin-left: 70px;
  font-size: 15px;
  font-weight: bold;
}
/* line 13, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-leader .avatarpop-detail .pop-rank p.pop-stats {
  margin-left: 70px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
/* line 24, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-leader .avatarpop-detail .pop-join {
  border-top: 1px solid #dddddd;
  clear: both;
  font-size: 11px;
  padding-top: 5px;
}
/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-leader .avatarpop-detail .pop-join p span {
  font-style: italic;
}

/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover {
  left: 0;
  width: auto;
}
/* line 44, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-inner {
  width: 220px;
}
/* line 46, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-inner h3.popover-title {
  background: none;
}
/* line 50, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-content p, .popover .popover-content ul, .popover .popover-content ol {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2;
}
/* line 55, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader {
  width: 250px;
}
/* line 57, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader h3.popover-title {
  background: none;
}
/* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader .pop-rank {
  padding: 0 5px 0 0;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader .pop-rank p, .popover .popover-leader .pop-rank li {
  text-align: left;
}
/* line 65, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader .pop-rank p {
  margin-left: 60px;
}
/* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader .pop-rank ul {
  list-style-type: none;
  margin-left: 60px;
  font-size: 15px;
  font-weight: bold;
}
/* line 73, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader .pop-rank ul.pop-stats {
  margin-left: 60px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
/* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover .popover-leader .pop-rank ul.pop-stats li i {
  margin-right: 5px;
}

/* line 89, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-badge {
  width: 230px;
}
@media screen and (max-width: 480px) {
  /* line 89, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
  .popover-badge {
    width: 200px;
  }
}
/* line 94, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-badge h4.popover-title {
  color: #76787a;
  background: none;
  word-wrap: break-word;
  padding-right: 20px;
}
/* line 99, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-badge h4.popover-title button.close {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 106, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-badge .popover-content em {
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
/* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-badge .popover-content img {
  float: left;
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 480px) {
  /* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
  .popover-badge .popover-content img {
    width: 40px;
    height: 40px;
  }
}
/* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
.popover-badge .popover-content p {
  text-align: left;
  margin-left: 90px;
  color: #76787a;
}
@media screen and (max-width: 480px) {
  /* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/popover.scss */
  .popover-badge .popover-content p {
    margin-left: 50px;
  }
}

/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav {
  margin: 0 0 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-nav:before, .project-nav:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-nav:after {
  clear: both;
}
/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul {
  padding: 0;
  margin: 0;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps {
  height: 80px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-nav ul.project-nav-steps:before, .project-nav ul.project-nav-steps:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-nav ul.project-nav-steps:after {
  clear: both;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li {
  line-height: 80px;
  list-style-type: none;
  text-align: center;
  float: left;
  width: 198px;
  margin-right: -10px;
  background: url("../img/pages/project/project-steps.png") no-repeat 0 -465px;
}
@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 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li {
    background: url("../img/pages/project/project-steps@2x.png") no-repeat 0 -465px;
    background-size: 198px 824px;
  }
}
/* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li a {
  display: block;
  color: #76787a;
}
/* line 35, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li .inactive {
  color: #aaa;
}
/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.active {
  background-position: 0 -372px;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.active a {
  color: #0175c0;
}
/* line 46, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.first {
  background-position: 0 -93px;
}
/* line 49, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.first.active {
  background-position: 0 -93px;
}
/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.first.complete {
  background-position: 0 0;
}
/* line 54, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.first.complete.active {
  background-position: 0 -93px;
}
/* line 57, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.first.complete.active a {
  color: #0175c0;
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.last {
  margin-right: 0;
  width: 188px;
  float: right;
  background-position: 0 -744px;
}
/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.last.active {
  background-position: 0 -651px;
}
/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.last.active a {
  color: #0175c0;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.complete {
  background-position: 0 -279px;
}
/* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.complete a {
  color: white;
}
/* line 82, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.complete.active {
  background-position: 0 -372px;
}
/* line 85, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
.project-nav ul.project-nav-steps li.complete.active a {
  color: #0175c0;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav {
    margin: 0 0 20px;
  }
  /* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul {
    padding: 0;
    margin: 0;
  }
  /* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps {
    height: 80px;
  }
  /* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
  .project-nav ul.project-nav-steps:before, .project-nav ul.project-nav-steps:after {
    content: " ";
    display: table;
  }
  /* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
  .project-nav ul.project-nav-steps:after {
    clear: both;
  }
  /* line 104, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li {
    line-height: 80px;
    list-style-type: none;
    text-align: center;
    float: left;
    width: 155px;
    margin-right: -10px;
    background: url("../img/pages/project/project-steps-tablet.png") no-repeat 0 -465px;
  }
  /* line 124, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.active {
    background-position: 0 -372px;
  }
  /* line 126, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.active a {
    color: #0175c0;
  }
  /* line 131, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first {
    background-position: 0 -93px;
  }
  /* line 134, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.active {
    background-position: 0 -93px;
  }
  /* line 137, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.complete {
    background-position: 0 0;
  }
  /* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.complete.active {
    background-position: 0 -93px;
  }
  /* line 142, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.complete.active a {
    color: #0175c0;
  }
  /* line 149, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.last {
    margin-right: 0;
    width: 144px;
    float: right;
    background-position: 0 -744px;
  }
  /* line 154, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.last.active {
    background-position: 0 -651px;
  }
  /* line 156, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.last.active a {
    color: #0175c0;
  }
  /* line 162, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete {
    background-position: 0 -279px;
  }
  /* line 164, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete a {
    color: white;
  }
  /* line 167, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete.active {
    background-position: 0 -372px;
  }
  /* line 170, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete.active a {
    color: #0175c0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (max-width: 979px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (max-width: 979px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (max-width: 979px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (max-width: 979px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (max-width: 979px) and (min-resolution: 2dppx) {
  /* line 104, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li {
    background: url("../img/pages/project/project-steps-tablet@2x.png") no-repeat 0 -465px;
    background-size: 155px 824px;
  }
}
@media screen and (max-width: 767px) {
  /* line 183, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav {
    margin: 0 0 20px;
  }
  /* line 185, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul {
    padding: 0;
    margin: 0;
  }
  /* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps {
    height: 80px;
  }
  /* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
  .project-nav ul.project-nav-steps:before, .project-nav ul.project-nav-steps:after {
    content: " ";
    display: table;
  }
  /* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
  .project-nav ul.project-nav-steps:after {
    clear: both;
  }
  /* line 191, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li {
    position: relative;
    line-height: 80px;
    list-style-type: none;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid white;
    background: #dddedf;
  }
  /* line 202, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li span.mobile-arrow {
    display: none;
  }
  /* line 207, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.active {
    background: white;
  }
  /* line 209, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.active a {
    color: #0175c0;
  }
  /* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.active span.mobile-arrow {
    background: url("../img/pages/project/submission-nav-arrow.png") no-repeat;
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -11px;
    left: 48%;
    z-index: 10;
  }
  /* line 226, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first {
    background: white;
  }
  /* line 229, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.active {
    background: white;
  }
  /* line 232, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.complete {
    background: #a6ce39;
  }
  /* line 234, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.complete.active {
    background: white;
  }
  /* line 237, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.first.complete.active a {
    color: #0175c0;
  }
  /* line 244, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.last {
    margin-right: 0;
    width: 100%;
    background: #dddedf;
    border-bottom: none;
  }
  /* line 249, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.last.active {
    background: white;
  }
  /* line 251, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.last.active a {
    color: #0175c0;
  }
  /* line 257, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete {
    background: #a6ce39;
  }
  /* line 259, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete a {
    color: white;
  }
  /* line 262, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete.active {
    background: white;
  }
  /* line 265, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-navigation.scss */
  .project-nav ul.project-nav-steps li.complete.active a {
    color: #0175c0;
  }
}
/* line 1, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression {
  margin-bottom: 30px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-progression:before, .project-progression:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-progression:after {
  clear: both;
}
/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar {
  padding: 0 30px;
  margin: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-progression .project-progression-bar:before, .project-progression .project-progression-bar:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-progression .project-progression-bar:after {
  clear: both;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li {
  float: left;
  list-style-type: none;
  width: 61px;
  height: 61px;
  margin: auto 0;
  padding: 0;
  text-align: center;
}
/* line 17, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li.project-step {
  width: 61px;
  position: relative;
  z-index: 10;
}
/* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li.project-step-progression {
  width: 24.6%;
  height: auto;
  margin: 25px -3px 0;
  position: relative;
  z-index: 1;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li.project-step-progression .progress {
  margin-bottom: 0;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li .step-bkg {
  background: url("../img/progress/progress-bkg-sprite.png") no-repeat 0 0;
  width: 61px;
  height: 61px;
}
/* line 36, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li .step-bkg p {
  line-height: 61px;
  margin: 0;
  font-size: 26px;
  color: #bfc0c2;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li .step-bkg p.buy-project {
  background: url("../img/progress/progress-star-sprite.png") no-repeat 0 0;
  width: 21px;
  height: 61px;
  margin: auto;
}
/* line 48, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li .step-bkg.in {
  background: url("../img/progress/progress-bkg-sprite.png") no-repeat 0 -63px;
}
/* line 50, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li .step-bkg.in p {
  color: #a6ce39;
}
/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar li .step-bkg.in p.buy-project {
  background: url("../img/progress/progress-star-sprite.png") no-repeat 0 -65px;
  width: 21px;
  height: 61px;
  margin: auto;
}
/* line 63, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar.review {
  padding: 0 20px;
}
/* line 66, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-bar.review li.project-step-progression {
  width: 21.9%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-bar {
    padding: 0 20px;
  }
  /* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-bar li.project-step-progression {
    width: 22.3%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-bar {
    padding: 0;
  }
  /* line 82, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-bar li.project-step-progression {
    width: 16.9%;
  }
}
@media screen and (max-width: 480px) {
  /* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-bar {
    padding: 0 10px;
  }
  /* line 90, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-bar li.project-step-progression {
    width: 6.4%;
  }
}
/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-description {
  margin: 0;
  padding: 0;
}
/* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-description li {
  list-style-type: none;
  float: left;
  text-align: center;
  font-size: 14px;
  width: 13.1%;
  margin-right: 15.7%;
}
/* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-description li h3 {
  margin: 10px 0 0;
  color: #bfc0c2;
  font-size: 14px;
}
/* line 113, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-description li.last {
  margin-right: 0;
}
/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-description li.in {
  width: 13%;
}
/* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
.project-progression .project-progression-description li.in h3 {
  color: #76787a;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  /* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-description li {
    width: 25%;
    margin-right: 0;
    text-align: center;
  }
  /* line 128, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-description li.in {
    width: 25%;
    margin-right: 0;
  }
  /* line 131, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/project-progression.scss */
  .project-progression .project-progression-description li.in h3 {
    font-size: 12px;
  }
}

/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.tagInputCommon, .tag, .taginputcontainer {
  padding: 0 6px;
  margin: 0 10px 0 0;
  line-height: 25px;
}

/* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.tagContainerCommon, ul.taginput, .searchresults {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #CCC;
  padding: 4px 0;
  font-size: 13px;
  margin: 0 auto;
}

/* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
ul.taginput {
  cursor: text;
  background-color: white;
  box-shadow: none;
  transition: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 30px;
  padding: 8px 10px;
  border: none;
}
/* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
ul.taginput li {
  list-style: none;
  display: inline-block;
  *display: inline;
  zoom: auto;
}

@media screen and (max-width: 788px) {
  /* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
  ul.taginput {
    width: 99%;
  }
}
/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.tag {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  *display: inline;
  zoom: auto;
  background: #bfc0c2;
  cursor: default;
  color: white;
}
/* line 55, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.tag b {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  background: white;
  color: #bfc0c2;
  font-size: 11px;
  line-height: 1;
  margin-left: 2px;
  padding: 0 3px;
  position: relative;
  top: -1px;
}

/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.taginputcontainer {
  padding: 0;
}
/* line 72, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.taginputcontainer input[type="text"] {
  -webkit-box-shadow: black 0 0 0;
  -moz-box-shadow: black 0 0 0;
  box-shadow: black 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  line-height: 20px;
  width: 130px;
}
/* line 81, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.taginputcontainer input[type="text"]:focus {
  border: 0;
  -webkit-box-shadow: black 0 0 0;
  -moz-box-shadow: black 0 0 0;
  box-shadow: black 0 0 0;
}

/* line 88, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.searchresults {
  border-top: 1px solid #eee;
  padding-bottom: 0;
  position: absolute;
  background: #FFF;
  width: auto;
  z-index: 1000000;
}
/* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.searchresults .tag {
  cursor: pointer;
  margin: 5px;
  color: white;
}
/* line 100, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.searchresults .tag a {
  color: #222222;
}
/* line 102, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.searchresults .tag a:hover {
  color: #222;
}
/* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.searchresults li {
  list-style: none;
  line-height: 1;
}
/* line 110, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.searchresults li span {
  list-style: none;
  font-size: 11px;
  color: #BBB;
  font-weight: bold;
}
/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/tagging.scss */
.searchresults li.selected {
  background: #eeeeee;
}

/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-descr {
  margin: 20px 0;
}

/* line 7, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog {
  padding: 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog:before, .blog:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog:after {
  clear: both;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-title {
  float: right;
  width: 660px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-title {
    width: 420px;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-title {
    width: 100%;
    float: none;
  }
}
/* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside {
  float: left;
  width: 220px;
  border-bottom: 1px solid #dbdbdb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog .blog-aside:before, .blog .blog-aside:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog .blog-aside:after {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-aside {
    width: 220px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-aside {
    width: 420px;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-aside {
    width: 260px;
  }
}
/* line 37, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside h1 {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  /* line 37, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-aside h1 {
    border-top: none;
    padding-top: 0;
  }
}
/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .blog-author-info {
  border-bottom: none;
  display: table;
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 979px) {
  /* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-aside .blog-author-info {
    padding-top: 10px;
  }
}
/* line 56, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .blog-author-info .blog-media-avatar {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  width: 70px;
  height: 70px;
  display: block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .blog-author-info .blog-media-body {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .blog-author-info .blog-media-body h1 {
  font-size: 20px;
  color: #76787a;
  border: none;
  padding: none;
  width: 140px;
  word-wrap: break-word;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-aside .blog-author-info .blog-media-body h1 {
    width: 340px;
  }
}
@media screen and (max-width: 480px) {
  /* line 68, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-aside .blog-author-info .blog-media-body h1 {
    width: 180px;
  }
}
/* line 81, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .blog-author-info .blog-media-body h1 a {
  color: #76787a;
}
/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .blog-author-info .blog-media-body h1 span {
  font-size: 14px;
  display: block;
}
/* line 91, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .social-support {
  margin-bottom: 4px;
  margin-top: 5px;
  text-align: center;
  padding: 8px 15px 5px 0;
  width: 190px;
}
/* line 97, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .social-support div, .blog .blog-aside .social-support iframe {
  margin-right: 5px;
}
/* line 100, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-aside .social-support .fb_iframe_widget {
  display: inline-block;
  position: relative;
  top: -5px;
}
/* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main {
  float: left;
  width: 660px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-main {
    width: 444px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-main {
    width: 420px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog .blog-main {
    width: 260px;
    margin-left: 0;
    display: block;
  }
}
/* line 125, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main .blog-attach-image .blog-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  width: 70px;
  height: 70px;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 133, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main .sub-videos {
  margin-bottom: 10px;
}
/* line 135, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main .sub-videos .vid-sec {
  margin: 15px 15px 0 0;
  float: left;
  width: 100%;
  height: 394px;
  background: #2f2f2f;
}
/* line 141, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main .sub-videos .vid-sec a {
  width: 100%;
  height: 100%;
}
/* line 144, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main .sub-videos .vid-sec a img {
  background-size: contain;
  width: 100%;
}
/* line 151, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main ul.sub-docs {
  margin: 0 0 30px;
  padding-top: 5px;
}
/* line 154, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main ul.sub-docs li {
  list-style-type: none;
  float: left;
}
/* line 157, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main ul.sub-docs li h4 {
  background-image: none;
  margin: 5px 0;
  padding-left: 0;
}
/* line 161, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main ul.sub-docs li h4 a.sub_attach {
  font-size: 11px;
  margin-right: 10px;
  line-height: 1.7;
}
/* line 169, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main .blog-actions {
  margin-top: 20px;
}
/* line 172, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main img {
  display: block;
}
/* line 175, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog .blog-main .draft-post {
  font-style: italic;
  font-size: 16px;
  color: #e96e00;
}

/* line 185, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-image-list ul {
  margin: 0 0 0 -10px;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog-image-list ul:before, .blog-image-list ul:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog-image-list ul:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 185, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-image-list ul {
    margin-left: -5px;
  }
}
/* line 192, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-image-list ul li {
  float: left;
  height: 100%;
  list-style-type: none;
  margin: 0 0 10px 10px;
  width: 18.5%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 192, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-image-list ul li {
    width: 22.7%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 192, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-image-list ul li {
    width: 30.55%;
    margin: 0 0 5px 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 192, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-image-list ul li {
    width: 31.4%;
    margin: 0 0 5px 5px;
  }
}

/* line 217, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comments form {
  margin: 0;
}

/* line 222, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
  display: table;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog-comment-header:before, .blog-comment-header:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog-comment-header:after {
  clear: both;
}
/* line 229, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-comment-avatar {
  background-color: #ccc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  float: left;
  height: 70px;
  width: 70px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-right: 20px;
}
/* line 237, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-comment-avatar a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 243, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-comment-author {
  margin-left: 90px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 248, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-comment-author h1 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
/* line 252, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-comment-author h1 a {
  color: #0175c0;
}
/* line 254, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-comment-author h1 a:hover {
  color: #00539e;
}
/* line 261, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-header-action {
  position: absolute;
  top: 20px;
  right: 0;
}
/* line 265, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-header-action a {
  float: right;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  /* line 261, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-comment-header .blog-header-action {
    position: relative;
    margin-bottom: 10px;
  }
  /* line 273, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-comment-header .blog-header-action a {
    display: block;
    float: none;
    clear: both;
  }
}
/* line 279, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-header-action .comment-link {
  font-size: 12px;
  color: #0175c0;
  clear: right;
}
/* line 283, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-header-action .comment-link:hover {
  color: #00539e;
}
/* line 290, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-header-action .comment-action-flag {
  font-size: 12px;
  color: #aeb0b1;
}
/* line 293, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-header-action .comment-action-flag:hover {
  color: #8c8e8f;
}
/* line 295, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-header .blog-header-action .comment-action-flag:hover i {
  color: #8c8e8f;
}

/* line 303, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-content {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  /* line 303, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-comment-content {
    margin-left: 0;
  }
}
/* line 308, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-content textarea {
  background: #dbdbdb;
  width: 98%;
}

/* line 313, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.forum-submit {
  margin-top: 20px;
}

/* line 316, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-reply {
  margin-top: 20px;
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  /* line 316, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-comment-reply {
    margin-left: 30px;
    border-left: 2px solid #dbdbdb;
    padding-left: 10px;
  }
}

/* line 326, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-new-comment {
  border: 0;
}
/* line 328, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-new-comment.collapse {
  padding: 0;
}
/* line 331, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-new-comment.in {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 20px;
}
/* line 335, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-new-comment h3 {
  margin: 0 0 8px;
}

/* line 338, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-replies {
  margin: 0 0 10px 0;
}
/* line 340, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-replies .blog-new-comment {
  margin: 0;
  padding: 0;
}
/* line 343, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-replies .blog-new-comment.in {
  border-bottom: 0;
  border-top: none;
  padding-top: 10px;
}
/* line 351, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-replies a.ajax_pagination_link {
  background-color: white;
  border: 1px solid #dbdbdb;
  line-height: 38px;
  padding: 0 14px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 361, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-replies a.ajax_pagination_link:hover {
  background: #f5f5f5;
}
/* line 367, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-replies .blog-comment-reply .blog-comment-header {
  border-top: 1px solid #dbdbdb;
}

/* line 373, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.mod-comment-actions-list .ss-icon {
  color: #0175c0;
}

/* line 378, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.comment-actions-list .vote-widget {
  display: inline-block;
  border: none;
}
@media screen and (max-width: 767px) {
  /* line 378, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .comment-actions-list .vote-widget {
    display: block;
  }
  /* line 383, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .comment-actions-list .vote-widget button {
    width: 100%;
  }
}
/* line 389, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.comment-actions-list .vote-widget button.vote-widget-active .ss-icon {
  color: #0175c0;
}

/* line 398, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-edit {
  margin-bottom: 30px;
}
/* line 400, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-comment-edit .blog-comment-header {
  width: 100%;
  display: table;
  border-top: none;
  margin-bottom: 0;
}

/* line 409, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.flag_comment textarea, .censor_comment textarea, .edit-comment textarea, .comment_issue textarea, .reply_issue textarea {
  width: 924px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 409, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .flag_comment textarea, .censor_comment textarea, .edit-comment textarea, .comment_issue textarea, .reply_issue textarea {
    width: 708px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 409, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .flag_comment textarea, .censor_comment textarea, .edit-comment textarea, .comment_issue textarea, .reply_issue textarea {
    width: 446px;
  }
}
@media screen and (max-width: 480px) {
  /* line 409, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .flag_comment textarea, .censor_comment textarea, .edit-comment textarea, .comment_issue textarea, .reply_issue textarea {
    width: 284px;
  }
}

/* line 423, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.edit-comment textarea {
  margin-bottom: 20px;
}

/* line 428, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-tags {
  margin-top: 20px;
}
/* line 430, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-tags .blog-tag-list {
  margin: 0;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog-tags .blog-tag-list:before, .blog-tags .blog-tag-list:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.blog-tags .blog-tag-list:after {
  clear: both;
}
/* line 434, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-tags .blog-tag-list li {
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #bfc0c2;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px 10px 0;
  color: white;
}

/* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
#edit-album-form .control-group .controls input {
  width: 924px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  #edit-album-form .control-group .controls input {
    width: 708px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  #edit-album-form .control-group .controls input {
    width: 446px;
  }
}
@media screen and (max-width: 480px) {
  /* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  #edit-album-form .control-group .controls input {
    width: 284px;
  }
}
/* line 459, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
#edit-album-form .control-group .controls input.schedule-publishing {
  width: auto;
}

/* line 475, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.blog-censor .control-group .controls textarea {
  width: 924px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 475, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-censor .control-group .controls textarea {
    width: 708px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 475, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-censor .control-group .controls textarea {
    width: 446px;
  }
}
@media screen and (max-width: 480px) {
  /* line 475, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
  .blog-censor .control-group .controls textarea {
    width: 284px;
  }
}

/* line 491, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-blog.scss */
.add-blog-post {
  margin-bottom: 20px;
}

/* line 18, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.feed-content .activities {
  margin-bottom: 20px;
}

/* line 22, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activities {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 27, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity {
  padding: 30px 0;
  border-bottom: 1px solid #dddbef;
}
/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity:first-child {
  padding-top: 0;
}
/* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity .feed-container {
  margin: 0;
  display: table;
}
/* line 38, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity .feed-container a span {
  color: #0175c0;
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity .feed-container a span:hover {
  color: #00539e;
}
/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity .feed-container time {
  color: #aeb0b1;
  display: block;
}
/* line 50, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity .feed-container .feed-aside {
  float: left;
}
/* line 53, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity .feed-container .feed-aside .feed-aside-avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  width: 80px;
  height: 80px;
  display: block;
  margin-right: 10px;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity .feed-container .feed-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 82, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity.badge_earn .feed-aside-avatar, .activity.comment_create .feed-aside-avatar, .activity.comment_reply .feed-aside-avatar, .activity.project_publish .feed-aside-avatar, .activity.project_follow .feed-aside-avatar, .activity.project_unfollow .feed-aside-avatar, .activity.project_support .feed-aside-avatar, .activity.project_unsupport .feed-aside-avatar, .activity.user_follow .feed-aside-avatar, .activity.user_unfollow .feed-aside-avatar {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity.loading {
  position: absolute;
  bottom: -70px;
  left: 0;
  text-align: center;
  border-bottom: none;
}
/* line 93, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-activity.scss */
.activity.empty {
  border-bottom: none;
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category h2 {
  font-size: 22px;
  color: #aaaaaa;
  text-align: left;
  margin-bottom: 0;
  font-weight: bold !important;
}
/* line 16, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category .row-fluid {
  margin-left: -2.5641%;
}
/* line 19, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category .badge-container {
  position: relative;
  border-top: 1px solid #dbdcdd;
  padding-top: 5px;
  margin-top: 15px;
  margin-left: 2.5641%;
  height: 100px;
  width: 212px;
  float: left;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category .badge-container:first-child {
  margin-left: 2.5641%;
}
/* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category .badge-container img {
  margin-top: 7px;
}
/* line 34, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category .badge-container .badge-count {
  position: absolute;
  top: 10px;
  left: 0;
  background: #a6ce39;
  padding: 1px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}
/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category .badge-container h3 {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  margin-left: 65px;
  word-wrap: break-word;
}
/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
#badges .badge-category .badge-container p {
  font-size: 11px;
  line-height: 1.2;
  margin-left: 65px;
}

@media screen and (max-width: 480px) {
  /* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-badges.scss */
  #badges .badge-category .badge-container {
    width: 100%;
    float: none;
  }
}
/* line 1, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle {
  width: 12px;
  height: 12px;
}
/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-n {
  margin-left: -7px;
  margin-top: -7px;
}
/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-s {
  margin-bottom: -7px;
  margin-left: -7px;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-e {
  margin-top: -7px;
  margin-right: -7px;
}
/* line 16, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-w {
  margin-top: -7px;
  margin-left: -7px;
}
/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-nw {
  margin-top: -7px;
  margin-left: -7px;
}
/* line 24, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-ne {
  margin-top: -7px;
  margin-right: -7px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-se {
  margin-bottom: -7px;
  margin-right: -7px;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
.jcrop-handle.ord-sw {
  margin-bottom: -7px;
  margin-left: -7px;
}

/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-crop.scss */
input.jcrop-keymgr {
  top: 0;
}

/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.discover:before, .discover:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.discover:after {
  clear: both;
}
/* line 11, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover header.discover-desktop-header h1 {
  margin-bottom: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 18, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover header.discover-mobile-header {
  display: none;
  background: #fff;
  border-bottom: 5px solid #dbdbdb;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px;
}
/* line 25, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover header.discover-mobile-header h1 {
  margin-bottom: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover header.discover-mobile-header .discover-mobile-nav {
  margin: 10px 0 0;
  padding: 0;
  float: right;
  display: none;
}
/* line 35, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover header.discover-mobile-header .discover-mobile-nav li {
  float: left;
  list-style: none;
  margin-left: 20px;
  cursor: pointer;
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover header.discover-mobile-header .discover-mobile-nav li:first-child {
  margin-left: 0;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover header.discover-mobile-header .discover-mobile-nav li span {
  font-size: 26px;
}
/* line 51, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover .discover-spinner {
  display: none;
}
/* line 56, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover.inprogress .discover-spinner {
  display: inline;
  background: url("../img/ajax-loader-spinner.gif") no-repeat;
  padding-left: 22px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
/* line 65, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover .discover-preload {
  display: none;
}
/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover.inprogress .discover-preload {
  display: inline-block;
  background: url("../img/ajax-loader-button.gif") no-repeat;
  padding-left: 8px;
  width: 16px;
  height: 16px;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover #discover-stats {
  margin-bottom: 20px;
}
/* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover #discover-stats span {
  color: #aaaaaa;
}
/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover #discover-stats {
  margin-bottom: 20px;
}

/* line 94, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection {
  margin-left: 20px;
}
/* line 97, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection > div {
  display: inline;
}
/* line 99, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection > div > div {
  display: inline;
}
/* line 102, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection > div ul {
  display: inline;
}
/* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection .label-your-selections h4 {
  margin-top: 0;
}
/* line 113, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection .your-selections li {
  margin: 0 10px 10px 0;
  padding: 0;
}
/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection .your-selections li a {
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #bfc0c2;
}
/* line 120, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection .your-selections li a span {
  color: white;
}
/* line 122, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-selection .your-selections li a span.filter-by {
  color: #76787a;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  /* line 94, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-main #discover-selection {
    margin: 0;
  }
}
/* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-results .project-result-view {
  margin: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.discover-main #discover-results .project-result-view:before, .discover-main #discover-results .project-result-view:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.discover-main #discover-results .project-result-view:after {
  clear: both;
}
/* line 142, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-results .project-result-view > li {
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 480px) {
  /* line 142, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-main #discover-results .project-result-view > li {
    margin-left: 0;
  }
}
/* line 152, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-main #discover-more, .discover-main #discover-prev {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 152, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-main #discover-more, .discover-main #discover-prev {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 163, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar {
    margin-bottom: 10px;
  }
  /* line 166, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar form {
    margin-bottom: 0;
  }
}
/* line 173, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-query input.project-search {
  background: #dbdcdd url("../img/icons/search-mag.png") no-repeat scroll right center;
  padding: 6px 30px 6px 8px;
  width: 182px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 173, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-query input.project-search {
    width: 182px;
  }
}
@media screen and (max-width: 480px) {
  /* line 173, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-query input.project-search {
    width: 262px;
  }
}
/* line 187, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags label, .discover-sidebar .discover-sort label, .discover-sidebar .discover-states label {
  padding: 5px 20px;
}
/* line 192, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-filter {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 0;
}
/* line 195, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-filter .filter-by-list {
  padding: 10px 20px 5px;
}
/* line 197, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-filter .filter-by-list label {
  padding: 5px 0;
}
/* line 199, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-filter .filter-by-list label input {
  margin-top: -3px;
}
/* line 206, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container, .discover-sidebar .discover-states-container {
  border-top: 1px solid #dbdbdb;
}
/* line 208, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container h3, .discover-sidebar .discover-states-container h3 {
  cursor: pointer;
  margin-top: 0;
  font-size: 16px;
  padding: 10px 10px 10px 20px;
}
/* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container h3 i.inactive, .discover-sidebar .discover-states-container h3 i.inactive {
  display: none;
}
/* line 217, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container h3.collapsed i.active, .discover-sidebar .discover-states-container h3.collapsed i.active {
  display: none;
}
/* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container h3.collapsed i.inactive, .discover-sidebar .discover-states-container h3.collapsed i.inactive {
  display: inline-block;
}
/* line 225, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-tags, .discover-sidebar .discover-states-container .discover-tags {
  padding: 0;
}
/* line 227, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-tags .discover-tag-search-container, .discover-sidebar .discover-states-container .discover-tags .discover-tag-search-container {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
/* line 231, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-tags .discover-tag-search-container input.tag-search, .discover-sidebar .discover-states-container .discover-tags .discover-tag-search-container input.tag-search {
  width: 162px;
  margin: 0;
  background: #dbdcdd url("../img/icons/search-mag.png") no-repeat scroll right center;
  padding: 6px 30px 6px 8px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 231, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-tags-container .discover-tags .discover-tag-search-container input.tag-search, .discover-sidebar .discover-states-container .discover-tags .discover-tag-search-container input.tag-search {
    width: 172px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 231, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-tags-container .discover-tags .discover-tag-search-container input.tag-search, .discover-sidebar .discover-states-container .discover-tags .discover-tag-search-container input.tag-search {
    width: 162px;
  }
}
@media screen and (max-width: 480px) {
  /* line 231, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-tags-container .discover-tags .discover-tag-search-container input.tag-search, .discover-sidebar .discover-states-container .discover-tags .discover-tag-search-container input.tag-search {
    width: 242px;
  }
}
/* line 249, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-tags ul.discover-tag-list, .discover-sidebar .discover-states-container .discover-tags ul.discover-tag-list {
  padding: 5px 20px;
  margin: 0;
}
/* line 252, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-tags ul.discover-tag-list li, .discover-sidebar .discover-states-container .discover-tags ul.discover-tag-list li {
  display: block;
  padding: 0;
}
/* line 255, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-tags ul.discover-tag-list li label, .discover-sidebar .discover-states-container .discover-tags ul.discover-tag-list li label {
  padding: 5px 0;
}
/* line 257, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-tags ul.discover-tag-list li label input, .discover-sidebar .discover-states-container .discover-tags ul.discover-tag-list li label input {
  margin-top: -2px;
}
/* line 265, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-tags-container .discover-state-list, .discover-sidebar .discover-states-container .discover-state-list {
  padding: 10px 20px 5px;
}
/* line 271, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-sort {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 0;
}
/* line 275, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-sidebar .discover-sort .discover-sort-container .discover-sort-list {
  padding: 10px 20px 5px;
}

/* line 283, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-tags-container h3, .discover-sort-container h3, .discover-filter-container h3 {
  padding: 10px;
  background: white;
  margin-bottom: 0;
  border-bottom: 1px solid #dbdbdb;
}
/* line 288, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-tags-container h3 span, .discover-sort-container h3 span, .discover-filter-container h3 span {
  top: 3px;
  margin-right: 5px;
}

/* line 295, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-tags-container h3 {
  border-bottom: none;
}

/* line 304, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-mobile-nav {
  margin: 10px 0 0;
  padding: 0;
  float: right;
  display: none;
}
/* line 309, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-mobile-nav li {
  float: left;
  list-style: none;
  margin-left: 30px;
  cursor: pointer;
}
/* line 314, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-mobile-nav li:first-child {
  margin-left: 0;
}
/* line 315, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-mobile-nav li span {
  font-size: 26px;
  color: #dbdcdd;
  padding: 0;
  margin: -8px 10px 0;
}
/* line 320, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
.discover-mobile-nav li span.collapsed {
  color: #0175c0;
}

@media screen and (max-width: 767px) {
  /* line 330, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover header.discover-desktop-header {
    display: none;
  }
  /* line 333, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover header.discover-mobile-header {
    display: block;
    cursor: default;
  }
  /* line 336, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover header.discover-mobile-header .discover-mobile-nav {
    display: block;
  }

  /* line 343, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar {
    width: 100%;
  }
  /* line 345, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar h3 {
    margin-top: 0;
  }
  /* line 349, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-query.mobile, .discover-sidebar .discover-filter.mobile, .discover-sidebar .discover-sort.mobile {
    border-bottom: 0;
    margin-bottom: 0;
  }
  /* line 355, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-query .discover-query-container {
    padding: 10px 20px;
    background: white;
    border-bottom: 5px solid #dbdbdb;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0;
  }
  /* line 360, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-sidebar .discover-query .discover-query-container input {
    width: 244px;
    margin-bottom: 0;
  }

  /* line 368, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-main {
    width: 100%;
    margin-left: 0;
  }
  /* line 372, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-main #discover-results .project-result-view {
    margin-left: -20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 381, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-main {
    width: 100%;
    margin-left: 0;
  }
  /* line 385, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-discover.scss */
  .discover-main #discover-results .project-result-view {
    margin-left: 0;
  }
}
/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#cost, #project-predictions-form ul#number_to_buy, #project-predictions-form ul#difficulty {
  margin: 0 0 0 -20px;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-predictions-form ul#cost:before, #project-predictions-form ul#cost:after, #project-predictions-form ul#number_to_buy:before, #project-predictions-form ul#number_to_buy:after, #project-predictions-form ul#difficulty:before, #project-predictions-form ul#difficulty:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-predictions-form ul#cost:after, #project-predictions-form ul#number_to_buy:after, #project-predictions-form ul#difficulty:after {
  clear: both;
}
/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#cost li, #project-predictions-form ul#number_to_buy li, #project-predictions-form ul#difficulty li {
  list-style-type: none;
  float: left;
  width: 160px;
  margin-left: 20px;
  margin-bottom: 15px;
  background: #dbdbdb;
  border-radius: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#cost li, #project-predictions-form ul#number_to_buy li, #project-predictions-form ul#difficulty li {
    width: 145px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#cost li, #project-predictions-form ul#number_to_buy li, #project-predictions-form ul#difficulty li {
    width: 200px;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#cost li, #project-predictions-form ul#number_to_buy li, #project-predictions-form ul#difficulty li {
    float: none;
    width: 300px;
    margin: 0 0 10px 20px;
  }
}
/* line 30, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#cost li img, #project-predictions-form ul#number_to_buy li img, #project-predictions-form ul#difficulty li img {
  margin-bottom: 10px;
}
/* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#cost li label, #project-predictions-form ul#number_to_buy li label, #project-predictions-form ul#difficulty li label {
  padding: 10px;
}
/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#difficulty li {
  width: 220px;
}
/* line 41, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#difficulty li label {
  padding: 135px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 44, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#difficulty li label.image-easy {
  background: url("../img/pages/project/prediction-img-easy.png") no-repeat;
  background-size: 220px 173px;
}
/* line 48, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#difficulty li label.image-medium {
  background: url("../img/pages/project/prediction-img-medium.png") no-repeat;
  background-size: 220px 173px;
}
/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#difficulty li label.image-hard {
  background: url("../img/pages/project/prediction-img-hard.png") no-repeat;
  background-size: 220px 173px;
}
/* line 56, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#difficulty li label span {
  position: relative;
  top: 2px;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form ul#difficulty li .icheckbox_flat-grey, #project-predictions-form ul#difficulty li .iradio_flat-grey {
  top: 125px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li {
    width: 145px;
  }
  /* line 67, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li label {
    padding: 90px 10px 10px;
  }
  /* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li label.image-easy, #project-predictions-form ul#difficulty li label.image-medium, #project-predictions-form ul#difficulty li label.image-hard, #project-predictions-form ul#difficulty li label.image-complex {
    background-size: 145px 114px;
  }
  /* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li .icheckbox_flat-grey, #project-predictions-form ul#difficulty li .iradio_flat-grey {
    top: 82px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li {
    width: 200px;
    float: none;
    margin: 0 0 10px 20px;
  }
  /* line 85, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li label.image-easy, #project-predictions-form ul#difficulty li label.image-medium, #project-predictions-form ul#difficulty li label.image-hard, #project-predictions-form ul#difficulty li label.image-complex {
    background-image: none;
    padding: 10px;
  }
  /* line 89, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li label span {
    padding-left: 0;
  }
  /* line 93, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li .icheckbox_flat-grey, #project-predictions-form ul#difficulty li .iradio_flat-grey {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li {
    float: none;
    width: 300px;
    margin: 0 0 10px 20px;
  }
  /* line 102, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li label.image-easy, #project-predictions-form ul#difficulty li label.image-medium, #project-predictions-form ul#difficulty li label.image-hard, #project-predictions-form ul#difficulty li label.image-complex {
    background-image: none;
    padding: 10px;
  }
  /* line 106, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li label span {
    padding-left: 0;
  }
  /* line 110, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form ul#difficulty li .icheckbox_flat-grey, #project-predictions-form ul#difficulty li .iradio_flat-grey {
    top: 0;
  }
}
/* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form .control-group.predictions {
  margin-left: -20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-predictions-form .control-group.predictions:before, #project-predictions-form .control-group.predictions:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-predictions-form .control-group.predictions:after {
  clear: both;
}
/* line 121, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form .control-group.predictions p {
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 126, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form .control-group.predictions .checkbox {
  float: left;
  width: 160px;
  margin: 0 0 15px 20px;
  background: #dbdbdb;
  border-radius: 5px;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 126, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form .control-group.predictions .checkbox {
    width: 145px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 126, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form .control-group.predictions .checkbox {
    width: 200px;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 126, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  #project-predictions-form .control-group.predictions .checkbox {
    float: none;
    width: 300px;
    margin: 0 0 10px 20px;
  }
}
/* line 146, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form .control-group.predictions .checkbox label {
  padding: 10px;
}
/* line 151, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form .control-group .control-label {
  margin-bottom: 5px;
  font-weight: 700;
}
/* line 155, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
#project-predictions-form .control-group label {
  color: #76787a;
  margin-bottom: 0;
}

/* line 166, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
.modal-body #project-predictions-form ul#difficulty li {
  width: 225px;
}
/* line 168, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
.modal-body #project-predictions-form ul#difficulty li label {
  padding: 135px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 171, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
.modal-body #project-predictions-form ul#difficulty li label.image-easy {
  background: url("../img/pages/project/prediction-img-easy.png") no-repeat;
  background-size: 225px 177px;
}
/* line 175, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
.modal-body #project-predictions-form ul#difficulty li label.image-medium {
  background: url("../img/pages/project/prediction-img-medium.png") no-repeat;
  background-size: 225px 177px;
}
/* line 179, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
.modal-body #project-predictions-form ul#difficulty li label.image-hard {
  background: url("../img/pages/project/prediction-img-hard.png") no-repeat;
  background-size: 225px 177px;
}
/* line 183, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
.modal-body #project-predictions-form ul#difficulty li label span {
  position: relative;
  top: 2px;
}
/* line 189, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
.modal-body #project-predictions-form ul#difficulty li .icheckbox_flat-grey, .modal-body #project-predictions-form ul#difficulty li .iradio_flat-grey {
  top: 126px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 166, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li {
    width: 145px;
  }
  /* line 194, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li label {
    padding: 90px 10px 10px;
  }
  /* line 196, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li label.image-easy, .modal-body #project-predictions-form ul#difficulty li label.image-medium, .modal-body #project-predictions-form ul#difficulty li label.image-hard, .modal-body #project-predictions-form ul#difficulty li label.image-complex {
    background-size: 145px 114px;
  }
  /* line 201, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li .icheckbox_flat-grey, .modal-body #project-predictions-form ul#difficulty li .iradio_flat-grey {
    top: 82px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 166, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li {
    width: 200px;
    float: none;
    margin: 0 0 10px 20px;
  }
  /* line 212, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li label.image-easy, .modal-body #project-predictions-form ul#difficulty li label.image-medium, .modal-body #project-predictions-form ul#difficulty li label.image-hard, .modal-body #project-predictions-form ul#difficulty li label.image-complex {
    background-image: none;
    padding: 10px;
  }
  /* line 216, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li label span {
    padding-left: 0;
  }
  /* line 220, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li .icheckbox_flat-grey, .modal-body #project-predictions-form ul#difficulty li .iradio_flat-grey {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 166, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li {
    float: none;
    width: 200px;
    margin: 0 0 10px 20px;
  }
  /* line 229, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li label.image-easy, .modal-body #project-predictions-form ul#difficulty li label.image-medium, .modal-body #project-predictions-form ul#difficulty li label.image-hard, .modal-body #project-predictions-form ul#difficulty li label.image-complex {
    background-image: none;
    padding: 10px;
    width: 200px;
  }
  /* line 234, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li label span {
    padding-left: 0;
  }
  /* line 238, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#difficulty li .icheckbox_flat-grey, .modal-body #project-predictions-form ul#difficulty li .iradio_flat-grey {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 246, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form ul#cost li, .modal-body #project-predictions-form ul#number_to_buy li, .modal-body #project-predictions-form ul#difficulty li {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 255, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-product-predictions.scss */
  .modal-body #project-predictions-form .predictions .checkbox {
    width: auto;
  }
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
hr.last {
  margin-top: 0 !important;
}

/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
#users-profile .badges li {
  margin-bottom: 10px;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
#users-profile .badges li h3 {
  margin-top: 0;
}

/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader {
  margin: 10px 0 30px;
}
/* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info {
  display: table;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  /* line 23, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-info {
    margin-bottom: 20px;
  }
}
/* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .profile-avatar-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  width: 120px;
  height: 120px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-info .profile-avatar-image {
    width: 120px;
    height: 120px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-info .profile-avatar-image {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  /* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-info .profile-avatar-image {
    width: 70px;
    height: 70px;
  }
}
/* line 48, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body h2 {
  margin: 0 0 5px;
  font-size: 26px;
  width: 250px;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-info .media-body h2 {
    width: 170px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-info .media-body h2 {
    width: 320px;
  }
}
@media screen and (max-width: 480px) {
  /* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-info .media-body h2 {
    width: 200px;
  }
}
/* line 66, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body h2 span {
  display: block;
  font-size: 12px;
}
/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body h2 span a {
  color: #0175c0;
}
/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body h2 span a:hover {
  color: #00539e;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body a#profile-follow-btn {
  margin-top: 10px;
}
/* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body a#profile-follow-btn.unfollow:hover {
  background: #9d0a0e;
}
/* line 85, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body .groups {
  margin: 5px 0 2px;
}
/* line 88, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-info .media-body .group {
  background-color: #a6ce39;
  color: #fff;
  padding: 3px 6px;
  font-family: 'Varela Round',Arial,sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: block;
  float: left;
  margin: 0 3px 3px 0;
}
/* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement {
  display: table;
  border-left: 1px solid #dbdbdb;
  padding-left: 40px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  /* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .header-profile-user-achievement {
    border-left: none;
    padding-left: 0;
    height: auto;
  }
}
/* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement {
  display: table-cell;
  vertical-align: middle;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.userHeader .header-profile-user-achievement .header-user-achievement ul:before, .userHeader .header-profile-user-achievement .header-user-achievement ul:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.userHeader .header-profile-user-achievement .header-user-achievement ul:after {
  clear: both;
}
/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement ul li {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement ul li:last-child {
  margin-right: 0;
}
/* line 122, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement ul li.profile-header-badge {
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: relative;
}
/* line 127, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement ul li.profile-header-badge span {
  background: white;
  padding: 1px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: -7px;
  left: 21px;
  color: #76787a;
}
/* line 137, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement ul li.pop-up {
  background-image: none;
}
/* line 143, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement h2 span {
  color: #a6ce39;
}
/* line 148, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement h3 a {
  color: #0175c0;
}
/* line 150, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userHeader .header-profile-user-achievement .header-user-achievement h3 a:hover {
  color: #00539e;
}

/* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
article .bio-section {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c5c5c5;
}
/* line 163, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
article .bio-section div.quote {
  float: left;
  background: url("../img/box/bigquote.png") no-repeat;
  height: 14px;
  width: 18px;
  margin: 5px 0 0;
}
/* line 170, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
article .bio-section h2 {
  line-height: 1.3;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-left: 22px;
}

/* line 179, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain {
  padding: 30px 0;
}
/* line 182, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain ul.unstyled.unstyled, .userMain ul.unstyled.items {
  margin: 0 0 20px;
}

/* line 190, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain .form-horizontal .control-label {
  display: block;
}
/* line 193, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain .form-horizontal .controls {
  display: block;
}

/* line 201, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information {
  clear: both;
  background: #a6ce39;
  margin-bottom: 20px;
}
/* line 206, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-score h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 45px 20px;
  color: #eeeeee;
}
/* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-meter {
  padding: 25px 0;
}
/* line 215, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-meter section {
  padding: 15px 15px 5px;
  background: #040404;
  border: 5px solid #373737;
}
/* line 219, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-meter section h3 {
  float: left;
  font-size: 36px;
  color: #0175c0;
  font-weight: bold;
  margin: 13px 0 0;
  padding: 0;
}
/* line 230, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-explain h2 {
  color: #F8F8F8;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 20px 2px;
  line-height: 20px;
}
/* line 237, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-explain ul {
  margin: 0 0 0 40px;
}
/* line 239, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-explain ul li {
  line-height: 18px;
  font-size: 11px;
  list-style-type: circle;
  color: #eeeeee;
}
/* line 246, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-explain p {
  margin: 0 0 10px 20px;
  color: #F8F8F8;
}
/* line 250, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-explain.achieve {
  width: 305px;
}
/* line 253, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.participation-information .participation-explain.achieve p span {
  font-weight: 700;
  color: #222;
}

/* line 259, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #efefef;
  position: relative;
}
/* line 265, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement.achieve h3 {
  display: none;
}
/* line 268, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement.achieve p {
  line-height: 2;
}
/* line 272, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement h2, .achievement-boxes .participation-achievement h3, .achievement-boxes .participation-achievement p {
  padding: 0 10px;
}
/* line 275, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement p {
  margin: 0 0 5px;
}
/* line 278, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement h2 {
  background: #222222;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  color: white;
  padding: 5px 10px;
  margin-top: 0;
}
/* line 287, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement h3 {
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 293, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.achievement-boxes .participation-achievement span {
  display: block;
  position: absolute;
  top: -22px;
  left: 5px;
  width: 33px;
  height: 32px;
}

@media (max-width: 788px) {
  /* line 306, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .participation-information .participation-score h2 {
    margin: 20px;
  }
  /* line 310, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .participation-information .participation-meter {
    padding: 10px 0;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 480px) {
  /* line 318, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .participation-information .participation-meter {
    padding: 10px 0;
    margin: 0;
  }
}
/* line 329, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
ul.badges li {
  margin-bottom: 15px;
}
/* line 331, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
ul.badges li div.thumbnail {
  padding: 10px 15px 10px 10px;
}
/* line 333, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
ul.badges li div.thumbnail h3 {
  margin: 0 0 5px;
  line-height: 28px;
}
/* line 337, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
ul.badges li div.thumbnail p {
  margin-bottom: 0;
}

/* line 345, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.profile-view {
  border-top: 1px solid #dbdcdd;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 351, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
#create_user_note_form .bootstrap-timepicker {
  margin-bottom: 20px;
}

/* line 357, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain .form-horizontal.email-notifications {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px 0;
}
/* line 362, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain .form-horizontal.email-notifications .control-label {
  float: left;
  width: 85px;
  padding-top: 5px;
  text-align: right;
}
/* line 368, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain .form-horizontal.email-notifications .controls {
  margin-left: 100px;
}
/* line 370, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain .form-horizontal.email-notifications .controls a#avatar-browse {
  margin-top: 0;
}
/* line 374, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.userMain .form-horizontal.email-notifications .btn, .userMain .form-horizontal.email-notifications .thread .commentvote-new, .thread .userMain .form-horizontal.email-notifications .commentvote-new {
  margin-top: 20px;
}

@media (max-width: 788px) {
  /* line 380, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .profile-ava {
    float: left;
  }
  /* line 382, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .userHeader .profile-ava img {
    float: left;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  /* line 394, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  #watching {
    margin: 0 0 20px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 30px;
  }
}

/* line 401, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-project-follow, .user-people-follow {
  border-bottom: 5px solid #dbdbdb;
  background: white;
  padding: 10px;
  margin: 0 0 10px;
  position: relative;
  display: table;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-project-follow:before, .user-project-follow:after, .user-people-follow:before, .user-people-follow:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-project-follow:after, .user-people-follow:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 401, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-project-follow, .user-people-follow {
    margin: 0 0 10px;
  }
}
/* line 411, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-project-follow .project-follow-image, .user-people-follow .project-follow-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  float: left;
  height: 80px;
  width: 80px;
  margin-right: 10px;
}
/* line 418, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-project-follow .project-follow-body, .user-people-follow .project-follow-body {
  width: 100%;
  margin-left: 100px;
  display: table-cell;
  vertical-align: middle;
}
/* line 423, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-project-follow .project-follow-body h1, .user-people-follow .project-follow-body h1 {
  font-size: 18px;
  margin: 0;
  max-height: 28px;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 433, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-project-follow .project-follow-body .project-follow-info a, .user-project-follow .project-follow-body .project-follow-info span time, .user-people-follow .project-follow-body .project-follow-info a, .user-people-follow .project-follow-body .project-follow-info span time {
  color: #aeb0b1;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 442, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-project-follow .follow-btn, .user-people-follow .follow-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* line 447, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-project-follow .follow-btn.unfollow:hover, .user-people-follow .follow-btn.unfollow:hover {
  color: #9d0a0e;
}

/* line 457, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-people-follow.me {
  border-bottom: 5px solid #a6ce39;
}
/* line 460, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-people-follow .people-follow-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  float: left;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
/* line 469, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-people-follow .project-follow-body span {
  color: #aeb0b1;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 475, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-people-follow .project-follow-body span .ss-icon {
  color: #aeb0b1;
}
/* line 480, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-people-follow .project-follow-body h1 span {
  font-size: 12px;
  color: white;
  background: #a6ce39;
  display: inline;
  padding: 2px 6px;
  position: relative;
  top: -3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 498, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
#followers ul {
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 480px) {
  /* line 498, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  #followers ul {
    margin-left: 0;
  }
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#followers ul:before, #followers ul:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#followers ul:after {
  clear: both;
}
/* line 504, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
#followers ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
/* line 507, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
#followers ul li.empty {
  margin-left: 20px;
}

/* line 518, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
#followers ul li h1, #watching ul li h1, #following ul li h1 {
  width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 518, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  #followers ul li h1, #watching ul li h1, #following ul li h1 {
    width: 242px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 518, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  #followers ul li h1, #watching ul li h1, #following ul li h1 {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  /* line 518, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  #followers ul li h1, #watching ul li h1, #following ul li h1 {
    width: 190px;
  }
}

/* line 537, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile, .user-my-profile #lego-id-profile, .user-my-profile #fan-survey {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-my-profile #cx-profile:before, .user-my-profile #cx-profile:after, .user-my-profile #lego-id-profile:before, .user-my-profile #lego-id-profile:after, .user-my-profile #fan-survey:before, .user-my-profile #fan-survey:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-my-profile #cx-profile:after, .user-my-profile #lego-id-profile:after, .user-my-profile #fan-survey:after {
  clear: both;
}
/* line 543, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .control-label, .user-my-profile #lego-id-profile .control-group .control-label, .user-my-profile #fan-survey .control-group .control-label {
  float: none;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  width: auto;
}
/* line 551, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .controls, .user-my-profile #lego-id-profile .control-group .controls, .user-my-profile #fan-survey .control-group .controls {
  margin-left: 0;
}
/* line 553, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .controls textarea, .user-my-profile #cx-profile .control-group .controls select, .user-my-profile #cx-profile .control-group .controls input[type="text"], .user-my-profile #cx-profile .control-group .controls .uneditable-input, .user-my-profile #lego-id-profile .control-group .controls textarea, .user-my-profile #lego-id-profile .control-group .controls select, .user-my-profile #lego-id-profile .control-group .controls input[type="text"], .user-my-profile #lego-id-profile .control-group .controls .uneditable-input, .user-my-profile #fan-survey .control-group .controls textarea, .user-my-profile #fan-survey .control-group .controls select, .user-my-profile #fan-survey .control-group .controls input[type="text"], .user-my-profile #fan-survey .control-group .controls .uneditable-input {
  background-color: #eee;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 8px;
  width: 404px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 553, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls textarea, .user-my-profile #cx-profile .control-group .controls select, .user-my-profile #cx-profile .control-group .controls input[type="text"], .user-my-profile #cx-profile .control-group .controls .uneditable-input, .user-my-profile #lego-id-profile .control-group .controls textarea, .user-my-profile #lego-id-profile .control-group .controls select, .user-my-profile #lego-id-profile .control-group .controls input[type="text"], .user-my-profile #lego-id-profile .control-group .controls .uneditable-input, .user-my-profile #fan-survey .control-group .controls textarea, .user-my-profile #fan-survey .control-group .controls select, .user-my-profile #fan-survey .control-group .controls input[type="text"], .user-my-profile #fan-survey .control-group .controls .uneditable-input {
    width: 296px;
  }
}
@media screen and (max-width: 480px) {
  /* line 553, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls textarea, .user-my-profile #cx-profile .control-group .controls select, .user-my-profile #cx-profile .control-group .controls input[type="text"], .user-my-profile #cx-profile .control-group .controls .uneditable-input, .user-my-profile #lego-id-profile .control-group .controls textarea, .user-my-profile #lego-id-profile .control-group .controls select, .user-my-profile #lego-id-profile .control-group .controls input[type="text"], .user-my-profile #lego-id-profile .control-group .controls .uneditable-input, .user-my-profile #fan-survey .control-group .controls textarea, .user-my-profile #fan-survey .control-group .controls select, .user-my-profile #fan-survey .control-group .controls input[type="text"], .user-my-profile #fan-survey .control-group .controls .uneditable-input {
    width: 244px;
  }
}
/* line 566, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .controls select, .user-my-profile #lego-id-profile .control-group .controls select, .user-my-profile #fan-survey .control-group .controls select {
  width: 420px;
}
@media screen and (min-width: 768px) and (max-width: 978px) {
  /* line 566, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls select, .user-my-profile #lego-id-profile .control-group .controls select, .user-my-profile #fan-survey .control-group .controls select {
    width: 312px;
  }
}
@media screen and (max-width: 480px) {
  /* line 566, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls select, .user-my-profile #lego-id-profile .control-group .controls select, .user-my-profile #fan-survey .control-group .controls select {
    width: 260px;
  }
}
/* line 576, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .controls a.timezone, .user-my-profile #lego-id-profile .control-group .controls a.timezone, .user-my-profile #fan-survey .control-group .controls a.timezone {
  background: #0175c0;
  padding: 5px 10px;
  color: white;
  margin-top: 10px;
  font-size: 14px;
}
/* line 582, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .controls a.timezone:hover, .user-my-profile #lego-id-profile .control-group .controls a.timezone:hover, .user-my-profile #fan-survey .control-group .controls a.timezone:hover {
  background: #00539e;
}
/* line 587, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .controls .input-prepend .add-on, .user-my-profile #lego-id-profile .control-group .controls .input-prepend .add-on, .user-my-profile #fan-survey .control-group .controls .input-prepend .add-on {
  background-color: white;
  border: 1px solid #ccc;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 4px 5px;
  text-shadow: none;
  width: 150px;
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  /* line 587, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls .input-prepend .add-on, .user-my-profile #lego-id-profile .control-group .controls .input-prepend .add-on, .user-my-profile #fan-survey .control-group .controls .input-prepend .add-on {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  /* line 587, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls .input-prepend .add-on, .user-my-profile #lego-id-profile .control-group .controls .input-prepend .add-on, .user-my-profile #fan-survey .control-group .controls .input-prepend .add-on {
    width: 130px;
  }
}
/* line 603, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile .control-group .controls .input-prepend input, .user-my-profile #lego-id-profile .control-group .controls .input-prepend input, .user-my-profile #fan-survey .control-group .controls .input-prepend input {
  width: 240px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 603, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls .input-prepend input, .user-my-profile #lego-id-profile .control-group .controls .input-prepend input, .user-my-profile #fan-survey .control-group .controls .input-prepend input {
    width: 144px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 603, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls .input-prepend input, .user-my-profile #lego-id-profile .control-group .controls .input-prepend input, .user-my-profile #fan-survey .control-group .controls .input-prepend input {
    width: 254px;
  }
}
@media screen and (max-width: 480px) {
  /* line 603, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
  .user-my-profile #cx-profile .control-group .controls .input-prepend input, .user-my-profile #lego-id-profile .control-group .controls .input-prepend input, .user-my-profile #fan-survey .control-group .controls .input-prepend input {
    width: 119px;
  }
}
/* line 620, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile #avatar {
  display: table;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-my-profile #cx-profile #avatar:before, .user-my-profile #cx-profile #avatar:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-my-profile #cx-profile #avatar:after {
  clear: both;
}
/* line 623, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile #avatar img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
/* line 626, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile #avatar .avatar-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
/* line 634, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile #avatar .avatar-actions {
  display: table-cell;
  vertical-align: middle;
}
/* line 637, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile #avatar .avatar-actions a {
  font-size: 14px;
  padding: 5px 10px;
  background: #0175c0;
  color: white;
}
/* line 642, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile #avatar .avatar-actions a .ss-icon {
  color: white;
}
/* line 647, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #cx-profile #avatar .file-progress {
  clear: both;
}
/* line 652, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #lego-id-profile {
  overflow: hidden;
}
/* line 654, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #lego-id-profile .avatar .avatar-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
/* line 664, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #lego-id-profile .lego-id-info {
  margin: 0 0 20px 115px;
}
/* line 667, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #lego-id-profile .lego-id-info li p {
  word-wrap: break-word;
}
/* line 674, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #fan-survey .unstyled {
  margin-bottom: 0;
}
/* line 678, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-my-profile #fan-survey .control-group .control-label {
  margin-bottom: 5px;
}

/* line 696, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-preferences {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-preferences:before, .user-preferences:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.user-preferences:after {
  clear: both;
}
/* line 701, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-preferences .form-horizontal .control-group .control-label {
  float: none;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
/* line 708, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-preferences .form-horizontal .control-group .controls {
  margin-left: 0;
}
/* line 713, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-preferences .control-label {
  width: inherit;
}
/* line 717, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.user-preferences .radio label {
  display: inline-block;
}

/* line 724, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-profile.scss */
.smallbadges {
  opacity: 1;
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.submit-head {
  margin: 0 0 20px;
}

/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit-main {
  margin-bottom: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit-main:before, .project-edit-main:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit-main:after {
  clear: both;
}
/* line 17, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit-main.overview header, .project-edit-main.overview section {
  margin-bottom: 20px;
}
/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit-main strong {
  color: #76787a;
}
/* line 24, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit-main .project-preview {
  margin-left: 0;
}
/* line 26, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit-main .project-preview .project-tag-list {
  margin-bottom: 0;
}

/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit:before, .project-edit:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit:after {
  clear: both;
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit .control-group label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit .control-group p {
  font-size: 14px;
}
/* line 66, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit textarea, .project-edit select,
.project-edit input[type="text"],
.project-edit input[type="password"],
.project-edit input[type="datetime"],
.project-edit input[type="datetime-local"],
.project-edit input[type="date"],
.project-edit input[type="month"],
.project-edit input[type="time"],
.project-edit input[type="week"],
.project-edit input[type="number"],
.project-edit input[type="email"],
.project-edit input[type="url"],
.project-edit input[type="search"],
.project-edit input[type="tel"],
.project-edit input[type="color"],
.project-edit .uneditable-input {
  background: white;
}
/* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .upload-direction {
  display: block;
  margin-top: 8px;
  color: #999;
  font-style: italic;
}
/* line 81, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image {
  margin-bottom: 30px;
}
/* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container {
  background: #76787a;
  min-height: 300px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
/* line 90, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container.image {
  background: none;
  min-height: auto;
}
/* line 93, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container.image .upload-buttons {
  top: 20px;
}
/* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container.image img {
  width: 100%;
}
/* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container .upload-buttons {
  width: 100%;
  top: 100px;
  min-height: 50px;
  position: relative;
  text-align: center;
}
/* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container .upload-buttons .upload-buttons-container {
  display: inline-block;
  color: #76787a;
  top: 0;
  left: 0;
  width: auto;
  position: relative;
}
/* line 115, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container .upload-buttons .upload-buttons-container a b {
  margin-right: 8px;
}
/* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container .upload-buttons .upload-buttons-container a.browse {
  margin-right: 10px;
}
/* line 121, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container .upload-buttons .upload-buttons-container a.remove-attach {
  margin-left: 10px;
  margin-right: 0;
  color: #9D0A0E;
}
/* line 125, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-container .upload-buttons .upload-buttons-container a.remove-attach .ss-icon {
  color: #9D0A0E;
}
/* line 136, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-image .project-image-progress {
  position: relative;
  clear: both;
}
/* line 144, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-edit-image-attachments h3 {
  font-size: 14px;
  font-weight: 700;
  font-family: arial, helvetica, sans-serif;
  margin-bottom: 5px;
}
/* line 150, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .project-edit-image-attachments a.browse {
  margin-top: 10px;
}
/* line 155, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .attachments-list {
  margin: 10px 0 20px -10px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit.basics .attachments-list:before, .project-edit.basics .attachments-list:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit.basics .attachments-list:after {
  clear: both;
}
/* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.basics .attachments-list li.attachment {
  float: left;
  padding: 0;
  margin: 0 0 10px 10px;
  width: 18.55%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-edit.basics .attachments-list li.attachment {
    width: 22.3%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-edit.basics .attachments-list li.attachment {
    width: 28.9%;
    margin: 0 0 5px 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-edit.basics .attachments-list li.attachment {
    width: 30.3%;
    margin: 0 0 5px 5px;
  }
}
/* line 202, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements h2 {
  margin-bottom: 20px;
}
/* line 206, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-form-submit {
  margin-bottom: 10px;
}
/* line 208, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-form-submit ul {
  margin: 10px 0 0 0;
  padding: 0;
}
/* line 211, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-form-submit ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit.agreements .project-form-submit ul li:before, .project-edit.agreements .project-form-submit ul li:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit.agreements .project-form-submit ul li:after {
  clear: both;
}
/* line 215, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-form-submit ul li label {
  background: none;
  padding: 0;
  float: left;
  margin-top: -18px;
  margin-left: 20px;
}
/* line 222, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-form-submit ul li input {
  float: left;
}
/* line 228, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content {
  margin-bottom: 30px;
}
/* line 230, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content h2 {
  margin-bottom: 20px;
}
/* line 233, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content label {
  font-family: arial, helvetica, sans-serif;
  font-weight: 500;
}
/* line 234, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content label.project-submit-label {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 241, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content label.checkbox {
  padding-left: 25px;
  margin-bottom: 10px;
}
/* line 244, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content label.checkbox input {
  margin-left: -25px;
}
/* line 249, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content #contains_intellectual_property {
  margin: 10px 0 0 0;
  padding: 0;
}
/* line 252, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content #contains_intellectual_property li {
  list-style-type: none;
  margin-bottom: 10px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit.agreements .project-submit-content #contains_intellectual_property li:before, .project-edit.agreements .project-submit-content #contains_intellectual_property li:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-edit.agreements .project-submit-content #contains_intellectual_property li:after {
  clear: both;
}
/* line 256, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content #contains_intellectual_property li label {
  background: none;
  padding: 0;
  float: left;
  margin-left: 10px;
  font-weight: 500;
}
/* line 263, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content #contains_intellectual_property li input {
  float: left;
}
/* line 268, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.agreements .project-submit-content h3 {
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 277, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.what-now {
  padding-bottom: 30px;
}
/* line 279, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-edit.what-now h2 {
  margin-top: 0;
}

/* line 288, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons {
  border-bottom: 5px solid #dbdbdb;
  background: white;
  margin: 20px 0 0;
  padding: 10px;
  clear: both;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-form-buttons:before, .project-form-buttons:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-form-buttons:after {
  clear: both;
}
/* line 294, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
/* line 301, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li.overview-agree {
  text-align: left;
}
/* line 305, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #0175c0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 305, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li a {
    display: block;
  }
}
/* line 312, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li a.discard {
  color: #9d0a0e;
}
/* line 315, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li a img.discard {
  margin-right: 5px;
}
/* line 320, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li a .spinner, .project-form-buttons li button .spinner {
  display: none;
}
/* line 324, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li a.inprogress .spinner, .project-form-buttons li button.inprogress .spinner {
  display: inline;
}
/* line 329, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li .project-save {
  margin-right: 5px;
}
/* line 332, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li .project-next {
  margin-left: 5px;
}
/* line 336, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li.block1 {
  width: 10%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 336, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li.block1 {
    width: 13%;
  }
}
/* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li.block2 {
  width: 24%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li.block2 {
    width: 16.7%;
  }
}
/* line 348, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li.block3 {
  width: 29.8%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 348, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li.block3 {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  /* line 294, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li {
    margin-bottom: 10px;
  }
  /* line 356, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li:last-child {
    margin-bottom: 0;
  }
  /* line 359, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li.block1, .project-form-buttons li.block2, .project-form-buttons li.block3 {
    width: 100%;
  }
  /* line 361, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
  .project-form-buttons li.block1.align-left, .project-form-buttons li.block1.align-right, .project-form-buttons li.block2.align-left, .project-form-buttons li.block2.align-right, .project-form-buttons li.block3.align-left, .project-form-buttons li.block3.align-right {
    text-align: center;
  }
}
/* line 366, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons li strong {
  font-weight: bold;
  color: white;
}
/* line 373, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons.overview {
  display: block;
  margin: 30px 0 0 0;
}
/* line 376, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons.overview .overview-check {
  float: right;
}
/* line 378, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons.overview .overview-check a {
  color: #0175c0;
  margin-right: 10px;
}
/* line 381, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons.overview .overview-check a:hover {
  color: #00539e;
}
/* line 386, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-form-buttons.overview .overview-agree {
  margin: 7px 0 0;
}

/* line 393, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-step-description {
  background: white;
  padding: 10px 20px 0;
}
/* line 396, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-step-description p {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #dbdbdb;
  color: #bfc0c2;
}
/* line 401, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-step-description p.preview {
  border-bottom: 0;
}

/* line 408, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.alert.project-alert-draft {
  padding: 15px 35px 15px 14px;
  margin-bottom: 20px;
  text-shadow: none;
  background-color: #a6ce39;
  border: none;
  color: white;
}
/* line 415, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.alert.project-alert-draft p {
  color: white;
  text-align: center;
  margin: 0;
}
/* line 419, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.alert.project-alert-draft p strong {
  color: white;
}
/* line 423, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.alert.project-alert-draft .ss-icon {
  color: white;
}
/* line 426, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.alert.project-alert-draft .close {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  top: 0;
}

/* line 433, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-confirmation {
  margin-bottom: 20px;
  padding: 15px 35px 15px 14px;
  clear: both;
}
/* line 437, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-confirmation p {
  color: white;
  margin: 0;
  text-align: center;
}
/* line 441, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-confirmation p strong {
  color: white;
}
/* line 445, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-create.scss */
.project-confirmation.submit {
  background-color: #9d0a0e;
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-show-main .project-show-container {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  /* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-show-main {
    margin-bottom: 20px;
  }
}

/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-title {
  margin-bottom: 20px;
}
/* line 16, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-title h1 {
  margin-bottom: 5px;
}
/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-title h2.project-date {
  font-size: 14px;
  color: #aeb0b1;
  margin: 0;
}

/* line 36, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs {
  padding: -20px;
  margin: 0;
  background: #dbdcdd;
  border-bottom: none;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.lego-nav-tabs:before, .lego-nav-tabs:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.lego-nav-tabs:after {
  clear: both;
}
/* line 42, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs li {
  width: 19.88%;
  text-align: center;
  background: #dbdcdd;
  border-right: 1px solid #eeeeee;
  border-bottom: 3px solid #cdcdcf;
  line-height: 65px;
  height: 65px;
  display: table;
  margin-bottom: -3px;
}
/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs li a {
  color: #76787a;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs li a span {
  background: #0175c0;
  padding: 1px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
}
/* line 67, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs li.active {
  background: white;
  border-bottom: 0;
}
/* line 70, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs li.active a {
  color: #4b4b4b;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs li:last-child {
  border-right: none;
}
/* line 85, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.project li {
  width: 139px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 85, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.project li {
    width: 94px;
    height: 100px;
  }
  /* line 91, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.project li a {
    padding: 8px 6px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 85, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.project li {
    width: 94.2px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  /* line 85, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.project li {
    width: 100%;
    height: 65px;
    margin-bottom: -1px;
  }
  /* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.project li.last.active {
    border-bottom: 3px solid #cdcdcf;
  }
}
/* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.project li.no-access {
  background: #dddee0;
  cursor: default;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.project li.no-access {
    border-bottom: 3px solid #cdcdcf;
  }
}
/* line 114, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.project li.no-access a {
  color: #c1c2c4;
}
/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.project li.no-access a:hover {
  background: #dddee0;
  color: #c1c2c4;
  border: 0;
}
/* line 126, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.project.preview .no-access {
  border-bottom: 3px solid #cdcdcf;
}
/* line 128, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.project.preview .no-access a {
  cursor: default;
}
/* line 130, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.project.preview .no-access a span {
  background: #ccc;
}
/* line 138, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.profile {
  background: none;
}
/* line 140, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.profile li {
  width: 155px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 140, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.profile li {
    width: 119px;
  }
}
@media screen and (max-width: 767px) {
  /* line 140, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.profile li {
    width: 100%;
    height: 65px;
  }
  /* line 149, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.profile li.last.active {
    border-bottom: 3px solid #cdcdcf;
  }
}
/* line 155, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.profile.user li {
  width: 133px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 155, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.profile.user li {
    width: 102px;
  }
}
@media screen and (max-width: 767px) {
  /* line 155, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.profile.user li {
    width: 100%;
    height: 65px;
  }
  /* line 164, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .lego-nav-tabs.profile.user li.last.active {
    border-bottom: 3px solid #cdcdcf;
  }
}
/* line 168, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.profile.user li.active {
  background: white;
  border-bottom: 3px solid #ddd;
}
/* line 171, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.lego-nav-tabs.profile.user li.active a {
  color: #4b4b4b;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 185, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview {
  margin-left: 20px;
}

/* line 191, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display {
  border-bottom: 5px solid #dbdbdb;
  background: white;
  padding: 20px;
  position: relative;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-display:before, .project-display:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-display:after {
  clear: both;
}
/* line 198, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display .project-image {
  margin-bottom: 20px;
}
/* line 200, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display .project-image img {
  width: 100%;
}
/* line 206, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display .project-image-list ul {
  margin: 0 0 0 -10px;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-display .project-image-list ul:before, .project-display .project-image-list ul:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-display .project-image-list ul:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 206, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-display .project-image-list ul {
    margin-left: -5px;
  }
}
/* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display .project-image-list ul li {
  float: left;
  height: 100%;
  list-style-type: none;
  margin: 0 0 10px 10px;
  width: 18.5%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-display .project-image-list ul li {
    width: 22.7%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-display .project-image-list ul li {
    width: 30.55%;
    margin: 0 0 5px 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 213, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-display .project-image-list ul li {
    width: 31.4%;
    margin: 0 0 5px 5px;
  }
}
/* line 236, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display .project-description p {
  margin-bottom: 20px;
  font-size: 14px;
  word-wrap: break-word;
}
/* line 240, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display .project-description p strong {
  color: #76787a;
}
/* line 244, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-display .project-description img {
  display: block;
  margin-bottom: 20px;
}

/* line 253, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-tags {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-tags:before, .project-tags:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-tags:after {
  clear: both;
}
/* line 258, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-tags .project-tag-list {
  margin: 0;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-tags .project-tag-list:before, .project-tags .project-tag-list:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-tags .project-tag-list:after {
  clear: both;
}
/* line 262, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-tags .project-tag-list li {
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #bfc0c2;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px 10px 0;
  color: white;
}

/* line 276, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-sidebar .tile {
  margin-bottom: 20px;
}
/* line 279, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-sidebar h2 {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #dbdbdb;
}
/* line 285, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-sidebar .panel-tile {
  margin-left: 0;
}

/* line 292, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip {
  background: #bfc0c2;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto 20px;
  clear: both;
}
/* line 299, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip p {
  text-align: center;
  color: white;
  margin-bottom: 0;
}
/* line 304, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip span {
  display: block;
}
/* line 306, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip span.project-tip-arrow {
  width: 20px;
  height: 10px;
  position: absolute;
  left: 48%;
  bottom: -10px;
  background: url("../img/pages/project/tooltip-arrow.png") no-repeat;
}
/* line 315, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip.preview {
  background: #a6ce39;
}
/* line 317, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip.preview p {
  color: white;
}
/* line 321, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip.preview span.project-tip-arrow {
  background: url("../img/pages/project/tooltip-secondary-arrow.png") no-repeat;
  left: 93%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 321, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-preview-tip.preview span.project-tip-arrow {
    left: 91.5%;
  }
}
/* line 328, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-preview-tip.preview span.ss-icon {
  font-size: 28px;
  color: white;
  top: 9px;
  display: inline;
  margin-right: 8px;
}

/* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help h3 {
  padding: 10px;
  background: white;
  margin-bottom: 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 349, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help h3 .ss-icon {
  top: 2px;
  margin-right: 5px;
}
/* line 353, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help h3 i.inactive {
  display: none;
}
/* line 357, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help h3.collapsed i.active {
  display: none;
}
/* line 360, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help h3.collapsed i.inactive {
  display: inline-block;
}
/* line 365, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help .project-help-container {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 0 20px;
}
/* line 369, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help .project-help {
  padding: 10px 0;
}
/* line 371, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help .project-help ul {
  margin: 0 0 10px 15px;
}
/* line 375, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-edit-help .project-help a.view-all {
  display: block;
  text-align: right;
  border-top: 1px solid #dbdbdb;
  padding: 10px 0 0;
}

/* line 384, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics, #project-info-details {
  padding: 10px 20px;
  background: white;
  border-bottom: 5px solid #dbdbdb;
  margin-bottom: 20px;
  padding: 0 20px 10px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-info-basics:before, #project-info-basics:after, #project-info-details:before, #project-info-details:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-info-basics:after, #project-info-details:after {
  clear: both;
}
/* line 388, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-inner, #project-info-details .carousel-inner {
  border-bottom: 1px solid #dbdbdb;
}
/* line 391, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-indicators, #project-info-details .carousel-indicators {
  float: right;
  left: 0;
  margin-top: 10px;
}
/* line 395, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-indicators li, #project-info-details .carousel-indicators li {
  height: 10px;
  width: 10px;
  background: #bfc0c2;
}
/* line 399, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-indicators li.active, #project-info-details .carousel-indicators li.active {
  background: #0175c0;
}
@media screen and (max-width: 480px) {
  /* line 391, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  #project-info-basics .carousel-indicators, #project-info-details .carousel-indicators {
    display: block;
  }
}
/* line 408, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .project-help p, #project-info-details .project-help p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
/* line 414, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-control, #project-info-details .carousel-control {
  position: absolute;
  top: 20%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 432, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-control.right, #project-info-details .carousel-control.right {
  right: 0;
  left: auto;
}
/* line 437, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics:hover .carousel-control, #project-info-details:hover .carousel-control {
  color: #9d9ea0;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 446, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.help-tip-image {
  background: url("../img/pages/project/tool-tip-icons.png");
  height: 61px;
  width: 60px;
  margin: 0 auto 20px;
  text-align: center;
}
/* line 452, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.help-tip-image.tip-1 {
  background-position: 0 0;
}
/* line 455, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.help-tip-image.tip-2 {
  background-position: 0 -76px;
}
/* line 458, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.help-tip-image.tip-3 {
  background-position: 0 -153px;
}
/* line 461, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.help-tip-image.tip-4 {
  background-position: 0 -229px;
}
/* line 464, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.help-tip-image.tip-5 {
  background-position: 0 -306px;
}
/* line 467, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.help-tip-image.tip-6 {
  background-position: 0 -383px;
}

@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 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 479, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .help-tip-image {
    background: url("../img/pages/project/tool-tip-icons@2x.png");
    background-size: 60px 443px;
  }
}
/* line 488, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-inner {
  min-height: 180px;
}
/* line 491, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-basics .carousel-control {
  top: 15%;
}

/* line 496, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-details .carousel-inner {
  min-height: 220px;
}
/* line 499, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-info-details .carousel-control {
  top: 15%;
}

/* line 503, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-glass {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 519, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-update-edit .control-group label, .project-official-comment-edit .control-group label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 524, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-update-edit .control-group p, .project-official-comment-edit .control-group p {
  font-size: 14px;
}
/* line 527, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-update-edit .control-group input, .project-official-comment-edit .control-group input {
  width: 924px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 527, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-update-edit .control-group input, .project-official-comment-edit .control-group input {
    width: 708px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 527, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-update-edit .control-group input, .project-official-comment-edit .control-group input {
    width: 446px;
  }
}
@media screen and (max-width: 480px) {
  /* line 527, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
  .project-update-edit .control-group input, .project-official-comment-edit .control-group input {
    width: 284px;
  }
}

/* line 544, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-updates, .project-official-comments {
  margin-top: 20px;
}
/* line 546, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-updates > section, .project-official-comments > section {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 550, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-updates > section header, .project-official-comments > section header {
  margin-bottom: 10px;
}
/* line 552, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-updates > section header h3, .project-official-comments > section header h3 {
  margin-bottom: 0;
  font-size: 20px;
  padding-right: 50px;
}
/* line 557, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-updates > section header time, .project-official-comments > section header time {
  font-size: 12px;
  color: #bbb;
}
/* line 562, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-updates > section:last-child, .project-official-comments > section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 574, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions form {
  margin: 0;
}
/* line 578, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list {
  margin: 0;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-instructions #instructions-list:before, #project-instructions #instructions-list:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-instructions #instructions-list:after {
  clear: both;
}
/* line 582, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 10px;
  background: #eeeeee;
  border-bottom: 1px solid #dbdbdb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-instructions #instructions-list li.instruction:before, #project-instructions #instructions-list li.instruction:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-instructions #instructions-list li.instruction:after {
  clear: both;
}
/* line 590, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list {
  margin: 0;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list:before, #project-instructions #instructions-list li.instruction .project-instruction-list:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list:after {
  clear: both;
}
/* line 594, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li {
  list-style-type: none;
}
/* line 596, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li button {
  padding: 0;
  margin-right: 10px;
  background: none;
  border: none;
}
/* line 601, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li button .ss-icon {
  font-size: 18px;
  color: #0175c0;
}
/* line 606, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li button.order .ss-icon {
  font-size: 18px;
  color: #76787a;
}
/* line 611, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li button.last {
  margin-right: 0;
}
/* line 614, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li button.disabled {
  background: none;
  border: none;
  padding: 0;
  cursor: auto;
}
/* line 619, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li button.disabled .ss-icon {
  font-size: 18px;
  color: #dbdcdd;
}
/* line 625, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.sort, #project-instructions #instructions-list li.instruction .project-instruction-list li.language {
  float: left;
}
/* line 627, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.sort img, #project-instructions #instructions-list li.instruction .project-instruction-list li.language img {
  margin-right: 5px;
}
/* line 631, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.instruction-action {
  float: right;
}
/* line 634, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions {
  clear: both;
  background: #eeeeee;
  padding: 10px 0 0;
}
/* line 638, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}
/* line 641, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul {
  margin: 0;
  padding: 0;
}
/* line 644, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li {
  margin-bottom: 10px;
}
/* line 646, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li > label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
/* line 650, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li select {
  width: auto;
}
/* line 654, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li .project-instructions-document label {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 657, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li .project-instructions-document .instructions-document-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 661, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li .project-instructions-document a.browse-instrcuctions {
  background: #0175c0;
}
/* line 663, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li .project-instructions-document a.browse-instrcuctions:hover {
  background: #00539e;
}
/* line 669, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li button {
  color: #0175c0;
  margin-top: 10px;
}
/* line 672, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #instructions-list li.instruction .project-instruction-list li.project-edit-instructions form ul li button:hover {
  color: #00539e;
}
/* line 684, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
#project-instructions #add-instructions {
  clear: both;
  float: right;
}

/* line 695, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-official-comments .project-official-comment-actions form {
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 698, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.project-official-comments .project-official-comment-actions form button {
  border: none;
}

/* line 707, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.delete-project {
  text-align: center;
  margin: 0 0 20px;
  color: #9d0a0e;
  display: block;
  clear: both;
}
/* line 713, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.delete-project .ss-icon {
  color: #9d0a0e;
}
/* line 716, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-display.scss */
.delete-project:hover {
  color: #9d0a0e;
}

/* line 1, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.users-project-progression {
  margin-bottom: 20px;
  padding-top: 10px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.users-project-progression:before, .users-project-progression:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.users-project-progression:after {
  clear: both;
}
/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.users-project-progression.stores {
  padding-top: 10px;
}

/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-progression-bar {
  padding: 0 30px;
  margin-bottom: 10px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-progression-bar:before, .project-progression-bar:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.project-progression-bar:after {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-bar {
    padding: 0 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-bar {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-bar {
    padding: 0 20px;
  }
}

/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-step {
  width: 61px;
  height: 61px;
  position: relative;
  z-index: 10;
  text-align: center;
  float: left;
}
@media screen and (max-width: 480px) {
  /* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-step {
    width: 30px;
    height: 30px;
  }
}

/* line 53, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg {
  background: url("../img/progress/project-progression-sprite.png") no-repeat 0 -60px;
  width: 61px;
  height: 60px;
}
@media screen and (max-width: 480px) {
  /* line 53, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg {
    background-image: url("../img/progress/project-progression-mobile-sprite.png");
    width: 30px;
    height: 30px;
  }
}
/* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-1 {
  background-position: 0 -60px;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-1.in {
  background-position: 0 0;
}
@media screen and (max-width: 480px) {
  /* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-1 {
    background-position: 0 -30px;
  }
  /* line 67, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-1.in {
    background-position: 0 0;
  }
}
/* line 72, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-2 {
  background-position: -65px -60px;
}
/* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-2.in {
  background-position: -65px 0;
}
@media screen and (max-width: 480px) {
  /* line 72, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-2 {
    background-position: 0 -30px;
  }
  /* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-2.in {
    background-position: 0 0;
  }
}
/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-3 {
  background-position: -130px -60px;
}
/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-3.in {
  background-position: -130px 0;
}
@media screen and (max-width: 480px) {
  /* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-3 {
    background-position: 0 -30px;
  }
  /* line 91, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-3.in {
    background-position: 0 0;
  }
}
/* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-4 {
  background-position: -195px -60px;
}
/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.step-bkg.step-4.in {
  background-position: -195px 0;
}
@media screen and (max-width: 480px) {
  /* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-4 {
    background-position: 0 -30px;
  }
  /* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg.step-4.in {
    background-position: 0 0;
  }
}

/* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-step-progression {
  width: 24.6%;
  height: auto;
  margin: 0 -3px;
  position: relative;
  z-index: 1;
  text-align: center;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-step-progression {
    width: 22.3%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-step-progression {
    width: 16.9%;
  }
}
@media screen and (max-width: 480px) {
  /* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-step-progression {
    width: 20%;
  }
}
/* line 131, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-step-progression .progress-meter-description {
  text-align: center;
  margin: 0 -13px 30px;
  display: none;
}
/* line 135, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-step-progression .progress-meter-description h2 {
  font-size: 15px;
  margin: 0;
  color: #76787a;
}
@media screen and (max-width: 480px) {
  /* line 131, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-step-progression .progress-meter-description {
    display: none;
  }
}

/* line 148, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.progress-meter {
  width: 100%;
  margin-top: 25px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.progress-meter:before, .progress-meter:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.progress-meter:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  /* line 148, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .progress-meter {
    margin-top: 10px;
  }
}

/* line 156, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.progress-meter-back {
  background: #aeb0b1;
  height: 10px;
  width: 100%;
  padding: 0;
}
/* line 162, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.progress-meter-back .progress-meter-progression {
  background: #a6ce39;
  height: 10px;
  width: inherit;
  display: inline;
  float: left;
  position: relative;
}
/* line 170, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.progress-meter-back .progress-meter-progression .progress-meter-indicator {
  background: url("../img/progress/progress-triangle.png");
  display: none;
  width: 12px;
  height: 10px;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: -17px;
  right: -6px;
}

/* line 187, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-progression-description {
  margin: 0;
  padding: 0;
}
/* line 190, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-progression-description li {
  list-style-type: none;
  float: left;
  text-align: center;
  font-size: 14px;
  width: 13.1%;
  margin-right: 15.7%;
}
/* line 197, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-progression-description li h3 {
  margin: 0;
  color: #bfc0c2;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  /* line 197, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-description li h3 {
    font-size: 12px;
  }
}
/* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-progression-description li.last {
  margin-right: 0;
}
/* line 208, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-progression-description li.in {
  width: 13%;
}
/* line 210, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.project-progression-description li.in h3 {
  color: #76787a;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  /* line 210, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-description li.in h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* line 190, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-description li {
    width: 25%;
    margin-right: 0;
    text-align: center;
  }
  /* line 223, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-description li.in {
    width: 25%;
    margin-right: 0;
  }
  /* line 226, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .project-progression-description li.in h3 {
    font-size: 12px;
  }
}

/* line 236, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.active .progress-meter-description {
  margin: -14px -30px 0;
  display: block;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 236, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .active .progress-meter-description {
    margin: -14px -30px 0;
  }
}
/* line 243, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.active .progress-meter {
  margin-top: 20px;
  background: #a6ce39;
  padding: 0 1%;
  width: 98%;
}
/* line 250, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.active .progress-meter-back .progress-meter-indicator {
  display: block;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 255, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .active .progress-meter-description {
    display: none;
  }
  /* line 258, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .active .progress-meter {
    margin-top: 23px;
  }
  /* line 262, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .active .progress-meter-back .progress-meter-indicator {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 268, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .active .progress-meter-description {
    display: none;
  }
  /* line 271, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .active .progress-meter {
    margin-top: 10px;
  }
  /* line 275, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .active .progress-meter-back .progress-meter-indicator {
    display: none;
  }
}
/* line 283, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.active.stop .progress-meter-back .progress-meter-progression {
  border-right: 4px solid #ed1c24;
}
/* line 285, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
.active.stop .progress-meter-back .progress-meter-progression .progress-meter-indicator {
  background: url("../img/progress/progress-indicator.png");
  background-position: 0 bottom;
  right: -8px;
}

@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 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
  /* line 317, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg {
    background: url("../img/progress/project-progression-sprite@2x.png") no-repeat 0 -60px;
    width: 61px;
    height: 60px;
    background-size: 359px 140px;
    background-size: 255px 120px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 192dpi) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {
  /* line 317, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-project-progression.scss */
  .step-bkg {
    background-image: url("../img/progress/project-progression-mobile-sprite@2x.png");
    width: 30px;
    height: 30px;
    background-size: 30px 60px;
  }
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
html.lt-ie9 .tile-header-image {
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
}

/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile {
  background: #fff;
  position: relative;
  border-bottom: 5px solid #dbdbdb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile:before, .tile:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile:after {
  clear: both;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .clickable-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=1);
}
/* line 26, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-header {
  padding: 72.727273% 0 0 0;
  background-color: #76787a;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile .tile-header:before, .tile .tile-header:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile .tile-header:after {
  clear: both;
}
/* line 35, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-header .tile-header-image {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
/* line 57, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info {
  padding: 0 20px;
  margin-top: 10px;
}
/* line 61, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info hgroup h1 {
  font-size: 20px;
  color: #76787a;
  font-weight: 500;
  max-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info hgroup h1 a {
  color: #76787a;
}
/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info .tile-author-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
/* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info .tile-author-info .tile-author {
  font-size: 14px;
  color: #aeb0b1;
  margin: 0;
  line-height: 1.2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 87, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info .tile-author-info .tile-author img {
  height: 30px;
}
/* line 91, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info .tile-author-info .tile-date {
  display: block;
  font-size: 12px;
  color: #aeb0b1;
}
/* line 95, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info .tile-author-info .tile-date time {
  color: #aeb0b1;
}
/* line 99, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-info .tile-author-info img {
  height: 30px;
  margin-top: 2px;
}
/* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression {
  padding: 0 20px;
  margin: 15px 0;
  height: 50px;
}
/* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering {
  margin: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile .tile-progression .tile-progress-gathering:before, .tile .tile-progression .tile-progress-gathering:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile .tile-progression .tile-progress-gathering:after {
  clear: both;
}
/* line 114, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering li {
  list-style-type: none;
  text-align: center;
}
/* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering li h3 {
  margin: 0;
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
}
/* line 123, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering li p {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
/* line 129, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering li.tile-supporters {
  border-right: 1px solid #e8e8e8;
  float: left;
  width: 50%;
}
/* line 132, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering li.tile-supporters h3 {
  color: #a6ce39;
  font-weight: 700;
}
/* line 136, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering li.tile-supporters p {
  color: #a6ce39;
}
/* line 141, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-gathering li.tile-days-remaining h3 {
  font-weight: 700;
}
/* line 148, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-reviewed {
  margin-bottom: 10px;
}
/* line 150, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-reviewed h2, .tile .tile-progression .tile-progress-reviewed h3 {
  margin: 0;
  line-height: 1.2;
  color: #a6ce39;
}
/* line 155, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-reviewed h2 {
  font-weight: 700;
  font-size: 28px;
  border-bottom: none;
}
/* line 160, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-reviewed h3 {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 165, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-progression .tile-progress-reviewed aside img {
  vertical-align: middle;
  float: right;
  margin: 10px 5px 0 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  /* line 174, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile .tile-progression .tile-progress-reviewed .span4 {
    width: 31.914893617021278%;
    float: left;
  }
  /* line 178, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile .tile-progression .tile-progress-reviewed .span8 {
    width: 65.95744680851064%;
    float: left;
  }
}
/* line 186, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .project-state {
  border-top: 1px solid #dbdbdb;
  padding: 5px 0 4px;
  text-align: center;
}
/* line 190, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .project-state p {
  margin-bottom: 0;
}
/* line 195, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile > .progress {
  clear: both;
  margin: 0 20px 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile > .progress:before, .tile > .progress:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile > .progress:after {
  clear: both;
}
/* line 202, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-support {
  padding: 10px 20px;
}
/* line 206, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-footer {
  padding: 5px 0;
  border-top: 1px solid #dbdbdb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile .tile-footer:before, .tile .tile-footer:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile .tile-footer:after {
  clear: both;
}
/* line 210, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .tile-footer span {
  font-size: 14px;
  color: #aeb0b1;
}
/* line 221, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile {
  height: 350px;
  margin-bottom: 20px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.staff-pick-tile:before, .tile.staff-pick-tile:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.staff-pick-tile:after {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 221, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  /* line 221, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile {
    height: auto;
  }
}
/* line 232, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile aside {
  background-size: cover;
  background-position: center center;
  height: 350px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 232, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile aside {
    height: 350px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 232, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile aside {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  /* line 232, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile aside {
    height: 220px;
  }
}
/* line 245, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile aside img {
  width: 100%;
}
/* line 249, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-info {
  padding: 10px 20px 0 0;
}
@media screen and (max-width: 767px) {
  /* line 249, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile .tile-info {
    padding: 10px 20px 0;
  }
}
/* line 255, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-info hgroup h1 {
  font-size: 22px;
  min-height: 30px;
  margin-bottom: 5px;
}
/* line 261, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-info .tile-author-info {
  padding-bottom: 10px;
  display: table;
  border-bottom: none;
}
/* line 265, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-info .tile-author-info .media-avatar {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  width: 70px;
  height: 70px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
/* line 272, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-info .tile-author-info .media-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 277, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-info .tile-staff-comment {
  clear: both;
  height: 50px;
  overflow: hidden;
}
/* line 281, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-info .tile-staff-comment p {
  color: #bfc0c2;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 288, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-progression {
  padding: 15px 0 0;
  margin-right: 20px;
  border-top: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  /* line 288, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile .tile-progression {
    margin: 15px 20px;
  }
}
/* line 295, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-progression .tile-support {
  margin: 0 0 15px;
}
/* line 298, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-progression .tile-support li h3 {
  font-size: 32px;
}
/* line 305, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .progress {
  margin: 0 20px 15px 0;
}
@media screen and (max-width: 767px) {
  /* line 305, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile .progress {
    margin: 0 20px 15px;
  }
}
/* line 312, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-footer {
  border-top: none;
  padding: 5px 15px 5px 0;
}
/* line 315, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.staff-pick-tile .tile-footer .tile-stats {
  border-top: 1px solid #dbdbdb;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  /* line 312, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.staff-pick-tile .tile-footer {
    padding: 5px 20px;
  }
}
/* line 327, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.popular-week-tile, .tile.generic {
  height: 390px;
}
@media screen and (max-width: 480px) {
  /* line 327, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.popular-week-tile, .tile.generic {
    height: auto;
  }
}
/* line 333, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.popular-week-tile .tile-header, .tile.generic .tile-header {
  position: relative;
}
/* line 336, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.popular-week-tile .tile-header hgroup h2, .tile.generic .tile-header hgroup h2 {
  margin: 0;
  font-weight: 700;
}
/* line 339, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.popular-week-tile .tile-header hgroup h2.tile-change, .tile.popular-week-tile .tile-header hgroup h2.tile-position, .tile.generic .tile-header hgroup h2.tile-change, .tile.generic .tile-header hgroup h2.tile-position {
  position: absolute;
}
/* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.popular-week-tile .tile-header hgroup h2.tile-change, .tile.generic .tile-header hgroup h2.tile-change {
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.popular-week-tile .tile-header hgroup h2.tile-change, .tile.generic .tile-header hgroup h2.tile-change {
    width: 228px;
  }
}
@media screen and (max-width: 480px) {
  /* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.popular-week-tile .tile-header hgroup h2.tile-change, .tile.generic .tile-header hgroup h2.tile-change {
    width: 300px;
  }
}
/* line 360, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.popular-week-tile .tile-header .sold-out-banner, .tile.generic .tile-header .sold-out-banner {
  display: none;
}
/* line 366, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.popular-week-tile.sold-out .sold-out-banner, .tile.generic.sold-out .sold-out-banner {
  display: block;
  text-align: center;
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  width: 200px;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 366, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.popular-week-tile.sold-out .sold-out-banner, .tile.generic.sold-out .sold-out-banner {
    width: 208px;
    float: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 366, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.popular-week-tile.sold-out .sold-out-banner, .tile.generic.sold-out .sold-out-banner {
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  /* line 366, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.popular-week-tile.sold-out .sold-out-banner, .tile.generic.sold-out .sold-out-banner {
    height: auto;
    width: 280px;
  }
}
/* line 400, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile {
  margin-bottom: 20px;
  margin-left: 20px;
  height: 270px;
  width: 460px;
  float: left;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-in-store-tile:before, .tile.project-in-store-tile:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-in-store-tile:after {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 400, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile {
    height: auto;
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  /* line 400, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile {
    height: auto;
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  /* line 400, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile {
    height: auto;
    width: 300px;
    margin-left: 0;
  }
}
/* line 420, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile aside {
  position: relative;
  background-size: cover;
  background-position: center center;
  float: left;
  height: 270px;
  width: 220px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 420, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile aside {
    height: 200px;
    width: 228px;
    display: block;
    float: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 420, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile aside {
    height: 200px;
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  /* line 420, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile aside {
    height: 220px;
    width: 300px;
  }
}
/* line 441, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile aside img {
  width: 100%;
}
/* line 444, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile aside .sold-out-banner {
  display: none;
}
/* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-info {
  margin-left: 0;
  float: left;
  width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-info {
    width: 188px;
    float: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-info {
    height: auto;
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  /* line 448, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-info {
    height: auto;
    width: 260px;
  }
}
/* line 464, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-info h1 {
  font-size: 20px;
  margin-bottom: 5px;
  min-height: 25px;
  height: 25px;
}
/* line 470, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-info .tile-author-info {
  border-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 979px) {
  /* line 470, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-info .tile-author-info {
    margin: 0;
  }
}
/* line 478, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase {
  padding: 0 20px;
  float: left;
  width: 200px;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-in-store-tile .tile-purchase:before, .tile.project-in-store-tile .tile-purchase:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-in-store-tile .tile-purchase:after {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 478, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-purchase {
    width: 188px;
    float: none;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 478, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-purchase {
    height: auto;
    width: 180px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 478, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-purchase {
    height: auto;
    width: 260px;
    padding-bottom: 20px;
  }
}
/* line 498, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  color: #a6ce39;
}
/* line 506, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase h2 span {
  font-size: 12px;
  font-weight: 500;
}
/* line 511, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase h3 {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
/* line 517, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase .description {
  height: 85px;
  overflow: hidden;
}
/* line 521, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase a.brand-1, .tile.project-in-store-tile .tile-purchase a.brand-2 {
  width: 170px;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 521, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-purchase a.brand-1, .tile.project-in-store-tile .tile-purchase a.brand-2 {
    width: 150px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 521, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-purchase a.brand-1, .tile.project-in-store-tile .tile-purchase a.brand-2 {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  /* line 521, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile .tile-purchase a.brand-1, .tile.project-in-store-tile .tile-purchase a.brand-2 {
    width: 230px;
  }
}
/* line 534, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase a.brand-1.disabled, .tile.project-in-store-tile .tile-purchase a.brand-2.disabled {
  background: #dddedf;
  color: #ccc;
}
/* line 537, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile .tile-purchase a.brand-1.disabled:hover, .tile.project-in-store-tile .tile-purchase a.brand-1.disabled:focus, .tile.project-in-store-tile .tile-purchase a.brand-2.disabled:hover, .tile.project-in-store-tile .tile-purchase a.brand-2.disabled:focus {
  background: #dddedf;
  color: #ccc;
}
/* line 546, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-in-store-tile.sold-out .sold-out-banner {
  display: block;
  text-align: center;
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 546, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile.sold-out .sold-out-banner {
    width: 208px;
    float: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 546, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile.sold-out .sold-out-banner {
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  /* line 546, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-in-store-tile.sold-out .sold-out-banner {
    height: auto;
    width: 280px;
  }
}
/* line 578, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile {
  margin-bottom: 20px;
}
/* line 580, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile .tile-progression {
  padding-bottom: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-support-tile .progress:before, .tile.project-support-tile .progress:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-support-tile .progress:after {
  clear: both;
}
/* line 586, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile .tile-support {
  border-top: 1px solid #ebebeb;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-support-tile .tile-support:before, .tile.project-support-tile .tile-support:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-support-tile .tile-support:after {
  clear: both;
}
/* line 589, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile .tile-support .span12 {
  margin-left: 0;
}
/* line 593, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile .social-support {
  margin-bottom: 4px;
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding: 8px 10px 0;
}
/* line 598, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile .social-support div, .tile.project-support-tile .social-support iframe {
  margin-right: 5px;
}
/* line 604, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile.sold-out .sold-out-banner {
  display: block;
  text-align: center;
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  width: 200px;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 604, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-support-tile.sold-out .sold-out-banner {
    width: 208px;
    float: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 604, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-support-tile.sold-out .sold-out-banner {
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  /* line 604, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.project-support-tile.sold-out .sold-out-banner {
    height: auto;
    width: 280px;
  }
}
/* line 633, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-support-tile .sold-out-banner {
  display: none;
}
/* line 637, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile .fb_iframe_widget {
  display: inline-block;
  position: relative;
  top: -5px;
}
/* line 644, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-preview-tile {
  margin-bottom: 20px;
}
/* line 647, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-preview-tile .tile-header {
  padding: 72.727273% 0 0 0;
  background-color: #76787a;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-preview-tile .tile-header:before, .tile.project-preview-tile .tile-header:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.project-preview-tile .tile-header:after {
  clear: both;
}
/* line 656, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-preview-tile .tile-header img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 666, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.project-preview-tile .tile-header img.preview {
  max-width: none;
  max-height: none;
  right: initial;
  bottom: initial;
}
/* line 680, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .created {
  padding: 10px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
/* line 684, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .created h1 {
  font-size: 14px;
  color: #bfc0c2;
  margin-bottom: 0;
}
/* line 690, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .tile-info {
  margin-bottom: 0;
}
/* line 692, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .tile-info .tile-author-info {
  border-bottom: none;
  display: table;
}
/* line 695, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .tile-info .tile-author-info .media-avatar {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  display: block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
/* line 702, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .tile-info .tile-author-info .media-avatar a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 708, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .tile-info .tile-author-info .media-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 711, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.created-by-tile .tile-info .tile-author-info .media-body a {
  width: 110px;
}
@media screen and (max-width: 480px) {
  /* line 711, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
  .tile.created-by-tile .tile-info .tile-author-info .media-body a {
    width: 190px;
  }
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.supported-by-tile:before, .tile.supported-by-tile:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile.supported-by-tile:after {
  clear: both;
}
/* line 725, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.supported-by-tile .supported {
  padding: 10px 20px;
  padding-bottom: 10px;
}
/* line 728, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.supported-by-tile .supported h1 {
  font-size: 14px;
  color: #bfc0c2;
  margin-bottom: 0;
}
/* line 734, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.supported-by-tile .tile-footer {
  padding: 10px 20px;
}
/* line 736, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.supported-by-tile .tile-footer ul {
  margin: 0;
  padding: 0;
}
/* line 739, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile.supported-by-tile .tile-footer ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

/* line 748, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile-stats-list {
  margin: 0;
  padding: 0;
}
/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile-stats-list:before, .tile-stats-list:after {
  content: " ";
  display: table;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/mixins.scss */
.tile-stats-list:after {
  clear: both;
}
/* line 752, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile-stats-list li {
  list-style-type: none;
  float: left;
  text-align: center;
}
/* line 756, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile-stats-list li.tile-stats {
  width: 33%;
}
/* line 759, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile-stats-list li span {
  font-weight: 700;
}
/* line 762, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile-stats-list li.first {
  text-align: right;
}
/* line 765, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile-stats-list li.last {
  text-align: left;
}
/* line 768, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.tile-stats-list li b {
  font-size: 19px;
  position: relative;
  left: -4px;
  top: -3px;
}

/* line 779, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/users-tiles.scss */
.carousel .panel-tile, .carousel .staff-pick-tile, .carousel .products-review-tile, .carousel .products-in-store-tile {
  margin-bottom: 0;
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-container {
  background: #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 143px;
  width: 220px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 4px;
  margin-left: 20px;
}
/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-container h4.vote-instruct {
  margin-top: 45px;
  font-size: 40px;
  color: #fff !important;
  float: left;
  width: 50%;
  text-align: right;
}
/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-container h4.vote-instruct.meToo {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 13px;
  text-align: left;
  width: 60%;
}

@media screen and (max-width: 320px) {
  /* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
  .vote-container h4.vote-instruct.meToo {
    margin-top: 50px;
  }
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container {
  margin-left: 0;
  background: #76787a;
  height: 100%;
  width: 63px;
  float: left;
}
/* line 46, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin-bottom: 0;
  height: 140px;
  padding: 0;
  margin-left: 0;
  width: 63px;
}
/* line 54, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget button {
  background: none;
  cursor: pointer;
  border: none;
  text-align: center;
}
/* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget button * {
  cursor: pointer;
}
/* line 65, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updating {
  opacity: 0.5;
}
/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-cancel {
  width: 100%;
  height: 26px;
  padding-top: 6px;
}
/* line 75, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-cancel .votes-sum {
  color: #fff !important;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 3px;
}
/* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-up {
  width: 100%;
  height: 58px;
}
/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-up i {
  background-image: url(../img/vote-icons/circle-arrow-up.png);
  background-position: 0 0;
  width: 53px;
  height: 53px;
}
/* line 93, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-up.vote-widget-active i {
  background-position: 0 -106px;
}
/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-up.vote-widget-inactive i {
  background-position: 0 -54px;
}
/* line 103, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-down {
  width: 100%;
}
/* line 105, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-down i {
  background-image: url(../img/vote-icons/circle-arrow-down.png);
  background-position: 0 0;
  width: 53px;
  height: 57px;
}
/* line 112, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-down.vote-widget-active i {
  background-position: 0 -106px;
}
/* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-updown .vote-widget-down.vote-widget-inactive i {
  background-position: 0 -54px;
}
/* line 125, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo {
  padding: 0;
  height: 140px;
}
/* line 128, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .votes-sum {
  height: 20px;
  color: #fff !important;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  margin-bottom: 5px;
}
/* line 137, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-up {
  width: 100%;
  height: 57px;
  padding-top: 7px;
}
/* line 141, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-up i {
  background-image: url(../img/vote-icons/metoo-up-large.png);
  background-position: 0 0;
  display: inline-block;
  width: 53px;
  height: 53px;
}
/* line 149, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-up.vote-widget-active i {
  background-position: 0 -113px;
  display: inline-block;
}
/* line 155, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-up.vote-widget-inactive i {
  background-position: 0 -58px;
  display: inline-block;
}
/* line 161, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-cancel {
  width: 100%;
}
/* line 163, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-cancel i {
  background-image: url(../img/vote-icons/metoo-down-large.png);
  background-position: 0 0;
  width: 53px;
  height: 53px;
  display: inline-block;
  margin-top: 0;
}
/* line 172, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-cancel.vote-widget-active i {
  background-position: 0 -113px;
  display: inline-block;
}
/* line 178, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-metoo .vote-widget-cancel.vote-widget-inactive i {
  background-position: 0 -58px;
  display: inline-block;
}
/* line 190, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-like .vote-widget-up i {
  background-image: url(../img/comment-voting/comment-voting-thumbs.png);
  background-position: 0 0;
  width: 18px;
  height: 15px;
  margin-right: 10px;
}
/* line 198, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
.vote-widget-container .vote-widget.vote-widget-like .vote-widget-up.vote-widget-active i {
  background-position: 0 -30px;
}

@media (max-width: 788px) {
  /* line 208, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/vote-widget.scss */
  .vote-container {
    width: 100%;
  }
}
/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
#messages-mailboxes-threads-show .message {
  overflow: hidden;
  *zoom: 1;
}
/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
#messages-mailboxes-threads-show .message .message-margin {
  width: 50px;
  float: left;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
#messages-mailboxes-threads-show .message .message-content {
  margin-left: 70px;
}
/* line 12, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
#messages-mailboxes-threads-show .message .message-content .message-date {
  color: #555;
}
/* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
#messages-mailboxes-threads-show .message .message-content .message-subject {
  margin-top: 0;
  margin-bottom: 4px;
}

/* line 26, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
.control-group.messages .control-label {
  width: 120px;
}
/* line 29, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
.control-group.messages .controls {
  margin-left: 130px;
}

/* line 38, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
.message-table input[type="radio"], .message-table input[type="checkbox"] {
  cursor: pointer;
  line-height: normal;
  margin: 2px 0 0;
}

@media screen and (max-width: 480px) {
  /* line 51, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
  .message-table td span.message-body {
    display: none;
  }

  /* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/messages-mailboxes-threads-show.scss */
  .message-action .btn-group.pull-right {
    float: left !important;
    margin: 10px 0 0 0 !important;
  }
}
/* line 3, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.progress {
  height: 10px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #aeb0b1;
  background-image: none;
  background: #aeb0b1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddedf', endColorstr='#dddedf', GradientType=0);
}

/* line 15, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #a6ce39;
  background-image: none;
  background: #a6ce39;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ce39', endColorstr='#a6ce39', GradientType=0);
}

/* line 36, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel .slider {
  margin: 0;
  padding: 0;
}
/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel .slider li {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}

/* line 46, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-indicators-wrap {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-indicators {
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  /* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .carousel-indicators {
    display: none;
  }
}

/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-indicators li {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 69, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-indicators li:first-child {
  margin-left: 0;
}

/* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-indicators .active {
  background-color: #bfc0c2;
}

/* line 78, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-control {
  position: relative;
  float: none;
  width: 50px;
  height: 50px;
  margin-top: -4px;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  top: 5px;
  color: #666666;
  text-align: center;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-right: 20px;
  left: 0;
}
@media screen and (max-width: 480px) {
  /* line 78, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .carousel-control {
    float: left;
  }
}

/* line 102, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-control.right {
  width: 50px;
  height: 50px;
  float: none;
  top: 5px;
  left: 0;
  right: 0;
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  /* line 102, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .carousel-control.right {
    float: right;
  }
}

/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-list {
  margin: 0;
  padding: 0;
}
/* line 119, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.carousel-list li {
  list-style: none;
}

/* line 124, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.control-group {
  margin-bottom: 15px;
}

/* line 130, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.modal.project-modal .modal-header {
  border: none;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 138, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .modal .modal-body {
    max-height: 320px;
  }

  /* line 145, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  #newAccountModal.modal .modal-footer button {
    font-size: 12px;
  }
}
@media screen and (max-height: 568px) {
  /* line 154, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .modal .modal-body {
    max-height: 350px;
  }
}
@media screen and (max-height: 480px) {
  /* line 162, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .modal .modal-body {
    max-height: 250px;
  }
}
@media screen and (max-height: 340px) {
  /* line 170, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .modal .modal-body {
    max-height: 165px;
  }
}
@media screen and (max-height: 340px) {
  /* line 179, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  #newAccountModal.modal .modal-body {
    max-height: 115px;
  }
}
/* line 186, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: none;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 194, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert.project-alert, .alert.linked-account-alert {
  padding: 15px 35px 15px 14px;
  margin-bottom: 20px;
  text-shadow: none;
  background-color: #a6ce39;
  border: none;
  color: white;
}
/* line 201, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert.project-alert p, .alert.linked-account-alert p {
  color: white;
  text-align: center;
  margin: 0;
}
/* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert.project-alert p strong, .alert.linked-account-alert p strong {
  color: white;
}
/* line 209, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert.project-alert .ss-icon, .alert.linked-account-alert .ss-icon {
  color: white;
}
/* line 212, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert.project-alert .close, .alert.linked-account-alert .close {
  opacity: 0.8;
  top: 2px;
}
/* line 218, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert.linked-account-alert h1 {
  color: #fff;
  text-align: center;
}
/* line 222, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.alert.linked-account-alert .update-profile {
  text-decoration: underline;
}

/* line 229, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  opacity: 1;
}

/* line 238, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.in {
  opacity: 1;
}

/* line 242, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 247, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 252, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 257, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 262, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #BFC0C2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 274, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 282, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #BFC0C2;
  border-width: 5px 5px 0;
}

/* line 290, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #BFC0C2;
  border-width: 5px 5px 5px 0;
}

/* line 298, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #BFC0C2;
  border-width: 5px 0 5px 5px;
}

/* line 306, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #BFC0C2;
  border-width: 0 5px 5px;
}

/* line 315, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  border: none;
}

/* line 320, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.accordion-group {
  border: none;
}

/* line 323, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
.support-modal {
  width: 770px;
  margin-left: -385px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 323, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .support-modal {
    width: 680px;
    margin-left: -340px;
  }
}
@media screen and (max-width: 767px) {
  /* line 323, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/bootstrap-overide.scss */
  .support-modal {
    position: fixed;
    top: 40px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
}

/* line 1, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
#flashes {
  display: none;
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications {
  position: fixed;
}

/* line 5, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications.top-right {
  right: 25px;
  top: 25px;
}

/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications.top-left {
  left: 10px;
  top: 25px;
}

/* line 7, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* line 9, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications > div {
  position: relative;
  z-index: 9999;
  margin: 5px 0px;
}

/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications.center {
  top: 48%;
  left: 0;
  width: 100%;
}

/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.notifications.center > div {
  margin: 5px auto;
  width: 20%;
  text-align: center;
}

/**
 * bangTidy2 Style - Ported from Growl Style
 * Ported By Nijikokun @vizualover @nijikokun
 * Original Author Daryl Ginn
 * Based On http://dribbble.com/shots/527056-Growl-Theme-2
 *
 * To use, for style use: bangTidy
 *
 */
/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/flashes.scss */
.alert-bangTidy {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #dbdbdb;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: black, 3px 3px 10px;
  -moz-box-shadow: black, 3px 3px 10px;
  box-shadow: black, 3px 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  color: #666666;
}

/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.base-comments .base-comments-header .alert {
  display: none;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.base-comments .base-comments-header .alert .comment-error-message {
  color: #B94A48;
}
/* line 16, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.base-comments .user-preferences-header {
  margin-top: 15px;
}
/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.base-comments .base-comments-body {
  margin: 15px 0 20px;
}

/* line 33, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  padding: 30px 0 0;
}
/* line 38, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-side {
  float: left;
}
/* line 40, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-side a {
  position: relative;
  z-index: 10000;
}
/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-side .comment-author-avatar {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  -ms-behavior: url(/static/build/lib/backgroundsize.min.htc);
  width: 50px;
  height: 50px;
  display: block;
}
/* line 53, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main {
  margin: 0;
  position: relative;
}
/* line 56, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main form {
  margin-bottom: 0;
}
/* line 58, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main form .control-group {
  margin-bottom: 0;
}
/* line 60, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main form .control-group .help-inline {
  display: none;
}
/* line 64, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main form .control-group.error .help-inline {
  display: inline-block;
  margin-top: 10px;
}
/* line 72, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header {
  margin: 0 0 15px 70px;
}
/* line 74, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header h1 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.1;
  padding-right: 100px;
}
/* line 79, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header h1 a {
  color: #0175c0;
}
/* line 83, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header .comment-date, .comment .comment-main .comment-header .comment-in-reply-to {
  color: #bbb;
  font-size: 12px;
}
/* line 88, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header-action {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header-action a {
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 88, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-header-action {
    position: relative;
    margin-bottom: 10px;
  }
  /* line 99, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-header-action a {
    display: block;
    float: none;
  }
}
/* line 104, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header-action .comment-link {
  font-size: 12px;
  color: #0175c0;
  clear: right;
}
/* line 108, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header-action .comment-link:hover {
  color: #00539e;
}
/* line 115, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header-action .comment-action-flag {
  font-size: 12px;
  color: #aeb0b1;
}
/* line 118, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header-action .comment-action-flag:hover {
  color: #8c8e8f;
}
/* line 120, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-header-action .comment-action-flag:hover i {
  color: #8c8e8f;
}
/* line 130, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-content {
  margin: 0 0 15px 70px;
  word-wrap: break-word;
}
/* line 133, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-content textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  width: 100%;
  height: 75px;
  margin-bottom: 0;
  background: #dbdcdd;
}
/* line 144, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-content .comment-attachments {
  margin-top: 10px;
}
/* line 146, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-content .comment-attachments div {
  display: inline;
}
/* line 149, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-content .comment-attachments .image-attachment {
  margin-right: 5px;
}
/* line 151, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-content .comment-attachments .image-attachment .image-attachment-thumbnail {
  height: 50px;
}
/* line 159, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-content-additional button {
  float: right;
}
/* line 164, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment .comment-main .comment-footer {
  position: relative;
  margin: 0 0 20px 70px;
}

/* line 171, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-limit-reached {
  text-align: center;
  margin: 20px 0;
}

/* line 179, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
#comments .parent-locked-notification {
  display: none;
}

/* line 185, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
#comments.comment-locked .parent-locked-notification {
  display: block;
}
/* line 189, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
#comments.comment-locked .comment-locked-notification {
  display: none;
}

/* line 193, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.parent-locked-notification {
  display: block;
  text-align: center;
  padding: 10px;
  background: #eee54f;
  margin-bottom: 10px;
}

/* line 201, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-locked-notification {
  display: none;
}

/* line 205, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-locked .comment-locked-notification {
  display: block;
  text-align: center;
  padding: 5px;
  background: #eee;
  margin-bottom: 10px;
}
/* line 214, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-locked .comment-actions-list a.comment-action-toggle-new-reply {
  background: #eee;
  color: #d9d9d9;
  cursor: default;
}
/* line 218, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-locked .comment-actions-list a.comment-action-toggle-new-reply:hover {
  background: #eee;
  color: #d9d9d9;
}
/* line 222, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-locked .comment-actions-list a.comment-action-toggle-new-reply .ss-icon {
  color: #d9d9d9;
}

/* line 236, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a, .comment-actions button, .project-update-actions a, .project-update-actions button, .project-official-comment-actions a, .project-official-comment-actions button, .blog-actions a, .blog-actions button {
  margin: 0 0 10px 10px;
  padding: 10px 10px;
  background: #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #0175c0;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 767px) {
  /* line 236, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-actions a, .comment-actions button, .project-update-actions a, .project-update-actions button, .project-official-comment-actions a, .project-official-comment-actions button, .blog-actions a, .blog-actions button {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
/* line 250, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.vote-widget, .comment-actions button.vote-widget, .project-update-actions a.vote-widget, .project-update-actions button.vote-widget, .project-official-comment-actions a.vote-widget, .project-official-comment-actions button.vote-widget, .blog-actions a.vote-widget, .blog-actions button.vote-widget {
  background: blue;
}
/* line 253, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a:hover, .comment-actions button:hover, .project-update-actions a:hover, .project-update-actions button:hover, .project-official-comment-actions a:hover, .project-official-comment-actions button:hover, .blog-actions a:hover, .blog-actions button:hover {
  background-color: #dcddde;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dcddde), color-stop(100%, #dcddde));
  background-image: -webkit-linear-gradient(#dcddde, #dcddde);
  background-image: -moz-linear-gradient(#dcddde, #dcddde);
  background-image: -o-linear-gradient(#dcddde, #dcddde);
  background-image: linear-gradient(#dcddde, #dcddde);
  background-position: inherit;
  color: #00539e;
}
/* line 259, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.comment-action-toggle-replies, .comment-actions button.comment-action-toggle-replies, .project-update-actions a.comment-action-toggle-replies, .project-update-actions button.comment-action-toggle-replies, .project-official-comment-actions a.comment-action-toggle-replies, .project-official-comment-actions button.comment-action-toggle-replies, .blog-actions a.comment-action-toggle-replies, .blog-actions button.comment-action-toggle-replies {
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 15px;
  position: absolute;
  bottom: -45px;
  left: 40%;
  z-index: 10;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 259, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-actions a.comment-action-toggle-replies, .comment-actions button.comment-action-toggle-replies, .project-update-actions a.comment-action-toggle-replies, .project-update-actions button.comment-action-toggle-replies, .project-official-comment-actions a.comment-action-toggle-replies, .project-official-comment-actions button.comment-action-toggle-replies, .blog-actions a.comment-action-toggle-replies, .blog-actions button.comment-action-toggle-replies {
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  /* line 259, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-actions a.comment-action-toggle-replies, .comment-actions button.comment-action-toggle-replies, .project-update-actions a.comment-action-toggle-replies, .project-update-actions button.comment-action-toggle-replies, .project-official-comment-actions a.comment-action-toggle-replies, .project-official-comment-actions button.comment-action-toggle-replies, .blog-actions a.comment-action-toggle-replies, .blog-actions button.comment-action-toggle-replies {
    left: 26%;
  }
}
/* line 275, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.comment-action-toggle-replies span, .comment-actions button.comment-action-toggle-replies span, .project-update-actions a.comment-action-toggle-replies span, .project-update-actions button.comment-action-toggle-replies span, .project-official-comment-actions a.comment-action-toggle-replies span, .project-official-comment-actions button.comment-action-toggle-replies span, .blog-actions a.comment-action-toggle-replies span, .blog-actions button.comment-action-toggle-replies span {
  color: #0175c0;
}
/* line 279, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.comment-action-toggle-replies span.dropdown-toggle i.active, .comment-actions button.comment-action-toggle-replies span.dropdown-toggle i.active, .project-update-actions a.comment-action-toggle-replies span.dropdown-toggle i.active, .project-update-actions button.comment-action-toggle-replies span.dropdown-toggle i.active, .project-official-comment-actions a.comment-action-toggle-replies span.dropdown-toggle i.active, .project-official-comment-actions button.comment-action-toggle-replies span.dropdown-toggle i.active, .blog-actions a.comment-action-toggle-replies span.dropdown-toggle i.active, .blog-actions button.comment-action-toggle-replies span.dropdown-toggle i.active {
  display: none;
}
/* line 284, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i, .comment-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i, .project-update-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i, .project-update-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i, .project-official-comment-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i, .project-official-comment-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i, .blog-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i, .blog-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i {
  display: none;
}
/* line 287, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active, .comment-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active, .project-update-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active, .project-update-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active, .project-official-comment-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active, .project-official-comment-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active, .blog-actions a.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active, .blog-actions button.comment-action-toggle-replies span.dropdown-toggle.toggle-replies i.active {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 293, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.comment-action-like, .comment-actions button.comment-action-like, .project-update-actions a.comment-action-like, .project-update-actions button.comment-action-like, .project-official-comment-actions a.comment-action-like, .project-official-comment-actions button.comment-action-like, .blog-actions a.comment-action-like, .blog-actions button.comment-action-like {
  padding: 0;
}
/* line 295, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.comment-action-like > span, .comment-actions button.comment-action-like > span, .project-update-actions a.comment-action-like > span, .project-update-actions button.comment-action-like > span, .project-official-comment-actions a.comment-action-like > span, .project-official-comment-actions button.comment-action-like > span, .blog-actions a.comment-action-like > span, .blog-actions button.comment-action-like > span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: inherit;
  padding: 10px;
}
/* line 301, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions a.disabled, .comment-actions a.disabled i, .comment-actions button.disabled, .comment-actions button.disabled i, .project-update-actions a.disabled, .project-update-actions a.disabled i, .project-update-actions button.disabled, .project-update-actions button.disabled i, .project-official-comment-actions a.disabled, .project-official-comment-actions a.disabled i, .project-official-comment-actions button.disabled, .project-official-comment-actions button.disabled i, .blog-actions a.disabled, .blog-actions a.disabled i, .blog-actions button.disabled, .blog-actions button.disabled i {
  font-size: inherit;
  color: #aaaaaa;
}
/* line 308, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions .vote, .project-update-actions .vote, .project-official-comment-actions .vote, .blog-actions .vote {
  color: #0175c0;
}
/* line 310, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions .vote span, .project-update-actions .vote span, .project-official-comment-actions .vote span, .blog-actions .vote span {
  color: #0175c0;
}
/* line 313, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions .vote .vote-show_0, .comment-actions .vote .vote-show_1, .project-update-actions .vote .vote-show_0, .project-update-actions .vote .vote-show_1, .project-official-comment-actions .vote .vote-show_0, .project-official-comment-actions .vote .vote-show_1, .blog-actions .vote .vote-show_0, .blog-actions .vote .vote-show_1 {
  display: none;
}
/* line 317, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions .vote.vote-value_0 .vote-show_0, .project-update-actions .vote.vote-value_0 .vote-show_0, .project-official-comment-actions .vote.vote-value_0 .vote-show_0, .blog-actions .vote.vote-value_0 .vote-show_0 {
  display: inline;
}
/* line 322, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions .vote.vote-value_1 .vote-show_1, .project-update-actions .vote.vote-value_1 .vote-show_1, .project-official-comment-actions .vote.vote-value_1 .vote-show_1, .blog-actions .vote.vote-value_1 .vote-show_1 {
  display: inline;
}

/* line 329, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-actions-list, .mod-comment-actions-list, .blog-actions-list {
  display: block;
  text-align: right;
}

/* line 336, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-reply, .comment-replies {
  margin-left: 70px;
}
/* line 338, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-reply .comment.comment-submit, .comment-replies .comment.comment-submit {
  border-bottom: none;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

/* line 348, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread {
  position: relative;
}
/* line 353, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-header .comment-error .alert {
  margin: 0;
}
/* line 360, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-featured > .comment-thread {
  background-color: #fff;
}
/* line 365, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 371, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-list > li {
  border-bottom: 1px solid #eee;
}
/* line 374, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-list > li:first-child {
  border-top: 1px solid #eee;
}
/* line 384, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-spinner {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(255, 255, 255, 0.8);
  display: table-cell;
  text-align: center;
}
/* line 396, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-footer a {
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
}
/* line 402, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-footer a span {
  color: white;
}
/* line 405, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .comment-thread-footer a.load-more {
  margin: 20px 0;
}
/* line 412, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .load-more .load-more-spinner {
  display: none;
}
/* line 415, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .load-more .load-more-text {
  display: block;
  color: #0175c0;
}
/* line 422, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .load-more.active .load-more-spinner {
  display: inline;
}
/* line 425, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-thread .load-more.active .load-more-text {
  display: none;
}

/* line 436, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-replies .comment-thread .comment-thread-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 442, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-replies .comment-thread .comment-thread-list > li {
  border-bottom: 1px solid #eee;
}
/* line 445, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-replies .comment-thread .comment-thread-list > li:first-child {
  border-top: 1px solid #eee;
}
/* line 449, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.comment-replies .comment-thread .comment-thread-list > li:last-child {
  border-bottom: none;
}

/* line 460, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.edit-comment, .flag-comment, .censor-comment {
  margin-bottom: 20px;
}
/* line 462, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.edit-comment textarea, .flag-comment textarea, .censor-comment textarea {
  width: 924px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 462, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .edit-comment textarea, .flag-comment textarea, .censor-comment textarea {
    width: 708px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 462, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .edit-comment textarea, .flag-comment textarea, .censor-comment textarea {
    width: 446px;
  }
}
@media screen and (max-width: 479px) {
  /* line 462, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .edit-comment textarea, .flag-comment textarea, .censor-comment textarea {
    width: 284px;
  }
}

@media screen and (max-width: 767px) {
  /* line 489, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .base-comments-header .comment .comment-side .comment-author-avatar {
    width: 50px;
    height: 50px;
  }
  /* line 495, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .base-comments-header .comment .comment-main .comment-header, .base-comments-header .comment .comment-main .comment-content, .base-comments-header .comment .comment-main .comment-footer {
    margin-left: 0;
  }
  /* line 498, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .base-comments-header .comment .comment-main textarea {
    margin-top: 10px;
  }

  /* line 506, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-side .comment-author-avatar {
    width: 30px;
    height: 30px;
  }
  /* line 512, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-header {
    margin: 0 0 5px 45px;
  }
  /* line 514, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-header aside {
    float: left;
  }
  /* line 517, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-header h1 {
    padding: 0;
  }
  /* line 521, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-content {
    margin-left: 0;
  }
  /* line 524, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-footer {
    margin-left: 0;
  }
  /* line 527, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-reply {
    margin-left: 0;
  }
  /* line 530, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-reply .comment .comment-main {
    padding-left: 0;
  }
  /* line 532, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment .comment-main .comment-reply .comment .comment-main .comment-content {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  /* line 548, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies {
    margin-left: 10px;
  }
  /* line 551, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment .comment-side {
    margin-left: 15px;
  }
  /* line 554, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment .comment-main {
    border-left: 5px solid #f8f8f8;
    padding-left: 10px;
  }
  /* line 557, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment .comment-main .comment-header {
    margin: 0 0 10px 45px;
  }
  /* line 560, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment .comment-main .comment-content {
    margin-left: 0;
  }
  /* line 563, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment .comment-main .comment-footer {
    margin-left: 0;
  }
  /* line 568, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment-reply {
    margin-left: 20px;
  }
  /* line 571, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment-reply .comment .comment-side {
    margin-left: 0;
  }
  /* line 574, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment-reply .comment .comment-main {
    border-left: none;
  }
  /* line 576, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
  .comment-replies .comment-reply .comment .comment-main .comment-header, .comment-replies .comment-reply .comment .comment-main .comment-content, .comment-replies .comment-reply .comment .comment-main .comment-footer {
    margin-left: 45px;
  }
}
/* line 585, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.avatar-thumb-user {
  display: inline;
  margin-left: 10px;
}

/* line 594, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.base-comments .comment-user-preferences .sort-order i {
  font-style: inherit;
  color: inherit;
}
/* line 598, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.base-comments .comment-user-preferences .sort-order.oldest i:after {
  content: "\25B4";
}
/* line 601, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
.base-comments .comment-user-preferences .sort-order.newest i:after {
  content: "\25BE";
}

/* line 609, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
tr.censored-comment td {
  font-style: italic;
  color: #FF6600;
}

/* line 614, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
tr.censored-comment td a {
  font-style: italic;
  color: #FF6600;
}

/* line 621, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
tr.deleted-comment td {
  text-decoration: line-through;
}

/* line 625, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/style/comments.scss */
tr.deleted-comment td a {
  text-decoration: line-through;
}

/* line 4, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
* {
  color: #76787a;
}

/* line 8, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
html {
  font-family: arial, helvetica, sans-serif;
  height: 100%;
  min-height: 100%;
}

/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
a {
  text-decoration: none;
}

/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
.auth h2 {
  font-size: 30px;
}

/* line 26, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
body {
  height: auto;
  min-height: auto;
  background: #eeeeee;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
}
/* line 32, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
body.anonymous {
  background-image: none;
}

@media screen and (max-width: 767px) {
  /* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
  body {
    background: #eeeeee;
    min-height: 100%;
  }

  /* line 43, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/layouts.scss */
  .main-content {
    margin-top: -20px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?-q5d8yt");
  src: url("../fonts/icomoon/icomoon.eot?#iefix-q5d8yt") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-q5d8yt") format("woff"), url("../fonts/icomoon/icomoon.ttf?-q5d8yt") format("truetype"), url("../fonts/icomoon/icomoon.svg?-q5d8yt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #bfc0c2;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.icon-filter4:before {
  content: "\e445";
}

/* line 31, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.icon-sort:before {
  content: "\e425";
}

/* line 34, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.icon-search3:before {
  content: "\e1ba";
}

/* line 37, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.icon-eye:before {
  content: "\e2dc";
  font-size: 18px;
}

@font-face {
  font-family: "SSPika";
  src: url("../css/ss-pika/ss-pika.eot");
  src: url("../css/ss-pika/ss-pika.eot?#iefix") format("embedded-opentype"), url("../css/ss-pika/ss-pika.woff") format("woff"), url("../css/ss-pika/ss-pika.ttf") format("truetype"), url("../css/ss-pika/ss-pika.svg#SSPika") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
/* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

/* line 65, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: "SSPika";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  position: relative;
  top: 2px;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cursor:before, .ss-cursor.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-search:before, .ss-search.right:after {
  content: '🔎';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-zoomin:before, .ss-zoomin.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-zoomout:before, .ss-zoomout.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-screenshot:before, .ss-screenshot.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-binoculars:before, .ss-binoculars.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-view:before, .ss-view.right:after {
  content: '👀';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-attach:before, .ss-attach.right:after {
  content: '📎';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-move:before, .ss-move.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-write:before, .ss-write.right:after {
  content: '✎';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-erase:before, .ss-erase.right:after {
  content: '✐';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-compose:before, .ss-compose.right:after {
  content: '📝';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-draw:before, .ss-draw.right:after {
  content: '✏';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lock:before, .ss-lock.right:after {
  content: '🔒';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-key:before, .ss-key.right:after {
  content: '🔑';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-ban:before, .ss-ban.right:after {
  content: '🚫';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-nosmoking:before, .ss-nosmoking.right:after {
  content: '🚭';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-trash:before, .ss-trash.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-target:before, .ss-target.right:after {
  content: '◎';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-new:before, .ss-new.right:after {
  content: '🆕';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tag:before, .ss-tag.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pricetag:before, .ss-pricetag.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-flowertag:before, .ss-flowertag.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-flag:before, .ss-flag.right:after {
  content: '⚑';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-like:before, .ss-like.right:after {
  content: '👍';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dislike:before, .ss-dislike.right:after {
  content: '👎';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-heart:before, .ss-heart.right:after {
  content: '♥';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-halfheart:before, .ss-halfheart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-emptyheart:before, .ss-emptyheart.right:after {
  content: '♡';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-star:before, .ss-star.right:after {
  content: '⋆';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-halfstar:before, .ss-halfstar.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-medal:before, .ss-medal.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-ribbon:before, .ss-ribbon.right:after {
  content: '🎀';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sample:before, .ss-sample.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-crop:before, .ss-crop.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-layers:before, .ss-layers.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-gridlines:before, .ss-gridlines.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pen:before, .ss-pen.right:after {
  content: '✒';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-feather:before, .ss-feather.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rubbereraser:before, .ss-rubbereraser.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-paintroller:before, .ss-paintroller.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rubberstamp:before, .ss-rubberstamp.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-checkclipboard:before, .ss-checkclipboard.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-linechartclipboard:before, .ss-linechartclipboard.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-clockwise:before, .ss-clockwise.right:after {
  content: '⥁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-headset:before, .ss-headset.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rss:before, .ss-rss.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-facetime:before, .ss-facetime.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-reply:before, .ss-reply.right:after {
  content: '↩';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-send:before, .ss-send.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-inbox:before, .ss-inbox.right:after {
  content: '📥';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-outbox:before, .ss-outbox.right:after {
  content: '📤';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wifimail:before, .ss-wifimail.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-chat:before, .ss-chat.right:after {
  content: '💬';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-user:before, .ss-user.right:after {
  content: '👤';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-users:before, .ss-users.right:after {
  content: '👥';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-usergroup:before, .ss-usergroup.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-adduser:before, .ss-adduser.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-removeuser:before, .ss-removeuser.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-deleteuser:before, .ss-deleteuser.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-userprofile:before, .ss-userprofile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-businessuser:before, .ss-businessuser.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cart:before, .ss-cart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-addcart:before, .ss-addcart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-removecart:before, .ss-removecart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-deletecart:before, .ss-deletecart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downloadcart:before, .ss-downloadcart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-emptycart:before, .ss-emptycart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-basket:before, .ss-basket.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-gift:before, .ss-gift.right:after {
  content: '🎁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-apple:before, .ss-apple.right:after {
  content: '🍏';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cashregister:before, .ss-cashregister.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-store:before, .ss-store.right:after {
  content: '🏬';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-searchbarcode:before, .ss-searchbarcode.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-notepad:before, .ss-notepad.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-safe:before, .ss-safe.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-digitalsafe:before, .ss-digitalsafe.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-atm:before, .ss-atm.right:after {
  content: '🏧';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dispensecash:before, .ss-dispensecash.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-banknote:before, .ss-banknote.right:after {
  content: '💵';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-coins:before, .ss-coins.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bankcheck:before, .ss-bankcheck.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-piggybank:before, .ss-piggybank.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-moneybag:before, .ss-moneybag.right:after {
  content: '💰';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tip:before, .ss-tip.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-calculator:before, .ss-calculator.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-percent:before, .ss-percent.right:after {
  content: '%';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bank:before, .ss-bank.right:after {
  content: '🏦';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-scales:before, .ss-scales.right:after {
  content: '⚖';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-piechart:before, .ss-piechart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-piechartthirds:before, .ss-piechartthirds.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-barchart:before, .ss-barchart.right:after {
  content: '📊';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-upwardsbarchart:before, .ss-upwardsbarchart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downwardsbarchart:before, .ss-downwardsbarchart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-horizontalbarchart:before, .ss-horizontalbarchart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-analytics:before, .ss-analytics.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-upwardslinechart:before, .ss-upwardslinechart.right:after {
  content: '📈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downwardslinechart:before, .ss-downwardslinechart.right:after {
  content: '📉';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-linecharts:before, .ss-linecharts.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-scatterchart:before, .ss-scatterchart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-stock:before, .ss-stock.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-form:before, .ss-form.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-box:before, .ss-box.right:after {
  content: '📦';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-crate:before, .ss-crate.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-deliveryvan:before, .ss-deliveryvan.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-deliverytruck:before, .ss-deliverytruck.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-forklift:before, .ss-forklift.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cargoship:before, .ss-cargoship.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hook:before, .ss-hook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-weight:before, .ss-weight.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-containers:before, .ss-containers.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fragile:before, .ss-fragile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-thissideup:before, .ss-thissideup.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-home:before, .ss-home.right:after {
  content: '⌂';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-building:before, .ss-building.right:after {
  content: '🏢';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lodging:before, .ss-lodging.right:after {
  content: '🏨';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-earth:before, .ss-earth.right:after {
  content: '🌎';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-globe:before, .ss-globe.right:after {
  content: '🌐';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-garage:before, .ss-garage.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-warehouse:before, .ss-warehouse.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-floorplan:before, .ss-floorplan.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-address:before, .ss-address.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-searchhouse:before, .ss-searchhouse.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-housesale:before, .ss-housesale.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-navigate:before, .ss-navigate.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-compass:before, .ss-compass.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-signpost:before, .ss-signpost.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-map:before, .ss-map.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-gps:before, .ss-gps.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-compassnavigate:before, .ss-compassnavigate.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-compassarrow:before, .ss-compassarrow.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-location:before, .ss-location.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pin:before, .ss-pin.right:after {
  content: '📍';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pushpin:before, .ss-pushpin.right:after {
  content: '📌';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-maplocation:before, .ss-maplocation.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-globelocation:before, .ss-globelocation.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-puzzle:before, .ss-puzzle.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-floppydisk:before, .ss-floppydisk.right:after {
  content: '💾';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-firewall:before, .ss-firewall.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-database:before, .ss-database.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hdd:before, .ss-hdd.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-music:before, .ss-music.right:after {
  content: '♫';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-eighthnote:before, .ss-eighthnote.right:after {
  content: '♪';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-mic:before, .ss-mic.right:after {
  content: '🎤';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-volume:before, .ss-volume.right:after {
  content: '🔈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-radio:before, .ss-radio.right:after {
  content: '📻';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-stereo:before, .ss-stereo.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-airplay:before, .ss-airplay.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-vinylrecord:before, .ss-vinylrecord.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-disc:before, .ss-disc.right:after {
  content: '💿';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-camera:before, .ss-camera.right:after {
  content: '📷';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-picture:before, .ss-picture.right:after {
  content: '🌄';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-video:before, .ss-video.right:after {
  content: '📹';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-playvideo:before, .ss-playvideo.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-play:before, .ss-play.right:after {
  content: '▶';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pause:before, .ss-pause.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-stop:before, .ss-stop.right:after {
  content: '■';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-record:before, .ss-record.right:after {
  content: '●';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-eject:before, .ss-eject.right:after {
  content: '⏏';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-replay:before, .ss-replay.right:after {
  content: '↺';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-index:before, .ss-index.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-page:before, .ss-page.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-book:before, .ss-book.right:after {
  content: '📕';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-books:before, .ss-books.right:after {
  content: '📚';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-openbook:before, .ss-openbook.right:after {
  content: '📖';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-heartbook:before, .ss-heartbook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downloadbook:before, .ss-downloadbook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-musicopenbook:before, .ss-musicopenbook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-searchbook:before, .ss-searchbook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-notebook:before, .ss-notebook.right:after {
  content: '📓';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-notice:before, .ss-notice.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rows:before, .ss-rows.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-columns:before, .ss-columns.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pagecurl:before, .ss-pagecurl.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-desktop:before, .ss-desktop.right:after {
  content: '💻';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-laptop:before, .ss-laptop.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tablet:before, .ss-tablet.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-smartphone:before, .ss-smartphone.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cell:before, .ss-cell.right:after {
  content: '📱';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-walkytalky:before, .ss-walkytalky.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-ereader:before, .ss-ereader.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-ebook:before, .ss-ebook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wifibook:before, .ss-wifibook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wifiopenbook:before, .ss-wifiopenbook.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-battery:before, .ss-battery.right:after {
  content: '🔋';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-highbattery:before, .ss-highbattery.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-chargingbattery:before, .ss-chargingbattery.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-heartmobile:before, .ss-heartmobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-phonemobile:before, .ss-phonemobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lockmobile:before, .ss-lockmobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-textmobile:before, .ss-textmobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dollarmobile:before, .ss-dollarmobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-euromobile:before, .ss-euromobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rssmobile:before, .ss-rssmobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-navigationmobile:before, .ss-navigationmobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-batterymobile:before, .ss-batterymobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-powermobile:before, .ss-powermobile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-browseonline:before, .ss-browseonline.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-shoponline:before, .ss-shoponline.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bankonline:before, .ss-bankonline.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-realtyonline:before, .ss-realtyonline.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-readonline:before, .ss-readonline.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-weatheronline:before, .ss-weatheronline.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lightbulbon:before, .ss-lightbulbon.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cfl:before, .ss-cfl.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hairdryer:before, .ss-hairdryer.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-picnictable:before, .ss-picnictable.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-flame:before, .ss-flame.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-campfire:before, .ss-campfire.right:after {
  content: '🔥';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bonfire:before, .ss-bonfire.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-balloon:before, .ss-balloon.right:after {
  content: '🎈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-christmastree:before, .ss-christmastree.right:after {
  content: '🎄';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sweep:before, .ss-sweep.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-chess:before, .ss-chess.right:after {
  content: '♞';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-onedie:before, .ss-onedie.right:after {
  content: '⚀';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-twodie:before, .ss-twodie.right:after {
  content: '⚁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-threedie:before, .ss-threedie.right:after {
  content: '⚂';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fourdie:before, .ss-fourdie.right:after {
  content: '⚃';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fivedie:before, .ss-fivedie.right:after {
  content: '⚄';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sixdie:before, .ss-sixdie.right:after {
  content: '⚅';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-download:before, .ss-download.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downloadcrate:before, .ss-downloadcrate.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-upload:before, .ss-upload.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-uploadbox:before, .ss-uploadbox.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-uploadcrate:before, .ss-uploadcrate.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fork:before, .ss-fork.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-merge:before, .ss-merge.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-refresh:before, .ss-refresh.right:after {
  content: '↻';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sync:before, .ss-sync.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-loading:before, .ss-loading.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wifi:before, .ss-wifi.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-connection:before, .ss-connection.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-reload:before, .ss-reload.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-file:before, .ss-file.right:after {
  content: '📄';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-addfile:before, .ss-addfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-removefile:before, .ss-removefile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-deletefile:before, .ss-deletefile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downloadfile:before, .ss-downloadfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-uploadfile:before, .ss-uploadfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-importfile:before, .ss-importfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-exportfile:before, .ss-exportfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-settingsfile:before, .ss-settingsfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lockfile:before, .ss-lockfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-userfile:before, .ss-userfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-picturefile:before, .ss-picturefile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-textfile:before, .ss-textfile.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-exe:before, .ss-exe.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-zip:before, .ss-zip.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-doc:before, .ss-doc.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-ppt:before, .ss-ppt.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pdf:before, .ss-pdf.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-jpg:before, .ss-jpg.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-png:before, .ss-png.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-folder:before, .ss-folder.right:after {
  content: '📁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-openfolder:before, .ss-openfolder.right:after {
  content: '📂';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downloadfolder:before, .ss-downloadfolder.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-uploadfolder:before, .ss-uploadfolder.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cloudfolder:before, .ss-cloudfolder.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-lockfolder:before, .ss-lockfolder.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-securefolder:before, .ss-securefolder.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-picturefolder:before, .ss-picturefolder.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-moviefolder:before, .ss-moviefolder.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-quote:before, .ss-quote.right:after {
  content: '“';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-text:before, .ss-text.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-font:before, .ss-font.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-highlight:before, .ss-highlight.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-print:before, .ss-print.right:after {
  content: '⎙';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fax:before, .ss-fax.right:after {
  content: '📠';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-list:before, .ss-list.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-layout:before, .ss-layout.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-action:before, .ss-action.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-redirect:before, .ss-redirect.right:after {
  content: '↪';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-expand:before, .ss-expand.right:after {
  content: '⤢';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-contract:before, .ss-contract.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-help:before, .ss-help.right:after {
  content: '❓';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-info:before, .ss-info.right:after {
  content: 'ℹ';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-alert:before, .ss-alert.right:after {
  content: '⚠';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-caution:before, .ss-caution.right:after {
  content: '⛔';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-logout:before, .ss-logout.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-login:before, .ss-login.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-scaleup:before, .ss-scaleup.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-scaledown:before, .ss-scaledown.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-plus:before, .ss-plus.right:after {
  content: '+';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-check:before, .ss-check.right:after {
  content: '✓';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-delete:before, .ss-delete.right:after {
  content: '␡';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bearface:before, .ss-bearface.right:after {
  content: '🐻';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bird:before, .ss-bird.right:after {
  content: '🐦';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fishes:before, .ss-fishes.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tropicalfish:before, .ss-tropicalfish.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tree:before, .ss-tree.right:after {
  content: '🌳';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-evergreen:before, .ss-evergreen.right:after {
  content: '🌲';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-palmtree:before, .ss-palmtree.right:after {
  content: '🌴';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-leaf:before, .ss-leaf.right:after {
  content: '🍂';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-seedling:before, .ss-seedling.right:after {
  content: '🌱';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-grass:before, .ss-grass.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-settings:before, .ss-settings.right:after {
  content: '⚙';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dashboard:before, .ss-dashboard.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dial:before, .ss-dial.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-flash:before, .ss-flash.right:after {
  content: '⌁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tapemeasure:before, .ss-tapemeasure.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-clock:before, .ss-clock.right:after {
  content: '⏲';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-watch:before, .ss-watch.right:after {
  content: '⌚';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-calendar:before, .ss-calendar.right:after {
  content: '📅';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sausage:before, .ss-sausage.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-burger:before, .ss-burger.right:after {
  content: '🍔';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pizza:before, .ss-pizza.right:after {
  content: '🍕';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fish:before, .ss-fish.right:after {
  content: '🐟';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-shrimp:before, .ss-shrimp.right:after {
  content: '🍤';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-turkey:before, .ss-turkey.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-steak:before, .ss-steak.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sidedish:before, .ss-sidedish.right:after {
  content: '🍚';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-noodles:before, .ss-noodles.right:after {
  content: '🍜';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-spaghetti:before, .ss-spaghetti.right:after {
  content: '🍝';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-corn:before, .ss-corn.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-carrot:before, .ss-carrot.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-icecream:before, .ss-icecream.right:after {
  content: '🍨';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-mug:before, .ss-mug.right:after {
  content: '☕';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-beer:before, .ss-beer.right:after {
  content: '🍺';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bottle:before, .ss-bottle.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cocktail:before, .ss-cocktail.right:after {
  content: '🍸';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tea:before, .ss-tea.right:after {
  content: '🍵';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-teapot:before, .ss-teapot.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-waterbottle:before, .ss-waterbottle.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wineglasssparkle:before, .ss-wineglasssparkle.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-salt:before, .ss-salt.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pepper:before, .ss-pepper.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-oliveoil:before, .ss-oliveoil.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hotsauce:before, .ss-hotsauce.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-coal:before, .ss-coal.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-oven:before, .ss-oven.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-stove:before, .ss-stove.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cook:before, .ss-cook.right:after {
  content: '🍳';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bbq:before, .ss-bbq.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-spoonfork:before, .ss-spoonfork.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-knife:before, .ss-knife.right:after {
  content: '🔪';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cookingutensils:before, .ss-cookingutensils.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-measuringcup:before, .ss-measuringcup.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-colander:before, .ss-colander.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-scale:before, .ss-scale.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-eggtimer:before, .ss-eggtimer.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-platter:before, .ss-platter.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-apron:before, .ss-apron.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bbqapron:before, .ss-bbqapron.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-chef:before, .ss-chef.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-handbag:before, .ss-handbag.right:after {
  content: '👜';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hanger:before, .ss-hanger.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-weathervane:before, .ss-weathervane.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-thermometer:before, .ss-thermometer.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-weather:before, .ss-weather.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-cloud:before, .ss-cloud.right:after {
  content: '☁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-droplet:before, .ss-droplet.right:after {
  content: '💧';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sun:before, .ss-sun.right:after {
  content: '☀';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-partlycloudy:before, .ss-partlycloudy.right:after {
  content: '⛅';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rain:before, .ss-rain.right:after {
  content: '☔';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-thunderstorm:before, .ss-thunderstorm.right:after {
  content: '⛈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-umbrella:before, .ss-umbrella.right:after {
  content: '☂';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rainbow:before, .ss-rainbow.right:after {
  content: '🌈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fog:before, .ss-fog.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wind:before, .ss-wind.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tornado:before, .ss-tornado.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-snowflake:before, .ss-snowflake.right:after {
  content: '❄';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fan:before, .ss-fan.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-solarpanel:before, .ss-solarpanel.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-plug:before, .ss-plug.right:after {
  content: '🔌';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-outlet:before, .ss-outlet.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-car:before, .ss-car.right:after {
  content: '🚘';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-taxi:before, .ss-taxi.right:after {
  content: '🚖';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-locomotive:before, .ss-locomotive.right:after {
  content: '🚂';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-train:before, .ss-train.right:after {
  content: '🚆';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-traintunnel:before, .ss-traintunnel.right:after {
  content: '🚇';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bus:before, .ss-bus.right:after {
  content: '🚍';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-truck:before, .ss-truck.right:after {
  content: '🚚';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-caravan:before, .ss-caravan.right:after {
  content: '🚐';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tractor:before, .ss-tractor.right:after {
  content: '🚜';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tunnel:before, .ss-tunnel.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-plane:before, .ss-plane.right:after {
  content: '✈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-arrival:before, .ss-arrival.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-departure:before, .ss-departure.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-helicopter:before, .ss-helicopter.right:after {
  content: '🚁';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bike:before, .ss-bike.right:after {
  content: '🚲';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-motorcycle:before, .ss-motorcycle.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-boat:before, .ss-boat.right:after {
  content: '🚢';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-schooner:before, .ss-schooner.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-skylift:before, .ss-skylift.right:after {
  content: '🚡';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-steeringwheel:before, .ss-steeringwheel.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-trafficcamera:before, .ss-trafficcamera.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-fuel:before, .ss-fuel.right:after {
  content: '⛽';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-jerrycan:before, .ss-jerrycan.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-passport:before, .ss-passport.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-trafficlight:before, .ss-trafficlight.right:after {
  content: '🚦';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-highway:before, .ss-highway.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-road:before, .ss-road.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-intersection:before, .ss-intersection.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-wheelchair:before, .ss-wheelchair.right:after {
  content: '♿';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-elevator:before, .ss-elevator.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-golf:before, .ss-golf.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hockey:before, .ss-hockey.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-iceskate:before, .ss-iceskate.right:after {
  content: '⛸';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-billiards:before, .ss-billiards.right:after {
  content: '🎱';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-baseballglove:before, .ss-baseballglove.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tennis:before, .ss-tennis.right:after {
  content: '🎾';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-tabletennis:before, .ss-tabletennis.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-badminton:before, .ss-badminton.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-boxing:before, .ss-boxing.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bowling:before, .ss-bowling.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-football:before, .ss-football.right:after {
  content: '🏈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-soccer:before, .ss-soccer.right:after {
  content: '⚽';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hiker:before, .ss-hiker.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pool:before, .ss-pool.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-shower:before, .ss-shower.right:after {
  content: '🚿';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-exercise:before, .ss-exercise.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-exercisebike:before, .ss-exercisebike.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dumbbell:before, .ss-dumbbell.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-jumprope:before, .ss-jumprope.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-yoga:before, .ss-yoga.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-suitcase:before, .ss-suitcase.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-luggage:before, .ss-luggage.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-donotdisturb:before, .ss-donotdisturb.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-sunscreen:before, .ss-sunscreen.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-callbell:before, .ss-callbell.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-hospital:before, .ss-hospital.right:after {
  content: '⛨';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-medicalcross:before, .ss-medicalcross.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-ambulance:before, .ss-ambulance.right:after {
  content: '🚑';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bandage:before, .ss-bandage.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-medicalthermometer:before, .ss-medicalthermometer.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-stethoscope:before, .ss-stethoscope.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-syringe:before, .ss-syringe.right:after {
  content: '💉';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pill:before, .ss-pill.right:after {
  content: '💊';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-pillbottle:before, .ss-pillbottle.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-supplements:before, .ss-supplements.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-bathroomscale:before, .ss-bathroomscale.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dna:before, .ss-dna.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-anatomicalheart:before, .ss-anatomicalheart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-checkheart:before, .ss-checkheart.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-eyesurgery:before, .ss-eyesurgery.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-brokenbone:before, .ss-brokenbone.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-up:before, .ss-up.right:after {
  content: '⬆';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-upright:before, .ss-upright.right:after {
  content: '⬈';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-right:before, .ss-right.right:after {
  content: '➡';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downright:before, .ss-downright.right:after {
  content: '⬊';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-down:before, .ss-down.right:after {
  content: '⬇';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-left:before, .ss-left.right:after {
  content: '⬅';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-navigateup:before, .ss-navigateup.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-directup:before, .ss-directup.right:after {
  content: '▴';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-directright:before, .ss-directright.right:after {
  content: '▹';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-directleft:before, .ss-directleft.right:after {
  content: '◃';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-leftright:before, .ss-leftright.right:after {
  content: '⬌';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-rightward:before, .ss-rightward.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-leftward:before, .ss-leftward.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-previouspage:before, .ss-previouspage.right:after {
  content: '⎗';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-nextpage:before, .ss-nextpage.right:after {
  content: '⎘';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-retweet:before, .ss-retweet.right:after {
  content: '';
}

/* line 86, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-share:before, .ss-share.right:after {
  content: '';
}

/* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.comment-action-icon {
  color: #0175c0;
}

/* line 95, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.vote-icon {
  color: #aeb0b1;
}

/* line 98, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.avatar, .edit {
  color: white;
}

/* line 101, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.vote-active-icon {
  color: #0175c0;
}

/* line 104, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.user-upload {
  font-size: 18px;
  color: #0175c0;
}
/* line 107, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.user-upload:hover {
  color: #00539e;
}

/* line 112, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.comment-toggle-icon, .comment-toggle-icon.active {
  color: #0175c0;
  line-height: 1;
  vertical-align: center;
  top: 3px;
}
/* line 117, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.comment-toggle-icon.active, .comment-toggle-icon.active.active {
  top: 1px;
}

/* line 121, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.comment-action-flag-icon {
  color: #aeb0b1;
  font-size: 11px;
}

/* line 125, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.inappropriate-flag-icon {
  color: #aeb0b1;
}

/* line 129, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
#discover-search .ss-icon, .project-edit-help .ss-icon, .tile-stats .ss-icon {
  color: #bfc0c2;
}

/* line 133, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/fonts.scss */
.ss-icon.project-help {
  color: #0175c0;
}

/* line 6, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/typekit.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Varela Round', sans-serif;
  color: #76787a;
  font-weight: normal;
}
/* line 10, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/typekit.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/* line 20, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/typekit.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6,
.wf-loading .btn.btn-large,
.wf-loading .thread .btn-large.commentvote-new,
.thread .wf-loading .btn-large.commentvote-new,
.wf-loading #nav-header,
.wf-loading #marquee-carousel {
  visibility: hidden;
}

/* line 21, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
#cboxTitle {
  text-align: justify !important;
  width: 98.5% !important;
  margin-bottom: 24px !important;
  top: 0;
  bottom: auto;
}
/* line 27, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
#cboxTitle p {
  padding: 5px !important;
  background-color: #333 !important;
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
  color: #fff !important;
}

/* line 37, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
h1 a, h2 a, h3 a, h4 h5 a, h6 a {
  color: #76787a;
}
/* line 39, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 h5 a:hover, h6 a:hover {
  color: #76787a;
  text-decoration: none;
}

/* line 45, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

/* line 48, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
h1 {
  font-size: 26px;
  margin-top: 0;
}

/* line 52, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
h2 {
  font-size: 20px;
}

/* line 55, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
h3 {
  font-size: 16px;
}

/* line 59, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
a {
  color: #0175c0;
  text-decoration: none;
}
/* line 62, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
a:hover {
  color: #00539e;
  text-decoration: none;
}

/* line 67, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.transform-upper {
  text-transform: uppercase;
}

/* line 71, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.section {
  padding-bottom: 40px;
  position: relative;
}

/* line 77, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.align-left {
  text-align: left;
}

/* line 80, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.align-right {
  text-align: right;
}

/* line 84, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.horirule {
  background: #e9e9e9;
  height: 1px;
  margin: 10px 0;
  clear: both;
}

/* line 92, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.sidebar .sidebar-inner {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 96, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.sidebar .sidebar-inner img {
  height: auto;
}

/* line 102, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.clearleft {
  clear: left;
}

/* line 105, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.clearright {
  clear: right;
}

/* line 111, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
#container h1 small {
  color: black;
}

/* line 116, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
  background: #f1b8b8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  margin-bottom: 5px;
  color: #7f0000;
}

/* line 130, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: white;
  border: none;
  box-shadow: none;
  transition: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 6px 8px;
}

/* line 139, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
select, input[type="file"] {
  height: 30px;
  line-height: 35px;
  padding-top: 8px;
}

/* line 147, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
html.js .jquery-checkbox {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: inline-block;
  background-image: url("../img/glyphicons-halflings-white.png");
  background-position: -312px 0;
  opacity: 0.5;
  margin-right: 5px;
  line-height: 14px;
}
/* line 156, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
html.js .jquery-checkbox img {
  width: 14px;
  height: 14px;
  border: none;
}
/* line 162, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
html.js .jquery-checkbox.jquery-checkbox-checked {
  opacity: 1;
  background-position: -288px 0;
}

/* line 168, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.form-actions {
  background-color: none;
}

/* line 174, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
i.facebook-icon {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/static/img/fb-button-icon.png?1442505871');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}

/* line 182, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission .submission-image-container {
  overflow: hidden;
  max-height: 150px;
}

/* line 188, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.topic-container {
  padding-bottom: 20px;
}
/* line 191, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.topic-container .topic .topic-stats {
  margin-top: 20px;
}
/* line 193, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.topic-container .topic .topic-stats li {
  margin-bottom: 10px;
  float: left;
}
/* line 199, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.topic-container .topic h1 {
  margin-top: 20px;
}

/* line 206, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.profile a {
  text-decoration: none;
}
/* line 210, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.profile .profile-badge {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
}
/* line 217, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.profile .profile-badge img {
  width: 30px !important;
  height: 30px !important;
}

/* line 228, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
label.required:after {
  content: " *";
  color: red;
}

/* line 238, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
#share-form {
  padding: 20px;
  background: #fff;
  width: 600px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

/* line 246, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.attachments-list li.attachment {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 10px 10px 0 0;
  line-height: 20px;
  padding: 4px;
  position: relative;
}
/* line 252, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.attachments-list li.attachment a.btn, .attachments-list li.attachment .thread a.commentvote-new, .thread .attachments-list li.attachment a.commentvote-new {
  margin: 0;
}
/* line 253, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.attachments-list li.attachment.document {
  border: none;
  box-shadow: none;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
/* line 261, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.attachments-list .overlay {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

/* line 269, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.image .thumbnail {
  position: relative;
  width: 75px;
}
/* line 273, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.image .thumbnail .overlay {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 280, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.image .thumbnail .overlay .overlay-inner {
  padding: 10px;
}
/* line 286, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.image .thumbnail:hover .overlay {
  display: block;
}

/* line 298, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags .taginput {
  margin-bottom: 5px;
}
/* line 300, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags .taginput input {
  background-color: #F7F7F7;
}
/* line 304, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags .tag-suggestions {
  float: left;
}
/* line 307, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags .popular-tags {
  list-style-type: none;
  margin: 0 0 5px;
  float: left;
  clear: right;
}
/* line 313, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags .popular-tags li {
  float: left;
  display: block;
  margin-right: 5px;
}
/* line 317, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags .popular-tags li .tag {
  cursor: pointer;
  margin-right: 3px;
}
/* line 321, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags .popular-tags li span {
  color: #999;
  font-size: 12px;
}
/* line 327, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.mod-tags button {
  clear: both;
  display: block;
}

/* line 335, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup h3, .user-info-popup h4 {
  color: #333;
}
/* line 339, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body label {
  cursor: default;
}
/* line 342, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body h4.no-margin {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 346, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .avatar-thumbnail {
  margin: 0 20px 20px 0;
}
/* line 349, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .groups {
  margin-bottom: 10px;
}
/* line 352, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body ul {
  list-style-type: none;
  margin: 0;
}
/* line 357, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .tags label {
  font-size: 17.5px;
}
/* line 360, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .tags .taginput {
  width: 99%;
  margin-bottom: 5px;
}
/* line 364, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .tags .tag-suggestions {
  margin-bottom: 5px;
}
/* line 368, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 371, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .user-notes {
  margin-top: 10px;
}
/* line 373, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .user-notes .collapse.in {
  overflow: visible;
}
/* line 376, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .user-notes .total-notes {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 381, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .action-items {
  margin-bottom: 10px;
}
/* line 383, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .action-items a {
  margin-right: 20px;
}
/* line 385, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .action-items a i {
  margin-right: 4px;
}
/* line 388, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .action-items a .icon-pencil {
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 0 -72px;
}
/* line 392, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-info-popup .modal-body .action-items a .icon-envelope {
  background-image: url("../img/glyphicons-halflings.png");
  background-position: -72px 0;
}

/* line 401, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup {
  width: 940px;
  margin-left: -470px;
}
/* line 404, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup h3, .submission-info-popup h4 {
  color: #333;
}
/* line 407, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup .alert {
  display: none;
}
/* line 411, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup .controls ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 415, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup .controls input {
  display: block;
  float: left;
  margin-right: 5px;
}
/* line 420, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup .controls label {
  min-height: 20px;
  padding-left: 20px;
}
/* line 424, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup .controls input, .submission-info-popup .controls select {
  margin-bottom: 5px;
}
/* line 428, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup .control-label {
  cursor: default;
}
/* line 431, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup #date_range-date_range_method_relative_unit {
  height: auto;
  width: 104px;
}
/* line 435, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.submission-info-popup .right-stats {
  font-size: 14px;
  line-height: 25px;
  margin-top: 3px;
}

/* line 444, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.bx-wrapper ul {
  margin: 0;
  padding: 0;
}

/* line 451, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.flowplayer.no-embed .fp-embed {
  display: none;
}

/* line 452, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.flowplayer.no-fullscreen .fp-fullscreen {
  display: none;
}

/* line 455, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links {
  margin: 0 auto 10px;
}
/* line 457, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links li {
  float: left;
  list-style-type: none;
  line-height: 32px;
  margin-right: 20px;
}
/* line 462, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links li a {
  font-size: 12px;
  color: #76787a;
  padding: 0;
  display: block;
  text-align: left;
}
/* line 468, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links li a:hover, .modal-social-links li a.active {
  color: white;
  background: none;
}
/* line 473, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links li a.facebook {
  background: url("../img/icons/social/social-sprite.png") no-repeat 0 0;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
/* line 479, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links li a.twitter {
  background: url("../img/icons/social/social-sprite.png") no-repeat 0 -73px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}
/* line 485, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links li a.google {
  background: url("../img/icons/social/social-sprite.png") no-repeat 0 -37px;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
}

/* line 496, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification {
  padding: 15px 30px;
  background: #0175c0;
  display: block;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  /* line 496, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
  .user-notification {
    padding: 20px;
  }
}
/* line 507, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification h2, .user-notification p {
  color: white;
}
/* line 510, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
/* line 514, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification p {
  margin-bottom: 0;
}
/* line 516, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification p strong {
  color: white;
}
/* line 519, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification p.inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 40px;
}
/* line 525, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification.inline p {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 525, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
  .user-notification.inline p {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
/* line 537, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification .update-profile {
  text-decoration: underline;
}
/* line 541, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification.center {
  text-align: center;
}
/* line 545, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification.lego-id-profile {
  background: #eee;
}
/* line 547, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification.lego-id-profile h2, .user-notification.lego-id-profile p {
  color: #76787a;
}
/* line 549, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification.lego-id-profile h2 strong, .user-notification.lego-id-profile p strong {
  color: #76787a;
}
/* line 554, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification .btn.btn-brand, .user-notification .thread .btn-brand.commentvote-new, .thread .user-notification .btn-brand.commentvote-new {
  margin-top: 20px;
  float: right;
  margin-left: 20px;
}
/* line 558, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.user-notification .btn.btn-brand.confirm-email, .user-notification .thread .btn-brand.confirm-email.commentvote-new, .thread .user-notification .btn-brand.confirm-email.commentvote-new {
  margin-top: 5px;
}

/* line 564, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-message {
  background: #0175c0;
  color: white;
  border: none;
}
/* line 568, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-message h2, .alert-message p {
  color: white;
  margin-top: 0;
}
/* line 573, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-message p strong {
  color: white;
}
/* line 577, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-message .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 581, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-message .close {
  color: white;
  top: 0;
}

/* line 587, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-success, .alert-success {
  background: #a6ce39;
  color: white;
  border: none;
}
/* line 591, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-success h2, .notification-success p, .alert-success h2, .alert-success p {
  color: white;
  margin-top: 0;
}
/* line 596, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-success p strong, .alert-success p strong {
  color: white;
}
/* line 600, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-success .ss-icon, .alert-success .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 604, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-success .close, .alert-success .close {
  color: white;
  top: 0;
}
/* line 608, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-success.supprt, .alert-success.supprt {
  margin-bottom: 10px;
}

/* line 613, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-warning {
  background: #ffd503;
  color: #4b4b4b;
  border: none;
}
/* line 617, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-warning h2, .notification-warning p {
  margin-top: 0;
  color: #4b4b4b;
}
/* line 622, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-warning p strong {
  color: #4b4b4b;
}
/* line 626, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-warning .ss-icon {
  color: #4b4b4b;
  font-size: 16px;
}
/* line 630, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-warning .close {
  color: #4b4b4b;
  top: 0;
}

/* line 637, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-danger, .alert-error {
  background: #9d0a0e;
  color: white;
  border: none;
}
/* line 641, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-danger h2, .notification-danger p, .alert-error h2, .alert-error p {
  margin-top: 0;
}
/* line 645, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-danger p strong, .alert-error p strong {
  color: white;
}
/* line 649, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-danger .ss-icon, .alert-error .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 653, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-danger .close, .alert-error .close {
  color: white;
  top: 0;
}

/* line 659, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-actions {
  margin: 20px 0 0;
  text-align: right;
  overflow: hidden;
  *zoom: 1;
}
/* line 663, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-actions li {
  list-style-type: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  color: white;
}

/* line 673, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-action {
  text-transform: uppercase;
  padding: 10px 20px;
  background: white;
  color: #0175c0;
}
/* line 678, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.notification-action:hover {
  background: #f8f8f8;
  color: #00539e;
}

/* line 685, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.lego-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 30px;
}

/* line 696, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.lego-video iframe,
.lego-video object,
.lego-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 706, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.modal-social-links div, .modal-social-links iframe {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
}

/* line 716, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.flag-inappropriate {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  float: right;
  color: #aeb0b1;
}
/* line 721, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.flag-inappropriate.user {
  float: none;
  text-align: center;
}
/* line 726, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.flag-inappropriate:hover {
  color: #8c8e8f;
}
/* line 728, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.flag-inappropriate:hover .ss-icon {
  color: #8c8e8f;
}

/* line 736, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
#content-content_flag {
  margin-bottom: 20px;
}
/* line 738, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
#content-content_flag textarea {
  width: 924px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  /* line 738, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
  #content-content_flag textarea {
    width: 708px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 738, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
  #content-content_flag textarea {
    width: 446px;
  }
}
@media screen and (max-width: 479px) {
  /* line 738, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
  #content-content_flag textarea {
    width: 284px;
  }
}

/* line 765, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message {
  background: #0175c0;
  color: white;
  border: none;
}
/* line 769, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message h2, .alert-banner-message p {
  color: white;
  margin-top: 0;
}
/* line 774, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message p strong {
  color: white;
}
/* line 778, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 782, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message .close {
  color: white;
  top: 0;
}

/* line 788, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success {
  background: #a6ce39;
  color: white;
  border: none;
}
/* line 792, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success h2, .alert-banner-success p {
  color: white;
  margin-top: 0;
}
/* line 797, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success p strong {
  color: white;
}
/* line 801, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 805, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success .close {
  color: white;
  top: 0;
}
/* line 809, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success.supprt {
  margin-bottom: 10px;
}

/* line 814, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning {
  background: #ffd503;
  color: #4b4b4b;
  border: none;
}
/* line 818, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning h2, .alert-banner-warning p {
  margin-top: 0;
  color: #4b4b4b;
}
/* line 823, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning p strong {
  color: #4b4b4b;
}
/* line 827, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning .ss-icon {
  color: #4b4b4b;
  font-size: 16px;
}
/* line 831, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning .close {
  color: #4b4b4b;
  top: 0;
}

/* line 838, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-error {
  background: #9d0a0e;
  color: white;
  border: none;
}
/* line 842, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-error h2, .alert-banner-error p {
  margin-top: 0;
}
/* line 846, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-error p strong {
  color: white;
}
/* line 850, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-error .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 854, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-error .close {
  color: white;
  top: 0;
}

/* line 866, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-info, .alert-banner-message, .alert-banner-success, .alert-banner-warning, .alert-banner-danger {
  margin-bottom: 0;
  padding: 20px;
}
/* line 869, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-info ul li, .alert-banner-message ul li, .alert-banner-success ul li, .alert-banner-warning ul li, .alert-banner-danger ul li {
  color: white;
}
/* line 872, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-info .close, .alert-banner-message .close, .alert-banner-success .close, .alert-banner-warning .close, .alert-banner-danger .close {
  text-shadow: none;
}
/* line 875, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-info a, .alert-banner-message a, .alert-banner-success a, .alert-banner-warning a, .alert-banner-danger a {
  text-decoration: underline;
}

/* line 881, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message, .alert-banner-info {
  background: #00aacc;
  border-bottom: 1px solid #007f99;
  color: white;
}
/* line 885, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message h2, .alert-banner-message p, .alert-banner-info h2, .alert-banner-info p {
  color: white;
  margin-top: 0;
}
/* line 890, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message p strong, .alert-banner-info p strong {
  color: white;
}
/* line 894, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message .ss-icon, .alert-banner-info .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 898, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message .close, .alert-banner-info .close {
  color: white;
  top: 0;
}
/* line 902, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message a, .alert-banner-info a {
  color: white;
}
/* line 904, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message a:hover, .alert-banner-info a:hover {
  color: #dddddd;
}
/* line 908, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-message em, .alert-banner-info em {
  color: white;
}

/* line 914, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger {
  background: #9d0a0e;
  color: white;
  border-bottom: 1px solid #6d070a;
}
/* line 918, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger h2, .alert-banner-danger p {
  margin-top: 0;
}
/* line 921, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger p {
  color: white;
}
/* line 923, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger p strong {
  color: white;
}
/* line 927, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 931, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger .close {
  color: white;
  top: 0;
}
/* line 935, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger a {
  color: white;
}
/* line 937, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger a:hover {
  color: #dddddd;
}
/* line 941, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-danger em {
  color: white;
}

/* line 947, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success {
  background: #a6ce39;
  border-bottom: 1px solid #88aa2a;
  color: white;
}
/* line 951, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success h2, .alert-banner-success p {
  color: white;
  margin-top: 0;
}
/* line 956, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success p strong {
  color: white;
}
/* line 960, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success .ss-icon {
  color: white;
  font-size: 16px;
}
/* line 964, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success .close {
  color: white;
  top: 0;
}
/* line 968, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success.supprt {
  margin-bottom: 10px;
}
/* line 971, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-success em {
  color: white;
}

/* line 976, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning {
  background: #ffd503;
  color: #4b4b4b;
  border-bottom: 1px solid #cfad00;
}
/* line 980, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning h2, .alert-banner-warning p {
  margin-top: 0;
  color: #4b4b4b;
}
/* line 985, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning p strong {
  color: #4b4b4b;
}
/* line 989, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning .ss-icon {
  color: #4b4b4b;
  font-size: 16px;
}
/* line 993, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning .close {
  color: #4b4b4b;
  top: 0;
}
/* line 997, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning ul li {
  color: #4b4b4b;
}
/* line 1000, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-banner-warning em {
  color: #4b4b4b;
}

/* line 1006, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-table td.alert {
  width: auto;
}
/* line 1007, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-table td.alert .container {
  width: auto;
}
/* line 1012, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-table td.start, .alert-table td.end, .alert-table td.actions {
  width: 10%;
}
/* line 1017, ../../var/www/lego-external-prod.chaordix.com/releases/20150917160434/community/static/scss/client/common.scss */
.alert-table td.actions .list-unstyled li {
  margin-bottom: 10px;
}
