@import url("//hello.myfonts.net/count/2e1be9");

/*! Humaan CSS v4.0 */

/* normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Default Margin */

html {
	font-size: 6.25%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	font-size: 30rem;
	line-height: 1.6;
}

h2 {
	font-size: 24px;
	font-size: 24rem;
	line-height: 1.5;
}

h3 {
	font-size: 22px;
	font-size: 22rem;
	line-height: 1.5;
}

h4 {
	font-size: 18px;
	font-size: 18rem;
	line-height: 1.4;
}

h5 {
	font-size: 16px;
	font-size: 16rem;
	line-height: 1.4;
}

h6 {
	font-size: 12px;
	font-size: 12rem;
	line-height: 1.3;
}

/*
h1 {
	@include type_8();
	@include font-scale(3,23);
}
h2 {
	@include type_7();
	@include font-scale(2,18);
}
h3 {
	@include type_6();
	@include font-scale(1.8,16);
}
h4 {
	@include type_5();
	@include font-scale(1.5,14);
}
h5 {
	@include type_4();
	@include font-scale(1.3,12);
}
h6 {
	@include type_2();
	@include font-scale(1.1,10);
}
*/

p {
	font-size: 16px;
	font-size: 16rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

small {
	font-size: 10px;
	font-size: 10rem;
	line-height: 1.3;
}

p {
	margin: 0 0 20px;
}

small {
	font-size: 80%;
}

a {
	text-decoration: underline;
	outline: 0;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #2e2d30;
}

a.spaced {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	letter-spacing: 0.25em;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

blockquote,
blockquote p {
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 20px;
	padding-left: 40px;
	border-left: 2px solid #d01b22;
}

blockquote cite {
	display: block;
}

blockquote cite:before {
	content: "\2014 \0020";
}

figure {
	margin: 0;
}

.mob-vis-md,
.mob-vis-sm {
	display: none;
}

.mob-menu {
	background-color: #2b2b2b;
	display: block;
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
}

/*
Theme Name: 
Theme URI: 
Description: 
Author: Humaan
Author URI: 
Version: 1.0
Tags: 
*/

/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff2") format("woff2"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01-search:before {
	content: "\E001";
}

.icon-icn_02-linkedin:before {
	content: "\E002";
}

.icon-icn_03-facebook:before {
	content: "\E003";
}

.icon-icn_04-youtube:before {
	content: "\E004";
}

.icon-icn_05-matchx:before {
	content: "\E005";
}

.icon-icn_06-matchxx:before {
	content: "\E006";
}

.icon-icn_07-right-arrow:before {
	content: "\E007";
}

.icon-icn_08-email:before {
	content: "\E008";
}

.icon-icn_09-big-arrow-thin:before {
	content: "\E009";
}

.icon-icn_10-little-arrow-thin:before {
	content: "\E00A";
}

.icon-icn_11-left-chev-thin:before {
	content: "\E00B";
}

.icon-icn_12-right-chev-thin:before {
	content: "\E00C";
}

.icon-icn_13-left-chev-thin-small:before {
	content: "\E00D";
}

.icon-icn_14-right-chev-thin-small:before {
	content: "\E00E";
}

.icon-icn_15-m-logo:before {
	content: "\E00F";
}

.icon-icn_16-logo-match:before {
	content: "\E010";
}

.icon-icn_17-logo-property:before {
	content: "\E011";
}

.icon-icn_18-logo-finance:before {
	content: "\E012";
}

.icon-icn_19-logo-construction:before {
	content: "\E013";
}

.icon-icn_20-little-arrow-thin-rev:before {
	content: "\E014";
}

.icon-icn_21-twitter:before {
	content: "\E015";
}

.icon-icn_22-grid:before {
	content: "\E016";
}

.icon-icn_23-list:before {
	content: "\E017";
}

.icon-icn_24-loading:before {
	content: "\E018";
}

.icon-icn_25-cross:before {
	content: "\E019";
}

.icon-icn_26-close2:before {
	content: "\E01A";
}

.icon-icn_27-scroll-arrow:before {
	content: "\E01B";
}

.icon-icn_28-mland:before {
	content: "\E01C";
}

.icon-icn_29-tick:before {
	content: "\E01D";
}

.icon-icn_30-dl:before {
	content: "\E01E";
}

.icon-icn_31-arrow-left:before {
	content: "\E01F";
}

.icon-icn_32-logo-monument:before {
	content: "\E020";
}

.icon-icn_33-logo-marawar:before {
	content: "\E021";
}

/**
 * @license
 * MyFonts Webfont Build ID 3021801, 2015-05-07T03:26:42-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed fonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FrutigerLTPro-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/frutiger/pro-65-bold/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * Licensed pageviews: 500,000
 * 
 * Webfont: CaslonTwoTwentyFour-Book by ITC
 * URL: http://www.myfonts.com/fonts/itc/caslon-no-224/caslon-two-twe-four/
 * Copyright: Copyright 1990, 2001 Adobe Systems Incorporated. All Rights Reserved.
 * Licensed pageviews: 250,000
 * 
 * Webfont: CaslonTwoTwentyFour-Medium by ITC
 * URL: http://www.myfonts.com/fonts/itc/caslon-no-224/caslon-two-twe-four-medium/
 * Copyright: Copyright 1990, 2001 Adobe Systems Incorporated. All Rights Reserved.
 * Licensed pageviews: 250,000
 * 
 * Webfont: CaslonTwoTwentyFour-Bold by ITC
 * URL: http://www.myfonts.com/fonts/itc/caslon-no-224/caslon-two-twe-four-bold/
 * Copyright: Copyright 1990, 2001 Adobe Systems Incorporated. All Rights Reserved.
 * Licensed pageviews: 250,000
 * 
 * Webfont: FrutigerLTPro-Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/frutiger/pro-55-roman/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * Licensed pageviews: 250,000
 * 
 * Webfont: FrutigerLTPro-Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/frutiger/frutiger-pro-45-light/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3021801
 * 
 * © 2015 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
	font-family: 'FrutigerLTPro-Bold';
	src: url("fonts/2E1BE9_0_0.eot");
	src: url("fonts/2E1BE9_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2E1BE9_0_0.woff2") format("woff2"), url("fonts/2E1BE9_0_0.woff") format("woff"), url("fonts/2E1BE9_0_0.ttf") format("truetype");
}

@font-face {
	font-family: 'CaslonTwoTwentyFour-Book';
	src: url("fonts/2E1BE9_1_0.eot");
	src: url("fonts/2E1BE9_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/2E1BE9_1_0.woff2") format("woff2"), url("fonts/2E1BE9_1_0.woff") format("woff"), url("fonts/2E1BE9_1_0.ttf") format("truetype");
}

@font-face {
	font-family: 'CaslonTwoTwentyFour-Medium';
	src: url("fonts/2E1BE9_2_0.eot");
	src: url("fonts/2E1BE9_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/2E1BE9_2_0.woff2") format("woff2"), url("fonts/2E1BE9_2_0.woff") format("woff"), url("fonts/2E1BE9_2_0.ttf") format("truetype");
}

@font-face {
	font-family: 'CaslonTwoTwentyFour-Bold';
	src: url("fonts/2E1BE9_3_0.eot");
	src: url("fonts/2E1BE9_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/2E1BE9_3_0.woff2") format("woff2"), url("fonts/2E1BE9_3_0.woff") format("woff"), url("fonts/2E1BE9_3_0.ttf") format("truetype");
}

@font-face {
	font-family: 'FrutigerLTPro-Roman';
	src: url("fonts/2E1BE9_4_0.eot");
	src: url("fonts/2E1BE9_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/2E1BE9_4_0.woff2") format("woff2"), url("fonts/2E1BE9_4_0.woff") format("woff"), url("fonts/2E1BE9_4_0.ttf") format("truetype");
}

@font-face {
	font-family: 'FrutigerLTPro-Light';
	src: url("fonts/2E1BE9_5_0.eot");
	src: url("fonts/2E1BE9_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/2E1BE9_5_0.woff2") format("woff2"), url("fonts/2E1BE9_5_0.woff") format("woff"), url("fonts/2E1BE9_5_0.ttf") format("truetype");
}

header.main {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: 'FrutigerLTPro-Roman';
	z-index: 600;
	top: 0;
	width: 100%;
	display: block;
	position: fixed;
	max-width: 1998px;
	background: #fff;
}

header.main .container {
	padding-top: 43px;
	padding-bottom: 43px;
	-webkit-transition: padding 200ms ease-in-out;
	transition: padding 200ms ease-in-out;
}

header.main a {
	text-decoration: none;
	color: #2e2d30;
}

header.main .logo {
	float: left;
	height: 50px;
	width: 50px;
	position: relative;
	color: #d01b22;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	z-index: 400;
	-webkit-backface-visibility: hidden;
}

header.main .logo span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

header.main .logo:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	font-size: 50rem;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
}

header.main nav {
	font-size: 14px;
	font-size: 14rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
	position: absolute;
}

header.main nav ul {
	display: inline-block;
	padding-left: 0;
	margin: 0 0 -15px 0;
}

header.main nav li {
	display: inline-block;
	padding: 10px 25px;
}

header.main nav a {
	display: block;
	position: relative;
}

header.main a.search-trigger {
	font-size: 14px;
	font-size: 14rem;
	float: right;
	color: #969697;
	padding-right: 25px;
	cursor: pointer;
	position: relative;
	margin-top: 15px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	z-index: 100;
}

header.main a.search-trigger:hover {
	color: #b0b0b0;
}

header.main a.search-trigger:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 14rem;
	content: "\E001";
	position: absolute;
	top: 2px;
	right: 0;
}

.is-front-page header.main {
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: none;
	position: absolute;
}

.is-front-page header.main .logo {
	color: #d01b22;
}

.is-front-page header.main a {
	color: #fff;
}

.is-front-page header.main a.search-trigger {
	color: #969697;
}

.is-front-page header.main a.search-trigger:hover {
	color: #b0b0b0;
}

.is-front-page header.main nav a:hover {
	color: #979698;
}

.is-front-page header.main nav a.active:hover {
	color: #979698;
}

.is-front-page header.main nav a:after,
.is-front-page header.main nav a.active:after {
	background: #fff;
}

.banner {
	position: relative;
	background: #efefef;
}

.banner .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 46px;
	font-size: 46rem;
	display: inline-block;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}

.is-front-page .banner {
	height: 800px;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	background: #2c2c2c;
}

.is-front-page .banner:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	content: '';
}

.is-front-page .banner .container {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	top: 56%;
	-webkit-transform: translateY(-56%);
	-ms-transform: translateY(-56%);
	transform: translateY(-56%);
	min-height: 160px;
	padding-bottom: 50px;
	z-index: 400;
	position: absolute;
}

.is-front-page .banner .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 40px;
	font-size: 40rem;
	max-width: 770px;
	margin: 0 auto;
	line-height: 1.2;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 700ms 200ms ease-in-out, -webkit-transform 700ms 200ms ease-in-out;
	transition: opacity 700ms 200ms ease-in-out, -webkit-transform 700ms 200ms ease-in-out;
	transition: opacity 700ms 200ms ease-in-out, transform 700ms 200ms ease-in-out;
	transition: opacity 700ms 200ms ease-in-out, transform 700ms 200ms ease-in-out, -webkit-transform 700ms 200ms ease-in-out;
	letter-spacing: 0.03em;
}

.is-front-page .banner .cta {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 500ms 600ms ease-in-out, -webkit-transform 500ms 600ms ease-in-out;
	transition: opacity 500ms 600ms ease-in-out, -webkit-transform 500ms 600ms ease-in-out;
	transition: opacity 500ms 600ms ease-in-out, transform 500ms 600ms ease-in-out;
	transition: opacity 500ms 600ms ease-in-out, transform 500ms 600ms ease-in-out, -webkit-transform 500ms 600ms ease-in-out;
}

.is-front-page .banner .cta.m-red {
	color: #d01b22;
}

.is-front-page .banner .cta span {
	position: relative;
	padding-left: 20px;
}

.is-front-page .banner .cta span:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	font-size: 12rem;
	content: "\E007";
	position: absolute;
	top: -1px;
	left: 0;
	-webkit-transition: left 200ms ease-in-out;
	transition: left 200ms ease-in-out;
}

.is-front-page .banner .scroll {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 160px;
	z-index: 300;
	text-decoration: none;
}

.is-front-page .banner .scroll span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.is-front-page .banner .scroll:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	content: "\E01B";
	position: absolute;
	left: 0;
	color: #fff;
	-webkit-transform: translate(-6px, 0);
	-ms-transform: translate(-6px, 0);
	transform: translate(-6px, 0);
	-webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
	transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	opacity: 0.6;
}

.is-front-page .banner .scroll:hover:after {
	-webkit-transform: translate(-6px, 5px);
	-ms-transform: translate(-6px, 5px);
	transform: translate(-6px, 5px);
	opacity: 1;
}

.is-front-page.preload .banner .title {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.is-front-page.preload .banner a {
	opacity: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.footer-wrapper {
	background: #252525;
}

.footer-upper,
.footer-lower {
	zoom: 1;
	display: block;
}

.footer-upper:before,
.footer-upper:after,
.footer-lower:before,
.footer-lower:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.footer-upper:after,
.footer-lower:after {
	clear: both;
}

.footer-upper {
	padding-bottom: 40px;
}

footer a {
	text-decoration: none;
}

footer p {
	font-size: 13px;
	font-size: 13rem;
}

footer .logo {
	font-size: 55px;
	font-size: 55rem;
	width: 55px;
	height: 55px;
}

footer .logo:hover {
	color: #d01b22;
}

footer .contact-details p {
	font-size: 14px;
	font-size: 14rem;
	font-family: 'FrutigerLTPro-Light';
	float: left;
	padding-left: 50px;
	color: #bdbdbd;
	margin-top: 5px;
}

footer .sign-up-wrapper {
	zoom: 1;
	float: right;
	display: inline-block;
	min-width: 550px;
}

footer .sign-up-wrapper:before,
footer .sign-up-wrapper:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

footer .sign-up-wrapper:after {
	clear: both;
}

footer .sign-up-wrapper .title {
	font-family: 'CaslonTwoTwentyFour-Bold';
	font-size: 14px;
	font-size: 14rem;
	color: #fefefe;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.08em;
}

footer .sign-up-wrapper p {
	font-size: 13px;
	font-size: 13rem;
	margin-bottom: 0;
	color: #bdbdbd;
}

footer .sign-up-wrapper div {
	float: left;
	width: 48%;
}

footer .sign-up {
	float: right;
	width: 48%;
}

footer fieldset {
	border: none;
	position: relative;
}

footer label.initial-label,
footer legend {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

footer label.error {
	font-size: 12px;
	font-size: 12rem;
	color: #fff;
	position: absolute;
	left: 12px;
	top: 50px;
}

footer input {
	font-family: 'FrutigerLTPro-Light';
	color: #bdbdbd;
	background: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #363636;
	width: 100%;
	padding: 0 0 10px 0;
	-webkit-text-fill-color: #bdbdbd !important;
}

footer input:focus {
	box-shadow: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #fefefe;
}

footer input.error {
	border-bottom: 1px solid #fff;
}

footer input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #252525 inset;
}

footer button {
	-webkit-appearance: none;
	position: absolute;
	right: 12px;
	top: 10px;
	color: #fff;
	background: none;
	height: 15px;
	width: 20px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

footer .button-text {
	font-size: 0;
}

footer .button-text:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8px;
	font-size: 8rem;
	content: "\E00A";
	position: absolute;
	top: 0;
}

footer button:hover {
	right: 8px;
}

.footer-lower .copyright {
	color: #5c5a5a;
	float: left;
	display: inline-block;
	margin: 32px 0 0;
}

.footer-lower .copyright a {
	color: #5c5a5a;
	padding: 0 15px;
}

.footer-lower .copyright a:hover {
	color: #bdbdbd;
}

.footer-lower .copyright a:nth-child(1) {
	padding-left: 0;
}

.footer-lower .social-links {
	float: right;
	display: inline-block;
}

.footer-lower .social-links span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.footer-lower .social-links a {
	width: 50px;
	height: 50px;
	position: relative;
	margin-left: 10px;
	border-bottom: 1px solid #363636;
	color: #bdbdbd;
	display: inline-block;
}

.footer-lower .social-links a:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 20rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	top: 15px;
	-webkit-transition: top 200ms ease-in-out;
	transition: top 200ms ease-in-out;
}

.footer-lower .social-links a:hover:after {
	color: #fefefe;
	top: 10px;
}

.footer-lower .social-links .facebook:after {
	content: "\E003";
}

.footer-lower .social-links .linkedin:after {
	content: "\E002";
}

.footer-lower {
	position: relative;
	margin-top: 32px;
}

.footer-lower .copyright {
	float: left;
	margin-top: 0;
}

.footer-lower__social {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-lower__social .u-vis-hide {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.footer-lower__social li {
	display: inline-block;
}

.footer-lower__social li + li {
	margin-left: 7px;
}

.footer-lower__social a {
	display: block;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.footer-lower__social a:hover,
.footer-lower__social a:focus {
	opacity: .65;
}

.footer-lower__social .icon {
	width: 24px;
	height: 24px;
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

html.no-scroll {
	overflow: hidden !important;
	position: relative;
}

html.no-scroll body {
	overflow: hidden !important;
	position: relative;
}

body {
	background: #fff;
	font-family: "FrutigerLTPro-Roman", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 16rem;
	line-height: 1.5;
	color: #2e2d30;
	-webkit-font-smoothing: antialiased;
}

body.no-scroll {
	overflow: hidden !important;
	position: relative;
}

body.loading #header,
body.loading #footer {
	opacity: 0;
}

.preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

.page-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.outer-container {
	background-color: #fff;
	width: 100%;
	position: relative;
	left: 0;
	z-index: 2;
	max-width: 2000px;
	margin: 0 auto;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.wrapper {
	display: block;
	width: 100%;
	position: relative;
}

.wrapper .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.site-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30%;
	z-index: 9999;
}

.openNav .site-overlay {
	display: block;
}

#ajax {
	min-height: 80vh;
}

#ajax #content {
	display: none;
}

.is-front-page main {
	padding-top: 0;
}

.hidden {
	display: none;
}

.visual-hide {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

nav ul {
	margin: 0;
}

nav li {
	margin: 0;
}

.is-front-page .news-grid-wrapper {
	background: #efefef;
}

.is-front-page .news-grid-wrapper header {
	padding: 0;
}

.is-front-page .news-grid-wrapper .title {
	font-size: 26px;
	font-size: 26rem;
	font-family: 'CaslonTwoTwentyFour-Book';
	display: inline-block;
	margin: 0 0 15px 0;
}

.is-front-page .news-grid-wrapper .news-grid .title {
	font-family: 'FrutigerLTPro-Light';
	font-size: 20px;
	font-size: 20rem;
	color: #2e2d30;
	line-height: 1.3;
	margin: 0 0 10px 0;
	display: block;
}

.is-front-page .news-grid-wrapper .all-news-trigger {
	display: inline-block;
	float: right;
	margin-top: 14px;
}

.is-front-page .news-grid-wrapper .all-news-trigger:hover {
	color: #838383;
}

.about-page .banner {
	background: #efefef no-repeat;
	background-size: cover;
}

.about-page .banner .title {
	margin: 0 0 60px 4%;
}

.about-page .banner .container {
	padding: 100px 20px 140px;
	width: 85%;
	margin: 0 auto;
	position: relative;
}

.about-page .banner .content {
	font-family: 'FrutigerLTPro-Light';
	padding: 55px;
	width: 40%;
	background: #fff;
	margin-left: 8%;
	z-index: 200;
	position: relative;
}

.about-page .banner .content p {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.about-page .banner .content p:last-child {
	margin-bottom: 0;
}

.about-page .banner .banner-img {
	position: relative;
}

.about-page .banner .banner-img .inner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	width: 600px;
	height: 635px;
	right: 8%;
	position: absolute;
	z-index: 100;
	bottom: 0;
}

.company-wrapper {
	background: #252525;
	text-align: center;
	z-index: 100;
}

.company-wrapper .container {
	padding: 90px 20px;
}

.company-wrapper .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 46px;
	font-size: 46rem;
	display: inline-block;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 75px 0;
}

.the-board-wrapper {
	background: #efefef;
	text-align: center;
}

.the-board-wrapper .container {
	padding: 90px 20px;
}

.the-board-wrapper .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 46px;
	font-size: 46rem;
	display: inline-block;
	line-height: 1.2;
	color: #626066;
	margin: 0 0 75px 0;
}

.news-page .container {
	padding-bottom: 85px;
}

.news-page .news-grid-wrapper {
	background: #efefef;
}

.news-page .banner {
	background: #2e2d30;
}

.news-page .banner .container {
	padding: 55px 0 100px;
	margin: 0 auto;
	position: relative;
}

.news-page .banner .content-wrapper {
	position: relative;
	width: 75%;
	float: left;
	text-decoration: none;
}

.news-page .banner .content-wapper-inner {
	position: relative;
}

.news-page .banner .content {
	width: 100%;
	position: relative;
	padding-right: 55%;
}

.news-page .banner .content-inner {
	font-family: 'FrutigerLTPro-Light';
	padding: 50px 45px 40px;
	width: 100%;
	color: #fff;
	position: relative;
	background: #191919;
	min-height: 320px;
}

.news-page .banner .content-inner p {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.news-page .banner .content-inner .title {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 30px;
	font-size: 30rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	display: block;
	padding-left: 0;
}

.news-page .banner .pub-date {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 10px;
	font-size: 10rem;
	color: #9d9d9d;
	text-transform: uppercase;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	display: inline-block;
	margin-bottom: 25px;
}

.news-page .banner .group-tag {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 11px;
	font-size: 11rem;
	text-transform: uppercase;
	padding: 8px 15px;
	margin-top: 20px;
	display: inline-block;
}

.news-page .banner .group-tag.group-property {
	background: #00c27e;
}

.news-page .banner .group-tag.group-construction {
	background: #f6a704;
}

.news-page .banner .group-tag.group-group {
	background: #d01b22;
}

.news-page .banner .group-tag.group-match {
	background: #2c2c2c;
}

.news-page .banner .group-tag.group-finance {
	background: #3ebbd2;
}

.news-page .banner .group-tag.group-monument {
	background: #554C52;
}

.news-page .banner .banner-img {
	width: 55%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	padding-right: 10px;
}

.news-page .banner .banner-img .inner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	width: 100%;
	height: 100%;
}

.news-page .banner aside {
	width: 25%;
	position: absolute;
	right: 0;
	bottom: 100px;
	padding-left: 20px;
}

.news-page .banner aside .inner {
	width: 100%;
	height: 100%;
}

.news-page .banner .news-filter {
	margin-bottom: 20px;
}

.news-page .banner .scroll {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 35px;
	z-index: 300;
	text-decoration: none;
}

.news-page .banner .scroll span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.news-page .banner .scroll:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	content: "\E01B";
	position: absolute;
	left: 0;
	color: #fff;
	-webkit-transform: translate(-6px, 0);
	-ms-transform: translate(-6px, 0);
	transform: translate(-6px, 0);
	-webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
	transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	opacity: 0.6;
}

.news-page .banner .scroll:hover:after {
	-webkit-transform: translate(-6px, 5px);
	-ms-transform: translate(-6px, 5px);
	transform: translate(-6px, 5px);
	opacity: 1;
}

.news-page.category .banner h1 {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 46px;
	font-size: 46rem;
	line-height: 1.4;
	margin: 0 0 35px 0;
	color: #fff;
}

.news-page.category .banner .content-wapper-inner {
	min-height: 320px;
	background: #191919;
	margin-right: 10px;
}

.news-page.category .banner .pub-date {
	width: 100%;
}

.news-page.category .banner .banner-img {
	padding-right: 0;
}

.investments-page main {
	background: #efefef;
}

.investments-page .banner .container {
	padding: 70px 20px;
	margin: 0 auto;
	position: relative;
}

.investments-page .banner .content-wrapper {
	position: relative;
	width: 60%;
	float: left;
	padding-left: 8%;
}

.investments-page .banner .title {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 46px;
	font-size: 46rem;
	line-height: 1.4;
	margin: 0 0 20px 0;
}

.investments-page .banner p {
	font-family: 'FrutigerLTPro-Light';
	line-height: 1.6;
}

.investments-page .banner p:last-child {
	margin-bottom: 0;
}

.about-page .invest-develop-grid + header {
	margin-top: 60px;
}

.investments-page .invest-develop-grid,
.about-page .invest-develop-grid {
	zoom: 1;
	margin-left: -25px;
}

.investments-page .invest-develop-grid:before,
.investments-page .invest-develop-grid:after,
.about-page .invest-develop-grid:before,
.about-page .invest-develop-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.investments-page .invest-develop-grid:after,
.about-page .invest-develop-grid:after {
	clear: both;
}

.investments-page .invest-develop-grid > .col,
.about-page .invest-develop-grid > .col {
	float: left;
}

.investments-page .invest-develop-grid .col,
.about-page .invest-develop-grid .col {
	padding-left: 25px;
}

.investments-page .invest-develop-grid .item,
.about-page .invest-develop-grid .item {
	margin-bottom: 25px;
}

.investments-page .invest-develop-grid .item,
.investments-page .invest-develop-grid .img-wrap,
.about-page .invest-develop-grid .item,
.about-page .invest-develop-grid .img-wrap {
	min-height: 400px;
}

.investments-page .invest-develop-grid > .col:nth-child(3n + 1),
.about-page .invest-develop-grid > .col:nth-child(3n + 1) {
	clear: none !important;
}

.developments-page main {
	background: #efefef;
	padding-bottom: 40px;
}

.developments-page .banner .container {
	padding: 70px 20px 20px;
	margin: 0 auto;
	position: relative;
}

.developments-page .banner .content-wrapper {
	position: relative;
	width: 100%;
}

.developments-page .banner .content {
	position: relative;
}

.developments-page .banner .title {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 40px;
	font-size: 40rem;
	line-height: 1.4;
	margin: 0 0 20px 0;
}

.developments-page .invest-develop-grid {
	zoom: 1;
	margin-left: -25px;
	margin-left: -25px !important;
}

.developments-page .invest-develop-grid:before,
.developments-page .invest-develop-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.developments-page .invest-develop-grid:after {
	clear: both;
}

.developments-page .invest-develop-grid > .col {
	float: left;
}

.developments-page .invest-develop-grid .col {
	padding-left: 25px;
}

.developments-page .invest-develop-grid .item {
	margin-bottom: 25px;
}

.developments-page .invest-develop-grid .item,
.developments-page .invest-develop-grid .img-wrap {
	min-height: 285px;
}

.developments-page.list-view .invest-develop-grid {
	zoom: 1;
	margin-left: -25px;
}

.developments-page.list-view .invest-develop-grid:before,
.developments-page.list-view .invest-develop-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.developments-page.list-view .invest-develop-grid:after {
	clear: both;
}

.developments-page.list-view .invest-develop-grid > .col {
	float: left;
}

.developments-page.list-view .invest-develop-grid .col {
	padding-left: 25px;
}

.developments-page.list-view .invest-develop-grid .item {
	margin-bottom: 25px;
}

.developments-page.list-view .invest-develop-grid .col:nth-child(4n + 1) {
	clear: none;
}

.developments-page.list-view .invest-develop-grid .item,
.developments-page.list-view .invest-develop-grid .img-wrap {
	min-height: 100px;
}

.contact-page main {
	background: #efefef;
}

.contact-page .banner .container {
	padding: 70px 20px 80px;
	margin: 0 auto;
	position: relative;
}

.contact-page .banner .content-wrapper {
	position: relative;
	float: left;
	padding-left: 8%;
	width: 100%;
}

.contact-page .banner .content-upper {
	width: 42%;
}

.contact-page .banner .title {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 46px;
	font-size: 46rem;
	line-height: 1.4;
	margin: 0 0 20px 0;
}

.contact-page .banner p {
	font-family: 'FrutigerLTPro-Light';
	line-height: 1.6;
}

.contact-page .banner p:last-child {
	margin-bottom: 0;
}

.contact-page .banner .contact-details {
	zoom: 1;
	padding: 75px 0 0 0;
	position: relative;
	width: 90%;
}

.contact-page .banner .contact-details:before,
.contact-page .banner .contact-details:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.contact-page .banner .contact-details:after {
	clear: both;
}

.contact-page .banner .contact-details section {
	width: 50%;
	float: left;
	position: relative;
	min-height: 180px;
}

.contact-page .banner .contact-details section:nth-child(1) {
	padding: 10px 20px 10px 0;
}

.contact-page .banner .contact-details section:nth-child(1):after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #bababa;
}

.contact-page .banner .contact-details section:nth-child(2) {
	padding: 10px 20px 10px 80px;
}

.contact-page .banner .contact-details p {
	font-family: 'FrutigerLTPro-Light';
	font-size: 17px;
	font-size: 17rem;
}

.contact-page .banner .contact-details a {
	text-decoration: none;
}

.contact-page .banner .contact-details .email {
	font-family: 'FrutigerLTPro-Light';
	color: #d01b22;
}

.contact-page .banner .contact-details .phone {
	color: inherit;
}

.contact-page .department-details p:nth-child(1) {
	margin-bottom: 5px;
}

.contact-page .department-details .department-contact {
	display: none;
}

.contact-page .department-details .department-contact.active {
	display: block;
}

.contact-page .department-details .styled {
	padding: 6px 10px 4px;
	border: 2px solid #979797;
	width: 100%;
	background: #fff url(../img/bg/down-triangle.svg) no-repeat right 23px center;
	margin-bottom: 30px;
}

.contact-page .map-wrapper .map {
	height: 600px;
	width: 100%;
}

.contact-page .map-wrapper iframe {
	height: 600px;
	width: 100%;
}

.standard-page main,
.standard-page .outer-container,
.utility-page .outer-container {
	background: #efefef;
}

.standard-page .wrapper.banner .container {
	padding: 70px 0 20px 8%;
	margin: 0 auto;
	position: relative;
}

.standard-page .wrapper.banner .content-wrapper {
	position: relative;
	width: 100%;
	float: left;
}

.standard-page .wrapper.banner .title {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 46px;
	font-size: 46rem;
	line-height: 1.4;
	margin: 0;
}

.standard-page .content-wrapper .container,
.utility-page .content-wrapper .container {
	zoom: 1;
	padding: 70px 20px 60px 8%;
}

.standard-page .content-wrapper .container:before,
.standard-page .content-wrapper .container:after,
.utility-page .content-wrapper .container:before,
.utility-page .content-wrapper .container:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.standard-page .content-wrapper .container:after,
.utility-page .content-wrapper .container:after {
	clear: both;
}

.standard-page .content-wrapper .content .title,
.utility-page .content-wrapper .content .title {
	margin: 0 0 20px 0;
}

.standard-page .content-wrapper aside,
.utility-page .content-wrapper aside {
	width: 35%;
	float: right;
}

.standard-page .content-wrapper img,
.utility-page .content-wrapper img {
	max-width: 100%;
	height: auto;
}

.standard-page .content-wrapper h2,
.utility-page .content-wrapper h2 {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 26px;
	font-size: 26rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
}

.standard-page .content-wrapper h3,
.standard-page .content-wrapper h4,
.utility-page .content-wrapper h3,
.utility-page .content-wrapper h4 {
	font-family: 'FrutigerLTPro-Bold';
	margin: 0 0 5px 0;
}

.standard-page .content-wrapper h3,
.utility-page .content-wrapper h3 {
	font-size: 18px;
	font-size: 18rem;
}

.standard-page .content-wrapper h4,
.utility-page .content-wrapper h4 {
	font-size: 15px;
	font-size: 15rem;
}

.standard-page .content-wrapper p,
.standard-page .content-wrapper ul,
.standard-page .content-wrapper ol,
.utility-page .content-wrapper p,
.utility-page .content-wrapper ul,
.utility-page .content-wrapper ol {
	font-family: 'FrutigerLTPro-Light';
}

.standard-page .content-wrapper a,
.utility-page .content-wrapper a {
	text-decoration: underline;
}

.standard-page .content-wrapper ul,
.utility-page .content-wrapper ul {
	padding-left: 0;
}

.standard-page .content-wrapper li,
.utility-page .content-wrapper li {
	padding-left: 35px;
	list-style: none;
	position: relative;
}

.standard-page .content-wrapper li:before,
.utility-page .content-wrapper li:before {
	content: '•';
	font-size: 18px;
	font-size: 18rem;
	position: absolute;
	left: 0;
}

.four-o-four .content-wrapper {
	text-align: center;
}

.utility-page .container {
	zoom: 1;
	padding: 70px 8% 60px 8%;
}

.utility-page .container:before,
.utility-page .container:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.utility-page .container:after {
	clear: both;
}

.search-page .outer-container {
	background: #efefef;
}

.search-page .results-list.mobile {
	margin: 70px auto;
	width: 100%;
	padding: 0 150px;
	text-align: left;
}

.search-page .results-list.mobile a {
	color: #2e2d30;
	text-decoration: underline;
}

.search-page .results-list.mobile ol {
	padding-left: 0;
}

.search-page .results-list.mobile li {
	list-style-type: none;
	counter-increment: step-counter;
	padding-left: 80px;
	position: relative;
	margin-bottom: 50px;
}

.search-page .results-list.mobile li .title,
.search-page .results-list.mobile li:before,
.search-page .results-list.mobile p.no-results {
	font-size: 26px;
	font-size: 26rem;
}

.search-page .results-list.mobile li .title {
	-webkit-transition: border 200ms ease, color 200ms ease;
	transition: border 200ms ease, color 200ms ease;
	display: block;
	line-height: 1;
	margin: 0 0 10px 0;
	border-bottom: 1px solid transparent;
}

.search-page .results-list.mobile li .title:hover {
	color: #605e65;
	border-bottom: 1px solid #939198;
}

.search-page .results-list.mobile li:before {
	content: counter(step-counter) ".";
	position: absolute;
	left: 0;
	line-height: 1;
}

.search-page .results-list.mobile p.no-results {
	text-align: center;
}

.page-register-interest main#content,
.page-register-interest .banner {
	background: #efefef;
}

.page-register-interest .banner .container {
	padding-bottom: 0;
	max-width: 1000px;
}

.page-register-interest .banner p {
	font-family: 'FrutigerLTPro-Light';
}

.page-register-interest .register-form-wrapper {
	padding: 0 20px 80px;
	overflow: hidden;
}

.page-register-interest .register-form {
	background: #fff;
	padding: 45px 60px;
	max-width: 1000px;
}

.page-register-interest span.required {
	font-size: 12px;
	font-size: 12rem;
	margin-bottom: 30px;
	display: inline-block;
}

.page-register-interest .form-upper {
	zoom: 1;
	margin-left: -20px;
}

.page-register-interest .form-upper:before,
.page-register-interest .form-upper:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.page-register-interest .form-upper:after {
	clear: both;
}

.page-register-interest .form-upper > .col {
	float: left;
}

.page-register-interest .form-upper .col {
	padding-left: 20px;
}

.page-register-interest .form-upper .item {
	margin-bottom: 20px;
}

.page-register-interest .form-upper label:not(.show-label) {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.page-register-interest .form-upper .show-label {
	font-family: 'FrutigerLTPro-Light';
	font-size: 13px;
	font-size: 13rem;
	margin: -30px 0 0 0;
	padding: 0 0 10px 0;
	display: block;
}

.page-register-interest .form-lower {
	zoom: 1;
	border: 1px solid #dedede;
	border-radius: 2px;
	background: #fdfdfd;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.page-register-interest .form-lower:before,
.page-register-interest .form-lower:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.page-register-interest .form-lower:after {
	clear: both;
}

.page-register-interest .form-lower .col {
	display: inline-block;
	float: left;
	position: relative;
	padding: 35px 25px;
}

.page-register-interest .form-lower .col:nth-child(1) {
	width: 40%;
}

.page-register-interest .form-lower .col:nth-child(1):before {
	position: absolute;
	height: 150%;
	width: 1px;
	background: #dedede;
	content: '';
	right: 0;
	top: 0;
	z-index: 100;
	display: block;
}

.page-register-interest .form-lower .col:nth-child(2) {
	width: 60%;
	padding: 35px 25px 10px;
}

.page-register-interest .form-lower .col-title {
	font-size: 14px;
	font-size: 14rem;
	font-family: 'FrutigerLTPro-Bold';
	margin: 0 0 25px 0;
}

.page-register-interest .form-lower .note,
.page-register-interest .form-lower .note p {
	font-family: 'FrutigerLTPro-Light';
	font-size: 14px;
	font-size: 14rem;
}

.page-register-interest .form-lower .is-advisor {
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 25px;
	position: relative;
}

.page-register-interest .form-lower .is-advisor:before {
	position: absolute;
	width: calc(100% + 51px);
	height: 1px;
	background: #dedede;
	left: -25px;
	top: 0;
	content: '';
}

.page-register-interest .form-lower .is-advisor label {
	margin: 0 !important;
	font-family: 'FrutigerLTPro-Roman' !important;
}

.page-register-interest #register-form {
	zoom: 1;
	display: inline-block;
	width: 100%;
}

.page-register-interest #register-form:before,
.page-register-interest #register-form:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.page-register-interest #register-form:after {
	clear: both;
}

.page-register-interest #register-form .field {
	margin-bottom: 10px;
}

.page-register-interest #register-form input,
.page-register-interest #register-form textarea {
	font-family: 'FrutigerLTPro-Light';
	font-size: 16px;
	font-size: 16rem;
	color: #3f383d;
	background: #f8f8f8;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #dedede;
	padding: 15px 10px 13px 20px;
	-webkit-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	height: 60px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-text-fill-color: #3f383d !important;
}

.page-register-interest #register-form input:focus,
.page-register-interest #register-form textarea:focus {
	box-shadow: none;
	background: #f1f1f1;
}

.page-register-interest #register-form input.error,
.page-register-interest #register-form textarea.error {
	border-bottom: 1px solid #d01b22;
}

.page-register-interest #register-form input:-webkit-autofill,
.page-register-interest #register-form textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.page-register-interest #register-form textarea {
	resize: none;
	height: 200px;
}

.page-register-interest #register-form input[type="checkbox"] {
	display: none;
}

.page-register-interest #register-form input[type="checkbox"] + label {
	font-family: 'FrutigerLTPro-Light';
	font-size: 14px;
	font-size: 14rem;
	position: relative;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
}

.page-register-interest #register-form input[type="checkbox"] + label:before {
	width: 20px;
	height: 20px;
	border: 1px solid #dedede;
	background: #fff;
	position: absolute;
	left: 0;
	content: '';
}

.page-register-interest #register-form input[type="checkbox"] + label span {
	padding: 0 0 0 35px;
	display: block;
	height: 100%;
}

.page-register-interest #register-form input[type="checkbox"]:checked + label:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	font-size: 10rem;
	content: "\E01D";
	color: #d01b22;
	position: absolute;
	top: 5px;
	left: 4px;
}

.page-register-interest #register-form .reg-link {
	font-size: 14px;
	font-size: 14rem;
	text-transform: uppercase;
	background: #d01b22;
	width: 100%;
	color: #fff;
	display: block;
	padding: 18px 15px 12px 15px;
	-webkit-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	text-align: left;
	position: relative;
}

.page-register-interest #register-form .reg-link:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 14rem;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	right: 20px;
	content: "\E00A";
	position: absolute;
	-webkit-transition: right 200ms ease-in-out;
	transition: right 200ms ease-in-out;
}

.page-register-interest #register-form .reg-link:hover {
	background: #b9181e;
}

.page-register-interest #register-form .reg-link:hover:after {
	right: 15px;
}

.is-investment-alt .form-lower .col:nth-child(1) {
	width: 100%;
	padding: 35px 25px 10px;
}

.hasSidebar {
	padding-right: 250px;
	position: relative;
}

.sidebarNav {
	position: absolute;
	right: 0;
	top: 100px;
	width: 200px;
	z-index: 2;
}

.sidebarNav li {
	display: block;
	margin-bottom: 5px;
}

.sidebarNav .divider {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}

input,
textarea {
	font-size: 16px;
	font-size: 16rem;
	line-height: 1.5;
	font-family: "FrutigerLTPro-Roman", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	appearance: checkbox !important;
}

input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input:focus,
textarea:focus {
	outline: none;
}

div.styled {
	overflow: hidden; /* this hides the select's drop button */
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-size: 16rem;
	margin-bottom: 15px;
	border: 1px solid #ebebeb;
	padding: 9px 10px 10px;
	width: 100%;
	position: relative;
}

div.styled select {
	width: 115%;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0.3em 0.5em; /* padding should be added to the select, not the div */
}

div.styled select:focus {
	outline: none;
}

.ie7 div.styled {
	border: none;
}

.ie7 div.styled select {
	width: 100%;
	background-color: white;
	border: solid 1px #ccc;
	padding: 0.3em 0.5em;
}

.infield {
	position: relative;
}

.infield label {
	position: absolute;
	left: 20px;
	top: 14px;
	text-transform: none;
	font-size: 18px;
	font-size: 18rem;
}

.form-response {
	padding: 22px 20px 18px;
	border: 1px solid #efefef;
	margin-bottom: 90px;
	position: relative;
	text-align: center;
	display: none;
}

.form-response p {
	font-size: 14px;
	font-size: 14rem;
}

.form-response:after {
	width: calc(100% + 120px);
	height: 1px;
	content: '';
	position: absolute;
	bottom: -45px;
	left: -60px;
	background: #dedede;
}

.form-response p:last-child {
	margin-bottom: 0;
}

.form-response.success {
	color: #3c763d;
	background: #dff0d8;
	border-color: #d6e9c6;
}

.form-response.success a {
	color: #3c763d;
}

.form-response.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

button {
	border: none;
	outline: none;
}

.btn {
	display: block;
	padding: 10px 15px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	text-decoration: none;
}

.btn-grey {
	color: #898b8e;
}

.btn-grey:hover {
	background: #b9b9b9;
	color: #fff;
	border: 1px solid #b9b9b9;
}

.btn-ghost {
	background: none;
	border: 1px solid #b9b9b9;
}

.btn-ghost.btn-xlge {
	border: 2px solid #b9b9b9;
}

.btn.med {
	padding: 13px 15px;
}

.btn-xlge {
	padding: 20px;
	text-align: center;
	width: 100%;
	margin: 30px 0;
}

.load-more {
	font-family: 'FrutigerLTPro-Light';
	font-size: 24px;
	font-size: 24rem;
}

span.load-more {
	opacity: 0.4;
}

span.load-more:hover {
	background: none;
	color: #898b8e;
}

.download-link {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 14px;
	font-size: 14rem;
	padding: 0 0 0 35px;
	color: #fff;
	position: relative;
}

.download-link:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E01E";
	color: #888786;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -2px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
}

.download-link:hover:before {
	color: #fff;
}

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 600;
	background-color: rgba(37, 37, 37, 0.99);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
	color: #fff;
	overflow-y: auto;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#search .logo:hover {
	color: #d01b22;
}

#search.open {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#search .search-wrapper {
	padding: 45px 75px;
	height: 100%;
}

#search .content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 255px;
	text-align: center;
	-webkit-transition: top 200ms ease-in-out;
	transition: top 200ms ease-in-out;
}

#search .content .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 45px;
	font-size: 45rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	color: #fff;
}

#search form {
	zoom: 1;
	position: relative;
	width: 100%;
	margin-top: 35px;
	border-bottom: 1px solid #3d3e3f;
}

#search form:before,
#search form:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#search form:after {
	clear: both;
}

#search input[type="search"] {
	font-family: 'FrutigerLTPro-Light';
	font-size: 35px;
	font-size: 35rem;
	color: white;
	text-align: center;
	border: 0px;
	outline: none;
	background: none;
	width: 60%;
	margin: 0 auto;
	padding: 20px;
}

#search .btn {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	letter-spacing: 0.25em;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	position: absolute;
	bottom: 18px;
	right: 0;
	background: none;
	padding: 18px 70px 18px 30px;
	border: 1px solid #3d3e3f;
	color: #fff;
}

#search .btn:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	font-size: 11rem;
	content: "\E00A";
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition: right 200ms ease-in-out;
	transition: right 200ms ease-in-out;
}

#search .btn:hover:after {
	right: 17px;
}

#search .close {
	position: fixed;
	top: 50px;
	right: 75px;
	width: 30px;
	height: 30px;
	color: #fff;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

#search .close:after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/bg/close-icon.svg) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

#search .close:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

#search .results-list {
	margin: 70px auto;
	width: 70%;
	text-align: left;
}

#search .results-list a {
	color: #fff;
	text-decoration: underline;
}

#search .results-list ol {
	padding-left: 0;
}

#search .results-list li {
	list-style-type: none;
	counter-increment: step-counter;
	padding-left: 80px;
	position: relative;
	margin-bottom: 50px;
}

#search .results-list li .title,
#search .results-list li:before,
#search .results-list p.no-results {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 26px;
	font-size: 26rem;
}

#search .results-list li .title {
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}

#search .results-list li:before {
	content: counter(step-counter) ".";
	position: absolute;
	left: 0;
	line-height: 1;
}

#search .results-list p {
	font-family: 'FrutigerLTPro-Light';
}

#search .results-list p.no-results {
	text-align: center;
}

#search.has-results .content {
	top: 145px;
}

.avatar {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	padding: 13px;
}

.avatar img {
	border-radius: 50%;
}

.avatar:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: -8px;
	top: 24px;
}

.avatar:hover img {
	opacity: .8;
}

ul.dropDown {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	display: block;
	padding: 0 20px;
	position: absolute;
	top: 56px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(26, 53, 71, 0.1);
	border: 1px solid rgba(26, 53, 71, 0.12);
}

.dropDown.user {
	right: 0;
}

ul.dropDown.active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.dropDown li {
	font-size: 12px;
	font-size: 12rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.hamburger {
	position: absolute;
	top: 35px;
	right: 30px;
	width: 28px;
	height: 20px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 500;
	display: none;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #d01b22;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
	top: 9px;
}

.hamburger span:nth-child(4) {
	top: 18px;
}

.openNav .hamburger { /*
	
	span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	
	span:nth-child(2) {
	  transform: rotate(45deg);
	}
	
	span:nth-child(3) {
	  transform: rotate(-45deg);
	}
	
	span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
*/
}

.openNav .hamburger span {
	display: none;
}

.openNav .hamburger:after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/bg/close-icon-red.svg) no-repeat center center;
	position: absolute;
	top: -5px;
	left: 0;
}

.is-front-page .hamburger span {
	background: #fff;
}

.openNav .is-front-page .hamburger:after {
	background: url(../img/bg/close-icon.svg) no-repeat center center;
}

.mob-nav-wrapper {
	zoom: 1;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	background: rgba(29, 29, 31, 0.98);
	text-align: center;
	padding: 80px 0 20px;
	z-index: 300;
	right: 0;
	margin-top: 0;
}

.mob-nav-wrapper:before,
.mob-nav-wrapper:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.mob-nav-wrapper:after {
	clear: both;
}

.mob-nav-wrapper fieldset {
	border: none;
	position: relative;
	margin: 0 20px;
}

.mob-nav-wrapper legend,
.mob-nav-wrapper label {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.mob-nav-wrapper form {
	margin-top: 25px;
}

.mob-nav-wrapper input {
	font-family: 'FrutigerLTPro-Light';
	color: #bdbdbd;
	background: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #363636;
	width: 100%;
}

.mob-nav-wrapper input:focus {
	box-shadow: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.mob-nav-wrapper button {
	-webkit-appearance: none;
	position: absolute;
	right: 20px;
	top: 0;
	color: #fff;
	background: none;
}

.mob-nav-wrapper .button-text {
	font-size: 0;
}

.mob-nav-wrapper .button-text:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 14rem;
	content: "\E001";
	position: absolute;
	top: 0;
}

header.main .mob-nav {
	display: block;
	position: relative;
	padding: 0 40px;
}

header.main .mob-nav nav {
	display: block;
}

header.main .mob-nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	visibility: inherit;
	border-bottom: 1px solid #272729;
	display: block;
}

header.main .mob-nav li {
	visibility: inherit;
	width: 100%;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

header.main .mob-nav li:first-child {
	display: block;
}

header.main .mob-nav .step-in {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

header.main .mob-nav li a {
	padding: 12px;
	width: 100%;
	display: block;
	color: #fff;
}

.openNav .mob-nav-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.mob-cta {
	font-size: 14px;
	font-size: 14rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.2em;
	border-top: 1px solid #e1e1e1;
	clear: both;
}

.mob-cta .btn {
	width: 50%;
	float: left;
	background: none;
}

.mob-cta .btn:nth-child(1) {
	border-right: 1px solid #e1e1e1;
}

.is-front-page .mob-cta {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.is-front-page .mob-cta .btn {
	width: 50%;
	float: left;
	background: rgba(0, 0, 0, 0.08);
}

.is-front-page .mob-cta .btn:nth-child(1) {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.news-grid {
	zoom: 1;
	margin-left: -25px; /*
	& > .col {
		width: 33%;
	}
*/
}

.news-grid:before,
.news-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.news-grid:after {
	clear: both;
}

.news-grid > .col {
	float: left;
}

.news-grid .col {
	padding-left: 25px;
}

.news-grid .item {
	margin-bottom: 25px;
}

.news-grid .item {
	text-decoration: none;
	color: inherit;
	margin-bottom: 30px;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.news-grid .img-wrap {
	width: 100%;
	min-height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.desktop .news-grid .img-wrap .bg-img {
	-webkit-transition: -webkit-transform 2000ms ease-in-out;
	transition: -webkit-transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out, -webkit-transform 2000ms ease-in-out;
}

.ie9 .desktop .news-grid .img-wrap .bg-img {
	-webkit-transition: none;
	transition: none;
}

.desktop .news-grid .img-wrap:hover .bg-img {
	-webkit-transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04);
}

.ie9 .desktop .news-grid .img-wrap:hover .bg-img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.news-grid .bg-img {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.news-grid .title {
	font-family: 'FrutigerLTPro-Light';
	font-size: 20px;
	font-size: 20rem;
	color: #2e2d30;
	line-height: 1.3;
	margin: 0 0 10px 0;
	display: block;
}

.news-grid .read-more {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 10px;
	font-size: 10rem;
	color: #9d9d9d;
	text-transform: uppercase;
}

.news-grid a:hover {
	opacity: 0.7;
}

.company-grid {
	margin-left: -25px;
}

.company-grid .col {
	padding-left: 25px;
}

.company-grid .item {
	margin-bottom: 25px;
}

.company-grid + header {
	margin-top: 60px;
}

.company-grid .col {
	width: 50%;
	display: inline-block;
	float: left;
}

.company-grid .col:last-child {
	float: none;
	margin: 0 auto;
}

.company-grid .item {
	text-decoration: none;
	color: inherit;
	min-height: 380px;
	position: relative;
}

.company-grid article {
	position: relative;
}

.desktop .company-grid article .bg-img {
	-webkit-transition: -webkit-transform 2000ms ease-in-out;
	transition: -webkit-transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out, -webkit-transform 2000ms ease-in-out;
}

.ie9 .desktop .company-grid article .bg-img {
	-webkit-transition: none;
	transition: none;
}

.desktop .company-grid article:hover .bg-img {
	-webkit-transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04);
}

.ie9 .desktop .company-grid article:hover .bg-img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.company-grid .img-wrap {
	width: 100%;
	min-height: 380px;
	overflow: hidden;
	position: relative;
}

.company-grid .bg-img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.company-grid .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
	position: absolute;
	z-index: 200;
	color: #fff;
	padding: 30px 20px 0;
}

.company-grid .content:before,
.company-grid .content:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.company-grid .content:after {
	clear: both;
}

.company-grid .title {
	font-size: 35px;
	font-size: 35rem;
	margin: 0 0 20px 0;
}

.company-grid .title span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.company-grid .title:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	position: absolute;
	width: 100%;
	height: 40px;
}

.company-grid .m-match .title:before {
	content: "";
}

.company-grid .m-property .title:before {
	content: "";
}

.company-grid .m-construction .title:before {
	content: "";
}

.company-grid .m-finance .title:before {
	content: "";
}

.company-grid .m-land .title:before {
	content: "";
}

.company-grid .marawar .title:before {
	content: "";
	font-size: 1.1em;
}

.company-grid p {
	font-family: 'FrutigerLTPro-Light';
	font-size: 16px;
	font-size: 16rem;
	color: #efefef;
	margin-bottom: 0;
}

.company-grid p:last-child {
	margin-bottom: 0;
}

.company-grid .group-tag {
	color: #fff;
}

.company-grid .visit-site {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 13px;
	font-size: 13rem;
}

.company-grid-3 .col {
	width: 100%;
}

.company-grid-3 .title:before {
	font-size: 16px;
	font-size: 16rem;
}

.the-board-grid {
	zoom: 1;
	margin-left: -25px;
}

.the-board-grid:before,
.the-board-grid:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.the-board-grid:after {
	clear: both;
}

.the-board-grid > .col {
	float: left;
}

.the-board-grid .col {
	padding-left: 25px;
}

.the-board-grid .item {
	margin-bottom: 25px;
}

.the-board-grid .item {
	text-decoration: none;
	color: inherit;
	min-height: 500px;
	position: relative;
}

.the-board-grid article {
	position: relative;
	color: #fff;
	text-align: left;
}

.desktop .the-board-grid article .bg-img {
	-webkit-transition: -webkit-transform 2000ms ease-in-out;
	transition: -webkit-transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out, -webkit-transform 2000ms ease-in-out;
}

.ie9 .desktop .the-board-grid article .bg-img {
	-webkit-transition: none;
	transition: none;
}

.desktop .the-board-grid article:hover .bg-img {
	-webkit-transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04);
}

.ie9 .desktop .the-board-grid article:hover .bg-img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.the-board-grid article:hover .open-modal-icon:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ie9 .the-board-grid article:hover .open-modal-icon:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.the-board-grid .content {
	zoom: 1;
	position: absolute;
	bottom: 5px;
	left: 10px;
	z-index: 200;
	color: #fff;
	padding: 10px 65px 10px 10px;
	width: 100%;
}

.the-board-grid .content:before,
.the-board-grid .content:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.the-board-grid .content:after {
	clear: both;
}

.the-board-grid .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 22px;
	font-size: 22rem;
	margin: 0 0 5px 0;
	line-height: 1;
	color: #fff;
}

.the-board-grid .position {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 10px;
	font-size: 10rem;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.the-board-grid .img-wrap {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.the-board-grid .img-wrap:before { /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	height: 150px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.the-board-grid .bg-img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	background-position: center top !important;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.the-board-grid .open-modal-icon {
	position: absolute;
	bottom: 20px;
	right: 30px;
	height: 30px;
	width: 30px;
	border: 2px solid #fff;
}

.the-board-grid .open-modal-icon span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.the-board-grid .open-modal-icon:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	content: "\E019";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	-webkit-transition: -webkit-transform 400ms ease;
	transition: -webkit-transform 400ms ease;
	transition: transform 400ms ease;
	transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.invest-develop-grid-wrapper {
	background: #fff;
}

.invest-develop-grid-wrapper .panel-title {
	font-family: 'FrutigerLTPro-Light';
	font-size: 24px;
	font-size: 24rem;
	text-align: center;
	margin: 0;
	padding: 40px 0;
}

.invest-develop-grid-wrapper .container {
	padding: 0 20px 20px;
}

.invest-develop-grid-wrapper.landing-wrapper {
	background: #efefef;
}

.developments-page .invest-develop-grid-wrapper {
	background: none;
}

.investments-page .invest-develop-grid-wrapper {
	display: none;
}

.investments-page .invest-develop-grid-wrapper.landing-wrapper {
	display: block;
}

.invest-develop-grid .item {
	text-decoration: none;
	color: inherit;
	position: relative;
}

.invest-develop-grid article {
	position: relative;
	color: #fff;
	text-align: left;
}

.desktop .invest-develop-grid article .bg-img {
	-webkit-transition: -webkit-transform 2000ms ease-in-out;
	transition: -webkit-transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out;
	transition: transform 2000ms ease-in-out, -webkit-transform 2000ms ease-in-out;
}

.ie9 .desktop .invest-develop-grid article .bg-img {
	-webkit-transition: none;
	transition: none;
}

.desktop .invest-develop-grid article:hover .bg-img {
	-webkit-transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04);
}

.ie9 .desktop .invest-develop-grid article:hover .bg-img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.invest-develop-grid article:hover .open-modal-icon:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ie9 .invest-develop-grid article:hover .open-modal-icon:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.invest-develop-grid .content {
	zoom: 1;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 200;
	color: #fff;
	padding: 10px;
	width: 100%;
}

.invest-develop-grid .content:before,
.invest-develop-grid .content:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.invest-develop-grid .content:after {
	clear: both;
}

.investments-page .invest-develop-grid .content {
	padding: 10px 90px 10px 10px;
}

.investments-page .invest-develop-grid .content .title {
	line-height: 1.1;
}

.invest-develop-grid .title {
	font-family: 'FrutigerLTPro-Light';
	font-size: 20px;
	font-size: 20rem;
	margin: 0 0 5px 0;
	line-height: 1;
	color: #fff;
}

.invest-develop-grid .location {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 10px;
	font-size: 10rem;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.invest-develop-grid .img-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.invest-develop-grid .img-wrap:before { /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	height: 150px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.invest-develop-grid .bg-img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.invest-develop-grid .open-modal-icon {
	position: absolute;
	bottom: 15px;
	right: 30px;
	height: 30px;
	width: 30px;
	border: 2px solid #fff;
}

.invest-develop-grid .open-modal-icon span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.invest-develop-grid .open-modal-icon:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-size: 16rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	content: "\E019";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	-webkit-transition: -webkit-transform 400ms ease;
	transition: -webkit-transform 400ms ease;
	transition: transform 400ms ease;
	transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.invest-develop-grid .landing article {
	min-height: 400px;
	background: #fff;
	text-align: center;
}

.invest-develop-grid .landing .img-wrap {
	height: 230px;
	min-height: 0;
	position: relative;
}

.invest-develop-grid .landing .img-wrap:before {
	content: none;
}

.invest-develop-grid .landing .content {
	zoom: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	color: #a1a1a1;
	padding: 10px 20px;
	width: 100%;
	min-height: calc(230px - 100%);
	background: #fff;
}

.invest-develop-grid .landing .content:before,
.invest-develop-grid .landing .content:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.invest-develop-grid .landing .content:after {
	clear: both;
}

.invest-develop-grid .landing .title {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 13px;
	font-size: 13rem;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #2e2d30;
}

.invest-develop-grid .landing .description {
	list-style: none;
	padding: 0px;
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.invest-develop-grid .landing .description li {
	margin: 0px;
	padding: 0px;
}

.invest-develop-grid .landing .description li {
	display: inline-block;
	padding: 0 8px;
	position: relative;
}

.invest-develop-grid .landing .description li:nth-child(1) {
	width: 100%;
}

.invest-develop-grid .landing .description li:last-child:before {
	font-size: 11px;
	font-size: 11rem;
	content: '●';
	position: absolute;
	left: -5px;
	top: 1px;
}

.invest-develop-grid .landing .faux-btn {
	font-family: 'FrutigerLTPro-Light';
	font-size: 16px;
	font-size: 16rem;
	-webkit-transition: border 250ms ease, color 250ms ease;
	transition: border 250ms ease, color 250ms ease;
	color: #949494;
	text-align: center;
	padding: 8px;
	width: 100%;
	margin: 20px 0 5px;
	border: 2px solid #efefef;
}

.desktop .invest-develop-grid .landing .faux-btn:hover {
	color: #d01b22;
	border: 2px solid #d01b22 !important;
}

.desktop .invest-develop-grid .landing:hover .faux-btn {
	border: 2px solid #949494;
}

.invest-develop-grid .closed {
	pointer-events: none !important;
	cursor: default !important;
}

.invest-develop-grid .closed .bg-img {
	-webkit-transition: none;
	transition: none;
}

.invest-develop-grid .closed .open-modal-icon {
	border: none;
}

.invest-develop-grid .closed:hover article .open-modal-icon:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.invest-develop-grid .closed:hover .bg-img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.invest-develop-grid .closed .open-modal-icon {
	height: 10px;
	bottom: 12px;
	width: 40px;
}

.invest-develop-grid .closed .open-modal-icon:after {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 10px;
	font-size: 10rem;
	content: '';
}

.invest-develop-grid .item.coming-soon {
	pointer-events: none;
	cursor: default;
}

.invest-develop-grid .item.coming-soon article {
	background: #fcfcfc;
	height: 100%;
	min-height: 285px;
}

.invest-develop-grid .item.coming-soon .img-wrap,
.invest-develop-grid .item.coming-soon .location,
.invest-develop-grid .item.coming-soon .open-modal-icon {
	display: none;
}

.invest-develop-grid .item.coming-soon .content {
	bottom: auto;
	left: auto;
	text-align: center;
	min-height: 285px;
}

.invest-develop-grid .item.coming-soon .title {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	color: #9c9c9c;
	padding-top: 120px;
	height: 145px;
	position: absolute;
}

.invest-develop-grid .item.coming-soon .title:before {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 100px;
	font-size: 100rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	content: "";
	color: #e2e2e2;
	top: 0;
	position: absolute;
	width: 100px;
	height: 100px;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.ie9 .img-wrap:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	content: '';
}

.developments-page.list-view .invest-develop-grid { /*
	@include breakpoint(0, $bp-vsmall) {

		article {
			padding-left: 0;
		}

		.img-wrap {
			min-height: 200px;
			width: 100%;
			position: relative;
			margin-bottom: 15px;
		}

		.item.coming-soon .content {
			padding: 30px 0;
		}

		.item.coming-soon .title {
			text-align: center;
			padding: 125px 0 15px 0;
		}

		.item.coming-soon .title:before {
			@include dead-center;
		}
	}
*/
}

.developments-page.list-view .invest-develop-grid article {
	padding-left: 125px;
	border-bottom: 1px solid #e1e1e0;
}

.developments-page.list-view .invest-develop-grid article:hover .title,
.developments-page.list-view .invest-develop-grid article:hover .location {
	color: #6d6b72;
}

.developments-page.list-view .invest-develop-grid .content {
	position: relative;
	bottom: auto;
	left: auto;
	color: inherit;
	padding: 0 20px 50px 0;
	width: 100%;
	min-height: 100px;
}

.developments-page.list-view .invest-develop-grid .img-wrap {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.developments-page.list-view .invest-develop-grid .img-wrap:before {
	content: none;
}

.developments-page.list-view .invest-develop-grid .title,
.developments-page.list-view .invest-develop-grid .location {
	color: #2e2d30;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.developments-page.list-view .invest-develop-grid .open-modal-icon {
	position: absolute;
	left: 0;
	bottom: 15px;
	border-color: #d01b22;
}

.developments-page.list-view .invest-develop-grid .open-modal-icon:after {
	color: #d01b22;
}

.developments-page.list-view .invest-develop-grid .item.coming-soon article {
	background: none;
	height: 100%;
	min-height: 100px;
	padding-left: 0;
}

.developments-page.list-view .invest-develop-grid .item.coming-soon .img-wrap,
.developments-page.list-view .invest-develop-grid .item.coming-soon .location,
.developments-page.list-view .invest-develop-grid .item.coming-soon .open-modal-icon {
	display: none;
}

.developments-page.list-view .invest-develop-grid .item.coming-soon .content {
	bottom: auto;
	left: auto;
	text-align: center;
	min-height: 100px;
}

.developments-page.list-view .invest-develop-grid .item.coming-soon .title {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #9c9c9c;
	padding-top: 10px;
	height: auto;
	position: relative;
	text-align: left;
	padding-left: 125px;
}

.developments-page.list-view .invest-develop-grid .item.coming-soon .title:before {
	left: 0;
	right: auto;
	margin: auto;
}

.logo {
	float: left;
	height: 50px;
	width: 50px;
	position: relative;
	color: #fff;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	z-index: 300;
	text-decoration: none;
}

.logo span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.logo:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	font-size: 50rem;
	content: "\E00F";
	position: absolute;
	top: 0;
	left: 0;
}

.modal .logo {
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.modal .logo:hover {
	color: #d01b22;
}

button.close-mfp {
	font-size: 0;
	width: 40px;
	height: 40px;
	top: 50px;
	right: 75px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	opacity: 1;
	position: absolute;
	background: none;
}

button.close-mfp:after {
	content: '';
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E01A";
	font-size: 30px;
	font-size: 30rem;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 5px;
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

button.close-mfp:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.about-page .mfp-container {
	padding: 0;
}

.modal-board {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.modal-board button.mfp-close {
	top: 50px;
}

.modal-board-content {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 45px 75px;
}

.modal-board-content a {
	text-decoration: none;
}

.modal-board-content .content {
	background: #fff;
	width: 500px;
	padding: 50px;
	position: absolute;
	bottom: 75px;
	right: 75px;
}

.modal-board-content.content-left .content {
	right: auto;
	left: 75px;
}

.modal-board-content .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 36px;
	font-size: 36rem;
	margin: 0 0 5px 0;
	line-height: 1;
}

.modal-board-content .position {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #d01b22;
}

.modal-board-content p {
	font-family: 'FrutigerLTPro-Light';
	color: #171717;
}

.modal-board-content p:last-child {
	margin-bottom: 0;
}

.news-page .mfp-container,
.is-front-page .mfp-container {
	padding: 0;
}

.modal-news-wrapper {
	padding: 45px 75px;
}

.modal-news {
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.modal-news-content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 50px;
	position: relative;
	width: 700px;
	-webkit-overflow-scrolling: touch;
}

.modal-news-content a {
	text-decoration: none;
}

.modal-news-content .title {
	font-family: 'FrutigerLTPro-Light';
	font-size: 36px;
	font-size: 36rem;
	margin: 0 0 40px 0;
	line-height: 1;
	color: #fff;
}

.modal-news-content .img-wrap {
	height: 350px;
	width: 100%;
	position: relative;
}

.modal-news-content .post-meta {
	bottom: -1px;
}

.modal-news-content .post-meta .group-tag,
.modal-news-content .post-meta .pub-date {
	font-size: 12px;
	font-size: 12rem;
	font-family: 'FrutigerLTPro-Roman';
	padding: 6px 13px 6px;
}

.modal-news-content .bg-img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	background-position: center top !important;
}

.modal-news-content .content-lower-wrap {
	background: #efefef;
}

.modal-news-content .content-lower-inner {
	padding: 60px 80px;
}

.modal-news-content p,
.modal-news-content ul {
	font-family: 'FrutigerLTPro-Light';
	margin-bottom: 10px;
}

.modal-news-content p:last-child {
	margin-bottom: 0;
}

.modal-news-content footer {
	zoom: 1;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e9e9e9;
}

.modal-news-content footer:before,
.modal-news-content footer:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.modal-news-content footer:after {
	clear: both;
}

.modal-news-content footer a,
.modal-news-content footer p,
.modal-news-content .next-prev div span {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	letter-spacing: 0.25em;
	text-decoration: none;
	color: inherit;
	color: #d01b22;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
}

.modal-news-content .share {
	padding: 30px 25px;
	text-align: center;
}

.modal-news-content .share {
	width: 30%;
	float: left;
}

.modal-news-content .share p {
	margin-right: 8px;
}

.modal-news-content .share a {
	position: relative;
	padding: 0 3px;
	cursor: pointer;
}

.modal-news-content .share a span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.modal-news-content .share a:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 20rem;
	position: relative;
	top: 0;
	color: #252525;
	-webkit-transition: top 200ms ease-in-out;
	transition: top 200ms ease-in-out;
}

.modal-news-content .share a:hover:after {
	top: -3px;
}

.modal-news-content .share .facebook:after {
	content: "\E003";
}

.modal-news-content .share .twitter:after {
	content: "\E015";
}

.modal-news-content .share .linkedin:after {
	content: "\E002";
}

.modal-news-content .next-prev {
	zoom: 1;
	width: 70%;
	float: right;
	text-align: center;
}

.modal-news-content .next-prev:before,
.modal-news-content .next-prev:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.modal-news-content .next-prev:after {
	clear: both;
}

.modal-news-content .next-prev a,
.modal-news-content .next-prev div {
	position: relative;
	border-left: 1px solid #e1e1e0;
	padding: 35px 30px 30px;
	text-align: center;
}

.modal-news-content .next-prev a {
	-webkit-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.modal-news-content .next-prev a:hover {
	background: rgba(241, 241, 241, 0.3);
}

.modal-news-content .next-prev span {
	position: relative;
}

.modal-news-content .next-prev span:before,
.modal-news-content .next-prev span:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	font-size: 11rem;
	position: absolute;
	color: #d01b22;
	top: 0;
}

.modal-news-content .next-prev div span:before,
.modal-news-content .next-prev div span:after {
	top: 3px;
}

.modal-news-content .next-prev div span {
	opacity: 0.5;
}

.modal-news-content .next-prev span:before,
.modal-news-content .next-prev span:after {
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.modal-news-content .prev {
	float: left;
	width: 55%;
}

.modal-news-content .next {
	float: right;
	width: 45%;
}

.modal-news-content .prev span {
	margin-right: -18px;
}

.modal-news-content .prev span:before {
	content: "\E014";
	left: -30px;
}

.modal-news-content .next span {
	margin-left: -18px;
}

.modal-news-content .next span:after {
	content: "\E00A";
	right: -30px;
}

.modal-news-content .next-prev a.prev:hover span:before,
.modal-news-content .next-prev a.next:hover span:before {
	left: -27px;
}

.modal-news-content .next-prev a.prev:hover span:after,
.modal-news-content .next-prev a.next:hover span:after {
	right: -27px;
}

.developments-page .mfp-container,
.investments-page .mfp-container {
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.modal-development {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	width: 100vw;
	height: 100vh;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.modal-development-content {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 45px 75px;
	-webkit-overflow-scrolling: touch;
}

.modal-development-content a {
	text-decoration: none;
}

.modal-development-content .content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 40px;
	width: 960px;
	position: absolute;
}

.modal-development-content .content-upper {
	zoom: 1;
	background: #2e2d30;
}

.modal-development-content .content-upper:before,
.modal-development-content .content-upper:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.modal-development-content .content-upper:after {
	clear: both;
}

.modal-development-content .summary {
	padding: 40px 60px;
	float: left;
	width: 45%;
	color: #fff;
}

.modal-development-content .summary .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 36px;
	font-size: 36rem;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	line-height: 1.2;
}

.modal-development-content .summary .meta {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 10px;
	font-size: 10rem;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	letter-spacing: 0.2em;
	display: inline-block;
}

.modal-development-content .summary ul {
	padding-left: 0;
	list-style: none;
}

.modal-development-content .summary li {
	font-size: 14px;
	font-size: 14rem;
	font-family: 'FrutigerLTPro-Light';
	zoom: 1;
	margin-bottom: 5px;
}

.modal-development-content .summary li:before,
.modal-development-content .summary li:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.modal-development-content .summary li:after {
	clear: both;
}

.modal-development-content .summary li .label {
	font-family: 'FrutigerLTPro-Bold';
	width: 145px;
	display: inline-block;
	float: left;
}

.modal-development-content .summary li .desc {
	width: calc(100% - 155px);
	float: right;
	display: inline-block;
}

.modal-development-content .description {
	font-size: 16px;
	font-size: 16rem;
	font-family: 'FrutigerLTPro-Light';
	float: right;
	padding: 75px 20px 40px;
	width: 55%;
}

.modal-development-content .description p {
	color: #fff;
}

.modal-development-content .description p:last-child {
	margin-bottom: 0;
}

.modal-development-content .description .disclaimer {
	font-size: 12px;
	font-size: 12rem;
}

.modal-development-content footer {
	zoom: 1;
	background: #fff;
	min-height: 100px;
	position: relative;
}

.modal-development-content footer:before,
.modal-development-content footer:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.modal-development-content footer:after {
	clear: both;
}

.modal-development-content footer .contact-details {
	zoom: 1;
	padding: 42px 20px 30px 60px;
	color: #2e2d30;
	position: relative;
	width: 45%;
	float: left;
}

.modal-development-content footer .contact-details:before,
.modal-development-content footer .contact-details:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.modal-development-content footer .contact-details:after {
	clear: both;
}

.modal-development-content footer .title {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 14px;
	font-size: 14rem;
	width: 125px;
	display: inline-block;
	float: left;
	margin: 0;
}

.modal-development-content footer p {
	font-size: 14px;
	font-size: 14rem;
	font-family: 'FrutigerLTPro-Light';
	float: left;
	padding-left: 0;
	margin: 0;
	color: #2e2d30;
}

.modal-development-content .website-link {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	letter-spacing: 0.25em;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	color: #d01b22;
	width: 55%;
	text-align: right;
	color: #d01b22;
	display: block;
	position: absolute;
	right: 0;
	height: 100%;
	padding: 45px 90px 45px 20px;
	-webkit-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.modal-development-content .website-link span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	height: 10px;
	position: absolute;
}

.modal-development-content .website-link:before {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 1px;
	background: #2e2d30;
	content: '';
}

.modal-development-content .website-link:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 14rem;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	right: 40px;
	content: "\E00A";
	position: absolute;
	-webkit-transition: right 200ms ease-in-out;
	transition: right 200ms ease-in-out;
}

.modal-development-content .website-link:hover {
	background: #efefef;
}

.modal-development-content .website-link:hover:after {
	right: 37px;
}

.modern-modal {
	width: 100%;
	min-height: 100vh;
	height: 100%;
	overflow-y: auto;
}

.modern-modal .modal-gallery-wrapper {
	height: 550px;
	width: 100%;
	position: relative;
}

.modern-modal .modal-gallery-wrapper .cycle-carousel {
	height: 100%;
}

.modern-modal .modal-gallery-wrapper .slide {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
	width: 100%;
}

.modern-modal .slider-controls {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: auto;
	margin: auto;
	z-index: 200;
}

.modern-modal .slider-controls .prev,
.modern-modal .slider-controls .next {
	position: absolute;
	top: -60px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.3);
}

.modern-modal .slider-controls .prev:after,
.modern-modal .slider-controls .next:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 15rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	z-index: 100;
	position: absolute;
	top: 23px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.modern-modal .slider-controls .prev {
	left: 0;
}

.modern-modal .slider-controls .prev:after {
	content: "\E01F";
}

.modern-modal .slider-controls .prev:hover:after {
	-webkit-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px);
}

.modern-modal .slider-controls .next {
	right: 0;
}

.modern-modal .slider-controls .next:after {
	content: "\E00A";
}

.modern-modal .slider-controls .next:hover:after {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.modern-modal .modal-development-content .content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 50px;
	bottom: auto;
	position: relative;
	max-width: 980px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.modern-modal .modal-development-content header {
	padding: 40px 60px 0 60px;
}

.modern-modal .modal-development-content .summary {
	padding-top: 0;
}

.modern-modal .modal-development-content .description {
	padding-top: 10px;
}

.modern-modal .modal-development-content .title {
	font-family: 'CaslonTwoTwentyFour-Book';
	font-size: 36px;
	font-size: 36rem;
	text-transform: none;
	margin: 0;
	color: #fff;
	line-height: 1.2;
	max-width: 240px;
}

.modern-modal .modal-development-content ul {
	color: #fff;
}

.modern-modal .modal-development-content .summary li {
	padding-left: 130px;
	position: relative;
	margin-bottom: 15px;
}

.modern-modal .modal-development-content .summary li.high {
	min-height: 40px;
}

.modern-modal .modal-development-content .summary li span {
	font-family: 'FrutigerLTPro-Bold';
	width: 125px;
	position: absolute;
	left: 0;
}

.modern-modal .modal-development-content .summary li a {
	color: #fff;
	text-decoration: underline;
}

.modern-modal .modal-development-content .description ul {
	padding-left: 15px;
}

.modern-modal .modal-development-content .contact-meta,
.modern-modal .modal-development-content .description h2,
.modern-modal .modal-development-content .description h3,
.modern-modal .modal-development-content .description h4 {
	font-size: 16px;
	font-size: 16rem;
	font-family: 'CaslonTwoTwentyFour-Book';
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #fff;
}

.modern-modal .modal-development-content .contact-meta {
	margin-top: 40px;
}

.modern-modal .modal-development-content .contact-list li {
	padding-left: 80px;
	margin-bottom: 5px;
}

.modern-modal .modal-development-content .contact-list li span {
	width: 75px;
}

.modern-modal .modal-development-content .website-link {
	width: 50%;
}

.modern-modal .modal-development-content .website-link:nth-of-type(1) {
	left: 0;
	right: auto;
}

.modern-modal .modal-development-content .website-link span {
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	text-align: left;
	position: relative;
	height: auto;
	padding: 0;
}

.news-filter {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 13px;
	font-size: 13rem;
	text-transform: uppercase;
	padding-left: 0;
	list-style: none;
	background: #fff;
	margin: 0;
}

.news-filter li {
	position: relative;
}

.news-filter li:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #f1f1f1;
	position: absolute;
	bottom: 0;
	z-index: 200;
}

.news-filter li:last-child:after {
	content: none;
}

.news-filter a {
	display: block;
	padding: 10px 0 10px 20px;
	position: relative;
	color: #2e2d30;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out;
	transition: color 200ms ease-in-out, background 200ms ease-in-out;
}

.news-filter a:after {
	content: '';
	width: 3px;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	position: absolute;
}

.news-filter a:hover {
	background: #f1f1f1;
	color: #2e2d30;
}

.news-filter a:hover:after {
	width: 5px;
}

.news-filter a.active {
	color: #fff;
	background: #474747;
}

.news-filter a.active:after {
	width: 5px;
}

.news-filter .group-all:after {
	background: #868686;
}

.news-filter .group-m-group:after {
	background: #d01b22;
}

.news-filter .group-match:after {
	background: #2c2c2c;
}

.news-filter .group-m-property:after {
	background: #00c27e;
}

.news-filter .group-m-construction:after {
	background: #f6a704;
}

.news-filter .group-m-finance:after {
	background: #3ebbd2;
}

.news-filter .group-monument:after {
	background: #554C52;
}

.alt-subscribe-form-box p {
	color: #c1c1c1;
	font-size: 13px;
	font-size: 13rem;
}

.subscribe-form.alt {
	font-family: 'FrutigerLTPro-Light';
	display: inline-block;
	width: 100%;
}

.subscribe-form.alt fieldset {
	border: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.subscribe-form.alt legend {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.subscribe-form.alt label {
	font-size: 12px;
	font-size: 12rem;
	color: #c1c1c1;
	display: inline-block;
	margin-bottom: 5px;
}

.subscribe-form.alt label.error {
	color: #fff;
	position: absolute;
	left: 0;
	top: 43px;
}

.subscribe-form.alt div {
	position: relative;
	width: 100%;
	display: block;
}

.subscribe-form.alt input {
	font-size: 13px;
	font-size: 13rem;
	color: #bdbdbd;
	background: #1d1c1e;
	border: none;
	width: 100%;
	padding: 9px 10px;
	-webkit-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.subscribe-form.alt input:focus {
	box-shadow: none;
	background: #6a666d;
}

.subscribe-form.alt input.error {
	background: #fff;
}

.subscribe-form.alt button {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background: none;
	height: 100%;
	width: 36px;
	background: #3e3d3f;
}

.subscribe-form.alt button:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 7px;
	content: "\E00A";
	position: absolute;
	top: 14px;
	left: 11px;
	-webkit-transition: left 200ms ease-in-out;
	transition: left 200ms ease-in-out;
}

.subscribe-form.alt button:hover:after {
	left: 13px;
}

.post-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.post-meta .group-tag,
.post-meta .pub-date {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 9px;
	font-size: 9rem;
	float: left;
	padding: 7px 10px 5px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.post-meta .group-tag {
	color: #fff;
}

.post-meta .pub-date {
	background: #fff;
	color: #9d9d9d;
}

.group-property .group-tag {
	background: #00c27e;
}

.group-construction .group-tag {
	background: #f6a704;
}

.group-finance .group-tag {
	background: #3ebbd2;
}

.group-group .group-tag {
	background: #d01b22;
}

.group-match .group-tag {
	background: #2c2c2c;
}

.group-monument .group-tag {
	background: #554C52;
}

.register-interest-wrapper .container {
	padding: 0 20px 45px;
}

.investments-page .register-interest-wrapper {
	padding: 80px 0 35px;
}

.register-interest {
	zoom: 1;
	position: relative;
	padding: 40px 50px;
	background: #fff;
	border-left: 5px solid #d01b22;
}

.register-interest:before,
.register-interest:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.register-interest:after {
	clear: both;
}

.register-interest .content-reg {
	color: #2e2d30;
	width: 40%;
	float: left;
	padding-right: 10px;
	position: relative;
	left: auto;
	bottom: auto;
}

.register-interest .title {
	font-family: 'CaslonTwoTwentyFour-Medium';
	font-size: 26px;
	font-size: 26rem;
	margin: 0 0 5px 0;
	line-height: 1;
	color: #d01b22;
}

.register-interest .title span {
	color: #2e2d30;
}

.register-interest p {
	font-family: 'FrutigerLTPro-Light';
	font-size: 14px;
	font-size: 14rem;
	margin-bottom: 0;
}

.register-interest form {
	zoom: 1;
	font-family: 'FrutigerLTPro-Light';
	display: inline-block;
	width: 55%;
	float: right;
	margin-top: 14px;
}

.register-interest form:before,
.register-interest form:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.register-interest form:after {
	clear: both;
}

.register-interest form fieldset {
	border: none;
	position: relative;
	padding: 0;
}

.register-interest form legend,
.register-interest form label.initial-label {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.register-interest form label.error {
	font-size: 12px;
	font-size: 12rem;
	color: #d01b22;
	position: absolute;
	left: 0;
	top: 60px;
}

.register-interest form .field-wrap {
	zoom: 1;
	position: relative;
	width: 100%;
	display: block;
	padding-right: 65px;
}

.register-interest form .field-wrap:before,
.register-interest form .field-wrap:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.register-interest form .field-wrap:after {
	clear: both;
}

.register-interest form .input-wrap {
	position: relative;
	display: inline-block;
	width: 49%;
}

.register-interest form input {
	font-size: 13px;
	font-size: 13rem;
	color: #2e2d30;
	background: #f8f8f8;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #dedede;
	padding: 17px 10px 15px 20px;
	-webkit-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	margin: 0 1% 0 0;
	float: left;
	height: 55px;
	width: 100%;
}

.register-interest form input:focus {
	box-shadow: none;
	background: #dedede;
}

.register-interest form input.error {
	border-bottom: 1px solid #ababab;
}

.register-interest form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	color: #fff;
	background: #d01b22;
	padding: 27px;
	height: 55px;
}

.register-interest form button:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 14rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	content: "\E00A";
	position: absolute;
	-webkit-transition: left 200ms ease-in-out;
	transition: left 200ms ease-in-out;
}

.register-interest form button:hover:after {
	left: 5px;
}

.register-interest.investment {
	background: none;
	text-align: center;
	border: none;
	padding: 0;
}

.register-interest.investment .content-reg {
	color: #2e2d30;
	width: 100%;
	float: none;
	padding: 0;
	position: relative;
	left: auto;
	bottom: auto;
}

.register-interest.investment p {
	margin-bottom: 30px;
}

.register-interest.investment .reg-link {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	letter-spacing: 0.25em;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	background: #d01b22;
	width: 100%;
	max-width: 320px;
	color: #fff;
	display: block;
	padding: 20px 60px 20px 30px;
	-webkit-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.register-interest.investment .reg-link:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 14rem;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	right: 20px;
	content: "\E00A";
	position: absolute;
	-webkit-transition: right 200ms ease-in-out;
	transition: right 200ms ease-in-out;
}

.register-interest.investment .reg-link:hover {
	background: #b9181e;
}

.register-interest.investment .reg-link:hover:after {
	right: 15px;
}

#floating-register-interest {
	position: absolute;
	width: calc(100% - 25px);
	left: 25px;
	top: 620px;
	height: 200px;
}

.item-filter {
	zoom: 1;
}

.item-filter:before,
.item-filter:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.item-filter:after {
	clear: both;
}

.ie9 .item-filter {
	display: block;
	zoom: 1;
}

.ie9 .item-filter:before,
.ie9 .item-filter:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.ie9 .item-filter:after {
	clear: both;
}

.ie9 .item-filter > ul {
	float: left;
}

.ie9 .item-filter > ul:last-child {
	float: right;
}

.item-filter ul {
	font-family: 'FrutigerLTPro-Bold';
	font-size: 12px;
	font-size: 12rem;
	letter-spacing: 0.15em;
	text-decoration: none;
	color: inherit;
	list-style: none;
	text-transform: uppercase;
	padding-left: 0;
	margin-left: -5px;
}

.item-filter ul + ul {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-filter li {
	display: inline-block;
	padding: 0 5px 10px;
	position: relative;
	cursor: pointer;
}

.item-filter .grid-view {
	padding: 0 0 0 80px;
	margin-left: auto;
}

.item-filter .list-view {
	padding: 0 0 0 10px;
}

.item-filter a {
	padding: 15px 20px;
	text-decoration: none;
	color: inherit;
	-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out;
	transition: background 200ms ease-in-out, color 200ms ease-in-out;
	border: 1px solid #e1e1e1;
}

.item-filter a:hover {
	background: #f8f8f8;
	color: #7a777f;
}

.item-filter a.active {
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	color: #545257;
}

.item-filter .list-view a,
.item-filter .grid-view a {
	padding: 15px;
}

.item-filter .list-view a:after,
.item-filter .grid-view a:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 20rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
}

.item-filter .list-view a:after {
	content: "\E017";
}

.item-filter .grid-view a:after {
	content: "\E016";
}

.item-filter a span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.animated .title,
.animated .position,
.animated .location {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.animated .title {
	-webkit-transition: -webkit-transform 300ms 300ms ease-in-out;
	transition: -webkit-transform 300ms 300ms ease-in-out;
	transition: transform 300ms 300ms ease-in-out;
	transition: transform 300ms 300ms ease-in-out, -webkit-transform 300ms 300ms ease-in-out;
}

.animated .position,
.animated .location {
	-webkit-transition: -webkit-transform 300ms 200ms ease-in-out;
	transition: -webkit-transform 300ms 200ms ease-in-out;
	transition: transform 300ms 200ms ease-in-out;
	transition: transform 300ms 200ms ease-in-out, -webkit-transform 300ms 200ms ease-in-out;
}

.animated:hover .title,
.animated:hover .position,
.animated:hover .location {
	opacity: 1;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.animated:hover .title {
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.animated:hover .position,
.animated:hover .location {
	-webkit-transition: -webkit-transform 300ms 100ms ease-in-out;
	transition: -webkit-transform 300ms 100ms ease-in-out;
	transition: transform 300ms 100ms ease-in-out;
	transition: transform 300ms 100ms ease-in-out, -webkit-transform 300ms 100ms ease-in-out;
}

.match-group-list {
	position: absolute;
	top: -60px;
	width: 100%;
	height: 60px;
	text-align: center;
	z-index: 500;
}

.match-group-list nav {
	width: 100%;
}

.match-group-list ul {
	width: 100%;
	list-style: none;
	padding-left: 0;
}

.match-group-list li {
	text-align: center;
	display: inline-block;
	width: 20%;
	position: relative;
	height: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	float: left;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.match-group-list li:before {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-size: 18rem;
	top: 18px;
	position: absolute;
	-webkit-transition: top 200ms ease-in-out, opacity 200ms ease-in-out;
	transition: top 200ms ease-in-out, opacity 200ms ease-in-out;
	color: #fff;
}

.match-group-list li.m-match:before {
	content: "";
}

.match-group-list li.m-property:before {
	content: "";
}

.match-group-list li.m-construction:before {
	content: "";
}

.match-group-list li.m-finance:before {
	content: "";
}

.match-group-list li.m-land:before {
	content: "";
}

.match-group-list li.fade:before {
	opacity: 0.4;
}

.match-group-list a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.match-group-list a span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.match-group-bg {
	background-size: cover;
	background-repeat: no-repeat !important;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 400; /*
	&.m-match,
	&.m-property,
	&.m-construction,
	&.m-land
*/
}

.match-group-bg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	content: '';
}

.match-group-bg.showSlide {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.video-wrapper {
	height: 102%;
	width: 102%;
	position: absolute;
	top: -1%;
	left: -1%;
	overflow: hidden;
}

.video-wrapper:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	content: '';
}

.video-wrapper.mob-detected {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
}

.video-wrapper:before {
	z-index: 200;
}

.video-wrapper .video-bg {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	left: 0;
	width: auto;
}

.loader {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: none;
	overflow: hidden;
	background: url(../img/mgrouploading-red.gif) no-repeat center;
	background-size: 50px 50px;
}

.page-loader {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	top: 40%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	display: none;
}

.loading .page-loader {
	opacity: 1;
	visibility: visible;
	display: block;
}

.news-loader {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	display: none;
}

.news-loading .news-loader {
	display: block;
}

.modal-loader {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	background: url(../img/mgrouploading-white.gif) no-repeat center;
	background-size: 50px 50px;
	position: absolute;
	display: none;
}

.modal-loading .modal-loader {
	display: block;
}

/* Magnific Popup CSS */

div.mfp-bg.mfp-ready {
	height: 100vh !important;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-overflow-scrolling: touch;
}

.mfp-wrap {
	top: 0 !important;
	left: 0;
	width: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	height: 100vh !important;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 20px;
	box-sizing: border-box;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .close-mfp {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.close-mfp,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.close-mfp,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	z-index: 1046;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.close-mfp {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.close-mfp:hover,
.close-mfp:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.close-mfp:active { /* top: 1px; */
}

.close-mfp-btn-in .close-mfp {
	color: #333;
}

.mfp-image-holder .close-mfp,
.mfp-iframe-holder .close-mfp {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .close-mfp {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .close-mfp {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* content at start */

.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

/* content animate it */

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media (min-width: 450px) {

.company-grid .title:before {
	width: 300px;
	font-size: 22px;
	font-size: 22rem;
}

.company-grid-3 .title:before {
	font-size: 22px;
	font-size: 22rem;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.investments-page .invest-develop-grid > .col,
.about-page .invest-develop-grid > .col {
	width: 50%;
}

.investments-page .invest-develop-grid > .col:nth-child(2n+1),
.about-page .invest-develop-grid > .col:nth-child(2n+1) {
	clear: left;
}

.developments-page .invest-develop-grid > .col {
	width: 50%;
}

.developments-page .invest-develop-grid > .col:nth-child(2n+1) {
	clear: left;
}

.developments-page.list-view .invest-develop-grid > .col {
	width: 50%;
}

.developments-page.list-view .invest-develop-grid > .col:nth-child(2n+1) {
	clear: left;
}

.page-register-interest .form-upper > .col {
	width: 50%;
}

.page-register-interest .form-upper > .col:nth-child(2n+1) {
	clear: left;
}

.news-grid > .col {
	width: 50%;
}

.news-grid > .col:nth-child(2n+1) {
	clear: left;
}

.the-board-grid > .col {
	width: 50%;
}

.the-board-grid > .col:nth-child(2n+1) {
	clear: left;
}

}

@media (min-width: 600px) {

.company-grid .content {
	padding: 30px 50px 0;
}

.company-grid-3 .col {
	width: 50%;
}

.company-grid-3 .content {
	min-height: 178px;
}

}

@media (min-width: 600px) and (max-width: 960px) {

.the-board-grid .title {
	font-size: 20px;
	font-size: 20rem;
}

}

@media (min-width: 650px) {

.item-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

}

@media (min-width: 700px) {

.company-grid-3 .title:before {
	font-size: 16px;
	font-size: 16rem;
}

}

@media (min-width: 768px) {

header.main.small .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.is-front-page .banner .cta span:hover:after {
	left: 3px;
}

.item-filter ul + ul {
	margin-left: auto;
}

.match-group-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.match-group-list ul > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

}

@media only screen and (max-width: 769px) and (min-width: 600px) {

.news-grid > .col {
	width: 50%;
	min-height: 350px;
}

.news-grid .col:nth-child(2n+1) {
	clear: none;
}

}

@media only screen and (min-width: 769px) {

.investments-page .invest-develop-grid > .col,
.about-page .invest-develop-grid > .col {
	width: 33.33333%;
}

.investments-page .invest-develop-grid > .col:nth-child(3n+1),
.about-page .invest-develop-grid > .col:nth-child(3n+1) {
	clear: left;
}

.developments-page .invest-develop-grid > .col {
	width: 25%;
}

.developments-page .invest-develop-grid > .col:nth-child(4n+1) {
	clear: left;
}

.developments-page.list-view .invest-develop-grid > .col {
	width: 33.33333%;
}

.developments-page.list-view .invest-develop-grid > .col:nth-child(3n+1) {
	clear: left;
}

.page-register-interest .form-upper > .col {
	width: 50%;
}

.page-register-interest .form-upper > .col:nth-child(2n+1) {
	clear: left;
}

.news-grid > .col {
	width: 33.33333%;
}

.news-grid > .col:nth-child(3n+1) {
	clear: left;
}

.the-board-grid > .col {
	width: 33.33333%;
}

.the-board-grid > .col:nth-child(3n+1) {
	clear: left;
}

}

@media (min-width: 769px) {

.is-front-page header.main {
	position: fixed;
}

.is-front-page header.main.small {
	background: rgba(0, 0, 0, 0.85);
	border-bottom: 1px solid transparent;
}

main {
	padding-top: 135px;
}

}

@media screen and (max-height: 900px) and (min-width: 1601px) {

.modal-board-content .content {
	right: 125px;
}

}

@media (min-width: 960px) {

.about-page .invest-develop-grid + header {
	margin-top: 120px;
}

.company-grid + header {
	margin-top: 120px;
}

.company-grid .content {
	padding: 30px 20px 0;
}

.company-grid-3 .col {
	width: 33.33%;
}

}

@media (min-width: 1024px) {

a:hover,
a:focus {
	color: #7a777f;
}

header.main .logo:hover {
	color: #d01b22;
}

header.main nav a { /*
			&:after {
				position: absolute;
				top: 100%;
				left: 0;
				width: 100%;
				height: 2px;
				background: #979698;
				content: '';
				opacity: 0;
				transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
				transform: translateY(4px);
			}

			&:hover:after,
			&:focus:after,
			&.active:after {
				opacity: 1;
				transform: translateY(-1px);
			}
*/
}

header.main nav a:hover {
	color: #979698;
}

header.main nav a.active {
	color: #979698;
}

header.main nav a.active:after {
	content: none;
}

.openNav .mob-nav-wrapper {
	opacity: 0;
	visibility: hidden;
}

.match-group-list li:hover:before {
	top: 15px;
}

.match-group-bg {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
}

.match-group-bg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	content: '';
}

}

@media (min-width: 1100px) {

.company-grid .content {
	padding: 30px 85px 0;
}

.company-grid-3 .content {
	padding: 30px 55px 0;
	min-height: 178px;
}

.company-grid-3 .title:before {
	font-size: 20px;
	font-size: 20rem;
}

}

@media (min-width: 1101px) and (max-width: 1450px) {

.match-group-list li:before {
	font-size: 14px;
	font-size: 14rem;
	top: 20px;
}

}

@media (min-width: 1400px) {

#search .content {
	width: 65%;
}

}

@media (min-width: 1600px) {

#search .content {
	width: 50%;
}

}

@media screen and (min-height: 650px) and (max-height: 900px) {

.is-front-page .banner {
	height: 100vh;
}

}

@media (max-width: 1400px) {

#search .content {
	width: 80%;
}

}

@media (max-width: 1300px) {

.about-page .banner .content {
	margin-left: 0;
}

.about-page .banner .banner-img .inner {
	right: 0 !important;
	width: 60%;
}

}

@media (max-width: 1220px) {

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.about-page .banner .content {
	width: 50%;
}

.news-page .banner .container {
	padding: 55px 20px 100px;
}

.news-page .banner .banner-img {
	padding-right: 20px;
}

.news-page .banner aside {
	right: 20px;
}

.news-page.category .banner .content-wapper-inner {
	margin-right: 20px;
}

.item-filter li {
	padding: 0;
}

.item-filter .grid-view {
	padding: 0 0 0 30px;
}

.item-filter .list-view {
	padding: 0 0 0 6px;
}

}

@media (max-width: 1200px) {

.modern-modal button.close-mfp,
.modern-modal button.mfp-arrow {
	right: 20px;
}

.modern-modal .modal-development-content {
	padding: 45px 20px;
}

.modern-modal .modal-development-content .content {
	max-width: 100%;
}

}

@media (max-width: 1100px) {

.news-page .banner .content-inner {
	padding: 30px;
}

.developments-page .banner .item-filter-wrapper {
	position: relative;
	width: 100%;
}

.developments-page .invest-develop-grid > .col {
	width: 33.3333%;
}

.developments-page .invest-develop-grid > .col:nth-child(4n + 1) {
	clear: none;
}

.modal-news-content {
	margin-top: 100px;
	margin-bottom: 100px;
}

.modal-development {
	width: 100%;
}

.modal-development-content .content {
	width: 100%;
	padding: 0 20px;
}

.item-filter li {
	padding: 0 5px 10px;
}

.match-group-list {
	height: 120px;
	top: -120px;
}

.match-group-list li {
	width: 50%;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.match-group-list li:before {
	font-size: 16px;
	font-size: 16rem;
	top: 20px;
}

.match-group-list li:nth-child(3),
.match-group-list li:nth-child(4),
.match-group-list li:nth-child(5) {
	width: 33.3333%;
}

}

@media (max-width: 1024px) {

header.main nav li {
	padding: 10px 15px;
}

.news-page.category .banner h1 {
	padding-left: 0;
}

.investments-page .banner .content-wrapper {
	width: 80%;
	padding-left: 0;
}

.developments-page.list-view .invest-develop-grid > .col {
	width: 50%;
}

.developments-page.list-view .invest-develop-grid > .col:nth-child(3n + 1) {
	clear: none;
}

.contact-page .banner .content-wrapper {
	padding-left: 0;
}

.contact-page .banner .contact-details {
	width: 100%;
}

.contact-page .banner .contact-details section:nth-child(1) {
	padding: 10px 20px 10px 0;
}

.contact-page .banner .contact-details section:nth-child(2) {
	padding: 10px 20px 10px 40px;
}

.contact-page .banner .contact-details p {
	font-size: 16px;
	font-size: 16rem;
}

.standard-page .wrapper.banner .container {
	padding: 70px 20px 20px;
}

.standard-page .content-wrapper .container,
.utility-page .content-wrapper .container {
	padding-left: 20px;
}

}

@media (max-width: 1000px) {

footer .logo {
	margin-bottom: 40px;
}

footer .sign-up-wrapper {
	float: none;
	clear: both;
	display: block;
	max-width: 600px;
}

.page-register-interest .register-form {
	padding: 45px 20px;
}

}

@media screen and (max-height: 975px) and (max-width: 950px) {

.modal-news-content {
	padding: 0 20px 40px;
}

}

@media (max-width: 960px) {

.about-page .banner .title {
	margin-left: 0;
}

.about-page .banner .container {
	width: 100%;
}

.about-page .banner .banner-img .inner {
	right: 20px;
}

.news-page .banner .content {
	padding-right: 50%;
}

.news-page .banner .banner-img {
	width: 50%;
}

.investments-page .invest-develop-grid > .col,
.about-page .invest-develop-grid > .col {
	width: 50%;
}

.investments-page .invest-develop-grid > .col:nth-child(2n + 1),
.about-page .invest-develop-grid > .col:nth-child(2n + 1) {
	clear: none;
}

.investments-page .invest-develop-grid > .col:nth-child(3n + 1),
.about-page .invest-develop-grid > .col:nth-child(3n + 1) {
	clear: none;
}

.investments-page .invest-develop-grid.landing-grid > .col,
.about-page .invest-develop-grid.landing-grid > .col {
	width: 33.3333%;
}

.investments-page .invest-develop-grid.landing-grid > .col:nth-child(3n + 1),
.about-page .invest-develop-grid.landing-grid > .col:nth-child(3n + 1) {
	clear: none;
}

.investments-page .invest-develop-grid.landing-grid > .col:nth-child(2n + 1),
.about-page .invest-develop-grid.landing-grid > .col:nth-child(2n + 1) {
	clear: none;
}

.developments-page .invest-develop-grid > .col {
	width: 50%;
}

#search .content {
	width: 100%;
	position: relative;
	text-align: left;
}

#search .content .title {
	font-size: 30px;
	font-size: 30rem;
	text-align: left;
	display: inline-block;
	width: 100%;
}

#search input[type="search"] {
	font-size: 20px;
	font-size: 20rem;
	text-align: left;
	padding-left: 0;
}

#search .results-list {
	width: 100%;
}

.the-board-grid > .col {
	width: 50%;
}

.the-board-grid > .col:nth-child(3n + 1) {
	clear: none;
}

.invest-develop-grid .landing .img-wrap {
	min-height: 180px;
}

.invest-develop-grid .landing .content {
	padding-top: 25px;
	position: relative;
	min-height: 200px;
}

.invest-develop-grid .landing .description {
	margin-bottom: 30px;
}

.invest-develop-grid .landing .description li:last-child:before {
	content: none;
}

button.close-mfp {
	right: 30px;
}

.modal-news-wrapper {
	padding: 45px 20px;
}

.modal-news-content {
	width: 100%;
	padding: 0 20px;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
	left: auto;
	right: auto;
}

.modal-development-content .summary li .label,
.modal-development-content .summary li .desc {
	display: block;
	float: none;
	width: 100%;
}

.video-wrapper {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 100%;
}

.video-wrapper .video-bg {
	display: none;
}

}

@media (max-width: 930px) {

.search-page .content-wrapper {
	padding: 0;
}

.search-page .results-list.mobile {
	padding: 0;
}

}

@media (max-width: 919px) {

.page-register-interest .form-upper .show-label {
	margin: -48px 0 0 0;
}

}

@media screen and (max-height: 900px) and (max-width: 1600px) {

.modal-board button.close-mfp {
	right: 25px;
}

.modal-board .logo {
	position: absolute;
	left: 25px;
}

}

@media (max-width: 900px) {

.modern-modal .summary,
.modern-modal .description {
	width: 50%;
}

.modern-modal .summary {
	padding: 40px 20px 40px 60px;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.mfp-arrow-left {
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
}

.mfp-container { /*
padding-left: 6px;
    padding-right: 6px;
*/
}

}

@media screen and (max-height: 900px), (max-width: 1600px) {

.modal-board-content .content {
	bottom: 25px;
	right: 25px;
	padding: 25px;
}

.modal-board-content.content-left .content {
	left: 25px;
}

.modal-board-content .position {
	margin-bottom: 20px;
}

.modal-board-content .title {
	font-size: 26px;
	font-size: 26rem;
}

.modal-board-content .position {
	margin: 0 0 15px 0;
}

}

@media (max-width: 850px) {

header.main nav li {
	padding: 10px 5px;
}

}

@media (max-width: 800px) {

.about-page .banner .content {
	width: 100%;
}

.about-page .banner .banner-img {
	display: none;
}

.news-page .banner .content-wrapper {
	padding-right: 0;
	width: 50%;
}

.news-page .banner .content {
	padding-right: 0;
}

.news-page .banner .banner-img {
	display: none;
}

.news-page .banner aside {
	bottom: auto;
	width: 50%;
	float: left;
	position: relative;
	display: inline-block;
	padding-left: 0;
	right: auto;
}

.news-page .banner aside .inner {
	padding-left: 25px;
}

.news-page.category .banner .content-wapper-inner {
	margin-right: 0;
}

.page-register-interest .form-lower .col:nth-child(1) {
	width: 50%;
}

.page-register-interest .form-lower .col:nth-child(2) {
	width: 50%;
}

.register-interest {
	padding: 40px 30px;
}

.register-interest .content-reg {
	width: 100%;
	display: block;
	float: none;
	position: relative;
}

.register-interest .title {
	margin-bottom: 10px;
}

.register-interest form {
	margin-top: 20px;
	width: 100%;
}

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
       * Remove all paddings around the image on small screen
       */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}

.mfp-img-mobile .close-mfp {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	text-align: center;
	padding: 0;
}

}

@media only screen and (max-width: 768px) {

.mob-vis-md {
	display: block;
}

.mob-hid-md {
	display: none;
}

.footer-lower .copyright,
.footer-lower__social {
	text-align: center;
	float: none;
	clear: both;
	width: 100%;
}

.footer-lower .copyright {
	margin-bottom: 20px;
}

.hasSidebar {
	padding-right: 0;
	padding-top: 80px;
}

.sidebarNav {
	top: 20px;
	right: auto;
	left: 0;
	width: 100%;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.sidebarNav ul {
	padding-top: 41px;
}

.sidebarNav li {
	display: none;
	margin: 0;
}

.sidebarNav:hover li {
	display: block;
}

.sidebarNav li.active {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sidebarNav a {
	display: block;
	padding: 10px 20px;
}

.sidebarNav .title {
	padding: 10px 20px;
}

}

@media (max-width: 768px) {

header.main {
	position: relative;
}

header.main .logo {
	margin: 0 020px 20px;
}

header.main nav,
header.main .search-trigger {
	display: none;
}

header.main .container {
	padding: 20px 0 0 0;
}

.is-front-page .banner {
	text-align: left;
	height: auto;
	min-height: 450px;
}

.is-front-page .banner .title {
	font-size: 26px;
	font-size: 26rem;
	display: block;
}

.is-front-page .banner .container {
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding-top: 200px;
	position: relative;
}

.is-front-page .banner .cta {
	position: relative;
	display: inline-block;
	margin-top: 50px;
}

.is-front-page .banner .scroll {
	display: none;
}

.is-front-page .news-grid-wrapper .container {
	padding-top: 30px;
}

.is-front-page .news-grid-wrapper .news-grid > .col:nth-child(5),
.is-front-page .news-grid-wrapper .news-grid > .col:nth-child(6) {
	display: none;
}

.investments-page .banner .content-wrapper {
	width: 100%;
}

.investments-page .invest-develop-grid.landing-grid > .col,
.about-page .invest-develop-grid.landing-grid > .col {
	width: 100%;
}

.investments-page .invest-develop-grid.landing-grid > .col:nth-child(2n + 1),
.about-page .invest-develop-grid.landing-grid > .col:nth-child(2n + 1) {
	clear: none;
}

.contact-page .banner .content-upper {
	width: 100%;
}

.contact-page .banner .contact-details section {
	width: 100%;
}

.contact-page .banner .contact-details section:nth-child(1),
.contact-page .banner .contact-details section:nth-child(2) {
	padding: 20px 20px 20px 0;
}

.contact-page .banner .contact-details section:nth-child(1):after {
	width: 100%;
	height: 1px;
	bottom: 0;
	top: auto;
	right: auto;
}

.contact-page .map-wrapper {
	padding: 0 20px 20px;
}

.contact-page .map-wrapper .map,
.contact-page .map-wrapper iframe {
	height: 400px;
}

.standard-page .content-wrapper .content,
.standard-page .content-wrapper aside,
.utility-page .content-wrapper .content,
.utility-page .content-wrapper aside {
	width: 100%;
	padding: 0;
}

.standard-page .content-wrapper aside,
.utility-page .content-wrapper aside {
	margin-top: 30px;
}

.page-register-interest .form-upper .col {
	width: 50%;
}

#search .search-wrapper {
	padding: 20px;
}

#search .content {
	top: 50px;
}

#search .close {
	top: 30px;
	right: 20px;
}

#search form {
	border-bottom: none;
}

#search input[type="search"] {
	border-bottom: 1px solid #3d3e3f;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

#search .btn {
	position: relative;
	bottom: auto;
}

#search .results-list li {
	padding-left: 35px;
}

#search .results-list li.title,
#search .results-list li:before {
	font-size: 20px;
	font-size: 20rem;
}

.invest-develop-grid .landing {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
}

.invest-develop-grid .landing article {
	min-height: 140px;
	padding-left: 190px;
}

.invest-develop-grid .landing .img-wrap {
	min-height: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 100%;
}

.invest-develop-grid .landing .content {
	padding-top: 25px;
	padding-left: 0;
	position: relative;
	min-height: 0;
	text-align: left;
}

.invest-develop-grid .landing .description {
	margin-bottom: 30px;
	padding-left: 5px;
	display: none;
}

.invest-develop-grid .landing .description li {
	display: block;
	margin-bottom: 3px;
}

.invest-develop-grid .landing .description li:before,
.invest-develop-grid .landing .description li:last-child:before {
	font-size: 11px;
	font-size: 11rem;
	content: '●';
	position: absolute;
	left: -5px;
	top: 1px;
}

button.close-mfp {
	top: 25px;
}

.modal-news-wrapper {
	padding: 20px;
}

.modal-news-content {
	padding: 0;
}

.modal-news-content .title {
	font-size: 28px;
	font-size: 28rem;
}

.modal-news-content .share,
.modal-news-content .next-prev {
	float: none;
	width: 100%;
}

.modal-news-content .next-prev {
	border-bottom: 1px solid #e1e1e0;
}

.modal-news-content .next-prev a,
.modal-news-content .next-prev div {
	border-left: none;
}

.modal-news-content .prev,
.modal-news-content .next {
	width: 50%;
	position: relative;
}

.modal-news-content .prev:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e1e1e0;
	content: '';
}

.modal-development-content {
	padding: 20px;
	position: relative;
}

.modal-development-content .content {
	position: relative;
	padding: 0;
	bottom: auto;
	margin: 80px auto 20px;
}

.modal-development-content .summary,
.modal-development-content .description {
	width: 100%;
}

.modal-development-content .description {
	padding: 0 60px 40px 60px;
}

.modal-development-content .summary li .label,
.modal-development-content .summary li .desc {
	display: inline-block;
}

.modal-development-content .website-link span {
	padding-right: 85px;
	text-align: left;
}

.modern-modal .modal-development-content {
	padding: 20px;
}

.modern-modal .modal-development-content .content {
	margin-top: 70px;
}

.modern-modal .modal-gallery-wrapper {
	height: 300px;
}

.match-group-list {
	zoom: 1;
	position: relative;
	top: auto;
	text-align: left;
	height: auto;
	background: #fff;
	border-top: 5px solid #d01b22;
}

.match-group-list:before,
.match-group-list:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.match-group-list:after {
	clear: both;
}

.match-group-list li {
	width: 100%;
	text-align: left;
	height: 100px;
	border-top: none;
	border-bottom: 1px solid #e3e3e3;
	border-right: none;
}

.match-group-list li:nth-child(3),
.match-group-list li:nth-child(4),
.match-group-list li:nth-child(5) {
	width: 100%;
}

.match-group-list li:before {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	font-size: 16px;
	font-size: 16rem;
	color: #2e2d30;
	left: 25px;
}

.match-group-list li:before:hover:before {
	top: auto;
}

.match-group-list li:after {
	content: '';
	width: 5px;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	-webkit-transition: width 200ms ease-in-out;
	transition: width 200ms ease-in-out;
	position: absolute;
}

.match-group-list .m-match:after {
	background: #2c2c2c;
}

.match-group-list .m-property:after {
	background: #52454b;
}

.match-group-list .m-construction:after {
	background: #f6a704;
}

.match-group-list .m-finance:after {
	background: #3ebbd2;
}

.match-group-list .m-land:after {
	background: #50ba61;
}

.match-group-list a:after {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 7px;
	content: "\E00A";
	position: absolute;
	right: 25px;
	-webkit-transition: left 200ms ease-in-out;
	transition: left 200ms ease-in-out;
	color: #bdbdbd;
}

}

@media screen and (max-height: 750px), (max-width: 960px) {

.modal-board-content .content {
	width: 400px;
	max-height: 350px;
	padding: 0;
}

.modal-board-content .content .inner {
	padding: 25px 25px 60px 25px;
	max-height: 350px;
	overflow-y: scroll;
	position: relative;
}

.modal-board-content .content span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 50%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 50%);
	position: absolute;
	height: 80px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	content: ' ';
	pointer-events: none;
}

}

@media (max-width: 700px) {

.developments-page.list-view .invest-develop-grid > .col {
	width: 100%;
}

.page-register-interest .form-lower .col:nth-child(1),
.page-register-interest .form-lower .col:nth-child(2) {
	width: 100%;
	float: none;
}

.page-register-interest .form-lower .col:nth-child(1):before {
	position: absolute;
	height: 1px;
	width: 100%;
	right: auto;
	left: 0;
	top: auto;
	bottom: 0;
}

.company-grid > .col {
	width: 100%;
}

.the-board-grid > .col {
	width: 100%;
}

}

@media (max-width: 650px) {

.item-filter .grid-view,
.item-filter .list-view {
	position: relative;
	right: auto;
	width: 50%;
	margin-top: 10px;
}

.item-filter .grid-view {
	padding-left: 0;
}

.item-filter .filter:nth-child(1) {
	padding-left: 0;
}

}

@media (max-width: 600px) {

.is-front-page .banner .title {
	font-size: 22px;
	font-size: 22rem;
}

footer .footer-upper {
	padding-bottom: 0;
}

footer .sign-up-wrapper {
	width: 100%;
	min-width: 0;
}

footer .sign-up-wrapper div,
footer .sign-up {
	float: none;
	width: 100%;
	display: block;
}

footer .sign-up-wrapper div {
	margin-bottom: 20px;
}

footer fieldset {
	padding-left: 0;
}

footer label.error {
	left: 0;
}

.footer-lower .copyright {
	float: none;
	display: block;
	margin-bottom: 30px;
}

.footer-lower .copyright a {
	padding: 0 5px;
}

.footer-lower .social-links {
	float: none;
	display: block;
	width: 100%;
}

.footer-lower .social-links a {
	margin: 0 10px 0 0;
}

.about-page .banner .container {
	padding-top: 55px;
	padding-bottom: 55px;
}

.about-page .banner .content {
	padding: 35px;
}

.the-board-wrapper .container,
.company-wrapper .container {
	padding: 50px 20px;
}

.the-board-wrapper .title,
.company-wrapper .title {
	margin-bottom: 50px;
}

.news-page .banner .content-wrapper {
	width: 100%;
	margin-bottom: 25px;
}

.news-page .banner aside {
	width: 100%;
}

.news-page .banner aside .inner {
	padding-left: 0;
}

.investments-page .banner .container {
	padding: 55px 20px;
}

.investments-page .invest-develop-grid > .col,
.about-page .invest-develop-grid > .col {
	width: 100%;
}

.investments-page .invest-develop-grid > .col:nth-child(4n + 1),
.about-page .invest-develop-grid > .col:nth-child(4n + 1) {
	clear: none;
}

.developments-page .banner .container {
	padding: 55px 20px;
}

.developments-page .invest-develop-grid > .col {
	width: 100%;
}

.developments-page .invest-develop-grid > .col:nth-child(4n + 1) {
	clear: none;
}

.contact-page .banner .container {
	padding: 55px 20px;
}

.contact-page .banner .contact-details {
	padding-top: 25px;
}

.search-page .btn {
	right: 20px;
	top: 20px;
}

.search-page .results-list.mobile {
	margin-top: 35px;
}

.search-page .results-list.mobile li {
	padding-left: 30px;
}

.page-register-interest .form-upper {
	margin-left: 0;
}

.page-register-interest .form-upper .show-label {
	margin: 20px 0 0 0;
}

.page-register-interest .form-upper .col {
	width: 100%;
	padding-left: 0;
}

.news-grid .col {
	width: 100%;
}

.news-grid .col:nth-child(4n + 1) {
	clear: none;
}

.company-grid .item,
.company-grid .img-wrap {
	min-height: 300px;
}

.the-board-grid .title {
	margin-bottom: 0;
}

.invest-develop-grid .landing article {
	min-height: 100px;
	padding-left: 120px;
}

.invest-develop-grid .landing .img-wrap {
	width: 100px;
}

.invest-develop-grid .landing .faux-btn {
	margin-top: 20px;
}

button.close-mfp {
	right: 20px;
}

.modal-board {
	background-image: none !important;
	background: #d01b22 !important;
}

.modal-board button.mfp-close {
	top: 30px;
	left: 20px !important;
}

.modal-board-content {
	padding: 20px;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.modal-board-content.content-left .content,
.modal-board-content .content {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	bottom: auto;
	margin: 80px auto 20px;
	padding: 35px;
	max-height: none;
	overflow-y: auto;
}

.modal-board-content.content-left .content .inner,
.modal-board-content .content .inner {
	padding: 0;
	overflow-y: auto;
	max-height: inherit;
}

.modal-board-content.content-left .content span,
.modal-board-content .content span {
	display: none;
}

.modal-news-content .content-lower-inner {
	padding: 35px;
}

.modal-news-content .img-wrap {
	height: 275px;
}

.modal-news-content .next-prev a:hover {
	background: none;
}

.modal-news-content .prev,
.modal-news-content .next {
	width: 100%;
	position: relative;
}

.modal-news-content .prev {
	border-bottom: 1px solid #e1e1e0;
}

.modal-development {
	background-image: none !important;
	background: #d01b22 !important;
	height: auto;
	min-height: 100vh;
}

.modal-development-content .summary li .label,
.modal-development-content .summary li .desc {
	display: block;
	float: none;
	width: 100%;
}

.modal-development-content .summary,
.modal-development-content .description,
.modal-development-content footer .contact-details {
	padding-left: 35px;
	padding-right: 35px;
}

.modal-development-content footer .contact-details,
.modal-development-content .website-link {
	width: 100%;
	position: relative;
}

.modal-development-content footer .contact-details {
	float: none;
}

.modal-development-content .website-link {
	text-align: center;
	padding: 45px 20px;
}

.modal-development-content .website-link span {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	padding-right: 0;
}

.modal-development-content .website-link:before {
	width: 100%;
	height: 1px;
}

.modal-development-content .website-link:after {
	content: none;
}

.modern-modal .modal-development-content header {
	padding: 35px;
}

.modern-modal .modal-development-content .website-link {
	width: 100%;
	position: relative;
}

.modern-modal .modal-development-content .website-link:nth-of-type(1) {
	left: 0;
	right: auto;
}

.modern-modal .modal-development-content .website-link span {
	text-align: center;
}

}

@media (max-width: 550px) {

.register-interest form .field-wrap {
	padding-right: 0;
}

.register-interest form .input-wrap {
	width: 100%;
	margin-bottom: 5px;
}

.register-interest form input.error {
	margin-bottom: 20px;
}

.register-interest form button {
	position: relative;
	width: 100%;
}

}

@media (max-width: 520px) {

.item-filter li {
	width: 100%;
	margin-top: 10px;
	padding: 0;
}

.item-filter .list-view {
	padding-left: 5px;
}

}

@media (max-width: 500px) {

.modal-news-content .img-wrap {
	height: 200px;
}

.modern-modal .modal-gallery-wrapper {
	height: 200px;
}

}

@media (max-width: 480px) {

.investments-page .invest-develop-grid.landing-grid > .col,
.about-page .invest-develop-grid.landing-grid > .col {
	padding-left: 0;
}

.developments-page .invest-develop-grid {
	margin-left: -25px;
}

}

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

.mob-vis-sm {
	display: block;
}

.mob-hid-sm {
	display: none;
}

.is-mobOpen .outer-container {
	left: -250px;
}

.investments-page .invest-develop-grid > .col,
.about-page .invest-develop-grid > .col {
	float: none;
}

.investments-page .invest-develop-grid,
.about-page .invest-develop-grid {
	margin-left: 0;
}

.developments-page .invest-develop-grid > .col {
	float: none;
}

.developments-page .invest-develop-grid {
	margin-left: 0;
}

.developments-page.list-view .invest-develop-grid > .col {
	float: none;
}

.developments-page.list-view .invest-develop-grid {
	margin-left: 0;
}

.page-register-interest .form-upper > .col {
	float: none;
}

.page-register-interest .form-upper {
	margin-left: 0;
}

.news-grid > .col {
	float: none;
}

.news-grid {
	margin-left: 0;
}

.the-board-grid > .col {
	float: none;
}

.the-board-grid {
	margin-left: 0;
}

}

@media (max-width: 450px) {

footer .logo,
footer .contact-details {
	display: block;
	float: none;
	width: 100%;
	padding-left: 0;
}

footer .contact-details p {
	padding-left: 0;
}

.is-front-page .news-grid-wrapper .all-news-trigger {
	float: none;
	display: block;
	margin: 0 0 20px 0;
}

.developments-page.list-view .invest-develop-grid {
	margin-left: -20px;
}

}

@media (max-width: 400px) {

.invest-develop-grid .landing .faux-btn span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.modern-modal .modal-development-content .summary li {
	padding-left: 0;
}

.modern-modal .modal-development-content .summary li span {
	position: relative;
	width: 100%;
}

}

@media screen and (max-height: 975px) {

.modal-news-content {
	padding-bottom: 40px;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
	left: auto;
	right: auto;
}

}

.match-group-list .m-energy a {
    background-image: url(https://www.mgroup.com.au/wp-content/uploads/2024/12/m-energy-white.svg);
    background-repeat: no-repeat;
    background-position: center 18px;
    background-size: auto 18px;
    transition: all 200ms ease-in-out
}

.match-group-list:hover .m-energy a {
    opacity: 0.4!important
}

.match-group-list .m-energy:hover a {
    transform: translateY(-3px);
    opacity: 1!important
}

@media (min-width: 1101px) and (max-width: 1450px) {

.match-group-list .m-energy a {
    background-position: center 20px;
    background-size: auto 14px;
}

}

@media (max-width: 768px) {
    .match-group-list .m-energy a {
    
    background-image: url(https://www.mgroup.com.au/wp-content/uploads/2024/12/m-energy-charcoal.svg);
    background-repeat: no-repeat;
    background-position: 24px center;
    background-size: auto 18px;

}
        .match-group-list .m-energy:after {
            background:#f6a704;
        }
}

