@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   Layout Styles for SSO
   ========================================================================== */
.banner.lined {
	border: solid 1px #e2e2e2;
	border-top:none;
	border-right:none;
	border-left:none;
}


/* ==========================================================================
   Note Styles
   ========================================================================== */
p.note, span.note {
	font-size:12px;
	font-size:0.75rem;
	margin-top:0px;
	line-height:inherit;
}

/* ==========================================================================
	List Styles
	========================================================================= */
/*.wysiwyg ul li {
	  padding:0.25em;
}*/

/* ==========================================================================
   ASH Store Styles
   ========================================================================== */
/* Primary Header Nav */
.nav-primary-store > li i {
	margin: 0;
}
.nav-primary-store .category {
	width: 235px;
}
.nav-primary-store .search-store {
	width: 535px;
}
.nav-primary-store .search-store .btn {
	padding: 12px 14px;
}
.nav-primary-store .cart {
	width: 210px;
}
.nav-primary-store .cart a {
	border-left: solid 1px #e2e2e2;
}
.nav-primary-store form {
	margin: 20px 30px 0;
}
.nav-primary-store label {
	display: none;
}
.nav-primary-store .text {
	float: left;
	background-color: #fff;
	border: solid 1px #e2e2e2;
	border-top-width: 2px;
	margin-right: 15px;
}
.nav-primary-store input[type="text"] {  /* rdeprey 11/18/13 - I added that input type=text to allow this style to override the general form field styles */
	font-size: 13px;
	font-size: 0.8125rem;
	background: none;
	border: none;
	margin: 0;
	padding: 10px 20px;
	vertical-align: baseline;
	width: 340px;
}
.nav-primary-store.mega-menu .sub-menu {
	width: auto;
}
.nav-primary-store.mega-menu .sub-menu .list-links {
	padding-top: 0;
}
.nav-primary-store.mega-menu .col {
	height: 380px;
}
.nav-primary-store.mega-menu .col .main {
	height: 335px;
}
.nav-primary-store.mega-menu .group {
	margin-bottom: 20px;
}
.nav-primary-store .sub-menu .header {
	padding-bottom: 15px;
}
.nav-primary-store .sub-menu .header a {
	color: #251f1c;
	display: block;
}
.nav-primary-store .sub-menu .header a:hover {
	color: #b62b30;
}
.nav-primary-store .list-links li {
	margin-bottom: 10px;
}

/* Latest Product */
.products-latest h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0px;
}

/* Products Feature */
.products-feature .col-6 {
  margin-left: 12.58741%;
  width: 43.70629%;
}
.products-feature .col-6:first-child {
  border-left: none;
  margin-left: 0;
}

/* Feature Product */
.product-feature {
  color: #4f4f4f;
}
.product-feature h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.product-feature a {
  text-decoration: none;
}
.product-feature p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.product-feature .figure {
  float: left;
  margin: 0 20px 20px 0;
}
.products-latest .product-feature {
  margin: 0 0 0 45px;
}
.products-latest .row .col-6:first-child .product-feature {
  border-right: 1px dotted #e2e2e2;
  padding-right: 45px;
  margin-left: 0;
}

/* Feature Product */
.prices {
  font-size: 13px;
  font-size: 0.8125rem;
  border: dotted 1px #bababa;
  border-left: none;
  border-right: none;
  padding: 10px 0;
  text-transform: uppercase;
}
.prices span {
  margin-left: 20px;
}
.prices span:first-child {
  margin-left: 0;
}
.prices b {
  font-size: 11px;
  font-size: 0.6875rem;
}


/* ==========================================================================
   My Account Styles
   ========================================================================== */
/* Primary Header Nav */
.nav-primary-account {
	position: relative;
	width: 100%;
}
.nav-primary-account > li i {
	margin: 0;
}
.nav-primary-account > li > a {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
	/* Firefox, other Gecko */
  box-sizing: border-box;
	/* Opera/IE 8+ */
  padding-right: 30px;
	padding-left: 29px;
}
.nav-primary-account.mega-menu .col {
	height: 315px;
	padding-top: 30px;
}
.nav-primary-account.mega-menu .col .main {
	height: 300px;
	border: none;
}
.nav-primary-account.mega-menu .sub-menu {
	width: 98.5%;  /* was originally 99.2% - rdeprey 2/3/14 */
}
.nav-primary-account.mega-menu .sub-menu .col {
	width: 275px;
}
.nav-primary-account.mega-menu .sub-menu .list-links {
	padding-top: 0;
}
.nav-primary-account.mega-menu .sub-menu .header {
	padding-bottom: 15px;
}
.nav-primary-account.mega-menu .sub-menu .header a {
	color: #251f1c;
	display: block;
}
.nav-primary-account.mega-menu .sub-menu .header a:hover {
	color: #b62b30;
}
.nav-primary-account.mega-menu .sub-menu .group {
	margin-bottom: 20px;
}

/* Callout Register */
.account-alerts i {
  color: #b62b30;
}
.account-alerts .title {
  display: block;
  margin-bottom: 10px;
}
.account-alerts .alert {
  margin-top: 20px;
}
.account-alerts .alert:first-child {
  margin-top: 0;
}

/* Account Member Info */
/*
main-width: 394
width-label: 110
*/
.account-member-info {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.account-member-info h3 {
  font-weight: bold;
}
.account-member-info .header {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin: 20px 0;
}
.account-member-info .content {
  font-size: 15px;
  font-size: 0.9375rem;
}
.account-member-info table,
.account-member-info td,
.account-member-info th {
  border: none;
}
.account-member-info table {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4f4f4f;
}
.account-member-info td {
  padding: 0 0 20px;
}
/*.account-member-info li {
  margin-top: 20px;
}*/
.account-member-info .list-links {
  border-top: dotted 1px #bababa;
  padding-top: 20px;
}
.account-member-info .list-links:before, .account-member-info .list-links:after {
  content: " ";
  display: table;
}
.account-member-info .list-links:after {
  clear: both;
}
.account-member-info .list-links li {
  float: left;
  width: 50%;
}
.account-member-info .info-member .btn-clear {
	padding-right:20px;
}
.account-member-info .info-member .content {
  margin: 0 33px 0;
}
.account-member-info .info-member ul {
  margin-bottom: 30px;
}
.account-member-info .info-member .label {
  width: 27.91878%;
  margin-right: 20px;
}
.account-member-info .info-account h3 {
  margin-top: 0;
}
.account-member-info .box .content {
  background-color: #f7f7f7;
  border: solid 2px #dcdcdc;
  padding: 20px 30px;
  position: relative;
}
.account-member-info .box .content:before {
  /*background: url(../img/bkg-corner-lined.jpg) no-repeat top left;  Adds the triangles on Account Landing */
  content: "";
  height: 30px;
  position: absolute;
  left: -18px;
  top: 20px;
  width: 19px;
}

/* Account Member Activity */
.account-member-activity {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.account-member-activity h3 {
  font-weight: bold;
}
.account-member-activity table {
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  color: #5d5d5d;
}
.account-member-activity table.small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.account-member-activity table.small th:first-child, .account-member-activity table.small td:first-child { /* Add by rdeprey 2/5/14 */
	padding-left:15px;
}
.account-member-activity a {
  color: #b62b30;
  text-decoration: none;
}
.account-member-activity .btn-primary {
  color: #fff;
  margin-right: 20px;
}
.account-member-activity th,
.account-member-activity td {
  border: none;
  padding: 13px 0;
}
.account-member-activity th:first-child,
.account-member-activity td:first-child {
  width: 140px;
}
.account-member-activity th:first-child a,
.account-member-activity td:first-child a {
  font-weight: bold;
}
.account-member-activity th:last-child,
.account-member-activity td:last-child {
  width: 80px;
}
.account-member-activity th {
  border-bottom: 1px dotted #e2e2e2;
  font-weight: bold;
  text-transform: uppercase;
}
.account-member-activity .price {
  color: #b62b30;
  font-weight: normal;
}
.account-member-activity .info-recent_orders {
  margin-right: 40px;
}
.account-member-activity .info-recent_orders .footer {
  border-top: dotted 1px #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
}
.account-member-activity .info-donations h3 {
  margin: 0;
}
.account-member-activity .info-donations td {
  vertical-align: bottom;
}
.account-member-activity .box .content {
  background-color: #f7f7f7;
  border: solid 2px #dcdcdc;
  padding: 20px;
  position: relative;
}
.account-member-activity .box .content:before {
/*  background: url(../img/bkg-corner-lined.jpg) no-repeat top left;  Adds triangle to Donations box on Account Landing */
  content: "";
  height: 30px;
  position: absolute;
  left: -18px;
  top: 20px;
  width: 19px;
}