@import url(fonts.min6654.css?v1);

section#secondary
{
    font-family: "Sica Expanded", Helvetica, Arial, sans-serif;
    background-color: #000;
    opacity: 1;
    top: 35px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    overflow: visible;
}

section#secondary.opaque
{
    opacity: 1.0;
    background: none repeat scroll 0 0 #000;
}

section#secondary #search
{
    line-height: 32px;
    /*padding-right: 50px;*/
    /*adjust margin-left to add room between nav elements and search elements;*/
    margin-left: 82.5%;
    /*text-align: right;*/
    width: auto;
    border: 0;
}

.mobile-menu, .mobile-menu-close {
    display: none;
}

@media screen and (max-width : 1124px) {
   section#secondary #logo-main
{
    height: auto;
    line-height: 32px;
    /*margin: -18px 10px 0 50px;*/
    margin-top: -18px;
    margin-right: 10px;
    margin-left: 19%;
    position: absolute;
    width: auto;
    z-index: 999;
}
section#secondary#logo-main img
{
    line-height: 32px;
}

}

@media screen and (max-width : 625px) {
   
section#secondary #logo-main
{
    height: auto;
    line-height: 32px;
    /*margin: -18px 10px 0 50px;*/
    margin-top: -18px;
    margin-right: 10px;
    margin-left: 5%;
    position: absolute;
    width: auto;
    z-index: 999;
}
section#secondary#logo-main img
{
    line-height: 32px;
}

section#secondary #search
{
    line-height: 32px;
    /*padding-right: 50px;*/
    /*adjust margin-left to add room between nav elements and search elements;*/
    margin-left: 50%;
    /*text-align: right;*/
    width: auto;
    border: 0;
}
}

@media (min-width: 1345px) {
    header#main #breadcrumbs {
        margin-left: calc(32px + ((100% - 1344px) / 2));
    }

    header#main #breadcrumbs {
        padding-left: 3px;
    }

    #signin_register span, header#main #signin_register span, #signed_in, #signed-in {
        margin-right: calc(32px + ((100% - 1344px) / 2));
    }
}

.siteheader {
    font-weight: normal;
    line-height: 1.42857143;
}

@media (min-width: 800px) {
    #secondary .megamenu .menu__subhead + ul {
        margin-top: 10px;
    }
}

@media (min-width: 800px) {
    .megamenu .menu-component li a, .megamenu .menu-component li a:link, .megamenu .menu-component li a:visited {
        color: #9a9a9a;
    }
}

*, :after, :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.siteheader, .siteheader *, .siteheader *:after, .siteheader *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.siteheader p {
	color: #ccc;
    margin-top: 13px;
    margin-bottom: 13px;
}

.siteheader a.bronze, .siteheader a.bronze:link, .siteheader a.bronze:visited {
    color: #e3c076;
}

.siteheader li span {
    cursor: pointer;
    font-size: 12px;
}

.menu-toggles li span:hover {
    border-bottom: 1px solid #c20430;
    box-shadow: 0 1px 0 #c20430;
}

@media (min-width: 800px) {
    #secondary .siteheader a.siteheader__logo {
        padding-top: 0px;
    }

    #category > h1 {
        display: none;
    }
}