.page {
  max-width: 1100px;
  padding: 0 0 0 0;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
}

h1{
	
	padding: 0 30px 15px 15px;
}

h4{
	font-weight:normal;
	color:#2a85e8;
	font-size: 1em !important;
	line-height:1.6em !important;
	margin-bottom:0px !important;
}

#UDS_CART_LINK{
	color: #fff;
}

div.menu {
  opacity: 1;
}

li.crumbMenuParent{
  margin-bottom: 0px !important;		
}

h1{
  margin-top: 12px; 	
}

li.searchControl {
  margin-bottom: 0px !important;			
}

@media only screen and (max-width: 56.87em) {
		h1 { font-size: 32px; font-size: 1.4rem; line-height: 1.3; }
		h2 { font-size: 28px; font-size: 1.1rem; line-height: 1.3; }
		h3 { font-size: 21px; font-size: 1.1rem; line-height: 1.3; }
		h4 { font-size: 18px; font-size: 1.1rem; line-height: 1.2; }
		h5 { font-size: 16px; font-size: 1.1rem; line-height: 1.2; }
		h6 { font-size: 15px; font-size: 1.1rem; line-height: 1.2; }
		/* body, p {  font-size: 15px; font-size: 1.5rem; line-height: 1.2; } */
		
		.priv {
			padding:0 5px;
		}	
	}
	

/* from USQ styles*/

.topline
{
	height: 8px;
	width: 100%;
	background-color: #FC0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-mox-border-radius-bottomright: 8px;
	-mox-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
}	

.bottomline
{
	margin-top: 15px;
}

.hide-mobile{
		display:inline;
}

@media only screen and (max-width: 56.87em) {
	.bottomline
	{
		margin-top: 50px;
	}
	
	.hide-mobile{
		display:none;
	}

}

.bottomline, .menuline
{
	height: 8px;
	width: 100%;
	background-color: #FC0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-mox-border-radius-topright: 8px;
	-mox-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;

	
}

.uds_change{
	font-size: 75%;
	right:10px;
	text-align:right;
	/* width: 39.1%;  */
	 margin-left: 4.4%; 
	 float: right; 
	 min-height: 1px; 
	 position: relative;
	 text-align: right;
}

.header_title{
	font-size: 18px;
	font-weight:bold;
	margin-left: 70px;
	position: absolute;
	margin-top: 37px;
}

@media only screen and (max-width: 56.87em) {
	.header_title{
		display: none;
	}
}	


	