/********** AVENIR FONT ***********/
@font-face {
	font-family: 'AvenirReg';
	src: url('../webfonts/avenirltstd-roman.eot');
	src: url('../webfonts/avenirltstd-roman.eot') format('embedded-opentype'), url('../webfonts/avenirltstd-roman.woff') format('woff'), url('../webfonts/avenirltstd-roman.ttf') format('truetype'), url('../webfonts/avenirltstd-roman.svg#AvenirLTStd55Roman') format('svg');
}
@font-face {
	font-family: 'AvenirBook';
	src: url('../webfonts/avenirltstd-book.eot');
	src: url('../webfonts/avenirltstd-book.eot') format('embedded-opentype'), url('../webfonts/avenirltstd-book.woff') format('woff'), url('../webfonts/avenirltstd-book.ttf') format('truetype'), url('../webfonts/avenirltstd-book.svg#AvenirLTStd45Book') format('svg');
}
@font-face {
	font-family: 'AvenirBlk';
	src: url('../webfonts/avenirltstd-black.eot');
	src: url('../webfonts/avenirltstd-black.eot') format('embedded-opentype'), url('../webfonts/avenirltstd-black.woff') format('woff'), url('../webfonts/avenirltstd-black.ttf') format('truetype'), url('../webfonts/avenirltstd-black.svg#AvenirLTStd95Black') format('svg');
}
@font-face {
	font-family: 'AvenirDemi';
	src: url('../webfonts/3517AC_0_0.eot');
	src: url('../webfonts/3517AC_0_0.eot') format('embedded-opentype'), url('../webfonts/3517AC_0_0.woff') format('woff'), url('../webfonts/3517AC_0_0.ttf') format('truetype');
}
/***** END AVENIR *****/

/***** ICON FONT *****/

@font-face {
	font-family: 'FontAwesome';
	src: url('../webfonts/fontawesome-webfont.eot');
	src: url('../webfonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff') format('woff'), url('../webfonts/fontawesome-webfont.ttf') format('truetype'), url('../webfonts/fontawesome-webfont.svg#IconFont') format('svg');
}
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
body {
	background-color: #fff;
}
html, body {
	height: 100%;
}
.clear {
	clear: both;
}
.bold {
	font-family: 'AvenirBlk';
}
#header-container {
	background-color: rgba(0, 0, 0, .4);
	height: 98px;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	color: #fff;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
/*#header-container div { border: 1px red solid; }*/
#header-container:hover {
	background-color: rgba(0, 0, 0, .7) !important;
}
#header {
	position: relative;
	width: auto;
	max-width: 1585px;
	padding-left: 15px;
	margin: 0 auto;
}
#logo {
	width: 226px;
	float: left;
	padding-top: 22px;
	margin-left: 10px;
}
#logo img {
	width: 100%;
	height: auto;
}
.locked {
	position: fixed;
}
.unlocked {
	position: relative;
}
.dark {
	background-color: rgba(0, 0, 0, .8) !important;
}
.darker {
	background-color: rgba(0, 0, 0, .6) !important;
}
/* ///////////////////// MAIN NAV ///////////////////// */
#main-nav {
	float: left;
	text-align: right;
	/* width: 635px; */
	margin-left: 50px;
	padding-top: 15px;
}
#main-nav ul li {
	display: inline-block;
	position: relative;
	padding: 15px 0 5px 0;
	margin: 0 15px;
}
#main-nav ul li:hover {
	border-bottom: 4px #E2A344 solid;
}
#main-nav ul li ul li {
	margin-right: 0;
}
#main-nav ul li a {
	font-size: 14px;
	letter-spacing: .5px;
	font-family: 'AvenirBlk', sans-serif;
	color: #fff;
	text-decoration: none;
}
.nav-drop {
	display: none;
	position: absolute;
	top: 98px;
	background-color: #fff;
	color: #abaaaa;
	z-index: 9999;
	max-width: 1200px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.drop-picture {
	width: 40%;
	float: left;
}
.drop-picture img {
	width: 100%;
	height: auto;
	display: block;
}
.drop-links {
	width: 23%;
	float: left;
}
.drop-links-container {
	padding: 35px 25px 0 38px;
}
.drop-link {
	font-family: 'AvenirBlk', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 25px;
	padding: 0;
	border: 2px solid #fff;
	border-width: 0 0 2px 0;
	display: inline-block;
	color: #252d33;
	text-decoration: none;
}
.drop-link:hover {
	color: #E2A344;
}
.drop-feature {
	width: 33%;
	float: right;
	padding-top: 35px;
}
.feature-container {
	padding: 0 30px 0 30px;
	font-family: 'AvenirReg', sans-serif;
	font-size: 14px;
	border: #f0f0f0 solid;
	border-width: 0 0 0 2px;
}
.drop-feature img {
	width: 100%;
	height: auto;
}
.drop-feature p {
	margin-top: 7px;
	line-height: 20px;
	color: #4a4949;
	/*text-align: justify; */
	text-align-last: center;
}
.drop-feature a {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #E2A344;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.drop-feature a:hover {
	color: #bbb;
}
/********** RIGHT NAV *********/
#right-nav { /*display: none;*/
	float: right;
	width: 262px; /*border: 1px yellow solid;*/
	padding-top: 25px;
	z-index: 100;
}
.right-nav-box {
	text-align: center;
	float: left;
}
.right-nav-box:hover a {
	color: #E2A344;
}
.right-nav-box a {
	color: #fff;
	text-decoration: none;
}
.right-nav-box a:hover {
	color: #E2A344;
}
.right-nav-box-icon {
	font-family: 'FontAwesome';
	font-size: 20px;
	margin-bottom: 5px;
}
a.right-nav-box-link {
	position: relative;
	font-family: 'AvenirBook', sans-serif;
	font-size: 13px;
	display: inline-block;
	height: 18px;
}
#right-nav-left {
	width: 55px;
}
#right-nav-mid {
	width: 100px;
	padding-left: 1px;
}
#right-nav-right {
	width: 70px;
}
/****** GREEN RFP BOX *******/
#green-box {
	float: right;
	background-color: #E2A344;
	width: 172px;
	height: 98px;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-family: 'AvenirBlk', sans-serif;
	margin-left: 20px;
	letter-spacing: 1px;
}
#green-box:hover {
	background-color: #C5BE3A;
}
#green-box a {
	display: inline-block;
	margin-top: 25px;
	text-decoration: none;
	color: #fff;
}
/*.right { float: right; }
.left { float: left; }*/

/* ///////////////////// MOBILE NAV ////////////////////////// */
#mobile-menu-button {
	display: none;
	width: 30px;
	position: absolute;
	top: 30px;
	right: 130px;
	z-index: 99999;
	font-family: FontAwesome;
	font-size: 30px;
}
#mobile-menu-button a {
	text-decoration: none;
	color: #fff;
}
#mobile-nav {
	display: none;
	background-color: #1e1e1e;
	position: absolute;
	top: 98px;
	left: 0px;
	right: 0;
	z-index: 99999;
	font-weight: normal;
	border-top: 1px #666 solid;
}
.nav-cat {
	height: 55px;
	right: 0;
	left: 0;
	padding-left: 24px;
	color: #ffffff;
	font-family: 'AvenirReg', sans-serif;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #363636;
}
.nav-cat a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 25px;
	color: #fff;
	text-decoration: none;
}
.nav-cat:hover {
	background-color: #E2A344;
}
.nav-sub {
	display: none;
}
.nav-symbol {
	position: absolute;
	top: -2px;
	right: 40px;
}
.nav-symbol a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-sub ul li {
	height: 55px;
	width: auto;
	border: 1px solid #3a3a3a;
	border-width: 0 0 1px 0;
	padding-left: 24px;
	color: #ffffff;
	font-family: 'AvenirReg', sans-serif;
	font-size: 15px;
	overflow: auto;
	background-color: #2e2e2e;
	text-transform: uppercase;
}
.nav-sub ul li a {
	display: block;
	padding-top: 18px;
	color: #ffffff;
	text-decoration: none;
}
.nav-sub ul li:hover {
	background-color: #E2A344;
}
.nav-sub ul li {
	text-indent: 15px;
}
#extras-mobile {
	font-family: 'AvenirReg', sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 2em;
	display: block;
	padding: 10px;
	color: #FFF;
}
#extras-mobile a {
	padding: 0 3px;
	color: #FFF;
	text-decoration: none;
}
#extras-mobile a:hover {
	color: #E2A344;
}
/******* END MOBILE NAV *********/


/******* FOOTER ********/
#footer-container {
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 65px 0 34px 0;
	text-align: center;
	position: relative;
}
#footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}
#footer-logo {
	width: 237px;
	margin: 0 auto;
}
#footer-logo img {
	width: 100%;
	height: auto;
}
#footer-center {
	position: relative;
	margin: 0 auto;
}
#footer-text {
	margin-top: 35px;
	font-family: 'AvenirReg', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
#footer-text a {
	color: #E2A344;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#footer-text a:hover {
	color: #fff;
}
.below460 {
	display: none;
}
#footer-social {
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: 'FontAwesome';
	text-align: center;
	font-weight: normal;
	font-weight: normal;
	font-size: 22px;
}
#footer-social a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#footer-social a:hover {
	color: #E2A344;
}
#copyright {
	font-family: 'AvenirReg', sans-serif;
	font-size: 12px;
	color: #a3a2a2;
	text-align: center;
}
#copyright a {
	color: #a3a2a2;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#copyright a:hover {
	color: #fff;
}
#footer-nav-area {
	position: absolute;
	top: 48px;
	right: 25px;
	text-align: right;
}
#footer-nav-area-two {
	position: absolute;
	top: 48px;
	left: 25px;
	text-align: left;
}
ul.footer-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.footer-nav li {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	font-family: 'AvenirReg', sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
ul.footer-nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#footer-nav-area ul.footer-nav li a {
	text-align: right;
}
#footer-nav-area-two ul.footer-nav li a {
	text-align: left;
}
/*
ul#footer-nav li {
	margin: 0;
	padding: 0;
	font-family: 'AvenirReg', sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
ul#footer-nav li a {
	color: #fff;
	text-decoration: none;
	text-align: right;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
ul#footer-nav li a:hover {
	color: #E2A344;
}
*/
#footer-logos {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#footer-chi {
	position: absolute;
	right: 25px;
	bottom: 0;
	width: 90px;
}
#footer-chi img {
	width: 100%;
	height: auto;
}
#footer-iacc {
	position: absolute;
	left: -25px;
	bottom: 0;
	width: 80px;
}
#footer-iacc img {
	width: 100%;
	height: auto;
}
#footer-smctch {
	position: absolute;
	left: 100px;
	bottom: 0;
	width: 100px;
}
#footer-smctch img {
	width: 100%;
	height: auto;
}
/******* HOME BG VIDEO *******/
#vid-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -2;
	background-color: #000;
}
.vid-file {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #000; /*background-size: cover; /*background-image: url(../images/video-frame-1.jpg); */
	background-position: top center;
}
#mask {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.2);
}
#vid-alternative {
	display: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: -2;
	background-color: #fff;
}
/***** HOME MASTHEAD TEXT *****/
#vid-text-area {
	position: relative;
	display: table;
	height: 100%;
	margin: 0 auto;
	z-index: 5;
	background-color: transparent;
	width: auto;
}
#vid-text-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	z-index: 5;
	width: auto;
}
#vid-text {
	text-align: center;
	width: auto;
}
#masthead-text {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
#masthead-text .masthead-text-block {
	font-family: 'AvenirReg', sans-serif;
	color: white;
	text-align: center;
	font-weight: 700;
	border: none;
	width: 100%;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.masthead-text-block h2 {
	font-size: 60px;
	font-family: 'AvenirBook', sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
}
.masthead-text-block p {
	font-size: 18px;
	letter-spacing: .05em;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}
#home-down-arrow-container {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 25px;
	z-index: 6;
}
#home-down-arrow {
	width: 50px;
	margin: 0 auto;
}
#home-down-arrow img {
	width: 100%;
	height: auto;
}
.border-button {
	border: 2px solid #fff;
	font-family: 'AvenirBlk', sans-serif;
	font-size: 16px;
	display: inline-block;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}
/*.border-button.gold { border-color: #e2aa1e; }*/
.border-button:hover {
	background-color: #E2A344;
	border-color: #E2A344!important;
}
.border-button a {
	display: inline-block;
	/*padding: 21px 36px 18px 36px;*/
	padding: 18px 36px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	line-height: 1;
	text-align: center;
}
.border-button.black {
	border-color: #686868;
}
.border-button.black a {
	color: #686868;
}
.border-button.black:hover a {
	color: #fff;
}
/****** INTRO TEXT ******/
#intro-text-container {
	position: relative;
	z-index: 10;
	width: auto;
	background-color: #fff;
	padding: 70px 15px 60px 15px;
}
#second-text {
	position: relative;
	width: auto;
	background-color: #fff;
	padding: 40px 15px;
}
.page-text {
	max-width: 1040px;
	margin: 0 auto;
	color: #494949;
	font-family: AvenirReg;
	font-size: 17px;
	line-height: 30px;
}
.page-text p {
	margin-bottom: 20px;/*text-align: justify;*/
}
.page-text .finePrint {
	font-size: 0.8em;
	line-height: normal;
	font-style: italic;
}
.page-text strong {
	font-family: 'AvenirBlk';
	font-weight: normal;
}
#home #intro-text-container .page-text {
/*text-align: justify;/*text-align-last: center;*/
}
.page-text a {
	color: #E2A344;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.page-text a:hover {
	color: #494949;
}
.page-text ul {
	text-align: left!important;
	margin-bottom: 1em;
}
.page-text ul li {
	margin-left: 50px;
}
.page-text h2 {
	margin-bottom: 0.5em; /* don't justify titles!*/
}
.page-text h3 {
	text-transform: uppercase;
}
.page-text hr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin: 40px 0;
}
/*.page-text ul li::before { display: inline-block; vertical-align: middle; width: 5px; height: 5px; background-color: #000000;  margin-right: 8px; content:' '}*/

.above1150 {
	display: inline;
}
.below1150 {
	display: none;
}
.inner-left {
	width: 49%;
	float: left;
}
.inner-right {
	float: right;
	width: 49%;
}
/******** HOME GRID ********/
#home-grid-area {
	position: relative;
	background-color: #fff;
	z-index: 10;
}
#home-grid {
	position: relative;
	margin: 0 auto;
}
.home-grid-box {
	position: relative;
	float: left;
	width: 25%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.home-grid-box img {
	width: 100%;
	height: auto;
}
#grid-1 {
	background-image: url(../images/home/grid-meetings.jpg);
	background-size: cover;
}
#grid-2 {
	background-image: url(../images/home/grid-weddings.jpg);
	background-size: cover;
}
#grid-3 {
	background-image: url(../images/home/grid-events.jpg);
	background-size: cover;
}
#grid-4 {
	background-image: url(../images/home/grid-fundraisers.jpg);
	background-size: cover;
}
.cta-box {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,.6);
}
.cta-content {
	position: relative;
}
.shim {
	display: table;
	height: 100%;
	width: 100%;
	color: #fff;
}
.positioner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.cta-text {
	padding: 15px;
	color: #fff;
	text-align: center;
}
.cta-text h2 {
	font-family: 'AvenirReg', sans-serif;
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
}
.cta-text p {
	font-family: 'AvenirReg', sans-serif;
	font-size: 16px;
	line-height: 25px;
	padding: 0 15px 1em;
}
.cta-link {
	margin-top: 10px;
	margin-bottom: 35px;
}
.cta-link a {
	font-family: 'AvenirReg', sans-serif;
	font-size: 14px;
	color: #fff;
}
.cta-link a:hover {
	color: #E2A344;
	text-decoration: none;
}
.cta-text .border-button {
	padding: 0;
}
.cta-text .border-button a {
	padding: 21px 36px;
}
/*.cta-text a { text-decoration: none; color: #fff; transition: color .25s ease-in-out; -moz-transition: color .25s ease-in-out; -webkit-transition: color .25s ease-in-out; }
.cta-text a:hover { color: #bbb; }*/
/******* END HOME GRID *********/


/***** HOME TOP SLIDER *******/
#home-top-slider-area {
	clear: both;
	background-color: #fff;
	padding: 66px 0 63px 0;
}
#home-top-slider-container {
	background-color: #fff;
}
#homeTopSlider {
	width: auto;
	max-width: 1394px;
	margin: 0 auto;
}
.top-slider-slide {
	width: auto;
	height: auto;
	padding: 0 15px;
}
.top-slider-content {
	float: left;
	width: 48.5%;
	text-align: center;
	margin-right: 1.5%;
}
.top-slider-text h3 {
	font-size: 42px;
	font-family: 'AvenirReg', sans-serif;
	font-weight: normal;
	margin: 110px 0 0 0;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #434444;
}
p.top-slider-body {
	font-family: 'AvenirReg', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #494949;
	margin-bottom: 20px;
}
.top-slider-pic {
	float: right;
	width: 50%;
	max-width: 630px;
}
.top-slider-pic img {
	width: 100%;
	height: auto;
}
.top-slider-text .blue-button {
	margin: -15px auto 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.top-slider-pager {
	display: block;
	width: 50%;
	text-align: center;
	left: 0;
	z-index: 500;
	position: absolute;
	bottom: 40px;
	overflow: visible;
}
.top-slider-pager span {
	font-family: arial;
	font-size: 40px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	margin-left: 10px;
}
.top-slider-pager span.cycle-pager-active {
	color: #E2A344;
}
.top-slider-pager > * {
	cursor: pointer;
}
/***** HOME BOTTOM SLIDER *****/
#bottom-block-container {
	clear: both;
	height: 750px;
	position: relative;
	background-color: #fff;
}
.bottom-slide { /*display: table; height: 100%;*/
}
.bottom-slider-text {
	display: table;
	height: 100%;
	width: 100%;
	color: #fff;
	z-index: 50;
	font-size: 18px;
	line-height: 1.35em;
}
.bottom-slider-positioner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.bottom-slider-copy {
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin-left: 10%;
	background-color: rgba(0,0,0,.6);
	padding: 88px 56px;
}
.bottom-slider-copy h2 {
	font-family: 'AvenirBook', sans-serif;
	font-size: 40px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.bottom-slider-copy h3 {
	font-family: 'AvenirReg', sans-serif;
	font-size: 20px;
	margin-bottom: 28px;
	font-weight: normal;
	text-transform: uppercase;
}
.bottom-slider-copy p {
	font-size: 16px;
	font-family: 'AvenirReg', sans-serif;
	line-height: 25px;
	margin-top: 36px;
	margin-bottom: 46px;
}
.bottom-slider-copy .border-button {
	min-width: 200px;
}
.bottom-slider-copy .border-button a { /*padding: 19px 36px 21px 36px;*/
}
/***** HOME INSTAGRAM *****/
#home-instagram-area {
	position: relative;
	clear: both;
	background-color: #fff;
	padding: 45px 15px 55px 15px;
	text-align: center;
}
a.home-instagram-title {
	font-family: 'AvenirReg', sans-serif;
	font-size: 36px;
	color: #161616;
	text-decoration: none;
	display: inline-block;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
a.home-instagram-title:hover {
	color: #E2A344;
}
#home-instagram-boxes {
	position: relative;
	z-index: 20;
	margin: 15px auto 0 auto;
	max-width: 1588px;
	background-color: #fff;
	text-align: center;
}
.instagram-box {
	position: relative;
	width: 18.765%;
	margin-right: 1.54375%;
	float: left;
	background-color: #999;
	background-size: cover;
	background-position: center center;
}
.instagram-box img {
	width: 100%;
	height: auto;
}
#insta-5 {
	margin-right: 0;
}
.instagram-icon {
	position: absolute;
	right: 10px;
	bottom: 12px;
}
.instagram-icon a {
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.instagram-icon a:hover {
	color: #E2A344;
}
/***** GET STARTED BANNER ******/
#get-started-parallax-container {
	position: relative;
	height: 320px;
	margin-top: 25px;
	z-index: -5;
}
#get-started {
	background-image: url(../images/get-started-bg.jpg);
	background-size: cover;
	height: 320px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 70px;
}
#get-started-parallax {
	background-image: none;
	text-align: center;
	padding-top: 80px;
	height: 320px;
	padding-bottom: 70px;
}
#get-started h2, #get-started-parallax h2 {
	font-size: 42px;
	color: #fff;
	font-family: 'AvenirBook', sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
#get-started p, #get-started-parallax p {
	font-size: 16px;
	font-family: 'AvenirBook', sans-serif;
	color: #fff;
	margin-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
}
/***** INNER MASTHEAD ******/
#inner-masthead {
	position: relative;
	width: auto;
	max-width: 1600px;
	margin: 0 auto;
}
#inner-masthead img {
	width: 100%;
	height: auto;
}
.masthead-text {
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 50;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	padding-left: 20px;
	padding-right: 20px;
}
.masthead-text h1 {
	font-family: 'AvenirBook', sans-serif;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.masthead-text p {
	font-family: 'AvenirBook', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.masthead-text .border-button {
	margin-top: 50px;
	margin-bottom: 0;
}
#inner-masthead .masthead-slide {
	display: none;
}
#inner-masthead .masthead-slide:first-child {
	display: block;
}
#inner-masthead .masthead-slide:first-child .masthead-text {
	display: none;
}
/***** INNER PAGE: FOUR-ACROSS PICS WITH TEXT/LINKS ON THEM ******/
#four-square-area {
	background-color: #fff;
	padding-bottom: 68px;
}
#four-square-block {
	max-width: 1180px;
	margin: 0 auto;
}
.four-square-box {
	position: relative;
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.four-square-box img {
	display: block;
	width: 100%;
	height: auto;
}
.four-square-text-area {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.four-square-text-area:hover {
	background-color: rgba(0,0,0,.4);
}
.four-square-shim {
	display: table;
	height: 100%;
	width: 100%;
}
.four-square-positioner {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.four-square-text {
	text-align: center;
}
.four-square-text h2 {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	font-family: 'AvenirBook', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#tile4 {
	margin-right: 0;
}
/***** INNER PAGE: ZIG-ZAG 'TILES' *******/
#tile-boxes {
	max-width: 1600px;
	margin: 0 auto;
}
.tile-box {
	width: 50%;
	height: 650px;
	background-color: #f9f9f9;
}
.tile-box.left {
	float: left;
}
.tile-box.right {
	float: right
}
.tile-box.pic {
	background-size: cover;
	background-position: center center;
}
.tile-box h2 {
	text-align: center;
	font-size: 29px;
	color: #4a4949;
	font-family: 'AvenirReg', sans-serif;
	margin-top: 70px;
	padding: 0 20px;
	text-transform: uppercase;
}
.tile-box .page-text, .sitemap-box .page-text {
	width: 80%;
	max-width: 634px;
	margin: 20px auto 35px auto;
	color: #666;
}
.tile-box .border-button, .page-text .border-button {
	border-color: #686868;
}
.tile-box .border-button a, .page-text .border-button a {
	color: #686868;
}
.tile-box .border-button:hover a, .page-text .border-button:hover a {
	color: #fff;
}
/***** INNER PAGE: FOUR-ACROSS PICS, FULL WIDTH ******/
.four-across-box {
	position: relative;
	float: left;
	width: 25%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.four-across-box img {
	display: block;
	width: 100%;
	height: auto;
}
.faq-q {
	font-family: 'AvenirBlk', sans-serif;
	text-transform: uppercase;
}
/****** INNER PAGE: TEAM *****/
.section-title {
	font-family: 'AvenirReg', sans-serif;
	font-size: 36px;
	color: #161616;
	text-align: center;
	margin: 15px 0;
}
/***** INNER PAGE: OFFERS ******/
#button-join-now {
	height: 36px;
	background-color: #E2A344;
	border: none;
	color: #fff;
	width: 212px;
	text-align: center;
	padding: 2px 5px;
	font-family: 'AvenirReg', sans-serif;
	font-size: 16px;
}
/***** INNER PAGE: FLOORPLAN PAGE SLIDER ******/
#floorplan-slider-padding {
	max-width: 1042px;
	margin: 0 auto;
	padding: 0 15px;
}
#floorplan-slider-container {
	position: relative;
	max-width: 1042px;
	margin: 0 auto;
}
#floorplan-slider {
	margin: 0 auto;
	max-width: 1042px;
	margin-bottom: 60px;
}
#floorlpan-slider img {
	width: 100%;
	height: auto;
}
/****** INNER: CONTACT & DIRECTIONS ******/
#map {
	height: 100%;
	width: 100%;
}
.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}
#map-area {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}
#map-box {
	background-color: #666;
	height: 535px;
}
#address-box {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 40px;
}
/***** INNER: INNER SUBNAV (GALLERIES & PRESS) *******/
#inner-subnav {
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 0;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-right: 25px;
	background-color: #fff;
}
#inner-subnav ul {
	margin: 0;
	padding: 0;
}
#inner-subnav ul li {
	font-family: 'AvenirDemi', sans-serif;
	font-size: 16px;
	padding: 0 0 5px 0;
	display: inline-block;
	border-width: 0 0 3px 0;
	border-color: #fff;
	border-style: solid;
	margin-right: 20px;
}
#inner-subnav ul li.last {
	margin-right: 0;
}
#inner-subnav ul li:hover {
	border-color: #E2A344;
}
#inner-subnav ul li a {
	text-decoration: none;
	color: #686868;
	text-transform: uppercase;
}
/* -- galleries -- */
#spacer {
	height: 10px;
	border-width: 1px 0 0 0;
	border-color: #ddd;
	border-style: solid;
}
.megafolio-container {
	position: relative;
	margin: 0px auto;
}
#gallery-bellharbor #inner-subnav #nav-bellharbor a, #gallery-meetings #inner-subnav #nav-meetings a, #gallery-weddings #inner-subnav #nav-weddings a, #gallery-events #inner-subnav #nav-events a, #gallery-exhibitions #inner-subnav #nav-exhibitions a, #gallery-tours #inner-subnav #nav-tours a, #press #inner-subnav #nav-pressrelease a, #media #inner-subnav #nav-media a, #awards #inner-subnav #nav-awards a {
	color: #E2A344;
	cursor: default;
}
#gallery-bellharbor #inner-subnav #nav-bellharbor, #gallery-meetings #inner-subnav #nav-meetings, #gallery-weddings #inner-subnav #nav-weddings, #gallery-events #inner-subnav #nav-events, #gallery-exhibitions #inner-subnav #nav-exhibitions, #gallery-tours #inner-subnav #nav-tours, #press #inner-subnav #nav-pressrelease, #media #inner-subnav #nav-media, #awards #inner-subnav #nav-awards {
	border: none;
}
#gallery-bellharbor #intro-text-container, #gallery-meetings #intro-text-container, #gallery-weddings #intro-text-container, #gallery-exhibitions #intro-text-container, #gallery-events #intro-text-container, #gallery-tours #intro-text-container, #press #intro-text-container, #media #intro-text-container, #awards #intro-text-container {
	padding-top: 10px;
	padding-bottom: 15px;
}
/***** INNER: TEAM PAGE *******/
#executive-grid {
	width: auto;
	max-width: 1178px;
	margin: 30px auto;
}
.executive-box {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.executive-box img {
	width: 90%;
	height: auto;
}
.executive-box h2 {
	font-family: 'AvenirReg', sans-serif;
	font-size: 22px;
	color: #494949;
}
.executive-box p {
	font-family: 'AvenirReg', sans-serif;
	color: #494949;
	font-size: 18px;
}
.executive-box p a {
	color: #E2A344;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
}
.executive-box .linked-in a {
	font-family: 'FontAwesome';
	font-size: 30px;
	text-align: center;
	margin: 5px auto 0 auto;
	color: #5081bb;
	text-decoration: none;
}
/*********sitemap*******/
#sitemap-boxes {
	max-width: 1600px;
	margin: 0 auto;
}
.sitemap-box {
	width: 50%;
	height: auto;/*background-color: #f9f9f9;*/
}
.sitemap-box.left {
	float: left;
}
.sitemap-box.right {
	float: right
}
/*********callout banner ****/
.banner-container {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #f9f9f9;
	margin: 30px auto;
	text-align: center;
}
.featured-banner {
	padding: 0;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	background-color: #f9f9f9;
}
.featured-banner .banner-left {
	width: 48%;
	float: left;
	padding: 0;
	line-height: 0;
	text-align: center;
}
.featured-banner .banner-left img {
	width: 100%;
	height: auto;
	margin: 0;
}
.featured-banner .banner-text {
	width: 48%;
	float: right;
	padding:.8em 1em;
	background-color: #f9f9f9;
	font-family: AvenirReg;
	font-size: 18px;
	line-height: 1.4em;
}
.featured-banner .banner-text h2 {
	text-transform: uppercase;
	margin: 0.6em 0;
	font-size:1.4em;
	line-height: 1.4em;
}
.featured-banner .banner-text .border-button {
	margin: 15px auto;
}

.featured-banner .banner-text .fineprint {
	font-size: 0.8em;}

/***** RESPONSIVE STYLES ******/

@media screen and (max-width: 1460px) {
#main-nav {
	margin-left: 25px;
}
}
@media screen and (max-width: 1400px) {
.cta-text h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.cta-text p {
	font-size: 15px;
	line-height: 22px;
}
.cta-link {
	margin-top: 5px;
	margin-bottom: 25px;
}
.cta-text .border-button {
	letter-spacing: normal;
}
}
@media screen and (max-width: 1380px) {
#main-nav {
	/* width: 594px; */
}
#main-nav ul li {
	margin: 0 10px;
}
.drop-link {
	margin-bottom: 25px;
}
#green-box {
	margin-left: 10px;
}
#right-nav {
	width: 232px;
}
#right-nav-mid {
	width: 90px;
}
.drop-feature p {
	line-height: 18px;
}
.drop-feature a {
	margin-top: 7px;
}
#intro-text-container {
	padding-top: 50px;
}
}
@media screen and (max-width: 1300px) {
#main-nav {
	/* width: 550px; */
}
#main-nav ul li {
	margin: 0 7px;
}
#main-nav ul li a {
	letter-spacing: normal;
}
/*.drop-feature { width: 30%; }*/
.drop-link {
	margin-bottom: 20px;
}
.top-slider-text h3 {
	font-size: 40px;
}
}
@media screen and (max-width: 1265px) {
#main-nav {
	/* width: 510px; */
}
#main-nav ul li {
	margin: 0 6px;
}
#main-nav ul li a {
	font-size: 13px;
}
a.right-nav-box-link {
	font-size: 13px;
}
#right-nav {
	width: 217px;
}
#right-nav-mid {
	width: 75px;
}
#green-box {
	margin-left: 5px;
	width: 150px;
}
.drop-link {
	font-size: 13px;
}
.top-slider-text h3 {
	font-size: 38px;
}
}
@media screen and (max-width: 1210px) {
#bottom-block-container {
	height: 550px;
}
.bottom-slider-copy {
	width: 40%;
	padding: 50px 25px;
}
.bottom-slider-copy p {
	margin-top: 20px;
	margin-bottom: 30px;
}
.bottom-slider-copy .border-button {
	min-width: 10px;
}
}
@media screen and (max-width: 1200px) {
.drop-link {
	margin-bottom: 15px;
}
/*.drop-links { width: 35%; }*/
/*.drop-feature { width: 28%; }*/
.feature-container {
	font-size: 13px;
}
.drop-feature p {
	line-height: 18px;
}
.drop-links-container {
	padding-left: 28px;
}
.drop-links-container, .drop-feature {
	padding-top: 28px;
}
.feature-container {
	padding: 0 30px 0 30px;
}
.cta-text h2 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 7px;
}
.cta-text p {
	font-size: 14px;
	line-height: 18px;
}
.cta-text .border-button {
	font-size: 14px;
}
.cta-text .border-button a {
	padding: 10px 20px;
}
.top-slider-text h3 {
	margin-top: 60px;
	font-size: 34px;
}
.bottom-slider-copy h2 {
	font-size: 25px;
}
.bottom-slider-copy p {
	font-size: 14px;
}
#four-square-block {
	width: 95%;
}
/*.tile-box .border-button { margin-top: 20px; }*/
.tile-box .border-button a {
	padding: 15px;
}
}
@media screen and (max-width: 1175px) {
#main-nav {
	width: 460px;
}
#main-nav ul li {
	margin: 0 5px;
}
#main-nav ul li a {
	font-size: 12px;
}
#green-box {
	width: 115px;
	font-size: 14px;
	letter-spacing: normal;
}
}
 @media screen and (max-width: 1165px) {
#logo {
	width: 175px;
	margin-top: 5px;
}
}
@media screen and (max-width: 1150px) {
.above1150 {
	display: none;
}
.below1150 {
	display: inline;
}
}
@media screen and (max-width: 1140px) {
.masthead-text h1 {
	font-size: 50px;
}
}
@media screen and (max-width: 1100px) {
#big-video-wrap, #vid-bg {
	display: none;
}
#vid-alternative {
	display: block;
}
#mask {
	background-color: rgba(0,0,0,.4);
}
.feature-container {
	font-size: 12px;
}
.drop-feature p {
	line-height: 16px;
}
.top-slider-pager {
	bottom: 15px;
}
.top-slider-pic {
	width: 45%;
}
.top-slider-content, .top-slider-pager {
	width: 53.5%;
}
.masthead-text {
	top: 42%;
}
.masthead-text h1 {
	margin-bottom: 5px;
}
.masthead-text .border-button {
	margin-top: 25px;
}
.masthead-text .border-button a, .border-button a {
	padding: 15px 20px;
}
#intro-text-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.four-square-text h2 {
	font-size: 22px;
}
#four-square-area {
	padding-bottom: 40px;
}
.tile-box {
	height: 500px;
}
.tile-box h2 {
	margin-top: 40px;
}
.tile-box .page-text {
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
}
.executive-box h2 {
	font-size: 20px;
}
.executive-box p {
	font-size: 16px;
}
.featured-banner .banner-left {
	width: 38%;
}
.featured-banner .banner-text {
	width: 58%;
	font-size: 16px;
}
}
@media screen and (max-width: 1080px) {
.masthead-text h1 {
	font-size: 48px;
}
}
@media screen and (max-width: 1050px) {
#header-container:hover {
	background-color: rgba(0, 0, 0, .9) !important;
}
#main-nav {
	display: none;
}
#mobile-menu-button {
	display: block;
}
.nav-drop {
	display: none!important;
}
#right-nav {
	display: none;
}
#footer-nav-area-two {
	display: none;
}
}
@media screen and (max-width: 1020px) {
.masthead-text h1 {
	font-size: 46px;
}
}
@media screen and (max-width: 1000px) {
.masthead-text-block h2 {
	font-size: 50px;
}
.nav-drop {
	max-width: 500px;
}
.drop-picture {
	display: none;
}
.drop-links {
	width: 39%;
	padding-bottom: 25px;
}
.drop-feature {
	width: 60%;
}
.cta-text h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.cta-text p {
	font-size: 13px;
	line-height: 17px;
}
.cta-link {
	margin-bottom: 15px;
}
.cta-link a {
	font-size: 13px;
}
.cta-text .border-button, .top-slider-slide .border-button.black, .bottom-slider-copy .border-button {
	font-size: 13px;
}
.cta-text .border-button a, .top-slider-slide .border-button.black a, .bottom-slider-copy .border-button a {
	padding: 10px 15px;
}
.top-slider-text h3 {
	margin-top: 30px;
	font-size: 30px;
}
p.top-slider-body {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
.top-slider-slide .border-button.black a {
	font-size: 14px;
}
#bottom-block-container {
	height: 500px;
}
.bottom-slider-copy {
	width: 40%;
	padding: 40px 20px;
}
/*.bottom-slider-copy h2 { font-size: 20px; }*/
/*.bottom-slider-copy p { font-size: 14px; }*/
.four-square-text h2 {
	font-size: 20px;
}
.tile-box h2 {
	font-size: 25px;
}
.executive-box h2 {
	font-size: 16px;
}
.executive-box p {
	font-size: 15px;
}
.featured-banner .banner-left {
	width: 42%;
}
.featured-banner .banner-text {
	width: 50%;
}
.featured-banner .banner-text h2 {
	margin: .5em 0;
}
}
@media screen and (max-width: 960px) {
.masthead-text h1 {
	font-size: 44px;
}
.featured-banner .banner-left {
	width: 45%;
}
.featured-banner .featured-right {
	width: 48%;
	padding-top: 24px;
}
}
@media screen and (max-width: 940px) {
.masthead-text h1 {
	font-size: 40px;
}
}
@media screen and (max-width: 900px) {
#mobile-menu-button {
	right: 135px;
}
.cta-text {
	padding: 10px;
}
.cta-text h2 {
	font-size: 18px;
	line-height: 18px;
}
.cta-text p {
	line-height: normal;
}
.cta-text .border-button, .top-slider-slide .border-button.black, .bottom-slider-copy .border-button {
	font-size: 12px;
}
.cta-link a {
	font-size: 12px;
}
.top-slider-text h3 {
	margin-top: 15px;
	font-size: 25px;
	line-height: 1.2em;
}
p.top-slider-body {
	font-size: 14px;
	line-height: 20px;
}
/*.bottom-slider-copy h2 { font-size: 18px; }*/
.bottom-slider-copy p {
	line-height: 22px;
}
.instagram-box {
	width: 24%;
	margin-right: 1.3%;
}
#insta-5 {
	display: none;
}
#insta-4 {
	margin-right: 0;
}
#four-square-area {
	padding-bottom: 30px
}
.four-square-text h2 {
	font-size: 18px
}
#floorplan-slider {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 940px) {
#logo {
	width: 175px;
	margin-top: 5px;
}
}
@media screen and (max-width: 850px) {
.cta-text h2 {
	font-size: 16px;
	line-height: 16px;
}
.cta-text p {
	font-size: 12px;
}
.cta-text .border-button a {
	padding: 8px 12px;
}
/*.bottom-slider-copy h2 { font-size: 16px; }*/
/*.bottom-slider-copy p { font-size: 14px; }*/
#footer-nav-area {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	margin-bottom: 15px;
}
ul.footer-nav {
	text-align: center;
}
ul.footer-nav li {
	display: inline-block;
	margin-right: 15px;
	text-align: center;
}
}
@media screen and (max-width: 800px) {
#main-nav {
	width: 428px;
}
#main-nav ul li a {
	font-size: 11px;
}
.masthead-text h1 {
	margin-bottom: 0;
}
.masthead-text .border-button {
	margin-top: 15px;
}
.four-square-text h2 {
	font-size: 16px
}
.executive-box p {
	font-size: 14px;
}
.banner-container {
	padding-bottom: 25px;
}
.featured-banner .banner-left {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 486px;
}
.featured-banner .banner-text {
	float: none;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 600px;
	margin: 0 auto;
}
.featured-banner .banner-text h2 {
	margin: .2em 0 .5em;
}
}
@media screen and (max-width: 767px) {
#main-nav {
	display: none;
}
#mobile-menu-button {
	display: block;
}
.nav-drop {
	display: none!important;
}
.home-grid-box {
	width: 50%;
}
.cta-text h2 {
	font-family: 'AvenirBook', sans-serif;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
.cta-text p {
	font-family: 'AvenirReg', sans-serif;
	font-size: 16px;
	line-height: 25px;
	padding: 0 15px;
}
.cta-link {
	margin-top: 10px;
	margin-bottom: 35px;
}
.cta-link a {
	font-family: 'AvenirReg', sans-serif;
	font-size: 14px;
	color: #fff;
}
.cta-text .border-button {
	font-size: 16px;
}
#home-top-slider-area {
	padding: 66px 0 0 0;
}
.top-slider-pic {
	float: none;
	margin: 0 auto;
	width: 80%;
	max-width: 630px;
}
.top-slider-content {
	float: none;
	margin: 0 auto;
	width: 80%;
}
.top-slider-text h3 {
	font-size: 34px;
}
p.top-slider-body {
	font-family: 'AvenirBook', sans-serif;
	font-size: 16px;
	line-height: 25px;
}
.top-slider-text .border-button.black, .bottom-slider-copy .border-button {
	font-size: 16px;
}
.top-slider-text .border-button.black a, .bottom-slider-copy .border-button a {
	padding: 8px 15px;
}
.top-slider-pager {
	position: relative!important;
	margin: 30px auto;
	width: 99.5%;
}
#bottom-block-container {
	margin-top: -30px;
}
.instagram-box {
	width: 32.5%;
	margin-right: 1.25%;
}
#insta-4 {
	display: none;
}
#insta-3 {
	margin-right: 0;
}
#footer-logos {
	width: 325px;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	height: 85px;
	margin: 0 auto 20px auto;
}
#footer-chi {
	bottom: 15px;
}
#inner-masthead, .masthead-slide {
	height: 370px!important;
	overflow: hidden!important;
}
.masthead-slide img {
	height: 370px!important;
	width: auto!important;
}
#inner-masthead .rsNav {
	display: none;
}
.four-square-box {
	width: 49%;
}
#tile2 {
	margin-right: 0;
}
#tile1, #tile2 {
	margin-bottom: 10px;
}
/*.four-square-text h2 {
	font-size: 25px
}*/
.tile-box.left, .tile-box.right {
	float: none;
	width: auto;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
.tile-box h2 {
	margin-top: 0;
}
.tile-box.pic {
	height: 150px;
	padding: 0;
}
.tile-box .border-button {
	margin-top: -25px;
}
.inner-left, .inner-right {
	width: auto;
	float: none;
	clear: both;
	padding: 0 auto;
}
.inner-left {
	margin-bottom: 20px;
}
.executive-box {
	width: 50%;
}
.executive-box h2 {
	font-size: 20px;
}
.executive-box p {
	font-size: 15px;
}
#dummy1, #dummy2 {
	display: none;
}
.page-text ul li {
	margin-left: 30px;
}
}
@media screen and (max-width: 750px) {
.masthead-text h1 {
	font-size: 35px;
}
.masthead-text p {
	font-size: 14px;
}
.masthead-text .border-button {
	font-size: 14px;
}
.masthead-text .border-button a {
	padding: 10px 15px;
}
}
@media screen and (max-width: 700px) {
.masthead-text-block h2 {
	font-size: 40px;
}
.masthead-text-block h3 {
	margin-top: 20px;
}
.cta-text h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.cta-text p {
	font-size: 15px;
	line-height: 22px;
}
.cta-link {
	margin-top: 5px;
	margin-bottom: 25px;
}
.cta-text .border-button {
	letter-spacing: normal;
}
.bottom-slider-copy {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.four-across-box {
	width: 50%;
}
}
@media screen and (max-width: 650px) {
.masthead-text h1 {
	font-size: 30px;
}
.masthead-text p {
	font-size: 13px;
}
.top-slider-text h3 {
	font-size: 32px;
}
}
@media screen and (max-width: 600px) {
.top-slider-text h3 {
	font-size: 30px;
}
.cta-text h2 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 7px;
}
.cta-text p {
	font-size: 14px;
	line-height: 18px;
}
.cta-text .border-button {
	font-size: 14px;
}
.cta-text .border-button a {
	padding: 10px 20px;
}
a.home-instagram-title {
	font-size: 25px;
}
.instagram-box {
	width: 49%;
}
#insta-4 {
	display: block;
}
#insta-2, #insta-4 {
	margin-right: 0;
}
#insta-1, #insta-3 {
	margin-right: 2%;
}
#insta-1, #insta-2 {
	margin-bottom: 10px;
}
#tile1, #tile2 {
	margin-bottom: 5px;
}
/*.four-square-text h2 {
	font-size: 22px;
}*/
}
@media screen and (max-width: 550px) {
.top-slider-text h3 {
	font-size: 26px;
}
#get-started-parallax-container .border-button a {
	padding: 15px 20px;
}
#floorplan-slider-padding {
	display: none;
}
.executive-box {
	width: 100%;
	margin-bottom: 30px;
}
.executive-box h2 {
	font-size: 22px;
}
.executive-box p {
	font-size: 16px;
}
#inner-masthead img {
	left: 20%;
	transform: translate( -20%, 0 );
}
}
@media screen and (max-width: 500px) {
.masthead-text-block h2 {
	font-size: 38px;
}
.cta-text h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.cta-text p {
	font-size: 13px;
	line-height: 17px;
}
.cta-link {
	margin-bottom: 15px;
}
.cta-link a {
	font-size: 13px;
}
.cta-text .border-button {
	font-size: 13px;
}
.cta-text .border-button a {
	padding: 10px 15px;
}
.top-slider-pic, .top-slider-content {
	width: 95%;
}
#bottom-block-container {
	height: 350px;
}
#bottom-slides .slides-navigation {
	display: none !important;
}
.bottom-slider-copy {
	width: auto;
	height: 100%;
	max-width: none;
	background-color: rgba(173, 170, 73, 1);
}
.bottom-slider-copy h2 {
	font-size: 35px;
}
.bottom-slider-copy p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.slides-pagination a.current {
	background-color: rgba(255,255,255,1)!important;
}
/*.four-square-text h2 {
	font-size: 20px;
}*/
.page-text ul li {
	margin-left: 20px;
}
}
@media screen and (max-width: 460px) {
.masthead-slide img {
	left: 30%; /* added for image placement in mobile*/
	transform: translate( -30%, 0 );  /* added for image placement in mobile*/
}
ul#footer-nav {
	margin-top: 20px;
}
ul#footer-nav li {
	display: list-item;
	margin: 0 0 15px 0;
}
.above460 {
	display: none;
}
.below460 {
	display: inline;
}
#inner-masthead img {
	left: 30%;
	transform: translate( -30%, 0 );
}
}
@media screen and (max-width: 450px) {
.cta-text {
	padding: 10px;
}
.cta-text h2 {
	font-size: 18px;
	line-height: 18px;
}
.cta-text p {
	line-height: normal;
}
.cta-text .border-button {
	font-size: 12px;
}
.cta-link a {
	font-size: 12px;
}
#get-started h2, #get-started-parallax h2 {
	font-size: 32px;
}
/*.four-square-text h2 {
	font-size: 18px;
}*/
}
@media screen and (max-width: 425px) {
.top-slider-text h3 {
	font-size: 24px;
}
.cta-text h2 {
	font-size: 16px;
	line-height: 16px;
}
.cta-text p {
	font-size: 12px;
}
.cta-text .border-button a {
	padding: 8px 12px;
}
}
@media screen and (max-width: 400px) {
/*#logo { width: 120px; padding-top: 15px; }
#logo-horiz { display: none; }
#logo-vert { display: block; }*/
.masthead-text-block h2 {
	font-size: 36px;
}
.top-slider-text h3 {
	font-size: 22px;
}
#green-box {
	display: none;
}
#mobile-menu-button {
	right: 15px;
}
.nav-sub ul li {
	font-size: 14px;
}
}
@media screen and (max-width: 380px) {
.home-grid-box {
	width: 100%;
}
.cta-text h2 {
	font-family: 'AvenirBook', sans-serif;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
.cta-text p {
	font-family: 'AvenirReg' sans-serif;
	font-size: 16px;
	line-height: 25px;
	padding: 0 15px;
}
.cta-link {
	margin-top: 10px;
	margin-bottom: 35px;
}
.cta-link a {
	font-family: 'AvenirReg', sans-serif;
	font-size: 14px;
	color: #fff;
}
.cta-text .border-button {
	font-size: 16px;
}
.four-square-text h2 {
	font-size: 16px;
}
.bottom-slider-copy h2 {
	font-size: 34px;
}
.under380 {
	display: none;
}
}
@media screen and (max-width: 350px) {
.masthead-slide img, #inner-masthead img {
	left: 50%; /* added for image placement in mobile*/
	transform: translate( -50%, 0 );  /* added for image placement in mobile*/
}
.masthead-text-block h2 {
	font-size: 34px;
}
.nav-sub ul li {
	font-size: 13px;
}
.cta-text h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.cta-text p {
	font-size: 15px;
	line-height: 22px;
}
.cta-link {
	margin-top: 5px;
	margin-bottom: 25px;
}
.cta-text .border-button, .bottom-slider-copy .border-button {
	letter-spacing: normal;
}
.four-square-text h2 {
	font-size: 14px;
}
}
@media screen and (max-width: 335px) {
.masthead-text-block h2 {
	font-size: 32px;
}
#get-started, #get-started-parallax {
	padding-top: 40px;
}
.bottom-slider-copy h2 {
	font-size: 32px;
}
}
 @media screen and (max-width: 320px) {
.masthead-text-block h2 {
	font-size: 30px;
}
.bottom-slider-copy h2 {
	font-size: 30px;
}
}
