/* global */
@media only screen and (min-width : 960px) {
.headerLinks {
    top: 16px !important;
}
}

@media only screen and (max-width : 960px) {
body.bw-responsive-mobile-loader > * {
    opacity: 1 !important;
}
.headerLinks {
    top: 55px !important;
}
#mobileNav ul li.breadcrumb {
	height: 55px;
    overflow: inherit;
    width: 100%;
    padding-bottom: 0;
}
.page-fact-sheets #bw-content-content .view-bw-doc-library .item-list ul {
    padding-left: 0;
}
.page-fact-sheets #bw-content-content .view-bw-doc-library .item-list ul img.imagecache-listview_thumb {
    width: inherit;
}
.views-exposed-form {
    width: 319px;
}
}

@media only screen and (max-width : 800px) {
.item-list ul.pager, .item-list ul.pager li {
    margin: 0 3px;
    padding: 0;
    white-space: nowrap;
}
}

@media only screen and (max-width : 560px) {
.page-printmail input, .page-printmail select, .page-printmail textarea {
    width: 100%;
}
}

@media only screen and (max-width : 520px) {
.page-fact-sheets #bw-content #bw-content-content .panel-pane .pane-content .view-bw-doc-library .view-content .item-list ul li.views-row {
    width: 130px;
}
}

@media only screen and (max-width : 500px) {
.item-list ul.pager, .item-list ul.pager li {
    margin: 0 0px;
}
}

@media only screen and (max-width : 425px) {
.item-list ul.pager, .item-list ul.pager li {
    font-size: 12px;
}
}

@media only screen and (min-width:480px) and (max-width : 600px) {
}