@import url('../../OneCol1/Css/OneCol1.css');

/* ############################################################################
   ## 
   ##  Landing Page 2 - Brands
   ##
   ######################################################################### */

.site-header .header-main {
    display: none;
}

#Content {
}

    #Page {
    }

        #PageTop {
            display: none;
        }
    
        #PageContent {
        }

            #Primary {
            }

                .rotating-links {
                }
                
                    .rotating-links a {
                        font-size: var(--site-font-size-mega);
                        line-height: 110%;
                        font-weight: 700;
                        padding: var(--site-padding-thinner) 0;
                        text-align: center;
                    }

                    .rotating-links a:visited {
                        color: var(--site-link-color);
                    }
        
            #Secondary {
            }

                #Secondary #SecondaryContent {
                    margin-left: -10000em;
                    margin-right: -10000em;
                    padding: var(--site-padding-thick) 10000em;
                }

        #PageBottom {
            display: none;
        }

        #Tertiary {
            display: none;
        }

@media screen and (min-width: 1201px) {

    #Primary #PageTitle {
        margin-bottom: var(--site-box-margin-bottom);
        text-align: center;
    }

}

@media screen and (max-width: 1500px) {

    .rotating-links a {
        font-size: var(--site-font-size-huge);
    }

}

@media screen and (max-width: 1200px) {

    #Header #AnchorMenu {
        /* display: block; */ /* Sometimes it's good to show the anchor menu on the home page. */
    }

    #Header #MainMenu {
        /* display: block; */ /* Sometimes it's good to show the main menu on the home page. */
    }

    #PrimaryContent {
        float: none;
        width: 100%;
    }

    .rotating-links a {
        font-size: var(--site-font-size-bigger);
    }

}

@media screen and (max-width: 900px) {

    #AccessibilityToolbar ul li#JumpToMenu {
        right: auto;
        left: 10px;
    }

        #AccessibilityToolbar ul li#JumpToMenu a {
            flex-direction: row-reverse;
            color: #fff;
        }

            #AccessibilityToolbar ul li#JumpToMenu a::after {
                width: 22px;
                height: 24px;
                background: #fff;
                border-color: #fff;
            }

    .site-header .header-start {
        padding-top: 65px;
    }

        .site-header .header-start .anchorMenu {
            border-top: var(--site-color-grey) 1px solid;
            padding-top: 15px;
        }

        .site-header .header-start li#SiteSearch {
            top: 13px;
        }

        .site-header .header-start #SearchSite fieldset ol li.keywordsField input {
            border-color: #fff;
        }

}