/* Header */
#header {
    border-bottom: 1px solid grey !important;
	/*background: rgb(0,65,114);
	background: linear-gradient(90deg, rgba(0,65,114,1) 0%, rgba(26,129,207,1) 100%);*/
}
.upper_nav_container {
	display: none;
}
#storeLogo img {
	margin: auto;
}
#storeLogoResponsive {
	padding-right: 10px;
}
#printlogo {
	display: none;
}
#headerLeft {
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
#headerRight {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#search-by {
	float: right;
}
/* Header Phone */
#header_phone a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
/* Header Account/Order Shortcuts */
#header-responsive-links a {
	color: white;
	padding-right: 10px;
}
#header-responsive-links i {
	font-size: 25px;
	color: #ffffff;
}
#header-responsive-links .mobile-search-container i {
	color: #000000;
}
#headerShortcuts {
	display: none;
	background: url('../../images/site/shopping_cart.png') no-repeat left top;
	padding-left: 30px;
	text-align: left;
}
#headerShortcuts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerShortcuts a {
	text-decoration: none;
}
#headerShortcuts a:hover {
	text-decoration: none;
}
.header-shortcuts {
	position: relative;
	z-index: 505;
}
.header-shortcuts li {
	position: relative;
}
.header-shortcuts a.nav_0 {
	display: block;
	padding: 4px 0;
}
.header-shortcuts li.nav_0:hover > ul {
	display: block;
}
.header-shortcuts ul.nav_1 {
	display: none;
	position: absolute;
	width: 125px;
	box-shadow: 0 0 3px #333;
	background-color: #FFF;
}
.header-shortcuts ul.nav_1 a {
	display: block;
	padding: 3px 4px;
}
.header-shortcuts ul.nav_1 li:hover {
	background-color: #C1C1C1;
}
/* End Header Account/Order Shortcuts */

/* Header Search */

#quicksearch_form{
	display: flex;
}
#quicksearch_keywords,
#header_search {
	vertical-align: middle;
	display: inline-block;
}
#header_search{
	border: black solid 0.1rem;
	border-radius: 25px;
	padding-left: 10px;
	display: none;
}
.quicksearch-button {

}
.quicksearch-button:hover {
	text-decoration: none;
}
#quicksearch_keywords {
	height: 19px;
	width: calc(100% - 25px);
	border: none;
	color: black;
	background: transparent;
}

#quicksearch_keywords:focus{
	outline: 0;
}
/* End Header Search */
/* End Header */

/* Sub Header */
.sub_header {
	background-color: white;
	display: none;
}
.fa.required-field-indicator {
	color: #F00;
	font-size: 8px;
	vertical-align: top;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 35%;
	right: 20px;
}
#printNav {
	float: right;
}
.contentContainer {
	padding-bottom: 10px;
	margin-top: 10px;
}
.contentText, .contentText table {
	padding: 5px 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}