html,
body {
	background: #fff !important;
}

ul li {
 /*	line-height: 1.5em;
*/}

.cont {
/*	
	width: 970px; 
*/
	padding-left: 20px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
}

.cont.flex {
	display: flex;
    flex-wrap: wrap;
}

.cont .cont {
 	padding: 0px !important;
    margin-left: 0px;
    width: 100% !important;
    max-width: 100% !important;
}

.col-1 {
	width: calc(100% - 20px);
	margin-right: 20px;
}

.col-1-2 {
	width: calc(50% - 24px);
	margin-right: 20px;
	display: inline-block;
}

.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5 {
	margin-right: 20px;
}

section.content h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 3em;
	color: #9a3a21;
	line-height: 1.1em;
	margin-bottom: 20px;
    line-height: 1.1em;
}

section.content p {
	line-height: 1.8em;
}

.right-call-out {
	float: right;
	display: inline-block;
	width: 380px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-size: .8em;
	font-style: italic;
}

.right-call-out iframe {
	width: 100%;
	height: 209px;
}

section.content {
	background: #fff;
    width: 100%;
   	padding: 0px 0px 30px;
}

section.content h2 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 2.5em;
	color: #dd6f26;
    margin-top: 20px;
	margin-bottom: 30px;
    line-height: 1.1em;
}

section.content h3 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #666;
    line-height: 1.1em;
    margin-bottom: 20px;
}

section.content h4 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #dd6f26;
    font-family: 'Trebuchet MS', sans-serif !important;
    line-height: 1.1em;
}

.centered {
	text-align: center;
}

.amount-picker {
	display: inline-block;
	border-radius: 5px;
	padding: 10px 30px;
	background: #efefef;
	font-size: 1.5em;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #999;
	min-width: 160px;
	margin: 10px 5px;
}

.centered {
	text-align: center;
}

.right-call-out p {
	padding: 0px 20px;
}

section.hero {
	background-size: cover !important;
	background: #fff;
	background-repeat: no-repeat;
    margin-bottom: 30px;
}

section.hero.left {
	background-position: right top -75px;
}

section.hero.light {
	color: #fff;
}

section.hero h1 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 2em;
	line-height: 1.1em;
	margin-top: 30px;
	margin-bottom: 20px;
}

section.hero blockquote {
	font-size: 1.9em;
	font-family: 'Trebuchet MS', sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.2em;
	font-style: italic;
}

section.hero p {
	font-size: 1.2em;
	font-family: 'Trebuchet MS', sans-erif;
	font-weight: bold;
}

section.hero img.attr-signature, section.hero img.signature {
	height: 70px;
	margin-right: 20px;
	max-width: 100%;
}

section.content button,
section.content .button,
section.hero button,
section.hero .button {
	display: inline-block;
	padding: 10px 15px;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.3em;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: top;
    border: 0px;
}

button.orange,
.button.orange {
	color: #fff;
	background: #dd6f26;
}

.right-image {
	float: right;
	display: inline-block;
	width: 30%;
	font-size: .8em;
	margin-left: 30px;
	margin-bottom: 30px;
}

.right-image img {
	width: 100%;
	height: auto !important;
}

.right-call-out blockquote {
	border-top: 4px solid #222;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1.5em;
	position: relative;
	margin-right: 0px;
}

.right-call-out blockquote::before {
	content: ' ';
	display: block;
	width: 4px;
	height: 50%;
	background: #222;
	position: absolute;
	left: 0px;
	top: 0px;
}

.mobile-hero {
	width: 100%;
	width: calc(100% + 60px);
	margin-left: -35px;
}

.resize-video iframe {
	border: 0px;
}

.stat-holder {
	display: flex;
	flex-wrap: wrap;
}

.stat-holder .stat {
	text-align: center;
	margin-bottom: 20px;
}

.stat-holder .stat span {
	color: #dd6f26;
	display: block;
	font-size: 2.5em;
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
}

.hero-donate-form input[name="amount"] {
	padding: 9px;
	padding-left: 35px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 1.4em;
	width: calc(56% - 40px);
	display: inline-block;
	background-image: url(/Images/currency-dollar.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: auto 20px;
}

.hero-donate-form button {
	width: calc(55% - 30px) !important;
	display: inline-block !important;
	margin-top: 0px !important;
	font-size: 1.4em !important;
}

.grey-box {
    background: #efefef;
    padding: 20px;
    border-radius: 5px;
}

section.hero img.phil-tshirt {
    height: 247px;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
    transform: rotate(-14deg);
}

.icons img {
 	display: block;
    margin: 0 auto;
}

section.content blockquote {
 	font-size: 1.3em;
    line-height: 1.8em;
    font-style: italic;
}

section.content blockquote::before {
    content: '"';
    font-family: -webkit-body;
    position: absolute;
    margin-left: -30px;
    font-size: 3em;
    font-style: normal;
    margin-top: 10px;
    color: #999;
}

center.social-icons img {
    max-width: 100px;
    margin: 10px;
}

center.social-icons {
    margin-bottom: 30px;
}

audio {
 	max-width: 100%;   
}

.button.red {
    background: #993820;
    color: #fff;
}

.col-1-4 button, .col-1-4 button {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.full-width {
 	max-width: 100%;   
    margin: 0 auto;
}
.col-1-4 input#begin_gift {
    display: inline-block;
    padding: 10px;
    font-size: 1em;
    width: calc(100% - 18px);
    margin-left: 9px;
    border-radius: 5px;
}
.col-1 input#begin_gift {
	display: inline-block;
    max-width: calc(100% - 38px);
    font-size: 1em;
    margin-left: 9px;
    border-radius: 5px;
    padding: 10px;
}

span.song-title {
    display: block;
    color: #993820;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
}

span.artist {
    display: block;
    margin-bottom: 10px;
    color: #777;
}

.thirstSize {
    padding: 10px;
    font-size: 1em;
}

span.artist::before {content: 'by ';}

@media (min-width: 1000px) {
	.mobile-hero {
		display: none;
	}
	section.hero {
		min-height: 600px;
	}
	section.hero h1 {
		margin-top: 50px;
	}
	.col-1-2 {
		width: calc(50% - 20px);
	}
	.col-1-3 {
		width: calc(33% - 20px);
	}
	.col-2-3 {
		width: calc(67% - 20px);
	}
	.col-1-4 {
		width: calc(25% - 20px);
	}
	.col-3-4 {
		width: calc(75% - 20px);
	}
	.col-1-5 {
		width: calc(20% - 20px);
	}
	.col-2-5 {
		width: calc(40% - 20px);
	}
	.col-3-5 {
		width: calc(60% - 20px);
	}
	.col-4-5 {
		width: calc(80% - 20px);
	}
}

@media (max-width: 999px) {
	section.hero {
		background-image: none !important;
		color: #333 !important;
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	section.hero .col-1-2 {
		width: calc(100% - 10px) !important;
	}
	section.hero h1 {
		color: #9a3a21;
	}
	section.hero blockquote {
		font-size: 1.3em;
	}
	section.hero .button,
	section.hero button {
		display: block !important;
		text-align: center;
	}
	section.hero img.attr-signature {
		filter: brightness(17%);
		display: block;
		position: relative;
		width: 173px;
		margin-bottom: 20px;
		height: auto !important;
	}
	.hero-donate-form input[name="amount"] {
		display: block !important;
		width: 100%;
		margin-bottom: 20px;
	}
	.hero-donate-form button {
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media (min-width: 850px) {
	.col-1-3 {
		width: calc(33% - 20px);
		margin-right: 20px;
	}
}

@media (max-width: 849px) {
	.col-1-3 {
		width: calc(50% - 20px);
		margin-right: 20px;
	}
	.col-1-2 {
		width: calc(100% - 20px);
	}
	.col-1-3 {
		width: calc(50% - 20px);
	}
	.col-2-3 {
		width: calc(50% - 20px);
	}
	.col-1-4 {
		width: calc(55% - 20px);
	}
	.col-3-4 {
		width: calc(100% - 20px);
	}
	.col-1-5 {
		width: calc(50% - 20px);
	}
	.col-2-5 {
		width: calc(50% - 20px);
	}
	.col-3-5 {
		width: calc(100% - 20px);
	}
	.col-4-5 {
		width: calc(100% - 20px);
	}
}

@media (max-width: 727px) {
	section.content h1 {
		font-size: 2.2em;
	}
	.right-call-out,
	.right-image {
		float: none !important;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.right-image {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}
	section.content h2 {
		font-size: 1.8em;
	}
	.col-1-3 {
		width: calc(100% - 20px);
		margin-right: 20px;
	}
	.col-1-3 {
		width: calc(100% - 20px);
	}
	.col-2-3 {
		width: calc(100% - 20px);
	}
	.col-1-4 {
		width: calc(100% - 20px);
	}
	.col-1-5 {
		width: calc(100% - 20px);
	}
	.col-2-5 {
		width: calc(100% - 20px);
	}
}

@media (max-width: 480px) {
	.amount-picker {
		min-width: calc(50% - 13px) !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	.amount-picker#Other {
		min-width: calc(100% - 10px) !important;
	}
	.amounts input[name="amount"] {
		width: calc(100% - 34px);
	}
}

1
