@charset "UTF-8";
/* CSS Document */

:root {
  --cTBase: #F5F5F5;
  --cT1: #EBEBEB;
  --cT2: #E0E0E0;
  --CT3: #DADADA;
  --CTCap: #222222;
}

html{
	font-size: 16px;
	height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
	margin: 0px auto;
	min-width: 320px;
	font-feature-settings: 'kern';
    font-kerning: normal;
	font-family: 'Montserrat', sans-serif;
}

.debug {
	border: 1px solid #cccccc;
}

.inactive {
	display: none;
}

.semanticOnly {
	font-size: 0;
  	width: 1px;
  	height: 1px;
  	display: inline-block;
  	overflow: hidden;
  	position: absolute!important;
  	border: 0!important;
  	padding: 0!important;
  	margin: 0!important;
  	clip: rect(1px,1px,1px,1px);
}

.centerOut {
	text-align: center;
}

.flushRight {
	text-align: right;
}


.stackV {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.stackH {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.flexStackH {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.spaceStk {
	-ms-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.stackSpacer {
	width: 54px;
	min-width: 54px;
}

.centerV {
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.centerH {
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.rightH {
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.capstoneContainer {
	margin: 0px auto;
	position: relative;
	height: 36px;
}

.capstone {
	width: calc(100vw - 144px);
	max-width: 844px;
	background-color: #222222;
	height: 11px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}

.jb-png {
	width: 40px;
	margin-left: 3px;
}

.jb-png-foot {
	width: 28px;
	margin-top: 6px;
	margin-left: 3px;
}

.navMain {
	width: calc(100vw - 144px);
	max-width: 844px;
	margin: 0 auto;
	margin-bottom: 144px;
}

.navActive {
	color: black;
    font-weight: 700;
	
}

.navMain ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
	color: #707070;
}

.navMain li {
  	display: inline;
	margin-left: 36px;
	text-transform: uppercase;
	font-size: 0.875em;
	/*color: #707070;*/
	letter-spacing: 2.4px;
}

.navMain li a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.navMain li a:hover {
	color: #F50004;
}


.transitionBlock {
	width: calc(100vw - 144px);
	max-width: 844px;
	height: 36px;
	margin: 0 auto;
	background-color: var(--cTBase);
	margin-bottom: 36px;
}

.fContainer {
	
}

.footerShell {
	width: calc(100vw - 144px);
	max-width: 844px;
	margin: 0 auto;
	margin-top: 216px;
	background-color: var(--cTBase);
}

.shareShell {
	margin-top: 36px;
}

.footerZone {
	padding: 36px;
}

.footerItems div {
	margin-left: 18px;
	font-size: 0.875em;
}

.footerItems ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
	color: #707070;
}

.footerItems li {
  	display: inline;
	margin-left: 18px;
	text-transform: uppercase;
	font-size: 0.875em;
	color: #000000;
	letter-spacing: 2px;
}

.footerItems li a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footerItems li a:hover {
	color: #F50004;
}


.footerIcon {
	width: 28px;
	height: 28px;
	margin-top: 2px;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.copyright {
	font-size: .75em;
}

.prevNext {
	width: calc(100vw - 144px);
	max-width: 844px;
	margin: 0 auto;
	margin-top: 216px;
	display: grid;
	grid-gap: 72px;
    grid-template-columns: 1fr 1fr;
}

.prevNextItem {
	/*border-top: 1px solid #CCCCCC;*/
	padding-top: 18px;
	padding-bottom: 18px;
}

.pNR {
	text-align: right;
}

.prevNext a {
	text-decoration: none;
	color: #656565;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 9px;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.prevNext a:hover {
	color: #000000;
	padding: 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.pNHeader {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #656565;
	padding-bottom: 9px;
}

.pNClient {
	font-size: 1.75em;
}

.pNProject {
	font-size: .938em;
}

.workItem {
	background-color: #EBEBEB;
	/*min-height: 100vh;*/
	/*min-height: calc(100vh - 144px);*/
	min-height: calc(100vh - 250px);
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	display:flex;
  	flex-direction:column;
}


.affordance {
	/*min-height: calc(100vh - 250px);*/
}

.cardItem {
	width: calc(100vw - 144px);
	max-width: 844px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: auto;
	/*margin-bottom: auto;*/
  	position: sticky;
  	bottom: 0;
	border-top: 9px solid var(--cTBase);
}

.ciLadder {
	/*margin-bottom: auto;*/
}

.projectCard {
	padding: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.projectDetails {
	
}

.projectDetails h2 {
	font-size: 2em;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 3px;
}

.projectDetails h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 30px;
	letter-spacing: .4px;
}

.projectDetails h4 {
	/*margin-top: 0px;
	margin-bottom: 30px;*/
	letter-spacing: .4px;
	margin: 0px 0px 30px 2px;
}

.projectDetails p {
	max-width: 420px;
	margin-bottom: 0px;
	font-weight: 400;
}

.projectAux {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 0px;
	margin-left: 54px;
	text-align: right;
}

.projectYear {
	padding-top: 4px;
	font-size: 1.313em;
	font-weight: 300;
}

.cardArrow {
	width: 40px;
	height: 40px;
}

.projectHead {
	padding: 36px 0px;
	width: calc(100vw - 144px);
	max-width: 844px;
	margin: 0 auto;
	margin-top: auto;
}

.cvHead h1 {
	margin: 0px 0px 3px;
}

.cvHead h2 {
	font-weight: 300;
	padding: 9px 0px;
}

.cvHead h3 {
	text-transform: uppercase;
	font-size: .875em;
	letter-spacing: 1.8px;
	color: #262626;
	margin-bottom: 9px;
}

.cvHead ul {
	list-style-type: none;
	padding: 0px 0px 18px;
	margin-bottom: 0px;
}

.cvHead li {
	padding: 0px 0px 5px;
}

.cvItem {
	margin: 18px 0px 36px;
	padding-left: 9px;
	display: grid;
	grid-gap: 18px;
    grid-template-columns: 60px 1fr;
}

.positionIcon {
	max-width: 96px;
    margin: 0px auto;
}

.positionIcon img {
	width: 100%;
	border-radius: 50%;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.positionTitle {
	height: 60px;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 6px;
}

.pTPrevious {
	font-size: 1.313em;
}

.positionDL {
	text-transform: uppercase;
	font-size: .875em;
	font-weight: 700;
	color: #737373;
}

.positionDescription {
	font-size: .938em;
}

.extendDesc {
	/*display: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;*/
}


.groupHead {
	padding: 72px 0px 0px;
	width: calc(100vw - 144px);
	max-width: 844px;
	margin: 0 auto;	
}

.cardInset {
	margin: 36px;
}

.flushInset {
	margin: 54px 0px 0px;
}

.projectLede {
	font-size: 1.75em;
	line-height: 1.4;
    font-weight: 300;
	margin-bottom: 21px;
}

.cardInset p, .flushInset p {
	line-height: 1.5;
	font-size: 1.063em;
}

.cardInset a {
	text-decoration: none;
	color: #000000;
}

.cardInset a:hover {
	text-decoration: underline;
}


.rolesGrid {
	margin: 36px 9px 72px;
	display: grid;
	grid-gap: 54px;
	grid-template-columns: 1fr 1fr;
}

.accentDescription {
	margin-top: 6px;
	font-size: .875em;
}

.projectIcon {
	width: 24px;
	height: 24px;
	/*margin-top: 2px;*/
}

.iconHeader {
	font-size: .875em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	padding: 0px 9px;
}

.groupLede {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 50% 50%;
  	min-height: 420px;
}

.groupLede h4 {
	margin: 0px;
}

.accentLede {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 50% 50%;
  	min-height: 144px;
}

.gLL {
  	grid-column-start: 1;
  	grid-column-end: 2;
	border-right: 1px solid #cccccc;
	padding: 36px 36px 36px 0px;
}

.gLR {
  	grid-column-start: 2;
  	grid-column-end: 3;
	border-left: 1px solid #cccccc;
	padding: 36px 0px 36px 36px;
}

.groupHeader {
	font-size: .875em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.groupLede p {
	font-size: .938em;
}

.galleryGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 9px;
}

.gGFull {
	grid-column-end: span 2;
}

.gGTall, .gGTallR, .gGTallAlg {
	grid-row-end: span 2;
	overflow: hidden;
}

.galleryGrid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 9px;
}

.zoomCell {
	height: 0;
  	overflow: hidden;
  	padding-top: 100%;
  	position: relative;
}

.zoomCellInside {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

.zoomCellInside img{
	transform: scale(2);
}

.zoomRaw img {
	transform: scale(1.8);
}

.zCTL img {
	transform-origin: 0% 0%;
}

.zCCL img {
	transform-origin: 0% 25%;
}

.zCBL img {
	transform-origin: 0% 50%;
}

.zCCC img {
	transform-origin: 50% 25%;
}

.zCTR img {
	transform-origin: 100% 0%;
}

.zCCR img {
	transform-origin: 100% 25%;
}

.zCBR img {
	transform-origin: 100% 50%;
}

.gGTall img {
	transform: scale(2.25);
    transform-origin: 2% 9%;
}

.gGTallR img {
	transform: scale(2.25);
    transform-origin: 98% 9%;
}

.gGTallAlg img {
	transform: scale(2.5);
    transform-origin: 9% 16%;
}

.insetGrid {
	width: calc(100vw - 144px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 9px;
	margin-top: 72px;
	margin-bottom: 72px;
}

.insetGrid3 {
	width: calc(100vw - 144px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 9px;
	margin-top: 72px;
	margin-bottom: 72px;
}

.iGNarrow {
	max-width: 844px;
	/*margin-top: 144px;
	margin-bottom: 144px;*/
}

.gallerySingle img, .galleryGrid img, .insetGrid img, .galleryGrid3 img, .insetGrid3 img, .gGFull img {
	width: 100%;
	display: block;
}

.grid3Feature {
	grid-column-end: span 2;
	grid-row-end: span 2;
}

.gFlush {
	grid-gap: 0px;
}

.iGCaption {
	width: calc(100vw - 196px);
	margin: 0 auto;
	max-width: 768px;
}

.textureGrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 9px;
}

.textureGrid img {
	width: 100%;
}

.cvAbstract {
	background-color: var(--cTBase);
	padding: 72px;
}

.abstractInset {
	width: calc(100vw - 144px);
	max-width: 836px;
	margin: 0 auto;
}

.eyebrow {
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 2.4px;
	margin-bottom: 9px;
	color: #707070;
}

.cvLede {
	font-size: 2.25em;
	line-height: 1.4;
    font-weight: 300;
	margin-bottom: 36px;
}

.cvSummary {
	font-size: 1.313em;
	line-height: 1.5;
	font-weight: 300;
	padding-right: 9px;
}

.cvName {
	font-size: 2.25em;
	font-weight: 500;
}

.cvTitle {
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-size: .688em;
	margin-bottom: 3px;
}

.cvSocial {
	/*border-bottom: 1px solid #cccccc;*/
	padding: 18px 0px 9px;
		
}

.cvSection {
	border-top: 1px solid #cccccc;
	padding-top: 9px;
	text-transform: uppercase;
}

.cvColumns {
	display: grid;
	grid-gap: 72px;
    grid-template-columns: 1fr 1fr;
	margin-bottom: 36px;
}

.linkBubble {
	width: 32px;
	height: 32px;
	padding: .5em;
	border: 1px solid #707070;
	border-radius: 100%;
	margin-left: 5px;
}

.cvCTALede {
	font-size: 2.25em;
	line-height: 1.4;
    font-weight: 300;
	margin: 36px 18px;
	text-align: center;
}

.cvCTAGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 18px;
}

.cvCTAFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.ctaSpacer {
	width: 18px;
}

.ctaButton {
	padding: 12px 24px;
	border: 1.5px solid white;
	border-radius: 36px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.ctaButton:hover {
	border: 1.5px solid #656565;
}

.ctaLink {
	
}

.ctaLink a {
	text-decoration: none;
	display: inline-block;
	color: #656565;
}
.ctaLink a:hover {
	color: #000000;
}

.ctaText {
	text-transform: uppercase;
	margin: 0px 9px;
	font-size: .938em;
	font-weight: 500;
	letter-spacing: 1.5px;
}

.mobileOnly {
	display: none;
}

.transitionRule {
	
}

.quoteModule {
	/*margin-bottom: 0px;*/
}

.quoteIcon {
	width: 48px;
	height: 48px;
}

.quoteBody {
	margin: 36px;
    font-size: 1.25em;
    line-height: 1.8;
    font-weight: lighter;
}

.quoteClient {
	font-weight: bold;
}

.quoteCTitle {
	font-size: .875em;
}

.errorMessage {
	text-align: center;
	padding: 96px;
}

.errorMessage h1 {
	font-weight: 500;
    font-size: 10em;
	margin: 0px 36px;
}

.errorMessage p {
	margin: 0px 36px 18px;;
}

.errorButton {
	padding: 12px 24px;
	border: 1.5px solid #656565;
	border-radius: 36px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.errorButton:hover {
	border: 1.5px solid #000000;
}

.fade { /* Deprecated */
  	opacity: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(16vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
  will-change: opacity, visibility;
}

.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}


.projectRail {
    padding-bottom: 9px;
    margin-bottom: 21px;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}

.inlineButton {
    padding-left: 2px;
}

.inlineButton button {
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 0;
    color: #FFF;
    background-color: #FFF;
    border-width: 0;
	display: flex;
  	justify-content: center;
  	align-items: center; 
}

.project-toggleIcon {
    transform-origin: center;
    width: 32px;
    height: 32px;
    display: block;
    fill: #808080;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.project-toggleIcon.openState {
    /*transform-origin: center;*/
	transform: rotate(45deg);
	fill: #333333;
}

.expandSectionWrapper {
    display: none;
}

.expandSectionWrapper.is-visible {
    display: block;
    padding-bottom: 18px;
}

.projectName {
	padding-right: 18px;
}

.projectDetails {
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 0.1s ease-out, transform 0.2s ease-out;
    cursor: auto;
    padding-bottom: 21px;
}

.projectDetails.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.projectItem {
	border-radius: 11px;
	overflow: hidden;
}

.adjunctDescription {
	padding-right: 72px;
}

.adjunctClient {
	margin: 9px 0px 28px;
	font-weight: 600;
	font-size: .875em;
}






@media only screen and (max-height: 800px) {
	
	.navMain {
		margin-bottom: 96px;
	}
	
	.workItem {
		min-height: calc(100vh - 96px);
	}
	
	.affordance {
		min-height: calc(100vh - 200px);
	}
}

@media only screen and (max-width: 760px) {
	
	.mobileOnly {
		display: block;
	}
	
	.transitionRule {
		margin-top: 9px;
		width: 1px;
		height: 120px;
		background-color: #cccccc;
		font-size: .001em;
	}
	
	.flexStackH {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.capstone {
		width: calc(100vw - 72px);
	}
	
	.navMain {
		width: calc(100vw - 72px);
		margin-bottom: 96px;
	}
	
	.navMain li {
		font-size: 0.75em;
		margin-left: 18px;
		letter-spacing: 1.2px;
	}
	
	.transitionBlock, .insetGrid, .insetGrid3 {
		width: calc(100vw - 72px);
	}
	
	.insetGrid {
		margin-top: 36px; 
		margin-bottom: 36px;
	}
	
	.insetGrid3 {
		/*grid-gap: 9px;
		padding-bottom: 9px;*/	
	}
	
	.rolesGrid {
		margin: 28px 9px;
		grid-gap: 24px;
		grid-template-columns: 100%;
	}
	
	.quoteBody {
		margin: 18px 18px;
		font-size: 1em;
		line-height: 1.5;
		font-weight: lighter;
	}
	
	.prevNext {
		width: calc(100vw - 72px);
		margin-top: 144px;
		margin-bottom: 36px;
		grid-template-columns: 1fr;
	}
	
	.pNR {
		text-align: left;
		grid-row: 1;
	}
	
	.footerShell {
		width: calc(100vw - 72px);
	}
	
	.footerItems div {
		margin-left: 12px;
		font-size: 0.75em;
	}
	
	.footerItems li {
		margin-left: 9px;
		letter-spacing: 2px;
	}
	
	.workItem {
		    min-height: calc(100vh - 197px);
	}
	
	.cardItem, .abstractInset, .projectHead, .groupHead {
		width: calc(100vw - 72px);
	}
	
	.groupHead {
		padding: 54px 0px 0px;
	}
	
	.cardInset {
		margin: 9px;
	}
	
	.flushInset {
		margin: 36px 0px 0px;
	}
	
	.cardInset p {
		font-size: .938em;
	}
	
	.projectCard {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 24px;
	}
	
	.projectDetails h2 {
		font-size: 1.75em;
	}
	
	.projectDetails h4 {
		margin-bottom: 21px;
		font-size: 0.938em;
	}
	
	.projectDetails p {
		font-size: 0.875em;
	}
	
	.projectAux {
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		text-align: left;
		margin-left: 0px;
		margin-top: 18px;
	}
	
	.projectYear {
		padding-top: 8px;
	}
	
	.projectLede {
		font-size: 1.375em;
	}
	
	.groupLede {
		grid-template-columns: 100%;
		min-height: 120px;
	}
	
	.gLL {
		grid-column-start: 1;
		grid-column-end: 2;
		border-right: 0px solid #cccccc;
		padding: 0px;
	}
	
	.gLLB {
		grid-column-start: 1;
		grid-column-end: 2;
		padding-right: 3px;
	}

	.gLR {
		grid-column-start: 1;
		grid-column-end: 2;
		border-left: 0px solid #cccccc;
		padding: 0px;
	}
	
	.gLRB {
		grid-column-start: 1;
		grid-column-end: 2;
		padding-left: 3px;
	}
	
	.galleryGrid3 {
		

	}
	
	.textureGrid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.cvAbstract {
		padding: 36px;
	} 
	
	.cvLede {
		font-size: 1.75em;
		margin-bottom: 24px;
	}
	
	.cvSummary {
		font-size: 1.125em;
	}
	
	.cvSocial {
		padding: 18px 0px;
		justify-content: flex-start;
	}
	
	.cvColumns {
		grid-gap: 9px;
		grid-template-columns: 1fr;
		margin-bottom: 36px;
	}
	
	.cvItem {
		grid-template-columns: 1fr;
		margin-top: 27px;
	}
	
	.positionTitle {
		font-size: 1.25em;
	}
	
	.positionDL {
		font-size: .75em;
	}
	
	.cvCTALede {
		font-size: 1.875em;
	}
	
	.cvCTAFlex {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.ctaButton {
		border: 1.5px solid #656565;
		padding: 9px 14px 9px 18px;
	}
	
	.ctaLink {
		text-align: center;
	}
	
	.ctaSpacer {
		/*display: none;*/
	}
	
	.eyebrow, .projectLede, .cvLede, .cvSummary, .cvName, .cvTitle, .groupHeader, .cardInset p {
		padding: 0px 9px;
	}
	
	.errorMessage {
		padding: 18px;
	}
	
	.errorMessage h1 {
		font-size: 6em;
	}
	
	.collapseMobile {
		display: none;
	}
	
	.adjunctDescription {
		padding-right: unset;
	}
	
}

@media only screen and (max-height: 420px) {
	.workItem {
		min-height: 100vh;
	}
	
	.navMain {
		margin-bottom: 48px;
	}
	
	.footerShell {
		margin-top: 96px;
	}
}

@media only screen and (max-width: 369px) {
	.collapseSE {
		display: none;
	}
	
	.projectLede {
		/*font-size: 1.25em;*/
		font-size: 1.125em;
	}
	
	p {
		font-size: .938em;
	}
	
	.cvLede {
		font-size: 1.438em;
	}
	
	.cvSummary {
		1em;
	}
	
	.cvCTALede {
		margin: 27px 0px;
	}
	
	.ctaText {
		font-size: .75em;
	}
	
	.positionTitle {
		font-size: 1.063em;
	}
	
	.eyebrow, .projectLede, .cvLede, .cvSummary, .groupHeader, .cardInset p {
		padding: 0px 0px;
	}
	
	.errorMessage h1 {
		font-size: 4em;
	}
}

@media only screen and (max-height: 320px) {
	
	.navMain {
		margin-bottom: 24px;
	}
	
	.projectCard {
		padding: 18px;
	}
}

.iGFlush {
	margin-top: 0px;
}

.flushTop {
	margin-top: 0px;
	padding-top: 0px;
}

@media only print {
	.fade-in {
  		opacity: 1;
	}
}
