/****** FILE: themes/innovationpark/css/reset.css *****/
/* This reset is loosely derived from HTML5 boilerplate 
for more information visit http://html5boilerplate.com/ */
/* Every browser has its own default ‘user agent’ stylesheet, that it uses to make unstyled websites appear more legible.
Using a CSS Reset, CSS authors can force every browser to have all its styles reset to null, thus avoiding cross-browser differences as much as possible.
From the consistent base that you’ve set up via your reset, you can then go on to re-style your document,
safe in the knowledge that the browsers’ differences in their default rendering of HTML can’t touch you! */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
}

.clear:before, .clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="radio"], input.radio {
  vertical-align: text-bottom;
}

input[type="checkbox"], input.checkbox, .checkboxes input {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"], .ie7 input.checkbox, .ie7 .checkboxes input {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button, .btn {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

/* .checkbox, .radio {float:left; width:13px; height:13px; margin-right:6px; padding:0;} */
button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

.content ul, .content ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

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

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

strong, b, th {
  font-weight: bold;
}


/****** FILE: themes/innovationpark/css/typography.css *****/
/* COLOURS */
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic);
/* HEADERS */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 0px;
}

.typography h1 {
  font-size: 65px;
  line-height: 66px;
  padding: 0px 0px 15px 0px;
  margin-bottom: 45px;
  border-bottom: 2px solid #989898;
}
.typography h1.map-title {
  border-bottom: 0;
}

.typography h2 {
  font-size: 40px;
  line-height: 48px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #989898;
}

.typography h3 {
  font-size: 27px;
  line-height: 36px;
  padding: 0px 0px 10px 0px;
}

.typography h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 0px 10px 0px;
}

.typography h5, .typography h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 0px 0px 10px 0px;
}

@media all and (max-width: 600px) {
  .typography h1 {
    font-size: 35px;
    line-height: 38px;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
  }

  .typography h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .typography h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .typography h4 {
    font-size: 15px;
    line-height: 25px;
  }
}
/* PARAGRAGHS */
.typography p {
  margin: 0px 0px 15px;
  color: #666667;
  font-size: 13px;
  line-height: 20px;
}

.typography em {
  font-style: italic;
}

.typography .green-text, .green-text {
  color: #8cc63f;
}

hr {
  margin: 50px auto;
  padding: 0px;
  background: none;
  border: none;
  border-top: 1px solid #b3b3b3;
  width: 70%;
}

@media all and (max-width: 600px) {
  hr {
    margin: 20px auto;
    width: 85%;
  }
}
/* LINKS */
.typography a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.typography a:hover, .typography a:focus {
  color: #8cc63f;
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
  margin: 0 0 20px 25px;
}

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

/* adds disc style bullet to the list */
.typography ol li {
  list-style-type: decimal;
}

/* adds disc style bullet to the list */
.typography li {
  margin-bottom: 5px;
  color: #666667;
  font-size: 13px;
  line-height: 20px;
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
  border-collapse: collapse;
  /* borders are collapsed into a single border when possible */
  border: 1px solid #d4d4d4;
  border-spacing: 0;
  /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse:collapse */
  margin: 0 0 10px;
  text-align: left;
}

.typography table tr:nth-child(even) {
  background-color: #ededed;
}

.typography table tr.even,
.typography table th,
.typography thead td {
  background-color: #ededed;
}

.typography table td,
.typography table th {
  padding: 2px 5px;
  border: 1px solid #d4d4d4;
  vertical-align: top;
}

.typography table th {
  font-weight: bold;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
  text-align: left;
}

.typography .center {
  text-align: center;
}

.typography .right {
  text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
}

.typography img.left {
  float: left;
  max-width: 50%;
  margin: 0 10px 10px 0;
}

.typography img.right {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 0 0 10px 10px;
}

.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px 5%;
  clear: both;
}

.typography blockquote p {
  font-size: 1.7em;
  line-height: 1.48;
}

.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}

/*# sourceMappingURL=typography.css.map */


/****** FILE: themes/innovationpark/css/form.css *****/
/* COLOURS */
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic);
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* GENERIC FORMS
----------------------------------------------- */
form {
  width: 100%;
  padding: 0px;
  margin: 0px;
  max-width: 450px;
}

div.field {
  margin: 0px 0 20px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

form label {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
  color: #4c4c4c;
  font-weight: regular;
}

div.middleColumn {
  padding: 7px 0px 0px 0px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form textarea,
form .textajaxuniquetext,
form select {
  display: block;
  width: calc(100% - 22px);
  padding: 6px 10px;
  font-size: 15px;
  line-height: 16px;
  color: #7f7f80;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  transition: all 0.3s ease;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
  border: 1px solid #7f7f80;
  outline: none;
  color: #333333;
}

.ie7 form select {
  width: 400px;
}

/* fix for ie7's rendering of max-width property on select input */
form input[disabled], form textarea[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #dad9d9;
}

textarea {
  resize: vertical;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}

/* Radio and Checkbox */
.field .checkbox, .field .radio {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 3px;
  padding: 0;
}

.checkbox label.right,
.radio label.right {
  float: left;
}

/* Messages */
label.required {
  color: #c63f3f;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 0px 0px 0px;
}

/* ACTIONS */
.Actions {
  margin: 0px;
}

a.btn, button, input[type="submit"], .Actions .action {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 17px;
  background: #666667;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 3px solid #b3b3b3;
}
a.btn:hover, button:hover, input[type="submit"]:hover, .Actions .action:hover {
  color: #FFF;
  background: #8cc63f;
  border-color: #b8da89;
}

.Actions:after {
  font-size: 14px;
  line-height: 15px;
  color: #c63f3f;
  content: "* Indicates a required field";
  display: inline-block;
  font-weight: normal;
  padding: 9px 0px 0px 15px;
}

a.btn {
  line-height: 18px;
  margin-bottom: 10px;
}

.ie7 input.action {
  width: 0;
  /* IE table-cell margin fix */
  overflow: visible;
}

input.action[class] {
  /* IE ignores [class] */
  width: auto;
  /* cancel margin fix for other browsers */
}

.ie7 .Actions .action {
  float: left;
}

#MemberLoginForm_LoginForm .Actions:after {
  display: none;
}

/* AREA SPECIFIC */
/* LOGIN and FORGOT PASSWORD */
#Remember {
  min-height: 20px;
}

#ForgotPassword {
  clear: left;
}

#MemberLoginForm_LostPasswordForm .Actions:after {
  display: none;
}

/* Search / Login */
.header form .middleColumn {
  /* float:none;
  width:100% !important; */
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
.FormHeading {
  clear: both;
  padding-top: 15px;
}

form .date .middleColumn input {
  /*background:transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
  width: 114px;
}

.Actions input.resetformaction {
  /* Clear button */
  float: left;
  background-color: #888;
}

.Actions input.resetformaction:hover {
  /* Clear button */
  background-color: #aaa;
}

/* Labels */
.checkbox label.right {
  font-size: 13px;
  /* reset to default */
  color: #333;
  /* reset to default */
}

form .requiredField label.left:after {
  /* pseudo element adds an asterisk to a required fields label */
  color: #c63f3f;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}

form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}

form div.checkbox:after {
  /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form .checkbox .checkbox {
  clear: both;
}

/* Messages */
span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}

div.holder-required {
  /* This class needs to be changed - is used for both input and div */
  /* background-color:#f9d0d0;
  border:1px solid #cf0000;
  padding:10px;
  margin-left:-11px; */
}

form input.holder-required {
  /* This class needs to be changed - is used for both input and div */
  border: 1px solid #cf0000;
}

/* Error messages */
/* To test - potentially not needed? */
.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}

form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}

form #DMYDate-month,
form #DMYDate-day {
  width: 25px;
}

input:required {
  box-shadow: none;
}

/* Responsive form styles
----------------------------------------------- */
@media only screen and (max-width: 700px) {
  /* To test - potentially not needed? */
  .header form .middleColumn {
    float: none;
    width: 100% !important;
  }

  form label.left,
  #MemberLoginForm_LoginForm label {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 900px) {
  form {
    max-width: 100%;
  }
}


/****** FILE: themes/innovationpark/javascript/plugins/fancybox/jquery.fancybox.css *****/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/****** FILE: themes/innovationpark/css/layout.css *****/
/* COLOURS */
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic);
body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
  overflow: hidden;
}

/* GLOBALS */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.greenLogo {
  background: url(../images/logo-green.svg) left top no-repeat;
  background-size: contain;
}

strong, b {
  font-weight: 700;
}

.hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.clear {
  clear: both;
  display: block;
}

/* HEADER */
#header-maugers-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0px;
  display: block;
  width: 69px;
  height: 58px;
  background: url(../images/maugers-logo.svg) left top no-repeat;
  background-size: contain;
}

#header {
  border-bottom: 1px solid #b3b3b3;
  position: fixed;
  height: 65px;
  z-index: 10;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 15px;
  background-color: #FFF;
}

#header-logo {
  float: left;
  width: 256px;
  height: 18px;
  margin: 29px 0px 0px 0px;
  padding: 0px;
}

#header-menu {
  float: right;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#header-menu li {
  float: left;
  padding: 34px 7px 14px 7px;
  margin: 0px;
  position: relative;
  list-style: none;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}
#header-menu li a {
  float: left;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: #7f7f80;
  transition: all 0.3s ease;
}
#header-menu li ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 200px;
}
#header-menu li ul li {
  padding: 0px;
  margin: 0px;
  background: none;
  display: block;
  width: 200px;
}
#header-menu li ul li a {
  width: 200px;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  padding: 10px 20px 10px 20px;
  border-bottom: #7f7f80;
  background: #b3b3b3;
}
#header-menu li ul li a:hover {
  background: #333;
  color: #b3b3b3;
}
#header-menu li:hover a {
  color: #333;
}
#header-menu li:hover ul {
  display: block;
}
#header-menu li.current, #header-menu li.section {
  background: #8cc63f;
}
#header-menu li.current a, #header-menu li.section a {
  color: #fff;
}

#header-menu-icon {
  display: none;
  padding: 0px;
  float: right;
  margin: 0px 10px 0px 0px;
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/icons/menu.svg) center center no-repeat #8cc63f;
  background-size: 31px 26px;
}

.fancybox.btn {
  display: inline-block;
  margin: 10px 0 0 0;
  background-color: #8cc63f;
  min-width: 125px;
  text-decoration: none;
  border: none;
  line-height: 15px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.fancybox.btn:hover {
  background-color: #666667;
}

.fancybox-wrapper {
  width: 65.5%;
  float: right;
}

@media all and (max-width: 1120px) {
  #header-maugers-logo {
    background: none;
    display: none;
  }
}
/*@media all and (max-width:940px){
#header-menu {
li {
font-size:13px;
line-height:14px;
}
}
}
@media all and (max-width:820px){
#header-logo {float:none;
margin-left:auto;
margin-right:auto;
display:block;
}
#header-menu {
float:left;	margin:30px 0px 0px 0px;
li {
padding:10px 12px;
}
}
}*/
@media all and (max-width: 930px) {
  #header {
    height: 50px;
    border-bottom: 1px solid #b3b3b3;
    padding: 0px 0px 0px 10px;
  }

  #header-logo {
    float: left;
    width: 219px;
    height: 15px;
    margin: 17px 0px 0px 0px;
    padding: 0px;
  }

  #header-menu {
    display: none;
  }

  #header-menu-icon {
    display: block;
  }

  .fancybox-wrapper {
    float: none;
    width: 100%;
  }
}
/* MAIN PAGE */
#content-wrap {
  padding: 0px 0px 135px 0px;
  margin: 0px;
  position: relative;
  width: 100%;
}

.inner-content {
  width: 96%;
  max-width: 940px;
  margin: 0px auto;
  padding: 0px;
}
.inner-content.home-content {
  margin-bottom: 135px;
}

.content-left-col {
  float: left;
  width: 30.8%;
  padding: 0px;
  margin: 0px;
}

.text-split-column {
  float: right;
  padding: 0px;
  margin: 0px;
  width: 65.5%;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 35px;
  -moz-column-gap: 35px;
  -webkit-column-gap: 35px;
}

#content-intro h2 {
  font-size: 28px;
  margin-bottom: 14px;
  text-transform: none;
  border: none;
}

.content-image {
  width: 100%;
  padding: 0px;
  margin: 45px 0px 0px 0px;
  position: relative;
}
.content-image span {
  width: 100%;
  max-width: 800px;
  display: block;
}
.content-image span img {
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
}
.content-image .content-image-text {
  width: 250px;
  padding: 20px 20px 20px 20px;
  position: absolute;
  margin: 0px;
  right: 0px;
  bottom: -20px;
  background: #8cc63f;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  border-bottom: 3px solid #b8da89;
}

.full-gallery {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 70px 0px 120px 0px;
  border-top: 1px solid #666667;
  border-bottom: 1px solid #666667;
}
.full-gallery .hero-carousel-nav {
  position: absolute;
  margin: 0px;
  left: 0px;
  right: 0px;
  top: 50%;
  z-index: 10;
}
.full-gallery .hero-carousel-nav li {
  position: absolute;
  left: 0px;
  top: -36px;
  display: block;
  width: 59px;
  height: 72px;
}
.full-gallery .hero-carousel-nav li a {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  line-height: 0px;
  width: 59px;
  height: 72px;
  background: url(../images/icons/slider-prev.svg) left top no-repeat;
  background-size: contain;
  opacity: 0.4;
  transition: all 0.3s ease;
  border-radius: 0px;
}
.full-gallery .hero-carousel-nav li a:hover {
  opacity: 0.8;
}
.full-gallery .hero-carousel-nav li.next {
  left: auto;
  right: 0px;
}
.full-gallery .hero-carousel-nav li.next a {
  background-image: url(../images/icons/slider-next.svg);
}
.full-gallery .gallery-images {
  margin: 0px;
  padding: 0px;
  position: relative;
  font-size: 0px;
  line-height: 0px;
  overflow: visible !important;
  width: 100%;
}
.full-gallery .gallery-images .gallery-images-each {
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  transition: all 0.8s ease;
  opacity: 0.6;
  width: 854px;
}
.full-gallery .gallery-images .gallery-images-each span {
  display: block;
  padding: 0px;
  margin: 0px;
}
.full-gallery .gallery-images .gallery-images-each span img {
  padding: 0px;
  margin: 0px;
  display: block;
}
.full-gallery .gallery-images .gallery-images-each .gallery-image-text {
  position: absolute;
  width: 530px;
  left: 50%;
  margin-left: -280px;
  bottom: -30px;
  padding: 15px 15px 15px 15px;
  background: #4c4c4c;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 3px solid #b3b3b3;
  opacity: 0;
  transition: all 0.7s ease;
}
.full-gallery .gallery-images .gallery-images-each.current {
  opacity: 1;
}
.full-gallery .gallery-images .gallery-images-each.current .gallery-image-text {
  opacity: 1;
}

#upper-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #989898;
  background-position: center center;
  background-size: cover;
  margin-top: 80px;
}
#upper-banner img {
  display: block;
  width: 100%;
}
#upper-banner #titleOverlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0px;
  height: 140px;
  background: url(../images/projectHeader.png) repeat-x;
  background-size: cover;
}
#upper-banner #titleOverlay .inner-content {
  padding: 20px 0;
}

/*@media all and (max-width:850px){
.text-split-column {@include columns(1, 0px);
}
}
@media all and (max-width:750px){
#content-wrap {padding-bottom:0px;
}
.full-gallery {
border:none;
margin:20px 0px 50px 0px;
.hero-carousel-nav {
top:62px;
li {
top:0px;
width:37px;
height:45px;
a {
width:37px;
height:45px;
}
}
}
.gallery-images {
.gallery-images-each {
.gallery-image-text {
position:relative;
width:90%;
padding:5%;
display:block;
margin:0px;
left:auto;
right:auto;
bottom:auto;
top:auto;
}
}
}
}
}*/
@media all and (max-width: 930px) {
  #content-wrap {
    padding: 20px 0 0 0;
  }

  .content-left-col, .text-split-column {
    float: none;
    width: 100%;
  }

  .content-image {
    margin: 15px 0px -20px 0px;
  }
  .content-image .content-image-text {
    display: block;
    width: 90%;
    position: relative;
    padding: 3%;
    bottom: auto;
    top: -20px;
    left: 2%;
  }

  #upper-banner {
    height: auto;
    background: none !important;
    border: none;
  }
  #upper-banner #titleOverlay {
    height: auto;
    background: none;
    position: initial;
  }
  #upper-banner #titleOverlay .inner-content {
    padding: 10px 0;
  }
  #upper-banner .typography h1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 854px) {
  .full-gallery .gallery-images .gallery-images-each {
    width: 500px;
  }
}
@media all and (max-width: 500px) {
  .full-gallery .gallery-images .gallery-images-each {
    width: 320px;
  }
}
/* HOME PAGE */
#home-banner {
  width: 100%;
  padding: 0px;
  margin: 80px 0 0 0;
  overflow: hidden;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
#home-banner #home-banner-wrap {
  width: 940px;
  margin: 124px auto 0;
}
#home-banner #home-banner-wrap #home-banner-content {
  width: 360px;
  position: relative;
  z-index: 2;
  float: left;
}
#home-banner #home-banner-wrap #home-banner-content span {
  font-size: 65px;
  line-height: 70px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 25px 0px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  display: block;
}
#home-banner #home-banner-wrap #home-banner-content p {
  font-size: 15px;
  line-height: 26px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 700px;
  color: rgba(0, 0, 0, 0.8);
}
#home-banner #home-banner-wrap #home-banner-content .btn {
  background-color: #8cc63f;
  width: 125px;
  float: left;
  text-decoration: none;
  border: none;
  height: 25px;
  line-height: 25px;
}
#home-banner #home-banner-wrap #home-banner-content .btn:hover {
  background-color: #666667;
}
#home-banner #home-banner-wrap #home-banner-content .btn.eol {
  margin-left: 10px;
}
#home-banner #home-banner-image {
  position: relative;
  z-index: 1;
}
#home-banner #home-banner-image span, #home-banner #home-banner-image img {
  padding: 0px;
  display: block;
  width: 100%;
}
#home-banner hr {
  display: none;
}

#home-header {
  font-size: 45px;
  margin: 35px 0;
  padding: 0;
  border: none;
}

#intro h2 {
  font-size: 35px;
  font-weight: bold;
  border: none;
  margin-bottom: 0;
}
#intro ~ hr {
  margin: 35px auto 40px auto;
}
#intro p {
  line-height: 24px;
}

#home-tiles .home-tile {
  width: 290px;
  height: 450px;
  float: left;
  margin: 0 35px 15px 0;
}
#home-tiles .home-tile .tile-inner {
  height: 400px;
  overflow: hidden;
}
#home-tiles .home-tile .tile-inner h3 {
  padding-bottom: 15px;
  margin: 15px 0;
  border-bottom: 1px solid #b3b3b3;
}
#home-tiles .home-tile .tile-inner img {
  width: 290px;
  height: 160px;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#home-tiles .home-tile .tile-inner img:hover {
  -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -o-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
#home-tiles .home-tile .btn {
  margin-top: 15px;
  background-color: #8cc63f;
  width: 125px;
  float: left;
  text-decoration: none;
  border: none;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
#home-tiles .home-tile .btn:hover {
  background-color: #666667;
}
#home-tiles .home-tile .btn.eol {
  margin-left: 10px;
}
#home-tiles .home-tile.eol {
  margin-right: 0;
}

#home-map {
  position: relative;
  width: 100%;
  padding: 50px 0px 75px 0px;
  margin: 0px;
}
#home-map h3 {
  float: right;
  padding: 16px 25px 18px 25px;
  width: 34.6%;
  min-width: 160px;
  background: #8cc63f;
  color: #fff;
  font-size: 35px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0px;
  border-bottom: 3px solid #b8da89;
}

#home-map-content {
  clear: both;
  padding: 55px 0px 0px 0px;
}
#home-map-content #home-map-image {
  width: 100%;
  max-width: 1200px;
  background: url(../images/layout-map.svg) center top no-repeat;
  background-size: contain;
  margin: 0px auto;
}
#home-map-content #home-map-image img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}

#home-map-sections {
  width: 96%;
  max-width: 1200px;
  margin: -11.5% auto 0px;
  padding: 0px;
  position: relative;
  z-index: 1;
}
#home-map-sections h4 {
  color: #666667;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #7f7f80;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 31.9%;
  float: left;
  width: 720px;
}
#home-map-sections ul {
  clear: both;
  display: block;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 31.9%;
  width: 720px;
  font-size: 0px;
  line-height: 0px;
}
#home-map-sections ul li {
  display: inline-block;
  width: 31.9%;
  padding: 0px 1.4% 25px 0px;
  margin: 0px;
}
#home-map-sections ul li a {
  text-decoration: none;
  transition: all 0.3s ease;
}
#home-map-sections ul li a .home-map-section-colour {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0px 10px 0px 0px;
  border-radius: 4px;
  float: left;
  vertical-align: top;
}
#home-map-sections ul li a p {
  font-size: 16px;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
  color: #4c4c4c;
  float: left;
  vertical-align: top;
}
#home-map-sections ul li a:hover p {
  color: #1a1a1a;
}

#map-sections {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 100px;
  position: relative;
}

#home-sections-cycle {
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}

.home-sections-each {
  width: 100%;
  margin: 0px;
  position: relative;
  padding: 100px 0px 0px 0px;
  background: #fff;
}
.home-sections-each .home-sections-content {
  width: 68.6%;
  min-width: 770px;
  position: relative;
  z-index: 2;
}
.home-sections-each .home-sections-content .home-sections-text {
  padding: 30px 40px 30px 40px;
  width: 690px;
  float: right;
}
.home-sections-each .home-sections-content .home-sections-text * {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px;
}
.home-sections-each .home-sections-content .home-sections-text h1, .home-sections-each .home-sections-content .home-sections-text h2, .home-sections-each .home-sections-content .home-sections-text h3, .home-sections-each .home-sections-content .home-sections-text h4, .home-sections-each .home-sections-content .home-sections-text h5 {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4c4c4c;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.home-sections-each .home-sections-content .home-sections-text .title {
  color: #fff;
  font-size: 65px;
  line-height: 78px;
  margin: 0px 0px 25px 0px;
  font-weight: 700;
}
.home-sections-each .home-sections-content .home-sections-border {
  display: block;
  height: 3px;
  background: #fff;
  width: 100%;
  opacity: 0.4;
  clear: both;
}
.home-sections-each .home-sections-image {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: left top no-repeat;
  background-size: cover;
  width: 44.2%;
  height: 73.2%;
}
.home-sections-each .home-sections-next {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding: 0px 45px 0px 0px;
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  color: #4c4c4c;
  width: 310px;
  min-height: 56px;
  background: url(../images/icons/rightArrow-grey.svg) right center no-repeat;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-sections-each .home-sections-next:hover {
  opacity: 1;
}

.home-feature {
  margin: 80px 0;
}
.home-feature.home-sections-each {
  padding: 100px 0px !important;
}
.home-feature .home-sections-content {
  height: 63.2%;
}
.home-feature .home-sections-content .home-sections-text {
  float: none;
}
.home-feature .home-sections-content .home-sections-text .title {
  font-size: 48px;
  margin-bottom: 15px;
}
.home-feature .home-sections-content .home-sections-text p {
  color: #4D4D4D;
  text-transform: uppercase;
  font-weight: medium;
}
.home-feature .home-sections-image {
  height: 100%;
}

@media all and (max-width: 1200px) {
  #home-banner #home-banner-image {
    left: 0px;
  }

  .home-sections-each .home-sections-next {
    font-size: 19px;
    line-height: 22px;
    width: 170px;
    background-size: 15px 28px;
    padding-right: 25px;
    right: 10px;
    bottom: 15px;
    min-height: 30px;
  }
}
@media all and (max-width: 1080px) {
  #home-banner #home-banner-wrap {
    width: auto;
    margin-right: 15px;
  }
  #home-banner #home-banner-wrap p {
    width: 560px;
  }

  #home-map-sections {
    max-width: 720px;
    margin: 20px auto 0px auto;
  }
  #home-map-sections h4 {
    margin: 0px;
    width: 100%;
  }
  #home-map-sections ul {
    margin: 0px;
    width: 100%;
  }

  .home-sections-each {
    padding-top: 50px;
  }
  .home-sections-each .home-sections-content {
    min-width: 0px;
  }
  .home-sections-each .home-sections-content .home-sections-text {
    padding: 3%;
    width: 94%;
  }
  .home-sections-each .home-sections-content .home-sections-text h1, .home-sections-each .home-sections-content .home-sections-text h2, .home-sections-each .home-sections-content .home-sections-text h3, .home-sections-each .home-sections-content .home-sections-text h4, .home-sections-each .home-sections-content .home-sections-text h5 {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #4c4c4c;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }
  .home-sections-each .home-sections-content .home-sections-text .title {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    margin: 0px 0px 15px 0px;
    font-weight: 700;
  }
  .home-sections-each .home-sections-image {
    width: 60%;
    height: 73.2%;
  }
}
/*@media all and (max-width:750px){
#home-map-sections {
h4 {
}
ul {
li {
a {
.home-map-section-colour {
width:14px;
height:14px;
}
p {
font-size:13px;
line-height:14px;
}
}
}
}
}

.home-sections-each {
.home-sections-content {
width:85%;
}
.home-sections-next {
position:relative;
bottom:auto;
right:auto;
margin:20px auto 0px;
font-size:26px;
line-height:32px;
width:270px;
background-size:24px 45px;
padding-right:35px;
min-height:45px;
}
}
}*/
@media all and (max-width: 930px) {
  #home-banner {
    margin-top: 50px;
  }

  #home-tiles .home-tile {
    float: none;
    margin: 0 auto 20px auto !important;
  }
  #home-tiles .home-tile.eol {
    margin-right: auto;
  }

  .home-feature {
    display: none;
  }

  #home-map {
    padding: 0px 0px 20px 0px;
  }
  #home-map #home-map-sections {
    width: 96%;
  }
  #home-map #home-map-sections ul li {
    padding: 0px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #fff;
  }
  #home-map #home-map-sections ul li a {
    display: block;
    padding: 10px 20px;
    position: relative;
  }
  #home-map #home-map-sections ul li a .home-map-section-colour {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    border-radius: 0px;
    width: 100%;
    height: auto;
  }
  #home-map #home-map-sections ul li a p {
    position: relative;
    display: block;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .home-sections-each {
    padding-top: 0px;
  }
  .home-sections-each .home-sections-content {
    width: 100%;
  }
  .home-sections-each .home-sections-content .home-sections-text {
    padding: 2%;
    width: 96%;
  }
  .home-sections-each .home-sections-content .home-sections-text .title {
    font-size: 30px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
  }
  .home-sections-each .home-sections-image {
    background: none;
  }
}
@media all and (max-width: 800px) {
  #home-banner #home-banner-wrap {
    border: none;
    height: auto;
    margin-top: 50px;
  }
  #home-banner #home-banner-wrap #home-banner-content {
    margin: 10px auto 0px auto;
  }
  #home-banner #home-banner-wrap #home-banner-content h1 {
    font-size: 35px;
    line-height: 38px;
    padding: 0px 0px 15px 0px;
  }
  #home-banner #home-banner-wrap #home-banner-content p {
    font-size: 12px;
    line-height: 18px;
  }
  #home-banner #home-banner-wrap hr {
    display: block;
  }
  #home-banner #home-banner-image span {
    min-height: 250px;
    max-height: 250px;
  }
}
/* Project Holder */
.project {
  width: 306px;
  height: auto;
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
  position: relative;
}
.project.eol {
  margin-right: 0;
}
.project .projectTitle {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.project .projectImage:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(70%);
  /* Chrome 19+ & Safari 6+ */
}
.project .dividerSmall {
  width: 306px;
  height: 3px;
  background: url(../images/dviderSmall.jpg);
  margin: 20px 0px;
}
.project .dividerSmall.top {
  margin-top: 10px;
}
.project a.btn {
  width: 256px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.project a.btn:hover ~ .projectImage {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.project p {
  height: 120px;
}
.project.blog-wrapper p {
  height: auto;
  min-height: 100px;
  padding-bottom: 50px;
}

.project.eol + .project {
  clear: both;
}

#content-holder {
  margin-top: 30px;
}

#project-gallery {
  margin: 15px 0;
}
#project-gallery .galleryImg img {
  border: 3px solid #FFF;
}
#project-gallery .galleryImg img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(70%);
  /* Chrome 19+ & Safari 6+ */
}

@media all and (max-width: 980px) {
  .project.eol {
    margin-right: 10px;
  }

  .project.eol + .project {
    clear: none;
  }

  .project:nth-of-type(2n+3) {
    clear: both;
  }

  #home-tiles .home-tile {
    margin-right: 10px;
  }
  #home-tiles .home-tile.eol {
    margin-right: 0px;
  }
}
@media all and (max-width: 930px) {
  .project {
    float: none;
    margin: 0 auto 20px auto;
  }
  .project.eol {
    margin-right: auto;
  }
}
@media all and (max-width: 930px) {
  #project-gallery {
    text-align: center;
  }
}
@media all and (max-width: 760px) {
  .fancybox-wrapper {
    text-align: center;
  }
}
/* Tenant Page */
#TenantPage .project p {
  height: auto;
}
#TenantPage .project a.btn {
  position: initial;
}
#TenantPage .project img {
  border: 1px solid #666667;
}

/* Blog Page */
#BlogContent {
  padding-top: 40px;
}
#BlogContent .postTitle {
  font-size: 26px;
}

/* CONTACT PAGE */
#contact-left, #contact-right {
  float: left;
  margin: 0px;
  width: 45%;
}

#contact-right {
  float: right;
}

@media all and (max-width: 500px) {
  #contact-left, #contact-right {
    float: none;
    width: 100%;
    display: block;
  }

  #contact-right {
    padding-top: 80px;
  }
}
/* FOOTER */
#footer-map {
  position: relative;
  padding: 0px;
  margin: 50px 0px 0px 0px;
  border-top: 3px solid #7f7f80;
  width: 100%;
}
#footer-map #map {
  height: 420px;
  width: 100%;
}

#footer-location {
  position: absolute;
  right: 0px;
  top: -35px;
  padding: 0px;
  width: 322px;
  z-index: 10;
}
#footer-location h4 {
  padding: 20px 28px 20px 28px;
  display: block;
  background: #4c4c4c;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
}
#footer-location #footer-location-address {
  background: #333;
}
#footer-location #footer-location-address #footer-location-address-btn {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 0px 28px;
  display: block;
  cursor: pointer;
}
#footer-location #footer-location-address #footer-location-address-btn .footer-location-address-icon {
  float: right;
  width: 45px;
  height: 36px;
  position: relative;
  background: #1a1a1a;
}
#footer-location #footer-location-address #footer-location-address-btn .footer-location-address-icon span {
  background: url(../images/icons/Plus-White.svg) center center no-repeat;
  width: 15px;
  height: 16px;
  left: 15px;
  top: 10px;
  background-size: contain;
  position: absolute;
  transition: all 0.3s ease;
}
#footer-location #footer-location-address #footer-location-address-btn .footer-location-address-icon span.rotate {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer-location #footer-location-address #footer-location-address-text {
  height: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
}
#footer-location #footer-location-address #footer-location-address-text span {
  padding: 10px 28px;
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
}

#footer {
  width: 100%;
  padding: 20px 0px;
  background: #333;
  margin: 0px;
  border-top: 3px solid #989898;
}

#footer-inner {
  width: 96%;
  max-width: 940px;
  margin: 0px auto;
}

#footer-maugers-logo {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 79px;
  height: 65px;
  background: url(../images/maugers-logo-reverse.svg) left top no-repeat;
  background-size: contain;
}

#footer-menu {
  float: right;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 25px 0px;
  border-bottom: 2px solid #989898;
}
#footer-menu li {
  float: left;
  padding: 0px 15px;
  margin: 0px;
}
#footer-menu li a {
  float: left;
  padding: 0px;
  margin: 0px;
  color: #b3b3b3;
  text-decoration: none;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
#footer-menu li a:hover {
  color: #8cc63f;
}
#footer-menu li.current a, #footer-menu li.section a {
  color: #fff;
}
#footer-menu li:first-child {
  padding-left: 0px;
}
#footer-menu li:last-child {
  padding-right: 0px;
}

#footer-copyright {
  float: right;
  clear: right;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 13px;
  color: #e5e5e5;
}
#footer-copyright a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
#footer-copyright a:hover {
  color: #8cc63f;
}

@media all and (max-width: 930px) {
  #footer-location {
    width: 160px;
    text-align: center;
    right: 50%;
    margin-right: -80px;
    top: -20px;
  }
  #footer-location h4 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
  }
  #footer-location #footer-location-address #footer-location-address-btn {
    display: none;
  }

  #footer {
    padding: 0px 0px 20px 0px;
  }

  #footer-menu {
    float: none;
    display: block;
    padding: 0px;
    border: none;
  }
  #footer-menu li {
    display: block;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #989898;
    float: none;
  }
  #footer-menu li a {
    float: none;
    display: block;
    padding: 15px 0px;
  }
  #footer-menu li.current a, #footer-menu li.section a {
    color: #fff;
  }

  #footer-copyright {
    text-align: right;
    line-height: 26px;
  }
  #footer-copyright span {
    display: block;
    font-size: 0px;
    line-height: 0px;
  }
}
@media all and (max-width: 600px) {
  #home-banner-content {
    display: none;
  }

  #intro {
    margin-top: 15px;
  }

  #home-tiles .home-tile {
    height: auto;
    clear: both;
    margin-top: 20px !important;
  }
  #home-tiles .home-tile .tile-inner {
    height: auto;
  }
}
#header .inner-content {
  padding: 0;
}

@media screen and (min-width: 600px) {
  .lease:after {
    content: '';
    clear: both;
    display: block;
  }
  .lease .image,
  .lease .content {
    width: 50%;
    float: left;
  }
}
button.center {
  display: block;
  margin: 0 auto;
}

.location .title {
  text-align: center;
  font-size: 27px;
  line-height: 36px;
  padding: 30px 0px 0 0px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.location img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.video {
  display: block;
  position: relative;
}
.video:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: url("../images/play.png") no-repeat center;
  opacity: 0.7;
}

.map-wrapper {
  max-width: 100%;
  overflow: hidden;
  border-top: 1px solid #7f7f80;
}
.map-wrapper img {
  width: 100%;
}
.map-wrapper .small,
.map-wrapper .medium,
.map-wrapper .large {
  display: none;
}
.map-wrapper .default {
  display: block;
}

@media screen and (max-width: 1300px) {
  .map-wrapper .default,
  .map-wrapper .medium,
  .map-wrapper .small {
    display: none;
  }
  .map-wrapper .large {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .map-wrapper .default,
  .map-wrapper .large,
  .map-wrapper .small {
    display: none;
  }
  .map-wrapper .medium {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .map-wrapper .default,
  .map-wrapper .medium {
    display: none;
  }
  .map-wrapper .small {
    display: block;
  }
}
h1.main-title {
  font-size: 50px;
  margin: 30px 0 0 0;
}

.breadcrumbs-wrapper {
  padding: 0;
  margin: 30px 0 0 0;
}

.blog-title-wrapper {
  height: 100%;
  min-height: 50px;
  display: block;
  text-align: center;
}
.blog-title-wrapper .projectTitle {
  display: inline;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map-hr hr {
  margin: 0 auto;
}

.projectImage {
  max-width: 100%;
}

.youtube-image {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}
.youtube-image.fancybox {
  display: inline-block;
  position: relative;
}
.youtube-image.fancybox:after {
  content: '\f144';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  color: #8cc63f;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 60px;
}
.youtube-image.fancybox:hover:after {
  color: #71a230;
}
.youtube-image.fancybox img {
  max-width: 100%;
}

.padding-bottom {
  padding-bottom: 70px;
}

.interactive-map-container-medium {
  display: none;
}

.interactive-map-container {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.interactive-map-container img {
  display: block;
  max-width: 100%;
}

.map-overlay {
  display: block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.map-overlay.building-01-overlay {
  background-image: url("../images/building-overlay/building-01.png");
}
.map-overlay.building-02-overlay {
  background-image: url("../images/building-overlay/building-03.png");
}
.map-overlay.building-03-overlay {
  background-image: url("../images/building-overlay/building-03.png");
}
.map-overlay.building-04-overlay {
  background-image: url("../images/building-overlay/building-04.png");
}
.map-overlay.building-05-overlay {
  background-image: url("../images/building-overlay/building-05.png");
}
.map-overlay.building-06-overlay {
  background-image: url("../images/building-overlay/building-06.png");
}
.map-overlay.building-07-overlay {
  background-image: url("../images/building-overlay/building-07.png");
}
.map-overlay.building-08-overlay {
  background-image: url("../images/building-overlay/building-08.png");
}
.map-overlay.building-09-overlay {
  background-image: url("../images/building-overlay/building-09.png");
}
.map-overlay.building-10-overlay {
  background-image: url("../images/building-overlay/building-10.png");
}
.map-overlay.building-11-overlay {
  background-image: url("../images/building-overlay/building-11.png");
}
.map-overlay.building-12-overlay {
  background-image: url("../images/building-overlay/building-12.png");
}
.map-overlay.building-13-overlay {
  background-image: url("../images/building-overlay/building-13.png");
}
.map-overlay.building-14-overlay {
  background-image: url("../images/building-overlay/building-14.png");
}
.map-overlay.building-15-overlay {
  background-image: url("../images/building-overlay/building-15.png");
}
.map-overlay.building-16-overlay {
  background-image: url("../images/building-overlay/building-12.png");
}

.pin {
  position: absolute;
  background: url("../images/building-overlay/pin.png") center center no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
  padding-top: 7px;
  font-size: 14px;
}
.pin.pin-01 {
  bottom: 177px;
  left: 230px;
}
.pin.pin-02 {
  bottom: 200px;
  left: 143px;
}
.pin.pin-03 {
  bottom: 235px;
  left: 121px;
}
.pin.pin-04 {
  bottom: 171px;
  left: 25px;
}
.pin.pin-05 {
  bottom: 278px;
  left: 182px;
}
.pin.pin-06 {
  bottom: 245px;
  left: 333px;
}
.pin.pin-07 {
  bottom: 285px;
  left: 440px;
}
.pin.pin-08 {
  bottom: 363px;
  left: 421px;
}
.pin.pin-09 {
  bottom: 336px;
  left: 470px;
}
.pin.pin-10 {
  bottom: 484px;
  left: 478px;
}
.pin.pin-11 {
  bottom: 333px;
  left: 673px;
}
.pin.pin-12 {
  bottom: 244px;
  left: 657px;
}
.pin.pin-13 {
  bottom: 204px;
  left: 880px;
}
.pin.pin-14 {
  bottom: 137px;
  left: 919px;
}
.pin.pin-15 {
  bottom: 172px;
  left: 971px;
}
.pin.pin-16 {
  bottom: 338px;
  left: 999px;
}
.pin.pin-17 {
  bottom: 31px;
  left: 300px;
}

.typography dl.tooltip {
  display: inline-block;
  background: #728a99;
  border-top: 4px solid #8cc63e;
  margin: 0;
  padding: 15px;
  color: #ffffff;
  position: absolute;
  display: none;
  opacity: 0;
  width: 200px;
}
.typography dl.tooltip:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 12px solid #728a99;
}
.typography dl.tooltip dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
.typography dl.tooltip dd {
  font-size: 14px;
  margin-bottom: 5px;
}
.typography dl.tooltip.tip-01 {
  top: 290px;
  left: 278px;
}
.typography dl.tooltip.tip-02 {
  top: 268px;
  left: 194px;
}
.typography dl.tooltip.tip-03 {
  top: 255px;
  left: 169px;
}
.typography dl.tooltip.tip-04 {
  top: 298px;
  left: 75px;
}
.typography dl.tooltip.tip-05 {
  top: 190px;
  left: 232px;
}
.typography dl.tooltip.tip-06 {
  top: 225px;
  left: 385px;
}
.typography dl.tooltip.tip-07 {
  top: 185px;
  left: 495px;
}
.typography dl.tooltip.tip-08 {
  top: 106px;
  left: 473px;
}
.typography dl.tooltip.tip-09 {
  top: 133px;
  left: 520px;
}
.typography dl.tooltip.tip-10 {
  top: 0px;
  left: 535px;
}
.typography dl.tooltip.tip-11 {
  top: 141px;
  right: 83px;
}
.typography dl.tooltip.tip-12 {
  top: 232px;
  right: 101px;
}
.typography dl.tooltip.tip-13 {
  top: 266px;
  right: 175px;
}
.typography dl.tooltip.tip-13:before {
  left: auto;
  right: -12px;
  border-left: 12px solid #728a99;
  border-right: none;
}
.typography dl.tooltip.tip-14 {
  top: 342px;
  left: 676px;
}
.typography dl.tooltip.tip-14:before {
  left: auto;
  right: -12px;
  border-left: 12px solid #728a99;
  border-right: none;
}
.typography dl.tooltip.tip-15 {
  top: 300px;
  left: 730px;
}
.typography dl.tooltip.tip-15:before {
  left: auto;
  right: -12px;
  border-left: 12px solid #728a99;
  border-right: none;
}
.typography dl.tooltip.tip-16 {
  top: 132px;
  left: 760px;
}
.typography dl.tooltip.tip-16:before {
  left: auto;
  right: -12px;
  border-left: 12px solid #728a99;
  border-right: none;
}
.typography dl.tooltip.tip-17 {
  top: 440px;
  left: 350px;
}
.typography dl.tooltip.tip-17:after {
  left: -12px;
  right: auto;
  border-left: 12px solid #728a99;
  border-right: none;
}

.building-list-container {
  max-width: 1040px;
  margin: 45px auto;
}
.building-list-container .col-3 {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0 15px;
}

.typography .building-list {
  padding-left: 35px;
  position: relative;
}
.typography .building-list .position {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/building-overlay/pin.png") center center no-repeat;
  box-sizing: border-box;
  display: inline-block;
  width: 24px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding-top: 4px;
}
.typography .building-list ul {
  margin: 0 0 30px 0;
  list-style: none;
}
.typography .building-list ul li {
  list-style: none;
}
.typography .building-list h4 {
  font-size: 18px;
  padding-bottom: 3px;
}
.typography .building-list p {
  font-size: 14px;
  margin-bottom: 5px;
}

@media (max-width: 1040px) {
  .interactive-map-container {
    display: none;
  }

  .interactive-map-container-medium {
    display: block;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
  }
  .interactive-map-container-medium img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .interactive-map-container-medium {
    margin-top: 20px;
  }

  .building-list-container .col-3 {
    float: none;
    width: 100%;
    display: block;
  }
}

/*# sourceMappingURL=layout.css.map */


/****** FILE: themes/innovationpark/css/ie8.css *****/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic);
/* COLOURS */
/* FONTS */
.ie8 {
  /* GLOBALS */
  /* HEADER */
  /* MAIN PAGE */
  /* FOOTER */
}
.ie8 .greenLogo {
  background-image: url(../images/logo-green.png);
}
.ie8 #header-maugers-logo {
  background-image: url(../images/maugers-logo.png);
}
.ie8 #header-menu-icon {
  background-image: url(../images/icons/menu.png);
}
.ie8 .full-gallery .hero-carousel-nav li a {
  background-image: url(../images/icons/slider-prev.png);
}
.ie8 .full-gallery .hero-carousel-nav li.next a {
  background-image: url(../images/icons/slider-next.png);
}
.ie8 #home-map-content #home-map-image {
  background-image: url(../images/layout-map.png);
}
.ie8 .home-sections-each .home-sections-next {
  background-image: url(../images/icons/rightArrow-grey.png);
}
.ie8 #footer-location #footer-location-address #footer-location-address-btn .footer-location-address-icon span {
  background-image: url(../images/icons/Plus-White.png);
}
.ie8 #footer-maugers-logo {
  background-image: url(../images/maugers-logo-reverse.png);
}


