/**** Fix sticky header for microsite homepages****/
@media screen and (max-width: 47.99em) {
    .logofix.sticky_header #siteheader a#home_link, #siteheader a#home_link, .sticky_header .logofix #siteheader a#homelink {
        width: 270px !important;
    }
}
@media screen and (max-width: 400px) {
    .logofix.sticky_header #siteheader a#home_link, #siteheader a#home_link, .sticky_header .logofix #siteheader a#homelink {
        width: 200px !important;
    }
}
@media screen and (min-width: 48em) {
    .logofix #siteheader a#home_link {
        width: 175px !important;
    }
}
@media screen and (min-width: 48em) {
    .logofix.sticky_header #siteheader a#home_link, .sticky_header .logofix #siteheader a#homelink  {
        width: 175px !important;
        margin: 0 auto 0 0 !important;
    }
}
@media screen and (min-width: 62em) {
    .logofix.sticky_header #siteheader a#home_link, .sticky_header .logofix #siteheader a#homelink {
        width: 270px !important;
        margin: 0 auto 0 0 !important;
        left: auto !important;
    }
}
@media screen and (min-width: 85.375em) {
    .logofix #siteheader a#home_link {
        width: 270px !important;
        left: auto !important;
    }
}