.big-info,
.summary .big-info {
	font-style: italic;
	list-style: none;
	margin: 1em auto;
	max-width: 10em;
	padding: 0;
	width: 80%;
}

.big-info li {
	align-items: baseline;
	border: 0 solid var(--grey-20);
	border-top-width: 1px;
	box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 8% 0;
	text-align: center;
}

.big-info li:first-child {
	border-top-width: 0;
}

.big-info li strong {
	width: 100%;
}

.big-info strong,
.big-info span {
	font-size: .6875em;
	font-weight: 300;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.big-info em {
	font-family: eurostile-condensed, eurostile, sans-serif;
	font-size: 2.25em;
	font-weight: bold;
	margin: .25em 0;
	word-spacing: -.075em;
}

.big-info .unit {
	font-style: italic;
	font-weight: bold;
}

@media (min-width:18em) {

	.big-info,
	.summary .big-info {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
	}

	.big-info li {
		border-top-width: 0;
		flex: 1;
		position: relative;
		min-width: 50%;
	}

	.big-info li:first-child,
	.big-info li:first-child + li {
		border-bottom-width: 1px;
	}
	
	.big-info li:first-child,
	.big-info li:first-child + li + li {
		border-right-width: 1px;
	}
}

@media (min-width:40em) {
	.big-info {
		flex-wrap: nowrap;
		margin: 2em 0;
	}
	
	html > body .summary .big-info li {
		border-width: 0 0 0 1px;
		min-width: 20%;
		padding: 2em 0;
	}

	.big-info li {
		border: none;
	}

	.big-info li::before {
		border-left: 1px solid var(--grey-20);
		content: "";
		height: 110%;
		left: -5%;
		position: absolute;
		top: -3%;
		transform: rotate(45deg);
	}
	
	.big-info strong {
		padding-left: 20%;
		text-align: center;
	}

	.big-info .unit {
		padding-right: 1em;
	}
	
	html > body .big-info > li:first-child,
	html > body .big-info > li:first-child::before {
		border: none;
	}
}

.summary-page {
	background-color: var(--greyish-brown);
	max-width: none;
	padding-top: 2.4em;
}

.wrap {
	background: #fff;
	margin: 0 auto;
	max-width: 930px;
}

.wrap > header {
	left: auto;
	position: fixed;
	right: auto;
	top: 0;
	width: 100%;
	z-index: 3;
}

.summary {
	padding: 0 1em 5em;
}

.summary,
.summary .choices {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.summary figure,
.summary header {
	background-color: var(--low-contrast-bg);
	margin: 0 -1em;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.summary figure {
	background: white;
}

.summary figure::after {
	background:  url(../img/forest_white_background.png) no-repeat center bottom;
	background-size: auto 250%;
	bottom: 0;
	content: "";
	filter: blur(5px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}

.summary header {
	height: calc(100vh - 2.4em);
}

@media (min-height:40em) {
	.summary header {
		height: auto;
	}
}

.summary header h1 {
	border: none;
	color: white;
	font-size: 25vw;
	font-style: italic;
	left: 5%;
	letter-spacing: -.03em;
	line-height: .75;
	margin: 0;
	max-width: 50%;
	position: absolute;
	top: 5%;
	z-index: 0;
}

@media (min-width:35em) {
	.summary header {
		height: auto;
		max-height: none;
		min-height: 27em;
	}
}

@media (min-width:40em) {

	.summary header h1 {
		font-size: 9em;
	}
}

h2 + .shout {
	background: url(../img/top_bg_short_web.jpg) no-repeat center top;
	background-size: cover;
	color: white;
	padding: 15% 5%;
	text-align: center;
}

@media (min-width:45em) {

	h2 + .shout {
		padding: 10% calc(100% - 11em);
	}
}

@keyframes reveal {
	from {
		transform: scale(.985) translateX(1em);
	}
	to {
		transform: scale(1) translateX(0);
	}
}

.summary header img {
	/*animation: reveal 1s ease-out 1;*/
	background: none;
	margin: 55% 0 0 -7%;
	max-width: 60em;
	position: relative;
	width: 140%;
	z-index: 1;
}

@media (min-width:40em) {
	.summary header img {
		margin-left: 21%;
		margin-top: 3%;
		width: 99%;
	}
}

@media (min-width:45em) {
	.summary header img {
		margin-top: -3%;
	}
}
	

.summary section {
	padding: 0;
}

.summary .edit {
	margin: -1em 0 1em -5em;
}

@media (min-width:50em) {
	.summary .choices {
		margin: 0 16.666% 0 25%;
	}
	
	.summary .form {
		margin-left: 25%;
	}
}

.summary h2 {
	font-style: italic;
	margin-top: 10%;
	padding-bottom: .75em;
}

.summary h3 {
	margin: 2em 0 .5em;
}

.summary figure {
	margin-top: 4em;
	min-width: 100%;
}

.summary figure img {
	display: block;
}

.summary figure::before,
.summary header::before {
	background-color: var(--sunflower-yellow);
	content: "";
	height: 170%;
	left: -10%;
	position: absolute;
	top: -60%;
	transform: rotate(45deg);
	width: 50%;
	z-index: -1;
}

.summary header::before {
	background: var(--ugly-yellow);
	height: 150%;
	left: -35%;
	top: -38%;
	transform: rotate(20deg);
	width: 110%;
}

.summary .ext::before {
	height: 180%;
	left: auto;
	right: -5%;
	top: -15%;
	transform: rotate(45deg);
	width: 60%;
}

.summary .head img {
	transform: translateX(-15%);
}

.summary .feature div + div {
	width: 100%;
}

.summary .feature ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.summary .feature li {
	padding-left: 1.15em;
}

.summary .feature li::before {
	color: var(--ugly-yellow);
	content: "+";
	font-weight: bold;
	margin-left: -1.15em;
	margin-right: .5em;
}

.button-hold {
	display: flex;
	justify-content: space-between;
	margin: 3em 0 2em;
	width: 100%;
}

.button-hold button {
	flex: 1 1 auto;
	margin-left: 1.5em;
}

.button-hold button:first-child {
	margin-left: 0;
}

textarea.button {
	margin: 0;
	overflow: hidden;
	text-align: right;
	white-space: nowrap;
}

textarea.button::before {
	content: attr(title);
	display: block;
}

textarea.button.fallback {
	color: inherit;
	font-weight: normal;
	min-width: 10em;
	padding-left: .5em;
	padding-right: .5em;
	text-align: right;
	text-transform: none;
	width: 100%;
}

nav.social {
	text-align: center;
	width: 100%;
}

nav.social ol,
.share-actions {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	width: 100%;
}

.share-actions .button {
	margin-bottom: 1em;
	min-width: 6.5em;
}

.share-actions form {
	margin: 0;
}

@media (min-width:27.5em) {

	.share-actions .button {
		min-width: 6em;
	}
	.share-actions form {
		margin-left: 2%;
	}
}

nav.social li {
	margin: 0 .25em;
}

.recaptcha > div {
	max-width: 100% !important;
	overflow: hidden;
}

@media (min-width:50em) {
	.summary .feature:nth-of-type(odd) {
		padding-right: .5em;
	}
	
	.summary p {
		font-size: 1.5em;
	}
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
	border: 1px solid var(--grey-25);
	border-radius: .125em;
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	padding: 1em .75em;
	width: 100%;
}

.form {
	margin: 0 auto;
	max-width: 25em;
}

.form label {
	display: block;
	margin: 2em 0;
}

.form label input {
	float: left;
	margin: .25em 1em 4em 0;
}

.form label[for] {
	background: var(--white);
	display: inline-block;
	font-size: .75em;
	margin: 2em 0 -1em 1em;
	position: relative;
	z-index: 1;
}

.form label[required]::after {
	color: var(--required);
	content: "*";
	font-size: 1.25em;
}

.form button[type="submit"] {
	display: block;
	margin: 2em auto;
	min-width: 12em;
}

.summary .shout {
	width: 100%;
}

/* ----------------------------------------------------------
	! Social Media Links
------------------------------------------------------------- */

nav.social a {
	display: inline-block;
	font-size: 1.5em;
	height: 1.5em;
	overflow: hidden;
	width: 1.5em;
}

nav a[href*="facebook.com"]::before,
nav a[href*="twitter.com"]::before,
nav a[href*="instagram.com"]::before,
nav a[href*="linkedin.com"]::before {
	background: var(--grey-80) no-repeat center center;
	background-size: 70%;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.5em;
	margin: -.5em .3em -.35em 0;
	margin: 0;
	transition: background-color .3s ease-out;
	width: 1.5em;
}

nav a[href*="facebook.com"]:hover::before,
nav a[href*="twitter.com"]:hover::before,
nav a[href*="instagram.com"]:hover::before,
nav a[href*="linkedin.com"]:hover::before {
	background-color: var(--grey-40);
}

nav a[href*="facebook.com"]::before {
	background-image: url(../img/icon-facebook-w.svg);
}

nav a[href*="twitter.com"]::before {
	background-image: url(../img/icon-twitter-w.svg);
}

nav a[href*="linkedin.com"]::before {
	background-image: url(../img/icon-linkedin-w.svg);
}

nav a[href*="instagram.com"]::before {
	background-image: url(../img/icon-instagram-w.svg);
}
