/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { border: 0; border-top: 1px solid #ccc; display: block; height: 1px; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:12px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { list-style:none; list-style-image: none; margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; border-radius: 1px; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #fff; background: rgba(255,255,255,.25); color:#030202; text-shadow: none; }
::selection { background:#fff; background: rgba(255,255,255,.25); color:#030202; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #ffebd0; }

button { overflow: visible;  width: auto; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/* Layout ///  --------------------------------------------------------------------------------------------------------------------------------- */

html {
	background:#c5c4c0;
	height: 100%;
}

body {
	background:#c5c4c0 url(../images/content-bg.jpg) left top repeat;
	color:#444;
	font:400 14px/1.3em HelveticaNeueLT-Light, "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
	min-height:100%;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	/*-moz-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);*/
}

p {
	padding-bottom:10px;
}

strong, b {
	font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

em, i {
	font-family:HelveticaNeueLT-LightItalic, "HelveticaNeueW01-46Ligh", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

em strong, em strong {
	font-family:HelveticaNeueLT-BoldItalic, "HelveticaNeueW01-76Bold", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing:antialiased;
	font-family:HelveticaNeueLT-Light, "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin:0;
	padding:0 0 10px;
}

h1 {
	-webkit-font-smoothing:subpixel-antialiased;
	font-size:28px;
	line-height: 32px;
}

h2 {
	border-bottom: 3px solid #EFEFEF;
	font-size: 26px;
	line-height: 18px;
	margin: 20px 0px 10px;
}

h3 {
	font-size:16px;
	line-height: 24px;
}

h4 {
	font-size:14px;
	line-height: 20px;
}

h5, h6 {
	font-size:1em;
	font-weight: 700;
}

a {
	-moz-transition:color .05s ease-out, border-color .05s ease-out;
	-ms-transition:color .05s ease-out, border-color .05s ease-out;
	-o-transition:color .05s ease-out, border-color .05s ease-out;
	-webkit-backface-visibility:hidden;
	-webkit-transition:color .05s ease-out, border-color .05s ease-out;
	color:#444;
	text-decoration:none;
	transition:color .05s ease-out, border-color .05s ease-out;
}

a:link, a:visited, a:active {
	color: #444;
	text-decoration:none;
}

a:hover, a:focus {
	color:#8F6304;
	outline: none;
	text-decoration:none;
}

.copy a:link, .copy a:visited, .copy a:active {
	border-bottom:1px solid #888;
	border-bottom:1px solid rgba(0,0,0,.25);
}

.copy a:hover, .copy a:focus {
	border-bottom-color:#8F6304;
}

.copy a:active {
	-moz-transform:translateY(1px);
	-ms-transform:translateY(1px);
	-webkit-transform:translateY(1px);
	transform:translateY(1px);
}

ul, ol, dl {
	margin:0;
	padding:0;
}

li, dt, dd {
	margin:0;
	padding:0;
}

ul li {
	list-style-type:none;
}

.copy ul, .copy ol, .copy dl {
	margin: 5px 0 10px 30px;
	padding: 0;
}

.copy li, .copy dt, .copy dd {
	margin:0;
	padding:0 0 5px;
}

.copy ul li {
	list-style-type:disc;
}

img.right {
	float:right;
	margin:0 0 10px 20px;
	padding:0;
}

img.left {
	float:left;
	margin:0 20px 10px 0;
	padding:0;
}

img.centre {
	display:block;
	margin:10px auto;
	padding:0;
}

blockquote {
	display:block;
	font-size:1.2em;
	font-style:italic;
	line-height:1.6em;
	margin:15px 0;
}


form {

}

	form .row {
		display:block;
		margin-bottom:10px;
	}

	form .field {
		clear:both;
		display:block;
		padding:0 0 10px;
	}

		form label {
			display:block;
			float:left;
			width:124px;
		}

		form input.text, form textarea {
			border: 1px solid #e3e3e3;
			font-family: HelveticaNeueLT-Light, "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
			font-size:14px;
			outline:none;
			padding:9px 8px 7px;
			width:270px;
		}

		form input.text:hover, form textarea:hover {
			border-color: #b7b7b7;
		}

		form input.text:focus, form textarea:focus {
			-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.25);
			-ms-box-shadow:inset 0 1px 2px rgba(0,0,0,.25);
			-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.25);
			border-color: #8F6304;
			box-shadow:inset 0 1px 2px rgba(0,0,0,.25);
		}

		form select {
			font-family: HelveticaNeueLT-Light, "HelveticaNeueW01-45Ligh", Helvetica, Arial, sans-serif;
		}

		form button {
			-moz-transition:background-color .15s ease-out;
			-ms-transition:background-color .15s ease-out;
			-webkit-transition:background-color .15s ease-out;
			background:#fff;
			border:none;
			color:#444;
			display:inline-block;
			float:right;
			font-family:HelveticaNeueLT-Roman, "HelveticaNeueW01-45Roma", Helvetica, Arial, sans-serif;
			font-size:14px;
			padding:10px 10px 6px;
			text-shadow:0 1px rgba(255,255,255,.4);
			text-transform:uppercase;
			transition:background-color .15s ease-out;
		}

		form button:hover, form button:focus {
			background:#fff;
		}

		form button:active {
			-moz-box-shadow:inset 0 0 4px rgba(0,0,0,.5);
			-ms-box-shadow:inset 0 0 4px rgba(0,0,0,.5);
			-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.5);
			box-shadow:inset 0 0 4px rgba(0,0,0,.5);
			padding:9px 10px 7px;
		}

		form input.hasPlaceholder {
			color:#aaa;
		}

		/* override default Bootstrap button styles */
		.btn-primary {
			background-color:#827037;
			background-image:-moz-linear-gradient(top, #827037, #604c1e);
			background-image:-ms-linear-gradient(top, #827037, #604c1e);
			background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#827037), to(#604c1e));
			background-image:-webkit-linear-gradient(top, #827037, #604c1e);
			background-image:-o-linear-gradient(top, #827037, #604c1e);
			background-image:linear-gradient(top, #827037, #827037);
			background-repeat:repeat-x;
			border-color:#604c1e #604c1e #423311;
			border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#827037', endColorstr='#604c1e', GradientType=0);
			filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
		}

		.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
			background-color:#604c1e;

		}

		.Actions{
			width: 412px;
		}

			.btn-primary[type="submit"]{
				float: right;
			}

		#PageContent_chkRememberMe {
			float: left;
			margin: 10px 10px 0 0;
		}

		#PageContent_chkRememberMe + label {
			line-height: 12px;
			margin: 10px 0 0;
			width: 224px;
		}



/* PAGE ------------------------------------------------------------------------------------------------------------------------------- */

.wrapper {
	background:transparent url(../images/content-bg-inner.jpg) center 90px no-repeat;
	height: auto !important;
	height: 100%;
	margin: 0 auto -73px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
}

.container {
	margin: 0 auto;
	width:1100px;
}

	/* HEADER ------------------------------------------------------------------------------------------------------------------------- */

	.wrapper > header {
		background: #fff;
		padding: 15px 0;
	}

		.wrapper > header > div {
		margin: 0 auto;
			width: 1100px;
		}

			.wrapper > header h1 {
				background: url(../images/h1-stgeorges-logo.png) left top no-repeat;
				float: left;
				height: 62px;
				padding: 0;
				width: 170px;
			}

				.wrapper > header h1 a {
					display: block;
					height: 62px;
					width: 144px;
				}

			.wrapper > header nav {
				float: right;
				padding: 35px 0 0;
				width: 800px;
			}

				.wrapper > header nav ul {
					height: 24px;
					margin: 0;
					padding:0;
					text-align: right;
				}

					.wrapper > header nav ul li {
						display: inline-block;
						height: 24px;
						margin-left: 25px;
					}

						.wrapper > header nav ul li a {
							-moz-transition:color .25s ease-out, border-color .25s ease-out;
							-ms-transition:color .25s ease-out, border-color .25s ease-out;
							-o-transition:color .25s ease-out, border-color .25s ease-out;
							-webkit-transition:color .25s ease-out, border-color .25s ease-out;
							color: #727272;
							font: 200 15px HelveticaNeueLT-LightCondensed, "HelveticaNeueW01-47LtCn 692686", Helvetica, Arial, sans-serif;
							padding-bottom: 3px;
							text-transform: uppercase;
							transition:color .25s ease-out, border-color .25s ease-out;
						}

						.wrapper > header nav ul li a:link, .wrapper > header nav ul li a:visited, .wrapper > header nav ul li a:active {
							border-bottom:4px solid #fff;
							color: #727272;
						}

						.wrapper > header nav ul li a:hover, .wrapper > header nav ul li a:focus {
							border-color:#8F6304;
							color: #8F6304;
						}

						.wrapper > header nav ul li.active a {
							border-color:#cdcdcd;
							color: #000000;
						}



	/* CONTENT ------------------------------------------------------------------------------------------------------------------------- */

	.close {
		opacity: 1 !important;
	}

	#content {
		-moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
		background: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,.2);
		margin: 40px 0;
		position: relative;
	}

	#content:after {
		background: url(../images/content-shadow.jpg) center top no-repeat;
		bottom: -30px;
		content: '';
		display: block;
		height: 30px;
		left: 0;
		position: absolute;
		width: 100%;
	}

	#content > .copy {
		padding: 40px;
	}

	#content .copy .intro p {
		color: #686868;
		font-size: 1.6em;
		line-height: 1.2em;
		margin-bottom: 20px;
	}

	#content #page-nav {
		margin-bottom: 20px;
	}

		#content #page-nav ul {
			border-bottom: 1px solid #e5e5e5;
			margin: 0;
			padding: 0;
		}

			#content #page-nav ul li {
				display: inline-block;
				margin: 0 40px 0 0;
				padding: 0 5px 3px;
				position: relative;
			}

			#content #page-nav ul li.active:after {
				background: url(../images/page-nav-indicator.png) center top no-repeat;
				bottom: -9px;
				content: '';
				display: block;
				height: 10px;
				left: 50%;
				margin-left: -5px;
				position: absolute;
				width: 10px;
			}

			#content #page-nav ul li a {
				border: none;
				font-size: 12px;
			}

			#content #page-nav ul li.active a, #content #page-nav ul li a:hover, #content #page-nav ul li a:focus {
				color: #8F6304;
			}

		#sidebar {
			border-left: 1px solid #e5e5e5;
			float: right;
			margin-left: 30px;
			padding: 0 0 40px 30px;
			width: 220px;
		}

			#sidebar h2, #sidebar h3 {
				clear: both;
				color: #686868;
				font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
				padding: 0 0 5px;
				text-transform: uppercase;
			}

			#sidebar dl {
				margin: 0 0 10px;
				padding: 0;
			}

				#sidebar dt {
					clear: both;
				}

				#sidebar dt, dd {
					display: inline-block;
					float: left;
					margin: 0;
					padding: 0 0 5px;
				}



	/* FOOTER ------------------------------------------------------------------------------------------------------------------------- */

	body > footer {
		height: 73px; /* .push must be the same height as .footer */
		margin: 0 auto;
		padding-top: 20px;
	}

		body > footer > .footer-container {
			border-top: 1px solid #9e9d99;
			margin: 0 auto;
			padding: 10px 0;
			display: flex;
			width: 1110px;
            justify-content: space-between;
		}

        .logos-right {
            display: flex;
        }
        .logos-right a {
			margin-right:20px;
		}
		.logos-right .hawaiian-logo {
			height: 30px;
			width: 104px;
		}
		.logos-right .brookfield-logo {
			height: 30px;
			width: 70px;
		}

			body > footer > div:after {
				background: #dbdbdb;
				content: '';
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

			.push {
				clear: both;
				height: 73px; /* .push must be the same height as footer */
			}

				body > footer p {
					color: #353532;
					font-size: 12px;
					line-height: 22px;
				}

				body > footer p a {
					border-left: 1px solid #9e9d99;
					color: #353532;
					padding: 5px 0 5px 7px;
				}

				body > footer p a:link, body > footer p a:visited, body > footer p a:active {
					color: #353532;
				}

				body > footer .hawaiian-logo svg {
					float: right;
					height: 30px;
					width: 104px;
				}

				body > footer .brookfield-logo svg {
                    float: right;
                    height: 30px;
                    width: 70px;
				}


	/* BANNER ------------------------------------------------------------------------------------------------------------------------- */

	#banner {
		position: relative;
	}

	#banner #nav {
		bottom: 10px;
		display: inline-block;
		position: absolute;
		right: 10px;
		z-index: 100;
	}

		#banner #nav a {
			background: #fff;
			display: block;
			float: left;
			font-size: 12px;
			height: 18px;
			margin-right: 2px;
			padding: 2px 0 0;
			text-align: center;
			width: 20px;
		}

	#google-map
	{
		height:250px;
	}

	.contact-sidebar .dir-label-to
	{
		padding-top:5px;
	}

	.contact-sidebar .dir-label
	{
		font-size:10px;
		text-transform:uppercase;
	}

	.contact-sidebar fieldset p
	{
		font-size:10px;
	}

	.contact-top
	{
		border-bottom:1px solid #CCC;
		margin:0px 0px 30px 0px;
		padding:0px 0px 20px 0px;
	}

	.contact-top p
	{
		font-size:18px;
		line-height:26px;
	}

	.contact-top .left
	{
		float:left;
		width:50%;
	}

	.contact-bottom .left
	{
		float:left;
		width:50%;
	}

	.contact-bottom .right
	{
		float:left;
		width:45%;
	}

	.tenant-search input.text
	{
		font-size:14px;
		height:14px;
		margin-bottom:5px;
		width:202px;
	}

	#sidebar .photo-gallery-link
	{
		background-image:url(../images/sidebar-about.gif);
		background-position:0px 2px;
		background-repeat:no-repeat;
		border:none;
		display:block;
		padding:0px 0px 10px 30px;
	}

    #sidebar .video-link
    {
        background-image:url(../images/sidebar-video.gif);
        background-position:0px 2px;
        background-repeat:no-repeat;
        border:none;
        display:block;
        padding:0px 0px 10px 30px;
    }

	#sidebar .contact-link
	{
		background-image:url(../images/sidebar-contact.gif);
		background-repeat:no-repeat;
		border:none;
		display:block;
		padding:0px 0px 10px 30px;
	}

	.commercial-gallery
	{

	}

	.commercial-gallery h1
	{
			background-color:#fff;
			padding:10px 20px;
	}

	.commercial-gallery .the-thumbs
	{
		float:right;
		height:400px;
		overflow:auto;
		padding:10px 10px 10px 0px;
		width:345px;
	}

	.commercial-gallery .the-thumbs .commercial-gallery-thumb
	{
		-moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
		box-shadow: 0 0 8px rgba(0,0,0,.2);
		float:left;
		height:100px;
		margin:0px 10px 10px 0px;
		padding:0px;
		width:100px;
	}

	.commercial-gallery .the-images
	{
		height:390px;
		padding:10px 10px;
		width:490px;
	}

	.commercial-gallery .the-images div
	{
		-moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
		box-shadow: 0 0 8px rgba(0,0,0,.2);
		height:390px;
		width:490px;
	}

/* HOMEPAGE */

#page-home .container > aside {
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	margin: 40px 0;
}

#page-home .container > aside:after {
	background: url(../images/home-banner-shadow.jpg) center top no-repeat;
	bottom: -24px;
	content: '';
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	width: 100%;
}

	#page-home .container > aside h1 {
		background: #000;
		background: rgba(0,0,0,.5);
		bottom:0;
		color: #fff;
		display:inline-block;
		font-size: 68px;
		left: 0;
		line-height: 68px;
		padding: 10px 30px 0;
		position:absolute;
		text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
		width: 1040px;
		z-index: 99;
	}

#page-home section > h1 {
	color: #3B341C;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

#page-home #content {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	box-shadow: none;
}

#page-home #content:after {
	display: none;
}

.giftcards-link {;
	background: url(../images/icon-giftcards-link.png) left top no-repeat;
	display: inline-block;
	font:400 18px/50px HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
	padding: 0 0 0 50px;
	position: absolute;
	right:0;
	top: -5px;
}

.giftcards-link:hover, .giftcards-link:focus {
	background-position: 0 -50px;
}

#page-home #news .item {
	-moz-transition:background-color .25s ease-out;
	-ms-transition:background-color .25s ease-out;
	-o-transition:background-color .25s ease-out;
	-webkit-transition:background-color .25s ease-out;
	background: #b3b2ad;
	/* background: rgba(0, 0, 0, .1); */
	display: block;
	float: left;
	margin: 10px 40px 0 0;
	position: relative;
	transition:background-color .25s ease-out;
	width: 340px;
}

#page-home #news .item:hover {
	background: #efefee;
}

#page-home #news .item.end-row {
	margin-right: 0;
}

#page-home #news .contact-details {
	background: none;
}

	#page-home #news .item .win-overlay {
		background: url(../images/win.png) left top no-repeat;
		height: 216px;
		left: 0;
		position: absolute;
		top: 0;
		width: 170px;
	}

	#page-home #news .item .news-overlay {
		background: url(../images/news.png) left top no-repeat;
		height: 216px;
		left: 0;
		position: absolute;
		top: 0;
		width: 170px;
	}

	#page-home #news .item div {
		min-height: 172px;
		padding: 20px;
	}

		#page-home #news .item h1 {
			font:400 14px/18px HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
			padding-bottom: 5px;
		}

		#page-home #news .item p {
			height: auto;
		}

		#page-home #news .item time {
			display: block;
			font-size: 12px;
			margin: -5px 0 5px;
			text-transform: uppercase;
		}

	#page-home #insights {
		clear: both;
		float: left;
		position: relative;
		width: 760px;
	}

		#page-home #insights > h2 {
			border:none;
			margin:0px;
			padding-top: 25px;
		}

		#page-home #insights > h2 + .arrow-icon {
			position: absolute;
			right: 20px;
			top:26px;
		}

	.read-more-link, .view-photos-link, .arrow-icon, .address-icon, .tel-icon, .people-icon {
		background: url(../images/icon-sprite.png) left top no-repeat;
	}

	.read-more-link, .view-photos-link, .arrow-icon {
		height: 20px;
		line-height: 20px;
	}

	.read-more-link {
		background-position: 0 -15px;
		display: inline-block;
		padding: 0 25px 0 20px;
	}

	.read-more-link:hover, .read-more-link:focus, .read-more-link:active {
		background-position: 0 -45px;
	}

	.view-photos-link {
		background-position: 0 -84px;
		display: inline-block;
		padding: 0 25px 0 35px;
	}

	.view-photos-link:hover, .view-photos-link:focus, .view-photos-link:active {
		background-position: 0 -114px;
	}

	.arrow-icon {
		background-position: 0 -152px;
		display: inline-block;
		padding: 0 25px 0 35px;
	}

	.arrow-icon:hover, .arrow-icon:focus, .arrow-icon:active {
		background-position: 0 -192px;
	}

	#page-home #insights + .item {
		background: none;
		margin: 0;
		position: relative;
	}

	#page-home #insights + .item:hover, #insights + .item:focus {
		background: none;
	}

		#page-home #insights + .item div {
			height: 178px;
			padding: 10px 0 0;
		}

			#page-home #insights + .item h2 {
				-webkit-font-smoothing:subpixel-antialiased;
				border:none;
				font-size: 22px;
				margin: 46px 0px 0px 0px;
				padding: 25px 0 10px;
			}

			#page-home #insights + .item .arrow-icon {
				padding-right: 0;
				position: absolute;
				right:0;
				top: 26px;
			}

			#page-home #insights + .item ul {
				margin: 0;
			}

				#page-home #insights + .item ul li {
					display: block;
					float: left;
					padding: 0 25px 10px 35px;
					width: 240px;
				}

				.address-icon {
					background-position: 0 -232px;
					line-height: 20px;
				}

				.tel-icon {
					background-position: 0 -321px;
					line-height: 30px;
				}

				.people-icon {
					background-position: 0 -371px;
					line-height: 30px;
				}

				#page-home #insights + .item ul + a {
					display: block;
				}





/* Gallery modal on News items */
.gallery-wrapper
{
    height:470px;
    overflow:hidden;
    position:relative;
    width:890px;
}

.gallery-wrapper .gallery-header
{
    -moz-box-shadow: 0px 2px 1px #a6a6a1;
    -webkit-box-shadow: 0px 2px 1px #a6a6a1;
    background-color:#fff;
    box-shadow: 0px 2px 1px #a6a6a1;
    height: 60px;
    padding:10px;
}

.gallery-wrapper .container
{
    position:relative;
}

.gallery-wrapper .image-slides
{
    height:390px;
    width:600px;
}

.gallery-wrapper .image-slide
{
    height:370px;
    padding:7px;
    width:580px;
}

.gallery-wrapper .image-slide img
{
    -moz-box-shadow: 0px 2px 1px #a6a6a1;
    -webkit-box-shadow: 0px 2px 1px #a6a6a1;
    border:3px solid #fff;
    box-shadow: 0px 2px 1px #a6a6a1;
}

.gallery-wrapper .image-pager
{
    height:370px;
    left:610px;
    overflow:auto;
    position:absolute;
    top:8px;
    width:270px;
}

.gallery-wrapper .image-pager a
{
    -moz-box-shadow: 0px 2px 1px #a6a6a1;
    -webkit-box-shadow: 0px 2px 1px #a6a6a1;
    border:3px solid #fff;
    box-shadow: 0px 2px 1px #a6a6a1;
    display:block;
    float:left;
    height:70px;
    margin:0px 10px 10px 0px;
    width:110px;
}

.gallery-wrapper .image-pager a.activeSlide, #banner #nav a.activeSlide
{
    border-color:#dfdfdf;
}


/* News Page/s */

#news-sidebar {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin-right: 30px;
    padding: 0 30px 40px 0px;
    width: 289px;
}

    #news-sidebar h2, #sidebar h3 {
        clear: both;
        color: #686868;
        font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
        font-size:12px;
        padding: 0 0 5px;
    }

    #news-sidebar h2
    {
        font-size:14px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    #news-sidebar .news-list
    {
        list-style-type: none;
        margin:0px;
        padding:0px;

    }

    #news-sidebar .news-list li
    {
        border:1px solid #dfdfdf;
        font-size:10px;
        list-style-type: none;
        margin:0px 0px 5px 0px;
        padding:5px;
    }


    #news-sidebar .news-list li.is-current-news-item
    {
        background-color:#efefef;
    }

    #news-sidebar .news-list li a
    {
        border: none;
        display:block;
        font-size:12px;
        text-transform: uppercase;
    }

#current-news-story
{
    margin-left: 359px;
    width: 660px;
}

#current-news-story .current-news-story-date
{
    color: #686868;
    font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
    font-size:14px;
    text-transform: uppercase;
}

#current-news-story .current-news-story-date .view-photos-link
{
    border-bottom: none;
    color: #686868;
    text-decoration: none;
}

#current-news-story .current-news-story-date .view-photos-link:hover
{
    color: #8F6304;
}

#current-news-story h1
{
    padding: 5px 0px 10px 0px;
}

/* Tenant Login */
.tenant-login-form
{
    border-top:1px solid #dfdfdf;
    margin:10px 0px 0px 0px;
    padding:20px 0px 20px 0px;
    width:400px;
}

.tenant-login-form h2
{
    color: #686868;
    font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
    font-size:14px;
    text-transform: uppercase;
}

.tenant-login-form td
{
    padding:5px 0px;
}

.tenant-login-form .Button
{
    margin-left:315px;
}

/* Opportunities Page/s */

#opportunities-sidebar {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin-right: 30px;
    padding: 0 30px 40px 0px;
    width: 289px;
}

    #opportunities-sidebar h2, #opportunities-sidebar h3 {
        clear: both;
        color: #686868;
        font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
        font-size:12px;
        padding: 0 0 5px;
    }

    #opportunities-sidebar h2
    {
        font-size:14px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    #opportunities-sidebar .opportunities-list
    {
        list-style-type: none;
        margin:0px;
        padding:0px;

    }

    #opportunities-sidebar .opportunities-list li
    {
        border:1px solid #dfdfdf;
        font-size:10px;
        list-style-type: none;
        margin:0px 0px 5px 0px;
        padding:5px;
    }


    #opportunities-sidebar .opportunities-list li.is-current-opportunities-item
    {
        background-color:#efefef;
    }

    #opportunities-sidebar .opportunities-list li a
    {
        border: none;
        display:block;
        font-size:12px;
        text-transform: uppercase;
    }

#current-opportunity
{
    margin-left: 359px;
    width: 660px;
}

#current-opportunity .current-opportunity-date
{
    color: #686868;
    font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
    font-size:14px;
    text-transform: uppercase;
}

#current-opportunity h1
{
    padding: 5px 0px 10px 0px;
}

.entry-form .message
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    color: #C09853;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.entry-form .message.success
{
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

/* Gallery Page */

.class-CommercialGalleryPage .copy .gallery-thumb {
	border: none;
	display: block;
	float: left;
	margin: 30px 30px 0 0;
	width: 320px;
}

.class-CommercialGalleryPage .copy .end-row {
	margin-right: 0;
}

/* Tenant Directory page */
.class-TenantDirectoryPage .copy table {
	margin-top: 20px;
}

.class-TenantDirectoryPage .copy #retail-tenants, .class-TenantDirectoryPage .copy #commercial-tenants {
	margin-top:0px;
	width:730px;
}

	.class-TenantDirectoryPage .copy table th {
		font-family:HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
		padding-bottom: 10px;
		text-align: left;
	}

	.class-TenantDirectoryPage .copy table th + th {
		text-align: right;
	}

	.class-TenantDirectoryPage .copy table td {
		padding-bottom: 20px;
	}

	.class-TenantDirectoryPage .copy table td.tenant {
		width: 80%;
	}

	.class-TenantDirectoryPage .copy table td.tenant .tenant-title
	{
		font:400 16px HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
	}

		.class-TenantDirectoryPage .copy table td ul {
			margin: 0;
			padding: 0;
		}

			.class-TenantDirectoryPage .copy table td ul li {
				color: #666;
				display: block;
				float: none;
				font-size: 12px;
				padding: 0;
			}

			/*
			.class-TenantDirectoryPage .copy table td ul > li:first-child {
				padding-left: 0;
			}

			.class-TenantDirectoryPage .copy table td ul li + li {
				border-left: 1px solid #aaa;
			}
			*/

	#retail-heading {
		line-height: 34px;
		font: 400 18px HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
		background-color: #d6cfbe !important;
	}

	#commercial-heading {
		line-height: 34px;
		font: 400 18px HelveticaNeueLT-Bold, "HelveticaNeueW01-75Bold", Helvetica, Arial, sans-serif;
		background-color: #eee !important;
	}

	.class-TenantDirectoryPage .copy #retail-tenants.table th, .class-TenantDirectoryPage .copy #retail-tenants.table td {
		border-color: #d6cfbe;
		border-left: 1px solid #d6cfbe;
		border-right: 1px solid #d6cfbe;
	}

	.class-TenantDirectoryPage .copy #commercial-tenants.table th, .class-TenantDirectoryPage .copy #commercial-tenants.table td {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.class-TenantDirectoryPage .copy #retail-tenants {
		border-bottom: 1px solid #d6cfbe;
	}

	.class-TenantDirectoryPage .copy #commercial-tenants {
		border-bottom: 1px solid #ddd;
	}

	.class-TenantDirectoryPage .copy #retail-tenants.table-striped tbody tr td, .class-TenantDirectoryPage .copy #retail-tenants.table-striped tbody tr th {
		background-color: #fffefa;
	}

	.class-TenantDirectoryPage .copy #retail-tenants.table-striped tbody tr:nth-child(odd) td, .class-TenantDirectoryPage .copy #retail-tenants.table-striped tbody tr:nth-child(odd) th {
		background-color: #f5f2eb;
	}

	.class-TenantDirectoryPage .copy table td.occupancy {
		text-align: right;
		width: 20%;
	}

		.class-TenantDirectoryPage .copy table td.occupancy span {
			color: #666;
			display: inline-block;
			letter-spacing: 1px;
			padding: 7px 15px 3px;
			/*background: #eee;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-o-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;*/
		}

.content-wrapper
{
	width:730px;
}

/* IE */

.lt-ie8 form button,
.lt-ie8 .wrapper > header nav ul li,
.lt-ie8 #content #page-nav ul li,
.lt-ie8 #sidebar dt,
.lt-ie8 #sidebar dd,
.lt-ie8 #banner #nav,
.lt-ie8 .giftcards-link,
.lt-ie8 .read-more-link,
.lt-ie8 .view-photos-link,
.lt-ie8 arrow-icon,
.lt-ie8 .class-TenantDirectoryPage .copy table td ul li,
.lt-ie8 .class-TenantDirectoryPage .copy table td.occupancy span {
	display: inline;
	zoom:1;
}

.lt-ie8 #page-home .container > aside h1 {
	filter: alpha(opacity = 70);
}

.ie6 #banner:after {
	display: none;
}

.ie6 .item {
	overflow: hidden;
}

.ie6 #page-home #insights {
	width: 760px;
}

.ie6 #page-home #insights > h2 + .arrow-icon {
	right: 40px;
}

.ie6 #page-home #insights + .item {
	background: none !important;
	position: relative;
	top: -10px;
}

	.ie6 #page-home #insights + .item .map-link {
		display: block;
		padding-top: 30px;
	}

	.ie6 #page-home #insights + .item div {
		height: auto !important;
	}

	.ie6 #page-home #insights ul > .item:first-child + .item {
		margin-right: 0;
	}

		.ie6 #page-home #insights + .item ul {
			margin-left: -20px;
			overflow: hidden;
			padding-top: 0;
		}

.ie6 .read-more-link {
	background-position: 0 -13px;
}

.ie6 .read-more-link:hover, .ie6 .read-more-link:focus, .ie6 .read-more-link:active {
	background-position: 0 -190px;
}

.ir { background-repeat: no-repeat; direction: ltr; display: block; overflow: hidden; text-align: left; text-indent: -999em; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * {
  -ms-filter: none !important; background: transparent !important; color: black !important; filter:none !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  /*@page { margin: 0.5cm; } IE7 doesn't like this */
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
