@charset "UTF-8";

/* Featured story for Photon */

@media (min-width: 992px) {
  .featured-photon .featured-story-block {
    background-image:url(/home/images/simrel-bg.png);
    background-position:top right;
    background-repeat:no-repeat;
  }
}

.featured-photon .featured-story-block h2 {
  line-height:1.2;
}

.featured-photon .featured-story-block h2 .small-title {
  font-weight:600;
}

.featured-photon .featured-story-block h2 .big-title {
  font-size:40px;
  font-weight:600;
  color:#cda034;
  margin-left:-3px;
}

.featured-photon .now-available {
  background-color:#cda034;
  padding:10px;
  color:#fff;
  font-size:14px;
  margin-bottom:20px;
  width:70%;
}

.btn-photon {
  background-color:#cda034;
  border:none;
  color:#fff;
}

.btn-photon:hover {
  background-color:#9c7822;
  color:#fff;
}


/* Featured story for ECE */

.featured-story.featured-ece {
  background-image:url(images/ece_background_img.png);
  @media (min-width: 768px) {
    background-size:80%;
  }
}

.featured-ece h2, .featured-ece h3, .featured-ece p {
  color:#fff;
}

.featured-ece .featured-story-block {
  background-color:transparent;
}

.featured-ece .btn-secondary {
  background-color:#f7941e;
}

@media (min-width: 768px) {
  .featured-ece-cfa {
    float:left;
    margin-right:40px;
  }
  .featured-ece .featured-story-block p.featured-ece-date {
    margin-bottom:40px;
  }
  
}

@media (max-width: 992px) {
  .featured-ece .ece-logo {
    width:300px;
  }
}
