@charset "UTF-8";
.tablet {
  display: none;
}
@media (max-width: 1180px) {
  .tablet {
    display: block;
  }
}

.phablet {
  display: none;
}
@media (max-width: 880px) {
  .phablet {
    display: block;
  }
}

.mobile {
  display: none;
}
@media (max-width: 530px) {
  .mobile {
    display: block;
  }
}

/* Common values abstracted to encourage consistency (use same variables across site)
 * and maintainability (see full value stacks in one place) */
/* Common values abstracted to encourage consistency (use same variables across site)
 * and maintainability (see full colour stacks in one place) */
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.wtd_footer .singer {
  display: block;
}
.wtd_footer .singer:before {
  content: " ";
  display: table;
}
.wtd_footer .singer:after {
  content: " ";
  display: table;
  clear: both;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  text-align: justify;
}
@media (max-width: 530px) {
  p {
    word-wrap: break-word !important;
  }
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus, a:hover, a:active {
  outline: 0;
}

blockquote {
  padding: 0 0 0 16px;
  margin: 24px 0 24px 36px;
  overflow: hidden;
  font-size: 1.125rem;
}
blockquote p {
  margin: 0 !important;
}

ul {
  list-style: none;
}

.donate-button a, .info-button a {
	color:#fff !important;
}
.filter .filter-button, .charity-grid li .img .cta-slider .donate-button, .charity-grid li .img .cta-slider .info-button, .wtd_footer .newsletter form input[type=submit], .filter .filter-btn, .filter-clear-btn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
  border: solid 1px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filter-category {
  display: inline-block;
  padding: 5px 8px;
  cursor: pointer;
  color: #FFF;
  font-size: .85em;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background:#3498db;
}
.filter-country {
  display: inline-block;
padding: 0px 5px;
margin-top: 3px;
cursor: pointer;
font-size: .8rem;
  color: #FFF;
  border-radius: 3px;
  border: solid 1px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background:#3498db;
}
.filter-category:hover, .filter-country:hover, .filter-btn:hover {
	background: #2980b9 !important;
}
.filter-categories, .filter-countries {
	display:none;
	margin-top:5px;
}
.notcchild, .notcwomen, .notchealth, .notchunger, .notcwater, .notceducation, .notcempower, .notcresearch, .notcagriculture, .notUS, .notUK, .notAU, .notCA, .notDE, .notSE, .notIE, .notNZ, .notCH, .notFR, .notNL, .notIN, .notBE, .notDK, .notBR, .notES, .notIT, .notJP, .notNO {display:none !important;}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c3c3c3;
  margin: 1em 0;
  padding: 0;
}

.hide {
  display: none !important;
}

/*.wtd_container {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .wtd_container {
    width: 890px;
  }
}
@media (max-width: 880px) {
  .wtd_container {
    width: 460px;
  }
}
@media (max-width: 530px) {
  .wtd_container {
    width: 350px;
  }
}*/
.wtd_container {
	margin-left:30px;
}
.filter {
  /*float:left;*/
}
.filter .filter-button {
  display: none;
  max-width: 200px;
  width: 100%;
  font-weight: 700;
  background: #3498db;
}
.filter .filter-btn {
  max-width: 200px;
  width: 100%;
  font-weight: 700;
  background: #3498db;
}
.filter-clear-btn {
	background:#aaa !important;
	display:none;
}
.filter-clear-btn:hover {
	background:#1abc9c !important;
}

.charity-grid {
  /*display: inline-block;*/
  padding: 0;
  font-size: 0;
  margin: 0 auto;
}
.charity-grid li, .charity-grid li .img, .charity-grid li .card {
  height: 300px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index:1;
}
@media (max-width: 1180px) {
  .charity-grid li, .charity-grid li .img, .charity-grid li .card {
    height: 350px;
  }
}
@media (max-width: 880px) {
  .charity-grid li, .charity-grid li .img, .charity-grid li .card {
    height: 380px;
  }
}
@media (max-width: 530px) {
  .charity-grid li, .charity-grid li .img, .charity-grid li .card {
    height: 280px;
  }
}
.charity-grid li {
  margin: 7px 0 7px 14px;
}
.charity-grid li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
.charity-grid li .img {
  width: 370px;
  z-index: 10;
  background: #c3c3c3;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
}
.charity-grid li .img img {
	max-width:none;
}
@media (max-width: 1180px) {
  .charity-grid li .img {
    width: 430px;
  }
}
@media (max-width: 880px) {
  .charity-grid li .img {
    width: 460px;
  }
}
@media (max-width: 530px) {
  .charity-grid li .img {
    width: 350px;
  }
}
.charity-grid li .img .cta-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.35);
  z-index: 20;
  display: none;
  overflow: hidden;
}
.charity-grid li .img .cta-slider .donate-button, .charity-grid li .img .cta-slider .info-button {
  width: 130px;
  margin: 16px 0 0 35px;
  z-index: 25;
  border: 0;
  font-size: 1.125rem;
}
a#donate2 {margin-top: 8px;}

@media (max-width: 880px) {
  .charity-grid li .img .cta-slider .donate-button, .charity-grid li .img .cta-slider .info-button {
    margin-left: 60px;
  }
}
@media (max-width: 530px) {
  .charity-grid li .img .cta-slider .donate-button, .charity-grid li .img .cta-slider .info-button {
    margin-left: 25px;
  }
}
.charity-grid li .img .cta-slider .donate-button {
  background: #3498db;
}
.charity-grid li .img .cta-slider .donate-button:hover {
  background: #2980b9;
}
.charity-grid li .img .cta-slider .info-button {
  background: #1abc9c;
}
.charity-grid li .img .cta-slider .info-button:hover {
  background: #16a085;
}
.charity-grid li .card {
  width: 370px;
  z-index: 2;
  background: white;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .charity-grid li .card {
    width: 430px;
  }
}
@media (max-width: 880px) {
  .charity-grid li .card {
    width: 460px;
  }
}
@media (max-width: 530px) {
  .charity-grid li .card {
    width: 350px;
  }
}
.charity-grid li .card .rating {
  font-size: 32px;
  font-weight: 700;
  color: #3498db;
  margin-right: 8px;
  margin-top: -19px;
  display: inline-block;
  float: left;
  line-height: 2;
}
.charity-grid li .card h2 {
  font-size: 1.45rem;
  color: #5c5c5c;
  line-height: 1.2;
  margin-top: -1px;
}
.charity-grid li .card p {
  font-size: 0.85rem;
  line-height:20px;
}

.wtd_footer {
  max-width: 960px;
  margin: 0 auto 100px auto;
  padding: 0 20px 20px 20px;
}
.wtd_footer hr {
  max-width: 600px;
  width: 100%;
  margin: 100px auto 75px auto;
  border: 0;
  border-top: 2px solid #c3c3c3;
}
.wtd_footer .singer .image {
  background: url("/portals/0/wtd/img/singer.jpg") no-repeat top center;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 50px 15px rgba(0, 0, 0, 0.35) inset;
  margin: 0 45px 0 0;
  float: left;
}
@media (max-width: 530px) {
  .wtd_footer .singer .image {
    display: none;
  }
}
.peter-quote p {
  font-style: italic;
  padding-top: 10px;
  float: right;
  width: 65%;
}
.peter-quote span {
  font-weight: 700;
  float: right;
  margin: -8px 100px 0 0;
  color: #5c5c5c;
}
.peter-quote em {
color: #c3c3c3;
font-size: 28px;
margin: 0 8px;
}
.peter-quote em:first-child {
position: relative;
margin-left: -12px;
top: -5px;
}
.peter-quote em:nth-child(2) {
position: absolute;
margin-top: -5px;
}
.peter-quote a {
font-style: normal;
}
/*.wtd_footer .singer .quote p {
  font-style: italic;
  padding-top: 20px;
}
.wtd_footer .singer .quote p:before {
  color: #c3c3c3;
  content: '“';
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 0.1;
  vertical-align: -32px;
  margin: 0 12px 0 -16px;
}
.wtd_footer .singer .quote p:after {
color: #c3c3c3;
content: '”';
font-family: Georgia, serif;
font-size: 80px;
line-height: 0.1;
vertical-align: -38px;
margin: 0 12px 0px;
}
.wtd_footer .singer .quote span {
  font-weight: 700;
  float: right;
  margin: -8px 100px 0 0;
  color: #5c5c5c;
}*/
.wtd_footer .newsletter {
  margin-top: 60px;
  text-align: center;
}
.wtd_footer .newsletter h1 {
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0;
  line-height: 1.4;
}
.wtd_footer .newsletter span {
  font-size: 0.875rem;
  line-height: 1;
  color: #5c5c5c;
}
.wtd_footer .newsletter form {
  margin-top: 30px;
}
.wtd_footer .newsletter form input[type=email] {
  max-width: 450px;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #c3c3c3;
  background: whitesmoke;
}
@media (max-width: 530px) {
  .wtd_footer .newsletter form input[type=email] {
    max-width: 100%;
    margin: 12px 0 0 0;
  }
}
.wtd_footer .newsletter form input[type=submit] {
  background: #6dbd66;
  max-width: 120px;
  width: 100%;
  margin-left: 8px;
}
@media (max-width: 530px) {
  .wtd_footer .newsletter form input[type=submit] {
    max-width: 100%;
    margin: 12px 0 0 0;
  }
}




.charity-grid article .item-wrap .img {
	z-index: 5
}
.charity-grid article .item-wrap .card {
	z-index: 10
}
.charity-grid article .item-wrap .cta {
	z-index: 15
}
/*.charity-grid {
	zoom: 1
}
.charity-grid:after, .charity-grid:before {
	content: "";
	display: table
}
.charity-grid:after {
	clear: both
}
*/.charity-grid article .item-wrap .cta .donate-button, .charity-grid article .item-wrap .cta .info-button {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	color: #fff !important;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.donatebtn2 {padding:3px !important; font-size:.8rem !important; line-height:normal !important;}
.taxinfo {font-size: .75rem;line-height: 14px;}
.browsehappy {
	margin: .2em 0;
	background: #ecf0f1;
	color: #333;
	padding: .2em 0
}
.charity-grid article .item-wrap .img, .charity-grid article .item-wrap .card {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}
.charity-grid article {
*zoom:1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 31%;
	margin-left: 0%;
	margin-right: 2.3%;
	height: 290px;
	margin-top: 40px
}
.charity-grid article:before {
	content: '';
	display: table
}
.charity-grid article:after {
	content: '';
	display: table;
	clear: both
}
/*.charity-grid article:nth-child(3n) {
	margin-right: 0%;
	float: left;
}*/
.charity-grid article:nth-child(3n+1) {
	/*clear: both*/
}
@media only screen and (max-width:1180px) {
.charity-grid article {
*zoom:1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 48.5%;
	margin-left: 0%;
	margin-right: 2.3%;
	height: 350px
}
.charity-grid article:before {
	content: '';
	display: table
}
.charity-grid article:after {
	content: '';
	display: table;
	clear: both
}
/*.charity-grid article:nth-child(3n) {
	margin-right: 3%;
	float: left
}*/
.charity-grid article:nth-child(3n+1) {
	clear: none
}
.charity-grid article:nth-child(2n) {
	margin-right: 0%;
	float: right
}
.charity-grid article:nth-child(2n+1) {
	clear: both
}
}
@media only screen and (max-width:530px) {
.charity-grid article {
*zoom:1;
	float: left;
	clear: none;
	text-align: inherit;
	width: 100%;
	margin-left: 0%;
	margin-right: 2.3%;
	height: 280px
}
.charity-grid article:before {
	content: '';
	display: table
}
.charity-grid article:after {
	content: '';
	display: table;
	clear: both
}
.charity-grid article:nth-child(2n) {
	margin-right: 3%;
	float: left
}
.charity-grid article:nth-child(2n+1) {
	clear: none
}
.charity-grid article:last-child {
	margin-right: 0%
}
/*.charity-grid article .item-wrap .img img {
max-width: none;
height: auto !important;
min-width: 370px;
width: 100%;
}*/
}
.charity-grid article .item-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.charity-grid article .item-wrap .img {
	/*background: #ecf0f1*/
	background-size: cover !important;
background-repeat: no-repeat;
}
.charity-grid article .item-wrap .img img {
	max-width:none;
}
.charity-grid article .item-wrap .cta {
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	min-height: 80px;
	overflow: hidden;
	background: #fff;
	text-align:center;
}
.charity-grid article .item-wrap .cta .donate-button, .charity-grid article .item-wrap .cta .info-button {
	width: 130px;
	margin: 5px 15px 5px;
	z-index: 25;
	border: 0;
font-size:1rem;
}
.charity-grid article .item-wrap .cta .donate-button {
  background: #3498db;
}
.charity-grid article .item-wrap .cta .donate-button:hover {
  background: #2980b9; border-bottom:none !important;
}
.charity-grid article .item-wrap .cta .info-button {
  background: #1abc9c;
}
.charity-grid article .item-wrap .cta .info-button:hover {
  background: #16a085; border-bottom:none !important;
}

.charity-grid article .item-wrap .card {
	padding: 15px;
	display: none;
	background: #fff
}
.charity-grid article .item-wrap .card h2 {
	font-size: 1.45rem;
	color: #3498db;
	line-height: 1.2;
	margin-top: -4px;
	font-weight: 300;
	margin-bottom: 8px !important;
}
.charity-grid article .item-wrap .card h2 .rating {
	color: #bdc3c7;
	font-weight: 400
}
.charity-grid article .item-wrap .card p {
font-size:.875rem;
line-height:20px;
margin-top:0 !important;
}
@media (max-width: 1199px) {
	.charity-grid article .item-wrap .card h2 {
		font-size:1.2rem;
	}
	.charity-grid article .item-wrap .card p {
		font-size:.8rem;
		line-height:18px;
	}
	.charity-grid article .item-wrap .cta .donate-button, .charity-grid article .item-wrap .cta .info-button {
		padding:5px 10px;
		font-size:.9rem;
		width:110px;
	}
}


.toggle {
	float: right
}
.toggle ul, .toggle ul li {
	margin: 0;
	padding: 0
}
.toggle ul li {
	width: 120px;
	display: inline-block;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	color: #7f8c8d;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.toggle ul li:nth-child(1) {
	border-radius: 3px 0 0 3px
}
.toggle ul li:last-child {
	border-radius: 0 3px 3px 0;
	margin-left: -5px
}
.toggle ul li:hover {
	background: #71b7e6;
	color: #fff;
	border: 1px solid #71b7e6
}
.toggle ul li img {
	float: left;
	opacity: .6;
	height: 20px;
	width: 20px;
	margin-right: 8px
}
.toggle ul li span {
	margin: 10px auto;
	width: 70px;
	display: block
}
.toggle ul li a {
	display: inline-block;
	width: 100%;
	height: 100%
}
.selected {
	background: #71b7e6!important;
	color: #fff!important;
	border: 1px solid #71b7e6!important
}
.toggle .selected a {
color: #fff !important;
}
.toggle a {
color: #999 !important;
}
.toggle em {
color: #999;
font-size:1.6rem;
vertical-align:middle;
}
#charity-content2 {
	margin-top: 40px;
display: inline-block;
}
div#charitylist {
margin-top: 50px;
}

.charity-filter {
    margin-top: 50px;
}
.charity-filter .btn {
    height: 46px;
    width: 100%;
}
.charity-filter .dropdown-menu li span {
    display: block;
    cursor: pointer;
    padding: 3px 20px;
    white-space: nowrap;
    text-align: left;
}
.charity-filter .dropdown-menu li span:hover {
    color: #fff;
	background-color:#3498db;
}
.cause-selected, .tax-selected {
	background:#2980b9;
	color:#fff;
}
.cchild-copy {display:none;}
.cwomen-copy {display:none;}
.chealth-copy {display:none;}
.chunger-copy {display:none;}
.cwater-copy {display:none;}
.ceducation-copy {display:none;}
.cempower-copy {display:none;}
.cresearch-copy {display:none;}
.cagriculture-copy {display:none;}

.ic-card .img {
    background-position: 20% 50% !important;
}
.ic-card-copy {
    padding: 7% 25px;
}
.ic-card-copy p {
    text-align: center;
    font-size: 1.4rem;
	line-height:1.3;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 0 transparent,2px 1px 3px rgba(0,0,0,1);
}
.ic-card-copy a {
    text-shadow: none;
	margin-top: 40px;
}
.charity-logo {
    text-align: center;
	background:#fff;
	padding: 50px 0;
}
.charity-logo .logos-wrapper {
	max-width:1170px;
	/*max-width:1024px;*/
	width:100%;
	margin:0 auto;
}
.causes .causes-wrapper {
	max-width:1170px;
	width:100%;
	margin:0 auto;
}
.causes h1 span {
    font-weight: 600;
}
.causes h1 {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px !important;
	line-height:1;
}
.charity-logo {
    margin: 8px 0px;
    -moz-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    background: url(//www.thelifeyoucansave.org/portals/0/img/charities/charity_logos.png);
	display: inline-block;
	border:none !important;
	outline:none !important;
	width:0px;
	height:0px;
}
@media (max-width: 450px) {
.charity-logo {
    display:block;
	margin: 15px auto;
}
.charity-logo h2 {
	font-size:2.2rem;
	line-height:1em;
}
}
.charity-logo:hover {
	opacity:.6;
}
a.amf-logo {
    background-position: 0 0;
	padding:50px 41px 50px 42px;
}
a.dmi-logo {
    background-position: -84px 0;
	padding:42px 57px 43px 57px;
}
a.ea-logo {
    background-position: -199px 0;
	padding:40px 56px;
}
a.ff-logo {
    background-position: -312px 0;
	padding:27px 110px 28px 110px;
}
a.ipa-logo {
    background-position: -598px 0;
	padding:40px 70px 40px 71px;
}
a.fhf-logo {
    background-position: 0 -101px;
	padding:27px 144px 28px 144px;
}
a.gain-logo {
    background-position: -288px -100px;
	padding:35px 96px 35px 97px;
}
a.gd-logo {
    background-position: -482px -100px;
	padding:20px 128px 20px 129px;
}
a.ign-logo {
    background-position: 0 -171px;
	padding:27px 91px 28px 92px;
}
a.lg-logo {
    background-position: -184px -171px;
	padding:30px 99px 30px 100px;
}
a.oxfam-logo {
    background-position: -384px -171px;
	padding:26px 89px 26px 90px;
}
a.psi-logo {
    background-position: -564px -171px;
	padding:45px 71px 45px 72px;
}
a.possible-logo {
    background-position: 0 -227px;
	padding: 31px 83px 31px 84px;
}
a.phc-logo {
    background-position: -167px -232px;
	padding:32px 86px 33px 86px;
}
a.sci-logo {
    background-position: -340px -232px;
	padding:45px 45px 45px 46px;
}
a.seva-logo {
    background-position: -432px -232px;
	padding:45px 49px 45px 50px;
}
a.oaf-logo {
    background-position: -321px -56px;
	padding:21px 122px 21px 121px;
}

.causes {
    text-align: center;
	/*background:#fff;*/
	padding: 50px 0;
}
.causes-headline {
    background: initial !important;
    width: initial !important;
    color: inherit;
    height: inherit !important;
    display: inherit !important;
	margin-bottom:60px;
}
.causes-wrapper > .row {
	margin-top:50px;
}
@media (min-width: 767px) {
/*.causes2 .row {
    display: flex;
    align-items: center;
}
.causes2 .row:last-of-type {
	margin-top:40px;
}*/
}
@media (max-width: 767px) {
.causes .span3 {
	margin:10px auto;
}
.causes .causes-wrapper .span4 {
    margin-bottom: 50px;
}
.causes .causes-wrapper .span4:nth-child(3) {
    margin-bottom: 0px;
}
.charity-listing.span12 {
    padding: 10px 30px;
}
}
.causes .cause {
	-moz-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.causes .cause > span {
	/*position:relative;*/
	display:block;
	width:110px;
	height:110px;
	margin:0 auto;
	background-image: url(//www.thelifeyoucansave.org/portals/0/images/icons/causes2.png);
	-moz-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
	cursor:pointer;
}
.causes .cause > span:hover {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cause .children {
	background-position:0 0;
}
.cause .women {
	background-position:0 -110px;
}
.cause .health {
	background-position:0 -220px;
}
.cause .hunger {
	background-position:0 -330px;
}
.cause .education {
	background-position:0 -440px;
}
.cause .water {
	background-position:0 -550px;
}
.cause .empower {
	background-position:0 -660px;
}
.cause .research {
	background-position:0 -770px;
}
.cause .agriculture {
	background-position:0 -880px;
}
.charity-listing {
    margin-top: 30px !important;
}
.charity-listing .row:after {
    content: "";
    display: block;
    margin: 0 auto 30px;
    padding-top: 30px;
    border-bottom: #ddd 1px solid;
    width: 60%;
}
.charity-listing h2 {
	text-align:center;
	margin:16px 0 0 !important;
	font-size:36px;
}
.charity-listing.span12 {
    padding-top: 16px;
    background: #f3f3f3;
    border-radius: 10px;
	display:none;
}
.charity-listing .row:last-child:after {
    border-bottom: none;
    padding-top: 0px;
}
.charity-children, .charity-women, .charity-health, .charity-hunger, .charity-water, .charity-education, .charity-agriculture, .charity-empower, .charity-research {
	display:none;
}
.cause-selected {
	width:100% !important;
	float:none !important;
	max-width:1170px;
	background:inherit;
	color:inherit;
}
.cause-selected > span {
	/*-webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;*/
}
.cause h4 {
	-moz-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.cause-selected h4 {
	font-size:2.4rem;
}
.charity-list-close {
    margin-right: 16px;
}