@import url("/smg/templates/assets/css/microsites/RUP/microsite.css");
@import url("/smg/templateFramework/css/microSites/RUP/rup_mobile.css");
@import url("/smg/CA/templateFramework/microSites/RUP_CA/css/rup_site_canada.css");

/* site overrides here */

/* globalNav - TOP */
body.desktop #smg_page_template_global-nav div.global-nav > ul > li > a,
body.desktop #smg_page_template_global-nav div.global-nav > ul > li > form {
	padding: 4px 0;
}
body.desktop #smg_page_template_global-nav .global-nav > ul > li.helpcenter,
body.desktop #smg_page_template_global-nav .global-nav > ul > li.login,
body.desktop #smg_page_template_global-nav .global-nav > ul > li.register,
body.desktop #smg_page_template_global-nav .global-nav > ul > li.welcome,
body.desktop #smg_page_template_global-nav .global-nav > ul > li.myaccount,
body.desktop #smg_page_template_global-nav .global-nav > ul > li.logout {
    display: none;
}

/* adjust mobile logo placement */
body.mobile.brands2013 #smg_page_template_header_container #smg_page_template_headerBlock_outer #smg_page_template_header #main_logo {
	margin-left: 12%;
}

/* product detail page */
body .product-info.brands2013 .product-overview .product-description-content h4 {
        font-weight: bold;
}

/* SCOTTS-8938: This can be removed after 2016May EAR*/
body.brands2013.rup.mobile .child-product-listing .miracle-grid .row .item-content .image img {
        height: 85px;
}

/*Article Page*/
body.rup.lang_en_CA #just-the-facts-link{
	display:none;
	}


/* search results */
body.brands2013.rup.rupSearchResults.desktop .search-results .tabs > ul.tabs-list > li > a.selected {
        background-color: white !important;
        color: #373b3c !important;
        border: 1px solid #cccccc !important;
        border-width: 1px 1px 0 1px !important;
}
body.brands2013.rup.rupSearchResults.desktop .search-results .tabs > ul.tabs-list > li > a {
        background-color: #1e78af !important;
        color: white !important;
}

/* do NOT show the EMPTY MM popup div on ProductUsage (????) */
body.brands2013.rup #megaMenuLeft #mega-menu ul:first-child > #mega-menu-item-2:hover h2 + div.mega-menu-popup {
	display: none !important;
}

/*Footer: START*/
    body.desktop #smg_page_template_footer{
        padding:20px!important;
    }

    body #smg_page_template_footer{
        background-color: inherit;
    }

    body.desktop #smg_page_template_footer ul li{
        float:inherit;
    }

    body.desktop #smg_page_template_footer ul#rup_footer_icon_list li > a{
        margin-left: 0px;
        width: 55px;
        margin:0 auto;
    }

    body.desktop #smg_page_template_footer ul#rup_footer_icon_list li a img{
        width: 55px;
    }
/*Footer: END*/



/*Scotts-9308 | Hide Search For FR: START*/
.lang_fr_CA #smg_page_template_mega-menu-region .mega-menu-container #mega_menu_search {
	display: none;
}
.lang_fr_CA.mobile #smg_page_template_header_container #mobile_mega_menu_nav #mobile_nav_2 {
	display: none;
}
/*Scotts-9308 | Hide Search For FR: END*/
