/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0;
  background-color:#00263A;
}
.product-results .product-tile:hover {
    box-shadow: inset 0px -5px 0px #E39729
}

.product-tile .product-footer {
    color: #00263A;
}

.ProductIcon__LargeCircle--course {
  background: #e29717;
}

.ProductIcon__LargeCircle--program {
background: #e29717;
}

[class^="icon-"], [class*=" icon-"] {
color: #0b2538;
}

.icon-course {
background-image:url("https://progdev.edukgroup.com/catalog-dev/NUC_Catalog_Icon-Book1-Course.png");
background-color: #e29717;
z-index:1;
}

.program {
background-image:url("https://progdev.edukgroup.com/catalog-dev/NUC_Catalog_Icon-Book2-NUC-Program.png");
z-index:1;
}

/*.icon-course {
background-image:url("https://progdev.edukgroup.com/catalog-dev/NUC-University-Catalog-course-icon.jpg");
background-color: #0b2538;
z-index:1
}*/

/* Nagation Font*/
.header-nav li a {
color: white;
}
a, .Product__AssociatedProductsList--below-the-fold>li>a {
    color: #00263a;
}

.admin-product-table__product-link {
    font-size: 1.3em;
    font-weight: bold;
    white-space: normal;
}
.feature-region {
 background-color: #e29717;
 height: 300px;
background-image: url("https://progdev.edukgroup.com/masterclass-catalog/CATALOGO_MASTER_CLASS_BANNER-1920x389.jpg");
background-size: contain;
 background-position: center;
}

#search-form.callout-region {
    background-color: #00263A;
    color: white;
    padding: 0;
    text-align: left;
}

/*Media for feature region*/

@media (min-width: 1660px) {
    #home-page #feature div {
     max-width: 1660px
   }
  
  #home-page .feature-region {
  background-image: url("https://progdev.edukgroup.com/masterclass-catalog/CATALOGO_MASTER_CLASS_BANNER-1660x300px.jpg");
    background-position: center;
  }
  
  }
  
  @media (max-width: 1244px) {
    #home-page #feature div {
      max-width: 1244px;
   }
  
  #home-page .feature-region {
  background-image: url("https://progdev.edukgroup.com/masterclass-catalog/CATALOGO_MASTER_CLASS_BANNER-1244x300px.jpg");
background-position: center;
  }
  
  }
  
  @media (max-width: 1200px) {
    #home-page #feature div {
      max-width: 1200px;
   }
  
  #home-page .feature-region {
  background-image: url("https://progdev.edukgroup.com/masterclass-catalog/CATALOGO_MASTER_CLASS_BANNER-1244x300px.jpg");
background-position: center;
  }
}
   
  @media (max-width: 768px) {
    #home-page #feature {
      
      text-align: center;
      padding: 0 2em;
    }
  #home-page .feature-region {
  background-image: url("https://progdev.edukgroup.com/masterclass-catalog/CATALOGO_MASTER_CLASS_BANNER-800x300px.jpg");
background-position: center;
  }
  }
  
@media (max-width: 640px) {
    
  #home-page .feature-region {
  background-image: url("https://progdev.edukgroup.com/masterclass-catalog/CATALOGO_MASTER_CLASS_BANNER-640x300px.jpg");
background-position: center;
  }
  }