@media (min-width: 576px){
.leasing-details .container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.leasing-details .container {
    max-width: 720px;
}
}
@media (min-width: 992px){
.leasing-details.container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.leasing-details .container {
    max-width: 1140px;
}
}

div#home, div#gallery, div#overview, div#location, div#avilability, div#brochure, div#enquire {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.leasing-details{
	text-align: center;
    margin-top: -24px;
}
.leasing-details p {
    font-size: 1.8em;
    color: #000000;
}
.leasing-details h1, h2, h3, h4, h5, h6 {
    color: #1d1f5f;
}
.leasing-details > div > .container {
    margin-top: 60px;
    margin-bottom: 60px;
}
.leasing-details > div > .container:last-child{
	margin-bottom: 0px
}
.leasing-details > div > .building-overview.container {
    margin-top: -40px;
}

.leasing-details .container > div > p {
    margin: 15px;
}
.leasing-details .h2, .leasing-details h2 {
    font-size: 4rem;
	color: #1d1f5f;
}

@media(max-width:991px){
	.leasing-details .h2, .leasing-details h2 {
		font-size: 3rem;
		color: #1d1f5f;
	}
}

/* Mobile Container Fix */
.leasing-details .container {
    padding: 0;
    padding-left:35px;
    padding-right:35px;
}

.building-address__top p {
    align-self: center;
    font-size: 1.6em;
    color: #ffffff;
}
.building-address__top {
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    height: 40px;
    background-color: #1d1f5f;
    display: flex;
}

/* Hero Banner */

.leasing-hero-banner-two .full-screen-background__content h1 {
    font-size: 6.8em;
}
.leasing-hero-banner-two .full-screen-background__content p {
    font-size: 3em;
}
.leasing-hero-banner-two.full-screen-background .full-screen-background__container:before {
    background-color: rgba(0, 0, 0, 0.4);
}
.leasing-hero-banner-two.full-screen-background .full-screen-background__container {
    height: 40vw;
}
.leasing-hero-banner-two .full-screen-background__content {
    top: 50%;
}

@media (min-width: 1200px){
	.leasing-hero-banner-one.short-header .full-screen-background__container {
    height: 10vh;
    min-height: 180px;
    margin-bottom: 0;
}
}

@media (min-width: 769px) and (max-width: 1199px){
	.leasing-hero-banner-two .full-screen-background__content h1 {
    font-size: 4em;
	}
	.leasing-hero-banner-two .full-screen-background__content p {
    font-size: 3.5em;
	}
}
@media (max-width: 991px){
.leasing-hero-banner-one .full-screen-background__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.leasing-hero-banner-one .full-screen-background__overlaytext.fadein {
    border-right: 2px solid #ffffff;
}
}

@media (max-width: 768px){
	.leasing-hero-banner-two.full-screen-background .full-screen-background__container {
    height: 120vw;
	}
	.leasing-hero-banner-two .full-screen-background__content h1 {
     font-size: 3em;
	}
	.leasing-hero-banner-two .full-screen-background__content p {
    font-size: 2.5em;
	}
	.leasing-hero-banner-one .full-screen-background.short-header .full-screen-background__container {
    height: 10vh;
    min-height: 80px;
	}
	.leasing-hero-banner-one .full-screen-background__overlaytext, .full-screen-background__content {
    padding: 25px;
	}
	.leasing-hero-banner-one .full-screen-background__overlayimage img {
    width: 145px;
	}
}

/* Navigation */
.building-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1d1f5f;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .building-navigation li {
    float: left;
  }
  
  .building-navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 40px;
    text-decoration: none;
    font-size: 1.6em;
	font-family: "CircularBook", Helvetica, Verdana, Tahoma, sans-serif;
  }

  @media(max-width: 991px){
      .building-navigation{
          display:none;
      }
  }
  
/* Carousel */
.leasing-details div#gallery {
    margin-bottom: -20px;
}
.building-intro__carousel {
    margin-top: 60px;
}
.leasing-details div#gallery .carousel .wrapper {
    padding-bottom: 0;
}
.leasing-details a.next-text {
    background-color: #ffffff;
    border-radius: 32px;
    position: absolute !important;
	right: 30px;
	bottom: 300px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 70px;
}

.leasing-details a.prev-text {
    background-color: #ffffff;
    border-radius: 32px;
    position: absolute !important;
	left: 30px;
	bottom: 300px;
    width: 50px;
    height: 50px;
}
.leasing-details .carousel .nav .next-text:after{
	content:"";
	background-image: url("../images/arrow-right-carousel.svg");
	height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    margin-right: -24px;
    margin-top: 9px;
	display: inline-block;
}

.leasing-details .carousel .nav .prev-text:after{
	content:"";
	background-image: url("../images/arrow-left-carousel.svg");
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    margin-left: 12px;
    margin-top: 9px;
	display: inline-block;
}
@media (max-width: 1199px){
	.leasing-details a.next-text {
	bottom: 250px;
}

.leasing-details a.prev-text {
	bottom: 250px;
}
}

@media (max-width: 991px){
.leasing-details div .building-introduction.container {
    margin-bottom: 40px;
}
.carousel .nav .prev-text, .carousel .nav .next-text{
		display:none !important;
}
}

@media (min-width: 768px) and (max-width: 991px){
		.leasing-details a.next-text {
	bottom: 20vw;
}

.leasing-details a.prev-text {
	bottom: 20vw;
}
}

@media (max-width: 767px){
	a.next-text {
	right: -15vw;
	bottom: 45vw;
}

.leasing-details a.prev-text {
	left: -15vw;
	bottom: 45vw;
}
.leasing-details .building-intro__carousel img{
	height: 100vw;
    width: auto;
	max-width: none;
}
.leasing-details .carousel .slides {
    position: relative;
    margin-left: -20vw;
    width: 120vw;
}
}

@media (max-width: 575px){
	a.prev-text {
    left: -5vw;
    bottom: 45vw;
}
a.next-text {
    right: -5vw;
    bottom: 45vw;
}
}

@media (max-width: 375px){
}
/* Overview */
/* Overview Table */
    .row.table-overview {
        padding-bottom: 15px;
    }
    .table-overview .col-4.col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .table-overview h3 {
        color: #000000;
        border-bottom: 1.3px #1d1f5f solid;
        padding-bottom: 15px;
    }
    .table-overview__description, .table-keyfacts__description, .table-features__description{
        text-align: left;
    }

    .table-features__description ul{
        list-style:disc;
    }
    .table-features__description li {
        font-size: 1.8em;
        color: #000000;
    }
    .table-overview__description {
        padding: 0px 25px;
    }
    .table-keyfacts__description {
        padding: 0px 40px;
    }
	
@media (max-width: 991px){
	 h2.building-overview__heading {
		display: none;
	}	
}


/* Table Facts */
.leasing-details .table-facts span {
    color: #000000;
}
/*.table-facts.row {
    border-top: 1.3px #1d1f5f solid;
    border-bottom: 1.3px #1d1f5f solid;
}*/
.table-features__opeartingcost {
    border-top: 1.5px #1d1f5f solid;
    border-bottom: 1.5px #1d1f5f solid;
}
.table-keyfacts__ownership {

    border-bottom: 1.5px #1d1f5f solid;
}
/*.table-overview > div {
    padding-left: 0;
    padding-right: 0;
}*/
	.table-features__description {
		padding: 0 55px;
		margin-right: -15px;
    margin-left: -15px
	}
 .table-facts__overview, .table-facts__keyfacts, .table-facts__features {
        text-align: left;
    }

    .table-facts__overview p span, .table-facts__keyfacts p span, .table-facts__features p span {
        float:right;
		    width: 70%;
    text-align: end;
     }

.table-facts__overview p:nth-child(odd), .table-facts__keyfacts p:nth-child(odd), .table-facts__features p:nth-child(odd) {
    border-top: 1.5px #1d1f5f solid;
    border-bottom: 1.5px #1d1f5f solid;
}
	p.table-features__majortenants {
		border-top: 0 !important;
	}
	p.table-overview__totalarea, p.table-facts__keyfacts, p.table-features__water {
		border-bottom:0 !important;
	}
.table-facts.row {
    padding: 40px 35px;
}

.table-facts__overview p, .table-facts__keyfacts p, .table-facts__features p  {
    padding: 5px 3px;
}
.row.table-overview{
	padding-left:0;
	padding-right:0;
}

/*
.table-facts__overview {
    padding-right: 20px;
}

.table-facts__keyfacts {
    padding-left: 20px;
    padding-right: 20px;
}
.table-facts__features {
    padding-left: 20px;
}
.table-facts .col-md-12.col-lg-4:nth-child(1):after, .table-facts .col-md-12.col-lg-4:nth-child(2):after  {
    border-right: 1px #1d1f5f solid;
    float: right;
    height: 135px;
    content: "";
    margin-top: -125px;
    margin-right: -15px;
}*/
.table-overview__officegrade, .table-keyfacts__parkingspaces, .table-features__energy, .table-overview__yearbuilt, .table-keyfacts__opeartingcost, .table-features__majortenants  {
margin-bottom: 0;
}
.table-facts__overview .row p{
margin-bottom:0;
}
.operating-cost {
    float: right;
    width: 100%;
    text-align: end;
    margin-top: -35px;
}
.operating-cost p {
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.operating-cost p:last-child {
    border-bottom: 1.5px #1d1f5f solid !important;
}
p.table-features__opeartingcost.col-12 {
    border-bottom: 0px !important;
}

/* Mobile table */
@media (min-width: 769px) and (max-width: 991px){
	p.table-overview__yearbuilt, p.table-features__majortenants {
		border-top: 0 !important;
	}
	p.table-overview__totalarea, p.table-facts__keyfacts, p.table-features__water {
		border-bottom:0 !important;
	}
    .table-facts__overview {
        padding-right: 0;
    }
    .table-facts__keyfacts {
        padding-left: 0;
        padding-right: 0;
    }
    .table-facts__features {
        padding-left: 0;
    }
    .table-facts .col-md-12.col-lg-4:nth-child(1):after, .table-facts .col-md-12.col-lg-4:nth-child(2):after {
        content: none;
    }
    .table-overview__description{
        padding: 0px 25px;
    }
	.table-features__description{
	padding: 0 55px;
	}
    .table-keyfacts__description {
        padding: 0;
    }
	.table-facts__overview p span, .table-facts__keyfacts p span, .table-facts__features p span {
        width:50%;
    }
	.row.table-overview .col-12 {
    padding: 0;
	}
	.table-facts.row {
    padding: 40px 20px;
}
}

@media (max-width: 768px){
	.table-overview__description {
    padding: 0px 15px;
	}
	.table-facts.row {
    padding: 40px 15px;
	font-size: 0.7em;
}
.table-facts__overview p span, .table-facts__keyfacts p span, .table-facts__features p span {
    width: 50%;
}
.table-overview .col-12 {
    padding-left: 0;
    padding-right: 0;
}	.table-features__description {
		padding: 0 45px;
		margin-right: -15px;
    margin-left: -15px
	}
	
}	

/* Overview Amenities */
.building-overview__amenities{
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: 1.3px #1d1f5f solid;
}
.building-overview__amenities > div {
    padding-top: 40px;
}

.leasing-details p.building-overview__amenities-name{
	font-size: 1.4em;
}


@media (max-width: 991px){
    .building-overview__amenities > div:nth-last-child(-n+2) {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px){
    .building-overview__amenities > .mr-3, .mx-3 {
        margin-right: 0rem !important;
    }
    .building-overview__amenities > .ml-3, .mx-3 {
        margin-left: 0rem !important;
    }
	   .building-overview__amenities div:nth-child(n+5) {
      display:none;
   }
}

/* Building Location */
.building-location__map{
    display: inline-block;
    width: 100%;
    height: 500px;
}
@media (max-width: 992px){
	.building-location__map{
	display: block;
	margin-bottom: 160px;
	}
}

/* Availability Table */
div#availability {
    margin-bottom: 80px;
}
h2.building-availability__heading {
    padding-bottom: 20px;
}
td, th {
    font-size: 0.8em;
}
.table thead th{
    font-size: 1.6em;
    font-weight: bold;
    color: #000000;
}
.building-availability__table table{
    text-align: left;
}
.table thead th{
    border-bottom: 0px solid #000000 !important;
}
.table th, .table td{
    border-top: 1px solid #000000 !important;
}

th.heading-availability__level {
    width: 12%;
}
th.heading-availability__Description {
    width: 24%;
}
th.heading-availability__Available {
    width: 10%;
}
th.heading-availability__Size {
    width: 10%;
}
th.heading-availability__Rent {
    width: 10%;
}
th.heading-availability__Fitout {
    width: 10%;
}
th.heading-availability__Operating {
    width: 12%;
}
th.heading-availability__Floorplan {
    width: 15%;
}
th.heading-availability__Floorplan.d-none.d-lg-table-cell::after {
    content: '';
	display:inline-block;
    background-image: url("../images/icons/Leasing-Details-Images/pdf-black.svg");
	background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    margin-top: -30px;
    margin-left: -70px;
    position: absolute;
	    z-index: -1;
}
.field-availability__level {
 font-weight:bold;   
}
td.field-availability__Floorplan a, td.field-availability__Floorplan a:hover,td.field-availability__Floorplan a:focus{
	color:#000000;
	margin-left: 15px;
	text-decoration: underline;
}
td.field-availability__Floorplan p:before {
    content: '';
    background-image: url("../images/icons/Leasing-Details-Images/icon-download.png");
    height: 35px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-top: -6px;
}
p.no-file:before {
	display: none !important;
}
/* Medium Screen */

@media (min-width:992px) and (max-width:1199px){
	th.heading-availability__Floorplan.d-none.d-lg-table-cell::after{
		height: 90px;
		margin-left: -67px;
	}
	.table thead th {
		font-size: 1.5em;
	}
	.building-availability.container {
    max-width: none;
}
}

/* Mobile Availability Table */
@media(max-width: 991px){
    .building-availability__table {
        text-align: left;
    }
    .leasing-details .building-availability__table p {
        font-size: 1.2em;
    }
    .leasing-details .building-availability__table .table thead th {
        font-size: 1.4em;
        font-weight: bold;
    }
    .leasing-details .building-availability__table p {
        font-size: 1.2em;
    }
    .leasing-details .building-availability.container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .leasing-details .building-availability__table p {
        font-size: 1.3em;
    }
	.field-availability__level span.d-none.d-sm-block.d-md-block.d-lg-none a, .field-availability__level span.d-none.d-sm-block.d-md-block.d-lg-none a:hover, .field-availability__level span.d-none.d-sm-block.d-md-block.d-lg-none a:focus{
		color:#000000;
		margin-left: 15px;
		text-decoration: underline;
	}
	.field-availability__level span.d-none.d-sm-block.d-md-block.d-lg-none p:before {
		content: '';
		background-image: url("../images/icons/Leasing-Details-Images/icon-download.png");
		height: 30px;
		width: 100%;
		display: block;
		position: absolute;
		z-index: -1;
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: -10px;
		margin-top: -8px;
	}
	th.heading-availability__level {
    width: 30%;
	}
	.field-availability__level span {
    padding-top: 5px;
    padding-bottom: 5px;
	}
	.field-availability__level span p {
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.building-brochure p {
    font-size: 1.3em;
	}
	.building-brochure .brochure-left h2 {
    font-size: 2.8em;
	}
	.brochure-left:before {
    height: 400px;
	}
	p.no-file:before {
    display: none !important;
	}
}

@media (max-width: 575px){
	span.d-none.d-sm-block.d-md-block.d-lg-none {
		display:block !important;
}
}

@media (max-width: 374px){
	.leasing-details .building-availability__table p {
    font-size: 1em;
}
.leasing-details .building-availability__table .table thead th {
    font-size: 1em;
}
.field-availability__level span.d-none.d-sm-block.d-md-block.d-lg-none p:before{
	margin-top: -7px;
}
	.brochure-left:before {
    height: 450px;
	}
}

/* Brochure */
.building-brochure {
    text-align: left;
	height:400px;
	margin-top:100px;
	margin-bottom:40px;
}
	.building-brochure .brochure-left h2 {
		color: #ffffff;
		margin-top: 30px;
	}
	.building-brochure p {
		color: #ffffff;
	}
	.building-brochure img {
		height: 70%;
		margin-top: -20px;
	}
	.building-brochure__file:before{
		content: "";
		background-image: url(../images/icons/Leasing-Details-Images/icon-pdf-download.svg);
		height: 110px;
		width: 100%;
		display: inline-block;
		position: absolute;
		z-index: -1;
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: -85px;
		margin-top: -45px;
	}
	.building-brochure__file a {
		color: #ffffff;
		text-decoration: underline;
	}
	.building-brochure__file {
		margin-top: 20px;
		margin-left: 45px;
	}
@media (max-width: 992px){
.building-brochure {
    text-align: center;
    height: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin: 0px 8vw;
	}
	.brochure-right{
		display:none;
	}
	.brochure-left:before{
		    content: "";
    background-image: url(../images/background-blue.png);
    display: block;
    position: absolute;
    z-index: -1;
    width: 135em;
    height: 300px;
    top: -15px;
    left: -15px;
    bottom: -15px;
    margin-left: -50vw;
	}
	.building-brochure .brochure-left h2 {
        font-size: 3.6em;
		margin-top: 20px;
		color: #ffffff;
	}
	.building-brochure p {
		font-size: 1.5em;
		color: #ffffff;
	}
	.building-brochure__file:before{
		margin-left: -145px;
	}
}

@media (max-width: 600px){
	.building-brochure{
		margin:0;
	}
}
@media (min-width: 375px) and (max-width: 767px){
	.brochure-left:before {
		height: 400px;
	}
}
@media (max-width: 374px){
	.brochure-left:before {
    height: 450px;
	}
}
@media (min-width: 993px) and (max-width: 1199px){
	.building-brochure .brochure-left h2 {
    color: #ffffff;
    margin-top: 10px;
	}
	.building-brochure img {
    height: 80%;
    margin-top: -20px;
	}
	.building-brochure__description p {
    margin-right: 40px;
    font-size: 1.6em;
	}
}

@media (min-width: 993px){
.brochure-left:before{
	content:"";
	background-image: url("../images/background-blue.png");
	    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 400px;
    top: -15px;
    left: -50vw;
    bottom: -15px;
}

.brochure-right:before {
    /* background-image: url(https://images.unsplash.com/photo-1480365150985-65998f933ef6?dpr=1&auto=compress,format&fit=crop&w=1199&h=700&q=80&cs=tinysrgb&crop=); */
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 135em;
    height: 400px;
    top: -15px;
    left: -15px;
    bottom: -15px;
}
.building-brochure__heading{
	margin-right: 80px;
}
.building-brochure__description p{
	margin-right: 80px;
	font-size: 1.6em;
}
}

/* Video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.building-video__description {
    margin-bottom: 60px;
}

/* Team Members */
.building-contacts__description {
    border-bottom: 1.3px #7681b9 solid;
    padding-bottom: 40px;
}
.building-contacts__contacts {
    border-bottom: 1.3px #7681b9 solid;
    margin-top: 40px;
}
.building-contacts__description p {
    margin-bottom: 0 !important;
}
.teammember-image img {
    border-radius: 250px;
    height: 150px;
}
.teammember-image {
    float: left;
}
.teammember-info {
    float: left;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}
.teammember-info p{
    margin-bottom:0;
}
.teammember-info a{
    font-size:1em;
    color: #000000;
}
.building-contacts__contacts .row {
    margin-bottom: 40px;
}
@media (min-width: 1200px){
    .building-contacts__contacts{
        padding-left: 80px;
    }
}

@media (max-width: 991px){
    .building-contacts__contacts .row .col-md-12 {
        margin-bottom: 40px;
    }
    .building-contacts__contacts .row .col-md-12:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 601px) and (max-width: 768px){
		.teammember-info {
		margin-top: 30px;
		margin-left: 10px;
		width: 40vw;
	}
	.teammember-info p {
		margin-bottom: 0;
		font-size: 1.5em;
	}
}

@media (min-width: 451px) and (max-width: 600px){
	.teammember-info {
		margin-top: 30px;
		margin-left: 10px;
		width: 50vw;
	}
	.teammember-info p {
		margin-bottom: 0;
		font-size: 1.5em;
	}
}

@media (min-width: 375px) and (max-width: 450px){
	.teammember-info p {
		margin-bottom: 0;
		font-size: 1.4em;
	}
	.teammember-info {
    float: left;
    text-align: left;
    margin-top: 0px;
    margin-left: 10px;
    width: 57vw;
	}
	.teammember-image img {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 374px){
	.teammember-info {
		float: none;
		text-align: center;
		margin-top: 20px;
		margin-left:0;
		width: 100%;
	}
	.teammember-image {
    float: none;
}
	.teammember-info p {
		font-size: 1.3em;
	}
}

/* Form */
.leasing-details .page-header {
    text-align: center;
}
.leasing-details .form form {
    margin-bottom: 5em;
}
.leasing-details form p {
    text-align: center;
    font-size: 1em !important;
	margin-left: 5vw;
	margin-right: 5vw;
}
.leasing-details .form .page-header h2{
	font-size: 4rem !important;
}
.leasing-details .form .form-group{
	font-weight: 700;
}
.leasing-details .form .form-group select,.leasing-details .form .form-group .form-control {
    border-bottom: 1px solid #1d1f5f;
}
.leasing-details .form .control-label{
	color: #1d1f5f;
}
.leasing-details .privacy-statement-wrapper, .leasing-details .captcha-center{
	text-align: center;
}
.leasing-details .form .form-submit-border.form-group {
    text-align: center;
    left: 0;
	width: 100%;
    position: relative;
}
.leasing-details .scfCheckboxBorder {
	color: #1d1f5f;
}
.leasing-details a.arrow-link.privacy-statement-link {
    display: inline-block;
    margin-top: 40px;
	color: #1d1f5f;
    font-size: 1em;
	font-weight: 700;
}
.leasing-details a.arrow-link.privacy-statement-link p{
	color: #1d1f5f;
}
.captcha-center {
    left: 0;
    text-align: center !important;
    text-align: -webkit-center !important;
}
.captcha-center label.control-label {
    display: none;
}
.leasing-details .form input[type='submit'], .form button{
	    border-color: #1d1f5f !important;
    background-color: #1d1f5f !important;
}
.leasing-details .form input, .form select, .form textarea {
    font-weight: 700;
}