@charset "utf-8";

/* Lipper CSS Document */

.featured-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.featured-categories ul li {
  margin: 0;
  padding: 0;
}

.featured-categories .link-spacing {
  margin-bottom: 7px;
}

/* StarMine CSS Document */

.mainStarmine .Starmine-content {
  margin-bottom: 30px; 
}

/* Icons */

.heading-icon .icon-featuredcategories {
  width: 55px;
  height: 55px;
  background-image: url(../images/sprite_featuredcategories.png);
  background-repeat: no-repeat;
}

.heading-icon .icon-methodology {
  background-position: 0 0;
}

.heading-icon .icon-awards {
  background-position: -55px 0;
}

.heading-icon .icon-leaders {
  background-position: -110px 0;
}

.heading-icon .icon-forum {
  background-position: 0 -55px;
}

.heading-icon .icon-models {
  background-position: -55px -55px;
}

.heading-icon .icon-monthly {
  background-position: -110px -55px;
}

/* Our Methodology */

.page-template-template-lipper-methodology .region {
  border-top: none;
}

.page-template-template-lipper-classification .region {
  margin-bottom: 0;
}

.component-top {
  margin-top: 70px;
}

/* Classifications */

.component-classification-header {
  margin-top: 40px;
  margin-bottom: 40px; 
}

.component-classification-content {
  margin-bottom: 30px; 
}

.component-classification-margintop {
  margin-top: 40px;
}

@media screen and (max-width: 480px){
  .component-classification-content .download-attachment .btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .component-classification-content .download-attachment .btn .btn-label {
    font-size: 14px;
  }
}

.component-leader-content {
  margin-top: 40px;
}

/* RETINA
   ================================================== */
/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  .heading-icon .icon-featuredcategories {
    background-image: url(../images/sprite_featuredcategories@2x.png);
    background-size: 165px 110px;
  }  
}