/* CSS Override for id/id */

/* Rebranding */
@media (min-width: 1650px) {
.rwd .overview-component-1 .blade-item h2 {font-size: 5.875em;}
.rwd .overview-component-1 .blade-item h2.headline-font-clear-bold {font-size: 48px;}
}
@media (max-width: 1649px) and (min-width: 1200px) {
.rwd .overview-component-1 .blade-item h2 {font-size: 4.25em;}
.rwd .overview-component-1 .blade-item h2.headline-font-clear-bold {font-size: 48px;}
}
@media (max-width: 1199px) and (min-width: 992px) {
.rwd .overview-component-1 .blade-item h2 {font-size: 4em;}
.rwd .overview-component-1 .blade-item h2.headline-font-clear-bold {font-size: 48px;}
}

/* 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 */
/* INC009753402 */
@media screen and (min-width: 768px) {
.rwd .l3-text-media-component h2 {font-size: 1.75em;}
}
@media screen and (min-width: 992px) {
.rwd .l3-text-media-component h2 {font-size: 1.75em;}
}
@media screen and (min-width: 1200px) {
.rwd .l3-text-media-component h2 {font-size: 1.75em;}
}
.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.clientlibs/settings/wcm/designs/intel/clientlibs/pages/commons-page/resources/images/intel-logo-highres.png');
	background-size: 100%;
}
.rwd.ie .header-simplify nav.global-menu-simplify .navbar-logo {
    background: url('/etc.clientlibs/settings/wcm/designs/intel/clientlibs/pages/commons-page/resources/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.clientlibs/settings/wcm/designs/intel/clientlibs/pages/commons-page/resources/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 INC006804810 */
.rwd .l3-text-media-component.blade.full-bleed-image {height: auto;}
@media screen and (min-width: 768px) { 
.rwd .l3-text-media-component.full-bleed-image {min-height: 350px;} }
@media screen and (min-width: 992px) { 
.rwd .l3-text-media-component.full-bleed-image {min-height: 450px;} }
@media screen and (min-width: 1200px) { 
.rwd .l3-text-media-component.full-bleed-image {min-height: 500px;} }
@media (min-width: 1650px){ 
.rwd .l3-text-media-component.full-bleed-image {min-height: 600px;} }

@media screen and (min-width: 768px) { 
.rwd .multiasset .l3-text-media-component.full-bleed-image .container {height: 450px;} }
@media screen and (min-width: 992px) { 
.rwd .multiasset .l3-text-media-component.full-bleed-image .container {height: 450px;} }
@media screen and (min-width: 1200px) { 
.rwd .multiasset .l3-text-media-component.full-bleed-image .container {height: 500px;} }
@media (min-width: 1650px){ 
.rwd .multiasset .l3-text-media-component.full-bleed-image .container {height: 600px;} }
