﻿.BGalt {
  background: rgb(14, 39, 37);
  color: rgb(255, 255, 255);
}
.BGalt h1, .BGalt h2, .BGalt h3, .BGalt a {
  color: rgb(148, 125, 91);
}

.BGalt2 {
  background: rgb(148, 125, 91);
  color: rgb(255, 255, 255);
}
.BGalt2 h1, .BGalt2 h2, .BGalt2 h3, .BGalt2 a {
  color: rgb(14, 39, 37);
}

.BGalt3 {
  background: rgb(12, 26, 24);
  color: rgb(255, 255, 255);
}
.BGalt3 h1, .BGalt3 h2, .BGalt3 h3, .BGalt3 a {
  color: rgb(148, 125, 91);
}

:root {
  font-size: clamp(14px, 0.775vw, 26px);
}

body {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: clamp(14px, 0.775vw, 26px);
  font-weight: 400;
  color: rgb(148, 125, 91);
  background: rgb(227, 226, 226);
  overflow-x: hidden;
}

a {
  color: rgb(14, 39, 37);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a:hover {
  color: rgb(148, 125, 91);
}

a.btn, input[type=submit], button[type=submit], .fancybox__container a.btn {
  background: rgb(148, 125, 91);
  color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  border-radius: 0;
  font-weight: bold;
  margin-top: 1.5rem;
  text-transform: uppercase;
  /*&:after { content:'\f178'; font-family:'Font Awesome 6 Pro'; margin-left:.5rem; margin-left:.5rem; margin-right:.5rem; transition:all .15s ease-in-out; }*/
}
a.btn:hover, input[type=submit]:hover, button[type=submit]:hover, .fancybox__container a.btn:hover {
  background: rgb(14, 39, 37);
  color: rgb(255, 255, 255);
}
a.btn:hover:after, input[type=submit]:hover:after, button[type=submit]:hover:after, .fancybox__container a.btn:hover:after {
  margin-left: 1rem;
  margin-right: 0;
}
a.btn.text-link, input[type=submit].text-link, button[type=submit].text-link, .fancybox__container a.btn.text-link {
  background: transparent;
  color: rgb(14, 39, 37);
  padding: 0;
}
a.btn.text-link:hover, input[type=submit].text-link:hover, button[type=submit].text-link:hover, .fancybox__container a.btn.text-link:hover {
  background: transparent;
  color: rgb(148, 125, 91);
}

h1, h2, h3 {
  font-family: lust-display, serif;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(148, 125, 91);
  letter-spacing: 0.1rem;
}

h2 {
  font-size: 2rem;
}

h2.like-h3, h3 {
  font-size: 1.08rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: rgb(14, 39, 37);
  font-weight: normal;
}

.vertical-padding {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.vertical-padding-double {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.vertical-padding-top {
  padding-top: 3rem !important;
}

.vertical-padding-top-double {
  padding-top: 6rem !important;
}

.vertical-padding-top-none {
  padding-top: 0 !important;
}

.vertical-padding-bottom {
  padding-bottom: 3rem !important;
}

.vertical-padding-bottom-double {
  padding-bottom: 6rem !important;
}

.vertical-padding-bottom-none {
  padding-bottom: 0 !important;
}

.block-padding {
  padding: 6rem 3vw !important;
}

nav {
  /* NAV */
  /* NAV OVER*/
}
nav.bg-light { /*background:$BGbody!important;*/
  background: rgb(14, 39, 37) !important; /*background:transparent;*/
}
nav a.navbar-brand img {
  height: 50px;
}
nav .navbar-toggler {
  border: none;
  padding-right: 0;
  color: rgb(148, 125, 91);
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .fa-bars-sort {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: rgb(148, 125, 91);
}
nav .cta {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: var(--bs-navbar-brand-margin-end);
}
nav .cta .nav-link {
  font-size: 1rem;
  padding: 0 1rem;
}
nav .offcanvas.offcanvas-end {
  max-width: 1000px;
  width: 100%;
}
nav .offcanvas-header {
  background: rgb(14, 39, 37);
  padding: 0.5rem calc(var(--bs-gutter-x) * 0.5);
}
nav .offcanvas-header .btn-close {
  color: rgb(148, 125, 91);
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23947d5b'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") center/1em auto no-repeat !important;
}
nav .offcanvas-header .btn-close:focus {
  box-shadow: none;
}
nav .offcanvas-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100vh;
  padding: 0;
  overflow-y: auto;
}
nav .left {
  background: rgb(14, 39, 37);
  font-size: 0.8rem;
  color: rgb(148, 125, 91);
}
nav .left.top {
  flex: 0 0 40%;
}
nav .left.bottom {
  flex: 0 0 60%;
  padding: 2rem 1rem;
}
nav .left h3 {
  font-size: 0.8rem;
  color: rgb(148, 125, 91);
  font-family: "Gotham A", "Gotham B", sans-serif;
}
nav .left h3:not(:first-of-type) {
  margin-top: 1rem;
}
nav .left a {
  font-weight: 700;
  color: rgb(148, 125, 91);
}
nav .left a .fa-sharp {
  margin-right: 0.5rem;
}
nav .right {
  background: rgb(227, 226, 226);
  flex: 0 0 100%;
}
nav .right .navbar-nav.primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
}
nav .right .navbar-nav.primary .nav-link {
  font-size: 1.5rem;
}
nav .right .secondary {
  padding-top: 2rem;
}
nav .right .secondary .navbar-nav {
  flex-direction: row;
}
nav .right .secondary .nav-link {
  font-size: 0.8rem !important;
  padding: 0 1rem;
}
nav .right .secondary .nav-link:last-of-type {
  padding-right: 0;
}
nav.popup-open {
  position: relative;
}

.nav-shadow {
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
  transition: all 0.25s ease-in-out;
  position: fixed !important;
}

#main-content {
  padding-top: calc(1.2rem + 46px);
}
#main-content.popup-open {
  padding-top: 0;
}

#footer {
  font-size: 0.8rem;
  background: rgb(14, 39, 37);
  color: rgb(148, 125, 91);
}
#footer h3 {
  font-size: 0.8rem;
  color: rgb(14, 39, 37);
  font-family: "Gotham A", "Gotham B", sans-serif;
}
#footer h3:not(:first-child) {
  margin-top: 2rem;
}
#footer a, #footer a:hover {
  color: rgb(148, 125, 91);
}
#footer .top {
  padding-bottom: 3rem;
}
#footer .top .center img {
  margin: 0 auto;
  display: block;
}
#footer .top .center img.brand {
  max-width: 300px;
  height: auto;
}
#footer .top .right {
  display: flex;
  justify-content: flex-end;
}
#footer .top ul.contact-info, #footer .top ul.quick-links, #footer .top ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .top ul.contact-info li, #footer .top ul.quick-links li, #footer .top ul.social li {
  padding: 0;
}
#footer .top ul.contact-info li:not(:first-child), #footer .top ul.quick-links li:not(:first-child), #footer .top ul.social li:not(:first-child) {
  margin-top: 1rem;
}
#footer .top ul.contact-info li a .fa-brands, #footer .top ul.quick-links li a .fa-brands, #footer .top ul.social li a .fa-brands {
  margin-right: 0.5rem;
}
#footer .bottom {
  border-top: 1px solid rgba(30, 30, 30, 0.25);
}
#footer .bottom .left, #footer .bottom .right {
  display: flex;
  align-items: center;
}
#footer .bottom .left img {
  width: 150px;
  height: auto;
}
#footer .bottom .right {
  justify-content: flex-end;
}
#footer .bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottom ul li {
  margin: 0;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#footer .certifications {
  display: flex;
  flex-direction: column;
}
#footer .certifications img.certification {
  margin-top: 2rem;
  max-width: 150px;
  max-height: 70px;
}
#footer .certifications.mobile {
  display: none;
}

#Demo .component {
  border-bottom: 1rem solid rgb(30, 30, 30);
}

/* blocklist components */
.c5050 {
  display: flex;
  align-items: stretch;
}
.c5050.header {
  padding-top: 0;
}
.c5050 .copy {
  display: flex;
  align-items: center;
}
.c5050 .copy.left {
  padding-left: 0 !important;
  padding-right: 3vw;
}
.c5050 .copy.right {
  padding-right: 0 !important;
  padding-left: 3vw;
}
.c5050 .img-container {
  padding-left: 3vw;
}
.c5050 .img-container.left {
  padding-left: 0;
  padding-right: 3vw;
}
.c5050 .img {
  min-height: 50vh;
}

.c5050Header, .c5050 {
  display: flex;
  align-items: stretch;
}
.c5050Header .copy, .c5050 .copy {
  display: flex;
  align-items: center;
}
.c5050Header .copy.artist, .c5050 .copy.artist {
  display: flex;
  flex-direction: column;
}
.c5050Header .copy.artist.artist, .c5050 .copy.artist.artist {
  flex-direction: column;
}
.c5050Header .copy.artist .artist-container, .c5050 .copy.artist .artist-container {
  width: 100%;
  padding: 0;
}
.c5050Header .copy.artist .artist-container .copy, .c5050 .copy.artist .artist-container .copy {
  align-items: flex-start;
  width: 100%;
}
.c5050Header.header, .c5050.header { /*padding-top:0!important;*/ }

.cCopyWithBackground {
  display: flex;
  align-items: stretch;
}
.cCopyWithBackground .BG {
  min-height: 80vh;
  background-attachment: fixed !important;
}
.cCopyWithBackground .row.overlay {
  background: rgba(30, 30, 30, 0.25);
  min-height: 80vh; /*color:$white;*/
  /*h2 { color:$white; }*/
}
.cCopyWithBackground .copy {
  display: flex;
  align-items: center;
  position: relative;
}
.cCopyWithBackground .copy .inner {
  background: rgb(255, 255, 255);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(148, 125, 91);
}
.cCopyWithBackground .copy .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
.cCopyWithBackground .copy .inner:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
.cCopyWithBackground .copy .wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
}
.cCopyWithBackground .copy .wrapper:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
.cCopyWithBackground .copy .wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
.cCopyWithBackground .copy .has-image { /*color:$white;*/ }
.cCopyWithBackground .copy .has-image h2, .cCopyWithBackground .copy .has-image h3, .cCopyWithBackground .copy .has-image a.btn, .cCopyWithBackground .copy .has-image a.btn:hover { /*color:$white;*/ }

.cCopyWithStaggeredImages {
  display: flex;
  align-items: stretch;
}
.cCopyWithStaggeredImages .copy-container {
  display: flex;
  flex-direction: column;
}
.cCopyWithStaggeredImages .copy {
  padding-bottom: 3rem;
}
.cCopyWithStaggeredImages .copy.order-last {
  padding-top: 3rem;
  padding-bottom: 0;
}
.cCopyWithStaggeredImages .left {
  padding-right: 3vw;
}
.cCopyWithStaggeredImages .right {
  padding-left: 3vw;
}
.cCopyWithStaggeredImages .left:not(.copy-container), .cCopyWithStaggeredImages .right:not(.copy-container) {
  display: flex;
  align-items: center;
}

.cCardList {
  /*.row { justify-content:space-evenly; }*/
}
.cCardList .two:first-of-type {
  padding-right: 3vw;
}
.cCardList .two:nth-of-type(2) {
  padding-left: 3vw;
}
.cCardList .three:first-of-type {
  padding-right: 3vw;
}
.cCardList .three:nth-of-type(2) {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.cCardList .three:nth-of-type(3) {
  padding-left: 3vw;
}
.cCardList .four {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.cCard {
  display: flex;
  flex-direction: column;
}
.cCard .img {
  width: 100%;
  height: 50vh;
}
.cCard h3 { /*font-family:$title-font;*/
  text-transform: uppercase;
  margin: 1rem 0 0;
  color: rgb(148, 125, 91);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.cCard .copy {
  padding-top: 1rem;
}
.cCard a.btn {
  margin-top: 1rem;
  text-align: left;
}
.cCard.no-image {
  border-right: 1px solid rgb(14, 39, 37);
}
.cCard.no-image.two:nth-of-type(2n), .cCard.no-image.three:nth-of-type(3n), .cCard.no-image.four:nth-of-type(4n), .cCard.no-image:last-of-type {
  border-right: none;
}
.cCard .inner {
  display: flex;
  flex-direction: column;
}
.cCard .content {
  padding: 0 1rem 1rem;
}

.cVideoPlayer .video-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80vh;
  overflow: hidden;
}
.cVideoPlayer .video-container.darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  height: 100%;
  width: calc(100% - var(--bs-gutter-x));
  background: rgba(30, 30, 30, 0.25);
  z-index: 2;
}
.cVideoPlayer .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cVideoPlayer .video-container .overlay {
  position: absolute;
  z-index: 2;
  padding-left: 8vw;
  width: 65%;
  color: rgb(255, 255, 255);
}
.cVideoPlayer .video-container .overlay.center {
  width: 100%;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.cVideoPlayer .video-container a.play-btn {
  color: rgb(255, 255, 255);
  font-size: 4rem;
}
.cVideoPlayer .video-container .play-btn-container {
  display: flex;
  align-items: center;
}
.cVideoPlayer .video-container .play-btn-container .copy {
  padding-left: 1rem;
}

.cImageSlider .slider.slider-w-arrows, .cArtSlider .slider.slider-w-arrows {
  position: relative;
}
.cImageSlider .slider.slider-w-arrows .slick-list, .cArtSlider .slider.slider-w-arrows .slick-list {
  padding: 0 15%;
}
.cImageSlider .slider.slider-w-arrows .slide, .cArtSlider .slider.slider-w-arrows .slide {
  width: 80vw;
  height: 60vh;
  opacity: 0.5;
}
.cImageSlider .slider.slider-w-arrows .slick-slide, .cArtSlider .slider.slider-w-arrows .slick-slide {
  padding: 0 1vw;
}
.cImageSlider .slider.slider-w-arrows .slick-slide div, .cArtSlider .slider.slider-w-arrows .slick-slide div {
  height: 60vh;
}
.cImageSlider .slider.slider-w-arrows .slick-active .slide, .cArtSlider .slider.slider-w-arrows .slick-active .slide {
  opacity: 1;
}
.cImageSlider .slider.slider-w-arrows .previous, .cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .next {
  height: 64px;
  width: 64px;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(30, 30, 30);
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 998;
  transition: opacity 0.3s linear;
}
.cImageSlider .slider.slider-w-arrows .previous:hover, .cImageSlider .slider.slider-w-arrows .next:hover, .cArtSlider .slider.slider-w-arrows .previous:hover, .cArtSlider .slider.slider-w-arrows .next:hover {
  opacity: 1;
}
.cImageSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .previous {
  position: absolute;
  left: 8vw;
}
.cImageSlider .slider.slider-w-arrows .previous::before, .cArtSlider .slider.slider-w-arrows .previous::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .next {
  position: absolute;
  right: 8vw;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
}
.cImageSlider .slider.slider-w-arrows .next::before, .cArtSlider .slider.slider-w-arrows .next::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cImageSlider .slider.continuous, .cArtSlider .slider.continuous {
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.cImageSlider .slider.continuous:hover div, .cArtSlider .slider.continuous:hover div {
  animation-play-state: paused;
}
.cImageSlider .slider.continuous.rtl div, .cArtSlider .slider.continuous.rtl div {
  animation-name: marqueeRTL;
}
.cImageSlider .slider.continuous.ltr div, .cArtSlider .slider.continuous.ltr div {
  animation-name: marqueeLTR;
}
.cImageSlider .slider.continuous div, .cArtSlider .slider.continuous div {
  display: flex;
  position: relative;
  /*animation: marquee 10s linear infinite;*/
  /*animation-duration: THIS IS SET IN HTML*/
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  justify-content: space-around;
}
.cImageSlider .slider.continuous img, .cArtSlider .slider.continuous img {
  display: block;
  /*min-width: var(--image-size);
  height: var(--image-size);*/
  margin: 0 1vw;
}
.cImageSlider h2.slider-w-arrows, .cArtSlider h2.slider-w-arrows {
  margin-left: auto;
  margin-right: auto;
  width: 66.66%;
  left: 33.33%;
  margin-bottom: 1rem;
}
.cImageSlider h2.continuous, .cArtSlider h2.continuous {
  width: 40%;
  margin-left: 8%;
  text-align: right;
  padding-right: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@keyframes marqueeRTL {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marqueeLTR {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.cArtSlider .slide {
  height: auto !important;
}
.cArtSlider .slide .img {
  min-height: 60vh;
}
.cArtSlider .slide .description {
  display: flex;
  flex-direction: row;
}
.cArtSlider .slide .copy {
  width: 60%;
  padding: 1.5rem;
}
.cArtSlider .previous, .cArtSlider .next {
  top: 50%;
  top: 30vh !important; /*top = half of img height */
}

.artist-container {
  width: 40%;
  padding: 1.5rem;
  font-size: 0.8rem;
}
.artist-container .inner {
  padding: 0.5rem 1rem;
  background: rgb(228, 228, 228);
  display: flex;
  flex-direction: row;
}
.artist-container .avatar-container {
  padding-right: 0.5rem;
}
.artist-container .copy {
  padding: 0 !important;
  width: 100% !important;
  display: flex;
  flex-direction: column !important;
}
.artist-container a {
  font-size: 0.8rem;
  margin-top: 0.8rem;
  text-transform: uppercase;
}
.artist-container .fa-arrow-up-right {
  padding-left: 0.25rem;
}

ul.filters.iso-grid-nav, ul.virtual-tour-nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
ul.filters.iso-grid-nav li, ul.virtual-tour-nav li {
  padding: 0 0.5rem;
  cursor: pointer;
}
ul.filters.iso-grid-nav li.caption, ul.virtual-tour-nav li.caption {
  font-weight: bold;
  cursor: auto;
}
ul.filters.iso-grid-nav li.active, ul.virtual-tour-nav li.active {
  border-bottom: 1px solid rgb(30, 30, 30);
}

.cGalleryGrid {
  box-sizing: border-box;
}
.cGalleryGrid .grid, .cGalleryGrid .masonry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
}
.cGalleryGrid .grid .grid-item, .cGalleryGrid .masonry .grid-item {
  width: 25vw;
  height: 25vw;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
}
.cGalleryGrid .grid .grid-item a, .cGalleryGrid .masonry .grid-item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.cGalleryGrid .grid .grid-item a .overlay, .cGalleryGrid .masonry .grid-item a .overlay {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: rgb(255, 255, 255);
}
.cGalleryGrid .grid .grid-item a:hover .overlay, .cGalleryGrid .masonry .grid-item a:hover .overlay {
  opacity: 1;
}
.cGalleryGrid .grid .grid-item:hover, .cGalleryGrid .masonry .grid-item:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 2;
}
.cGalleryGrid .grid .grid-item:hover div, .cGalleryGrid .masonry .grid-item:hover div {
  border: 1px solid rgb(255, 255, 255);
}
.cGalleryGrid .masonry {
  justify-content: flex-start;
}
.cGalleryGrid .masonry .grid-item {
  width: 25vw;
  height: 25vw;
  padding: 1rem;
}
.cGalleryGrid .masonry .w-half {
  width: 12.5vw !important;
}
.cGalleryGrid .masonry .w-one {
  width: 25vw !important;
}
.cGalleryGrid .masonry .w-one-point-five {
  width: 37.5vw !important;
}
.cGalleryGrid .masonry .w-two {
  width: 50vw !important;
}

.cEngrainSitemap {
  height: 85vh;
  width: 100vw;
  padding-left: 3%;
  padding-right: 3%;
}

.cFloorPlanGrid .floor-plan {
  cursor: pointer;
  font-size: 0.7rem;
  transition: all 0.2s ease-in-out;
  background: rgb(228, 228, 228);
  padding: 0.5rem;
}
.cFloorPlanGrid .floor-plan:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 2;
  outline: 1px solid rgb(255, 255, 255);
}
.cFloorPlanGrid .floor-plan h3 {
  padding: 0.5rem 0 0.25rem;
}
.cFloorPlanGrid .floor-plan .description {
  padding: 0.25rem 0;
}
.cFloorPlanGrid .floor-plan .price {
  padding: 0.25rem 0;
}
.cFloorPlanGrid .floor-plan .text-link {
  padding: 0.25rem;
}
.cFloorPlanGrid ul.iso-grid-nav {
  margin-bottom: 1rem;
}

.floorplan-view-toggler {
  margin-left: 3vw;
}

.floorplan-view-toggler li.active {
  background-color: rgb(148, 125, 91);
  border-color: rgb(148, 125, 91) !important;
}

.fancybox__slide h3, .fancybox__slide a {
  color: rgb(148, 125, 91);
}

.cGoogleReviews .reviews .review-stars {
  display: none;
}
.cGoogleReviews .reviews .review-item {
  background: url("/img/quote.svg") no-repeat left center/contain;
}
.cGoogleReviews .previous, .cGoogleReviews .next {
  height: 64px;
  width: 64px;
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(30, 30, 30);
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 998;
}
.cGoogleReviews .previous::hover, .cGoogleReviews .next::hover {
  opacity: 1;
}
.cGoogleReviews .previous {
  position: absolute;
  left: -8vw;
}
.cGoogleReviews .previous::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cGoogleReviews .next {
  position: absolute;
  right: -8vw;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
}
.cGoogleReviews .next::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.cCTA a.btn {
  font-weight: bold;
  width: auto;
  margin: 1rem auto;
}

.cContactForm .contact-info h3:not(:first-of-type) {
  margin-top: 1.5rem;
}
.cContactForm .contact-form .input-validation-error {
  border: 1px solid red;
}
.cContactForm .contact-form .field-validation-error {
  color: red;
}
.cContactForm .contact-form .form {
  display: flex;
  flex-direction: column;
}
.cContactForm .contact-form .form fieldset {
  border: 1px solid rgb(228, 228, 228);
  margin-bottom: 2rem;
  padding: 0 1rem 0.5rem;
  height: auto;
}
.cContactForm .contact-form .form legend {
  text-transform: uppercase;
  font-size: 1rem;
  width: auto;
  padding: 0 0.5rem;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
  color: rgb(14, 39, 37);
  transform: translateY(-50%);
  background: rgb(227, 226, 226);
}
.cContactForm .contact-form .form label {
  margin-right: 1.5rem;
  margin-left: 0.25rem;
}
.cContactForm .contact-form .form input[type=text], .cContactForm .contact-form .form input[type=email], .cContactForm .contact-form .form input[type=tel] {
  width: 100%;
  margin: 0 auto;
  border: none;
  background: transparent;
  height: 2.5rem;
  padding-left: 1rem;
}
.cContactForm .contact-form .form input[type=text]:focus, .cContactForm .contact-form .form input[type=email]:focus, .cContactForm .contact-form .form input[type=tel]:focus {
  border: none !important;
  box-shadow: none;
  outline: none;
}
.cContactForm .contact-form .form input[type=checkbox] {
  height: 2rem;
  width: 2rem;
}
.cContactForm .contact-form .form .form-group {
  display: flex;
  align-items: center;
}
.cContactForm .contact-form .form button[type=submit] {
  display: flex;
  justify-content: flex-end;
}

/*.cFullWidthImage { padding-left:8vw; padding-right:8vw; }*/
.cFullWidthImage .img {
  min-height: 60vh;
}

/*.cPopup { display:none; }*/
.cPopup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center; /*margin-bottom:-1rem;*/
  /*.btn { margin:0 auto; }*/
}
.cPopup .close {
  float: right;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 2rem;
}
.cPopup h1 {
  text-align: center;
  margin: 0 auto 0.5rem;
  padding-top: 1rem;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
}
.cPopup .inner {
  padding: 1rem;
}
.cPopup.BGwhite h1, .cPopup.BGwhite .fa-xmark {
  color: rgb(14, 39, 37);
}
.cPopup.BGdarkgrey .close, .cPopup.BGorange .close {
  color: rgb(255, 255, 255);
}
.cPopup a.btn {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem;
}

/* fancybox */
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 100%;
}

/*RECAPTCHA*/
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  right: 1rem !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

#home {
  /*.cCardList ~ .c5050Header, .cImageSlider {*/
  /*background:$green url(/img/topo-green.png) no-repeat center center / cover, url(white-arrow-right-to-left.svg) no-repeat top right / contain; */
  /*background:$green url(/img/topo-green.png) no-repeat center center / cover; background-attachment:fixed;*/
  /*background-color:$green;
  background-image:url(/img/topo-green.png), url(/img/white-arrow-right-to-left.svg);
  background-attachment:fixed,initial;
  background-position:center center, top right;
  background-size:cover, 20%;
  background-repeat:no-repeat, no-repeat;*/
  /*h3 { color:$white; }
  }
  .cCardList ~ .c5050Header { position:relative;
      &:before { content:url(/img/white-arrow-right-to-left.svg); width:20vw; position:absolute; right:0; }
  }

  .cImageSlider ~ .c5050Header { background:none;
      h3 { color:inherit; }
  }*/
}
#home .cVideoPlayer .video-container, #home .cVideoPlayer video {
  height: 70vh;
  min-height: 0;
}
#home .cVideoPlayer h1 {
  font-size: 3rem;
  color: rgb(255, 255, 255);
}
#home .cVideoPlayer .overlay {
  padding: 0;
  width: 100%;
  text-align: center;
}
#home .cVideoPlayer a.play-btn {
  display: block;
  margin: 1rem auto 0;
  font-size: 2.5rem;
}
#home .cWYSIWYG {
  background: rgb(14, 39, 37);
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  color: rgb(255, 255, 255);
}
#home .cWYSIWYG .inner {
  max-width: 70vw;
  text-align: center;
}
#home .cImageSlider + .c5050Header, #home .cCardList {
  background: rgb(14, 39, 37); /*color:$white;*/
  /*a.btn { background:$tan; color:$green; }*/
}
#home .cImageSlider + .c5050Header h3, #home .cCardList h3 {
  color: rgb(148, 125, 91);
}
#home .cImageSlider + .c5050Header .cCard, #home .cCardList .cCard { /*color:$white;*/
  position: relative;
}
#home .cImageSlider + .c5050Header .cCard .inner, #home .cCardList .cCard .inner { /*border-width:5px; border-style:double; border-color:$tan;*/
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#home .cImageSlider + .c5050Header .cCard .inner:before, #home .cCardList .cCard .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
#home .cImageSlider + .c5050Header .cCard .inner:after, #home .cCardList .cCard .inner:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
#home .cImageSlider + .c5050Header .cCard .img:before, #home .cCardList .cCard .img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
#home .cImageSlider + .c5050Header .cCard .img:after, #home .cCardList .cCard .img:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(148, 125, 91);
  outline: 1px solid rgb(148, 125, 91);
  outline-offset: 4px;
  transform: rotate(45deg);
  margin: -1rem;
}
#home .cImageSlider + .c5050Header .cCard h3, #home .cCardList .cCard h3 {
  color: rgb(148, 125, 91);
}
#home .cCardList {
  background: rgb(14, 39, 37) url(/img/pattern.png) no-repeat bottom center/contain;
  display: flex;
  justify-content: stretch;
}

#community-amenities .cVideoPlayer .video-container {
  height: 70vh;
  width: 84vw;
  margin-left: 8vw;
  min-height: 0;
}
#community-amenities .cVideoPlayer .video-container video {
  height: 70vh;
}

body:has(.offcanvas.show) #knockDoorwayRoot {
  z-index: 800 !important;
}

.cWYSIWYG:has(#canva-iframe-wrapper) {
  width: 66.67%;
  margin-left: 16.66%;
}

@media screen and (max-width: 767px) {
  .vertical-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .vertical-padding-half {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .vertical-padding-top {
    padding-top: 3rem;
  }
  .vertical-padding-top-half {
    padding-top: 1.5rem;
  }
  .vertical-padding-top-none {
    padding-top: 0;
  }
  .vertical-padding-bottom {
    padding-bottom: 3rem;
  }
  .vertical-padding-top-half {
    padding-bottom: 1.5rem;
  }
  .vertical-padding-top-none {
    padding-bottom: 0;
  }
  .block-padding {
    padding: 3rem 1.5rem;
  }
  .navbar-toggler {
    font-size: 2rem;
  }
  nav {
    width: 100vw;
  }
  nav .left.top, nav .left.bottom, nav .right {
    flex: 1;
  }
  nav .right {
    order: 1;
  }
  nav .left.top {
    order: 3;
  }
  nav .left.bottom {
    order: 2;
    text-align: right;
    background: rgb(227, 226, 226);
  }
  nav .offcanvas-body {
    flex-wrap: nowrap;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    margin-bottom: 1rem;
  }
  .c5050 .img {
    min-height: 40vh;
  }
  .c5050 .img-container {
    order: 1;
    padding-left: 0;
  }
  .c5050 .copy {
    padding-left: 0;
    padding-right: 0;
    order: 2;
  }
  .c5050 .copy h2 {
    margin-top: 2rem;
  }
  .c5050.header .copy {
    order: 1 !important;
    padding: 3rem 0;
  }
  .c5050.header .img-container {
    order: 2 !important;
  }
  .c5050.header .img {
    min-height: 40vh !important;
  }
  .cCopyWithStaggeredImages .copy-container .copy {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .cCopyWithStaggeredImages .left.copy-container .copy {
    order: 2 !important;
  }
  .cCopyWithStaggeredImages .left.copy-container img {
    order: 1 !important;
  }
  .cCopyWithStaggeredImages .right.copy-container .copy {
    order: 1 !important;
  }
  .cCopyWithStaggeredImages .right.copy-container img {
    order: 2 !important;
  }
  .cCard {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .cCard:not(:last-of-type) {
    padding-bottom: 3rem;
  }
  .cCard.no-image:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid rgb(14, 39, 37);
    padding: 1.5rem 0;
  }
  .cCard.no-image:first-of-type {
    padding-top: 0;
  }
  .cCard.no-image:last-of-type {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  .cVideoPlayer .video-container {
    min-height: 30vh;
  }
  .cVideoPlayer .video-container .overlay {
    width: 90%;
  }
  .cImageSlider .continuous img {
    height: 50vw;
    width: 50vw;
  }
  .cImageSlider .slider.slider-w-arrows .slick-list, .cArtSlider .slider.slider-w-arrows .slick-list {
    padding: 0 5% !important;
  }
  .cImageSlider .slider.slider-w-arrows .slide, .cArtSlider .slider.slider-w-arrows .slide {
    width: 90vw;
    height: 60vh;
    opacity: 0.5;
  }
  .cImageSlider .slider.slider-w-arrows .previous, .cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .next {
    height: 32px;
    width: 32px;
  }
  .cImageSlider .slider.slider-w-arrows .previous, .cArtSlider .slider.slider-w-arrows .previous {
    left: 0;
  }
  .cImageSlider .slider.slider-w-arrows .next, .cArtSlider .slider.slider-w-arrows .next {
    right: 0;
  }
  .cImageSlider h2.continuous, .cArtSlider h2.continuous {
    width: 83.33%;
  }
  .cGalleryGrid {
    box-sizing: border-box;
  }
  .cGalleryGrid .grid .grid-item, .cGalleryGrid .masonry .grid-item {
    width: 50vw;
    height: 50vw;
    padding: 0.5rem;
    transition: all 0.2s ease-in-out;
  }
  .cGalleryGrid .masonry {
    justify-content: flex-start;
  }
  .cGalleryGrid .masonry .grid-item {
    width: 50vw;
    height: 50vw;
    padding: 0.5rem;
  }
  .cGalleryGrid .masonry .w-half {
    width: 25vw !important;
  }
  .cGalleryGrid .masonry .w-one {
    width: 50vw !important;
  }
  .cGalleryGrid .masonry .w-one-point-five {
    width: 75vw !important;
  }
  .cGalleryGrid .masonry .w-two {
    width: 100vw !important;
  }
  ul.filters.iso-grid-nav, ul.virtual-tour-nav {
    flex-wrap: wrap;
  }
  ul.filters.iso-grid-nav li.caption, ul.virtual-tour-nav li.caption {
    flex-basis: 100%;
    text-align: left;
  }
  .cGoogleReviews .previous, .cGoogleReviews .next {
    height: 32px;
    width: 32px;
  }
  .cContactForm .contact-info {
    padding-bottom: 3rem;
  }
  .cContactForm label:after {
    content: "";
    clear: both;
    display: table;
  }
  #footer .top .left {
    order: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #footer .top .center {
    order: 1;
  }
  #footer .top .right {
    order: 3;
    justify-content: flex-start;
  }
  #footer .bottom .right {
    justify-content: flex-start;
  }
  #footer .bottom .right ul {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }
  #footer .bottom .right ul li {
    padding: 1rem 0;
  }
  #footer .certifications.mobile {
    display: flex;
  }
  #footer .certifications.desktop {
    display: none;
  }
  .cArtSlider .slide .copy {
    width: 100%;
  }
  .cArtSlider .slide .description {
    flex-direction: column;
  }
  .artist-container {
    width: 100%;
  }
  #home .cVideoPlayer .video-container, #home .cVideoPlayer video {
    height: 40vh;
    min-height: 0;
  }
  #community-amenities .cVideoPlayer .video-container {
    height: 40vh;
    width: 84vw;
    margin-left: 8vw;
    min-height: 0;
  }
  #community-amenities .cVideoPlayer .video-container video {
    height: 40vh;
  }
  .cWYSIWYG:has(#canva-iframe-wrapper) {
    width: 94%;
    margin-left: 3%;
  }
  .cCopyWithBackground .copy .inner {
    background: rgba(255, 255, 255, 0.75);
  }
  .cCopyWithBackground .BG {
    background-attachment: unset !important;
  }
}
