/*
Theme Name: The Stayton at Museum Way
Theme URI: https://thestayton.com/
Description: Responsive theme for The Stayton at Museum Way, designed by Inspire Senior Marketing.
Version: 1.0
Author: Aaron Guetzlaff, kcweb.co
Author URI: https://kcweb.co
*/

/*
#000000 - black
#111827 - blue navy, dark, copy
#124582 - blue royal
#292f3d - blue navy lighter
#6d9c9e - turquoise
#a0a3a9 - gray
#a46f43 - copper
#ba9653 - gold
#e7e8e9 - gray light
#eff6f5 - blue light
#ffffff - white


font-family: Trenda, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 150%;
letter-spacing: 1%;

font-family: Trenda;
font-weight: 400;
font-size: 64px;
line-height: 120%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;

font-family: Delores, serif;
font-weight: 500;
font-size: 48px;
line-height: 120%;
letter-spacing: 0%;


font-family: 'Trenda Regular', sans-serif;
font-family: 'Delores', serif;
*/

@font-face {
font-family: 'Delores';
font-style: normal;
font-weight: normal;
src: local('Delores'), url('fonts/delores.otf') format('opentype');
}

@font-face {
font-family: 'Trenda Light';
font-style: normal;
font-weight: normal;
src: local('Trenda Light'), url('fonts/latinotype-trenda-light.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Light Italic';
font-style: normal;
font-weight: normal;
src: local('Trenda Light Italic'), url('fonts/latinotype-trenda-light-it.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Regular';
font-style: normal;
font-weight: normal;
src: local('Trenda Regular'), url('fonts/latinotype-trenda-regular.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Regular Italic';
font-style: normal;
font-weight: normal;
src: local('Trenda Regular Italic'), url('fonts/latinotype-trenda-regular-it.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Semibold';
font-style: normal;
font-weight: normal;
src: local('Trenda Semibold'), url('fonts/latinotype-trenda-semibold.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Trenda Semibold Italic'), url('fonts/latinotype-trenda-semibold-it.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Bold';
font-style: normal;
font-weight: normal;
src: local('Trenda Bold'), url('fonts/latinotype-trenda-bold.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Trenda Bold Italic'), url('fonts/latinotype-trenda-bold-it.otf') format('opentype');
}
@font-face {
font-family: 'Trenda Black';
font-style: normal;
font-weight: normal;
src: local('Trenda Black'), url('fonts/trenda-black.otf') format('opentype');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*begin base*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-size: 100%;
	color: #111827;
	background-color: #ffffff;
	
	font-family: 'Trenda Regular', sans-serif;
	font-weight: normal;
	font-style: normal;
}
body.overlay-open {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}

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

i,
em {
	font-family: 'Trenda Regular Italic';
}
b,
strong {
	font-family: 'Trenda Bold';
}
i b, b i,
em strong, strong em {
	font-family: 'Trenda Bold Italic';
}
sup {
	top: -0.5em;
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.5em;
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
button {
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: 0 none;
}
button, input, select, textarea {
	color: #111827;
	font-size: 100%;
	font-family: 'Trenda Regular', sans-serif;
}
input[type="submit"] {
	cursor: pointer;
}
/* end base */

.notransition * {
	transition: none !important;
}
.nowrap {
	white-space: nowrap;
}
.the-content a[href*="tel:"],
.the-content a.phone,
.phone {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.phone:hover {
	text-decoration: none;
}
.email {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;	
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	display: block;
}
.video-wrapper img,
.video-wrapper video,
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper img {
	max-width: none;
	object-fit: cover;
}
.video-wrapper.popup-video {
	text-decoration: none;
	background-color: #124582;
}
.video-wrapper.popup-video .icon-play {
	width: 47px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -24px;
	z-index: 9;
	fill: #ffffff;
	transition: all 0.25s ease-in;
}
.video-wrapper.popup-video:hover .icon-play {
	fill: #ba9653;
	transition: all 0.25s ease-out;
}
.smw-map iframe,
.gmap {
	display: block;
	width: 100%;
}

.mfp-bg {
	background: #111827;
	opacity: 0.6;
}
.mfp-container {
	padding: 0 5%;
}
.mfp-inline-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-inline-holder .mfp-content {
	width: 100%;
	max-width: 900px;
}
.mfp-gallery .mfp-inline-holder .mfp-content {
	max-width: 1024px;
}
.mfp-inline-holder .mfp-content img {
	display: block;
	margin: 0 auto;
}
.mfp-close-btn-in .mfp-close {
	color: #ffffff;
	background-color: #124582;
	opacity: 1;
}
.mfp-close-btn-in .mfp-close:hover {
	background-color: #a46f43;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	width: 44px;
	text-align: center;
	padding: 0;
	transform: none;
	background: transparent;
}
.mfp-close-btn-in .mfp-close:active {
	top: 0;
}
.mfp-close-btn-in .mfp-image-holder .mfp-close:active,
.mfp-close-btn-in .mfp-iframe-holder .mfp-close:active {
	top: -40px;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: default;
}
.mfp-bottom-bar {
	margin-top: -24px;
}

.slickslider {
	display: none;
}
.slickslider.slick-initialized {
	display: block;
}
.slick-slide {
	margin: 0 5px;
}
.slick-slide:focus {
	outline: 0 none;
}
.slickslider .slick-prev,
.slickslider .slick-next {
	width: 54px;
	height: 54px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	z-index: 2;
	transition: all 0.15s ease-in;

	top: auto;
	bottom: -74px;
	transform: none;
}
.smw-b .slickslider .slick-prev:hover,
.smw-b .slickslider .slick-next:hover,
.slickslider .slick-prev,
.slickslider .slick-next {	
	background-color: #ffffff;
	background-image: url('images/arrow-right-blue2x.png');
}
.smw-b .slickslider .slick-prev:hover,
.smw-b .slickslider .slick-next:hover {
	background-color: #eff6f5;
}
.smw-b .slickslider .slick-prev,
.smw-b .slickslider .slick-next,
.slickslider .slick-prev:hover,
.slickslider .slick-next:hover {
	transition-timing-function: ease-out;
	background-image: url('images/arrow-right-white2x.png');
	background-color: #124582;
	
	opacity: 1;
}
.slick-prev {
	margin-left: -64px;
	left: 50%;
}
.slickslider .slick-prev {
	transform: rotate(180deg);
}
.slick-next {
	right: 50%;
	margin-right: -64px;
}
.slickslider .slick-next {
	
}
.slick-prev:before,
.slick-next:before {
	content: '';
}
.smw-floorplan-list.slickslider .slick-list {
	padding-right: 100px;
}
.smw-floorplan-list.slickslider .slick-track {
	margin-left: 0;
	display: flex;
}
.smw-floorplan-list.slickslider .slide {
	height: inherit;
}
.smw-floorplan-list.slickslider .slick-prev,
.smw-floorplan-list.slickslider .slick-next {
	bottom: auto;
	top: -74px;
	margin: 0;
	right: auto;
	left: 100%;
}
.smw-floorplan-list.slickslider .slick-prev {
	margin-left: -233px;
}
.smw-floorplan-list.slickslider .slick-next {
	margin-left: -159px;
}

.container {
	font-size: 16px;
	min-width: 320px;
	line-height: 1.5em;
	overflow: hidden;
	letter-spacing: 0.5px;
}
.wrapper {
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	max-width: 1440px;
}
.wrapper:after {
	content: '';
	display: table;
	clear: both;
}

.smw-section {
	display: block;
	position: relative;
	padding: 30px 0;
}
.smw-link {
	display: inline-block;
}
a.smw-link:hover {
	text-decoration: none;
}
.smw-img {
	display: block;
	width: 100%;
	height: auto;
}

.smw-label,
.smw-title,
.smw-headline-seo,
.smw-banner-headline,
.smw-hero-headline,
.smw-headline {
	display: block;
	line-height: 1.2em;
}
.smw-banner-headline em,
.smw-hero-headline em,
.smw-headline em {
	display: block;
	font-family: 'Delores', serif;
	text-transform: none;
	line-height: 1.2em;
}
.smw_content_bg .smw-headline,
.smw-hero-headline {
	font-size: 2.4em;
	line-height: 1.05em;
}
.smw-hero-headline em {
	font-size: 0.8em;
}
.home .smw-hero-headline {
	font-size: 2.8em;
}
.smw-hero-headline,
.smw-banner-headline,
.smw-headline {
	text-transform: uppercase;
	letter-spacing: 0;	
	text-wrap: pretty;
}
.single-post .smw-hero-banner .smw-hero-headline {
	text-transform: none;
}
.smw-bg-blue.smw_content_alternating .smw-headline em,
.smw-banner-headline em {
	font-size: 1em;
}
.smw-banner-headline strong {
	font-size: 1.8em;
	display: block;
}
.smw-banner-headline,
.smw-headline {
	font-size: 2.2em;
}
.smw-headline {
	color: #a46f43;
	margin-bottom: 32px;
}
.smw-headline a {
	color: inherit;
}
.smw-headline em {
	font-size: 0.75em;
	color: #124582;
}
.smw-bg-blue.smw_content_alternating .smw-headline {
	font-size: 2.4em;
}
.smw-title {
	font-size: 1.6em;
}
.smw-label {
	font-size: 1.2em;
	font-family: 'Trenda Semibold';
}
.smw-headline-seo {
	margin-bottom: 8px;
}
.page-privacy-policy .smw-headline-seo,
.page-thank-you .smw-headline-seo {
	display: none;
}
.smw-headline-seo {
	font-size: 0.8em;
}

.gform_button,
.smw-btn {
	outline: 0 none;
	border: 0 none;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	background-color: #124582;
	padding: 18px 24px;
	margin-top: 32px;
	position: relative;
	overflow: hidden;
	font-family: 'Trenda Semibold';

	text-decoration: none;
	transition: background 0.25s ease;
}
.gform_button {
	line-height: 1.2em !important;
	margin-top: 16px;
}
.the-content a.smw-btn {
	color: #ffffff;
	text-decoration: none;
}
.tribe-events-content a.smw-btn {
	color: #ffffff;
}
.post-type-archive-tribe_events .tribe-events-list-event-description.description.entry-summary a:hover,
.gform_button:hover,
.the-content a.smw-btn:hover,
.smw-btn:hover {
	text-decoration: none;
	background-color: #111827;
}
.smw-btn span {
	display: inline-block;
	padding-right: 32px;
	transition: all 0.2s ease;
	position: relative;
	text-wrap: balance;
}
.smw-btn span:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0;
	width: 16px;
	height: 16px;
	background: scroll no-repeat url('images/arrow-right-white2x.png') right center transparent;
	background-size: 16px auto;	
	transition: all 0.2s ease;
}
.smw-btn:hover span:after {
	right: -3px;
}

.the-content {
	
}
.single-post .the-content .so-panel.widget.widget_cta.widget_header {
	display: none;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
	line-height: 1.25em;
	margin: 0 0 24px;
}
.the-content p + h1,
.the-content p + h2,
.the-content p + h3,
.the-content p + h4,
.the-content p + h5,
.the-content p + h6 {
	margin-top: 24px;
}
.the-content h1,
.the-content h2,
.the-content h3 {
	text-transform: uppercase;
}
.the-content h1 {
	font-size: 2.25em;
}
.the-content h2 {
	font-size: 2em;
}
.the-content h3 {
	font-size: 1.4em;
}
.the-content h4 {
	font-size: 1.333333em;
}
.the-content h5 {
	font-size: 1.222222em;
}
.the-content h6 {
	font-size: 1.111111em;
}
.the-content a {
	color: inherit;
	text-decoration: underline;
}
.the-content p, .the-content ul, .the-content ol, .the-content dl {
	margin: 24px 0 0;
}
.wp-caption-text,
.the-content p.wp-caption-text {
	font-family: 'Trenda Regular Italic';
	margin-top: 0.5em;
	font-size: 0.875em;
	line-height: 1.25em;
}
.the-content p u {
	text-decoration: underline;
}
.the-content ol {
	padding-left: 16px;
	list-style-type: decimal;
}
.the-content ul {
	list-style-type: disc;
	padding-left: 24px;
}
.the-content ul > li {
	position: relative;
}
.the-content li {
	margin: 8px 0;
}
.the-content dl {

}
/*the content images*/
.the-content img.alignnone {
	display: inline-block;
}
.the-content *.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignwide {
		width: 100%;
		max-width: 100%;
	}
}
.the-content *.alignfull {
	position: relative;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignfull {
		margin-top: calc(2 * 1rem);
		margin-bottom: calc(2 * 1rem);
	}
}
.the-content *.alignleft {
	/*rtl:ignore*/
	float: left;
	max-width: calc(5 * (100% / 12));
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignleft {
		max-width: calc(4 * (100% / 12));
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}
.the-content *.alignright {
	/*rtl:ignore*/
	float: right;
	max-width: calc(5 * (100% / 12));
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 0;
	/*rtl:ignore*/
	margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignright {
		max-width: calc(4 * (100% / 12));
		margin-right: 0;
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}
.the-content *.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
/*the content images*/

.smw-resizer {
	position: fixed;
	z-index: 99;
	top: 40%;
	right: 0;
	text-align: center;
	padding: 16px 10px;
	background-color: #124582;
	display: none;
}
.smw-resizer-label {
	display: block;
	margin: 0 0 2px;
	padding: 0 2px 0 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'Trenda Bold';
}
.smw-resizer-button {
	color: #ffffff;
	background-color: #111827;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50%;
	margin: 8px auto 0;
	transition: all 0.25s ease-in;
}
.smw-resizer-button:hover {
	text-decoration: none;
	background-color: #a46f43;
	transition-timing-function: ease-out;
}
.smw-resizer-button.smw-resizer-inc {

}
.smw-resizer-button.smw-resizer-dec {

}

.menu-item-holder > a {
	
}
.masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	z-index: 999;
	background-color: #ffffff;
	transition: transform 0.25s ease-in, background 0.25s ease-in;
}
.scrolling-down .masthead {
	transform: translatey(-100%);
}
.scrolling-down .masthead,
.not-top .masthead,
.nav-active .masthead {
	transition-timing-function: ease-out;
}
.smw-announcement {
	background-color: #124582;
	color: #ffffff;
	text-align: right;	
	padding: 4px 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
.smw-announcement a {
	color: inherit;
	text-decoration: none;
}
.smw-announcement a:hover {
	text-decoration: underline;
}
.smw-announcement a:before {
	content: '|';
	display: inline-block;
	color: #ffffff;
	margin: 0 8px 0 4px;
}
.smw-announcement a.phone:before {
	content: none;
	display: none;
}
.smw-links {
	
}
.smw-links .menu-item {
	display: inline-block;
}
.smw-links .menu-item:first-child a:before {
	content: '';
}
.logo {
	z-index: 98;
	position: relative;
	display: block;
	width: 147px;
	height: auto;
	float: left;
	padding: 15px 0;
	transition: all 0.25s ease;
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}
.menu-control {
	z-index: 102;
	display: block;
	text-align: center;
	margin: 28px 0 0;
	padding: 10px 0 0;
	position: relative;
	overflow: visible;
	float: right;
	min-width: 40px;
}
.js .menu-control {
	cursor: pointer;

	transition: all .25s ease;
}
.menu-label {
	display: block;
	font-size: 0.75em;
	line-height: 1em;
	text-transform: uppercase;
	color: #124582;
	margin-top: 18px;
	transition: all 0.25s ease;
}
.menu-label:before {
	content: 'Menu';
}
.nav-active .menu-label:before {
	content: 'Close';
}
.menu-icon:before, .menu-icon:after,
.menu-icon {
	background-color:#124582;
	border-radius: 3px;
	color: #124582;
	display: block;
	height: 4px;
}
.menu-icon:before, .menu-icon:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
}
.menu-icon:before {
	top: -10px;
}
.menu-icon:after {
	bottom: -10px;
}
.menu-icon {
	position: relative;
}
.menu-icon:before {
	transition: top 0.25s 0.25s ease;
}
.menu-icon:after {
	transition: bottom .25s .25s ease, transform .25s ease;
}
.nav-active .menu-icon {
	transform: rotate(-45deg);
	background-color: transparent;

	transition: all .25s .25s ease;
}
.nav-active .menu-icon:before {
	top: 0;
	transition: top 0.25s ease;
}
.nav-active .menu-icon:after {
	bottom: 0;
	transform: rotate(90deg);

	transition: bottom 0.25s ease, transform .25s .25s ease;
}
.main-navigation {
	z-index: 100;
	position: fixed;
	padding-top: 100px;
	padding-bottom: 80px;
	height: 100%;
	width: 100%;
	min-width: 320px;
	top: 0;
	left: 0;
	overflow: auto;
	text-align: center;
	background-color: #ffffff;
	transform: translatey(-100%);
	transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
}
.nav-active .main-navigation {
	transform: translatey(0);
}
.main-navigation > .menu {
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #124582;
}
.main-navigation .menu-item {
	border-top: 1px solid #124582;
}
.main-navigation .menu-item-has-children {
	position: relative;
}
.main-navigation .sub-active.menu-item {
	background-color: #124582;
}
.main-navigation .menu-item a {
	display: block;
	padding: 24px 0;
	text-decoration: none;
	color: #111827;

	transition: all 0.25s ease;
}
.main-navigation .sub-active a {
	color: #ffffff;
}
.main-navigation .menu-item a:hover {
	color: #124582;
	transition-timing-function: ease-out;
}
.main-navigation .menu-item-has-children > a {
	margin-left: 22px;
}
.main-navigation > .menu > .menu-item > a {
	display: inline-block;
	vertical-align: middle;
}
.sub-control {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 1.5em;
	padding: 24px 0;
	cursor: pointer;
	position: relative;
	transition: all 0.25s ease-in;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sub-active .sub-control {
	transform: rotatex(180deg);
	transition-timing-function: ease-out;
}
.sub-control:before,
.sub-control:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-radius: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
}
.sub-control:before {
	margin-top: -5px;
	border-top: 6px solid #ffffff;
	z-index: 2;
}
.sub-active .sub-control:before {
	border-top: 6px solid #124582;
}
.sub-control:after {
	margin-top: -3px;
	border-top: 6px solid #124582;
	z-index: 1;
}
.sub-active .sub-control:after {
	border-top: 6px solid #ffffff;
}
.sub-active .sub-control:after {

}
.main-navigation .sub-menu {
	padding: 0 24px;

	display: none;
}
.main-navigation .sub-menu .menu-item {
	border-top: 0 none;
}
.main-navigation .menu > .menu-item.sub-active > a,
.main-navigation .sub-menu .menu-item a {
	color: #ffffff;
}
/*.main-navigation .menu > .menu-item.current-menu-parent.sub-active > a,
.main-navigation .sub-active > a:hover,*/
.main-navigation .sub-menu .menu-item a:hover,
.main-navigation .sub-menu .current-menu-item a {
	color: #ba9653;
}


.home .logo .logo-img-white {
	display: none;
}

.main {
	
}

.smw-hero {
	
}
.privacy-policy .smw-hero {
	display: none;
}
.tribe-common div.smw-hero-banner,
.smw-hero-banner {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #111827;
	background-size: cover;
	color: #ffffff;
	padding: 80px 0;
	position: relative;
	
	min-height: 300px;
	display: flex;
	align-items: center;
}
.home .smw-hero-banner {
	background-attachment: fixed;
}
.smw-hero-banner > .wrapper {
	width: 100%;
}
.smw-hero-banner .smw-hero-headline {
	color: #ffffff;
	text-wrap: balance;
}
.smw_content_bg-wrap:before,
.smw_content_bg-wrap:after,
.tribe-common div.smw-hero-banner:before,
.smw-hero-banner:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.smw_content_bg-wrap:before,
.tribe-common div.smw-hero-banner:before,
.smw-hero-banner:before {
	opacity: 0.25;
	background-color: #000000;
}
.home .smw-hero-banner:before {
	/*opacity: 0.05;*/
}
.smw_content_bg-wrap:after {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%)
}
.smw_content_bg-wrap > .wrapper,
.smw-hero-banner > .wrapper {
	position: relative;
	z-index: 5;
}
.smw-hero-side {
	
}
.smw-hero-img-wrap {
	aspect-ratio: 1.777777;
}
.smw-hero-img-wrap picture.smw-img img,
.smw-hero-img-wrap .smw-img {
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
}
.smw-hero-content {
	
}
.smw-hero-content .smw-hero-headline {
	color: #a46f43;
}
.smw-hero-content .smw-hero-headline em {
	color: #124582;
}

.smw-billboard {
	text-align: center;
	font-size: 1.125em;
}
.smw-billboard-wrap {
	background-color: #124582;
	padding: 20px;
}
.smw-billboard .smw-headline {
	margin: 0;
}
.smw-billboard .smw-headline,
.smw-billboard .smw-headline em {
	color: #ffffff;
}
.smw-billboard .smw-headline em {
	margin-bottom: 12px;
	font-size: 0.555em;
}
@media screen and (max-width: 47.9375em) {
	.smw-billboard > .wrapper {
		padding: 0;
	}
}

.smw-icon-items {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.smw-icon-item {
	margin-top: 60px;
}
.smw-icon-item .smw-icon {
	width: 88px;
	height: auto;
	margin: 0 0 24px 0;
}
.smw-icon-item .smw-label {
	
}
.smw-icon-item .smw-title {
	color: #a46f43;
	text-transform: uppercase;
}

/*pagebuilder*/
.smw_content_plus.smw-section:before,
.smw_content_plus.smw-section:after,
.smw-content-icons.smw-section:before,
.smw-callout.smw-section:before,
.smw-callout.smw-section:after,
.smw_content_bg.smw-section:before,
.smw-bg-alt .smw-contimgalt.smw-even:before,
.smw-bg-alt .smw-contimgalt.smw-odd:before,
.smw-bg-alt .smw-contimgalt.smw-odd:after,
.smw-bg-blue .smw-contimgalt:after,
.smw-bg-white .smw-contimgalt:before,
.smw-bg-blue .smw-contimgalt:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
}
.smw_content_plus.smw-section:before,
.smw_content_plus.smw-section:after,
.smw-callout.smw-section:before,
.smw-callout.smw-section:after,
.smw_content_bg.smw-section:before,
.smw-bg-alt .smw-contimgalt.smw-odd:before,
.smw-bg-blue .smw-contimgalt:before,
.smw-bg-alt .smw-contimgalt.smw-odd:after,
.smw-bg-blue .smw-contimgalt:after {
	height: 2px;
	background: #a46f43;
}
.smw_content_plus.smw-section:before,
.smw-callout.smw-section:before,
.smw_content_bg.smw-section:before,
.smw-bg-alt .smw-contimgalt.smw-odd:before,
.smw-bg-blue .smw-contimgalt:before {
	top: 20px;	
}
.home .smw_content_bg.smw-section:before {
	content: none;
	display: none;
}
.smw_content_plus.smw-section:after,
.smw-callout.smw-section:after,
.smw-bg-alt .smw-contimgalt.smw-odd:after,
.smw-bg-blue .smw-contimgalt:after {
	bottom: 20px;
}
.smw-bg-blue .smw-contimgalt:after {
	display: none;
}
.smw-content-icons.smw-section:before,
.smw-bg-alt .smw-contimgalt.smw-even:before,
.smw-bg-white .smw-contimgalt:before {
	height: 34px;
	background: #eff6f5;
	top: 50px;
	margin-top: -10px;
}

.smw-intro.smw-section {
	border-top: 34px solid #eff6f5;
}
.smw_content_default.smw-section {
	border-top: 2px solid #a46f43;
}
.smw-intro > .wrapper,
.smw-callout > .wrapper,
.smw-content-icons > .wrapper,
.smw_content_plus > .wrapper,
.smw_content_default > .wrapper {
	max-width: 1040px;
}
.smw-intro .the-content p:first-child {
	margin-top: 0;
}

.smw-callout.smw-section,
.smw_content_plus.smw-section {
	background-color: #111827;
	color: #ffffff;
}

.smw_content_columns.smw-section {
	
}
.smw_content_columns .smw-cols .smw-2 {
	margin-top: 40px;
}

.smw_content_alternating {
	
}
.smw-contimgalt.smw-section {
	
}
.smw-bg-alt .smw-contimgalt.smw-odd,
.smw-bg-blue .smw-contimgalt {
	background-color: #111827;
	color: #ffffff;
}
.smw-contimgalt .wrapper {
	position: relative;
	z-index: 5;
}
.smw-contimgalt-img-wrap {
	position: relative;
	margin-top: 24px;
}
picture .smw-contimgalt-img img,
.smw-contimgalt-img {
	display: block;
	width: 100%;
}
.smw-contimgalt-img {
	border: 2px solid #ffffff;
}
.smw-contimgalt-content {
	
}
.smw-contimgalt .smw-headline {
	
}
.smw-contimgalt .the-content {
	
}
.smw-contimgalt .smw-btn {
	margin-top: 32px;
}
.smw-bg-alt .smw-contimgalt.smw-odd .smw-headline,
.smw-bg-alt .smw-contimgalt.smw-odd .smw-headline em,
.smw-bg-blue .smw-contimgalt .smw-headline em,
.smw-bg-blue .smw-contimgalt .smw-headline {
	color: #ffffff;
}

.smw_icon_columns.smw-section {
	background-color: #eff6f5;
}
.smw_icon_columns .smw-icon-items {
	
}
.smw_icon_columns .smw-icon-item {
	
}
.smw_icon_columns .smw-icon-item:first-child {
	margin-top: 0;
}

.smw_content_bg.smw-section {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #111827;
	background-size: cover;
	color: #ffffff;	
	border-bottom: 34px solid #a46f43;
}
.smw-content-bg-wrap {
	
}
.smw_content_plus .smw-headline,
.smw_content_plus .smw-headline em,
.smw_content_bg .smw-headline,
.smw_content_bg .smw-headline em {
	color: #ffffff;
}
.smw_content_plus .smw-btn:hover {
	background-color: #a46f43;
}
.smw_content_plus .smw-btn,
.smw_content_bg .smw-btn {
	margin-top: 32px;
}
@media screen and (max-width: 39.9375em) {
	.smw_content_bg.smw-section {
		background-image: none !important;
	}
	.smw_content_bg.smw-section:before {
		content: none;
		display: none;
	}
}
/*pagebuilder*/

.smw-content-icons.smw-section {
	text-align: center;
}
.smw-content-icons .wrapper {
	position: relative;
	z-index: 5;
}
.smw-content-icons .smw-icon-items {
	margin-top: 60px;
}
.smw-content-icons .smw-icon-item {
	
}

.smw-callout.smw-section {
	text-align: center;
}

.smw-faq.smw-section {
	
}
.smw-faq-wrap {
	max-width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.smw-faq-qa {
	border: 1px solid #e7e8e9;
	padding: 20px;
	margin: 0 0 24px;
	line-height: 1.5em;
	background-color: #e7e8e9;
	border-radius: 5px;
}
.smw-faq-question {
	position: relative;
	padding: 0 24px 0 0;
	font-size: 1.125em;
	color: #124582;
	font-family: 'Trenda Semibold';
}
.js .smw-faq-question {
	cursor: pointer;
}
.smw-faq-question:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 7px;
	height: 0;
	border-top: 5px solid #124582;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	transition: all 0.25s ease-in;
}
.smw-faq-question.smw-faq-active:after {
	transform: rotate(180deg);
	transition-timing-function: ease-out;
}
.smw-faq-answer {
	margin: 32px 0 0;
}
.js .smw-faq-answer {
	display: none;
}
.smw-faq-answer a {
	color: #111827;
	text-decoration: underline;
}
.smw-faq-answer a.phone {
	text-decoration: none;
}
.smw-faq-answer p,
.smw-faq-answer ul {
	margin: 0 0 16px;
}
.smw-faq-answer ul {
	padding-left: 24px;
	list-style-type: disc;
}

.smw-section.smw-photos {
	background-color: #111827;
	color: #ffffff;
}
.smw-photos .smw-headline em,
.smw-photos .smw-headline {
	color: #ffffff;
}
.smw-gallery-list {
	padding-top: 0;
}
.smw-video-item,
.smw-gallery-item {
	margin: 40px 0 0;
}
.smw-gallery-btn {
	color: inherit;
	text-decoration: none;
}
.smw-gallery-btn:hover {
	text-decoration: none;
}
.smw-gallery-item .smw-image-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.smw-gallery-item .smw-image-wrap picture.smw-img img,
.smw-gallery-item .smw-image-wrap .smw-img {
	position: absolute;
	max-width: none;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.smw-gallery-btn .smw-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0;
	opacity: 0;
	transition: opacity .4s ease, background .2s ease, color .1s ease;
}
.smw-photos .smw-gallery-btn .smw-btn:hover {
	background-color: #a46f43;
}
.smw-gallery-btn:hover .smw-btn {
	opacity: 1;
}
.smw-video-title,
.smw-gallery-btn .smw-label {
	margin-top: 24px;
	color: #124582;
}
.smw-photos 
.smw-gallery-btn .smw-label {
	color: #ffffff;
}
.smw-gallery-content {
}
.smw-gallery-content picture.smw-img img,
.smw-gallery-content .smw-img {
	height: 80vh;	
	object-fit: contain;
}

.smw-section.smw-videos {
	border-top: 2px solid #a46f43;
}
.smw-video-list {
	padding-top: 10px;
}

.smw-section.smw-leadership {
	background-color: #111827;
	color: #ffffff;
}
.smw-leadership-list {
	padding: 20px 0 40px;
}
.smw-leader {
	margin: 30px 0 0;
}
.smw-leader-link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.25s ease;
}
.smw-leader-link:hover {
	color: #ba9653;
	text-decoration: none;
}
.smw-leader .smw-image-wrap {
	border: 2px solid #ffffff;
}
.page-meet-the-team .mfp-inline-holder {
	padding: 0;
	text-align: right;
}
.page-meet-the-team .mfp-gallery .mfp-inline-holder .mfp-content {
	min-width: 320px;
	max-width: 880px;
}
.smw-popup-leader {
	background-color: #ffffff;
	color: #111827;
	font-size: 18px;
	line-height: 1.6em;
	padding-bottom: 100px;
}
.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow:before,
.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow:after {
	content: none;
	display: none;
}
.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-left,
.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-right {
	top: auto;
	margin: 0;
	bottom: 10px;
	width: 54px;
	height: 54px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #124582;
	background-size: 25px auto;
	border-radius: 4px;
	opacity: 1;
	transition: all 0.15s ease-in;
	
	background-image: url('images/arrow-right-white2x.png');
}
.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-left {
	transform: rotate(180deg);
	left: 20px;
}
.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-right {
	right: 20px;
}
.smw-popup-leader .mfp-close:active,
.smw-popup-leader .mfp-close {
	right: 20px;
	top: 20px;
}
.smw-popup-leader .mfp-close {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.smw-popup-header {
	padding: 20px;
	border-bottom: 2px solid #111827;
}
.smw-popup-header .smw-headline {
	text-align: left;
	padding-right: 80px;
}
.smw-popup-header .smw-headline em {
	display: inline-block;
}
.smw-popup-content {
	padding: 40px 20px;
}
.smw-leader-content {
	
}
.smw-popup-leader .smw-img {
	
}
.smw-leader-name {
	margin: 20px 0 0;
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'CeraCY-Bold';
}
.smw-leader-title {
	line-height: 1em;
	margin: 10px 0 0;
	display: block;
}
.smw-popup-leader .smw-leader-name {
	margin-bottom: 10px;
}
.smw-popup-leader .smw-leader-title {
	color: #111827;
	margin: 10px 0 24px;
}
.smw-popup-leader .the-content {
	
}

.smw-floorplans.smw-section {
	
}
.smw-floorplans:before {
	content: '';
	display: block;
	height: 1px;
	background: #a46f43;
	position: absolute;
	z-index: 1;
	top: 67px;
	left: 0;
	right: 0;
}
.smw-floorplans.smw-a,
.smw-floorplans.smw-c {
	color: #ffffff;
	background-color: #111827;
}
.smw-floorplans.smw-a .smw-btn:hover {
	background-color: #a46f43;
}
.smw-floorplans.smw-b .smw-btn:hover {
	background-color: #6d9c9e;
}
.smw-floorplans.smw-c .smw-btn:hover {
	background-color: #ba9653;
}
.smw-floorplans .smw-label {
	margin-bottom: 24px;
}
.smw-floorplans .floorplan-wrapper {
	padding-right: 0;
}
.smw-floorplans .smw-headline {
	margin-bottom: 40px;
	padding: 0 10px;
	margin-left: -10px;
	background-color: #ffffff;
	color: #111827;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.smw-floorplans .smw-headline em {
	color: #111827;
}
.smw-floorplans.smw-a .smw-headline,
.smw-floorplans.smw-a .smw-headline em,
.smw-floorplans.smw-c .smw-headline,
.smw-floorplans.smw-c .smw-headline em {
	background-color: #111827;
	color: #ffffff;
}
.smw-floorplans .the-content {
	max-width: 848px;
	padding-bottom: 80px;
}
.smw-floorplan-list {
	margin-top: 24px;
	margin-bottom: 24px;
}
.smw-floorplan-item {

}
.smw-floorplan-wrap {
	background-color: #292f3d;
	color: #ffffff;
	display: block;
	outline: 0 none;
	height: 100%;

	text-decoration: none;
	transition: all 0.25s ease-in;
}
.smw-floorplan-wrap:focus,
.smw-floorplan-wrap:active {
	outline: 0 none;
}
a.smw-floorplan-wrap:hover {
	color: #124582;
	text-decoration: none;
	transition-timing-function: ease-out;
}
.smw-floorplan-link:hover,
.smw-floorplan-link {
	text-decoration: none;
	color: inherit;
}
.smw-floorplan-link {
	display: block;
}
.smw-floorplan-wrap .smw-image-wrap {
	background-color: #ffffff;
}
.smw-floorplan-img {
	display: block;
	width: 100%;
	height: auto;
}
.smw-floorplan-info {
	padding: 30px 20px;
}
.smw-floorplan-name {
	display: block;
	line-height: 1em;
	font-family: 'Trenda Semibold';
}
.smw-floorplan-details {
	line-height: 1.5em;
	display: block;
}
.smw-floorplan-details .smw-detail {
	font-size: 0.9em;
	line-height: 1em;
	display: block;
	margin: 12px 0 16px;
	opacity: 0.8;
}
.smw-floorplan-details .smw-btn {
	padding: 18px 24px;
	margin: 20px 12px 0 0;
}
.smw-floorplan-type {
	display: block;
	text-align: center;
	padding: 4px 10px;
	background-color: #a46f43;
	color: #ffffff;
}
.smw-b .smw-floorplan-type {
	background-color: #6d9c9e;
}
.smw-c .smw-floorplan-type {
	background-color: #ba9653;
}
/*.smw-floorplan-link:hover .smw-floorplan-type,
.smw-b .smw-floorplan-link:hover .smw-floorplan-type,
.smw-c .smw-floorplan-link:hover .smw-floorplan-type {
	background-color: #124582;
}*/
.smw-floorplan-type em {
	display: none;
}
.smw-floorplan-vt {
	width: 100%;
	height: 0;
	padding: 0 0 75%;
	position: relative;
	background: scroll no-repeat url('images/logo-smw.png') center center #eff6f5;
}
.smw-floorplan-vt iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.smw-signup.smw-section {
	
}
.smw-signup .smw-headline,
.smw-signup .the-content {
	text-align: center;
}
.smw-signup .smw-headline {
	position: relative;
	margin-bottom: 24px;
}
.smw-signup .smw-headline:before {
	content: '';
	display: block;
	height: 2px;
	background: #a46f43;
	position: absolute;
	z-index: 1;
	top: 0.5em;
	left: -200%;
	right: -200%;
}
.smw-signup .smw-headline span {
	display: inline-block;
	padding: 0 30px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}
.smw-signup .the-content {
	padding-bottom: 40px;
}

.smw-section.smw-blog-content {
	border-top: 2px solid #a46f43;
}
.smw-blog-post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #111827;
}
.smw-post-headline {
	margin-top: 10px;
	text-align: left;
	text-wrap: pretty;
}
.smw-blog-post .smw-btn {
	margin-top: 30px;
}
.smw-pagination .page-numbers,
.smw-post-headline a {
	color: inherit;
	transition: all 0.25s ease-in;
}
.smw-pagination .page-numbers:hover,
.smw-post-headline a:hover {
	color: #124582;
	text-decoration: none;
	transition-timing-function: ease-out;
}
.smw-pagination {
	padding: 10px 0;
	font-family: 'CeraCY-Bold', sans-serif;
}
.smw-pagination .page-numbers {
	margin: 0 10px;
}
.smw-pagination .page-numbers.current {
	color: #a46f43;
}

/*begin events - 6.0+*/
.tribe-events-c-nav__list-item--prev a.tribe-events-c-nav__prev,
.tribe-events-c-nav__list-item--prev button.tribe-events-c-nav__prev,
.tribe-events-visuallyhidden {
	display: none;
}
.tribe-events-pg-template div.smw-section,
.tribe-common div.smw-section,
.single-tribe_events .container,
.tribe-events-view {
	background-color: #ffffff;
}
.tribe-events-back {
	padding-top: 70px;
}
.tribe-events-pg-template div.smw-section,
.tribe-common div.smw-section,
.tribe-events-before-html,
.tribe-events-after-html,
.tribe-common,
.tribe-events-back a,
.tribe-events-back a:visited {
	color: #111827 ;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container {
	padding: 0;
	max-width: none;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > header,
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > nav,
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > div {
	padding-left: 25px;
	padding-right: 25px;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > header {

}
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > div.tribe-events-before-html {
	max-width: none;
	padding: 0;
}

.tribe-common div.smw-section {
	padding: 50px 0;
}
.tribe-common div.wrapper,
#tribe-events-pg-template {
	padding: 0 20px;
	max-width: 1440px;
	margin: 0 auto;
}
#tribe-events-pg-template .tribe-events-single {
	max-width: 1040px;
}
#tribe-events-pg-template .tribe-events-single>.tribe_events {
	display: block
}
.tribe-common img.smw-featured-img {
	height: 100%;
	max-width: none;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
	width: 240px;
}
.tribe-events-nav-pagination {
	clear: both;
	padding-top: 40px;
}
.single-tribe_events #tribe-events-footer {
	display: none;
}
div.smw-section.smw-rsvp {
	
}
@media screen and (min-width: 40em) {
	#tribe-events-pg-template,
	.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > header,
	.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > div {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 85em) {
	#tribe-events-pg-template,
	.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > header,
	.post-type-archive-tribe_events .tribe-events .tribe-events-l-container > div {
		padding-left: 70px;
		padding-right: 70px;
	}
}
/*begin events - 6.0+*/

/*forms*/
.smw-form-wrap:after {
	content: '';
	display: table;
	clear: both;
}
.gform_required_legend {
	display: none;
}
.gform_confirmation_message {
	text-align: center;
	font-size: 1.5em;
	color: #124582;
	font-family: 'Trenda Bold';
}
#thestayton .gform_wrapper.gravity-theme .gchoice {
	margin-top: 6px;
}
#thestayton .gform_wrapper.gravity-theme .gchoice:first-child {
	margin-top: 0;
}
#thestayton .gform_wrapper.gravity-theme .gfield_checkbox label,
#thestayton .gform_wrapper.gravity-theme .gfield_radio label,
#thestayton .gform_wrapper.gravity-theme .gfield_label {
	font-size: 1em;
	line-height: 1em;
}
#thestayton .gform_wrapper.gravity-theme .gfield_label {
	color: #124582;
}
#thestayton .gform_wrapper.gravity-theme .gfield {
	margin-bottom: 10px;
}
#thestayton .gform_wrapper.gravity-theme .gfield input[type=checkbox] {
	width: 24px;
	height: 24px;
	margin-right: 10px;	
}
#thestayton .gform_wrapper.gravity-theme .gfield input, 
#thestayton .gform_wrapper.gravity-theme .gfield textarea {
	
}
#thestayton .gform_wrapper.gravity-theme .gfield input, 
#thestayton .gform_wrapper.gravity-theme .gfield textarea, 
#thestayton .gform_wrapper.gravity-theme .gfield select {
	background-color: #e7e8e9;
	border: 1px solid #e7e8e9;
	color: #111827;
	font-size: 1em;
	padding: 24px;
}
#thestayton .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 1;
	min-height: 0;
}
#thestayton .gform_wrapper.gravity-theme .gfield_description {
	padding-top: 0;
}
#thestayton .gform_wrapper.gravity-theme .gform_footer, 
#thestayton .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0;
	padding: 0;
}
.smw-signup .gform_button {
	display: block;
	width: 100%;
}
/*forms*/

.orlop {
	position: relative;
	text-align: center;
	color: #124582;
	
	border-top: 2px solid #a46f43;
}
.smw-address {
	font-size: 1em;
	line-height: 1.666667em;
	text-align: center;
}
.smw-business-name {
	display: none;
}
.smw-business-logo {
	margin: 0 auto 16px;
	width: 100%;
	max-width: 270px;
	display: block;
}
.smw-tagline {
	font-family: 'Trenda Regular Italic';
	margin: 16px 0;
}
.smw-address .smw-street {
	display: block;
	margin: 16px 0 0;
}
.smw-address .address-line {
	display: block;
}
.smw-address span {

}
.smw-address .phone {
	display: inline-block;
	color: inherit;
}
.smw-sitemap,
.smw-mandatories {
	font-size: 0.875em;
	line-height: 1.5em;
}
.smw-sitemap {
	display: none;
	margin-top: 20px;
}
.smw-sitemap .menu {
	
}
.smw-sitemap .menu-item {

}
.smw-sitemap .menu > .menu-item > a {
	
}
.smw-sitemap .menu-item a {
	color: #124582;
	display: inline-block;
	margin: 0 0 12px;
	line-height: 1.25em;
	transition: all 0.25s ease-in;
	text-wrap: pretty;
}
.smw-sitemap .menu-item a:hover {
	color: #111827;
	text-decoration: none;
	transition-timing-function: ease-out;
}
.smw-sitemap .menu-item-holder > a:hover {
	cursor: default;
	color: #124582;
}
.smw-mandatories {
	padding: 20px 0 0;
	clear: both;
}
.smw-icons {

}
.smw-icon {
	height: 43px;
	width: 43px;
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}
.icon-ada {
	width: 35px;
	height: 42px;
}
.icon-pets {
	width: 50px;
	height: 47px;
}
.icon-eho {
	width: 48px;
	height: 46px;
}
svg.smw-icon {
	fill: #a0a3a9;
	transition: all 0.25s ease-in;
}
.smw-icons .social-link {
	display: inline-block;
	vertical-align: middle;
}
.smw-icons .social-link:hover svg {
	fill: #111827;
	transition-timing-function: ease-out;
}
.smw-copyright {
	margin: 40px 0 0;
	color: #a0a3a9;
}
.smw-copyright span {
	display: block;
}
.smw-copyright a {
	color: inherit;
	display: inline-block;
}

@media screen and (min-width: 22.5em) { /*360px*/
	
}

@media screen and (min-width: 25em) { /*400px*/
	.smw-links {
		display: inline-block;
	}
	.smw-links .menu-item:first-child a:before {
		content: '|';
	}

	.smw-popup-content {
		display: flex;
		align-items: flex-start;
	}
	.smw-popup-content .smw-image-wrap {
		width: 35%;
	}
	.smw-leader-content {
		width: 65%;
		padding-left: 20px;
	}
	
	.smw-address .address-line {
		display: inline-block;
	}
}

@media screen and (min-width: 30em) { /*480px*/
	.smw-announcement a:before {
		margin: 0 12px 0 8px;
	}

	.smw-leadership-list {
		padding-top: 40px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 40px;
		grid-column-gap: 30px;
	}
	.smw-leader {
		margin: 0;
	}
	
	.smw-copyright span {
		display: inline-block;
	}
	.smw-copyright span:after {
		content: '|';
		display: inline-block;
		color: #e7e8e9;
		margin: 0 0 0 6px;
	}	
}

@media screen and (min-width: 35em) { /*560px*/
	.tribe-common div.wrapper,
	#tribe-events-pg-template,
	.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (min-width: 37.5em) { /*600px*/
	.smw_content_bg .smw-headline,
	.smw-hero-headline {
		font-size: 3.2em;
	}
	.home .smw-hero-headline {
		font-size: 3.8em;
	}
	.smw-banner-headline,
	.smw-headline {
		font-size: 3em;
	}
	.smw-headline-seo {
		font-size: 1em;
	}
	.tribe-common div.smw-hero-banner,
	.smw-hero-banner {
		min-height: 350px;
	}
	
	.smw-floorplans:before {
		top: 76px;
	}
	.smw-floorplans .the-content {
		padding-bottom: 0;
		padding-right: 220px;
	}
	.smw-floorplan-wrap {
		display: flex;
	}
	.smw-floorplan-wrap .smw-image-wrap {
		width: 45%;
	}
	.smw-floorplan-wrap .smw-image-wrap,
	.smw-floorplan-link {
		display: flex;
		flex-direction: column;
	}
	.smw-floorplan-link {
		height: 100%;
	}
	.smw-floorplan-img {
		height: 100%;
		object-fit: cover;
	}
	.smw-floorplan-info {
		width: 55%;
	}

	.smw-icon-items {
		
	}
	.smw-content-icons .smw-icon-items {
		max-width: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.smw-content-icons .smw-icon-item {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.smw-gallery-list,
	.smw-video-list {
		padding-top: 40px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 50px;
		grid-column-gap: 30px;
	}
	.smw-gallery-list {
		padding-top: 0;
	}
	.smw-gallery-item,
	.smw-video-item {
		margin: 0;
	}
	.smw-video-title,
	.smw-gallery-btn .smw-label {
		/*margin-top: 30px;*/
	}
	
	.smw-popup-leader {
		padding-bottom: 120px;
	}
	.smw-popup-header {
		padding: 30px;
	}
	.smw-popup-leader .mfp-close:active,
	.smw-popup-leader .mfp-close {
		top: 30px;
		right: 30px;
	}
	.smw-popup-content {
		padding: 60px 30px;
	}
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-left,
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-right {
		bottom: 20px;
	}
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-left {
		left: 30px;
	}
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-right {
		right: 30px;
	}
	.smw-popup-content .smw-image-wrap {
		min-width: 250px;
		width: 250px;
	}
	.smw-leader-content {
		width: auto;
		padding-left: 40px;
	}
}

@media screen and (min-width: 40em) { /*640px*/
	.smw-content-bg-wrap {
		width: 80%;
	}
}

@media screen and (min-width: 48em) { /*768px*/
	.tribe-common div.smw-section,
	.smw-section {
		padding: 40px 0;
	}
	.smw-content-icons.smw-section:before,
	.smw-bg-alt .smw-contimgalt.smw-even:before,
	.smw-bg-white .smw-contimgalt:before {
		top: 80px;
	}
	.gform_button,
	.smw-btn {
		padding: 25px 38px;
	}
	#thestayton .gform_wrapper.gravity-theme .gfield input, 
	#thestayton .gform_wrapper.gravity-theme .gfield textarea {
		padding: 25px 32px 24px;
	}
	
	.smw-announcement {
		font-size: 1em;
	}
	.tribe-common div.smw-hero-banner,
	.smw-hero-banner {
		padding: 120px 0;
	}
	.smw-hero-banner .smw-headline-seo,
	.smw-hero-banner .smw-hero-headline {
		max-width: 75%;
	}
	.single-post .smw-hero-banner .smw-hero-headline {
		max-width: none;
	}
	.tribe-common div.smw-hero-banner,
	.smw-hero-banner {
		min-height: 420px;
	}
	
	.smw-hero-side {
		display: flex;
		align-items: stretch;		
	}
	.smw-hero-img-wrap,
	.smw-hero-content {
		width: 50%;
	}
	.smw-hero-img-wrap {
		aspect-ratio: auto;
		padding-left: 0;
		padding-right: 2.5%;
	}
	.smw-hero-content.smw-section {
		padding-left: 2.5%;
		padding-right: 0;
	}
	.smw-hero-content .wrapper {
		padding-left: 0;
	}
	
	.smw-billboard {
		position: absolute;
		z-index: 5;
		transform: translatey(-50%);
		width: 100%;
	}
	.smw-billboard-wrap {
		padding: 30px 20px;
	}
	.home .smw-hero .wrapper {
		padding-bottom:80px;
	}
	.home .smw-contimgalt.smw-1:before {
		display: none;
	}
	.home .smw-contimgalt.smw-1 .wrapper {
		padding-top: 80px;
	}
	
	.smw-contimgalt {
		
	}
	.smw_content_columns .smw-cols,
	.smw-contimgalt > .wrapper {
		display: flex;
		align-items: flex-start;
		align-items: flex-start;
	}
	.smw-contimgalt.smw-even > .wrapper {
		flex-direction: row-reverse;
	}
	.home .smw-contimgalt.smw-2 > .wrapper {
		align-items: stretch;
	}
	.home .smw-contimgalt.smw-2 .smw-contimgalt-img-wrap {
		margin: -120px 0;
		aspect-ratio: auto;
	}
	.smw_content_columns .smw-cols .the-content,
	.smw-contimgalt-img-wrap,
	.smw-contimgalt-content {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.smw-contimgalt-img-wrap {
		height: auto;
		overflow: visible;
		margin: 0;
		aspect-ratio: 1;
	}
	.smw_content_columns .smw-cols .smw-1,
	.smw-even .smw-contimgalt-img-wrap,
	.smw-contimgalt-content {
		padding-left: 0;
		padding-right: 2.5%;
	}
	.smw_content_columns .smw-cols .smw-2,
	.smw-even .smw-contimgalt-content,
	.smw-contimgalt-img-wrap {
		padding-left: 2.5%;
		padding-right: 0%;
	}
	.smw_content_columns .smw-cols .smw-2 {
		margin: 0;
	}
	picture.smw-contimgalt-img img,
	.smw-contimgalt-img {
		height: 100%;
		width: 100%;
		max-width: none;
		object-fit: cover;
	}

	.smw_icon_columns .smw-icon-items {
		max-width: none;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 60px;
	}
	.smw_icon_columns .smw-icon-item {
		margin-top: 0;
	}
	
	.smw-content-icons .smw-icon-item {
		width: 33.333333%;
	}
	
	.smw-content-bg-wrap {
		width: 62.5%;
	}
	
	.smw-leadership-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.page-meet-the-team .mfp-gallery .mfp-inline-holder .mfp-content {
		width: 80%;
	}
	
	.smw-floorplans:before {
		top: 105px;
	}
	.smw-floorplan-info {
		padding: 60px 30px;
	}
}

@media screen and (min-width: 55em) { /*880px*/	
	/*nav change*/
	.home .main {
		padding-top: 0 !important;
	}
	.home .masthead {
		background-color: transparent;
	}
	.home .not-top .masthead {
		background-color: #111827;
		background-color: rgba(17, 24, 39, 0.85);
	}
	.home .logo .logo-img {
		display: none;
	}
	.home .logo .logo-img-white {
		display: block;
	}
	.home .smw-hero .wrapper {
		padding-top: 150px;
	}

	.smw-announcement {
		padding: 10px 0;
	}
	.logo {
		padding: 20px 0;
	}
	.main-navigation .menu > .menu-item.menu-item-mobile,
	.menu-item-mobile,
	.menu-control,
	.sub-control {
		display: none;
	}
	.nav-active .main-navigation,
	.main-navigation {
		transform: translatey(0);
	}
	.main-navigation {
		font-size: 0.9em;
		float: right;
		padding: 0;
		width: auto;
		height: auto;
		position: static;
		background: transparent;
		overflow: visible;
	}
	.main-navigation > .menu {
		background: transparent;
		border: 0 none;
	}
	.main-navigation .menu > .menu-item {
		margin: 0 0 0 14px;
		border: 0 none;
		display: inline-block;
	}
	.main-navigation .sub-active.menu-item {
		background: transparent;
	}
	.main-navigation .menu-item a {
		color: #124582;
	}
	.main-navigation .menu-item a:hover {
		color: #111827;
	}
	.home .main-navigation .menu-item a {
		color: #ffffff;
	}
	.home .main-navigation .menu-item a:hover {
		color: #e7e8e9;
	}
	.main-navigation > .menu > .menu-item > a {
		padding-top: 46px;
		padding-bottom: 46px;
		line-height: 1em;
		font-family: 'Trenda Semibold';
	}
	.main-navigation > .menu .current-menu-item a {
		
	}
	.main-navigation .menu-item-has-children > a {
		margin-left: 0;
		position: relative;
		padding-right: 14px;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		border-top: 5px solid #a0a3a9;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		margin-top: -2px;
	}
	.home .main-navigation .menu-item-has-children > a:after {
		border-top: 5px solid #ffffff;
		opacity: 0.5;
	}
	.main-navigation .sub-menu {
		display: block;
		margin: 0;
		position: absolute;
		left: 50%;
		background-color: #1c4da1;
		border-radius: 5px;
		transform: scaley(0) translatex(-50%);
		transform-origin: center top;
		transition: transform 0.25s ease-in;
		text-align: center;
		padding: 4px 0;
	}
	.main-navigation .sub-menu:before {
		content: '';
		display: block;
		height: 0;
		width: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #1c4da1;
		position: absolute;
		top: -8px;
		left: 50%;
		margin-left: -8px;
	}
	.main-navigation .menu-item-has-children.sub-active .sub-menu,
	.main-navigation .menu-item-has-children:hover .sub-menu {
		transform: scaley(1) translatex(-50%);
		transition-timing-function: ease-out;
	}
	.main-navigation .sub-menu .menu-item {
		border: 0 none;
	}
	.main-navigation .sub-menu .menu-item a {
		color: #ffffff;
		padding: 12px 20px;
		white-space: nowrap;
	}
	
	.main-navigation .sub-active a {
		color: #1c4da1;
	}
	.main-navigation .menu > .menu-item.sub-active > a,
	.main-navigation .menu > .menu-item.current-menu-parent.sub-active > a,
	.main-navigation .menu-item a:hover,
	.main-navigation .menu > .menu-item.current-menu-item > a,
	.main-navigation .menu > .menu-item.current-menu-parent > a,
	.main-navigation .sub-active > a:hover {
		color: #111827;
	}
	.main-navigation .menu > .menu-item.sub-active > a,
	.main-navigation .menu > .menu-item.current-menu-parent.sub-active > a,
	.main-navigation .menu > .menu-item.current-menu-item > a,
	.main-navigation .menu > .menu-item.current-menu-parent > a {
		font-family: 'Trenda Bold';
	}
	.main-navigation .sub-menu .menu-item a:hover,
	.main-navigation .sub-menu .current-menu-item a {
		color: #e7e8e9;
	}
	/*nav change*/
	
	.smw-content-bg-wrap {
		width: 50%;
	}
	
	.smw-popup-leader {
		padding-bottom: 160px;
	}
	.smw-popup-header {
		padding: 40px 60px;
	}
	.smw-popup-leader .mfp-close:active,
	.smw-popup-leader .mfp-close {
		top: 40px;
		right: 60px;
	}
	.smw-popup-content {
		padding: 80px 60px;
	}
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-left,
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-right {
		bottom: 50px;
	}
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-left {
		left: 60px;
	}
	.page-meet-the-team .mfp-inline-holder .mfp-content .mfp-arrow-right {
		right: 60px;
	}
	
	.orlop {
		text-align: left;
	}
	.smw-footer-wrap {
		display: flex;
	}
	.smw-address {
		margin: 0;
		width: 40%;
		padding-right: 40px;
		text-align: left;
	}
	.smw-business-logo {
		width: 95%;
		margin: 0 0 16px;
	}
	.smw-sitemap {
		display: block;
		width: 60%;
	}
	.smw-sitemap .menu > .menu-item {
		display: inline-block;
		vertical-align: top;
		width: 33.333333%;
		padding-right: 20px;
	}
	.smw-sitemap .menu > .menu-item > a {
		
	}
	.smw-mandatories {
		padding-top: 80px;
	}
	.smw-mandatories:after {
		content: '';
		display: table;
		clear: both;
	}
	.smw-icons {
		float: left;
	}
	.smw-icon {
		margin: 0 20px 0 0;
	}
	.smw-copyright {
		float: right;
		text-align: right;
		margin-top: 6px;
	}
	.smw-copyright span {
		display: inline-block;
	}
	
	/*animations*/
	.smw-callout.smw-section:before,
	.smw-callout.smw-section:after,
	.smw_content_plus.smw-section:before,
	.smw_content_plus.smw-section:after,
	.smw_content_bg.smw-section:before,
	.smw-bg-blue .smw-contimgalt:before,
	.smw-bg-blue .smw-contimgalt:after,
	.smw-bg-alt .smw-contimgalt.smw-odd:before,
	.smw-bg-alt .smw-contimgalt.smw-odd:after,
	.smw-bg-alt .smw-contimgalt.smw-even:before {
		width: 0;
		transition: width 1.2s linear;
	}
	.smw-callout.smw-section:before,
	.smw-bg-blue .smw-contimgalt:before,
	.smw_content_plus.smw-section:before,
	.smw_content_bg.smw-section:before,
	.smw-bg-alt .smw-contimgalt.smw-even:before {
		right: auto;
	}
	.smw-callout.smw-section:after,
	.smw-bg-blue .smw-contimgalt:after,
	.smw_content_plus.smw-section:after,
	.smw-bg-alt .smw-contimgalt.smw-odd:after,
	.smw-bg-alt .smw-contimgalt.smw-odd:before {
		left: auto;
	}
	.smw-go.smw-callout.smw-section:before,
	.smw-go.smw-callout.smw-section:after,
	.smw-bg-blue .smw-go.smw-contimgalt:before,
	.smw-bg-blue .smw-go.smw-contimgalt:after,
	.smw-go.smw_content_plus.smw-section:before,
	.smw-go.smw_content_plus.smw-section:after,
	.smw-go.smw_content_bg.smw-section:before,
	.smw-bg-alt .smw-go.smw-contimgalt.smw-odd:before,
	.smw-bg-alt .smw-go.smw-contimgalt.smw-odd:after,
	.smw-bg-alt .smw-go.smw-contimgalt.smw-even:before {
		width: 100%;
	}
	.smw-contimgalt .smw-btn,
	.smw-contimgalt .the-content,
	.smw-contimgalt .smw-headline,
	.smw_content_bg .smw-btn,
	.smw_content_bg .the-content,
	.smw_content_bg .smw-headline {
		transition: all 1s cubic-bezier(.25,.1,.25,1) 0.15s;
		opacity: 0;
		transform: translatey(30px);
	}
	.smw-contimgalt .smw-go.smw-btn,
	.smw-contimgalt .smw-go.the-content,
	.smw-contimgalt .smw-go.smw-headline,
	.smw_content_bg .smw-go.smw-btn,
	.smw_content_bg .smw-go.the-content,
	.smw_content_bg .smw-go.smw-headline {
		opacity: 1;
		transform: translate(0, 0);
	}
	
	.home .smw-contimgalt .smw-contimgalt-img-wrap {
		transform: translateY(10%);
		opacity: 0;
		
		transition: all 0.5s cubic-bezier(.25,.1,.25,1);
		transition-delay: 250ms;
	}
	.home .smw-go.smw-contimgalt .smw-contimgalt-img-wrap {
		transform: translateY(0);
		opacity: 1;
	}
	.home .smw-contimgalt .smw-contimgalt-img-wrap .smw-contimgalt-img {
		transition: all 1s cubic-bezier(.25,.1,.25,1);
		transition-delay: 400ms;
		transform: scale(1.025) translate(0);
	}
	.home .smw-go.smw-contimgalt .smw-contimgalt-img-wrap .smw-contimgalt-img {
		transform: scale(1) translate(0);
	}
	/*animations*/
}

@media screen and (min-width: 60em) { /*960px*/	
	.smw-resizer {
		display: block;
	}
	.main-navigation {
		font-size: 0.95em;
	}
	.main-navigation .menu > .menu-item {
		margin: 0 0 0 16px;
	}
	.main-navigation .menu-item-has-children > a {
		padding-right: 16px;
	}
	
	.smw_icon_columns .smw-icon-items {
		grid-column-gap: 60px;
	}
	
	.smw-content-icons .smw-icon-items {
		margin-left: -30px;
		margin-right: -30px;
	}
	.smw-content-icons .smw-icon-item {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.smw-gallery-list,
	.smw-video-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 65em) { /*1040px*/
	.smw_content_bg .smw-headline,
	.smw-hero-headline {
		font-size: 4em;
	}
	.home .smw-hero-headline {
		font-size: 4.8em;
	}
	.smw-banner-headline,
	.smw-headline {
		font-size: 3.2em;
	}
	.tribe-common div.smw-hero-banner,
	.smw-hero-banner {
		min-height: 460px;
	}
	
	.main-navigation .menu > .menu-item {
		margin: 0 0 0 24px;
	}
	
	.smw-leadership-list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 70em) { /*1120px*/
	.tribe-common div.wrapper,
	#tribe-events-pg-template,
	.wrapper {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media screen and (min-width: 75em) { /*1200px*/
	.slickslider .slick-prev,
	.slickslider .slick-next {
		bottom: -100px;
	}
	.slick-prev {
		margin-left: -70px;
	}
	.slick-next {
		margin-right: -70px;
	}
	
	.smw-signup.smw-section,
	.smw-section {
		padding: 50px 0;
	}
	.smw-content-icons.smw-section:before,
	.smw-bg-alt .smw-contimgalt.smw-even:before,
	.smw-bg-white .smw-contimgalt:before {
		top: 120px;
		margin-top: 24px;
	}
	
	.tribe-common div.smw-hero-banner,
	.smw-hero-banner {
		padding: 160px 0;
	}
	.tribe-common div.smw-hero-banner,
	.smw-hero-banner {
		min-height: 550px;
	}
	
	.smw-billboard-wrap {
		padding: 40px 20px;
	}

	.home .smw-contimgalt.smw-2 .smw-contimgalt-img-wrap {
		margin: -175px 0;
	}
	.smw-hero-img-wrap,
	.smw-even .smw-contimgalt-img-wrap {
		padding-right: 50px;
	}
	.smw_content_columns .smw-cols .smw-1,
	.smw-hero-content.smw-section,
	.smw-even .smw-contimgalt-content {
		padding-left: 50px;
	}
	.smw_content_columns .smw-cols .smw-2,
	.smw-contimgalt-content {
		padding-right: 10px;
	}
	.smw-contimgalt-img-wrap {
		padding-left: 10px;
	}
	
	.smw-leadership-list,
	.smw-video-list {
		padding-top: 60px;
	}
	.smw-leadership-list {
		grid-row-gap: 50px;
		grid-column-gap: 40px;
	}
	
	.smw-floorplans .smw-headline {
		
	}
	
	.smw-floorplan-list.slickslider .slide {
		margin: 0 20px;
	}
	.smw-floorplan-list.slickslider .slick-prev {
		margin-left: -248px;
	}
	.smw-floorplan-list.slickslider .slick-next {
		margin-left: -174px;
	}
	.smw-floorplans:before {
		top: 158px;
	}
	.smw-floorplan-info {
		padding: 120px 60px;
	}
}

@media screen and (min-width: 80em) { /*1280px*/
	
	.container {
		font-size: 18px;
	}
	.logo {
		width: 171px;
	}
	.main-navigation > .menu > .menu-item > a {
		padding-top: 49px;
		padding-bottom: 49px;
	}
	
	.tribe-common div.smw-hero-banner,
	.smw-hero-banner {
		min-height: 640px;
	}
	.smw-hero-banner .smw-headline-seo,
	.smw-hero-banner .smw-hero-headline {
		max-width: 67%;
	}
	
	.smw_content_columns .smw-cols .smw-1,
	.smw-contimgalt-content {
		padding-right: 50px;
	}
	.smw-contimgalt-img-wrap {
		padding-left: 50px;
	}
}

@media screen and (min-width: 85em) { /*1360px*/
	.container {
		font-size: 20px;
	}
	
	.orlop {
		font-size: 0.8em;
		line-height: 1.5em;
	}
}

@media screen and (min-width: 90em) { /*1440px*/
	.main-navigation .menu > .menu-item {
		margin: 0 0 0 32px;
	}
	.main-navigation .menu-item-has-children > a {
		padding-right: 20px;
	}
	
	.smw_icon_columns .smw-icon-items {
		grid-column-gap: 80px;
	}
}

@media screen and (min-width: 95em) { /*1520px*/

}

@media screen and (min-width: 100em) { /*1600px*/
	.tribe-common div.wrapper,
	#tribe-events-pg-template,
	.wrapper {
		padding-left: 120px;
		padding-right: 120px;
	}
}


/*begin flyin*/
/*
#004280 - blue
#986287 - purple
#b6b8dd - periwinkle
*/
.flyin {
	font-size: 16px;
	bottom: 50px;
	left: 0;
	width: 100%;
	min-width: 320px;
	text-transform: none;

	position: fixed;
	display: none;
	z-index: 999;
}
.flyin * {
	font-size: 1em;
	transition: none;
}
.flyin-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	color: #004280;
	background: #ffffff;
	padding: 10px 0;
}
.flyin-wrap:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	width: 28%;
	bottom: 0;
	right: 0;
	background: scroll no-repeat left center transparent;
	background-image: url('images/flyin-3-img.png');
	background-size: auto 100%;
}
a.flyin-close {
	position: absolute;
	top: -37px;
	right: 0;
	padding: 0 4px;
	font-size: 35px;
	line-height: 1em;
	font-family: sans-serif;
	text-decoration: none;
	color: #004280;
	background-color: #ffffff;
	border: 1px solid #986287;
	transition: all 0.25s ease-in;
}
.flyin-close:hover {
	text-decoration: none;
	color: #986287;
	transition-timing-function: ease-out;
}
.flyin-content,
.flyin-headline {
	padding: 10px 28% 10px 12px;
}
.flyin-content {
	position: relative;
	z-index: 1;
}
.flyin-content:after {
	content: '';
	display: table;
	clear: both;
}
.flyin-logo {
	display: block;
	width: 115px;
	height: auto;
	margin: 10px 0 0;
	position: relative;
	z-index: 2;
}
.flyin-headline {
	font-size: 1.375em;
	line-height: 1.1em;
	font-family: var(--fontcontent);
	background: #004280;
	color: #ffffff;
	margin: 0;
}
.flyin-headline span {
	display: inline-block;
	padding-bottom: 2px;
	background: scroll no-repeat url('images/flyin-2-accent.png') 0 bottom transparent;
	background-size: 100% auto;
}
.flyin-copy {
	font-size: 1em;
	line-height: 1.2em;
	margin: 2px 0;
	font-weight: 500;
}
.flyin-copy strong {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.15em;
}
.flyin-copy em {
	display: block;
	font-weight: 700;
	margin: 6px 0 8px;
}
.flyin-headline br,
.flyin-copy br {
	display: none;
}
.flyin-cta {
	font-size: 1em;
	line-height: 1.2em;
	background: #004280;
	color: #ffffff;
	border: 0 none;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	z-index: 2;
	font-weight: 700;
	margin: 0 auto;
}
.flyin-cta,
.flyin-cta a {
	color: #ffffff;
	text-decoration: none;
}
.flyin-cta a {
	white-space: nowrap;
}
.flyin-cta a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.flyin-cta em {
	font-style: italic;
	font-weight: 700;
}
@media screen and (min-width: 360px) {
		
}
@media screen and (min-width: 400px) {
	.flyin {
		font-size: 18px;
	}
}
@media screen and (min-width: 480px) {
	.flyin {
		font-size: 22px;
	}
	.flyin-content,
	.flyin-headline {
		padding-left: 20px;
	}
	.flyin-headline {
		padding-top: 16px;
		padding-bottom: 20px;
		font-size: 1.5em;
	}
}
@media screen and (min-width: 560px) {
	
}
@media screen and (min-width: 640px) {
	
}
@media screen and (min-width: 680px) {
	.flyin-wrap {
		width: 90%;
	}
}
@media screen and (min-width: 720px) {
	.flyin {
		font-size: 24px;
	}	
	.flyin-wrap {
		padding: 20px 0 24px;
	}
}

@media screen and (min-width: 768px) {
	.flyin-content,
	.flyin-headline {
		padding-left: 30px;
	}
	.flyin-headline {
		font-size: 1.625em;
	}
}
@media screen and (min-width: 800px) {
	.flyin-copy {
		margin-bottom: 20px;
	}
	.flyin-headline br,
	.flyin-copy br {
		display: block;
	}
	.flyin-cta {
		padding: 12px 30px;
	}
}
@media screen and (min-width: 840px) {
	.flyin {
		font-size: 26px;
		bottom: 0;
	}
	.flyin-headline {
		font-size: 1.825em;
	}
}
@media screen and (min-width: 912px) {
	.flyin {
		font-size: 30px;
	}		
}
@media screen and (min-width: 960px) {
	.flyin {
		font-size: 32px;
	}
	.flyin-content,
	.flyin-headline {
		padding-left: 40px;
	}
	.flyin-headline {
		font-size: 1.75em;
	}
}
@media screen and (min-width: 1024px) {
	.flyin {
		font-size: 34px;
	}
}
@media screen and (min-width: 1200px) {
	
}
/*end flyin*/

/**/
#wpadminbar {
	display: none !important;
}
html.js {
	margin: 0 !important;
}

.resources-dropdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 70px;
}
.resources-dropdown-label {
    font-size: 1.2em;
	margin-right: 20px;
}
.resources-dropdown-select {
    font-size: 1.1em;
}
.resources-dropdown-select select {
	padding: 5px;
}

/*floor plan thumbnails*/
.ts-floorplans.ts-section {
	padding-bottom: 100px;
	clear: both;
}
.ts-floorplans > .wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.ts-floorplans .ts-headline {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #393939;
	margin: 0 0 48px;
}
.ts-floorplan-filter-title {
	font-size: 18px;
	font-weight: 700;
	color: #124582;
	margin: 0;
}
.ts-floorplan-filter {
	margin: 12px 0;
}
.ts-floorplan-filter label {
	display: block;
}
.ts-floorplan-filter input[type=radio],
.ts-floorplan-filter input[type=checkbox] {
	margin-right: 8px;
}
.ts-floorplan-grid {
	display: grid;
	grid-column-gap: 40px;
	grid-row-gap: 30px;
	grid-template-columns: 1fr;
	max-width: 320px;
	margin: 0 auto;
}
.ts-floorplan-item {
	border: 1px solid #797979;
	border-radius: 8px;
	background-color: #ffffff;
	overflow: hidden;
}
.ts-floorplan-wrap {
	color: #797979;
	display: block;
	outline: 0 none;
	padding: 0px 30px 30px 30px;
	text-decoration: none;
	position: relative;
	height: calc(100% - 30px);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
a.ts-floorplan-wrap:hover {
	background-color: #f1f1f1;
	text-decoration: none;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.ts-floorplan-img {
	display: block;
	width: 100%;
	margin: 0 auto 12px;
	background-color: #ffffff;
}
.ts-floorplan-name {
	margin: 12px 0 8px;
	display: block;
	line-height: 1em;
	/*font-size: 0.9em;*/
	font-size: 1.05em;
	color: #124582;
}
.ts-floorplan-details {
	/*font-size: 0.75em;*/
	font-size: 0.9em;
	line-height: 1.1em;
	padding-right: 40px;
}
.ts-floorplan-details span {
	display: block;
	margin: 4px 0 0;
}
.ts-floorplan-button {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ffffff;
	background: #124582;
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: 20px;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
a.ts-floorplan-wrap:hover .ts-floorplan-button {
	background: #003f49;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.ts-floorplan-button:before {
	content: '+';
	line-height: 40px;
	font-size: 26px;
}
@media screen and (min-width: 37.5em) {
	.ts-floorplan-grid {
		grid-template-columns: 1fr 1fr;
		max-width: none;
		margin: 0;
	}
}
@media screen and (min-width: 64em) {
	.ts-floorplan-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.ts-floorplan-details span {
    white-space: nowrap;
}
.ts-floorplan-details span:nth-child(1), .ts-floorplan-details span:nth-child(2) {
    display: inline-block;
}
body#thestayton.page-id-6813 .smw-hero-img-wrap {
    display: none !important;
}
body#thestayton.page-id-6813 .smw-section.smw-hero-content {
	width: 80%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.ts-floorplan-filter-group select {
    width: 100%;
    color: #ffffff;
    background-color: #124582;
    padding: 25px 20px;
    font-family: 'Trenda Semibold';
	cursor: pointer;
    border-radius: 0px;
    border: none;
	background-image: url(images/arrow-down-white2x.png);
    background-repeat: no-repeat;
    appearance: none;
    background-position: 95% 50%;
    background-size: 16px auto;
	transition: background 0.25s ease;
}
.ts-floorplan-filter-group select:hover {
    background-color: #a46f43;
	background-position: 95% 56%;
}
.ts-floorplan-loc {
    text-align: center;
    color: #ffffff;
}
.ts-floorplan-loc-il {
    background-color: #111827;
}
.ts-floorplan-loc-al {
    background-color: #ba9653;
}
.ts-floorplan-loc-mc {
    background-color: #6d9c9e;
}
.ts-floorplan-filters-wrap {
    border: 1px solid #797979;
	padding: 15px 30px;
}
div#filters {
    display: flex;
}
.ts-reset-button-wrapper {
    display: flex;
    align-items: center;
}
.ts-filter-by-label {
	text-transform: uppercase;
	font-size: 18px;
	color: #124582;
}
.ts-floorplan-filter-group {
    width: 25%;
    padding-right: 15px;
}
.ts-filter-labels-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ts-reset-button-content {
	display: flex;
    align-items: center;
    text-transform: uppercase;
	font-size: 18px;
	color: #124582;
}
.material-icons {
    margin-right: 7px;
}
.ts-reset-button:hover {
    background-color: #a46f43;
	.ts-reset-button-content {
		color: #ffffff;
	}
}
@media screen and (max-width: 1035px) {
	div#filters {
		justify-content: space-between;
	}
	.ts-floorplan-filter-group {
		width: calc(50% - 5px);
		padding-right: 0px;
	}
}
@media screen and (max-width: 599px) {
	div#filters {
		flex-wrap: wrap;
	}
    .ts-floorplan-filter-group {
        width: 100%;
		margin-top: 10px;
    }
	.ts-floorplan-grid {
		max-width: 100%;
	}
}
/*floor plan thumbnails*/

/*testimonials*/
.smw-testimonials {
	background-color: #f0f6f6;
	padding: 80px 0;
	border-right: 1px solid #e0e0e0;
}
.smw-testimonials .smw-headline {
	text-align: center;
	margin-bottom: 60px;
}
.smw-testimonials .smw-headline em {
	font-size: 0.75em;
	color: #124582;
	margin-top: 8px;
	display: block;
}
.smw-testimonials-carousel {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.smw-testimonials-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.smw-testimonials-track.instant {
	transition: none;
}
.smw-testimonial-item {
	flex: 0 0 100%;
	min-width: 100%;
}
.smw-testimonial-content {
	text-align: center;
	padding: 0 40px;
}
.smw-testimonial-content h3{
	font-size:26px;
	line-height:1.5;
	margin-bottom:30px;
}
.smw-testimonial-quote {
	font-family: 'Trenda Regular', sans-serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #333333;
	margin: 0 0 40px;
	position: relative;
	font-weight: 400;
}
.smw-testimonial-quote:before {
	content: '"';
	font-family: 'Delores', serif;
	font-size: 4em;
	color: #1a3a5a;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1em;
	background-color: #f8f8f8;
	padding: 0 20px;
}
.smw-testimonial-author {
	margin-bottom: 20px;
}
.smw-testimonial-author strong {
	font-family: 'Trenda Semibold', sans-serif;
	font-size: 1.1em;
	color: #124582;
	display: block;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 600;
}

.smw-testimonials-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	gap: 24px;
}
.smw-testimonial-prev,
.smw-testimonial-next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #1a3a5a;
	color: #ffffff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
	position: relative;
}
.smw-testimonial-prev:hover,
.smw-testimonial-next:hover {
	background-color: #124582;
	transform: scale(1.05);
}
.smw-testimonial-prev:disabled,
.smw-testimonial-next:disabled {
	background-color: #a0a3a9;
	cursor: not-allowed;
	transform: none;
}
.smw-testimonial-prev svg,
.smw-testimonial-next svg {
	width: 20px;
	height: 20px;
}
.smw-testimonials-dots {
	display: flex;
	gap: 8px;
}
.smw-testimonial-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #a0a3a9;
	cursor: pointer;
	transition: all 0.25s ease;
}
.smw-testimonial-dot:hover {
	background-color: #1a3a5a;
}
.smw-testimonial-dot.active {
	background-color: #1a3a5a;
	transform: scale(1.2);
}
@media screen and (max-width: 768px) {
	.smw-testimonials {
		padding: 60px 0;
		border-right: none;
	}
	.smw-testimonials .smw-headline {
		margin-bottom: 40px;
	}
	.smw-testimonial-quote {
		font-size: 1.2em;
		margin-bottom: 30px;
	}
	.smw-testimonial-quote:before {
		font-size: 3em;
		top: -25px;
	}
	.smw-testimonials-nav {
		margin-top: 40px;
		gap: 16px;
	}
	.smw-testimonial-prev,
	.smw-testimonial-next {
		width: 44px;
		height: 44px;
	}
}
@media screen and (max-width: 480px) {
	.smw-testimonials-carousel {
		max-width: 100%;
	}
	.smw-testimonial-content {
		padding: 0 20px;
	}
	.smw-testimonial-quote {
		font-size: 1.1em;
	}
	.smw-testimonials-nav {
		flex-direction: column;
		gap: 16px;
	}
	.smw-testimonials-dots {
		order: -1;
	}
}
/*testimonials*/