/* CSS Override for pl/pl */

/* Rebranding */
/* Fix INC009574175 */
@media (max-width: 1649px) and (min-width: 1200px) {
.rwd .headline-font {line-height:1.03em;}
.rwd .overview-component-1 .blade-item h2 {font-size: 5.93em;}
.rwd .masthead-component .masthead-content h2 {font-size: 3.375em;}
}

@media (max-width: 1199px) and (min-width: 992px) {
.rwd .headline-font {line-height:1.03em;}
.rwd .masthead-component .masthead-content h2 {font-size: 2.6em;}
}

@media (max-width: 991px) and (min-width: 768px) {
.rwd .headline-font {line-height:1.05em;}
.rwd .masthead-component .masthead-content h2 {font-size: 1.9em;}
}

/* TEMP Campaign Fix - remove after v5.7*/
.rwd .flyout-component .static-items .static-item {padding-bottom:10px;}

/* temp fix for my-intel badge */
.rwd .login-register .program-badge img {max-width:300px;}

/* Emergency TEMP fix for font sizing in Media Asset with Text */
@media screen and (min-width: 768px) {
.rwd .l3-text-media-component h2 {font-size: 3.25em;}
}
@media screen and (min-width: 992px) {
.rwd .l3-text-media-component h2 {font-size: 3.25em;}
}
@media screen and (min-width: 1200px) {
.rwd .l3-text-media-component h2 {font-size: 3.25em;}
}
.rwd .l3-text-media-component p {font-size: 16px;}

/* Emergency TEMP fix for Intel Logo on Hi-Res devices */
.rwd .header-simplify nav.global-menu-simplify .navbar-logo {
    background: url('/etc/designs/intel/clientlibs/pages/commons-page/images/intel-logo-highres.png');
	background-size: 100%;
}
.rwd.ie .header-simplify nav.global-menu-simplify .navbar-logo {
    background: url('/etc/designs/intel/clientlibs/pages/commons-page/images/hdr-spr.png') no-repeat -77px -512px;
}
@media screen and (max-width:767px) {
.rwd.ie .header-simplify nav.global-menu-simplify .navbar-logo {background:url('/etc/designs/intel/clientlibs/pages/commons-page/images/hdr-spr.png') no-repeat -77px -427px;}
}

/* TEMP FIX DE19216 */
.rwd.ie .headerfooter-menu3.rwd .flyout-panel .igm-image-text figure IMG {width:auto; height:auto;}

/*TEMP FIX INC009521164*/
.rwd .promotions .theme-dark-1 .blade-item-heading {
    color: #fff;
}