html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, input, textarea
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 0;
	font-size: 100%;
	font-weight: 300;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 

	-moz-text-size-adjust: none;
	-moz-box-sizing: border-box;
	-moz-appearance: none;
	-moz-tap-highlight-color: rgba(0,0,0,0); 

	-ms-text-size-adjust: none;
	-ms-box-sizing: border-box;
	-ms-appearance: none;
	-ms-tap-highlight-color: rgba(0,0,0,0); 
}

html, body {
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
}

body
{
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
	font-family: 'Benton Sans Regular', Helvetica, Arial;
	-webkit-transition: color .3s 0s ease;
	-moz-transition: color .3s 0s ease;
	-ms-transition: color .3s 0s ease;
}

a:hover
{
	text-decoration: none;
	color: #8fa718;
	-webkit-transition: color .3s 0s ease;

	-moz-transition: color .3s 0s ease;
	-ms-transition: color .3s 0s ease;
}

b {
	font-family: 'Benton Sans Medium', Helvetica, Arial;
}

i {
	font-style: italic;
	font-family: 'Benton Sans Light', Helvetica, Arial;
}

::selection {
	background: #e2e2e1;
}

.clear
{
	overflow: hidden;
	clear: both;
}

.container
{
	max-width: 100%;
	margin: 0 auto 0 auto;
	padding: 160px 0 0 0;
	opacity: 0;
	-webkit-transition: opacity .4s 0s ease;
	-moz-transition: opacity .4s 0s ease;
	-ms-transition: opacity .4s 0s ease;
	position: relative;
	background: #fff;
}

.fade-in
{
	overflow-y: auto;
	pointer-events: auto;
	display: block;
	opacity: 1;
}

.fade-out
{
	opacity: 0;
	pointer-events: none;
}

.scale-up
{
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 12s 0s linear;
	-webkit-transform: scale(1.2) !important;

	-moz-transform-origin: 50% 50%;
	-moz-transition: -webkit-transform 12s 0s linear;
	-moz-transform: scale(1.2) !important;

	-ms-transform-origin: 50% 50%;
	-ms-transition: -webkit-transform 12s 0s linear;
	-ms-transform: scale(1.2) !important;
}

.no-animation
{
	-webkit-transition: none;
	-webkit-transform: scale(1) !important;

	-moz-transition: none;
	-moz-transform: scale(1) !important;

	-moz-transition: none;
	-moz-transform: scale(1) !important;
}

.loader
{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2000;
	margin: -50px 0 0 -25px;
	pointer-events: none;
}

.loader li {
	background: #8fa718;
	margin-left: 6px;
	width: 5px;
	height: 120px;
	display: inline-block;
	opacity: 0;
	-webkit-transform: rotateZ(30deg) scale(.2, .05);
	-webkit-animation: loader .7s ease infinite alternate;

	-moz-transform: rotateZ(30deg) scale(.2, .05);
	-moz-animation: loader .7s ease infinite alternate;

	-ms-transform: rotateZ(30deg) scale(.2, .05);
	-ms-animation: loader .7s ease infinite alternate;
}

.loader li:nth-child(2){ 
	-webkit-animation-duration: 0.5s; width: 2px;

	-moz-animation-duration: 0.5s; width: 2px;
	-ms-animation-duration: 0.5s; width: 2px;
}
.loader li:nth-child(3){
	-webkit-animation-duration: 0.8s; width: 4px;

	-moz-animation-duration: 0.8s; width: 4px;
	-ms-animation-duration: 0.8s; width: 4px;
}
.loader li:nth-child(4){
	-webkit-animation-duration: 1s; width: 6px;

	-moz-animation-duration: 1s; width: 6px;
	-ms-animation-duration: 1s; width: 6px;
}

@-webkit-keyframes loader {
	to {
		-webkit-transform: rotateZ(30deg) scale(1,1);
		-moz-transform: rotateZ(30deg) scale(1,1);
		-ms-transform: rotateZ(30deg) scale(1,1);
		opacity: 1;
	}
}


/* header */
.header
{
	width: 100%;
	height: 160px;
	position: absolute;
	z-index: 8000;
	background: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;	
	-webkit-transform: translate3d(0,0,0);

	-moz-touch-callout: none;
	-moz-user-select: none;	
	-moz-transform: translate3d(0,0,0);

	-ms-touch-callout: none;
	-ms-user-select: none;	
	-ms-transform: translate3d(0,0,0);
}

.footer
{
	padding: 0 50px 0 50px;
	background-color: #989797;
}

.footer-container
{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Benton Sans Light', Helvetica, Arial;
	font-size: 11px;
	line-height: 22px;
	border-top: 1px solid #dbdbdb;
	padding: 35px 0;
	color: #fff;
}


.logo
{
	display: block;
	width: 260px;
	height: 110px;
	position: absolute;
	left: 55px;
	top: 25px;
	background: transparent url('../img/logo.png') no-repeat center center;
	background-size: 100%;
	-webkit-transition: opacity .3s 0s ease;

	-moz-transition: opacity .3s 0s ease;

	-ms-transition: opacity .3s 0s ease;
}

.logo:hover
{
	opacity: .5;
	-webkit-transition: opacity .3s 0s ease;

	-moz-transition: opacity .3s 0s ease;

	-ms-transition: opacity .3s 0s ease;
}


.menu
{
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 300;
	width: 690px;
	overflow: hidden;
}

.menu-item
{
	font-family: 'Benton Sans Medium', Helvetica, Arial;
	font-size: 11px;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 0 10px 0 15px;
	position: relative;
	float: left;
}

.underline
{
	position: absolute;
	left: 15px;
	bottom: -6px;
	border: 0;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #b1cd69;
	opacity: 0;
	-webkit-transition: .3s 0s ease;
	-webkit-transform: translate3d(-50%,0,0);

	-moz-transition: .3s 0s ease;
	-moz-transform: translate3d(-50%,0,0);

	-ms-transition: .3s 0s ease;
	-ms-transform: translate3d(-50%,0,0);
}

.menu-item-over
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);

	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.submenu
{
	width: 100%;
	height: 95px;
	background: rgba(200, 200, 200, .7);
	position: absolute;
	top: 160px;
	z-index: 7999;
	text-align: center;
	-webkit-transform: translate3d(0,-100%,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;

	-moz-transform: translate3d(0,-100%,0);
	-moz-touch-callout: none;
	-moz-user-select: none;

	-ms-transform: translate3d(0,-100%,0);
	-ms-touch-callout: none;
	-ms-user-select: none;
}

.show-submenu
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: .3s 0s ease;

	-moz-transform: translate3d(0,0,0);
	-moz-transition: .3s 0s ease;

	-ms-transform: translate3d(0,0,0);
	-ms-transition: .3s 0s ease;
}

.show-submenu-no-motion
{
	-webkit-transform: translate3d(0,0,0);
	
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.hide-submenu
{
	-webkit-transform: translate3d(0,-100%,0);
	-webkit-transition: .3s 0s ease;

	-moz-transform: translate3d(0,-100%,0);
	-moz-transition: .3s 0s ease;


	-ms-transform: translate3d(0,-100%,0);
	-ms-transition: .3s 0s ease;

}

.submenu-item
{
	color: #fff;
	font-family: 'Basketville Bold', Garamond, Times;
	font-size: 10px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 37px;
	margin: 0 50px 0 50px;
}

.submenu-item:hover
{
	color: #000;
}

.submenu-items-holder
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.arrow-down-menu {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	position: absolute;
	left: 100%;
	bottom: -7px;
	z-index: 1000;
}

.arrow-down-submenu {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid rgba(200, 200, 200, .7);
	position: absolute;
	left: 50%;
	bottom: -7px;
	display: none;
}



/* mobile menu */

.mobile-menu
{
	width: 100%;
	height: 100%;
	background: #ffffff;
	padding: 20px 20px 0 20px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4000;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-transform: translate3d(0,-130%,0);
	-webkit-transition: .4s 0s ease;

	-moz-touch-callout: none;
	-moz-user-select: none;
	-moz-transform: translate3d(0,-130%,0);
	-moz-transition: .4s 0s ease;

	-ms-touch-callout: none;
	-ms-user-select: none;
	-ms-transform: translate3d(0,-130%,0);
	-ms-transition: .4s 0s ease;
	opacity: 0;
}

.mobile-menu-item
{
	border-top: 1px solid #aeca25;
	padding: 15px 0 15px 0;
	display: block;
}

.mobile-menu a:nth-child(7)
{ 
	border-bottom: 1px solid #aeca25;
	margin: 20px 0 20px 0;
}

.mobile-menu-item-link
{
	font-family: 'Benton Sans Medium', Helvetica, Arial;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.mobile-submenu-item 
{
	padding: 15px 0 15px 0;
	border-top: 2px dotted #aeca25;
	max-width: 225px;
	margin: 0 auto 0 auto;
	display: block;
}

.mobile-submenu-item-link
{
	font-family: 'Basketville Regular', Garamond;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.mobile-icon-close
{
	background: #fff url(../img/icon-close.png) no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	margin: 0 auto 0 auto;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	cursor: pointer;
}


.show-mobile-menu
{
	-webkit-transform: translate3d(0,60px,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	opacity: 1;
}





/* hamburger icon */


.hamburger
{
	position: absolute;
	width: 50px;
	height: 50px;
	display: none;
	z-index: 1;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: background .5s 0s ease;

	-moz-transform: translate3d(0,0,0);
	-moz-transition: background .5s 0s ease;

	-moz-transform: translate3d(0,0,0);
	-moz-transition: background .5s 0s ease;
}

.hamburger-active
{
	background: rgba(255, 255, 255, .2);
}

.hamburger-line
{
	display: block;
	background: #6d6e71;
	width: 22px;
	height: 3px;
	left: 11px;
	position: absolute;
	-webkit-transition: transform .4s .2s ease;
	-moz-transition: transform .4s .2s ease;
	-ms-transition: transform .4s .2s ease;
}

.hamburger-line-1
{
	top: 15px;
}

.hamburger-line-2
{
	top: 22px;
}

.hamburger-line-3
{
	top: 29px;
}

.line-1-active
{
	-webkit-transform: translate3d(0,7px,0) rotate(45deg);
	-moz-transform: translate3d(0,7px,0) rotate(45deg);
	-ms-transform: translate3d(0,7px,0) rotate(45deg);
}

.line-2-active
{
	opacity: 0;
}

.line-3-active
{
	-webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
	-moz-transform: translate3d(0,-7px,0) rotate(-45deg);
	-ms-transform: translate3d(0,-7px,0) rotate(-45deg);
}





/* icons */

.icon
{
	display: inline-block;
	position: relative;
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
	-webkit-transition: opacity .3s 0s ease;
	-moz-transition: opacity .3s 0s ease;
	-ms-transition: opacity .3s 0s ease;
}

.icon:hover
{
	opacity: .5;
	-webkit-transition: opacity .3s 0s ease;
	-moz-transition: opacity .3s 0s ease;
	-ms-transition: opacity .3s 0s ease;
}

.icon-twitter
{
	top: -5px;
	left: 10px;
	width: 25px;
	height: 25px;
	background-position: -13px -13px;
}

.icon-twitter:hover
{
	background-position: -113px -13px;
}

.icon-instagram
{
	top: -5px;
	left: 7px;
	width: 25px;
	height: 25px;
	background-position: -64px -13px;
}

.icon-instagram:hover
{
	background-position: -164px -13px;
}

.icon-twitter-large
{
	top: 7px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-position: -13px -63px;
}

.icon-twitter-large:hover
{
	background-position: -113px -63px;
}

.icon-instagram-large
{
	top: 7px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-position: -64px -63px;
}

.icon-instagram-large:hover
{
	background-position: -164px -63px;
}

.icon-plus
{
	width: 14px;
	height: 14px;
	display: none;
	position: absolute;
	top: 23px;
	right: 0px;
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
	background-size: 100px 50px;
	background-position: -19px -19px;
}


/* photo  */
.photo-grants-container
{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.photo-grants-container .grant-photo-text {
	position: static;
	text-align: center;
	background-color: #c2c2c2;
	padding: 40px 20px 60px;
	margin: 0;
	width: 100%;
	height: auto;
}
.photo-container .photo-wrapper,
.photo-grants-container:not(.home) .photo-wrapper {max-height: 500px;}
.photo-grants-container.home .photo-wrapper {max-height: none;}
.photo-grants-container .grant-photo-text .grant-name {}
.photo-grants-container .bullets {margin: 0; transform: translate(-50%, 0); bottom: 12px;}
.photo-grants-container .grant-divider {margin: 25px auto 15px;}
.photo-grants-container .grant-subtitle {color: #000;}

.contact-text .social-link {
	font-weight: 300;
	font-size: 14px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
}

@media screen and (max-width: 990px) {
	.photo-grants-container.home .slide-content-container {
		position: static;
		transform: none;
		height: auto;
		min-height: 1px;
		width: 100%;
		max-width: 100%;
	}
}

.photo-container {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	background: #000;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.photo
{
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	opacity: 1;
	float:left;
	position: relative;
}

.photo-wrapper
{
	width: 100%;
	height: auto;
	float:left;
	position: relative;
	overflow: hidden;
}
.slide-content-container {
	position: absolute;
	width: 100%;
	max-width: 516px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(211, 211, 211, 0.9);
	z-index: 100;
	padding: 44px 40px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	display: flex;
	align-items: center;
	min-height: 410px;
}
.slide-content-container .inner {width: 100%;}
.photo-title {font-family: 'Basketville Italic', Garamond, Times;text-transform: uppercase;color: #000000;z-index: 100;text-align: center;pointer-events: none;}
.photo-subtitle {font-family: 'Benton Sans Light', Helvetica, Arial;color: #000000;z-index: 100;text-align: center;pointer-events: none; font-weight: 300; text-transform: uppercase;}
.photo-title1 {font-size: 52px; line-height: 70px; letter-spacing: 0; font-weight: 600;}
.photo-subtitle1 {font-size: 46px; letter-spacing: 0;}
.photo-title2 {font-size: 36px;line-height: 36px;letter-spacing: 1px;margin-bottom: 20px;}
.photo-subtitle2 {font-size: 20px;line-height: 38px;letter-spacing: 0;}
.photo-title3 {font-size: 36px;line-height: 36px;letter-spacing: 1px;margin-bottom: 20px;}
.photo-subtitle3 {font-size: 20px;line-height: 38px;letter-spacing: 0;}




.bullets, .bullets-home
{
	width: 150px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin: 0 0 0 -50px;
	overflow: hidden;
	text-align: center;
	z-index: 500;
}

.bullet
{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 999px;
	display: inline-block;
	margin: 0 5px 0 0;
	opacity: .4;
	cursor: pointer;
}



/* photo grants */


.photo-grant-title
{
	font-family: 'Benton Sans Medium', Helvetica, Arial;
	letter-spacing: 9px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	z-index: 100;
	width: 450px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -160px 0 0 -225px;
	pointer-events: none;
}

.photo-grant-text
{
	font-family: 'Benton Sans Regular', Helvetica, Arial;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	z-index: 100;
	width: 450px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 90px 0 0 -225px;
	pointer-events: none;
}

.map
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -105px 0 0 -135px;
	z-index: 200;
}

.photo-grant-text2
{
	font-family: 'Benton Sans Regular', Helvetica, Arial;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	padding: 0 20px 30px 20px;
	text-align: center;
	pointer-events: none;
}
.photo-grant-text2 .inner {width: 100%; max-width: 480px; margin: 0 auto; font-size: 16px;}


.contact-us-section {}
.contact-us-section .column-left,
.contact-us-section .column-right {width: 49%; max-width: 320px;}

/*custom form*/
.custom-form {width: 100%;}
.custom-form .form-row {margin-bottom: 15px;}
.custom-form .form-row input[type="text"],
.custom-form .form-row textarea {
	width: 100%;
	padding: 16px 10px;
	border: 1px solid #e5e5e5;
	font-family: 'Benton Sans Light', Helvetica, Arial;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.custom-form .form-row.has-error input[type="text"],
.custom-form .form-row.has-error textarea {
	border-color: #b74141;
}
.custom-form .form-row *::-webkit-input-placeholder {color: #989797;}
.custom-form .form-row *::-moz-placeholder {color: #989797;}
.custom-form .form-row *:-ms-input-placeholder {color: #989797;}
.custom-form .form-row *:-moz-placeholder {color: #989797;}
.custom-form .form-row textarea {
	min-height: 150px;
}
.custom-form .form-row button {
	font-family: 'Benton Sans Light', Helvetica, Arial;
	background-color: #1f1f1f;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 10px;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 4px;
	cursor: pointer;
	text-align: center;
}
.custom-form .send-status {width: 100%; padding: 16px 10px; border: 1px solid transparent; color: #000; font-family: 'Benton Sans Light', Helvetica, Arial; font-size: 18px; line-height: 24px;}
.custom-form .send-status.success {border-color: #00AA22;}
.custom-form .send-status.error {}


/* home */


.section
{
	text-align: center;
	padding: 80px 0 80px 0;
	overflow: hidden;
}

.title
{
	font-family: 'Benton Sans Medium', Helvetica, Arial;
	font-size: 19px;
	letter-spacing: 8px;
	text-transform: uppercase;
	padding: 0 0 40px 0;
}

.text
{
	margin: 0 auto 0 auto;
	/*padding: 0 0 60px 0;*/
	padding: 0 0 0 0;
	max-width: 540px;
	line-height: 24px;
	font-size: 16px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
}

.asterisk
{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 32px;
	font-family: 'Benton Sans Medium', Helvetica, Arial;
}


.arrow-left
{
	width: 50px;
	height: 100%;
	position: absolute;
	background: transparent url('../img/arrows.png') no-repeat -25px center;
	left: 50px;
	opacity: .6;
	z-index: 1000;
	-webkit-transition: opacity .2s 0s ease;
	-moz-transition: opacity .2s 0s ease;
	-ms-transition: opacity .2s 0s ease;
	cursor: pointer;
}

.arrow-right
{
	width: 50px;
	height: 100%;
	position: absolute;
	background: transparent url('../img/arrows.png') no-repeat -125px center;
	right: 50px;
	opacity: .6;
	z-index: 1000;
	-webkit-transition: opacity .2s 0s ease;
	-moz-transition: opacity .2s 0s ease;
	-ms-transition: opacity .2s 0s ease;
	cursor: pointer;
}

.arrow-left,
.arrow-right {
	top: auto!important;
	bottom: 75px;
}

.arrow-left:hover,
.arrow-right:hover
{
	opacity: 1;
	-webkit-transition: opacity .2s 0s ease;
	-moz-transition: opacity .2s 0s ease;
	-ms-transition: opacity .2s 0s ease;
}



.contact-text
{
	font-size: 14px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
	line-height: 22px;
}
.contact-text .icon {position: static; vertical-align: middle;}
.contact-text b
{
	font-family: 'Benton Sans Medium', Helvetica, Arial;
}

.more
{
	font-size: 11px;
	font-family: 'Benton Sans Medium', Helvetica, Arial;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 0 0 0;
	color: #000;
}

.more:hover
{
	color: #8fa718;
}

.more:hover .icon-more
{
	background-position: -76px -19px;
}

.icon-more
{
	display: inline-block;
	width: 13px;
	height: 14px;
	position: relative;
	top: 4px;
	right: 0px;
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
	background-size: 100px 50px;
	background-position: -63px -19px;
}

.divider
{
	width: 280px;
	margin: 0 auto 60px auto;
	border-top: 1px solid #ccc;
}

.our-mission
{
	display: none;
}

.column-container
{
	max-width: 690px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	text-align: left;
	overflow: hidden;
}

.column-left
{
	max-width: 290px;
	text-align: left;
	float: left;
}

.column-right
{
	max-width: 290px;
	text-align: left;
	float: right;
}

.column-grants
{
	max-width: 1000px;
}

.column-grants .column {
	width:30%;
	padding:0;
}

.column-grants a {
	margin-left:4%;
}

.column-grants a:first-child {
	margin-left:0;
}

.founder-name
{
	font-size: 15px;
	letter-spacing: 6px;
	font-family: 'Benton Sans Medium', Helvetica, Arial;
}

.founder-title
{
	font-size: 12px;
	letter-spacing: 6px;
	font-family: 'Basketville Regular', Garamond;
	padding: 5px 0 0 0;
}

.founder-text
{
	font-size: 14px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
	line-height: 22px;
	padding: 20px 0 0 0;
}

.founder-text b
{
	font-family: 'Benton Sans Medium', Helvetica, Arial;
}

.founder-photo
{
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	opacity: 1;
	-webkit-transition: opacity .4s 0s ease;
	-webkit-transform: translate3d(0,0,0);
	-moz-transition: opacity .4s 0s ease;
	-moz-transform: translate3d(0,0,0);
	-ms-transition: opacity .4s 0s ease;
	-ms-transform: translate3d(0,0,0);
}


.founder-photo:hover
{
	/*opacity: 1;*/
	/*-webkit-transition: opacity .4s 0s ease;*/
	/*-moz-transition: opacity .4s 0s ease;*/
	/*-ms-transition: opacity .4s 0s ease;*/
}

.founder-link
{
	background: #444;
	display: block;
}

div.column-founders-right li {

	margin-left:40px;
	font-size:inherit;
	
}



/* home thumbs */


.column
{
	width: 33.33%;
	padding: 0 15px 0 15px;
	float: left;
	color: #fff;
	display: block;
	margin: 0 auto 0 auto;
	position: relative;
}


.thumbs
{
	width: 100%;
	background: #1f1f1f;
	padding: 60px 0 60px 0;
}

.thumb
{
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	opacity: 1;
	border: 0;
	-webkit-transition: opacity .3s 0s ease;
	-webkit-transform: translate3d(0,0,0);

	-moz-transition: opacity .3s 0s ease;
	-moz-transform: translate3d(0,0,0);

	-ms-transition: opacity .3s 0s ease;
	-ms-transform: translate3d(0,0,0);
}

.thumb:hover
{
	/*opacity: 1;*/
	/*-webkit-transition: opacity .3s 0s ease;*/
	/*-moz-transition: opacity .3s 0s ease;*/
	/*-ms-transition: opacity .3s 0s ease;*/
}

.thumb-title
{
	font-family: 'Basketville Bold', Garamond;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 3px;	
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 0 auto;
}








/* founders */


.founders
{
	margin: 0 auto 0 auto;
	padding: 75px 20px 60px 20px;
	max-width: 690px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}

.column-founders-left
{
	float: left;
	width: 40%;
	padding: 60px  0 0 0;
	line-height: 24px;
	font-size: 16px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
}

.column-founders-right
{
	float: right;
	width: 60%;
	padding: 60px  0 0 0;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
}

.founders-founder-photo
{
	width: 100%;
	display: block;
	margin: 0 0 15px 0;
}


.founders-founder-name
{
	font-size: 20px;
	letter-spacing: 5px;
	font-family: 'Benton Sans Medium', Helvetica, Arial;
}

.founders-founder-title
{
	font-size: 11px;
	letter-spacing: 3px;
	font-family: 'Basketville Regular', Garamond;
	padding: 3px 0 0 0;
}


.founders-quote
{
	font-family: 'Basketville Regular', Garamond, Times;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0px 0 20px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: none;
}




/* grants */

.grants
{
	margin: 0 auto 0 auto;
	padding: 60px 20px 20px 20px;
	max-width: 690px;
	overflow: hidden;
}

.column-grants-left
{
	float: left;
	width: 50%;
	padding: 0 80px 0 0;
	line-height: 28px;
	font-size: 18px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
}

.column-grants-right
{
	float: right;
	width: 50%;
	padding: 0 0 0 0;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Benton Sans Light', Helvetica, Arial;
}


.map-grants
{
	width: 100%;
	height: auto;
	border: 0;
	display: block;
	margin: 80px 0 0 0;
}

.grants-additional
{
	margin: 70px 0 0 0;
	padding: 40px 0 20px 0;
	border-bottom: 0 none;
	border-top: 1px solid #a1ba25;
	text-align: center;
	font-family: 'Benton Sans Light', Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
}

.grants-additional-title
{
	font-family: 'Basketville Regular', Garamond, Times;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

.grant-photo-text
{
	position: absolute;
	top: 50%;
	left: 0;
	margin: -20px 0 0 0;
	z-index: 600;
	text-align: left;
	padding: 0 0 0 80px;
	width: 700px;
	height: 140px;
}

.grant-title
{
	font-family: 'Benton Sans Light', Helvetica, Arial;
	color: #000;
	font-size: 30px;
	line-height: 36px;
	opacity: 0;
}

.grant-subtitle
{
	font-family: 'Benton Sans Regular', Helvetica, Arial;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
}

.grant-divider
{
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #000;
	margin: 25px 0 15px 0;
}

.grant-name
{
	display: none;
}

.show-title
{
	opacity: 1;
	-webkit-transition: opacity 1.2s 0s ease-out;
	-moz-transition: opacity 1.2s 0s ease-out;
	-ms-transition: opacity 1.2s 0s ease-out;
}

.show-subtitle
{
	opacity: 1;
	-webkit-transition: opacity 1.2s .1s ease-out;
	-moz-transition: opacity 1.2s .1s ease-out;
	-ms-transition: opacity 1.2s .1s ease-out;
}

.hide-title
{
	opacity: 0;
	-webkit-transition: opacity .2s 0s ease-out;
	-moz-transition: opacity .2s 0s ease-out;
	-ms-transition: opacity .2s 0s ease-out;
}

.hide-subtitle
{
	opacity: 0;
	-webkit-transition: opacity .2s 0s ease-out;
	-moz-transition: opacity .2s 0s ease-out;
	-ms-transition: opacity .2s 0s ease-out;
}

.show-content
{
	opacity: 1;
	-webkit-transition: opacity .3s 0s ease-out;
	-moz-transition: opacity .3s 0s ease-out;
	-ms-transition: opacity .3s 0s ease-out;
}

.hide-content
{
	opacity: 0;
	-webkit-transition: opacity .3s 0s ease-out;
	-moz-transition: opacity .3s 0s ease-out;
	-ms-transition: opacity .3s 0s ease-out;
}

.caption
{
	text-align: center !important;
	font-size: .9em;
}

/* Desktop */

@media screen and (max-width: 1035px)
{
	.header
	{
		width: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	
	.header .menu {
		position:absolute;
		bottom:10px; 
		width:auto;
	}
	
}




/* tablet */

@media screen and (max-width: 990px)
{
	.header
	{
		height: 120px;
		border: 0;
	}
	
	.footer
	{
		padding: 0 20px 0 20px;
	}
	
	.asterisk
	{
		bottom: 10px;
		right: 10px;
		font-size: 24px;
	}
	
	
	.arrow-left, .arrow-right
	{
		top: 0;
	}
	
	.logo
	{
		margin: 0 0 0 -90px;
		left: 50%;
		top: 22px;
		width: 180px;
		height: 76px;
	}
	
	.hamburger
	{
		right: 10px;
		bottom: 23px;
		display: block;
	}
	
	.menu, .submenu, .arrow-down-menu
	{
		display: none;
	}
	
	.container
	{
		padding: 120px 0 0 0;
		border: 0;
	}
	
	.thumb-title
	{
		width: 130px;
	}
	.slide-content-container {}
	.photo-title2
	{
		font-size: 36px;
		line-height: 36px;
		letter-spacing: 1px;
		width: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
	
	.photo-subtitle2
	{
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 3px;
		width: 100%;
		left: 0;
		top: 0;
		margin: 15px 0 0;
	}
	
	.photo-title3
	{
		font-size: 36px;
		line-height: 36px;
		letter-spacing: 1px;
		width: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
	
	.photo-subtitle3
	{
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 3px;
		z-index: 100;
		width: 100%;
		left: 0;
		top: 0;
		margin: 15px 0 0;
	}
	
	.bullets-home
	{
		display: none;
	}
	
	.grant-photo-text
	{
		margin: -50px 0 0 0;
	}
}

.arrow-left, .arrow-right {
	background: none;
	height: 60px;
	toP: 50%;
	opacity: 1;
	-webkit-transition: unset;
	-moz-transition: unset;
	transition: unset;
}
.arrow-left:before, .arrow-left:after, .arrow-right:before,.arrow-right:after {
	content: '';
	display: block;
	position: absolute;
	toP: 50%;
	left: 0;
	width: 26px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
}
.arrow-left:before {
	transform: rotate(45deg) translate(0, -50%);
	margin-top: 8px;
	margin-left: 9px;
}
.arrow-left:after {
	transform: rotate(-45deg);
	margin-top: -10px;
	margin-left: 10px;
}
.arrow-right:before {
	transform: rotate(45deg);
	margin-top: -10px;
	margin-left: 15px;
}
.arrow-right:after {
	transform: rotate(-45deg) translate(0, -50%);
	margin-top: 8px;
	margin-left: 16px;
}

@media (max-width: 980px){
	/*.arrow-left, .arrow-right {*/
		/*background-color: rgba(0,0,0,0.6);*/
	/*}*/
	.arrow-left {left:0;}
	.arrow-right {right:0;}
}
@media (max-width: 460px){
	.photo-grants-container .grant-photo-text {
		min-height: 220px;
		padding-left: 40px;
		padding-right: 40px;
	}
}




/* mobile  */

@media screen and (max-width: 640px)
{
	.section
	{
		padding: 40px 0 40px 0;
	}

	.photo-title
	{
		font-size: 40px;
	}
	
	.photo-subtitle
	{
		font-size: 30px;
		margin-top: 5px;
		letter-spacing: 2px;
	}
	
	.title
	{
		font-size: 14px;
		letter-spacing: 7px;
		padding: 0 0 20px 0;
	}
	
	.text, .contact-text
	{
		font-size: 14px;
		line-height: 20px;
		padding: 0px 20px 20px 20px;
	}
	
	
	.our-mission
	{
		display: block;
	}
	
	
	.divider
	{
		width: 280px;
		margin: 20px auto 40px auto;
		border-top: 1px solid #ccc;
	}
	
	.founder-name
	{
		font-size: 11px;
		letter-spacing: 0;
	}
	
	.founder-title
	{
		font-size: 10px;
		letter-spacing: 2px;
	}
	
	.founder-description
	{
		display: none;
	}
	
	.founder-title, .founder-name
	{
		text-align: left;
	}
	
	
	.column-container
	{
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0 20px 0 20px;
		text-align: left;
		overflow: hidden;
	}
	
	.column-left
	{
		width: 50%;
		text-align: left;
		float: left;
		padding: 0 10px 0 0;
	}
	
	.column-right
	{
		width: 50%;
		text-align: left;
		float: right;
		padding: 0 0 0 10px;
	}
	
	.photo-grant-title
	{
		margin: -55px 0 0 -150px;
		width: 300px;
		font-size: 13px;
		letter-spacing: 5px;
	}
	
	.photo-grant-text
	{
		display: none;
	}
	
	.photo-grant-text2
	{
		display: block;
		font-size: 14px;
	}
	
	.thumbs
	{
		padding: 30px 0 10px 0;
	}
	
	.map
	{
		width: 140px;
		margin: -20px 0 0 -70px;
	}
	
	.column
	{
		width: 100%;
		float: none;
		padding: 20px 0 20px 0;
		overflow: hidden;
		border-top: 1px solid #555;
		display: block;
	}
	
	.column-contact
	{
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 0 0 -20px;
	}
	
	.thumb
	{
		width: 130px;
		float: left;
		margin: 0;
	}
	
	.thumb-title
	{
		text-align: left;
		float: left;
		width: 150px;
		font-size: 9px;
		line-height: 18px;
		letter-spacing: 3px;
		padding: 0 10px 0 15px;
		display: inline-block;
	}
	
	.icon-plus
	{
		display: block;
	}
	.photo-grants-container.home .slide-content-container {padding: 20px;}
	.photo-title2
	{
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 1px;
		width: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
	
	.photo-subtitle2
	{
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
		width: 100%;
		left: 0;
		top: 0;
		margin: 15px 0 0;
	}
	
	
	.photo-title3
	{
		font-size: 24px;
		line-height: 24px;
		letter-spacing: 1px;
		width: 100%;
		left: 0;
		top: 0;
		margin: 0;
		/*display: none;*/
	}
	
	.photo-subtitle3
	{
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0;
		z-index: 100;
		width: 100%;
		left: 0;
		top: 0;
		margin: 15px 0 0;
		/*display: none;*/
	}
	
	
	
	
	
	
	
	
	
	/* founders */
	
	.founders
	{
		padding: 30px;
		line-height: 20px;
		font-size: 14px;
	}
	
	
	.column-founders-left
	{
		float: none;
		width: 100%;
		padding: 35px 0 0 0;
	}
	
	.column-founders-right
	{
		padding: 0;
		float: none;
		width: 100%;
	}
	
	.founders-photo-holder
	{
		width: 130px;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}
	
	.founders-founder-photo
	{
		width: 200px;
		height: 80px;
		margin: 0 0 0 -20px;
	}
	
	.founders-founder-name, .founders-founder-title
	{
		text-align: center;
	}
	
	.founders-founder-name
	{
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 3px;	
	}
	
	.founders-founder-title
	{
		font-size: 10px;
		line-height: 14px;
		padding: 3px 0 10px 0;
		letter-spacing: 3px;	
	}
	
	.founders-quote
	{
		display: block;
	}
	
	
	
	
	/* grants */
	
	
	.column-grants-right, .column-grants-left
	{
		float: none;
		width: 100%;
	}
	
	.column-grants-left
	{
		padding: 0;
		font-size: 17px;
		line-height: 24px;
		font-family: 'Basketville Regular', Garamond;
		text-align: center;
	}
	
	.map-grants
	{
		width: 200px;
		height: auto;
		margin: 30px auto 30px auto;
	}
	
	.photo
	{
		width: 170%;
	}
	
	.photo-container
	{
		height: 228px;
	}
	
	.grant-photo-text
	{
		left: 50%;
		margin: -10px 0 0 -140px;
		text-align: center;
		padding: 0;
		width: 280px;
		pointer-events: none;
	}
	
	.grant-title
	{
		font-size: 20px;
		line-height: 28px;
		//opacity: 0;
	}
	
	.grant-name
	{
		font-size: 12px;
		line-height: 16px;
		font-family: 'Basketville Regular', Garamond;
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #000;
		position: absolute;
		top: -75px;
		left: 50%;
		width: 280px;
		margin: 0 0 0 -140px;
		display: block;
	}
	
	.grant-divider
	{
		display: none;
	}


	.column-grants .column {
		width: 100%;
		margin-left: 0;
		border-top: 0;
	}
	.column-grants .column .thumb {width: 100%;}
	.column-grants .column .thumb-title {width: 100%; text-align: center; padding: 16px 0 30px; font-size: 12px;}
	.column-grants .column .icon-plus {display: none;}

}
@media screen and (max-width: 640px) {
	.contact-us-section .column-left, .contact-us-section .column-right {width: 100%; max-width: 100%; margin: 0;}
	.contact-us-section .column-left .contact-text {padding-left: 0; padding-right: 0;}

	.photo-grants-container .grant-photo-text {
		position: relative;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 220px;
		z-index: 1;
		padding-top: 60px;
	}
	.grant-subtitle
	{
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		padding: 0;
	}
	.photo-grants-container .grant-photo-text .grant-name {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		margin: 0;
		display: block;
	}
	/*.photo-grants-container .grant-photo-text .grant-name br {display: none;}*/
	.contact-us-section .column-left, .contact-us-section .column-right {width: 100%; max-width: 100%;}
}