/*
|-------------------------------------------------------------------------------
|   section - first view
|-------------------------------------------------------------------------------
*/


/*
|-------------------------------------------------------------------------------
|   section - who are we
|-------------------------------------------------------------------------------
*/

#who-are-we p {
	margin-bottom: 1em;
}

#who-are-we .by-line {
	position: relative;
	left: -.5em;
}

#who-are-we .by-line svg.icon.prefix {
	margin-right: 1em;
}

#first-view .image-body h2{ display:block; text-align:left; margin:5em 0 0 1em; font-size:2em; opacity:1}
#first-view .image-body h2 span{ display:block;font-size:0.45em;padding:0 0 0 3.5em;}
/*
|-------------------------------------------------------------------------------
|   section - tagline
|-------------------------------------------------------------------------------
*/

#tagline p {
	position: relative;
	padding: .8em 0 1em calc(2em / 2.2);
}

#tagline p svg {
	font-size: 2em;
	position: absolute;
	top: -.1em;
	left: -.35em;
	transform: rotate(180deg);
	opacity: .1;
}

/*
|-------------------------------------------------------------------------------
|   section - family
|-------------------------------------------------------------------------------
*/

#family ul {
	padding: 0;
}

#family li {
	margin: 0;
	margin-bottom: 1.618em;
	width: calc((100% - 1.618em) / 2);
}

#family li::before {
	display: none;
}

#family li p {
	margin-bottom: .618em;
}

#family li:hover p {
	opacity: .85;
}

#family li:hover .image-body {
	transform: scale(1.1);
}
