/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2011 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */


/***********************************************************************
 * The following files specify the logical definitions for the elements 
 * and are related to layout and presentation.  All color related rules 
 * are excluded from the logical definition and are specified seperately 
 * within this file.  This promotes the reuse of the logical definitions
 * in alternate color themes.
 ***********************************************************************
 */

@import url("layout1.css");
@import url("header1.css");
@import url("footer1.css");

/***********************************************************************
 * Layout colors                                                                                                    
 ***********************************************************************
*/

body {
	background-color: #FFFFFF !important;
	color: #333;
}

/* Links */

a, a:visited, .blue_highlight {
	color: #578d35;	
}
a.bullet-link {
	background: url('../images/bullet-arrow-green.png') no-repeat 0 4px transparent;
	padding-left: 14px;
	font-family: 'museo_sans', sans-serif;
	text-transform: uppercase;
	color: #60604b;
}
a.bullet-link.small-bullet {
	background: url('../images/bullet-arrow-green_small.png') no-repeat 0 2px transparent;
}

/* Heading Styles */

h1, h2, h3, h4 {
	font-family: 'museo_slab';
    font-weight: bold;
    font-style: italic;
}
h1 {
	color: #60604b;
	font-size: 19px;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 15px;
}
h1.schedule{
	font-style:normal;
	color:#578e35;
}
h2, h3, h4 {
	color: #588e28;
	font-size: 14px;
	margin-bottom: 10px;
}

.sub-heading{
	margin-bottom: 15px;
}

/* Button Styles */

/* Green Button (most common) */

.primary_button {
    background: -moz-linear-gradient(top,  #7aa63f 0%, #3e6f14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aa63f), color-stop(100%,#3e6f14));
    background: -webkit-linear-gradient(top,  #7aa63f 0%,#3e6f14 100%);
    color: #fff;
}
.primary_button:hover{		
    background: -moz-linear-gradient(top,  #3e6f14 0%, #7aa63f 100%);
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e6f14), color-stop(100%,#7aa63f));
   	background: -webkit-linear-gradient(top,  #3e6f14 0%,#7aa63f 100%);
}
.primary_button:active {
   	background: -moz-linear-gradient(top,  #3e6f14 0%, #7aa63f 100%);
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e6f14), color-stop(100%,#7aa63f));
   	background: -webkit-linear-gradient(top,  #3e6f14 0%,#7aa63f 100%);
	-moz-box-shadow: 1px 1px 0px #454545, inset 1px 1px 10px #343434;
	-webkit-box-shadow: 1px 1px 0px #454545, inset 1px 1px 10px #343434;
	box-shadow: 1px 1px 0px #454545, inset 1px 1px 10px #343434;
	color: #eee;
}
.primary_button:visited {
	color: #eee;
}

/* Yellow Button (second most common) */ 

.secondary_button {
    background: -moz-linear-gradient(top,  #ebed5a 0%, #d8dc25 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebed5a), color-stop(100%,#d8dc25));
    background: -webkit-linear-gradient(top,  #ebed5a 0%,#d8dc25 100%);
	-moz-box-shadow: 1px 1px 0px #555;
	-webkit-box-shadow: 1px 1px 0px #555;
	box-shadow: 1px 1px 0px #555;
    color: #575850;
}
.secondary_button:hover{		
   	background: -moz-linear-gradient(top,  #d8dc25 0%, #ebed5a 100%);
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8dc25), color-stop(100%,#ebed5a));
   	background: -webkit-linear-gradient(top,  #d8dc25 0%,#ebed5a 100%);
}
.secondary_button:active {
   	background: -moz-linear-gradient(top,  #d8dc25 0%, #ebed5a 100%);
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8dc25), color-stop(100%,#ebed5a));
   	background: -webkit-linear-gradient(top,  #d8dc25 0%,#ebed5a 100%);
   	-moz-box-shadow: 1px 1px 0px #555, inset 1px 1px 10px #666;
   	-webkit-box-shadow: 1px 1px 0px #555, inset 1px 1px 10px #666;
   	box-shadow: 1px 1px 0px #555, inset 1px 1px 10px #666;
}
.secondary_button:visited {
	color: #575850;
}
.secondary_button.call {
	background:none;
	background-color:#578e35;
	color:#FFF;
}
.secondary_button.next {
	background:none;
	background-color:#e28330;
	color:#FFF;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

/* Tertiary Button (social footer buttons) */

.tertiary_button {
	min-height: 24px;
	font-size: 11px;
	text-transform: none;
	color: #fff;
	background: #616043;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;	
	box-shadow: none;
}
.tertiary_button:visited {
	color: #fff;
}
.orange_button,
.orange_button:visited {
	background: #e28330;
	border: none;
	box-shadow: none;
	color: #FFF;
}
.cancel_button {
    background: -moz-linear-gradient(top,  #b5b5b5 0%, #9c9c9c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(100%,#9c9c9c));
    background: -webkit-linear-gradient(top,  #b5b5b5 0%,#9c9c9c 100%);
	-moz-box-shadow: 1px 1px 0px #555;
	-webkit-box-shadow: 1px 1px 0px #555;
	box-shadow: 1px 1px 0px #555;
}
.cancel_button:hover{		
    background: -moz-linear-gradient(top,  #9c9c9c 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #9c9c9c 0%,#b5b5b5 100%);
}
.cancel_button:active {
   	background: -moz-linear-gradient(top,  #9c9c9c 0%, #b5b5b5 100%);
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #9c9c9c 0%,#b5b5b5 100%);
    -moz-box-shadow: 1px 1px 0px #555, inset 1px 1px 10px #666;
    -webkit-box-shadow: 1px 1px 0px #555, inset 1px 1px 10px #666;
    box-shadow: 1px 1px 0px #555, inset 1px 1px 10px #666;
}
a.cancel_button { color: #fff; }
input[type="text"], 
input[type="checkbox"] {
	background-color: #ebe9e5;
	border: none;
}
.back_arrow_icon {
	background: url('../images/colors/color1/back_arrow.gif') no-repeat;
}
.forward_arrow_icon {
	background: url('../images/colors/color1/forward_arrow.gif') no-repeat;
}


/***********************************************************************
 * Header Styles                                                                                                    
 **********************************************************************/

#masthead, .drop_menu{
  background:#fff;
  border-bottom: 1px solid #f2f2f2;
}
#masthead .logo {
    margin: -2px 0 0;
    float: left;
    width: 100%;
    text-align: center;		
    padding: 15px;
}
#masthead .logo img{
  max-width: 135px !important
}
/*
#masthead .hamburger {
    background-image:  url(../images/redesignIcons/hamburger.png) !important;
    background-size:25px 19px;
    display: inline-block;
    width: 25px;
    height: 19px;
    float: left;
    margin: 0;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 17px;
}
*/
#masthead .hamburger.active {
    background-image: url(../images/redesignIcons/close.png) !important;
    background-size:31px 30px;
    display: inline;
    float: left;
}
#masthead .cart-icon-section .shopping-cart-button{
      background-image: url(../images/redesignIcons/cart.png);
      background-position:center center;
      background-repeat:no-repeat;
      background-size: 26px 24px;
      top:-2px;
}
.drop_menu  ul li  a {
    font-family: "HelveticaNeueforTarget-Bd", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important;
    font-size: inherit;
    color: inherit;
    display: inherit;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.drop_menu > ul > li > a {
    font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 65px;
}
#SiteSearch{
  float: left;
  width: 100%;
  padding: 0px 20px;
  position: relative;
}
.drop_menu .mainnav{
  float: left;
  width: 100%;
  padding-top:10px;
  border-top: 1px solid #f2f2f2;
}

.drop_menu .mainnav li a{
  font-family: "HelveticaNeueforTarget-Bd", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.drop_menu .mainnav li.has-drop.open a{
  color: #666666;
}
.drop_menu .mainnav li{
  float: left;
  width: 100%;
}
.drop_menu .mainnav li.has-drop > a{
  background:url("../images/icons/arrow_down.png") calc(100% - 40px) center no-repeat;
}
.drop_menu .mainnav li.has-drop.open > a{
  cursor: pointer;
  background:url("../images/icons/arrow_up.png") calc(100% - 40px) center no-repeat;
}
.has-drop .submenu a.directLink {
    color: rgb(51,51,51);
    padding: 7px 0px !important;
    border: 1px solid #666666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 11px 0px;
    text-align: center;
    background: #fff;
     font-family: 'HelveticaNeueforTarget-Rm';
    font-size: 15px !important;
    line-height: 19px;
    width: calc(100% - 24px);
    margin-left:12px;
    height: auto;
    display: inline-block !important;
}
.has-drop .submenu a.directLink.big {
  width: auto;
  padding: 14px 20px 15px !important;
  font-size: 19px !important;
  margin-left: 0px;
  line-height: 19px;
  display: inline-block !important;
}
.darkred{
  color: #760000 !important;
}
.has-drop .submenu{
  display: none;
  float: left;
  width: 100%;
  background: #f6f6f6;
  position: relative;
  padding: 0px 35px;
  margin-top: 10px;
}
.userli.has-drop .submenu{
    margin-top: 0px;
}
.has-drop.open .submenu{
  display: block;
}
.has-drop .submenu:before{
  top:-10px;
  left:40px;
  z-index: 100;
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #f6f6f6;
}
.has-drop .submenu p{
  margin: 0px;
  font-size:13px;
  line-height: 16px;
  font-family: 'HelveticaNeueforTarget-Lt', Helvetica, Arial, sans-serif;
  color:#333333;
}
.has-drop .submenu h3{
  font-size:15px;
  font-family: 'HelveticaNeueforTarget-Lt', Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #333333;
}
.has-drop .submenu h2{
  font-size:18px;
  font-family: 'HelveticaNeueforTarget-Bd', Helvetica, Arial, sans-serif;
  color: #333333;
}
.has-drop .submenu h4{
  font-size:15px;
  line-height: 18px;
  margin: 0px;
  font-family: 'HelveticaNeueforTarget-Md', Helvetica, Arial, sans-serif;
}
.has-drop .submenu > a{
  font-family: 'HelveticaNeueforTarget-Rm', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  color: #333333 !important;
  padding: 0px !important;
  display: inline-block;
  margin: 5px 0px;
}
.has-drop .submenu a.brand{
  float: left;
  width: 33%;
  margin: 15px 0px;
  text-align: center;
}
.has-drop .submenu a.huge{
  font-family: 'HelveticaNeueforTarget-Bd', Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
}
.has-drop .submenu a.huge div.fa{
  font-size: 25px;
  float: right;
  margin-top: 0px;
  margin-left: 10px;
}
.has-drop .submenu hr{
  border-top:1px solid #999999;
}
.has-drop .submenu .badge{
  float: left;
  width: 100%;
  margin-top: 18px;
  background: url("../images/icons/badge.png") left top no-repeat;
  padding-left:25px;
}
.has-drop .submenu .badge h3{
  font-family: 'HelveticaNeueforTarget-Md';
  font-size: 15px;
  color:#760000;
  margin: 0px;
}
.has-drop .submenu .badge p{
  font-family: 'HelveticaNeueforTarget-Rm';
  font-size: 13px;
  color:#666;
  margin: 0px;
}
#masthead {
	background: #5e5e4b;
	height: 40px;
}
/*
#masthead .hamburger {
	font-size: 14px;
	border: none;
	cursor: pointer;
}  
*/
#masthead .logo {
    margin: -6px 0 0
}
#masthead .logo img {
    width: 50%;
    max-width: 128px
}
.logo_menu{
	display: inline !important;
}
#masthead .cart-icon-section .shopping-cart-button {
    background: url("../images/icons/icon-cart.png") center center no-repeat;
    background-size: 30px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 3px;
    width: 55px
}
#masthead .cart-icon-section #tah-quantity-header {
    background: #666;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 20px
} 
.drop_menu {
    position: unset; /*absolute;*/
    background-color: #ffffff;
    width: 100%;
    top: 55px;
    left: 0;
    height: 100%;
    display: none;
    z-index: 9999
}
.drop_menu #controls {
    background-color: #fff;
    padding: 8px 5px;
    text-align: right;
    font-size: 16px
}
.drop_menu #controls a {
    color: #0282d1;
    font-size: 16px;
    font-weight: bold
}
.drop_menu .guest,
.drop_menu .registered {
    display: none
}
.drop_menu li.large {
    border-bottom: 2px solid #b5b4b4
}
.drop_menu li.large.first {
    border-top: 2px solid #b5b4b4
}
.drop_menu li.large a {
    font-size: 30px
}
.drop_menu li a {
    font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 65px
}
.header_logo {
	width: 100%;
	height: auto;
    display: block;
    text-align: center;
    clear: both;
    float: none;
    margin: 15px 0;
}
.header_logo img {
    width: 70%;
}

/* Header Buttons */
#drop_menu_button {
	margin: 5px 0 0 20px;
	color: #fff;
	background:  url(../images/drop_menu_sprite.png) no-repeat -4px -36px transparent !important;
	padding-left: 18px;
	background-size: 31px 30px;
}
#schedule_button {
	margin: 5px 20px 0 0;
	background:#609633;
    background-repeat: no-repeat; 
    color: white;
    font-size: 19px;
    font-weight: bold;
}
#schedule_button_icon {
    background: url(../images/global.png) no-repeat;
    background-position: -50px -143px;
    height: 17px;
    width: 17px;    
    float: left;
    position: relative;
    top: 5px;
    left: -5px;
}
#schedule_button:hover  {
	text-decoration: underline;
}

#masthead #drop_menu_button.hamburger.active {
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    left: 15px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url('../images/redesignIcons/close.png') !important;
    display: block;
    float: none;
}

/* Dropdown Menu */

.drop_menu {
	position: absolute;
	z-index: 100;
	margin-left: 0px;
	top: 0px;
	display: none;
	height: 62em !important; 
}
.drop_menu.menu_active { display: block; }
.drop_menu li a {
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
	line-height: 35px;
	color: #60604b;	
	background: #fff;
	border-top: 0;
	-moz-box-shadow: 2px 2px 3px rgba(51,51,51,0.2);
	/*-webkit-box-shadow: 2px 2px 3px rgba(51,51,51,0.2);
	box-shadow: 2px 2px 3px rgba(51,51,51,0.2);*/
}
.mobile body .drop_menu li a { 
	font-size: 12px; 
}
.drop_menu li a:hover {
	background: #578e35;
	color: #333;
}
.drop_menu li:first-child a {
	border-top: 1px solid #d8d8d8;
}
.drop_menu_arrow {
	display: block;
	width: 24px;
	height: 14px;
	background: url('../images/drop_menu_sprite.png') no-repeat 0 0 transparent;
	position: absolute;
	top: -9px;
	left: 28px;
}
.inserted_automatically {
    display: block;
    width: 100%;
    clear: both;
}
div#masthead img {
    margin: 13px 0;
    float: none;
}
/***********************************************************************
 * Footer Styles
 *********************************************************************** */

.sticky_footer #wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* the bottom margin is the negative value of the footer's height */
  /*margin: 0 auto -250px;*/
}
.sticky_footer #footer,
.sticky_footer .sticky_footer_spacer {
	/* .push must be the same height as .footer */
  /*height: 250px; */
}
#footer { position: relative; }

/* Not actually part of footer, on page */

#footer_promos {
	position: relative;
	margin-bottom: 15px;
	clear:both;
}
.footer_promo_banner {
	margin-top: 10px;
	display: block;
}
.footer_promo_banner:first-child { margin-top: 0; }
.footer_promo_banner img {
	display: block;
	border: 3px solid #e4e4e4;
	width: 94%;
	margin: 0 auto;
}
#user_panel {
	background-color: #ebeae6;
	padding: 15px 0;
}
.footer_user_links {
	display: block;
	margin: 0 auto;
}
.footer_user_links li {
	list-style: none;
	display: inline-block;
	margin-left: 10%;
}
.footer_user_links li:first-child { margin-left: 2%; }
.footer_user_links a {
	color: #313131;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.mobile body .footer_user_links a { font-size: 12px; }
.footer_user_links a:hover { text-decoration: underline; }
.footer_social_links {
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
}
.footer_social_links li {
	display: inline-block;
	list-style: none;
	width: 32%;
}
.footer_social_links .button {
	display: inline-block;
	width:23px;
	height:23px;
	text-indent:-9999px;
}
.footer_social_links .facebook {
	background:transparent url(../images/common/facebook.png) no-repeat;	
}
.footer_social_links .twitter {
	background:transparent url(../images/common/twitter.png) no-repeat;	
}
.footer_social_links .youtube {
	background:transparent url(../images/common/youtube.png) no-repeat;	
}
#privacy_policy {
	background-color: #fff;
}
#privacy_policy .divider {
	border-right: 1px solid #606046;
}
div#privacy_policy a {
	text-transform: uppercase;
	color: #606046;
}
div#privacy_policy .item {
	padding: 0 6px;
	min-width: 0;
}
.footer_legal_disclaimer {
	text-align: center;
	font-size: 11px;
	padding: 8px;
}
.footer_legal_disclaimer p {
	color: #525349;
	font-size: 11px;
	margin-top: 15px;
}
.footer_legal_disclaimer p:first-child { 
	font-style: italic;margin-top: 0;
}
.footer_links {
	display: inline-block;
}