.blockWrap_fb4630531cbc4cf69940d6895a9ec473 .videoGallery-text {
    margin-top: -80px;
    position: absolute;
}
.blockWrap_fb4630531cbc4cf69940d6895a9ec473 .flexslider {
    overflow: visible;
}
/*--------------- INQUIRE - WUFOO FORM  ----------------*/
.confirm h2 {
    color: #f3f3e6;
    font-size: 16px;
    font-family: caslon,"Times New Roman",Times,serif;
    font-style: normal;
    font-weight: 400;
}
html .redesigned-theme-2018 .wufoo .info {
    display: none !important;
}
.redesigned-theme-2018 .likert caption, 
.redesigned-theme-2018 .wufoo label.desc, 
.redesigned-theme-2018 .wufoo legend.desc {
    display: none;
}
.redesigned-theme-2018 input.text {
    border: 1px solid #d4d2d2 !important;
    border-radius: 0 !important;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select {
    background: transparent;
}
.wufoo .wufoo-dropdown .wufoo-dropdown-control {
    background: transparent;
}
.wufoo li.focused,
form li.focused {
    background-color: transparent !important;
}
.select.medium {
    width: 100% !important;
}
.redesigned-theme-2018 .wufoo input.text, 
.redesigned-theme-2018 .wufoo textarea.textarea, 
.redesigned-theme-2018 .wufoo input.file, 
.redesigned-theme-2018 .wufoo select.select, 
.redesigned-theme-2018 .wufoo li .wufoo-dropdown span {
  color: #f3f3e6 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f3f3e6 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f3f3e6 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #f3f3e6 !important;
}
form li.leftHalf, form li.rightHalf {
    width: 50% !important;
}
.redesigned-theme-2018 .wufoo li#fo1li9,
.redesigned-theme-2018 .wufoo li#fo1li8,
.redesigned-theme-2018 .wufoo li#fo1li3,
.redesigned-theme-2018 .wufoo li#fo1li11,
.redesigned-theme-2018 .wufoo li#fo1li5,
.redesigned-theme-2018 .wufoo li#fo1li6
{
    padding: 6px !important;
}
.redesigned-theme-2018 .wufoo input.text, .redesigned-theme-2018 .wufoo textarea.textarea, .redesigned-theme-2018 .wufoo textarea.textarea::placeholder, .redesigned-theme-2018 .wufoo input.file, .redesigned-theme-2018 .wufoo select.select, .redesigned-theme-2018 .wufoo li .wufoo-dropdown span {
    font-size: 14px !important;
}
.redesigned-theme-2018 input.text {
    padding: 15px !important;
}
.redesigned-theme-2018 input.btTxt:focus, .redesigned-theme-2018 input.btTxt:hover {
    background-color: #4e4d4d !important;
    border: 1px solid #4e4d4d !important;
}
.redesigned-theme-2018 input.btTxt{
    background-color: #5c845b !important;
    border: 1px solid #5c845b !important;
    border-radius: 0 !important;
    padding: 20px 55px !important;
}
.redesigned-theme-2018 input.btTxt {
    width: 100%;
    display: block;
}
.redesigned-theme-2018 .wufoo li.buttons {
    padding: 6px !important;
}
.redesigned-theme-2018 input.btTxt {
    font-family: caslon,"Times New Roman",Times,serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.redesigned-theme-2018 .wufoo input.text, .redesigned-theme-2018 .wufoo textarea.textarea, .redesigned-theme-2018 .wufoo input.file,
.redesigned-theme-2018 .wufoo li.paging-context b *, .redesigned-theme-2018 .wufoo li .wufoo-dropdown *, .redesigned-theme-2018 .wufoo label.choice *, .redesigned-theme-2018 .wufoo label.desc *, .redesigned-theme-2018 .wufoo legend.desc *, .redesigned-theme-2018 .likert thead td *, .redesigned-theme-2018 .likert tbody label *, .redesigned-theme-2018 .likert caption * {
    font-family: caslon,"Times New Roman",Times,serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
#wufoo-zi22x9d0uapf82 #footer {
    display: none !important;
}
/*--------------- INQUIRE ----------------*/
.alignLeft {
    text-align: left;
}
.expandForm {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 1em;
    text-align: left;

}
.expandForm p {
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.f-hasExpandForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customForm .contentTitle {
    padding-bottom: 0;
    color: #4e4d4d;
}
.customForm .blockText {
    text-align: center;
}
.moreInfo.contentTitle {
    padding-bottom: 1em;
    font-size: 13px;
    width: 100%;
    text-align: left;
}
/*new inquire form updates*/ 
.f-item.twoColumn {
    width: 49%;
}
.f-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: 500px;*/
}
.f-item {
    width: 100%;
}
.f-hidden, .f-formHidden {
    display: none;
    width: 100%; /*new*/
}
.f-item label {
    display: none;
}
.f-item input,
.f-item select,
.f-item textarea {
    width: 100%;
    border: 1px solid #d4d2d2;
    background: transparent;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #f3f3e6;
}
.f-item input::-webkit-input-placeholder,
.f-item textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f3f3e6;
  font-size: 14px;
}
.f-item input::-moz-placeholder,
.f-item textarea::-moz-placeholder { /* Firefox 19+ */
  color: #f3f3e6;
  font-size: 14px;
}
.f-item input:-ms-input-placeholder,
.f-item textarea:-ms-input-placeholder { /* IE 10+ */
  color: #f3f3e6;
  font-size: 14px;
}
.f-item input:-moz-placeholder,
.f-item textarea:-moz-placeholder { /* Firefox 18- */
  color: #f3f3e6;
  font-size: 14px;
}
.f-item select {
    -webkit-appearance: none;
    border-radius: 0px;
}
.f-select {
    position: relative;
}
.f-select:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 15px;
    top: 17px;
    border-top: 5px solid #d4d2d2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.f-item button {
    background-color: #5c845b;
    color: #f3f3e6;
    /*border-color: #4e4d4d;*/
    padding: 20px 55px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: 100%;
}
.f-item button:hover {
    color:#f3f3e6;
    background-color: #4e4d4d;
}
/*--------------- MEDIA QUERIES ----------------*/
@media only screen and (max-width: 667px) {
    .mobileButton {
        display: block;
        list-style-type: none;
    }
    .mobileButton a {
        text-align: center;
        width: 91%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .moreInfo.contentTitle {
        padding-bottom: .25em;
    }
    .expandForm {
        padding-bottom: .25em;
    }
}
/*--------------- GLOBAL ---------------*/
/*button padding*/
button, .button, input[type=submit] {
    padding: 0.75em 1.5em;
}
/*custom google font*/
.pageTitle,
.contentTitle, .contentTitle a {
    font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: 400;
}
.navContent li .button,
button, .button, input[type=submit] {
    font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: 600;
}
.flex-control-nav li a {
    width: 12px;
    height: 12px;
    background: transparent;
    border: solid 1px #d4d2d2;
}
.flex-control-nav li a.flex-active {
    background: #d4d2d2;
}
.flex-control-nav {
    bottom: -2.5em;
}
.touch .flexMain {
    margin-bottom: 40px;
}
/*--------------- FOOTER ---------------*/
 .footerContent .contentTitle {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 18px;
}
/*--------------- NAV ---------------*/
.navContent li .button {
    padding: .75em 1em;
}
/*--------------- HOME ---------------*/
/*video background*/
#changeText {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    font-size: 62px;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: 400;
    max-width: 810px;
    margin: 0 auto;
    line-height: normal;    
}
.blockWrap_f28eda923c824114a538ce7c61f71c14 {
    position: relative;
}
.blockWrap_b2d30df4120940f1b5e25243451b224e {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.blockWrap_f28eda923c824114a538ce7c61f71c14:before {
    content: '';
    background-color: rgba(0,0,0,.15);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*amentities gallery*/
.blockWrap_a237302e1d4b4e3096e5fbcb4965de7e .imgEffect-overlay, 
.blockWrap_a237302e1d4b4e3096e5fbcb4965de7e .imgEffect:hover .imgEffect-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%,rgba(0,0,0,0.5) 100%);
}
.items_b58cc4aa21f84a8ea528f0e01543a912 .item .itemInnerContent strong,
.items_ec6490cbd7294bb88bf0de2da3db5859 .item .itemInnerContent strong {
    font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}
/*gottesman section*/
.items_b58cc4aa21f84a8ea528f0e01543a912 .item:nth-child(odd) .maxWidth--itemContent,
.items_ec6490cbd7294bb88bf0de2da3db5859 .item:nth-child(1) .maxWidth--itemContent {
    max-width: 215px;
    font-size: 14px;
}
/* vr and map */
.map,.vr{
height: 75vh;
}
/*--------------- MEDIA QUERIES ---------------*/
@media only screen and (max-width: 820px) {
    #changeText {
        font-size: 22px
    }
}
@media only screen and (max-width: 768px) {
    .headerAndNavContainer {
        background-color: #4e4d4d;
    }
    .blockWrap_b2d30df4120940f1b5e25243451b224e .contentImg {
        width: 100%;
        max-width: 200px;
    }
    #changeText {
        bottom: 20px;
        max-width: 300px;
    }
}
@media only screen and (max-width: 767px) {
/*hide desktop gallery on mobile*/    
    .blockWrap_a237302e1d4b4e3096e5fbcb4965de7e, /*amenities*/
    .blockWrap_d4f37eef6cb44faaa6f04e3591a61582 /*gallery*/ {
        display: none;
    }
    /* ------------ vr and map -------------*/
    .map,.vr{
        height: 50vh;
    }    
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .map,.vr{
        height: 100vh;
    }        
}
@media only screen and (min-width: 768px) {
    .navContainer {
        padding-left: 0;
    }        
    .headerContent h1.logo {
        max-width: 332px;
    }
    iframe#wufooFormzi22x9d0uapf82.wufoo-form-container {
        height: 420px;
    }
/*hide mobile galleries on desktop*/    
    .blockWrap_d22272eeee384c07a470b18b38974bcb, /*amenities*/
    .blockWrap_cbf7faf0fd494527a5c056aaec39579a /*galleries*/ {
        display: none;
    }
.navContent ul li {
    margin-left: 1.3em;
}    
}
.navContent li a, .navContent li .navLabel{
    letter-spacing: .001em !important;
    font-size:12px !important;
}