.icommunity-filter .ic-filters {
	margin-top:70px;
}
.icommunity-filter select {
	text-transform:capitalize;
}
.icommunity-filter .by-systems {
	display:none;
}
.icommunity-filter.fix .ic-stage {
	float:right;
}
#results {
	padding:20px 0 100px; 
}
#results .icommunity-list {
	position:relative;      
	padding:40px 0;
  	margin:0 15px;
  	border-top:1px solid #e5e5e5;
}
#results .icommunity-list .col-sm-3 {
	text-align:center;
}
#results .icommunity-list img {
    display:inline-block;
	margin-bottom:10px;
	border:1px solid #e5e5e5;
}
#results p {
	margin-bottom:0;
}
#results .btn-xs {
	text-align:left;
	text-transform:capitalize;
	margin:3px 3px 3px 0;
}
#results .date {
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	font-size:15px;    
	border-right:1px solid #bbb;
}
#results .desc {
	position:relative;
	padding:10px 0 20px;
	margin-top:10px;
}
#results .divider:before {
	content:"";
	width:20px;
	height:2px;
	background-color:#999;
	position:absolute;
	top:0;
}
#results .tag-container:before {
	content:"Tags: ";
    display:inline-block;
}
#results .tag-container span {
	display:inline-block;
    color:#999;
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #bbb;
    font-size:12px;
    text-transform:capitalize;    
}
#results .tag-container span:first-child {
    padding-left:0;
    border-left:0;   
}
.back-to-top {
	text-align:center;
}

@media screen and (max-width:736px) {
    .icommunity-filter .ic-filters {
        margin-top:0;
    }
    #results .icommunity-list img {
        width:100%;
    	height:auto;
    }
    #results .icommunity-list .btn-sm {
        margin-bottom:20px;
    }
}


/* New Styles by Adam Prince, Nov. 2, 2016 */
/*
 * Much of what follows is provisional and will be refined for launch.
 */

.icommunityArticles .Title {

}

.icommunityArticles .Subtitle {

}

.iCommunityAnswer {

}

.iCommunityQuestion {
	font-weight: bold;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.iCommunityQuestion {
	}
}

.PullQuote {
	border-left: 3px solid #3e7ebe;
	color: #828485;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 0 0 0 15px;
}

@media (min-width: 768px) {
	.PullQuote {
		display: block;
		float: right;
		margin: 30px 0 30px 30px;
		width: 40%;
	}
}

@media (min-width: 768px) {
	.PullQuote:nth-child(even) {
		float: left;
		margin: 30px 30px 30px 0;
	}
}

.Reference {
	font-size: 85%;
	margin-left: 2px;
	text-decoration: underline;
	vertical-align: super;
}

.TrademarkMessage {
	font-size: 85%;
	margin-top: 30px;
}

.AutoNumber_p_Reference {

}

.prev-next-ctl a {
	display: block;
}

@media (min-width: 768px) {
	.next-article {
		text-align: right;
	}
}

.prev-article,
.next-article {
	padding: 15px 0;
}


/* New Styles for pullquotes by Adam Prince, Nov. 14, 2017 */

.sidebox {
    background-color: #e5e5e5;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #bbbbbb;
}

.sidebox>:last-child {
  margin-bottom: 0;
}

.sidebox img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .sidebox {
    float: left;
    margin: 30px 30px 30px 0;
    width: 40%;
  }
}

/* New Styles for subheading by Adam Prince, April 25, 2018 */
.subheading {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.125em;

	display: block;
	margin-bottom: 10px;
}

.figure {
  display: inline-block;
}

.figure-img {
  height: auto;
  line-height: 1;
  margin-bottom: .5rem;
  max-width: 100%;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}