.usa-alert {
    margin-bottom: 2em;
}

/*------------------------------------------------------------------------------------------------ */
/* Begin Sticky Anchor Bar
-------------------------------------------------------------------------------------------------- */

#stickynav {
	border-radius: 0;
    background-color: #fff;
	z-index: 10;
    height: auto;
}

#stickynav.makeSticky.sticky {
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3030px;
	margin-right: -3000px;
	width: -moz-available;
	border-top: 1px solid #e3e3e3;
}

#stickynav .shadow-bottom {
	height: 5px;
	width: 100%;
	background-color: #fff;
	border: 0 none;
	box-shadow: 0px 4px 4px 0px rgba(194, 194, 194, .5);
	clear: both;
}

#stickynav.makeSticky.sticky .shadow-bottom {
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
	width: -moz-available;
}


#stickynav.makeSticky.sticky .qs-search-results {
    max-height: 250px;
}

#stickynav.makeSticky .qs-search-results {
	max-height: 219px;
	max-width: 1200px !important;
}

#stickynav.makeSticky.sticky #anchorbar {
	border-top: 0 none;
	border-bottom: 0 none;
}

#anchorbar {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    width: 100%;
}

#anchorbar .wrapper {
    width: 100%;
    max-width: 1442px;
    margin: .6rem 0;
	position: relative;
	padding: 0;
}

#anchorbar > .wrapper > div:first-child {
	width: 85px;
}

#anchorbar > .wrapper > div:nth-child(2) {
	padding-left: 0;
}

#anchorbar > .wrapper > div:nth-child(2) ul {
	margin-left: 0;
}

#anchorbar > .wrapper > .col-sm-4 {
	width: 29.333%;
}
ul.stickybar-nav  {
    margin-top: 0.5em;
}

/*** Hide recalls anchorbar in wider width ***/
@media (max-width: 860px) {
    .recalls ul.stickybar-nav  {
        display: none;
    }
}

#anchorbar ul li {
    margin: .075em .75em 0;
	display: inline-block;
}

#anchorbar ul li:first-child {
    margin-left: 0;
 }

#anchorbar ul li a {
    display: block;
    text-decoration: none;
    font-family: 'Muli Extra Bold', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0;
    padding: 0 0 .6rem 0;
    color: #013EAA;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#anchorbar ul li a:hover {
    color: #222;
}

#anchorbar ul li a:focus {
    outline: none;
    outline-offset: 0;
}

#anchorbar ul li a.highlight {
    border-bottom: 5px solid #ccc;	
}

#anchorbar .icon-swipe { 
	display: block;
	float: left;
	z-index: 10;
	background-color: transparent;
	padding: 8px;
	border-right: 1px solid #ccc;
}

.sticky {
    position: fixed;
	top: 0px;
}

/*------------------------------------------------------------------------------------------------ */
/* Begin Back to Top Button  on Anchor bar
-------------------------------------------------------------------------------------------------- */

.stickynav1.sticky { border-bottom: 1px solid #e3e3e3; } 

@media (min-width: 768px) {

	#stickynav.makeSticky #anchorbar > .wrapper > div:first-child {
		display: none;
	}

	#stickynav.makeSticky.sticky #anchorbar > .wrapper > div:first-child {
		display: block;
	}	

	#stickynav.makeSticky #anchorbar #db-back-to-top {
		visibility: visible;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		bottom: -25px;
	}

	#stickynav.makeSticky.sticky #anchorbar #db-back-to-top {
		visibility: visible;
		opacity: .4;
		position: absolute;	
		display: block;
		z-index: 1000;
		opacity: 0.7;
		float: left;
	}

	/*#stickynav.makeSticky.sticky #anchorbar > .wrapper ul li:first-child {
    	margin-left: 1em;
	}*/
}

@media (max-width: 576px) {

	div[style="height: 56px;"] {
		display: none !important;
	}
}

/*------------------------------------------------------------------------------------------------ */
/* Begin Search Input Box  
-------------------------------------------------------------------------------------------------- */
#searchbox {
    border: 1px solid #ccc;
    padding: 1px;
}

#searchbox .input-group .form-control {
	border: 0 none;
	box-shadow: none;
}

#searchbox .input-group-btn:last-child > button.btn.search {
    width: 36px;
    height: 34px;
    padding: 0;
    background: none;
	cursor:default;
}

/*------------------------------------------------------------------------------------------------ */
/*  Search Result Section
-------------------------------------------------------------------------------------------------- */

.qs-search-results {
    position: absolute;
    z-index: 999;
    width: 85%;
    overflow-y: auto;
    top: 34px;
    right: 16px;
    background: #fff;
}

.qs-search-results.show {
    border: 2px solid #aeacac;
}
.qs-search-results ul {
	list-style: none;
	background: #fff;
	/*padding: 1em 0;*/
	line-height: 20px;
}
.qs-search-results li {
	border-bottom: 1px solid black;
	margin-left: 0;
	display: block !Important;
	cursor: pointer;
	padding: 1px 5px 2px 0px;
	width: 99%;
}
.qs-search-results li:hover {
	background: #eee;
}

.qs-search-item-identifier {
	font-weight: normal;
	/*color: #595959;*/
	display: inline-block;
	color: #000;
}

.qs-search-item-value {
	color: #666;
    font-size: 0.9em;
}
.qs-search-results .highlighted0 {
	background-color: rgba(255, 206, 38, 0.6);
}
.qs-search-results .highlighted1 {
	background-color: rgba(82, 162, 204, 0.6);
}
#tables/*, #graphs2*/ {
	top: 170px !important;
	position: relative;
}  
#tables.stickyActive/* , #graphs2.stickyActive */ {
	top: 80px !important;
	position: relative;
}   
/*#graphs2 {
    top: 170px !important;
	position: relative;
}
#graphs2.stickyActive {
    top: 80px !important;
	position: relative;
}*/
.stickyspacer { height: 0px !important; }
.stickyActive .stickyspacer { height: 100px !important; }

/*------------------------------------------------------------------------------------------------ */
/*  Recalls Anchor bar 
-------------------------------------------------------------------------------------------------- */

/*** Contain recalls anchorbar to one line when sticky (prevent overflow) ***/
@media (max-width: 1000px) {
	#output.recalls #stickynav.sticky #navContainer {
		width: 62%;
	}
	#output.recalls #stickynav.sticky #navContainer  ul li a {
		font-size: 0.9em;
	}
}



