@charset "utf-8";
/* CSS Document */

html, body {
	margin:0 auto;
	font-family: 'Raleway', sans-serif;
	color:#434343;
	line-height: 1.5em;
	
}


img {
	display: block;
	margin:0;
	width:100%;
}
a, img, div {
	outline: none;
	text-decoration: none;
	border:none;
}
a:focus {
	outline: none;
}



header {
	width:100%;
	margin:0 auto;
	background-color: #a1bfd2;
	transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
	z-index: 100;
	
	padding: 40px 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 100;
	background-color: #383632;
padding: 5px 0;
}
.hideSticky {
	display: none;
}
.stickyLogo {
	display: none;
}

.sticky .stickyLogo {
	display: block;
	background-color: white;
    padding: 5px;
	width:100%;
	max-width:80px;
}
.sticky .hideSticky {
	display: block;
}
.headerLink {
	font-size:22px;
	margin-top: 20px;
	margin-right: 25px;
}

#mobileMenuNav
{
	display: none;
}
#mobileMenu 
{
	display: none;
}

.logo {
	width:100%;
	max-width:116px;
	margin-left: 25px;
}

.button {
	background-color: rgba(101,124,131,.7);
	color:white;
	border:2px solid white;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
font-size: 16px;
	padding: 15px 15px;
	width:fit-content;
	cursor: pointer;
	margin-left:25px;
	margin-right: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
	
}

.button.red {
	background-color: #EE2D24;
	color:white;
}

.button.red:hover {
	color:#EE2D24;
	background-color: white;
}


.button:hover {
	background-color: white;
	color:#657c83;
}


.button:hover a {
	color:#657c83;
}
.button a {
	color:white;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	width:100%;
}
.lrgButton a{
	font-size: 30px;
	text-transform: none;
	font-weight:300;
}

.lrgButton {
	width:150px;
}

.button.white {
	background-color: transparent;
	color:white;
	border:2px solid white;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
font-size: 16px;
	padding: 15px 15px;
	width:fit-content;
	cursor: pointer;
	margin-left:25px;
	margin-right: 25px;
	letter-spacing: 3px;
}


.button.white a {
	color:white;
}

.button.white:hover a{
	color:#383632;
}

.button.white:hover {
	background-color: white;
}

.button.gold {
	background-color: white;

	border:2px solid #bf9666;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
	padding: 15px 15px;
	width:fit-content;
	cursor: pointer;
	margin-left:25px;
	margin-right: 25px;
	color:#bf9666;
	letter-spacing: 3px;
}

.button.gold a {
	color:#bf9666;
}

.button.gold:hover {
	background-color: #bf9666;
	color:white;
}


.button.gold:hover a {
	color:white;
}

#nav {
display: flex;
}
.menu-item a{
	color:white;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.menu-item {
	display: flex;
	flex-basis: 20%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.menu-item.current a{
	color:#657c83;
}

.menu-item:hover a{
	color:#657c83;
}

main {
	width:100%;
	margin: 0 auto;
}

figure {
	margin: 0;
}

h1 {
	
	font-size:65px;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 45px;
}

h2 {
	
	font-size:50px;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	line-height: 1.2em;
	margin: 50px 0 50px 0;
	
}

h3 {
	letter-spacing: 2px;
	font-weight: 600;
	font-size:35px;
	text-align: center;
	text-transform: uppercase;
}

h4 {

	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin:0 0 45px 0;
	font-family: 'Roboto Slab', serif;
}

p {
	font-size:18px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	margin-left: 25px;
	margin-right: 25px;
	font-family: 'Roboto Slab', serif;
	text-transform: none;
}

p.larger {
	font-size: 25px;
	font-weight: 200;
	margin-bottom: 10px;
}

p.iconText {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
	font-weight: bold;
}


.white {
	color:white;
}

a {
	
	color:white;
	font-weight: bold;
}

.blueBackground {
	background-color: #A1BFD2;
}
.lightBlueBackground {
	background-color:rgba(161, 191, 210, .15)
}

.underline:hover {
	text-decoration: underline;
}


.number {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 35px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.innerContent {
	width:100%;
	max-width: 1500px;
	margin: 0 auto;
}
.headerCol1 {
	display: none;
	flex-basis: 5%;
	justify-content: flex-start;
	align-items: center;
}

.sticky .headerCol1 {
	display: flex;
}


.headerCol2 {
	display: flex;
	flex-basis: 85%;
	justify-content: center;
	align-items: center;
}


.greyBackground {
	background-color: #eaeaea;
}

.colHalf {
	display: flex;
	flex-basis: 50%;
	align-items: center;
	flex:1;
}


#about {
	padding: 50px 0 100px 0;
}



.floorPlanPage {
	width:90%;
	margin: 0 auto;
	border-collapse: collapse;
}


.module {
	opacity: 0;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInContent {
  -webkit-animation-name: fadeIn;
  animation: fadeIn 1.2s ease forwards;
}
.already-visible {
 opacity: 1;
  animation: none;
}



.videoContainer {
	margin-bottom: -100px;
	z-index: 10;
	position: relative;
}

#map {
	height:700px;
	width:100%;
	z-index: 1;

}



.col4 {
	display: flex;
	flex:1;
	flex-basis: 24.5%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

.col4 p {
	padding-left: 35px;
	padding-right: 35px;
	
}


#workInclusions .col3 {
	display: flex;
	flex:1;
	flex-basis: 31%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

.col3 p {
	padding-left: 35px;
	padding-right: 35px;
	
}
#workInclusions p.iconText {
	text-align: center;
}

#contact .col4 {
	margin: 0;
}
.innerColSpace {
	margin: 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.ctaText {
	position: absolute;
    width: 50%;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
	align-items: center;
	height: 100%;
    justify-content: center;
}
.ctaText h2 {
	margin-bottom: 25px;
	margin-top:0;
}

.numIcon {
	max-width:75px;
}


.videoButtonOverlay {
	position: absolute;
	display: flex;
	width:100%;
	bottom:10%;
	align-content: center;
	justify-content: center;
}


.buttonOverlay {
	position: absolute;
	display: flex;
	width:100%;
	top:50%;
	align-content: center;
	justify-content: center;
}

.col1 {
	display: flex;
	flex:1;
	justify-content: flex-start;
	margin-right: 5px;
}
.col2 {
	display: flex;
	flex:1;
	justify-content: center;
	margin-right: 5px;
	margin-left: 5px;
}
.col3 {
	display: flex;
	flex:1;
	justify-content: flex-end;
	margin-left: 5px;
}

.tenantLogo {
	max-width: 100px;
}

.colThird {
	display: flex;
	flex-basis: 33.333%;
	align-items: flex-start;
	
}

.colThird img {
	width:100%;
}

.coltwoThirds {
	display: flex;
	flex-basis: 66.666%;	
	
}

.coltwoThirds .row {
	padding: 0 15px;
}


.col50 {
	display: flex;
	flex-basis: 50%;
}
#amenities h2 {
	margin-top: 75px;
}

#location {
	padding-top-: 100px;
}

#imageGallery {
	margin-top: -100px;
}

#contact {
	padding: 100px 0;
}


.alignLeft {
	text-align: left;
}

#getinTouch {
	padding-bottom: 100px;
	margin-top:-100px;
	padding-top: 150px;
}


.stepCol1 {
	display: flex;
	flex-basis: 20%;
	
}

.stepCol2 {
	display: flex;
	flex-basis: 80%;

}

.smallDskTestimonial {
	display: none;
}

.tabletTestimonial {
	display: none;
}


.mobileTestimonial {
	display: none;
}

#getinTouch .innerColSpace {
	padding-: 50px;
}

.formCol {
	display: flex;
	flex-basis: 25%;
	align-items: center;
	
}

.featureImg {
	width:100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
.col4 p {
	padding-left: 0px;
	padding-right: 0px;
	width:90%;
	margin: 0 auto;
}
	.col3 p {
	padding-left: 0px;
	padding-right: 0px;
	width:90%;
	margin: 0 auto;
}
	
	.featureImg {
		max-width: 100%;
		height:100%;
		width:auto;
	}
	
	.innerColSpace {

	width:100%;
}
}


input, textarea, select {
	width:100%;
	border:2px solid #dbdbdb;
	padding: 15px;
	    margin: 5px 3px;
   
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


#contactForm input {
	width:100%;
}
#contactForm textarea {
	width:100%;
}


input:focus {
	border:2px solid #dbdbdb;
	outline:none;
}
select:focus {
	border:2px solid #dbdbdb;
	outline:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color:#434343;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	
}
::-moz-placeholder { /* Firefox 19+ */
 color:#434343;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	
}
:-ms-input-placeholder { /* IE 10+ */
  color:#434343;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	
}
:-moz-placeholder { /* Firefox 18- */
 color:#434343;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	
}

textarea {
	color:#434343;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}

select {
	color:#434343;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}

option {
	color:#434343;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}

#footerBar {
	margin-top: 10px;
	padding: 10px 0;
}
.backtoTopBtn {
	display: none;
	position: fixed;
	bottom:10px;
	right:10px;
}
.lImage {
	display: none;
}

.mImage {
	display: none;
}

.sImage {
	display: none;
}

.xsImage {
	display: none;
}


#mobileMenuBar .col10 {
	display: none;
}

.mobileLogo {
	display: none;
	
}

#mobileMenuBar {
	display: none;
	 -webkit-transition: all 0.4s ease;
	z-index: 100;
	-ms-interpolation-mode: bicubic;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

#desktopBar {
	position: absolute; 
	top:15px;
	display: flex;
	width:100%;
	z-index: 100;
}

#menuToggle
{
  display: block;
  position: absolute;
     right:25px;
    margin-top: -10px;
	
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}	
	
	#menuToggle  input
	{
	  display: block;
	  width: 38px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  left: -5px;

	  cursor: pointer;

	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */

	  -webkit-touch-callout: none;
	}

	/*
	 * Just a quick hamburger
	 */
	#menuToggle span
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;

	  background: white;
	  border-radius: 3px;

	  z-index: 1;

	 transform-origin: 23px 0px;

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	      transform-origin: 57% 100%;
	}

	/* 
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: white;
	}

	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */
	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

.mobileContent{
	display: none;
}
iframe {
	width:100%;
	height:100%;
	min-height: 675px;
	max-height: 675px;
}

#registerPopup {
	width:90%;
	max-width: 1500px;
	background-color: white;
	position: relative;
margin: 20px auto;
}



#joinWaitlist {
	width:90%;
	max-width: 1500px;
	background-color: white;
	position: relative;
margin: 20px auto;
}

.postregisterContent {
	display: none;
	
}
.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

#infoPopup {
	width:75%;
	max-width: 1200px;
	background-color: white;
	position: relative;
margin: 20px auto;
}

.registerForm {
	 width:90%; 
	padding-top: 50px;
	margin:0 auto;
}



.contactFormCommCheckbox {
    position: relative;
    margin-bottom: 20px;
    padding-left: 5px;
    text-align: left;
	padding-top: 30px;

}
.contactFormCommCheckbox input {
    margin-top: 6px;
}
.contactFormCommCheckbox > div {
    position: absolute;
    margin-left: 24px;
    top: 0;
    font-size: 15px;
    line-height: 15px;
	padding-top: 30px;
}


.consentText {
	font-size: 13px;
	font-weight: 400;
}



.popuponeHalfColumn {
	flex:1;
	margin:0 auto;
}
	.registrationForm {
		width:80%;
		margin:0 auto;
		
	}
	.popupImgLarge {
	display: block;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; 
width: 30px;
    height: auto;
	background-color: transparent;


}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
 
  cursor: pointer;
 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	margin: 15px 0px;
	
	line-height: 1.5em;
	color:#434343;
	font-weight: 400;
	
	font-size:18px;
	
	font-family: 'Roboto Slab', serif;
	
	
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
	border:2px solid #dbdbdb;
}



/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #bf9666;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.popupImgSm {
	display: none;
}

.infopopuplist {
	 text-align: left; 
}
.error {
	text-align: center;
	
}


.success {
	text-align: center;
	
}

.section {
	margin-top: -95px;
	padding-top: 95px;
}

#mobileBar {
	display:none
}
	.mobileContent {
			display: none;
}

.tabletContent {
	display: none;
}

.tabletImage {
	display: none;
}

.stepCol1 img {
	width:90px;
	height:90px;
}


.footerCol1 {
	justify-content: flex-start;
}

.footerCol2 {
	justify-content: flex-end;
}



.testimonialTextBlock {
	background-color: #383632;
	color:white;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 250px;
}


.unitColHalf {
	display: flex;
	flex-basis: 48%;
	align-items: center;
	justify-content: center;
}

.unitColThird {
	display: flex;
	flex-basis: 30%;
	align-items: center;
	justify-content: center;
}

#availabilityTableMobile .row {
	min-height: 75px;
	
}

#availabilityTableMobile {
	width:90%;
	margin: 0 auto;
}

.stepPaddingTop {
	padding-top: 25px;
}


#life {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:100!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#life.open {
	
	top:0;
	height:100vh;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#work {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:100!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#work.open {
	
	top:0;
	height:100vh;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#balance {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:100!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#balance.open {
	
	top:0;
	height:100vh;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}


#parking {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:100!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#parking.open {
	
	top:0;
	height:100vh;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

.fullpagePopup .closePopup{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	top:130vh;
	cursor: pointer;
}

.fullpagePopup.open .closePopup {
	position: fixed;
	top:25px;
	right:25px;
	z-index: 1000;
}

#inclusions {
	background-image: url("../images/Life Page/Life incl rent panel.jpg");
	background-repeat: no-repeat;
	padding: 100px 0;
}

#workInclusions {
	background-image: url("../images/Work Page/Amenities panel.jpg");
	background-repeat: no-repeat;
	padding: 100px 0;
}

#inclusions .col4 {
	flex-basis: 25%;
	margin: 0;
}

#inclusions .innerColSpace {
	padding-left: 0;
	padding-right: 0;
}

.amenityIcon {
	max-width:130px;
	margin:0 auto
}

#inclusions .iconText {
	text-align: center;
}
#vrTours .innerColSpace {
	padding: 10px;
	margin: 0;
}

#vrTours {
	padding: 50px 0;
}

.footerBar .col4 {
	flex-basis: 22.5%;
}


#workTowers .colThird {
	display: flex;
	flex-direction: column;
	flex-basis: 33.333%;
	align-items: center;
	justify-content: center;
}

#workTowers h2 {
	margin-bottom: 0;
}

.innerSpaceRightLeft {
	margin-left: 7px;
	margin-right: 7px;
}
.innerSpaceRight {
	margin-right: 10px;
}

.innerSpaceLeft {
	margin-left: 10px;
}

.pgOverlay {
	position: absolute;
    top: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.closeIcon {
	max-width:83px;
}


.testimonialTitle {
	color:white;
	font-size: 26px;
	text-align: left;
}

.testimonialCompany {
	color:white;
	text-transform: uppercase;
	font-size:18px;
	text-align: left;
}

#tenants {
	padding-bottom: 50px;
}


.reverse {
	flex-wrap: wrap-reverse;
}
.workIcon {
	max-width:100px;
	margin: 0 auto;
}

#balance .colHalf p {
	width:90%; 
	max-width:500px;
	margin: 0 auto;
}

.logoM {
	max-width:116px;
	margin:0 auto;
}

.dotImg {
	max-width:150px;
	margin:0 auto;
	padding: 0 15px;
}

.owl-dot {
	opacity: .5;
}

.owl-dot.active {
	opacity: 1;
}

.column1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex:1;
	flex-grow: 1.5;
}
.column1 p {
	font-size:24px;
}

.column2 {
	display: flex;
	flex:1;
	align-items: center;
}

.ofbLogo {
	position: absolute;
	right:-15%;
	top:-50px;
}

.ofbLogo img{
	max-width:149px;
	cursor: pointer;
}

@media all and (max-width:2050px) {
	
.col4 {
	
	flex-basis: 24%;
	
}
}

@media all and (max-width:1919px) {
	.col4 p {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col3 p {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media all and (max-width: 1680px) {
	
	.xlImage {
		display: none;
	}
	
	.lImage {
		display: block;
	}
	
	.desktopTestimonial {
		display: none;
	}
	
	.smallDskTestimonial {
		display: block;
	}
	
	.col4 p {
		font-size: 14px;
	}
	.col3 p {
		font-size: 14px;
	}
	
	.workIcon {
		max-width: 80px;
	}
	
	#balance .colHalf h2 {
		margin: 25px 0 25px 0;
	}
	.ofbLogo {
	position: absolute;
	right:-150px;
	top:-50px;
}

.ofbLogo img{
	max-width:149px;
}
}

@media all and (max-width:1500px) {
	
	#topHeader .row {
		margin: 0 25px;
	}
	
	h1 {
		font-size: 60px;
		margin-bottom: 35px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	td h3 {
		font-size: 24px;
		padding-left: 15px;
	}
	
	h2 {
		font-size: 45px;
		margin-bottom: 35px;
	}
	h4 {
		font-size: 25px;
	}
	
	.number {
		font-size: 30px;
	}
	
	.button a {
		font-size: 14px;
	}
	
	.button {
		font-size:14px;
	}
	
	.button.gold {
		font-size: 14px;
	}
	
	.button.white {
		font-size: 14px;
	}
	
	.menu-item a {
		font-size: 16px;
	}
	
	p.larger {
		font-size: 22px;
	}
	
	p.iconText {
		font-size: 18px;
	}
	
	#footer p {
		font-size: 14px;
	}
	
	.stepCol1 img {
		width:80px;
		height:80px;
	}
	
	.container {
		font-size: 14px;
	}
	
	.registrationForm p {
		font-size: 14px;
	}
	input, textarea, select {
		padding: 10px;
	}
	.consentText {
		font-size: 13px!important;
	}
	.ofbLogo {
	position: absolute;
	right:-90px;
	top:-26px;
}

.ofbLogo img{
	max-width:110px;
}
}

@media all and (max-width:1300px) {
	.desktopOnly {
		display: none!important;
	}
	
	#desktopBar .colHalf:nth-child(1) {
		visibility: visible;
	}
	
	.number {
		margin-left-: 25px;
	}
	
	.stickyLogo {
		width:100%;
	}
	.col4 .iconText {
		padding: 0;
		font-size: 16px;
	}
	
	#amenities .col4 p {
		font-size: 12px;
	}
	
	#contact .col4:nth-child(1) {
		flex-basis: 100%;
	}
	
	#contact .col4 {
		flex-basis: 30%;
	}
	
	td p {
	text-align: center;
	
}
	
	.registrationForm {
		width:90%;
	}
	
	#balance .colHalf p {
		font-size: 16px;
	}
		.column1 p {
	font-size:20px;
}
}
@media all and (max-width:1200px) {
	
	
	#testimonials .colThird:nth-child(1) {
		display: none;
	}
	.workIcon {
		max-width:60px;
	}
	
	
	.column2 {
		flex-basis: 100%;
	}
	.column1 {
		padding: 10px 0;
	}
}

@media all and (max-width:1050px) {
	.col4 {
		flex-basis: 48%;
	}

	
	.desktopContent {
		display: none;
	
	}
		.tabletContent {
			display: flex;
		}
	
	.stepCol1 {
		flex-basis: 30%;
		align-items: center;
		justify-content: center;
	}
	
	.stepCol2 {
		flex-basis: 70%;
	}
	.ofbLogo {
	position: absolute;
	right:-75px;
	top:-26px;
}

.ofbLogo img{
	max-width:100px;
}
	
}

@media all and (max-width:1024px) {
	
	.lImage {
		display: none;
	}
	
	.mImage {
		display: block;
	}
	
	.colThird {
		flex-basis: 100%;
	}
	
	.coltwoThirds {
		flex-basis: 100%;
	}
	
	.rowReverse {
		flex-wrap: wrap-reverse;
	}
	
	#vrTours {
		padding: 50px 0;
	}
	
	#vrTours .innerContent {
		width:80%;
		margin: 0 auto;
	}
	
	.tabletImage {
		display: block;
	}
	
	.desktopImage {
		display: none;
	}
	
	.smallDskTestimonial {
		display: none;
	}
	
	.tabletTestimonial {
		display: block;
	}
		.popuponeHalfColumn {
		flex-basis: 100%;
		padding: 0px 0px;
	}
	
	.popuponeHalfColumn {
		flex-basis: 100%;
		padding: 0px 0px;
	}
	.registrationForm {
		padding:25px 0px;
		
	}
	
	
	.popupImgLarge {
	display: none;
}


.popupImgSm {
	display: block;
}

	#registerPopup {
		max-width: 700px;
	}
	
	#joinWaitlist {
		max-width: 700px;
	}
	
	#desktopBar .colThird {
		flex-basis: 33.333%;
	}
}

@media all and (max-width:1000px) {
	

.col1 {
	flex-basis: 100%;
	margin-right: 0px;
	justify-content: center;
	margin-bottom: 5px;
}
.col2 {
	flex-basis: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.col3 {
	
	flex-basis: 100%;
	justify-content: center;
	margin-left: 0px;
}
		
	#availabilityTableMobile {
		display: block;
	}
	
	#allAvailability {
		display: none;
	}
	
	h1 {
		font-size: 50px;
		margin-top: 25px;
	}
	
	h3 {
		font-size: 24px;
	}
	td h3 {
		font-size: 24px;
	}
	h2 {
		font-size: 40px;
	}
	h4 {
		font-size: 22px;
	}
	
	.number {
		font-size: 24px;
	}
	
	.button a {
		font-size: 12px;
	}
	
	.button {
		font-size:12px;
	}
	.button.gold {
		font-size: 12px;
	}
	
	.button.white {
		font-size: 12px;
	}
	
	.menu-item a {
		font-size: 14px;
	}
	
	p.larger {
		font-size: 20px;
	}
	
	p.iconText {
		font-size: 16px;
	}
	
	p {
		font-size: 14px;
	}
	
	
	.container {
	 font-size: 14px;	
	}
	
	#about {
		padding: 50px 0;
	
	}
	#contact {
		padding: 50px 0;
	}
	
	#location {
		padding-top: 50px;
	}

	#getinTouch {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	#inclusions {
		padding: 50px 0;
	}
	
	#units {
		padding: 50px 0;
	}
	
	

}


@media all and (max-width:960px) {
	#balance .colHalf {
		flex-basis: 100%;
		padding-bottom: 25px;
	}
}

@media all and (max-width:768px) {
	.ofbLogo {
	right: 10px;
    top: 125px;
	
}

.ofbLogo img{
	max-width:100px;
}
	.headerLink {
	font-size:22px;
	margin-top: 0px;
		margin-right: 0;
}
	
	#headerImage {
		margin-top: 178px;
	}
	
	.tabletTestimonial {
		display: none;
	
	}

	
	.mobileTestimonial {
		display: block;
	}
	.alignStart {
		align-items: flex-start;
	}
	
	.alignStart .row {
		width:100%;
	}
	
	#inclusions .col4 {
		flex-basis: 50%;
	}

	
	.mImage {
		display: none;
	}
	
	.sImage {
		display: block;
	}
	
	#desktopBar {
		display: none;
		
	}

	
	#mobileBar {
		background-color: #a1bfd2;
		margin-bottom: 5px;
		padding-top:10px;
		display: block;
	}
	
	#mobileBar .colThird {
		flex-basis: 33.333%;
	}
	#mobileBar .row {
		align-items: center
	}
	#mobileBar .colHalf {
		flex-basis: 15%;
	}
	
	#mobileBar .colHalf:nth-child(1) {
		flex-basis: 15%;
	}
	
	#mobileBar .colHalf:nth-child(2) {
		flex-basis: 49%;
	}
	
	#mobileBar .colHalf:nth-child(2) {
		visibility: hidden;
	}
	
	.colHalf {
		flex-basis: 100%;
	}
	
	
.footerCol1 {
	justify-content: center;
}

.footerCol2 {
	justify-content: center;
}
	
	#availabilityTableMobile h3 {
		font-size: 18px;
	}
		#topHeader {
		display: none;
	}
	#mobileBar .colHalf:nth-child(2) {
		visibility: visible;
		justify-content: center;
	}
	
	.mobileHide {
		display: none;
	}
	
	#mobileMenu {
		display: block;
		
	}
	#mobileMenuNav {
		
	}
	
	.menu-item {
		background-color:#383632;
		padding: 20px 0;
	}
	
	.menu-item a {
		color:white;
		text-align: center;
		width:100%;
	}
	
	.menu-item:hover {
		background-color: white;
	}
	
	.menu-item:hover a {
		
	}
	
	.menu-item.current {
		background-color: white;
	}
	.menu-item.current a{
		
	}
	

	
	.menu-item.noHover:hover {
		background-color:#383632;
			
	}
	
	.menu-item.noHover:hover a {
		color:white;
	}
	
	.menu-item.noHover .button:hover a{
		color:#657c83
	}
	.closeIcon {
	max-width:50px;
}
	.hideMobile {
		display: none;
	}
	
	#testimonials .colThird {
		flex-basis: 100%;
		padding-top: 20px;
	}
	
	.testimonialTitle {
		font-size:22px;
	}
	.testimonialCompany {
		font-size: 16px;
	}
	
	
#workTowers .colThird {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	align-items: center;
	justify-content: center;
}
	.amenityIcon {
		max-width: 75px;
	}
	
}

@media all and (max-width:750px) {

	
	
}


@media all and (max-width:650px) {
	
.col4 {
		flex-basis: 100%;
	}	
	
	.footerBar .col4 {
	flex-basis: 100%;
}
	
	.alignLeft {
		text-align: center;
	}
	.tabletContent {
		display: none;
	}
	
	
	
	.mobileContent {
		display: flex;
	}
	.col4 .iconText { 
		padding: 25px;
		padding-bottom: 10px;
		
	}
	
	.col4 p {
		padding: 0 15px 25px 15px;
	}
	
	#inclusions .col4 {
		flex-basis: 40%;
	}
	
	
	
	#workInclusions .col3 {
		flex-basis: 43%;
		margin:0;
	}
	#inclusions .iconText {
		padding: 8px;
	}
	
	.innerColSpace {
		padding: 0px;
	}
	
	h2 {
		font-size: 34px;
	}
		p.iconText {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.stepCol1 img {
		width:65px;
		height:65px;
	}
	
	#getinTouch .innerColSpace {
		padding:50px 15px 25px;
	}
	
	.registrationForm {
		width:95%;
	}
	
	#vrTours .innerColSpace {
		padding: 15px 0;
	}
}


@media all and (max-width:500px){
	
	#headerImage {
		margin-top: 79px;
	}
	
	.formCol {
		flex-basis: 100%;
	}
	
	.formCol:nth-child(5) {
		display: none;
	}
	.sImage {
		display: none;
	}
	.hideMobile {
		display: none;
	}
	
	.xsImage{
		display: block;
	}
	
	.container {
		font-size: 12px;
	}
	
	.number {
		font-size: 18px;
	}
	
	
	#mobileMenuBar .row {
		margin: 0 10px;
	}

	#mobileMenuBar .colHalf {
		flex-basis: 43%;
	}
	
	#mobileMenuBar .col10 {
		flex-basis: 13%;
	}
	
	#contact .col4 {
		flex-basis: 100%;
	}
	
	.alignLeft {
		text-align: center;
	}
	
	#contact h2 {
		margin-bottom: 0px;
	}
	h1 {
		font-size: 30px;
		line-height: 1em;
		margin-bottom: 10px;
	}
	
	h2 {
		font-size: 28px;
		padding: 0 15px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	
	p.iconText {
		font-size: 13px;
		
	}
	.button {
		padding: 5px;
	}
	
	.button.gold {
		padding: 5px;
	}
	
	.button.white {
		padding: 5px;
	}
	
	
	
	#inclusions .innerColSpace {
		margin:10px;
	}
	#inclusions .col4 {
		padding-bottom: 15px;
	}
	
	.number {
		margin-left: 5px;
	}
	
	#mobileBar img {
		width:130px;
	}
	
	#mobileBar .colHalf:nth-child(2) {
    flex-basis: 43%;
	}
	
		
iframe {
	width:100%;
	height:100%;
	min-height: 400px;
	max-height: 400px;
}
	
	#availabilityTableMobile h3 {
		font-size: 14px;
		margin: 5px;
	}
	
	.stepCol2 p {
		padding-left: 0; 
		padding-right: 0;
	}
	
	.button a {
		letter-spacing: 2px;
	}
	.stepPaddingTop {
	padding-top: 15px;
}
	
	.alignStart {
		padding-top: 25px!important;
	}
	
	.unitColThird p {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.unitColThird {
		flex-basis: 32%;
	}
	
	.unitColHalf p {
		padding-left: 0;
		padding-right: 0;
	}
	
	.lrgButton {
	width:100px;
}
	.logoM {
	max-width:70px;
	margin:0 auto;
}
	#about {
    padding: 25px 0 50px 0;;
	}
	dotImg {
    max-width: 95px;
    margin: 0 auto;
    padding: 0 5px;
	}
	.ofbLogo {
	right: 10px;
    top: 80px;
	
}
	
}

@media all and (max-width:375px) {
	#availabilityTableMobile h3 {
		font-size: 16px;
	}
	
	.button {
		padding: 5px;
	}
	#mobileBar .colThird {
		flex-basis: 30%;
	}
	h2 {
		font-size:20px;
		margin: 25px 0;
		
	}
	p {
		font-size:12px;
	}
	
	h3 {
		font-size:18px;
	}
	.ctaText {    
    width: 70%;
    padding: 0 0px; 
	}

	.ofbLogo img {
		max-width:50px;
	}
}
