a.activity-icon {
  color: #f04e23;
}
a.activity-icon:hover {
  color: #fec503;
}

.icon-text {
 color:#fff;
 font-size:50%;
 line-height: 1.2;
 padding-top:15px;
}

.row-m-b{
  margin-bottom : 10px
}

.breadcrumbs{

  padding-left: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs>li{
  display: inline-block;
  position: relative;

  padding-right: 28px;
  font-size: 80%;

  color: #ccc;
}

.breadcrumbs>li:after{
  content: "›";
  width: 20px;
  height: 20px;

  line-height: 1;
  text-align: center;

  font-size: 20px;
  color: #aaa;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.breadcrumbs>li{
  color: inherit;
}

.breadcrumbs>li a {
  color:#aaa;
}

.breadcrumbs>li.active {
  color:#ddd;
}

.breadcrumbs>li.active:after{
  display: none;
}

.chapter-sb {
  display:inline-block;
}

.chapter-title {
  font-size:1.7em;
  margin-bottom:5px;
}

.chapter-desc {
  max-height: 90px;
  overflow:hidden;
  text-overflow: ellipsis;
}

.paper-authors-min {
  max-height:60px;
  overflow:hidden;
  text-overflow: ellipsis;
  width:100%;
  bottom:0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(95%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
}

.partner-box {
  border-color: #009ec3;
  border-width:2px;
}

.spacechapter-box {
  border-color: #f04e23;
  border-width:2px;
  height:300px;
}

.hide-overflow {
  height: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1196px) {
  .edu-partners {
    background-image: url('../img/global-sky-partners-banner.jpg');
  }
}


@media (min-width: 1197px){
  .edu-partners {
    background-image: url('../img/global-sky-partners-banner-withEarth.jpg');
    background-repeat: no-repeat;
    background-position: center, bottom;
    background-size:auto;
    min-height:216px;
    }
}

.edu-partners {
  text-align:center;
}
