/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html, body {
	  color: #fff;
	background: #003548;   
    
	font-size: 14px;
	line-height: 26px;
    font-family: 'BMW Helvetica';
    font-weight: normal;
	   -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 
}


@font-face {
    font-family: 'BMW Helvetica';
    src: url('../fonts/BMWHelvetica-Roman.eot');
    src: url('../fonts/BMWHelvetica-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BMWHelvetica-Roman.woff2') format('woff2'),
        url('../fonts/BMWHelvetica-Roman.woff') format('woff'),
        url('../fonts/BMWHelvetica-Roman.ttf') format('truetype'),
        url('../fonts/BMWHelvetica-Roman.svg#BMWHelvetica-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7 .ajax-loader, .wpcf7-spinner{
	display: none !important;
}

.reeds{
	border-bottom: 1px solid #C70039 !important;
}

a{
	text-decoration: none;
}

.header{
font-family: "gyst-variable", sans-serif;
font-variation-settings: "wght" 200;  
	font-size: 64px;
	line-height: 72px;
	letter-spacing: -2px;
}

.center-copy{
font-family: "gyst-variable", sans-serif;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	max-width: 930px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10
}

.block{
	display: flex;
	justify-content: space-between;
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 4vh;
	align-items: center;
	transform: translate(-50%, -50%);
	
}

.animated{
		-moz-transition:all 1s ease-in-out;  
    -o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}



.animated2{
		-moz-transition:all .3s ease-in-out;  
    -o-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}

.fixed_header{
	position: fixed;
	top: 0px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	z-index: 1000;
}

.video-background {
	width: 100%;
  position: absolute; /* make it relative to the section */
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); /* center it */
  object-fit: cover; /* fill the element’s entire content box */
  height: 100%; /* make it 100% of the section */
  margin: 0; /* remove margins that could be added by the browser */
  z-index: -1; /* make it below the text */
}

#logo{
	position: fixed;
	z-index: 213;
	left: 50%;
	pointer-events: none;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
	-moz-transition:all 1s ease-in-out;  
    -o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}


.main-bgs{
	position: fixed;
	z-index: 210;
	background: #003548;
	width: 100%;
	height: 100%;
	top: 0;
		-moz-transition:all .5s ease-in-out;  
    -o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}

.smaller{
	width: 130px !important;
	top: 44px !important;

}

.fades{
		pointer-events: none;

	opacity: 0;
}

.map_content{
	padding-top: 60px;
	padding-left: 3.5%;
	padding-right: 3.5%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	top: 0;
}


.pop-text strong{
	display: block;
	
}

.hoder{
	opacity: 0;
	pointer-events: none !important;
}
.pop-text{
	font-size: 18px;
	position: relative;
	z-index: 10;
	line-height: 26px;
	color: white;
	max-width: 650px;
	height: 100%;
	overflow: scroll;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.pop-text::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.pop-text {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.pop-scroller{
	padding-bottom: 80px;
	padding-top: 80px;
}

.fp_holder .inside_img{
	position: absolute;
	width: 100%;
	height: 100%;
}

.imm{
	padding-bottom: 60px;
}

.caption{
	margin-top: 20px;
	font-size: 14px;
    font-family: 'BMW Helvetica';
	line-height: 18px;
	color: #003548;
	text-transform: uppercase;
}

.m_im{
	display: none;
}

.shows{
	display: block !important;
}


.map_menu, .map_img{
	width: 50%;
}

.map_menu{
position: -webkit-sticky;
  position: sticky;
  top: 140px;
  align-self: flex-start;
}

.map_dropper{
	width: 90%;
	max-width: 420px;
	color: #003548;
	font-size: 16px;
	line-height: 20px;
    font-family: 'BMW Helvetica';
	margin-bottom: 40px;

	
}

.map_item{
	font-size: 36px;
	color: #003548;
	line-height: 40px;
	font-family: "gyst-variable", sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #003548;
	width: 100%;
	position: relative;
}

.map_arrow{
	width: 10px;
	position: absolute;
	right: 0;
	top: 45%;
	transform: translate(0, -50%);
}

.map_arrow img{
		-moz-transition:all .3s ease-in-out;  
    -o-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	
}

.inmd{
	padding-top: 20px;
}
.actm .map_drop_menu{
	max-height: 1000px !important;

}

.actm .map_arrow img{
      transform: rotate(180deg);
	  -webkit-transform: rotate(180deg);

}

.map_drop_menu{
	max-height: 0;
	overflow: hidden;
	-moz-transition:all .3s ease-in-out;  
    -o-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}

.whites{
	background: white;
}
.av_content{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	
}

.av_heasder{
	font-size: 60px;
	color: #003548;
	font-family: "gyst-variable", sans-serif;
	margin-top: 220px;
	font-weight: 100;
	margin-bottom: 60px;
	
}




.white-arow{
	position: absolute;
	width: 15%;
	top: 0;
	background: white;
	height: 105%;
	right: 0%;
}

.av1, .av2, .av4, .av3{
	width: 22.5%;
}


.sat{
	border-bottom: 1px solid #003548;
	padding-bottom: 5px;
	position: absolute;
	left: 0px;
	top: -90px;
	cursor: pointer;
	text-transform: uppercase;
	color: #003548;
		-moz-transition:all .3s ease-in-out;  
    -o-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}

.av5{
	text-align: center;
	width: 10%;
}

.av_grid{
	position: relative;
	    font-family: 'BMW Helvetica';
		color: #003548;

}


.mapss{
	height: 50vh;
	width: 100%;
}

#fullmap{
	width: 100%;
	height: 100%;
}

.toprows .av_col{
	background: #003548;
}

.row{
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.av_col{
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #003548;
	padding:10px 15px;
	box-sizing: border-box;
}

.toprows .av_col{
	color: white;
}

.contact{
	padding: 10px 5px;
	border: 1px solid white;
	width: 135px;
	
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: #014944;
	position: absolute;
	right: 2.5%;
	top: 40px;
	cursor: pointer;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	color: white;
}


.delays1{
	transition-delay: .5s !important;
}


.contact:hover{
	background: white;
	color: #014944;
}

.overlay{
	z-index: 2;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: .3;
}
input, textarea{
	resize: none;
	outline: none;
	-webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
 	width: 100%;
}



.side_menu{
	position: absolute;
	right: 3.5%;
	top: 50%;
	transform: translate(0, -50%);
	    font-family: 'BMW Helvetica';
	font-size: 16px;
	width: 40%;
	text-align: right;
	

}

.side_menu a{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	display: inline-block;
	margin-left: 10%;
	 -webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
}

.side_menu a:hover{
	opacity: .4;
}


.mainheader{
position: fixed;  
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	top: 0;
	background: #003548;
	z-index: 110;
}

.logo{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 115px;
	display: inline-block;
}

.submit input{
	border: none;
	border-bottom: 1px solid #003548;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	color: #003548;
	background: transparent;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.submit::after{
  position: absolute;
  top: 5px;
  right: 1%;
  width: 6px; 
  transform: rotate(270deg);
  content: url('../img/dropper.svg');
}

.submit{
	position: relative;
	cursor: pointer;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.submit:hover{
	opacity: .4;
}

.fp_slideshow, .tour_slideshow, .pop_slideshow{
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
			-moz-transition:opacity .2s ease-in-out;  
    -o-transition:opacity .2s ease-in-out;
	-webkit-transition:opacity .2s ease-in-out;
}

.innapp, .fpps, .scds{
	cursor: pointer;
			-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.innapp:hover, .fpps:hover, .scds:hover, .sat:hover{
	color: #869ba3
}


.fp_bg{
	background: #001821;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .9
}

.fp_holder, .tour_holder{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	max-width: 800px;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.tour_holder{
	box-sizing: border-box;
	background: white;
	padding: 60px 30px;
}

.fp_closer{
	position: absolute;
	right: -45px;
	width: 30px;
	height: 30px;
	top: 0px;
	transform-origin: center;
	cursor: pointer;
	
}

.fp_closer img{
			-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.fp_closer:hover > img{
	    transform: rotate(90deg);

}


.am1{
	background: white;
}



.locked-content{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
}

.lc{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.am-lock{
	width: 50%;
	position: relative;
	height: 100%;
	
}

.imgg{
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	
}

.texttt{
	max-width: 460px;
	color: #003548;
	font-weight: 300;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 46px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-family: "gyst-variable", sans-serif;
	font-variation-settings: "wght" 200;  


}

.submit input:hover{
	background: white;
	color: #014944;
}
.form{
	display: flex;
	justify-content: space-between;
text-align: left;
	margin-top: 60px;
	flex-wrap: wrap;
}
.fulls{
	width: 100%;
}
.c_content{
	margin-top: 180px;
	display: flex;
	padding-bottom: 200px;
	justify-content: space-between;
}
.contac1{
	width: 48.5%;
}

.contac1 .inside_img{
	width: 100%;
	height: 100%;
		min-height: 80vh;

}

.c_content{
	width: 93.5%;
	margin-left: auto;
	margin-right: auto;
}


.fieldtitle, .inp{
	width: 100%;
	text-transform: uppercase;
	color: #003548;
	font-size: 16px;
	line-height: 22px;
}

.fieldtitle{
    font-family: 'BMW Helvetica';
}

.inp{
	font-size: 16px;
    font-family: 'Helvetica Neue Light';
	box-sizing: border-box;
	background: white;
	outline: none;
	border: none !important;
}
.halfs{
	width: 48.5%;
	
}

.inp::placeholder {
	color: #003548;
	opacity: .7;
	
}


.hamburger{
	    pointer-events: all;
		position: absolute;
		left: 3.5%;
        top: 50%;
	    transform: translate(0, -50%);
	    z-index: 1000000;
		width: auto;
		-webkit-transition:all .2s ease-in-out;
	    -moz-transition:all .2s ease-in-out;  
        -o-transition:all .2s ease-in-out;
}

.side-mnenu{
	position: absolute;
	height: 100vh;
	background: #003548;
	width: 360px;
	box-sizing: border-box;
	padding: 60px 3.5%; 
	top: 0;
	left: 0;
	z-index: 120;
			-moz-transition:all .5s ease-in-out;  
    -o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}

.offs{
	left: -100%;
}

.s-men{
	position: relative;
	top: 100px;
	font-family: "gyst-variable", sans-serif;
    color: white;
	font-size: 40px;
	font-weight: 100;
	text-align: left;
	
}

.voot{
	position: absolute;
	bottom: 50px;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
}

.voot a{
	display: block;
	color: white;
	-webkit-transition:all .2s ease-in-out;
	    -moz-transition:all .2s ease-in-out;  
        -o-transition:all .2s ease-in-out;
}

.s-men a{
	margin-bottom: 50px;
	display: block;
	color: white;
	-webkit-transition:all .2s ease-in-out;
	    -moz-transition:all .2s ease-in-out;  
        -o-transition:all .2s ease-in-out;
}


.s-men a:hover, .voot a:hover{
	opacity: .3;
}


/* Icon 1 */

.nav-icon {
  width: 35px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


/* Icon 1 */

.nav-icon span {
  display: block;
  position: absolute;
  background: #fff;	
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}




/* Icon 3 */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 7px;
}

.nav-icon span:nth-child(3) {
  top: 14px;
}
.nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
background: white !important;
	top: 5px !important;

}





.nav-icon.open span:nth-child(2)  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
background: white !important;
	top: 5px !important;
	

}

 .nav-icon.open span:nth-child(3)  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
background: white !important;
	top: 5px !important;
	

}

.section{
	position: -webkit-sticky; /* Safari */  
position: sticky;
	top: 0;
	z-index: 10;
	overflow: hidden;
	height: 100vh;
	width: 100%;
}

.slideshow, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item{
	width: 100%;
	height: 100%;
	background: #111;
}

.slideshow{
	z-index: 1;
}

.info{
	text-align: left;
	position: absolute;
	left: 60px;
    bottom: 50px;
	color: white;
	z-index: 4;
	max-width: 900px;
	width: 90%;
	pointer-events: none;
	
}

.legals{
	position: absolute;
	bottom: 40px;
	left: 2.5%;
}

.smaa{
	font-size: 16px;
	    font-family: 'BMW Helvetica';
	line-height: 22px;
	text-transform: uppercase;
}

.diviider{
	width: 30px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.icons{
	width: 45px;
	margin-left: 0px;
	display: inline-block;
}

.byas{
	margin-top: 20px;
	width: 145px;
}

.leg{
	text-decoration: underline;
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	cursor: pointer;
}

.leg:hover{
	opacity: .3;
}

.footer{
	padding-top: 50px;
	padding-bottom: 40px;
	background: #014944;
	font-size: 14px;
	color: white;
	text-align: center;
	z-index: 104;
	position: relative;
}

.footer a{
	color: white;
	  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.footer a:hover{
	opacity: .4;
}

.dividere{
	height: 20px;
	width: 1px;
	display: inline-block;
	background: white;
}

.iiifn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.footer_logo{
	width: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.icons{
	display: flex;
	justify-content: space-between;
	
}


.mad{
	width: 175px;
	margin-bottom: 10px;
}

.corcoran{
	margin-left: auto;
	width: 95px;
}

.leftfooter, .rightfooter{
	top: 50px;
	position: absolute;
	
}

.leftfooter{
	left: 2.5%;
	text-align: left;
}

.leftfooter a{
	display: table;
	color: white;
	font-size: 11px;
}

.rightfooter{
	right: 2.5%;
	text-align: right;
}

.b1{
	width: 220px;
	display: block;
	margin-bottom: 20px;
}

.b2{
	margin-left: auto;
	width: 109px;
	display: block;
	margin-bottom: 50px;
}

.b3{
	display: block;
	width: 120px;
}


.icons a{
	width: 45%;
	display: inline-block;
}

.cop{
	margin-top: 0px;
	line-height: 16px;
}

.footer_logo{
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.foot_menu{
	display: inline-block;
}

.foot_menu a{
	color: white;
	margin-left: 20px; 
	margin-right: 20px;
}


.owl-dots{
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 2.5%;
	position: absolute;
	z-index: 5;
}

.owl-dot{
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #fff;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	cursor: pointer;
}
.owl-dot:hover, .active{
	background: white;
}
.copy{
	width: 30%;
	max-width: 400px;

	font-size: 14px;
	line-height: 26px;
	color: #003548;
    font-family: 'BMW Helvetica';
}


.img{
	width: 65%;
}

.subs{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.cta{
	font-family: 'BMW Helvetica';
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	padding-right: 50px;
	margin-top: 30px;
	display: table;
	position: relative;
	color: #003548;
	padding-bottom: 7px;
	border-bottom: 1px solid #003548;
	text-transform: uppercase;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.cta-arrow{
	position: absolute;
	width: 15px;
	right: 0;
	top: 25%;
	transform: translate(0, -50%);
}

.cta:hover{
	opacity: .4;
}

.header2{
	font-size: 40px;
	line-height: 54px;
	margin-bottom: 20px;
	font-family: "gyst-variable", sans-serif;
font-variation-settings: "wght" 200;  
}




.header3{
	color: #003548;
	font-size: 60px;
	line-height: 74px;
	margin-bottom: 20px;
	font-family: "gyst-variable", sans-serif;
font-variation-settings: "wght" 200;  
}
.copy2{
	color: #003548;
	font-family: 'BMW Helvetica';

	font-size: 14px;
	line-height: 26px;
}

.center-copy .cta{
	margin-left: auto;
	margin-right: auto;
	padding-right: 80px;
	margin-top: 40px;
}


.noshows{
	opacity: 0 !important;
	pointer-events: none;
}

.overlord{
	z-index: 119;
	background: black;
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	opacity: .4;
	-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.scroll{
	font-size: 15px;
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: 2.5%;
	position: absolute;
	cursor: pointer;
			-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

.scroll:hover{
	opacity: .3;
}

.scaledown  .subject{
	-moz-transition:all 1s ease-in-out;  
    -o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}

.opacity_animation  .subject, .fadeouts  .subject{
	-moz-transition:all 1s ease-in-out;  
    -o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}


.ovvvers{
	position: absolute;
	z-index: 5;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: #222;
}

.bgss{
	width: 100%;
	height: 100%;
}


.scaledown .subject {
   scale: 2;

}

.scaledown.in-view .subject {
    scale: 1;

}

.fadeouts .subject {
  opacity: 1;
 
}

.fadeouts.in-view .subject {
  opacity: 0;
  
}

.fixed{
	position: fixed !important;
}

.scalesupss {
   scale: 2;
	opacity: 0;

}
.oppa {
  opacity: 0;
  
}

.faddd .select-selected{
  color: #777 !important;
}


.submit{
	width: 230px;
	margin-top: 40px;
}

.upppss {
  opacity: 0;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}

.downns {
  opacity: 0;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

.opaqueoff{
  opacity: 0;
  -moz-transform: translate3d(0px, 30px, 0px);
  -webkit-transform: translate3d(0px, 30px, 0px);
  -o-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate3d(0px, 30px, 0px);
}

.opacity_animation .subject {
  opacity: 0;
  -moz-transform: translate3d(0px, 30px, 0px);
  -webkit-transform: translate3d(0px, 30px, 0px);
  -o-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate3d(0px, 30px, 0px);
}

.opacity_animation.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


/* The container must be positioned relative: */
.custom-select {
  position: relative;
	text-align: left;
		font-size: 14px;
	line-height: 14px;

}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.custom-select .fieldtitle{
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.custom-select .wpcf7-form-control-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
}



.select-selected {
	width: 100%;
	padding-left: 10% !important;
	height: 100%;
	position: relative;
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  top: 10px;
  right: 0%;
  width: 8px;
  content: url('../img/dropper.svg');
}

.c11 .select-selected:after {
  top: 0px;
}
.c22 .select-selected:after {
  top: 10px;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(180deg); /* Using transform property */
}

.c11 .select-selected.select-arrow-active:after {
  top: 0px;
}
.c22 .select-selected.select-arrow-active:after{
  top: 10px;
}

/* style the items (options), including the selected item: */
.select-selected {
  color: #003548;
    font-family: 'Helvetica Neue Light';
	font-size: 16px;
	line-height: 22px;
  padding: 0px 0px;
	text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.thankyou{
display: none;
	max-width: 550px;
	  color: #003548;
    font-family: 'Helvetica Neue Light';
	font-size: 16px;
	line-height: 22px;
}

.thankyou .av_heasder{
	padding-left: 0 !important;
	
}

.inputer{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	border-bottom: 1px solid #003548;
	width: 100%;
		padding: 20px 0;

}

.select-items div{
	  color: #003548;
    font-family: 'BMW Helvetica';
	font-size: 16px;
  padding: 10px 10px;
	text-transform: uppercase;
  border: none;
  cursor: pointer;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

/* Style items (options): */
.select-items {
	border: 1px solid #003548;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	max-height: 200px;
	overflow: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
	  padding: 10px 10px !important;

  background-color: #003548;color: white !important;
}

.rights{
	right: 2.5%;
	bottom: 40px;
	text-align: right;
	position: absolute;
}


.mad{
	width: 175px;
	margin-bottom: 10px;
}

.corcoran{
	margin-left: auto;
	width: 95px;
}

.mobile{
	display: none;
}

.smm{
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
	max-width: 225px;
	margin-left: auto;
	letter-spacing: .3px;
	margin-right: auto;
	line-height: 20px;
    font-family: 'BMW Helvetica';
}

.smmmtx{
	letter-spacing: .3px;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
    font-family: 'Helvetica Neue Light';
	
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 80%;
}
@media screen and (max-width:1603px) {
.block{

	margin-top: 7vh;
	
}


	
}
@media screen and (max-width:1180px) {
	
	.center-copy{
		font-size: 38px;
		line-height: 46px;
	}

	.av_holder{
		width: 100%;
		overflow: scroll;
	}
	
	.av_holder {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.av_holder::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}
	
	.av_grid{
		margin-left: 5%;
		width: 1000px;
		padding-right: 5%;
	}
	
	.av_heasder{
		margin-top: 0;
		padding-top: 220px;
		padding-left: 5%;
	}
	
	.av_content{
	width: 100%;
	
	
}
	
	.sat{
		top: 120px;
		padding-left: 5%;
	}
	
	.tour_holder .av_heasder{
		padding-top: 0 !important
	}
}
@media screen and (max-width:780px) {
	
	.c_content {
		margin-top: 120px;
	}
	
	.iiifn.mobile{
		display: flex !important;
text-align: center;
    width: 100%;
	}
	
	.fp_closer{
		right: auto;
		left: 0;
		top: -50px;
	}
	
	.tour_holder .av_heasder{
		padding-top: 0 !important;
		margin-bottom: 0px !important
	}
	
	.tour_holder .form{
		margin-top: 20px !important
	}
	
	.tour_holder{
		padding: 30px 20px;
	}
	
	.av_heasder{
		padding-top: 170px;
		font-size: 36px;
		line-height: 36px;
		
	}
	
	.fp_holder, .tour_holder{
	
	width: 80%;
	
}
	
	
	
	#logo{
	
	width: 350px;
	
}
	
	.contac1{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.c_content{
		padding-bottom: 0px;
		flex-wrap: wrap;
		margin-top: 0;
	}
	
	.map_menu {
    position: relative;
    top: auto;
	width: 100%;
	margin-bottom: 20px;	
}
	
	.map_img{
		width: 100%;
	}
	
	.side-mnenu{
		width: 100%;
		    padding: 60px 7.5%;

	}
	.center-copy{
		font-size: 32px;
		line-height: 40px;
	}
	.list{
		font-size: 26px;
		line-height: 34px;
	}
	
	.noheights{
		height: auto;
		overflow-y: visible;
		padding-bottom: 100px;
		padding-top: 0px;
	}
	.smm, .smaa{
		font-size: 14px;
	}
	
.upppss {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.downns {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
	
	.lc{
	padding-bottom: 0px;	
	position: relative;
	left: auto;
	top: auto;
	margin-top: 0px;
		flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
		margin-right: auto;
	height: auto;
	transform: translate(0%, 0%);
}
	.am-lock{
		width: 100%;
		margin-bottom: 40px;
	}
	.texttt{
		line-height: 48px;
		margin-bottom: 20px;
	}
	.imgg, .texttt{
		width: 100%;
	transform: translate(0%, 0%);
		position: relative;
	left: auto;
	top: auto;
	}
	
	.leftfooter{
		width: 50%;
		position: relative;
		padding-bottom: 0px;
	}
	
	.b1{
		width: 100%;
	}
	.b3{
		margin-left: auto;
	}
	
	.cop{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.rightfooter{
		width: 50%;
		position: relative;
		padding-bottom: 0px;
	}
	
	.footer{
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		font-size: 13px;
		padding-bottom: 90px;
		justify-content: space-between;
	}
	
	.footer_logo{
	width: 100%;
	margin-bottom: 30px;
}
	
	.footer_logo img{
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contsection{
		height: 60vh;
	}
	
	.imgsection{
		height: auto;
		padding-bottom: 80px;
	}
	
	.copy{
		font-size: 16px;
		line-height: 22px;
	}
	
	.block{
		position: relative;
		top: auto;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		left: auto;
		transform: translate(0, 0);
		z-index: 10;
		        flex-wrap: wrap;
		margin-top: 40px;

	}
	.img {
    width: 100%;
		margin-bottom: 30px;
}
	.item1{
		position: absolute;
		top: 0;
		
	}
	
	.copy{
		max-width: none;
	}
	
	.section{
		position: relative;
	}	

	.copy{
		width: 100%;
	}

.desktop{
	display: none;
}	
.mobile{
	display: block;
}
	.hamburger{
		left: 5%;
	}
	
	.info{
		left: 5%;
		bottom: 5%;
	}
	
	.side_menu{
		right: 5%;
	}
	
	.menu_btn{
		font-size: 14px;
	}
	
	.avbtn{
		display: none !important;
	}	


	
}

@media screen and (max-width:780px) {
    .list {
        font-size: 20px;
        line-height: 24px;
		margin-bottom: 15px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
    }
	    .smm, .smaa {
        font-size: 12px;
    }
	
	.noheights{
		padding-bottom: 0;
	}
}


 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

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

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

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

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


