/*Modify the header background for all catalog pages.*/
#app-header { /*jcp removing odd things*/
  padding: 0;
  /*background-color:#00263A;*/
  background-color:#ffffff;
}

h1{
    font-weight: 400;
  color:#8e2b89!important;
} 
h2 {
    font-weight: 400;
  color:#8e2b89!important;
}
h3{
  color:#8e2b89!important;
}
.product-results .product-tile:hover {
    box-shadow: inset 0px -5px 0px #E39729
}
.product-description{
  max-height:110px;
}
.product-tile .product-footer { /*jcp removing odd things*/
    /*color: #00263A;*/
  color:#ffffff!important;
  background:#8e2b89!important;
  border-bottom-left-radius:8px!important;
  border-bottom-right-radius:8px!important;
  
}
#listings > div > div{
  width:25%;/*ajuste de ancho*/
  border-radius:8px!important;
}

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

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

[class^="icon-"], [class*=" icon-"] {
color: #0b2538;
}
.icon-course, .ProductIcon__Wrapper--gallery-show{/*apagandolo jcp*/
  display:none;
}
/*jcp eliminating customizations by someone */
/*
.icon-course {
background-image:url("https://progdev.edukgroup.com/catalog-dev/NUC_Catalog_Icon-Book1-Course.png");
background-color: #e29717;
z-index:1;
}*/
/*jcp eliminating customizations by someone */
/*
.program {
background-image:url("https://progdev.edukgroup.com/catalog-dev/NUC_Catalog_Icon-Book2-NUC-Program.png");
z-index:1;
}*/
/*this someone else eliminated*/
/*.icon-course {
background-image:url("https://progdev.edukgroup.com/catalog-dev/NUC-University-Catalog-course-icon.jpg");
background-color: #0b2538;
z-index:1
}*/
.ProductIcon__Wrapper--gallery-index{display:none;}
/* Nagation Font*/
.header-nav li a {
color: white;
}
a, .Product__AssociatedProductsList--below-the-fold>li>a {
    color: #00263a;
}
.product-tile{
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.20);
   border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
div.product-image{/*jcp mod image border top*/ 
  border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.image-container .image-placeholder, .image-wrapper, .product-tile{/*jcp mod image border top*/ 
  border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.image-container .image-placeholder, .image-wrapper {
  min-height:140px!important;
  width:100%;
  }
.admin-product-table__product-link {
    font-size: 1.3em;
    font-weight: bold;
    white-space: normal;
}
.feature-region { /*jcp removing odd things*/
  /*
 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;*/
  display:none;
}

#search-form.callout-region { /*jcp removing odd things*/
 /*   background-color: #00263A;*/
  background: #8e2b89;/*jcp cambiado a lila*/
    /*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;
  }
  }

#main.product-results {
    background-color: white;
    padding-top: 30px;
    border-bottom: 2px solid #8e2b89;
}