/* MLS - Layout - Defaults */
html { font-size: var(--siteScale); }
body { font-size: var(--bodyFontSize); font-family: var(--bodyFont); font-weight: var(--wRegular); background-color: hsl(var(--white)); color: hsl(var(--bodyFontColor)); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { display: inline-block; }
a,
a:hover { color: hsl(var(--siteColor1)); }
a:focus { outline: none; box-shadow: var(--focusShadow); }
::selection { background: hsla(var(--siteColor2), 75%); }
sup { font-size: var(--supFontSize); line-height: var(--supLineHeight); top: var(--supTop); }

/* MLS - Default SVG icon sizing */
.icon { display: inline-block; width: 1.25rem; height: 1.25rem; }

/* MLS - Wrapper */
.mls-wrapper {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"header"
		"main"
	;
}

/* Title Tags */
h1, .h1, .mce-content-body h1, .mce-content-body .h1, .cell-block-options .h1, .content-builder-wrap h1, .content-builder-wrap .h1 { font-size: var(--titleFontSize1); font-family: var(--siteFont1), sans-serif; font-weight: var(--wMedium); text-transform: uppercase; }
h2, .h2, .mce-content-body h2, .mce-content-body .h2, .cell-block-options .h2, .content-builder-wrap h2, .content-builder-wrap .h2 { font-size: var(--titleFontSize2); font-family: var(--siteFont1), sans-serif; font-weight: var(--wMedium); text-transform: uppercase; }
h3, .h3, .mce-content-body h3, .mce-content-body .h3, .cell-block-options .h3, .content-builder-wrap h3, .content-builder-wrap .h3 { font-size: var(--titleFontSize3); font-family: var(--siteFont1), sans-serif; font-weight: var(--wMedium); text-transform: uppercase; }
h4, .h4, .mce-content-body h4, .mce-content-body .h4, .cell-block-options .h4, .content-builder-wrap h4, .content-builder-wrap .h4 { font-size: var(--titleFontSize4); font-family: var(--siteFont1), sans-serif; font-weight: var(--wMedium); text-transform: uppercase; }
h5, .h5, .mce-content-body h5, .mce-content-body .h5, .cell-block-options .h5, .content-builder-wrap h5, .content-builder-wrap .h5 { font-size: var(--titleFontSize5); font-family: var(--siteFont1), sans-serif; font-weight: var(--wMedium); text-transform: uppercase; }
h6, .h6, .mce-content-body h6, .mce-content-body .h6, .cell-block-options .h6, .content-builder-wrap h6, .content-builder-wrap .h6 { font-size: var(--titleFontSize6); font-family: var(--siteFont1), sans-serif; font-weight: var(--wMedium); text-transform: uppercase; }
@media (min-width: 1025px) {
  h1, .h1, .mce-content-body h1, .mce-content-body .h1, .cell-block-options .h1, .content-builder-wrap h1, .content-builder-wrap .h1 { font-size: var(--titleFontSize1); }
  h2, .h2, .mce-content-body h2, .mce-content-body .h2, .cell-block-options .h2, .content-builder-wrap h2, .content-builder-wrap .h2 { font-size: var(--titleFontSize2); }
  h3, .h3, .mce-content-body h3, .mce-content-body .h3, .cell-block-options .h3, .content-builder-wrap h3, .content-builder-wrap .h3 { font-size: var(--titleFontSize3); }
  h4, .h4, .mce-content-body h4, .mce-content-body .h4, .cell-block-options .h4, .content-builder-wrap h4, .content-builder-wrap .h4 { font-size: var(--titleFontSize4); }
}

.tagline, .subtitle { font-size: 1.125rem; font-family: var(--siteFont2), sans-serif; color: hsl(var(--darkGray)); font-weight: var(--wMedium); text-transform: uppercase; }

/* Horizontal Rule */
hr.light { margin: 1.5rem 0; padding: 0; height: 0.0625rem; border: none; background-color: hsla(var(--black), 15%); }
hr.medium { margin: 1.5rem 0; padding: 0; height: 0.3125rem; border: none; border-radius: var(--borderRadiusPill); background-color: hsla(var(--siteColor1), 10%); }
hr.solid { margin: 1.5rem 0; padding: 0; height: 0.625rem; border: none; border-radius: var(--borderRadiusPill); background-color: hsla(var(--siteColor1), 10%); }

/* MLS - Header */
.mls-header { grid-area: header; background-color: hsl(var(--white)); position: sticky; position: -webkit-sticky; top: 0; z-index: 2; }
.mls-header-bar { display: flex; align-items: center; padding: 1.25rem; position: relative; z-index: 2; }
.mls-header-bar-sub { position: relative; z-index: 1; display: flex;	align-items: center; background-color: hsla(var(--siteColor1), 10%); padding: 0.5rem 1rem; justify-content: space-between; }

/* MLS - Header Logo */
.mls-header-logo { flex-grow: 1; }
.mls-header-logo-img { max-width: 11.25rem; height: auto; }
.mls-header-logo-text { display: none; }
@media (min-width: 1025px) {
	.mls-header-logo { margin-right: 1rem; }
}

/* MLS - Header Phone Number */
.mls-header-phone-number { margin-right: 0.5rem; }
.mls-header-phone-number-link { display: flex; padding: 1.175rem; line-height: 1; border: 0.0625rem solid hsla(var(--siteColor1), 25%); border-radius: var(--borderRadiusCircle); position: relative; background-color: hsl(var(--white)); }
.mls-header-phone-number-link .icon { width: 1.0625rem; height: 1.0625rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: hsla(var(--siteColor1), 50%); }
.mls-header-phone-number-text { display: none; }
@media (min-width: 1025px) {
	.mls-header-phone-number .mls-header-phone-number-link { color: var(--bodyFontColor); padding: 0.625rem 1rem; border: none; background-color: transparent; transition: all ease-in-out 0.4s; align-items: center; }
	.mls-header-phone-number .mls-header-phone-number-link:hover { text-decoration: none; box-shadow: var(--focusShadow); }
	.mls-header-phone-number .mls-header-phone-number-link .icon { position: relative; top: 0; left: 0; transform: none; margin-right: 0.5rem; }
	.mls-header-phone-number .mls-header-phone-number-text { display: flex; }
}

/* BE - Header Login */
.mls-header-login { margin-right: 0.5rem; }
.mls-header-login-link { display: flex; padding: 1.175rem; line-height: 1; border: 0.0625rem solid hsla(var(--siteColor1), 25%); border-radius: var(--borderRadiusCircle); position: relative; background-color: hsl(var(--white)); }
.mls-header-login-link .icon { width: 1.0625rem; height: 1.0625rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: hsla(var(--siteColor1), 50%); }
.mls-header-login-text { display: none; }
@media (min-width: 1025px) {
	.mls-header-login .mls-header-login-link { color: var(--bodyFontColor); padding: 0.625rem 1rem; border: none; background-color: transparent; transition: all ease-in-out 0.4s; align-items: center; }
	.mls-header-login .mls-header-login-link:hover { text-decoration: none; box-shadow: var(--focusShadow); }
	.mls-header-login .mls-header-login-link .icon { position: relative; top: 0; left: 0; transform: none; margin-right: 0.5rem; }
	.mls-header-login .mls-header-login-text { display: flex; }
}

/* MLS - Header Navigation */
.i-header-navigation-toggle { display: flex; justify-content: center; align-items: center; padding: 1.25rem; line-height: 1; border-radius: var(--borderRadiusCircle); position: relative; background-color: hsl(var(--white)); }
.i-header-navigation-toggle .icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: hsla(var(--siteColor1), 50%); width: 2rem;	height: 2rem; }
.i-header-navigation-toggle:hover,
.i-header-navigation-toggle:active,
.i-header-navigation-toggle:focus { box-shadow: none; outline: none; }
.i-header-navigation-container {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"navHeader"
		"navMain"
	;
}
html.i-header-navigation-container-open { overflow: hidden; }
.i-header-navigation-container { transform: translateX(100vw); background-color: hsl(var(--white)); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 20; height: 100%; width: 100vw; transition: all ease-in-out 0.2s; }
.i-header-navigation-container.open { transform: translateX(0); }
.i-header-navigation-heading { grid-area: navHeader; background-color: hsla(var(--siteColor1), 5%); display: flex; justify-content: space-between; align-items: center; padding: 0.725rem 0.75rem 0.725rem 1.5rem; border-bottom: 0.0625rem hsla(var(--siteColor1), 15%) solid; }
.i-header-navigation-heading-text { font-size: 1.25rem;	line-height: 1; color: hsl(var(--siteColor1)); font-weight: var(--wThin); letter-spacing: 0.125rem; }
.i-header-navigation-close { padding: 0.5rem; background-color: transparent; color: hsla(var(--siteColor1), 75%); }
.i-header-navigation-close .icon { width: 1.75rem; height: 1.75rem; margin: 0; }
.i-header-navigation-list-wrap { grid-area: navMain; overflow: auto; }
.i-header-navigation-list { margin: 0; padding: 0; width: 100%; }
.i-header-navigation-item { position: relative; display: flex; flex-wrap: wrap; }
.i-header-navigation-item:after { content: ""; display: block; height: 1px; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; background-color: hsla(var(--siteColor1), 10%); }
.i-header-navigation-link { font-size: var(--bodyFontSize); font-weight: var(--wMedium); color: var(--bodyFontColor); padding: 0.75rem 1.5rem; flex-grow: 1; display: flex; align-items: center; }
.i-header-navigation-link:active,
.i-header-navigation-link:focus,
.i-header-navigation-link:hover { outline: none; box-shadow: none; text-decoration: none; }
.i-header-navigation-link .icon { margin-right: 0.5rem; font-size: 1rem; }
.i-header-navigation-sub-list { background-color: hsl(var(--white)); border-top: 0.5rem solid hsla(var(--siteColor1), 30%); }
.i-header-navigation-sub-list .i-header-navigation-link { background: hsla(var(--siteColor1), 15%); color: hsl(var(--siteColor1)); }
.i-header-navigation-sub-toggle { background-color: hsla(var(--siteColor1), 10%); border-radius: 0; padding: 1.5rem; position: relative; }
.i-header-navigation-sub-toggle .icon { color: hsla(var(--siteColor1), 50%); width: 1.5rem; height: 1.5rem; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all ease-in-out 0.4s; }
.i-header-navigation-sub-toggle:active,
.i-header-navigation-sub-toggle:hover,
.i-header-navigation-sub-toggle:focus { outline: none; box-shadow: none; }
.i-header-navigation-sub-toggle.toggled .icon { transform: translate(-50%,-50%) rotate(90deg); }
.i-header-navigation-sub { width: 100%; background-color: hsla(var(--siteColor1), 10%); height: auto; max-height: 0; overflow: hidden; transition: all ease-in-out 0.4s; }
.i-header-navigation-sub .i-header-navigation-link { padding-left: 2.5rem; font-weight: var(--wRegular); }
.i-header-navigation-sub .i-header-navigation-sub-toggle { background-color: hsla(var(--siteColor1), 10%); }
.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-link { padding-left: 3.5rem; }
.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-link { padding-left: 4.5rem; }
@media (min-width: 1025px) {
	.i-header-navigation-heading,
	.i-header-navigation-toggle,
	.i-header-navigation-sub-toggle,
	.i-header-navigation-item:after { display: none; }
	.i-header-navigation { flex-grow: 1; display: flex; justify-content: flex-end; margin-right: 1rem; }
	.i-header-navigation-container { display: flex; transform: none; position: relative; background-color: transparent; height: auto; width: auto; transition: none; }
	.i-header-navigation-list-wrap { overflow: visible; }
	.i-header-navigation-list { display: flex; flex-wrap: wrap; justify-content: flex-end; }
	.i-header-navigation-link { padding: 0.5rem; font-weight: var(--wRegular); transition: all ease-in-out 0.4s; border-radius: var(--borderRadiusPill); text-align: center; }
	.i-header-navigation-link:focus { box-shadow: var(--focusShadow); }
	.i-header-navigation-sub { --arrowSize: 0.625rem; padding-top: var(--arrowSize); background-color: transparent; max-height: none; overflow: visible; position: absolute; top: 98%; width: auto; left: 50%; transform: translate(-50%, var(--arrowSize)); visibility: hidden; opacity: 0; transition: all ease-in-out 0.2s; z-index: 1; }
	.i-header-navigation-item:hover > .i-header-navigation-sub,
	.i-header-navigation-item:focus-within > .i-header-navigation-sub { visibility: visible; opacity: 1; transform: translate(-50%, 0.0625rem); }
	.i-header-navigation-sub:before { content: ""; display: block; position: absolute; border-left: var(--arrowSize) solid transparent; border-right: var(--arrowSize) solid transparent; border-top: 0; left: 50%; z-index: 2; top: 0; border-bottom: var(--arrowSize) solid hsl(var(--white)); transform: translateX(-50%); }
	.i-header-navigation-sub .i-header-navigation-list { background-color: hsl(var(--white)); flex-direction: column; max-height: none; overflow: visible; padding: 0.5rem; transition: none; border-radius: var(--borderRadius); box-shadow: var(--dropShadow); width: auto; }
	.i-header-navigation-sub .i-header-navigation-link,
	.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-link,
	.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-link { padding: 0.5rem 1.5rem; background-color: transparent; white-space: nowrap; }
	.i-header-navigation-sub .i-header-navigation-link:hover,
	.i-header-navigation-sub .i-header-navigation-link:active,
	.i-header-navigation-sub .i-header-navigation-link:focus,
	.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-link:hover,
	.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-link:active,
	.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-link:focus { box-shadow: none; background-color: hsla(var(--siteColor1), 15%); }
	.i-header-navigation-sub .i-header-navigation-sub { transform: translate(0, 0); left: auto; right: 100%; padding: 0; top: 0; }
	.i-header-navigation-sub .i-header-navigation-sub .i-header-navigation-list { display: block; overflow: auto; max-height: 30rem; }
	.i-header-navigation-sub .i-header-navigation-item:hover .i-header-navigation-sub,
	.i-header-navigation-sub .i-header-navigation-item:focus-within .i-header-navigation-sub { transform: translate(0, 0); }
	.i-header-navigation-sub .i-header-navigation-sub:before { top: 1rem; left: auto; right: calc(var(--arrowSize) * -1); transform: rotate(90deg); }
}

/* MLS - Header Actions */
.i-header-actions { display: flex; align-items: center; }
.i-header-actions-item { margin-left: 0.5rem; display: flex; align-items: center; justify-content: center; }
.i-header-actions-item:first-child { margin-left: 0; }
.i-header-actions-item .badge { width: 1.25rem; height: 1.25rem; display: flex; justify-content: center; align-items: center; position: absolute; top: -0.5rem; right: -0.5rem; border-radius: var(--borderRadiusCircle); background-color: hsl(var(--siteColor3)); font-weight: var(--wMedium); }
.i-header-actions-item .icon { width: 1.15rem; height: 1.15rem; margin: 0; }
.i-header-actions-text { display: none; }
.i-header-actions-toggle { width: 2.5rem; height: 2.5rem; display: flex; justify-content: center; align-items: center; padding: 1.125rem; position: relative; background-color: transparent; border: 0.0625rem solid hsl(var(--white)) !important; color: hsl(var(--siteColor1)); line-height: 1; border-radius: var(--borderRadiusPill); }
.i-header-actions-toggle:hover,
.i-header-actions-toggle:focus { outline: none; box-shadow: var(--focusShadow); }
.i-header-actions-toggle .icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: inherit; }
.i-header-actions-toggle.active { background-color: hsl(var(--siteColor1)); color: hsl(var(--white)); }
.i-header-actions-toggle .badge { width: 1.25rem; height: 1.25rem; display: flex; justify-content: center; align-items: center; position: absolute; top: -0.5rem; right: -0.5rem; border-radius: var(--borderRadiusCircle); background-color: hsl(var(--siteColor3)); font-weight: var(--wMedium); }
html.recently-viewed-toggled,
html.favorites-toggled { height: 100vh; }
.i-header-actions-save { padding: 0.65rem; background-color: hsl(var(--white)); line-height: 1; border-radius: var(--borderRadiusPill); position: relative; }
@media (min-width: 1025px) {
  html.recently-viewed-toggled,
  html.favorites-toggled { overflow: visible; }
}
/* BE - Header Bar Sub Actions */
.mls-header-bar-sub .i-header-actions-toggle { background-color: hsl(var(--white)); border-color: hsl(var(--white)) !important; color: hsl(var(--bodyFontColor)); }

/* MLS - Header Action - Map Toggle */
.mls-header-map-toggle .icon { color: hsl(var(--googleBlue)); }

/* MLS - Header Action - Recently Viewed & Favorites */
.mls-header-recently-viewed-mls-toggle .icon { color: hsl(var(--bodyFontColor)); }
.i-header-action-dropdown { --dropdownPadding: 1.75rem; background-color: transparent; overflow: visible; position: fixed; right: 0; bottom: 0; left: 0; top: var(--headerHeight); z-index: 2; width: 100vw; height: 100vh; max-width: 100vw; transform: translate(0, 0); visibility: hidden; opacity: 0; z-index: 2; transition: all ease-in-out 0.2s; }
.i-header-action-dropdown-wrap {
	background-color: hsl(var(--white)); padding: 0 0 var(--dropdownPadding); transition: none; border-radius: 0 0 var(--borderRadius) var(--borderRadius); box-shadow: var(--dropShadow); width: auto; overflow: hidden; position: relative; z-index: 2; max-width: calc(var(--bePropertyWidgetWidth) + calc(var(--dropdownPadding) * 3)); margin-left: auto;
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"beHeaderActionDropDownHeader"
		"beHeaderActionDropDownMain"
	;
}
.i-header-action-dropdown:before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: hsla(var(--black), 75%); height: 100vh; width: 100vw; z-index: 1; }
.i-header-action-dropdown.open { visibility: visible; opacity: 1; transform: translate(0, 0); }
.i-header-action-dropdown-header { grid-area: beHeaderActionDropDownHeader; display: flex; justify-content: space-between; padding: 0.75rem 1.75rem; line-height: 1; align-items: center; }
.i-header-action-dropdown-heading { font-size: 1.25rem; margin-right: 2rem; }
.i-header-action-dropdown-close { color: hsla(var(--siteColor1), 50%); padding: 0.5rem; background-color: transparent; margin: 0 -1rem 0 1rem; }
.i-header-action-dropdown-close .icon { width: 2rem; height: 2rem; }
.i-header-action-dropdown-main { grid-area: beHeaderActionDropDownMain; max-height: calc(100vh - var(--headerHeight) - 25vh); overflow: auto; }
.i-header-action-dropdown-main .mls-property-widget { margin-bottom: var(--dropdownPadding); }
.i-header-action-dropdown-main .mls-property-widget:last-child { margin-bottom: 0; }
.i-header-action-dropdown-main-container { padding: 0 var(--dropdownPadding); }
.i-header-action-dropdown-main-container > .alert { margin: 0; }
@media (min-width: 1025px) {
	.i-header-action-dropdown { width: auto; left: auto; right: 0; height: auto; bottom: auto; min-width: 22rem; }
	.i-header-action-dropdown:before { display: none; }
}

/* MLS - Header Dropdown List */
.i-header-dropdown-list { margin: 0.125rem 0 0; padding: 0; }
.i-header-dropdown-list-item { list-style: none; }
.i-header-dropdown-list-item:hover .i-header-dropdown-list-img-wrap .i-header-dropdown-list-link { box-shadow: var(--focusShadow); }
.i-header-dropdown-list-item-wrap { display: flex; margin: 0 0 0.5rem; }
.i-header-dropdown-list-item:last-child .i-header-dropdown-list-item-wrap { margin-bottom: 0; }
.i-header-dropdown-list-img-wrap { width: 30%; }
.i-header-dropdown-list-link { display: block; }
.i-header-dropdown-list-title-wrap { width: 70%; line-height: 1.4; padding-left: 0.75rem; display: flex; flex-wrap: wrap; align-items: center; }
.i-header-dropdown-list-title-wrap .i-header-dropdown-list-link { width: 98%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.i-header-dropdown-list-img-wrap .i-header-dropdown-list-link { display: block; padding-bottom: 85%; position: relative; border-radius: 0.75rem; overflow: hidden; transition: all ease-in-out 0.4s; background-color: var(--placeholderBG); }
.i-header-dropdown-list-img-wrap .i-header-dropdown-list-link:hover { box-shadow: var(--focusShadow); }
.i-header-dropdown-list-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }

/* MLS - Header Action - Favorites Toggle */
.i-header-favorites-mls-toggle .icon { color: hsl(var(--trueRed)); }

/* MLS - Main */
.mls-main { grid-area: main; width: 100vw; background-color: hsl(var(--white)); position: relative; z-index: 1; }
.i-content.int { padding: 3.125rem 0; }
@media (min-width: 1025px) {
  .mls-main { width: auto; }
}

/* MLS - Read More Wrap and Button Toggle */
.mls-read-more-wrap { --defaultHeight: 12rem; height: auto; max-height: var(--defaultHeight); overflow: hidden; position: relative; transition: all ease-in-out 0.4s; }
.mls-read-more-wrap:after { content: ''; display: block; opacity: 1; visibility: visible; height: 3rem; position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, hsl(var(--white)) 0%, hsla(var(--white), 0) 100%); transition: all ease-in-out 0.4s; }
.mls-read-more-wrap.open:after,
.mls-read-more-wrap.short:after { opacity: 0; visibility: hidden; }
.mls-read-more-btn { padding: 0.75rem 0; width: 100%; }
@media (min-width: 1025px) {
	.mls-read-more-btn { padding-left: 2.5rem; padding-right: 2.5rem; width: auto; }
}

/* MLS - Remind me to Book - Modal */
.mls-remind-me-to-book-modal input[name=ReminderHours] + .error { position: absolute; top: 100%; right: auto; }

/* MLS - Loading Div */
.mls-loading { position: relative; padding: 2rem; }
.mls-loading .swiper-lazy-preloader { --swiper-preloader-color: hsl(var(--siteColor1)); --swiper-theme-color: hsl(var(--siteColor1)); }

/* MLS - Scroll to Top */
.mls-scroll-to-top { position: fixed; z-index: 21; bottom: 1rem; right: 1.5rem; opacity: 0; visibility: hidden; transition: all ease-in-out 0.4s; }
.mls-scroll-to-top.in { opacity: 1; visibility: visible; }
.mls-scroll-to-top.in .mls-scroll-to-top-btn { opacity: 1; visibility: visible; transform: translateY(0) }
.mls-scroll-to-top-btn { background-color: hsl(var(--siteColor1)); padding: 1.75rem; line-height: 1; position: relative; opacity: 0; visibility: hidden; transform: translateY(50%); transition: all ease-in-out 0.4s; }
.mls-scroll-to-top-btn .icon { color: hsl(var(--white)); margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
@media (min-width: 1025px) {
	.mls-scroll-to-top { transform: translate(0, 0); left: auto; top: auto; bottom: 0.5rem; right: 0.5rem; }
	.srp-body .mls-scroll-to-top { right: calc(var(--srpMapContainerWidth) + 1rem); }
}

/* MLS - Footer */
.mls-footer { text-align: center; }
.mls-footer p { margin-bottom: 0.25rem; }
.mls-footer p:last-child { margin-bottom: 0; }

/* MLS - Landscape - Mobile */
@media screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
  .mls-header { display: flex; flex-wrap: wrap; border-bottom: 0.0625rem hsla(var(--black), 10%) solid; }
  .mls-header-bar,
  .mls-header-bar-sub { width: 50%; }
  .mls-header-bar-sub { background-color: hsl(var(--white)); }
  .srp-body .srp-header-filters-toggle,
  .i-header-actions-toggle { border: 0.0625rem hsla(var(--siteColor1), 25%) solid; }
  .book-body .mls-header-bar { width: 100%; }
  .book-body .book-protect-trip .form-check-inline { margin: 0 1rem 0.5rem 0; }
  .book-body .book-sidebar-footer { display: flex; align-items: center; justify-content: center; padding: 1rem; }
  .book-body .book-sidebar-footer .book-sidebar-footer-alerts,
  .book-body .book-sidebar-footer-action-wrap { width: 100%; margin: 0; }
  .book-body .book-sidebar-footer .book-sidebar-footer-alerts .alert { margin: 0.5rem; padding: 0; border: none; background: transparent; }
  .book-body .book-sidebar-footer-action { width: 100%; padding-left: 1rem; }
  .book-body .book-sidebar-footer .book-sidebar-footer-alerts.all-alerts-hidden { width: auto; }
  .book-body .book-sidebar-footer .book-sidebar-footer-alerts.all-alerts-hidden + .book-sidebar-footer-action-wrap .book-sidebar-footer-action { width: 100%; }
}