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




html, body {
	font-family: 'Roboto Condensed', sans-serif;
	width:100%;
	margin:0 auto;
	position:relative;
	font-weight: normal;
}

body {
	scroll-behavior: smooth;
}

a, img {
	outline:none;
	border:none;
}

a {
	text-decoration: none;
}

img {
	width:100%;
	display: block;
}

	.clear {   
		clear: both;
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
	}
	
	.clearfix:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		content: ".";
	}

.header {
	position: absolute;
	top:0;
	padding: 20px 0;
	background-color: transparent;
	width:100%;
	z-index: 10;
	transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
}

.header.sticky {
	position: fixed;
	background-color: white;
	padding: 0 0;
	    -ms-interpolation-mode: bicubic;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.header.sticky .menu-item a {
	color:#365b7a;
}
.header.sticky .logo {
	display: none;
}

.header.sticky .menu-item:hover a {
	color:#67C2E9;
}

.header.sticky .menu-item.current a {
	color:#67C2E9;
}

.header.sticky #menuToggle span
	{
	 
	  background: #365b7a;
	 
	}

.logo {
	width:100%;
	max-width: 190px;
	height:100%;
}

.stickylogo {
	width:100%;
	max-width: 130px;
	padding: 10px 0;
	height:auto;
	display: none;
}

.header.sticky .stickylogo {
	display: block;

}

.innerContent {
	width:100%;
	max-width: 1600px;
	margin:0 auto;
}

.headerCol1 {
	display: flex;
	flex-basis: 45%;
	justify-content: flex-start;
	align-items: center;
}

.menu-item:nth-child(1) {
	padding-left: 0;
}

.headerCol2 {
	display: flex;
	flex-basis: 10%;
	justify-content: center;
	align-items: center;
}
.headerCol3 {
	display: flex;
	flex-basis: 45%;
	justify-content: flex-end;
	align-items: center;
}


.menu-item {
	
	padding: 0 20px;
	display: inline-block;
}

.menu-item a {
	color:white;
	text-decoration: none;
	font-weight: 400;
	font-size: 26px;
	
}
.menu-item  {
	color:white;
	text-decoration: none;
	font-weight: 400;
	font-size: 26px;
	
}

.menu-item:hover a {
	color:rgba(255,255,255,0.5);
}

.menu-item.current a {
	color:rgba(255,255,255,0.5);
}



#nav {
	display: flex;
	flex-direction: row;
	width:100%;
}

.navCol {
	padding: 0;
	display: flex;
	flex-basis: 25%;
}

#mobileMenu {
	display: none;
}

#mobileMenuNav {
	display: none;
}
.button{
	background-color:#7ecbec;
	padding: 10px 20px 12px 20px;
	text-align: center;
	display: inline-block;
	margin:0 auto;	
	border:1px solid #7ecbec;
	cursor: pointer;
}

.button.blue2 {
	background: #4C74AA;
	color: white;
	border:1px solid #4C74AA;

}

.button.blue2:hover {
	background: #365B7A;
	border:1px solid #365B7A;

	color: white;
}

a .button {
	color:white;	
	font-weight: 400;
	font-size: 26px;
}

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

a .button:hover {
	color:#7ecbec;
}

.button.red {
	background-color: #e34051;
	padding: 10px 20px 12px 20px;
	text-align: center;
	display: inline-block;
	margin:0 auto;	
	border:1px solid #e34051;
	color:white;	
	font-weight: 400;
	font-size: 26px;
}

.button.red:hover {
	background-color: #365b7a;
	border:1px solid #365b7a;
	color:white;
}

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

.button.red.noa {
	color:white;
	font-weight: 400;
	font-size: 26px;
	cursor: pointer;
}


header.sticky .button {
	background-color: #4C74AA;
	padding: 10px 20px 12px 20px;
	text-align: center;
	display: inline-block;
	margin:0 auto;	
	border:1px solid #4C74AA;
}

header.sticky .button:hover {
	background-color: #365b7a;
	border:1px solid #365b7a;
}

header.sticky a .button:hover {
	color:white;
}

.blue {
	color: #365b7a;
}
.teal {
	color:#56b5b0;
}
.red {
	color:#e34051;
}

.white {
	color:white;
}

.lightBlue {
	color:#7ecbec;
}

.lightBlueBackground {
	background-color: #7ecbec;
}
.blueBackground2 {
	background-color: #4C74AA;
}
.blueBackground {
	background-color:#365b7a;
}
.tealBackground {
	background-color:#56b5b0;
}
.redBackground {
	background-color:#e34051;
}

hr {
	border-style: solid;
}

h1 {
	font-size: 65px;
	text-align: left;
	font-weight: 300;
	margin:0 0 30px 0;
}

h2 {
	font-size: 50px;
	font-weight: 300;
	margin: 0 0 15px 0px;
}

h3 {
	font-size: 30px;
	text-align: left;
	font-weight: 400;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

h4 {
	font-weight: 300;
	font-size: 28px;

	margin: 0 0 25px 0;
	color:#888888;
	text-align: left;
}

p {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
	line-height: 32px;
	color:#888888;
	padding: 40px 0;
	margin: 0;
}


#intro {
	position: relative;
	display: flex;
	justify-content: center;

}

.introTextOverlay {
	position: absolute;
	width:100%;
	max-width-: 1700px;
	top:15%;
	height: 85%;
	left:0;
	display: flex;
	flex-direction: row;
	align-items: center;
	
}



.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.rowReverse {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	
}

.imgL {
	display: block;
}

.imgM {
	display: none;
}
.imgS {
	display: none;
}

.imgXS {
	display: none;
}

.imgRendering {
	display: none;
}

.imgXXS {
	display: none;
}

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

.sideSpace {
	margin: 0 50px;
}

#about {
	padding: 50px 0;
}

.spaceRight {
	margin-right: 12px;
}

.wideContent {
	width:100%;
	max-width: 2004px;
	margin: 0 auto;
}

.innerPadding {
	padding:100px;
}

.innerPaddingLeftRight {
	padding: 0 100px;
}

.aboutTextBlock {
	padding: 0 100px; 
	text-align: center;
}

.colThird {
	display: flex;
	flex-basis: 49.9%;
	flex-direction: column;
	align-items: center;
	align-content: center;
	border-top:5px solid rgba(255,255,255,0.5);
	
}

.colThird.active {
	border-top:5px solid white;
}

.colThirdInner {
	margin: 10px 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.colThirdInner h3 {
	font-size: 25px;
}
.mobileText {
	display: none;
}

#features {
	padding-top:50px;
	padding-bottom: 5px;
}

#features p {
	padding-left: 25px;
	padding-right: 25px;
}

.featureColumn {
	display: flex;
	flex:1;
	flex-direction: row;
	margin: 7px;
}

.featureColumn img {
	display: block;
}


.featureColumn:nth-child(1){
	margin-left: 0;
}

.featureColumn:nth-child(6) {
	margin-right: 0;
}

.spaceTop {
	padding-top: 50px;
}
.spaceBottom {
	padding-bottom: 100px;
}

#map {
	width:100%;
	height:1000px;
	
}

#locationInformation {
 width: 100%;
  position: absolute;
	top:80%;

}

.innerColSpace {
	margin: 20px;
	box-shadow: 1px 1px 10px darkslategrey;
	width: 100%;
}

.locationHalf {
	display: flex;
	flex-basis: 50%;

	flex-direction: column;
	justify-content: center;
	
}

.locationHalf h4 {
	margin-left:40px;
	margin-right: 40px;
}
.locationHalf p {
	text-align: left;
	margin-left:40px;
	margin-right: 40px;
}

.twoThirdsCol {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-basis: 66.66%
}

.oneThirdCol {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-basis: 33.33%
}

.innerSpace {
	margin: 0 20px;
}

.stepIcon {
	width:98px;
	height:100px;
}

.stepText {
	
	text-transform: none;
	margin-bottom: 0;
	font-size: 26px;
}
main {
	margin-bottom: 50px;
}

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



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

	.popupImgLarge {
	display: block;
}

.popupImgSm {
	display: none;
}


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

.popupColumnFull {
	display: flex;
	flex-basis: 100%;
}

.textBlock {
	width:80%;
	margin: 0 auto;
}
.consentText {
	font-size: 14px;
}



/* Customize the label (the container) */
.checkLabel {
  display: block;
	color:#888888;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
	font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
		font-family: 'Cabin', sans-serif;
}

/* Hide the browser's default checkbox */
.checkLabel input {
 position: absolute;
    opacity: 0;
    left: 0;
    cursor: pointer;
    top: 0px;
    width: auto;
}

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


/* On mouse-over, add a grey background color */
.checkLabel:hover input ~ .checkmark {
  background-color: transparent;
	border:1px solid #888888;
}

/* When the checkbox is checked, add a blue background */
.checkLabel 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 */
.checkLabel input:checked ~ .checkmark:after {
  display: block;
}

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


#contactFormPopup input,select 
{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #888888;
	padding: 15px;
	    margin: 5px 3px;
    width: 100%;
	background-color: white;
	color:#888888;
}

#contactFormPopup input,select:focus {
	border:1px solid #888888;
	outline:none;
	
}

#contactFormPopup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888888;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;

}
#contactFormPopup ::-moz-placeholder { /* Firefox 19+ */
  color: #888888;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;

}
#contactFormPopup :-ms-input-placeholder { /* IE 10+ */
 color: #888888;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;

}
#contactFormPopup :-moz-placeholder { /* Firefox 18- */
 color: #888888;
	font-weight: 400;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;

}
#contactFormPopup input[type="checkbox"] {
	padding: 0;
    width: auto;
}

.consentBox {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px; 
	padding-right: 15px;
}


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

	  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);
	}

.locationImgL {
	display: block
}
.locationImgM {
	display: none;
}

.locationImgS {
	display: none;
}

.locationDiv {
	padding:80px;
}

.stepContent {
	width:100%; 
	max-width:1400px; 
	margin:0 auto; 
	padding: 100px 0;
}

.steps {
	align-items: flex-start; 
}

.horizontalLine {
	display: none;
}

.col5 {
	display: flex;
	flex-direction: column;
	flex-basis:10%;
	padding-bottom: 40px;
}
.col95 {
	display: flex;
	flex-direction: column;
	flex-basis: 90%;
	padding-bottom: 50px;
}

.stepColumn {
	display: flex;
	flex-basis: 42%;
	align-items: center;
}
.rightBorder {
	border-right:1px solid white;
}

.mobileContent {
	display: none;
}
footer {
	padding: 50px 0;
}


.col25 {
	display: flex;
	flex-direction: column;
	flex-basis: 25%;
}


.col75 {
	display: flex;
	flex-direction: column;
	flex-basis: 75%;
}

.stepColumn h2 {
	text-align: center;
	margin-bottom: 25px;
	
}

.innerStepColumn {
	margin-right: 150px;
}
.vtHeaderSection {
	padding-top:100px;
	padding-bottom: 150px;
}

.innerVTSpace {
	margin: 15px;
}

.playButton {
	max-width: 127px;
}

.vtOverlay {
	position: absolute;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	width:100%;
}

.vtSection {
	padding: 100px 0;
}

.vrPopup {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	position: relative;
}

.vtTours {
	
	/* z-index: 100; */
	width:100%;
	max-width:1600px;
}

.vtToursWrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;

	margin: -220px auto auto auto;

}

iframe {
	min-height: 800px;
	max-height: 800px;
	width:100%;
}

.vtcolHalf {
	display: flex;
	flex-basis: 50%;
	align-items: center;
}
.vtSmImg {
		display: none;
	}

.floorplanSamples {
	position: relative;
}

.floorplanButton {
	position: absolute;
	top:0;
	left:0;
	display: flex;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;
}

@media all and (max-width:1920px) {
	.imgL {
		display: none;
	}
	.imgM {
		display: block;
	}
	
	.introTextOverlay {
		height:60%;
		top:35%;
	}
	.imgRendering {
		display: block;
	}
	
	#about {
		padding: 50px 0;
	}
	
	#map {
		height: 700px;
	}
	#locationInformation {
		position: relative;
	}
	.innerPadding {
		padding: 100px 50px;
	}
	
	.wideContent {
		max-width: 1700px;
	}

	main {
		margin-bottom: 0;
	}
	#steps .wideContent {
		max-width: 100%;
	}
}

@media all and (min-width: 1701px) {
	#heroTitle {
		font-size: 64px;
	}
}

@media all and (max-width:1700px) {
	h1 {
	font-size: 50px;
	
}

h2 {
	font-size: 40px;

}

h3 {
	font-size: 24px;
	
}

	.stepText {
		font-size: 24px;
	}
p {
	font-size: 18px;
	
}

	.headerCol1 {
		flex-basis: 40%;
	}
	
	.headerCol2 {
		flex-basis: 10%;
	}
	
	.headerCol3 {
		flex-basis: 40%;
	}
	
	.popuponeHalfColumn h2 {
		margin-bottom: 0px;
	}
	.popuponeHalfColumn p {
		padding: 20px 0;
	}
	
	.popuponeHalfColumn h3 {
		margin-bottom: 20px;
	}
	
	.consentBox {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px; 
	padding-right: 15px;
	}
	.textBlock {
		width:90%;
	}
	
	a .button {
		font-size: 22px;
	}
	
	.button.teal.noa {
		font-size: 22px;
	}

	.locationHalf p {
		padding: 15px 0;
		font-size: 16px;
	}
	.locationHalf h4 {
		margin-bottom: 10px;
	}
}

@media all and (max-width:1500px) {
	.locationHalf p {
		padding: 0px 0;
		margin-right: 15px;
		margin-left: 15px;
	
	}
	
	.locationHalf h4 {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	
.col5 {
	
	flex-basis: 10%;
}
.col95 {
	
	flex-basis: 90%;

}
	
}


@media all and (max-width:1350px) {
	.popupImgLarge {
		display: none;
	}
	
	.popupImgSm {
		display: block;
	}
	
	.popuponeHalfColumn {
		flex: auto;
	}
	.textBlock {
		width:90%;
		padding: 25px 0;
	}
	

	.popupColumnFull {
	display: flex;
	flex-basis: 50%;
}
	
	#contactPopup {
		max-width: 768px;
	}
}

@media all and (max-width:1280px) {
	.playButton {
	max-width: 85px;
}

	
	.imgM {
		display: none;
	}
	
	.imgS {
		display: block;
	}
	
	.colHalf {
		flex-basis: 100%;
		justify-content: center!important; 
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.spaceRight {
	margin-right: 0px;
}
	
	.introTextOverlay {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		position: relative;
		margin-top: -50%;
	}
	
	.introTextOverlay h1 {
		text-align: center;
	}
	
	.introTextOverlay h3 {
		text-align: center;
	}
	.introTextOverlay .colHalf {
		padding-top: 0;
	
	}
	
	
#intro {
	flex-direction: column;

}
	#about {
		padding: 0;
	}
	#map {
		height: 500px;
	}
	
	.locationImgL {
		display: none;
	}
	
	.locationImgM {
		display: block;
	}

	.innerPadding {
		padding: 50px 25px;
	}
	
	.locationDiv {
		padding: 0px 20px;
	}
	
	.locationDiv .colHalf {
		padding: 0px 0;
	}
	
	.locationHalf p {
		font-size: 14px;
	}
	.companyTitle {
		display: none;
	}
	.oneThirdCol {
		flex-basis: 100%;
		text-align: center;
	}
	
	.twoThirdsCol {
		flex-basis: 100%;
		text-align: center;
	}
	.stepContent {

	padding: 50px 0;
}
	
	.steps {
		align-items: center;
	}
	
	.horizontalLine {
		display: block;
	}
	
	.stepColumn {
		flex-basis: 100%;
		padding: 25px;
	}
	
	.innerStepColumn {
	margin-right: 0px;
}

	
	.rightBorder {
		border-right: none;
	}
	
	.col4 {
		flex-basis: 33.33%;
		padding-top: 15px;
		
	}
	
	.col4:nth-child(1) {
		flex-basis: 100%;
		align-items: center;
		justify-content: center;
	}
.featureColumn {
	
	flex-basis: 32%;

}


.featureColumn:nth-child(1){
	margin-left: 0;
}
	.featureColumn:nth-child(4){
	margin-left: 0;
}

.featureColumn:nth-child(3) {
	margin-right: 0;
}
.featureColumn:nth-child(6) {
	margin-right: 0;
}
.aboutTextBlock {
		padding: 0 50px;
	}
	footer {
	padding: 25px 0;
}
.stepColumn h2 {

	margin-right: 0px;
}
	
}

@media all and (max-width:1200px) {
		
	.headerCol3 {
		flex-direction: column-reverse;
	}
	.menu-item {
		padding-top:10px;
		padding-right: 0;
	}
	.row {
		align-items: center;
	}
	.locationDiv .row {
		align-items: stretch;
	}
	.header {
		padding: 10px 0;
	}
	.headerCol3 {
		align-items: flex-end;
	}
	
	.logo {
		max-width: 150px;
	}
}


@media all and (max-width:960px) {
	.headerCol1 {
		flex-basis:30%;
	}
	.headerCol3 {
		flex-basis: 30%;
		
	}
	.headerCol2 {
		flex-basis: 30%;
	}
	#mobileMenu {
		display: flex;
		}
	#nav {
		display: none;
	}
	
	#navMobile .menu-item {
		display: block;
		width:100%;
		text-align: center;
		background-color: #365b7a;
		padding: 15px 0;

	}
	
	#navMobile .menu-item  {
		color:white;
	}

	.mobile_menu {
		width:100%;
		text-align: center;
	
	}
	
	#navMobile .menu-item:hover {
		background-color: white;
	}
	
	#navMobile .menu-item:hover  {
		color: #365b7a;
	}
	#navMobile	.menu-item.current {
		background-color: white;
	}
	
	#navMobile .menu-item.current  {
		color: #365b7a;
	}
	#navMobile .menu-item:hover span  {
		color: #365b7a;
	}
	
	.header.sticky #navMobile .menu-item {
		display: block;
		width:100%;
		text-align: center;
		background-color: #365b7a;
		padding: 15px 0;

	}
	
	.header.sticky #navMobile .menu-item a {
		color:white;
	}
	
	.header.sticky #navMobile .menu-item:hover {
		background-color: white;
	}
	
	.header.sticky #navMobile .menu-item:hover a {
		color: #365b7a;
	}
	.header.sticky #navMobile .menu-item.current {
		background-color: white;
	}
	
	.header.sticky #navMobile .menu-item.current a {
		color: #365b7a;
	}
		.logo {
		max-width: 100px;
	}

	.header.sticky .stickylogo {
		max-width: 100px;
	}
	
}

.desktopShadow {
	text-shadow: 2px 2px 5px rgb(0 0 0 / 60%)
}

@media all and (max-width:850px) {
	.desktopShadow {
		text-shadow: unset;
	}
	
	
	.imgS {
		display: none;
	}
	.imgXS {
		display: block;
	}
	
	.imgRendering {
		display: none;
	}
	
	.introTextOverlay {
		margin-top: 50px;
	}
	
	.introTextOverlay h1 {
		color:#365b7a;
	}
	.introTextOverlay h3 {
		color:#365b7a;
		
	}
	
	.introTextOverlay .colHalf:nth-child(2) {
		padding-bottom: 0;
	}
	

	.introTextOverlay .button {
	background-color: #4C74AA;
	padding: 10px 20px 12px 20px;
	text-align: center;
	display: inline-block;
	margin:0 auto;	
	border:1px solid #4C74AA;
	color: white;
}

.introTextOverlay .button:hover {
	background-color: #365B7A;
	border:1px solid #365B7A;
}

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

@media all and (max-width:768px) {
	
	.vtcolHalf {
		flex-basis: 100%;
		padding-top: 15px;
	}
	
	.vtSmImg {
		display: block;
	}
	
	.vtLrgImg {
		display: none;
	}
	
	.vtHeaderSection {
	padding-top:50px;
	padding-bottom: 100px;
}

.playButton {
	max-width: 50px;
}


.vtSection {
	padding: 50px 0;
}



.vtTours {
	
	/* z-index: 100; */
	width:100%;
	max-width:1600px;
	/* margin: -140px auto auto auto; */
}

.vtToursWrapper {
	margin: -175px auto auto auto;

}
	
	
	
	h1 {
	font-size: 40px;
	
}

h2 {
	font-size: 30px;

}

h3 {
	font-size: 20px;
	
}

p {
	font-size: 16px;

}
	
	.stepText {
		font-size: 20px;
	}
	
	.colThirdInner h3 {
		font-size: 20px;
	}
		
	a .button {
		font-size: 18px;
	}
	
	.button.teal.noa {
		font-size: 18px;
	}
	
	.locationHalf:nth-child(even) {
	
		min-height: 291px;
	}
	.locationHalf {
		flex-basis: 100%;
	}
	.locationImgM {
		display: none;
	}
	.locationImgS {
		display: block;
	}
	.locationHalf h4 {
		padding-top: 25px;
		margin-right: 20px;
		margin-left: 20px;
	}
	.locationHalf p {
		margin-left:20px;
		margin-right: 20px;
	}
	
	.innerColSpace {
		margin: 10px;
	}
	#locationInformation .colHalf {
		flex-basis: 50%;
	}

	.innerSpace {
		margin: 0 5px;
	}
	
	.col4 {
		flex-basis: 30%;
	}
	.col4 p {
		font-size: 14px;
	
	}
	.featureColumn {
		flex-basis: 48%;
	}
	.featureColumn:nth-child(even){
	margin-right: 0;
		margin-left: 7px;
}
	.featureColumn:nth-child(odd){
	margin-left: 0;
		margin-right: 7px;
}

	.desktopText {
		display: none;
	}
	
	.mobileText {
		display: block;
	}
	
	.aboutTextBlock {
		padding: 0 20px;
	}
	
	#features p {
		padding-left: 20px;
		padding-right: 20px;
	}

	.locationDiv {
		padding: 0;
	}
	
	.twoThirdsCol p {
		padding: 0 20px;
	}
	
	.desktopContent {
		display:none;
	}
	
	.mobileContent {
		display: flex;
	}
	
	.twoThirdsCol p {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.spaceBottom {
		padding-bottom: 50px;
	}

}


@media all and (max-width:600px) {
	.imgXS {
		display: none;
	}
	
	.imgXXS {
		display: block;
	}
	
	#contactPopup {
		width:85%;
	}
	footer p {
		font-size: 12px;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.col4{
		flex-basis: 100%;
		justify-content: center;
		text-align: center;
	}
	
	.headerCol1 {
		flex-basis:30%;
	}
	.headerCol3 {
		flex-basis: 35%;
		
	}
	.headerCol2 {
		flex-basis: 30%;
		margin-bottom: 10px;
	}
	
	h2 {
		font-size: 26px;
	}
	
		.locationHalf:nth-child(even) {
	
		min-height: 10px;
	}
	.locationHalf {
		flex-basis: 100%;
	}
	.locationImgM {
		display: none;
	}
	.locationImgS {
		display: block;
	}
	.locationHalf h4 {
		padding-top: 25px;
		margin-right: 20px;
		margin-left: 20px;
	}
	.locationHalf p {
		/* margin-left:20px;
		margin-right: 20px; */
		margin: 0 20px 20px 20px;
	}
	
	.innerColSpace {
	margin:25px 10px;
	}
	#locationInformation .colHalf {
		flex-basis: 100%;
	}
	
	
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.innerSpace {
		margin: 0;
		width:85%;
	}
	.imgS {
		height: 100%;
	}
	.imgXS {
		height:100%;
	}
	
	.imgXXS {
		height:100%;
	}
	
	@media all and (max-width:850px) {
		.introTextOverlay .colHalf:nth-child(2) {
			display: none;
		}
	}
	
}