/*transform origin*/
/*transform origin*/
* {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

.skip_nav {
  background: transparent;
  color: #667085;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  z-index: 99999;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.skip_nav:focus {
  box-shadow: 0 0 3px #667085, 0 0 7px #667085;
  background: #6FA1A6;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
}

button,
a {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:focus,
a:focus {
  outline: none;
}

a:focus,
button:focus,
input:focus,
*:focus {
  text-decoration: none;
}

.hidden_text {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.disable_link {
  cursor: default;
  pointer-events: none;
}

.hide_cnt {
  display: none !important;
}

@media (min-width: 992px) {
  .show_mob {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show_mob_only {
    display: none !important;
  }
}

@media (max-width: 767.8px) {
  .show_desk_tab {
    display: none !important;
  }
}

@media (max-width: 991.8px) {
  .show_desk {
    display: none !important;
  }
}

.mt_seo_hidden {
  display: none;
}

/*......Button styles......*/
.mt_transparent_btn,
.mt_fill_btn,
.mt_transparent_btn_bnr_white,
.gallery .lightbox .slick-prev,
.gallery .lightbox .slick-next,
.mt_border_btn_grey {
  padding: 10px 20px;
  box-shadow: none;
}

.mt_transparent_btn {
  border: 1px solid #6FA1A6;
  background-color: transparent;
  color: #ffffff;
}
html.system .mt_transparent_btn:hover, .mt_transparent_btn.active {
  background-color: #6FA1A6;
}

.mt_transparent_btn_bnr_white {
  border: 1px solid #6FA1A6;
  background-color: #ffffff;
  color: #6FA1A6;
}
html.system .mt_transparent_btn_bnr_white:hover, .mt_transparent_btn_bnr_white.active {
  background-color: #6FA1A6;
  color: #ffffff;
}

.mt_transparent_btn_white {
  border: 1px solid #6FA1A6;
  background-color: transparent;
  color: #ffffff;
}
html.system .mt_transparent_btn_white:hover, .mt_transparent_btn_white.active {
  background-color: #ffffff;
  color: transparent;
}

.mt_transparent_btn_color {
  border: 1px solid #D0D5DD;
  background-color: #ffffff;
  color: #344054;
}
html.system .mt_transparent_btn_color:hover, .mt_transparent_btn_color.active {
  background-color: #344054;
  color: #ffffff;
}

.mt_fill_btn {
  border: 1px solid #07353F;
  background-color: #07353F;
  color: #ffffff;
}
html.system .mt_fill_btn:hover, .mt_fill_btn.active {
  background-color: #C48737;
  border-color: #C48737;
  color: #ffffff;
}

html.system .mt_resident_login:hover path {
  stroke: #6FA1A6;
}

.mt_border_btn_grey {
  border: 1px solid #849A9F;
  background-color: #ffffff;
  color: #07353F;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 0;
}
html.system .mt_border_btn_grey:hover, .mt_border_btn_grey.active {
  background-color: #07353F;
  color: #ffffff;
}

html.system .mt_fp_filter_btn:hover:before, .mt_fp_filter_btn.active:before {
  background: url(../images/icons/filter-white.svg) center center/contain no-repeat;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/*.......Common margin.......*/
.mt_with_both_margins {
  width: calc(100% - 32px);
  margin: 0 auto;
}
@media (max-width: 991.8px) {
  .mt_with_both_margins {
    width: calc(100% - 16px);
  }
}
@media (max-width: 575.8px) {
  .mt_with_both_margins {
    width: 100%;
  }
}

.mt_with_both_margins_desktop {
  width: 100%;
}
@media (min-width: 992px) {
  .mt_with_both_margins_desktop {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .mt_with_both_padding_desktop {
    padding: 0 16px;
  }
}

/*.......Common padding.......*/
.mt_page_padding {
  padding-left: 7.8vw;
  padding-right: 7.8vw;
}
@media (max-width: 991.8px) {
  .mt_page_padding {
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }
}

/*.......Play/Pause icons.......*/
.mt_control_btn button.mt_play:before {
  background-image: url(../images/icons/pause-icon.svg);
}
.mt_control_btn button.mt_play:after {
  background-image: url(../images/icons/play-icon.svg);
}
.mt_control_btn button.mt_sound:before {
  background-image: url(../images/icons/sound-icon.svg);
}
.mt_control_btn button.mt_sound:after {
  background-image: url(../images/icons/sound-muted-icon.svg);
}

/*.......link_arrow styles.......*/
.mt_link_arrow_right {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8BCAD0;
  border-left: 2px solid #8BCAD0;
  transform: rotate(90deg);
}
.mt_link_arrow_right:after {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background-color: #8BCAD0;
  transform: rotate(-45deg) translate(4px, 0px);
  left: 0;
  top: 0;
}

.main-content {
  position: relative;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}

.mt_hid {
  overflow: hidden;
}
.mt_hid header .mt_navigation_wrapper {
  opacity: 0.9;
}
.mt_hid header .mt_navigation_wrapper a {
  pointer-events: none;
}

.hide {
  display: none !important;
}

.default_cursor {
  cursor: default !important;
}

.capitalize {
  text-transform: uppercase;
}

.hide_heading {
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;
  pointer-events: none;
  color: transparent;
}

/* Category filter styles */
.mt_cat {
  padding-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .mt_cat {
    overflow-x: hidden;
  }
}
.mt_cat .dropdown {
  margin-bottom: 0;
}
@media (max-width: 991.8px) {
  .mt_cat {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.mt_cat .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .mt_cat .dropdown {
    margin-bottom: 35px;
  }
}
.mt_cat .dropdown .selectivo__dropdown {
  justify-content: center;
  position: absolute;
  max-height: initial;
  outline: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}
@media (min-width: 992px) {
  .mt_cat .dropdown .selectivo__dropdown {
    display: flex;
    border: 0;
  }
}
.mt_cat .dropdown .selectivo__dropdown .selectivo__option {
  color: #53797D;
  border: 0;
  background: transparent;
  padding: 10px 20px;
}
.mt_cat .dropdown .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  color: #ffffff;
  background-color: #53797D;
}
@media (max-width: 991.8px) {
  .mt_cat .dropdown .selectivo__dropdown .selectivo__option {
    display: flex !important;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 991.8px) {
  .mt_cat .dropdown .selectivo__dropdown [role=listbox] {
    border: 1px solid #d1d1d1;
  }
  .mt_cat .dropdown .selectivo__label {
    width: 100%;
    border-color: #ffffff;
    background: #ffffff;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 3px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
  }
  .mt_cat .dropdown .selectivo__label::after {
    border-top-color: #6a6a6a;
    border-bottom-color: #6a6a6a;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    right: 20px;
    top: calc(50% - 5px);
    margin-top: 0px;
  }
  .mt_cat .dropdown.selectivo--open .selectivo__label::after {
    top: 50%;
  }
}

.link_arrow {
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #8BCAD0;
  animation: link_arrow 700ms linear infinite;
}
.link_arrow.grey {
  background-color: #07353F;
  transform: rotate(180deg);
}
.link_arrow.grey::after, .link_arrow.grey:before {
  background-color: #07353F;
}

.link_arrow::after,
.link_arrow::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  right: 0px;
  background-color: #8BCAD0;
}

.link_arrow::after {
  top: -5px;
  transform: rotate(125deg);
}

.link_arrow::before {
  top: -1px;
  transform: rotate(55deg);
}

/* pagination css */
.pagination_list {
  display: flex;
  justify-content: center;
  border-top: 1px solid #849A9F;
  padding: 20px 0 40px;
  position: relative;
}
.pagination_list li {
  list-style-type: none;
  margin: 0 10px;
  width: 30px;
  text-align: center;
}
@media (max-width: 767.8px) {
  .pagination_list li {
    margin: 0 5px;
  }
}
.pagination_list li.active {
  color: #07353F;
  border-radius: 20px;
  background-color: #DFEAF0;
}
.pagination_list li.next {
  position: absolute;
  right: 35px;
}
.pagination_list li.next .link_arrow {
  background-color: #07353F;
  bottom: 14px;
  right: -25px;
}
.pagination_list li.next .link_arrow::after, .pagination_list li.next .link_arrow::before {
  background-color: #07353F;
}
.pagination_list li.prev {
  padding-left: 40px;
  position: absolute;
  left: 0;
}
.pagination_list li.prev .link_arrow {
  left: 15px;
  top: 14px;
}

/* tabs style */
#mt_tabs {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: none !important;
}
#mt_tabs button {
  font-size: 14px;
  line-height: 20px;
  color: #1D2939;
  padding: 10px;
  flex: 1;
  border: 0;
  background: #F9FAFB;
}
#mt_tabs button:not(:last-child) {
  border-right: 1px solid #D0D5DD;
}
#mt_tabs button:first-child {
  border-radius: 8px 0 0 8px;
}
#mt_tabs button:last-child {
  border-radius: 0 8px 8px 0;
}
#mt_tabs button.inactive {
  background: #FFFFFF;
}

.flex_cnt {
  display: flex;
}

/* fp common styles */
.mt_fp_list_col {
  margin: 0 6px;
}
.mt_fp_list_col.mt_fp_beds, .mt_fp_list_col.mt_fp_bath, .mt_fp_list_col.mt_fp_building {
  color: #47686F;
  font-weight: 500;
  padding: 4px 12px;
  background: #E4EFF5;
  border-radius: 16px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
}
.mt_fp_list_col.mt_fp_beds.sedona, .mt_fp_list_col.mt_fp_bath.sedona, .mt_fp_list_col.mt_fp_building.sedona {
  background: #E6D5B8;
}
.mt_fp_list_col.mt_fp_beds a, .mt_fp_list_col.mt_fp_bath a, .mt_fp_list_col.mt_fp_building a {
  color: #47686F;
}
@media (max-width: 991.8px) {
  .mt_fp_list_col.mt_fp_beds, .mt_fp_list_col.mt_fp_bath, .mt_fp_list_col.mt_fp_building {
    float: right;
  }
}

html.system a.mt_fp_list_col.mt_fp_beds:hover, a.mt_fp_list_col.mt_fp_beds.active, html.system a.mt_fp_list_col.mt_fp_bath:hover, a.mt_fp_list_col.mt_fp_bath.active, html.system a.mt_fp_list_col.mt_fp_building:hover, a.mt_fp_list_col.mt_fp_building.active {
  background-color: #07353F;
  color: #ffffff;
}

.mt_fp_close {
  border: 1px solid #07353F;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  /*background: url(../images/icons/fp-close.svg) center center no-repeat;*/
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffffff;
}
html.system .mt_fp_close:hover {
  background-color: #C48737;
  border-color: #C48737;
}
html.system .mt_fp_close:hover svg path {
  stroke: #ffffff;
}

.mt_popup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10% auto;
  height: auto;
  background-color: #ffffff;
  width: 80%;
  padding: 30px 0;
}

.mt_fp_popup,
.mt_slider_popup {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-grow: 1;
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s ease-out;
}
.mt_fp_popup.opened,
.mt_slider_popup.opened {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.thank-you .main-content,
.not-found .main-content {
  min-height: auto !important;
}

#mt_error {
  padding: 0;
}
@media (min-width: 1920px) {
  #mt_error {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.8px) {
  #mt_error {
    height: auto !important;
  }
}
#mt_error .mt_thankyou_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
}
@media (max-width: 991.8px) {
  #mt_error .mt_thankyou_wrapper {
    width: 100%;
    left: 0;
  }
}
#mt_error .mt_banner_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 700px;
  padding: 64px 0;
  border-radius: 3px;
}
@media (max-width: 991.8px) {
  #mt_error .mt_banner_content {
    padding: 40px 6.4vw;
  }
}
#mt_error .mt_banner_content > div {
  width: 80%;
  max-width: 800px;
}
@media (max-width: 991.8px) {
  #mt_error .mt_banner_content > div {
    width: 100%;
    max-width: 100%;
    padding: 0 4.2vw;
  }
}
#mt_error .mt_banner_content.mt_banner_lef_aligned {
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 992px) {
  #mt_error .mt_banner_content.mt_banner_lef_aligned {
    padding: 0 5.5vw;
  }
}
#mt_error .mt_banner_content.mt_banner_center_aligned {
  align-items: center;
  text-align: center;
}
#mt_error .mt_banner_content .mt_btn {
  width: auto;
  margin-top: 32px;
}
#mt_error.text_center > * {
  text-align: center;
  margin: 0 auto;
}
#mt_error.text_left > * {
  text-align: left;
}
#mt_error.content_left, #mt_error.text_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991.8px) {
  #mt_error.content_left, #mt_error.text_left {
    justify-content: center;
  }
}
#mt_error.content_left .mt_banner_content, #mt_error.text_left .mt_banner_content {
  align-items: flex-start;
  text-align: left;
  padding: 64px;
}
@media (max-width: 991.8px) {
  #mt_error.content_left .mt_banner_content, #mt_error.text_left .mt_banner_content {
    padding: 60px 7.8vw;
    align-items: center;
    text-align: center;
  }
}
#mt_error.content_left .mt_thankyou_wrapper {
  padding: 60px 7.8vw;
}
#mt_error.content_left .mt_banner_content {
  left: 7.8vw;
}
@media (max-width: 991.8px) {
  #mt_error.content_left .mt_banner_content {
    left: 0;
    right: 4.2vw;
    padding: 60px 7.8vw;
  }
}
#mt_error .mt_social_login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 32px;
  justify-content: center;
  align-items: center;
}
#mt_error .mt_social_login .mt_social {
  display: flex;
  align-items: center;
}
#mt_error .mt_social_login .mt_social a {
  margin-right: 32px;
}
#mt_error.text_left .mt_social_login {
  justify-content: start;
}

.mt_banner_outer_wrap .mt_main_heading span {
  display: block;
  margin-left: -25px;
}
@media (max-width: 767.8px) {
  .mt_banner_outer_wrap .mt_main_heading span {
    margin-left: -5px;
  }
}

.mt_two_column_container .mt_col_content a.mt_btn.mt_fill_btn:hover {
  background: #C48737 !important;
  border-color: #C48737 !important;
}

#available_filters .mt_filter_wrap .dropdown .selectivo__label {
  border-color: #07353F;
}
#available_filters .mt_filter_wrap .dropdown .selectivo__label::after {
  border-color: #07353F;
}
#available_filters .mt_filter_wrap .dropdown [role=option]:focus, #available_filters .mt_filter_wrap .dropdown [role=option]:hover, #available_filters .mt_filter_wrap .dropdown [role=option].selectivo__option--selected {
  background: #B8D8E6;
  color: #07353F;
}
#available_filters .mt_filter_wrap .dropdown [role=listbox] {
  border-color: #07353F;
}
#available_filters .mt_filter_wrap button#fp_quick_search:hover {
  border-color: #C48737;
  background: #C48737;
}

#available_filters .mt_one_column_content_wrapper {
  padding: 40px 16px;
}

.special_slider_wrapper .mt_cta_slider .slick-slide span {
  font-weight: 700;
}

.floor-plans .mt_fixed, .gallery .mt_fixed, .amenities .mt_fixed, .neighborhood .mt_fixed, .blog .mt_fixed, .floor-plans-detail .mt_fixed, .contact .mt_fixed, .amenities-sedona .mt_fixed, .amenities-slate .mt_fixed, .retail-page .mt_fixed, .thank-you .mt_fixed, .error404 .mt_fixed, .sightmap .mt_fixed, .single-post .mt_fixed {
  padding: 25px 0;
}
@media (min-width: 1200px) {
  .floor-plans header.mt_logo_2.mt_fixed .sticky_head_logo, .gallery header.mt_logo_2.mt_fixed .sticky_head_logo, .amenities header.mt_logo_2.mt_fixed .sticky_head_logo, .neighborhood header.mt_logo_2.mt_fixed .sticky_head_logo, .blog header.mt_logo_2.mt_fixed .sticky_head_logo, .floor-plans-detail header.mt_logo_2.mt_fixed .sticky_head_logo, .contact header.mt_logo_2.mt_fixed .sticky_head_logo, .amenities-sedona header.mt_logo_2.mt_fixed .sticky_head_logo, .amenities-slate header.mt_logo_2.mt_fixed .sticky_head_logo, .retail-page header.mt_logo_2.mt_fixed .sticky_head_logo, .thank-you header.mt_logo_2.mt_fixed .sticky_head_logo, .error404 header.mt_logo_2.mt_fixed .sticky_head_logo, .sightmap header.mt_logo_2.mt_fixed .sticky_head_logo, .single-post header.mt_logo_2.mt_fixed .sticky_head_logo {
    display: none;
  }
  .floor-plans header.mt_logo_2.mt_fixed .default, .gallery header.mt_logo_2.mt_fixed .default, .amenities header.mt_logo_2.mt_fixed .default, .neighborhood header.mt_logo_2.mt_fixed .default, .blog header.mt_logo_2.mt_fixed .default, .floor-plans-detail header.mt_logo_2.mt_fixed .default, .contact header.mt_logo_2.mt_fixed .default, .amenities-sedona header.mt_logo_2.mt_fixed .default, .amenities-slate header.mt_logo_2.mt_fixed .default, .retail-page header.mt_logo_2.mt_fixed .default, .thank-you header.mt_logo_2.mt_fixed .default, .error404 header.mt_logo_2.mt_fixed .default, .sightmap header.mt_logo_2.mt_fixed .default, .single-post header.mt_logo_2.mt_fixed .default {
    display: block;
  }
}
@media (max-width: 1199.8px) {
  .home .show_desk.logo.default {
    display: none;
  }
  .home .show_desk.logo.sticky_head_logo {
    display: block;
  }
}
.mt_one_column.mt_quick_fpsrch button.mt_btn:hover {
  background: #C48737 !important;
  border-color: #C48737 !important;
  color: #ffffff !important;
}

.mt_heading_new h1 {
  white-space: nowrap;
}

.mt_specials_wrapper .mt_specials_popup p {
  color: #07353F;
}

.oneColumn_tabsContainer, .buildingCatContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 7.8vw 35px;
  background: url("../images/Sedona-Slate-3x3-Pattern-RGB-Navy-Sky.svg");
  background-repeat: repeat;
  margin-bottom: 32px;
}
.oneColumn_tabsContainer .mt_col_subheading, .buildingCatContainer .mt_col_subheading {
  font-weight: 700;
}
@media (max-width: 991.8px) {
  .oneColumn_tabsContainer .mt_col_subheading, .buildingCatContainer .mt_col_subheading {
    display: none;
  }
}
.oneColumn_tabsContainer .tabButtons, .buildingCatContainer .tabButtons {
  display: flex;
  gap: 15px;
}

.buildingCatContainer {
  padding: 20px 7.8vw 25px;
  width: calc(100% - 32px);
  margin-left: 16px;
}

.thank-you .mt_one_column.with_bg {
  padding: 26vh 7.8vw 26vh;
}
.thank-you .mt_social_login {
  display: none !important;
}
.thank-you .mt_thank_you_header {
  background-color: #07353F !important;
}
.thank-you .mt_one_column_content_wrapper .mt_btn {
  width: fit-content !important;
}
.thank-you .addtoany_content {
  position: absolute;
  visibility: hidden;
}
.thank-you .mt_one_column_container {
  margin-bottom: 16px !important;
}

.error404 .mt_thank_you_header {
  background-color: #07353F !important;
}
.error404 #mt_error .mt_banner_content {
  padding: 160px 7.8vw 160px;
}
.error404 #mt_error {
  margin-bottom: 16px !important;
}
.error404 .addtoany_content {
  position: absolute;
  visibility: hidden;
}
@media (max-width: 991.8px) {
  .error404 .mt_thankyou_wrapper {
    background-position: top -20% center !important;
  }
}
@media (max-width: 767.8px) {
  .error404 .mt_thankyou_wrapper {
    background-position: top 12% center !important;
  }
}

@media (min-width: 992px) {
  .amenities-sedona .mt_one_column_container.wlcm_section .mt_one_column_content_wrapper .mt_paragraph, .amenities-slate .mt_one_column_container.wlcm_section .mt_one_column_content_wrapper .mt_paragraph, .retail-page .mt_one_column_container.wlcm_section .mt_one_column_content_wrapper .mt_paragraph {
    max-width: 850px !important;
  }
}
@media (min-width: 992px) {
  .amenities-sedona .mt_one_column_container.height_change .mt_one_column.no_cta.no_bg.with_bg .mt_one_column_content_wrapper .mt_col_heading, .amenities-sedona .mt_one_column_container.height_change .mt_one_column.no_cta.no_bg.with_bg .mt_one_column_content_wrapper .mt_paragraph, .amenities-slate .mt_one_column_container.height_change .mt_one_column.no_cta.no_bg.with_bg .mt_one_column_content_wrapper .mt_col_heading, .amenities-slate .mt_one_column_container.height_change .mt_one_column.no_cta.no_bg.with_bg .mt_one_column_content_wrapper .mt_paragraph, .retail-page .mt_one_column_container.height_change .mt_one_column.no_cta.no_bg.with_bg .mt_one_column_content_wrapper .mt_col_heading, .retail-page .mt_one_column_container.height_change .mt_one_column.no_cta.no_bg.with_bg .mt_one_column_content_wrapper .mt_paragraph {
    max-width: 950px;
  }
}
@media (max-width: 991.8px) {
  .amenities-sedona .mt_two_column_container .mt_col_img, .amenities-slate .mt_two_column_container .mt_col_img, .retail-page .mt_two_column_container .mt_col_img {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .amenities-sedona .mt_two_column_container .mt_two_column_list_layout .mt_col_content .mt_sec_sub_heading, .amenities-slate .mt_two_column_container .mt_two_column_list_layout .mt_col_content .mt_sec_sub_heading, .retail-page .mt_two_column_container .mt_two_column_list_layout .mt_col_content .mt_sec_sub_heading {
    margin-bottom: 0 !important;
  }
}
.amenities-sedona .mt_two_column_container.with_disclaimer .mt_col_content ul li:last-child::after, .amenities-slate .mt_two_column_container.with_disclaimer .mt_col_content ul li:last-child::after, .retail-page .mt_two_column_container.with_disclaimer .mt_col_content ul li:last-child::after {
  display: block;
  content: "*Available in select apartments";
  font-size: 15px;
  line-height: 30px;
}

.mt_fill_btn {
  border-radius: 0;
}

.mt_one_column_content_wrapper {
  border-radius: 0 !important;
}

.selectivo__label {
  border-radius: 0 !important;
}

@media (max-width: 991.8px) {
  .retail-page .mt_two_column_layout .mt_two_col .mt_col_img {
    margin-top: 0 !important;
  }
}

.mt_one_column.with_bg_color.mt_quick_fpsrch .mt_one_column_content_wrapper {
  background-color: rgba(196, 135, 55, 0.5) !important;
}

.mt_specials_wrapper .mt_specials_popup .mt_promo {
  color: #07353F !important;
}

.mt_transparent_btn,
.mt_fill_btn {
  border-radius: 0px !important;
}

.mt_menu_toggle {
  border-radius: 0px !important;
}

.addtoany_share {
  color: #07353F !important;
}

@media (min-width: 992px) {
  .mt_two_column_container .mt_two_column_layout .mt_col_content, .mt_two_column_container .mt_two_column_list_layout .mt_col_content {
    padding: 3.9vw 7.8vw 3.9vw 7.8vw !important;
  }
  .mt_two_column_container .mt_two_column_layout .mt_col_reverse .mt_col_content, .mt_two_column_container .mt_two_column_list_layout .mt_col_reverse .mt_col_content {
    padding-right: 7.8vw !important;
  }
}
.blog .link_arrow {
  position: relative;
  background-color: transparent !important;
}
.blog .link_arrow::before {
  background-color: transparent !important;
}
.blog .link_arrow::after {
  background: url("../images/arrow-right.svg");
  position: absolute;
  width: 25px;
  height: 25px;
  right: -6px;
  background-repeat: no-repeat;
  top: 10px;
  transform: rotate(360deg);
}
.blog .pagination_list .next .link_arrow::before {
  background-color: transparent !important;
}
.blog .pagination_list .next .link_arrow::after {
  top: 14px !important;
  background-color: transparent !important;
}

.virtual-tour .addtoany_share_save_container {
  display: none;
}

.hide_cta .mt_fill_btn {
  display: none !important;
}

.map-popup #content-sect .link_block {
  gap: 24px;
}

@media (max-width: 991.8px) {
  .amenities-sedona .mt_two_column_container.with_disclaimer .mt_two_column_list_layout .mt_two_col {
    background-position-y: -360px !important;
  }
}

.cookie {
  display: none;
}

.floor-plans.compare .mt_compare_item_img img {
  filter: grayscale(1);
}

iframe[src*="my.hy.ly"] {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  bottom: 0 !important;
}

.rfwa-expense-guide-container {
  padding: 20px 20px 5em 20px !important;
}
@media (max-width: 991.8px) {
  .rfwa-expense-guide-container {
    padding: 20px 20px 3em 20px !important;
  }
}
.rfwa-expense-guide-container h2 {
  font-family: "proxima-nova";
  color: #07353F !important;
}
.rfwa-expense-guide-container p {
  font-family: "proxima-nova";
  color: #07353F !important;
  margin-bottom: 24px !important;
}

.rfwa-expense-accordion .rfwa-accordion-item .rfwa-accordion-header {
  font-family: "proxima-nova";
  color: #07353F !important;
}
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-accordion-header .rfwa-expense-type-required {
  font-family: "proxima-nova";
  background-color: #07353F !important;
  color: #ffffff !important;
  border: 1px solid #667085 !important;
  font-size: 12px;
  line-height: 1.2;
}
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list {
  font-family: "proxima-nova";
  color: #07353F !important;
}
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list th,
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list .rfwa-expense-label,
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list .rfwa-expense-details {
  font-family: "proxima-nova";
  color: #07353F !important;
}
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list .rfwa-expense-type {
  font-family: "proxima-nova";
  background-color: #07353F !important;
  color: #ffffff !important;
}
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list .rfwa-expense-type.Required {
  background-color: #07353F !important;
  border: 1px solid #667085 !important;
  color: #ffffff !important;
}
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list {
  font-family: "proxima-nova";
  color: #07353F !important;
}

.rfwa-expense-footer {
  font-family: "proxima-nova";
  color: #07353F !important;
}

.rfwa-fee-calculator::before {
  margin-top: -3px;
}

.rfwa-group-title {
  color: #07353F !important;
}

.rfwa-expense-type-optional,
.rfwa-expense-type-situational,
.rfwa-expense-accordion .rfwa-accordion-item .rfwa-expense-list .rfwa-expense-type {
  font-family: "proxima-nova";
  background-color: #E4EFF5 !important;
  color: #07353F !important;
  border: 1px solid #E4EFF5 !important;
}

.rfwa-expense-type-optional,
.rfwa-expense-type-situational {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right: 2px solid #07353F !important;
  border-bottom: 2px solid #07353F !important;
}

.rfwa-export-pdf-link {
  color: #07353F !important;
}

@media (min-width: 1201px) {
  .rfwa-expense-list th:nth-child(4), .rfwa-expense-list td:nth-child(4) {
    width: 11% !important;
  }
}
.rfwa-group-title {
  font-family: "proxima-nova";
}

/*transform origin*/
@media (min-width: 992px) {
  header:not(.mt_fixed) {
    background-color: #07353F !important;
  }
  header.mt_fixed {
    padding: 25px 0;
  }
}
@media (max-width: 991.8px) {
  header.mt_fixed {
    padding: 17px 0;
  }
}
header .mt_hamb_menu {
  background: #07353F;
  padding-right: 0px;
}
@media (min-width: 992px) {
  header .mt_hamb_menu {
    right: -16px;
  }
}
header .mt_hamb_menu .logo_ham_menu {
  display: block;
  max-width: 200px;
  margin-top: 30px;
  margin-left: 8px;
}
header .mt_hamb_menu .mt_menu_toggle {
  top: 30px;
  right: 35px;
}
@media (max-width: 991.8px) {
  header .mt_hamb_menu .mt_menu_toggle {
    right: 20px;
  }
}
header .mt_hamb_menu .mt_menu_toggle.close {
  border-color: #ffffff;
  border-radius: 0;
}
header .mt_hamb_menu .mt_menu_toggle.close svg path {
  stroke: #ffffff;
}
header .mt_hamb_menu ul li.mt_transparent_btn {
  border-color: #07353F;
  border-radius: 0;
}
header .mt_hamb_menu ul li.mt_transparent_btn a {
  color: #07353F;
}
header .mt_hamb_menu ul li.mt_transparent_btn a::before {
  content: url("../images/phone.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  left: -3px;
  transition: all 0.2s ease-out;
  margin: -10px 0;
}
header .mt_hamb_menu ul li.mt_transparent_btn a:hover::before {
  content: url("../images/phone-white.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  left: -3px;
}
@media (min-width: 992px) {
  header .mt_hamb_menu ul li.mt_fill_btn.half_width {
    width: calc(50% - 25px) !important;
  }
}
header .mt_hamb_menu ul li a {
  color: #07353F;
}
header .mt_hamb_menu ul li a:hover {
  background-color: #E4EFF5;
}
header .mt_hamb_menu ul li.current_page_item a {
  background-color: #E4EFF5;
}
header .mt_hamb_menu ul.mt_ext_link li a {
  color: #07353F;
}
header .mt_hamb_menu ul.mt_ext_link {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 0 !important;
}
header .mt_hamb_menu .inner_menu {
  margin-top: 90px;
  background: #ffffff;
  height: 100vh;
}
@media (max-width: 991.8px) {
  header .mt_hamb_menu .inner_menu {
    height: 80vh;
  }
}
header .mt_hamb_menu .inner_menu a {
  font-weight: 400;
}
header .mt_hamb_menu .inner_menu #menu-hamburger-sub-menu-2 li:first-child a::before {
  content: url("../images/resident-logo.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 4px;
}
@media (max-width: 359.8px) {
  header .mt_navigation_wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 991.8px) {
  header .mt_navigation_wrapper .left_btn {
    padding: 8.5px 20px;
  }
}
header .mt_navigation_wrapper .left_btn:hover {
  background: #C48737;
  border-color: #C48737;
  color: #ffffff;
}
header .mt_navigation_wrapper .show_mob.logo {
  width: 150px;
  max-width: 150px;
}
@media (max-width: 991.8px) {
  header .mt_navigation_wrapper .show_mob.logo {
    max-width: 80px;
  }
}
@media (max-width: 359.8px) {
  header .mt_navigation_wrapper .show_mob.logo {
    width: 115px;
  }
}
header .mt_navigation_wrapper .show_desk.logo.default {
  width: 400px;
}
header .mt_navigation_wrapper .show_desk.logo.sticky_head_logo {
  width: 80px;
}
@media (max-width: 359.8px) {
  header .mt_navigation_wrapper .header_right {
    margin-left: 15px;
  }
}
@media (max-width: 991.8px) {
  header .mt_navigation_wrapper .header_right .show_mob {
    margin-bottom: 1px;
  }
}
header #menu-hamburger-menu .mt_fill_btn {
  color: #ffffff;
  border-color: #07353F;
  background: #07353F;
}
@media (max-width: 991.8px) {
  header #menu-hamburger-menu .mt_fill_btn {
    margin-left: 15px;
  }
}
header #menu-hamburger-menu .mt_fill_btn:hover {
  color: #ffffff !important;
  background: #C48737;
  border-color: #C48737;
}
header #menu-hamburger-menu .mt_fill_btn a:hover {
  color: #ffffff !important;
}
@media (max-width: 991.8px) {
  header #menu-hamburger-menu .mt_transparent_btn {
    margin-left: 15px;
  }
}
header #menu-hamburger-menu .mt_transparent_btn:hover {
  color: #ffffff;
  border-color: #07353F;
  background: #07353F;
}
header .social_icons {
  padding: 15px 15px 15px 30px;
  margin-bottom: 90px;
}
header .social_icons a {
  margin-right: 15px;
}
header .social_icons svg path {
  fill: #07353F;
}

footer {
  background: transparent !important;
}
footer .mt_footer_logo img {
  width: 320px !important;
}
footer .mt_footer_btn_wrap .mt_fill_btn {
  background-color: transparent;
  border: 1px solid #FFF !important;
}
footer .mt_footer_btn_wrap .mt_fill_btn:hover {
  color: #ffffff !important;
  background: #C48737 !important;
  border: 1px solid #C48737 !important;
}
footer .mt_footer_btn_wrap .mt_transparent_btn:hover {
  color: #ffffff !important;
  background: #C48737 !important;
  border: 1px solid #C48737 !important;
}
footer .mt_footer_main .mt_social_login {
  border-top: 1px solid #C48737;
}
footer .mt_footer_main .mt_social_login .mt_resident_login {
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 15px !important;
}
footer .mt_footer_main .mt_social_login .mt_resident_login:hover {
  color: #ffffff !important;
  background: #C48737 !important;
  border: 1px solid #C48737 !important;
}
footer .mt_footer_main .mt_social_login .mt_social {
  align-items: unset;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1054px) {
  footer .mt_footer_main .mt_footer_top_row {
    flex-wrap: nowrap;
  }
}
@media screen and (min-device-width: 993px) and (max-device-width: 1054px) {
  footer .mt_footer_main .mt_footer_top_row .mt_footer_info {
    flex: unset;
  }
}
@media (min-width: 992px) {
  footer .mt_footer_main .mt_footer_top_row .mt_footer_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  footer .mt_footer_main .mt_footer_top_row .mt_footer_info div {
    width: 100% !important;
  }
}
footer .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_retail br {
  display: block !important;
}
@media (min-width: 992px) {
  footer .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_retail {
    padding-right: 0 !important;
  }
}
footer .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_txt_sub {
  margin-bottom: 8px;
}
footer .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_retail p {
  display: flex !important;
  flex-direction: column;
}
footer .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_ofc_ph {
  grid-column: 1;
  grid-row: 2/5;
}
footer .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_hours {
  padding-right: 41px;
  text-wrap: nowrap;
}
footer .mt_footer_sub {
  background: none !important;
}
@media (max-width: 767.8px) {
  footer .mt_footer_sub {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  footer .mt_footer_sub {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  footer .mt_footer_top_row .mt_footer_info > div {
    margin-bottom: 0px !important;
  }
}

html.system .mt_resident_login:hover path {
  stroke: white !important;
}

/*transform origin*/
.gallery .gallery {
  padding: 0px 0px;
}
@media (min-width: 992px) {
  .gallery .mt_banner {
    background-position-y: -120px !important;
  }
}
@media (min-width: 1920px) {
  .gallery .mt_banner {
    background-position: top 26% center !important;
  }
}
.gallery .mt_main_heading {
  font-size: 64px;
  line-height: 90px;
}
@media (max-width: 991.8px) {
  .gallery .mt_main_heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.gallery .mt_txt_intro {
  font-size: 30px;
}
@media (max-width: 991.8px) {
  .gallery .mt_txt_intro {
    font-size: 18px;
    line-height: 18px;
  }
}
.gallery .mt_cat::before {
  content: "";
  position: absolute;
  opacity: 5;
  background: url("../images/Frame.png") 25px 25px/cover repeat, #B8D8E6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .mt_cat.mt_mob_dropdown {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.gallery .mt_cat {
  background-color: #B8D8E6;
  position: relative;
  margin-left: 0px !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  margin: 16px 0px 32px;
  width: calc(100% - 32px);
  left: 16px;
  right: 16px;
  text-align: center;
  margin-left: 23px;
}
@media (max-width: 991.8px) {
  .gallery .mt_cat {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.gallery .mt_cat .dropdown [role=listbox] {
  background: unset;
}
@media (max-width: 991.8px) {
  .gallery .mt_cat .dropdown {
    width: 80% !important;
  }
  .gallery .mt_cat .dropdown .selectivo__label {
    background-color: #07353F !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border-color: #07353F !important;
  }
  .gallery .mt_cat .dropdown .selectivo__label::after {
    border-color: #ffffff;
    border-width: 0 2px 2px 0 !important;
  }
}
.gallery .selectivo__option {
  background: #ffffff !important;
  border: 0px solid var(--navy-50, #849A9F) !important;
  margin-left: 0px !important;
}
@media (min-width: 992px) {
  .gallery .selectivo__option {
    margin-left: 23px !important;
  }
}
.gallery .selectivo__option--selected {
  background-color: #07353F !important;
}
.gallery .selectivo__option:hover {
  background-color: #C48737 !important;
  color: #ffffff !important;
}
.gallery .mt_fill_btn {
  background-color: #07353F;
  border: 1px solid #07353F;
}
.gallery .mt_fill_btn:hover {
  color: #07353F !important;
}
.gallery .slick-arrow {
  background-color: #07353F !important;
}
.gallery .mt_gallery_caption {
  color: #47686F !important;
}
.gallery .lightbox__close {
  border-radius: 0px !important;
  border: 1px solid #07353F !important;
}
.gallery .lightbox .mt_slider .slick-arrow {
  border-radius: 0px !important;
}
.gallery .lightbox .mt_slider .slick-prev, .gallery .lightbox .mt_slider .slick-next {
  background: url("../images/left-arrow-white.svg") center center no-repeat;
  width: 44px;
  height: 44px;
  background-size: 60%;
}
.gallery .lightbox .mt_slider .slick-prev {
  transform: rotate(0deg);
}
.gallery .lightbox .mt_slider .slick-next {
  transform: rotate(180deg);
}
.gallery .buildingCatContainer {
  background: #F9F6EF;
}
.gallery .buildingCatContainer .tabButtons .mt_btn.mt_fill_btn {
  background-color: #ffffff;
  color: #07353F;
}
.gallery .buildingCatContainer .tabButtons .mt_btn.mt_fill_btn:hover {
  color: #ffffff !important;
  background-color: #C48737;
}
.gallery .buildingCatContainer .tabButtons .mt_btn.mt_fill_btn.active {
  background-color: #07353F;
  color: #ffffff;
}
.gallery .buildingCatContainer .tabButtons .mt_btn.mt_fill_btn.active:hover {
  background-color: #C48737;
}

/*transform origin*/
.floor-plans .mt_banner {
  margin-bottom: 16px;
}
.floor-plans .mt_banner .mt_banner_content > div {
  max-width: 1150px;
}
@media (min-width: 992px) {
  .floor-plans .mt_banner {
    background-position: bottom -175px center !important;
    margin-bottom: 32px;
  }
}
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap {
  background-image: url("../images/Sedona-Slate-3x3-Pattern-RGB-Navy-Sky.svg");
  background-repeat: repeat;
  background-size: cover;
}
.floor-plans .mt_filter_sticky_bar .mt_filter_sticky_wrap .mt_fp_filter_btn svg path {
  fill: #07353F;
}
.floor-plans .mt_fp_filter_wrap #selectbox_filter .selectivo__label {
  color: #07353F;
  border: 1px solid #07353F;
  background-color: #ffffff;
}
.floor-plans .mt_fp_filter_wrap #selectbox_filter .selectivo__label::after {
  border-color: #07353F;
}
.floor-plans .mt_fp_filter_wrap .mt_fp_filter_popup_inner #datepicker, .floor-plans .mt_fp_filter_wrap .mt_fp_filter_popup_inner .mt_fp_chk_box label {
  cursor: pointer;
  border-radius: 0px !important;
}
.floor-plans .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_fill_btn {
  border-color: #ffffff;
}
.floor-plans .mt_fp_filter_wrap .mt_fp_filter_btn_popup .mt_fill_btn:hover {
  border-color: #C48737;
}
.floor-plans .mt_floorplas_page_wrap #sort_by.dropdown [role=option] {
  color: #07353F;
}
.floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view .mt_fp_list_box .mt_fp_list_grp.mt_fp_details_wrap, .floor-plans .mt_floorplas_page_wrap .mt_fp_list_view .mt_fp_list_box .mt_fp_list_grp.mt_fp_details_wrap {
  color: #47686F;
  justify-content: space-between;
}
.floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view .mt_fp_list_box .mt_fp_chk_list label::before, .floor-plans .mt_floorplas_page_wrap .mt_fp_list_view .mt_fp_list_box .mt_fp_chk_list label::before {
  border-radius: 0;
  border-color: #47686F;
  top: -1px;
  cursor: pointer;
}
.floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view .mt_fp_list_box .mt_txt_intro, .floor-plans .mt_floorplas_page_wrap .mt_fp_list_view .mt_fp_list_box .mt_txt_intro {
  font-size: 22px;
  font-weight: 600 !important;
}
.floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view .mt_fp_list_box .mt_fp_plan_img img, .floor-plans .mt_floorplas_page_wrap .mt_fp_list_view .mt_fp_list_box .mt_fp_plan_img img {
  filter: grayscale(1);
}
@media (max-width: 991.8px) {
  .floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view .mt_fp_list_box .mt_fp_unit_wrap {
    flex-direction: column;
  }
  .floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view .mt_fp_list_box .mt_fp_unit_wrap .pill_container {
    margin-top: 10px;
  }
}
@media (max-width: 991.8px) {
  .floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view {
    padding-top: 4.2vw;
  }
}
.floor-plans .mt_floorplas_page_wrap .mt_fp_grid_view .mt_fp_list_box {
  border-radius: 0px;
}
.floor-plans .mt_floorplas_page_wrap .pagination_list a {
  color: #07353F;
}
@media (max-width: 991.8px) {
  .floor-plans .mt_one_column.with_cta.with_bg_color .mt_one_column_content_wrapper {
    padding: 40px 6.4vw;
  }
}
.floor-plans .mt_one_column.with_cta.with_bg_color a.mt_btn.mt_fill_btn:hover {
  background-color: #C48737 !important;
  color: #ffffff !important;
  border-color: #C48737 !important;
}
.floor-plans .mt_fp_disclaimer_grid {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-size: 16px;
}
.floor-plans .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details {
  width: auto;
}
.floor-plans .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details label {
  font-weight: 600;
}
.floor-plans .mt_fp_list_wrap .mt_fp_list_box .mt_fp_list_col.mt_fp_details span:nth-child(2) {
  font-weight: 400;
}

.sightmap .mt_filter_sticky_wrap {
  background-image: url("../images/Sedona-Slate-3x3-Pattern-RGB-Navy-Sky.svg");
  background-repeat: repeat;
  background-size: cover;
}
.sightmap .mt_filter_sticky_wrap .mt_fp_filter_btn svg path {
  fill: #07353F;
}
.sightmap .mt_banner {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sightmap .mt_banner {
    margin-bottom: 32px;
  }
}

.floor-plans .ring-container .circle {
  background-color: #07353F;
}

.floor-plans .ring-container .ringring {
  border: 3px solid #07353F;
}

/*transform origin*/
.floor-plans-detail .mt_two_column_list_layout .mt_col_content .mt_sub_heading, .floor-plans-detail .mt_two_column_list_layout .mt_col_content .flex_cnt {
  color: #07353F;
}
.floor-plans-detail .mt_two_column_list_layout .mt_col_content .mt_fp_unit_wrap.mt_fp_list_grp span {
  color: #47686F !important;
  background: #E4EFF5;
}
.floor-plans-detail .mt_two_column_list_layout .mt_col_content .mt_fp_unit_wrap.mt_fp_list_grp span.sedona {
  background: #E6D5B8;
}
.floor-plans-detail .mt_two_column_list_layout .mt_col_content .mt_fp_list_grp.fp_detail_wrap .mt_fp_details, .floor-plans-detail .mt_two_column_list_layout .mt_col_content .mt_fp_details span {
  color: #47686F !important;
}
.floor-plans-detail .mt_two_column_list_layout .mt_col_content .mt_fp_features_heading, .floor-plans-detail .mt_two_column_list_layout .mt_col_content .features li, .floor-plans-detail .mt_two_column_list_layout .mt_col_content .mt_extras_heading, .floor-plans-detail .mt_two_column_list_layout .mt_col_content p {
  color: #47686F !important;
}
@media (max-width: 991.8px) {
  .floor-plans-detail .mt_two_column_list_layout .mt_col_content .flex_cnt {
    align-items: unset;
  }
}
@media (max-width: 991.8px) {
  .floor-plans-detail .mt_two_column_list_layout .mt_two_col {
    align-items: center !important;
  }
}
.floor-plans-detail .mt_col_img.mt_fp_image {
  border-color: #849A9F;
}
@media (min-width: 992px) {
  .floor-plans-detail .mt_col_img.mt_fp_image {
    margin-bottom: 3.9vw;
  }
}
.floor-plans-detail .mt_col_img.mt_fp_image .mt_cat.mt_mob_dropdown_wrap #mt_tabs {
  border-radius: 0;
  border: 1px solid #849A9F;
}
.floor-plans-detail .mt_col_img.mt_fp_image .mt_cat.mt_mob_dropdown_wrap #mt_tabs.selectivo__dropdown .selectivo__option.selectivo__option--selected {
  background-color: #07353F;
  color: #ffffff;
  border-radius: 0;
}
.floor-plans-detail .mt_col_img.mt_fp_image .mt_cat.mt_mob_dropdown_wrap #mt_tabs button:not(:last-child) {
  border-right: 2px solid #849A9F;
}
.floor-plans-detail .mt_col_img.mt_fp_image .mt_fp_detail_btn_wrapper .mt_cat.mt_mob_dropdown_wrap {
  display: none;
}
.floor-plans-detail .mt_col_img img, .floor-plans-detail .mt_image_popup img {
  filter: grayscale(1);
  object-fit: contain !important;
}
@media (max-width: 991.8px) {
  .floor-plans-detail #back_btn {
    margin-left: 3vw;
  }
}
@media (max-width: 575.8px) {
  .floor-plans-detail #back_btn {
    margin-left: 1vw;
  }
}
.floor-plans-detail .mt_fp_detail_icon.mt_share_btn {
  background: url("../images/share.svg") transparent no-repeat left center;
  margin-right: 0;
}
.floor-plans-detail .mt_fp_detail_icon.mt_enlarge_btn {
  background: url("../images/add.png") transparent no-repeat left center;
}
.floor-plans-detail .mt_fp_list_grp.fp_detail_wrap {
  flex-direction: column;
}
.floor-plans-detail .mt_fp_list_col.mt_fp_details .rfwa-fee-calculator span {
  width: max-content !important;
  position: absolute;
  top: 3px;
  left: 24px;
  font-family: "akzidenz-grotesk-next-extend";
  font-weight: 700 !important;
}
.floor-plans-detail .mt_fp_list_col.mt_fp_details {
  gap: 10px;
}
.floor-plans-detail .mt_fp_list_col.mt_fp_details label {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.8px) {
  .floor-plans-detail .mt_fp_list_col.mt_fp_details label {
    font-size: 14px;
  }
}
.floor-plans-detail .detail-calculator-wrap {
  margin: 30px 0 10px 0;
}
.floor-plans-detail .detail-calculator-wrap span {
  font-family: "proxima-nova" !important;
}
.floor-plans-detail .monthly-rent {
  font-weight: 700;
}
.floor-plans-detail .rfwa-fee-calculator::before {
  margin-top: 0px;
  margin-left: -5px;
}
.floor-plans-detail .mt_fp_details_wrap {
  display: flex;
  gap: 40px;
}

.contact {
  color: #07353F !important;
}
.contact #mt_tabs .mt_btn {
  background-color: #07353F !important;
  color: #ffffff !important;
}
.contact #mt_tabs .mt_btn.inactive {
  background-color: transparent !important;
  color: #07353F !important;
}
.contact button, .contact input, .contact select, .contact textarea {
  border-radius: 0px !important;
}
.contact .mt_contact_left h2 {
  color: #47686F !important;
}
.contact .mt_btn.inactive {
  background-color: #ffffff !important;
  color: #07353F !important;
}
.contact #mt_contact_page .hywrap button[type=submit] {
  background-color: #07353F;
  border: 1px solid #07353F;
  border-radius: 8px;
  color: #ffffff;
}
.contact #mt_contact_page .hywrap button[type=submit]:hover {
  background-color: #C48737 !important;
  color: #ffffff !important;
  border: 1px solid #C48737;
}
.contact .mt_inquiry_type.mt_para_margin {
  display: none;
}

/*transform origin*/
.mt_details_wrap {
  border-bottom: 1px solid #849A9F !important;
  width: unset !important;
}
.mt_details_wrap p, .mt_details_wrap ol {
  color: var(--navy-75, #47686F) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991.8px) {
  .mt_details_wrap p, .mt_details_wrap ol {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .mt_details_wrap .mt_one_column {
    padding: 6px 0vw !important;
  }
}
.mt_details_wrap .mt_one_column .mt_col_heading {
  font-size: 30px !important;
  color: #07353F !important;
}
.mt_details_wrap .mt_one_column .mt_paragraph {
  color: var(--navy-75, #47686F) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991.8px) {
  .mt_details_wrap .mt_one_column .mt_paragraph {
    padding: 0 !important;
  }
}

@media (max-width: 991.8px) {
  .mt_blogdetail_btm {
    padding: 48px 40px 0 0 !important;
  }
}
@media (max-width: 767.8px) {
  .mt_blogdetail_btm {
    width: 92% !important;
  }
}
.mt_blogdetail_btm .mt_bck_blog {
  padding-left: 17px !important;
  font-weight: 400 !important;
}
.mt_blogdetail_btm .link_arrow {
  left: 0px !important;
  background-color: #07353F !important;
}
.mt_blogdetail_btm .link_arrow::before {
  background-color: #07353F !important;
}
.mt_blogdetail_btm .link_arrow::after {
  background-color: #07353F !important;
}

@media (max-width: 767.8px) {
  .mt_blog_socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
}

.fb_blog {
  margin: 0 24px !important;
}
@media (max-width: 767.8px) {
  .fb_blog {
    padding-right: 10px;
    padding-bottom: 10px;
    margin: unset !important;
    grid-column: 2/4;
    grid-row: 2;
  }
}

@media (max-width: 767.8px) {
  .mt_share_btn {
    grid-column: 1/4;
  }
}

@media (max-width: 767.8px) {
  .insta_blog {
    grid-column: 3/4;
    grid-row: 2;
  }
}

@media (max-width: 767.8px) {
  .mt_box_wrap {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .mt_box_wrap {
    margin: 60px 7vw 0 7vw !important;
  }
}

@media (min-width: 992px) {
  .mt_events_blog .mt_cat {
    display: none;
  }
}
.mt_events_blog .mt_cat .show_mob {
  color: #07353F !important;
  margin-right: 6px;
}
.mt_events_blog .mt_cat .mt_btn {
  background: #07353F !important;
  color: #fff !important;
}
.mt_events_blog .mt_cat .selectivo__label {
  margin-left: 0px !important;
}
.mt_events_blog .mt_cat .selectivo__label ::after {
  border-color: #fff !important;
}

@media (max-width: 767.8px) {
  .blog .mt_box {
    padding-bottom: 30px !important;
  }
}
.blog .pagination_list {
  padding: 20px 0 50px;
  margin: 0px 5vw 0px 5vw;
}

.blog_quote p {
  padding-top: 1vw;
  color: #07353F !important;
  font-size: 20px;
  font-weight: 500;
}

.quote {
  border-left: 1px solid #849A9F;
  padding-left: 23px;
  margin-top: 30px;
}
.quote em {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  color: #07353F !important;
}
.quote sub {
  bottom: -0.25em;
  left: 0rem;
  font-size: 16px;
  white-space: nowrap;
}

.first_paragraph {
  border-bottom: 1px solid #849A9F;
  padding-bottom: 37px;
}

/*# sourceMappingURL=common-styles.css.map */
