/* featured article block */

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

.farticle-heading{
  margin-bottom:0;
}

.farticle{
  display:block;
  border-top:10px solid #ccc;
  border-bottom: 1px solid #BDCCD4;
  padding:22px 0 17px 0;
  margin:15px 0;
  font-size: 14px;
}

.farticle-no-bottom{
  border-bottom: 0;
}

.farticle:hover,
.grid-entry:hover{
  background-color: #fafafa;
}

.farticle-image{
  width:170px;
}

.farticle-summary{
  color:#333;
}

.farticle-read-more{
  color:#333;
  font-weight: 700;
  padding: 15px 0;
}


/* latest updates list */

.last-update-title {
	line-height: 1em;
	margin-bottom: 2px;
	margin-top: 2px;
}

.last-update-list {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}

.last-update-list li{
  display:block;
  padding:4px 0;
}

.border-bottom{
    border-bottom: 1px solid #BDCCD4;
}

.border-bottom-4{
    border-bottom: 4px solid #BDCCD4;
}

.border-top{
    border-top: 1px solid #BDCCD4;
}



/*search results */
.search-result{
  display:block;
  margin-bottom:10px;
}


.related-articles{
  padding:30px 0;
}

.share{
  margin:6px 0;
  padding:6px 0;
}

.millco-socmed-icon {
  background: #BBBDBF;
  display: inline-block;
  color: white;
  font-size: 11px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  margin: 8px 8px 8px 0;
}
.millco-socmed-icon img{
  margin:8px;
  width:16px;
  height:16px;
}

.millco-socmed-icon:hover {
  background: #333;
}

.bubble-title{
  font-weight: 400;
  font-size: 14px;
}

.bubble-text,
.leaflet-popup-content .bubble-text{
  padding:2px 0 18px 0;
  margin:0;
}
.ife-summary{
  padding-bottom: 20px;
}

.ife-meta,
.ife-resources{
  padding: 10px 0 20px;
  margin: 10px 0 20px 0;
}
