/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * 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 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * 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
   ========================================================================== */

 #outdated h3{
  color: #b30000;
  text-transform: uppercase;
  font-size: 24px;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

#outdated{
  display:block; z-index:9999999; position:absolute; bottom:0; width:100%; padding:15px 20px; margin-left:auto; margin-right:auto;
}

#outdated p{
  color: #000 !important;
}

#outdated .intro{
  padding:10px 0 20px 0;
}

#outdated .wrap_btn{
  margin:20px 0; float:left;
}

#outdated p{
  margin-bottom:0;
}

#outdated .bodyoutdated{
  text-align:left; display:block; float:left; position:relative; width:50%; border:4px solid #b30000; padding: 8px 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;  background-color:#fff; color:#000;
}

#outdated .bodyoutdated a, #outdated .bodyoutdated a:hover{ color:#fff; }

#outdated .btn_ch{
  float:left;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
  margin-right: 10px;
  font-size: 14px;
}


#outdated .red{
  background: #b30000;
}

#outdated .green{
  background: #167F39;
}

#outdated #closemod{
  cursor:pointer;
}


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




/* ============================================== GLOBAL
*/

/*

fonts

font-family:'Gill Sans Nova W01 Light', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-family:'Gill Sans Nova W01 Book', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-family:'Gill Sans Nova W01 Medium', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-family:'Gill Sans Nova W01 Bold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html{
  background-color: #000;
}



body {
  font-size: 16px;
  color: #000;
  background: #000;
  font-family:'Gill Sans Nova W01 Medium', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
 /* min-height:  5000px;*/
}


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

a {
 color: #000;
 -webkit-transition: color 0.25s ease-in; /*safari and chrome */
 -moz-transition: color 0.25s ease-in; /* firefox */
 -o-transition: color 0.25s ease-in; /* opera */
 transition: color 0.25s ease-in; /* opera */
}

a:hover, a:focus {
  color: #000;
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 100000;
  text-align: center;
}


#loading #loadingInner{
 width: 234px;
  height: 183px;
  position: absolute;
  left: 50%;
  top: 50%; 
  margin-left: -117px;
  margin-top: -91.5px;
}


.loading-line {
  display: block;
  height: 1px;
  margin-top: 30px;
  position: relative;
  text-align: center;
}

.loading-bit {
  -webkit-animation: 2s ease infinite animWidth;
          animation: 2s ease infinite animWidth;
  background-color: white;
  border-radius: 0;
  display: inline-block;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: top;
  width: 4px;
}

/*.loading-bit:nth-child(odd) {
  background-color: $color;
}
.loading-bit:nth-child(even) {
  -webkit-animation: 2s ease infinite animWidth;
  background-color: $bckgd;
}*/
.loading-bit:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.loading-bit:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading-bit:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.loading-bit:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading-bit:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.loading-bit:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading-bit:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.loading-bit:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading-bit:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.loading-bit:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading-bit:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.loading-bit:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading-bit:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.loading-bit:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loading-bit:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.loading-bit:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes animWidth {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background-color: #9d8751;
    opacity: 1;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animWidth {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background-color: #9d8751;
    opacity: 1;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.number{
  display: inline-block;
  /*font-size: 42px;*/
  /*margin-bottom: 15px;
  */
}

.number.lg{
  font-size: 28px;
}


.number:hover{
    cursor: context-menu;
}


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.white{
  color: #fff !important;
}

.coles-logo{
  display: block;
  width: 150px;
  margin: 20px auto 40px;
}




.floorplateCol{
  padding: 1% !important;
}

.floorplateCol h2{
  margin: 55px auto 25px;
}

.floorplateCol img {
  opacity: 1;
    -webkit-transition: opacity 0.25s ease-in; /*safari and chrome */
    -moz-transition: opacity 0.25s ease-in; /* firefox */
    -o-transition: opacity 0.25s ease-in; /* opera */
    transition: opacity 0.25s ease-in; /* opera */
    display: inline-block;
    margin-bottom: 25px;
}

.floorplateCol img:hover{
  opacity: 0.5;
}



/* ============================================== FORM VALIDATION


.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;

  color: #f04124;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
  text-align:  left !important;
}
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * 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;
}

/*
 * 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;
}




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


.not_margin{
	margin-bottom:0;
}
.margin_plase_call{
	margin-bottom:20px;
	margin-top:20px;
}

.inline_bl{
	display:inline-block;
}

#siteIntro{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 500000;
  /*background: pink;*/
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tblCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.whiteBG .section{
  background: #fff !important;
}

.blueBG .section{
  background: #002435 !important;
}

.blueBG .section p{
  color: #fff !important;
}

.gold{
  color: #9d8751 !important;
}


.teamName{
  font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  letter-spacing: 4px;
  font-size: 22px;
}

.teamDesc{
  font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  letter-spacing: 2px;
}

.carouselSection .section{
  padding: 50px 0;
  padding: 5% 0 2%;
}


/*.slider {
  width: 100%;
  max-width: 700px;
}*/
/*.slides {
  background: #ccc;
}*/

.slidesWrap{
  position: relative;
}


.slidesWrap .tbl{
 position: absolute;
 /*top:  4%;*/
 left:  0;
 width: 100%;
}

.slidesWrap .tbl .tblCell{
  vertical-align: middle !important;
}

.slides {
  margin-bottom: 25px;
}

/*.smaller{
  max-width: 80px;
}*/

.slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  /*height: 350px;*/
  outline: 0 !important;
  color: #ccc;
  font-size: 40px;
}

.controls {
  display: flex;
  width: 100%;
}
.captions {
  flex: 1;
  width: 100px;
  padding: 25px;
  margin-top: 2px;
  color: #000;
 /* background: #fff;*/
}

.captions p{
  /*line-height: 1.2;*/
}

.captions span{
  display: block;
}

.captions span.bold{
  font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.captions .quote {
  /*font-style: italic;*/
 /* font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;*/
 /* font-size: 19px;*/
}

.captions .quote span {
  font-style: normal;
  margin-top: 15px;
}

.caption {
  outline: 0 !important;
}


/*.sliderHolder{
  position: relative;
}*/

.slickArrow:hover{
  cursor: pointer;
}

.slickArrow{
  position: absolute;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}

.leftArrow.slickArrow{
  left: -12%;
}

.rightArrow.slickArrow{
  right: -12%;
}
/*.pagination {
  display: flex;
  margin-top: 2px;
}
.pagination__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-left: 2px;
}
.pagination__button:hover {
  color: #fff;
  background: #2aa1c0;
}
.pagination__button.slick-disabled {
  cursor: not-allowed;
  background: #ccc;
  color: #fff;
}*/



h1{
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  /*font-weight:  bold;*/ 
  font-weight: 400;
  color: #000;
  text-transform: uppercase;  
  letter-spacing: 8px;
  /*font-size:  38px;*/
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.8;
  padding: 0 2%;
}


#vidButton{
  height: 150px;
}

#siteIntro a{
  display: inline-block;
}

#siteIntro a.playVid{
  /*margin-bottom: 80px;*/
}


#siteIntro a.skipIntro{
  background: #9d8751;
  color: #000;
  text-transform: uppercase;
  padding: 5px 25px;
 /* position: absolute;
  bottom: 15%;
  left: 0;
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  max-width: 200px;*/
}

.row, .columns{
  position:  relative;  
}




#header{
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}


#headerBg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#menu{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

#menu li{
    display:inline-block;
    width:  9%;
    padding: 10px 0;
}

#fakeLogo{
  width: 293px !important;
}

#menu li#navLogo{
  
}

#menu a{
    display:inline-block;
    color: #fff; 
    font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size:  14px;
    letter-spacing: 3px;
}

#menu a:hover, #menu li#regLink a, #menu a.mPS2id-highlight{
  color: #9d8751 !important;
}

#navLogo{
  z-index: -1;
}


#navLogo img{
  position: absolute;
  top: 20px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}



.section{
  text-align:  center; 
  /*padding: 20px 0;*/
}

.fullwidth{
  width: 100%;
  max-width: 100%;
}

.section .columns{
  padding:  0;
}

.copy p{
  padding: 0 5%;
}

h2{
  font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: #9d8751;
  text-transform:  uppercase;  
  letter-spacing:  8px;
  font-size:  20px;
  margin-bottom: 20px;
  background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #c6a777), color-stop(100%, #987949));
    background: -webkit-linear-gradient(-45deg, #c6a777 0%, #987949 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.section, #bgDiv{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3cf9d+1,f7f3e7+50,e3cf9d+100 */
  background: #e3cf9d; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #e3cf9d 1%, #f7f3e7 50%, #e3cf9d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #e3cf9d 1%,#f7f3e7 50%,#e3cf9d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #e3cf9d 1%,#f7f3e7 50%,#e3cf9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3cf9d', endColorstr='#e3cf9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


/*#opportunity .section{
  background: url('../img/section-opportunity-bg.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#vision .section{
  background: url('../img/section-vision-bg.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/*#location .section{
  background: url('../img/section-location-bg.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/*#bgDiv{
  background: url('../img/section-form-bg.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
/*.eight{
  position: absolute;
  top: 30px;
}*/

.eight .right{
  float: right; 
}


.eight .left{
  float: left; 
}

.last .eightBG{
  margin-top: 10% !important;
}

.regNow{

}


/*#register {
  margin-top: 50px;
}*/

/*#resgister_margin{
	margin-top: 200px;
}*/


#resgister_margin{
  margin-bottom: 25px;
}

.lastH2{
  margin-bottom: 50px;
}

.regNow a, #formSubmit{
  font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  display:  inline-block; 
  background: #000;
  color: #9d8751;
  letter-spacing: 5px;
  padding: 5px 0;
  min-width: 200px;
}

#formSubmit{
  border:  0;
  height: 2.4375rem;
  width:100%;
}

/*.regNow a{
  margin: 70px auto 60px;
}*/

#vision .logos img{
  display:  inline-block; 
  margin: 0 12px;
}

#vision .logos img.logo-jqz{
  max-width: 100px;
}


#form-right{
  padding-left: 1%;
}

#form-left{
  padding-right: 1%;
}


#response{
  text-align:  right;
  font-size: 10px;
}


.logoWrap img{
  display: block;
  margin: 10px auto;
}

.agent{
  /*float: left;
  width: 50%;*/
  text-align: center;
}

ul.parsley-errors-list.filled, ul.parsley-errors-list{
  margin-bottom: 10px;
  margin-top: -10px;
}



form{
   font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { 
    border: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: #000000;
    transition: none;
}


[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 1px solid #000;
    background-color: transparent;
    color: #000000;
    box-shadow: none;
    transition: none;
}

select {
    border: 1px solid #000;
    background-color: transparent;
    color: #000000;
    transition: none;
}


select:focus {
    
    border: 1px solid #000;
    background-color: transparent;
    color: #000000;
    box-shadow: none;
    transition: none;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}

/*.footerLogo{
  display: inline-block;
  width: 30%;
}*/


.footerLogo img{
  display: block;
  margin: 5px auto;
}

.logos{
  text-align: center;
}

.logos p, .logos a{
  font-family:'Gill Sans Nova W01 SemiBold', "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  display: block;
  letter-spacing: 2px;
  /*line-height: 2;*/
  font-size: 14px;
  padding: 0;
}

.logos p.sunnyland{
  text-align: right;
}


.logos p.cbre{
  /*text-align: right;*/
}

.logos p.jqz{
  /*margin-top: -2% !important;*/
  /*margin: 0 5%;*/
}


.logos p.jqz img{
  margin-top: 2%;
}



/* plugins */


/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
 #baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
         -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #9d8751;
      background-color: #000;
      font-family: inherit; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
            animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
            animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
       border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }




/*slick nav*/


.slicknav_btn {
  position:  relative;
  display:  block; 
  vertical-align:  middle; 
  float:  right;
  padding:  0.438em 0.625em 0.438em 0.625em; 
  line-height:  1.125em;  
  cursor:  pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
  margin-top:  0.188em;
}


.slicknav_menu { 
  *zoom:  1;
}

.slicknav_menu .slicknav_menutxt { 
  display: block;
  line-height:  1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin:  0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.25em;
  /*-webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,  0,  0,  0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,  0,  0,  0.25);
  box-shadow: 0 1px 0 rgba(0,  0,  0,  0.25);*/
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}


.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}


.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}


.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #000000;
  padding: 5px;
  text-align:  center; 
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #9d8751;
}


.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  /*text-shadow: 0 1px 1px rgba(255,  255,  255,  0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  background-color: #000;
}


.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row: hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a  {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a: hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}


.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}




#mobileHeader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index: 3;
  display:  none;
}

.mobLogo{
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}

.slicknav_nav li:nth-child(5) {
  display: none;   
}

/* Slider */
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
     overflow:  hidden; 
     /*background: #000;*/
     outline: none !important;
}
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
     outline: none !important;
}
 .slick-list:focus {
     outline: none;
}
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     margin-left: auto;
     margin-right: auto;
     outline: none !important;
}
 .slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
 .slick-track:after {
     clear: both;
}
 .slick-loading .slick-track {
     visibility: hidden;
}
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide {
     float: right;
}
 .slick-slide img {
     display: block;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
 .slick-initialized .slick-slide {
     display: block;
}
 .slick-loading .slick-slide {
     visibility: hidden;
}
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
     display: none;
}



@charset 'UTF-8';
/* Slider */
 .slick-loading .slick-list {
     background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
 @font-face {
     font-family: 'slick';
     font-weight: normal;
     font-style: normal;
     src: url('../fonts/slick.eot');
     src: url('../fonts/slickd41dd41d.eot?#iefix') format('embedded-opentype'), url('fonts/slick.html') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
 .slick-prev, .slick-next {
     font-size: 0;
     line-height: 0;
     position: absolute;
     top: 50%;
     display: block;
     width: 40px;
     height: 60px;
     padding: 0;
     -webkit-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     transform: translate(0, -50%);
     cursor: pointer;
     color: transparent;
     border: none;
     outline: none;
     background: transparent;
     z-index:  100;
     /*background:  pink;*/
}
/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
     color: transparent;
     outline: none;
     background: transparent;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
     opacity: 1;
}
 .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
     opacity: .25;
}*/
/* .slick-prev:before, .slick-next:before {
     font-family: 'slick';
     font-size: 20px;
     line-height: 1;
     opacity: .75;
     color: white;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}*/
 .slick-prev {
     left: 25px;
     background: url('../img/slick-prev.png') no-repeat center;
}
 [dir='rtl'] .slick-prev {
     right: -25px;
     left: auto;
}
 .slick-prev:before {
     content: '←';
}
 [dir='rtl'] .slick-prev:before {
     content: '→';
}
 .slick-next {
     right: 0px;
     background: url('../img/slick-next.png') no-repeat center;
}
 [dir='rtl'] .slick-next {
     right: auto;
     left: -25px;
}
 .slick-next:before {
     content: '→';
}
 [dir='rtl'] .slick-next:before {
     content: '←';
}
/* Dots */
 .slick-dotted.slick-slider {
     margin-bottom: 30px;
    /* margin-bottom: 0px;*/
}
 .slick-dots {
     position: absolute;
     bottom: 20px;
     display: block;
     width: 100%;
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center;
     z-index: 100;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     width: 20px;
     height: 20px;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     font-size: 0;
     line-height: 0;
     display: block;
     width: 20px;
     height: 20px;
     padding: 5px;
     cursor: pointer;
     color: transparent;
     border: 0;
     outline: none;
     background: transparent;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .slick-dots li button:hover:before, .slick-dots li button:focus:before {
     opacity: 1;
}
 .slick-dots li button:before {
     font-family: 'slick';
     font-size: 14px;
     line-height: 20px;
     position: absolute;
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     content: '•';
     text-align: center;
     opacity: 1;
     color: #ffffff;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .slick-dots li.slick-active button:before {
     opacity: 1;
     color: #9d8751;
}



/*video*/

.mobile #video{ /*hide video for tablet and mobile*/
  display: none;
}

#video{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height:100%;
    width:100%;
    overflow: hidden;
    z-index: 10000;
    background: #000;
    /*display: none;*/
}

#video iframe {
    /*min-width: 100%;
    min-height: 100%;*/
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.skipVid{
  color: #fff;
  position: absolute;
  left: 2%;
  bottom: 2%;
  text-transform: uppercase;
}

.skipVid:hover{
  color: #fff;
}

.skipVid .noVid{
 left: 0; 
 right: 0; 
 bottom: 25%;
 margin-left: auto; 
 margin-right: auto; 
}

#wrapper{
  position: relative;
  z-index: 2;
}

.heroEffects {
  height: 100vh;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.heroEffects .bg {
  height: 100vh;
  position: fixed;
  width: 100%;
  background-image: url("../img/intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.heroEffects .shade {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  z-index: -3;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.heroEffects .title {
  width: 100%;
}

.heroEffects .title .text {
  z-index: 1;
  width: 100%;
  text-align: center;
  color: White;
  padding: 2em;
  background: rgba(0, 0, 0, 0.5);
}

.heroEffects .arrow {
  position: fixed;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.centerV {
  display: table;
  height: 100%;
}

.centerV > div {
  display: table-cell;
  vertical-align: middle;
}

.scroll{
/*  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  bottom: 55%;*/
  color: #9d8751;
  text-align: center;
    text-transform:  uppercase;  
    letter-spacing:  5px;
  background: transparent;
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #c6a777), color-stop(100%, #987949));
      background: -webkit-linear-gradient(-45deg, #c6a777 0%, #987949 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      /*font-size: 30px;*/
      /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); */
}

.scroll img{
  display: block;
  margin: 10px auto 0;
}

.scroll-message{
	position:absolute; bottom:6%; left:0; text-align:center; width:100%;
	font-size:19px;
	color: #9d8751;
	text-align: center;
	text-transform:  uppercase;  
	letter-spacing:  5px;
	background: transparent;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #c6a777), color-stop(100%, #987949));
	background: -webkit-linear-gradient(-45deg, #c6a777 0%, #987949 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	
	
}

.scroll-message img{
	display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	margin-top:8px;
}
.scroll-down span{
	color:#fff !important;
	font-weight:bold;
}
.play-video{
	 -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: alol 2s ease-out;
}

.play-video:hover{
	/*width:5%;
	opacity: 0.9;*/
	
}


.test { border:1px sloid #000;}
.test2 { border:1px sloid #fff;}


/* ============================================== FORM VALIDATION (this work for the new enquire form)
*/

.screen_names{
	text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 22px;
}

.thanks{
  text-align: left;
      padding: 20px 0;
}
.last .copyHolder .thanks p{

  text-align:center;
  font-size:20px;
}


.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -5px;
  color: #f04124;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength, .parsley-length{
  color:#f04124;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  

}

#error{ 
	text-align:center; 
	padding:15px; 
	background:#a41320; 
	color:#fff;
	width: 100%;
	margin-right:auto; 
	margin-left:auto;
	margin-bottom:40px;
}
	#error h3{
    font-size: 18px;
  }
	
.close_err{ float:right; cursor:pointer;}

/* Hack to change the yellow background that add chrome to my inputs
  and change the color for your placeholders */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  bbackground-color: transparent; !important;
  transition: background-color 5000s ease-in-out 0s;
}



.phone_r{
	font-size:36px;
	display:block;
}

.test{ border:1px solid #000;}

/*********************   captcha styles   *****************/

.wrap_captcha{ clear:both; width:100%;}
.g-recaptcha{ float:right; padding-top:10px;}




.logos{
	margin-top:40px;
}

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

/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 
    #form-right {
        padding-left: 0;
    }
    #form-left {
    padding-right: 0;
}
    br{
        content: ' ';
    }

    br:after {
        content: ' ';
    }

    .slickArrow{
      display: none !important;
    }

    #header{
       display: none; 
    }

    #mobileHeader{
       display: block;
    }

    .eight{
      display: none;
    }

    .match{
      height: auto !important;
    }

    #hero{
      margin-top: 52px;
    }

    .copyHolder{
      padding: 5%;
    }

    .captions{
      padding: 0 5%;
    }

    .regNow a{
      margin: 20px auto;
    }


    .logos img, #vision .logos img{
     display:  block;
     margin:  0 auto 20px;
     max-width: 80%;
    }

    #form{
      padding-right: 0.625rem;
      padding-left: 0.625rem;
    }

    #form .copyHolder{
      margin-top:  24px !important;
    }

    #formSubmit{
      margin:  20px auto;
    }


    .scroll{
      font-size: 22px;
      padding: 0 2%;
    }

    .not_margin{
      margin-bottom: 15px;
    }


    .privacy{
      margin-top: 15px;
    }


    .footerLogo{
     display: block;
     width: 100%;
     margin-top: 25px;
    }

    .footerLogo img{
      display: block;
      margin-bottom: 0;
    }

    .logos p.sunnyland, .logos p.cbre{
        text-align: center;
    }

    .slick-prev, .slick-next{
      display: none !important;
    }

    .slick-dots{
      bottom: 5px;
    }

    .slick-dots li button:before{
      font-size: 10px;
    }

    .slidesWrap .tbl{
     top:  8%;
    }


    .smaller{
      max-width: 80px;
    }

   
  
}


/* max-width 640px, mobile-only styles, use when QAing portrait mobile issues */
@media only screen and (max-width: 640px) and (orientation:portrait) { 

   
}


/* max-width 640px, mobile-only styles, use when QAing landscape mobile issues */
@media only screen and (max-width: 640px) and (orientation:landscape) { 

    .copyHolder {
        padding: 5%;
    }

    .captions{
      padding: 0 5%;
    }
	.scroll img {
    max-width: 20%;
}
   
}



/*Only iPhone 4/4S (both: landscape and portrait)*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {


}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    
    .eight{
      padding: 0 !important;
    }

    /*.eight img{
      width:  315px;
    }*/

    .copyHolder{
      padding: 0 20%;
    }

    .captions{
      padding: 0 20%;
    }

    .last .copyHolder{
      margin-top: 10% !important;
      margin-bottom: 2% !important;
      padding: 0;
    }

  /*  .last .copyHolder p{
      padding: 0 25%;
    }*/

    .last .copyHolder .footerLogo p{
      padding: 0;
    }

    form{
      /*padding: 0 25%;*/
    }


    .regNow a{
      margin: 70px auto 60px;
    }

    .scroll{
      font-size: 30px;
    }

    h1{
      font-size: 38px;
    }

    .logos{
      margin-top: 5%;
    }

    .logoWrap{
      margin-top: 2%;
    }


    .slidesWrap .tbl{
     top:  4%;
    }

    .smaller{
      max-width: 120px;
    }
    
}



/* iPhone 6 + 7 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

      #header{
         display: none; 
      }

      #mobileHeader{
         display: block;
      }

      .match{
        height: auto !important;
      }

      .regNow a {
          margin: 40px auto 30px;
      }

      .logos img, #vision .logos img{
       display:  block;
       margin:  0 auto 20px;
       max-width: 80%;
      }

      .logos .footerLogo img{
       margin-bottom: 0;
      }



      #form{
        padding-right: 0.625rem;
        padding-left: 0.625rem;
      }

      .copyHolder, .last .copyHolder p, .captions{
        padding: 0 5%;
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
      }



      .footerLogo{
       display: block!important; 
       width: 100% !important; 
       margin-top: 25px !important;
      }

      .footerLogo img{
        display: block !important;
      }

      .logos p.sunnyland, .logos p.cbre{
          text-align: center !important;
      }




      h1{
        font-size: 28px;
      }

}


/* iPhone 6 + 7 Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

      .eight{
        display: none;
      }

      .copyHolder {
          padding: 5% 8%;
      }

      .captions{
        padding: 0 8%;
      }

      .footerLogo{
       display: block;
       width: 100%;
       margin-top: 25px;
      }

      .footerLogo img{
        display: block;
      }

      .logos p.sunnyland, .logos p.cbre{
          text-align: center;
      }
}


/* iPhone 6 + 7 Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  
  .copyHolder {
      padding: 5%;
  }

  .captions{
    padding: 0 5%;
  }

  .footerLogo{
   display: block;
   width: 100%;
   margin-top: 25px;
  }

  .footerLogo img{
    display: block;
  }

  .logos p.sunnyland, .logos p.cbre{
      text-align: center;
  }
  


}


/* iPhone 6+ Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
 
 #header{
    display: none; 
 }

 #mobileHeader{
    display: block;
 }

 .match{
   height: auto !important;
 }

 .regNow a {
     margin: 40px auto 30px;
 }

 .logos img, #vision .logos img{
  display:  block;
  margin:  0 auto 20px;
  max-width: 80%;
 }

 #form{
   padding-right: 0.625rem;
   padding-left: 0.625rem;
 }

 .eight{
  display: none;
 }

 .footerLogo{
  display: block;
  width: 100%;
  margin-top: 25px;
 }

 .footerLogo img{
   display: block;
 }

 .logos p.sunnyland, .logos p.cbre{
     text-align: center;
 }

}





/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
   
   .eight{
     padding: 3% 0 !important;
   }

   .copyHolder{
     padding: 5% 0 0 0;
   }

   .captions{
     padding: 0 5%;
   }


   .smaller{
     max-width: 100px;
   }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
   
   br{
       content: ' ';
   }

   br:after {
       content: ' ';
   }

   #header{
      display: none; 
   }

   #mobileHeader{
      display: block;
   }


   .eight {
      width: 16.66667%;
   }

   .copy {
      width: 66.66667%;
      padding:  0;
   }


   .copyHolder{
     padding: 0 5%;
   }

   .captions{
     padding: 0 5%;
   }

   .second .copyHolder{
     margin-top: 10% !important;
     margin-bottom: 2% !important;
     padding: 0;
   }

   .last .copyHolder{
     margin-top: 10% !important;
     margin-bottom: 2% !important;
     padding: 0;
   }

/*   .last .copyHolder p{
     padding: 0 5%;
   }*/

   .regNow a{
    margin-bottom: 45px !important;
   }

   form{
     padding: 0 5%;
   }


   .regNow a{
      margin: 40px auto 20px;
   }


   #vision .logos img{
    display:  block;
    margin:  0 auto 20px;
   }

   .footerLogo{
    display: block;
    width: 100%;
    margin-top: 25px;
   }

   .footerLogo img{
     display: block;
   }

   .logos p.sunnyland, .logos p.cbre{
       text-align: center;
   }

 




}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
   
   br{
       content: ' ';
   }

   br:after {
       content: ' ';
   }

   /*.eight{
    height: 1px;
   }*/

   #header{
      display: none; 
   }

   #mobileHeader{
      display: block;
   }

   .second .copyHolder{
     margin-top: 5% !important;
     margin-bottom: 2% !important;
     padding: 0;
   }

   .floorplateCol{
    width: 50%;
   }

   .last .copyHolder{
     margin-top: 10% !important;
     margin-bottom: 2% !important;
     padding: 0;
   }

   .footerLogo img{
     display: block;
     margin: 5px auto;
   }

   form{
    padding: 0;
   }

   /*.logos p.sunnyland, .logos p.cbre{
       margin-top: 20px;
   }*/

}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .copyHolder {
        padding: 0 0%;
    }

    .captions{
      padding: 0 0%;
    }

    #form .copyHolder{
      margin-top:  0 !important;
    }
}


/*13" macbook*/
@media only screen and (min-width: 800px) and (max-width: 1024px) {


}



/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
    
}



/*15" macbook*/
@media screen and (min-width: 768px) and (max-width: 1366px) {
#navLogo img{
  max-width: 200px;
}

}


/*19" laptop*/
@media screen and (min-width: 900px) and (max-width: 1440px) {
#navLogo img{
  max-width: 200px;
}

}


/*20" laptop*/
@media screen and (min-width: 900px) and (max-width: 1600px) {

  
}


/*22" laptop*/
@media screen and (min-width: 1050px) and (max-width: 1680px) {

  
}


/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}


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

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

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    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;
    }

    img {
        max-width: 100% !important;
    }

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

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