/*TOP PAGE HEADING*/
.sub-head{
	background: rgb(116,41,52);
	background: -moz-linear-gradient(top,  rgba(116,41,52,1) 0%, rgba(75,11,33,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(116,41,52,1) 0%,rgba(75,11,33,1) 100%);
	background: linear-gradient(to bottom,  rgba(116,41,52,1) 0%,rgba(75,11,33,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#742934', endColorstr='#4b0b21',GradientType=0 ); 
}
.sub-head h1{ font-size: 22px; font-weight:500; padding: 2% 0 2% 4%; color: #FFF;}
/*LEFT PANEL*/
.left-panel-wrapper{margin-top:-30px;position:relative;padding:0;}
.left-panel-wrapper ul{overflow: hidden;display: block;margin: 0px;padding: 27px 23px 10px 25px !important;border: none;list-style: none;width:254px;border-radius:8px;
background-image: url(/en-US/images/responsive/bg_left_nav_left.jpg),url(/en-US/images/responsive/bg_left_nav_right.jpg);background-repeat: no-repeat;
background-position: top left, top right;}
ul.left-panel-menu li{ border-bottom:1px solid #d5d0cc; list-style:none;}
.left-panel-menu a:link{color:#000}
.left-panel-menu a:visited{color:#000}
ul.left-panel-menu li a{ color:#000; font-size:12px; font-weight:600; text-decoration:none; display:block; padding:10px 15px;line-height: 14px;}
ul.left-panel-menu li a:hover{ color:#2288dd; /*font-size:16px; font-weight:500;*/ text-decoration:none;}
div.sidenav ul li.current {background-color: #f2f1f0;background: #f2f1f0 url("/en-US/images/backgrounds/bg_leftnav_first_on.jpg") !important;}
div.sidenav ul li.current a:visited{color: #2288dd;}
div.sidenav ul li.current a:link{color: #2288dd;}
/*--------------------------------------------------------------- MEDIA QUERY START -------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: Portrait){
	.sub-head h1{padding: 2% 0 2% 25px;}
}
@media only screen and (max-width: 767px){
.sub-head{ margin-left:-15px; margin-right:-15px;}
.sub-head h1{ font-size: 16px; font-weight:500; padding: 10px 15px 10px 15px; color: #FFF;}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.sub-head{ margin-left:-15px; margin-right:-15px;}
.sub-head h1{ font-size: 16px; font-weight:500; padding: 10px 15px 10px 15px; color: #FFF;}
}
@media (min-width: 1200px){
  .sub-head{height:65px;width:100%;}	
}