/* @override
	http://actiumland.localdev.simple.com.au/css/main.css
	http://dev-actiumland-com-au.cloud.hosting-toolkit.net/actium/css/main.css
	http://dev-actiumland-com-au.cloud.hosting-toolkit.net/actium/css/mmenu.css
	http://www.actiumland.com.au/actium/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #777777;
}

body {
    font-size: 1em;
    line-height: 1.6;
    color: #777777;
}

a:focus {
    outline: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* SCALING BACKGROUND IMAGE */

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1920px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1920px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -960px;   /* 50% */
  }
}



a {
	color: #002D62;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding-bottom: 20px;
	font-size: 0.938em;
	line-height: 1.8;

}

.main-content h1 {
	color: #002D62;
	font-size: 1.5em;
	margin-top: 0;

}

h2, h3, nav ul.sf-menu a, .caption p, .caption a, .caption.content h1, .caption.content p, .footer-address p, small  {
	font-family:'Conduit ITC W01 Medium', arial, sans-serif;

}

.wrapper {
	width:100%;
	overflow:hidden;
	min-width:1200px;
}

.container {
	width:1200px;
	margin:0 auto;
	text-align:left;
	position: relative;
}

.logo {
	float: left;
	width: 118px;
	height: 116px;
	display: block;
}

.logo h1 {
	display: none;
}

header {
	height: 125px;
	width:2560px;
	margin-left:-680px;
	padding-right: 680px;
	padding-left: 680px;
	background-color: #fff;
}

.mobile-nav-button {
	display: none;
}

nav.main {
	float: right;
	margin: 60px 0 0 0;
}

nav ul {
	list-style-type: none;
	padding: 0;
}

nav.main > ul > li {
	display: inline-block;
}

nav.main > ul > li > a {
	display: inline-block;
    color: #777777;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px 10px 16px !important;
    font-size: 1.125em;
}

nav.main > ul > li > a:hover {
background-color: #EE4056;
	color: #fff;
}

nav > ul > li.parent-active > a, nav > ul > li.active > a {
	color: #002D62;
}

/*
nav.main > ul > li.last > a {
	padding-right: 0 !important;
}
*/

.caption {
	bottom: 0;
	position: relative;
	z-index: 1000 !important;
	width: 1200px;
	background-color: #002D62;
	padding: 35px 40px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: -180px;
	height: 180px;
}



.caption p {
	margin-top: 0;
	color: #fff;
	font-size: 1.7500em;
	text-transform: uppercase;
	line-height: 1.4;
	padding-bottom: 10px;

}

.caption a {
	color: #7b92cf;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	-webkit-transition: all 0.5s ease-in-out 0s;
}

.caption a:hover {
	color: #fff;
}

h2 {
	font-size: 1.125em;
	font-weight: normal;
	color: #002D62;
	text-transform: uppercase;

}

.homepage-features h2 {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: 35px;
}

.homepage-features h2 a {
	float: right;
	color: #8f9197;
	text-decoration: none;

}

.homepage-features h2 a:hover {
	background-color: #7b92cf;
	color: #fff;
	padding: 0 3px;
}

.homepage-features .feature {
	width: 33%;
	float: left;
}

.homepage-features .image {
	float: left;
	width: 40%;
	padding-right: 30px;
}

.homepage-features .text {
	float: left;
	width: 50%;
	font-size: 0.875em;
}

.homepage-features .text p {
	margin: 0;

}

.homepage-features h3 {
	margin: 0;
	color: #002D62;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.125em;
	min-height: 45px;
	line-height: 1.4;
}



/* FOOTER STYLES */


footer {
	background-color: #ececec;
	width: 2560px;
	margin-left: -680px;
	padding-right: 680px;
	padding-left: 680px;
	margin-top: 50px;
	padding-bottom: 50px;
}




.mail-form {
	background-color: #002D62;
	width: 2560px;
	margin-left: -680px;
	padding-right: 680px;
	padding-left: 680px;
	padding-top: 40px;
	padding-bottom: 40px;
}


.mail-form__sent { color: white; }

.mail-form__header {
	color: white;
	font-size: 1.5em;
	text-align: center;
	margin: 0 0 1em;
}

.mail-form__form { display: flex; }

@media (max-width: 539px) {
	.mail-form__form {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

@media (min-width: 540px) {
	.mail-form__form {
		justify-content: flex-start;
		align-items: stretch;
	}
}

@media (max-width: 1279px) { .mail-form__form { flex-wrap: wrap; } }

.mail-form__field {
	position: relative;
	flex: 1 1 auto;
}

.mail-form__recaptcha {
	position: relative;
	width: 304px;
}

@media (max-width: 539px) { .mail-form__recaptcha { margin-bottom: 1em; } }

@media (min-width: 1280px) { .mail-form__recaptcha { margin-left: 1em; } }

.mail-form__field .error, .mail-form__recaptcha .error { background-color: #ff4258; }

@media (min-width: 540px) {
	.mail-form__field .error, .mail-form__recaptcha .error {
		position: absolute;
		width: 100%;
	}
}

.mail-form__input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em 2em !important;
	border: 0 !important;
	margin: 0 !important;
}

@media (max-width: 539px) {
	.mail-form__field {
		width: 100%;
		margin-bottom: 1em;
	}
}

@media (min-width: 540px) { .mail-form__field:nth-child(4) { margin-left: 1em; } }

@media (min-width: 540px) and (max-width: 1279px) {
	.mail-form__field {
		width: calc(50% - 0.5em);
		margin-bottom: 1em !important;
	}
}

@media (min-width: 1280px) {
	.mail-form__field {
		width: 12em;
		margin-bottom: 0 !important;
	}
}

.mail-form__submit {
	color: white;
	text-transform: uppercase;
	
	flex: 0 0 auto;
	width: 10em;
	padding: 1em 2em;
	border: 0;
	
	background-color: #ff4258;
}

@media (min-width: 540px) { .mail-form__submit { margin-left: 1em; } }


@media only screen and (max-width: 1220px) , screen and (max-height: 870px) {
	.mail-form {
		width: 2020px;
		margin-left: -530px;
		padding-right: 530px;
		padding-left: 530px;
	}

	.mail-form__header {
		font-size: 1.25em;
		line-height: 2;
	}
}

@media only screen and (max-width: 989px) {
	.mail-form {
		width: 100%;
		margin-left: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.mail-form__header {
		font-size: 1.25em;
		line-height: 1;
	}
}


@media only screen and (max-width: 700px) {
	.mail-form__header {
		width: 100%;
		line-height: 1;
		float: none;
		margin-bottom: 20px;
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 550px) {
	.mail-form { padding-top: 30px; }
	
	.mail-form__header { font-size: 1.5em; }
}






.footer-form {
	background-color: #002D62;
	width: 2560px;
	margin-left: -680px;
	padding-right: 680px;
	padding-left: 680px;
	padding-top: 40px;
	padding-bottom: 40px;

}

.footer-form h2 {
	color: #fff;
	font-size: 1.500em;
	margin: 0;
	float: left;
	width: 40%;
}

.mailing-list {
	float: right;
	width: 58%;
}

.mailing-list input[type="text"] {
	border: none;
	text-transform: uppercase;
	margin-bottom: 0;
}

.mailing-list .field {
	float: left;
	width: 38% !important;
	margin-right: 2%;

}

.mailing-list input[type="submit"] {
	float: left;
	width: 20% !important;
	margin-right: 0%;
	border: none;
	background-color: #ff4258;
	margin: 0;
}

.mailing-list input[type="submit"]:hover {
	background-color: #fff !important;
	color: #002D62;
}

.mailing-list label.error {
	margin: 0;
}

.mailing-list p {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-address {
	margin-top: 50px;
}

.footer-address p {
	text-transform: uppercase;
	font-size: 1.125em;
	line-height: 1.3;
	padding-bottom: 0px;
	font-style:normal !important;
}

small {
	font-size: 0.75em;
}

.footer-address .left {
	float: left;
	width: 25%;
}

.footer-address .right {
	float: left;
	width: 25%;
}

.footer-address .right.last {
	width: 20%;
}

.footer-address .right.first {
	margin-left: 2%;
}











/*
 * Slider(s)
 */

.homepage-slider-container {
	width:2560px;
	margin-left:-680px;
	position: relative;
	height: 745px;
	z-index: 1;
}

.homepage-mobile-slider-container {
	display:none;
	width:auto;
	position: relative;
}

.homepage-slider-main {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
 }

.homepage-slider-main li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.homepage-slider-main li:first-child {
	position: relative;
	display: block;
	float: left;
}

.homepage-slider-main img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}


/*
 * Slider Navigation Dots
 */



.pager, .pager-mobile {
	position: absolute;
	bottom: 215px;
	z-index: 100;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.pager-mobile {
	bottom: 0px;
}

.rslides_tabs {
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.rslides_tabs li {
	display: inline;
}

.rslides_tabs a {
	float: left;
	width:14px;
	height:14px;
	float:left;
	margin:6px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
	font-size:1px;
	text-indent: 9999px;
	opacity: 0.5;
}

.rslides_here a {
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s; /* Safari */
}

.rslides_tabs a:hover {
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s; /* Safari */
}



/*** SUPERFISH MENU ***/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10005;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.left .sf-menu > li {
	float: left;
}
.right .sf-menu > li {
	float: right;
}


.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}


.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}


.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}






nav > ul > li.sfHover, nav > ul > li.sfHover a {

	background-color: #002D62;
	color: #fff !important;
}

nav ul ul li a {
	padding: 10px 20px !important;
	display: block;
	background-color: #002D62;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
}

nav ul ul li.active a {
	background-color: #0f1d40;
}

nav ul ul li a:hover {
	background-color: #EE4056;
}





/* DEVELOPMENT STYLES */

.development-banner {
	width:2560px;
	margin-left:-680px;
	position: relative;
	height: 400px;
	margin-bottom: 35px;
}

.development-features {
	background: #fff;
	margin-bottom: 35px;
	padding: 32px 30px 32px 0px;
}

.development-features .feature {
	float: left;
	width: 22%;
	height: 260px;
	margin: 0 0 0 3%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;

}

.development-features .fancybox:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background-color: #000;
	background-image: url(/actium/img/icon-cross.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


.development-features .feature.link {
	text-align: center;
	line-height: 1.2;
}

.development-features .feature.link a {
	font-size: 1.750em;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 90px 20px;

}

.development-features .feature.link a:hover {
	text-decoration: none;
}



.development-features .feature.link a span {
	opacity: 0.5;
	display: block;
	padding-top: 10px;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
}

.development-features .feature.link a:hover span {
	opacity: 1;
}

.section {
	background: #fff;
	margin-bottom: 35px;
	padding: 20px 32px;
}

.section h2 {
	margin-top: 0;
	border-bottom: 1px solid #b4b4b4;
	text-transform: none;
	color: #000;
	margin-bottom: 20px;
}

.section.land h2 {
	font-size: 28px;
}

.pdf-print-button {
	display: inline-block;
	float: right;
	//position: absolute;
	//right: 32px;
	padding: 10px 20px;
	background-color: #233e6d;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .11em;
	-webkit-transition: all 0.5s ease-in-out 0s;
	text-decoration: none !important;
	font-size: 12px;
	font-style: normal;
}

.pdf-print-button:hover {
	background-color: #EE4056 !important;
	text-decoration: none !important;
}

blockquote {
	margin: 0;
	color: #000;
	font-size:1.750em;
	padding-bottom: 20px;
}

.about blockquote {
	width: 30%;
	float: left;
	line-height: 1.8;
}

.about-text {
	width: 65%;
	float: right;
}

.masterplan {
	padding-bottom: 32px;
}

.plan-nav ul {
	margin: 0;
	padding: 0;
}

.plan-nav li {
	display: inline-block;
	margin: 0;
	padding: 0 2em 0 0;
}

.plan-nav a {
	color: #000;
}

.map-container {
	height: 330px;
	width: 1200px;
	background-color: #f2f2f2;
	margin-left: -32px;
	margin-bottom: 32px;
}

.map-container-contact {
	width: 100%;
	height: 300px;
}

#map_canvas {
	width: 100%;
	height: 100%;
}

.masterplan h2 {
	border-bottom: none;
}

.plan-image {
	float: left;
	width: 40%;
	position: relative;
}

.plan-image:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 44px;
	display: block;
	background-color: #000;
	background-image: url(../img/icon-magnify.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.plan-image img {
	width: 100%;
	height: auto;
}

.plan-text {
	float: right;
	width: 52%;
	padding-right: 64px;
}


.land table {
	width: 100%;
	font-size: 0.875em;
	margin-top: 30px;
	margin-bottom: 30px;
}

.land td, .land th {
	padding: 4px 8px;
}

.land th, .land tr.alt {
	background-color: #eeeff2;
}

.land tr.alt {

}

.land tr.sold, .land tr.hold {
	color: #a8a8a8;
}

/*.land tr.sale span, .land .lot.sale span {
	color: #378c2e;
}*/

.land tr.sold span, .land .lot.sold span  {
	color: #ff7c7a;
}

.land tr.hold span, .land .lot.hold span  {
	color: #feba01;
}


.disclaimer p {
	font-size: 0.750em;
	font-family: arial, helvetica, sans-serif !important;
	font-style: normal !important;
	color: #a8a8a8;
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	padding-bottom: 0;
	padding-top: 10px;
}

.disclaimer a {
	color: #a8a8a8;
	text-decoration: underline;
}

.contact-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
}

.contact {
	flex-grow: 1;
	//float: left;
	//padding-right: 64px;
}







/* CONTENT PAGE STYLES */

.content-banner {
	width:2560px;
	margin-left:-680px;
	position: relative;
	height: 200px;
	background-color: #cccccc;
}

.caption.content {
	margin-top: -50px;
	padding: 0px 0;
	height: auto;
	min-height: 50px;
}

.caption.content h1, .caption.content p {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px;
	font-size: 1.75em;
	margin: 0;
	line-height: 100px;
}


.sidebar {
	float: left;
	width: 20%;
	border-top: 1px solid #c0c0c0;
	margin-top: 64px;
	padding-top: 32px;
}

.main-content {
	float: right;
	width: 75%;
	border-top: 1px solid #c0c0c0;
	margin-top: 64px;
	padding-top: 32px;
}

.main-content p:first-of-type {
	font-weight: bold;
}

.main-content p.details {
	font-weight: normal;
	font-style: italic;
}

.main-content .text h2 {
	margin: 0;
}

nav.sub ul {
	margin: 0;
	padding: 0 0 32px 0;
	border-bottom: 1px solid #c0c0c0;

}

nav.sub li a {
	display: block;
	padding: 5px 0;
    color: #777777;
	font-size: 0.938em;
}

.sidebar blockquote {
	margin: 0;
	color: #002D62;
	font-size:1.750em;
	padding-bottom: 20px;
	margin-top: 64px;
}

.sidebar blockquote span {
	display: block;
	font-size: 3em;
	line-height: 0.1;
	font-family: georgia;
}

.item {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 32px;
	padding-bottom: 12px;
}



/* CONTACT STYLES */


.two-col {
	float: left;
	width: 48%;
	border-top: 1px solid #c0c0c0;
	margin-top: 64px;
	padding-top: 32px;
}

.two-col.right {
	float: right;
}













/* FORM STYLES */

.form {
	margin: 30px 0 50px 0;
}

label {
	color: #000;
	display: block;
	font-style: italic;
	font-size: 0.938em;
}

label.error {
	background-color: #bbbbbb;
	color: #fff;
	margin-top: -15px;
	margin-bottom: 15px;
	padding: 5px 10px;
}

input[type="text"], textarea {
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin-bottom: 15px;
}

input[type="submit"] {
	border: 1px solid #aaaaaa;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	letter-spacing: .11em;
	-webkit-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	background-color: #002D62;
	margin-bottom: 20px;
}


input[type="submit"]:hover {
	background-color: #EE4056 !important;

}


input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}



/* FREEFORM PRO COMPOSER STYLES */

.ff_composer * {
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	box-sizing			: border-box;
}
.ff_composer .line,
.ff_composer .line:last-child,
.ff_composer .last_unit{}
.ff_composer .unit{float:left; padding:0px 40px 0 0;}
.ff_composer .unit_right{float:right;}
.ff_composer .size1of1{float:none;}
.ff_composer .size1of2{width:50%;}
.ff_composer .size1of3{width:33.33333%;}
.ff_composer .size2of3{width:66.66666%;}
.ff_composer .size1of4{width:25%;}
.ff_composer .size3of4{width:75%;}
.ff_composer .line:last-child,
.ff_composer .last_unit{float:none;width:auto;}
.ff_composer p,
.ff_composer h1,
.ff_composer h2,
.ff_composer h3,
.ff_composer h4,
.ff_composer h5,
.ff_composer h6 {margin-top: 0;}
.ff_composer .required_item {margin-left: 4px; color:red;}
.ff_composer textarea,
.ff_composer input[type="text"],
.ff_composer input[type="email"],
.ff_composer input[type="url"],
.ff_composer input[type="number"],
.ff_composer input[type="password"],
.ff_composer input[type="search"] {width: 100%;}
.ff_composer ul.dynamic_recipients {list-style: none; padding:0;}
.ff_composer .field_label {}



















/* CHANGE DEVELOPMENT STYLES BASED ON CMS VARIABLES */

.serif .section h2, .serif .development-features .feature.link a, .serif blockquote, .serif p, .serif label {
	font-family: georgia, times, serif;
	font-style: italic;
}

.sans-serif .section h2, .sans-serif .development-features .feature.link a, .sans-serif blockquote, .sans-serif p, .sans-serif label {
	font-family: arial, helvetica, sans-seris;
	font-style: normal;
}
.sans-serif .section h2, .sans-serif label {
	font-style: italic;
}

.sans-serif blockquote {
	//font-weight: bold;
	line-height: 1.5;
}








































/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-wrap a:hover {
	background-color: transparent;
	color: #e9101b;
}

.fancybox-wrap a {
	color: #fff;
}












/* ==========================================================================
   Styles to remove from desktop site
   ========================================================================== */



.mobile-only, .back-to-top {
	display: none;
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

.clear {
	clear: both;
}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}




/* ==========================================================================
   STYLES
   Smaller desktop
   ========================================================================== */

@media only screen and (max-width: 1220px) , screen and (max-height: 870px) {

	.wrapper {
		min-width: 960px;
	}


	.container {
	   	width:960px;
	   	text-align:left;
	 }

	header {
		width:2020px;
		margin-left:-530px;
		padding-right: 530px;
		padding-left: 530px;
		position: relative;
	}

	nav.main > ul > li > a {
	    padding: 8px !important;
	    font-size: 1em;
	}


	.homepage-slider-container {
		width:2020px;
		margin-left:-530px;
		position: relative;
		height: 588px;
	}

	.pager {
		bottom: 180px;
	}

	.caption {
		width: 960px;
		padding: 30px 30px;
		height: 160px;
		margin-top: -160px;
	}


	.caption p {
		font-size: 1.500em;
		line-height: 1.4;
		padding-bottom: 10px;

	}

	.homepage-features .text {
		width: 55%;
	}

	.homepage-features .image {
		padding-right: 20px;
	}

	.homepage-features .image img {
		width: 100%;
		height: auto;
	}

	.homepage-features h3 {
		min-height: 50px;
	}

	.development-features {
		padding: 32px 26px 32px 0px;
	}


	.development-features .feature {
		height: 204px;

	}

	.development-features .feature.link a {
		font-size: 1.750em;
		color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		padding: 50px 20px;

	}

	.map-container {
		width: 960px;
	}

	.development-banner {

		margin-left: -790px;

	}

	/* DEVELOPMENT STYLES

	.development-banner {
		width:200%;
		margin-left:-80%;
		position: relative;
		height: 400px;
		margin-bottom: 35px;
	}

	*/

	/* FOOTER STYLES */


	footer {
		width:2020px;
		margin-left:-530px;
		padding-right: 530px;
		padding-left: 530px;
	}

	.footer-form {
		width:2020px;
		margin-left:-530px;
		padding-right: 530px;
		padding-left: 530px;

	}

	.footer-form h2 {
		font-size: 1.25em;
		line-height: 2;
	}




	.footer-address p {
		text-transform: uppercase;
		font-size: 0.9em;
		line-height: 1.3;
	}



































}

@media only screen and (max-width: 1220px) {
	.development-banner {
		width:1920px;
		margin-left:-480px;
		position: relative;
		height: 300px;
		margin-bottom: 35px;
		background-size: cover;
		background-position: 50% 50%;
	}
}



/* ==========================================================================
   MOBILE STYLES
   Tablet styles
   ========================================================================== */

@media only screen and (max-width: 989px) {


	.wrapper {
		min-width: 0;
	}


	.container {
	   	width:100%;
	   	text-align:left;
	 }


	a.logo {
		float: right;
		margin-right: 30px;
		width: 75px;
		height: 75px;
	}

	a.logo img {
		width: 100%;
	}

	.homepage-slider-container {
		width:1450px;
		margin-left:-350px;
		position: relative;
		height: 545px;
	}

	.pager {
		position: relative;
		bottom: 130px;
		z-index: 100;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		left: 380px;
	}


	 header {
		width:100%;
		margin:0;
		text-align:left;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: 80px;
	 }


	nav.main {
		display: none;
	}


	.mobile-nav-button {
		display: block;
		color: #e31e25;
		padding-top: 20px;
		float: left;
		padding-left: 30px;
		color: #002D62;
		text-transform: uppercase;
		font-size: 0.75em;
		text-align: center;
		font-weight: bold;
	}


	.mobile-nav-button span {
		width: 36px;
		height: 6px;
		background: #002D62;
		border-radius: 4px;
		display: block;
		margin: 0 0 4px 0px;
	}

	#mmenu .mobile-nav-button {
		float: none;
		position: absolute;
		top: 20px;
		padding: 0 0 0 20px;
	}

	#mmenu	.mobile-nav-button span {
		background: #fff;
	}

	.mm-inner > ul {
		padding-top: 65px !important;
	}

	.mm-is-menu a.mobile-nav-button:hover {
		background: none !important;
	}

	.mobile-phone {
		float: left;
	}

	.mobile-phone a {
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 0 0 0 30px;
		font-weight: bold;
		background: transparent url('../img/phone-icon.svg') no-repeat left center;
		background-size: 30px 30px;
		width: 30px;
		height: 48px;
		color: #7bcaff;
		margin-top: 15px ;
	}


	.caption {
		width: 100%;
		margin-left: 0px;
		left: auto;
		padding: 20px 40px;
		height: auto;
		margin-top: -200px;
	}

	.caption p {
		font-size: 1.25em;
		line-height: 1.4;

	}

	.caption a {
		font-size: 1.25em;
	}


	.homepage-features {
		padding: 0 35px;

	}

	.homepage-features .feature {
		padding: 0 0px 40px 0px;
		width: 50%;
	}

	.homepage-features .text {
	}

	.homepage-features .image {

	}

	.homepage-features .image img {
	}


	.homepage-features h3 {
		min-height: 50px;
	}


	/* DEVELOPMENT STYLES */


	.development-banner {
		width:1920px;
		margin-left:-480px;
		position: relative;
		height: 300px;
		margin-bottom: 35px;
		background-size: cover;
		background-position: 50% 50%;
	}



	.development-features .feature.link a {
		font-size: 1.250em;
		padding: 60px 20px;

	}

	.development-features .feature {
		height: 180px;
	}

	.about blockquote {
		width: 40%;
	}


	.about-text {
		width: 55%;
	}


	.map-container {
		width: 100%;
		margin-left: 0;
	}


	.plan-text {
		float: right;
		width: 55%;
		padding-right: 0px;
	}


	.sidebar {
		float: left;
		width: 30%;
		border-top: 1px solid #c0c0c0;
		margin-top: 64px;
		padding-top: 32px;
		margin-left: 3%;
	}

	.main-content {
		float: right;
		width: 60%;
		border-top: 1px solid #c0c0c0;
		margin-top: 64px;
		padding-top: 32px;
		margin-right: 3%;
	}

	.caption.content {
		text-align: left;
		padding-left: 32px;
		margin-top: 0;
	}


	.content-banner {
		width: 100%;
		margin: 0;
		background-position: 50% 50%;
	}



	.two-col {
		margin-left: 3%;
		width: 45%;
	}

	.two-col.right {
		margin-right: 3%;
	}





	footer {
		width:100%;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.footer-form {
		width:100%;
		margin-left: 0px;
		padding-right: 20px;
		padding-left: 20px;

	}

	.footer-address {
		width:100%;
		margin-left: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}


	.footer-form h2 {
		font-size: 1.25em;
		line-height: 1;
	}


	.footer-address .left {
		float: left;
		width:25%;
	}

	.footer-address .right {
		float: left;
		width: 25%;
	}



















}







/* ==========================================================================
   MOBILE STYLES
   Mobile styles
   ========================================================================== */

@media only screen and (max-width: 700px) {


	.wrapper {
		min-width: 0px;
	}


	.container {
		width:100%;
		margin:0;
		text-align:left;
		padding-left:0px;
		padding-right:0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	 }



	header {
		padding-left: 0%;
		padding-right: 0%;
		position: relative;
	}


	.desktop-only, .homepage-slider-container {
		display: none;
	}

	.mobile-only, .homepage-mobile-slider-container {
		display: block;
	}

	.homepage-mobile-slider-container {
		padding-top: 0px;
	}

	.homepage-slider-main {
		width: 100%;

	}


	.homepage-features {
		padding: 0 20px;
	}

	.homepage-features .feature {
		width: 33%;
		padding: 0 10px 40px 10px;
	}

	.homepage-features .text {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.homepage-features .image {
		float: none;
		width: 100%;
	}

	.homepage-features .image img {
		width: 100%;
		height: auto;
	}


	.homepage-features h3 {
		min-height: 50px;
	}



	.caption {
		width: 100%;
		margin-left: 0px;
		left: auto;
		padding: 20px 40px;
		height: auto;
		margin-top: 0px;
		font-size: 0.875em;
	}

	.development-banner {
		width:100%;
		margin-left:0px;
		position: relative;
		height: 250px;
		margin-bottom: 35px;
		background-position: 50% 50%;
	}

	.development-features {
		padding-right: 10px;
	}

	.development-features .feature {
		height: 130px;
	}

	.development-features .feature.link a {
		font-size: 1em;
		padding: 32px 20px;

	}


	.development-features {
	}



	.about blockquote, .about-text {
		width: 100%;
		float: none;
	}


	.contact {
		width: 50%;
		padding-right: 32px;
	}


	.land table {
		display: none;
	}


	.land .lot {
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}


	/* SHOW / HIDE LAND ON MOBILE */

	.expand {
		height: 400px;
		overflow: hidden;
		position: relative;
	}


	a.expand-button {
		position: absolute;
		background: url('/actium/img/land-overlay.png') repeat-x left top;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 235px;
	}

	a.expand-button span {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 8px 20px;
		color: #fff;
		text-transform: uppercase;
		background-image: url(/actium/img/icon-cross.svg);
		background-position: 95% 50%;
		background-repeat: no-repeat;
	}




	.disclaimer p {
		border: none;
	}

	.ff_composer .size1of2 {
		width: 100% !important;
	}
	.ff_composer .unit {
		float: none !important;
		padding: 0px 0px 10px 0 !important;
	}


	.sidebar {
		float: none;
		width: 94%;
		margin-top: 0px;
		padding-top: 0px;
		padding-right: 0;
		padding-left: 0;
		margin-left: 3%;
		margin-right: 3%;
	}

	nav.sub {
		margin-top: 32px;
	}

	.main-content {
		float: none;
		width: 94%;
		margin-top: 0px;
		padding-top: 32px;
		padding-right: 0;
		padding-left: 0;
		margin-left: 3%;
		margin-right: 3%;
		border: none;
	}

	.item.last {
		border: none;
	}


	.caption.content {
		text-align: left;
		padding-left: 3%;
		margin-top: 0;
	}


	.content-banner {
		display: none;
	}

	.two-col {
		float: none;
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}


	.two-col.left {
		margin-top: 12px;
	}

	.two-col.right {
		margin-top: 0;
		border: none;
		float: none;

	}







	.footer-form h2 {
		width: 100%;
		line-height: 1;
		float: none;
		margin-bottom: 20px;
		font-size: 1.5em;

	}


	.mailing-list {
		float: none;
		width: 100%;
	}

	.footer-address p {
		font-size: 1.125em;
		padding-bottom: 15px;
	}

	small {display: none;}


	.footer-address .left {
		float: none;
		width:100%;
		text-align: center;
	}

	.footer-address .right {
		float: none;
		width: 100%;
		text-align: center;
	}


	.footer-address .right.last {
		width: 100%;
	}

	.footer-address .right.first {
		margin-left: 0%;
	}

	.back-to-top {
		display: block;
		text-align: right;
		border-bottom: 1px solid #c0c0c0;
		text-transform: uppercase;
		font-size: 0.75em;
		margin: 0 3%;
	}




















}

@media only screen and (max-width: 550px) {

	.homepage-features .feature {
		width: 100%;
		float: none;
	}

	.homepage-features .image {
		float: left;
		width: 40%;
		padding-right: 20px;
	}

	.homepage-features .text {
		float: left;
		width: 60%;
		font-size: 0.875em;
		margin-top: 0;
	}

	.development-features {
		padding-left: 0;
		padding-right: 10px;
		padding-bottom: 0;
	}

	.development-features .feature {
		height: 180px;
		width: 42%;
		margin: 0 0 6% 6%;
	}

	.development-features .feature.link a {
		font-size: 1.50em;
		padding: 45px 20px;

	}

	a.plan-image {
		width: 100%;
		height: 100%;
		margin-bottom: 32px;
	}

	.plan-text {
		float: none;
		width: 100%;
		height: 100%;
	}


	.item.last {
		margin-bottom: 0;
	}

	.footer-form h2 {
		text-align: center;
		font-size: 1.5em;

	}


	.mailing-list .field {
		float: none;
		width: 100% !important;
		margin-right: 0%;
		margin-bottom: 10px;

	}

	.mailing-list input[type="submit"] {
		float: left;
		width: 100% !important;
		margin-right: 0%;
		border: none;
		background-color: #ff4258;
		margin: 0;
	}

	.footer-address p {
		font-size: 1.2em;
	}

	.footer-form {
		padding-top: 30px;
	}

	.mailing-list p {
		text-align: center;
	}


	.contact {
		width: 100%;
		float: none;
		padding-right: 0px;
	}























}

@media only screen and (max-width: 400px) {





	.development-features {
		padding-left: 0;
		padding-right: 10px;
		padding-bottom: 0;
		padding-top: 10px;
	}

	/*
	.development-features .feature {
		height: 200px;
		width: 88%;
		margin: 0 0 6% 6%;
	}

	*/

	.development-features .feature {
		width: 47%;
		margin: 0 0 3% 3%;
		height: 140px;
	}

	.development-features .feature.link a {
		font-size: 1em;
		padding: 40px 20px;

	}


	.map-container {
		height: 250px;
	}








































}







/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
