/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #E66C40;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a.subtle {
	color:#522A27;
	text-decoration: underline;
	font-weight: 300;
	font-style: italic;
}
/******** BEGIN STYLES ********/
html, body {
	height: 100%;
}
body {
	font-size: 16px;
	font-family: 'stevie-sans', 'Helvetica', sans-serif;
	background-color: #FAF9F9;
}

.container {
	max-width: 1200px;
	margin:0 auto;
	padding: 0 5%;
}
section {
	padding: 56px 0 64px 0;
	box-sizing: border-box;
}
header {
	background-color: #FAF9F9;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 24px;
}

.logo {
	font-weight: 800;
	font-style: normal;
	color: #522A27;
	font-size: 1.2em;
	justify-content: flex-start;

}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	font-family: 'stevie-sans', 'Helvetica', sans-serif;
}

nav ul li {
	font-weight: 500;
	font-style: normal;
	color: #522A27;
	font-size: 1em;
	margin: 0px 16px;
	font-family: 'stevie-sans', 'Helvetica', sans-serif;
}
section.intro {
	color: #522A27;
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-gap: 36px;
	grid-row-gap: 1em;
	box-sizing: border-box;
	align-items: center;
}
.profile-pic {
	grid-column: 1 / span 1;
	max-width: 2fr;
	width: 100%;
}
div.about {
	grid-column: 2 / span 1;
}
.three-up {
	display: flex;
	justify-content: space-around;
	align-items: center;

}
footer {
	background-color: #DCD4D4;
	padding: 48px 5% 72px;
}
.contact {
	display: flex;
	justify-content: flex-start;
}
.contact h4 {
	margin: 0 16px 0 0;
}

.center {
	text-align: center;
}
media-controller {
        width: 600px;
        height:350px;
    }
/********* Navigation Styles **********/
a.navitem {
	color: #522A27;
	text-decoration: none;
}

a.navitem:hover {
	color: #522A27;
	border-bottom: 5px solid #EB8966;
	padding: 0 0 8px 0;
	cursor: pointer;
}
/********** TYPOGRAPHY *************/

h1{
	font-family: inherit;
	font-weight: 800;
	font-style: normal;
	font-size: 3em;
	line-height: 1.2em;
}

h2 {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 16px 0;
}

h3 {
	font-family: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.6em;
	letter-spacing: .5px;
	margin: 24px 0 16px 0;
}

h4 {
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 16px 0 8px 0;
}

p {
	font-family: 'stevie-sans';
	font-weight: 500;
	font-style: normal;
	color: #522A27;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 12px 0;
}
ul.work {
	font-family: 'stevie-sans';
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #522A27;
	list-style: disc;
	margin: 0 0 0 16px;
}
ul.work li {
	margin: 0 0 8px 0;
	font-family: 'stevie-sans';
}
p.card {
	font-family: 'stevie-sans', Helvetica;
	font-weight:400;
	font-size: .9em;
	line-height: 1.6em;
	color: #977F7D;
}
p.larger-intro {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #fafaff;
	margin: 8px 0;
}
.stevie-sans-italic {
	font-style: italic;
}
.novela-italic {
	font-family: novela-italic;
}
.novela {
	font-family:novela;
}
.headline-work {
	font-family: 'stevie-sans', sans-serif;
	font-weight: 800;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #522A27;
}
.fw-extrabold {
	font-weight: 900;
}
.fw-bold {
	font-weight: 800;
}
.fw-semibold {
	font-weight: 700;
}
.fw-medium {
 font-weight: 600;
}
.fw-light {
	font-weight: 400;
}
.fw-extralight {
	font-weight: 300;
}
.btn {
	padding: 8px 16px;
	background-color: #ffffff;
	border: 3px solid #522A27;
	border-radius: 8px;
	text-align: center;
	margin: 0 16px 0 0;
	font-family: 'stevie-sans', Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #522A27;
}
.btn:hover {
	text-decoration: none;
	background-color: #F5C4B3;
}
.link {
	text-decoration: underline;
}
.inline {
	display: inline;
	padding: 0 16px 0 0;
}
.color-orange {
	color: #E66C40;
}
.color-white {
	color:#fffefc;
}
.color-blue {
	color: #90a6d2;
}
.color-brown {
	color:#522A27;
}
.color-red {
	color: #DA474E;
}
.gradient-text {
	background: -webkit-linear-gradient(rgba(82, 42, 39, 1),rgba(144, 166, 210, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headline-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 48px;
}
h3.headline {
	flex:auto
}
span.headline-accent-border {
	height:16px;
	background-color: #a11692;
	width: 100%;
	border-radius: 16px;
	align-self: center;
	margin-left: 8px;
	flex-grow: 1;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
/********* Image Styles **********/
.icon {
	height: 200px;
	width: auto;
	padding-bottom: 16px;
}

.imageRight {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b24 {
	border-radius: 24px
}

.crop {
	object-fit: cover;
	border-radius: 100%;
}

.hori-padding {
	padding: 0 8vh;
}
/********* Spacing **********/
.mbtm16 {
	margin-bottom: 16px;
}
.mbtm48 {
	margin-bottom: 48px;
}
.mtop48 {
	margin-top: 48px;
}
.mtop16 {
	margin-top: 16px;
}
.mtop24 {
	margin-top: 24px;
}
.block {
	display: block;
}
/********* WORK GRID **********/
.grid-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 48px;
	row-gap: 48px;
	box-sizing: content-box;
	justify-items: stretch;
	align-items: stretch;
}
section.more-work {
	max-width: 1200px;
	margin:0 auto;
	padding: 0 5% 88px;
}
.more-work .grid-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 32px;
	row-gap: 32px;
	box-sizing: content-box;
	justify-items: stretch;
	align-items: stretch;
}
.card-wrapper {
	background-color: #ffffff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
	border-radius: 8px;
	transition: .2s ease-out;
}
.hero {
	max-height: 224px;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(rgba(144, 166, 210,.8));
}
.hero img {
	max-height: 224px;
	width: 100%;
	opacity: 40%;
	object-fit: cover;
	object-position: center;
}
.chip-container {
	display: flex;
	margin: 16px 0;
	flex-wrap: wrap;
}
.chip {
	display: block;
	padding: 4px 8px;
	color: #D3DBED;
	font-family: 'stevie-sans';
	font-weight: 400;
	border-radius: 4px;
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 8px 8px 0;
}
div.connect {
	display: flex;
	margin: 0 0 48px 0;
}
div.connect a {
	display: flex;
	align-items: center;
	font-family: 'stevie-sans';
	font-weight: 700;
	line-height: 0;
	color: #522A27;
	margin: 0 24px 0 0;
	text-decoration: none!important;
}

footer div.connect a:hover {
	color: #E66C40;
}
footer div.connect {
	margin: 0 0 16px 0;
}

.duty {
	background: #FAE2D9;
	color:#755552;
}
.company {
	background: #EB8966;
	color:#ffffff;
}
.text {
	margin: 24px;
}
.text>h4 {
	font-size: 1.2em;
	margin: 0 0 16px 0;
}
.card-wrapper:hover {
	box-shadow: 0 2px 16px 0px rgba(0,0,0,0.15);
	transition: .15s ease-in;
}
.card-wrapper a:hover {
	text-decoration: none;
}
/* Resume Styles */
.resume {
	max-width: 768px;
	margin: 0 auto;
}
.resume .job { 
	margin: 32px 0 72px 0;
}
.resume h3 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}
.resume p {
	font-size: 1.1em;
	font-weight: 500;
	color: #2e312bda;
}
/****************** WORK PAGES *******************/
.headline-container.work-page {
	margin: 72px 5% 48px 5%;
}
.headline-container h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: .25px;
}
section.project-intro {
	width: 100vw;
	height: 40vh;
	display: relative;
	top: 0;
	z-index: 0;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFFEFC;
}
.bg-marketing-site {
	background: #90A6D2;  /* fallback color. */
	background: linear-gradient(rgba(144, 166, 210, 1),rgba(144, 166, 210, .6)), center / cover no-repeat url(../assets/marketing-site/overview.png);
}
.bg-prosource {
	background: #90A6D2;  /* fallback color. */
    background: linear-gradient(rgba(144, 166, 210, 1),rgba(144, 166, 210, .6)), center / cover no-repeat url("../assets/pmmi-prosource/overview-img.png");
}
.bg-newsletters {
	background: #90A6D2;  /* fallback color. */
	background: linear-gradient(rgba(144, 166, 210, 1),rgba(144, 166, 210, .6)), center / cover no-repeat url(../assets/email/overview.png);
}
.bg-ebuilder {
	background: #90A6D2;  /* fallback color. */
	background: linear-gradient(rgba(144, 166, 210, 1),rgba(144, 166, 210, .6)), center / cover no-repeat url(../assets/eBuilder/overview.png);
}
.bg-producthub {
	background: #90A6D2;  /* fallback color. */
	background: linear-gradient(rgba(144, 166, 210, 1),rgba(144, 166, 210, .6)), center / cover no-repeat url(../assets/product-hub/overview.png);
}
.bg-dfin-activeDisclosure {
	background: #90A6D2;  /* fallback color. */
	background: linear-gradient(rgba(144, 166, 210, 1),rgba(144, 166, 210, .6)), center / cover no-repeat url(../assets/dfin-activeDisclosure/DFInBanner.png);
}
.bg-datavis {
	background: #90A6D2;  /* fallback color. */
	background: linear-gradient(rgba(144, 166, 210, 1),rgba(144, 166, 210, .6));
}
.image-project-main img {
	object-fit: cover;
	width: auto;
	height: 60vh;
}
.project-body {
	background-color: #FAF9F9;
	max-width: 1200px;
	margin: 88px auto 0;
	box-sizing: border-box;
	padding: 0 5%;
}
.at-a-glance {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 16px;
	margin: 32px 0 64px 0;
}
.at-a-glance > div > p {
	line-height: 1.8em;
}
.content-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 4fr 4fr 1fr 1fr 1fr;
	column-gap: 32px;
	box-sizing: content-box;
	justify-items: stretch;
	align-items: stretch;
	margin-bottom: 144px;
}
.subsection {
	grid-column: 2 / span 6;
}
.color-section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	column-gap: 16px;
	box-sizing: content-box;
}
.swatch {
	max-width: 100%;
	height:104px;
	margin-bottom: 12px;
	box-sizing: border-box;
	color: #FFF;
	font-family: 'stevie-sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 8px;
	border: 1px solid #DBDADD;
	border-radius: 4px;

}

.img-container {
	grid-column: 4 / span 2;
	display: grid;
	grid-template-columns: 1fr 4fr 4fr 1fr;
	column-gap: 16px;
	margin: 24px 0;
}

.img-container-lg {
	grid-column: 2 / span 6;
	display: grid;
	grid-template-columns: 1fr 4fr 4fr 1fr;
	column-gap: 16px;
	margin: 24px 0;
}
.img-container div, .img-container-lg div {
	border: 1px solid #f6f1f1;
	border-radius: 8px;
	overflow: hidden;
	max-height: 300px;
}
.img-container div img, .img-container-lg div img {
	width: 100%;
	height: auto;
	margin: 0 0 -4px 0;
}
.img-left {
	grid-column: 1 / span 2;
}
.img-right {
	grid-column: 3 / span 2;
}
.img-full {
	grid-column: 1 / span 4;
}
.img-full-sm {
	grid-column: 2 / span 2;
}
.img-container div.img-full, .img-container div.img-full-sm, .img-container-lg div.img-full, .img-container-lg div.img-full-sm {
	max-height: none;
}

.crop600 {
	max-height: 600px!important;
	overflow:hidden;
}
span.caption {
	grid-column: 1 / span 4;
	margin: 16px 0 24px 0;
	font-size: .9em;
	font-weight: 600;
	color: #0000006b;
	line-height: 1.6em;
	letter-spacing: .33px;
}

/****************** About Grid **********************/
.about-body {
	background-color: #FAF9F9;
	max-width: 1200px;
	margin: 88px auto 0;
	box-sizing: border-box;
	padding: 0 5%;
}

.about-section {
	display: grid;
	grid-template-columns: 4fr 4fr;
	column-gap: 64px;
	box-sizing: content-box;
	justify-items: stretch;
	align-items: stretch;
	margin-bottom: 144px;
}
.aboutLeft {
	grid-column: 1 / span 1;
}
.aboutRight {
	grid-column: 2 / span 1;
}

/****************** Ceramics + Fiber Arts Grid *******************/
.ceramic-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
	column-gap: 32px;
	row-gap: 32px;
	box-sizing: content-box;
	justify-items: stretch;
	align-items: stretch;
	margin-top: 64px;
	margin-bottom: 144px;
}

.ceramic-gallery a {
	height: 240px;
	overflow: hidden;
	border-radius: 24px;
}

.fiberarts-gallery a {
	height: 450px;
	overflow: hidden;
	border-radius: 24px;
}

img.mug-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/****************** Media Queries *******************/
@media (min-width:769px) and (max-width:990px) {
	.content-section {
		display: grid;
		grid-template-columns: 1fr 1fr 4fr 4fr 1fr 1fr;
		column-gap: 32px;
		box-sizing: content-box;
		justify-items: stretch;
		align-items: stretch;
		margin-bottom: 144px;
	}
	.subsection {
		grid-column: 2 / span 4;
	}
	header {
		padding: 20px;
	}
}
@media (min-width:660px) and (max-width: 768px) {
.block-link {
	padding: 4vh 0;
}
.hori-padding {
	padding: 0;
}
.content-section {
	display: grid;
	grid-template-columns: 1fr 1fr 4fr 4fr 1fr 1fr;
	column-gap: 32px;
	box-sizing: content-box;
	justify-items: stretch;
	align-items: stretch;
	margin-bottom: 144px;
}
.subsection {
	grid-column: 2 / span 4;
}
section.project-intro {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 8%;
	background-color: #fafaff;
	max-height: none;
	height: auto;
}

/********** TYPOGRAPHY *************/
h1{

	font-weight: 800;
	font-style: normal;
	font-size: 2em;
	line-height: 1.2em;
}

h2 {
	font-weight: 200;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.2em;
}

h3 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.3em;
	line-height: 1.4em;
}

h4 {
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	line-height: 1.2em;
}

p {
	font-family: 'stevie-sans', 'Helvetica', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .9em;
	line-height: 2em;
}

p.larger-intro {
	font-size: 1.1em;
	line-height: 1.4em;
}
ul.work {
	font-family: 'stevie-sans', 'Helvetica', sans-serif;
	font-weight: 500;
	font-size: .9em;
	line-height: 1.8em;
	color: #2e312b;
	list-style: disc;
	margin: 0 0 0 16px;
}
ul.work li {
	margin: 0 0 8px 0;
	font-family: 'stevie-sans', 'Helvetica', sans-serif;
}
}

@media only screen and (max-width: 659px) {
	section.intro {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	img.profile-pic {
		max-width: 60%;
	}
	div.grid-wrapper {
		display: flex;
		flex-direction: column;
	}
	section.more-work {
		margin:0 5%;
	}
	.more-work .grid-wrapper {
		display: flex;
		flex-direction: column;
	}
	.content-section {
		display: grid;
		grid-template-columns: 1fr 1fr 4fr 4fr 1fr 1fr;
		column-gap: 32px;
		box-sizing: content-box;
		justify-items: stretch;
		align-items: stretch;
		margin-bottom: 144px;
	}
	.subsection {
		grid-column: 2 / span 4;
	}
	h1{

		font-weight: 800;
		font-style: normal;
		font-size: 2em;
		line-height: 1.2em;
	}
	
	h2 {
		font-weight: 200;
		font-style: normal;
		font-size: 1.5em;
		line-height: 1.2em;
	}
	
	h3 {
		font-weight: 500;
		font-style: normal;
		font-size: 1.3em;
		line-height: 1.4em;
	}
	
	h4 {
		font-weight: 500;
		font-style: normal;
		font-size: 1em;
		line-height: 1.2em;
	}
	
	p {
		font-weight: 400;
		font-style: normal;
		font-size: .9em;
		line-height: 2em;
	}
	p.larger-intro {
		font-size: 1.1em;
		line-height: 1.4em;
	}
	section.project-intro {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 8%;
		background-color: #fafaff;
		max-height: none;
		height: auto;
	}
	.at-a-glance {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		column-gap: 16px;
		row-gap: 16px;
		margin: 32px 0 64px 0;
	}
	ul.work {
		font-family: 'stevie-sans', 'Helvetica', sans-serif;
		font-weight: 500;
		font-size: .9em;
		line-height: 1.8em;
		color: #2e312b;
		list-style: disc;
		margin: 0 0 0 16px;
	}
	ul.work li {
		margin: 0 0 8px 0;
		font-family:'stevie-sans', 'Helvetica', sans-serif;
	}
}
/****************** END Media Queries *******************/