/*servers-series redesign*/

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

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

@media (min-width: 46.938em) {
.scrolled.logoWrapper .logo a {
    max-width: 65px;
  }
}

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

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

@media screen and (max-width:30em) {
  #backgrounImageLayout:nth-of-type(2) {
    background-position-y: -5em;
  }
}


/****** Why-lenovo icon colors ******/

i {
  color:  #E2231A ;
}

/********* 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(6) a.premium-link {
  color: #fff;
  border: 1px solid #fff;
}

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

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

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

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

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