@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Gravitas+One|Merriweather:400,400i,700,700i,900,900i|Oswald:300,400,600");
@import url("https://use.typekit.net/bba4zhx.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* @mixin font-awesome($icon: '') {
	content: $icon;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 1em;
	border: 0;
	margin-left: 0;
}
*/
html,
body {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
}

#body-wrapper {
  margin: 0 auto;
}

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#page-header {
  padding: 60px;
}
@media (max-width: 992px) {
  #page-header {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page-header {
    padding: 20px;
  }
}
#page-header {
  padding-bottom: 0 !important;
}
#page-header h1 {
  margin: 0;
  padding: 0;
}

#page-content .container-responsive {
  max-width: 1150px;
}
#page-content .container-responsive > .row {
  padding: 20px;
}
#page-content {
  padding: 60px;
}
@media (max-width: 992px) {
  #page-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page-content {
    padding: 20px;
  }
}

#page {
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}

a {
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
  color: #B7A998;
}

p {
  font-size: inherit;
  line-height: 1.5em;
}
p a {
  font-weight: bolder;
  border-bottom: 1px solid #B7A998;
}
p a:hover {
  color: #B7A998;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "cormorant-garamond", serif;
}

.sans,
.sansserif,
.sans-serif {
  font-family: "Avenir", sans-serif;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fill-right,
.fill-left,
.fl-fill-right > .fl-col-content,
.fl-fill-left > .fl-col-content {
  position: relative;
}

.fill-right:after,
.fill-left:before,
.fl-fill-right > .fl-col-content:after,
.fl-fill-left > .fl-col-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit;
}

.fill-right:after {
  left: 100%;
}

.fill-left:before {
  right: 100%;
}

.fl-fill-right > .fl-col-content:after {
  left: 100%;
}

.fl-fill-left > .fl-col-content:before {
  right: 100%;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

/* ---
	Beaver Builder Overrides
*/
.fl-post-grid-post, .fl-post-feed-post {
  overflow: visible;
}

.fl-post-grid {
  display: flex;
  flex-wrap: wrap;
}

.fl-post-column .fl-post-grid-post {
  height: 100%;
}

.fl-post-grid:before, .fl-post-grid:after {
  display: initial;
}

.fl-col-small {
  max-width: 100%;
}

.fl-post-grid-post {
  border: none;
  background: transparent;
}

#body-wrapper .uabb-ib-effect-style1.uabb-ib2-min-height img {
  max-width: calc(100% + 50px) !important;
}

#page .fl-row-bg-video .fl-bg-video iframe {
  min-width: 0;
}

#body-wrapper .btn,
.uabb-module-content .uabb-text-editor .btn,
#page .uabb-button {
  box-shadow: none;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  background-clip: border-box;
  border-radius: 0;
  background: none;
  will-change: transform;
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 200px;
  text-align: center;
  transition: 0.2s ease-in;
  display: inline-block;
}
#body-wrapper .btn,
#body-wrapper .btn span,
#body-wrapper .btn .fl-button-text,
#body-wrapper .btn *,
.uabb-module-content .uabb-text-editor .btn,
.uabb-module-content .uabb-text-editor .btn span,
.uabb-module-content .uabb-text-editor .btn .fl-button-text,
.uabb-module-content .uabb-text-editor .btn *,
#page .uabb-button,
#page .uabb-button span,
#page .uabb-button .fl-button-text,
#page .uabb-button * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  color: #01466d;
}

#body-wrapper .fl-builder-content .fl-module a.fl-button {
  box-shadow: none;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  background-clip: border-box;
  border-radius: 0;
  background: none;
  will-change: transform;
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 200px;
  text-align: center;
  transition: 0.2s ease-in;
  display: inline-block;
}
#body-wrapper .fl-builder-content .fl-module a.fl-button,
#body-wrapper .fl-builder-content .fl-module a.fl-button span,
#body-wrapper .fl-builder-content .fl-module a.fl-button .fl-button-text,
#body-wrapper .fl-builder-content .fl-module a.fl-button * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  color: #01466d;
}

.fl-module-button-group .fl-button-group-button .fl-button {
  box-shadow: none;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  background-clip: border-box;
  border-radius: 0;
  background: none;
  will-change: transform;
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 200px;
  text-align: center;
  transition: 0.2s ease-in;
  display: inline-block;
}
.fl-module-button-group .fl-button-group-button .fl-button,
.fl-module-button-group .fl-button-group-button .fl-button span,
.fl-module-button-group .fl-button-group-button .fl-button .fl-button-text,
.fl-module-button-group .fl-button-group-button .fl-button * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  color: #01466d;
}

.resource-button {
  position: relative;
  display: inline-flex;
  align-content: center;
}
.resource-button:before {
  content: "";
  background: url("/wp-content/uploads/2024/06/lantern-icon.png");
  height: 100%;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#body-wrapper .fl-module.icon-button {
  background: url("/wp-content/uploads/2024/06/lantern-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  display: inline-flex;
  align-content: center;
}
#body-wrapper .fl-module.icon-button a.fl-button {
  background: none;
  border: none;
  padding: 10px 40px;
  color: #99becd;
  line-height: 1;
  position: relative;
}
#body-wrapper .fl-module.icon-button a.fl-button .fl-button-text {
  color: inherit;
  font-weight: 800;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  width: auto;
}
#body-wrapper .fl-module.icon-button a.fl-button .fl-button-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #B7A998 50%, transparent 50%);
  background-size: 200%;
  background-position: 0;
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: 0.2s linear;
}
#body-wrapper .fl-module.icon-button a.fl-button:hover .fl-button-text:after {
  background-position: 100%;
}

.site-footer .footer-brand .logo {
  display: block;
  height: 50px;
  margin: 0 auto;
  width: auto;
}

#sb_instagram {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 33.333% !important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-of-type(4), #sb_instagram #sbi_images .sbi_item:nth-of-type(5), #sb_instagram #sbi_images .sbi_item:nth-of-type(6) {
    display: none;
  }
}

footer a {
  font-weight: initial;
  border-bottom: none;
}
footer .fl-module-advanced-icon .adv-icon-horizontal .adv-icon-link {
  margin-bottom: 0;
}

.navbar-brand .logo {
  display: block;
  min-height: 100px;
  width: auto;
}

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important;
}

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #212121;
  outline: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -7px;
}
.burger-icon::after {
  top: 7px;
}

.navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-toggler:not(.collapsed) .burger-icon, .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #212121;
  outline: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
  position: absolute;
  content: "";
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
  top: -7px;
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
  top: 7px;
}
.navbar-toggler:not(.collapsed) .burger-icon {
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

nav.navbar > .container-responsive {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
nav.navbar .navbar-nav {
  margin-left: auto;
}

header {
  position: relative;
  z-index: 999;
}
header.fl-theme-builder-header-scrolled {
  box-shadow: 0 2px 4px rgba(33, 33, 33, 0.2);
}

#menu-main-menu > li.menu-item {
  font-weight: 800;
}
#menu-main-menu > li.menu-item:last-child {
  background-color: #01466d;
}
#menu-main-menu > li.menu-item:last-child a {
  padding: 40px;
}
#menu-main-menu > li.menu-item:last-child a .menu-item-text {
  color: #FFFFFF;
}
#menu-main-menu > li.menu-item a {
  font-weight: 800;
}
#menu-main-menu > li.menu-item .sub-menu {
  background-color: #FFFFFF;
}
#menu-main-menu > li.menu-item .sub-menu .menu-item:last-child {
  background-color: #01466d;
}
#menu-main-menu > li.menu-item .sub-menu .menu-item.menu-header a {
  background: #01466d;
  padding: 3px 15px;
  border-bottom: 2px solid #99becd;
  border-top: 2px solid #01466d;
  pointer-events: none;
}
#menu-main-menu > li.menu-item .sub-menu .menu-item.menu-header a .menu-item-text {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 0.85em;
  font-family: "Avenir", sans-serif;
  letter-spacing: 0.15ch;
}

@media screen and (max-width: 1375px) {
  .uabb-creative-menu-mobile-toggle-container:nth-child(2) .uabb-creative-menu-mobile-toggle {
    display: block;
    padding: 30px;
  }
}

.uabb-creative-menu ul.menu > li.menu-item > .uabb-has-submenu-container > a > span.menu-item-text .uabb-menu-toggle {
  padding-right: 0;
}
.uabb-creative-menu ul.menu > li.menu-item .sub-menu .menu-item.menu-header a {
  background: #01466d;
  padding: 3px 15px;
  border-bottom: 2px solid #99becd;
  border-top: 2px solid #01466d;
  pointer-events: none;
}
.uabb-creative-menu ul.menu > li.menu-item .sub-menu .menu-item.menu-header a .menu-item-text {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 0.85em;
  font-family: "Avenir", sans-serif;
}

.off-canvas.menu-open .uabb-off-canvas-menu .menu-item:last-child a {
  padding: 30px 40px;
  background-color: #01466d;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.off-canvas.menu-open .uabb-off-canvas-menu .menu-item:last-child a:hover .menu-item-text {
  color: #FFFFFF;
}
.off-canvas.menu-open .uabb-off-canvas-menu .menu-item:last-child a .menu-item-text {
  color: #FFFFFF;
}

.team-grid .uabb-blog-posts {
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(30px, 8vw, 60px);
}
.team-grid .uabb-blog-posts .uabb-blog-post-content {
  overflow: visible;
}
.team-grid .team-member--image {
  aspect-ratio: 3/4;
  display: block;
  margin-bottom: 14px;
}
.team-grid .team-member--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  box-shadow: 4px 4px 0 #B7A998;
}
.team-grid .team-member--image img.team-member--image-no-image {
  object-fit: contain;
  object-position: center;
}
.team-grid .team-member--name {
  text-transform: none;
  margin-bottom: 0.3em;
}
.team-grid .team-member--name a {
  display: block;
}
.team-grid .team-member--name a:hover {
  color: inherit;
}
.team-grid .team-member--title {
  font-size: 1rem;
  font-weight: 200;
}
.team-grid .team-member--title a {
  display: block;
}
.team-grid .team-member--title a:hover {
  color: inherit;
}

#post--content strong,
#post--content b,
#post--content * strong,
#post--content * b {
  font-weight: bold;
}
#post--content i:not(.fl-tip),
#post--content em,
#post--content var,
#post--content * i:not(.fl-tip),
#post--content * em,
#post--content * var {
  font-style: italic;
}
#post--content big,
#post--content * big {
  font-size: 1.2em;
}
#post--content small,
#post--content * small {
  font-size: 0.9em;
}
#post--content h1,
#post--content h2,
#post--content h3,
#post--content h4,
#post--content h5,
#post--content h6 {
  margin: 0 0 0.25em;
}
#post--content h1 + h1,
#post--content h1 + h2,
#post--content h1 + h3,
#post--content h1 + h4,
#post--content h1 + h5,
#post--content h1 + h6,
#post--content h2 + h1,
#post--content h2 + h2,
#post--content h2 + h3,
#post--content h2 + h4,
#post--content h2 + h5,
#post--content h2 + h6,
#post--content h3 + h1,
#post--content h3 + h2,
#post--content h3 + h3,
#post--content h3 + h4,
#post--content h3 + h5,
#post--content h3 + h6,
#post--content h4 + h1,
#post--content h4 + h2,
#post--content h4 + h3,
#post--content h4 + h4,
#post--content h4 + h5,
#post--content h4 + h6,
#post--content h5 + h1,
#post--content h5 + h2,
#post--content h5 + h3,
#post--content h5 + h4,
#post--content h5 + h5,
#post--content h5 + h6,
#post--content h6 + h1,
#post--content h6 + h2,
#post--content h6 + h3,
#post--content h6 + h4,
#post--content h6 + h5,
#post--content h6 + h6 {
  margin: 0;
}
#post--content .post--title h2.fl-heading {
  color: #B7A998;
  margin-top: 0 !important;
}
#post--content h3 {
  font: 800 2rem/1 "Avenir", sans-serif;
}
#post--content h4 {
  color: #B7A998;
  font: 800 1.75rem/1 "cormorant-garamond", serif;
  font-style: italic;
}
#post--content h5 {
  font: 800 1.5rem/1 "Avenir", sans-serif;
}
#post--content h6 {
  font: 800 1.25rem/1 "Avenir", sans-serif;
}
#post--content .fl-module-fl-post-info {
  color: #F3F3F3;
  font: 600 0.75rem/1 "Avenir", sans-serif;
}
#post--content .fl-module-fl-post-info span,
#post--content .fl-module-fl-post-info a {
  color: inherit;
  font-size: inherit;
}
#post--content .fl-module-fl-post-info .fl-post-info-date:before {
  content: "\f133";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-modified_date:before {
  content: "\f271";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-author:before {
  content: "\f007";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-comments:before {
  content: "\f075";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-terms:before {
  content: "\f02b";
  display: inline-block;
  font: bold 100%/1 "Font Awesome 5 Pro";
  margin-right: 5px;
}
#post--content .fl-module-fl-post-info .fl-post-info-sep {
  font-weight: 100;
  margin: 0 0.5em;
}
@media (max-width: 768px) {
  #post--content .fl-module-fl-post-info {
    font-size: 0.85rem;
    text-transform: unset;
  }
  #post--content .fl-module-fl-post-info span[class^=fl-post-info] {
    display: block;
    line-height: 2;
  }
  #post--content .fl-module-fl-post-info .screen-reader-text,
  #post--content .fl-module-fl-post-info span.fl-post-info-sep {
    display: none;
  }
}
@media (max-width: 768px) {
  #post--content .fl-module-fl-post-navigation .nav-links {
    display: flex;
    font-size: 0.85rem;
  }
  #post--content .fl-module-fl-post-navigation .nav-links .nav-previous {
    width: 50%;
  }
  #post--content .fl-module-fl-post-navigation .nav-links .nav-next {
    width: 50%;
  }
}
#post--content blockquote {
  margin: 0 8em 1em 0;
}
#post--content blockquote p {
  font: 400 2rem/1 "cormorant-garamond", serif;
  font-style: italic;
}
#post--content blockquote cite {
  display: block;
  font: bold 1rem/1 "Avenir", sans-serif;
  margin-top: 1rem;
  text-align: right;
}
#post--content p,
#post--content address {
  font: normal 1rem/1.5 "Avenir", sans-serif;
  margin: 0 0 1em;
}
#post--content code,
#post--content kbd,
#post--content tt {
  background-color: hsl(0, 0%, 105.2941176471%);
  color: #B7A998;
  font-family: monospace;
  font-size: 0.9rem;
  padding: 0 0.25em;
}
#post--content pre {
  background-color: hsl(0, 0%, 105.2941176471%);
  border-radius: 5px;
  color: #B7A998;
  font-family: monospace;
  font-size: 0.9rem;
  margin: 0 0 0.5em;
  padding: 10px 15px;
}
#post--content acronym {
  font-size: 85%;
}
#post--content dl,
#post--content ol,
#post--content ul {
  font: normal 1rem/1.5 "Avenir", sans-serif;
  margin: 0 0 1em 0;
  text-indent: 0;
}
#post--content dl dt {
  font-weight: bold;
}
#post--content dl dd {
  font-style: italic;
}
#post--content ol {
  list-style: decimal;
}
#post--content ul {
  list-style: square;
}
#post--content ol ol,
#post--content ol ul,
#post--content ul ol,
#post--content ul ul {
  margin: 0;
}
#post--content table {
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 1.2rem/1 "Avenir", sans-serif;
  margin: 0 0 1em;
  width: 100%;
}
#post--content table tr {
  border-bottom: 1px solid #F3F3F3;
}
#post--content table tr th, #post--content table tr:first-of-type {
  background-color: hsl(0, 0%, 105.2941176471%);
}
#post--content table tr:last-of-type {
  border-bottom: 0;
}
#post--content table tr:nth-of-type(even) {
  background-color: hsl(0, 0%, 110.2941176471%);
}
#post--content table td,
#post--content table th {
  line-height: 1;
  padding: 10px;
}
#post--content div.wp-caption.aligncenter,
#post--content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%;
}
#post--content div.wp-caption.alignleft,
#post--content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 50%;
}
#post--content div.wp-caption.alignright,
#post--content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 50%;
}
#post--content div.wp-caption.alignnone,
#post--content img.alignnone {
  clear: both;
  float: none;
  margin: 0 0 1em;
  max-width: 100%;
}
@media (max-width: 480px) {
  #post--content div.wp-caption.alignleft, #post--content div.wp-caption.alignright,
  #post--content img.alignleft,
  #post--content img.alignright {
    display: block;
    float: none;
    margin: 2em auto;
    max-width: 100%;
  }
  #post--content div.wp-caption.aligncenter, #post--content div.wp-caption.alignnone,
  #post--content img.aligncenter,
  #post--content img.alignnone {
    margin: 2em auto;
  }
}
#post--content div.wp-caption .wp-caption-text {
  font: normal 0.8rem/1 "Avenir", sans-serif;
  margin: 0.25em 0;
}
#post--content div.gallery {
  margin: 1rem -5rem;
}
#post--content div.gallery .gallery-item {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0.5rem;
  transition: all 0.2s;
}
#post--content div.gallery .gallery-item:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
#post--content div.gallery .gallery-item img {
  border: 0;
}
#post--content div.gallery .wp-caption-text.gallery-caption {
  line-height: 1;
  padding: 0.25rem 0 0;
}

.virtual-tour {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.home-single .home-specs {
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  margin: auto;
  line-height: 1.3em;
  color: #01466d;
}
.home-single .home-specs div {
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  flex: 1 0 200px;
}
.home-single .home-specs div:not(:last-child) {
  border-right: 1px solid #99becd;
}
@media (max-width: 992px) {
  .home-single .home-specs div {
    flex: 1 0 50%;
  }
  .home-single .home-specs div:nth-child(2) {
    border-right: none;
  }
  .home-single .home-specs div:nth-child(n+3) {
    border-top: 1px solid #99becd;
  }
}
.home-single .home-specs div[class^=home-specs--] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .home-single .home-specs div[class^=home-specs--] {
    justify-content: space-between;
  }
}
.home-single .home-specs div[class^=home-specs--]:before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 2ch;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .home-single .home-specs div[class^=home-specs--]:before {
    height: 100%;
  }
}
.home-single .home-specs--sqft:before {
  background-image: url("/wp-content/uploads/2024/06/home-icon.png");
}
.home-single .home-specs--bed:before {
  background-image: url("/wp-content/uploads/2024/06/bed-icon.png");
}
.home-single .home-specs--bath:before {
  background-image: url("/wp-content/uploads/2024/06/bath-icon.png");
}
.home-single .home-specs--stories:before {
  background-image: url("/wp-content/uploads/2024/06/floors-icon.png");
}

.floorplan-buttons {
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.floorplan-buttons-btn {
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 300px;
  transition: 0.2s ease-in;
}
.floorplan-buttons-btn:hover {
  background-color: #01466d;
  color: #FFFFFF;
}

.community-gallery .uabb-photo-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr));
}
@media (max-width: 992px) {
  .community-gallery .uabb-photo-gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 600px) {
  .community-gallery .uabb-photo-gallery {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.community-gallery .uabb-photo-gallery .uabb-photo-gallery-item {
  height: 100%;
  width: 100%;
}
.community-gallery .uabb-photo-gallery .uabb-photo-gallery-item .uabb-photo-gallery-content {
  height: 100%;
}
.community-gallery .uabb-photo-gallery .uabb-photo-gallery-item .uabb-photo-gallery-content a {
  height: 100%;
}
.community-gallery .uabb-photo-gallery .uabb-photo-gallery-item .uabb-photo-gallery-content a img.uabb-gallery-img {
  height: 100% !important;
  object-fit: cover;
}

.team-member-hero .fl-row-content-wrap {
  aspect-ratio: 2.5/1;
  position: relative;
}
@media (max-width: 768px) {
  .team-member-hero .fl-row-content-wrap {
    aspect-ratio: auto;
  }
}
.team-member-hero h1.fl-module-heading {
  font-size: clamp(38px, 7vw, 88px);
  line-height: 1em;
}
.team-member-hero h2.fl-module-heading span {
  display: inline-block;
  width: auto;
  background-color: #01466d;
  color: #FFFFFF;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  padding: 10px 30px;
  font-weight: 800;
  letter-spacing: 0.1em;
  box-shadow: 2px 1px 0 #B7A998;
}

.quote {
  padding: 40px 60px 15px;
  font-family: "cormorant-garamond", serif;
  border-top: 1px solid #99becd;
  border-bottom: 1px solid #99becd;
  position: relative;
  line-height: 2em;
}
.quote:before {
  content: "“";
  color: #414347;
  font-size: 170px;
  display: block;
  position: absolute;
  top: -0.3em;
  left: -12px;
  width: 0.5em;
  height: 0.5em;
  z-index: 4;
  font-weight: 900;
  background-color: #FFFFFF;
  padding: 0;
  line-height: 1;
  font-family: "cormorant-garamond", serif;
}
.quote blockquote {
  font-size: 1.6rem;
}
.quote cite {
  font-size: 1rem;
  font-style: normal;
  font-size: 1rem;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  line-height: 1.5em;
}
.quote cite:before {
  content: "";
  display: inline-block;
  height: 200%;
  width: 5px;
  background: #99becd;
  position: absolute;
  top: 0;
  left: -20px;
}

.hero {
  margin-bottom: 60px;
  background-color: #99becd;
}
.hero .fl-row-content-wrap {
  aspect-ratio: 2.5/1;
  position: relative;
}
@media (max-width: 992px) {
  .hero .fl-row-content-wrap {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 600px) {
  .hero .fl-row-content-wrap {
    aspect-ratio: 2/1.3;
  }
}
.hero .fl-row-content-wrap .fl-module-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #01466d;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 10px 30px;
  font-weight: 800;
  letter-spacing: 0.1em;
  box-shadow: 2px 1px 0 #B7A998;
}
.hero .fl-row-content-wrap .community-header {
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
@media (max-width: 600px) {
  .hero .fl-row-content-wrap .community-header {
    padding: 15px;
  }
}
.hero .fl-row-content-wrap .community-header img {
  width: 100%;
  max-width: 300px;
  max-height: 150px;
}
@media (max-width: 992px) {
  .hero .fl-row-content-wrap .community-header img {
    max-width: 200px;
    max-height: 100px;
  }
}
@media (max-width: 600px) {
  .hero .fl-row-content-wrap .community-header img {
    max-width: 100px;
    max-height: 80px;
  }
}

ol {
  padding-left: 2ch;
}

.homes-grid .uabb-post-grid-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(450px, 1fr));
  grid-gap: 40px;
}
@media (max-width: 992px) {
  .homes-grid .uabb-post-grid-1 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.homes-grid .home-card--image {
  aspect-ratio: 2/1.15;
  background-color: #01466d;
  background-image: url("/wp-content/uploads/2026/01/main-hero-logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.homes-grid .home-card--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.homes-grid .home-card--title {
  font-size: 1.3rem;
  padding: 10px;
  letter-spacing: 0.2ch;
}
.homes-grid .home-card--cta a {
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 300px;
  transition: 0.2s ease-in;
  margin: 20px auto;
  display: inline-block;
  color: #01466d;
}
.homes-grid .home-card--cta a:hover {
  background-color: #01466d;
  color: #FFFFFF;
}
.homes-grid .home-card .home-specs {
  display: grid;
  margin: 20px 0;
  line-height: 1em;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  color: #01466d;
}
@media (max-width: 992px) {
  .homes-grid .home-card .home-specs {
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
@media (max-width: 768px) {
  .homes-grid .home-card .home-specs {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
.homes-grid .home-card .home-specs div[class^=home-specs--] {
  padding: 0 10px;
  gap: 1ch;
  display: inline-flex;
}
@media (max-width: 992px) {
  .homes-grid .home-card .home-specs div[class^=home-specs--] {
    padding: 20px 10px;
    justify-content: flex-start;
  }
}
.homes-grid .home-card .home-specs div[class^=home-specs--]:before {
  height: 100%;
  width: 25px;
}
.homes-grid .home-card .home-specs--sqft:before {
  background-image: url("/wp-content/uploads/2024/06/home-icon.png");
}
.homes-grid .home-card .home-specs--bed:before {
  background-image: url("/wp-content/uploads/2024/06/bed-icon.png");
}
.homes-grid .home-card .home-specs--bath:before {
  background-image: url("/wp-content/uploads/2024/06/bath-icon.png");
}
.homes-grid .home-card .home-specs--stories:before {
  background-image: url("/wp-content/uploads/2024/06/floors-icon.png");
}
.homes-grid .home-card .home-specs {
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  margin: 20px auto;
  line-height: 1.3em;
}
.homes-grid .home-card .home-specs div {
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  flex: 1 0 130px;
}
.homes-grid .home-card .home-specs div:not(:last-child) {
  border-right: 1px solid #99becd;
}
@media (max-width: 1200px) {
  .homes-grid .home-card .home-specs div {
    flex: 1 0 50%;
  }
  .homes-grid .home-card .home-specs div:nth-child(2) {
    border-right: none;
  }
  .homes-grid .home-card .home-specs div:nth-child(n+3) {
    border-top: 1px solid #99becd;
  }
}
.homes-grid .home-card .home-specs div[class^=home-specs--] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 2vw, 1rem);
  line-height: 1em;
}
@media (max-width: 1200px) {
  .homes-grid .home-card .home-specs div[class^=home-specs--] {
    padding: 15px 10px;
  }
}
@media (max-width: 600px) {
  .homes-grid .home-card .home-specs div[class^=home-specs--] {
    justify-content: space-between;
  }
}
.homes-grid .home-card .home-specs div[class^=home-specs--]:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 25px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .homes-grid .home-card .home-specs div[class^=home-specs--]:before {
    height: 100%;
  }
}
.homes-grid .home-card .home-specs--sqft:before {
  background-image: url("/wp-content/uploads/2024/06/home-icon.png");
}
.homes-grid .home-card .home-specs--bed:before {
  background-image: url("/wp-content/uploads/2024/06/bed-icon.png");
}
.homes-grid .home-card .home-specs--bath:before {
  background-image: url("/wp-content/uploads/2024/06/bath-icon.png");
}
.homes-grid .home-card .home-specs--stories:before {
  background-image: url("/wp-content/uploads/2024/06/floors-icon.png");
}

.home--cta.fl-module-button.fl-button-wrap a {
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 300px;
  transition: 0.2s ease-in;
  margin: 20px auto;
  display: inline-block;
  border-radius: 0;
  background: none;
  color: #01466d;
}
.home--cta.fl-module-button.fl-button-wrap a:hover {
  background-color: #01466d;
  color: #FFFFFF;
}
.home--cta.fl-module-button.fl-button-wrap a .fl-button-text {
  color: inherit;
}

.intro {
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.7em;
  font-family: "Avenir", sans-serif;
}

.underline-header:after {
  border-bottom: 1px solid #99becd;
  display: block;
  width: 300px;
  max-width: 40%;
  margin-top: 5px;
}

.communities-grid {
  margin-bottom: 60px;
}
.communities-grid .uabb-post-grid-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
}
.communities-grid .community-card--image {
  aspect-ratio: 2/1.15;
}
.communities-grid .community-card--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.communities-grid .community-card--title {
  font-size: 1.3rem;
  padding: 10px;
  letter-spacing: 0.2ch;
}
.communities-grid .community-card--cta a {
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 300px;
  transition: 0.2s ease-in;
  margin: 20px auto;
  display: inline-block;
}
.communities-grid .community-card--cta a:hover {
  background-color: #01466d;
  color: #FFFFFF;
}

#news-grid .uabb-blog-posts-shadow {
  height: 100%;
  width: 100%;
}
#news-grid .uabb-blog-posts-shadow .uabb-blog-post-inner-wrap {
  height: 100%;
  width: 100%;
}
#news-grid .uabb-blog-posts-shadow .uabb-blog-post-inner-wrap .uabb-blog-post-content {
  height: 100%;
  width: 100%;
  overflow: visible;
}
#news-grid .uabb-blog-posts {
  display: flex;
  gap: 60px;
  width: 100%;
  flex-wrap: wrap;
  overflow: visible;
}
@media (max-width: 992px) {
  #news-grid .uabb-blog-posts {
    gap: 20px;
  }
}
#news-grid .uabb-blog-posts .uabb-post-wrapper {
  flex-basis: calc(50% - 30px);
}
@media (max-width: 992px) {
  #news-grid .uabb-blog-posts .uabb-post-wrapper {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  #news-grid .uabb-blog-posts .uabb-post-wrapper {
    flex-basis: 100%;
  }
}
#news-grid .news {
  border: 1px solid #F3F3F3;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 1px 1px rgba(33, 33, 33, 0.1);
}
#news-grid .news--image {
  aspect-ratio: 4/3;
}
#news-grid .news--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-grid .news--body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#news-grid .news--body-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#news-grid .news--body-taxonomy {
  color: #99becd;
  font-weight: 900;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
#news-grid .news--cta {
  margin-top: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#news-grid .news--cta a {
  box-shadow: none;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  background-clip: border-box;
  border-radius: 0;
  background: none;
  will-change: transform;
  border: 1px solid #01466d;
  padding: 10px 20px;
  min-width: 200px;
  text-align: center;
  transition: 0.2s ease-in;
  display: inline-block;
}
#news-grid .news--cta a,
#news-grid .news--cta a span,
#news-grid .news--cta a .fl-button-text,
#news-grid .news--cta a * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  color: #01466d;
}
#news-grid .news--cta a {
  background-color: #01466d;
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: 0;
  min-width: auto;
  font-size: 14px;
}

.map {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border: none;
}

.contact-frame {
  border: none;
  width: 100%;
  min-height: 990px;
  margin-top: -30px;
}

.contact-info {
  font-size: 1.2rem;
}
.contact-info .contact-list {
  list-style-type: none;
  padding-left: 0;
}
.contact-info .contact-list li {
  margin-bottom: 0.5em;
}
.contact-info .contact-list li i {
  font-size: 0.8em;
  margin-right: 1ch;
}
.contact-info a {
  border: none;
  font-weight: inherit;
}
.contact-info a:hover {
  color: inherit;
}

.callout-card {
  height: 100%;
  padding: 20px 10px;
}
.callout-card .fl-module-content.fl-node-content {
  height: 100%;
  overflow: visible;
}
.callout-card .fl-module-content.fl-node-content .fl-callout {
  height: 100%;
  border: 1px solid #99becd;
  box-shadow: 1px 2px 5px rgba(33, 33, 33, 0.1);
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-photo {
  pointer-events: none;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-photo .fl-photo {
  margin: 0;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-photo .fl-photo .fl-photo-content {
  width: 100%;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-photo .fl-photo .fl-photo-content a {
  width: 100%;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-photo .fl-photo .fl-photo-content a img {
  width: 100%;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-content .fl-callout-title {
  font-size: 1.2rem;
  background-color: #01466d;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 20px;
  pointer-events: none;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-content .fl-callout-text-wrap {
  height: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-content .fl-callout-button {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 20px;
  justify-content: flex-end;
  padding-top: 0;
}
.callout-card .fl-module-content.fl-node-content .fl-callout .fl-callout-content .fl-callout-button .fl-button {
  width: 100%;
}

#features-row .fl-row-content.fl-node-content .fl-col-group {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col {
  width: 100%;
  flex-basis: calc(20% - 20px);
  min-width: 240px;
}
@media (max-width: 992px) {
  #features-row .fl-row-content.fl-node-content .fl-col-group .fl-col {
    max-width: 100%;
  }
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content {
  height: 100%;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box {
  height: 100%;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content {
  margin: 0;
  height: 100%;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-infobox {
  border-radius: 8px;
  height: 100%;
  background: linear-gradient(rgb(238.5592105263, 244.5230263158, 246.9407894737), rgb(221.4473684211, 233.6184210526, 238.5526315789), rgb(238.5592105263, 244.5230263158, 246.9407894737));
  border: 1px solid #99becd;
  box-shadow: 0 2px 6px rgba(33, 33, 33, 0.1);
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-module-content.uabb-imgicon-wrap {
  margin-top: 0;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-module-content.uabb-imgicon-wrap .uabb-image {
  margin-bottom: 20px;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-module-content.uabb-imgicon-wrap .uabb-image img {
  height: 20px;
  width: auto;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-module-content.uabb-imgicon-wrap .uabb-icon i {
  background: none;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-module-content.uabb-imgicon-wrap .uabb-icon i:before {
  color: #B7A998;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-infobox-title {
  font-weight: 900;
  font-size: 1rem;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-infobox-text {
  color: #212121;
  font-size: 0.85rem;
  line-height: 1.3em;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-infobox-left-right-wrap {
  height: 100%;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-infobox-left-right-wrap .uabb-infobox-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#features-row .fl-row-content.fl-node-content .fl-col-group .fl-col .fl-col-content.fl-node-content .fl-module-info-box .fl-module-content.fl-node-content .uabb-infobox-left-right-wrap .uabb-infobox-content .uabb-infobox-text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#body-wrapper .fl-builder-content .resources-button-group .fl-button-group-button {
  flex: 1;
}
#body-wrapper .fl-builder-content .resources-button-group .fl-button-group-button .fl-button-wrap {
  width: 100%;
  height: 100%;
}
#body-wrapper .fl-builder-content .resources-button-group .fl-button-group-button .fl-button-wrap .fl-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lanthorn-tabs-wrap .lanthorn-tab-titles {
  gap: 10px;
  display: flex;
}
@media (max-width: 600px) {
  .lanthorn-tabs-wrap .lanthorn-tab-titles {
    flex-direction: column;
  }
}
.lanthorn-tabs-wrap .lanthorn-tab-titles .lanthorn-tab-title {
  background: none;
  border: 1px solid #01466d;
  padding: 10px 20px;
  color: #01466d;
  font-weight: 400;
}
.lanthorn-tabs-wrap .lanthorn-tab-titles .lanthorn-tab-title.active {
  background-color: #01466d;
  color: #FFFFFF;
}
.lanthorn-tabs-wrap .lanthorn-tab-panels {
  padding: 40px 20px;
  text-align: center;
}
.lanthorn-tabs-wrap .lanthorn-tab-panels img.floorplan-image {
  width: 100%;
  height: 100%;
  max-width: 700px;
}

.home-videotwo {
	width:60%; 
	margin:0 auto;
}
@media (max-width: 992px) {
  .home-videotwo {
    width: 40%;
    margin:0 auto;
  }
}
@media (max-width: 600px) {
  .home-videotwo {
    width: 100%;
    margin-left: 0;
  }
}
.home-videotwo iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.home-video {
	width:60%; 
	margin:0 auto;
}
@media (max-width: 992px) {
  .home-video {
    width: 40%;
    margin:0 auto;
  }
}
@media (max-width: 600px) {
  .home-video {
    width: 100%;
    margin-left: 0;
  }
}
.home-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.home-hero.overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  contain: layout paint style;
}
.home-hero.overlay .fl-row-content-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home-hero.overlay .fl-row-content-wrap img {
  filter: drop-shadow(2px 3px 6px rgba(33, 33, 33, 0.5));
}
.home-hero.overlay .fl-row-content-wrap video {
  will-change: transform;
  transition: none;
}

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