.b-wrapper {
	position:relative;
	/* top:10px; */
}

#adminTabs{
	padding-top:5px;
	font-size:12px;
}

.full_col_width
{
	padding:0px 15px;
	width:980px;
}

.no-min-width {
    min-width: auto !important;
}

#warning-msg {
    margin-right: 10px;
}

html {
    font-size: 87.5%;
    line-height: 1.5em;
}
body {
	border-image-source: none;
    /*background-image: url(/assets/img/shared/bodybg.jpg);*/
    background-attachment: fixed;
    background-color: rgb(51, 51, 51);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

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

.full_col_width
{
  width:980px;
  padding:0px;
  margin: 0 auto;
}
.b-challenge__metric {
    float: none;
    margin: 0 5px;
}

.b-challenge__metric [class^="icon-"], .b-challenge__metric [class*=" icon-"] {
    color:#D1D1D1;
    font-size:15px;
}

#subscriptionHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#subscriptionHeader h2 {
    padding: 0;
    margin: 0 !important;
}
#subscriptionHeader .subscriptionAlignedList {
    padding: 8px 0;
}
#viewtab_blogposts h2 {
    margin-bottom: 0 !important;
}

.b-single-challenge-subscribe-blog {
    left:20px;
    text-align: right;
}
.b-single-challenge-subscribe a.textButton {
    color:#737373;
    font-size:14px;
    display:inline-block;
    padding:0 17px;
}
.b-single-challenge-subscribe a.textButton.hasArrow {
    padding:0 10px;
}
.b-single-challenge-subscribe a.arrow {
    color:#737373;
    font-size:14px;
    display:inline-block;
    padding:0 5px;
    border-left:1px solid #ddd;
}
.b-single-challenge-subscribed a.textButton,
.b-single-challenge-subscribed a.arrow{
    color:#fff;
}

.b-single-challenge-subscribed a.arrow {
    border-left-color: #fff;
}

.challengeFollowContainer{
    position:relative;
}

.challengeSubscribeOptions {
    border:1px solid #ddd;
    position:absolute;
    top:34px;
    left:10px;
    padding:10px;
    font-size:13px;
    color: #1B2437;
    line-height:23px;
    z-index:20;
    background-color:white;
    max-width:300px;
}

.subscriptionAlignedList .challengeSubscribeOptions {
    top: unset;
    left: unset;
    margin: 0;
}

.subscriptionAlignedList .challengeSubscribeOptions .mdl-button {
    padding: 4px 16px;
}

.challengeSubscribeOptions ul {
    list-style-type:none;
    margin-left:0px;
    margin-bottom:0px;
    padding-left:0px;
}

.challengeSubscribeOptions ul li {
    margin-bottom:5px;
}

.challengeSubscribeOptions ul li:last-child {
    margin-bottom:0px;
}

.challengeSubscribeOptions ul li.separator {
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px dashed #dfdfdf;
    margin-left:-10px;
    margin-right:-10px;
    padding-left:10px;
    padding-right:10px;
}

.challengeSubscribeOptions input.subfilter, .challengeSubscribeOptions button.subfilter {
    border:0;
    background:transparent;
    padding:0 25px 0 25px;
    margin:0;
    position:relative;
    text-align:left;
    line-height:17px;
}

.b-single-challenge-tag-container {
    overflow:hidden;
    position:absolute;
    right:0px;
    top:0px;
    width:180px;
    height:180px;
}
.b-single-challenge-tag-container-new {
    background-color:#FF0077;
}
.b-single-challenge-tag-container-closed .b-single-challenge-tag {
    background:#535353;
    color:#fff;

    padding-top:40px;
    right: -71px;
    top: -14px;
}
.b-single-challenge-tag-container-archived .b-single-challenge-tag {
    background:#ddd;
    color:#313131;
    top: 50px;
    right: -39px;
    width: 210px;
}
.b-single-challenge-tag {
    position:absolute;
    width:180px;
    text-align:center;
    line-height:30px;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform:rotate(45deg);
    top:30px;
    right:-50px;
    text-transform:uppercase;
    opacity:1;
    font-size:11px;
}


.b-single-challenge__search-results-top {
	text-align:center;
	font-family:"Lato", sans-serif;
	text-transform:uppercase;
	padding-bottom:25px;
}

.b-single-challenge__search-results-top span {
	font-weight:bold;
}

.b-single-challenge__search-keyword {
	text-align:center;
	padding-bottom:70px;
	font-size:46px;
	font-family:"Lato", sans-serif;
	font-weight:bold;
}

.b-single-challenge__category {
    color: #747679;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.b-single-challenge__description {
    margin-bottom: 1.5rem;
}
.b-single-challenge__hero {
    background-position: center;
    background-size: contain;
    height: 237px;
    margin: 0 -22px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.b-single-challenge__hero:before {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    content: '';
    height: 0;
    margin-left: -14px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
}
.b-header--menu-moderator {
    clear:both;
    float:left;
    width:100%;
}
.b-header--menu-moderator-fixed {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
}
.b-header--menu-wrap {
    clear:both;
    float:none;
    width:100%;
    background:#fff;
    border-bottom:1px solid #f1f1f1;
    padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.b-header--menu-inner-wrap {
    clear:both;
    float:none;
    width:100%;
    position:relative;
}
.b-header--menu-sub {
    clear:both;
    float:none;
    width:100%;
    height:30px;
    background:rgba(255,255,255,0.85);
    line-height:30px;
    font-size:12px;
}

.b-header--menu-sub-left {
    clear:both;
    float:left;
    width:80%;
    position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left:15px;
    color:#878787;
}

.b-header--menu-sub-left a {

}
.b-header--menu-sub-left a span.icon-circle-left {
    display:block;
    float:left;
    line-height: 30px;
    margin-right: 5px;
}
.b-header--menu-sub-left a:hover span.icon-circle-left {
    text-decoration:none;
}
.b-header--menu-sub-right {
    float:left;
    width:20%;
    text-align:right;
}
.b-header--menu-sub-right div {
    display:inline;
    float:right;
    height:16px;
    line-height:16px;
    margin:7px 0;
}
.b-header--menu-sub-right div a {
    color:#878787;
    line-height: 16px;
    font-size: 12px;
}
.b-header--menu-sub-right div:last-child {
    position:relative;
    padding-left:15px;
    padding-right:10px;
    border-right:1px solid #D3D3D3;
}
.b-header--menu-sub-right div:last-child:before {
    position:absolute;
    top:0;
    left:0;
    height:16px;
    line-height:16px;
    content:"<";
    color:#D3D3D3;
    font-family: "Source Sans Pro","Helvetica Neue",Arial,Helvetica,sans-serif;
}
.b-header--menu-sub-right div:first-child {
    position:relative;
    padding-right:15px;
    padding-left:10px;
}
.b-header--menu-sub-right div:first-child:before {
    position:absolute;
    top:0;
    right:0;
    height:16px;
    line-height:16px;
    content:">";
    color:#D3D3D3;
    /* font-family: "Source Sans Pro","Helvetica Neue",Arial,Helvetica,sans-serif; */
}
.b-single-challenge__ideas-list {
    flex: 1;
    float: left;
    width: 100%;
}

#ideas-listing-page .b-single-challenge__ideas-list {
    margin-left: 24px;
}
.b-single-challenge__ideas {
    padding-bottom: 3.5rem;
    padding-top:0;
    position: relative;
}
.generatedcontent .b-single-challenge__ideas:before {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    content: '';
    height: 0;
    margin-left: -14px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
}
.b-single-challenge__intro {
	position:relative;
    margin: 0 auto;
    margin-bottom: 41px;
    text-align: center;
}

.text-editor-display-content h1 {
  font-weight: 400;
  font-size: 32px;
  margin: 0px;
}

.text-editor-display-content h2 {
  font-weight: 600;
  font-size: 24px;
  margin: 0px;
}
.text-editor-display-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
}
.text-editor-display-content h4 {
  font-size: 18px;
  font-weight: 700;
}
.text-editor-display-content em {
  font-style: italic !important;
}
.text-editor-display-content h5 {
  font-size: 16px;
  font-weight: 700;
}

.text-editor-display-content h6 {
  font-size: 14px;
  font-weight: 700;
}
.text-editor-display-content ol {
  list-style-type: decimal;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 16px;
  padding-left: 16px;
}
.text-editor-display-content ul {
  list-style-type: disc;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 16px;
  padding-left: 16px;
}

.b-single-challenge__intro.flatten {
    display:none;
}

.b-single-challenge__prev, .b-single-challenge__next {
	position:absolute;
	top:50%;
    width:157px;
	height:132px;
	margin-top:-66px;
	text-align:center;
    background:transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor:pointer;
    padding:15px 25px 0;
}
.b-single-challenge__prev p, .b-single-challenge__next p {
    padding:0;
    margin:0 0 5px;
    font-size:13px;
    line-height:15px;
    display:none;
}
.b-single-challenge__prev p:first-child, .b-single-challenge__next p:first-child {
    color:#2B8CDC;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    font-weight:bold;
}
.b-single-challenge__prev p:nth-child(2), .b-single-challenge__next p:nth-child(2) {
    color:#B0B1B2;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    font-weight:bold;
}


.b-single-challenge__prev {
    background:url(<<$vars.resourcesUrl>>challenge-prev.png) no-repeat;
}
.b-single-challenge__prev:hover {
    background:url(<<$vars.resourcesUrl>>challenge-prev-full.png) no-repeat;
}
.b-single-challenge__next {
    background:url(<<$vars.resourcesUrl>>challenge-next.png) no-repeat;
}
.b-single-challenge__next:hover {
    background:url(<<$vars.resourcesUrl>>challenge-next-full.png) no-repeat;
}

.b-single-challenge__prev:hover p, .b-single-challenge__next:hover p {
    display:block;
}

.b-single-challenge__prev {
	left:-331px;
	text-align:right;
}
.b-single-challenge__next {
	right:-357px;
	text-align:left;
}

.b-single-challenge__intro-excerpt {
    margin-left:50px;
    margin-right:50px;
    font-size:15px;
    line-height:22px;
    text-align: initial;
}
.b-single-challenge__intro-excerpt .get-full-brief {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.b-single-challenge__intro-excerpt p {
    margin:0;
    padding:0;
	margin-bottom:10px;
}
.b-single-challenge__intro-excerpt ul, .b-single-challenge__intro-excerpt ol {
	margin-bottom:10px;
}

.b-single-challenge__intro .b-excerpt {
	margin-left:50px;
	margin-right:50px;
    font-size:13px;
    margin-bottom:29px;
}
.b-single-challenge__intro .b-excerpt--expanded {
    margin-left: -50px;
    margin-right: -50px;
    text-align: left;
}

.b-single-challenge__close-bar {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    margin:20px 0;
    text-align:center;
    padding:0 10px;
}
.b-single-challenge__close-bar span:first-child {
    position:absolute;
    top:50%;
    left:0;
    right:0;
    height:1px;
    background:#D4D4D4;
}
.b-single-challenge__close-bar span:last-child a {
    position:relative;
    color:#D4D4D4;
    background:#fff;
    text-transform:uppercase;
    padding:0 15px;
    line-height:1em;
}
.b-single-challenge__intro-actions {
    padding-top:20px;
}
.b-single-challenge__intro-actions a, .b-single-challenge__intro-actions div {
	display: inline-block;
	margin:0;
    height:53px;
    padding:15px 55px 0 20px;
    text-align:center;
    vertical-align:center;
    font-size:18px;
    text-shadow:0 0 #3E8FD1;
    letter-spacing:-1px;
    background: #53A2E3 url(<<$vars.resourcesUrl>>Post.svg) no-repeat right 17px center;
	border:none;
    border-bottom: 5px solid #3E8FD1;
	border-color:hsla(0,0%,0%,0.3);
}
.b-single-challenge__intro-actions.lock div {
    color: #cacaca;
    border: 1px solid #cacaca;
    border-bottom:5px solid #cacaca;
    text-shadow:none;
    background: #fff url(<<$vars.resourcesUrl>>lock-ui2.png) no-repeat right 17px center;
}
.b-single-challenge__metric-value {
    margin-left: 5px;
}
.b-single-challenge__metrics {
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 32px;
    line-height: 2.25rem;
    color: #5c5c5c;
    /* font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif; */
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-align: center;
    vertical-align: middle;
}
.b-single-challenge__metrics i {
	color:#B1B1B1;
	font-size:16px;
	line-height: 32px;
}
.generatedcontent .b-single-challenge__metrics:before, .generatedcontent .b-single-challenge__metrics:after {
    content: ' '}
.generatedcontent .b-single-challenge__metrics:after {
    clear: both;
}
.lt-ie8 .b-single-challenge__metrics {
    zoom: 1;
}
.b-single-challenge__timeline-countdown {
    border-right: 1px solid #d6d6d6;
    color: #<<$voteBarCol>>;
    line-height: 1;
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    bottom: -19px;
    right: 0;
}
#b-progress-bar__progress--countdown .icon-clock4 {
    color:#DAD9D9;
}
#b-progress-bar__progress--countdown .time {
    /* font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif; */
    font-weight:400;
    font-size:15px;
}
.b-single-challenge__timeline-icon {
    margin-top: -14px;
}
.b-single-challenge__timeline-section-info {
    font-size: 13px;
}

.b-single-challenge__timeline-future-popup {
    display:none;
    position: absolute;
    background: #ffffff;
    border: 2px solid #CECECE;
    bottom:100px;
    right:20%;
    z-index:501;
    width:400px;
    height:auto;
    padding:20px 30px;
}
.b-single-challenge__timeline-future-popup p {
    color:#4E4E4E;
    font-size:13px;
    line-height:1.4;
    text-align:center;
    padding:0;
    margin:0;
}
.b-single-challenge__timeline-future-popup p:first-child {
    color:#5c5c5c;
    font-weight:600;
    font-size:15px;
    text-transform:uppercase;
}
.b-single-challenge__timeline-future-popup p:nth-child(2) {
    color:#5c5c5c;
    font-weight:600;
    margin-bottom:10px;
}
.b-single-challenge__timeline-future-popup:after, .b-single-challenge__timeline-future-popup:before {
	top: 100%;
	left: 85%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.b-single-challenge__timeline-future-popup:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.b-single-challenge__timeline-future-popup:before {
	border-color: rgba(206, 206, 206, 0);
	border-top-color: #CECECE;
	border-width: 18px;
	margin-left: -18px;
}
.b-single-challenge__timeline-future-popup-bottom {
    top:100px;
    bottom:auto;
}
.b-single-challenge__timeline-future-popup-bottom:after, .b-single-challenge__timeline-future-popup-bottom:before {
    bottom:100%;
    top:auto;
}
.b-single-challenge__timeline-future-popup-bottom:after {
    border-top-color:transparent;
    border-bottom-color: #ffffff;
}
.b-single-challenge__timeline-future-popup-bottom:before {
    border-top-color:transparent;
    border-bottom-color: #CECECE;
}

.b-single-challenge__timeline-section--future:hover .b-single-challenge__timeline-future-popup {
    display:block;
}
.defaultSkin table.mceLayout {
    /*width:100% !important;*/
}

.b-single-challenge__timeline-section-progress--active {
    position:relative;
    background-color: #fff;
    bottom: 0 !important;
    height: 13px;
}
.b-single-challenge__timeline-section--active .b-single-challenge__timeline-section-title {
    font-size:15px;
}
.b-single-challenge__timeline-section--active  .b-single-challenge__timeline-section-info-count {
    font-weight:500;
}
.b-progress-bar__progress-default {
    position:absolute;
    left:0;
    top:4px;
    width:100%;
    height:5px;
    background:#d6d6d6;
}
.b-single-challenge__timeline-section-progress--active .b-progress-bar__progress {
    background-color: #<<$voteBarCol>>;
}
.generatedcontent .b-single-challenge__timeline-section-progress--active:before, .generatedcontent .b-single-challenge__timeline-section-progress--active:after {
    top: -7px !important;
}
.b-single-challenge__timeline-section-progress {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
}
.generatedcontent .b-single-challenge__timeline-section-progress:before, .generatedcontent .b-single-challenge__timeline-section-progress:after {
    content: '';
    display: inline-block;
    background-image: url('<<$vars.resourcesUrl>>icons-sf4a647c55a.png');
    background-position: 0 -443px;
    background-repeat: no-repeat;
    height: 27px;
    width: 14px;
    vertical-align: middle;
    position: absolute;
    top: -11px;
    z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.5),  (min--moz-device-pixel-ratio: 1.5),  (-o-min-device-pixel-ratio: 3 / 2),  (min-device-pixel-ratio: 1.5),  (min-resolution: 144dpi) {
    html.mediaqueries .generatedcontent .b-single-challenge__timeline-section-progress:before, html.mediaqueries .generatedcontent .b-single-challenge__timeline-section-progress:after {
    background-image: url('../img/icons-2x-s454aacb3a7.png');
    -moz-background-size: 77px auto;
    -o-background-size: 77px auto;
    -webkit-background-size: 77px auto;
    background-size: 77px auto;
    background-position: 0 -443px;
}
}.generatedcontent .b-single-challenge__timeline-section-progress:before {
    left: -6px;
}
.generatedcontent .b-single-challenge__timeline-section-progress:after {
    right: -7px;
}
.b-single-challenge__timeline-section-title {
    color: #<<$voteBarCol>>;
    display: block;
    text-transform: uppercase;
}
.flexbox .b-single-challenge__timeline-section--active {
    -webkit-flex: 2 !important;
    flex: 2 !important;
}
.b-single-challenge__timeline-section--active .b-single-challenge__timeline-section-title,
.b-single-challenge__timeline-section--future .b-single-challenge__timeline-section-title {
    color: #5c5c5c;
}
.b-single-challenge__timeline-section--future {
    cursor: default;
}
.b-single-challenge__timeline-section {
    color: #4E4E4E;
    cursor: pointer;
    line-height: 1.4;
    padding: 2px 12px 30px 12px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
    -o-transition: all 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
    -webkit-transition: all 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
    transition: all 0.5s cubic-bezier(0.645,  0.045,  0.355,  1);
}
.b-single-challenge__timeline-section-details {
    position:relative;
    clear:both;
    float:left;
    width:100%;
}
.b-single-challenge__timeline-section--active .b-single-challenge__timeline-section-details-active {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    padding:10px;
}


.b-single-challenge__timeline-section .b-excerpt {
    display:none;
    margin-bottom: 0;
}
.b-single-challenge__timeline-section--active .b-excerpt {
    display:block;
}
.b-single-challenge__timeline-section .b-full {
    margin-bottom: 0;
    padding-bottom:20px;
    display:none;
}
.b-single-challenge__timeline-section--active .b-single-challenge__timeline-section-details-active .b-excerpt {
    display:none;
}
.b-single-challenge__timeline-section--active .b-single-challenge__timeline-section-details-active .b-full {
    display:block;
}



.generatedcontent .b-single-challenge__timeline-section:after {
    border-right: 1px solid #ddd;
    content: '';
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 26px;
}
.generatedcontent .b-single-challenge__timeline-section:last-child:after {
    display: none;
}
.flexbox .b-single-challenge__timeline-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.b-single-challenge__timeline {
    display: -webkit-flex;
    display: flex;
    height:150px;
    padding-bottom: 3rem;
    margin:0 -15px;}
.generatedcontent .b-single-challenge__timeline:before, .generatedcontent .b-single-challenge__timeline:after {
    content: ' '}
.generatedcontent .b-single-challenge__timeline:after {
    clear: both;
}
.lt-ie8 .b-single-challenge__timeline {
    zoom: 1;
}
.b-single-challenge__title {
    font-size: 40px;
    font-size: 2.85714rem;
    line-height: 53px;
    line-height: 3.75rem;
    font-weight: 400;
    margin: 20px 100px !important;
    padding:0px;
}

.b-idea__author-username-button {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #<<$linkCol>> !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  background: transparent !important;
  border: transparent !important;
  text-align: left !important;
}

.b-idea__author-username-button:focus,
.b-idea__author-username-button:hover {
  color: #<<$linkCol>>;
  text-decoration: underline !important;
}

.mod-user-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent !important;
  border: transparent !important;
}
button.mod-user-link > .b-contributor__username {
  background: transparent !important;
}

@media (max-width: 700px) {
    .b-single-challenge__title {
        font-size: 32px;
        line-height: 1.3;
        margin: 20px 0 !important;
    }
    .b-single-challenge__intro-excerpt {
        margin-left: 0;
        margin-right: 0;
    }
}

.b-single-challenge {
    padding: 0;
}
.b-single-challenge__category {
    line-height:1rem;
}
.moderatorAvatar {
    height: 50px;
    width: 50px;
    overflow: hidden;
}
.b-contributor__avatar {
    position: absolute;
    top: 0;
    left: 0;
}
.b-contributor__points {
    position: absolute;
    right: 0;
    top: 0;
    font-weight:normal;
    /* font-family: "Arial MT", Arial, Helvetica, sans-serif;
    font-size: 13px; */
    color:#5C5C5C;
    line-height:30px;
}
.b-contributor__title {
    /*font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
    font-size: 12px;
}
.b-contributor__username {
    display: block;
    line-height:30px;
    /*font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
    font-weight:500;
    font-size: 13px;
    color: #5C5C5C
}
.b-contributor {
    line-height: 16px;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 40px;
    padding-right: 50px;
    position: relative;
}

.b-idea__avatars {
	position:relative;
}

.b-idea__avatars--wider {
	width:66px;
}

.b-idea__avatars--multiple {
	position:absolute;
	width:24px;
	height:24px;
	border-radius:50%;
	background:#e6e6e6;
	top:0;
	left:22px;
	z-index:1;
	line-height:24px;
	text-align:center;
	font-size:10px;
}

.b-idea__avatars--white-spacer {
	position:absolute;
	left:5px;
	width:24px;
	height:24px;
	border-radius:50%;
	background:#fff;
	top:0;
	z-index:2;
}

.b-idea__joint-users {
	position:absolute;
	bottom:45px;
	background:#535353;
	width:218px;
	display:none;
}

.b-idea__joint-users-label {
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}

.b-idea__joint-users ul {
	color:#fff;
	list-style-type:none;
	paddding-top:10px;
}

.b-idea__joint-users ul li {
	margin-bottom:10px;
}

.b-idea__joint-avatar {
	float:left;
}

.b-idea__joint-name {
	float:left;
	margin-left:10px;
	line-height:20px;
}

.b-idea__joint-name a {
	font-size:12px;
}

.b-idea__avatar {
    float: left;
    margin: 0;
    margin-right: 6px;
	position:relative;
	z-index:3;
}
.b-idea__award--silver-challenge {
    background-color: #5C5C5C;
    color: #fff;
}
.generatedcontent .b-idea__award--silver-challenge:after {
    border-color: #5C5C5C transparent transparent transparent;
}
.b-idea__award {
    line-height: 24px;
    position: relative;
    text-align: center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:left;
    padding-left:10px;
    z-index:99;
}
.generatedcontent .b-idea__award:after {
    border-style: solid;
    border-width: 4px 4px 0 4px;
    content: '';
    position: absolute;
    left: 20px;
    bottom: -4px;
}
.generatedcontent.csstransforms .b-idea__award:after {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}



.b-idea__vote-ratethis {
    clear:both;
    float:left;
    font-size:12px;
}



.b-idea__award--milestone {
    background-color: #<<$voteBarCol>>;
    color:  #<<$voteBarTextCol>>;
    /* font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif; */
    line-height: 24px;
    position: relative;
    text-align: left;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:0 0 0 5px;
    z-index:99;
}
.results-view-list .b-idea__award--milestone {
    /*left:12px;
    top:12px;
    width:246px;*/
}

.b-idea__award--milestone span {
    font-size:12px;
    margin-right:5px;
}
.b-idea__award--milestone .tip {
    position:absolute;
    right:5px;
    top:4px;
    width:16px;
    height:16px;
    line-height:16px;
    text-align:center;
    border:1px solid #<<$voteBarTextCol>>;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight:bold;
    font-size:11px;
    cursor:pointer;
    display:block;
}
.b-idea__award--milestone:after {
    top: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(166, 198, 56, 0);
    border-top-color: #<<$voteBarCol>>;;
    border-width: 5px;
    margin-left: -5px;
}





.b-idea__comment-link {
    color: #d0d0d0;
    float: right;
    padding-top: 2px;
    line-height:50px;
}
.b-idea__comment-link:hover {
    color: #4f4f4f;
    text-decoration: none;
}
.b-idea__comment-link i {
    font-size: 22px;
    line-height: 21px;
}
.b-idea__container {
    min-height: 1px;
    position: relative;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    width: 33.33333%;
}

.b-idea__container .mod-checked-overlay {
    background-color:transparent;
    display:none;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    position:absolute;
    pointer-events: none;
}

.b-idea__container.mod-selected .mod-checked-overlay,
.b-idea__container:hover .mod-checked-overlay
{
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display:block;
    z-index:200;
}

.results-view-list .b-idea__container .mod-checkbox {
    top:2px;
    right:3px;
}

.results-view-grid .b-idea__container .mod-checkbox {
    right:-5px;
}

.b-idea__container .mod-checkbox {
    position: absolute;
    width:30px;
    height:30px;
    text-align:right;
    z-index:202;
}

.b-idea__container .mod-checkbox input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.b-idea__container .mod-checkbox.hoverOnly {
    display:none;
}

.b-idea__container:hover .mod-checkbox.hoverOnly {
    display:block;
}

.b-idea__container article {
    overflow:hidden;
}

.flexbox .b-idea__container {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.b-idea__container .flagged {
    position:absolute;
    right:-37.5px;
    top:-37.5px;
    width:75px;
    height:75px;
    background-color:#c51c1c;
    color:#fff;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform:rotate(45deg);
    z-index:101;

}

.b-idea__container .flaggedFlag {
    text-align:center;
    display:block;
    position:absolute;
    top:8px;
    right:8px;
    color:#fff;
    font-size:11px;
    z-index:102;
}

.b-idea__visibility-icon {
  position: absolute;
  display: block;
  right: 14px;
  top: 50px;
  z-index: 102;
  padding: 4px 4px 6px;
  font-size: 18px;
  border-radius: 50%;
  background: #1B2538;
  color: #E4E5E7;
}

.b-single-idea__label-silver.b-single-idea__private-submissions-label {
    background-color: #00163b;
}

.b-idea__content {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 19px;
    line-height: 1.35rem;
    margin-bottom: 7px;

}
.b-idea__content a, .b-idea__content a:hover {
    text-decoration:none;
    color:#767676;
}

#results-container {
	position:relative;
	/* min-height:200px; */
}

.b-container-overlay {
	position:absolute;
	width:100%;
	bottom:-50px;
	left:0;
	z-index:1000;
}


.results-view-list .b-idea__details-milestone {
    /*padding-top:0 !important;*/
}
.b-idea__details:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100px;
    left:0;
    bottom:0;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.results-view-list .b-idea__details:after {
    height: 50px;
}
@media (max-width: 400px) {
    .results-view-list .b-idea__details:after {
        height: 10px;
    }
}

.results-view-list .b-idea__content {
    max-height:80px;
    overflow:hidden;
}

.b-idea__footer {
    position:absolute;
    bottom:8px;
    left:12px;
    right:12px;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    padding-top:0;
    height:54px;
    width:auto;
}
.generatedcontent .b-idea__footer:before, .generatedcontent .b-idea__footer:after {
    content: ' '}
.generatedcontent .b-idea__footer:after {
    clear: both;
}
.lt-ie8 .b-idea__footer {
    zoom: 1;
}
.b-idea__header {
    position: absolute;
    bottom: 70px;
    line-height: 1.2;
    margin-bottom: 7px;
    z-index:202;
}
.generatedcontent .b-idea__header:before, .generatedcontent .b-idea__header:after {
    content: ' '}
.generatedcontent .b-idea__header:after {
    clear: both;
}
.lt-ie8 .b-idea__header {
    zoom: 1;
}
.flexbox .b-idea__header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.b-idea__thumbnail.doubleTopPadding {
    height:205px;
}
.b-idea__thumbnail.tripleTopPadding {
    height:229px;
}
.b-idea__thumbnail:focus-within {
    border: 2px solid #1c4ed8;
}
.b-idea__thumbnail img {
	width:100%;
	height:auto;
}
.b-idea__quote {
    display:none;
}
.b-idea__title-link {
    color: #1B2437;
    margin-bottom:0;
}
.b-idea__title-link a, .b-idea__title-link a:hover {
    color: #1B2437;
    text-decoration:none;
    font-weight:600;
    font-size:1.4rem;
}
.b-idea__title {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 21px;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    width: 85%;
}
.b-idea__vote-actions {
    float: left;
}

.icon-thumb-down {
    fill:#aaa;
}
.icon-thumb-down:hover {
    fill:#<<$voteBarCol>>;
}
.b-idea__vote-stars .b-idea__vote-button {
    font-size:22px;
    margin-left:3px;
}
.b-idea__vote-button:hover {
    text-decoration: none;
}
.b-idea__vote-button--up.active, .b-idea__vote-button--up:hover {
    color: #<<$voteBarCol>>;
}
.b-idea__vote-button--down.active, .b-idea__vote-button--down:hover {
    color: #<<$voteBarCol>>;
}
.b-idea__vote-count-value {
    display: block;
    /* font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif; */
    font-size: 25px;
    letter-spacing: -0.04em;
    text-transform: none;
    font-weight:500;
}
.b-idea__time-left-value {
	display:block;
	/* font-family:"Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif; */
	font-size:20px;
	letter-spacing:-0.04em;
	text-transform:none;
	font-weight:700;
	padding-right:3px;
}
.b-idea__vote-count-value span {
    font-size:16px;
    font-weight:400;
    letter-spacing:0;
    padding-left:2px;
}
.b-idea__vote-count {
    background-color: #<<$voteBarCol>>;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 9px;
    line-height: 1;
    /* margin-top: 8px; */
    margin-right: 9px;
    padding: 4px 8px 6px 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    min-width: 57px;
    z-index:99;
	  height:44px;
}
.b-idea__vote-count--timed {
	border-radius:0 4px 4px 0;
}
.b-idea__time-left {
	border-radius:4px 0 0 4px;
	border:1px solid #e8e8e8;
	float:left;
	color:#acacac;
	font-size:10px;
	margin-top:8px;
	padding:1px 6px 1px 6px;
	text-transform:uppercase;
	z-index:99;
	text-align:center;
	line-height:1;
	position:relative;
	height:44px;
}
/* .results-view-list .b-idea__time-left {
	margin-top:4px;
} */
/* .b-idea__time-left span {
	float:left;
	display:block;
	text-align:center;
	font-size:9px;
} */
.b-idea__time-left-label {
	/* width:32px; */
	word-wrap: break-word;
}
.b-idea__time-left-details-heading {
	display:block;
	padding-bottom:10px;
}
.b-idea__time-left-details {
	background:#444;
	color:#fff;
	padding:10px;
	position:absolute;
	bottom:53px;
	left:0px;
	text-transform:none;
	width:170px;
	display:none;
}

.b-idea__time-left-details-arrow--down {
	position:absolute;
	left:13px;
	bottom:-10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
}
.b-idea__vote-trigger {
    float:left;
    /* padding-top:18px; */
}
.b-idea__vote-trigger-closed {
    float:left;
    /* padding-top:18px; */
    padding-left:5px;
    color:#767676;
    font-size:11px;
    text-transform:uppercase;
    line-height:13px;
    text-align:center;
    width:86px;
}
.b-idea__voting-closed {
	float:left;
	padding-top:13px;
	color:#<<$voteBarCol>>;
	text-transform:uppercase;
	width:42px;
	text-align:left;
	font-weight:700;
	font-size:10px;
	line-height:10px;
}
.b-idea__vote-stars {
    display: flex;
    /* padding-top:20px; */
}
.milestone-stage-name {
    font-weight:500;
}

.b-single-idea__new-comment-area-outer {
	width:100%;
	border:1px solid #d7d7d7;
	padding:10px;
	background:#fff;
	position:relative;
	padding-bottom:40px;
}

.b-single-idea__new-comment-area {
	resize:none;
	overflow:hidden;
	border-radius:0;
	height:35px;
	width:100%;
	outline:none !important;
	border:none;
	border-bottom:1px solid #e7e6e6;
}

.b-single-idea__new-comment-button {
	position:absolute;
	right:10px;
	bottom:7px;
}

.b-single-idea__new-comment-area-bottom {
	position:relative;
}

.b-single-idea__new-comment-area-bottom > span {
	position:static;
	top:6px;
	font-size:20px;
	color:#d7d6d6;
}

div.b-single-idea__new-comment-area-bottom input {
	height:35px !important;
	line-height:35px !important;
	width:250px !important;
	/* margin-left:26px !important; */
	border:none !important;
}

.tag-result-selected:last-child::after {
	clear:both;
}

.b-single-idea__user-tag-results {
	border:1px solid #e7e6e6;
	padding:5px 5px 5px 20px;
	padding-bottom:0;
	display:none;
}

.b-single-idea__user-tag-result {
	border:1px solid #e7e6e6;
	border-radius:2px;
	background:#fff;
	padding:3px;
	height:30px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	line-height:22px;
	cursor:pointer;
}

.b-single-idea__user-tag-result img {
	border-radius:50%;
}

.b-single-idea__user-tag-result:first-chlid {
	margin-left:0;
}

.b-single-idea__voting--points {
	font-family:'Lato', sans-serif;
}

.b-single-idea__voting--points span {
	color:#fff;
	font-size:54px;
}

.b-single-idea__voting--points-title {
	display:block;
	font-size:16px !important;
}

.generatedcontent .b-idea__vote-count:after {
    border-color: transparent transparent transparent #<<$voteBarCol>>;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -6px;
}
.generatedcontent .b-idea__vote-count.unavailable:after {
    display:none;
}
.generatedcontent.csstransforms .b-idea__vote-count:after {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.b-idea {
    position:relative;
    background-color: #fff;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 0.75rem;
    padding: 12px;
}
@media (min-width: 1024px) {
    .b-idea {
        height: 458px;
    }
}
.b-idea-ended {
    /*background:rgba(255,255,255,0.6);
    border: 1px solid #C9C9C9;*/
    opacity:0.60;
}
.b-single-challenge__ideas-header {
	/* line-height:66px; */
    margin-bottom:0;
}
.b-single-challenge__ideas-viewoptions {
	text-align:right;
	line-height:66px;
    padding-right:12px;
}
.b-single-challenge__ideas-viewoptions span {
	text-transform:uppercase;
	font-weight:bold;
}
.b-single-challenge__ideas-viewoptions select {
	outline:0;
	display:inline-block;
	vertical-align: middle;
	height:40px;
	line-height:40px;
	padding:0 10px;
	width:144px;
	border:1px solid #DEDDDD;
	margin:0 0 0 10px;
	/* temp */
	position:relative;
	top:-15px;
	/* temp */
}
#toggle-grid {
	border:0;
	outline:0;
	margin:0 0 0 8px;
	display:inline-block;
	vertical-align: middle;
	width:18px;
	height:18px;
	background-color:transparent;
	background-image:url(<<$vars.resourcesUrl>>icon-view-toggle.png);
	background-repeat:no-repeat;
	background-position:0 -18px;
	text-indent:-999px;
	overflow:hidden;
    opacity:0.3;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#toggle-list {
	border:0;
	outline:0;
	margin:0 0 0 8px;
	display:inline-block;
	vertical-align: middle;
	width:18px;
	height:18px;
	background-color:transparent;
	background-image:url(<<$vars.resourcesUrl>>icon-view-toggle.png);
	background-repeat:no-repeat;
	background-position:-18px -18px;
	text-indent:-999px;
	overflow:hidden;
    opacity:0.3;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#toggle-grid.toggle-active {
	opacity:1;
}
#toggle-list.toggle-active {
	opacity:1;
}
#results-container .mix, #challenge-container .mix {
	display:none;
}

#results-container .singleTopPadding {
    /* padding-top:24px; */
}

#results-container .doubleTopPadding {
    padding-top:48px;
}


#results-container .tripleTopPadding {
    padding-top:72px;
}


/* list view results */
#results-container.results-view-list .b-idea__container, #challenge-container.results-view-list .b-idea__container, #results-container-drafts.results-view-list .b-idea__container, #results-container-ideas.results-view-list .b-idea__container {
	clear:both;
	-webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width:100%;
}

@media (min-width: 1024px) {
    #results-container.results-view-list .b-idea, #challenge-container.results-view-list .b-idea {
        height:182px;
    }
}


#results-container.results-view-list .b-idea__thumbnail, #challenge-container.results-view-list .b-idea__thumbnail {
    clear:both;
    float:left;
    width:246px;
    height:160px;
    /* margin:0; */
    overflow:hidden;
}
#results-container.results-view-list .userActivityList .b-idea__thumbnail, #challenge-container.results-view-list .userActivityList .b-idea__thumbnail {
    width:220px;
}
#results-container.results-view-list .b-idea__thumbnail.singleTopPadding,
#results-container.results-view-list .b-idea__thumbnail.doubleTopPadding,
#results-container.results-view-list .b-idea__thumbnail.tripleTopPadding
{
    padding-top:0px;
}
#results-container.results-view-list .b-idea__quote, #challenge-container.results-view-list .b-idea__quote {
    clear:both;
    float:left;
    width:246px;
    height:160px;
    margin:0;
    display:block;
    background:#F5F5F5 url(<<$vars.resourcesUrl>>quote-bg.png) no-repeat center center;
    color:#B6B6B6;
    padding:55px 15px 0 5px;

}
#results-container.results-view-list .b-idea__details, #challenge-container.results-view-list .b-idea__details {
    position:relative;
    float:left;
    width:100%;
    overflow:hidden;
}

.b-idea__list-author {
    display:none;
}

#results-container.results-view-list .b-idea__list-wrap, #challenge-container.results-view-list .b-idea__list-wrap {
    position:relative;
    float:left;
    /* width: 386px;
    height: 160px;
    padding: 0; */
}

#results-container.results-view-list .b-idea__header,
#challenge-container.results-view-list .b-idea__header,
#results-container-ideas.results-view-list .b-idea__header,
#results-container-drafts.results-view-list .b-idea__header
{
    display:none;
}

#results-container.results-view-list .b-idea__list-author .b-idea__author-info, #challenge-container.results-view-list .b-idea__list-author .b-idea__author-info {
    clear:both;
    float:left;
    width:100%;
}
/* /list view results */


.b-sidebar__section-list button.filter {
    border:0;
    background:transparent;
    padding:0 25px 0 25px;
    margin:0;
    position:relative;
    text-align:left;
    line-height:17px;
}

.b-sidebar__section-list-milestones li {
    position:relative;
    margin:0;
}
.b-sidebar__section-list-milestones button.filter {
    min-height:37px;
    line-height:17px;
    margin-bottom:13px;
    padding:0 25px 0 40px;
}
.filter-miltstone-last button.filter {
    margin-bottom:5px !important;
}
.b-sidebar__section-list-milestones li:last-child {
    margin-bottom:0;
}
.b-sidebar__section-list-milestones button.filter:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:32px;
    height:32px;
    background: #DAD9D9;
    border: 1px solid #fff;
    line-height:32px;
    top: 50%;
    transform: translateY(-50%);
    margin-top:0;
}

.b-sidebar__section-list-milestones button.filter-milestone-start:before {
    background-color:#DAD9D9;
    background-image:url(<<$vars.resourcesUrl>>milestones/start.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.filter-milestone-score:before {
    background-color:#DAD9D9;
    background-image:url(<<$vars.resourcesUrl>>milestones/score.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.filter-milestone-review:before {
    background-color:#DAD9D9;
    background-image:url(<<$vars.resourcesUrl>>milestones/review.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.filter-milestone-elaborate:before {
    background-color:#DAD9D9;
    background-image:url(<<$vars.resourcesUrl>>milestones/elaborate.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.filter-milestone-expired:before {
    background-color:#DAD9D9;
    background-image:url(<<$vars.resourcesUrl>>milestones/expired.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:10px auto;
}
.b-sidebar__section-list-milestones button.active.filter-milestone-start:before {
    background:none;
    background-color: #<<$voteBarCol>>;
    background-image:url(<<$vars.resourcesUrl>>milestones/start.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.active.filter-milestone-score:before {
    background:none;
    background-color:#<<$voteBarCol>>;
    background-image:url(<<$vars.resourcesUrl>>milestones/score.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.active.filter-milestone-review:before {
    background:none;
    background-color:#<<$voteBarCol>>;
    background-image:url(<<$vars.resourcesUrl>>milestones/review.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.active.filter-milestone-elaborate:before {
    background:none;
    background-color:#<<$voteBarCol>>;
    background-image:url(<<$vars.resourcesUrl>>milestones/elaborate.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:15px auto;
}
.b-sidebar__section-list-milestones button.active.filter-milestone-expired:before {
    background:none;
    background-color:#<<$voteBarCol>>;
    background-image:url(<<$vars.resourcesUrl>>milestones/expired.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:10px auto;
}

.milestone-icon-start {
    height:12px;
    width:20px;
    background-image:url(<<$vars.resourcesUrl>>milestones/start.png) !important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 12px;
    display:inline-block;
}
.milestone-icon-score {
    height:12px;
    width:20px;
    background-image:url(<<$vars.resourcesUrl>>milestones/score.png) !important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 12px;
    display:inline-block;
}
.milestone-icon-review {
    height:12px;
    width:20px;
    background-image:url(<<$vars.resourcesUrl>>milestones/review.png) !important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 12px;
    display:inline-block;
}
.milestone-icon-rejected {
    height:12px;
    width:20px;
    background-image:url(<<$vars.resourcesUrl>>milestones/rejected.png) !important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 12px;
    display:inline-block;
}
.milestone-icon-elaborate {
    height:12px;
    width:20px;
    background-image:url(<<$vars.resourcesUrl>>milestones/elaborate.png) !important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 12px;
    display:inline-block;
}

.b-sidebar__section-list-milestones-full {
    position:absolute;
    top:0;
    bottom:0;
    left:15px;
    width:4px;
    background:#DAD9D9;
}
.b-sidebar__section-list-milestones-bottom {
    position:absolute;
    top:50%;
    left:7.5px;
    bottom:0;
    width:4px;
    background:#DAD9D9;
}
.b-sidebar__section-list-milestones-top {
    position:absolute;
    top:0;
    left:15px;
    bottom:50%;
    width:4px;
    background:#DAD9D9;
}
.milestone-line-active {
    background:#<<$voteBarCol>>;
}

.b-sidebar__section-list-milestones-all {
    margin-bottom:8px !important;
}

.b-sidebar__section-list-milestones-all button.filter:before {
    width:20px;
    height:20px;
    left:6px;
    top:9px;
    line-height:20px;
}

.b-sidebar__section-list-milestones-all button.filter {
    margin-bottom:0;
    line-height:40px;
    height:40px;
    padding:0 0 0 40px;
}


.b-sidebar__section-list-milestones-notapproved {
    margin-bottom:8px !important;
}

.b-sidebar__section-list-milestones-notapproved button.filter:before {
    width:20px;
    height:20px;
    left:6px;
    top:9px;
    line-height:20px;
	background-image:url(<<$vars.resourcesUrl>>milestones/rejected.png);
	background-repeat:no-repeat;
	background-position:center center;
	font-family:Lato;
	content:'';
}

.b-sidebar__section-list-milestones-notapproved button.filter {
    margin-bottom:0;
    line-height:40px;
    height:40px;
    padding:0 0 0 40px;
}



.b-single-challenge__hero-divide {
    position: relative;
    background: #ffffff;
    border-bottom: 4px solid #e9e9e9;
    margin:0 -25px 40px;
}
.b-single-challenge__hero-divide:after, .b-single-challenge__hero-divide:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.b-single-challenge__hero-divide:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 14px;
    margin-left: -14px;
}
.b-single-challenge__hero-divide:before {
    border-color: rgba(233, 233, 233, 0);
    border-top-color: #e9e9e9;
    border-width: 20px;
    margin-left: -20px;
}

.b-single-challenge__tags-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(23, 21, 32, 0.75);
    z-index: 999;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-container {
    margin:140px auto 0;
    z-index:101;
    border-radius: 8px;
    max-width: 940px;
    overflow: auto;
    width: 90%;
    background-color: #fff;
    padding: 20px;
}

#tags-modal .b-single-challenge__tags-modal-container {
    max-height: 75vh;
}

.b-single-challenge__tags-modal .b-single-challenge__tags-modal-inner {
    clear:both;
    float:left;
    width:100%;
}
.b-single-challenge__tags-modal-title {
    display:none;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-title {
    display:block;
    clear:both;
    float:left;
    width:100%;
    border-bottom:1px solid #1B2437;
    margin:0 0 20px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #1B2437;
    padding:0 0 5px;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-list {
    clear:both;
    float:left;
    width:100%;
}

.b-single-challenge__tags-modal .b-single-challenge__tags-modal-inner ul {
    list-style:none;
    margin:0;
    padding:0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.b-single-challenge__tags-modal-inner ul li:nth-child(n+9) {
    /* only display the first 8 tags in the sidebar */
    display:none;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-inner ul li {
    width: 25%;
    display: block;
    float: none;
    margin:0 0 10px;
    padding: 0;
    color: #1B2437;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.b-single-challenge__tags-modal-buttons {
    display:none;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-buttons {
    display:block;
    clear:both;
    float:left;
    width:100%;
    padding:30px 0;
    text-align:center;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-buttons span {
    text-align:center;
    margin:0 10px;
    border:1px solid #1B2437;
    color:#fff;
    padding:10px 20px;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-buttons span a {
    color:#fff;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-buttons span:last-child {
    background:#fff;
    color:#000;
}
.b-single-challenge__tags-modal .b-single-challenge__tags-modal-buttons span:last-child a {
    color:#000;
}
.b-sidebar__section-list-more {
    display:block;
}
.b-single-challenge__tags-modal .b-sidebar__section-list-more {
    display:none;
}

.b-full {
    position:absolute;
    width:400px;
    background:#fff;
    border:1px solid #dedede;
    z-index:999999;
    padding:20px;
    top:-30px;
    left:-15px;
}

.b-single-challenge__intro-full {
    clear:both;
    float:left;
    width:100%;
    display:none;
    margin-bottom:60px;
    text-align:left;
    line-height:22px;
    font-size:15px;
}
.b-single-challenge__intro-full p {
    display:block;
}
.b-single-challenge__intro-full ul {
    list-style: disc;
}
.b-single-challenge__intro-full ol {
    list-style: decimal;
}
.b-single-challenge__intro-full-close-top {
    clear:both;
    float:left;
    width:100%;
    text-align:center;
    padding-bottom:30px;
}
.b-single-challenge__intro-full-close {
    clear:both;
    /* float:left; */
    width:100%;
    text-align:center;
    /* border-top:1px solid #DDD;
    padding-top:30px; */
}
.b-single-challenge__intro-full-close-top span a:hover, .b-single-challenge__intro-full-close span a:hover {
    text-decoration:none;
}
.b-single-challenge__intro-full-section {
    clear:both;
    float:left;
    width:100%;
    margin:0 0 5px;
    padding:0;
}
.b-single-challenge__intro-full-section-title {
    clear:both;
    float:left;
    width:100%;
    padding:0 0 1px;
    margin:0 0 12px;
    text-transform:uppercase;
    border-bottom:1px solid #DDD;
    text-align:left;
    font-size:13px;
    font-weight:bold;

}
.b-single-challenge__intro-full-files, .b-single-challenge__intro-full-mods {
    clear:both;
    float:left;
    width:100%;
}
.b-single-challenge__intro-full-files {
    clear:both;
    float:left;
    width:100%;
    margin:0;
    padding:0;
}
.b-single-challenge__intro-full-file {
    position:relative;
    float:left;
    width:220px;
    height:68px;
    background:#EFEFEF;
    padding:5px;
    font-size:13px;
    margin:0 10px 10px 0;
	overflow:hidden;
}
.b-single-challenge__intro-full-files .b-single-challenge__intro-full-file:nth-child(3n) {
    margin-right:0;
}

.b-single-challenge__intro-full-file-download {
    clear:both;
    float:left;
    width:100%;
    height:58px;
    background:#fff url(<<$vars.resourcesUrl>>download.png) no-repeat right 10px center;
    text-align:left;
    font-size:13px;
    line-height:58px;
    padding:0 5px;
}

.b-single-challenge__intro-full-file-download span {
    margin-left:10px;
    width: 135px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height:56px;
}

.b-single-challenge__intro-full-file-download:hover span {
    text-decoration:underline;
}

.b-single-challenge__intro-full-file p {
    clear:both;
    float:left;
    width:100%;
    text-align:left;
    line-height:1.1em;
    padding:10px;
    margin:0;
}
.b-single-challenge__intro-full-mods li.b-contributor {
    padding-left:60px;
    min-height:80px;
}
.b-single-challenge__intro-full-mods .b-contributor__info .b-contributor__username {
    line-height:15px;
}
.b-single-challenge__intro-full-mods .b-contributor__info {
    line-height:15px;
}
.b-single-challenge__intro-full-mods .b-contributor__info p {
    clear:both;
    float:left;
    width:100%;
    margin:0;
    padding:0;
    font-size:12px;
}
.b-single-challenge__intro-full-mods .b-contributor__info span {
    position:relative;
    float:left;
    background:#E2E2E2;
    border:0;
    padding:2px 5px 2px 5px;
    outline:0;
    margin:5px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:12px;
    line-height:1em;
}

.mod-users {
    clear:both;
    float:left;
    width:100%;
}

.mod-user {
    position:relative;
    float:left;
    width:220px;
    min-height:65px;
    margin:0 10px 10px 0;
    padding-left:60px;
}

.mod-users .mod-user:nth-child(3n) {
    margin-right:0;
}

a.timeline-readmore, a.timeline-close {
    color:#637C0C;
}

.b-idea__vote-stars .b-idea__vote-button {
    font-size:16px;
    margin:0;
    margin-left: 1.5px;
}
.b-idea__vote-stars .b-idea__vote-button:first-of-type {
    margin-left: 0;
}
.b-idea__vote-stars-wrap {
    background-color: #<<$voteBarCol>>;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #<<$voteBarTextCol>>;
    float: left;
    font-size: 10px;
    line-height: 1;
    margin-top: 8px;
    margin-right: 9px;
    padding: 10px 8px 6px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    height:45px;
}
.b-idea__vote-stars-wrap:after {
    border-color: transparent transparent transparent #<<$voteBarCol>>;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -6px;
}
.b-idea__vote-wrap-closed:after {
    display:none;
}
.b-idea__vote-stars-wrap .b-idea__vote-stars-wrap-stars {
    clear:both;
    float:left;
    width:80px;
    text-align:center;
    margin-bottom:5px;
    /* font-size:6px; */
}
.b-idea__vote-stars-wrap .b-idea__vote-stars-wrap-stars .active {
    color:#<<$buttonCol>>;
}
.b-idea__vote-stars-wrap .b-idea__vote-stars-wrap-ratings {
    clear:both;
    float:left;
    width:80px;
    text-transform:uppercase;
    text-align:center;
}



/* ------- IDEA DETAILS PAGE ------------- */
.b-single-tag {
	float:left;
	height:50px;
}

.b-single-tag__image--rounded {
	width:30px;
	height:30px;
	border-radius:50%;
}

.b-single-tag span {
	display:inline-block;
	padding:0 20px 0 5px;
}

.b-single-idea__comments {
	clear:both;
	float:left;
	width: 100%;
	background:#F8F8F8;
	min-height:200px;
	/* margin:0 0 2px 15px; */
	padding:15px 0 0;
}
.b-single-idea__comment-tags {
    clear:both;
    float:left;
    width:100%;
    font-size:13px;
    padding:10px 0 0 0;
}

.b-single-idea__comment-tags .userTag {
    display: flex;
    align-items: center;
    float: left;
    height: 45px;
}

.b-single-idea__comment-tags .userTag span {
	display:inline-block;
	padding:0 30px 0 5px;
}

.b-single-idea__comment-tags div, .b-single-idea__comment-tags p, .b-single-idea__comment-tags a {
    font-size:13px;
}

.b-single-idea__comment-reply .icon-undo2 {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 20px;
}
.b-single-idea__comment-reply .icon-undo2:before {
    top: 8px;
    position: absolute;
}
.b-single-idea__comment-reply-3 {
	padding-left:30px !important;
}

.b-single-idea__comments-nocomments {
    clear:both;
    float:left;
    width:100%;
    text-align:center;
    line-height:200px;
    font-size:13px;
}
.b-single-idea__comments-newpost {
    clear:both;
    float:left;
    width:695px;
    background:#F8F8F8;
    margin:0 0 20px 15px;
    padding:20px;
    text-align:center;
}
.b-single-idea__comments-newpost span {
    position:relative;
    border:1px solid #<<$voteBarCol>>;
    font-size:13px;
    padding:10px 10px 10px 30px;
}
.b-single-idea__comments-newpost span a {
    color:#535353;
    display:inline-block;
}
.b-single-idea__comments-newpost span a:hover {
    text-decoration:none;
}
.b-single-idea__comments-newpost span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\ead5";
    color:#<<$voteBarCol>>;
    position:absolute;
    top:50%;
    left:10px;
    margin-top:-9px;
    font-size:16px;
}

.b-single-idea__comments ul {
	list-style-type:none;
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
.b-single-idea__comments ul li {
	clear:both;
	float:left;
	width:100%;
	padding-top:15px;
        position:relative;
}
.b-single-idea__comment-expand-li {
    clear:both;
    float:left;
    width:100%;
    padding-top:15px;
    padding-left:75px;
}
.b-single-idea__comment-expand-li span {
    border:1px solid #<<$linkCol>>;
    padding:6px 10px;
    /*background:#E9E9E9;*/
    /*color:#696969;*/
    color: #<<$linkCol>>;
    font-weight: 300;
    font-size:13px;
    cursor:pointer;
}
.b-single-idea__comment-divide {
    padding:0;
    height:2px;
}
.b-single-idea__comment-divide div {
    clear:both;
    float:left;
    width:100%;
	border-bottom:2px solid #fff;
        height:1px;
}

.b-single-idea__comments .b-single-idea__comment-right p.b-single-idea__comment-actions span a:hover, .b-single-idea__comment-response-right p.b-single-idea__comment-actions span a:hover {
	text-decoration:none;
}

.b-single-idea__comment-vote a:hover span {
        color:#<<$voteBarCol>>;
}
.b-single-idea__comment-vote a span.active {
	color:#<<$voteBarCol>>;
}
.b-single-idea__comment-response {
	clear:both;
	float:left;
	width:100%;
	margin-top:15px;
}

.b-single-idea__comments-list-item .moderationInfo {
  margin-bottom: 6px;
}
.b-single-idea__comments-list-item .comment_report .label,
.b-single-idea__comments-list-item-reply .comment_report .label,
.b-single-idea__content .comment_report .label
{
    float:left;
    width:104px;
    font-weight:500;
    text-transform:uppercase;
    clear:left;
    margin-bottom:6px;
}

.b-single-idea__comments-list-item .comment_report .value,
.b-single-idea__comments-list-item-reply .comment_report .value,
.b-single-idea__content .comment_report .value
{
    float:left;
}

.b-single-idea__comments-list-item .comment_report .value a,
.b-single-idea__comments-list-item-reply .comment_report .value a,
.b-single-idea__content .comment_report .value a
{
    color:#bd0a0a;
}

.b-single-idea__comment-hide {
    clear:both;
    float:left;
    width:100%;
    display:none;
}
.b-single-idea__comment-response .b-single-idea__comment-response-left {
	clear:both;
	float:left;
	width:50px;
	height:30px;
	margin-right:10px;
        border-left:1px solid #D9D9D9;
        padding-left:10px;
}
.b-single-idea__comment-response .b-single-idea__comment-response-right {
	float:left;
	/* width:540px; */
}

.b-single-idea__comment-time {
    color:#B8B8B8;
}

.b-single-idea__comment-left {
	clear: both;
	float: left;
}
@media (min-width: 450px) {
    .b-single-idea__comment-left {
        margin-left: 20px;
    }
}

.b-single-idea__new-comment-closed {
    clear:both;
    float:left;
    width:100%;
    border:1px solid #E0DFDF;
    padding:20px;
    text-align:center;
    background:#fff;
    text-transform:uppercase;
}
.b-single-idea__new-comment .b-single-idea__comment-left {
    margin-left: 0;
    padding-top: 2px;
}

.b-single-idea__comment-response--3 {
	/*margin-left:40px;*/
}

.b-single-idea__comment-response--4 {
	/*margin-left:80px;*/
}

.b-single-idea__comment-response--5 {
	margin-left:80px;
}

.b-single-idea__comment-response--6, .b-single-idea__comment-response--deepest {
	margin-left:160px;
}
.b-single-idea__comment-reply-4 {
	padding-left:30px !important;
}

.b-single-idea__comment-response--deepest .b-single-idea__new-comment {
	width:405px;
}

.b-single-idea__comment-response--deepest .b-single-idea__comment-right {
	width:310px;
}

.b-single-idea__comment-response--deepest .b-single-idea__new-comment-area-outer {
	width:310px;
}

.b-single-idea__comment-signin {
    clear:both;
    float:left;
    width:100%;
    height:60px;
    line-height:60px;
    background:#fff;
    border:1px solid #DDDCDC;
    color:#6E6E6E;
    font-size:13px;
}
.b-single-idea__comment-signin span {
    padding:0 0 0 15px;
}

.b-single-idea__comment-signin-buttons {
    /*position:relative;*/
    float:right;
    width:auto;
    background:#<<$buttonCol>>;
}
.b-single-idea__comment-signin-buttons .b-header__action-item-signin-overlay {
    height:60px;
}
.b-single-idea__comment-signin-buttons .b-header__action-item-signin-overlay .b-header__action-item-signin-button {
    line-height:60px;
}
.b-single-idea__comment-signin-buttons:hover .b-header__action-item-signin-overlay {
    background:rgba(0,0,0,0.3);
}

.b-single-idea__comment-signin-buttons .b-header__action-item-signin-button {
    text-align: center;
    padding: 0 12px;
    height:100%;
}

.b-single-idea__comment-signin-buttons .b-header__action-item-signin-button.or {
    width:30px;
    padding:0px;
    position:relative;
}

.b-single-idea__comment-right {
	float:left;
	width: 100%;
}
.b-single-idea__comment-right input[type="text"] {
	clear:both;
	float:left;
	width:527px;
	height:70px;
	border:1px solid #E7E6E6;
	background:#fff;
	line-height:70px;
	padding:0 5px;
	margin:0;
	outline:0;
}
.b-single-idea__comment-right button, .editCommentForm button {
	float:left;
	width:auto;
	height:30px;
	border:0;
	background: #<<$buttonCol>>;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0 10px;
	outline:0;
	font-size:30px;
	line-height:10px;
}
.b-single-idea__new-comment-area-outer button{
  background: none;
}

.b-single-idea__comment-right button span, .editCommentForm button span {
	font-size:14px;
	color:#fff;
}

.b-single-idea__comment-right button span span, .editCommentForm button span span {
	font-family:"Lato", sans-serif;
	position:relative;
	bottom:2px;
        font-weight:700;
}

.b-single-idea__other-content {
	clear: both;
	float: left;
	width: 100%;
	padding-left: 15px;
}

.b-single-idea__follower,
.b-single-idea__voter{
	position:relative;
	float:left;
	width:30px;
	height:30px;
	margin:0 10px 10px 0;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#E8E8E8;
    line-height:30px;
    text-align:center;
}

.b-single-idea__voter{
	width:68px;
    background:transparent;
}
.b-single-idea__voter .value{
	width:42px;
    float:right;
    text-align:center;
    padding-left:2px;
    background:#E8E8E8;
    border-radius:8px;
    margin-left:-4px;
    font-size:12px;
}

.b-single-idea__voter .value .voteIcon{
    color:#858585;
}

.b-single-idea__voter .value .voteIcon.thumbSize{
    font-size:14px;
    vertical-align: middle;
}

.b-single-idea__voter .value .voteIcon.starSize{
    font-size:12px;
}

.b-single-idea__follower:nth-child(6n+6),
.b-single-idea__voter:nth-child(3n+3){
	margin-right:0;
}
/* .b-single-idea__follower:nth-child(n+4){
	display:none;
} */
.b-single-idea__content-expand-wrap {
    display:none;
    clear:left;
    width:100%;
}
.b-single-idea__follower-more{
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:31px;
    background:#fff;
}
/* .b-single-idea__voter-more{
    height:31px;
    clear:both;
} */
.b-single-idea__follower-more-circle{
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#E8E8E8;
    line-height:30px;
}

.b-single-idea__follower .b-single-idea__follower-more a,
.b-single-idea__follower .b-single-idea__voter-more a{
	color:#898989;
}
.b-single-idea__tag {
    position: relative;
    float: left;
    background: #E2E2E2;
    border: 0;
    padding: 1px 5px 1px 5px;
    outline: 0;
    margin: 0 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #5C5C5C;
    font-size: 12px;
}
.b-single-idea__tag:hover {
	text-decoration:none;
}
.b-single-idea__content-wrap {
    clear:both;
    float:left;
    width:100%;
}
.b-single-idea__voting {
	clear:both;
	/* float:left; */
	width:100%;
	background:#<<$voteBarCol>>;
	padding:10px;
	text-align:center;
}
.b-single-idea__voting p {
	clear:both;
	/* float:left; */
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	/* color:#fff; */
}
.b-single-idea__voting p:nth-child(2) span {
	margin:0 2px;
}
.b-single-idea__voting p:nth-child(2) .star-active {
	color:#fff;
}

.b-single-idea__voting--up, .b-single-idea__voting--updown {
	height:140px;
	border:1px solid #dedede;
	border-right:none;
    margin-bottom:10px;
}

.b-single-idea__right-closed .b-single-idea__voting--up, .b-single-idea__voting--updown {
    margin-bottom:0px;
}

.b-single-idea__right-closed .b-single-idea__voting--up, .b-single-idea__right-closed .b-single-idea__voting--updown{
    border:0;
}

.b-single-idea__voting--thumb-up {
	width:86px;
	float:left;
	height:100%;
	text-align:center;
	padding-top:40px;
}

.b-single-idea__voting--thumb-up a {
	color:#d0d0d0;
	text-decoration:none;
}

.b-single-idea__voting--thumb-up a.active span {
	color:#<<$voteBarCol>>;
	text-decoration:none;
}

.b-single-idea__voting--thumb-up a:hover, .b-single-idea__voting--thumb-up a:down {
	text-decoration:none;
}

.b-single-idea__voting--thumbs .b-single-idea__voting--thumb-up {
	float:none;
	height:50%;
	width:100%;
	/* border-bottom:1px solid #dedede; */
	padding:0;
	/* padding-top:10px; */
}

.b-single-idea__voting--thumb-up a:hover, .b-single-idea__voting--thumb-down a:hover {
    text-decoration:none !important;
}

.b-single-idea__report {
    position:absolute;
    top:0;
    right:0;
    color:#D0021B;
    text-align:right;
}
.b-single-idea__report .icon-flag3 {
    display:inline-block;
    color:#666;
}
.b-single-idea__report .icon-flag3:hover {
	color:#D0021B;
}
.b-single-idea__report .icon-flag3.active {
	color:#D0021B !important;
}
.flag-reported {
	color:#d0021b !important;
}
.b-idea__report-link, .b-idea__report-link:hover {
	text-decoration:none;
}
.b-idea figure.figure--margin-top {
	margin-top:15px;
}
.results-view-list figure.figure--margin-top {
	margin-top:0;
}
.b-single-idea__report .b-single-idea__report-label {
    display:inline-block;
    margin-left:5px;
    padding:5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#D0021B;
    color:#fff;
    font-size:12px;
    line-height:12px;
    margin-right:3px;
    margin-bottom:15px;
}

.vote_sidebar_moderatorNote {
    padding:10px;
    font-size:13px;
    background:#dfdfdf;
}

.b-single-idea__right {
    clear:both;
    float:left;
    width:100%;
    margin-bottom:20px;
}
.b-single-idea__voting--wallet {
    clear:both;
    float:left;
    width:100%;
    background:#<<$voteBarCol>>;
    margin-bottom: 10px;
}
.b-single-idea__voting--wallet-text {
    clear:both;
    float:left;
    width:100%;
    height:34px;
    line-height:34px;
    background:rgba(0,0,0,0.2);
    text-align:center;
    color:#fff;
    font-size:13px;
}

.b-single-idea__voting--votes {
	/* width:149px; */
	float:left;
	background:#<<$voteBarCol>>;
	height:100%;
	color:#fff;
	/* font-family:'Lato', sans-serif; */
	text-align:center;
	/* font-weight:bold; */
}

.b-single-idea__voting--votes.noVoting {
    padding: 25px 50px 25px 50px;
    border: 1px #dfdfdf solid;
    margin-bottom: 20px;
    font-weight: normal;
    color:#858585;
    height:auto;
    background-color:transparent;
}

.b-single-idea__right-closed .b-single-idea__voting--votes {
    width:100%;
}

.b-single-idea__voting--votes span {
	display:block;
}

.b-single-idea__voting--thumbs {
	width:86px;
	float:left;
	height:100%;
	text-align:center;
}

.b-single-idea__your-vote {
	clear:both;
	float:left;
	width:100%;
	background:#fff;
	padding:10px;
	text-align:center;
}
.b-single-idea__your-vote.shiftUp {
    /* margin-top:-20px; */
}
.b-single-idea__your-vote-closed {
    text-transform:uppercase;
}

.b-single-idea__right-closed {
    margin-bottom:0px;
}

.b-single-idea__your-vote p {
	clear:both;
	/* float:left; */
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}
.b-single-idea__your-vote p:nth-child(2) {
	color:#E2E2E2;
	font-size:30px;
}
.b-single-idea__your-vote p:nth-child(2) span {
	margin:0 2px;
}
.b-single-idea__your-vote p:nth-child(2) .star-active,
  .b-single-idea__your-vote p:nth-child(2) .star-active svg {
	color:#<<$voteBarCol>>;
}
.b-single-idea__your-vote p:last-child {
	margin:0;
	/* color:#DBDBDB; */
	font-size:12px;
}
.b-single-idea__your-vote p:last-child a {
	/* color:#DBDBDB; */
	text-decoration:none;
}
.b-single-idea__labels {
	clear:both;
	float:left;
  margin:0 0 10px 0;
}
.b-single-idea__label-wrap {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.b-single-idea__label-silver {
	float:left;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#5C5C5C;
	color:#fff;
	font-size:12px;
	line-height:12px;
	margin-right:3px;
    margin-bottom:3px;
}
.b-single-idea__label-clear {
	float:left;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	color:#939393;
	font-size:12px;
	line-height:12px;
	margin-right:3px;
	border:1px solid #D7D7D7;
    margin-bottom:3px;
}

.b-single-idea__stats-row {
	clear:both;
	float:left;
	width:190px;
	font-size:12px;
	color:#858585;
}
.b-single-idea__stats-row span {
	color:#E4E4E4;
	width:20px;
}
.b-single-idea__stats-score {
	float:left;
	width:45px;
	font-size:12px;
	color:#898989;
	text-align:right;
}
.b-single-idea__stats-stars {
	clear:both;
	float:left;
	width:66px;
	margin-bottom:15px;
	line-height:12px;
}
.b-single-idea__stats-stars span {
	font-size:8px;
	color:#E2E2E2;
}
.b-single-idea__stats-stars span.star-active {
	color:#<<$voteBarCol>>;
}
.b-single-idea__stats-progress {
	float:left;
	width:145px;
	height:12px;
	background:#E2E2E2;
	position:relative;
}
.b-single-idea__stats-progress-bar {
	position:absolute;
	top:0;
	left:0;
	height:12px;
	background:#<<$voteBarCol>>;
	border-right:4px solid rgba(0,0,0,0.7);
}
.b-single-idea__stats-count {
	float:left;
	width:24px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding-left:5px;
	text-align:right;
}

.b-single-idea__stats-up {
	float:left;
	margin-right:5px;
	font-size:16px;
	color:#<<$voteBarCol>>;
}

.b-single-idea__stats-down {
	float:left;
	margin-right:5px;
	font-size:16px;
	color:#<<$voteBarCol>>;
    clear:left;
}

.b-single-idea__stats-updown .b-single-idea__stats-progress {
	width:190px;
}

.b-single-idea__stats-updown {
	padding-bottom:15px;
}

.b-single-idea__prev, .b-single-idea__next {
	position:absolute;
	top:77px;
    width:157px;
	height:132px;
	text-align:center;
    background:transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor:pointer;
    padding:15px 25px 0;
}
.b-single-idea__prev p, .b-single-idea__next p {
    padding:0;
    margin:0 0 5px;
    font-size:13px;
    line-height:15px;
    display:none;
}
.b-single-idea__prev p:first-child, .b-single-idea__next p:first-child {
    color:#2B8CDC;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    font-weight:bold;
}
.b-single-idea__prev p:nth-child(2), .b-single-idea__next p:nth-child(2) {
    color:#B0B1B2;
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    font-weight:bold;
}


.b-single-idea__prev {
    background:url(<<$vars.resourcesUrl>>challenge-prev.png) no-repeat;
}
.b-single-idea__prev:hover {
    background:url(<<$vars.resourcesUrl>>challenge-prev-full.png) no-repeat;
}
.b-single-idea__next {
    background:url(<<$vars.resourcesUrl>>challenge-next.png) no-repeat;
}
.b-single-idea__next:hover {
    background:url(<<$vars.resourcesUrl>>challenge-next-full.png) no-repeat;
}

.b-single-idea__prev:hover p, .b-single-idea__next:hover p {
    display:block;
}

.b-single-idea__prev {
	left:-172px;
	text-align:right;
}
.b-single-idea__next {
	right:-172px;
	text-align:left;
}

.b-single-idea__comments-heading {
    background: #f8f8f8;
    padding: 30px 20px 10px 20px;
    margin-left: 14px;
    width: 695px;
}

.b-single-idea__comments-heading span:first-child {
    color: #<<$buttonCol>>;
    font-size: 1.7rem;
}

.b-single-idea__comments-heading span:last-child {
    display: inline-block;
    padding-left: 8px;
    font-weight: 400;
    font-size: 2rem;
}

.b-single-idea__comment-filters {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.b-single-idea__comment-filters .mdl-form__item {
    margin: 0;
}
.b-single-idea__comment-filters .mdl-form__label.-inline {
    white-space: unset;
}
@media (min-width: 450px) {
    .b-single-idea__comment-filters {
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
}

.b-single-idea__comment-only-mods {
    float: left;
    width: 440px;
    display: inline-block;
    font-size: 12px;
    padding-top: 20px;
}

.b-single-idea__comment-only-mods.hidden {
    display: none;
}

.b-single-idea__comment-only-mods button {
    border: 0;
    background: transparent;
    padding: 0 0 0 30px;
    margin: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
}

.b-single-idea__comment-only-mods button.checked:before {
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -18px;
    width: 11px;
    height: 1px;
    background: #fff;
    color: #777;
    font-size: 11px;
    content: "\f00c";
    font-family: FontAwesome;
}

.b-single-idea__comment-only-mods-wrapper {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.b-single-idea__comments-menu-sort {
    list-style-type: none;
    margin: 0;
    float: right;
    width: 200px;
}

.b-single-idea__comments-menu {
	position:relative;
	clear:both;
	float:left;
	width:100%;
  padding: 10px 20px 0 20px;
  margin: 16px 0 24px;
    /* margin-left: 14px;
    background: #f8f8f8; */
}

.b-single-idea__comments-menu ul {
    clear:both;
	float:left;
	width:100%;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
        border-bottom:1px solid #E2E2E2;
        height:45px;
}
.b-single-idea__comments-menu ul li {
	position:relative;
	clear:none;
	float:left;
	width:auto;
	height:auto;
	display:inline;
	margin-right:20px;
	min-height:40px;
	padding-top:0;
        line-height:40px;
}

.b-single-idea__comments-menu ul li a {
	color:#636363;
	font-size:13px;
	min-height:40px;
}
.b-single-idea__comments-menu ul li:first-child{
	font-weight:bold;
}
.b-single-idea__comments-menu ul li.b-single-idea__comments-menu-count {
	width:55px;
	margin-right:0;
	color:#<<$voteBarCol>>;
	font-size:13px;
}

.b-single-idea__comments-menu ul li a:hover {
    text-decoration:none;
}
.b-single-idea__comments-menu ul li.b-single-idea__comments-menu-count span {
	font-size:16px;
	margin-right:3px;
}
.b-single-idea__comments-menu ul li.b-single-idea__comments-menu-sort {
	float:right;
	margin-right:0;
}

.b-single-idea__comments-menu ul li .selectric-wrapper {
	padding-top:0;
}
.b-single-idea__comments-list ul li {
    border-bottom:2px solid #fff;
    padding-bottom:15px;
}
.b-single-idea__comments-list ul li ul li {
    border-bottom:0;
    padding-bottom:0;
}

.b-single-idea__comments-list-item {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    /*display:none;*/
    padding:15px 0;
    border-bottom:2px solid #fff;
}

.b-single-idea__comments-list-item.highlight,
.b-single-idea__comment-response.highlight,
.postResponseOuter.highlight
{
    background-color: #fff3c5;
}

.b-single-idea__comments-list-item.mix {
    /*display:none;*/
}

.b-single-idea__comments-list-item.mix.mixHide {
    display:none;
}

.b-single-idea__comments-list-item-reply {
    position:relative;
    clear:both;
    float:left;
    width:100%;
    padding-left:40px;
}

.b-single-idea__comments-menu .line {
	position: absolute;
	left: 20px;
	bottom:0;
	width: 88px;
	height: 5px;
	background: #<<$buttonCol>>;
	border-top:1px solid #<<$buttonCol>>;
	border-left:1px solid #<<$buttonCol>>;
	border-right:1px solid #<<$buttonCol>>;
  margin: 0;
}

.b-single-idea__comment-options {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #A5A5A5;
}

.b-single-idea__comment-options .b-single-idea__comment-options-trigger{
    cursor:pointer;
    border:none;
    background-color: transparent;
}

.b-single-idea__comment-options span.icon-flag3 {
    font-size: 14px;
    vertical-align: 36%;
    display: inline-block;
    color:#D0021B;
    cursor:default;
}

.b-single-idea__comment-options li{
    font-size:13px;
}


.b-single-idea__comment-dropdown {
	position: absolute;
        width:190px;
        right:-10px;
        box-shadow: 0px 0px 4px #D4D4D4;
        z-index:99;
        display:block;
}
.b-single-idea__comment-dropdown-inner {
    clear:both;
    float:left;
    width:100%;
    background:#fff;
}
.b-single-idea__comment-dropdown:after {
	bottom: 100%;
	left: 170px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.b-single-idea__comment-dropdown ul {
    margin:0;
    padding:0;
    list-style:none;
}
.b-single-idea__comment-dropdown ul li {
    clear:both;
    float:left;
    width:100%;
    margin:0;
    /* padding:0 0 0 40px; */
    padding: 0 10px;
    line-height:40px;
    list-style-type:none;
    border-bottom:1px solid #EEEEEE;
}

.commentHeader {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 34px;
}

.commentContent {
    width: 100%;
    overflow: auto;
    height: auto;
}

.commentContent p {
    word-wrap: break-word;
}

.b-single-idea__comment-dropdown ul li:last-child {
    border-bottom:0;
}

.b-single-idea__sub-heading {
    clear:both;
    float:left;
    width:100%;
    line-height:20px;
    margin-bottom:30px;
    font-size:12px;
}
.b-single-idea__sub-heading figure {
    margin:0 5px;
}
.b-single-idea__sub-heading figure img {
    height:20px;
    width:20px;
}
.b-single-idea__sub-heading span {
    float:left;
    max-width:400px;
}
.b-single-idea__sub-spacer {
    margin:0 10px;
    color:#C9C9C9;
}
.b-single-idea__follow {
    clear:both;
    float:right;
    margin-top:5px;
}

.b-single-idea__follow a {
	text-decoration:none !important;
}

.star-voting-trigger {
	cursor:pointer;
}


.viewtab_myIdeas {
}
.viewtab_myIdeas * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.viewtab_myIdeas .b-single-challenge__ideas-list {
  margin-left:0;
}

input.cloudinary-fileupload {
    display:none;
}

.ie89 {
    display:none;
}

/* spinner */
#circularG{
	position:relative;
	width:37px;
	height:37px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:rgb(102,102,102);
	width:9px;
	height:9px;
	border-radius:6px;
		-o-border-radius:6px;
		-ms-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:15px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:4px;
	top:4px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:15px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:4px;
	top:4px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:15px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:4px;
	bottom:4px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:15px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:4px;
	bottom:4px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}

/* checkbox */
/* .squaredFour */
.squaredFourCheckbox {
    width: 20px;
    position: relative;
}
.squaredFourCheckbox label {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: -10px;
    background: #fdfdfd;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 1px;
    box-shadow: inset 0px 0px 2px white, 0px 0px 5px 2px rgba(138, 138, 138, 0.5);
    border-radius: 15px;
    /*border: 2px solid #0babc3;*/
}
.squaredFourCheckbox label:after {
    content: '';
    width: 16px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0.1;
    transform: rotate(-45deg);
}
.squaredFourCheckbox label:hover::after {
    opacity: 0.5;
}
.squaredFourCheckbox input[type=checkbox] {
    visibility: hidden;
}
.squaredFourCheckbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* end .squaredFour */

#report_comment_form {
    margin: 10px 0;
}

#ideas-listing-page .hidden {
    display: none;
}

#ideas-listing-page #no-posts-found-alert {
    display: none;
}

#ideas-listing-page #collapse-button { display: none; }

#ideas-listing-page .clear-filters {
    border: 0;
    background: transparent;
    text-decoration: underline;
    font-weight:bold;
    color: #<<$linkCol>>;
}

#ideas-listing-page .b-idea {
    height: 458px;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .b-single-challenge__hero {
        margin: auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    #ideas-listing-page .b-sidebar {
        display: flex;
        flex-basis: auto;
        flex-direction: column;
        margin: 0;
        width: 30% !important;
    }

    #ideas-listing-page .b-sidebar__section {
        margin-bottom: 1rem;
    }

    #ideas-listing-page .search-section {
        order: 2;
    }

    #ideas-listing-page .filters-section {
        order: 1;
    }

    #ideas-listing-page .collapasable-filters-section {
        order: 3;
    }

    #ideas-listing-page #collapse-button {
        display: inline-block;
        padding: 8px 30px;
        order: 3;
    }

    #ideas-listing-page .b-single-challenge__voting-wallet-copy {
        padding: 0 10px;
        width: 100%;
    }

    #ideas-listing-page .b-single-challenge__ideas-list {
        width: 65% !important;
    }

    #ideas-listing-page #results-container.results-view-list .b-idea__thumbnail {
        width: 35%;
    }

    #ideas-listing-page #no-posts-found-alert {
        align-items: center;
        display: flex;
        flex-flow: column wrap;
        margin: 20px;
    }

    #ideas-listing-page #no-posts-found-alert svg {
        height: 64px;
        max-height: 64px;
        max-width: 64px;
        padding-bottom: 16px;
        width: 64px;
    }

    #ideas-listing-page .mdl-grid.-x3>* {
        max-width: 100%;
        width: calc(50% - 32px) !important;
    }

    .squaredFourCheckbox label {
        left: 2px;
        top: 0;
    }

    .b-single-challenge__tags-modal .b-single-challenge__tags-modal-inner ul li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .squaredFourCheckbox label {
        left: -5px;
    }

    #ideas-listing-page .b-sidebar {
        display: flex;
        flex-basis: auto;
        flex-direction: column;
        margin: 0;
        max-width: 100%;
        width: 100% !important;
    }

    #ideas-listing-page .toggle-grid, .toggle-list {
        display: none !important;
    }

    #ideas-listing-page #sort-results {
        display: block;
        justify-content: flex-start;
        margin: 0 !important;
    }

    #ideas-listing-page #sort-results .mdl-filter__item {
        margin: 0px;
    }

    #ideas-listing-page #sort-results > .mdl-filter__item  label {
        display: block;
        margin: 0.5rem 0;
    }

    #ideas-listing-page #sort-results select#results-sort {
        width: 100%;
    }

    #ideas-listing-page .b-sidebar__section {
        margin-bottom: 1rem;
    }

    #ideas-listing-page .search-section {
        order: 2;
    }

    #ideas-listing-page .filters-section {
        order: 1;
    }

    #ideas-listing-page .collapasable-filters-section {
        order: 3;
    }

    #ideas-listing-page #collapse-button {
        display: inline-block;
        padding: 8px 30px;
        order: 3;
    }

    #ideas-listing-page .b-single-challenge__voting-wallet-copy {
        padding: 0 10px;
        width: 100%;
    }

    #ideas-listing-page .b-single-challenge__ideas-list {
        margin-left: 0;
        width: 100% !important;
    }

    #ideas-listing-page #results-container article.b-idea {
        flex-direction: column;
        height: 100% !important;
        max-height: 100%;
    }

    #ideas-listing-page #results-container.results-view-list .b-idea__thumbnail {
        width: 100%;
        max-height: 100%;
    }

    #ideas-listing-page #results-container.results-view-list .b-idea__header {
        display: flex;
    }

    #ideas-listing-page .mdl-idea__author {
        display: none !important;
    }

    #ideas-listing-page #results-container.results-view-list .b-idea__details {
        padding: 12px;
        position: initial;
    }

    #ideas-listing-page .mdl-idea__title {
        text-align: center;
    }

    #ideas-listing-page .b-single-challenge__intro-full {
        padding: 0;
    }

    #ideas-listing-page .mod-users {
        display: flex;
        flex-flow: row wrap;
    }

    #ideas-listing-page .b-single-challenge__intro-excerpt {
        margin: 0 5px;
    }

    #ideas-listing-page .mod-user {
        width: auto;
    }

    #ideas-listing-page .mod-user .b-contributor__info{
        display: none;
    }

    #ideas-listing-page #no-posts-found-alert {
        align-items: center;
        display: flex;
        flex-flow: column wrap;
        margin: 20px;
    }

    #ideas-listing-page #no-posts-found-alert svg {
        height: 64px;
        max-height: 64px;
        max-width: 64px;
        padding-bottom: 16px;
        width: 64px;
    }

    .b-single-challenge__timeline {
        flex-direction: column;
        height: auto;
    }

    .b-single-challenge__timeline-section:first-child {
        padding-top: 20px;
    }

    .b-single-challenge__timeline-section {
        align-items: center;
        padding-bottom: 5px;
    }

    .b-single-challenge__timeline-section.b-single-challenge__timeline-section-current-phase {
        padding: 5px 0 30px 0;
    }

    .b-single-challenge__timeline-section-progress {
        transform: rotate(90deg);
        top: 22px;
        width: 55px;
        margin-left: auto;
        margin-right: auto;
        left: -120px;
        right: 0;
        text-align: center
    }

    .b-single-challenge__timeline-section-details {
        width:50%;
        text-align: left;
        padding-left: 20%;
    }

    .b-single-challenge__timeline-section-current-phase .b-single-challenge__timeline-section-progress {
        width: 75px;
        top: -10px;
        left: -60px;
        position: relative;
    }

    .b-single-challenge__timeline-icon {
        margin-top: -20px;
        transform: rotate(270deg);
    }

    .generatedcontent .b-single-challenge__timeline-section:after {
        border: none;
    }

    #b-progress-bar__progress--countdown {
        border: none;
        left: -30px !important;
        padding: 0;
        text-align: left;
        top: -135px;
        transform: rotate(270deg);
    }

    .b-single-challenge__timeline-future-popup {
        display: none !important;
    }

    .generatedcontent .b-single-challenge__timeline-section-progress:before {
        left: -8px;
    }

    #ideas-listing-page #results-container.results-view-list .b-idea__thumbnail,
    #ideas-listing-page #results-container figure img {
        height: auto;
        max-height: 200px;
    }

    .b-single-challenge__tags-modal .b-single-challenge__tags-modal-container {
        margin-top: 20px;
        padding: 10px;
        height: 90%;
    }

    .b-single-challenge__tags-modal .b-single-challenge__tags-modal-inner ul li {
        width: 100%;
    }

    .b-sidebar__section .mdl-idea-details__sidebar-content {
        margin-top: 0;
    }

    .b-single-challenge__hero {
        height: 120px;
        margin: auto;
    }
}

.blog-post-un-order-list-disc ul {
  list-style-type: disc;
}

.blog-post-un-order-list-disc ul,
.blog-post-un-order-list-disc ul li {
  padding: 0px;
  margin-left: 16px;
}

.b-single-challenge-filter-item {
    margin: 0 0 5px 0;
}
