/* Global Styles */
html {
	width:100%;
	height:100%;
	min-height:100%;
	min-width:100%;
	overflow:hidden;
	z-index:1;
	position:relative;
	cursor:none;
	font-family:'PxGroteskBold', helvetica, sans-serif;
}
body {
	width:100%;
	height:100%;
	background-color:#000;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size:20px;
}
a {
	text-decoration:none;
	font-family:'PxGroteskScreen', helvetica, sans-serif;
	padding-bottom:0;
	line-height:1em;
	cursor:none;
	color:#fff;
}
.clearfix {
	clear:both;
}
a:hover {
	animation:blink .2s step-start 0s infinite;
	-webkit-animation:blink .2s step-start 0s infinite;
}
::selection {
	background-color:transparent;
}
::-moz-selection {
	background-color:transparent;
}
/* Paragraphs */
.hiddenCopy {
	display:none;
}
/* Links Animation */
@keyframes blink {  
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* UI Elements and Constants */
.navigationLine {
	background-color:#fff;
	pointer-events:none;
	position:fixed;
}
#verticalLine {
	height:100%;
	width:1px;
	z-index:100;
}
#horizontalLine {
	width:100%;
	height:1px;
	z-index:100;
}
.linkHolder {
}
.mainNav {
	font-size:1.25em;
	text-transform:uppercase;
	font-family:'PxGroteskBold';
	width:300px;
	position:fixed;
	text-align:center;
	z-index:95;
	transition:all .4s;
}
.mainNav.top {
	top:20px;
	left:50%;
	margin-left:-150px;
}
.mainNav.bottom {
	bottom:20px;
	left:50%;
	margin-left:-150px;
}
.mainNav.left {
	left:-110px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	top:50%;
	margin-top:-20px;
	height:40px;
}
.mainNav.right {
	right:-110px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	top:50%;
	margin-top:-20px;
	height:40px;
}
a.navItem {
	font-family:'PxGroteskBold';
}
a.navItem.currentPage {
	border-bottom:2px solid #fff;
}
.projectsOn .work {
	border-bottom:2px solid #fff;
}
.projectsOn .mainNav.right {right:-200px;}
.projectsOn .mainNav.left {left:-200px;}
.projectsOn .mainNav.bottom {bottom:-200px;}
/* Corners */
.corner {
	position:fixed;
	height:60px;
	width:60px;
	transition:top .4s, left .4s, right .4s, bottom .4s, transform .2s;
}
.corner:hover {
	transform:scale(1.35);
	-webkit-transform:scale(1.35);
}
.corner img {
	width:100%;
	height:auto;
}
.cornerTop {top:15px;}
.cornerLeft {left:15px;}
.cornerRight {right:15px;}
.cornerBottom {bottom:15px;}
/* Corners when projects are open */
.projectsOn .cornerTop {top:-60px;}
.projectsOn .cornerLeft {left:-60px;}
.projectsOn .cornerRight {right:-60px;}
.projectsOn .cornerBottom {bottom:-60px;}
/* Galaxy Explosion */
.explosion {
	width:200px;
	height:200px;
	position:fixed;
	z-index:100;
	margin-left:-100px;
	margin-top:-100px;
	animation:explosion .35s step-start infinite;
	-webkit-animation:explosion .35s step-start infinite;
	background-image:url('../img/explosion/explosion.png');
	display:block;
	top:200px;
	left:200px;
}
@keyframes explosion {
	00.00% {background-position:0 0; }
	09.09% {background-position:-200px 0; }
	18.18% {background-position:-400px 0; }
	27.27% {background-position:-600px 0; }
	36.36% {background-position:-800px 0; }
	45.45% {background-position:-1000px 0; }
	54.54% {background-position:-1200px 0; }
	63.63% {background-position:-1400px 0; }
	72.72% {background-position:-1600px 0; }
	81.81% {background-position:-1800px 0; }
	90.90% {background-position:-2000px 0; }
	100.0% {background-position:-2200px 0; }
}
@-webkit-keyframes explosion {
	00.00% { background-position:0 0; }
	09.09% { background-position:-200px 0; }
	18.18% { background-position:-400px 0; }
	27.27% { background-position:-600px 0; }
	36.36% { background-position:-800px 0; }
	45.45% { background-position:-1000px 0; }
	54.54% { background-position:-1200px 0; }
	63.63% { background-position:-1400px 0; }
	72.72% { background-position:-1600px 0; }
	81.81% { background-position:-1800px 0; }
	90.90% { background-position:-2000px 0; }
	100.0% { background-position:-2200px 0; }
}
/* Galaxy Text */
#perspective {
	position:fixed;
	width:80%;
	left:10%;
	top:70px;
	bottom:70px;
	height:calc(100% - 140px);
	display:table;
}
#tilter {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
p.standard {
	color:#fff;
	font-size:3.5vw;
	line-height:1.15em;
}
.siteTitle {
	display:block;
	color:transparent;
	-webkit-text-stroke: 1.5px #fff;
	font-size:1.5em;
	margin-bottom:.25em;
	text-transform:uppercase;
}
.roleTitle {
	display:block;
	font-size:.65em;
	margin-bottom:.5em;
	margin-top:-.25em;
	font-family:'PxGroteskBoldItalic', helvetica;
	font-style:italic;
}
.ff .siteTitle {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	color:rgba(0,0,0,1);
}
/* Tabs */
p.tabs {
	margin-top:30px;
	font-family:'PxGroteskScreen';
	color:#fff;
}
p.tabs a {
	margin-left:6px;
	margin-right:6px;
	text-transform:uppercase;
	display:inline-block;
	width:10px;
	height:10px;
	border:2px solid #fff;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
p.tabs a.active {
	background-color:rgba(255,255,255,1);
}
.tabText {
	display:none;
}
p.standard.about {
	display:none;
}
img.studioPhoto {
	width:75%;
	margin:auto;
}
/* Projects */
.previewHolder {
	position:fixed;
	width:17.5%;
	height:22.5%;
	transition:left .4s, right .4s;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.shiftedPreview .previewHolder {
	transition:left .4s, right .4s;
}
img.preview {
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	max-width:100%;
}
img.preview:hover {
	animation:blink .2s step-start 0s infinite;
	-webkit-animation:blink .2s step-start 0s infinite;
}
.previewContainer {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:90;
}
/* Coming from the Left */
.previewHolder:nth-child(1){left:-35%;top:2.5%;}
.shiftedPreview .previewHolder:nth-child(1){left:2.5%;}
/**/
.previewHolder:nth-child(2){left:-35%;top:1.25%;}
.shiftedPreview .previewHolder:nth-child(2){left:22.5%;}
/**/
.previewHolder:nth-child(3){left:-35%;top:27.5%;}
.shiftedPreview .previewHolder:nth-child(3){left:2.5%;}
/**/
.previewHolder:nth-child(4){left:-35%;top:25%;}
.shiftedPreview .previewHolder:nth-child(4){left:21.5%;}
/**/
.previewHolder:nth-child(5){left:-35%;top:30%;}
.shiftedPreview .previewHolder:nth-child(5){left:40.5%;}
/**/
.previewHolder:nth-child(6){left:-35%;top:51%;}
.shiftedPreview .previewHolder:nth-child(6){left:1.5%;}
/**/
.previewHolder:nth-child(7){left:-35%;top:50%;}
.shiftedPreview .previewHolder:nth-child(7){left:22.5%;}
/**/
.previewHolder:nth-child(8){left:-35%;top:76%;}
.shiftedPreview .previewHolder:nth-child(8){left:2.5%;}
/**/
.previewHolder:nth-child(9){left:-35%;top:73%;}
.shiftedPreview .previewHolder:nth-child(9){left:22.5%;}
/**/
/* Coming from the Right */
.previewHolder:nth-child(10){left:120%;top:5%;}
.shiftedPreview .previewHolder:nth-child(10){left:42.5%;}
/**/
.previewHolder:nth-child(11){left:120%;top:2.5%;}
.shiftedPreview .previewHolder:nth-child(11){left:62.5%;}
/**/
.previewHolder:nth-child(12){left:120%;top:27.5%;}
.shiftedPreview .previewHolder:nth-child(12){left:62.5%;}
/**/
.previewHolder:nth-child(13){left:120%;top:30%;}
.shiftedPreview .previewHolder:nth-child(13){left:81.25%;}
/**/
.previewHolder:nth-child(14){left:120%;top:52.5%;}
.shiftedPreview .previewHolder:nth-child(14){left:41.5%;}
/**/
.previewHolder:nth-child(15){left:120%;top:52.5%;}
.shiftedPreview .previewHolder:nth-child(15){left:61.25%;}
/**/
.previewHolder:nth-child(16){left:120%;top:76.25%;}
.shiftedPreview .previewHolder:nth-child(16){left:42.5%;}
/**/
.previewHolder:nth-child(17){left:120%;top:77.5%;}
.shiftedPreview .previewHolder:nth-child(17){left:62%;}
/**/
.previewHolder:nth-child(18){left:120%;top:7.5%;}
.shiftedPreview .previewHolder:nth-child(18){left:81.25%;}
/**/
.previewHolder:nth-child(19){left:120%;top:55.5%;}
.shiftedPreview .previewHolder:nth-child(19){left:81.25%;}
/**/
.previewHolder:nth-child(20){left:120%;top:77.5%;}
.shiftedPreview .previewHolder:nth-child(20){left:81.25%;}
/**/
/* Preview Titles */
.titleHolder {
	position:fixed;
	z-index:99;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	bottom:15px;
	pointer-events:none;
	display:table;
}
.titleHolder .projectTitle {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	-webkit-text-fill-color:#fff;
	-webkit-text-stroke:0;
	font-size:25px;
	line-height:1.40em;
}
.titleHolder .projectTitle span {
	border-bottom:2px solid #fff;
}
/*
a.work .projectTitle {
	color:#fff;
	-webkit-text-fill-color:#fff;
	-webkit-text-stroke:0;
	font-size:1em;
	margin:0;
}
*/
/* Project Stage */
.stage {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:97;
	height:100%;
	background-color:rgba(0,0,0,.7);
	padding:0;
	box-sizing:border-box;
}
.projectContent {
	padding-bottom:150px;
}
.stage img {
	display:block;
	margin:auto;
	margin-bottom:20px;
	width:100%;
}
.projectTitle {
	color:#fff;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke: 1.5px #fff;
	text-transform:uppercase;
	font-size:5.5vw;
	text-align:center;
	margin-top:-30px;
}
p.introDescription {
	font-size:1.25em;
	line-height:1.2em;
	color:#fff;
	text-align:center;
	margin:auto;
	margin-top:40px;
	margin-bottom:60px;
	font-family:'PxGroteskBoldItalic', helvetica, sans-serif;
	font-style:italic;
	width:75%;
}
p.introDescription span {
	/*border-bottom:2px solid #fff;*/
}
img.closeArrow,
img.closeProject {
	width:60px;
	height:60px;
	position:fixed;
	top:10px;
	right:8px;
	z-index:98;
}
img.closeArrow:hover,
img.closeProject:hover {
	animation:blink .2s step-start 0s infinite;
	-webkit-animation:blink .2s step-start 0s infinite;
}
img.halfWidth {
	width:calc(50% - 10px);
	display:inline-block;
}
img.halfWidth.last {
	margin-left:20px;
}
video {
	width:100%;
	margin-bottom:20px;
}
video.halfWidth {
	width:calc(50% - 10px);
	display:inline-block;
	margin-bottom:20px;
}
video.halfWidth.last {
	margin-left:20px;
}
/* Quote */
.quote {
	width:100%;
	padding:30px;
	box-sizing:border-box;
	margin-bottom:20px;
}
p.quoteText {
	font-size:3vw;
	text-align:center;
	line-height:1.1em;
}
p.quoteText.notFirst {
	margin-top:3vw;
}
p.quoteText.italic {
	font-family:'PxGroteskBoldItalic';
	font-style:italic;
}
p.quoteText a {
	color:#000;
}
p.quoteText.whiteText a {
	color:#fff;
}
span.italic {
	font-family:'PxGroteskBoldItalic';
	font-style:italic;
}
p.quoteAuthor {
	font-size:2vw;
	text-align:center;
	margin-top:2vw;
	line-height:1.2em;
	text-transform:uppercase;
}
/* Small Quote */
.smallQuoteWrapper {
	display:table;
	width:100%;
	height:100%;
}
.smallQuote {
	padding:50px;
	display:table-cell;
	vertical-align:middle;
}
.smallQuote p.quoteText {
	font-size:3vw;
}
.smallQuote p.quoteAuthor {
	font-size:1.5vw;
	text-align:center;
	margin-top:30px;
	line-height:1.2em;
	text-transform:uppercase;
}
/* Free-flowing small quote */
.smallQuoteWrapper.halfWidth {
	width:calc(50% - 10px);
	display:inline-block;
	vertical-align:top;
	height:calc((50vw - 90px) * 2 /3);
}
.smallQuoteWrapper.halfWidth.last {
	margin-left:20px;
}
.smallQuote.halfWidth {
	height:100%;
	display:table;
}
.smallQuote.halfWidth p {
	display:table-cell;
	vertical-align:middle;
}
/* Quote background colors */
.pinkPurple {
	background:-moz-linear-gradient(45deg, #ff00ff 0%, #b400ff 100%);
	background:-webkit-gradient(linear, left bottom, right top, color-stop(0%,#ff00ff), color-stop(100%,#b400ff));
	background:-webkit-linear-gradient(45deg, #ff00ff 0%,#b400ff 100%);
	background:-o-linear-gradient(45deg, #ff00ff 0%,#b400ff 100%);
	background:-ms-linear-gradient(45deg, #ff00ff 0%,#b400ff 100%);
	background:linear-gradient(45deg, #ff00ff 0%,#b400ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#b400ff',GradientType=1 );
}
.greenBlue {
	background:-moz-linear-gradient(-45deg,  #00ff00 0%, #00ffff 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#00ff00), color-stop(100%,#00ffff));
	background:-webkit-linear-gradient(-45deg,  #00ff00 0%,#00ffff 100%);
	background:-o-linear-gradient(-45deg,  #00ff00 0%,#00ffff 100%);
	background:-ms-linear-gradient(-45deg,  #00ff00 0%,#00ffff 100%);
	background:linear-gradient(135deg,  #00ff00 0%,#00ffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff00', endColorstr='#00ffff',GradientType=1 );
}
.blueBlue {
	background:-moz-linear-gradient(-45deg, #00ffff 0%, #0000ff 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#00ffff), color-stop(100%,#0000ff));
	background:-webkit-linear-gradient(-45deg, #00ffff 0%,#0000ff 100%);
	background:-o-linear-gradient(-45deg, #00ffff 0%,#0000ff 100%);
	background:-ms-linear-gradient(-45deg, #00ffff 0%,#0000ff 100%);
	background:linear-gradient(135deg, #00ffff 0%,#0000ff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#0000ff',GradientType=1 );
}
.pinkYellow {
	background:#ff00ff;
	background:-moz-linear-gradient(-45deg, #ff00ff 0%, #ffff00 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff00ff), color-stop(100%,#ffff00));
	background:-webkit-linear-gradient(-45deg, #ff00ff 0%,#ffff00 100%);
	background:-o-linear-gradient(-45deg, #ff00ff 0%,#ffff00 100%);
	background:-ms-linear-gradient(-45deg, #ff00ff 0%,#ffff00 100%);
	background:linear-gradient(135deg, #ff00ff 0%,#ffff00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#ffff00',GradientType=0 );
}
.red {
	background-color:#f00f00;
}
.green {
	background-color:rgba(0,255,0,1);
}
.yellow {
	background-color:rgba(255,255,0,1);
}
.silverPurple {
	background-color:#b19fb2;
}
.tealBlack {
	background:#00ffff;
	background:-moz-linear-gradient(left, #00ffff 0%, #011c1d 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#00ffff), color-stop(100%,#011c1d));
	background:-webkit-linear-gradient(left, #00ffff 0%,#011c1d 100%);
	background:-o-linear-gradient(left, #00ffff 0%,#011c1d 100%);
	background:-ms-linear-gradient(left, #00ffff 0%,#011c1d 100%);
	background:linear-gradient(to right, #00ffff 0%,#011c1d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#011c1d',GradientType=1 );
}
.white {
	background-color:#fff;
}
.teal {
	background-color:#00ffff;
}
.lightPinkYellow {
	background:#fed7fe;
	background:-moz-linear-gradient(left, #fed7fe 0%, #fffd38 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,#fed7fe), color-stop(100%,#fffd38));
	background:-webkit-linear-gradient(left, #fed7fe 0%,#fffd38 100%);
	background:-o-linear-gradient(left, #fed7fe 0%,#fffd38 100%);
	background:-ms-linear-gradient(left, #fed7fe 0%,#fffd38 100%);
	background:linear-gradient(to right, #fed7fe 0%,#fffd38 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed7fe', endColorstr='#fffd38',GradientType=1 );
}
.black {
	background-color:#000;
}
.whiteText {
	color:#fff;
}
/* Stacked Vertical */
/* 2:3 vertical image with two 3:2 horizontal images */
.stackedVertical2by3 {
	display:inline-block;
	margin-left:20px;
	vertical-align:top;
	height:calc((50vw - 90px) * 3 / 2);
	width:calc(50vw - 90px);
}
.stackedVertical2by3.left {
	margin-lefT:0;
}
.stackedVerticalBottom2by3,
.stackedVerticalTop2by3 {
	height:calc((50vw - 90px) * 3 / 4 - 10px);
	width:calc(50vw - 90px);
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
.stackedVerticalBottom2by3 img,
.stackedVerticalTop2by3 img {
	height:100%;
	width:calc((50vw - 90px) * 1.5 * .75 - 15px);
	position:absolute;
	left:50%;
	margin-left:calc((-50vw + 90px) * 1.5 * .375 - 15px / 2);
}
/* 3:4 vertical image with two 3:2 horizontal images */
.stackedVertical3by4 {
	display:inline-block;
	margin-left:20px;
	vertical-align:top;
	width:calc(50vw - 90px);
	height:calc((50vw - 90px) * 4 / 3);
	overflow:hidden;
}
.stackedVertical3by4.left {
	margin-left:0;
}
.stackedVerticalBottom3by4,
.stackedVerticalTop3by4 {
	height:calc((50vw - 90px) * 4 / 6 - 10px);
	width:calc(50vw - 90px);
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
/* There is very minor cropping on the the 3:4 vertical with two 3:2 horizontal images
/* No work is needed on the images contained in .stackedVerticalBottom3by4 and .stackedVerticalTop3by4
/*
/* Embedded Video iframes */
/* If a video has aspect ratio of 105x59, for example, it's height will be calc((100vw - 160px) * 59 / 105) */
iframe {
	width:100%;
	margin-bottom:20px;
}
iframe.ratio105x59 {
	height:calc((100vw - 160px) * 59 / 105);;
}
iframe.ratio3x2 {
	height:calc((100vw - 160px) * 2 / 3);
}
iframe.ratio16x9 {
	height:calc((100vw - 160px) * 9 / 16);
}
iframe.halfWidth {
	width:calc(50% - 10px);
	display:inline-block;
	vertical-align:top;
	height:calc((50vw - 90px) * 2 / 3);
}
iframe.halfWidth.last {
	margin-left:20px;
}
/* Large Images on Click */
.largeImageHolder {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000;
	z-index:99;
}
.largeImage {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	max-width:100%;
	max-height:100%;
	margin:auto;
}
/* Project Navigation */
#arrowLeft,
#arrowRight {
	width:200px;
	text-align:center;
	height:30px;
	font-size:16px;
	line-height:35px;
	margin-top:-15px;
	position:fixed;
	color:#fff;
	top:50%;
	text-transform:uppercase;
	font-family:'PxGroteskScreen', helvetica;
}
#arrowLeft {
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	left:-65px;
}
#arrowRight {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	right:-65px;
}
#arrowLeft:hover,
#arrowRight:hover {
	animation:blink .2s step-start 0s infinite;
	-webkit-animation:blink .2s step-start 0s infinite;
}
#arrowLeft a,
#arrowRight a {
	height:30px;
	line-height:35px;
	font-family:'PxGroteskBold';
}
div.undefined {
	display:none !important;
}
.scroller {
	height:100%;
	overflow-y:auto;
	padding:80px;
	box-sizing:border-box;
	padding-top:100px;
	position:relative;
	width:100%;
}
.scroller::-webkit-scrollbar {
	width:0 !important;
	display:none !important;
}
/* Exploding words off the page */
.explode span {
	display:inline-block;
	margin-right:.80vw;
}
/* Corners */
/* Eyeball */
.eyeball {
	position:fixed;
	z-index:99;
	width:0;
	height:0;
	top:50%;
	left:50%;
	margin-top:0;
	margin-left:0;
	transition:all .4s;
}
.eyeball.large {
	height:80vh;
	width:80vh;
	margin-left:-40vh;
	margin-top:-40vh;
}
.eyeball img {
	width:100%;
	height:100%;
}
/* Rodent */
.rodent {
	position:fixed;
	z-index:99;
	width:0;
	height:0;
	top:50%;
	left:50%;
	margin-top:0;
	margin-left:0;
	transition:all .4s;
}
.rodent.large {
	height:100vh;
	width:100vh;
	margin-left:-50vh;
	margin-top:-50vh;
}
.rodent img {
	width:100%;
	height:100%;
}
/* Contact Page */
.contactContent {
	position:fixed;
	top:180px;
	left:0;
	right:0;
	bottom:180px;
	width:100%;
	height:calc(100% - 360px);
	text-align:center;
	display:table;
}
.contactWrapper {
	display:table-cell;
	vertical-align:middle;
}
.contactColumnHolder {
	width:90%;
	margin:auto;
	margin-top:-3em;
}
.contactColumn {
	width:50%;
	float:left;
	box-sizing:border-box;
}
.columnLeft {
	padding-left:1em;
}
.columnRight {
	padding-right:1em;
}
.columnText {
	color:#fff;
	font-size:1.80vw;
	line-height:1.2em;
	margin-top:.75em;
}
.columnText.hasTitle {
	margin-top:1em;
}
.columnText a {
	line-height:1.2em;
}
.contactTitle {
	display:block;
	line-height:0.9em;
	display:block;
	color:transparent;
	color:#fff;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke:1.25px #fff;
	font-size:2.5em;
	margin-bottom:.25em;
	text-transform:uppercase;
}
span.contactRole {
	font-family:'PxGroteskBoldItalic', helvetica;
	font-style:italic;
}
/* Donate */
.donate {
	position:fixed;
	height:100vh;
	width:100vh;
	top:50%;
	left:50%;
	margin-top:-50vh;
	margin-left:-50vh;
}
.donateImage {
	width:100%;
	height:100%;
}

/* text columns */
.left-column p.quoteText {font-size:1.2vw;margin-left:10%;text-align:left;}
.left-column{width:25%;display:table-cell;}
.right-column{width:75%;display:table-cell;}
.right-column p.quoteText {margin-left:5%;}