/** Shopify CDN: Minification failed

Line 435:0 Invalid escape

**/
@font-face {
  font-family: 'Arbutus Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Arbutus Slab'), local('ArbutusSlab-Regular'), url(//themes.googleusercontent.com/static/fonts/arbutusslab/v1/6k3Yp6iS9l4jRIpynA8qM6RDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

a, a:hover{
	-webkit-transition: color 150ms linear;
	-moz-transition: color 150ms linear;
	-ms-transition: color 150ms linear;
	-o-transition: color 150ms linear;
	transition: color 150ms linear;
}

body{
	background: #ffffff;
	color: #444444;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size:16px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



.section{
	line-height: 1.5em;
}

header, .nav, ul.sub-list a, #product{
	line-height: 1.2em;
}


h4{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size:24px;
	font-weight: 700; 
	padding-bottom: 20px;
	padding-top:20px;
	line-height: 1.3em;
}

h4 a{
	display: inline !important;
	line-height: 15px !important;;
	font-size:14px;
	border: none !important;
	color: #e26055 !important;
	font-weight: 400;
	white-space: nowrap;
}

@media screen and (max-width: 830px) {
	h4{
		font-size:18px !important;
	}
}


a:link, a:visited, a:active, span.enlarge-icon {
	color: #82c7bc;
}


h1.page-title {
	background-color: #ff8d6a;
	color:white;
	text-transform: none;
	font-weight: 800;
	font-size: 38px;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;

}
.footer{
	clear:both;
}

.searchResults li{
	width: 40%;
	display: block;
	float: left;
}

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



.cartLink img{
border: 0; max-width: 100%; display: block;
}

#cart-summary{

}

div.header{
	border-top: 0px;
}
div.utilityNav{
	border-bottom: 1px solid rgb(232, 232, 232);
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top:0px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: right;
	font-weight: normal;
}

.utilityNav a{
	color: #292929;
	font-weight: normal;
}
.utilityNav .wrapper{
	width: 100%;
	display: inline;
	float: right;
	font-size: 16px;
}

.utilityNav a.cartLink{
	display: inline-block;
	background: url()  center  no-repeat #ff8d6a;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-top: 5px;
	padding-left:8px;
	padding-right: 9px;
	padding-bottom: 6px;
	position: relative;
	top:10px;
	margin-left: 8px;
}

.utilityNav a.cartLink:hover{
	display: inline-block;
	background: url()  center  no-repeat #eb8263;
}

.utilityNav .psmco{
	position: relative;
	top:15px;
}

@media screen and (max-width: 970px){
	.utilityNav .psmco{
		display: none;
	}
}

form.search{
	float: none;
	margin: 0;
	text-align: left;
	display: inline;
	font-family: 13px;

}
form.search{
	position: relative;
}

form.search input[type="submit"]{
	top:-3px;

}


form.search input[type="search"]{
	position: relative;
	border: 1px solid rgb(232, 232, 232);
	padding:0px;
	width: 150px;
	font-size: 13px;
	padding:5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


div.cart-summary{
	position: relative;
	float: none;
	margin: 0;
	display: inline;
}

div.cart-summary a {
	display: inline;
}

div.cart-summary a span.total {
	float: none;
}

.global-nav a{
	font-weight: 300;
	font-size: 23px;
	color: #292929;
	text-transform:none;
}



.global-nav a:hover{
	color: #e26055;
	text-decoration:none;
}

ul.global-nav{
	float: right;
	margin-right: 0;
	margin-top:30px
}

ul.global-nav li a {
	border: none;
	font-weight: 300;
	padding: 0;
	padding-left:20px; 
}

div.site-title a{
	margin: 0px;
	display: inline;
}

div.site-tite{
	display: inline;
	width: auto;
	float:left;
}
ul.global-nav li {
	padding:0px;
}

header{
	margin-bottom:30px;
}

.red{
	color: #e26055 !important;
}

span.divider{
	display: inline-block;
	padding-left:5px;
	padding-right: 5px;
	color: rgba(0,0,0,.2);
}



@media screen and (max-width: 850px) {
	.cartMessaging{
		display: block;
		font-size:13px;
		text-align: right;
		width: 100%;
		float: left;
		margin-top: 5px;
		
	}	

	span.divider{
		display:none;
	}	
}


@media screen and (max-width: 400px) {

	form.search input[type="search"]{
		width: 90px;
	}

}


/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}
header img{
	z-index: 7;
	position: relative;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
	float: left;
	width: 100%;
	position: absolute;
	top:100px;
	right:0px;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
	background: #ffffff;
	z-index:6;
}

.mean-container .mean-nav { 
	padding-top: 35px;
	padding-left:20px;
	
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;

	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #292929;
	height: 3px;
	margin-top: 3px;
	margin-right: 5px;
}
.mean-container .mean-nav { 
	float: left;
	width: 90%;
	margin-top: 33px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 90%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom:15px;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	
	border-bottom: 1px solid #383838;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: none;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75; 
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
\
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 26px;
	border: none !important;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	
}
.mean-container .mean-push { 
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both; 
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}





/* index ------------------------------------------------------------------------------------------------*/

/* carousel -----------------------------------------*/

.carousel{
	color: #ffffff;
	z-index: 3;
	position: relative;
	overflow: visible!important;
}

.carousel .section {
	width: 100%;
}

.carousel > .section {
	background-image: url(/cdn/shop/t/4/assets/p4mc-background.jpg?v=51249642486629102021423685229);
	background-repeat: repeat;
}

.carousel img{
	margin-bottom: 20px;
	width:auto;
	height: auto;
	max-width:100%;
}

.carProd{
	overflow: hidden;
	float:right;
	margin-left: 450px;
	position: absolute;
	right:0px;
	display: none;


}

.carousel .headline{
	max-width: 1073px;
	font-weight: 800;
	font-size:52px;
	overflow: visible !important;
	position:relative;
	text-transform: uppercase;
	color:#fff;
}
.carousel .headline .row{
	background-color: rgba(103, 172, 161, 0.9);
}
.carousel .headline .shop-now{
	text-align: center;
	font-size: 16px;
	padding:15px 0;
}
.carousel .headline .shop-now{
	text-align: center;
	font-size: 44px;
	line-height: 48px;
	padding:15px 0;
	max-width: 540px;
	margin:auto;
}
.carousel .headline .block{
	float:left;
	padding:30px 0 20px 0;
	width:33%;
	text-align: center;
	font-size:50px;
	font-weight: bold;
	margin:0;
}
.carousel .headline .block .description{
	font-size:15px;
	font-weight: normal;
	margin-top:15px;
	display: block;
}
.carousel .headline .icon{
	font-size:14.25;
}
.carousel .headline a{
	color:#fff !important;
}
.carousel .headline .block a:hover{
	text-decoration: none;
	background-color: transparent;
}

.carousel .headline .block p{
	font-size:14.75px;
	font-weight: normal;
}
.carousel .headline .button{
	border-radius: 2px;
	background-color:#e26055;
	padding:10px;
	display: block;
	font-size: 16px;
	line-height:18px;
	margin:10px auto 10px auto;
	width:133px;
}
.carousel .headline .button:hover{
	text-decoration: none;
}
.carousel .headline .icon{
	text-align: left;
}
.carousel .headline .icon p{
	max-width: 250px;
	margin:auto;
}
.carousel .headline .icon h3{
	max-width: 195px;
	padding:0 0 0 55px;
	margin:auto;
	font-size:23px;
	line-height:36px;
	position: relative;
}
.carousel .headline .icon h3:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position: left center;
	width: 55px;
	height:36px;
	display: block;
}
.carousel .headline .great-food h3:before{
	background-image: url(/cdn/shop/t/4/assets/silverware-icon.png?v=180445927015087888691403556463);
}
.carousel .headline .same-price h3:before{
	background-image: url(/cdn/shop/t/4/assets/tag-icon.png?v=125368839329268132761403556453);
}
.carousel .headline .we-give-back h3:before{
	background-image: url(/cdn/shop/t/4/assets/hand-icon.png?v=133153833995851760021403555214);
}

@media (max-width: 770px) {
	.carousel .headline .row .block{
		float:none;
		width: 300px;
		margin:auto;
		font-size:40px;
		padding:10px 0 10px 0;
	}
	.carousel .headline .row .block:first-child{
		padding-top:20px;
	}
	.carousel .headline .shop-now{
		font-size: 30px;
		line-height: 38px;
	}
	.carousel .headline .row .block br{
		display: none;
	}
}

.mean-nav a{
	font-weight: 300;
	font-size: 23px;
	color: #292929;
	text-transform:none;
	line-height: 23px;
	padding:0;

}
.mean-container .mean-nav ul li a {
	padding: 0;
	margin:0;
}


/* home tote -----------------------------------------*/

.homeTote{
	background: #82c7bc;
	color:white;
	padding-top: 20px;
	padding-bottom:20px;
	min-height: 140px;
	z-index: -1;
	margin: 0 auto;
	max-width:1440px;
	margin-bottom: 20px;
}



.homeTote p{
	font-size:23px;
	line-height: 31px;
	max-width: 500px;
}

.homeTote p a{
	color:rgba(255, 255, 255, .7);
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
}


.homeTote p a:hover{
	color:rgba(255,255,255,.8);
	text-decoration: none;
}
ul.stats{
	list-style-type: none;
	color: #292929;
	float: right;
	margin-top: -10px;
	margin-bottom: 50px;
}

.homeTote ul.stats{
	text-align: center;
}

ul.stats li{
	background: white;
	display: inline-block;
	font-size: 37px;
	width:170px;
	height:105px;
	padding-top: 65px;
	border-radius: 150px;
	letter-spacing: -2px;
	-webkit-box-shadow:  0px 0px 0px 4px rgba(255, 255, 255, 1);
	box-shadow:  0px 0px 0px 4px rgba(255, 255, 255, 1);
	-webkit-box-shadow:  0px 0px 0px 4px rgba(255, 255, 255, 1), 0px 5px 10px 0px rgba(0, 0, 0, .3);
	box-shadow:  0px 0px 0px 4px rgba(255, 255, 255, 1), 0px 5px 10px 0px rgba(0, 0, 0, .3);
	border:1px solid #82c7bc;
	margin-left:20px;

}

ul.stats li span.description{
	text-transform: uppercase;
	font-size: 15px;
	display:block;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	letter-spacing: normal;
	line-height: 16px;
	font-weight: 700;
	font-weight:normal;
}
ul.stats li span.value {
	display: block;
	min-height: 35px;
}
ul.stats li span.waiting {
	font-size: 50px;
	font-weight: bold;
}
.emailHeader{
	display:inline-block;
  	background-color: #ff8d6a;
	color:white !important;
  	padding:3px 12px;
    border-radius: 4px;
  	position:relative;
  	top:1px;
  	left:8px;
}

.emailHeader:hover{
	text-decoration:none;
	background-color: #eb8263;
}


ul.stats a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444444
}
ul.stats a:hover{
	color: #e26055;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	ul.stats{
		list-style-type: none;
		color: #292929;
		float: none;
		margin: auto 0;
		margin-top: 10px;
		margin-bottom: 50px;
		text-align: center;
	}

	ul.stats li{
		margin:0 10px;
	}

	.homeTote p{
		font-size:23px;
		line-height: 31px;
		max-width: 100%;
	}
	
}

@media screen and (max-width: 530px) {
	ul.stats li{
	background: none;
	display: inline-block;
	font-size: 28px;
	text-align: center;
	width:30%;
	height:auto;
	padding-top: 0;
	border-radius:0;

	-webkit-box-shadow: none;
	box-shadow:  none;
	border: none;
	margin-left:0;
	color:white;
	margin: 0;
	}
	ul.stats{
		margin:0;
		padding:0px;
	}
	.homeTote p{
	font-size:18px;
	line-height: 24px;
	max-width: 500px;
	}
	ul.stats a{
	color: #ffffff
}

}




/*! responsive-nav.js v1.0.15 by @viljamis */

#nav ul {
  
}

#nav li {

}

.js #nav {
  max-height: 0;
  
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0px;
}


.featuredFoodbank {
  margin-left:  52%;
  line-height: 1.8em;

}

.featuredFoodbank img {
  border: 1px solid #e9e9e9;
  margin-bottom:5px;
  max-width: 100%;
}



.testimonials {
  float: left;
  width: 48%;
  line-height: 1.8em;
  
}

.clear{
	clear: both ;
}

@media screen and (max-width: 720px) {
	.featuredFoodbank {
	  margin-left:  0;
	  line-height: 1.6em;
	}
	.testimonials {
	  float: none;
	  width: 100%;
	  line-height: 1.6em;
	  
	}

	h4{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size:24px;
	font-weight: 700; 
	padding-bottom: 15px;
	padding-top:30px;
	}
	.featuredFoodbank img, .video-container {
  	margin-bottom:10px;
}


}
/* Footer ------------------------------------------------------------------------------------------------*/

div.footer{
	background: #f0f7ef;

}

div.subFooter{
	background: #ff8d6a;
}

ul.footer-nav {
	background: none;
}

ul.footer-nav a{
	color: white;
}

div.footer div.section {
	border-top: none;
}

ul.footerNav{
	padding:0px;
	margin:0px;
	margin-top:20px;
	
}

ul.footerNav li{
	list-style-type: none;
	display: inline-block;
	margin:40px 20px 33px 0px;
}

.footerNav a{
	font-weight: 300;
	font-size: 23px;
	color: #292929;
	margin-top:20px;
	margin-bottom: 20px;
}

.footerNav a:hover{
	color: #e26055;
	text-decoration:none;
}

div.footer div.section{
	margin-top: 0px;
}

.footerSM{
	float:right
}

.footerSM li{
	list-style-type: none;
	margin: 0px;
	padding:0px;
	display: inline-block;
	margin-top: 20px;
	margin-left: 15px;
}

.footerSM img:hover{
	opacity:.7;
}

.footerLogo{
	float:right;
	margin-top:30px;
}

@media screen and (max-width: 560px) {
	ul.footerNav li{
		list-style-type: none;
		display: block;
		margin:0px;
		padding-bottom:20px;
	}
	.footerLogo{
	float:none;
}
	ul.footerNav{
		padding-top:20px;
	}
	.footerSM li{
		list-style-type: none;
		margin: 0px;
		padding:0px;
		display: block;
		margin-top: 10px;
		margin-left: 0px;
	}


}




/* Collections ---------------------------------------------------------------------*/

div.collection-header {
	background: #ff8d6a;
	width: 75%;
	float: right;
	margin:0;
	padding:0;
	margin-top: 8px;
	margin-bottom:20px;
}

div.collection-header.collection-bags-4-my-cause,
div.collection-header.collection-gear-4-my-cause {
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	background-size: 150px auto;
}
div.collection-header.collection-gear-4-my-cause {
	background-image: url("/cdn/shop/t/4/assets/gear4mycauselogo.png?v=50502663952900679741422651232");
}
div.collection-header.collection-bags-4-my-cause {
	background-image: url("/cdn/shop/t/4/assets/bags4mycauselogo.png?v=100535654032746556021422651194");
}

@media only screen and (max-width: 800px) {
	div.collection-header.collection-bags-4-my-cause,
	div.collection-header.collection-gear-4-my-cause {
		background-image: none;
	}
}

div.collection-header h1 {
	text-transform: none;
	font-weight: 800;
	font-size: 38px;
	margin: 20px 0 20px 30px;
}

div.collection-header p {
	padding: 0px 30px 20px 30px;
	font-size: 16px;
}

.divided {
	border-top:none;
}

ul.products span.image, div.large-image, ul.product-image-list a {
	border: none;
}

ul.products li {
	text-align: left;
}

ul.sub-list > li:first-child a {
 	border-top:1px solid #E8E8E8;
}


.secondary ul.sub-list{
	width:100%;
}

@media screen and (min-width: 640px) {
	.secondary.left img {
		width: 100%;
		height: auto;
	}
}

ul.products li a{
	display: block;
	border: 1px solid #E8E8E8;
	height:320px;
	line-height:320px;
	position: relative;
	color: rgba(27,27,27,.8);
	width:100%;
	text-align:center;
}

ul.products li a:hover{
	border: 1px solid #c0c0c0;
}

ul.products li a:hover em.price, ul.products li a:hover b{
	color: rgba(27, 27, 27, 0.9);

}



ul.products li a img{
	max-width:80%;
	max-height: 230px;
	vertical-align: middle;
	margin-top:-70px;
}

ul.products li .prodDetails{
	background: #f0f7ef;
	bottom: 0;
	left: 0;
	line-height: 19px;
	height: 50px;
	padding-bottom: 8px;
	/* Large initial left padding to account for up to 5-digit counter number */
	padding-left: 15px;
	padding-top: 5px;
	position: absolute;
	right: 0;
	text-align: left;
}

em.price {
	color: rgba(27,27,27,.8);
	font-size: 13px;
	font-style: normal;
	position: relative;
}

ul.third li {
	width:48%;
}

 ul li.first{ 
	margin-right:4%;
	
}

 ul li.second{ 
	
	position: relative;
	right:2px;
	
}

.primary, ul.products {
	overflow:visible;
}

ul.sub-list a {
	background: none;
	padding: 10px 0;
	font-weight: 600;
}

ul.sub-list li.current a, ul.sub-list li.current a:hover{
	background: none;
	color: red;
}

.sub-list a:hover{
	text-decoration: none;
	color: #e26055;
}

.secondary {
	width:20%;
}
ul.products a b {
	display: block;
	max-height: 38px;
	max-width: 90%;
	overflow: hidden;
	padding-right: 10px;
}

em.price {
	margin-top: 0px;
}

div.mealsProvided, div.moneyProvided {
	background: white;
	border:1px solid #82c7bc;
	bottom: 1px;
	box-shadow:  0px 0px 0px 4px rgba(255, 255, 255, 1), 0px 5px 6px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow:  0px 0px 0px 4px rgba(255, 255, 255, 1), 0px 5px 6px 0px rgba(0, 0, 0, .2);
	color:#82c7bc;
	display: inline-block;
	font-family: 'Arbutus Slab', times, 'times new roman', serif;
	font-size: 22px;
	height: 48px;
	letter-spacing: -2px;
	min-width: 40px;
	padding: 8px 4px 4px;
	position: absolute;
	text-align: center;
}
div.mealsProvided {
	right: 12px;
}
div.moneyProvided {
	left: 12px;
}

div.mealsProvided .productMeals, div.moneyProvided .productMoney {
	letter-spacing: -1px;
}

div.mealsProvided span, div.moneyProvided span {
	text-transform: uppercase;
	font-size: 10px;
	display:block;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	letter-spacing: normal;
	padding-top:2px;
	line-height: 13px;
	font-weight: 700;
}


#
    /* tiny nav styles for desktop */
    #collection-list { display: block; }
    #nav, #nav2 { display: none }
    label.tinynav1_label, select.tinynav1{display:none;}

#collection-list .sidebar-link-bags-4-my-cause a,
#collection-list .sidebar-link-gear-4-my-cause a {
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 80%;
	height: 70px;
	text-indent: -9999px;
	width: 100%;
}
#collection-list .sidebar-link-bags-4-my-cause a {
	background-image: url("/cdn/shop/t/4/assets/bags4mycauselogo.png?v=100535654032746556021422651194");
}
#collection-list .sidebar-link-gear-4-my-cause a {
	background-image: url("/cdn/shop/t/4/assets/gear4mycauselogo.png?v=50502663952900679741422651232");
}
   
    /* styles for mobile */
    @media screen and (max-width: 640px) {
      #collection-list { display: none }
      #nav, #nav2 { display: none }
      label.tinynav1_label, select.tinynav1{display:block;}
    }

ul.global-nav li a.current, ul.sub-list .current{
	color:#e26055;
}


@media screen and (max-width: 640px) {

	.secondary {
		width:100%;
	}

	div.collection-header {
		width: 100%;
	}
	 ul li.first{ 
	margin-right:0%;
	}
	ul.third li {
	width:100%;
	}
	div.collection-header h1 {
	text-transform: none;
	font-weight: 800;
	font-size: 32px;
	margin: 20px 0 20px 30px;
	
	}
	
	.sideTote{
		display: none;
	}


}

div.pagination{
	display: block;
	width: 100%;
}

div.pagination a, div.pagination span a, div.pagination a:hover, div.pagination span a:hover  {
	background: #82c7bc;
}

div.pagination span {
	text-indent:0;
	width:auto;
	background: none;
}

div.pagination li {
	background: rgb(240, 247, 239);
	color: #82c7bc;
}

div.pagination span a{
	background: none;
	color:#82c7bc;
	font-weight: 400 !important;
}

div.pagination span a:hover{
	background: none;
	color:#82c7bc;
	text-decoration: underline;
}

div.pagination ul{
	margin:0;
	padding: 0;
}

li.sideTote{
	color:#9678d2;
}
li.sideTote a{
	color:#9678d2;
}

ul.sub-list li.sideTote a{
	border-bottom:0;
}
div.sideTote a{
	font-size:13px;
	padding-top:15px;

}

div.sideTote a:hover{
	color:#e26055;
	text-decoration: none;
}


div.sideTote ul.stats li{
	margin: 0;
	padding: 0;
	background: white;
	display: block;
	width:90%;
	height:auto;
	padding-top: 10px;
	border-radius: 0px;
	letter-spacing: -2px;
	font-size: 37px;
	font-weight: 400;
	-webkit-box-shadow:  none;
	box-shadow:  none;
	-webkit-box-shadow:  none;
	box-shadow:  none;
	border:none;
	margin-left:0px;
	padding:19px 0px 10px 0px;
	border-top:1px solid #e1efe1;
	margin: 0 auto;
}

div.sideTote a{
	margin: 0px;
	padding:0px;
	border: none;
	color: #9678d2;
	font-weight: 400;
	font-size: 37px;
	line-height: .7em;
}

@media screen and (max-width: 1000px) {
	div.sideTote a {
		font-size: 30px;
	}
}

div.sideTote a:first-child{
	border-top: none;
}


div.sideTote ul.stats li:first-child{
	border:none;
}

div.sideTote ul.stats{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #292929;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.sideToteWrap{
	border:1px solid #9678d2;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius:2px;
}

.secondary div.sideToteWrap h3{
	padding:15px 0 15px 15px;
	color:#fff;
	margin:0;
	background-image: url("/cdn/shop/t/4/assets/how-we-help-icon.png?v=73911179142383701591422650450");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #9678d2;
}
@media screen and (max-width: 1030px){
	.secondary div.sideToteWrap h3{
		background: #9678d2;
	}
}


/* Product Page -----------------------------------------------------------------------------------*/

ul.breadcrumb {
	border-top:none;
	padding:0;
	margin: 0;

}

ul.breadcrumb li {
	padding: 0 10px;
}

ul.breadcrumb li:first-child {
	padding: 0 10px 0 0;
}

.product-description .breadcrumb li:first-child, .product-description .breadcrumb li:last-child{
	display: none;
}

div.product-description ul.breadcrumb li a {
	background: none;
	font-weight: 700;
	font-size: 16px;
	color: #c3c3c3;
}

div.product-description ul.breadcrumb li {
	border-right:1px solid #c3c3c3;
	
}


div.product-description {
	margin: 0;
}

.product-description h1{
	font-size:38px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 15px;
}

div.product-description{
	width:60%;
}

div.product-images{
	width:35%;
	overflow: visible;
	position: relative;
}

div.large-image{
	border: 1px solid rgb(232, 232, 232);
	padding:20px;
}

div.product-description div.details {
	border: none;
	padding:0px;
	font-size: 14px;
}

div.large-image .mealsProvided, div.large-image .moneyProvided {
	bottom:9px;

}
div.large-image .mealsProvided {
	right: 7px;
}
div.large-image .moneyProvided {
	left: 7px;
}

div.product-description label {
	float: none;
	margin: 0;
	padding:auto;
	display: inline-block;
	min-width: 0;
	margin-top:-5px;
	margin-left:15px;
	margin-right:5px;
}


div.product-description #quantity{

	border: 1px solid rgb(232, 232, 232);
	font-size: 13px;
	padding:5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: none;
	background: ;
}

div.product-description #add, input[type="submit"], .back-button, .sign-up-for-mailing button {
	font-size: 13px;
	padding:5px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url()  center  no-repeat #ff8d6a;
	text-transform: uppercase;
	font-weight: 700;
}
input[type="button"].back-button{
	display:inline-block;
	color:#fff;
	border:0;
	vertical-align: top;
	margin:0;
	line-height:1.5em;
}

div.product-description #add:hover, input[type="submit"]:hover, .button:hover{
	background: url()  center  no-repeat #eb8263;
}

/* Tabs ----- */

.menu { 
	padding: 0; 
	margin:0; 
	margin-top:30px;
	clear: both; 
	border-bottom: 2px solid rgb(232, 232, 232);
}

.menu li { 
	display: inline-block; 
	margin-bottom: -4px; 
	margin-right: 10px;
}

.menu li a { 
	float:left;
	text-decoration: none; 
	font-weight: bold;
	color: rgb(68, 68, 68);
	padding:10px;
}

.menu li.active a { 
	background: rgb(232, 232, 232)
}

.content { 
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	width: 100%; 
	font-size: 14px;
	margin-bottom: 20px;
}


.related li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.related li:last-child {
    margin-right: 0;
    position: relative;
    right: 2px;
}

h4.related{
	clear: both;
	padding-top: 40px;
}

@media screen and (max-width: 640px){
	div.product-description{
		width:100%;
	}

	div.product-images{
		width:100%;

	}
	ul.related li {
	    float: none;
	    width: 98% !important;
	    margin-right: 0%;
	}

}



/* Shopping Cart -----------------------------------------------*/


table.cart tfoot .total {
	color: #82c7bc;
}



ul.homeFeatured{
	clear:both;
	width:100%;

}

ul.homeFeatured li {
	float: left;
	margin-left: 2%;
	width: 32%;
}

ul.homeFeatured li:first-child {
	margin-left: 0%;
}

#gift-order {
	margin-top: 8px;
}

#gift-order label {
	font-size: 1.25em;
	font-weight: normal;
	padding: 0;
	width: 100%;
}

label.template {
	display: none;
}

#fb_write_in p, #share_my_info p, #home_or_business p {
	margin: 0.25em 0;
}

#fb_write_in label, #share_my_info label, #home_or_business label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	font-weight: normal;
}

#fb_write_in label select {
	display: inline-block;
}

@media screen and (max-width:640px){
	ul.homeFeatured li {
		float: none;
		margin-left: 0%;
		width: 100%;
	}

}




/* Login ---------------------------------------------------*/

#forgot_password{
	padding-top:0px;
	padding-bottom:15px;
	font-size: 13px;
}

.note{
	display: inline-block;
	margin-top: 4px;
	margin-left: 5px;
}



.primary{
	padding-bottom: 40px;
	min-height: 550px;
}

#customer{
	padding-bottom: 100px;
}



/* Mailing Form ------------------------------------------------*/

.mailingForm div{
	clear: both;
	padding:10px 0;

}

.mailingForm label{
	padding-right:20px;
}



/* Who We Help ------------------------------------------------*/

#fb-donations thead th, #fb-directory thead th {
	font-size: 1em;
}
#fb-donations .sort, #fb-directory .sort {
	cursor: pointer;
}
#fb-donations tbody td {
	padding: 3px;
}
#fb-directory tbody td {
	padding: 3px 12px 3px 3px;
}
#fb-donations tbody tr.loading td, #fb-directory tbody tr.loading td {
	height: 40px;
	background-image: url(/cdn/shop/t/4/assets/loading_icon.gif?v=151355913953869301101405438171);
	background-repeat: no-repeat;
	background-position: center center;
}

.loginSection{
  float:left;
}
.loginImage{
  display:block;
}
@media screen and (min-width: 700px){
  	.loginImage{
  		float:left;
  		padding:40px 0 0 40px;
	}
}
@media screen and (max-width: 699px){
  	.loginImage{
  		clear:both;
	}
}

/* Email Signup */
.sign-up-for-mailing p {
	padding: 0.25em 0;
}
.sign-up-for-mailing label {
	margin-right: 10px;
}
.sign-up-for-mailing input[type="text"], .sign-up-for-mailing input[type="email"] {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sign-up-for-mailing select {
	height: 31px;
	margin: 0;
}

.required {
	color: #f00;
}
