<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav {
	position:absolute;
	top:0;
	width:100%;
	z-index:1000;
}
#mobile-nav {
	display:none;
}	
.mobile-menu-items &gt; a {
	text-decoration: none;
}
#full-nav {
	position:fixed;
	top:0;
	width:100%;
	background-color:#e7b220;
	z-index:200;
}
#header {
	background-image:url('../images/img-home-header-new.jpg');
	background-size:cover;
	background-position:bottom;
	min-height:650px;
}
#headerTitle {
	margin-top:200px;
}
#headerMainTitle {
	font-size:82px;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	color:#e7b220;
}
#headerMainTitle span {
	font-weight:700;
	color:#ffffff;
}
#headerSubTitle {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:28px;
	color:#ffffff;
}
#belowNav.go-away{
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
#belowNav.come-in{
	-webkit-animation-name: fadeOutIn;
	animation-name: fadeOutIn;
}
a{
	font-weight:bold;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}
#belowNav {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#belowNavSection {
	position:relative;
}
.navBlock {
	position:absolute;
	margin-top:-70px;
	text-align:center;
	min-height:220px;
	width: 75%;
	border: 5px solid white;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:22px;
	color:#ffffff;
}
.overlay {
	height: 100%;
	z-index: 2;
	position: absolute;
	width: 100%;
	color:white;
}
.overlay:hover {
	background-color:rgba(255, 255, 255,0.25);
}
.active, .active:hover {
	color:#000000;
	background:#dcdcdc;
	opacity:.5;
}
.blockText {
	width: 80%;
	height: 20%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.homeBlock {
	background-image:url('../images/img-home-buttons-new.jpg');
	background-size:cover;
	background-position:center;
}
.faqBlock {
	background-image:url('../images/img-home-buttons-faq.jpg');
	background-size:cover;
	background-position:center;
}
.buildingBlock {
	background-image:url('../images/img-home-buttons-building.jpg');
	background-size:cover;
	background-position:center;
}
.giveBlock {
	background-image:url('../images/img-home-buttons-givenow.jpg');
	background-size:cover;
	background-position:center;
}
/*
Sticky Nav
*/
#stanley-logo {
	padding:10px 0px;
}
#sticky-nav {
	position:fixed;
	top:0;
	/*opacity:0;*/
	width:100%;
	background-color:#e7b220;
	z-index:200;
	/*-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
}
#sticky-nav.come-in{
	-webkit-animation-name: fadeOutIn;
	animation-name: fadeOutIn;
}
#sticky-nav.go-away{
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-110px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeOutIn {
	0% {
		opacity: 0;
		transform: translateY(-110px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
#stickyMainTitle {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:43px;
	color:white;
}
#stickyMainTitle span {
	font-weight:700;
}
#stickySubTitle {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#454545;
}
.sticky-menu-item {
	padding: 5px 0px;
	cursor: pointer;
	min-height:80px;
}
.sticky-menu-item .sticky-text {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#454545;
	line-height:80px;
}
.sticky-menu-item:hover {
	background-color:rgba(255, 255, 255,0.75);
	color:#999999;
}
.sticky-menu-item &gt; a {
	/*color: #454545;*/
	text-decoration: none;
}
#sticky-give-now {
	background-color:rgba(255, 255, 255,0.5);
}
.border-stick {
	border-left:1px solid rgba(255, 255, 255,0.5);
}
.sticky-text {
	vertical-align: middle;
	display: inline-block;
}
/*
Main Text
*/
#mainText {
	margin-top:225px;
}
#quoteBlock {
	border-left: 10px solid #e7e7e7;
}
#quoteText {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#454545;
}
#quoteMaker {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#908f8f;
	margin-top:20px;
}
#quoteMaker span {
	font-style:italic;
}
#introText {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#454545;
	margin-top:30px;
}
#introText p {
	margin-top:30px;
}
/*
Why This?
*/
#whyText {
	margin-top:80px;
	padding:50px 0px;
	background-color:#efefef;
}
#whyTitle {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:40px;
	color:#454545;
}
#whyBody {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#454545;
}
#whyBody p {
	margin-top:30px;
}
/*
Collections
*/
#collectionText {
	background-image:url('../images/img-pollock.jpg');
	background-size:cover;
	background-position:center;
	padding-top:100px;
	padding-bottom:80px;
	min-height:400px;
}
#collectionTextBox {
	background-color:rgba(215, 98, 96, 0.85);
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:15px;
	padding: 25px;
}
/*
Why Now?
*/
#whyNowText {
	padding:50px 0px;
	background-color:#efefef;
}
#whyNowTitle {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:40px;
	color:#454545;
}
#whyNowBody {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#454545;
}
#whyNowBody p {
	margin-top:30px;
}
/*
Total People
*/
#totalPeopleText {
	background-image:url('../images/img-dragon.jpg');
	background-size:cover;
	background-position:center;
	padding-top:100px;
	padding-bottom:80px;
	min-height:400px;
}
#totalPeopleTextBox {
	background-color:rgba(67, 153, 67, 0.85);
	color:#ffffff;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:15px;
	padding: 25px;
}
/*
Why You?
*/
#whyYouText {
	padding-top:50px;
	padding-bottom:100px;
	background-color:#efefef;
}
#whyYouTitle {
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	font-size:40px;
	color:#454545;
}
#whyYouBody {
	font-family:'Montserrat', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#454545;
}
#whyYouBody p {
	margin-top:30px;
}
/*
Footer
*/
#footer {
	background-color:#363636;
	padding-top:50px;
	padding-bottom:100px;
}
#footerText {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#9b9b9b;
	margin-top:30px;
	line-height:2;
}
#footerText a {
	color:#e7b220;
}</pre></body></html>