@import url(font-awesome.min.css);

@font-face {
	font-family: 'brownhill_scriptregular';
	src: url('../assets/fonts/BrownhillScript.woff2') format('woff2'),
	url('../assets/fonts/brownhill_script-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

.button.button-primary,
button.button-primary {
	background: #73b99f;
	border-color: #73b99f;
}
.button.button-inverse,
button.button-inverse {
	background: #ffffff;
	border-color: #ffffff;
}

html, body {
	background: #f2f6fa;
}

img {
	width: 100%;
}

h1,h2,h3,h4,h5,h6,
p,ol,ul,li {
	color: #2f3a4c;
	font-family: 'Karla', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	letter-spacing: -1px;
}

h1,h2 {
	letter-spacing: -3px;
}

p,ol,ul,li {
	font-size: 16px;
}

h1.brownhill {
	font-family: 'brownhill_scriptregular';
	font-size: 140px;
	font-weight: normal;
	letter-spacing: -1px;
}
table,
table td {
	border: none;
	border-collapse: collapse;
}

table.timeline-table {
	width: 100%;
	margin: 4em 0;
	position: relative;
}
table.timeline-table:before {
	content: "";
	width: 100%;
	position: absolute;
	border-top: dotted 1px rgba(255,255,255,0.4);
	top: 50.5%;
	left: 0;
}
table.timeline-table td {
	text-align: center;
	width: 20%;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: 600;
	color: rgba(255,255,255,0.65);
	line-height: 1.3em;
}
table.timeline-table td span {
	display: inline-block;
	font-size: 0.65em;
	margin: 0 0 5px;
	line-height: 1em;
	background: #fff;
	padding: 5px 8px;
	color: #2f3a4c;
	border-radius: 3px;
}
table.timeline-table td:nth-child(odd) {
	vertical-align: top;
}
table.timeline-table td:nth-child(even) {
	vertical-align: bottom;
}
table.timeline-table td:nth-child(odd):after,
table.timeline-table td:nth-child(even):before {
	font-family: "FontAwesome";
	content: "\f10c";
	text-align: center;
	width: calc(100% - 5px);
	color: rgba(255,255,255,0.2);
	display: block;
}
table.timeline-table td:nth-child(odd):after {
	margin: 5px 0 0;
}
table.timeline-table td:nth-child(even):before {
	margin-top: 57px;
}
table.timeline-table td.active,
table.timeline-table td.active:before,
table.timeline-table td.active:after {
	color: rgba(255,255,255,1);
}
.container {
	max-width: 1200px;
}

.drop-shadow {
	z-index: 2;
	position: relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	opacity: 0;
	transition: all 0.15s;
}

.bg.active {
	opacity: 1;
}

.bg-environment {
	background: url(../images/bg-environment.jpg) 50% 50% no-repeat;
}
.bg-humanity {
	background: url(../images/bg-humanity.jpg) 50% 50% no-repeat;
}
.bg-family {
	background: url(../images/bg-family.jpg) 50% 50% no-repeat;
}
.bg-future {
	background: url(../images/bg-future.jpg) 50% 50% no-repeat;
}

.full-screen{
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.full-screen .row,
.full-screen .column {
	height: 100%;
}
.full-screen .one-half {
	margin: 0;
	width: 50%;
}
ul.cause-list {
	margin: 0;
	padding: 0;
}
ul.cause-list li {
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: 0 4rem 2.5rem 0;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
}
ul.cause-list li:hover,
ul.cause-list li.active {
	color: #73b99f;
}
.illustration-container {
	position: relative;
}
.cause-illustrate {
	width: calc(100% - 70px);
	padding: 20px 30px 20px 140px;
	color: #fff;
	background: url(../images/green-pattern.jpg);
	transition: all 0.2s;
	opacity: 0;
	left: -100%;
	top: 0;
	position: absolute;
	border-radius: 5px;
}
.cause-illustrate.active {
	position: relative;
	left: 0;
	opacity: 1;
}
.cause-illustrate:before {
	content: "";
	width: 90px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
}
.cause-illustrate.environment:before {
	background: url(../images/icon-environment.svg) 50% 50% no-repeat;
	background-size: 50% auto;
}
.cause-illustrate.humanity:before {
	background: url(../images/icon-humanity.svg) 50% 50% no-repeat;
	background-size: 85% auto;
}
.cause-illustrate.family:before {
	background: url(../images/icon-family.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.cause-illustrate.future:before {
	background: url(../images/icon-future.svg) 50% 50% no-repeat;
	background-size: 65% auto;
}

.signup-form h1, .signup-form h2, .signup-form h3, .signup-form h4, .signup-form h5, .signup-form h6,
.signup-form p, .signup-form ol, .signup-form li, .signup-form ul, .signup-form td,
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6,
.timeline p, .timeline ol, .timeline li, .timeline ul, .timeline td,
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer p, .footer ol, .footer li, .footer ul {
	color: #fff;
}

/* Contact */

ul.contact {
	list-style: none;
	padding: 0;
}

ul.contact > li {
	padding: 0;
	margin: 1.5em 0 0 0;
}

ul.contact > li:first-child {
	margin-top: 0;
}

ul.contact h5 {
	margin: 0 0 10px;
	padding: 0;
}
ul.contact a {
	color: #fff;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 0.75em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li > a, ul.icons li > span {
	border: 0;
	text-decoration: none;
}

ul.icons li > a:before, ul.icons li > span:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
ul.icons li > a .label, ul.icons li > span .label {
	display: none;
}

/* SIGNUP FORM */

.signup-form {
	display: none;
	position: absolute;
	left: -99999px;
}

.featherlight-content .signup-form {
	display: block;
	left: auto;
	position: relative;
}

.featherlight .featherlight-content {
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	background: transparent;
	height: auto;
}
.featherlight .featherlight-close-icon {
	border-radius: 0;
	background: rgba(255,255,255,0.6);
	width: 40px;
	height: 40px;
	line-height: 40px;
}

form#mc-embedded-subscribe-form ul li {
	list-style: none;
	display: inline-block;
	margin: 0 20px 0 0;
}

/** RESPONSIVE **/

@media only screen and (max-width: 1281px) {
	.full-screen {
		height: auto;
		min-height: 0;
		padding: 5em 0;
	}
	.full-screen.no-padding {
		padding: 0;
	}
	.full-screen.flex-reverse > .container > .row {
		display: flex;
		flex-wrap: wrap-reverse !important;
	}
	.row .column,
	.row .columns {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
	}
	.row.home .column {
		height: 100vh;
		background: #000;
	}
	.row.home .column .bg.active {
		opacity: 0.5;
	}
	.row.home .column h1.brownhill {
		font-size: 9.5em;
	}
	.row.home .column.drop-shadow {
		width: 75vw;
		height: auto;
		position: absolute;
		top: 7.5vh;
		left: 12.5vw;
		background: #f2f6fa;
		border-radius: 2%;
	}
	.cause-illustrate {
		width: 100%;
		left: auto;
		text-align: left;
	}
	ul.cause-list,
	ul.cause-list li {
		text-align: center;
	}
	ul.cause-list li {
		margin: 0 1.1em 1em;
	}
	.row.home .column.drop-shadow > div,
	.row.home .column.drop-shadow > div > div {
		max-width: none !important;
		width: auto !important;
	}
	.row.home .column.drop-shadow > div > div {
		text-align: center;
	}
	.row.home .column.drop-shadow > div > div > img {
		margin: 0 auto 1em !important;
	}
	ul.contact {
		display: flex;
		align-content: flex-start;
	}
	ul.contact > li {
		width: 50%;
		display: inline-block;
		margin: 0 1%;
	}
	.timeline .container {
		width: 95%;
	}
}

@media only screen and (max-width: 1000px) {
	table.timeline-table td {
		width: 100%;
		display: block;
	}
	table.timeline-table td.active:before,
	table.timeline-table td:before {
		display: none !important;
		margin: 0 !important;
	}
	table.timeline-table td.active:after,
	table.timeline-table td:after {
		font-family: "FontAwesome";
		content: "\f078" !important;
		background: none;
		color: rgba(255,255,255,0.2);
		display: block !important;
		margin: 0.5em auto 1em !important;
	}
	table.timeline-table td.active:after {
		color: #fff;
	}
	table.timeline-table td:last-child:after {
		display: none !important;
	}
	.timeline > .container > div:not(:first-of-type) {
		width: 100% !important;
	}
	table.timeline-table:before {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	#signup-form {
		width: 100% !important; 
		height: 100vh !important;
		margin: 0 auto !important;
		padding: 1.5em 2em 0 !important;
	}
	#signup-form > img,
	#signup-form > div {
		display: block !important;
		margin: 0 auto 1em !important;
		float: none !important;
	}
	#signup-form > div {
		width: 100% !important;
	}
	#mc_embed_signup_scroll {
		margin: 0 !important;
	}
	.radioCheckboxContainer {
		line-height: 1em;
	}
	.radioCheckboxContainer label {
		font-size: 1em;
	}
	.full-screen {
		padding: 5em 0 0;
	}
	.row.home .column {
		display: none;
	}
	.row.home .column.drop-shadow {
		width: 100vw;
		position: relative;
		top: 0;
		left: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.row.home .column h1.brownhill {
		font-size: 7em;
		padding: 0 !important;
		margin: 0 0 0.6em 0.3em !important;
		line-height: 1em !important;
		text-align: center;
	}
	.row.home .column h1.brownhill:first-of-type {
		margin: 0.5em 0 -0.35em !important;
	}
	#non-mobile-logo {
		display: none !important;
	}
	#mobile-logo {
		display: block !important;
	}
	ul.cause-list, ul.cause-list li {
		text-align: left;
	}
	ul.cause-list li {
		width: 49%;
		margin: 0 0 0.3em;
	}
	.cause-illustrate {
		padding: 20px;
		text-align: center;
	}
	.cause-illustrate:before {
		position: relative;
		top: auto;
		left: auto;
		width: 140px;
		text-align: center;
		display: block;
		height: 140px;
		margin: 0 auto;
	}
	table.timeline-table {
		margin: 30px 0;
	}
	table.timeline-table td.active:after, table.timeline-table td:after {
		margin: 0.5em auto 10px !important;
	}
	ul.contact {
		display: block;
		margin: 1em 0 0;
	}
	ul.contact > li {
		width: 100%;
		display: block;
		margin: 0 0 1em;
	}
}