/* rotate*/
/* translate*/
/*transform origin*/
body, input, select, textarea {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #485a73;
}

button {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0em !important;
}

.desk {
  display: block !important;
}

.mob {
  display: none !important;
}

@media (max-width: 768px) {
  .desk {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
}
/*............Common fonts............*/
body,
html {
  font-family: #67aca6;
  letter-spacing: 0.05em;
}

body > iframe {
  position: absolute;
}

a:focus,
button:focus,
*:focus {
  outline-color: transparent !important;
}

.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab *:focus {
  outline-color: #323232 !important;
}

.using-keytab .blog-post-img a:focus {
  outline-offset: -2px;
}

.using-keytab .faraday-slider .slide:focus,
.using-keytab.neighborhood #all_cat:focus,
.using-keytab .color-tile-section .tile:focus,
.using-keytab .blog-category:focus {
  outline-offset: -2px;
}

.using-keytab .selectivo__label:focus,
.using-keytab .selectivo__option:focus,
.using-keytab #logo a:focus {
  outline: #323232 dashed 2px;
  outline-offset: 2px;
}

.using-keytab .footer a:focus {
  outline-color: #ffffff !important;
}

.using-keytab .hywrap .form-actions button:focus,
.using-keytab .hywrap input:focus,
.using-keytab .hywrap select:focus,
.using-keytab .hywrap textarea:focus {
  outline: 1px dashed #323232 !important;
}

.mt_main_heading,
.mt_sub_heading {
  font-family: "Crimson Pro", serif !important;
  letter-spacing: 0em;
  color: #ffffff;
}

.mt_txt_sub,
.mt_txt_intro,
.mt_btn {
  font-family: "Work Sans", sans-serif !important;
  letter-spacing: 0.05em !important;
  color: #485a73;
}

@media (max-width: 768.8px) {
  .mt_txt_sub {
    font-size: 18px !important;
  }
}

.mt_sec_vertical_line::after {
  background-color: #485a73;
  border: 1px solid #485a73;
}

.mt_banner:before {
  display: none;
}

.default header {
  background-color: rgba(255, 255, 255, 0.5);
}
.default .mt_banner_wrap {
  padding-bottom: 0 !important;
}

.disable-link {
  pointer-events: none;
  cursor: pointer;
}

.mt_social_wrap {
  display: none !important;
}

#mainContents {
  margin-top: 0;
}

.mt_btn {
  background: #d99887;
  color: #ffffff;
  border-color: #d99887;
  font-family: "Work Sans", sans-serif !important;
  letter-spacing: 0.05em !important;
  font-weight: normal !important;
  font-size: 15px !important;
}
.system .mt_btn:hover {
  background: #ffffff;
  color: #d99887 !important;
  border-color: #d99887;
}
.mt_btn.orange-btn {
  background: #d99887 !important;
  color: #ffffff !important;
  border-color: #d99887 !important;
}
.system .mt_btn.orange-btn:hover {
  background: #ffffff !important;
  color: #d99887 !important;
  border-color: #d99887 !important;
}
.mt_btn.blue-btn {
  background: #485a73;
  color: #ffffff;
  border-color: #485a73;
}
.system .mt_btn.blue-btn:hover {
  background: #ffffff;
  color: #485a73 !important;
  border-color: #485a73 !important;
}
.mt_btn.black-btn {
  background: #323232;
  color: #ffffff;
  border-color: #323232;
}
.system .mt_btn.black-btn:hover {
  background: #ffffff;
  color: #323232 !important;
  border-color: #323232;
}

.mt_mob_dropdown_wrap .selectivo__label::after {
  background: url(../images/down-white.png) no-repeat center center;
}

@media (min-width: 769px) {
  .inner_page:not(#gallery_page):not(#page_404):not(#thank_you_page):not(#virtual_tour_page) .mt_banner {
    height: 41.5vw !important;
    min-height: unset !important;
  }
}
.nodisplay {
  display: none !important;
}

.osano-cm-widget {
  display: none;
}

.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover, .osano-cm-link:active,
.osano-cm-link {
  color: #000;
}

.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}

footer .mt_footer_bottom_block a.mt_privacy, footer .mt_footer_bottom_block span.mt_privacy {
  padding: 0 1vw 0 !important;
  line-height: 19px !important;
}

footer .mt_footer_bottom_block a.mt_with_margin, footer .mt_footer_bottom_block span.mt_with_margin {
  margin-right: 0vw !important;
}

.cookie {
  border-left: 2px solid #979797;
  text-transform: uppercase;
  padding: 0 1vw 0 !important;
}

.mt_footer_logo_block {
  margin-right: 1vw !important;
  padding-right: 1vw;
}

.mt_footer_bottom_right {
  justify-content: center;
}

@media (max-width: 1199.8px) {
  footer .mt_footer_bottom_block a, footer .mt_footer_bottom_block span {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .mt_privacy, .cookie {
    width: 30% !important;
    line-height: 22px !important;
  }
  footer .mt_footer_bottom_block .mt_footer_bottom_right img {
    height: 17px !important;
    width: auto;
  }
}
@media (max-width: 600px) {
  footer .mt_footer_bottom_block .mt_footer_bottom_right img {
    height: 13px !important;
    width: auto;
  }
  .mt_ada, .mt_eho, .mt_footer_logo_block {
    width: auto !important;
  }
  footer .mt_footer_bottom_right {
    justify-content: space-between !important;
  }
  footer .mt_footer_bottom_block a, footer .mt_footer_bottom_block span {
    font-size: 7px !important;
  }
}
@media (min-width: 769px) {
  footer .mt_footer_bottom_block a, footer .mt_footer_bottom_block span {
    font-size: 12px;
  }
  footer .mt_footer_bottom_block a.mt_with_margin.mt_privacy {
    margin-left: 0vw !important;
  }
  footer .mt_footer_bottom_block a, footer .mt_footer_bottom_block span {
    line-height: normal;
  }
}
footer .mt_footer_bottom_block .mt_social_wrapper {
  width: auto !important;
}

.disclaimer {
  padding: 40px 50px;
  text-align: center;
  font-size: 16px;
  line-height: 2rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

.home-page .mt_specials_popup {
  width: 100% !important;
  max-width: 100% !important;
}

.mt_popup_slider {
  z-index: 4;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.mt_popup_slider .mt_popup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 10% auto;
  height: auto;
  background-color: #ffffff;
  width: 80%;
}
.mt_popup_slider .mt_popup_inner button {
  width: 30px;
  height: 31px;
  background-size: 18px;
  border: 0;
  background: url(../images/left.png) no-repeat center center;
}
@media (max-width: 768.8px) {
  .mt_popup_slider .mt_popup_inner button {
    height: 20px;
  }
}
.mt_popup_slider .mt_popup_inner button:focus {
  outline: 2px dotted #323232;
}
.mt_popup_slider .mt_popup_inner button.slick-prev {
  top: 50%;
  color: transparent;
  left: 0;
}
.mt_popup_slider .mt_popup_inner button.slick-next {
  right: 0;
  top: 50%;
  color: transparent;
}
.mt_popup_slider .mt_popup_inner button .slick-next {
  background-image: url(../images/right.png);
  right: -20px;
  left: auto;
}
.mt_popup_slider .mt_popup_inner button.mt_popup_close {
  right: 10%;
  position: absolute;
  top: 10%;
  right: 10%;
  top: 2%;
  width: 39px;
  height: 38px;
  background: url("../images/icons/popup-close.svg") no-repeat center center transparent;
}
.mt_popup_slider .mt_popup_inner .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt_popup_slider .slick-track {
  height: 100%;
}
.mt_popup_slider .slick-track .slick-slide {
  height: 50vh;
}
.mt_popup_slider .slick-dots {
  display: none !important;
}
.mt_popup_slider .item_image {
  width: 85% !important;
  margin: 0 auto;
}
@media (max-width: 768.8px) {
  .mt_popup_slider .item_image {
    width: 80% !important;
  }
}

.policy-content {
  background-color: #ebe1d8;
  font-family: "Work Sans", sans-serif;
  color: #3c3c3c;
  padding-top: 80px;
  padding-bottom: 80px;
}
.policy-content h2, .policy-content h3, .policy-content h4, .policy-content h5, .policy-content h6 {
  font-weight: 600;
  color: #323232;
}
.policy-content h2 {
  font-size: 28px;
  margin: 30px 0 20px;
}
.policy-content h3 {
  font-size: 24px;
  margin: 25px 0 15px;
}
.policy-content h4 {
  font-size: 20px;
  margin: 20px 0 15px;
}
.policy-content h5 {
  font-size: 18px;
  margin: 20px 0 10px;
}
.policy-content h6 {
  font-size: 16px;
  margin: 15px 0 10px;
}
.policy-content p {
  margin: 0 0 15px;
  line-height: 1.6;
}
.policy-content ul, .policy-content ol {
  margin: 15px 0;
  padding-left: 30px;
}
.policy-content ul li {
  list-style: disc;
}
.policy-content ol li {
  list-style: decimal;
}
.policy-content ul li, .policy-content ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.policy-content a {
  color: #485a73;
  text-decoration: underline;
}
.policy-content a:hover {
  color: #d99887;
}
.policy-content strong, .policy-content b {
  font-weight: 600;
}
.policy-content em, .policy-content i {
  font-style: italic;
}

.privacy-page .mt_txt_intro {
  color: #ffffff;
}

#virtual_tour_page #tour {
  min-height: 500px;
  margin-bottom: 9px;
  padding-top: 0 !important;
}

footer {
  background-color: #3c3c3c;
  background-position: -6px -13px;
  color: #d6c3b1;
  font: 36pt "Work Sans", sans-serif;
}
footer .mt_footer_bottom_right {
  justify-content: center;
}
@media (max-width: 768.8px) {
  footer .mt_footer_bottom_right a {
    width: auto;
  }
}
footer .mt_footer_bottom_right .housing_label {
  padding-left: 1vw;
  padding-right: 1vw;
}
footer .mt_footer_bottom_right .mt_ada, footer .mt_footer_bottom_right .mt_eho {
  pointer-events: none;
  cursor: default;
}
footer .mt_hyly_block {
  display: none;
}
@media (min-width: 1200px) {
  footer .mt_footer_bottom_right {
    width: auto;
  }
}
@media (max-width: 991.8px) {
  footer {
    justify-content: center;
  }
}
footer h2 {
  color: #d6c3b1;
  font: 36px "Crimson Pro", serif;
}
@media (min-width: 769px) {
  footer h2 {
    padding-top: 90px;
  }
}
@media (min-width: 769px) {
  footer .mt_footer_address_block {
    align-items: flex-start;
  }
  footer .mt_footer_address_block .mt_address_middle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer .mt_footer_address_block h3 {
  margin-bottom: 0;
}
footer .mt_footer_address_block h3,
footer .mt_footer_address_block a {
  color: #d6c3b1 !important;
  font-weight: normal !important;
  font: 15px "Work Sans", sans-serif;
  letter-spacing: 0.025em;
}
footer .mt_footer_address_block a span {
  color: #d6c3b1;
  font-size: 15x;
  font-family: "Work Sans", sans-serif;
}
footer .mt_footer_address_block p,
footer .mt_footer_address_block span {
  font-size: 15px;
  font-family: "Work Sans", sans-serif !important;
  color: #d6c3b1 !important;
}
footer .mt_footer_address_block .mt_address_right span {
  display: block;
}
footer .mt_footer_bottom_block {
  padding-bottom: 30px;
}
@media (max-width: 1399.8px) {
  footer .mt_footer_bottom_block {
    justify-content: space-between;
  }
}
footer .mt_footer_bottom_block a,
footer .mt_footer_bottom_block span {
  top: 0;
  color: #d6c3b1 !important;
  font-family: "Work Sans", sans-serif !important;
}
@media (max-width: 1399.8px) {
  footer .mt_footer_bottom_block a,
  footer .mt_footer_bottom_block span {
    font-size: 12px;
  }
}
footer .mt_footer_bottom_block a.mt_privacy,
footer .mt_footer_bottom_block span.mt_privacy {
  border: none;
  padding: 0;
  min-width: 110px;
  margin-right: 2vw;
  margin-left: 2vw !important;
}
@media (max-width: 1399.8px) {
  footer .mt_footer_bottom_block a.mt_privacy,
  footer .mt_footer_bottom_block span.mt_privacy {
    margin-right: 1vw;
    margin-left: 1vw !important;
  }
}
@media (max-width: 374.8px) {
  footer .mt_footer_bottom_block a.mt_privacy,
  footer .mt_footer_bottom_block span.mt_privacy {
    min-width: 125px;
  }
}
footer .mt_footer_bottom_block .mt_social_wrapper {
  display: flex;
  align-items: center;
  width: auto;
  width: 15vw !important;
}
@media (max-width: 1199.8px) {
  footer .mt_footer_bottom_block .mt_social_wrapper {
    border-color: #d6c3b1;
    justify-content: flex-start;
    width: auto !important;
  }
}
@media (max-width: 768.8px) {
  footer .mt_footer_bottom_block .mt_social_wrapper {
    width: 100% !important;
    justify-content: center;
  }
}
footer .mt_footer_bottom_block .mt_social_wrapper a {
  border-color: #d6c3b1;
  border-width: 2px;
  width: 30px;
  height: 30px;
  line-height: 25px;
}
footer .mt_footer_bottom_block .mt_social_wrapper a img {
  max-height: 20px;
}
footer .mt_footer_address_block {
  border-color: #d6c3b1 !important;
  border-width: 1px !important;
}
footer .mt_footer_address_block a {
  display: block;
}
@media (max-width: 768.8px) {
  footer .mt_footer_address_block {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768.8px) {
  footer .mt_footer_address_block .mt_address_left {
    margin: 0 auto !important;
  }
}
@media (max-width: 768.8px) {
  footer .mt_address_left,
  footer .mt_address_middle,
  footer .mt_address_right {
    width: 100% !important;
  }
}
footer .logo-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768.8px) {
  footer .logo-center {
    width: 100%;
  }
}
footer .logo-center .mt_footer_logo_block img {
  height: 35px !important;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  footer .logo-center .mt_footer_logo_block img {
    height: 30px !important;
  }
}
@media (min-width: 769px) and (max-width: 991.8px) {
  footer .logo-center .mt_footer_logo_block img {
    width: auto;
    height: 20px !important;
  }
}
@media (max-width: 768.8px) {
  footer .logo-center .mt_footer_logo_block {
    width: auto;
    margin-bottom: 30px !important;
  }
}
footer .mt_ada {
  margin-left: 1vw;
}
@media (max-width: 1399.8px) {
  footer .mt_ada {
    margin-left: 1vw !important;
  }
}
footer .mt_footer_bottom_block a.mt_with_margin,
footer .mt_footer_bottom_block span.mt_with_margin {
  margin-right: 2vw;
  margin-left: 1vw !important;
}
@media (max-width: 1399.8px) {
  footer .mt_footer_bottom_block a.mt_with_margin,
  footer .mt_footer_bottom_block span.mt_with_margin {
    margin-left: 1vw !important;
    margin-right: 1vw;
  }
}
footer span.seperator {
  font-size: 24px;
}
footer .mt_footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768.8px) {
  footer .mt_footer_menu {
    width: 100%;
  }
}
footer .mt_footer_menu li {
  line-height: 0;
  border-left: 2px solid #d6c3b1;
}
@media (max-width: 768.8px) {
  footer .mt_footer_menu li:first-child {
    border-left: 0;
  }
}
footer .mt_footer_menu a {
  text-transform: uppercase;
  padding: 0 1vw;
}
@media (min-width: 769px) {
  footer .mt_footer_menu a {
    position: relative;
    top: -2px;
  }
}

footer .mt_footer_bottom_block .mt_social_wrapper {
  width: auto !important;
}

@media (max-width: 991.8px) {
  footer .mt_footer_bottom_block .mt_social_wrapper a {
    margin-right: 10px !important;
  }
}
@media (max-width: 768.8px) {
  footer .mt_footer_bottom_block {
    flex-direction: column;
  }
}
footer .mt_footer_bottom_block {
  flex-wrap: nowrap;
}

.newrock img {
  width: auto;
}

header .mt_logo_area img {
  width: 115px;
  max-width: 115px;
}

.virtual_tour header {
  background: #323232 !important;
}

header {
  z-index: 2;
  background: #323232;
  width: calc(100% - 20px);
  padding: 32px 0;
}
header .mt_navigation_wrapper {
  align-items: center !important;
}
@media (max-width: 768.8px) {
  header {
    top: 0 !important;
    background: #323232;
    padding-top: 17px !important;
  }
}
@media (max-width: 768.8px) {
  header {
    padding: 20px 0 20px !important;
  }
}

.current-menu-item a, .current_page_item a {
  position: relative;
}
.current-menu-item a:after, .current_page_item a:after {
  opacity: 1;
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background: #323232;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mt_hamb_menu {
  background-color: #ffffff;
}

header.mt_fixed, .floorplan-detail header.mt_fixed {
  background-color: #323232 !important;
}

.mt_top_header ul li a {
  color: #3c3c3c !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 0.1em;
}

#menu-header-menu li a {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  margin-right: 3vw;
  top: 0 !important;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199.8px) {
  #menu-header-menu li a {
    font-size: 14px;
    margin-right: 2vw;
  }
}
@media (max-width: 991.8px) {
  #menu-header-menu li a {
    font-size: 12px;
    margin-right: 1vw;
  }
}

header .mt_navigation_wrapper .mt_header_right .mt_visit_btn {
  color: #ffffff;
  font-family: "Work Sans", sans-serif !important;
  letter-spacing: 0.1em !important;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199.8px) {
  header .mt_navigation_wrapper .mt_header_right .mt_visit_btn {
    font-size: 14px;
  }
}
@media (max-width: 991.8px) {
  header .mt_navigation_wrapper .mt_header_right .mt_visit_btn {
    font-size: 12px;
  }
}

.mt_hamb_menu li a {
  color: #3c3c3c !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 0.1em;
}

.mt_hid header .mt_menu_toggle .mt_menu_2,
.mt_hid header .mt_menu_toggle .mt_menu_3 {
  background: #3c3c3c !important;
}

.menu-contact a {
  cursor: pointer;
}

.home-page .mt_fixed {
  z-index: 7;
}

.mt_banner {
  z-index: 1;
}
.mt_banner.mt_sec_vertical_line::after {
  bottom: -140px;
  height: 140px;
  display: none;
}
.mt_banner::before {
  display: none;
}

#home_page .workforce_cta {
  margin-top: 40px;
}
#home_page .mt_banner {
  height: auto !important;
  background: transparent !important;
  width: 100%;
}
#home_page .mt_banner .muted {
  display: none;
}
@media (max-width: 768.8px) {
  #home_page .mt_banner {
    margin-top: 62px;
  }
}
@media (max-width: 768.8px) {
  #home_page .mt_banner::before {
    display: none;
  }
}
@media (max-width: 768.8px) {
  #home_page .mt_banner .mt_video_bg_mob {
    display: none;
  }
}
#home_page .mt_banner .mt_slide {
  position: relative;
  width: 100%;
  background-position: top !important;
}
#home_page .mt_banner .mt_slide .overlay-pattern {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  max-height: 100vh;
  transform: none;
}
#home_page .mt_banner .mt_slide .overlay-pattern.out {
  transition: all 1.5s linear;
  transition-delay: 0.7s;
  transform: translateY(-150%);
}
#home_page .mt_banner .mt_slide .overlay-pattern.no-display {
  display: none;
}
#home_page .mt_banner .mt_slide .overlay-pattern img {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 991.8px) {
  #home_page .mt_banner .mt_slide .overlay-pattern img {
    height: 60vw;
  }
}
#home_page .mt_banner .mt_slide .overlay-pattern-one {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  max-height: 100vh;
}
#home_page .mt_banner .mt_slide .overlay-pattern-one img {
  width: 100%;
}
#home_page .mt_banner .mt_slide .bg-image {
  position: relative;
  max-height: 100vh;
}
#home_page .mt_banner .mt_slide .bg-image .img-bg {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 991.8px) {
  #home_page .mt_banner .mt_slide .bg-image .img-bg {
    height: 60vw;
    object-fit: cover;
  }
}
#home_page .mt_banner .mt_slide .bg-image .text {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  transform: translateY(50%);
  height: 50%;
  left: 5%;
  opacity: 0;
}
#home_page .mt_banner .mt_slide .bg-image .text.in {
  opacity: 1;
  transition: opacity 0.75s ease;
  transition-delay: 2s;
}
#home_page .mt_home_cnt.mt_home_type2 {
  background: url(../images/Oaklyn_Pattern1_Tile.png);
  background-color: #3c3c3c !important;
}
@media (max-width: 768.8px) {
  #home_page .mt_home_cnt.mt_home_type2 {
    margin-top: 0;
    padding-top: 38px;
  }
}
@media (max-width: 768.8px) {
  #home_page .mt_home_cnt.mt_home_type2 .mt_two_col {
    flex-direction: column;
  }
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content {
  background-color: #323232 !important;
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_sub_heading {
  font-family: "Crimson Pro", serif !important;
  color: #d6c3b1 !important;
}
@media (min-width: 769px) {
  #home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_sub_heading {
    font-size: 36px !important;
  }
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_txt_sub {
  color: #d6c3b1;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 769px) {
  #home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_txt_sub {
    font-size: 18px;
  }
}
@media (max-width: 768.8px) {
  #home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_txt_sub {
    font-size: 18px !important;
  }
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_txt_sub {
  letter-spacing: 0.05em;
  font-weight: 400;
  max-width: 430px;
  line-height: normal;
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_txt_sub a {
  color: #d6c3b1;
}
@media (max-width: 575.8px) {
  #home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .mt_txt_sub {
    font-size: 18px !important;
  }
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .orange-btn {
  font-family: "Work Sans", sans-serif;
  background: #d99887;
  color: #ffffff;
  border-color: #d99887;
}
.system #home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_content .orange-btn:hover {
  background: #ffffff;
  color: #d99887 !important;
  border-color: #d99887;
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_img {
  margin-left: -8.6vw;
}
@media (max-width: 1024px) {
  #home_page .mt_home_cnt.mt_home_type2 .mt_two_col .mt_col_img {
    margin-left: -4.6vw;
  }
}
#home_page .mt_home_cnt.mt_home_type2 .mt_two_col.mt_col_reverse .mt_col_img {
  margin-right: -8.6vw;
}
@media (max-width: 1024px) {
  #home_page .mt_home_cnt.mt_home_type2 .mt_two_col.mt_col_reverse .mt_col_img {
    margin-right: -4.6vw;
  }
}
#home_page .mt_home_gallery {
  padding: 0;
  margin-bottom: 0;
}
#home_page .mt_control_btn button.mt_play:before {
  background: url(../images/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
#home_page .mt_control_btn button.mt_play:after {
  opacity: 0;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
}
#home_page .mt_control_btn {
  z-index: 6;
  right: 40px;
}
@media (max-width: 768.8px) {
  #home_page .mt_control_btn {
    right: 20px;
  }
}
#home_page .mt_control_btn button {
  width: 30px;
  height: 30px;
}
@media (max-width: 768.8px) {
  #home_page .mt_control_btn button {
    width: 30px;
    height: 30px;
  }
}
#home_page .mt_control_btn button.paused:after {
  opacity: 1;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
}
#home_page .mt_home_neigh {
  background-color: #3c3c3c;
}
#home_page .mt_home_neigh .mt_home_neig_img {
  width: 100%;
}
#home_page .mt_home_neigh .mt_h_neig_cntinner {
  background: #323232;
  margin-top: -15.5vw;
}
@media (max-width: 768.8px) {
  #home_page .mt_home_neigh .mt_h_neig_cntinner {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  #home_page .mt_home_neigh .mt_h_neig_cntinner .mt_h_neig_content {
    width: 83%;
    padding-bottom: 50px;
    flex: unset;
  }
}
@media (max-width: 768.8px) {
  #home_page .mt_home_neigh .mt_h_neig_cntinner .mt_h_neig_content {
    padding-right: 0;
  }
}
#home_page .mt_home_neigh .mt_h_neig_cntinner .mt_h_neigmap_wrap {
  text-align: center;
}
@media (min-width: 769px) {
  #home_page .mt_home_neigh .mt_h_neig_cntinner .mt_h_neigmap_wrap {
    padding-top: 30px;
  }
}
@media (max-width: 768.8px) {
  #home_page .mt_home_neigh .mt_h_neig_cntinner .mt_h_neigmap_wrap {
    padding-right: 0;
  }
}
#home_page .mt_home_neigh .mt_h_neig_cntinner .mt_txt_sub {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 768.8px) {
  #home_page .mt_home_neigh .mt_h_neig_cntinner .mt_txt_sub {
    font-size: 16px !important;
  }
}
@media (min-width: 769px) {
  #home_page .mt_home_neigh .mt_main_heading {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  #home_page .mt_home_cnt .mt_home_intro .mt_txt_intro {
    max-width: 90%;
    font-size: 24px;
  }
}
@media (max-width: 1099.8px) {
  #home_page .mt_col_img {
    background-size: contain !important;
  }
}
@media (max-width: 768.8px) {
  #home_page .mt_col_img {
    background-size: cover !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .home-page header {
    background: transparent;
  }
}
.home-page .mt_specials_wrapper .mt_specials_inner .mt_sub_heading, .home-page .mt_specials_wrapper .mt_specials_inner .mt_txt_intro {
  color: #d6c3b1;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 768.8px) {
  .home-page .mt_specials_wrapper .mt_specials_inner .mt_sub_heading, .home-page .mt_specials_wrapper .mt_specials_inner .mt_txt_intro {
    font-size: 18px;
    line-height: 20px;
  }
}
.home-page .mt_main_heading {
  font-family: "Crimson Pro", serif !important;
  color: #ffffff !important;
}
@media (min-width: 769px) {
  .home-page .mt_main_heading {
    font-size: 48px;
    max-width: unset;
  }
}
@media (min-width: 769px) {
  .home-page .mt_home_intro .mt_txt_intro {
    font-size: 24px;
  }
}
.home-page .mt_home_intro .mt_txt_sub,
.home-page .mt_txt_sub {
  letter-spacing: 0.05em;
  line-height: normal;
}
@media (min-width: 769px) {
  .home-page .mt_home_intro .mt_txt_sub,
  .home-page .mt_txt_sub {
    font-size: 18px;
  }
}
.home-page .home-bg-wrapper {
  background-color: #323232;
  position: relative;
  height: 100%;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.home-page .mt_txt_intro {
  color: #ffffff;
}
.home-page .video-section {
  position: relative;
}
.home-page .video-section video {
  width: 100%;
}
.home-page .video-section .muted {
  display: inline-block;
}
.home-page .video-section .muted:before {
  opacity: 0;
}
.home-page .video-section .muted:after {
  opacity: 1;
}
.home-page .video-section .mt_control_btn button.mt_sound:before {
  background: url(../images/sound-icon.svg) no-repeat center center;
  background-size: contain;
}
.home-page .video-section .mt_control_btn button.mt_sound:after {
  background: url(../images/sound-muted-icon.svg) no-repeat center center;
  background-size: contain;
}
.home-page .video-section .mt_control_btn button.mt_play_video:before {
  background: url(../images/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
.home-page .video-section .mt_control_btn button.mt_play_video:after {
  opacity: 0;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
}
.home-page .video-section .mt_txt_intro {
  max-width: 850px;
}
@media (min-width: 769px) {
  .home-page .video-section .mt_txt_intro {
    font-size: 18px;
  }
}
.home-page .mt_slider {
  z-index: 3;
}
.home-page .mt_slider .slick-dots {
  display: none;
}
.home-page .mt_slider.no-display .slick-dots {
  bottom: 50px;
  z-index: 999;
  display: block;
}
@media (max-width: 768.8px) {
  .home-page .mt_slider.no-display .slick-dots {
    display: none;
  }
}
.home-page .mt_slider.no-display .slick-dots li button {
  border: 1px solid #ffffff;
}
.home-page .mt_slider.no-display .slick-dots li.slick-active button {
  background: #ffffff;
}

.video-height {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .video-height {
    padding-top: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  .video-height {
    padding-top: 45% !important;
  }
}
@media (min-width: 769px) and (max-width: 991.8px) {
  .video-height {
    padding-top: 0 !important;
  }
}
@media (max-width: 768.8px) {
  .video-height {
    padding-top: 148%;
  }
}

.mt_sec_vertical_line::after {
  border-color: #67aca6;
  background-color: #67aca6;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1) translate(0px);
  }
}
.mt_specials_wrapper {
  position: inherit;
  display: block !important;
  z-index: 2 !important;
}

/*............COVID popup ............*/
.home-page .mt_specials_popup {
  background-color: #323232;
  color: #d6c3b1;
  padding: 25px 32px 25px 32px;
  display: flex;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.home-page .mt_specials_popup .mt_specials_inner p {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 768.8px) {
  .home-page .mt_specials_popup .mt_specials_inner p {
    font-size: 18px;
    line-height: 20px;
  }
}
.home-page .mt_specials_popup .mt_specials_inner {
  display: flex;
  justify-content: center;
}
.home-page .mt_specials_popup .mt_specials_inner a {
  border-color: #d6c3b1;
  color: #d6c3b1;
}
@media (max-width: 768.8px) {
  .home-page .mt_specials_popup .mt_specials_inner a {
    display: block;
  }
}
.home-page .mt_specials_popup .mt_popup_close {
  position: absolute;
  width: 14px;
  height: 13px;
  top: 25px;
  right: 25px;
  background: url(../images/close.png) no-repeat center center;
  background-size: 14px 13px;
  cursor: pointer;
}

@media (min-width: 769px) {
  .inner_page:not(#gallery_page):not(#page_404):not(#thank_you_page):not(#virtual_tour_page) .mt_banner {
    height: 41.5vw !important;
  }
}
.phonenumber {
  color: #323232;
}

#thankyou_page .mt_banner {
  height: auto !important;
}
#thankyou_page .mt_banner_wrap.mt_desktop {
  position: relative;
  height: 41.5vw;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#thankyou_page .mt_banner_img {
  height: 41.5vw;
}
#thankyou_page .mt_contact_content {
  margin: 0 auto;
  width: calc(100% - 20px);
  background-color: #ebe1d8;
  padding: 35px 24px 0;
  padding-top: 56px;
}
#thankyou_page .mt_page_padding {
  padding-left: 8.6vw;
  padding-right: 8.6vw;
}
@media (max-width: 1023.8px) {
  #thankyou_page .mt_page_padding {
    padding-left: 4.6vw;
    padding-right: 4.6vw;
  }
}
#thankyou_page .mt_sub_heading {
  color: #323232;
  font-family: "Crimson Pro", serif;
  font-size: 36pt;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  text-transform: capitalize;
}
#thankyou_page .mt_contact_flex {
  display: flex;
  width: 100%;
}
#thankyou_page .mt_contact_flex .mt_contact_map {
  display: block;
  width: 100%;
  padding-bottom: 66%;
  border: 1px solid #979797;
}
#thankyou_page .mt_contact_flex .mt_left_wrap {
  width: 50%;
  margin-bottom: 60px;
}
#thankyou_page .mt_contact_flex .mt_right_wrap {
  padding-left: 54px;
  text-align: right;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 768.8px) {
  #thankyou_page .mt_contact_flex {
    display: block;
    width: 100%;
  }
  #thankyou_page .mt_contact_flex .mt_left_wrap {
    width: 100%;
  }
  #thankyou_page .mt_contact_flex .mt_right_wrap {
    width: 100%;
    padding-left: 0px;
  }
}
#thankyou_page .mt_contact_btn_wrap {
  margin-bottom: 35px;
}
#thankyou_page .mt_contact_btn_wrap button {
  padding: 17px 45px 16px;
  background-color: #485a73;
  color: #ffffff;
  margin-bottom: 20px;
  margin-right: 10px;
}
#thankyou_page .mt_contact_btn_wrap button:hover {
  color: #ffffff !important;
}
#thankyou_page .mt_contact_btn_wrap a.mt_transparent_btn {
  padding: 17px 40px 16px;
  background-color: transparent;
  margin-bottom: 20px;
  color: #3c3c3c;
  border-color: #3c3c3c;
}
#thankyou_page .mt_contact_btn_wrap a.mt_transparent_btn:hover {
  background-color: #485a73;
  color: #ffffff !important;
}
@media (max-width: 991.8px) {
  #thankyou_page .mt_contact_btn_wrap button.default_cursor.mt_btn.mt_transparent_btn.active {
    width: 100%;
  }
  #thankyou_page .mt_contact_btn_wrap a.mt_btn.mt_transparent_btn {
    width: 100%;
  }
}
#thankyou_page #form-fields .control-group .control-label {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #3c3c3c;
  text-transform: uppercase;
}
#thankyou_page #form-fields .control-group .controls input, #thankyou_page #form-fields .control-group .controls select, #thankyou_page #form-fields .control-group .controls textarea {
  border-radius: 0px;
  min-height: 47px;
  font-family: "Work Sans", sans-serif;
}
#thankyou_page #form-fields .control-group .controls select#f-hyfield39 {
  margin-top: 10px;
}
#thankyou_page #form-fields .control-group .controls input, #thankyou_page #form-fields .control-group .controls select, #thankyou_page #form-fields .control-group .controls textarea {
  background-color: #f3ede8;
  border: none;
}
#thankyou_page .hywrap button[type=submit] {
  background-color: #485a73;
  color: #ffffff;
  letter-spacing: 0.05em !important;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: normal !important;
  padding: 17px 70px 16px !important;
  border: none;
  border-radius: 0px;
  margin-top: 10px;
}
#thankyou_page .hywrap button[type=submit]:hover {
  background: transparent;
  color: #3c3c3c !important;
  border: 1px solid #4a4a4a;
}
#thankyou_page .hywrap #more-info {
  margin-top: 20px;
}
#thankyou_page .hywrap #more-info a {
  font-family: "Crimson Pro", serif;
  color: #3c3c3c;
  letter-spacing: 0.05em;
  font-size: 16px;
}
#thankyou_page .mt_cntdetails_wrap {
  margin-top: 50px;
}
#thankyou_page .mt_cntdetails_wrap .mt_contact_details {
  margin-bottom: 28px;
}
#thankyou_page .mt_cntdetails_wrap .mt_contact_details .mt_contact_heading {
  font-family: "Work Sans", sans-serif !important;
  color: #3c3c3c;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#thankyou_page .mt_cntdetails_wrap a, #thankyou_page .mt_cntdetails_wrap span {
  text-decoration: none;
  font-size: 18px;
  color: #3c3c3c !important;
}
@media (max-width: 768.8px) {
  #thankyou_page .mt_right_wrap {
    margin-bottom: -30px !important;
  }
  #thankyou_page .mt_right_wrap .mt_cntdetails_wrap {
    text-align: center;
  }
  #thankyou_page .mt_right_wrap .mt_cntdetails_wrap a, #thankyou_page .mt_right_wrap .mt_cntdetails_wrap span {
    font-size: 15px;
  }
  #thankyou_page .mt_contact_flex .mt_contact_details span {
    padding-bottom: 28px;
  }
}

#thumbnails {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768.8px) {
  #thumbnails {
    margin: 0;
  }
}
#thumbnails li {
  width: 11.5%;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all ease 0.3s;
}
#thumbnails li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s;
  z-index: 1;
}
#thumbnails li:hover:before, #thumbnails li.active:before {
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
@media (max-width: 1199.8px) {
  #thumbnails li {
    width: 11.5%;
  }
}
@media (max-width: 768.8px) {
  #thumbnails li {
    width: 16.6666666667%;
  }
}
@media (max-width: 575.8px) {
  #thumbnails li {
    width: 30.5%;
  }
}
#thumbnails li .img {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 90px;
  background: no-repeat center/cover;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.lightbox__wrapper {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s ease-out;
}
.gallery_lightbox_open .lightbox__wrapper {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
}
.lightbox .mt_slider {
  height: auto;
}
.lightbox .mt_slider .slick-arrow {
  width: 18px;
}
@media (max-width: 768.8px) {
  .lightbox .mt_slider .slick-arrow {
    display: none !important;
  }
}
.lightbox .mt_slider .slick-next {
  right: 30px !important;
}
.lightbox .mt_slider .slick-prev {
  left: 30px !important;
}
.lightbox .mt_slider .child__slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 20px;
}
.lightbox .mt_slider .child__slide .white__bg {
  background: #ffffff;
  padding: 20px 20px 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768.8px) {
  .lightbox .mt_slider .child__slide .white__bg {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.8px) {
  .lightbox .mt_slider .child__slide .white__bg {
    padding: 15px 15px 125px;
  }
}
.lightbox .mt_slider .child__slide img {
  height: auto;
  max-height: 63vh;
  max-width: calc(85vw - 100px);
}
@media (max-width: 768.8px) {
  .lightbox .mt_slider .child__slide img {
    max-height: 80vh;
    max-width: 100%;
  }
}
.lightbox .mt_slider .child__slide .bottom__area {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768.8px) {
  .lightbox .mt_slider .child__slide .bottom__area {
    padding: 20px;
    bottom: 0;
    height: 125px;
  }
}
@media (max-width: 575.8px) {
  .lightbox .mt_slider .child__slide .bottom__area {
    height: 125px;
  }
}
.lightbox .mt_slider .child__slide .bottom__area button {
  width: 18px;
  height: 31px;
  background-size: 18px;
  border: 0;
  background: url(../images/left.png) no-repeat center center;
}
@media (max-width: 768.8px) {
  .lightbox .mt_slider .child__slide .bottom__area button {
    height: 20px;
  }
}
.lightbox .mt_slider .child__slide .bottom__area button:focus {
  outline: 2px dotted #323232;
}
.lightbox .mt_slider .child__slide .bottom__area .right_nav {
  background-image: url(../images/right.png);
  right: -20px;
  left: auto;
}
.lightbox .mt_slider .child__slide .caption {
  max-width: calc(100% - 60px);
  width: 100%;
  text-align: center;
  font-family: "Crimson Pro", serif;
}
@media (max-width: 575.8px) {
  .lightbox .mt_slider .child__slide .caption {
    font-size: 14px;
    line-height: 1.5;
  }
}
.lightbox .mt_slider .child__slide .caption strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.4px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.view_in_mobile {
  display: none;
}
@media (max-width: 768.8px) {
  .view_in_mobile {
    display: inline;
  }
}

.lightbox__close {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 5;
  width: 31px;
  height: 31px;
  border: 0;
  background: url(../images/close_gallery.png) no-repeat center center;
  background-size: 31px;
}
.lightbox__close:focus {
  outline: 2px dotted #ffffff;
}
@media (max-width: 768.8px) {
  .lightbox__close {
    right: 20px;
    top: 20px;
    background-size: 21px;
  }
}

@keyframes showing {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes showing {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.gallery header {
  background-color: #323232;
}
@media (max-width: 768.8px) {
  .gallery header {
    padding: 30px 0 30px;
  }
}

#gallery_page .gallery-wrapper .mt_gallery_caption {
  background-color: #3c3c3c;
}
#gallery_page .gallery-wrapper .mt_gallery_caption .mt_txt_intro, #gallery_page .gallery-wrapper .mt_gallery_caption .mt_gallery_pag {
  font-family: "Work Sans", sans-serif;
  color: #d6c3b1;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #gallery_page .gallery-wrapper .mt_gallery_caption .mt_txt_intro, #gallery_page .gallery-wrapper .mt_gallery_caption .mt_gallery_pag {
    font-size: 18px;
  }
}
#gallery_page .gallery-wrapper .mt_gal_cat {
  background-color: #323232;
}
#gallery_page .gallery-wrapper .mt_gal_cat button {
  background-color: transparent;
  color: #ffffff;
}
#gallery_page .gallery-wrapper .mt_gal_cat button.active {
  background-color: #d99887;
  border: none;
}
#gallery_page .gallery-wrapper .mt_gal_cat button.active, #gallery_page .gallery-wrapper .mt_gal_cat button:hover {
  color: #ffffff !important;
  border: none;
  border-color: #d99887;
}
#gallery_page .gallery-wrapper .mt_gal_cat button:hover {
  background-color: #d99887 !important;
  color: #ffffff !important;
}
@media (max-width: 768.8px) {
  #gallery_page .gallery-wrapper .mt_gal_cat button {
    border: none;
  }
}
@media (max-width: 768.8px) {
  #gallery_page .gallery-wrapper #category_selector {
    z-index: 2;
  }
  #gallery_page .gallery-wrapper .mt_gal_cat button.selectivo__label {
    background-color: #d99887;
    color: #ffffff;
  }
  #gallery_page .gallery-wrapper .mt_gal_cat button {
    color: #323232;
  }
  #gallery_page .gallery-wrapper .mt_gal_cat button.active {
    background-color: #d99887;
  }
  #gallery_page .gallery-wrapper .mt_gal_cat button.active, #gallery_page .gallery-wrapper .mt_gal_cat button:hover {
    color: #ffffff !important;
  }
  #gallery_page .gallery-wrapper .mt_gal_cat button:hover {
    background-color: #d99887 !important;
    color: #ffffff !important;
  }
}
#gallery_page .thumbnail_wrapper {
  background-color: #323232;
  padding-left: 25px;
}
#gallery_page .thumbnail_wrapper #thumbnails {
  width: calc(100% + 5px);
}
#gallery_page .thumbnail_wrapper #thumbnails li {
  margin-right: 20px;
  margin-bottom: 20px;
}
#gallery_page .thumbnail_wrapper #thumbnails .thumb-item {
  display: block;
  width: calc((100% - 75px) / 3);
}
#gallery_page .thumbnail_wrapper #thumbnails .thumb-item .img {
  height: 300px;
}
@media (max-width: 768.8px) {
  #gallery_page .thumbnail_wrapper #thumbnails .thumb-item {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 575.8px) {
  #gallery_page .thumbnail_wrapper #thumbnails .thumb-item {
    width: calc(100% - 30px);
  }
}

#contact_page .mt_banner {
  height: auto !important;
}
#contact_page .mt_banner_wrap.mt_desktop {
  position: relative;
  height: 41.5vw;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#contact_page .mt_banner_img {
  height: 41.5vw;
}
#contact_page .mt_contact_content {
  margin: 0 auto;
  width: calc(100% - 20px);
  background-color: #ebe1d8;
}
#contact_page .mt_sub_heading {
  color: #323232;
  font-family: "Crimson Pro", serif;
  font-size: 36pt;
  letter-spacing: 0.05em;
}
#contact_page .mt_contact_btn_wrap button {
  padding: 17px 45px 16px !important;
  background-color: #485a73;
  color: #ffffff;
}
#contact_page .mt_contact_btn_wrap button:hover {
  color: #ffffff !important;
}
#contact_page .mt_contact_btn_wrap a.mt_transparent_btn {
  padding: 17px 40px 16px;
  background-color: transparent;
  color: #3c3c3c;
  border-color: #3c3c3c;
}
#contact_page .mt_contact_btn_wrap a.mt_transparent_btn:hover {
  background-color: #485a73;
  color: #ffffff !important;
}
#contact_page #form-fields .control-group .control-label {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #3c3c3c;
}
#contact_page #form-fields .control-group .controls input, #contact_page #form-fields .control-group .controls select, #contact_page #form-fields .control-group .controls textarea {
  background-color: #f3ede8;
  border: none;
  font-family: "Work Sans", sans-serif;
}
#contact_page .hywrap button[type=submit] {
  background-color: #485a73;
  color: #ffffff;
  letter-spacing: 0.05em !important;
  font-family: "Work Sans", sans-serif;
  font-weight: normal !important;
  padding: 17px 70px 16px !important;
}
#contact_page .hywrap #more-info a {
  font-family: "Crimson Pro", serif;
  color: #3c3c3c;
  letter-spacing: 0.05em;
}
#contact_page .mt_cntdetails_wrap {
  margin-top: 50px;
}
#contact_page .mt_cntdetails_wrap .mt_contact_details {
  margin-bottom: 28px;
}
#contact_page .mt_cntdetails_wrap .mt_contact_details .mt_contact_heading {
  font-family: "Work Sans", sans-serif !important;
  color: #3c3c3c;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#contact_page .mt_cntdetails_wrap a, #contact_page .mt_cntdetails_wrap span {
  text-decoration: none;
  font-size: 18px;
  color: #3c3c3c !important;
}
@media (max-width: 768.8px) {
  #contact_page .mt_right_wrap {
    margin-bottom: -30px !important;
  }
  #contact_page .mt_right_wrap .mt_cntdetails_wrap {
    text-align: center;
  }
  #contact_page .mt_right_wrap .mt_cntdetails_wrap a, #contact_page .mt_right_wrap .mt_cntdetails_wrap span {
    font-size: 15px;
  }
  #contact_page .mt_contact_flex .mt_contact_details span {
    padding-bottom: 10px;
  }
}

#contact_page .entrata-form .error-invalid-msg,
#thankyou_page .entrata-form .error-invalid-msg {
  color: #CC0000;
  font-size: 12px;
}
#contact_page .entrata-form .form_field,
#thankyou_page .entrata-form .form_field {
  margin-bottom: 20px;
}
#contact_page .entrata-form .control-label,
#thankyou_page .entrata-form .control-label {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #3c3c3c;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 0;
}
#contact_page .entrata-form .controls input, #contact_page .entrata-form .controls select, #contact_page .entrata-form .controls textarea,
#thankyou_page .entrata-form .controls input,
#thankyou_page .entrata-form .controls select,
#thankyou_page .entrata-form .controls textarea {
  margin-top: 6px;
  border-radius: 0;
  height: auto;
  color: #4a4a4a;
  min-height: 47px;
  background-color: #f3ede8;
  border: none;
  font-family: "Work Sans", sans-serif;
  width: 100%;
  padding: 3px 10px;
}
#contact_page .entrata-form .controls select,
#thankyou_page .entrata-form .controls select {
  line-height: 47px;
}
#contact_page .entrata-form .controls textarea,
#thankyou_page .entrata-form .controls textarea {
  min-height: 150px;
}
#contact_page .entrata-form .form_action .btn,
#thankyou_page .entrata-form .form_action .btn {
  background-color: #485a73;
  border: 1px solid #485a73;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  padding: 17px 70px 16px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  border-radius: 0;
}
#contact_page .entrata-form .form_action .btn:hover,
#thankyou_page .entrata-form .form_action .btn:hover {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #3c3c3c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #3c3c3c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.workforce-housing-page #mainContents {
  min-height: 0 !important;
}
.workforce-housing-page .mt_contact_content {
  padding-top: 100px !important;
}
@media (max-width: 991.8px) {
  .workforce-housing-page .mt_contact_content {
    padding-top: 50px !important;
  }
}
.workforce-housing-page .mt_contact_content .wh_subheading {
  font-family: "Work Sans", sans-serif !important;
  color: #3c3c3c;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 80%;
}
@media (max-width: 768.8px) {
  .workforce-housing-page .mt_contact_content .wh_subheading {
    width: 100%;
  }
}
.workforce-housing-page .housing-content {
  padding: 4px 0px 0px;
  color: #485a73;
}
.workforce-housing-page .housing-content-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.workforce-housing-page .housing-table-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
  overflow-x: auto;
}
.workforce-housing-page .housing-table-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.workforce-housing-page .housing-table-wrap table th {
  font-family: "Crimson Pro", serif;
  font-weight: normal;
  padding: 10px 5px;
  border: 1px solid #3c3c3c;
  width: 20%;
  font-size: 20px;
  line-height: 19px;
  text-align: left;
}
.workforce-housing-page .housing-table-wrap table td {
  font-family: "Work Sans", sans-serif !important;
  padding: 10px 5px;
  border: 1px solid #3c3c3c;
  width: 20%;
  font-size: 18px;
  line-height: 19px;
  text-align: left;
}
.workforce-housing-page .tour_cta {
  margin: 30px 0;
}
@media (max-width: 768.8px) {
  .workforce-housing-page .tour_cta {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 769px) {
  .no_minheight {
    min-height: unset !important;
  }
}
#page_404 .mt_banner_wrap.mt_desktop {
  position: relative;
  height: 41.5vw;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#page_404 .mt_banner_wrap.mt_desktop .mt_banner_img {
  height: 41.5vw;
}
#page_404 .mt_banner_wrap.mt_desktop .mt_banner_content {
  position: absolute;
  bottom: 10vh;
  left: 25vw;
  display: block;
  height: auto;
  width: auto;
}
@media (max-width: 1024px) {
  #page_404 .mt_banner_wrap.mt_desktop .mt_banner_content {
    bottom: 35px;
    left: 20vw;
  }
}
@media (max-width: 768.8px) {
  #page_404 .mt_banner_content {
    padding: 30px 0;
  }
}

#page_404, #thank_you_page {
  margin-bottom: -5px !important;
}

#neighborhood_page .mt_map_block {
  background-color: #323232 !important;
  padding-bottom: 60px;
}
#neighborhood_page .mt_home_intro > * {
  max-width: 90%;
}
#neighborhood_page .mt_home_intro {
  margin-top: 0;
  padding-top: 50px;
}
@media (min-width: 769px) {
  #neighborhood_page .mt_home_intro {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 0;
  }
}
#neighborhood_page .mt_home_intro h2,
#neighborhood_page .mt_home_intro p {
  color: #d6c3b1;
  text-align: left;
}
#neighborhood_page .mt_map_cont {
  border: none;
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category {
  margin: 0;
  background: url(../images/Oaklyn_Pattern1_Tile.png);
  background-color: #3c3c3c !important;
  padding-left: 30px;
}
@media (max-width: 768.8px) {
  #neighborhood_page .mt_map_cont .mt_neighborhood_category {
    padding: 4.2vw;
  }
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category h3 {
  font-size: 20px;
  font-family: "Crimson Pro", serif;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_cat_item {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_category_list > li {
  background: url(../images/uncheck.svg) no-repeat;
  background-position: left top 8px !important;
}
@media (max-width: 768.8px) {
  #neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_category_list > li {
    background: none !important;
  }
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_category_list > li > button:after {
  background: url(../images/down.png) no-repeat;
  background-position: right top -5px;
  background-size: contain;
  height: 30px;
  width: 30px;
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_category_list > li.active {
  background: url(../images/checked.svg) no-repeat;
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_category_list > li.active > button:after {
  background-position: right top 10px;
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_category_list > li p {
  font-family: "Work Sans", sans-serif;
  color: #d6c3b1;
}
#neighborhood_page .mt_map_cont .mt_neighborhood_category .mt_category_list > li p:last-child {
  border: none;
}
#neighborhood_page .mt_labels {
  display: none !important;
}
#neighborhood_page .mt_map_wrapper {
  border: none;
}

.neighborhood .mt_map_cont .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  background: none !important;
}

.neighborhood .mt_map_cont .gm-style .gm-style-iw-c {
  min-width: 250px !important;
}

.neighborhood .mt_sub_category_items .heading {
  color: #ffffff;
  text-align: left;
  font-family: "Crimson Pro", serif !important;
  letter-spacing: 0.05em !important;
  letter-spacing: 0.05em !important;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  font-style: normal;
  text-transform: capitalize;
}
.neighborhood .mt_sub_category_items .mt_sub_cat_item p {
  color: #d6c3b1;
  text-align: left;
  font-family: "Crimson Pro", serif !important;
  letter-spacing: 0.05em !important;
  letter-spacing: 0.05em !important;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  font-style: normal;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .mt_sub_category_items {
    flex-flow: column wrap;
    column-gap: 60px;
    flex-direction: row;
    margin-bottom: 0 !important;
  }
  .mt_sub_category_items .mt_sub_cat_item {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .mt_sub_category_items {
    margin: 60px 0;
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
}
.mt_sub_category_items .category-list {
  width: 50%;
}
@media (max-width: 991.8px) {
  .mt_sub_category_items .category-list {
    margin-bottom: 40px;
  }
}

#retaile_page .mt_tab_head_wrapper {
  display: none;
}
#retaile_page .map {
  background: url(../images/Oaklyn_Pattern2_Tile.png) repeat;
  padding: 0 5vw;
}
#retaile_page .map svg {
  width: 90vw;
  height: 61vw;
  margin: 0 auto;
  display: inline-block;
}
#retaile_page .mt_banner {
  height: auto !important;
  position: relative;
}
#retaile_page .mt_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}
#retaile_page.retail_page .mt_banner {
  height: 480px !important;
}
#retaile_page .mt_banner_wrap.mt_desktop {
  position: relative;
  height: 41.5vw;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#retaile_page .mt_banner_img {
  height: 41.5vw;
}
#retaile_page .selectivo__label {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
@media (max-width: 768.8px) {
  #retaile_page .selectivo__option {
    background: #ffffff;
    color: #323232;
  }
}
.system #retaile_page .selectivo__option:hover {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
#retaile_page .selectivo__option--selected {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff;
}
#retaile_page .mt_tab_content {
  background-color: #323232;
}
#retaile_page .mt_home_intro {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768.8px) {
  #retaile_page .grid_row .callout_list li {
    font-size: 18px !important;
  }
}
@media (max-width: 768.8px) {
  #retaile_page .grid_row .callout_list li + li {
    margin-top: 0 !important;
  }
}
#retaile_page .mt_main_heading {
  font-family: "Crimson Pro", serif;
  max-width: 100%;
}
#retaile_page.retail_page .mt_home_intro .mt_main_heading {
  font-family: "Crimson Pro", serif;
  max-width: 100%;
}
#retaile_page.retail_page .mt_banner_content .mt_main_heading {
  font-family: "Crimson Pro", serif;
  max-width: 100%;
  color: #ffffff;
  font-size: 60px;
}
@media (max-width: 1919.8px) {
  #retaile_page.retail_page .mt_banner_content .mt_main_heading {
    font-size: 56px;
  }
}
@media (max-width: 1919.8px) {
  #retaile_page.retail_page .mt_banner_content .mt_main_heading {
    font-size: 52px;
  }
}
@media (max-width: 1199.8px) {
  #retaile_page.retail_page .mt_banner_content .mt_main_heading {
    font-size: 40px;
  }
}
@media (max-width: 991.8px) {
  #retaile_page.retail_page .mt_banner_content .mt_main_heading {
    font-size: 40px;
  }
}
#retaile_page.retail_page .carousel_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
#retaile_page.retail_page .carousel_wrap .mt_main_heading {
  font-family: "Crimson Pro", serif;
  max-width: 100%;
  color: #ffffff;
  font-size: 35px;
}
@media (max-width: 1919.8px) {
  #retaile_page.retail_page .carousel_wrap .mt_main_heading {
    font-size: 31px;
  }
}
@media (max-width: 1439.8px) {
  #retaile_page.retail_page .carousel_wrap .mt_main_heading {
    font-size: 26px;
  }
}
@media (max-width: 1199.8px) {
  #retaile_page.retail_page .carousel_wrap .mt_main_heading {
    font-size: 25px;
  }
}
@media (max-width: 768.8px) {
  #retaile_page.retail_page .carousel_wrap .mt_main_heading {
    font-size: 30px;
  }
}
#retaile_page.retail_page .mt_home_intro .mt_main_heading,
#retaile_page.retail_page .contact_top .mt_main_heading {
  color: #323232;
}
#retaile_page.retail_page .mt_home_intro .mt_home_intro,
#retaile_page.retail_page .contact_top .mt_home_intro {
  color: #323232;
}
#retaile_page .mt_txt_sub {
  color: #ffffff;
  font-family: "Work Sans", sans-serif !important;
  max-width: 90%;
  margin-top: 15px !important;
}
@media (min-width: 769px) {
  #retaile_page .mt_txt_sub {
    font-size: 24px;
  }
}
#retaile_page .mt_retail_bottom_section {
  background-color: #323232;
}
@media (min-width: 992px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items {
    margin-left: -1%;
  }
}
@media (min-width: 992px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item {
    width: 29%;
  }
}
#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail {
  background-color: #ebe1d8;
}
#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail .logo {
  height: 100px;
  width: auto;
  margin: 20px 0;
}
#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail h3,
#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail p {
  font-family: "Work Sans", sans-serif !important;
  color: #3c3c3c;
}
@media (min-width: 769px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail h3,
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail p {
    font-size: 15px;
  }
}
#retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail p {
  z-index: 2;
  position: relative;
}
@media (min-width: 769px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail p {
    height: 245px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail p {
    height: 290px;
    overflow-y: auto;
  }
}
#retaile_page .mt_fp_pagination p {
  color: #d6c3b1;
}

@media (min-width: 1440px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail p {
    height: 225px;
  }
}
@media (min-width: 1920px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_img {
    height: 400px;
  }
}
@media (min-width: 3000px) {
  #retaile_page .mt_retail_bottom_section .mt_retail_items .mt_retail_item .mt_retail_detail p {
    height: 70px;
  }
}
.tooltip_container {
  display: none;
}

.campus_map_poi {
  cursor: pointer;
}

.tooltipster-box {
  margin: 8px;
  background-color: #323232 !important;
  color: #d6c3b1 !important;
  border: none !important;
  border-radius: 3px !important;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 20px 25px;
  font-family: "Work Sans", sans-serif;
}
.tooltipster-sidetip .tooltipster-content {
  font-size: calc(14px + 13 * (100vw - 375px) / 1545);
}
.tooltipster-sidetip .tooltipster-content {
  line-height: normal;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 5px !important;
  width: 100%;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 13px solid transparent;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  width: 26px;
  height: 20px;
  margin-left: -13px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #323232 !important;
  border-top-width: 10px;
  border-bottom: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #323232;
  border-bottom-width: 15px;
  border-top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  display: none !important;
}

.tooltipster-fade.tooltipster-show {
  z-index: 1 !important;
  height: auto !important;
  padding: 5px;
}

.campus_poup {
  font-family: "Work Sans", sans-serif;
}
.campus_poup {
  font-size: calc(14px + 13 * (100vw - 375px) / 1545);
}
.campus_poup {
  line-height: normal;
}

.campus_poup {
  text-align: center;
}
.campus_poup a {
  color: #d6c3b1;
  font-size: 18px;
  word-wrap: break-word;
}
@media (max-width: 768.8px) {
  .campus_poup a {
    font-size: 16px;
  }
}
@media (max-width: 374.8px) {
  .campus_poup a {
    font-size: 14px;
  }
}

#retaile_page .mt_banner {
  padding-top: 0 !important;
}
#retaile_page .mt_banner_content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
#retaile_page .mt_banner_content h1,
#retaile_page .mt_banner_content p {
  color: #ffffff;
}
#retaile_page.retail_page .mt_home_intro {
  margin: 140px 0 80px;
  text-align: center;
  padding: 0;
}
@media (max-width: 768.8px) {
  #retaile_page.retail_page .mt_home_intro {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#retaile_page.retail_page .mt_home_intro > * {
  margin-left: auto;
  margin-right: auto;
  color: #323232;
  max-width: 715px;
}
#retaile_page.retail_page .mt_home_intro > .mt_main_heading {
  max-width: 900px;
}
#retaile_page.retail_page .mt_home_intro p {
  margin-top: 17px;
}
#retaile_page .grid_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  background-color: #323232;
}
@media (max-width: 768.8px) {
  #retaile_page .grid_row {
    flex-direction: column;
  }
}
#retaile_page .grid_row h2 {
  color: #323232;
}
#retaile_page .grid_row .carousel_wrap {
  width: calc(50% - 30px);
}
@media (max-width: 768.8px) {
  #retaile_page .grid_row .carousel_wrap {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #retaile_page .grid_row .carousel_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
}
#retaile_page .grid_row .carousel_wrap .mt_btn:hover {
  background: #ffffff !important;
  color: #d99887 !important;
  border-color: #d99887 !important;
}
@media (max-width: 768.8px) {
  #retaile_page .grid_row .carousel_right {
    padding-top: 0 !important;
  }
}
#retaile_page .grid_row .mt_slider {
  height: 40vw;
}
@media (max-width: 768.8px) {
  #retaile_page .grid_row .mt_slider {
    height: 55vw;
  }
}
@media (max-width: 768.8px) {
  #retaile_page .grid_row .slick-arrow {
    background-size: auto 25px;
  }
}
#retaile_page .grid_row .slick-prev {
  left: 15px;
}
#retaile_page .grid_row .slick-next {
  right: 15px;
}
#retaile_page .grid_row .mt_main_heading {
  text-align: center;
  margin-bottom: 10px;
  color: #323232;
}
#retaile_page .grid_row .btn_red {
  border: 1px solid #323232;
}
#retaile_page .grid_row .mt_link_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
#retaile_page .grid_row .mt_link_wrap a {
  width: auto;
}
@media (max-width: 575.8px) {
  #retaile_page .grid_row .mt_link_wrap a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
  }
}
#retaile_page .grid_row .mt_link_wrap a + a {
  margin-top: 15px;
}
#retaile_page .grid_row .callout_list_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  #retaile_page .grid_row .callout_list_wrap {
    flex: 1 0 auto;
  }
}
#retaile_page .grid_row .callout_list {
  margin-top: 20px;
  padding-left: 20px;
}
#retaile_page .grid_row .callout_list li {
  list-style: initial;
  color: #ffffff;
  font-size: 20px;
}
#retaile_page .grid_row .callout_list li + li {
  margin-top: 12px;
}

.slick-dots li button {
  border: 1px solid #ffffff;
}

.contact_top .mt_main_heading {
  color: #323232;
}

.mt_contact_wrap {
  margin-bottom: 100px;
}
.mt_contact_wrap .contact_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .mt_contact_wrap .contact_top {
    flex-wrap: wrap;
  }
}
.mt_contact_wrap .mt_txt_intro {
  margin-bottom: 30px;
}
@media (max-width: 768.8px) {
  .mt_contact_wrap .mt_txt_intro {
    font-size: 18px;
  }
}
.mt_contact_wrap .mt_main_heading {
  margin-bottom: 40px;
}
@media (max-width: 768.8px) {
  .mt_contact_wrap .mt_main_heading {
    text-align: left;
    margin-bottom: 20px;
  }
}
.mt_contact_wrap .mt_contact_btn_wrap {
  margin-bottom: 45px;
}
@media (max-width: 991.8px) {
  .mt_contact_wrap .mt_contact_btn_wrap {
    width: 100%;
  }
}
.mt_contact_wrap .mt_contact_btn_wrap .mt_btn {
  min-width: 170px;
}
@media (max-width: 419.8px) {
  .mt_contact_wrap .mt_contact_btn_wrap .mt_btn {
    width: 100%;
  }
}
.mt_contact_wrap .mt_contact_btn_wrap .mt_btn + .mt_btn {
  margin-left: 6px;
}
.mt_contact_wrap .mt_contact_btn_wrap .mt_btn + .mt_btn:hover {
  background: #ffffff !important;
  color: #d99887 !important;
  border-color: #d99887 !important;
}
@media (max-width: 419.8px) {
  .mt_contact_wrap .mt_contact_btn_wrap .mt_btn + .mt_btn {
    margin-left: 0;
    margin-top: 6px;
  }
}
.mt_contact_wrap .mt_transparent_btn.active {
  background: #323232;
  border-color: #323232;
}
.mt_contact_wrap .mt_transparent_btn.active:hover {
  background: #ffffff !important;
  color: #323232 !important;
  border-color: #323232 !important;
}
.mt_contact_wrap label.error {
  font: 400 12px "Crimson Pro", serif;
  display: block;
  color: #CC0000;
}

.leasing_form {
  text-align: center;
}
.leasing_form .field_label {
  color: #323232;
  font: 500 12px/normal "Work Sans", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  max-width: 500px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.leasing_form .form_submit_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font: 500 12px/normal "Work Sans", sans-serif;
  color: #ffffff;
  min-width: 220px;
  border: 1px solid #323232;
  background: #323232;
  letter-spacing: normal;
  padding: 17px 40px 16px;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
}
.leasing_form .form_submit_btn:hover {
  background: #ffffff !important;
  color: #323232 !important;
  border-color: #323232 !important;
}
.leasing_form .field_input,
.leasing_form textarea {
  margin-top: 6px;
  border-radius: 0;
  height: auto;
  border: 1px solid #979797;
  color: #4a4a4a;
  min-height: 47px;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 3px 10px;
}
.leasing_form .field_wrap {
  margin-bottom: 20px;
}

#amenities_page .mt_amenities_tab_wrapper {
  background: url(../images/Oaklyn_Pattern1_Tile.png) repeat;
  background-color: #3c3c3c;
  background-position: -6px -13px;
  padding-bottom: 90px;
}
#amenities_page .slick-next {
  right: 30px !important;
}
#amenities_page .slick-prev {
  left: 30px !important;
}
#amenities_page .mt_two_col {
  background: #323232;
  color: #d6c3b1;
  column-gap: 10px;
}
@media (min-width: 769px) {
  #amenities_page .mt_two_col {
    width: calc(100% - 90px);
  }
}
@media (min-width: 769px) {
  #amenities_page .mt_col_reverse {
    margin-left: 90px;
  }
}
#amenities_page .mt_main_heading {
  font-family: "Crimson Pro", serif;
  max-width: 100%;
}
#amenities_page .mt_txt_intro {
  color: #ffffff;
  font-family: "Work Sans", sans-serif !important;
  max-width: 100%;
  line-height: normal;
}
#amenities_page .mt_sub_heading {
  color: #d6c3b1;
  font-family: "Crimson Pro", serif;
}
#amenities_page .mt_txt_sub {
  color: #d6c3b1;
  font-family: "Work Sans", sans-serif !important;
}
#amenities_page .mt_txt_sub:after {
  border-color: #d99887;
  border-bottom-width: 1px;
}
#amenities_page .mt_banner {
  height: auto !important;
}
#amenities_page .mt_banner_wrap.mt_desktop {
  position: relative;
  height: 41.5vw;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#amenities_page .mt_banner_img {
  height: 41.5vw;
}
#amenities_page .selectivo__label {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
@media (max-width: 768.8px) {
  #amenities_page .selectivo__option {
    background: #ffffff;
    color: #323232;
  }
}
.system #amenities_page .selectivo__option:hover {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
#amenities_page .selectivo__option--selected {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff;
}
@media (min-width: 769px) {
  #amenities_page .mt_col_img {
    width: calc(50% + 45px);
  }
  #amenities_page .mt_col_content {
    width: calc(50% - 45px);
  }
  #amenities_page .mt_tab_bg_box {
    background: #323232;
    height: 50px;
    margin: 0 90px;
  }
}
#amenities_page .mt_tab_head_wrapper {
  background-color: #323232 !important;
  opacity: 1 !important;
}

.amenities-gallery {
  margin: 40px auto 0;
  text-align: center;
}

#blog_page .mt_blog_list, #blog_detail .mt_blog_list {
  background: url(../images/Oaklyn_Pattern1_Tile.png) repeat;
  background-color: #3c3c3c;
  background-position: -6px -13px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768.8px) {
  #blog_page .mt_blog_list, #blog_detail .mt_blog_list {
    padding: 20px !important;
  }
}
@media (min-width: 769px) {
  #blog_page .mt_thumb_img, #blog_detail .mt_thumb_img {
    align-self: stretch;
    object-fit: cover;
    min-height: 410px;
  }
}
#blog_page .mt_sub_heading, #blog_detail .mt_sub_heading {
  font-family: "Crimson Pro", serif;
  margin-top: 0px !important;
}
#blog_page .mt_txt_sub, #blog_detail .mt_txt_sub {
  font-size: 18px;
  color: #ffffff;
}
#blog_page .mt_fp_pagination, #blog_detail .mt_fp_pagination {
  width: fit-content;
  margin: auto;
}
#blog_page .mt_fp_pagination p, #blog_detail .mt_fp_pagination p {
  color: #d6c3b1;
}
#blog_page .mt_fp_pagination a, #blog_detail .mt_fp_pagination a {
  background: url(../images/left-orange.png) no-repeat center center;
}
#blog_page .selectivo__label, #blog_detail .selectivo__label {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
@media (max-width: 768.8px) {
  #blog_page .selectivo__option, #blog_detail .selectivo__option {
    background: #ffffff;
    color: #323232;
  }
}
.system #blog_page .selectivo__option:hover, .system #blog_detail .selectivo__option:hover {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
#blog_page .selectivo__option--selected, #blog_detail .selectivo__option--selected {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff;
}
@media (max-width: 768.8px) {
  #blog_page .mt_thumb_detail, #blog_detail .mt_thumb_detail {
    padding: 10px 0 !important;
  }
}
.system #blog_page .mt_thumb_detail .mt_btn:hover, .system #blog_detail .mt_thumb_detail .mt_btn:hover {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
#blog_page .mt_thumb_detail .mt_btn, #blog_detail .mt_thumb_detail .mt_btn {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.system #blog_page .mt_thumb_detail .mt_btn:hover, .system #blog_detail .mt_thumb_detail .mt_btn:hover {
  background-color: #d99887;
  border-color: #d99887;
  color: #ffffff !important;
}
@media (max-width: 768.8px) {
  #blog_page .mt_thumb_detail .mt_btn, #blog_detail .mt_thumb_detail .mt_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#blog_detail .details_wrap {
  background: url(../images/Oaklyn_Pattern1_Tile.png) repeat;
  background-color: #3c3c3c;
  background-position: -6px -13px;
}
#blog_detail .mt_blog_details {
  background-color: transparent;
  color: #ffffff;
  margin: 0 auto 0;
}
@media (max-width: 768.8px) {
  #blog_detail .mt_blog_details {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
#blog_detail .mt_blog_details a:not(.mt_btn) {
  color: #ffffff;
  font-size: 15px;
}
#blog_detail .mt_btn {
  padding: 10px;
}
@media (max-width: 768.8px) {
  #blog_detail .mt_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768.8px) {
  #blog_detail .mt_blog_socials {
    justify-content: center !important;
  }
}
#blog_detail .mt_blog_date_cat {
  color: #ffffff !important;
}
#blog_detail .mt_bck_blog:before {
  background: url(../images/left-white.png) no-repeat center center;
  margin-top: 0px;
}
.system #blog_detail .mt_bck_blog:hover:before {
  background: url(../images/left-orange.png) no-repeat center center;
}

@media (min-width: 769px) {
  .no_minheight {
    min-height: unset !important;
  }
}
#page_404 .mt_banner_wrap.mt_desktop {
  position: relative;
  height: 41.5vw;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#page_404 .mt_banner_wrap.mt_desktop .mt_banner_img {
  height: 41.5vw;
}
#page_404 .mt_banner_wrap.mt_desktop .mt_banner_content {
  position: absolute;
  bottom: 10vh;
  left: 25vw;
  display: block;
  height: auto;
  width: auto;
}
@media (max-width: 1024px) {
  #page_404 .mt_banner_wrap.mt_desktop .mt_banner_content {
    bottom: 35px;
    left: 20vw;
  }
}
@media (max-width: 768.8px) {
  #page_404 .mt_banner_content {
    padding: 30px 0;
  }
}

#page_404, #thank_you_page {
  margin-bottom: -5px !important;
}

#floorplans_page .mt_banner {
  height: auto !important;
}
#floorplans_page .mt_banner_wrap.mt_desktop {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#floorplans_page .mt_banner_img {
  height: 41.5vw;
  background-position: center bottom !important;
}
#floorplans_page .mt_fp_links a {
  font-family: "Work Sans", sans-serif;
  background-color: #ffffff;
  color: #485a73;
  border-color: #485a73;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #floorplans_page .mt_fp_links a {
    font-size: 15px;
  }
}
#floorplans_page .mt_fp_links a.current-filter {
  background: #485a73;
  color: #ffffff;
}
.system #floorplans_page .mt_fp_links a:hover {
  background: #485a73;
  color: #ffffff;
}
#floorplans_page .mt_fp_filter {
  background-color: #ebe1d8;
}
#floorplans_page .mt_fp_filter > div {
  margin-left: 0px;
}
#floorplans_page .mt_fp_filter > div li a {
  font-family: "Work Sans", sans-serif;
}
#floorplans_page .mt_fp_filter span.mt_result_count {
  margin-right: 0;
}
@media (max-width: 1024px) {
  #floorplans_page .mt_fp_filter .mt_select_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#floorplans_page .mt_fp_filter .mt_filter_top {
  justify-content: space-between;
}
#floorplans_page .mt_fp_filter .mt_filter_top .mt_fp_view_type.mt_list_btn {
  background-image: url(../images/list.svg);
}
#floorplans_page .mt_fp_filter .mt_filter_top .mt_fp_view_type.mt_list_btn.active {
  background-image: url(../images/list-active.svg);
}
#floorplans_page .mt_fp_filter .mt_filter_top .mt_fp_view_type.mt_grid_btn {
  background-image: url(../images/grid.svg);
}
#floorplans_page .mt_fp_filter .mt_filter_top .mt_fp_view_type.mt_grid_btn.active {
  background-image: url(../images/grid-active.svg);
}
#floorplans_page .mt_fp_filter span,
#floorplans_page .mt_fp_filter .view_by {
  font-family: "Work Sans", sans-serif;
  color: #323232;
  font-weight: normal;
  padding-right: 0;
}
@media (min-width: 769px) {
  #floorplans_page .mt_fp_filter span,
  #floorplans_page .mt_fp_filter .view_by {
    font-size: 15px;
  }
}
#floorplans_page #fp_list_view {
  background-color: #ebe1d8;
  width: calc(100% - 20px);
}
@media (max-width: 1024px) {
  #floorplans_page #fp_list_view {
    padding-left: calc(8.6vw - 60px);
    padding-right: calc(8.6vw - 60px);
  }
}
@media (min-width: 1024px) {
  #floorplans_page #fp_list_view {
    padding-left: calc(8.6vw - 20px);
    padding-right: calc(8.6vw - 20px);
  }
}
#floorplans_page #fp_list_view .mt_list_row {
  padding: 0 20px;
}
@media (max-width: 768.8px) {
  #floorplans_page #fp_list_view .mt_list_box:nth-child(2n) {
    background: #f3ede8;
  }
}
#floorplans_page #fp_list_view .mt_list_box:nth-child(2n) .mt_list_row {
  background: #f3ede8;
}
#floorplans_page #fp_grid_view {
  background-color: #ebe1d8;
  width: calc(100% - 20px);
  margin: -2px auto;
}
#floorplans_page #fp_grid_view .mt_list_box {
  background-color: #ffffff;
}
#floorplans_page #fp_grid_view .mt_list_box .apply_now_btn {
  margin-top: 15px;
}
#floorplans_page .mt_compare_txt {
  margin-bottom: 0;
}
#floorplans_page .mt_compare_txt #text_compare_p {
  color: #323232;
}
#floorplans_page .mt_compare_txt #floor_plan_compare_btn {
  background: #485a73;
  color: #ffffff;
  border-color: #485a73;
}
#floorplans_page .mt_compare_txt #floor_plan_compare_btn:hover {
  background: transparent;
  color: #485a73 !important;
  border-color: #485a73;
}
#floorplans_page .mt_filter_bottom .dropdown .selectivo__label {
  color: #323232;
  border: 1px solid #323232;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 769px) {
  #floorplans_page .mt_filter_bottom .dropdown .selectivo__label {
    font-size: 15px;
  }
}
#floorplans_page .mt_filter_bottom .dropdown .selectivo__option {
  color: #323232;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #floorplans_page .mt_filter_bottom .dropdown .selectivo__option {
    font-size: 15px;
  }
}
.system #floorplans_page .mt_filter_bottom .dropdown .selectivo__option:hover {
  background-color: #485a73;
  color: #ffffff;
}
#floorplans_page .mt_filter_bottom .dropdown .selectivo__option.selectivo__option--selected {
  background-color: #485a73;
  color: #ffffff;
}
#floorplans_page .mt_blue_btn {
  background: #485a73;
  color: #ffffff;
  border-color: #485a73;
  padding-left: 25px !important;
  padding-right: 25px !important;
  min-width: 130px;
  border: 1px solid #485a73 !important;
}
@media (min-width: 769px) {
  #floorplans_page .mt_blue_btn {
    font-size: 15px;
  }
}
.system #floorplans_page .mt_blue_btn:hover {
  background: #ffffff;
  color: #485a73 !important;
}
#floorplans_page .mt_list_col.mt_txt_sub,
#floorplans_page .mt_list_col .mt_txt_sub {
  color: #323232;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #floorplans_page .mt_list_col.mt_txt_sub,
  #floorplans_page .mt_list_col .mt_txt_sub {
    font-size: 15px;
  }
}
#floorplans_page .mt_list_col .mt_btn {
  background: transparent;
  color: #485a73 !important;
  border-color: #485a73 !important;
}
@media (max-width: 768.8px) {
  #floorplans_page .mt_list_col .mt_btn {
    border: 1px solid #3c3c3c;
  }
}
@media (min-width: 769px) {
  #floorplans_page .mt_list_col .mt_btn {
    font-size: 15px;
  }
}
.system #floorplans_page .mt_list_col .mt_btn:hover {
  background: #485a73;
  color: #ffffff !important;
  border-color: #485a73;
}
#floorplans_page .specials-wrapper-fp {
  background-color: #ebe1d8;
  padding-top: 65px;
  padding-bottom: 30px;
}
#floorplans_page .specials-wrapper-fp .mt_specials_popup {
  background: #323232;
  margin: 0px auto 0px;
  border: none;
}
#floorplans_page .specials-wrapper-fp .mt_specials_popup .mt_sub_heading {
  font-family: "Crimson Pro", serif;
  color: #ffffff;
}
#floorplans_page .specials-wrapper-fp .mt_specials_popup .mt_txt_intro {
  font-family: "Crimson Pro", serif;
  color: #ffffff;
}
#floorplans_page .mt_fp_pagination {
  padding-bottom: 10px;
  margin-top: 25px !important;
}
#floorplans_page input.mt_compare_checkbox:checked ~ * .mt_compare_checklabel {
  background-color: #d99887;
  border-color: #d99887;
}
#floorplans_page #floor_plan_compare_btn {
  margin-bottom: 25px;
}
#floorplans_page .mt_fp_schdl_tr {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}
#floorplans_page .mt_h4_heading {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.5px !important;
}
@media (min-width: 769px) {
  #floorplans_page .mt_h4_heading {
    font-size: 24px;
  }
}
#floorplans_page .mt_fp_details .mt_h4_heading {
  letter-spacing: 0.05em !important;
  color: #323232;
}
@media (min-width: 769px) {
  #floorplans_page .mt_fp_details .mt_h4_heading {
    font-size: 48px;
    max-width: unset;
  }
}
#floorplans_page .mt_calc_btn {
  color: #485a73;
  font-size: 15px;
}
.system #floorplans_page .mt_calc_btn:hover {
  background-color: #ebe1d8;
  color: #485a73 !important;
}
#floorplans_page .mt_fp_btn_block {
  margin-bottom: 0;
}
#floorplans_page .mt_fp_btn_wrap {
  margin-top: 10px;
}
@media (max-width: 768.8px) {
  #floorplans_page .mt_list_row {
    padding: 20px 0;
  }
}

#floorplan_compare_page {
  background-color: #ebe1d8;
  padding-top: 30px;
  padding-bottom: 60px;
}
#floorplan_compare_page .mt_main_heading {
  font-family: "Crimson Pro", serif;
  letter-spacing: 0.05em;
  color: #323232;
}
#floorplan_compare_page p {
  margin-top: 0;
  font-family: "Work Sans", sans-serif;
  color: #323232;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #floorplan_compare_page p {
    font-size: 15px;
  }
}
#floorplan_compare_page h2 {
  letter-spacing: 0.05em !important;
  color: #323232;
  font-family: "Crimson Pro", serif;
}
@media (min-width: 769px) {
  #floorplan_compare_page h2 {
    font-size: 32px;
    max-width: unset;
  }
}
#floorplan_compare_page .mt_fp_details p {
  font-family: "Work Sans", sans-serif;
  color: #323232;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #floorplan_compare_page .mt_fp_details p {
    font-size: 15px;
  }
}
#floorplan_compare_page .mt_btn {
  background: #485a73;
  border-color: #485a73;
  color: #ffffff;
}
.system #floorplan_compare_page .mt_btn:hover {
  background-color: #ebe1d8;
  border-color: #485a73;
  color: #485a73 !important;
}
#floorplan_compare_page .mt_specials_popup {
  background-color: #323232;
  margin-bottom: 0;
  border: none !important;
}
#floorplan_compare_page .mt_specials_popup .mt_sub_heading {
  font-family: "Crimson Pro", serif;
}
#floorplan_compare_page .mt_specials_popup .mt_txt_intro {
  color: #ffffff;
}

#floorplan_detail_page .mt_desktop {
  font-family: "Work Sans", sans-serif;
}
#floorplan_detail_page {
  background-color: #ebe1d8;
  padding-top: 30px;
  padding-bottom: 60px;
}
#floorplan_detail_page p {
  margin-top: 0;
  font-family: "Work Sans", sans-serif;
  color: #323232;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #floorplan_detail_page p {
    font-size: 15px;
  }
}
#floorplan_detail_page h2 {
  letter-spacing: 0.05em !important;
  color: #323232;
  font-family: "Crimson Pro", serif;
}
@media (min-width: 769px) {
  #floorplan_detail_page h2 {
    font-size: 24px;
    max-width: unset;
  }
}
@media (max-width: 768.8px) {
  #floorplan_detail_page .mt_fp_detail_btn_wrapper {
    position: relative;
    margin-top: 20px;
  }
}
#floorplan_detail_page .mt_fp_details p {
  font-family: "Work Sans", sans-serif;
  color: #323232;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #floorplan_detail_page .mt_fp_details p {
    font-size: 15px;
  }
}
#floorplan_detail_page .mt_blue_btn {
  font-family: "Work Sans", sans-serif;
  background-color: #485a73;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #485a73 !important;
  font-size: 15px;
}
.system #floorplan_detail_page .mt_blue_btn:hover {
  background-color: #ebe1d8;
  color: #485a73 !important;
}
#floorplan_detail_page .mt_black_btn {
  font-family: "Work Sans", sans-serif;
  background-color: #ebe1d8;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #485a73 !important;
  color: #485a73 !important;
  font-size: 15px;
}
.system #floorplan_detail_page .mt_black_btn:hover {
  background-color: #485a73;
  color: #ebe1d8 !important;
}
#floorplan_detail_page .mt_calc_btn {
  color: #485a73;
  font-size: 15px;
}
.system #floorplan_detail_page .mt_calc_btn:hover {
  background-color: #ebe1d8;
  color: #485a73 !important;
}
#floorplan_detail_page .mt_fp_btn_wrap {
  margin-top: 10px;
}
#floorplan_detail_page .mt_main_heading {
  color: #323232;
}
#floorplan_detail_page .mt_specials_popup {
  background-color: #323232;
}
#floorplan_detail_page .mt_specials_popup .mt_sub_heading {
  font-family: "Crimson Pro", serif;
}
#floorplan_detail_page .mt_specials_popup .mt_txt_intro {
  color: #ffffff;
}
#floorplan_detail_page .mt_fp_details {
  padding-top: 10px;
}
@media (min-width: 769px) {
  #floorplan_detail_page .mt_fp_details .mt_h4_heading {
    font-size: 48px;
    max-width: unset;
  }
}

.key_plan_img_popup {
  z-index: 4;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.key_plan_img_popup button {
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  z-index: 4;
  cursor: pointer;
}
.key_plan_img_popup button.mt_popup_close {
  right: 10%;
  position: absolute;
  top: 10%;
  right: 10%;
  top: 2%;
  width: 39px;
  height: 38px;
  background: url("../images/popup-close.svg") no-repeat center center transparent;
}
.key_plan_img_popup .mt_popup_inner {
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 10% auto;
  height: auto;
  background-color: #ffffff;
  width: 80%;
}
.key_plan_img_popup .mt_popup_inner img {
  flex: 0 0 auto;
}
.key_plan_img_popup .mt_popup_inner .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.key_plan_img_popup .mt_popup_inner .top_text {
  position: absolute;
  top: 23%;
  right: calc(50% - 37vh);
  transform: rotate(60deg);
  font-size: 14px;
}
@media (max-width: 991.8px) {
  .key_plan_img_popup .mt_popup_inner .top_text {
    right: 10px;
  }
}
@media (max-width: 768.8px) {
  .key_plan_img_popup .mt_popup_inner .top_text {
    right: -20px;
  }
}
@media (max-width: 575.8px) {
  .key_plan_img_popup .mt_popup_inner .top_text {
    right: -35px;
  }
}
.key_plan_img_popup .mt_popup_inner .bottom_text {
  position: absolute;
  bottom: 25px;
  font-size: 14px;
}
@media (max-width: 991.8px) {
  .key_plan_img_popup .mt_popup_inner .bottom_text {
    font-size: 14px;
  }
}

.floorplan-comapre header,
.floorplan-detail header {
  margin-bottom: 0;
  background: #3c3c3c;
}

.floorplan-detail #mainContents {
  min-height: unset !important;
}

.floorplan-detail .mt_floorplan .mt_fp_detail.mt_two_col {
  margin-bottom: 50px;
}

.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper a.mt_share_btn,
.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper .mt_fpdetailsec_icon.mt_share_btn {
  background: url(../images/share.svg) transparent no-repeat left center;
}

.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper a.mt_enlarge_btn,
.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper .mt_fpdetailsec_icon.mt_enlarge_btn {
  background: url(../images/add.svg) transparent no-repeat left center;
}

.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper a.mt_download_btn,
.mt_fp_detail.mt_two_col .mt_fp_detail_btn_wrapper .mt_fpdetailsec_icon.mt_download_btn {
  background: url(../images/download.svg) transparent no-repeat left center;
}

.sightmap .sitemap-container.mt_page_padding {
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sightmap .sitemap-container.mt_page_padding {
    margin-top: 6em !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1180px) {
  .sightmap .sitemap-container.mt_page_padding {
    margin-top: 8em !important;
  }
}
.sightmap .back_fp_wrap {
  text-align: center;
}
.sightmap .back_fp_wrap .back_fp_btn {
  margin-left: 0;
  margin-bottom: 20px;
  border: solid 1px #ffffff !important;
}
@media (max-width: 768.8px) {
  .sightmap .back_fp_wrap .back_fp_btn {
    margin-left: 0;
  }
}
.sightmap .back_fp_wrap .back_fp_btn:hover {
  border: solid 1px #485a73 !important;
}
.sightmap .sightmap-wrapper {
  height: 100vh;
}

#floorplans_page .btn-viewmap {
  font-weight: 400;
  letter-spacing: 0.75px;
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  #floorplans_page .mt_page_padding.mt_fp_filter.mt_with_both_margins {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  #floorplans_page .mt_fp_filter .mt_filter_top.mt_with_both_margins {
    width: 100%;
  }
  #floorplans_page .mt_fp_filter .mt_filter_bottom {
    width: calc(100% - 155px);
  }
  #floorplans_page .mt_fp_filter .viewmap-redirect {
    margin-bottom: 0;
  }
  #floorplans_page .mt_fp_filter .viewmap-redirect .btn-viewmap {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  #floorplans_page .mt_fp_filter .viewmap-redirect .btn-viewmap {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .mt_floorplan .mt_fp_filter > div.mt_filter_bottom .mt_btn {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .mt_floorplan .mt_fp_filter > div .view_map_popup_btn {
    order: 1;
    width: calc(100% - 100px);
    justify-content: center;
    margin: 0 0 30px auto;
  }
  .mt_floorplan .mt_fp_filter > div.mt_filter_bottom .dropdown {
    min-width: 150px;
    margin: 25px 0 25px 0;
  }
}
@media screen and (min-width: 992px) {
  .mt_floorplan .mt_fp_filter > div.mt_filter_bottom .dropdown {
    min-width: 120px;
  }
}
@media screen and (min-width: 1150px) {
  .mt_floorplan .mt_fp_filter > div.mt_filter_bottom .dropdown {
    min-width: 150px;
  }
}
.galleryimgs .mt_popup_inner {
  max-width: 900px;
}
.galleryimgs .slick-slide {
  min-height: 70vh;
}
@media (max-width: 768.8px) {
  .galleryimgs .slick-slide {
    min-height: 50vh;
  }
}

.sightmap .mt_banner_content, .mt_floorplan.desktop_only .mt_banner_content {
  justify-content: flex-end;
  padding-bottom: 35px;
  padding-top: 35px;
  background-color: #ebe1d8;
}
@media (max-width: 768.8px) {
  .sightmap .mt_banner_content, .mt_floorplan.desktop_only .mt_banner_content {
    background-color: transparent;
  }
}
.sightmap .banner, .mt_floorplan.desktop_only .banner {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 70px;
}

.mt_floorplan.desktop_only .banner {
  margin-left: 10px;
  margin-right: 10px;
}

.sightmap .banner-content, .mt_floorplan .banner-content {
  display: flex;
  gap: 20px;
}
.sightmap .banner-content button, .mt_floorplan .banner-content button {
  background-color: #323232;
  color: #ffffff;
  padding: 15px 25px;
  border-color: #323232;
  font-size: 14px;
  border-width: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 30px;
}
.sightmap .banner-content button.selected, .mt_floorplan .banner-content button.selected {
  background-color: #d99887;
  color: #ffffff;
  border-color: #d99887;
  cursor: default;
}

#fp_grid_view {
  padding-top: 70px;
}

.mt_fp_disclaimer {
  margin-top: 30px;
}

.sightmap .mt_banner_img {
  height: 41.5vw;
  background-position: center bottom !important;
}

@media (max-width: 768.8px) {
  #fp_grid_view .mt_list_wrap .mt_list_box .mt_list_col.mt_fp_unit .mt_h4_heading {
    flex: 1 !important;
  }
}

#fp_grid_view .mt_list_box .mt_list_col.mt_lbox_btn_wrap {
  flex-direction: column !important;
}

#floorplans_page #fp_grid_view .mt_lbox_btn_wrap .mt_btn + .mt_btn {
  margin-top: 10px;
}
#floorplans_page #fp_grid_view .mt_lbox_btn_wrap .mt_btn.btn-filled {
  background: #485a73 !important;
  color: #fff !important;
  border-color: #485a73 !important;
}
#floorplans_page #fp_grid_view .mt_lbox_btn_wrap .mt_btn.btn-filled:hover {
  color: #485a73 !important;
  background: #fff !important;
}

#arts_page {
  position: relative;
}
#arts_page .mt_banner_img {
  height: 41.5vw;
}
#arts_page .arts-section.mt_two_col, #arts_page .mt_art_intro {
  margin-top: -3px !important;
}
#arts_page .mt_art_intro {
  padding: 70px 8.6vw;
  background: #323232;
}
#arts_page .mt_art_intro .mt_txt_sub {
  font-size: 18px;
  color: #ffffff;
  margin-top: 17px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768.8px) {
  #arts_page .mt_art_intro .mt_txt_sub {
    text-align: center;
  }
}
#arts_page .mt_art_intro h2.mt_main_heading {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#arts_page .video-section {
  position: relative;
  display: none;
  background-color: #323232;
}
#arts_page .video-section video {
  width: 100%;
}
#arts_page .video-section .mt_control_btn {
  z-index: 1;
}
@media (max-width: 768.8px) {
  #arts_page .video-section .mt_control_btn button {
    width: 8vw;
    height: 8vw;
  }
  #arts_page .video-section .mt_control_btn button::before, #arts_page .video-section .mt_control_btn button::after {
    top: -6vw;
  }
}
#arts_page .video-section .mt_control_btn .mt_play_video::before {
  background: url(../images/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
#arts_page .video-section .mt_control_btn .mt_play_video::after {
  background: url(../images/play-icon.svg) no-repeat center center;
  opacity: 0;
  background-size: contain;
}
#arts_page .video-section .mt_control_btn .mt_play_video.paused::after {
  opacity: 1;
}
#arts_page .mt_artist_section {
  background: url(../images/Oaklyn_Pattern1_Tile.png);
  background-color: #3c3c3c;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_art_intro {
  background: transparent;
  text-align: center;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_art_intro p {
  margin-left: auto;
  margin-right: auto;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section {
  padding-bottom: 20px;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  cursor: pointer;
  column-gap: 4.4%;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_item {
  margin: 0 0 50px;
  width: 30.3333333333%;
  position: relative;
}
@media (max-width: 1199.8px) {
  #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_item {
    width: 47%;
  }
}
@media (max-width: 768.8px) {
  #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_item {
    width: 100%;
  }
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_img {
  height: 260px;
  background-size: cover !important;
}
@media (min-width: 1920px) {
  #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_img {
    background-position: top center !important;
    height: 400px;
  }
}
@media (max-width: 768.8px) {
  #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_img {
    background-position: top center !important;
  }
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail {
  padding: 27px 22px;
  background-color: #ebe1d8;
  height: 92px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a {
  position: relative;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-right: 20px;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a:after, #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a:before {
  top: 50%;
  right: -20px;
  right: 1px;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: translate(0, -5px) rotate(45deg);
  box-shadow: inset -2px 2px 0 0 #3c3c3c;
  border-radius: 0 1.5px 0 0;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a:after {
  top: 50%;
  right: -19px;
  right: 2px;
  width: 13px;
  height: 2px;
  transform: translate(0, -1px);
  background-color: #3c3c3c;
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a:hover:before {
  transform: translate(0.5em, -5px) rotate(45deg);
}
#arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a:hover:after {
  transform: translate(0.5em, -1px);
}
@media (max-width: 768.8px) {
  #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a {
    display: block;
  }
  #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a::before {
    right: 1px;
  }
  #arts_page .mt_artist_section .mt_art_wrap .mt_arts_bottom_section .mt_artist_items .mt_artist_detail a::after {
    right: 2px;
  }
}
#arts_page .mt_artist_section .mt_art_wrap .mt_gallery_btn {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
#arts_page .mt_slider {
  height: 35vw !important;
}
@media (max-width: 991.8px) {
  #arts_page .mt_slider {
    height: 62vw !important;
    width: 100%;
  }
}
#arts_page .mt_slider .slick-slide div {
  width: 100%;
  height: 100%;
}
#arts_page .mt_slider .mt_slide {
  opacity: 1 !important;
  position: relative;
  display: flex !important;
  flex-direction: column;
}
#arts_page .mt_slider .mt_slide .caption {
  position: relative;
  background-color: #323232;
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 0;
  padding: 20px;
}
#arts_page .mt_slider .mt_slide .caption p {
  color: #d6c3b1;
}
#arts_page .mt_slider .slide-item {
  margin: 0 auto;
}
#arts_page .mt_slider .slick-dots li.slick-active button {
  background: #d6c3b1;
}
#arts_page .mt_slider button {
  border-color: #d6c3b1;
}
@media (max-width: 768.8px) {
  #arts_page .mt_slider button {
    height: 10px;
    width: 10px;
    background-size: 18px !important;
  }
}
#arts_page .mt_slider button:focus {
  outline: 2px dotted #323232;
}
#arts_page .mt_slider button.slick-prev {
  top: 50%;
  color: transparent;
  left: 2vw;
  background-color: #d6c3b1;
}
@media (max-width: 991.8px) {
  #arts_page .mt_slider button.slick-prev {
    height: 30px;
    width: 30px;
    background-size: 12px !important;
  }
}
#arts_page .mt_slider button.slick-next {
  right: 2vw;
  top: 50%;
  color: transparent;
  background-color: #d6c3b1;
}
@media (max-width: 991.8px) {
  #arts_page .mt_slider button.slick-next {
    height: 30px;
    width: 30px;
    background-size: 12px !important;
  }
}
#arts_page .mt_slider button .slick-arrow {
  background-color: #d6c3b1;
}
#arts_page .mt_slider button .slick-next {
  background-image: url(../images/right.png);
  right: -20px;
  left: auto;
  background-color: #d6c3b1;
}

.description {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.description p {
  color: #ffffff;
}

.artist_image {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.artist_image p {
  color: #ffffff;
}
.artist_image .white__bg {
  background: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
@media (max-width: 768.8px) {
  .artist_image .white__bg {
    flex-direction: column;
    padding: 0;
    margin-top: 150px;
    margin-bottom: 0;
    max-width: 90%;
    position: relative;
    margin-top: 10px;
  }
}
.artist_image img {
  height: auto;
  max-height: 63vh;
  width: 100%;
}
@media (max-width: 768.8px) {
  .artist_image img {
    max-height: 80vh;
    width: 100%;
    max-height: 45vh;
    height: auto;
    max-width: none;
  }
}

.arts_popup_open {
  overflow: hidden;
}
.arts_popup_open .artist_image {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
}

.arts_lightbox_open .description {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.lightbox__wrapper {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s ease-out;
}
.arts_lightbox_open .lightbox__wrapper {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.art .lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
}
.art .lightbox .mt_slider {
  height: -webkit-fill-available;
}
.art .lightbox .mt_slider .slick-arrow {
  width: 18px;
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .slick-arrow {
    display: none !important;
  }
}
.art .lightbox .mt_slider .slick-next {
  right: 30px !important;
}
.art .lightbox .mt_slider .slick-prev {
  left: 30px !important;
}
.art .lightbox .mt_slider .child__slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 20px;
}
.art .lightbox .mt_slider .child__slide .white__bg {
  background: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .child__slide .white__bg {
    flex-direction: column;
    padding: 0;
    margin-top: 150px;
    margin-bottom: 0;
    max-width: 90%;
    position: relative;
    height: 100%;
    margin-top: 10px;
  }
}
.art .lightbox .mt_slider .child__slide img {
  height: auto;
  max-height: 63vh;
  width: 41%;
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .child__slide img {
    max-height: 80vh;
    width: 100%;
    max-height: 45vh;
    height: auto;
    max-width: none;
  }
}
.art .lightbox .mt_slider .child__slide .artists_image {
  width: 35%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  max-height: 63vh;
  min-height: 373px;
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .child__slide .artists_image {
    min-height: 200px;
    width: 100%;
  }
}
.art .lightbox .mt_slider .child__slide .right_area {
  width: 65%;
  left: 0;
  bottom: 0;
  padding: 35px 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .child__slide .right_area {
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    height: auto;
    bottom: auto;
    height: calc(100% - 230px);
  }
}
.art .lightbox .mt_slider .child__slide .right_area .right_nav {
  background-image: url(../images/right.png);
  right: 0;
  left: auto;
  z-index: 1;
}
.art .lightbox .mt_slider .child__slide .right_area .artist_description {
  padding: 0 20px;
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .child__slide .right_area .artist_description p {
    overflow-y: auto;
  }
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .child__slide .right_area .artist_description {
    height: 100%;
  }
  .art .lightbox .mt_slider .child__slide .right_area .artist_description p {
    height: calc(100% - 70px);
  }
}
.art .lightbox .mt_slider .child__slide .caption {
  max-width: calc(100% - 60px);
  width: 100%;
  text-align: left;
  font-family: "Crimson Pro", serif;
  font-size: 32px;
  color: #323232;
  margin-bottom: 20px;
}
@media (max-width: 768.8px) {
  .art .lightbox .mt_slider .child__slide .caption {
    max-width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 575.8px) {
  .art .lightbox .mt_slider .child__slide .caption {
    line-height: 1.5;
  }
}
.art .lightbox .mt_slider .child__slide p {
  color: #323232;
}
.art .lightbox__close {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 5;
  width: 31px;
  height: 31px;
  border: 0;
  background: url(../images/close_gallery.png) no-repeat center center;
  background-size: 31px;
}
.art .lightbox__close:focus {
  outline: 2px dotted #ffffff;
}
@media (max-width: 768.8px) {
  .art .lightbox__close {
    right: 20px;
    top: 20px;
    background-size: 21px;
  }
}

.arts-section.mt_two_col {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0px 64px;
  background: #323232;
  column-gap: 3.9vw;
}
@media (max-width: 991.8px) {
  .arts-section.mt_two_col {
    flex-direction: column;
    padding: 0px 4vw;
  }
}
.arts-section.mt_two_col.mt_col_reverse {
  padding: 70px 64px;
}
@media (max-width: 991.8px) {
  .arts-section.mt_two_col.mt_col_reverse {
    flex-direction: column;
    padding: 0px 4vw;
  }
}
.arts-section.mt_two_col .slide-item {
  margin: 0;
  width: 100% !important;
}
.arts-section.mt_two_col .mt_content {
  padding-right: 7.8vw !important;
}
@media (max-width: 991.8px) {
  .arts-section.mt_two_col .mt_content {
    padding-right: 0 !important;
    width: 100%;
  }
}
.arts-section.mt_two_col .mt_content p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 17px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.8px) {
  .arts-section.mt_two_col .mt_content p {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    height: 20vw;
  }
}
@media (max-width: 768.8px) {
  .arts-section.mt_two_col .mt_content p {
    flex-direction: column;
    height: 35vw;
  }
}
@media (max-width: 575.8px) {
  .arts-section.mt_two_col .mt_content p {
    height: 75vw;
  }
}
@media (max-width: 419.8px) {
  .arts-section.mt_two_col .mt_content p {
    height: 450px;
  }
}

/*# sourceMappingURL=main.css.map */
