/* CSS Document */


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

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


/*customise the imahe compare plugin*/

/* Banner for Final Release */
#content-web {
  margin-top: 90px !important;
}

div#banner {
  text-align: center;
  position: relative;
  z-index: 11;
  width: 100%;
  background: #d6e7f2;
  font-size: 45px;
  font-family: branch, Garamond, Baskerville, baskerville old face, hoefler text, times new roman, serif;
  color: #9a4f2f;
  height: 90px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width : 1025px){
  div#banner {
      font-size: 30px;
      position: absolute;
      top: -16px;
      line-height: 20px;
      padding: 15px 0;
      height: 73px;
      line-height: 48px;
    }
}
@media screen and (max-width : 500px){
  div#banner {
  line-height: 22px;
  font-size: 23px;
  }
}

.icv__label{
  position: absolute;
  top: 15px;
  left: 10px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.icv__label-before{
  left: 10px;
}

.icv__label-after{
  right: 10px;
  text-align: right;
}

.icv__control-line{
  width: 4px !important;
  background: #000 !important;
}


.banner{
  background-color: #bf0413 !important;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
   font-family: 'Branch',
   Garamond,
   Baskerville,
   "Baskerville Old Face",
   "Hoefler Text",
   "Times New Roman",
   serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  z-index: 1000;
  padding: 5px 1% 0;
 padding: 5px 1% 0;
   /*  font-size: 42px; */
}

/*.icv__arrow-wrapper{
  background: #000;
  padding: 5px 0;
}*/

.vbox-close {
    right: 20px;
    width: auto;
    height: auto;
    padding: 6px;
    color: #9a4f2f !important;
    font-size: 44px;
}

/* ==========================================================================
    animation class
   ========================================================================== */


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

.os-animation{
            opacity: 0;
}  
.os-animation.animated{
            opacity: 1;
}   

.pos-relative{
  position: relative;
}


.center-div{
  position: absolute;
  top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

@font-face {
    font-family: 'Branch';
    src: url('../fonts/Branch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nord';
    src: url('../fonts/Nord-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.border-white{
  /**/border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.brown{
  color: #9a4f2f !important;
}

/*

Adobe Garamond Pro Regular

font-family: adobe-garamond-pro, serif;
font-weight: 400;
font-style: normal;

*/

.garmont{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

/***************************************    GENERAL CSS  **************************************/


body{
  color: #010000;
}

.row{
  position: relative;
}

.full-height{
  height: 100vh;
}

.no-pad{
  padding-left:0;
  padding-right:0;
}

.viewSection{
  padding: 50px 0;
}

.m-w{ min-width:100% !important; } 

.color-orange{
  color: #9a4f2f;
}

a.color-orange:hover, a.color-orange:focus, a.color-orange:active{
  color: #9a4f2f;
  border-bottom: 1px solid #9a4f2f;

}

.color-black{
  color: #010000;
}

a.color-black:hover, a.color-black:focus, a.color-black:active{
  color: #010000;
  border-bottom: 1px solid #010000;

}

.white {
  color: #ffffff !important;

}

a.white:hover, a.white:focus, a.white:active{
  color: #fff;
  border-bottom: 1px solid #fff;

}

.no-underline:hover{
  text-decoration: none !important;
}

.no-hover-line:hover{
  border-bottom: unset !important;

}

.orange-bg {
  background-color: #9a4f2f;
}

.bg-blue{
  background: #d6e7f2;
}

.bg-white{
  background: #fff;
}

.bg-cream{
  background: #fcfaf8;
}

.bg-red{
  background: #bf0413 !important;
}

h1 {
  font-size: 72px;
  /*line-height: 68px;*/
  line-height: 58px;
  font-family: 'Branch', Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; 
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size: 38px;
  line-height: 34px;
   font-family: 'Branch', Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; 
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

h3 {
  font-size: 12px;
  letter-spacing: 3px;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
    text-transform: uppercase;
}
h4 {
  font-size: 9px;
  letter-spacing: 3px;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
    text-transform: uppercase;
}


h1.small-title{
  font-size: 47px;
}

.discoverMore{
  display: inline-block;
  max-width: 24px;
  margin-top: 10px;
}

.fw {
    width: 100%;
    max-width: none;
}


.corner-ribbon.top-left {
    top: -13px;
    left: -104px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-44deg);
    background-color: #bf0413;
    width: 279px;
    height: 100px;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.corner-ribbon {
    font-weight: 700;
    width: 200px;
    background: #bf0413;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 140px;
    letter-spacing: 1px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-transform: uppercase;
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
}


.soldSquareBanner{
  font-family: 'Branch', Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
 /* border: 2px solid #fff;
  padding-top: 5px;
   font-size: 36px;
  margin: 0 auto 25px;
  max-width: 260px; */
}

.mar-50{
  margin-top: 50px;
  margin-bottom: 50px;
}

.mar-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mar-top-50{
  margin-top: 50px;
}

.mar-bottom-50{
  margin-bottom: 50px;
}
.mar-top-10{
  margin-top: 10px;
}

.margin-b-30{
  margin-bottom: 30px;
}

.margin-b-20{
  margin-bottom: 20px;
}

.discover{
  margin-top: 50px;
}

.discover a{
  color: #010000;
}

.wrap-logo{
  margin-top: 22px;
  margin-bottom: 35px;
}


.locationDirectory{
  padding: 50px 0;
}

.locationDirectory .btn-terra{
  display: inline-block !important;
  margin: 25px auto !important;
}


.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
}

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


.svg-360{
  max-width: 55px;
}


/* video header */

#content-web{
  position: relative;
}

#videoPoster{
  position: absolute;
  width: 100%;
  max-width: none;
  top: 0;
  left: 0;
}


/*responsive iframe*/

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




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


/* video thumbs */


.alignCenter{
  text-align: center;
}

/* #sectionVideo{
  padding: 80px 0;
} */

#sectionVideo h1, #sectionPrecinct h1{
    margin-bottom: 40px;
}

.videoThumb{
  margin-bottom: 1.875rem;
}

.videoThumb h3{
 text-align: center;
 margin-top: 25px;
}

.videoHolder{
  position: relative;
}

.videoOverlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.videoOverlay img{
  width: 100px;
}

/***************************************    MENU HEADER    ***********************************/

/*
.margin-header-full{
  margin-top: 85px;
}*/

#header.shrink .logo-header{
      max-width: 110px;
    }

.logo-header{
  max-width: 136px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out ;
  -ms-transition: all 0.5s ease-in-out ;
  -o-transition: all 0.5s ease-in-out ;
  transition: all 0.5s ease-in-out ;
}

#header{
  position:fixed;
  z-index: 99999;
  display:inline-block; 
  text-align:center;
  background:#9a4f2f;
  padding:10px 0;
  width:100%;
  margin-left: auto;
  margin-right:auto;
  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
}



#logo{
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul.menu-desktop{
  margin-left: 3rem;
}


.menu-desktop {
  margin-left: 0;
  width:100%;
  margin-bottom: 0;
}
.menu-desktop li{ 
  list-style:none; 
  display:inline-block; 
  text-align:center; 
  text-transform:uppercase;
    margin: 0 2%;
  position: relative;
    top: 0;
    left: 0;
    z-index: 999999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
}

.menu-desktop li a{ 
  letter-spacing: 3px;
  text-transform:uppercase;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size:12px;
  color: #fff;
}
.to_logo{
  position:relative;
}
.menu-desktop .logo{
  position: relative;
    left: -6px;
    z-index: 999999;
  -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
}


   

#menu-in li.to_logo > a:before, #menu-in li.to_btn > a:before{
  position:relative;
  width:0;
  height: 0;
  bottom: 0;
  left: 0;
  background-color:transparent;
  visibility: hidden;
  -webkit-transform:none;
  transform: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  
}
#menu-in li.to_logo > a:hover:before, #menu-in li.to_btn > a:hover:before {
  visibility: hidden;
  -webkit-transform:none;
  transform:none;
}
   
#menu-in li > a:before {
 content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-in li > a:hover:before {
 visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#menu-in li.active > a:hover:before{ visibility:hidden; }


/**************  DROPDOWN  ************/

.dropdown li{
  margin-bottom: 10px;
}

.menu-desktop li ul{
    background: #9a4f2f;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 5px;
    display: none;
    margin-left: 0;
    top: 20px;
    width: 200%;
    left: -58px;
    padding: 10px 0px;
}

.menu-desktop li:hover > ul,
.menu-desktop li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}


/**************************************** menu  **********************************************************/



.to_logo.active, .to_logo.active a{
  border: none;
}

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 25px;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right:9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  right: -9000px;
}

.bar {
  position: fixed;
  right: 15px;
  top: 35px;
}
.bar:before {
  top: -6px;
}
.bar:after {
  top: 6px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 200px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(154, 79, 47, 1);
  z-index:99999999;
  overflow: hidden;
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  right: 0;
  top:50px;
  z-index: 2;
  list-style:none;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 16px;
  color: #FFF;
  /*display: block;*/
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 3px;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.menu-expanded .to_btn a{
  display: block;
}


.menu-expanded a:hover {
  /*background-color: rgba(0, 0, 0, 0.8);border: 2px solid #000;*/
  transition: all .15s;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 2px solid #fff;
  
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}


nav ul {
  margin: 0 2.0%;
}



.active{
   border-bottom:2px solid #fff;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
} 

#header.active{
  border-bottom: unset;
}


.toMobile li{
   max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}


.to_btn a.btn:hover{
  border: none;
  border: 2px solid #000;
  color: #000;
}


.soldoutBanner{
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #9a4f2f;
  color: #fff !important;
  padding: 10px 2%;
  text-align: center;
  font-family: 'Branch', Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: normal;
  font-style: normal;
  /* font-size: 26px; */
}

.soldoutBanner a{
  color: #fff !important;
}

.soldoutBanner span{
  border-bottom: 1px solid #fff;
}

#left_bar{
  position:fixed;
  top:40%;
  left:3%;
  z-index:999;
}


#right_bar{
  position:fixed;
  top:40%;
  right:3%;
  z-index:999;
}

.toMobile li.active{


}


.displayLess1024 .logo-header {
    max-width: 105px;
}

/**********************************  BTN  ************************/

.menu-desktop li a.btn{
  font-weight: 600;
}
.btn{
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color:#fff;
  text-transform:uppercase;
  padding:8px 20px;
  border:2px solid #000;
  font-size:12px;
  letter-spacing:3px;
  position:relative;
  background: #000;
  display: inline-block;
}

.btn-terra{
 font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  color:#fff;
  padding:8px 20px;
  border:2px solid #9a4f2f;
  font-size:12px;
  letter-spacing:3px;
  position:relative;
  background: #9a4f2f;
  text-transform: uppercase;
  display: inline-block;
}

.btn-terra:hover, .btn-terra:focus{
  background:  transparent;
  color:#9a4f2f !important;
}


a.btn:hover, a.btn:focus{
  background:  transparent;
  color:#fff !important;
}


.wrap-btn-slider{
  position: absolute;
  bottom: 10%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  z-index: 9;
}

.wrap-btn-slider .btn-terra:focus{
  background-color: #9a4f2f;
  color: #fff !important;

}


/*******************************  HEROS  ************************/

.hero-index{
  background-color: #9a4f2f;
}




/*****************************  SLIDER  *************************/

.slider-item{position:relative;}

.caption{
  position: absolute;
  top: 15px;
  left: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.caption-right{
  position: absolute;
  top: 15px;
  right: 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  color: #010000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*************************************************************************/

/******************************  CONTENTS ******************************/


.max-width-paragraph{
  text-align: left;
    width: 36%;
}

.max-width-paragraph-new{
  text-align: left;
    width: 65%;
}

.garmont-16{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.padding-left-section{
  padding-left: 10%;
}

.padding-left-right{
  padding-right: 10%;
}

.section-content{
  padding-top: 100px;
  padding-bottom: 100px;
}

#wrapper-website{
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.section {
  position: relative;
  padding: 0;
}

.inner-box{
  margin-left: auto;
  margin-right: auto;

}

.inner-box p, .inner-box p a{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}


p.text-header{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  color: #010000;
  margin-left: auto;
  margin-right: auto;
  width: 54%;
  line-height: 1.4;
}

p.text-header.width-text{
  width: 75%;
}

p.brach-header{
   font-family: 'Branch', Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; 
  font-weight: normal;
  font-style: normal;
  font-size: 38px;
  line-height: 34px;
}

.max-width-p{
  margin-left: auto;
  margin-right: auto;
  width: 67%;
}

.max-width{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.section-icons{
  padding-bottom: 100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.section-icons-h1{
  margin-top: 80px;
  margin-bottom: 80px;

}

.margin-logo{
  margin-top: 20px;
}
.margin-discovery{
  margin-top: 20px;
}


ul.list-content{
  margin-left: 0;
  margin-top: 22px;
}

ul.list-content li{
  list-style: none;
   font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.no-pad-b{
  padding-bottom: 0;
}

h2 .small-font-h2{
  font-size: 28px;
  line-height: 0;
}


.to-address{
  font-size: 28px !important;
  font-family: 'Branch' !important;
  font-weight: normal !important;
  font-style: normal !important;
}


.to-address a, .to-address a:focus, .to-address a:hover{
  color: #010000;
}



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

.max-width-register{
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}
#register {
  margin: 0 auto;
  background: #9a4f2f;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}

label {
    color: #ffffff !important;
    margin: 0 0 2rem;
}

[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: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    background-color: #9a4f2f;
    box-shadow: none;
    color: #ffffff;
    transition: none;
    /*margin: 0 0 2rem;*/
  text-transform: uppercase;
    /*padding: 0;*/
  font-family: 'Nord';
    font-weight: normal;
    font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
}

[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 {
    outline: none;
    background-color: #9a4f2f;
    box-shadow: none;
    transition: none;
  border: none;
  border-bottom: 1px solid #ffffff;
}

select {
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    background-color: #9a4f2f;
    background-image: none;
    transition: none;
   /* margin: 0 0 2rem;*/
  box-shadow: none;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
  font-size: 12px;
  letter-spacing: 3px;
}

select:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: #9a4f2f;
  box-shadow: none;
  transition: none;
  color: #ffffff;
}

.formSubmit {
  color: #000000;
  background-color: #ffffff;
  border: none;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 3px;
  width: 480px;
  max-width: 100%;
  padding: 8px;
  border-radius: 0px;
  width: 100%;

}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {

  
}

.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength {
    color: #f04124;
    text-align: left;
}

#response {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
  font-size: 8px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}





.msg_thanks p {
  color: #ffffff;
  font-size: 38px;
  line-height: 34px;
   font-family: 'Branch', Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; 
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-top: 55px;
}

.intro{
  padding: 0 5%;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 30px;
  text-transform: uppercase;
}



/*********************************   REGISTER FOOTER  *************************/



#subFooter{
  padding-bottom: 65px;
}

.winimLogo {
  display: inline-block;
  max-width: 105px;
}

.bresicwhitneylogo {
  display: inline-block;
  max-width: 140px
}

.wrap-logos{
    margin-top: 46px;
}

.tierraLogo {
  display: inline-block;
    max-width: 264px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.phone p, .phone, .phone p a{
  margin-bottom: 0;
    font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
}

.disclaimer {
  color: #ffffff;
  text-transform: uppercase;
 font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 8px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 5px;
}
/**/
.disclaimer a, .disclaimer a:hover, .disclaimer a:focus {
  color: #ffffff;
}

#rare, #rare a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
  font-size: 8px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}


/* ============================================== DISCLAIMER POP UP
*/
.reveal .lead {
    font-size: 16px;
  font-weight: bold;
}

.reveal-overlay {
    z-index: 99999;
}

.lead {
    font-size: 18px !important;
    font-family: 'Nord', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
    color: #9a4f2f;
}

.reveal p {
  font-size: 14px;
}

.reveal h4 {
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Nord';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
  color: #9a4f2f;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
    width: auto;
}

/* Unite Gallery  
.ug-thumb-wrapper{
  border: 4px solid #fff;
}
*/
.ug-gallery-wrapper, 
.ug-gallery-wrapper *{
  transition: all;
  -o-transition: all;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  max-width:none;
}

.ug-textpanel-title{
  text-align: center !important;
}

/* no less than 1024 */

@media screen and (max-width : 1024px)
 and (orientation: portrait)
 and (-webkit-min-device-pixel-ratio: 1.5) {
  .displaNot_less1024{
    display: none !important;
  }
  .displayLess1024{
    display:block !important;
  }
  
}

@media screen and (max-width : 1024px){

  .padding-icon{
    padding: 20px;
  }

  .displaNot_less1024{
    display: none !important;
  }

  .displayLess1024{
    display:block !important;
  }


  .section-icons-h1 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .section-icons {
    padding-bottom: 65px;
  }

  .section-icons.no-pad-b{
  padding-bottom: 0;
}
  
  
}

@media screen and (min-width : 1025px){
  .displaNot_less1024{
    display: block !important;
  }
  
  .displayLess1024{
    display:none !important;
  }

  .h3-margin-left{
    margin-left: 15%;
  }
  
}

.delete-from-1470{ display: none; }

p.text-header.new-width{
  width: 420px;
}

/* ==========================================================================
   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) {


.showMob{
  display: block;
}

.hideMob{
  display: none;
}

 .soldoutBanner {
    font-size: 18px;
 }


 .banner {
     font-size: 22px;
 }


    #sectionVideo, #sectionPrecinct {
         padding: 20px 0 10px;
    }


    .soldSquareBanner{
      font-size: 18px;
      margin: 25px auto 25px;
      max-width: 200px;
      border: 2px solid #fff;
    }
  

  p.text-header.new-width {
    width: 100%;
}

  .max-width-paragraph-new{
  text-align: center;
    width: 100%;
    margin-top: 40px;
}

  p.text-header.width-text{
  width: 100%;
}

  .h3-mobile-layout{
    text-align: center;
  }

  .h3-margin-left{
    text-align: center;
  }

  .remove-640{
    display: none;
  }

  .display-640{
    display: block;
  }

   .max-width-paragraph {
    text-align: center;
    width: 100%;
    margin-top: 50px;
  }

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

p.brach-header {
    font-size: 28px;
    line-height: 24px;
}


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

h1 {
    font-size: 50px;
    line-height: 40px;
   
  }
  
  h2 {
    margin-top: 40px;
    font-size: 32px;
      line-height: 30px;
  }
  h1.small-title{
  font-size: 44px;
}

  .discoverMore {
    margin-bottom: 40px;
  }

  .flex {
   /** display: unset;*/
    margin-bottom: 0;
  }

  .toMobile li {
    max-width: 80%;
  }


  .locationDirectory .btn-terra{
    margin: 25px auto 0 !important;
  }


}


/* 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) {

}

/*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) {

  .showMob{
    display: none;
  }

  .hideMob{
    display: block;
  }

  .remove-640{
    display: block;
  }

  .display-640{
    display: none;
  }

    .banner {
      font-size: 42px;
    }



  /*.flex {
    display: flex;
    flex-flow: row;
  }*/
  
  .section {
    padding: 0;
  }

    #sectionVideo, #sectionPrecinct {
      padding: 80px 0 40px;
    }


    .soldSquareBanner{
      font-size: 36px;
      margin: 0 auto 25px;
      max-width: 260px;
      border: 4px solid #fff;
      padding-top: 5px;
    }


  .soldoutBanner {
      font-size: 26px;
  }

  /************************  CUSTOM SCROLL BAR ************************/
html {
  --scrollbarBG: #9a4f2f;
  --thumbBG: #d6e7f2;
}

body::-webkit-scrollbar {
  width: 12px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}



}



/* iphone X landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {

}


/* iphone X portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}



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

}


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

}


/* iPhone 6+, 7+, 8+ landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

}

/* iPhone 6+, 7+, 8+ portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

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

  .showMob{
    display: block;
  }

  .hideMob{
    display: none;
  }

  .max-width-paragraph-new{
  text-align: left;
    width: 80%;
}


  p.text-header.width-text{
  width: 100%;
}


  p.brach-header {
    font-size: 32px;
    line-height: 27px;
}

  h1 {
    font-size: 52px;
    line-height: 48px;
  }
  h2 {
    font-size: 28px;
    line-height: 24px;
  }
  .discoverMore {
    margin-bottom: 40px;
  }

  .max-width-paragraph {
    text-align: left;
    width: 95%;
  }

  .mobile-width{
    width: 70% !important;
  }

  

}

/* 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) {

}

/* 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) {

  h1 {
    margin-top: 40px;
    
  }
  
  h2 {
    font-size: 38px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
 /* .flex {
    display: block !important;
    flex-flow: nowrap;
  }*/


  .locationDirectory .btn-terra{
    margin: 25px auto 0 !important;
  }

  .soldSquareBanner{
    font-size: 28px;
    margin: 25px auto 25px;
    padding-top: 0;
  }

}



@media only screen
and (min-width: 1024px)
and (max-width: 1199px) {



  .max-width-p{
    width: 90%;
  }

p.brach-header{
  font-size: 32px;
  line-height: 28px;
}

  .menu-desktop li {
    margin: 0 1%;
  }



  .mar-50 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  p.text-header {
    width: 90%;
  }

  .discover {
    margin-top: 25px;
  }

  .mar-top-50 {
    margin-top: 20px;
  }

  

  .inner-box p, .inner-box p a{
  font-size: 13px;
  }

  ul.list-content li {
    font-size: 13px;
}

p.text-header {
    font-size: 13px;
    width: 100%;
  }

  .garmont-16 {
    font-size: 13px;
}

  p.text-header.width-text {
    width: 100%;
}



  .h1-tile{
    font-size: 40px;
    line-height: 30px;
  }

  .max-width-paragraph {
    text-align: left;
    width: 68%;
  }

  .menu-desktop li {
    margin: 0 0.5%;
}



}


@media only screen
and (min-width: 1200px)
and (max-width: 1366px) {

  

.h1-tile{
    font-size: 45px;
    line-height: 35px;
  }

  p.text-header {
    font-size: 16px;
    width: 100%;
  }

  .inner-box p, .inner-box p a{
  font-size: 16px;
  }

  .max-width-p{
    width: 90%;
  }

  p.brach-header{
  font-size: 32px;
  line-height: 28px;
  }

  .max-width-paragraph {
    text-align: left;
    width: 55%;
}


}


/* 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) {
}

/* iPad Pro 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) {
}

/* iPad Pro 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) {
}


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

h1 {
    font-size: 50px;
      line-height: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 24px;
  }

  h1.small-title{
  font-size: 44px;
}
  /*.flex {
    display: flex;
  }*/

}


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

  h1 {
    font-size: 50px;
      line-height: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 24px;
  }

  h2 .small-font-h2{
    font-size: 24px;
    line-height: 0;
  }

  h1.small-title{
  font-size: 50px;
}
  
  /*.flex {
    display: flex;
  }*/

}





@media screen and (max-width : 1024px)
 and (orientation: portrait)
 and (-webkit-min-device-pixel-ratio: 1.5) {
  .displaNot_less1024{
    display: none !important;
  }
  .displayLess1024{
    display:block !important;
  }
  
}


@media only screen and (min-width: 1024px) {

   .remove-1024{
    display: none;
  }

  .display-max-1023{
    display: none;
  }

  .display-min-1024{
    display: block;
  }

  .flex {
    display: flex;
  }

  


}


@media only screen and (max-width: 1023px) {

  .mobile-margin-b-50{
    margin-bottom: 50px;
  }

  .mobile-mar-b{
    margin-bottom: 90px;

  }

  .display-max-1023{
    display: block;
  }

  .display-min-1024{
    display: none;
  }

  .max-width {
    max-width: unset;
  }

  .inner-box {
    margin-left: auto;
    margin-right: auto;
}

.mobile-marg{
  margin-top: 50px;
  margin-bottom: 50px;
}

.mobile-margin-bottom{
  margin-bottom: 50px;
}

.margin-header-full{
  margin-top: 0 !important;
}

.h1-margin-mobile{
  margin-top: 40px;
  margin-bottom: 20px;
}


.padding-left-section{
  padding-left: 0.9375rem;
}

.padding-left-right{
  padding-right: 0.9375rem;
}


}


@media only screen
and (max-width: 1024px) {

  .mar-50 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  p.text-header {
    width: 100%;
}

.section-mobile{
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-mobile h1{
  margin-top: 0;
}
    
}



/*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) {

}

@media screen
and (min-width: 1367px)
and (max-width: 1680px) {

  p.text-header {
    width: 80%;
  }

  .max-width-p{
    width: 80%;
  }

  .h1-tile{
    font-size: 55px;
    line-height: 45px;
  }

  .max-width-paragraph{
  text-align: left;
    width: 40%;
}



}





/*19" laptop*/
@media screen
and (min-width: 1200px)
and (max-width: 1440px) {

  .menu-desktop li {
    margin: 0 1%;
}

}

/*20" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1600px) {
  ul.menu-desktop {
    margin-left: 0;
}
}


/*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: 1470px) {
  .delete-from-1470{ display: block; }
}

@media only screen
and (max-width: 1500px) {
  
  .delete1500{
    display: none;
  }

}

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

