/* -----------------------------------------------

Stylesheet: Main Stylesheet

------------------------------------------------ */


/* --------------------------------

STYLE SET 1: GLOBAL & GENERAL

-------------------------------- */


html {
  background: #296561;
}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #73808c;
  background: #faf8f5;
}

hr {
  border-color: #dddad5;
  max-width: 100%;
}

section + hr {
  margin: -1.5rem 0;
}

.white-bg hr {
  border-color: #eaeaea;
}


.alt {
  color: #d0dad7;
}

.white-bg {
  color: #737f8c;
}

main {
  margin: 0;
  padding: 0;
}

.container {
  padding: 0 4rem;
  box-sizing: content-box;
  margin: 0 auto;
}

@media screen and (max-width: 39.9375rem) {
  .container {
    padding: 0 2rem;
  }
}

.container-full {
  max-width: 100%;
  width: 100%;
}

.container-wide {
  max-width: 94rem;
}

.container-regular {
  max-width: 80rem;
}

.container-thin {
  max-width: 67.25rem;
}

.container-tiny {
  max-width: 48rem;
}

.sticky.is-anchored,
.sticky.is-stuck {
  z-index: 9999;
}

/***- ADMIN BAR STICKY FIX -***/
@media screen and (min-width: 655px) and (max-width: 782px) {
  .admin-bar header.header .sticky.is-stuck {
    margin-top: 42px !important;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar header.header .sticky.is-stuck {
    margin-top: 32px !important;
  }
}

/* fix image under footer bug */
body>img {
  display: none !important;
}


.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* --------------------------------

STYLE SET 2: NAVIGATION MENUS

-------------------------------- */


/* -------------------------
   MAIN NAV - DESKTOP
------------------------- */

header.header .sticky.is-stuck,
header.header .sticky.is-anchored {
  z-index: 99999;
}

.nav-bar {
  background: rgba(250, 248, 245, .6);
  /* -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08); */
  padding: .2rem;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #dddad5;
}

.nav-bar .logo img {
  height: 34px;
  margin: 15px 0;
  max-width: none;
}

.nav-bar .menu li a {
  color: #73808c;
  font-weight: 500;
  font-size: .9rem;
  padding: .5rem;
  margin: 0 .6rem;
}

.nav-bar .menu li a:hover {
  color: #296561;
}

.nav-bar .menu .is-active a,
.nav-bar .menu .active a {
  color: #296561;
  background: none;
  opacity: 1;
}

/*  nav-menu-with-cta.php */
.nav-bar .button {
  margin: 0 0 0 1rem;
}

@media screen and (max-width: 380px) {
  .nav-bar .button {
    display: none;
  }
}

.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  background: #ffffff;
  border: 1px solid #dddad5;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  text-align: left;
  padding: .5rem 0;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu a {
  line-height: 1.2; 
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu a:hover {
  opacity: 1;
}


/* dropdown animation */
.js-dropdown-active {
  animation-fill-mode: both;
  animation-name: dropdown-fade-in;
  animation-duration: .3s;
  /* position: relative; */
}

@keyframes dropdown-fade-in {
  from {
    opacity: 0;
    top: 90%;
  }

  to {
    opacity: 1;
    top: 100%;
  }
}

/* Dropdown */
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
  padding-right: 1rem;
}

.dropdown.menu>li.menu-item.is-dropdown-submenu-parent>a:after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
  border: solid #73808c;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-top: -5px;
  right: 3px;
  transition: .2s ease-in-out all;
  border-radius: 0;
}

.dropdown.menu>li.menu-item.is-dropdown-submenu-parent>a:hover:after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:hover:after {
  border-color: #296561;
}


/* -------------------------
   MAIN NAV - MOBILE
------------------------- */

.desktop-nav-container {
  display: none;
}
.mobile-nav-container,
.get-in-touch-responsive {
  display: block;
}

@media screen and (min-width: 850px) {
  .desktop-nav-container {
    display: block;
  }
  .mobile-nav-container,
  .get-in-touch-responsive {
    display: none;
  }

  .mobile-nav-container .menu.dropdown {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mobile-nav-container .menu.dropdown li {
    width: 100%;
  }

}


#trigger-overlay {

  margin: 0;
  display: inline-block;

}

.menu-icon:after {
  background: #000;
  -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.menu-icon:hover:after {
  background: #000;
  -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.sticky.is-stuck .menu-icon:after {
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.sticky.is-stuck .menu-icon:hover:after {
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

/* Overlay style */
.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #296561;
  z-index: 999999;
}

/* Overlay closing cross */
.mobile-nav .overlay-close {
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 39px;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 100;
  transition: color ease .4s;
  border: 2px solid #F3F4F9;
  border-radius: 50%;
}

.mobile-nav .overlay-close .close-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-nav .overlay-close .close-button polygon {
  fill: #ffffff;
}

.admin-bar .mobile-nav .overlay-close {
  top: 90px;
}

.mobile-nav .overlay-close:focus,
.mobile-nav .overlay-close:hover {
  color: #fff;
  border-color: #fff;
}

.mobile-nav ul {
  text-align: center;
  position: relative;
  font-size: 1em;
  z-index: 2;

}

.mobile-nav li a {
  color: rgba(255, 255, 255, .7);
  line-height: 2em;
  display: inline-block;
  padding: .7rem 1.5rem;
}

.mobile-nav .menu .active>a {
  background: transparent;
  color: #fff;
}

.mobile-nav .submenu li a {
  font-size: .9em;
}

.mobile-nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
  border: solid rgba(255, 255, 255, .7);
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-top: -5px;
  right: 3px;
  transition: .2s ease-in-out all;
  border-radius: 0;
}

.mobile-nav .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"]>a::after {
  margin-top: -6px;
}

.mobile-nav li a:hover {
  color: #ffffff;
}

.mobile-nav .menu .current_page_item>a {
  color: #ffffff;
}

.mobile-nav ul.submenu {
  z-index: 9;
  background: #39807b;
}

.responsive-nav {
  overflow: auto;
  background: none;
}

/* .mobile-nav .responsive-nav > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.mobile-nav ul.accordion-menu > li {
    -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;

} */

.mobile-nav ul.accordion-menu li {
  display: block;
  min-height: 60px;
}

.mobile-nav nav {
  text-align: center;
  position: relative;
  height: 100%;
  padding: 15% 0;
  font-size: 1.5em;
}


/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* .overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
} */

@media screen and (max-height: 30.5em) {
  .mobile-nav ul li {
    min-height: 34px;
  }
}

.mobile-nav .menu.medium-horizontal>li {
  display: block;
}



/* --------------------------------

STYLE SET 3: CONTENT TYPES

-------------------------------- */



/* -------------------------
 CONTENT - HERO 
------------------------- */
#hero {
  height: 85vh;
  background: #f9f4ed;
  padding: 6rem 0;
  min-height: 800px;
}

#hero .container,
#hero .grid-y {
  height: 100%;
}

#hero h1 {
  font-size: 3.5rem;
  color: #296561;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

#hero p.lead {
  font-size: 1.3rem;
  text-wrap: balance;
  margin-bottom: 2rem;
  max-width: 90%;
}

#hero .button-group .button {
  margin-right: 1rem;
}

@media screen and (min-width: 1165px) {
  #hero h1 {
    font-size: 4.5rem;
  }
}

@media screen and (max-height: 900px) {
  #hero {
    padding: 2rem 0;
    min-height: 480px;
  }
  #hero h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 960px) {
  #hero {
    height: auto;
    padding: 3rem 0;
  }
  #hero .main-grid {
    row-gap: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #hero .main-grid > .cell {
    width: 100%;
  }
  #hero .main-grid > .cell:first-child {
    max-width: 530px;
  }
}
@media screen and (max-width: 700px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 3rem;
  }
  #hero p.lead {
    max-width: 100%;
  }
  .button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
  }

}
@media screen and (max-width: 520px) {
  #hero p.lead {
    font-size: 1.2rem;
  }
}


/* -------------------------
 CONTENT - button group 
------------------------- */
.button-group {
  margin: -.5rem;
}
.button-group > .button {
  margin: .5rem;
}

/* -------------------------
 CONTENT - PAGE HEADERS 
------------------------- */
.page-header {
  background: #f9f4ed;
  position: relative;
}

.page-header .featured-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header .featured-image-wrapper:after {
  content: '';
  position: absolute;
  inset: 0;

  background: linear-gradient(90deg, rgba(245, 245, 241, 0.95) 0%, rgba(245, 245, 241, 0.8) 50%, rgba(245, 245, 241, 0) 100%);
}

.page-header .featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1300px) {
  .page-header .featured-image-wrapper img {
    filter: blur(1px);
  }

}

@media screen and (max-width: 640px) {
  .page-header .featured-image-wrapper:after {
    background: rgba(255, 255, 255, 0.8);
  }
}

.page-header>.container {
  position: relative;
  z-index: 2;
}

.page-header .grid-y {
  padding: 4rem 0;
  min-height: 50vh;
  box-sizing: border-box;
}

.page-header .title-tag {
  color: #296561;
  font-weight: 500;
  text-transform: uppercase;
  padding: .5rem 1rem 0.3rem;
  font-size: .85rem;
  border: 1px solid #29656133;
  background-color: #2965611A;
  display: inline-block;
  border-radius: 100px;
  letter-spacing: 1.4px;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

.page-header h1 {
  font-size: 3.3rem;
  font-size: 400;
}

.page-header .subtitle {
  margin-top: 2rem;
  font-size: 1.1rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .subtitle svg {
  margin-right: .5rem;
}


.page-header-simplified {
  padding: 3rem 0;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}
.page-header-simplified .title-tag {
  color: #296561;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .85rem;
  display: inline-block;
  border-radius: 100px;
  letter-spacing: 1.4px;
  line-height: 24px;
}

@media screen and (max-width: 860px) {
  .page-header .grid-y {
    padding: 3rem 0;
  }
  .page-header h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 460px) {
  .page-header h1 {
    font-size: 2rem;
  }
}



/* -------------------------
 CONTENT - SECTIONS 
------------------------- */

main > section {
  margin: 3rem 0;
  padding: 3rem 0;
}
.home main > section {
  padding: 6rem 0;
}


main:last-child > section:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .home main > section {
    padding: 3rem 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 560px) {
  main > section {
    padding: 2rem 0;
    margin: 2rem 0;
  }
}

section.green {
  background-color: #f5f5f1;
}

section.white-bg {
  background-color: #ffffff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 0;
  margin-bottom: 0;
}

section.slate-bg {
  background-color: #f8fafc;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 0;
  margin-bottom: 0;
}

.sub-label {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #296561;
  display: block;
  margin-bottom: 0.5rem;

  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

section .section-header {
  margin-bottom: 3rem;
}



.basic-cta p {
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
}



/* -------------------------
   CONTENT - Grids
------------------------- */

.cell {
  box-sizing: border-box;
}

.grid-gutters-thin {
  margin: -.5rem!important;
}
.grid-gutters-thin > .cell {
  padding: .5rem;
}

.grid-gutters-regular {
  margin: -1rem!important;
}
.grid-gutters-regular > .cell {
  padding: 1rem;
}
.grid-gutters-large {
  margin: -2rem;
}
.grid-gutters-large > .cell {
  padding: 2rem;
}

@media screen and (max-width: 960px) {
    .grid-gutters-large {
    margin: -1.5rem;
  }
  .grid-gutters-large > .cell {
    padding: 1.5rem;
  }
}


/* -------------------------
   CONTENT - Lists
------------------------- */


/* ul {
    list-style: none;
    margin: 0;
}
ul li {
    position: relative;
    padding-left: 1rem;
}
ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #111;
} */


.ico-list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ico-list:first-child {
  margin-top: 0;
}
.ico-list:last-child {
  margin-bottom: -1.5rem;
}

.ico-list ul li {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  color: #29333dcc;
  font-weight: 500;
}
.ico-list i {
  color: #296561;
  margin-right: 1.2em;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  border-radius: 50%;
  font-size: 0.8rem;
  aspect-ratio: 1/1;
  width: 3.125em;
  height: 3.125em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ico-list i:before {
  margin-top: 1px;
}
.ico-list.small-icons i {
  font-size: .5rem;
}

.ico-list p:last-child {
  margin-bottom: 0;
}

.ico-list.inline-title-icons {

}
.ico-list.inline-title-icons ul li {
  display: block;
}
.ico-list.inline-title-icons ul li .title-container {
  margin-bottom: .5rem;
}
.ico-list.inline-title-icons ul li h3 {
  font-size: 1.2rem;
}
.ico-list.inline-title-icons ul li i {
  font-size: .5rem;
}

.ico-list ul.grid-gutters-large li,
.ico-list ul.grid-gutters-regular li {
  margin-bottom: 0;
}


/* -------------------------
   CONTENT - Images
------------------------- */
.image-wrapper {}

.image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-wrapper.image-radius-large img {
  border-radius: 25px;
}


/* -------------------------
   CONTENT - ACCORDION
------------------------- */
.accordion {
  background: none;
}

.accordion>li:not(.tile) {
  padding: 0;
  border-bottom: 3px #eee solid;
}

.accordion>li.tile {
  margin-bottom: .5rem;
  padding: 0;
}
.accordion>li.tile > a.accordion-title {
  padding: 1.3rem 1.5rem;
}

.accordion>li:before {
  display: none;
}

.accordion>li .accordion-title {
  border: 0;
  padding: 0;
  background: none;
  font-weight: 600;
  color: #28635f;
  font-size: 1.2rem;
  line-height: 1.3;
}

.accordion>li:last-child .accordion-title {
  border: none;
}

/* .accordion > li .accordion-title:before {
  content: '+';
} */

.accordion>li .accordion-content {
  border: 0;
  background: none;
  padding: 0 1.5rem 1.5rem;
}

.accordion>li .accordion-content:last-child {
  border: none;
}


.accordion>li.is-active .accordion-content {
  border: none;
}







/* -------------------------
 CONTENT - TABS
------------------------- */

.tabs {
  border: 0;
  background: none;
}

.tabs-title {
  float: none;
  display: inline-block;
  padding-left: 0;
}

.tabs-title:before {
  display: none;
}

.tabs-title>a {
  background: #eee;
}

.tabs-title>a:hover {
  background: #ddd;
}

.tabs-content {
  border: none;
  background: none;
}

.tabs-content p:last-child {
  margin: 0;
}



/* -------------------------
 CONTENT - TILES
------------------------- */
.tile {
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dddad580;
}

.tile.large-padding {
  padding: 2.5rem;
}

.tile.small-padding {
  padding: 1rem;
}

.tile.border-left {
  border-left: 4px solid #296561;
}

@media screen and (max-width: 400px) {
  .tile.large-padding {
    padding: 1.5rem;
  }
}


.tile.white-bg {
  background: #fff;
}
.white-bg.tile hr {
  border-color: #dddad5;
}

.white-bg .tile {
  background: #fcfdfc;
}

/* .white-bg.tile h1,
.white-bg.tile h2,
.white-bg.tile h3,
.white-bg.tile h4,
.white-bg.tile h5 {
  color: #29333d;
} */



.tile p:last-child {
  margin: 0;
}


.tile .icon-box {
  width: 48px;
  height: 48px;
  background: #eaf1f1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #296561;
}

.tile.white-bg .icon-box {
  background: #f3f7f6;
}

.service-card {
  border-top: #29656121 solid 8px;
}

a.service-card:hover {
  border-top-color: #296561;
}

.service-card .icon-box i {
  font-size: 1rem;
  color: #296561;
}

.service-card h3 {
  font-size: 1.25rem;
  color: #296561;
  margin-bottom: 1rem;
}

.service-card p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.service-card .learn-more {
  color: #296561;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.key-feature-tile {
  display: flex;
  align-items: center;

}

.key-feature-tile .icon {
  margin-right: 10px;
}


/* property tile - does not inherit tile */
.property-tile {
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border: 1px solid #dddad5;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.property-tile .tile-wrap {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e5e8;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.property-tile .tile-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: .4s ease filter;
}

.property-tile .tile-wrap:hover img {
  filter: grayscale(40%);
  /* opacity: 1; */
}

.property-tile .tile-wrap .no-image {
  width: 100%;
  height: 100%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

.property-tile .title-holder {
  border: none;
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.property-tile .title-holder .address {
  color: #6d7b8a;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.4;
}

.property-tile .title-holder .contact-detail {
  color: #1a5c64;
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.property-tile .title-holder .contact-detail .detail-icon {
  color: #1a5c64;
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}

.property-tile .title-holder .button {
  margin-top: 25px;
  margin-bottom: 0;
}



.property-tile .title {
  font-size: 1.35rem;
  margin-bottom: 15px;
  margin-top: 0;
}




/* property single - contact tile */
.property-contact-tile .referral {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 15px;
}

.property-contact-tile .contact-label {
  display: block;
  color: #296561;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.property-contact-tile svg {
  color: #28635f; 
  margin-right: .5rem; 
  margin-top: 2px;
}

.property-contact-tile .contact-value {
  display: block;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}


.testimonial-tile {
  position: relative;
  z-index: 1;
}
.testimonial-tile .quote-mark {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 3rem;
  height: 2rem;
  width: 2rem;
  color: #2965611A;
  z-index: -1;
}
.testimonial-tile .testimonial-text {
  font-size: 1.2rem;
}
.testimonial-tile .testimonial-subtitle {
  font-size: .9rem;
}
.testimonial-tile .testimonial-image {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
  height: 50px;
  aspect-ratio: 1/1;
}
.testimonial-tile .testimonial-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial-tile .testimonial-image .testimonial-image-letter {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7efe9;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
}

@media screen and (max-width: 300px) {
  .testimonial-tile .testimonial-author > .cell {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}


a.tile {
  display: block;
}

a.tile:hover {
    box-shadow: 0 20px 25px  rgba(0, 0, 0, 0.08);
}

a.tile .learn-more {
  display: block;
  transition: transform .15s linear;
}
a.tile:hover .learn-more {
  transform: translateX(5px);
}

/* -------------------------
 CONTENT - COMMENTS
------------------------- */
#comments {
  margin-top: 6rem;
}


/* --------------------------------

STYLE SET 4: TITLES

-------------------------------- */

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0px;
  line-height: 1.2;
  margin-bottom: .2em;
  color: #296561;
}

.alt h1,
.alt h2,
.alt h3,
.alt h4,
.alt h5,
h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt {
  color: #fff;
}


h1.m-top,
h2.m-top,
h3.m-top,
h4.m-top,
h5.m-top {
  margin-top: 1em;
}
h1.m-bottom,
h2.m-bottom,
h3.m-bottom,
h4.m-bottom,
h5.m-bottom {
  margin-bottom: .5em;
}

h1.m-bottom-large,
h2.m-bottom-large,
h3.m-bottom-large,
h4.m-bottom-large,
h5.m-bottom-large {
  margin-bottom: 1em;
}

h2.section-title {
  margin-bottom: .6em;
}

@media screen and (min-width: 40em) {

  h1,
  .h1 {
    font-size: 2.8rem;
  }

  h2.large-title,
  .h2.large-title {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.3rem;
  }

  h3,
  .h3 {
    font-size: 1.6rem;
  }

  h4,
  .h4 {
    font-size: 1.2rem;
  }

  h5,
  .h5 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1164px) {
  h2.large-title, .h2.large-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }

  h2,
  .h2 {
    font-size: 1.7rem;
  }

  h3,
  .h3 {
    font-size: 1.4rem;
  }

  h4,
  .h4 {
    font-size: 1.2rem;
  }

  h5,
  .h5 {
    font-size: 1.1rem;
  }
}




/* --------------------------------

STYLE SET 5: BUTTONS

-------------------------------- */

/* -------------------------
   LINKS - DEFAULT
------------------------- */
a {
  transition: .2s ease-in-out all;
  color: #9d98df;
}

a:focus,
a:active,
a:hover {
  color: #7676bf;
}

/* -- ios fix -- */
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}


/* -------------------------
   BUTTONS
------------------------- */

.gform-theme--framework.gform-theme.gform_wrapper .gform-footer input[type="submit"].gform_button.button,
.button,
a.button,
button.button,
input.button {
  font-weight: 500;
  padding: 0.7em 1em;
  background: #296561;
  border: 1px solid #296561;
  border-radius: 6px;
  border: 0;
  color: #faf8f5;
  box-sizing: border-box;
}

.gform-theme--framework.gform-theme.gform_wrapper .gform-footer input[type="submit"].gform_button.button:hover,
.gform-theme--framework.gform-theme.gform_wrapper .gform-footer input[type="submit"].gform_button.button:focus,
.button:hover,
a.button:hover,
button.button:hover,
input.button:hover,
.button:focus,
a.button:focus,
button.button:focus,
input.button:focus {
  background: #438581;
  border: 0;
  outline: none;
}

/* OUTLINE */
.button.outline,
a.button.outline,
button.button.outline,
input.button.outline {
  background: transparent;
  border: 1px solid #29656121;
  color: #29333d;
}

.button.outline:hover,
a.button.outline:hover,
button.button.outline:hover,
input.button.outline:hover,
.button.outline:focus,
a.button.outline:focus,
button.button.outline:focus,
input.button.outline:focus {
  background: #e7efe94d;
  border: 1px solid #29656121;
  color: #29333d;
}

/* OUTLINE */
a.button.outline.cta,
button.button.outline.cta,
input.button.outline.cta {
  background: transparent;
  border: 1px solid #29333d;
  color: #29333d;
}

a.button.outline.cta:hover,
button.button.outline.cta:hover,
input.button.outline.cta:hover,
a.button.outline.cta:focus,
button.button.outline.cta:focus,
input.button.outline.cta:focus {
  background: #e7efe94d;
  border: 1px solid #29333d;
  color: #29333d;
}


/* CTA */
a.button.cta,
button.button.cta,
input.button.cta {
  background: #296561;
  border: 1px solid #296561;
  color: #faf8f5;
}

a.button.cta:hover,
button.button.cta:hover,
input.button.cta:hover,
a.button.cta:focus,
button.button.cta:focus,
input.button.cta:focus {
  background: #296561;
  color: #faf8f5;
}


/* ALT */
a.button.alt,
button.button.alt,
input.button.alt {
  background: #faf8f5;
  border: 1px solid #faf8f5;
  color: #296561;
}

a.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
a.button.alt:focus,
button.button.alt:focus,
input.button.alt:focus {
  background: #faf8f5;
  color: #296561;
}

/* ALT OUTLINE */
a.button.alt.outline,
button.button.alt.outline,
input.button.alt.outline {
  background: transparent;
  border: 1px solid #faf8f54d;
  color: #faf8f5;
}

a.button.alt.outline:hover,
button.button.alt.outline:hover,
input.button.alt.outline:hover,
a.button.alt.outline:focus,
button.button.alt.outline:focus,
input.button.alt.outline:focus {
  background: #faf8f51A;
  color: #faf8f5;
}

a.button.hero {
  padding: 1.1em 2em;
  font-size: 1.05rem;
  font-weight: 600;
}




/* --------------------------------

STYLE SET 6: PAGE STYLING

--------------------------------*/

/* -------------------------
   PAGE - HOME
------------------------- */
/* -------------------------
   PAGE - ABOUT
------------------------- */
/* -------------------------
   PAGE - CONTACT
------------------------- */

.contact-list {
  margin-top: 2rem;
}

.contact-list > ul > li {
  margin-bottom: 1.5rem;
}
.contact-list > ul > li:last-child {
  margin-bottom: 0;
}

.contact-list > ul > li p {
  margin-bottom: .8rem;
  line-height: 1.3;
}
.contact-list > ul > li p:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 996px) {
  .contact-form-section .main-grid > .cell {
    width: 100%;
    max-width: 650px;
    margin-bottom: 2rem;
  }
  .contact-form-section .main-grid > .cell:last-child {
    margin-bottom: 0;
  }
  .contact-list {
    margin-bottom: 2rem;
    display: flex;
  }
  .contact-list > ul.ico-list {
    margin: -2rem;
  }
  .contact-list > ul > li.cell {
    width: 50%;
    margin: 0;
    padding: 1rem;
  }
}
@media screen and (max-width: 39.9375rem) {
  .contact-list > ul.ico-list {
    margin: -0.5rem;
  }
}
@media screen and (max-width: 630px) {
  .contact-list > ul > li.cell {
    width: 100%;
  }
}

/* -------------------------
   PAGE - Activities
------------------------- */
@media screen and (max-width: 920px) {
  .activities-nature-nourishment .gallery-grid {
    display: block;
    margin: -10px;
  }
  .activities-nature-nourishment .gallery-grid .grid-item {
    transform: none;
    padding: 10px;
  }
}

/* -------------------------
   PAGE - JOIN US
------------------------- */

/* Flex container for independent scrolling columns */
.join-us-layout {
    min-height: 700px;
    height: 80vh;
}

/* Left Column - Scrollable Job List */
.job-list-col {
    height: 100%;
}
.job-list-scroll {
    height: 100%;
    overflow-y: auto;
    padding-right: 15px;
}
.job-list-scroll::-webkit-scrollbar {
    width: 6px;
}
.job-list-scroll::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px;
}

 /* Job Card Styling */
.job-tabs .tabs-title {
  margin-bottom: 1rem;
  width: 100%;
}

.job-tabs .tabs-title>a.job-card {
    display: block;
    background: #ffffff;
}

.job-tabs .tabs-title a.job-card:hover {
    background: #e8e6df;
    /* border: 1px solid #164E40; */
}
.job-tabs .tabs-title.is-active .job-title,
.job-tabs .tabs-title > a[aria-selected="true"].job-title {
    color: #164E40;
}
/* Active state when tab is selected */
.job-tabs .tabs-title.is-active .job-card,
.job-tabs .tabs-title > a[aria-selected="true"].job-card {
    background: #e8e6df;
    border: 1px solid #164E40;
}
.job-tabs .tabs-title.is-active .job-title,
.job-tabs .tabs-title > a[aria-selected="true"].job-title {
    color: #164E40;
}


.job-title {
    font-size: 1.3rem;
    margin-bottom: .4em;
}
.job-location {
    font-size: 0.9rem;
    color: #64748b;
    display: flex;
    align-items: center;
}
.job-location svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    fill: currentColor;
}
.job-type {
    font-size: 0.8rem;
    color: #64748b;
}

/* Right Column - Job Details */
.job-details-col {
    height: 100%;
}
.custom-job-tabs-content {
    /* border: none;
    background: transparent;
    padding: 0; */
    overflow: hidden;
    height: 100%;
}
.custom-job-tabs-content .tabs-panel {
    height: 100%;
    padding: 0;
}
.job-details-inner {
    /* background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05); */
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Right Column - Job Details */
.job-details-col {
    height: 100%;
}
.custom-job-tabs-content {
    border: none;
    background: transparent;
    padding: 0;
    height: 100%;
}
.custom-job-tabs-content .tabs-panel {
    height: 100%;
    padding: 0;
}
.job-details-inner {
    /* background: #ffffff;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05); */
}

/* Scrollable Content Area */
.job-details-content {
    flex-grow: 1;
    overflow-y: auto;
    margin: -2rem -2rem 95px;
    padding: 2rem 2rem 2rem;
}
.details-title {
    /* margin-bottom: 25px; */
}
.details-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f5f9;
}
.details-tags .tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 0.9rem;
    color: #475569;
    background: #ffffff;
}
.details-tags .tag svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    fill: #94a3b8;
}

.details-body h4 {
    color: #164E40;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.details-body p {
    color: #475569;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.job-details-inner .why-join-us.tile {
  height: auto;
  background: #2965610D;
  border-color: #2965611a;

}

/* application window */
.job-details-content.application-content {
  flex-grow: 1;
  overflow-y: auto;
  margin: -2rem -2rem -2rem;
  padding: 2rem 2rem 2rem;
}
.job-details-content.application-content .application-header {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f5f9;
}

.back-to-job-btn {
  font-weight: 500;
  color: #737f8c;
  margin-bottom: 1rem;
  cursor: pointer;
}
.back-to-job-btn:hover {
  opacity: .8;
}

/* Sticky Bottom Apply Bar */
.details-apply-bar {
    background: #FAFAFA;
    border-top: 1px solid #f1f5f9;
    position: absolute;
    inset: auto -2.5rem -2.5rem;
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.apply-text strong {
    color: #164E40;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 4px;
}
.apply-text span {
  color: #64748b;
  font-size: 0.95rem;
}
.details-apply-bar .button {
  margin: 0;
}

@media screen and (max-width: 850px) {
  .join-us-layout {
    height: auto;
    min-height: auto;
  }
  .join-us-layout > .cell {
    width: 100%;
    height: auto;
  }
  .join-us-layout .job-tabs {
    margin: -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .join-us-layout .job-tabs > li {
    width: 50%;
    display: block;
    padding: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
  }
  .job-list-scroll {
    height: auto;
    overflow: visible;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .join-us-layout .job-tabs > li {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .details-apply-bar {
    display: block;
    position: static;
  }
  .details-apply-bar .apply-text {
    margin-bottom: 1rem;
  }
  .job-details-content {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 340px) {
  .details-apply-bar {
    margin: 0 -2rem -2rem;
  }
}


/* -------------------------
   PAGE - BLOG
------------------------- */
.blog-inner>article {
  margin-bottom: 3rem;
}


/* -------------------------
   PAGE - single property
------------------------- */
@media screen and (max-width: 600px) {
  .property-gallery .property-gallery-grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .property-gallery .property-gallery-grid .grid-y {
    display: block;
  }
  .property-gallery .property-gallery-grid > .cell .cell {
    display: block;
    width: auto;
    height: auto;
  }
}


/* -------------------------
   PAGE - 404
------------------------- */
.error404 .content-not-found {
  min-height: calc(60vh - 200px);
  padding: 2rem 0;
}

.error404 .content-not-found h1 {
  margin-bottom: 1rem;
}

.error404 .content-not-found h1 span {
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  font-size: 3em;
  background: #000000;
  /* background: rgb(2,0,36);
  background: linear-gradient(56deg, rgba(2,0,36,1) 0%, rgba(9,11,122,1) 27%, rgba(5,104,184,1) 100%);  */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error404 .content-not-found p {
  opacity: .8;
}



/* --------------------------------

STYLE SET 7: FORMS

-------------------------------- */



/* -------------------------
   FORMS - BASE STYLING
------------------------- */

.gform_wrapper form .gform_fields {
  row-gap: 1rem;
  column-gap: 1rem;
}
.gform_wrapper form .gform_fields .gfield {
  /* margin-bottom: 1rem; */
}


.gform_wrapper form .gform_fields .gfield label {
  display: block;
  margin-bottom: .1rem;
  color: #296561;
  font-weight: 500;
}
.gform_wrapper form .gform_fields .gfield label .gfield_required {
}
.gform_wrapper form .gform_fields .gfield label .gfield_required:before {
  content: '*';
  color: #e53e3e;
  margin-left: 2px;
}
.gform_wrapper form .gform_fields .gfield label .gfield_required .gfield_required_text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


.gform_wrapper form .gform_fields .gfield input,
.gform_wrapper form .gform_fields .gfield textarea {
  padding: .5em .8rem !important;
  line-height: 1.6;
  height: auto;
  border: none;
  box-shadow: none;
  /* box-shadow: 0px 1px 8px 0 rgb(0 0 0 / 10%), 0 4px 10px 0 rgb(0 0 0 / 9%); */
  transition: .2s all ease-in-out;
  border-radius: 6px;
  margin: 0;

  background: #f9f7f5;
  border: 1px solid #e2e8f0;
  outline: none;
}
.gform_wrapper form .gform_fields .gfield input:focus,
.gform_wrapper form .gform_fields .gfield textarea:focus {
  height: auto;
  /* border: none; */
  background-color: #eff2f2;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #666666;
  opacity: 1;
}

.gform_wrapper form .gform_fields .gfield input[type="file"] {
  padding-left: .5rem!important;
  /* background: none; */
}




/* --------------------------------

STYLE SET 8: SIDEBARS

-------------------------------- */


/* -------------------------
   SIDEBAR - DEFAULT
------------------------- */

.sidebar>.sticky-container>.sticky,
.sidebar>.sticky {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}



/* --------------------------------

STYLE SET 9: FOOTER

-------------------------------- */

.footer {
  /* margin-top: 6rem; */
  background: #296561;
  padding: 1rem 0;
}

.footer p {
  margin: 0;
}

.upper-footer {
  padding: 3rem 0;
}

.upper-footer .message h2 {
  font-size: 3rem;
  margin: 2rem 0;
}

.upper-footer .message p {
  font-size: 1.25rem;
  margin: 2rem 0;
}

.upper-footer .message .buttons {
  margin: 2rem 0;
}

.upper-footer .message .buttons .button {
  margin: .5rem;
}

.mid-footer {
  /* margin: 4rem 0; */
}

.mid-footer .menu.vertical {}

.mid-footer .menu.vertical {
  margin: 1rem 0;
}

.mid-footer .menu.vertical li a {
  padding: .6rem 0;
  color: #faf8f5;
  opacity: .8;
  font-size: .95rem
}

.mid-footer .menu.vertical li a:hover {
  color: #faf8f5;
  opacity: 1;
}

.mid-footer .infinity-care p {
  margin-bottom: 1.5rem;
}

.mid-footer .infinity-care .social-links {
  margin-bottom: 1rem;
}

.mid-footer .infinity-care .social-links a {
  color: #faf8f5;
  opacity: .8;
  padding: .2rem;
}

.mid-footer .infinity-care .social-links a:hover {
  color: #faf8f5;
  opacity: 1;
}


.mid-footer input,
.mid-footer input:focus {
  background: #faf8f51A;
  border: 1px solid #faf8f54d;
  color: #faf8f5;
  border-radius: 10px;
  padding: .5rem .75rem;
  transition: box-shadow .4s ease;
}
.mid-footer input::placeholder {
  color: #faf8f5aa;
}
.mid-footer input::-moz-placeholder {
  color: #faf8f5aa;
}
.mid-footer input::-webkit-input-placeholder {
  color: #faf8f5aa;
}


/* CQC Widget */
.mid-footer .cqc-widget {
  background-color: #ffffff;
  padding: .75rem;
  border-radius: .5rem;
  display: inline-block;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
}

.mid-footer .cqc-widget .cqc-widget-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .25rem;
  text-decoration: none !important;
}

.mid-footer .cqc-widget .cqc-widget-label {
  color: #296561;
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.25;
}

.mid-footer .cqc-widget .cqc-widget-rating {
  color: #16a34a;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.mid-footer .cqc-widget .cqc-widget-action {
  font-size: 10px;
  color: #6b7280;
  line-height: 1rem;
}

.mid-footer .cqc-widget .cqc-widget-link:hover .cqc-widget-action {
  text-decoration: underline;
}

.mid-footer .newsletter-signup {
  margin-bottom: 2rem;
}

.mid-footer .newsletter-signup p {
  margin-bottom: 1rem;
  font-size: .9rem;
}

ul.contact-details li {
  margin: .4rem 0;
  font-size: .85rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.contact-details li i {
  margin-right: .6rem;
  font-size: 1rem;
}


/* lower footer */
.lower-footer {
  font-size: .8rem;
  padding: 2rem;
  /* background: #333; */
}

.lower-footer p {
  opacity: .8;
}

.lower-footer nav ul li a,
.copyright,
.s1-footer-sig a span {
  opacity: .8;
  background: none;
}

.lower-footer nav ul li.active a {
  background: none;
}

/* .lower-footer nav ul li.current_page_item a {} */
.lower-footer nav ul li a:hover {
  opacity: 1;
}


/* sig */
.s1-footer-sig {
  /* width: 50%; */
  /* float: right; */
  text-align: right;
}

.s1-footer-sig a {
  display: inline-block;
  text-decoration: none;
}

.s1-footer-sig a:hover {
  text-decoration: none;
}

.s1-footer-sig .s1-footer-sig-main {
  color: #999999;
  text-decoration: none;
  vertical-align: middle;
  padding-right: 25px;
}

.s1-footer-sig .s1-footer-sig-main img {
  display: inline-block;
  vertical-align: middle;
  max-width: 25px;
  margin-left: 13px;
}

@media screen and (max-width: 39.9375rem) {
  .footer .copyright {
    text-align: center;
    text-wrap: balance;
  }
  .s1-footer-sig {
    width: 100%;
    text-align: center;
    margin-top: .5rem;
  }
  
  .lower-footer .container {
    padding: 0;
  }

  .upper-footer .message h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .footer .grid-x .cell.small-6 {
    width: 100%;
    text-align: center;
  }
  .footer .grid-x .cell.small-6 .contact-info ul {
    text-align: left;
  }
  .footer .grid-x .cell.small-6 ul.social-links {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}




/* --------------------------------

STYLE SET 10: WP JOINTS STYLING

-------------------------------- */

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background-color: #14679e;
  color: #fefefe;
}

body#tinymce {
  margin: 20px;
}


/* --------------------------------

STYLE SET 11: EXTENSION STYLES

-------------------------------- */


/* -------------------------
   EXTENSION - GOOGLE MAPS
------------------------- */

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

/* --------------------------------

STYLE SET 12: CUSTOM HOME DESIGN

-------------------------------- */

/* -- SHARED -- */


/* -- HERO SECTION -- */


/* -- ABOUT SECTION -- */
.home-about {
  position: relative;
}

.home-about p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.home-about .ico-list {
  margin-bottom: 2rem;
}

.home-about .button-container .button {
  margin: 0;
}

/* Floating Card */
.relative-container {
  position: relative;
  padding: 2rem;
}

.home-about .floating-card {
  position: absolute;
  padding: 2rem;
  bottom: -10px;
  left: -10px;
  height: auto;
  max-width: 390px;
  z-index: 2;
}

.home-about .floating-card p {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #333;
}

.home-about .floating-card span {
  border-left: 4px solid #29656133;
  font-weight: 700;
  color: #296561;
  padding: 3px 0 3px .8rem;
}

.home-about .floating-card .text-link {
  font-size: 0.9rem;
  font-weight: bold;
  color: #296561;
  text-decoration: none;
}


@media screen and (max-width: 1340px) {
  .home-about .floating-card {
    bottom: -60px;
  }
}
@media screen and (max-width: 960px) {
  .home-about .main-grid > .cell {
    width: 100%;
  }
  .home-about .relative-container {
    padding: 0;
  }
  .home-about .floating-card {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 650px) {

}


/* -- SERVICES SECTION -- */
.home-services {
  background-color: #faf8f5;
}

.home-services .section-header {
  margin-bottom: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.home-services .section-header h2 {
  color: #296561;
}


/* -- GALLERY SECTION -- */
.home-gallery {
  /* padding: 6rem 0; */
}

.home-gallery h2 {
  color: #296561;
  max-width: 620px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}

.gallery-grid .grid-item {
  border-radius: 12px;
  overflow: hidden;
}

.gallery-grid .grid-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.gallery-grid .item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  transform: translateY(-30px);
}

.gallery-grid .item-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 5;
  transform: translateY(30px);
}

.gallery-grid .item-3 {
  grid-column: 1 / 2;
  grid-row: 3 / 8;
  transform: translateY(-30px);
}

.gallery-grid .item-4 {
  grid-column: 2 / 3;
  grid-row: 5 / 8;
  transform: translateY(30px);
}

/* -----------------------------------------------------------------------------
 * ABOUT PAGE STYLES
 * ----------------------------------------------------------------------------- */
.pale-bg {
  background-color: #faf8f5;
}

.principle-card {
  border-radius: 12px;
  height: 100%;
}

.icon-box-center {
  width: 60px;
  height: 60px;
  background: #eaf1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
}

.icon-box-center i {
  font-size: 1.5rem;
  color: #296561;
}

.callout-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border-left: 4px solid #296561;
}

.callout-icon {
  color: #296561;
  font-size: 1.2rem;
}


.m-top-large {
  margin-top: 2rem;
}

.m-bottom-none {
  margin-bottom: 0;
}


/* --------------------------------

STYLE SET: PAGINATION

-------------------------------- */

.page-navigation {
  margin: 2rem 0;
  text-align: center;
}

.page-navigation .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-navigation .pagination li {
  margin: 0;
}

.page-navigation .pagination a,
.page-navigation .pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.page-navigation .pagination a {
  color: #ffffff;
  background: #296561;
  border: none;
}

.page-navigation .pagination a:hover {
  background: #3d7370;
  color: #ffffff;
}

.page-navigation .pagination .current {
  background: #52918d;
  border: none;
  color: #ffffff;
}