/*!
Theme Name: The Bridge
Theme URI: http://blueskylab.co.uk/
Author: Kenneth Churchill
Author URI: http://Wordsearch.co.uk
Description: The Bridge Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-bridge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Bridge is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

 

@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('fonts/ApercuMonoPro-Regular.eot');
    src: url('fonts/ApercuMonoPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ApercuMonoPro-Regular.woff2') format('woff2'),
        url('fonts/ApercuMonoPro-Regular.woff') format('woff'),
        url('fonts/ApercuMonoPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('fonts/ApercuMonoPro-Bold.eot');
    src: url('fonts/ApercuMonoPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ApercuMonoPro-Bold.woff2') format('woff2'),
        url('fonts/ApercuMonoPro-Bold.woff') format('woff'),
        url('fonts/ApercuMonoPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('fonts/ApercuMonoPro-Medium.eot');
    src: url('fonts/ApercuMonoPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/ApercuMonoPro-Medium.woff2') format('woff2'),
        url('fonts/ApercuMonoPro-Medium.woff') format('woff'),
        url('fonts/ApercuMonoPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('/fonts/ApercuMonoPro-Light.eot');
    src: url('/fonts/ApercuMonoPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ApercuMonoPro-Light.woff2') format('woff2'),
        url('/fonts/ApercuMonoPro-Light.woff') format('woff'),
        url('/fonts/ApercuMonoPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}






 
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Apercu Mono Pro";
}

h3{
  font-family: "Apercu Mono Pro";
	  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
    font-family: 'Apercu Mono Pro';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/



/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

p {

	font-family: 'Apercu Mono Pro' !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    border: none !important;
}


#primary{
margin-top:80px;

}

 

.main-nav{
	    width: calc(100% - 167px);
}

.navbar-light .navbar-nav .active>.nav-link {
   border-bottom: 2px solid #000;
}

header#masthead{
	    border-bottom: 2px solid #000;
	    background-color: #F0EFED;
}


.transparent-bg {
    background-color: transparent !important;
}


.navbar-light .navbar-nav .nav-link  {
    
    color: #000000 !important;
      font-family: 'Apercu Mono Pro';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 17px;
    text-align: center;
    margin: 13px;
    text-transform: uppercase;
}

.site-branding img {
    width: 124px;
    margin: 20px;
}

div#bs-navbar-collapse-1 {
    justify-content: flex-end;
}


.roboto{
    font-family: 'Apercu Mono Pro';
}


ul.footer-links-2 li {
    padding-left: 20px;
}

.row.section-time-map:nth-child(7) {
    /* display: none; */
    border: none !important;
    /* border: 0px !important; */
    /* z-index: -1; */
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
	    text-decoration: none;
}

a.bridge-link:hover {
    text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

 

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.hero {
  background-attachment: fixed; 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: top center; 
 
  color: #fff; 
  text-align: center;
}

.mapplic-tooltip-title{

	text-transform:uppercase;
}

.mapplic-pin.pin-image {
    background-size: 32px;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: none !important;
    border: none !important;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    transform-origin: 50%;
}

img.slick-lightbox-slick-img {
    width: 100vw;
    height: auto;
    max-width: 100% !important;
}





.text-left {
  text-align: left;
}

.mapplic-tooltip-content {
    display: none !important;
}

.mapplic-tooltip:after {
    content: '';
    border-color: #C436B8 transparent transparent transparent !important;
    border-style: solid;
    border-width: 10px 14px 0 15px !important;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 30px;
    left: 47% !important;
    margin-bottom: -7px;
    margin-left: -7px;
    /* border-color: #000 !important; */
}

.row.hide-mob {
    display: none;
}



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

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

 

   .entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .entry-content .alignfull {
 
        max-width    : 100vw;
    }
    .alignfull img {
        width: 100vw;
    }







/*--------------------------------------------------------------
# 2 Column Block
--------------------------------------------------------------*/



.floor-0 {
    height: 8vh;
    max-width: calc(880px - 51px);
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
}




.floor-6 {
    height: 35px;
    max-width: calc(950px - 21px);
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 266px;
}

.floor-5 {
    height: 35px;
    max-width: calc(950px - 21px);
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
}
.floor-4 {
    height: 7vh;
    max-width: calc(880px - 51px);
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
}

.floor-3 {
    height: 7vh;
    
    max-width: calc(880px - 51px);
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.floor-2 {
    height: 7vh;
    max-width: calc(880px - 51px);
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -4px;
}


.floor-1 {
    height: 7vh;
    
    max-width: calc(880px - 51px);
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}


.buildnig-border{
	border:4px solid #000;
}




















.overlay {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}


      .overlay-r {
   position: absolute;
   top: 0;
   bottom: 0;
  right: 0 !important;
  
   height: 100%;
   width: 100%;
   opacity: 0;
   transition: .5s ease;
   background-color: #008CBA;
   }

#slider_dropdown
{

-webkit-appearance: none;
    -moz-appearance: none;
}

   .left-col
{
    z-index: 10;
}

   .right-col
{
    z-index: 10;
}

 

 .right-col-hover
{
    position : absolute !important;
}

.left-col-hover
{
    position : absolute !important;
}

.set_opacity
{
    opacity : 1;
}

.no_opacity
{
    opacity : 0 !important;
    
}

.bridge-btn{
  padding:10px;
  text-transform: uppercase;
}

ul#primary-menu li a:hover {
    border-bottom: 2px solid #000;
}

 
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


.hide-bigger
{
    display : none;
}


.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.br-2{
	border-right: 2px solid #000;
}

.bt-1 {
	border-top: 1px solid #000;
}

.bl-2{
	border-left: 2px solid #000;
}

.bb-2{
	border-bottom: 2px solid #000;
}

.bt-2{
	border-top: 2px solid #000;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

div#two-columns-rightblock_5eb52bbe647c3 h1 {
    max-width: 378px;
}



.file-footer{
font-family: 'Apercu Mono Pro' !important;

}


.cbre-logo-ft{

	width: 80px;
}

div#two-columns-right-hoverblock_5eb52c47812aa {
    border-right: 0px;
}

div#three-columns-right-hoverblock_5ebbfd3a9e612{
    border-right: 0px;

}

div#two-columns-rightblock_5eb52bbe647c3 .bridge-btn  {
    max-width: 500px;
    width: 100%;
    color: #fff !important;
}



.col-lg-5.time-row.roboto {
    padding: 0px;
}


article#post-20 .three-col-block a {
    color: #000;
    text-decoration: underline;
}




a.virtual-link {
    text-decoration: underline;
    color: #000;
}


 




p.Condition-building {
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 24px;
}


.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}


.left-col p,
.right-col p {

   
        font-family: 'Apercu Mono Pro';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 24px;
  
 
}

h2.heading{
 
    font-family: 'Apercu Mono Pro';
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 46px;
  text-transform: uppercase;
 
}

h3.heading{
 
    font-family: 'Apercu Mono Pro';
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-transform: uppercase;
 
}

.max-w-home .right-col h2 {
    max-width: 292px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.west-el {
    position: absolute;
    z-index: 999;
    top: 41px;
    left: 42px;
    width : calc(100% - 42px);
}

.west-el h3{
  font-size: 18px;
  letter-spacing: -0.6px;
  line-height: 22px;
  width: 100%;
 
}

section#hover-building-block_5ef62aa820f2d {
    position: relative;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

.pad-footer{

	    padding: 30px 0px 10px;
}

.copy-r {
    padding: 30px 0px 10px 40px;
}

p.copyright-p {
    padding-left: 35px;
}

footer#colophon {
    height: 80px;
}

ul.footer-links-2 {
    margin-left: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}


footer.entry-footer {
    border-top: 1px solid #000;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

#hero-block_5eb5530b01cb5{

	border-top: 3px solid #000 !important;
    border-bottom: 1px solid #000;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}


div#two-columns-rightblock_5ef9fcdfa768c .bridge-btn {
	color: #fff !important;
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}



.two-col-block p {
        font-family: 'Apercu Mono Pro';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 24px;
    margin-bottom:0px;
 
}
/*--------------------------------------------------------------
## Start Tablet
--------------------------------------------------------------*/

   @media screen and (min-width: 767.5px) and (max-width: 768px) {

 
 #post-20 p {
    font-family: 'Apercu Mono Pro';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 22px;
}

 #post-20 .left-col{
 	padding: 70px 20px 0px;
 }

  #post-20 .right-col{
 	padding: 70px 20px 0px;
 }
 
ul#primary-menu {
    margin-left: 0px;
}

ul#primary-menu li a {
    padding: 0px;
    font-size: 12px;
}


ul#primary-menu {
margin-left:0px;
}

ul#primary-menu {
    margin-left: 0px;
    padding-top: 10px;
}


   }


/*--------------------------------------------------------------
## Start Fablet
--------------------------------------------------------------*/

     @media screen and (min-width: 768px) and (max-width: 943px) {

ul#primary-menu {
    margin-left: 0px;
    padding-top: 10px;
}

ul#primary-menu {
margin-left:0px;
}

ul#primary-menu li a {
    padding: 0px;
    font-size: 13px;
}




     }
  


/*--------------------------------------------------------------
## Start Mobile Xs
--------------------------------------------------------------*/

@media (max-width: 320px) { 

		.pad-footer {
    padding: 10px 0px 10px;
}

p.copyright-p {
   padding-left: 05px; 
}

  div#two-columns-rightblock_5eb52bbe647c3 .bridge-btn {
    max-width: 342px;
    width: calc(100% - 2%);
    font-size: 13px;
}


div#two-columns-rightblock_5eb56ab1f7e7e  {
    height: 277px !important;
    padding: 20px 20px 40px 20px;
}

div#two-columns-leftblock_5eb56b1af7e7f {
    height: 265px;
    border-right: 0px;
    padding: 0px;
    padding: 20px 20px 40px 20px !important;
}

div#two-columns-rightblock_5eb56b5af7e80 {
    height: 165px !important;
       padding: 20px 20px 40px 20px !important;
}


}

/*--------------------------------------------------------------
## Start Mobile
--------------------------------------------------------------*/
 
@media (max-width: 767px) { 





	.pad-footer {
    padding: 10px 0px 10px;
}

p.copyright-p {
   padding-left: 05px; 
}

	.hero {
    background-size: cover !important;
}





	.right-col {
    background-size: cover !important;
}

.left-col {
    background-size: cover !important;
}

.mid-col {
    background-size: cover !important;
}


.col-left-wrapper,
.col-right-wrapper,
.col-wrapper,
.col-mid-wrapper {
    padding: 0px !important;
}

.col-right-wrapper {
    padding: 0px;
}


 a.nav-link {
    max-width: 90px;
}

	ul#primary-menu li {
		margin: 0 auto;
	}

ul#primary-menu li a {
    margin: 0 auto;

}
 
.navbar-light .navbar-nav .nav-link {
 
    margin: 6px;
  
}

.two-col-block p {
 
    margin-bottom: 20px;
}

	.max-w-home .right-col h2 {
    max-width: 204px;
}

	#primary {
    margin-top: 58px;
}

	ul.footer-links-2 {
    margin-left: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.page-id-16 a.bridge-link:hover {
    color: #fff !important;
}

	.site-branding img {
    width: 88px;
    /* margin: 20px; */
    margin: 14px;
}

	div#three-columns-rightblock_5ebbfd3a9e612 {
    height: 280px;
    background-size: cover !important;
}



	h2.heading {
    font-family: 'Apercu Mono Pro';
  font-size: 22px;
  letter-spacing: 0.2px;
  line-height: 26px;
}

	ul.footer-links-2 li {
    display: block !important;
        padding-left: 0px;
    padding-bottom: 20px;
}

	.col-md-4.col-lg-4.text-left.br-2.pad-footer.roboto.col-12.no-border-mob {
    text-align: center !important;
    border-bottom: 2px solid;
    height: auto;
    padding: 20px 20px 0px;
    border-top: 2px solid #000;
}

 


	.left-col h2,
	.left-col-hover h2,
	.right-col h2,
	.right-col-hover h2,
	.left-col h1,
	.left-col-hover h1,
	.right-col h1,
	.right-col-hover h1
	 {

		font-size: 22px;
	}

	.heading{
 letter-spacing: 0.2px !important;
 
	}

	.left-col p,
	.left-col-hover p,
	.right-col p,
	.right-col-hover p {font-size: 16px;margin-bottom: 0px;line-height: 23px;}


	.no-border-mob{
		border-right:0px !important;
		border-left: 0px !important;
	}



/*--------------------------------------------------------------
## Contact Page mobile
--------------------------------------------------------------*/
div#two-columns-rightblock_5ebc093ce0642 {
    display: none;
}

div#three-columns-leftblock_5ebc0983e0643 p,
div#three-columns-midblock_5ebc0983e0643 p,
div#three-columns-rightblock_5ebc0983e0643 p,
div#three-columns-leftblock_5ebc09fee0644 p,
div#three-columns-midblock_5ebc09fee0644 p,
div#two-columns-rightblock_5ebc093ce0642 p {
    padding-bottom: 15px;
}



section#hero-block_5ebc0a10e0645 {
    border-right: 0px;
    border-top: 0px;
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 169px;
}

section#hero-block_5ebc0a10e0645 h1, section#hero-block_5ebc0a10e0645 p  {
	display: none;
}


div#two-columns-leftblock_5ebc093ce0642 {
    height: auto;
    padding: 20px 20px 0px;
    /* font-size: 22px; */
    
    border-right: 0px;
    border-left: 0px;
}

 

div#two-columns-rightblock_5ebc093ce0642,
div#three-columns-leftblock_5ebc0983e0643,
div#three-columns-midblock_5ebc0983e0643,
div#three-columns-leftblock_5ebc09fee0644,
div#three-columns-midblock_5ebc09fee0644



 {
    height: auto;
    padding: 20px 20px 0px;
}

div#three-columns-rightblock_5ebc0983e0643{

	  height: auto;
    padding: 20px 20px 0px;
}

div#three-columns-rightblock_5ebc09fee0644{
	display:none;
}

.two-col-block.container-fluid.row {

    border: 0px !important;
}

div#three-columns-leftblock_5ebc0983e0643
 {
    height: auto;
    padding: 20px 20px 0px;
}

div#row-three-columns-block_5ebc0983e0643,
div#row-three-columns-block_5ebc09fee0644 {
    border-left: 0px !important;
    border-right: 0px !important;
}

div#three-columns-leftblock_5ebc0983e0643{
	border-bottom: 2px solid #000;
	border-right: 0px;
}

div#three-columns-midblock_5ebc0983e0643

 {

		border-right: 0px;

}



div#three-columns-midblock_5ebc09fee0644{

		border-bottom: 2px solid #000;
		border-right: 0px;
		border-top: 2px solid #000;
		
}

div#three-columns-leftblock_5ebc09fee0644{
	border-right: 0px;
}

div#three-columns-rightblock_5ebc0983e0643{
	border-top:2px solid #000;
}




/*--------------------------------------------------------------
## Team Page Mobile
--------------------------------------------------------------*/

div#two-columns-leftblock_5eb56a7ef7e7d {
    padding: 20px 20px 0px;
    height: auto;
    border-bottom: 0px solid #000;
    border-right: 0px;
}

div#row-two-columns-block_5eb56b1af7e7f img,
div#two-columns-leftblock_5eb56b5af7e80 img {
    max-width: 50%;
}



div#two-columns-rightblock_5eb56a7ef7e7d,
{
    padding: 20px;
    height: auto;
 

}

div#two-columns-rightblock_5eb56b1af7e7f{padding: 20px;height: auto;border-top: 2px solid #000;/* border-bottom: 2px solid #000; */}

div#two-columns-leftblock_5eb56ab1f7e7e{
    padding: 20px;
    height: auto;
    border-right: 0px;
    /* border-top: 0px; */
    border-bottom: 2px solid #000;
}

div#two-columns-leftblock_5eb56b5af7e80 {
    height: auto;
    padding: 20px;
    border-right: 0px;
   border-bottom: 2px solid #000;  
}


div#two-columns-rightblock_5eb56ab1f7e7e,
div#two-columns-rightblock_5eb56b5af7e80{
    padding: 20px;
    height: auto;
}

div#two-columns-leftblock_5eb56b1af7e7f{
height: auto;
    border-right: 0px;
    padding: 0px;
    padding: 20px;

}


div#two-columns-rightblock_5eb56a7ef7e7d{
padding: 20px;
height: auto;

}

.page-id-18 .col-right-wrapper.col-md-6.col-lg-6 {
	display:block;
}

div#two-columns-rightblock_5eb56a7ef7e7d {
    display: none;
}




/*--------------------------------------------------------------
## VISION Page Mobile
--------------------------------------------------------------*/

div#row-two-columns-block_5eb5533901cb6{
	border-bottom: 0px !important;
}

li#menu-item-28 a {
    max-width: 120px;
}

li#menu-item-24 a {
    max-width: 120px;
}



#hero-block_5eb5530b01cb5 {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000;
}

div#row-three-columns-block_5ebc03775b8eb .col-wrapper:nth-child(1) {
    width: 50%;
}

div#row-three-columns-block_5ebc03775b8eb .col-wrapper:nth-child(2) {
    width: 50%;
}



div#two-columns-leftblock_5eb5533901cb6{border-right:0px;height: auto;padding: 20px 20px 20px;border-bottom: 2px solid #000;}

div#two-columns-rightblock_5eb5533901cb6{
		border-right:0px;
	height: auto;
	padding: 20px 20px 20px;

}


div#three-columns-leftblock_5ebc02f05b8ea {
    height: 150px;
    /* border-bottom: 2px solid #000; */
    width: 50%;
}

div#three-columns-midblock_5ebc02f05b8ea{
	height: 200px;
	border-bottom: 2px solid #000;
	border-right: 0px;
	display: none;
}

div#row-three-columns-block_5ebc02f05b8ea{
	border-right: 0px !important;
	border-left: 0px !important;
	border-top: 0px !important;
}


div#three-columns-rightblock_5ebc02f05b8ea {
    height: auto;
    padding: 20px 25px 25px 25px;
    border-top: 2px solid #000;
}

div#two-columns-leftblock_5eb553b501cb7 {
    border-right: 0px;
    height: auto;
    padding: 20px 20px 20px;
}

div#three-columns-midblock_5ebc03775b8eb {
    background-size: 100%;
    height: 265px;
    padding: 0px !important;
    border-right: 0px;
    /* margin: 0px !important; */
    width: 100% !important;
    border-bottom: 0px solid #000;
    width: 100%;	
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: 0 auto !important;
}

div#row-three-columns-block_5ebc03775b8eb {
    border-left: 0px !important;
    border-right: 0px !important;
}

div#three-columns-leftblock_5ebc03775b8eb {
    height: 265px;
    padding: 0px;
    /* border-bottom: 2px solid #000; */
    /* width: 50%; */
    /* display: none; */
}

div#two-columns-leftblock_5eb554a201cb8 {
    height: auto;
    padding: 20px 20px 0px;
    border-right: 0px;
    border-top: 2px solid #000;
}

div#two-columns-leftblock_5eb554a201cb8 .bridge-btn {
    margin: 30px 30px 30px 0px !important;
}

div#three-columns-rightblock_5ebc03775b8eb {
    height: auto;
    padding: 20px;
    border-top: 2px solid #000000;
}

div#two-columns-rightblock_5eb554a201cb8 {
  background-size: 100%;
  height: auto;
  padding: 0px !important;
  border-right: 0px;
  margin: 0px !important;
  width: 100% !important;
  height: 132px;
}

section#hero-block_5eb5530b01cb5{
  background-size: 100%;
  height: auto;
  padding: 0px !important;
  border-right: 0px;
  margin: 0px !important;
  width: 100% !important;
  height: 145px;
}

div#two-columns-rightblock_5eb553b501cb7 {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 264px;
   
    /* width: 100%; */
}


.logo-nav.pull-left{
	z-index: 999;
}

/*--------------------------------------------------------------
## BUILDING Page Mobile
--------------------------------------------------------------*/


 .page-id-12 #colophon .container-fluid.bt-1{
 	border-top: 0px !important;		
 }

div#row-two-columns-block_5eb402b01f197 {
    border-bottom: 0px !important;
}

#three-columns-rightblock_5ebc05b0042ed{
	border-bottom:2px solid #000;
}

div#row-three-columns-block_5ebc0529042ec .col-wrapper:nth-child(2),
div#row-three-columns-block_5ebc0529042ec .col-wrapper:nth-child(1) {
	width:50%	;
}

div#three-columns-rightblock_5ebc0529042ec{
	border-top: 2px solid #000;
}

	div#three-columns-rightblock_5ebc046f042ea{
		border-top: 2px solid #000;
	}

 
div#two-columns-leftblock_5eb5588e72258  {
    height: auto;
    padding: 20px 20px 10px;
    border-bottom: 2px solid #000;
    border-right: 0px;
}

div#row-two-columns-block_5eb5599e7225b {
	border-bottom:0px !important;
}


div#two-columns-leftblock_5eb402b01f197{
  height: auto;
    padding: 20px 20px 10px;
    border-bottom: 0px;
    border-right: 0px;

}

div#two-columns-rightblock_5eb402b01f197

{
    padding: 20px;
    height: auto;
}

div#three-columns-leftblock_5ebc046f042ea
 {
    height: 150px;
    /* border-bottom: 2px solid #000; */
    width: 50%;
}

div#three-columns-midblock_5ebc046f042ea{
	height: 150px;
	border-bottom: 2px solid #000;
	border-right: 0px solid #000;
	display: none;
}

div#row-three-columns-block_5ebc046f042ea {
    border-right: 0px !important;
    border-left: 0px !important;
}

div#three-columns-rightblock_5ebc046f042ea, div#three-columns-rightblock_5ebc0529042ec, div#three-columns-rightblock_5ebc05b0042ed {
    height: auto;
    padding: 20px;
}
div#two-columns-leftblock_5ebaaac91cd96, div#two-columns-rightblock_5eb5591b72259, div#three-columns-rightblock_5ebc04bb042eb {
    display: none;
}

div#two-columns-leftblock_5eb5591b72259 {
    height: auto;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #000;
    border-right: 0px;
}

div#row-three-columns-block_5ebc0529042ec {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

div#three-columns-midblock_5ebc0529042ec {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    /* width: 50%; */
    height: 266px;
    border-top: 0px !important;
    /* border-bottom: 2px solid #000; */
    /* border-top: 2px solid #000 !important; */
}

div#three-columns-leftblock_5ebc0529042ec {
    height: auto;
    border-bottom: 0px;
    /* width: 50%; */
    height: 266px;
}

div#three-columns-midblock_5ebc04bb042eb {
    height: 150px;
    /* border-bottom: 2px solid #000; */
    border-right: 0px solid #000;
    display: none;
}

div#three-columns-leftblock_5ebc04bb042eb {
    height: 150px;
    /* border-bottom: 2px solid #000; */
    /* border-right: 0px solid #000; */
    width: 50%;
}

div#row-three-columns-block_5ebc04bb042eb, div#row-three-columns-block_5ebc05b0042ed{
    border-right: 0px !important;
    border-left: 0px !important;
}

div#two-columns-leftblock_5eb5599e7225b {
    height: auto;
    padding: 20px 20px 20px;
    border-right: 0px;
    border-bottom: 2px solid #000;
}

div#two-columns-rightblock_5ebaaac91cd96 {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 226px;
    border-top: 0px !important;
    /* border-bottom: 2px solid #000; */
}
div#two-columns-rightblock_5eb5599e7225b{
   background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 226px;
    border-top: 0px !important;
    /* border-bottom: 2px solid #000; */

}

div#three-columns-midblock_5ebc05b0042ed{
  background-size: 100%;
  height: auto;
  padding: 0px !important;
  border-right: 0px;
  /* margin: 0px !important; */
  width: 50%;
  height: 263px;
  /* border-top: 0px !important; */
  border-left: 2px solid #000;  
  border-top: 0px !important;
  margin-left: 50%;
}

div#three-columns-leftblock_5ebc05b0042ed {
    /* height: 200px; */
    /* border-bottom: 2px solid #000; */
    border-top: 2px solid #000;
    /* width: 50%; */
    display: none;
}

div#two-columns-leftblock_5eb55a327225c {
    padding: 20px 20px 20px;
    height: auto;
    border-right: 0px;
    /* border-bottom: 2px solid #000; */
}

div#two-columns-rightblock_5eb55a327225c {
    background-size: cover;
    height: auto;
    padding: 0px !important;
    /* border-right: 0px; */
    margin: 0px !important;
    width: 100% !important;
    height: 134px;
    /* border-top: 0px !important; */
}


section#hero-block_5eb2dd5f288ed {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 171px;
    /* border-top: 0px !important; */
    border-bottom: 1px solid #000;
    /* border-top: 2px solid #000; */
}

div#two-columns-rightblock_5eb5588e72258 {
    background-size: cover;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 276px;
    /* border-top: 0px !important; */
    /* border-bottom: 1px solid #000; */
    /* border-top: 2px solid #000; */
}

section#hero-block_5eb5596c7225a {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 171px;
}

section#hero-block_5eb5596c7225a h1, section#hero-block_5eb5596c7225a p, section#hero-block_5eb2dd5f288ed h1, section#hero-block_5eb2dd5f288ed p{
    display: none;
}




/*--------------------------------------------------------------
## NEIGHBOURHOOD Page Mobile
--------------------------------------------------------------*/

 .page-id-14 #colophon .container-fluid.bt-1{
 	border-top: 0px !important;		
 }


.col-right-wrapper.col-md-6.col-lg-6 {
	display:none;
}


.row.hide-mob img{
	margin-left: 30px;
}

.open-gmaps {
    position: relative !important;
    /* height: 60px; */
    background-color: #000000;
    z-index: 50;
    right: 0px;
    color: #fff;
    padding: 19px 25px 22px 25px;
}

.mapplic-container{
	display:none !important;
}

.row.hide-mob {
    display: block;
}


div#row-three-columns-block_5ebc073d1182f .col-wrapper:nth-child(2),
div#row-three-columns-block_5ebc073d1182f .col-wrapper:nth-child(1) {
    width: 50%;
}

div#row-three-columns-block_5ebc073d1182f {
    border-top: 0px !important;
}



div#row-three-columns-block_5ebc06831182e .col-wrapper:nth-child(2) {
    width: 50%;
}




.key-maps {
    display: none !important;
}

.header-map-txt {
    border-bottom: 2px solid #000;
    padding: 15px 0px 15px 25px !important;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 19px;
    font-weight: bold;
    border-top: 1px solid #000000;
    margin-bottom: 0px;
}



.station-row p {
    padding: 15px 0px 0px 25px !important;
    font-size: 16px;
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 19px;
}

.open-gmaps {
    position: absolute;
    /* height: 60px; */
    background-color: #000000;
    z-index: 50;
    right: 0px;
    color: #fff;
    padding: 19px 25px 22px 25px;
    width: 100%;
    text-align: center;
    bottom: 0px;
}


div#two-columns-leftblock_5eb564c2b34f0 {
    height: auto;
    padding: 20px 20px 20px;
    border-right: 0px;
    border-bottom: 0px solid #000;
}


div#two-columns-rightblock_5eb564c2b34f0, div#three-columns-rightblock_5ebc073d1182f {
    padding: 20px;
    height: auto;
}

div#two-columns-leftblock_5ebaa92bdaf2b, div#two-columns-rightblock_5eb5651bb34f1, div#three-columns-leftblock_5ebc06831182e {
    display: none;
}

div#two-columns-rightblock_5ebaa92bdaf2b {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 212px;
}


div#three-columns-leftblock_5ebc063e1182d {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 263px;
    /* border-bottom: 2px solid #000; */
    width: 50% !important;
}

div#three-columns-midblock_5ebc063e1182d {
    height: auto;
    /* border-bottom: 2px solid #000; */
    border-right: 0px;
}

div#row-three-columns-block_5ebc06831182e{
	border-top: 2px solid #000 !important;
}

div#row-three-columns-block_5ebc063e1182d, div#row-three-columns-block_5ebc06831182e, div#row-three-columns-block_5ebc073d1182f {
    border-right: 0px !important;
    border-left: 0px !important;
}


div#three-columns-rightblock_5ebc063e1182d {
    padding: 20px;
    height: auto;
    border-bottom: 2px solid #000;
      border-top: 0px;
}


div#two-columns-leftblock_5eb5651bb34f1 {
    border-right: 0px;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #000;
}

div#three-columns-midblock_5ebc06831182e, div#three-columns-leftblock_5ebc06831182e {
    height: 150px;
    
}


div#three-columns-rightblock_5ebc06831182e {
    display: none;
}

div#two-columns-leftblock_5eb56578b34f2 {
    padding: 20px;
    height: auto;
    border-right: 0px;
    border-top: 2px solid #000;
}

div#two-columns-rightblock_5eb56578b34f2 {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 264px;
}

div#three-columns-midblock_5ebc073d1182f {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 265px;
    border-bottom: 2px solid #000;
}


div#three-columns-leftblock_5ebc073d1182f {
    height: auto;
    border-bottom: 2px solid #000;
    /* width: 50%; */
    height: 265px;
}


div#two-columns-leftblock_5eb565bbb34f3 {
    height: auto;
    padding: 20px;
    border-right: 0px;
}


div#two-columns-rightblock_5eb565bbb34f3 {
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 135px;
    border-bottom: 2px solid #000;
}




/*--------------------------------------------------------------
## AVAILABILITY Page Mobile
--------------------------------------------------------------*/

section#two-columns-block_5ef9fcdfa768c {
    display: none;
}

section#slider-block_5ef62b3e20f2e {
    margin-top: 194px;
}

section#three-columns-block_5ef9fd0fa768d {
    display: none;
}

.col-lg-9.building-map {
    pointer-events: none;
}


#slider_dropdown {
font-family: 'Apercu Mono Pro';
    font-size: 18px !important;
    letter-spacing: 0.2px;
    line-height: 22px !important;
    height: 49px !important;
    padding-left: 20px !important;
    background-position-x: 93%;
    background-position-y: 20px !important;
}

select#floor_select {
 font-family: 'Apercu Mono Pro';
    background-color: #bfb2a9 !important;
    font-size: 18px !important;
    letter-spacing: 0.2px;
    line-height: 22px !important;
   
    padding-left: 20px !important;
    /* font-weight: bold; */
    color: black;
    letter-spacing: 2px;
    border-top: 1px solid black;
    border-radius: 0px;
    background: transparent;
    background-image: url(/wp-content/uploads/2020/06/dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 91%;
    background-position-y: 18px;
    border-radius: none;
    border: none;
    height: 49px;
 
}

.mobile-building-display
    {
        display:block !important;
    }

 



.building-header {
    padding: 0px !important;
    border-bottom: 0px;
  
    border-top: 2px solid #000 !important;
    border-bottom: 0px !important;
}


div#row-two-columns-block_5ef9fcdfa768c {
    border-top: 0px !important;
    /* border-bottom: 0px !important; */
}
.building-header.hide-mobile h2 {
    padding: 10px 0px 10px 20px;
}


.hide-mob-2{
	display:none !important;
}
   .hide-bigger
    {
        display : block !important;
    }
    
    .hide-mobile
    {
        display: block !important;
    }
 

div#row-two-columns-block_5ef9fcdfa768c .col-wrapper:nth-child(2) {
    border-top: 2px solid #000;
}



.file-footer {
    padding: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
  position: relative !important;
    /* bottom: 0px; */
    /* right: 0px; */
    width: 100%;
    margin-top: 50px;
}


section#three-columns-block_5ef9fd0fa768d .col-wrapper:nth-child(2),
section#three-columns-block_5ef9fd0fa768d .col-wrapper:nth-child(3)  {
    width: 50%;
}



p.floor-inner {
    position: absolute;
    top: 22px;
    left: 28px;
    z-index: 9;
}



.slides.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0px;
    background-color: #f0efed;
    height: 375px !important;
    padding: 139px 30px 30px 30px !important;
}

section#slider-block_5ef62b3e20f2e .slick-next,
section#slider-block_5ef62b3e20f2e .slick-prev
 {
    display: none !important;
}



#two-columns-leftblock_5ef9fcdfa768c {
    height: 128px !important;

    }

    .slides.slick-initialized.slick-slider.slick-dotted{

    	border-right: 0px !important;
    }

div#two-columns-rightblock_5ef9fcdfa768c {
    width: 50%;
    border-right: 2px solid #000;
    height: 150px;
    margin-top:30px;
}



div#two-columns-leftblock_5ebaabdc27464 h2 {
    padding-bottom: 10px;
}



div#two-columns-rightblock_5ebaabdc27464 {
    display: none;
}



#two-columns-leftblock_5ef9fcdfa768c {
	border-right: 0px !important;
}

.post-16 .col-lg-3.bl-2.pl-0.pr-0.bl-2.position-relative {
    border-left: 0px;
}

.building-header {
    padding: 20px;
    border-bottom: 0px;
    border-left: 0px !important;
}



.building-header h2 {
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 22px;
    /* border-bottom: 0px !important; */
    /* border-left: 0px !important; */
}

#hover-building-block_5ef62aa820f2d .building-map {
    background: url(https://wordsearch-ny.dev/the-bridge-main/wp-content/uploads/2020/05/TheBridge_Stacker_v4_west_elevation.png) center center no-repeat;
    background-size: contain !important;
 
    height: 375px !important;
    background-color: #FFFFFF;
    background-size: 80% !important;
    /* padding: 75px; */
}


div#three-columns-rightblock_5ef9fd0fa768d {
    width: 50%;
    height: 150px;
}

#three-columns-midblock_5ef9fd0fa768d{
	height: 150px !important;
}

#three-columns-leftblock_5ef9fd0fa768d {
    height: 300px;
    color: ;
    background: url() center center no-repeat;
    background-size: cover;
    padding: ;
    border-right: 2px solid #000000;
    display: none;
}



#two-columns-rightblock_5ebaaca827467 {
    height: auto;
    color: ;
    background: url(https://wordsearch-ny.dev/the-bridge-main/wp-content/uploads/2020/05/CONTACT-US.jpg) center center no-repeat;
    background-size: cover;
    padding: ;
    height: 200px !important;
}




div#two-columns-leftblock_5ebaabdc27464 {
    padding: 20px 20px 10px;
    height: auto;
    border-right: 0px;
}


div#two-columns-rightblock_5ebaabdc27464 {
    height: auto;
    padding: 20px;
}


div#three-columns-leftblock_5ebc07ff434fd, div#three-columns-leftblock_5ebc08a9434ff {
    height: 150px;
    padding: 0px;
    border-bottom: 2px solid #000;
}


div#three-columns-midblock_5ebc07ff434fd, div#three-columns-midblock_5ebc08a9434ff  {
    height: 150px;
    padding: 0px;
    border-bottom: 2px solid #000;
    border-right: 0px;
}

div#row-three-columns-block_5ebc07ff434fd, div#row-three-columns-block_5ebc08a9434ff{
	border-right: 0px !important;
	border-left: 0px !important;
}


div#three-columns-rightblock_5ebc07ff434fd {
    display: none;
}


div#three-columns-rightblock_5ebc07ff434fd, div#two-columns-rightblock_5ebaac7327465, div#two-columns-leftblock_5ebc0891434fe, div#two-columns-rightblock_5ebc0891434fe {
    display: none;
}

div#two-columns-leftblock_5ebaac7327465 {
    border-right: 0px;
    border-top: 0px;
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 135px;
}


div#two-columns-leftblock_5ebaaca827467 {
    height: auto;
    padding: 20px;
    border-bottom: 2px solid #000;
    border-right: 0px;
}



/*--------------------------------------------------------------
## HOME Page Mobile
--------------------------------------------------------------*/

ul#primary-menu li:first-child {
    margin-top: 10px;
}



ul#primary-menu li {
    height: 16.3%;
    padding: 30px;
    border-top: 2px solid #000;
    width: 100%;
}

.main-nav {
     width: 100%;
    margin-top: -69px;
}


.vision-menu {
    background-color: #D4F300;

    margin-top: 9px;
}

.building-menu {
    background-color: #D516BE;
}

.neighbour-menu {
    background-color: #F0EFED;
}

.availability-menu {
    background-color: #C2B1A9;
}

.team-menu {
    background-color: #D4F300;
}

.contact-menu {
    background-color: #D516BE;
}

#primary-menu {
    height: calc(100vh - 36px);
    margin-left: 0px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: flex-end !important;
    padding: .5rem 0rem !important;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

div#two-columns-left-hoverblock_5eb52bbe647c3 h2,
div#two-columns-left-hoverblock_5eb52c47812aa h2,
div#two-columns-right-hoverblock_5eb52c47812aa h2,
div#three-columns-left-hoverblock_5ebbfd3a9e612 h2,
div#three-columns-mid-hoverblock_5ebbfd3a9e612 h2,
div#three-columns-right-hoverblock_5ebbfd3a9e612 h2
 {
    margin-bottom: 25px;
}


div#two-columns-rightblock_5eb52bbe647c3 {
    height: auto;
    padding: 20px;
    border-bottom: 2px solid #000;
}

div#two-columns-leftblock_5eb52bbe647c3 {
    border-right: 0px;
    border-top: 0px;
    background-size: cover !important;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 266px;
}

 
div#two-columns-left-hoverblock_5eb52bbe647c3 {
    position: relative !important;
    opacity: 1 !important;
    height: auto;
    border-right: 0px;
    padding: 20px;
    border-top: 2px solid #000;
}

 #two-columns-left-hoverblock_5eb52c47812aa {
    position: relative !important;
    opacity: 1 !important;
    height: auto !important;
    border-right: 0px;
    padding: 25px !important;
    border-right: 0px !important;
    border-top: 2px solid #000;
}

div#two-columns-left-hoverblock_5eb52bbe647c3 .bridge-btn {
	margin: 0px !important;
}

div#two-columns-leftblock_5eb52c47812aa {
    border-right: 0px;
    border-top: 0px;
    background-size: cover !important;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 264px;
}


div#two-columns-right-hoverblock_5eb52c47812aa{display: block !important; 	position: relative !important;opacity: 1 !important;height: auto;border-right: 0px;padding: 25px !important;border-top: 2px solid #000;/* border-bottom: 2px solid; */}

.left-col-hover .bridge-btn{
		margin: 0px !important;

}

.right-col-hover .bridge-btn{
		margin: 0px !important;

}

div#two-columns-rightblock_5eb52c47812aa{
    border-right: 0px;
    border-top: 0px;
    background-size: cover !important;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 264px;
    border-top: 2px solid #000;
}


div#three-columns-leftblock_5ebbfd3a9e612{
    border-right: 0px;
    border-top: 0px;
    background-size: 100%;
    height: auto;
    padding: 0px !important;
    border-right: 0px;
    margin: 0px !important;
    width: 100% !important;
    height: 264px;
    border-top: 2px solid #000;
    background-size: cover !important;
}


div#three-columns-right-hoverblock_5ebbfd3a9e612 {
    position: relative !important;
    opacity: 1 !important;
    height: auto;
    border-right: 0px;
    padding: 25px !important;
    border-top: 2px solid #000;
    display: block !important;
}

div#three-columns-mid-hoverblock_5ebbfd3a9e612 {
    position: relative !important;
    opacity: 1 !important;
    height: auto;
    border-right: 0px;
    left: 0;
    padding: 25px !important;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

div#three-columns-left-hoverblock_5ebbfd3a9e612 {
    position: relative !important;
    opacity: 1 !important;
    height: auto;
    border-right: 0px;
    padding: 25px !important;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

div#three-columns-midblock_5ebbfd3a9e612 {
    width: 100% !important;
    max-width: 100%;
    flex: 100%;
    border-right: 0px;
    height: 264px;
    background-position-y: -70px;
    background-size: cover !important;
}

div#three-columns-mid-hoverblock_5ebbfd3a9e612 .bridge-btn {
    margin: 0px !important;
}

}	


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1380px) 
  and (-webkit-min-device-pixel-ratio: 2)
   and (orientation: portrait)  {


.row.section-time-map {
    height: 52.2px;
}


p.copyright-p {
    padding-left: 21px;
}



}

/*
@media (min-width: 992px)
{
	.navbar-expand-md .navbar-toggler {
	    display: none;
	}
}


@media screen and (max-width: 992px) and (min-width : 768px)
{
	.collapse:not(.show) {
	    display: none !important;
	}

	.navbar-toggler
	{
		position: absolute;
	    right: 15px;
	    top: 15px;
	}

	.navbar-collapse
	{
		margin-top: 70px;
	}

	#primary-menu {
    height: calc(100vh - 36px);
    margin-left: 0px;
}

	ul#primary-menu li:first-child {
    margin-top: 10px;
}

ul#primary-menu li {
    height: 16.3%;
    padding: 30px;
    border-top: 2px solid #000;
    width: 100%;
}

ul#primary-menu li {
    margin: 0 auto;
}

.vision-menu {
    background-color: #D4F300;
    margin-top: 9px;
}

.building-menu {
    background-color: #D516BE;
}

.neighbour-menu {
    background-color: #F0EFED;
}

.availability-menu {
    background-color: #C2B1A9;
}

.team-menu {
    background-color: #D4F300;
}

.contact-menu {
    background-color: #D516BE;
}

ul#primary-menu li a {
    margin: 0 auto;
}

.navbar-expand-md .navbar-toggler {
    display: block;
}

.navbar
{
	width: 100%;
    position: fixed;
    left: 0px;
    padding: 0px;
} 

}*/




 
