/*services-series redesign*/

/************* Lenovo Mast Logos *************/

#seriesPage .logo {
  background-color: #F04187  ;
}

@media (max-width: 73.688em) {
  .logoWrapper .logo a {
    background-image: url(/medias/mast-logo-sm-pink-200x67.png?context=bWFzdGVyfHJvb3R8NTE3NnxpbWFnZS9wbmd8aDhjL2g0YS85NzA5Njk2ODQzODA2LnBuZ3xmODgxNTc4NmZlMDg4ZTk5ZTJjODJlODVhZTMxZGM5M2Y0NDBkZTdiNWE2ZTQ4YmI5NjE0YzQ4MmY1NmNlZWQx)
  }
}
@media (min-width: 46.938em) {
.scrolled.logoWrapper .logo a {
    background-image: url(/medias/mast-logo-letter-pink-130x100.png?context=bWFzdGVyfHJvb3R8NDA5NnxpbWFnZS9wbmd8aGE4L2hjMy85NzA5Njk2NzQ1NTAyLnBuZ3wwYTBlYTZiMTVhNDk2MDkyMTZjMDY3ODMxN2Y2ZTBhNThmYWE2YWEzMThlNDQxN2UzZjZjODk0MjMwNzRkNDU5);
    max-width: 65px;
  }
}

/*********** Hero Image ***********/

@media screen and (max-width:53em) {
  #backgrounImageLayout:nth-of-type(2) {
    background: url(/medias/lenovo-data-center-services-series-hero-design-01.png?context=bWFzdGVyfHJvb3R8NDQyODh8aW1hZ2UvcG5nfGhkOS9oOWMvOTcxMTc1MTEzNTI2Mi5wbmd8NTQzZTQ1OTNjYzQzNWIzOGRlNTVhMzM1NmI0YWM5YjY2OTM4YjFlMWNmNGI2NWI5OTE0YWNlNmQyNzQ0NmMwNg) no-repeat;
    background-position: right 0em;
  }
}

@media screen and (max-width:30em) {

  #backgrounImageLayout:nth-of-type(2) {
    background-position: right -2em;
  }
}

/********** Why-lenovo icon adjustments **********/

i {
  color: #F04187  ;
}

/*********** Button Adjustments ***********/
a.premium-link {
    font-size: 0.9em;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    padding: 1.0em 1.4em;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0);
    transition: .2s;
    width: 15em;
    text-align: center;
    border-radius: 3px;

}

#backgrounImageLayout:nth-of-type(4) a.premium-link {
  color: #fff;
  border: 1px solid #fff;
}

#imageTextSideBySideLayout:nth-of-type(6) a.premium-link {
  color: #fff;
  border: 1px solid #fff;
}

.prem-link-container {
    margin: 2em auto;
}

a.premium-link:hover {
    color: #fff;
    background: #F04187 ;
    border: 1px solid #F04187 ;
}

/*********** Quote color ***********/

/* #backgrounImageLayout:nth-of-type(6) p.heroSectionContent-Quote {
  color: #F04187 ;
} */

/**************** Copy Adjustments ***************/
/*
#backgrounImageLayout:nth-of-type(6) .heroSectionContent-headLine {
  font-size: 2.5em;
  position: inherit;
}

#backgrounImageLayout:nth-of-type(6) .heroSectionContent-SubHeading {
  font-size: 1.6em;
}

@media (max-width:53em) and (min-width: 30em){
  #backgrounImageLayout:nth-of-type(6) .heroSectionContent-SubHeading {
    text-align: center;
  }
} */
