body {
	background-color: #f3f3f3;
	font-size: 14px;
}

/*********************************/
/**           BUTTONS            */
/*********************************/
/* GREY BUTTON */
.btn.btn-greyed {
	color: #333;
}
.btn.btn-greyed:not(.button-background-color):not(.button-background-color-hover) {
	background-color: rgba(34, 34, 34, 0.1);
}
.btn.btn-greyed:not(.button-background-color-hover):hover {
	background-color: rgba(34, 34, 34, 0.2);
	color: #333;
}
/* MORE BUTTON */
.featured-events .btn.more {
	padding: 0.5rem 1.6rem;
	min-width: 80px;
}
.btn.more .glyphicons {
	top: -3px;
	font-size: 15px;
}
.btn.btn-greyed.more:hover {
	color: #fff;
}
/* SHOW MORE BUTTON */
.btn.btn-greyed.show-more:hover {
	color: #fff;
}
/* DONATE BUTTON */
.btn.donate {
	color: #333;
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
	text-align: left;
	width: 210px;
	padding: 12px;
	border-radius: 6px;
}

.btn.donate .glyphicons:before {
	font-weight: bold;
}
/* COMMON DONATE AND FUNDRAISE */

.btn.donate .glyphicons,
.btn.fundraise .glyphicons {
	right: 13px;
	position: absolute;
	top: 13px;
	font-size: 17px;
	margin-right: 18px;
}
.btn.fundraise .glyphicons:before,
.btn.donate .glyphicons:before {
	left: auto;
}
/* FUNDRAISE BUTTON */
.btn.fundraise {
	font-size: 14px;
	margin-top: 15px;
	text-align: left;
	padding: 12px;
	border-radius: 6px;
}

.btn.fundraise,
.btn.fundraise:hover {
	color: #fff;
}

/* override bootstrap .btn properties to allow button to contain multi-line text  */
.customized .btn .wrappable-text {
	display: inline-block;
	max-width: 150px;
	white-space: normal;
}

/* FUNDRAISE WRAPPED EFFECT */
.sidebar .wrapped-effect {
	width: 238px;
}
.sidebar .wrapped-effect:after {
	position: absolute;
	z-index: -1;
	top: -7px;
	right: 1px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom-width: 10px;
	border-bottom-style: solid;

	border-left-width: 10px;
	border-left-style: solid;
}
.sidebar .wrapped-effect .glyphicons {
	right: 25px;
}
/* GLYPHICONS */
.glyphicons:before {
	color: inherit;
	font-size: inherit;
}
/* POSITIONS */
.call-to-action {
	margin-top: 15px;
	text-align: center;
}
/* SOCIAL BUTTONS */
.social-icons {
	padding: 9px;
	margin-top: 15px;
	display: inline-block;
}
.social-icons a {
	margin-left: 6px;
}
.social-icons a img {
	width: 34px;
}

/************************************/
/**         COMMON STYLES          **/
/************************************/
.container.page-content {
	/* background-color: #fff;
	border-radius: 8px;
	border: solid 1px #d3d3d3;
	padding: 15px 20px;
	padding-bottom: 40px; */
}

.titleItem {
	font-weight: 600;
	font-size: 1.6rem;
	color: #222222 !important;
	text-decoration: none !important;
}

/*********************************/
/** CHARITY BANNER               */
/*********************************/

.charity-banner {
	border-radius: 0 0 6px 6px;
	padding-left: 0;
	padding-right: 0;
}
.charity-banner .img-responsive {
	width: 100%;
}

/*********************************/
/** MAIN PAGE HEADER             */
/*********************************/
.charity-portal {
	margin-top: 1em;
}
.charity-header {
	padding-top: 10px;
	line-height: 18px;
}
.charity-logo .img-responsive {
	margin: 0 auto;
	max-height: 150px;
}
h1.charity-name {
	margin-top: 0;
	font-size: 32px;
}

.charity-header .btn-edit {
	margin-left: 15px;
	display: inline-block;
	bottom: 5px;
}

/*********************************/
/**        SIDEBAR               */
/*********************************/
.bordered {
	border: solid 1px #ebebeb;
	border-radius: 8px;
}
.supporters-figure {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.supporters-figure .glyphicons {
	font-size: 3rem;
	top: -0.5rem;
	padding-left: 15px;
	margin-left: 5px;
}
.supporters-figure .subtitle {
	font-size: 2rem;
	font-weight: 500;
	margin-left: 15px;
}
@media (max-width: 767px) {
	.supporters-figure .subtitle {
		font-size: 1.5rem;
		display: block;
		margin-left: 0;
	}
}
.contact-us {
	margin-top: 20px;
	text-align: center;
}
.contact-us .bordered {
	padding: 10px 15px;
}
.contact-us h4 {
	color: #333;
}
.contact-us p {
	margin-bottom: 0;
}

/*********************************/
/**    SECTIONS                  */
/*********************************/
.with-link {
	cursor: pointer;
}
.glyphicons {
	color: inherit;
}
.leaderboard,
.featured-events {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 5px 25px;
	border-radius: 10px;
}
.leaderboard h2,
.featured-events h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.featured-events .glyphicons,
.leaderboard .glyphicons {
	top: -15px;
	padding-left: 20px;
}

/*********************************/
/**    FEATURED EVENTS           */
/*********************************/
.leaderboard .dotted,
.featured-events .dotted {
	border-bottom: dotted 1px #999;
	padding: 25px 5px;
}
.featured-events .dotted:hover {
	background-color: #f5f5f5;
}
.leaderboard .dotted:last-child,
.featured-events .dotted:last-child {
	border-bottom: none;
}
.leaderboard .text-right,
.featured-events .text-right {
	font-size: 12px;
}
.event-date {
	font-style: italic;
	color: #666;
	font-size: 13px;
}
.leaderboard .text-right span,
.featured-events .text-right span,
.leaderboard .text-right a,
.featured-events .text-right a {
	margin-left: 20px;
}
.button-background-color-hover {
	background-color: #e8e8e8;
}

/*********************************/
/**    LEADERBOARD               */
/*********************************/
.leaderboard form {
	margin-top: 14px;
}
.leaderboard .row {
	margin-bottom: 20px;
}
.leaderboard .item img {
	margin-bottom: 10px;
}
.leaderboard .item {
	height: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.leaderboard .item .picture-container {
	overflow: hidden;
	height: 100px;
	width: 100px;
	display: inline-block;
}
.fundraiser-author {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.leaderboard .item em {
	display: block;
	color: #666;
}
.leaderboard .item .price {
	display: block;
}
.leaderboard .btn.show-more {
	margin-bottom: 15px;
}

.donation-modal {
	padding-top: 15%;
	width: 767px;
}

.donation-modal .modal-content {
	padding: 15px;
}
.donation-modal h3 {
	margin: 10px 15px;
}
.donation-modal p {
	margin-bottom: 20px;
}
.choice {
	text-align: center;
	padding: 20px 30px;
}
.choice .btn {
	text-transform: uppercase;
}
.donate-now {
	border-right: solid 1px black;
}
.donation-modal .modal-body .btn.button-background-color {
	font-size: 14px;
}
.close {
	margin-top: -15px;
}

.input-group .form-control {
	font-size: 16px;
}

/*********************************/
/**    RESPONSIVE                */
/*********************************/
@media (max-width: 991px) {
	.supporters-figure {
		font-size: 25px;
		display: inline-block;
		margin-bottom: 13px;
	}
	.supporters-figure .glyphicons {
		top: -8px;
	}
	.sidebar .supporters-count .subtitle {
		padding-left: 3px;
	}
	.call-to-action {
		padding-top: 15px;
	}
	.call-to-action a.btn {
		margin-top: 0;
	}
	.btn.fundraise,
	.btn.donate {
		width: 225px;
		padding: 12px;
		margin-left: 15px;
		padding-right: 40px;
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
	.social-icons {
		margin-top: 15px;
		padding: 3px;
	}
	.social-icons a {
		margin: 0px 9px;
	}
	.social-icons a img {
		width: auto;
	}
	.charity-portal section .text-right span,
	.featured-events .btn.more {
		margin-left: 7px;
	}
	.featured-events .fundraisers-count {
		display: inline-block;
		padding-bottom: 3px;
		vertical-align: bottom;
	}
	.leaderboard .item {
		margin-bottom: 15px;
	}
	.charity-portal h1 {
		font-size: 25px;
	}
	.description strong.punchline {
		font-size: 13px;
	}
	.sidebar {
		text-align: center;
	}
	.contact-us,
	.call-to-action {
		margin-top: 0;
	}
	.contact-us h4 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.description-txt {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.sidebar {
		margin-top: 0;
	}
	.call-to-action {
		margin: 15px 0px;
	}
	.supporters-count,
	.contact-us {
		margin-top: 15px;
	}
	.call-to-action .item {
		width: 185px;
	}
	.charity-logo {
		text-align: center;
	}
	.donation-modal {
		width: auto;
	}
	.donate-now {
		border-right: solid 1px white;
		border-bottom: solid 1px black;
	}
}
@media (max-width: 560px) {
	.btn.more {
		margin-top: 10px;
	}
	.charity-portal section .text-right {
		text-align: center;
	}
}
@media (max-width: 450px) {
	.charity-portal .sidebar .col-xs-6 {
		width: 100%;
	}
	.charity-portal h1 {
		font-size: 20px;
	}
	.featured-events .item > div {
		width: 100%;
		text-align: center;
	}
	.featured-events .item .half-sized-centered {
		width: 50%;
		margin-left: 25%;
	}
	.charity-logo {
		width: 100%;
		margin: auto;
		float: none;
		margin-bottom: 15px;
	}
	.charity-logo img {
		display: inline;
	}
	.description .col-xs-9 {
		text-align: center;
		width: 100%;
	}
	.charity-portal section h2 {
		font-size: 15px;
	}
	.featured-events .glyphicons,
	.leaderboard .glyphicons {
		top: -10px;
	}
}

@media (max-width: 370px) {
	.leaderboard .item {
		width: 100%;
	}
}
@media (max-width: 340px) {
	.btn.btn-greyed.more {
		width: 75px;
		margin: auto;
		margin-top: 7px;
		margin-left: 10px;
	}
}

body {
	background-color: #f3f3f3;
	font-size: 14px;
}

/*********************************/
/**           BUTTONS            */
/*********************************/
/* show more */
.btn.btn-greyed {
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 12px;
	border: none;
	position: relative;
	color: #333 !important;
	background-color: rgba(34, 34, 34, 0.1);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn.btn-greyed:hover {
	background-color: rgba(34, 34, 34, 0.2);
	color: #333;
}

/*********************************/
/** EVENT COMMUNITY SPECIFIC STYLES  */
/*********************************/
.padded {
	padding-left: 15px;
	padding-right: 15px;
}
.text-greyed {
	color: #999;
}
.glyphicons {
	padding-left: 0;
	color: inherit;
}
.glyphicons.search {
	width: 14px;
	color: black;
}
.glyphicons.search:before {
	position: relative;
	top: -1px;
}
.glyphicons:before {
	position: static;
	font-size: inherit;
	line-height: 0;
	color: inherit;
}
h2 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
}
h2 .glyphicons {
	position: relative;
	top: -4px;
}
.spinner {
	margin: 10px 0;
	content: url(/css/screen/common/img/loading.gif);
}
.arrowed li:before {
	content: "";
	display: inline-block;
	margin-right: 10px;

	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333;
}

/*********************************/
/** BANNER                       */
/*********************************/
.banner {
	padding: 0;
	margin-bottom: 30px;
}
.banner img {
	/* border-radius: 0 0 6px 6px; */
}

/*********************************/
/** PAGE HEADER                  */
/*********************************/

.event-date {
	text-transform: capitalize;
}

/*********************************/
/** FUNDRAISING INFO             */
/*********************************/
.bordered {
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	margin: 20px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fundraising-info {
	font-size: 20px;
}

.fundraising-info .text {
	color: #999;
	position: relative;
	top: 5px;
	left: 5px;
}

.fundraising-info .glyphicons {
	font-size: 24px;
}
.searchform .input-group-btn .btn {
	padding: 6px 12px 5px 12px;
	border-radius: 0px 4px 4px 0px;
}

/* SOCIAL BUTTONS */
.social-icons {
	padding: 3px;
	padding-right: 8px;
	display: inline-block;
	font-size: 15px;
	text-align: right;
}
.social-icons a {
	margin-left: 6px;
}
.social-icons a img {
	width: 45px;
}

/*********************************/
/** PODIUMS                      */
/*********************************/
.podiums {
	padding-bottom: 2rem;
}
.podium-item {
	background-color: white;
	border: solid 1px #ebebeb;
	border-radius: 8px;
	counter-reset: step-counter;
}
.podium-item li:hover {
	background-color: #f5f5f5;
}
.podiums h2 {
	text-transform: uppercase;
}
.podium-item h3 {
	color: black;
	font-size: 20px;
	border-bottom: solid 1px #ebebeb;
	margin: 0;
	padding: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.podium-item .name {
	color: #000;
}
.podium-item ol {
	padding-left: 0;
	margin-bottom: 0;
}
.podium-item ol {
	margin-left: 0;
	padding-right: 0;
	list-style-type: none;
}
.podium-item ol a * {
	color: black;
	font-weight: 600;
}
.podium-item ol a:first-child * {
	color: white;
}
.podium-item ol a li {
	height: 83px;
	counter-increment: step-counter;
	padding-top: 23px;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 16px;
}
.podium-item ol a li:before {
	content: counter(step-counter, decimal-leading-zero) " ";
	font-size: 25px;
	margin-right: 15px;
	/* color: #000; */
}
.podium-item ol a:first-of-type li:before {
	color: inherit;
}
.podium-item a:first-of-type .triangle {
	content: "";
	display: none;
	margin-right: 10px;

	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid;

	position: absolute;
	top: 94px;
	left: 15px;
}

.podium-item .avatar,
.podium-item .details,
.podium-item ol li:before {
	float: left;
	margin-left: 15px;
}
.podium-item .details {
	line-height: 16px;
	max-width: 185px;
}
.podium-item .details .name {
	max-height: 32px;
	max-width: 175px;
	overflow: hidden;
	text-overflox: ellipsis;
}
.podium-item .show-more {
	display: block;
	margin: 20px 20px;
	color: white;
	font-weight: 600;
}

.podium-item .picture-container {
	overflow: hidden;
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 6px;
}

.podium-item .picture-container img {
	position: relative;
}

/*********************************/
/**    LATEST SECTION            */
/*********************************/
.latest {
	margin-top: 15px;
}
.latest h2 {
	font-size: 24px;
}
ul.arrowed {
	list-style: none;
	padding-left: 10px;
}
ul.arrowed li {
	margin-bottom: 14px;
}

.news-date {
	font-style: italic;
	font-size: 70%;
}

.latest .no-style {
	text-decoration: none;
	color: #333;
}

.latest-news-show-more .glyphicons {
	color: inherit;
	top: -2px;
	padding-left: 0;
}

/*********************************/
/**    RESPONSIVE                */
/*********************************/
@media (max-width: 991px) {
	.fundraising-info,
	.share {
		text-align: center;
		margin-bottom: 15px;
	}
	.social-icons {
		margin-top: 5px;
	}
	.event-date {
		margin-bottom: 10px;
	}
	.podium-item .details {
		max-width: 115px;
	}
}

@media (max-width: 767px) {
	.podium-item {
		margin-bottom: 30px;
	}
	.padded.latest {
		margin-top: 0;
	}
	.podium-item .details {
		max-width: 79%;
	}
}

@media (max-width: 450px) {
	.fundraising-info {
		font-size: 18px;
	}
	.podium-item .details {
		max-width: 68%;
	}
}

.link-behavior {
	/* color: #337ab7; */
}

.link-behavior:hover {
	/* color: #23527c;
	text-decoration: underline; */
}

.amount-text {
	color: #999;
}

.signal-icon .glyphicons.signal {
	margin-top: 10px;
	color: #999;
}

@media (max-width: 768px) {
	.amount {
		text-align: right;
	}

	.amount-text {
		text-align: left;
		margin-left: -10px;
	}

	.signal-icon .glyphicons.signal {
		font-size: 30px;
	}
}

@media (min-width: 450px) {
	.fundraising-info {
		border-right: solid 1px #e8e8e8;
	}
}

.signal-icon {
	margin-left: 20px;
}

.banner {
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
}

.banner img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.banner img {
		height: 200px;
	}
}

.headerImg {
	display: flex;
	align-items: flex-end;
}
.headerImg img {
	margin-bottom: 2rem;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 100%;
}

.box.details img {
	border-radius: 6px;
	width: 100%;
	height: 250px;
	object-fit: contain;
}

.eventDate {
	font-weight: 500;
}
.eventTitle {
	line-height: 1;
	margin: 0;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: black;
	font-weight: 600;
}

.eventDesc {
	margin-top: 4rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2rem 0;
}

.eventNumbers {
	font-weight: 600;
	padding-top: 3rem;
}
.eventNumbers .amount,
.eventNumbers .donators {
	font-size: 5rem;
	text-align: left;
}

@media (max-width: 767px) {
	.eventNumbers .amount,
	.eventNumbers .donators {
		font-size: 3rem;
	}
}

.communityImages hr {
	border-bottom: 1px solid #ddd;
}

.progressbar {
	padding: 1.5rem 0 3rem 0;
}

.progressbar .legend,
.progressbar .numbers {
	display: flex;
}
.progressbar .legend {
	font-weight: 500;
}

.progressbar .numbers {
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.progressbar .numbers {
		font-size: 1.5rem;
	}
}

.progressbar .legend > span,
.progressbar .numbers > span {
	flex: 1;
}
.progressbar .legend > span:last-child,
.progressbar .numbers > span:last-child {
	text-align: right;
}

.progressbar .bar {
	background-color: #cbd0d3;
	height: 12px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.progressbar .bar > div {
	height: 100%;
	transition: 0.5s;
}

.communityImages .btn {
	color: white;
}

.contact .buttons > .btn {
	background: #ebeded;
	border: none;
	padding: 1rem;
	display: block;
	text-align: center;
	color: black !important;
	font-weight: 600;
}

.contact img {
	max-width: 100%;
	max-height: 220px;
}

.communityImages .picture-container {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.communityImages .picture-container img {
	position: relative;
}

@media (min-width: 768px) {
	.communityImages .picture-container {
		width: 147px;
		height: 147px;
	}
}

@media (min-width: 992px) {
	.communityImages .picture-container {
		width: 202px;
		height: 202px;
	}
}

@media (min-width: 1200px) {
	.communityImages .picture-container {
		width: 252px;
		height: 252px;
	}
}

@media (max-width: 767px) {
	.communityImages .picture-container {
		width: 136px;
		height: 136px;
	}
}