.sidr {
    width: 260px;	
/*    background: #efefef;*/
    -webkit-box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,.25);
    -moz-box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,.25);
    box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,.25);
    border-right: 1px solid #cfcfcf;
    font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#474747;
    border-color:#000;
} 

.sidr .sidr-inner {
    float: left;
    width: 100%;
    padding: 0px;
}

.sidr-inner #form-site-search h3, .sidr-inner #form-site-search fieldset legend, .sidr-inner #form-site-search fieldset label {
    display: none;
}

.sidr-inner #form-site-search fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

.sidr-inner #form-site-search fieldset #search-term {
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    height:30px;
    outline: none;
}

.sidr-inner #form-site-search fieldset #search-button {
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: -10000px;
    border: none;
    background: url("../images/mobile-search.png") #fff right 50% no-repeat;
    width: 30px;
    height: 28px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    .sidr-inner #form-site-search fieldset #search-button {
        background-image: url("../images/mobile-search-2x.png");
        background-size: 29px 29px;
    }
}

.sidr-inner #form-site-search {
    margin: 0px;
    padding: 10px;
    background-color: #000;
    float: left;
    width: 100%;
    height: 50px;
}

.sidr ul {
    margin-bottom: 0px;
    border-top: 0px;
}

.sidr ul li {
    clear: both;
    background: url("../images/mobile-link-icon.png") no-repeat;	
    background-position:95% 15px;
    background-position: top 15px right 10px;
}

/*.sidr-inner > ul > li.primary {
    background-color: #fff;
    -webkit-box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,.25);
    -moz-box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,.25);
    box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,0.25);
}*/

.sidr-inner > ul > li {
    background-color: #fff;
    -webkit-box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,.25);
    -moz-box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,.25);
    box-shadow: inset -5px 0 10px -5px hsla(0,0%,0%,0.25);
}

.sidr-inner:nth-of-type(2) > ul:first-of-type {
    border-bottom: none;
}
/*.sidr-inner:nth-of-type(2) > ul:first-of-type > li:last-child a,
.sidr-inner:nth-of-type(2) > ul:first-of-type > li:last-child span {
    color: #004712;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    .sidr ul li {
        background-image: url("../images/mobile-link-icon-2x.png");
        background-size: 16px 16px;
    }
}

.sidr ul li:hover>a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sidr ul li a, .sidr ul li span {
    padding: 0 10px;
    font-family: "ProximaNovaRegular", "Arial", arial, sans-serif;
    text-transform: uppercase;
    background: transparent;
}

.sidr ul li span.login,
.sidr ul li span.register {
	text-decoration: underline;
}

/*.sidr ul li.primary a, .sidr ul li.primary span {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}*/

.sidr ul li a, .sidr ul li span {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    line-height: 48px;
    border-top: 1px solid #fff;
}

.sidr ul li.item {
    background-image:url(../images/icon-mobile-expand.png);
}

.sidr ul li.item.is-open {
    background-image:url(../images/icon-mobile-contract.png);
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    .sidr ul li.item {
        background-image: url("../images/icon-mobile-expand-2x.png");
        background-size: 16px 16px;
    }
    .sidr ul li.item.is-open {
        background-image: url("../images/icon-mobile-contract-2x.png");
        background-size: 16px 16px;
    }
}

.sidr #childrens-sub-nav, .sidr #discover-sub-nav {
    position: static !important;
    top: 0px !important;
    left: 0px !important;
    height: auto !important;
}

.sidr .sub-nav span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 28px;
}

#sidr-right {
    -webkit-box-shadow: inset 5px 0 10px -5px hsla(0,0%,0%,.25);
    -moz-box-shadow: inset 5px 0 10px -5px hsla(0,0%,0%,.25);
    box-shadow: inset 5px 0 10px -5px hsla(0,0%,0%,.25);
}

.sidr-open {
    top:0;
    height:100%;
    overflow: hidden;
}

.sidr-open #site {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: none;
}

#mobile-menu-shield {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1001;
    background: rgba(0,0,0,0.5);
}
