  body {
	overflow: auto !important;
}

img.img-responsive {
	max-width: 100%;
	margin-bottom: 15px;
}
.dark-background {
	box-sizing: border-box;
	padding: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==);
	color: rgb(51, 51, 51);
	overflow-x: auto;
}
div[class*='DownloadSpecimen'] {
	background: #f5f5f5;
	padding: 6px 5px 1px;
	margin: 0 0 14px;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
	color: #001489;
}
/*header a:after, #content a:after, footer a:after, .pdf-icon-after:after {
content: "" !important;
}*/

.brand-color-swatch {
	display: block;
	width: 200px;
	height: 80px;
}
/* Hide top navigation */
body.header1 {
	padding-top: 0 !important;
}
.page-header {
	background: none;
	border: 0 none;
	padding-bottom: 0;
}
.navbar-fixed-top, 
.navbar-fixed-bottom {
	position: relative !important;
}
@media only screen and (max-width: 767px) {
	header.navbar-fixed-top {
		position: relative;
	}
	header.navbar-fixed-top + section {
		position: relative;
		margin-top: -65px !important;
		float: left;
	}
}
header.sccc-quicknav > div#preHeader {
	display: none !important;
}

div#mainHeader {
	display: block !important;
	background: transparent;
	box-shadow: none;
	border: 0 none;
}

a.navbar-brand.sccc-logo img {
	height: 36px !important;
	max-height: 36px !important;
}

.page-header > .container:first-child h1 {
    line-height: 1.2 !important;
}

.page-header > .container:first-child h1 strong {
    font-size: 0 !important;
}

.page-header > .container:first-child h1 strong:after {
    /* content: "Libraries"; */
    font-size: 35px;
    line-height: 1 !important;
}

#mainMenu {
	display: none !important;
}

aside#sidebar {
	float: left;
    z-index: 1;
	width: 100%;
}

header.page-header.sccc-breadcrumb__col h1 {
	padding-left: 135px;
}

form.sccc-search {
	display: none !important;
}

#content ul.sccc-footer-bar__social-links {
    float: left !important;
    margin: 0;
    text-align: left !important;
}

#content ul.sccc-footer-bar__social-links a:hover:after {
    display: none !important;
}

button.navbar-toggle.chat-toggle {
    background: transparent !important;
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
	button.navbar-toggle.chat-toggle.online:before {
		content: "Chat" !important;;
		left: -30px !important;
	}
}

@media only screen and (max-width: 500px) {   
	button.navbar-toggle.chat-toggle {
		display: none !important;
	}
}

@media only screen and (max-width: 540px) {   
	header.page-header.sccc-breadcrumb__col h1  {
		line-height: .85 !important;
		padding-top: 5px;
		padding-bottom: 15px;
	}
	header.page-header.sccc-breadcrumb__col h1 strong {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 540px) {
	nav#subnav ul  li{
		width: 50%;
		display: inline-block;
		float: left;
	}
}

@media only screen and (min-width: 541px) and (max-width: 719px) {
	nav#subnav ul  li{
		width: 33.333%;
		display: inline-block;
		float: left;
	}
}

@media only screen and (min-width: 720px) and (max-width: 991px) {
	#content {
		margin-top: 0;
	}
	nav#subnav ul  li{
		width: 25%;
		display: inline-block;
		float: left;
	}
}

@media only screen and (min-width: 768px) {
	header.page-header.sccc-breadcrumb__col h1 {
		padding-left: 134px;
	}
	button.navbar-toggle.chat-toggle {
		display: inline-block;
		margin: 22px 55px 0 58px !important;
	}
	button.navbar-toggle.chat-toggle.online:before {
		content: "Live Chat" !important;
		left: -60px !important;
	}
}

@media only screen and (max-width: 991px) {
	button.navbar-toggle {
		display: block !important;
	}
}

@media only screen and (min-width: 992px) {
	.container.sccc-breadcrumb__col {
		display: none;	
	}
	#content {
		margin-top: 0;
	}
	aside#sidebar {
		width: calc(100% - 30px);
		background: #001489;
		display: block;
		margin-top: 20px;
		margin-left: 15px;
		padding: 0;
	}
	aside#sidebar:before,
	aside#sidebar:after {
		content: "";
		position: absolute;
		right: 100%;
		top: 0;
		bottom: 100%;
		width: 100%;
		height: 100%;
		background: #001489;
	}
	aside#sidebar:after {
		right: auto;
		left: 100%;
	}
	nav#subnav {

	}
	nav#subnav ul li {
		width: auto;
		display: inline-block;
		float: left;
	}
	nav#subnav ul li a {
		display: block;
		padding: 20px 14px !important;
		font-size: 16px;
		font-weight: bold;
		border-bottom: none !important;
		background: #001489;
		color: #fff;
	}
	aside#sidebar + section.col-md-9 {
		width: 100%;
		padding: 30px 0 0;
	}

}

/* Hide first nav item */
nav#subnav ul li:first-child {
	display: none;
}

/* Breadcrumb position on desktop */
section#sccc-breadcrumb {
	max-width: 940px;
	margin: 0 auto;
}

.container.sccc-breadcrumb__col {
	display: none;
}

@media only screen and (min-width: 992px) {
	.container.sccc-breadcrumb__col {
		display: block;
		padding: 0;
		position: absolute;
		top: 150px;
		z-index: 1;
	}
	.container.sccc-breadcrumb__col .col-sm-12 {
		padding: 0;
	}
	#sidebar {
		display: block !important;
	}
}

@media only screen and (min-width: 1200px) {
	section#sccc-breadcrumb {
		max-width: 1140px;
		margin: 0 auto;
	}
}