.mp-brandSubnav {
	position: sticky;
	top: 8rem;
}

.responsive img, img.responsive {
  max-width: 100%;
  height: auto;
}
.mb-20 {
  margin-bottom: 20px;
}
main .mb-2 {
    margin-bottom: 2rem!important;
}
b, strong {
  font-weight: bolder;
}
body {
  font-size: 1rem;
  color: rgb(103, 124, 152);
  line-height: 1.45;
}
li {
  line-height: 1.5;
  margin: 0 0 .6rem 0;
  padding: 0;
}
.medium-text, h3, .h3 {
  font-size: 1.20rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
.h2, h2 {
  font-size: 1.6rem;
}
/* 
 * 7. Breadcrumbs
 *
 */
.pb-breadcrumbs{
    margin-bottom:30px;
}
.pb-breadcrumbs ol{
    list-style-type:none;
    margin:0;
    padding:0;
}
.pb-breadcrumbs li{
    padding:0;
    margin:0 6px;
    display:inline-block;
}
.pb-breadcrumbs li:first-child{
    margin:0 6px 0 0;
}


/* 
 * 25. Page header block
 *
 */
.pb-page-header-block{
	border:1px solid #d1d7e2;
	padding:40px;
}

.pb-page-header-hero{
	text-align:center;
}
.pb-page-header-hero img{
	max-width:100%;
	height:auto;
}
.h1, .kk_DisplayLargeSizeText\[QuestionText\], .large-text, h1 {
    font-size: 1.8rem;
    margin-bottom: 1.3rem
}

.pb-headline{
    position:relative;
}
h2.pb-headline{
    margin-bottom:1.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, .kk_DisplayLargeSizeText\[QuestionText\], .large-text, .medium-text, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-weight: 600;
    line-height: 1.3
}
.pb-headline::after{
    content:'';
    display:block;
    width:50px;
    height:3px;
    margin-top:10px;
    background-color:#00AC95;
}

/* 
 * 26. White tiles
 * Used on the Brands page
 */
a.pb-white-tile{
    text-decoration:none;
    display:block;
	margin-bottom:30px;
    position:relative;
    padding:20px;
    color:#222538;
    text-align:center;
    height:calc(100% - 30px);
}

a.pb-white-tile::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color:#000000;
    opacity:0;
    transition:opacity 0.3s ease;
}
a.pb-white-tile:hover::after{
    opacity:0.07;
}
.pb-white-tile-img{
    position:relative;
    margin-bottom:1rem;
}
.pb-white-tile-img img{
    width:100%;
    height:auto;
}
.pb-white-tile-title{
    margin-bottom:1rem;
}
/* 
 * 27. Brand pages
 *
 */
 
.brands.container {
    padding: 20px;
}

.image-width {
	max-width:100%;
}
main .mb-2 {
    margin-bottom: 2rem!important;
    }
	
main .mb-3 {
    margin-bottom: 3rem!important;
    }

main .mb-4 {
    margin-bottom: 4rem!important;
    }
	
   .mp-brandLogo {
        padding: 10px 0 10px;
        text-align: center;
    }
    
    .mp-brandOverview {
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }
    
  
    .mp-brandSubnav ul {
        border-top: 1px solid #ddd;
        list-style: none;
        line-height: 1.25;
        margin: 0;
        padding: 0;
    }
    
    .mp-brandSubnav ul li {
        display: block;
        margin: 0;
    }

    .mp-brandSubnav ul a {
        display: block;
        padding: 10px 10px 11px 0;
        border-bottom: 1px solid #ddd;
        transition: all 0.25s;
        text-decoration: none;
    }
    
    .mp-brandSubnav ul a:hover {
        background-color: #eee;
        padding-left: 10px;
        padding-right: 10px;
        transition: all 0.25s;
        color: #000;
    }
    
    .mp-brandName {
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }

 
.wrapper.pb-brands-header{
	padding-bottom:0;
}
.wrapper.pb-brands-wrapper{
	padding-top:30px;
}
.pb-brands-help{
    font-weight:600;
    color:#222538;
}

.pb-brands-wrapper a.pb-white-tile{
    padding:10px 20px;
}
.pb-brands-wrapper .pb-white-tile-img img{
    max-width:90%;
}
.pb-brands-wrapper .pb-white-tile-img{
    margin-bottom:0;
    line-height:103px;
}

.mp-brandSubnav ul {
        border-top: 1px solid #ddd;
        list-style: none;
        line-height: 1.25;
        margin: 0;
        padding: 0;
    }
    
    .mp-brandSubnav ul li {
        display: block;
        margin: 0;
    }

    .mp-brandSubnav ul a {
        display: block;
        padding: 10px 10px 11px 0;
        border-bottom: 1px solid #ddd;
        transition: all 0.25s;
        text-decoration: none;
    }
    
    .mp-brandSubnav ul a:hover {
        background-color: #eee;
        padding-left: 10px;
        padding-right: 10px;
        transition: all 0.25s;
        color: #000;
    }
    
    .mp-brandName {
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }
a.button, button, input[type=submit] {
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    overflow: visible;
    padding: 8px 15px;
    cursor: pointer;
    line-height: 24px;
    vertical-align: middle;
    font-size: 1rem;
    margin: 0 0 .5rem 0;
    outline: 0;
    height: 42px;
    width: auto;
    color: RGB(0, 172, 149);
    text-decoration: none;
    background-color: transparent;
    border: 1px solid RGB(0, 172, 149);
    border-radius: 4px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    a.button:hover, button:hover, input[type=submit]:hover {
        background-color: RGB(0, 172, 149);
        color: #fff
    }

.content-wrap, .page-wrap.standard-page-wrap, .content-wrap.standard-page-content, .placeholder-content-blocks code, .content-block code, pre, .code-block, .kk_CodeText\[QuestionText\], .background-grey, .grey-background, .kk_AlternateRowStyling .kk_EvenRow, .alternate-vertical-rows .kk_EvenCol, .kk_GridHighlight\[Disabled\], .row-disabled, tr td.clickable-tile.radio-tile::before, tr td.clickable-tile.checkbox-tile::before, tr td.radio-button span, tr td.checkbox-button span, .progress-indicator-percent {
  background-color: rgb(229, 230, 234);
}
.p-20 {
  padding: 20px;
}



/* 
 * 16. Slick.JS (base styles styles for slides and carousels)
 *
 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* 
 * 17. Product carousel
 *
 */
.pb-product-carousel{
    padding-left:70px;
    padding-right:70px;
    padding-top:0;
    position:relative;
}
.pb-product-carousel .slick-slide{
    outline:none;
}
.pb-product-carousel a{
    display:block;
    text-decoration:none;
    padding:20px;
    background-color:#ffffff;
    margin:1px;
    outline:none;
    position: relative;
}
.pb-product-carousel a:hover{
    box-shadow: inset 0px 0px 0px 2px #00AC95;
}

/* Prev and next buttons */
.pb-product-carousel .slick-arrow{
    border:none;
    position:absolute;
    border-radius:50%;
    font-size:0;
    line-height:0;
    padding:0;
    margin:0;
    display:block;
    height:50px;
    width:50px;
    top:calc(50% - 25px);
    background-color:rgba(0,0,0,0.15);
}
.pb-product-carousel .slick-arrow:hover{
    background-color:rgba(0,0,0,0.25);
}
.pb-product-carousel .slick-arrow::after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    line-height:50px;
    width:50px;
    display:block;
    text-align:center;
    font-size: 1.5rem;
    color: #ffffff;
}
.pb-product-carousel .slick-prev{
    left:5px;
}
.pb-product-carousel .slick-prev::after{
    content: '\f104';
}
.pb-product-carousel .slick-next{
    right:5px;
}
.pb-product-carousel .slick-next::after{
    content: '\f105';
}
/* Carousel product info message */
.pb-sector-discounts{
    position:relative;
    height:36px;
}
.pb-sector-discounts >div{
    background-color:rgba(0, 203, 176, 0.25);
    color:#222538;
    font-size:0.9rem;
    line-height:36px;
    vertical-align:middle;
    padding-left:10px;
}
.pb-sector-discounts >div::after{
    font-size:1rem;
    content: '\f02c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    display: block;
    line-height: 36px;
    width: 36px;
    height: 36px;
    right: 0px;
    top: 0;
    text-align: center;
    color:#00AC95;
}

/* Carousel image */
.pb-carousel-image{
    margin-bottom:0.5rem;
}
.pb-carousel-image img{
    margin:0 auto;
    max-width:100%;
    max-height:150px;
    height:auto;
}
/* Carousel text */
h3.pb-carousel-title{
    font-weight:normal;
    text-decoration:none;
    margin-bottom:1rem;
    height: 47px;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5rem;
}
.pb-carousel-price{
    color:#222538;
    font-weight:600;
    font-size:1.15rem;
    margin:0 0 5px 0;
}
.pb-carousel-price span{
    font-size:0.8rem;
    font-weight:normal;
}


/* 
 * z-3. Spacing utilities
 *
 */
.mr-10 {
margin-right: 10px!important;
}
.mr-20 {
margin-right: 20px!important;
}
.mr-30 {
margin-right: 30px!important;
}
 .m-60 {
     margin: 60px;
 }

.mtb-60 {
    margin-top:60px;
    margin-bottom:60px;
}

.mt-60 { 
    margin-top:60px;
}

.mb-60 {
    margin-bottom:60px;
}

.m-40 {
    margin: 40px;
}

.m-20 {
    margin: 20px;
}

.mtb-20 { 
    margin-top:20px;
    margin-bottom:20px;
}

.mt-20 {
    margin-top:20px;
}

.mb-20 {
    margin-bottom:20px;
}

.mtb-0 {
    margin-top: 0;
    margin-bottom: 0;
}


.p-60 {
    padding: 60px;
}

.ptb-60 {
    padding-top:60px;
    padding-bottom:60px;
}

.pt-60 {
    padding-top:60px;
}

.pb-60 {
    padding-bottom:60px;
}

.p-40 {
    padding: 40px;
}

.p-20 {
    padding: 20px;
}

.ptb-20 {
    padding-top:20px;
    padding-bottom:20px;
}

.pt-20{
    padding-top:20px;
}

.pb-20{
    padding-bottom:20px;
}


.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
}


hr.no-spacing {
    margin:0;
    padding:0;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-baseline {
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
    .probrand-youtube-player {
        width: 100% !important;
        height: 380px !important;
    }
}

.greyBG {
  background: rgb(230, 230, 230);
  padding: 10px;
  margin-top: 10px;
}

.maxify .hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 1s;
}
.maxify:hover .hover {
    display: inline;
}
.canon .col-md-6 {
position: relative;
}
    /* Brand defaults (will move to shared stylesheet) */

    .mp-brandLogo {
        padding: 10px 0 10px;
        text-align: center;
    }

    .mp-brandOverview {
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

    .mp-brandSubnav ul {
        margin: 0;
        list-style: none;
        border-top: 1px solid #ddd;
        line-height: 1.25;
    }

        .mp-brandSubnav ul a {
            display: block;
            padding: 10px 10px 11px 0;
            border-bottom: 1px solid #ddd;
            transition: all 0.25s;
        }

            .mp-brandSubnav ul a:hover {
                background-color: #eee;
                padding-left: 10px;
                padding-right: 10px;
                transition: all 0.25s;
            }

    .mp-brandName {
        padding-bottom: 25px;
        border-bottom: 1px solid #ddd;
    }
    /* BRANDS: End */

    /* Page-specific styles */

    .brandsCallToAction h2 {
		color: #4f647f;
        /*! border-bottom: 1px solid #fff; */
        /*! padding-bottom: 1rem; */
        /*! font-size: 30px; */
    }

    .brandsCallToAction p {
        font-size: 19px;
    }

    .rowBackground.lightTeel .row {
        background-color: #12ccb5;
        color: #FFFFFF;
        margin-top: 1rem;
    }

    .lenovoRed {
        color: #e2231a;
    }

    .lenovoGray {
        color: #717271;
    }

    .lenovoBlue {
        color: #3e8ede;
    }

    .topGrayLine {
        border-top: 1px #717271;
        border-style: solid;
        padding-top: 20px;
        font-size: 14px;
    }

    p.lede {
        font-size: 20px;
    }

    .colourFive {

        height: 115px;
        width: 115px;
        margin-top: 54px;
        margin-right: 40px;
        float: left;
}

.difference-maker {
    background: #e7e7e7;
    padding: 40px;
    margin-bottom: 30px;
}
    
    .row.greyBanner {
        background: #425059;
        display: block;
        box-sizing: border-box;
        position: relative;
        padding-bottom:20px;
    }

    .greyBanner h2 {
        font-weight: 300;
        font-size: 38px;
        color: #fff;
        margin-top: 60px;
        padding-top: 30px;
        line-height: 35px;

    }

    .background2 
    {
        background-image: url(/cds/image$image-lenovo-background2$20181010152424);
        background-position: left center;
        background-repeat: no-repeat;
        height: 350px;
        width:100%;
    }

.lightBlue
    {
        background-color: rgba(62, 141, 221, 0.95);
        padding: 40px;
        color: #fff;
        margin-left: 15px;
        margin-top: 102px;
    }

    .lightBlue h2
    {
        font-size: 38px;
    }

    .trustedCard {
        background-image: url(/cds/image$image-lenovo-card1$20190207101720);
        width: 212px;
        height:340px;
        margin-right: 10px;
        margin-top:30px;
        float:left;
        transition:all 1s ease
    }

    .trustedCard:hover {
        background-image: url(/cds/image$image-lenovo-card1Hover$20190207101721);
    }

    .expertiseCard {
        background-image: url(/cds/image$image-lenovo-card2$20190207101721);
        width: 212px;
        height:340px;
        margin-right: 10px;
        margin-top:30px;
        float:left;
        transition:all 1s ease
    }

    .expertiseCard:hover {
        background-image: url(/cds/image$image-lenovo-card2Hover$20180211092915);
    }

    .confidenceCard {
        background-image: url(/cds/image$image-lenovo-card3$20180211092916);
        width: 212px;
        height:340px;
        margin-right: 10px;
        margin-top:30px;
        float:left;
        transition:all 1s ease
    }

    .confidenceCard:hover {
        background-image: url(/cds/image$image-lenovo-card3Hover$20180211092917);
    }

    .boostingCard {
        background-image: url(/cds/image$image-lenovo-card4$20180211092933);
        width: 212px;
        height:340px;
        margin-right: 10px;
        margin-top:30px;
        float:left;
        transition:all 1s ease
    }

    .boostingCard:hover {
        background-image: url(/cds/image$image-lenovo-card4Hover$20180211092933);
    }

    .flexibleCard {
        background-image: url(/cds/image$image-lenovo-card5$20180211092934);
        width: 212px;
        height:340px;
        margin-right: 10px;
        margin-top:30px;
        float:left;
        transition:all 1s ease
    }

    .flexibleCard:hover {
        background-image: url(/cds/image$image-lenovo-card5Hover$20180211092934);
    }

    .light-blue
    {
        background-color: #4cc1e1
    }

    .blue
    {
        background-color: #498bc9
    }

    .pink
    {
        background-color: #e33d8a
    }

    .orange
    {
        background-color: #f26c21
    }

    .red
    {
        background-color: #ee2424
    }


    .flip-box {
  width: 100%
  height: 340px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  width: 100%;
  height: 340px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  width: 100%;
  height: 340px;
  backface-visibility: hidden;
  position: absolute;
}


/* Style the front side */
.flip-box-front {
  color: black;
  background-color: #425059;
  text-align: center;
}

/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
}

.flip-box-back .card {
    height:340px;
    color: white;
}

.flip-box p,
.flip-box h3 
{
    margin: 20px;
}


    #hover-image {
        transition: .5s;
        opacity: .7;
        width: 95%;
    }

    #hover-image:hover 
    {
        opacity: 1;
        width: 100%;
    }
.image-link {
text-decoration: none;
    color: inherit;
}
.image-link h3 {
  color: rgb(61, 135, 213);
  text-decoration: none;
}