/*Fix for Education, we still need it until they add the fix*/
body.page.premium.use-compatibility-header-fill.uw.emc-v2 #ghm-search-slim,body.page.premium.use-compatibility-header-fill.uw.emc-v2 #ghm-contact,body.page.premium.use-compatibility-header-fill.uw.emc-v2 #ghm-account { display: none; }

#ghf-header .js-ghf-open[hidden]{display: block !important;}
@media (min-width: 768px){
#ghf-header.ghf_active #gh-masthead>.ghf-wrapper>.ghf-icon_open[hidden] {
    display: none !important;
}
#ghf-header .ghn-item.ghf_active .ghf-close-container .js-ghf-cta_close[hidden] {
    display: inline-block !important;
}

#ghf-header #gh-masthead>.ghf-wrapper>.ghf-icon_close.ghf-show[hidden] {
    display: block !important;
}
}

#ghf-header button[hidden] {
    display: inline-block !important;
}

#ghf-header #gh-masthead>.ghf-wrapper>.ghf-icon_close{
display: none !important;
}
#ghf-header .ghm-title {
    display: block !important;
}
@media (min-width: 768px){
#ghf-header #gh-masthead>.ghf-wrapper>button, #ghf-header #ghm-navigator>button, #ghf-header #ghm-search>button, #ghf-header #ghm-util>button {
    display: none !important;
}
#ghf-header #gh-masthead>.ghf-wrapper>.ghf-icon_open {
    display: block !important;
}
#ghf-header .ghm-title {
    display: none !important;
}
}
#ghf-header #ghm-search .searchbox11-input:not(:valid)~.searchbox11-cta_cancel {
    display: none !important;
}

/* Fix for RFQ overlay background - DT Customer */ 
@media (min-width: 768px){
.overlay-assets.has-rfq-popup.overlay-custom.modal {
    background: none;
}
}

/*Fix for author config page that is not able to scroll - Carlos */
#ghf-header-author #ghf-header-container {position:static !important}
@media (min-width: 768px){#ghf-header-author #gh-nav {overflow-y: visible !important;}}


/*Fix for ratio image issues on profile component - Amit https://www.delltechnologies.com/en-us/events/delltechnologiesworld/speakers.htm*/
.profile-list01-view .wrapper>.wrapper-image .rendition{width:auto;}

/*Fix for profile-list view issue when img-no-pos - Carlos */
.profile-list01-view .wrapper>.img-no-pos.wrapper-image img.js-lazyload { 
    top: -9999px !important;
    left: -9999px !important;
    transform: none !important;
    width: auto;
}
/*Fix for APEX on mainnav*/
@media(min-width:768px){#ghn-lvl_one .ghn-item:nth-child(1) .ghn-megamenu .ghn-promo-title,#ghn-lvl_one .ghn-item:nth-child(1) .ghn-megamenu .ghn-promo-title ~ p{color:#fff}}

/*Temp hotfix for links inside twothirds*/
.twothirds > li:nth-child(2) .partial-cta-list li {
    max-width: 100%
}
