/*
Theme Name: sc-todayatroughriver.com
Theme URI: http://www.agentimage.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 2.0.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
*/

/*

TABLE OF CONTENTS

1. Reset
2. Unreset inner pages and widget areas
3. Submenus
4. Single column and two-column layouts
5. Archive
6. Sidebar
7. Misc Wordpress classes
8. AIOS Listings
9. Custom CSS
10. IDX styles
11. Mlcalc.com calculators
12. 404 Page Styles
13. Mobile styles

*/

/*******************************************************
 *
 * Custom Fonts
 *
 *******************************************************/

:root {
	--primary: #169BC6;
	--light: #fff;
	--font-color-default: #000;
}

html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Luxury';
	src: url('fonts/luxury.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*******************************************************
 *
 * 1. Reset
 *
 *******************************************************/
/*#region content */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

area,
img,
map {
	outline: none;
}

/* Helpers */

.clearfix,
.clear {
	clear: both;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	-webkit-text-size-adjust: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	opacity: 1;
	color: inherit;
}

input,
textarea,
button,
select {
	border-radius: 0;
	font-family: inherit;
}

textarea {
	resize: vertical;
}

a {
	outline: none;
}

.ai-hide {
	display: none !important;
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus {
	color: inherit;
	text-decoration: none;
}

a:focus {
	color: inherit;
}

/*******************************************************
 *
 * 2. Unreset inner pages and widget areas
 *
 *******************************************************/

#content,
aside {
	line-height: 1.7
}

#content th,
aside th {
	font-weight: bolder;
}

#content h1,
aside h1 {
	font-size: 2em;
	margin: .67em 0
}

#content h2,
aside h2 {
	font-size: 1.5em;
	margin: .75em 0
}

#content h3,
aside h3 {
	font-size: 1.17em;
	margin: .83em 0
}

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
	margin: 1.12em 0;
	line-height: 1.7
}

#content h5,
aside h5 {
	font-size: .83em;
	margin: 1.5em 0
}

#content h6,
aside h6 {
	font-size: .75em;
	margin: 1.67em 0
}

#content h1,
aside h1,
#content h2,
aside h2,
#content h3,
aside h3,
#content h4,
aside h4,
#content h5,
aside h5,
#content h6,
aside h6,
#content b,
aside h6,
#content strong,
aside strong {
	font-weight: bolder
}

#content blockquote,
aside blockquote {
	margin-left: 40px;
	margin-right: 40px
}

#content i,
aside i,
#content cite,
aside cite,
#content em,
aside em,
#content var,
aside var,
#content address,
aside address {
	font-style: italic
}

#content pre,
aside pre,
#content tt,
aside tt,
#content code,
aside code,
#content kbd,
aside kbd,
samp {
	font-family: monospace
}

#content big,
aside big {
	font-size: 1.17em
}

#content small,
aside small,
#content sub,
aside sub,
#content sup,
aside sup {
	font-size: .83em
}

#content sub,
aside sub {
	vertical-align: sub
}

#content sup,
aside sup {
	vertical-align: super
}

#content table,
aside table {
	border-spacing: 2px;
}

#content thead,
aside thead,
#content tbody,
aside tbody,
#content tfoot,
aside tfoot {
	vertical-align: middle
}

#content td,
aside td,
#content th,
aside th,
#content tr,
aside tr {
	vertical-align: inherit
}

#content hr,
aside hr {
	border: 1px inset
}

#content ol,
aside ol,
#content ul,
aside ul,
#content dir,
aside dir,
#content menu,
aside menu,
#content dd,
aside dd {
	margin-left: 40px
}

#content ol,
sidebar ol {
	list-style-type: decimal
}

#content ol ul,
aside ol ul,
#content ul ol,
aside ul ol,
#content ul ul,
aside ul ul,
#content ol ol,
aside ol ol {
	margin-top: 0;
	margin-bottom: 0
}

#content ol,
aside ol {
	list-style-type: decimal
}

#content ul,
aside ul {
	list-style-type: disc
}

/*******************************************************
 *
 * 3. Single column and two-column layouts
 *
 *******************************************************/

#content-sidebar,
#content-full {
	width: 100%;
	margin: 0 auto;
}

#content-sidebar:after,
#content-full:after {
	content: "";
	display: table;
	clear: both;
}

/* Content area with sidebar */

#content-sidebar #content {
	float: left;
	width: 77.08%;
}

/* Content area for full width template (no sidebar) */

#content-full #content {
	width: 100%;
}

/* Content area with left sidebar */
.page-template-template-left-sidebar #content-sidebar #content {
	float: right;
}

.page-template-template-left-sidebar #content-sidebar aside {
	float: left;
}

/* Styles for entry */

#content .entry {}

#content .aios-starter-theme-entry-meta {
	display: none;
}

#content .entry:after {
	content: "";
	display: table;
	clear: both;
}

/* Styles for post/page main headings (h1) */
#inner-page-wrapper #ip-equinox-about .ip-equinox-about__content .about__title h2 strong,
#content .entry-title {
	font-size: 24px;
	font-family: 'Luxury', 'Bodoni Moda', Georgia, 'Times New Roman', serif;
	position: relative;
	font-family: 'Luxury', serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0 !important;
	line-height: 78px;
	font-size: 84px;
	color: #000000 !important;
}

#content .aios-smf-theme-three .aios-smf-header #theme-title h2 {
	font-family: 'Luxury', 'Bodoni Moda', Georgia, 'Times New Roman', serif;
	font-family: 'Luxury', serif !important;
	font-optical-sizing: auto;
}

#inner-page-wrapper #ip-equinox-about .ip-equinox-about__content .about__title h2 strong {
	text-transform: none;
}

/* Styles for category/archive/etc main headings (h1) */

#content .archive-title {
	font-size: 24px;
	font-family: 'Luxury', 'Bodoni Moda', Georgia, 'Times New Roman', serif;
	font-size: 84px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0 !important;
	line-height: 78px;
}

/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
	font-size: 24px;
	font-family: 'Luxury', 'Bodoni Moda', Georgia, 'Times New Roman', serif;
}

#inner-page-wrapper {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	padding-top: 2vw;
}

/*******************************************************
 *
 * 4. Archive
 *
 *******************************************************/

#content .archive-thumbnail {
	width: 27%;
	float: left;
}

#content .archive-content.archive-has-thumbnail {
	width: 70%;
	float: right;
}

#content .archive-more {
	text-decoration: underline;
	font-style: italic;
}

#content .post,
#content .rr_event {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#content .page-links {
	text-align: center;
}

#content .page-links * {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

#content .page-links .current {
	font-weight: bold;
	text-decoration: underline;
}

/*******************************************************
 *
 * 5. Sidebar
 *
 *******************************************************/

aside {
	float: right;
	width: 20.83%;
}

aside h2.widget-title {
	display: block;
	background: #d7d7d7;
	padding: 7px;
	font-size: 14px;
}


/*******************************************************
 *
 * 6. Misc Wordpress classes
 *
 *******************************************************/

.gravatar {
	float: right;
}

.comments-template ol.comment-list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.comments-template ol.children {
	margin: 20px 0 0 40px;
	padding: 0;
	list-style: none;
}

#content .comments-template ol.comment-list,
#content .comments-template ol.children,
.comments-template ol.children,
.comments-template ol.comment-list {
	list-style: none;
}

#content .comments-template ol.comment-list,
.comments-template ol.comment-list {
	margin-left: 0;
}

.comments-template ol.comment-list li.comment {
	padding: 35px 0;
	border-bottom: 1px dotted;
}

.comments-template ol.comment-list li:last-child,
.comments-template ol.children li:last-child {
	border-bottom: 0;
}

.comments-template .comment-author.vcard img {
	display: block;
}

.comments-template .reply {
	font-weight: 700;
	text-decoration: underline;
}

.comments-template .comment-meta {
	font-size: 10px;
}

.comments-template .screen-reader-text {
	display: none;
}

.comments-template .comment-navigation {
	margin: 10px 0;
	background: none;
}

.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.comment-form-comment label {
	display: block;
	font-weight: 700;
}

.wp-caption {
	background-color: #f3f3f3;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 100%;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#content .wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0.5em 0 1.1em 0;
	font-style: italic;
}

.gallery-caption {
	text-align: center;
	font-style: italic;
}

#content .rr_event,
.category .post,
.archive .post {
	border-bottom: 1px dotted;
}

.attachment-post-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

pre {
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

.sticky {}

.bypostauthor {
	font-style: italic;
}

#content .alignnone {
	clear: both;
	margin: 15px 0;
}

#content .aligncenter {
	clear: both;
	margin: 15px auto;
	display: block;
}

#content .alignleft {
	float: left;
	margin: 15px 1% 15px 0;
}

#content .alignright {
	float: right;
	margin: 15px 0 15px 1%;
}

#content img[class*="align"],
#content img[class*="wp-image-"],
#content img[class*="attachment-"],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
	max-width: 98%;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}

#content embed,
#content iframe,
#content object,
#content video {
	max-width: 100%;
}

.yoast-breadcrumbs {
	margin: 20px 0 0;
}

/*******************************************************
 *
 * 7. AIOS Listings
 *
 *******************************************************/

.aios-listings-page .attachment-post-thumbnail {
	display: none;
}

/*#endregion content */

/*******************************************************
 *
 * 8. Custom CSS
 *
 *******************************************************/

/*#region Global */
/* Global */

a,
a:hover,
a:visited,
a:focus,
input,
input:focus,
textarea,
textarea:focus,
select:focus,
select {
	outline: none !important;
	text-decoration: none !important;
}

.slick-slide {
	outline: none !important;
}

#main-wrapper {
	overflow: hidden;
}

.font-zero {
	font-size: 0;
}

section {
	min-height: 170px;
	position: relative;
}

.canvas-wrapper {
	position: relative;
}


canvas {
	display: block;
	width: 100%;
}

.canvas-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.forecast-img.canvas-wrapper .wi {
	font-size: 30px;
}

/* site title */

.site-title-primary h3 {
	position: relative;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 26px;
	color: #7D7D7D;
	max-width: 386px;
}

.site-title-primary h3::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	max-width: 200px;
	background-color: #D8D8D8;
}

.site-title-primary h2 {
	position: relative;
	font-family: 'Luxury', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 78px;
	font-size: 84px;
	color: #000000;
	text-transform: uppercase;
}

.site-title-primary h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	max-width: 280px;
	background-color: #D8D8D8;
}

/* site button */

.site-btn-primary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 322px;
	min-height: 52px;
	color: #000000;
	letter-spacing: 1px;
	font-size: 15px;
	border: 1px solid #169BC6;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.site-btn-primary:hover {
	color: #fff;
	background: #169BC6;
	width: 100%
}

/* site background */

.site-bg {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.site-bg img {
	height: 100%;
	width: 100%
}

.site-bg-rgba:before,
.site-bg-rgba:after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-size: 14px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

.outer {
	width: 100%;
	min-width: 960px;
	position: relative;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.outer:after,
.inner:after {
	content: '';
	display: block;
	clear: both;
}

/* Text formatting */
a {
	outline: none;
	color: inherit;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {}

/*#endregion Global */

/*#region header */

/* Header */
header.header.show-fixed {
	background: #000000;
}

header.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
	opacity: 0;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

header.header::before {
	content: "";
	position: absolute;
	inset: 0;
}

/* body:not(.home-container) header.header::before, */
header.header.show-fixed::before {
	background: rgba(5, 5, 5, 0.96);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 28px rgba(0, 0, 0, 0.16);
	backdrop-filter: none;
}

.header__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	padding: 24px 54px 22px;
	transition: padding 0.35s ease;
}

body:not(.home-container) .header__inner,
header.header.show-fixed .header__inner {
	padding-top: 18px;
	padding-bottom: 18px;
}

.header__brand {
	flex: 0 0 auto;
	display: block;
	width: 100%;
	max-width: 248px;
}

.header__brand-logo {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 274 / 106;
}

.header__brand-image {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
}

.header__brand-image--default {
	opacity: 1;
	visibility: visible;
}

.header__brand-image--fixed {
	opacity: 0;
	visibility: hidden;
}

body:not(.home-container) .header__brand-image--default,
header.header.show-fixed .header__brand-image--default {
	opacity: 0;
	visibility: hidden;
}

body:not(.home-container) .header__brand-image--fixed,
header.header.show-fixed .header__brand-image--fixed {
	opacity: 1;
	visibility: visible;
}

.header__nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
}

.header__nav #nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__nav #nav>li {
	position: relative;
}

.header__nav #nav>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.header__nav #nav>li>a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
}

.header__nav #nav>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #169BC6;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s ease;
}

body:not(.home) .header__nav #nav>li.current-menu-item>a::after,
body:not(.home) .header__nav #nav>li.current_page_item>a::after,
.header__nav #nav>li>a:hover::after {
	transform: scaleX(1);
}

.header__nav #nav .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	z-index: 5;
	min-width: 258px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.36);
	box-shadow: 0 22px 36px rgba(6, 18, 22, 0.14);
	backdrop-filter: blur(12px);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.header__nav #nav .sub-menu::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 14px;
}

.header__nav #nav .sub-menu li {
	display: block;
	width: 100%;
	border-top: 1px solid rgba(8, 21, 25, 0.16);
}

.header__nav #nav .sub-menu li:first-child {
	border-top: 0;
}

.header__nav #nav .sub-menu a {
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
	color: #111111;
	transition: background 0.25s ease, color 0.25s ease;
}

.header__nav #nav .sub-menu a:hover {
	background: rgba(255, 255, 255, 0.4);
	color: #000000;
}

body:not(.home-container) {
	--inner-page-header-offset: 104px;
}

body:not(.home-container) main {
	padding-top: var(--inner-page-header-offset);
}

/*#endregion header */

/*#region inner page banner */
section.hp-banner::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}

.ip-banner {
	position: relative;
	overflow: hidden;
	min-height: clamp(280px, 32vw, 420px);
	background: #0f1517;
}

body:not(.home-container) .ip-banner {
	margin-top: calc(var(--inner-page-header-offset) * -1);
	padding-top: var(--inner-page-header-offset);
}

.ip-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 12, 14, 0.2) 0%, rgba(7, 12, 14, 0.7) 100%);
	z-index: 1;
}

.ip-banner__media {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ip-banner__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	width: min(calc(100% - 48px), 1416px);
	min-height: clamp(280px, 32vw, 420px);
	margin: 0 auto;
	padding: 56px 0 48px;
}

.ip-banner__title {
	margin: 0;
	font-family: 'Bodoni Moda', serif;
	font-size: clamp(34px, 5vw, 72px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
}

.ip-banner__subtitle {
	display: block;
	margin-top: 12px;
	font-family: 'Inter', sans-serif;
	font-size: clamp(13px, 1.5vw, 22px);
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.84);
}

/*#endregion inner page banner */


/*#region landing page */
/** Starter Theme Landing Page **/
.aios-starter-theme-landing-page {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/landingpage-bg.jpg) no-repeat center center transparent;
	z-index: 99;
	color: #ffff;
	text-align: center;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;

}

.landing-page-wrapper {
	width: 100%;
	height: 84%;
}

.aios-landing-holder {
	display: inline-block;
	vertical-align: middle;
}

.landing-page-wrapper:after {
	content: "";
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}

.landing-page-logo {
	padding: 20px 0;
}

.landing-page-logo a {
	color: #fff;
	text-decoration: none;
	font-size: 117px;
}

.landing-page-logo a:hover {
	color: #fff;
	text-decoration: none;
}

.landing-page-slogan {
	width: 100%;
	background: url(images/landingpage-border-shadow.png) no-repeat center bottom transparent;
	padding-bottom: 40px;
	background-size: 100%;
}

.landing-page-slogan h2 {
	font-size: 45px;
	font-weight: 600;
}

.landing-page-slogan p {
	font-size: 26px;
	font-weight: 300;
	padding: 10px 0;
}

.landing-page-phone {
	width: 100%;
	text-align: center;
}

.landing-phone {
	display: inline-block;
	vertical-align: top;
	margin: 0 2%;
	padding: 32px 0;
}

.landing-phone span {
	font-weight: 300;
	font-size: 22px;
	display: inline-block;
	vertical-align: top;

}

.landing-phone a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	width: 207px;
	height: 33px;
	-webkit-border-radius: 16px 17px 17px 16px/16px 16px 17px 17px;
	-moz-border-radius: 16px 17px 17px 16px/16px 16px 17px 17px;
	border-radius: 16px 17px 17px 16px/16px 16px 17px 17px;
	background-color: rgba(0, 0, 0, 0);
	border: solid 1px #fff;
	font-size: 20px;
	line-height: 29px;
}

.landing-phone a:hover {
	text-decoration: none;
	color: #fff;
}

.landing-phone a i {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.landing-page-footer {
	background: #076e83;
	width: 100%;
	height: 140px;
	position: fixed;
	left: 0;
	bottom: 0;
}

.landing-page-footer .cws-media {
	margin: 12px 0 22px;
}

.landing-page-footer .cws-media a {
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 4px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.landing-page-footer .cws-media a:hover {
	text-decoration: none;
}

.landing-page-footer .cws-media a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid white;
	border-radius: 50%;
	transition: all 0.3s ease-in;
	opacity: 0;
}

.landing-page-footer .cws-title {
	display: block;
	overflow: hidden;
	text-align: center;
	font-weight: 400;
	width: 100%;
	max-width: 559px;
	margin: 10px auto;
}

.landing-page-footer .cws-title span {
	display: inline-block;
	position: relative;
	font-size: 0.625em;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 11px;
}

.landing-page-footer .cws-title span:before,
.landing-page-footer .cws-title span:after {
	content: '';
	display: inline-block;
	background: #329db3;
	width: 1140px;
	height: 1px;
	position: absolute;
	top: 50%;
}

.landing-page-footer .cws-title span:before {
	right: 100%;
}

.landing-page-footer .cws-title span:after {
	left: 100%;
}

.landing-page-footer .cws-media a:hover::after {
	transform: scale(1.2);
	opacity: 1;
}

.landing-page-footer .cws-media a.cws-facebook {
	background: #4d6baa;
}

.landing-page-footer .cws-media a.cws-facebook:after {
	border-color: #4d6baa;
}

.landing-page-footer .cws-media a.cws-twitter {
	background: #4fc6f8;
}

.landing-page-footer .cws-media a.cws-twitter:after {
	border-color: #4fc6f8;
}

.landing-page-footer .cws-media a.cws-google-plus {
	background: #dc4e41;
}

.landing-page-footer .cws-media a.cws-google-plus:after {
	border-color: #dc4e41;
}

.landing-page-footer .cws-media a.cws-youtube {
	background: #f00;
}

.landing-page-footer .cws-media a.cws-youtube:after {
	border-color: #f00;
}

.landing-page-footer .cws-media a.cws-linkedin {
	background: #007bb6;
}

.landing-page-footer .cws-media a.cws-linkedin:after {
	border-color: #007bb6;
}

.landing-page-footer .cws-media a.cws-pinterest {
	background: #cb2027;
}

.landing-page-footer .cws-media a.cws-pinterest:after {
	border-color: #cb2027;
}

.landing-page-footer .cws-media a.cws-instagram {
	background: #3f729b;
}

.landing-page-footer .cws-media a.cws-instagram:after {
	border-color: #3f729b;
}

.landing-page-footer .cws-media a.cws-yelp {
	background: #be2f25;
}

.landing-page-footer .cws-media a.cws-yelp:after {
	border-color: #be2f25;
}

.landing-page-footer .cws-media a i {
	font-size: 23px;
	color: #FFF;
	line-height: 40px;
}

/** Starter Theme Landing Page **/
/*#endregion landing page */

/*#region banner */
.hp-banner {
	position: relative;
	overflow: visible;
	color: #ffffff;
	isolation: auto;
}

.hp-banner__inner {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 48px;
	bottom: 67px;
	left: 50%;
	transform: translateX(-50%);
	min-height: calc(100vh - 216px);
	width: min(calc(100% - 108px), 1431px);
	max-width: 1431px;
	margin: 0 auto;
	z-index: 10;
}

.hp-banner__content {
	width: 100%;
	max-width: 660px;
}

.hp-banner__eyebrow {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.hp-banner__title {
	margin: 0;
	font-family: 'Luxury', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 94px;
	line-height: 0.83em;
	text-transform: uppercase;
	color: #ffffff;
}

.hp-banner__side-controls {
	position: fixed;
	top: 50%;
	right: 24px;
	z-index: 110;
	display: flex;
	flex-direction: column;
	gap: 18px;
	transform: translateY(-50%);
}

.hp-banner__side-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: rgba(6, 18, 22, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	font-size: 34px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(8px);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
	-webkit-tap-highlight-color: transparent;
	transition: border-color 0.35s ease, background 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.hp-banner__side-control i {
	color: inherit;
}

.hp-banner__side-control:hover {
	background: #169BC6;
	border-color: #169BC6;
	color: #ffffff;
}

.hp-banner__side-control:focus,
.hp-banner__side-control:focus-visible,
.hp-banner__side-control:active {
	outline: none;
	background: rgba(6, 18, 22, 0.18);
	border-color: rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hp-banner__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	margin-top: 122px;
}

.hp-banner__nav-link {
	position: relative;
	display: block;
	padding-bottom: 24px;
	color: rgba(255, 255, 255, 0.56);
	transition: color 0.35s ease;
}

.hp-banner__nav-link::before,
.hp-banner__nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
}

.hp-banner__nav-link::before {
	width: 100%;
	background: rgba(255, 255, 255, 0.42);
}

.hp-banner__nav-link::after {
	width: 100%;
	background: #169BC6;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}

.hp-banner__nav-meta {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.hp-banner__nav-index {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.46);
	transition: color 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.hp-banner__nav-label {
	font-family: 'Luxury', 'Bodoni Moda', Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	line-height: 0.94;
	color: #ffffff;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), text-shadow 0.35s ease;
}

.hp-banner__nav-link:hover,
.hp-banner__nav-link:focus-visible,
.hp-banner__nav-link.is-active,
.hp-banner__nav-link.is-clicked {
	color: #ffffff;
}

.hp-banner__nav-link:hover .hp-banner__nav-meta,
.hp-banner__nav-link:focus-visible .hp-banner__nav-meta,
.hp-banner__nav-link.is-active .hp-banner__nav-meta,
.hp-banner__nav-link.is-clicked .hp-banner__nav-meta {
	transform: translateX(14px);
}

.hp-banner__nav-link:hover .hp-banner__nav-index,
.hp-banner__nav-link:focus-visible .hp-banner__nav-index,
.hp-banner__nav-link.is-active .hp-banner__nav-index,
.hp-banner__nav-link.is-clicked .hp-banner__nav-index {
	color: rgba(255, 255, 255, 0.72);
	transform: translateY(-2px);
}

.hp-banner__nav-link:hover .hp-banner__nav-label,
.hp-banner__nav-link:focus-visible .hp-banner__nav-label,
.hp-banner__nav-link.is-active .hp-banner__nav-label,
.hp-banner__nav-link.is-clicked .hp-banner__nav-label {
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.hp-banner__nav-link:hover::after,
.hp-banner__nav-link:focus-visible::after,
.hp-banner__nav-link.is-active::after,
.hp-banner__nav-link.is-clicked::after {
	opacity: 1;
	height: 2px;
	transform: scaleX(1);
}

.hp-banner__nav-link.is-clicked .hp-banner__nav-meta {
	animation: hpBannerNavClick 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes hpBannerNavClick {
	0% {
		transform: translateX(0);
	}

	45% {
		transform: translateX(18px);
	}

	100% {
		transform: translateX(14px);
	}
}

.hp-forecast .rrl-container {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.hp-forecast .rrl-section.rrl-section-current,
.hp-forecast .rrl-section.rrl-section-forecast {
	display: none;
}

.hp-forecast .rrl-section.rrl-section-level {
	background: transparent;
	backdrop-filter: none;
	margin: 0;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.hp-forecast .gage-chart-wrapper {
	position: relative;
	width: 100%;
}

.page-id-158 #map,
#explore-the-lake #map {
	width: 840px;
	height: 643px;
}

#explore-the-lake .maplibregl-marker,
#explore-the-lake .maplibregl-popup {
	z-index: 1;
}

.page-id-158 .marker {
	font-size: 22px;
	cursor: pointer;
}

.page-id-85 #inner-page-wrapper>.container {
	max-width: 1460px;
	width: 100%;
}

.page-id-85 .ihf-listings-container {
	max-height: 600px;
	overflow-y: scroll;
}

.page-id-85 .ihf-eureka .ihf-mapboxgl-canvas,
.page-id-85 .ihf-eureka .ihf-mapboxgl-map {
	max-height: 645px;
}

.aios-custom-ihomefinder-details-template main {
	padding-top: 0 !important;
}

.aios-custom-ihomefinder-details-template #listings-details .listings-cta>li>a.button-legacy {
	width: 100%;
	min-height: 52px;
	letter-spacing: 1px;
	font-size: 15px;
	border: 1px solid #169BC6;
	max-width: unset;
}

.aios-custom-ihomefinder-details-template #listings-details .listings-cta>li>a.button-legacy:hover {
	border-color: #169BC6 !important;
	background: #169BC6 !important;
	color: #fff;
}

.aios-custom-ihomefinder-details-template #listings-details .listings-plan>ul>li>strong,
.aios-custom-ihomefinder-details-template #listings-details .listings-address,
.aios-custom-ihomefinder-details-template #listings-details .listings-description h2,
.aios-custom-ihomefinder-details-template #listings-details .listings-accordion h2,
.aios-custom-ihomefinder-details-template #listings-details .listings-form h2 {
	font-family: 'Luxury', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
}

.aios-custom-ihomefinder-details-template #listings-details .listings-description p,
.aios-custom-ihomefinder-details-template #listings-details .listings-accordion-title span,
.aios-custom-ihomefinder-details-template #listings-details .listings-accordion-content ul li {
	font-size: 14px;
}

.banner-breadcrumbs {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	left: 0;
	color: #FFE;
	width: 100%;
}

.banner-breadcrumbs #breadcrumbs {
	margin: auto;
	max-width: 1400px;
}

.banner-breadcrumbs #breadcrumbs a:hover {
	color: inherit;
	opacity: 0.75;
}

@media (prefers-reduced-motion: reduce) {

	.hp-banner__nav-link,
	.hp-banner__nav-link::after,
	.hp-banner__nav-meta,
	.hp-banner__nav-index,
	.hp-banner__nav-label {
		transition: none;
	}

	.hp-banner__nav-link.is-clicked .hp-banner__nav-meta {
		animation: none;
	}
}

/*#endregion banner */

/*#region welcome */
.hp-welcome {
	padding: 110px 40px 42px;
	margin-bottom: 54px;
}

.hp-welcome::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 41%;
	height: 626px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(214, 220, 224, 0.6) 100%), url(images/img-bg.jpg) center center / cover no-repeat;
	opacity: 0.34;
	pointer-events: none;
	background-attachment: fixed;
}

.safari-true .hp-welcome::before {
	background-attachment: scroll;
}

.hp-welcome .site-title-primary {
	margin-bottom: 124px;
}

.hp-welcome .site-title-primary h2 {
	font-size: 80px;
}

.welcome-primary-section .site-title-primary h2::before {
	left: unset;
	top: 24%;
	right: -166px;
	width: 30%;
}

.welcome-primary-section .welcome-stats {
	text-align: center;
}

.welcome-primary-section .welcome-img {
	/* max-width: 56px; */
	margin: 0 auto 24px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.welcome-primary-section p {
	margin-bottom: 68px;
	color: #7D7D7D;
	font-size: 14px;
}

.welcome-stats p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 18px;
}

.welcome-secondary-section .welcome-img.canvas-wrapper {
	height: 100%;
}

/*#endregion welcome */

/*#region forecast */
.hp-forecast {
	padding: 86px 40px 90px;
	color: #ffffff;
	scroll-margin-top: 120px;
}

.hp-forecast .site-title-primary h2::before {
	display: none;
}

.hp-forecast .site-bg-rgba:before {
	background: rgba(0, 0, 0, .9);
}

.hp-forecast .site-title-primary h3 {
	color: #ffffff;
	max-width: 404px;
}

.hp-forecast .site-title-primary h2 {
	color: #ffffff;
}

.forecast-primary-section {
	margin-bottom: 104px;
}

.forecast-primary-section p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 23px;
}

.forecast-primary-section p span {
	font-weight: 700;
}

.forecast-primary-section .forecast-item p:nth-child(1) {
	margin-bottom: 78px;
}

.forecast-primary-section .forecast-img {
	max-width: 24px;
	margin-bottom: 24px;
}

.forecast-primary-section .forecast-item {
	position: relative;
	padding: 34px 0;
}

.forecast-primary-section .forecast-item:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	width: 1px;
	height: 100%;
	background: #ffffff;
}

.forecast-primary-section .site-title-primary {
	max-width: 640px;
	margin: 0 auto 60px;
}

.forecast-secondary-section {
	margin-bottom: 58px;
}

.forecast-secondary-section .site-title-primary {
	max-width: 768px;
	margin: 0 auto 50px;
}

.forecast-secondary-section .chart-img {
	max-width: 1346px;
	margin: 0 auto;
	border: 1px solid #ffffff;
}

.forecast-secondary-section .chart-img .img-chart {
	padding: 22px;
}

.hp-forecast .site-btn-primary {
	color: #ffffff;
	margin: 0 auto;
}

.forecast-bg canvas {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*#endregion forecast */

/*#region explore */
.hp-explore {
	padding: 120px 40px 96px;
	scroll-margin-top: 120px;
}

.hp-explore .map-img {
	position: relative;
	display: flex;
	gap: 20px;
	overflow: visible;
	background: #ffffff;
	box-shadow:
		0 18px 34px rgba(15, 23, 31, 0.08),
		0 42px 74px rgba(15, 23, 31, 0.12);
}

.hp-explore .site-title-primary h3 {
	max-width: 448px;
}

.hp-explore .explore-primary-section {
	align-self: center;
}

.hp-explore .map-img::after {
	content: "";
	position: absolute;
	top: 20px;
	right: -26px;
	bottom: -30px;
	left: -26px;
	z-index: -1;
	background: rgba(15, 23, 31, 0.18);
	filter: blur(34px);
	opacity: 0.18;
	pointer-events: none;
}

.hp-explore .map-img canvas {
	position: relative;
	z-index: 1;
}

.hp-explore .img-map {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hp-explore .site-title-primary h2::before {
	display: none;
}

/*#endregion explore */

/*#region lifestyle */
.hp-lifestyle {
	padding: 74px 40px;
}

.hp-lifestyle h2 {
	margin-bottom: 42px;
}

.hp-lifestyle h3,
.hp-lifestyle .lifestyle-link {
	font-size: 24px;
	line-height: 54px;
	font-family: 'Luxury', serif;
	font-weight: 400;
	font-style: normal;
}

.hp-lifestyle .lifestyle-link {
	display: block;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hp-lifestyle .lifestyle-link:hover,
.hp-lifestyle .lifestyle-link:focus-visible {
	color: #169BC6;
}

.hp-lifestyle .lifestyle-item h3:nth-last-of-type(1) {
	margin-bottom: 68px;
}

.hp-lifestyle .lifestyle-link+.site-btn-primary {
	margin-top: 68px;
}

.lifestyle-primary-section {
	position: relative;
}

.lifestyle-primary-section::before {
	content: "";
	position: absolute;
	bottom: -53px;
	right: -134px;
	width: 63%;
	height: 450px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(214, 220, 224, 0.6) 100%), url(images/img-bg.jpg) center center / cover no-repeat;
	opacity: 0.34;
	pointer-events: none;
	background-attachment: fixed;
}

.safari-true .lifestyle-primary-section::before {
	background-attachment: scroll;
}

.lifestyle-primary-section .lifestyle-item:nth-child(1) {
	margin-top: 114px;
}

.lifestyle-secondary-section .lifestyle-item:nth-child(2) {
	margin-top: 114px;
}

.lifestyle-primary-section .site-title-primary h2::before {
	right: -136px;
	left: unset;
}

.lifestyle-secondary-section {
	position: relative;
	padding-top: 174px;
}


.lifestyle-secondary-section::before {
	content: "";
	position: absolute;
	bottom: -53px;
	left: -134px;
	width: 63%;
	height: 450px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(214, 220, 224, 0.6) 100%), url(images/img-bg.jpg) center center / cover no-repeat;
	opacity: 0.34;
	pointer-events: none;
	background-attachment: fixed;
}

.safari-true .lifestyle-secondary-section::before {
	background-attachment: scroll;
}

.lifestyle-secondary-section .site-title-primary h2 {
	text-align: center;
}

.lifestyle-secondary-section .site-title-primary h2::before {
	left: -176px;
}

/*#endregion lifestyle */

/*#region events */
.hp-events {
	position: relative;
	overflow: hidden;
	padding: 160px 40px 146px;
	background: #ffffff;
}

.hp-events::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 53%;
	height: 108px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(214, 220, 224, 0.6) 100%), url(images/img-bg.jpg) center center / cover no-repeat;
	opacity: 0.34;
	pointer-events: none;
	background-attachment: fixed;
}

.safari-true .hp-events::before {
	background-attachment: scroll;
}

.hp-events .site-title-primary-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	max-width: 1400px;
	margin: 0 auto 58px;
	padding: 0 40px;
}

.hp-events .site-title-primary {
	max-width: 720px;
}

.hp-events .site-title-primary h2 {
	font-size: clamp(64px, 7vw, 90px);
	line-height: 0.88;
	color: #040404;
}

.hp-events .site-btn-primary {
	flex: 0 0 auto;
	max-width: 224px;
	min-height: 52px;
}

.region-events-container {
	position: relative;
	max-width: 1680px;
	margin: 0 auto;
}

.events-slick {
	margin: 0 auto;
}

.hp-events .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.hp-events .slick-list {
	position: relative;
	display: block;
	overflow: visible;
}

.hp-events .slick-slider .slick-track,
.hp-events .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.hp-events .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex !important;
	align-items: flex-start;
}

.hp-events .slick-slide {
	display: none;
	height: auto;
	padding: 0 18px;
	/* opacity: 0.22; */
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.hp-events .slick-slide>div {
	position: relative;
	display: block;
	height: 100%;
}

.hp-events .slick-slide>div::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.88);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.hp-events .slick-active>div::before {
	transition: opacity 0.4s ease, transform 0.4s ease;
	background: rgba(0, 0, 0, 0);
}

.hp-events .slick-track::before,
.hp-events .slick-track::after {
	content: "";
	display: table;
}

.hp-events .slick-track::after {
	clear: both;
}

.hp-events .slick-initialized .slick-slide {
	display: block;
}

.hp-events .slick-active {
	opacity: 1;
}

.events-item {
	width: 100%;
}

.events-img {
	overflow: hidden;
	background: #e8ecef;
}

.events-img-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.events-img-link:focus-visible {
	outline: 2px solid #169BC6;
	outline-offset: 4px;
}

.hp-events .img-events {
	height: 100%;
	transition: transform 0.55s ease, filter 0.35s ease;
}

.events-item:nth-child(even) {
	padding-top: 70px;
}

.events-item:hover .img-events,
.events-item:focus-within .img-events {
	transform: scale(1.03);
}

.events-item h3 {
	margin: 18px 0 8px;
	font-family: 'Luxury', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	color: #050505;
}

.events-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: #8a8a8a;
}

.events-meta li {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: #8a8a8a;
}

.hp-events .site-title-primary h2::before {
	display: none;
}

/*#endregion events */

/*#region restaurants */
.hp-restaurants {
	position: relative;
	overflow: hidden;
	padding: 130px 40px 102px;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 82%, rgba(245, 245, 245, 0.85) 100%);
}

.hp-restaurants::before {
	content: "";
	position: absolute;
	left: -34px;
	bottom: -30px;
	width: 100%;
	max-width: 792px;
	height: 210px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(214, 220, 224, 0.6) 100%),
		url(images/img-bg.jpg) center center / cover no-repeat;
	opacity: 0.34;
	pointer-events: none;
	background-attachment: fixed;
}

.safari-true .hp-restaurants::before {
	background-attachment: scroll;
}

.hp-restaurants .site-title-primary {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto 0 150px;
	text-align: center;
}

.hp-restaurants .site-title-primary h2 {
	font-size: clamp(58px, 7vw, 88px);
	line-height: 0.92;
	color: #050505;
}

.hp-restaurants .restaurants-item:nth-child(1) {
	max-width: 426px;
	padding: 96px 0 0;
}

.hp-restaurants .restaurants-item:nth-child(1) .restaurants-img {
	margin-bottom: 32px;
}

.hp-restaurants .restaurants-item:nth-child(3) .restaurants-img {
	margin-bottom: 32px;
}

.restaurants-img-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.restaurants-img-link:focus-visible {
	outline: 2px solid #169BC6;
	outline-offset: 4px;
}

.hp-restaurants .restaurants-item:nth-child(2) {
	max-width: 428px;
	margin: 0 auto;
	padding-top: 50px;
}

.hp-restaurants .restaurants-item:nth-child(3) {
	max-width: 426px;
}

.hp-restaurants .restaurants-item p {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.05em;
	color: #7D7D7D;
}

.hp-restaurants .restaurants-item:nth-child(3) p {
	max-width: 374px;
}

.hp-restaurants .restaurants-item .site-btn-primary {
	max-width: 260px;
	color: #050505;
	margin: 90px auto 0;
}

.hp-restaurants .site-title-primary h2::before {
	display: none;
}

/*#endregion restaurants */

/*#region communitiies */
.hp-communities {
	padding: 10px 0 74px 58px;
	overflow: hidden;
	color: #ffffff;
	background: linear-gradient(180deg, rgba(5, 17, 19, .3) 0%, rgba(7, 20, 21, 0.6) 34%, rgba(7, 20, 21, 0.42) 58%, rgba(6, 17, 20, 0.8) 100%), linear-gradient(180deg, rgba(6, 17, 20, 0.08) 0%, rgba(6, 17, 20, 0.7) 100%), url(images/slideshow-1.jpg) center center / cover no-repeat;
	background-attachment: fixed;
}

.safari-true .hp-communities {
	background-attachment: scroll;
}

.communities-primary-section {
	flex: 0 1 560px;
	max-width: 560px;
	padding: 0 0 88px;
}

.hp-communities .site-title-primary {
	margin-bottom: 34px;
}

.hp-communities .site-title-primary h3 {
	max-width: 332px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.94);
}

.hp-communities .site-title-primary h3::before {
	max-width: 230px;
	background-color: rgba(255, 255, 255, 0.42);
}

.hp-communities .site-title-primary h2 {
	font-size: clamp(60px, 6vw, 76px);
	line-height: 0.95;
	color: #ffffff;
}

.hp-communities>.region-communities-container>.communities-primary-section>p {
	max-width: 520px;
	margin: 0 0 42px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.92);
}

.hp-communities .site-btn-primary {
	max-width: 292px;
	color: #ffffff;
	border-color: #14a6d4;
}

.communities-secondary-section {
	flex: 1 1 640px;
	width: min(100%, 880px);
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 62px;
	overflow: hidden;
}

.communities-primary-section p {
	font-size: 14px;
	padding-bottom: 50px;
	line-height: 25px;
	font-family: 'Inter', sans-serif;
}

.communities-slick {
	width: 100%;
	margin-right: -68px;
}

.hp-communities .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.hp-communities .slick-list {
	position: relative;
	display: block;
}

.hp-communities .slick-slider .slick-track,
.hp-communities .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.hp-communities .slick-list {
	overflow: visible;
	padding: 30px 64px 26px 0;
	margin: -30px 0 -26px;
}

.hp-communities .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block !important;
}

.hp-communities .slick-slide {
	display: none;
	float: left;
	height: auto;
}

.hp-communities .slick-active {
	padding: 0;
}

.hp-communities .slick-slide>div {
	display: block;
}

.hp-communities .slick-track::before,
.hp-communities .slick-track::after {
	content: "";
	display: table;
}

.hp-communities .slick-track::after {
	clear: both;
}

.hp-communities .slick-initialized .slick-slide {
	display: block;
}

.hp-communities .slick-active .communities-img {
	height: 500px;
}

.hp-communities .slick-slide:not(.slick-active) {
	position: relative;
	top: 45px;
}

.communities-item {
	position: relative;
	width: min(342px, 21.375vw);
	max-width: 100%;
	overflow: hidden;
	cursor: pointer;
	transform: translateY(34px) scale(0.84);
	transform-origin: center bottom;
	transition: transform 0.45s ease, opacity 0.35s ease, filter 0.35s ease;
	opacity: 0.84;
	filter: saturate(0.92);
}

.hp-communities .slick-slide.is-featured .communities-item {
	transform: translateY(0) scale(1);
	opacity: 1;
	filter: none;
}

.hp-communities .slick-slide.is-secondary .communities-item {
	transform: translateY(34px) scale(0.84);
	opacity: 0.94;
}

.hp-communities .slick-slide.is-tertiary .communities-item {
	transform: translateY(34px) scale(0.84);
	opacity: 0.78;
}

.communities-img::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(8, 17, 21, .0) 6%, rgba(8, 17, 21, 0.5) 100%);
}

.communities-img::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(8, 17, 21, 0) 32%, rgba(8, 17, 21, 0.84) 100%);
}

.hp-communities .img-communities {
	height: 100%;
	transition: transform 0.65s ease, filter 0.45s ease;
	filter: saturate(1.02) contrast(1.02) brightness(0.96);
}

.communities-item:hover .img-communities {
	transform: scale(1.03);
}

.communities-item p {
	position: absolute;
	right: 20px;
	bottom: 18px;
	left: 20px;
	z-index: 2;
	margin: 0;
	font-family: 'Luxury', 'Bodoni Moda', Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	pointer-events: none;
}

.hp-communities .slick-slide.is-featured {
	z-index: 3;
}

.hp-communities .slick-slide.is-featured .communities-item p {
	font-size: clamp(18px, 1.2vw, 22px);
}

.communities-arrow {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 14px;
	padding: 0 24px 0 0;
}

.communities-arrow::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	margin-left: 22px;
	background-color: rgba(255, 255, 255, 0.42);
}

.communities-arrow .slick-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.communities-arrow .slick-arrow:hover {
	background: #169BC6;
	border-color: #169BC6;
	color: #ffffff;
}

.hp-communities .site-title-primary h2::before {
	display: none;
}

/*#endregion communitiies */

/*#region blog */
.hp-blog {
	padding: 107px 40px 114px;
}

.hp-blog::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 350px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(214, 220, 224, 0.6) 100%), url(images/img-bg.jpg) center center / cover no-repeat;
	opacity: 0.34;
	pointer-events: none;
	background-attachment: fixed;
}

.safari-true .hp-blog::before {
	background-attachment: scroll;
}

.hp-blog .site-title-primary h2::before {
	display: none;
}

.blog-item {
	position: relative;
	display: block;
	overflow: hidden;
	background: #1a1816;
	color: #fff;
	isolation: isolate;
	cursor: pointer;
}

.blog-item::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(21, 18, 16, 0.06) 0%, rgba(21, 18, 16, 0.22) 38%, rgba(17, 14, 12, 0.82) 100%);
	transition: background 0.45s ease, opacity 0.45s ease;
}

.blog-img {
	overflow: hidden;
}

.blog-item .img-blog {
	height: 100%;
	transition: transform 0.65s ease, filter 0.45s ease;
	filter: saturate(0.92);
}

.blog-item-content {
	position: absolute;
	left: 20px;
	bottom: 19px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.blog-item-date {
	margin: 0;
	font-family: 'Luxury', serif;
	font-size: 0.75rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.blog-item-title {
	margin: 14px 0 0;
	font-family: 'Luxury', serif;
	color: #ffffff;
	font-size: 22px;
	line-height: 0.95;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	text-wrap: balance;
	transition: transform 0.45s ease;
}

.blog-item-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 193px;
	max-height: 53px;
	margin-top: 0;
	padding: 0 21px;
	overflow: hidden;
	border: 1px solid #169BC6;
	font-family: 'Inter', sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0;
	transform: translateY(20px);
	transition:
		max-height 0.45s ease,
		margin-top 0.45s ease,
		padding 0.45s ease,
		opacity 0.35s ease,
		transform 0.45s ease,
		border-color 0.35s ease,
		background 0.35s ease;
}

.blog-item-cta:hover {
	background: #169BC6;
}

.blog-item-cta-icon {
	font-size: 1rem;
	line-height: 1;
}

.blog-item:hover::before,
.blog-item:focus-visible::before {
	background:
		linear-gradient(180deg, rgba(20, 16, 14, 0.14) 0%, rgba(20, 16, 14, 0.3) 34%, rgba(8, 12, 18, 0.9) 100%);
}

.blog-item:hover .img-blog,
.blog-item:focus-visible .img-blog {
	transform: scale(1.06);
	filter: saturate(1) brightness(0.96);
}

.blog-item:hover .blog-item-title,
.blog-item:focus-visible .blog-item-title {
	transform: translateY(-2px);
}

.blog-item:hover .blog-item-cta,
.blog-item:focus-visible .blog-item-cta {
	max-height: 80px;
	margin-top: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
	opacity: 1;
	transform: translateY(0);
	border-color: rgba(117, 210, 255, 0.72);
}

/*#endregion blog */

/*#region social */
.hp-social {
	padding: 110px 40px 130px;
	margin-bottom: 84px;
}

.hp-social .site-title-primary h2::before,
.hp-social .site-title-primary h3::before {
	display: none;
}

.hp-social::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 53%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(214, 220, 224, 0.6) 100%), url(images/img-bg.jpg) center center / cover no-repeat;
	opacity: 0.34;
	pointer-events: none;
}

.hp-social .site-title-primary {
	padding-bottom: 48px;
}

.social-details .social-img img {
	border-radius: 50%;
}

.social-details .social-img {
	max-width: 75px;
}

.social-primary-section p {
	color: #7D7D7D;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
}

.social-secondary-section {
	gap: 10px;
	padding-top: 40px;
}

.social-secondary-section .social-item {
	position: relative;
}

.social-secondary-section .social-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(20, 16, 14, 0.14) 0%, rgba(20, 16, 14, 0.3) 34%, rgba(8, 12, 18, 0.9) 100%);
	opacity: 0;
	transition: opacity 0.45s ease;
	z-index: 1;
}

.social-secondary-section .social-item:hover::before {
	opacity: 1;
}


.social-info h3 {
	font-size: 24px;
	font-family: 'Luxury', serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

.social-info a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #7D7D7D;
}

.social-details {
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 34px 0 37px;
}

.social-icon a {
	font-size: 25px;
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: 1px solid #169BC6;
}

.social-icon {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.social-content {
	display: flex;
	padding-top: 29px;
	gap: 37px;
}

/*#endregion social */

/* Hide Headings for HTML5 */
.aios-starter-theme-hide-title {
	display: none !important;
	font-size: 18px !important;
}

/*#region footer */
/* Footer */

.aios-starter-theme-demo-footer {
	clear: both;
	margin-top: 20px;
	padding: 20px 0;
	background: #333;
	color: #FFF;
}

.aios-starter-theme-demo-footer a {
	color: #fff;
}

/* Footer navigation */

.aios-starter-theme-demo-footer .footernav li {
	padding: 2px 10px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #FFF;
}

.aios-starter-theme-demo-footer .footernav li:first-child {
	border-left: none;
}

/* Footer copyright */

.aios-starter-theme-demo-footer-copyright {
	padding: 2px 0;
	text-align: right;
}

.site-footer {
	position: relative;
	overflow: hidden;
	padding: 95px 34px 48px;
	color: #111111;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(201, 201, 201, 0.69) 76%, rgba(153, 153, 153, 0) 100%), url(images/footer-bg.jpg) center center / cover no-repeat;
}

.site-footer__inner {
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
}

.site-footer a {
	color: inherit;
}

.site-footer__brand-image {
	display: block;
	width: 100%;
	height: auto;
}

.site-footer__brand-image--primary {
	max-width: 352px;
	padding-right: 34px;
	border-right: 1px solid rgba(17, 17, 17, 0.18);
}

.site-footer__brand-image--secondary {
	max-width: 286px;
	padding-left: 34px;
}

.site-footer__contact,
.site-footer__sitemap {
	flex: 0 1 292px;
}

.site-footer__title {
	margin: 0 0 18px;
	font-family: 'Luxury', 'Bodoni Moda', Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(28px, 2.2vw, 40px);
	line-height: 1;
	text-transform: uppercase;
	color: #111111;
}

.site-footer__contact-list,
.site-footer__sitemap-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__contact-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.site-footer__contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.site-footer__contact-list a,
.site-footer__contact-list span,
.site-footer__contact-list em {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.09em;
	color: rgba(17, 17, 17, 0.52);
	font-style: normal;
}

.site-footer__contact-list a {
	display: inline-block;
}

.site-footer__contact-list i {
	flex: 0 0 18px;
	margin-top: 4px;
	font-size: 15px;
	line-height: 1;
	color: #111111;
}

.site-footer__contact-list .ai-envelope-f {
	font-size: 10px;
}

.site-footer__icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	color: #111111;
}

.site-footer__icon svg,
.site-footer__badge svg,
.site-footer__backtotop-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.site-footer__sitemap-grid {
	width: 100%;
}

.site-footer__sitemap-grid .menu-footernav-container {
	width: 100%;
}


.site-footer__sitemap-grid .footernav li {
	margin: 0;
}

.site-footer__sitemap-grid .footernav a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.52);
	transition: color 0.3s ease;
}

.site-footer__sitemap-grid .footernav a:hover,
.site-footer__contact-list a:hover {
	color: #111111;
}

.site-footer__accessibility {
	max-width: 1140px;
	margin: 54px auto 0;
	text-align: center;
}

.site-footer__accessibility p,
.site-footer__copyright p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(17, 17, 17, 0.64);
}

.site-footer__copyright {
	margin-top: 28px;
	text-align: center;
}

.site-footer__copyright a.agentimage-link {
	font-weight: 600;
	text-decoration: underline !important;
}

.site-footer__bottom {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 112px;
	margin-top: 18px;
}

.site-footer__badges {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: rgba(17, 17, 17, 0.9);
}

.site-footer__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
}

.site-footer__badge i {
	font-size: 32px;
	line-height: 1;
	color: rgba(17, 17, 17, 0.9);
}

.site-footer__badge:nth-child(1) {
	width: 48px;
}

.site-footer__badge:nth-child(2) {
	width: 28px;
}

.site-footer__badge:nth-child(3) {
	width: 82px;
}

.site-footer__backtotop {
	position: absolute;
	right: 32px;
	bottom: 50px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 12px;
}

.site-footer__backtotop-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(3px);
	color: #ffffff;
	transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.site-footer__backtotop-icon svg {
	width: 24px;
	height: 24px;
}

.site-footer__backtotop:hover .site-footer__backtotop-icon,
.site-footer__backtotop:focus-visible .site-footer__backtotop-icon {
	background: #169BC6;
	border-color: #169BC6;
	color: #ffffff;
}

.site-footer__backtotop-label {
	white-space: nowrap;
	color: #ffffff;
}

.category-events .events-meta,
.page-template-template-events .events-meta {
	list-style-type: none !important;
	margin-left: 0 !important;
}

.category-events .events-meta li,
.page-template-template-events .events-meta li {
	color: black;
}

/*#endregion footer */

/*******************************************************
 *
 * 9. IDX styles
 *
 *******************************************************/

/* iHomefinder */

#ihf-main-container div#areaPickerInputWrapper {
	height: 50px !important;
}

#ihf-main-container .modal-dialog {
	left: inherit !important;
}

.ai-minimalist-column-the-content {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.05em;
	color: #7D7D7D;
}

.aios-contact-main:before {
	background: transparent url('https://sc-todayatroughrivercom.uat-ovprod4.aios-staging.com/app/uploads/2026/04/slideshow-1-1.jpg') no-repeat center center !important;
	background-size: cover;
}

#content .ai-minimalist-column-content-left .entry-sub-title {
	color: #000 !important;
}

.ai-minimalist-column-agent-details,
.ai-minimalist-form {
	background-color: #000 !important;
}


html.safari-true .forecast-bg canvas {
	background-attachment: scroll !important;
}

.aios-contact-main:before {
	background-size: cover !important;
}

.site-footer__contact-list a,
.site-footer__contact-list span,
.site-footer__contact-list em {
	white-space: nowrap;
}

.aios-custom-ihomefinder-template-credits.mt-lg {
	margin-bottom: 30px;
}




.roughriver-map-legend {
	width: 160px;
	flex-shrink: 0;
	padding: 10px;
}

.roughriver-map-legend h3 {
	margin-bottom: 20px;
}

.roughriver-map-legend p {
	font-size: 10px;
	margin-bottom: 20px;
}

.roughriver-map-legend label {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
}

#map {
	flex: 1;
	min-height: 700px;
}

.stats-item .canvas-img {
	filter: invert(28%) sepia(96%) saturate(1860%) hue-rotate(189deg) brightness(92%) contrast(98%);
}

.post-page-fishing-guide .fishing-cta-image {
	position: relative;
	overflow: hidden;
}

.post-page-fishing-guide .fishing-cta-image canvas {
	position: relative;
	width: 100%;
	height: 100%;
}

.post-page-fishing-guide .fishing-cta-image img {
	width: 100%;
	height: 100% !important;
	position: absolute !important;
	top: 0;
	left: 0;
	object-fit: cover;
}

.region-restaurants-container.mobile {
	display: none;
}

@media only screen and (max-width: 1280px) {
	.forecast-bg canvas {
		background-attachment: scroll !important;
	}
}

/*******************************************************
 *
 * 11. Mobile styles
 *
 *******************************************************/
@media only screen and (min-width: 992px) {

	/*#region welcome */
	.welcome-region-container {
		display: grid;
		grid-template-columns: repeat(100, 1fr);
		max-width: 1416px;
		margin: 0 auto;
	}

	.welcome-primary-section {
		grid-column: 3 / 45;
	}

	.welcome-primary-section .welcome-stats {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 32px;
	}

	.welcome-secondary-section {
		grid-column: 56 / -1;
	}

	/*#endregion welcome */

	/*#region forecast */
	.forecast-wrapper {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		max-width: 1416px;
		margin: 0 auto;
	}

	/*#endregion forecast */

	/*#region explore */
	.explore-region-container {
		display: grid;
		grid-template-columns: repeat(100, 1fr);
		max-width: 1372px;
		margin: 0 auto;
	}

	.explore-primary-section {
		grid-column: 1 / 34;
	}

	.explore-secondary-section {
		grid-column: 39 / -1;
	}

	/*#endregion explore */

	/*#region lifestyle */
	.lifestyle-primary-section,
	.lifestyle-secondary-section {
		display: grid;
		grid-template-columns: repeat(100, 1fr);
		max-width: 1316px;
		margin: 0 auto;
	}

	.lifestyle-primary-section .lifestyle-item:nth-child(1) {
		grid-column: 2 / 30;
	}

	.lifestyle-primary-section .lifestyle-item:nth-child(2) {
		grid-column: 37 / -1;
	}

	.lifestyle-secondary-section .lifestyle-item:nth-child(1) {
		grid-column: 2 / 67;
	}

	.lifestyle-secondary-section .lifestyle-item:nth-child(2) {
		grid-column: 73 / -1;
	}

	/*#endregion lifestyle */

	/*#region events */
	/*#endregion events */

	/*#region restaurants */
	.region-restaurants-container {
		position: relative;
		z-index: 1;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		max-width: 1336px;
		margin: 0 auto;
		gap: 26px;
	}

	/*#endregion restaurants */

	/*#region communitiies */
	.region-communities-container {
		display: flex;
		align-items: end;
		gap: 48px 84px;
		width: 100%;
		max-width: 1490px;
		margin: 0 0 0 auto;
	}

	/*#endregion communitiies */

	/*#region blog */
	.region-blog-container {
		display: grid;
		grid-template-columns: repeat(100, 1fr);
		max-width: 1460px;
		margin: 0 auto;
		align-items: end;
	}

	.blog-primary-section {
		grid-column: 1 / 64;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 26px;
	}

	.blog-secondary-section {
		grid-column: 73 / -1;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		row-gap: 24px;
	}

	/*#endregion blog */

	/*#region social */
	.region-social-container {
		display: grid;
		grid-template-columns: repeat(100, 1fr);
		max-width: 1416px;
		margin: 0 auto;
	}

	.social-primary-section {
		grid-column: 3 / 44;
	}

	.social-secondary-section {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		grid-column: 45 / -1;
	}

	/*#endregion social */

	.site-footer__top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 42px 54px;
	}

	.site-footer__brand-group {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
		align-items: center;
	}

	.site-footer__sitemap-grid .footernav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 28px;
	}
}

@media only screen and (max-width: 1450px) {
	/*#region welcome */

	/*#endregion welcome */

	/*#region forecast */

	/*#endregion forecast */

	/*#region explore */

	/*#endregion explore */

	/*#region lifestyle */

	/*#endregion lifestyle */

	/*#region events */
	/*#endregion events */

	/*#region restaurants */

	/*#endregion restaurants */

	/*#region communitiies */
	.hp-communities .slick-active .communities-img {
		height: 438px;
	}

	/*#endregion communitiies */

	/*#region blog */

	/*#endregion blog */

	/*#region social */

	/*#endregion social */
}

@media only screen and (max-width: 1366px) {

	#inner-page-wrapper #ip-equinox-about .ip-equinox-about__content .about__title h2 strong,
	#content .entry-title,
	.site-title-primary h2 {
		line-height: 68px;
		font-size: 72px;

	}

	.site-title-primary h3::before {
		max-width: 170px;
	}

	/*#region welcome */
	.hp-welcome .site-title-primary h2 {
		font-size: 72px;
	}

	/*#endregion welcome */

	/*#region forecast */
	.forecast-primary-section .forecast-item:not(:last-child)::before {
		right: 20px;
	}

	/*#endregion forecast */

	/*#region explore */

	/*#endregion explore */

	/*#region lifestyle */

	/*#endregion lifestyle */

	/*#region events */
	/*#endregion events */

	/*#region restaurants */

	/*#endregion restaurants */

	/*#region communitiies */
	.communities-primary-section {
		flex: 0 1 508px;


	}

	.hp-communities .site-title-primary h2 {
		font-size: clamp(50px, 4vw, 60px);
	}

	.hp-communities>.region-communities-container>.communities-primary-section>p {
		font-size: 12px;
	}

	.hp-communities .slick-active .communities-img {
		height: 396px;
	}

	/*#endregion communitiies */

	/*#region blog */

	/*#endregion blog */

	/*#region social */

	/*#endregion social */
}

@media only screen and (max-width: 1199px) {

	#inner-page-wrapper #ip-equinox-about .ip-equinox-about__content .about__title h2 strong,
	#content .entry-title,
	.site-title-primary h2 {
		font-size: 60px;
		line-height: 68px;
	}

	.site-btn-primary {
		font-size: 13px;
	}

	.header__nav #nav {
		gap: 29px;
	}

	.header__nav #nav>li>a {
		font-size: 10px;
	}

	.hp-banner__title {
		font-size: 82px;
	}

	/*#region welcome */
	.hp-welcome .site-title-primary h2 {
		font-size: 65px;
	}

	.hp-welcome .site-title-primary {
		margin-bottom: 50px;
	}

	.welcome-primary-section p {
		margin-bottom: 40px;
	}

	/*#endregion welcome */

	/*#region forecast */
	.forecast-primary-section .forecast-item:not(:last-child)::before {
		right: 12px;
	}

	.forecast-primary-section p {
		font-size: 14px;
	}

	/*#endregion forecast */

	/*#region explore */
	.explore-primary-section .site-title-primary h3::before {
		right: -138px;
	}

	.lifestyle-primary-section .site-title-primary h2::before {
		right: -236px;
	}

	.lifestyle-secondary-section .site-title-primary h2::before {
		left: -242px;
	}

	/*#endregion explore */

	/*#region lifestyle */

	/*#endregion lifestyle */

	/*#region events */
	.events-item h3 {
		font-size: 22px;
	}

	/*#endregion events */

	/*#region restaurants */

	/*#endregion restaurants */

	/*#region communitiies */
	.region-communities-container {
		gap: 48px 22px;
	}

	.hp-communities .slick-active .communities-img {
		height: 334px;
	}

	/*#endregion communitiies */

	/*#region banner */
	.hp-banner__inner {
		width: min(calc(100% - 84px), 1280px);
		bottom: 54px;
		gap: 40px;
	}

	/*#endregion banner */

	/*#region blog */
	.blog-item-title {
		font-size: 14px;
	}

	.blog-item-date {
		font-size: 0.6rem;
		letter-spacing: 0.14em;
	}

	/*#endregion blog */

	/*#region social */
	.hp-social .site-title-primary {
		padding-bottom: 26px;
	}

	.social-info h3 {
		font-size: 16px;
	}

	.social-details {
		padding: 28px 0 26px;
	}

	.social-primary-section p {
		font-size: 12px;
	}

	.social-icon {
		gap: 10px;
	}

	.social-icon a {
		font-size: 18px;
		width: 44px;
		height: 44px;
	}

	/*#endregion social */
	.site-footer__sitemap-grid .footernav a {
		font-size: 13px;
		letter-spacing: 0.05em;
	}

	.site-footer__accessibility p,
	.site-footer__copyright p {
		font-size: 11px;
	}
}


@media only screen and (max-width: 991px) {
	body:not(.home-container) {
		--inner-page-header-offset: 0px;
	}

	header.header {
		position: relative;
		background: #ffffff;
		margin-top: 53px;
		z-index: -1;
	}

	.header__inner {
		justify-content: center;
	}

	nav.header__nav {
		display: none;
	}

	/*#region banner */
	.hp-banner__inner {
		width: calc(100% - 48px);
		min-height: calc(100vh - 132px);
		bottom: 36px;
		gap: 28px;
	}

	.hp-banner__content {
		max-width: 100%;
	}

	.hp-banner__nav {
		margin-top: 48px;
	}

	.hp-banner__side-controls {
		right: 16px;
	}

	.hp-banner__side-control {
		width: 48px;
		height: 48px;
		font-size: 28px;
	}

	/*#endregion banner */

	.outer {
		min-width: 320px;
	}

	.inner {
		width: 100%;
	}

	#content-sidebar aside,
	#content-full aside {
		display: block;
		width: 100%;
		float: none;
		max-width: 360px;
		margin: 0 auto;
	}

	#content-sidebar,
	#content-full,
	#content-sidebar #content,
	#content-full #content {
		width: 100%;
		float: none;
	}

	#content .alignleft,
	#content .alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	/* ARCHIVE */

	#content .archive-thumbnail,
	#content .archive-content.archive-has-thumbnail {
		width: 100%;
		float: none;

	}

	#content .archive-thumbnail,
	#content .archive-content h2 {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	#content .archive-more {
		text-decoration: underline;
		font-style: italic;
	}

	.yoast-breadcrumbs {
		margin: 20px 0;
		width: 100%;
	}

	.site-title-primary {
		text-align: center;
	}

	.site-title-primary h3 {
		max-width: unset;
	}

	.site-title-primary h2::before {
		display: none;
	}

	.site-title-primary h3::before {
		display: none;
	}

	.site-btn-primary {
		margin: 0 auto;
	}

	/*#region welcome */
	.hp-welcome .site-title-primary h2 {
		font-size: 60px;
		text-align: center;
	}

	.welcome-primary-section p {
		text-align: center;
	}

	.welcome-secondary-section .img-welcome {
		height: 100%;
	}

	.hp-welcome::before {
		display: none;
	}

	.welcome-primary-section .welcome-img {
		height: auto;
	}

	/*#endregion welcome */

	/*#region forecast */
	.hp-forecast .site-title-primary h3 {
		max-width: unset;
	}

	.forecast-primary-section .forecast-item:not(:last-child)::before {
		display: none;
	}

	.forecast-wrapper {
		text-align: center;
	}

	.forecast-primary-section .forecast-img {
		margin: 0 auto 24px;
	}

	.forecast-primary-section .forecast-item p:nth-child(1) {
		margin-bottom: 24px;
	}

	.forecast-bg.site-bg.site-bg-rgba {
		display: none;
	}

	section.hp-forecast {
		background: #000000;
	}

	.hp-forecast .gage-chart-wrapper {
		height: 300px;
		min-height: 300px;
	}

	/*#endregion forecast */

	/*#region explore */
	.hp-explore .site-title-primary h3 {
		max-width: unset;
	}

	.explore-primary-section .site-title-primary {
		margin-bottom: 30px;
	}

	/*#endregion explore */

	/*#region lifestyle */
	.lifestyle-primary-section::before {
		display: none;
	}

	.lifestyle-secondary-section::before {
		display: none;
	}

	.lifestyle-primary-section {
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
	}

	.lifestyle-secondary-section {
		text-align: center;
	}

	/*#endregion lifestyle */

	/*#region events */
	.hp-events::before {
		display: none;
	}

	/*#endregion events */

	/*#region restaurants */
	.hp-restaurants {
		padding: 40px 40px 102px;
	}

	.hp-restaurants .site-title-primary {
		margin: 0 0 40px;

	}

	.hp-restaurants::before {
		display: none;
	}

	.region-restaurants-container {
		max-width: 426px;
		margin: 0 auto;
		text-align: center;
	}

	.hp-restaurants .restaurants-item:nth-child(1) {
		max-width: unset;
		padding: 40px 0 0;
	}

	.hp-restaurants .restaurants-item:nth-child(2) {
		max-width: unset;
		padding: 50px 0;
	}

	.hp-restaurants .restaurants-item:nth-child(3) {
		max-width: unset;
	}

	.hp-restaurants .restaurants-item:nth-child(3) p {
		max-width: unset;
	}

	/*#endregion restaurants */

	/*#region communitiies */
	.hp-communities {
		padding: 128px 40px 74px;
	}

	.communities-primary-section {
		text-align: center;
		max-width: unset;
		padding: unset;
		margin-bottom: 40px;
	}

	.hp-communities .site-title-primary h3 {
		max-width: unset;
	}

	.hp-communities>.region-communities-container>.communities-primary-section>p {
		margin: 0 auto 30px;
	}

	.communities-slick {
		margin-right: unset;
	}

	.hp-communities .slick-list {
		padding: unset;
		margin: unset;
	}


	.hp-communities .slick-active .communities-img {
		height: unset;
	}

	.communities-arrow::after {
		display: none;
	}

	.communities-secondary-section {
		gap: 40px;
		max-width: 340px;
		margin: 0 auto;
	}

	.communities-arrow {
		justify-content: center;
	}

	.communities-item {
		transform: unset;
		transform-origin: unset;
	}

	/*#endregion communitiies */

	/*#region blog */
	.hp-blog {
		padding: 88px 40px 92px;
	}

	.blog-primary-section {
		max-width: 288px;
		margin: 0 auto;
	}


	.hp-blog::before {
		display: none;
	}

	.region-blog-container {
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
	}

	.blog-primary-section .blog-item {
		margin-bottom: 20px;
	}

	.blog-secondary-section .site-title-primary {
		margin-bottom: 30px;
	}

	.social-secondary-section .social-img {
		margin-bottom: 20px;
	}

	/*#endregion blog */

	/*#region social */
	.hp-social::before {
		display: none;
	}

	.social-primary-section {
		text-align: center;
	}

	.social-details {
		justify-content: center;
	}

	.social-content {
		justify-content: center;
	}

	.social-secondary-section {
		max-width: 254px;
		margin: 0 auto;
	}

	/*#endregion social */
	.site-footer {
		text-align: center;
	}

	.site-footer__brand-image--primary {
		border-right: unset;
		padding-right: unset;
		margin-bottom: 30px;
	}

	.site-footer__brand-group {
		max-width: 317px;
		margin: 0 auto 50px;
	}

	.site-footer__contact-list {
		align-items: center;
		margin-bottom: 40px;
	}

	body:not(.home-container) .header__brand-image--fixed,
	header.header.show-fixed .header__brand-image--fixed {
		opacity: 0 !important;
		visibility: hidden !important;
	}

	body:not(.home-container) .header__brand-image--default,
	header.header.show-fixed .header__brand-image--default {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.region-restaurants-container:not(.mobile) {
		display: none;
	}

	.region-restaurants-container.mobile {
		display: block;
	}

	.region-restaurants-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hp-explore {
		padding: 120px 15px 96px;
	}

	.hp-explore .map-img {
		flex-wrap: wrap;
	}

	.roughriver-map-legend {
		width: 100%;
	}

	.page-id-158 #map,
	#explore-the-lake #map {
		width: 100%;
	}

	#inner-page-wrapper #ip-equinox-about .ip-equinox-about__content .about__title h2 strong,
	#content .entry-title,
	.site-title-primary h2,
	#content .archive-title {
		font-size: 40px !important;
	}
}



/*******************************************************
 *
 * 10. Mlcalc.com calculators
 *
 *******************************************************/

/* Make rates popup scrollable on devices with screens less than 761px wide */

@media only screen and (max-width: 768px) {
	.hp-forecast {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width:760px) {

	#MLCalcRatesHolder {
		overflow: auto !important;
		width: 100% !important;
		min-width: 100% !Important;
		-webkit-overflow-scrolling: touch !important;
	}

	#MLCalcRatesShader {
		width: 100% !important;
		min-width: 100% !important;
		overflow: scroll !important;
		-webkit-overflow-scrolling: touch;
	}

	#inner-page-wrapper #ip-equinox-about .ip-equinox-about__content .about__title h2 strong,
	#content .entry-title,
	.site-title-primary h2 {
		font-size: 50px;
	}

	.hp-banner__title {
		font-size: 48px;
	}

	.hp-banner__eyebrow {
		font-size: 14px;

	}

	.hp-banner__inner {
		width: calc(100% - 40px);
		min-height: auto;
		bottom: 28px;
		gap: 22px;
	}

	.hp-banner__nav {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		margin-top: 42px;
		gap: 24px;
	}

	.hp-banner__side-controls {
		right: 14px;
	}

	.hp-banner__side-control {
		width: 44px;
		height: 44px;
		font-size: 24px;
	}




	/*#region welcome */
	.hp-welcome .site-title-primary h2 {
		font-size: 48px;
	}

	/*#endregion welcome */

	/*#region forecast */

	/*#endregion forecast */

	/*#region explore */

	/*#endregion explore */

	/*#region lifestyle */

	/*#endregion lifestyle */

	/*#region events */
	.hp-events .site-title-primary-wrapper {
		display: unset;
	}

	.hp-events .site-title-primary {
		margin-bottom: 30px;
	}

	/*#endregion events */

	/*#region restaurants */
	.hp-restaurants .restaurants-item p {
		font-size: 13px;
	}

	/*#endregion restaurants */

	/*#region communitiies */
	/*#endregion communitiies */

	/*#region blog */
	.blog-item-content {
		left: 18px;
		right: 18px;
		bottom: 18px;
	}

	.blog-item-title {
		max-width: 100%;
	}

	.blog-item:hover .blog-item-cta,
	.blog-item:focus-visible .blog-item-cta {
		max-height: 72px;
		margin-top: 14px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	/*#endregion blog */

	/*#region social */

	/*#endregion social */

}

/* Make mortgage calculator popup scrollable on devices with screens less than 741px wide */

@media only screen and (max-width:740px) {

	#MLCalcHolder {
		overflow: auto !important;
		width: 100% !important;
		min-width: 100% !Important;
		-webkit-overflow-scrolling: touch !important;
	}

	#MLCalcShader {
		width: 100% !important;
		min-width: 100% !important;
		overflow: scroll !important;
		-webkit-overflow-scrolling: touch;
	}

	.landing-page-logo a {
		font-size: 50px;
	}

	.landing-page-slogan {
		padding-bottom: 19px;
	}

	.landing-page-slogan h2 {
		font-size: 25px;
	}

	.landing-page-slogan p {
		font-size: 14px;
	}

	.landing-phone {
		padding: 8px 0;
	}

	.landing-phone span {
		display: block;
	}

	.landing-page-footer .cws-title,
	.landing-page-footer .cws-media {
		display: none;
	}

	.landing-page-footer {
		font-size: 12px;
		padding: 40px 0;
	}

	.page-id-158 #map,
	#explore-the-lake #map {
		height: 500px;
		min-height: 500px;
	}
}

@media only screen and (max-width: 480px) {
	.site-btn-primary {
		font-size: 12px;
	}

	.hp-banner__inner {
		width: calc(100% - 30px);
		bottom: 24px;
		gap: 18px;
	}

	.hp-banner__title {
		font-size: 38px;
	}

	.hp-banner__eyebrow {
		margin-bottom: 12px;
		font-size: 12px;
		letter-spacing: 1.4px;
	}

	.hp-banner__nav-label {
		font-size: 25px;
	}

	.hp-banner__nav-index {
		font-size: 18px;
	}

	.hp-banner__nav {
		margin-top: 28px;
	}

	.hp-banner__side-controls {
		right: 10px;
	}

	.hp-banner__side-control {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	/*#region welcome */
	.hp-welcome .site-title-primary h2 {
		font-size: 38px;
	}

	/*#endregion welcome */

	/*#region forecast */

	/*#endregion forecast */

	/*#region explore */

	/*#endregion explore */

	/*#region lifestyle */

	/*#endregion lifestyle */

	/*#region events */
	.hp-events .slick-slide {
		padding: 0 10px;
	}

	.events-item h3 {
		font-size: 17px;
	}

	/*#endregion events */

	/*#region restaurants */
	.hp-restaurants .site-title-primary h2 {
		font-size: clamp(34px, 7vw, 88px);
	}

	/*#endregion restaurants */

	/*#region communitiies */
	.hp-communities .site-title-primary h2 {
		font-size: clamp(34px, 4vw, 60px);
	}

	/*#endregion communitiies */

	/*#region blog */

	/*#endregion blog */

	/*#region social */
	.social-details {
		flex-direction: column;
	}

	.social-content {
		flex-direction: column;
	}

	.social-icon {
		justify-content: center;
	}

	/*#endregion social */
}

@media only screen and (max-width: 320px) {

	#inner-page-wrapper #ip-equinox-about .ip-equinox-about__content .about__title h2 strong,
	#content .entry-title,
	.site-title-primary h2 {
		font-size: 35px;
		line-height: 48px;
	}

	/*#region welcome */

	/*#endregion welcome */

	/*#region forecast */

	/*#endregion forecast */

	/*#region explore */

	/*#endregion explore */

	/*#region lifestyle */

	/*#endregion lifestyle */

	/*#region events */
	/*#endregion events */

	/*#region restaurants */

	/*#endregion restaurants */

	/*#region communitiies */
	/*#endregion communitiies */

	/*#region blog */

	/*#endregion blog */

	/*#region social */

	/*#endregion social */
}