
@font-face {
    font-family: 'SportingGrotesque';
    src: url('fonts/SportingGrotesque-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SpaceGrotesk';
    src: url('fonts/SpaceGrotesk-SemiBold.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}






	* {
		box-sizing: border-box;	
	}

	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 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	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;
	}
	





	input, select, textarea
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {			
		font-family: 'SportingGrotesque', 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 9pt;
		line-height: 1.65em;
		letter-spacing: 0.025em;
		color: #444;
		overflow-y: scroll;
		width: 100%;
	}
	
	a
	{
		color: #007baa;
		text-decoration: underline;
	}
	
		a:hover
		{
			text-decoration: none;
		}
	
	
	
	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			
		}
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	.large-font {
		font-size: 1.8em;
	    letter-spacing: 0.02em;
	    line-height: 1.25em;
	    margin: 0.5em 0 0.75em;	
	}
	i, em {
		font-style: italic;
	}
	strong {
		font-weight: bold;	
	}
	section,
	article
	{
		margin: 0 0 2em 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	h2
	{
		font-size: 1.3em;
		letter-spacing: -0.02em;
		color: #313131;
		margin: 0 0 1.25em 0;
		font-weight: 400;
	}
	
	h3
	{
		font-size: 1.1em;
		letter-spacing: -0.01em;
		margin: 0 0 0.3em 0;
		position: relative;
		top: -0.2em;
		font-weight: 400;
	}


	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.clear {
		clear: both;
	}
	.hidden {
		display: none;
	}
	.w5 {
		width: 5%;
	}
	.w10 {
		width: 10%;
	}
	.w15 {
		width: 15%;
	}
	.w20 {
		width: 20%;
	}
	.w24 {
		width: 24%;
	}
	.w25 {
		width: 25%;
	}
	.w30 {
		width: 30%;
	}
	.w33 {
		width: 33.3333%;
	}
	.w35 {
		width: 35%;
	}
	.w40 {
		width: 40%;
	}
	.w45 {
		width: 45%;
	}
	.w50 {
		width: 50%;
	}
	.w55 {
		width: 55%;
	}
	.w60 {
		width: 60%;
	}
	.w65 {
		width: 65%;
	}
	.w66 {
		width: 66.6667%;
	}
	.w70 {
		width: 70%;
	}
	.w75 {
		width: 75%;
	}
	.w80 {
		width: 80%;
	}
	.w85 {
		width: 85%;
	}
	.w90 {
		width: 90%;
	}
	.w95 {
		width: 95%;
	}
	.w100 {
		width: 100%;
	}
	
	.indent-5 {
		text-indent: -5px;
		margin-left: 5px;
	}
	.indent-10 {
		text-indent: -10px;
		margin-left: 10px;
	}
	.indent-15 {
		text-indent: -15px;
		margin-left: 15px;
	}
	.indent-20 {
		text-indent: -20px;
		margin-left: 20px;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 1.5em 0;
	}

		.image-full img
		{
			display: block;
			width: 100%;
		}
	
	.image-left
	{
		float: left;
		margin: 0 1.5em 1em 0;
	}

	ul.style1, ul.style1x
	{
	}
	
		ul.style1 li, ul.style1x li
		{
			border-top: solid 1px #fff;
			border-bottom: solid 1px #d9d9d9;
			padding: 5px 0;
		}

		ul.style1x li
		{
			padding: 2.25em 0 2.25em 0;
		}
		
		ul.style1 li:first-child, ul.style1x li:first-child, .wide ul.style1 li:nth-child(2), .wide ul.style1x li:nth-child(2)
		{
			border-top: 0;
			padding-top: 0;
		}	
		ul.style1 li:last-child, ul.style1x li:last-child
		{
			border-bottom: 0;
			padding-bottom: 0;
		}
	
	ul.icons
	{
	}
	
		ul.icons li
		{
			display: inline;
		}

	.divider
	{
		border-top: solid 1px #d9d9d9;
		border-bottom: solid 1px #fff;
		height: 0px;
	}

	.button
	{
		display: inline-block;
		border-radius: 5px;
		background: url('images/bg07.jpg') center center repeat-x;
		padding: 1em 1.75em 1em 1.75em;
		color: #313131;
		text-decoration: none;
		font-weight: 600;
		letter-spacing: -0.01em;
		box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
		border: solid 1px #D9D9D9;
	}

.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

#banner-wrapper {
	height: 400px;
	z-index: 1;
}
#banner-wrapper h1 {
	font-size: 50px;
	line-height: 60px;
	width: 70%;
	margin-left: 50px;
	padding-top: 70px;
	color: #FFD4BB;
}
.home #banner-wrapper h1 {
	font-size: 70px;
	line-height: 80px;
	width: 80%;
}
#banner-wrapper .banner-description {
	font-size: 20px;
	line-height: 25px;
	width: 60%;
	margin: 20px 0 0 50px;
	color: #FFD4BB;
}
.collection-page #banner-wrapper h1 {
	
	max-width: calc(17em * 0.5);
}
#banner-wrapper a.watch-video {
	font-size: 15px;
	color: #FFD4BB;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'SpaceGrotesk', 'Open Sans', sans-serif;
	vertical-align: top;
	transition: color 0.5s;
	bottom: 35px;
	left: 35px;
	position: absolute;
	z-index: 2;
	padding: 15px;
	letter-spacing: 1px;
}
#banner-wrapper a.watch-video i {
	font-size: 40px;
	vertical-align: top;
	margin-top: -10px;
	margin-right: 7px;
}
#banner-wrapper a.watch-video:hover {
	color: #FFF;
}
#banner-wrapper a.hide-video {
	font-size: 30px;
	color: #FFD4BB;
	text-decoration: none;	
	transition: color 0.5s;
	top: 70px;
	left: -15px;
	position: absolute;
	z-index: 6;
	display: none;
	padding: 15px;
}
#banner-wrapper a.hide-video:hover {
	color: #FFF;
}
#banner-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 40px;
	text-align: center;
	display: none;
	z-index: 5;
}
#banner-video iframe {
	width: 100%;
	height: 100%;
}
#main-wrapper {
	min-height: 800px;	
	background: #FFF;
	z-index: 1;
}	
.home #main-wrapper, .namesake #main-wrapper, #main-wrapper.pink {
	background: #FFD4BB;
	padding: 50px;
}
.home2 #main-wrapper {
	background: #FFF;
	padding: 50px;
}
#main-wrapper h2.pg_title {
	color: #FFF;
	font-size: 35px;
	line-height: 45px;
}
.say-hi #main-wrapper {
	background: #FFF;
	padding: 50px;
}
.say-hi #main-wrapper h2 {
	color: #FFD4BB;
	font-size: 35px;
	line-height: 45px;
}
.say-hi2 #main-wrapper {
	background: #FFD4BB;
	padding: 50px;
}
.say-hi2 #main-wrapper h2 {
	color: #FFF;
	font-size: 35px;
	line-height: 45px;
}
#grid-wrapper {
	min-height: 500px;	
}	
.container {
	margin: 0 auto;	
	position: relative;
}




	
	
	
	#texture-border {
		height: 50px;	
		width: 100%;
		position: fixed;
		z-index: 10;
	}
	body, #texture-border {
		background: url('../images/bg_home_rotated.jpg') repeat-y;
		background-size: cover;
		background-attachment: fixed;
		background-position: center -200px;
	}

	#header-wrapper {
		height: 50px;	
	}
	#header
	{
		top: 30px;
		position: fixed;
		padding: 0;
		width: inherit;
		z-index: 20;
		transition: top 0.5s;
	}

		#header h1
		{
			font-size: 2.8em;
			font-weight: 600;
			letter-spacing: -0.075em;
			float: left;
			margin-left: 50px;
		}

			#header h1 a
			{
				color: #FFD4BB;
				text-decoration: none;
				transition: color 0.25s;
			}

			#header h1 a:hover {
				color: #FFF;
			}
	#header.main-nav-scrolled {
		position: fixed;
		top: 11px;
	}
	#logo {
		float: left;
		line-height: 45px;
	}

	




	#footer {
		padding: 130px 5px 130px 5px;
		min-height: 250px;
		background: #FFF;
		z-index: 1;
	}
	.home2 #footer {
		background: #FFD4BB;
	}
	
	#social-icons {
		text-align: center;		
		font-size: 25px;
	}
	#social-icons a {
		padding: 5px 10px;
		margin: 0 7px;
		color: #FFD4BB;
		transition: color 0.5s;
	}
	.home2 #social-icons a {
		color: #FFF;
	}
	#social-icons a:hover {
		color: #000;
	}
	
	#copyright {
		font-family: 'SpaceGrotesk', 'Open Sans', sans-serif;
		font-size: 13px;	
		line-height: 15px;
		text-align: center;
		padding: 3em 0 0 0;
		text-transform: uppercase;		
	}
	#copyright span {
		color: #FFD4BB;
		transition: color 0.5s;
		padding: 10px;
	}
	.home2 #copyright span {
		color: #FFF;
	}
	#copyright span:hover {
		color: #000;
	}


 

 

.message-msg, .message-error, .message-saved {
	font-size: 14px;
	color: #000;
	padding: 5px 10px;
	margin-bottom: 20px;
	box-shadow: 0 5px 5px #CCC;
}
.message-msg {
	background-color: #E6F2FF;
	border-bottom: 1px solid #06C;
}
.message-error {
	background: linear-gradient(#FFE8E8, #FFC1C1);
	background: -moz-linear-gradient(#FFE8E8, #FFC1C1);   
	background: -ms-linear-gradient(#FFE8E8, #FFC1C1);   
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFE8E8), color-stop(100%, #FFC1C1));   
    background: -webkit-linear-gradient(#FFE8E8, #FFC1C1);   
    background: -o-linear-gradient(#FFE8E8, #FFC1C1);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8', endColorstr='#FFC1C1');   
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8', endColorstr='#FFC1C1')";  
	border-bottom: 1px solid #FF8484;
}
.message-msg img, .message-error img, .message-saved img {
	margin-right: 5px;	
}
.message-error ul {
	list-style-type: square;
	margin: 5px 0;
    padding-left: 40px;
}
.message-saved {
	background-color: #ECFFEC;
	border-bottom: 1px solid #090;
}




.home-block {
	color: #000;
	text-align: center;
	display: inline-block;
	width: 30%;
	margin: 0 15px 40px;
	vertical-align: top;
	font-size: 11px;
}
.home-block-image {
	height: 175px;
}
.home-block img {
	max-width: 60%;
	margin-bottom: 10px;
}
.home-block p {
	width: 90%;
	margin: 0 auto;
}

.gallery {

}
.collection::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; 
}
.collection {
	width: 33.3%;
	height: 350px;
	
	position: relative;
	text-align: center;
	
	cursor: pointer;
	display: inline-block;
}
.collection-image {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	background-size: cover;
	background-position: center center;
	background-blend-mode: luminosity;
	transition: background-color 0.3s;
	position: absolute;
	top: 0;
	filter: brightness(50%);
}
.collection:hover .collection-image {
	background-color: rgba(255,255,255,0);
	filter: brightness(100%);
}
.collection:nth-child(3n){
	width: 33.4%;
}

.collection-name {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 90%;
	font-size: 20px;
	color: #FFD4BB;
	position: relative;
	
}
.collection-box {
	width: 80%;
	height: 80%;
	top: 50%;
	margin-top: -35%;
	left: 50%;
	margin-left: -40%;
	vertical-align: middle;
	position: absolute;
	
	text-align: center;
	padding-top: 50%;
	transition: all 0.5s;
}
.collection-name-inner {
	font-size: 20px;
	color: #FFF;

	top: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.collection-box a {
	opacity: 0;
	font-family: 'SpaceGrotesk', 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	transition: background-color 1.3s, opacity 0.5s;
	-moz-transition: background-color 1.3s, opacity 0.5s;
	bottom: 30px;
	
}
.collection-box:hover a {
	opacity: 1;
}
.collection-box a:hover {
	color: #000;
	background-color: rgba(255,255,255,1);
	
}

.collection-indv-padding, #subpage-wrapper {
	padding: 70px 50px;
}
.subpage #main-wrapper {
	margin-top: 50px;
}
.subpage #main-wrapper h1 {
	font-size: 50px;
	line-height: 60px;
	width: 70%;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
}
.subpage .collection-short-description {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0 0 30px 0;
}
.subpage .collection-credits {
	float: left;
	width: 20%;
}
.subpage .credit-heading {
	text-transform: uppercase;
	font-family: 'SpaceGrotesk', 'Open Sans', sans-serif;
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 25px;
	margin-bottom: 3px;
}
.subpage .credit-content {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 26px;
	
}
.subpage .collection-description {
	float: right;
	width: 65%;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}
.subpage .collection-gallery {
	clear: both;
}
.subpage .text-block {
	margin: 60px 0;	
	font-size: 16px;
}
.contact-form {
	background: #FFD4BB;
	padding: 20px;
	border-radius: 5px;
}
.contact-form input, .contact-form textarea {
	font-size: 19px;
	font-family: 'SportingGrotesque', 'Open Sans', sans-serif;
	padding: 10px;
	margin-bottom: 10px;
	background: none;
	border: 0 none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
.contact-form .button {
	cursor: pointer;
	transform: all 0.3s;
}
.contact-form .button:hover {
	background: #FFF;	
	color: #000;
}

#main-wrapper .contact-form {
	background: #FFF;
	padding: 20px;
}
#main-wrapper .contact-form input, #main-wrapper .contact-form textarea {
	font-size: 19px;
	font-family: 'SportingGrotesque', 'Open Sans', sans-serif;
	padding: 10px;
	margin-bottom: 10px;
	background: none;
	border: 0 none;
	border-bottom: 1px solid #FFD4BB;
	color: #FFD4BB;
}
#main-wrapper .contact-form .button {
	cursor: pointer;
	transform: all 0.3s;
}
#main-wrapper .contact-form .button:hover {
	background: #FFF;	
	color: #000;
}
.subpage .presentation-image {
	float: left;
	width: 30%;
}	
.subpage .presentation-image img {
	width: 100%;
}
.subpage .presentation-content {
}
.subpage .presentation-image + .presentation-content {
	float: right;
	width: 65%;
}
.subpage .presentation-form, .subpage .presentation-return-form {
	padding: 40px;
	background: #F4F4F4;
	border: 1px solid #DDD;
	text-align: center;
	margin-top: 50px;
}
.subpage .presentation-form h3, .subpage .presentation-return-form h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
.subpage .presentation-return-form h3 {
	font-size: 18px;
}
.subpage .presentation-form input, .subpage .presentation-form .amount, .subpage .presentation-return-form input {
	display: block;
	margin: 5px auto;
	width: 70%;
	padding: 10px;
	border: 1px solid #DDD;
	text-align: center;
	font-size: 16px;
	font-family: sans-serif;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	transition: all 0.3s;
	border-radius: 4px;
}
.subpage .presentation-form input:focus, .subpage .presentation-form .amount:focus-within, .subpage .presentation-return-form input:focus {
	border-color: #999;
}
.subpage .presentation-form input::placeholder, .subpage .presentation-return-form input::placeholder { 
	color: #999;
	opacity: 1;
}
.subpage .presentation-form .amount {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.subpage .presentation-form .amount input {
	border: 0;
	box-shadow: none;
	display: inline-block;
	margin: 0;
}
.subpage .presentation-form :-ms-input-placeholder { 
	color: #999;
	opacity: 1;
}
.subpage .presentation-form ::-ms-input-placeholder { 
	color: #999;
	opacity: 1;
}
.subpage .presentation-form #donation + label {
	margin-top: 20px;
	margin-right: 0;
	padding: 10px;
	width: 70%;
	font-size: 16px;
	font-family: sans-serif;
	transition: all 0.3s;
}
.subpage .presentation-form #donation + label.ui-state-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.subpage .presentation-form .donation-form {
	display: none;
	width: 70%;
	border: 1px dashed #AAA;
	border-top: 0 none;
	padding: 10px;
	margin: 0 auto;
	background: #FFF;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subpage .presentation-form .donation-form li {
	margin: 10px 0;
}
.subpage .presentation-form .submit, .subpage .presentation-return-form .submit {
	margin-top: 20px;
	background: #111;
	color: #FFF;
	cursor: pointer;
	transition: all 0.3s;
}
.subpage .presentation-form .submit:hover, .subpage .presentation-return-form .submit:hover {
	background: #333;
}

.StripeElement {
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	border: 1px solid #DDD;
	border-radius: 4px;
	background-color: white;
	font-size: 16px;
	font-family: sans-serif;
	
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
	border-color: #999;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
#card-errors {
	display: none;
	font-size: 14px;
	font-family: sans-serif;
	color: #000;
	padding: 5px 10px;
	margin-bottom: 10px;
	box-shadow: 0 5px 5px #CCC;
	background: linear-gradient(#FFE8E8, #FFC1C1);
	background: -moz-linear-gradient(#FFE8E8, #FFC1C1);   
	background: -ms-linear-gradient(#FFE8E8, #FFC1C1);   
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFE8E8), color-stop(100%, #FFC1C1));   
    background: -webkit-linear-gradient(#FFE8E8, #FFC1C1);   
    background: -o-linear-gradient(#FFE8E8, #FFC1C1);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8', endColorstr='#FFC1C1');   
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8', endColorstr='#FFC1C1')";  
	border-bottom: 1px solid #FF8484;
}
#presentation-embed iframe {
	width: 100%;
	background: url(../images/loading.gif) no-repeat center center #DDD;
}