/*
Theme Name: Happy Valley Realty Group
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Happy Valley Realty Group
Version: 7.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Happy Valley Realty Group
Tags: 
*/
/* @link https://utopia.fyi/type/calculator?c=600,16,1.2,1230,16,1.251,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  --step--2: clamp(0.639rem, 0.7473rem + -0.1409vw, 0.6944rem);
  --step--1: clamp(0.7994rem, 0.8657rem + -0.0863vw, 0.8333rem);
  --step-0: clamp(1rem, 1rem + 0vw, 1rem);
  --step-1: clamp(1.2rem, 1.1514rem + 0.1295vw, 1.251rem);
  --step-2: clamp(1.44rem, 1.321rem + 0.3175vw, 1.565rem);
  --step-3: clamp(1.728rem, 1.5091rem + 0.5837vw, 1.9578rem);
  --step-4: clamp(2.0rem, 1.7159rem + 0.954vw, 2.4492rem);
  --step-5: clamp(2.0rem, 1.9401rem + 1.462vw, 3.064rem);
}

:root {
  --lh-step--2: calc(var(--step--2) * 1.4);
  --lh-step--1: calc(var(--step--1) * 1.4);
  --lh-step-0: calc(var(--step-0) * 1.45);
  --lh-step-1: calc(var(--step-1) * 1.4);
  --lh-step-2: calc(var(--step-2) * 1.4);
  --lh-step-3: calc(var(--step-3) * 1.3);
  --lh-step-4: calc(var(--step-4) * 1.3);
  --lh-step-5: calc(var(--step-5) * 1.1);
}

/* 

CSS RESET 

Mostly:
https://www.joshwcomeau.com/css/custom-css-reset/

Added:
https://piccalil.li/blog/a-modern-css-reset/

Tweaks:
https://www.youtube.com/watch?v=h3bTwCqX4ns


*/
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/*
  3. Allow percentage-based heights in the application
*/
html, body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/*
  Added
*/
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*
  7. Remove built-in form typography styles - Used * above instead

input, button, textarea, select {
  font: inherit;
}
*/
/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
@view-transition {
  navigation: auto;
}
html {
  scroll-behavior: smooth;
}

body {
  background: #F5F5F5;
  font-size: var(--step-0);
  line-height: var(--lh-step-0);
  color: #444;
  font-family: "Source Sans 3", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#skipnav {
  display: none;
}

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
/* Block layout
Dmitry Mayorov - Content Width Solutuion
Video: https://www.youtube.com/watch?v=MQFg2bdSY4Q&list=WL&index=1
Github: https://github.com/dmtrmrv/demo-content-width/tree/trunk
*/
html :where(.wp-block) {
  margin-bottom: 0;
  margin-top: 0;
  max-width: none;
}

.editor-styles-wrapper {
  padding: 0 !important;
}

:root {
  --width--site-gutter: 20px;
  --width--content: 800px;
  --width--content--wide: 1230px;
  --width--content--breakout: 1430px;
}

.wp-block-post-content > *,
.block-editor-writing-flow > *,
.is-layout-flow > *,
.block_size_none {
  --width--max: var(--width--content);
  margin-inline: auto;
  max-inline-size: min(100% - var(--width--site-gutter) * 2, var(--width--max));
}

.block_size_wide,
.inner_alignwide,
#sidx-main-container {
  --width--max: var(--width--content--wide);
  margin-inline: auto;
  max-inline-size: min(100% - var(--width--site-gutter) * 2, var(--width--max));
}

.block_size_breakout,
.inner_breakout {
  --width--max: var(--width--content--breakout);
  margin-inline: auto;
  max-inline-size: min(100% - var(--width--site-gutter) * 2, var(--width--max));
}

.block_size_full,
.inner_alignfull {
  max-inline-size: none;
}

.full_inner_alignwide {
  --width--max: var(--width--content--wide);
  margin-inline: auto;
  max-inline-size: min(100%, var(--width--max));
}

.wp-block-post-content > *:last-child,
.block-editor-writing-flow > *:last-child {
  margin-bottom: 100px;
}

.wp-block-post-content > .block_size_full:last-child,
.block-editor-writing-flow > .block_size_full:last-child {
  margin-bottom: 0 !important;
}

/* Columns */
.columns {
  --grid-max-col-count: 2;
  --grid-min-col-size: 250px;
  --grid-gap: 30px;
  /* calculations, do not touch */
  --grid-col-size-calc: calc(
    (100% - var(--grid-gap) * var(--grid-max-col-count)) /
      var(--grid-max-col-count)
  );
  --grid-col-min-size-calc: min(
    100%,
    max(var(--grid-min-col-size), var(--grid-col-size-calc))
  );
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-min-size-calc), 1fr));
  gap: 0 var(--grid-gap);
}
.columns.colnum-2 {
  --grid-max-col-count: 2;
}
.columns.colnum-3 {
  --grid-max-col-count: 3;
}
.columns.colnum-4 {
  --grid-max-col-count: 4;
}

/* Flexible content small */
.flexible-content-small .columns.colnum-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media (max-width: 940px) {
  .flexible-content-small .columns.colnum-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Buttons at and of column */
.col.button-end {
  position: relative;
  padding-bottom: 30px;
}
.col.button-end p.linkwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
}

/* Block editor block list div */
.block-editor-block-list__block {
  max-inline-size: 100%;
}

/* Block editor footer height */
:root :where(.editor-styles-wrapper)::after {
  max-height: 200px !important;
}

/*	
  ----------------------------------------------------------------
  Base - Typography and other classes - included into TinyMCE
	----------------------------------------------------------------
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lora", serif;
  color: #333;
  font-weight: 400;
  margin-block-end: 5px;
  padding: 0;
  font-style: normal !important;
  text-wrap: balance;
}

h1,
.h1 {
  font-size: var(--step-5);
  line-height: var(--lh-step-5);
  margin: 0;
}

h2,
.h2 {
  font-size: var(--step-4);
  line-height: var(--lh-step-4);
  margin-block-start: clamp(24px, 19.8904109589px + 0.0082191781 * 100vw, 30px);
  color: #064280;
}

h3,
.h3,
.wrap > h2.h3:first-child {
  font-size: var(--step-3);
  line-height: var(--lh-step-3);
  margin-block-start: clamp(20px, 17.2602739726px + 0.0054794521 * 100vw, 24px);
}

h4,
.h4 {
  font-size: var(--step-2);
  line-height: var(--lh-step-2);
  margin-block-start: clamp(16px, 13.2602739726px + 0.0054794521 * 100vw, 20px);
}

h5,
.h5 {
  font-size: var(--step-1);
  line-height: var(--lh-step-1);
  margin-block-start: clamp(16px, 13.2602739726px + 0.0054794521 * 100vw, 20px);
}

h6,
.h6 {
  font-size: var(--step-1);
  line-height: var(--lh-step-1);
  margin-block-start: clamp(16px, 13.2602739726px + 0.0054794521 * 100vw, 20px);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none;
  font-weight: 400 !important;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333;
  text-decoration: none;
  font-weight: 400 !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #AAB814;
  text-decoration: none;
  font-weight: 400 !important;
}

/* Mobile */
@media (max-width: 767px) {
  h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
    display: none;
  }
}
p {
  font-size: var(--step-0);
  line-height: var(--lh-step-0);
  color: #444;
  font-family: "Source Sans 3", sans-serif;
  font-weight: normal;
  margin-block-start: 0;
  margin-block-end: 24px;
  text-wrap: pretty;
}

p.caption,
p.wp-caption-text,
.gallery-caption {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  text-align: center;
  color: #666;
  font-style: italic;
  margin-block: 12px 0;
  margin-inline: auto;
  max-inline-size: min(100% - 60px, 800px);
}

.intro-text {
  font-size: 18px;
  line-height: 28px;
}
.intro-text p {
  font-size: 18px;
  line-height: 28px;
}

p img {
  margin: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
}

.cdev_block ul,
.mce-content-body ul {
  margin: 0 0 24px 0;
  list-style: none; /* Remove default list style */
}
.cdev_block ul li,
.mce-content-body ul li {
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
}
.cdev_block ul li::before,
.mce-content-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px; /* Adjust to vertically center the bullet */
  width: 12px; /* Adjust the size of the square */
  height: 12px; /* Adjust the size of the square */
  background-color: #444; /* Use the same color as the text */
  border-radius: 0; /* Adjust the border radius to make it a circle */
}
.cdev_block ul ul,
.mce-content-body ul ul {
  margin: 10px 0 10px 0;
  padding: 0;
}
.cdev_block ol,
.mce-content-body ol {
  margin: 0 0 24px 0;
  list-style: none; /* Remove default list style */
  list-style: square; /* Remove default list style */
  list-style-position: inside !important;
}
.cdev_block ol li,
.mce-content-body ol li {
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  color: #444;
  border-radius: 0; /* Adjust the border radius to make it a circle */
}
.cdev_block ol,
.mce-content-body ol {
  margin: 10px 0 10px 0;
  padding: 0;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 22px;
}

blockquote p {
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  border: none;
}

@media (max-width: 1140px) {
  img.alignright {
    max-width: 40%;
    height: auto;
  }
  img.alignleft {
    max-width: 40%;
    height: auto;
  }
}
/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #BBCA16;
  line-height: inherit;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}

a:visited {
  line-height: inherit;
  color: #BBCA16;
}

a:hover {
  color: #AAB814;
  font-weight: bold;
  text-decoration: none !important;
}

a.box {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  position: relative;
  background: #BBCA16;
  transition-duration: 0.25s;
  border-radius: 6px;
}

a.box:visited {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
}

a.box:after {
  font-size: 16px;
  content: "\f054";
  padding-left: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.box.back:before {
  font-size: 16px;
  content: "\f054";
  padding-right: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.box.back:after {
  display: none;
}

a.box.rev {
  padding: 0;
  color: #BBCA16;
  background: none;
}

a.box.rev:visited {
  color: #BBCA16;
}

a.box.white {
  color: #FFF;
}

a.box.white:visited {
  color: #FFF;
}

a.box.pdf:after {
  font-size: 18px;
  padding-left: 8px;
  content: "\f1c1";
}

a.box.down:after {
  content: "\f078";
}

a.box.up:after {
  content: "\f077";
}

a.box:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #AAB814;
  text-decoration: none !important;
}

a.box.rev:hover {
  color: #AAB814;
  text-decoration: inherit;
  font-weight: inherit;
  background: none;
}

a.box.white:hover {
  color: #FFF;
}

p + p.linkwrap {
  margin-top: -10px;
}

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
/* Utility classes */
/* Clear Margins and padding */
.no-pad {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

/* Clear Child Margins */
.clear-top > *:first-child {
  margin-top: 0;
}

.clear-bottom > *:last-child {
  margin-bottom: 0;
}

.clear-both > *:first-child {
  margin-top: 0;
}

.clear-both > *:last-child {
  margin-bottom: 0;
}

.small-text {
  font-size: var(--step--2);
  line-height: var(--lh-step--2);
}
.small-text p {
  font-size: var(--step--2);
  line-height: var(--lh-step--2);
}

.x-small-text {
  font-size: 12px;
  line-height: 20px;
}
.x-small-text p {
  font-size: 12px;
  line-height: 20px;
}

.white-text {
  color: #fff !important;
}
.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text h4,
.white-text .h4,
.white-text h5,
.white-text .h5,
.white-text h6,
.white-text .h6,
.white-text p,
.white-text ul,
.white-text a {
  color: #FFF !important;
}
.white-text a:not(a.box):not(.social a),
.white-text a:visited:not(a.box):not(.social a) {
  color: #FFF;
  text-decoration: underline !important;
}
.white-text a:hover:not(a.box):not(.social a) {
  color: #FFF;
  text-decoration: underline !important;
  opacity: 0.6;
}
.white-text ul li {
  list-style: url(images/bullet_white.png);
}

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

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clearfloats {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

div[id*=gallery-] {
  margin: 20px 0 20px 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.two div[id*=gallery-] {
  grid-template-columns: 1fr 1fr;
}

.accordiancontent div[id*=gallery-] {
  margin: 30px 0 !important;
}

div[id*=gallery-] .gallery-item {
  margin: 0 !important;
}

.gallery-item {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.gallery br {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  div[id*=gallery-] {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
div[id*=gallery-] img {
  border: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

div[id*=gallery-] img:hover {
  opacity: 0.8;
}

img[class*=wp-image-] {
  margin-top: 0;
  margin-bottom: 0;
}

/* Images sizes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 4px 30px 20px 0 !important;
  display: block;
}

.alignright {
  float: right;
  margin: 4px 0 20px 30px !important;
  display: block;
}

.widget {
  margin-bottom: 0;
  margin-top: 0;
}

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

@media handheld, only screen and (max-width: 767px) {
  .alignleft {
    max-width: 40% !important;
    height: auto;
  }
  .alignright {
    max-width: 40% !important;
    height: auto;
  }
  .main-content-inner img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 100% !important;
    height: auto !important;
  }
}
.fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.fancybox-toolbar {
  right: auto !important;
  left: 0;
  top: 0;
}

/* Object Fit Image */
.object-fit-image {
  aspect-ratio: 1;
  overflow: hidden;
}

.object-fit-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/* Base animation setup */
.has-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}

/* Make visible when in viewport */
.has-animation.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Fade-in (default) */
.fade-in {
  transform: translateY(0);
}

/* Fade-up */
.fade-up {
  transform: translateY(40px);
}

/* Fade-left */
.fade-left {
  transform: translateX(-40px);
}

/* Fade-right */
.fade-right {
  transform: translateX(40px);
}

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
/* Alert */
.alertbar {
  background: #064280;
  padding: 15px 0;
  color: #FFF;
}

.alertbar .wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.alertbar .text {
  color: #FFF;
}

.alertbar .text p {
  color: #FFF;
  margin: 0;
}

.alertbar .text a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.alertbar .text a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

.alertbar .close {
  font-size: 20px;
  color: #FFF;
  margin: 6px 0 0 0;
}

.alertbar .close:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1999;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.popup-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.popup-overlay:not(.hidden) {
  opacity: 1;
}

/* Popup */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #507AA6;
  border: 10px solid #FFF;
  max-width: 820px;
  max-height: 620px;
  width: 90%;
  z-index: 2000;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.popup.hidden {
  display: none;
}

.popup-content {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 50px 30px 30px 30px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.popup-content.image-pop {
  min-height: auto;
  aspect-ratio: 800/600;
  padding: 0;
  text-align: center;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
}

.image-pop .popup-close {
  top: 0;
  right: 0;
  background: #FFF;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #064280;
}

.popup-close:hover {
  color: #064280;
}

.popup-body a:hover {
  opacity: 1 !important;
}

/* Header */
.site-header {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF;
}

.site-header .wrap {
  position: static;
}

.site-header__pad {
  height: 140px;
  position: relative;
}

/* Site Branding */
.site-branding {
  width: 228px;
  height: 115px;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.site-branding__site-title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.site-branding__site-title a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -4000px;
  background: url(images/logo.png) no-repeat;
  background-size: contain;
}

/* Mobile */
@media (max-width: 767px) {
  .site-branding {
    width: 228px;
    height: 115px;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* Tool */
.tool {
  position: absolute;
  right: 0;
  top: 30px;
}

.scrolled .tool {
  top: 0;
}

.tool .wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media (max-width: 1000px) {
  #masthead .tool {
    right: 50px;
    top: 22px;
  }
  .mobile-menu-cover .tool {
    display: none;
    position: static;
    margin: 15px 30px 0 30px;
  }
  .mobile-menu-cover .tool .wrap {
    flex-direction: column;
  }
}
/* Mobile */
@media (max-width: 767px) {
  #masthead .tool {
    display: none;
  }
  .social.header {
    margin: 0 0 25px 0;
    display: inline-flex;
  }
}
/* Social */
.social {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social.footer {
  margin-left: auto;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .social.footer {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
@media (max-width: 1040px) {
  .social.footer {
    padding-top: 0;
  }
}
.social span {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.social.footer span {
  color: #FFF;
}
.social a {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none !important;
  color: #064280;
  font-weight: normal;
  transition-duration: 0.25s;
}
.social a:hover {
  color: #BBCA16 !important;
  text-decoration: none !important;
}

@media (max-width: 1000px) {
  .mobile-menu-cover .tool .social {
    position: static;
    margin: 0 0 50px 0;
    gap: 15px;
  }
  .mobile-menu-cover .tool .social a {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    padding: 0;
  }
  .mobile-menu-cover .tool .social a:hover {
    color: #FFF !important;
    opacity: 0.6;
  }
}
/* Phone */
a.phone {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 30px;
  color: #064280;
  font-weight: 400;
  transition-duration: 0.25s;
  padding-bottom: 2px;
}

a.phone:hover {
  color: #BBCA16;
}

@media (max-width: 1000px) {
  .mobile-menu-cover .tool a.phone {
    font-size: 24px;
    line-height: 34px;
  }
}
/*	--------------------------------------------------
   	Nav Bar - Desk
	-------------------------------------------------- */
.primary-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
}

.primary-navigation .wrap {
  display: flex;
  justify-content: flex-end;
}

.primary-menu {
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.primary-menu .menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

.primary-menu .menu-item a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  margin: 0;
  padding: 0 15px;
  text-decoration: none;
  color: #064280;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  transition-duration: 0.25s;
}

.primary-menu > .menu-item:first-child {
  display: none;
}

.primary-menu .menu-item:last-child a {
  padding-right: 0;
}

.primary-menu .menu-item.current_page_item > a,
.primary-menu .menu-item.current-menu-item > a,
.primary-menu .menu-item.current-post-ancestor > a,
.primary-menu .menu-item.current-category-ancestor > a,
.primary-menu .menu-item.current_page_ancestor > a {
  color: #BBCA16;
}

.primary-menu .menu-item:hover > a {
  color: #BBCA16;
}

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  z-index: 99999;
  background: #BBCA16;
  padding: 0;
}

/*.menu-desk > ul > li:hover > ul { display:block; }*/
.primary-menu .sub-menu .menu-item {
  padding: 0;
  margin: 0;
}

.primary-menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 8px 15px;
  color: #FFF;
  background: #BBCA16;
  white-space: nowrap;
  transition-duration: 0.25s;
}

.primary-menu .sub-menu .menu-item:first-child a {
  padding-top: 12px;
}

.primary-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 12px;
}

.primary-menu .menu-item .sub-menu .menu-item a:hover {
  color: #FFF;
  background: #AAB814;
}

.primary-menu .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #FFF;
  background: #AAB814;
}

@media (max-width: 1000px) {
  .primary-navigation {
    display: none;
  }
}
/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
.mobile-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999;
}

.mobile-hamburger__link {
  background: #064280 url(images/mob.png) 0 0 no-repeat !important;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  padding: 0;
  text-indent: -4000px;
}

.mobile-hamburger__link.open {
  background: #064280 url(images/mob.png) 0 -30px no-repeat !important;
}

.mobile-menu-cover {
  display: none;
  background: #064280;
  color: #FFF;
  padding: 0;
  clear: both;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 150%;
  max-width: 340px;
  min-width: 340px;
  overflow: auto;
  z-index: 99999;
}

.mob-nav-container {
  margin: 0;
  padding: 0;
  display: none;
}

.mob-nav-menu {
  margin: 40px 30px 0 30px;
  padding: 0;
}

.mob-nav-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mob-nav-menu .menu-item a {
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.25s;
}

.mob-nav-menu .menu-item a:hover {
  color: #507AA6;
}

.mob-nav-menu .sub-menu {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  z-index: 99999;
  padding: 0;
}

.mob-nav-menu .sub-menu .menu-item a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

.mob-nav-menu .sub-menu .menu-item:first-child a {
  padding-top: 4px;
}

.mob-nav-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 10px;
}

@media (max-width: 1000px) {
  .mobile-hamburger {
    display: block;
    top: 22px;
    right: 20px;
  }
  .mobile-menu-cover {
    max-width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 660px) {
  .mobile-hamburger {
    top: 10px;
    right: 10px;
  }
  .mobile-menu-cover {
    max-width: 100%;
    min-width: 100%;
  }
}
/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */
/* Slideshow */
/* Stop Chrome Slick Flicker */
.slick-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.home-slideshow-wrap {
  position: relative;
}

.homeslideshow {
  position: static;
  height: 700px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  opacity: 0;
  transition-duration: 0.25s;
}

.homeslideshow.slick-initialized {
  opacity: 1;
}

.homeslideshow .slide {
  position: relative;
  height: 700px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.homeslideshow .slide .text_overlay {
  position: absolute;
  left: calc(50% - 615px);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 30;
}
.homeslideshow .slide .text_overlay .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 600px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.homeslideshow .slide .text_overlay .text h2 {
  font-size: 46px;
  line-height: 52px;
  text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
}

.homeslideshow .slide img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: 10;
}

.homeslideshow .slick-prev {
  left: 20px;
  z-index: 1;
}

.homeslideshow .slick-next {
  right: 20px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  transition-duration: 0.25s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0.8;
}

@media (max-width: 1330px) {
  .homeslideshow .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1270px) {
  .homeslideshow .slide .text_overlay {
    left: 20px;
    top: 50%;
  }
}
/* mobile */
@media (max-width: 767px) {
  .homeslideshow {
    height: 400px;
  }
  .homeslideshow .slide {
    height: 400px;
  }
  .homeslideshow .slide .text_overlay .text {
    padding: 20px;
    gap: 10px;
  }
  .homeslideshow .slide .text_overlay .text h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
/* Elevator */
.elevator {
  background: #ccc;
  padding: 100px 0;
}

/* mobile */
@media (max-width: 767px) {
  .elevator {
    padding: 50px 0;
  }
}
/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
/* Page wrap */
/* Main Content */
/*	--------------------------------------------------
   	Block Styles
	-------------------------------------------------- */
/* Block Text Width */
.block_text_width_narrow h1,
.block_text_width_narrow h2,
.block_text_width_narrow h3,
.block_text_width_narrow h4,
.block_text_width_narrow h5,
.block_text_width_narrow h6,
.block_text_width_narrow p,
.block_text_width_narrow ul {
  width: min(100%, 800px);
}

/* Block Intro Text */
.block_intro {
  font-size: 18px;
  line-height: 28px;
}

.block_intro p {
  font-size: 18px;
  line-height: 28px;
}

/* Block UL columns */
.block_ul_two ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.block_ul_three ul {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.block_ul_four ul {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.block_ul_two ul li,
.block_ul_three ul li,
.block_ul_four ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

@media (max-width: 1200px) {
  .block_ul_four ul {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (max-width: 1000px) {
  .block_ul_three ul,
.block_ul_four ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 700px) {
  .block_ul_two ul,
.block_ul_three ul,
.block_ul_four ul {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .block_ul_two ul li,
.block_ul_three ul li,
.block_ul_four ul li {
    -moz-column-break-inside: auto;
         break-inside: auto;
  }
}
/* Block Padding Before and After */
.block_pad_before_small {
  padding-top: 30px !important;
}

.block_pad_before_med {
  padding-top: 50px !important;
}

.block_pad_before_large {
  padding-top: 80px !important;
}

.block_pad_after_small {
  padding-bottom: 30px !important;
}

.block_pad_after_med {
  padding-bottom: 50px !important;
}

.block_pad_after_large {
  padding-bottom: 80px !important;
}

/* Block Margin Before and After */
.block_mar_before_small {
  margin-top: 30px !important;
}

.block_mar_before_med {
  margin-top: 50px !important;
}

.block_mar_before_large {
  margin-top: 80px !important;
}

.block_mar_after_small {
  margin-bottom: 30px !important;
}

.block_mar_after_med {
  margin-bottom: 50px !important;
}

.block_mar_after_large {
  margin-bottom: 80px !important;
}

/* Them Colors */
.block_theme_color_1 {
  background-color: #064280;
}

.block_theme_color_2 {
  background-color: #507AA6;
}

.block_theme_color_3 {
  background-color: #AAB814;
}

/* Block Background Light & Dark */
.block_background_light,
.block_background_dark {
  background-color: #064280;
  padding: 50px 50px;
  color: #FFF;
}
@media (max-width: 1270px) {
  .block_background_light,
.block_background_dark {
    padding: 30px 20px;
  }
}
.block_background_light .inner_alignwide,
.block_background_dark .inner_alignwide {
  max-inline-size: min(100%, var(--width--max));
}
.block_background_light > *:first-child,
.block_background_light .inner_alignwide *:first-child,
.block_background_light .content-wrap *:first-child,
.block_background_dark > *:first-child,
.block_background_dark .inner_alignwide *:first-child,
.block_background_dark .content-wrap *:first-child {
  margin-top: 0;
}
.block_background_light > *:last-child,
.block_background_light .inner_alignwide *:last-child,
.block_background_light .content-wrap *:last-child,
.block_background_dark > *:last-child,
.block_background_dark .inner_alignwide *:last-child,
.block_background_dark .content-wrap *:last-child {
  margin-bottom: 0;
}
.block_background_light h1,
.block_background_light h2,
.block_background_light h3,
.block_background_light h4,
.block_background_light h5,
.block_background_light h6,
.block_background_light p,
.block_background_light ul,
.block_background_light li,
.block_background_light a,
.block_background_dark h1,
.block_background_dark h2,
.block_background_dark h3,
.block_background_dark h4,
.block_background_dark h5,
.block_background_dark h6,
.block_background_dark p,
.block_background_dark ul,
.block_background_dark li,
.block_background_dark a {
  color: #FFF;
}
.block_background_light a:not(a.box),
.block_background_dark a:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
}
.block_background_light a:hover:not(a.box),
.block_background_light a:visited:not(a.box),
.block_background_dark a:hover:not(a.box),
.block_background_dark a:visited:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
  opacity: 0.6;
}
.block_background_light li::before,
.block_background_dark li::before {
  background-color: #FFF !important; /* Use the same color as the text */
}

.block_background_light {
  background-color: #507AA6;
}

/* Block White Text */
.block-white-text,
.block_theme_color_1,
.block_theme_color_2,
.block_theme_color_3 {
  color: #FFF !important;
}
.block-white-text h1,
.block-white-text h2,
.block-white-text h3,
.block-white-text h4,
.block-white-text h5,
.block-white-text h6,
.block-white-text .h1,
.block-white-text .h2,
.block-white-text .h3,
.block-white-text .h4,
.block-white-text .h5,
.block-white-text .h6,
.block-white-text p,
.block-white-text ul,
.block-white-text a,
.block_theme_color_1 h1,
.block_theme_color_1 h2,
.block_theme_color_1 h3,
.block_theme_color_1 h4,
.block_theme_color_1 h5,
.block_theme_color_1 h6,
.block_theme_color_1 .h1,
.block_theme_color_1 .h2,
.block_theme_color_1 .h3,
.block_theme_color_1 .h4,
.block_theme_color_1 .h5,
.block_theme_color_1 .h6,
.block_theme_color_1 p,
.block_theme_color_1 ul,
.block_theme_color_1 a,
.block_theme_color_2 h1,
.block_theme_color_2 h2,
.block_theme_color_2 h3,
.block_theme_color_2 h4,
.block_theme_color_2 h5,
.block_theme_color_2 h6,
.block_theme_color_2 .h1,
.block_theme_color_2 .h2,
.block_theme_color_2 .h3,
.block_theme_color_2 .h4,
.block_theme_color_2 .h5,
.block_theme_color_2 .h6,
.block_theme_color_2 p,
.block_theme_color_2 ul,
.block_theme_color_2 a,
.block_theme_color_3 h1,
.block_theme_color_3 h2,
.block_theme_color_3 h3,
.block_theme_color_3 h4,
.block_theme_color_3 h5,
.block_theme_color_3 h6,
.block_theme_color_3 .h1,
.block_theme_color_3 .h2,
.block_theme_color_3 .h3,
.block_theme_color_3 .h4,
.block_theme_color_3 .h5,
.block_theme_color_3 .h6,
.block_theme_color_3 p,
.block_theme_color_3 ul,
.block_theme_color_3 a {
  color: #FFF !important;
}
.block-white-text a:not(a.box),
.block_theme_color_1 a:not(a.box),
.block_theme_color_2 a:not(a.box),
.block_theme_color_3 a:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
}
.block-white-text a:hover:not(a.box),
.block-white-text a:visited:not(a.box),
.block_theme_color_1 a:hover:not(a.box),
.block_theme_color_1 a:visited:not(a.box),
.block_theme_color_2 a:hover:not(a.box),
.block_theme_color_2 a:visited:not(a.box),
.block_theme_color_3 a:hover:not(a.box),
.block_theme_color_3 a:visited:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
  opacity: 0.6;
}
.block-white-text ul li,
.block_theme_color_1 ul li,
.block_theme_color_2 ul li,
.block_theme_color_3 ul li {
  list-style: url(images/bullet_white.png);
}

/* Block Anchor */
.block_anchor {
  visibility: hidden;
}

/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */
/*	--------------------------------------------------
   	Blog
	-------------------------------------------------- */
/* Blog Header */
.blog_header {
  display: flex;
  align-items: baseline;
  margin: 0 0 50px 0;
  gap: 30px;
}

.blog_header ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.blog_header ul li {
  list-style: none;
  margin: 0;
}

.blog_header ul li a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #BBCA16;
}

.blog_header ul li a:hover,
.blog_header ul li.active a {
  font-weight: 700;
  color: #AAB814;
}

@media (max-width: 767px) {
  .blog_header ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
/* Blog Grid */
.bloggrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
}

.blogitem h3 {
  margin-top: 0;
}

@media (max-width: 600px) {
  .bloggrid {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*	--------------------------------------------------
   	Pager
	-------------------------------------------------- */
ul.pager {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#nav-below {
  margin: 30px 0 0 0;
}

ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

ul.pager a {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  position: relative;
  background: #BBCA16;
  text-transform: uppercase;
  transition-duration: 0.25s;
  border-radius: 6px;
}

ul.pager a:visited {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
}

ul.pager a:after {
  font-size: 16px;
  content: "\f054";
  padding-left: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.pager a:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #AAB814;
  text-decoration: none !important;
}

ul.pager .previous a:before {
  font-size: 16px;
  content: "\f053";
  padding-right: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.pager .previous a:after {
  display: none;
}

/* Mobile */
/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
.footer-quote {
  background: #507AA6;
  padding: 0 0 50px 0;
}

.footer-quote_wrap {
  display: grid;
  grid-template-columns: calc(100% - 310px) 1fr;
  grid-template-areas: "quote-slideshow footer-quote_text";
  max-width: 100%;
  gap: 30px;
  padding-top: 60px;
}
@media (max-width: 860px) {
  .footer-quote_wrap {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
}
.footer-quote_wrap .quote-slideshow {
  grid-area: quote-slideshow;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-quote_wrap .quote-slideshow li {
  margin: 0;
  padding: 0;
}
.footer-quote_wrap .quote-slideshow li blockquote {
  margin: 0;
  padding: 40px 20px 0 40px;
  background-image: url(images/quote-rays.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.footer-quote_wrap .quote-slideshow li blockquote p {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.6;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.footer-quote_wrap .quote-slideshow li blockquote footer {
  font-size: 18px;
  color: #FFF;
  margin-top: 12px;
}
.footer-quote_wrap .quote-slideshow .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: -35px;
}
.footer-quote_wrap .quote-slideshow .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
}
.footer-quote_wrap .quote-slideshow .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
.footer-quote_wrap .quote-slideshow .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  opacity: 1;
  color: #FFF;
  background-color: #FFF;
}
.footer-quote_wrap .quote-slideshow .slick-dots li:hover button:before,
.footer-quote_wrap .quote-slideshow .slick-dots li.slick-active button:before {
  background-color: #BBCA16;
}
.footer-quote_wrap .footer-quote_text {
  grid-area: footer-quote_text;
  padding-top: 40px;
}
.footer-quote_wrap .footer-quote_text h3 {
  margin: 0 0 12px 0;
}
.footer-quote_wrap .footer-quote_text a.box {
  white-space: nowrap;
}

.seven-sisters {
  background-color: #507AA6;
  height: 90px;
  background-image: url(images/seven-sisters.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.footer-wrap {
  background: #064280;
  padding: 30px 0;
  color: #fff !important;
}
.footer-wrap h1,
.footer-wrap .h1,
.footer-wrap h2,
.footer-wrap .h2,
.footer-wrap h3,
.footer-wrap .h3,
.footer-wrap h4,
.footer-wrap .h4,
.footer-wrap h5,
.footer-wrap .h5,
.footer-wrap h6,
.footer-wrap .h6,
.footer-wrap p,
.footer-wrap ul,
.footer-wrap a {
  color: #FFF !important;
  font-weight: 400;
}
.footer-wrap a:not(a.box):not(.social a),
.footer-wrap a:visited:not(a.box):not(.social a) {
  color: #FFF;
  text-decoration: none;
}
.footer-wrap a:hover:not(a.box):not(.social a) {
  color: #BBCA16 !important;
  text-decoration: none;
}
.footer-wrap ul li {
  list-style: url(images/bullet_white.png);
}

.footercolumns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 0 50px;
}
@media (max-width: 1200px) {
  .footercolumns {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .footercolumns {
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: min(300px, 100%);
    padding-inline: 20px;
  }
}
.footercolumns .site-branding__footer-logo {
  width: 209px;
  height: 105px;
  margin: 0 auto;
  padding: 0;
}
.footercolumns .site-branding__footer-logo a {
  width: 209px;
  height: 105px;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -4000px;
  background: url(images/logo_footer.png) no-repeat center center;
  background-size: contain;
}
.footercolumns .loc {
  padding-top: 30px;
  flex: 1 1 min(200px, 100%);
}
@media (max-width: 1000px) {
  .footercolumns .loc {
    padding-top: 0;
  }
}
.footercolumns .loc p {
  margin: 0;
}

/* Showcase IDX Block */
.showcaseidx-block {
  margin-bottom: 80px;
}

.sidx-main-header .sidx-header-link a {
  display: block;
  color: #064280 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  transition: 0.5s;
  text-decoration: none;
  padding: 13px 15px 12px;
  border-bottom: none !important;
}
.sidx-main-header .sidx-header-link a:hover {
  color: #507AA6 !important;
  opacity: 1 !important;
}

.sidx-container .sidx-main-header .sidx-header-link .sidx-link {
  color: #AAB814 !important;
  opacity: 1 !important;
  border-bottom: none !important;
}
.sidx-container .sidx-main-header .sidx-header-link .sidx-link:hover {
  color: #BBCA16 !important;
  opacity: 1 !important;
}

.sidx-dropdown:not(.sidx-active) .sidx-field {
  background-color: #507AA6 !important;
  color: #FFF !important;
  border: none !important;
}
.sidx-dropdown:not(.sidx-active) .sidx-field:hover {
  background-color: #064280 !important;
  color: #FFF !important;
}

.sidx-container .sidx-button.sidx-primary,
.sidx-container button.sidx-primary {
  background-color: #507AA6 !important;
  color: #FFF !important;
}
.sidx-container .sidx-button.sidx-primary:hover,
.sidx-container button.sidx-primary:hover {
  background-color: #064280 !important;
  color: #FFF !important;
}

.sidx-container .sidx-dropdown-pill.sidx-save-search-pill {
  background: #FFF !important;
  color: #fff;
  border-color: #228fcc;
}

.sidx-container .sidx-sort-menu .sidx-sort-menu-selection {
  padding: 8px;
}

.sidx-container .sidx-sort-menu .sidx-sort-menu-selection {
  color: #444 !important;
}

.sidx-container .sidx-search-results .sidx-thumbnail .sidx-ribbons .sidx-new-listing, .sidx-container .sidx-search-results .sidx-thumbnail .sidx-ribbons .sidx-price-drop {
  background: rgba(6, 66, 128, 0.8) !important;
  color: #FFF !important;
}

.sidx-container .sidx-search-results .sidx-thumbnail .sidx-ribbons .sidx-open-houses {
  background: rgba(187, 202, 22, 0.8) !important;
  color: #FFF !important;
}

.sidx-container .sidx-search-results .sidx-mls-details .sidx-for-sale {
  color: #444 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.sidx-container .sidx-search-results .sidx-thumbnail .sidx-ribbons .sidx-featured, .sidx-container .sidx-search-results .sidx-thumbnail .sidx-ribbons .sidx-recommended {
  background: rgba(80, 122, 166, 0.8) !important;
  color: #FFF !important;
}

.sidx-disclaimer + .sidx-compliance-separator {
  display: none !important;
}

/*	--------------------------------------------------
   	cdeVision Blocks
	-------------------------------------------------- */
/* Accordion Block */
.accordion__wrap {
  margin-bottom: 50px;
}

.accordion__wrap + .accordion__wrap,
.wp-block-cdev-accordion + .wp-block-cdev-accordion {
  margin-top: -51px !important;
}

.accordion-wrap {
  border-top: 1px solid #dddddd;
}

.accordiontitle {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}
.accordiontitle .fa-solid {
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
  color: #BBCA16;
  float: left;
  margin: 0;
}
.accordiontitle .fa-solid:hover {
  cursor: pointer;
  color: #AAB814;
}
.accordiontitle.open .closedicon {
  display: none;
}
.accordiontitle.open .openicon {
  display: block;
}
.accordiontitle .openicon {
  display: none;
}
.accordiontitle h3 {
  font-family: "Source Sans 3", sans-serif;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  padding-left: 8px;
  margin: 0;
  font-weight: 400;
}
.accordiontitle h3:hover {
  cursor: pointer;
  color: #444;
}
.accordiontitle h3.open:hover {
  cursor: pointer;
}

.accordioncontent {
  display: none;
  padding: 20px 14px 1px 14px;
  margin: 0;
}
.accordioncontent ul {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .accordioncontent {
    padding: 20px 0 1px 0;
  }
}

/* Bio Block */
.bio-block {
  margin-bottom: 80px;
}

.team-bio {
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 50px;
}
@media (max-width: 767px) {
  .team-bio {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.team-bio h1 {
  margin-top: 0;
}

/* Button Block */
.button-block {
  margin-top: -10px;
  margin-bottom: 24px;
}
.button-block.center {
  text-align: center;
}
.button-block.left {
  text-align: left;
}
.button-block.right {
  text-align: right;
}

/* Button Bar Block */
.button_bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

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

.button_bar.right {
  justify-content: flex-end;
}

/* Cards Block */
.cards-grid {
  --grid-max-col-count: 3;
  --grid-min-col-size: 280px;
  --grid-gap: 30px;
  /* calculations, do not touch */
  --grid-col-size-calc: calc(
    (100% - var(--grid-gap) * var(--grid-max-col-count)) /
      var(--grid-max-col-count)
  );
  --grid-col-min-size-calc: min(
    100%,
    max(var(--grid-min-col-size), var(--grid-col-size-calc))
  );
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-min-size-calc), 1fr));
  grid-gap: var(--grid-gap);
  margin-block: 50px;
}
@media (max-width: 767px) {
  .cards-grid {
    --grid-gap: 20px;
  }
}
.cards-grid.grid-2 {
  --grid-max-col-count: 2;
}
.cards-grid.grid-3 {
  --grid-max-col-count: 3;
}
.cards-grid.grid-4 {
  --grid-max-col-count: 4;
}
.cards-grid .card-item {
  border-radius: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.cards-grid .card-item .card-image {
  grid-row: 1;
}
.cards-grid .card-item .card-image img {
  aspect-ratio: "6/4";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cards-grid .card-item .card-text {
  grid-row: 2;
  padding: 20px;
}
.cards-grid .card-item .card-button {
  grid-row: 3;
  padding: 0 20px 20px 20px;
}

/*	Hero Block - Image and Text  */
.color-box {
  display: flex;
  margin-block: 80px;
  border-radius: 0;
  min-height: 285px;
  overflow: hidden;
}
.color-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.color-box.block_size_breakout .image {
  flex: 0 0 min(385px, 50%);
}
.color-box.block_size_wide .image {
  flex: 0 0 min(285px, 50%);
}
.color-box.block_size_none .image {
  flex: 0 0 min(285px, 50%);
}
.color-box .text {
  display: flex;
  align-items: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .color-box {
    flex-direction: column;
    width: 600px;
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
  .color-box .image {
    flex: 0 0 100% !important;
  }
  .color-box .text {
    padding: 20px;
  }
}

/*	One Column Block  */
.block_callout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1020px) {
  .block_callout {
    flex-direction: column;
    gap: 0;
  }
}
.block_callout .callout_content {
  flex: 0 0 390px;
  padding-bottom: 30px;
  margin-inline: auto;
}
@media (max-width: 1020px) {
  .block_callout .callout_content {
    flex: 1 1 0;
  }
}
.block_callout .callout_content p {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.block_callout .callout_content .callout_quote_wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.block_callout .callout_content .callout_quote_wrap p {
  margin-bottom: 10px;
}
.block_callout .callout_content .callout_quote_wrap p.quote-by {
  font-size: var(--step-0);
  line-height: var(--lh-step-0);
  font-style: italic;
  text-align: right;
  font-weight: normal;
  margin: 0;
}
.block_callout .callout_content .callout_quote_wrap .fa {
  font-size: 30px;
  color: #507AA6;
}
.block_callout .callout_image {
  padding-block: 80px;
}

/* Columns Block */
.columns-block .column_headline {
  margin-bottom: 30px;
}
.columns-block .columns .column_image {
  aspect-ratio: 600/400;
  margin-bottom: 15px !important;
  border-radius: 0;
  overflow: hidden;
}
.columns-block .columns .column_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.columns-block .columns .column_image + h2,
.columns-block .columns .column_image + h3,
.columns-block .columns .column_image + h4,
.columns-block .columns .column_image + h5,
.columns-block .columns .column_image + h6 {
  margin-top: 0;
}
.columns-block .columns .column_icon {
  margin-bottom: 15px !important;
  text-align: center;
}
.columns-block .columns .column_icon i {
  font-size: 60px;
  line-height: 60px;
}
.columns-block.block_background_dark .columns, .columns-block.block_background_light .columns {
  gap: var(--grid-gap) var(--grid-gap);
}
.columns-block.block_background_dark .col *:first-child, .columns-block.block_background_light .col *:first-child {
  margin-top: 0;
}
.columns-block.block_background_dark .col *:last-child, .columns-block.block_background_light .col *:last-child {
  margin-bottom: 0;
}

/* Form Columns Block */
.form-columns-block {
  margin-block-end: 50px;
}
.form-columns-block .form-headline {
  margin-bottom: 10px;
}
.form-columns-block .columns {
  --grid-min-col-size: 350px;
}

/* Gallery Block */
.gallery-block {
  margin-block: 50px;
}
.gallery-block img {
  border-radius: 0;
  overflow: hidden;
}
.gallery-block .gallery_view_more {
  margin-top: 30px;
  text-align: center;
}

.gallery_custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 13.1506849315px + 0.0136986301 * 100vw, 30px);
}
.gallery_custom a:nth-child(n+5) {
  display: none;
}

/*	Heading Block  */ /*	Heading Intro Block  */
.heading-intro-box .heading-intro-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-block-end: 80px;
}
@media (max-width: 900px) {
  .heading-intro-box .heading-intro-box-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.heading-intro-box .heading-intro-box-wrap *:first-child {
  margin-top: 0;
}
.heading-intro-box .heading-intro-box-wrap .heading-title-wrap .small-text {
  font-size: var(--step-2);
  font-family: "Lora", serif;
  margin-bottom: 10px;
}
.heading-intro-box .heading-intro-box-wrap .heading-title-wrap h2,
.heading-intro-box .heading-intro-box-wrap .heading-title-wrap h3,
.heading-intro-box .heading-intro-box-wrap .heading-title-wrap h4,
.heading-intro-box .heading-intro-box-wrap .heading-title-wrap h5,
.heading-intro-box .heading-intro-box-wrap .heading-title-wrap h6 {
  margin-top: 0;
}

/* Hero Block */
.hero-block .hero-block-inner {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  background-attachment: fixed;
}
.hero-block .text {
  display: flex;
  align-items: center;
  min-height: 600px;
}
.hero-block .text.right {
  justify-content: flex-end;
}
.hero-block .text .hero-block-inner-wrap {
  padding: 30px;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.hero-block .text .hero-block-inner-quote-wrap {
  max-width: 600px;
}

/* Mobile */
@media (max-width: 767px) {
  .hero-block {
    background-attachment: scroll;
    padding: 60px 0;
  }
  .hero-block .text.right {
    justify-content: flex-start;
  }
  .hero-block .text .hero-block-inner-wrap {
    padding: 20px;
    max-width: 100%;
  }
}
/*	Highlight Box - Image, image grid, video and Text  */
.highlight-box {
  display: flex;
  margin-block: 80px;
  gap: 30px;
}
.highlight-box.right {
  flex-direction: row-reverse;
}
.highlight-box .media {
  flex: 0 0 calc(50% - 15px);
}
.highlight-box img {
  height: auto;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.highlight-box .grid {
  --gap: 30px;
  --image-large: calc(67.5% - var(--gap)/2);
  --image-small: calc(32.5% - var(--gap)/2);
  display: grid;
  grid-template-columns: var(--image-large) var(--image-small);
  gap: var(--gap);
}
@media (max-width: 640px) {
  .highlight-box .grid {
    --gap: 20px;
  }
}
.highlight-box .grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.highlight-box .grid *:first-child {
  grid-row: span 2;
}
.highlight-box .text {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .highlight-box {
    flex-direction: column !important;
    width: 600px;
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
  .highlight-box .media {
    flex: 0 0 100% !important;
  }
}

/*	Home Elevator Box  */
.home-elevator-wrap {
  background-color: #064280;
  padding-block: 80px;
}

.home-elevator {
  display: flex;
  gap: 30px;
}
.home-elevator.right {
  flex-direction: row-reverse;
}
.home-elevator .media {
  flex: 0 0 calc(50% - 15px);
}
.home-elevator img {
  height: auto;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.home-elevator .grid {
  --gap: 30px;
  --image-large: calc(67.5% - var(--gap)/2);
  --image-small: calc(32.5% - var(--gap)/2);
  display: grid;
  grid-template-columns: var(--image-large) var(--image-small);
  gap: var(--gap);
}
@media (max-width: 640px) {
  .home-elevator .grid {
    --gap: 20px;
  }
}
.home-elevator .grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home-elevator .grid *:first-child {
  grid-row: span 2;
}
.home-elevator .text {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .home-elevator {
    flex-direction: column !important;
    width: 600px;
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
  .home-elevator .media {
    flex: 0 0 100% !important;
  }
}

/* Home header */
.home-header {
  position: relative;
  background-color: #064280;
  margin-bottom: 50px;
}
.home-header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  z-index: 30;
}
.home-header .header-banner-text {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}
.home-header.header-banner-jumbo .wrapper, .home-header.header-video .wrapper, .home-header.header-slideshow .wrapper {
  height: 700px;
}
@media (max-width: 475px) {
  .home-header.header-banner-jumbo .wrapper, .home-header.header-video .wrapper, .home-header.header-slideshow .wrapper {
    height: auto;
    min-height: 640px;
    padding-top: 250px;
  }
}
.home-header.header-banner-jumbo .header-banner-text, .home-header.header-video .header-banner-text, .home-header.header-slideshow .header-banner-text {
  max-width: 500px;
  padding: 20px;
  background-color: rgba(6, 66, 128, 0.8);
  border-radius: 0;
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 475px) {
  .home-header.header-banner-jumbo .header-banner-text, .home-header.header-video .header-banner-text, .home-header.header-slideshow .header-banner-text {
    padding: 30px 0;
    background-color: #064280;
  }
}
.home-header.header-banner-jumbo .header-banner-text p, .home-header.header-video .header-banner-text p, .home-header.header-slideshow .header-banner-text p {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 475px) {
  .home-header.header-banner-jumbo .header-banner-text p, .home-header.header-video .header-banner-text p, .home-header.header-slideshow .header-banner-text p {
    font-size: 18px;
  }
}
.home-header.header-banner-jumbo .wrapper {
  height: 400px;
}
.home-header.header-video:has(video) .header-banner-text, .home-header.header-slideshow:has(.banner_slideshow_wrapper) .header-banner-text {
  transition-delay: 0.5s;
}
.home-header.header-video:has(video) .header-banner-text.show, .home-header.header-slideshow:has(.banner_slideshow_wrapper) .header-banner-text.show {
  opacity: 1;
  pointer-events: auto;
}
.home-header.header-banner .banner-image, .home-header.header-banner-jumbo .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.home-header.header-video video,
.home-header.header-video .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 20;
  /* Mobile */
}
@media (max-width: 475px) {
  .home-header.header-video video,
.home-header.header-video .placeholder-image {
    height: 250px;
  }
}
.home-header.header-video video {
  display: none;
}
.home-header.header-video .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  z-index: 10;
}
.home-header.header-slideshow .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 20;
}
.home-header.header-slideshow .banner_slideshow_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .home-header.header-slideshow .banner_slideshow_wrapper {
    height: 400px;
  }
}
.home-header.header-slideshow .banner_slideshow_wrapper:has(.slick-initialized) {
  opacity: 1;
}
.home-header.header-slideshow .home_slideshow {
  width: 100%;
  height: 700px;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-header.header-slideshow .home_slideshow {
    height: 400px;
  }
}
.home-header.header-slideshow .home_slideshow .slide {
  height: 700px;
}
@media (max-width: 767px) {
  .home-header.header-slideshow .home_slideshow .slide {
    height: 400px;
  }
}
.home-header.header-slideshow .home_slideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home-header.header-slideshow .home_slideshow .slick-prev,
.home-header.header-slideshow .home_slideshow .slick-next {
  z-index: 1;
}
.home-header.header-slideshow .home_slideshow .slick-prev:before,
.home-header.header-slideshow .home_slideshow .slick-next:before {
  transition-duration: 0.25s;
}
.home-header.header-slideshow .home_slideshow .slick-prev:hover:before,
.home-header.header-slideshow .home_slideshow .slick-next:hover:before {
  opacity: 0.8;
}
.home-header.header-slideshow .home_slideshow .slick-prev {
  left: 20px;
}
.home-header.header-slideshow .home_slideshow .slick-next {
  right: 20px;
}

.home-header-block + .block_size_full,
.home-header-block + .block_anchor + .block_size_full,
.wp-block-cdev-home-header + *:has(.block_size_full) {
  margin-top: -50px;
}

/* Video Block */
.image-block {
  margin-block: 100px;
}
.image-block img {
  width: 100%;
  height: auto;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-block img {
    aspect-ratio: 16/9;
    height: auto;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Logo Slider Block */
.logo-slider-block {
  margin-block: 50px;
}

/* Stop Chrome Slick Flicker */
.slick-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.logo_slideshow {
  width: calc(100% - 80px);
  opacity: 0.5;
  transition-duration: 0.25s;
  margin: 0 auto 30px auto !important;
}

.logo_slideshow.slick-initialized {
  opacity: 1;
}

.logo_slideshow .logo {
  height: 120px;
  position: relative;
  animation-duration: 0.25s;
}

.logo_slideshow a.logo:hover {
  filter: grayscale(100%);
  opacity: 0.8;
}

.logo_slideshow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: 120px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

/* Arrows */
.logo_slideshow .slick-prev, .logo_slideshow .slick-next {
  width: 30px;
  height: 50px;
}

.logo_slideshow .slick-prev {
  left: -40px;
  z-index: 99;
}

.logo_slideshow .slick-next {
  right: -40px;
  z-index: 99;
}

.logo_slideshow .slick-prev:before,
.logo_slideshow .slick-next:before {
  font-size: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
  opacity: 1;
  color: #BFBFBF;
  transition-duration: 0.25s;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #507AA6;
}

.logo-slider-placeholder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  margin-bottom: 10px;
}

.logo-slider-placeholder-note {
  display: none;
  font-size: 14px;
  color: #CCC;
  font-style: italic;
  text-align: center;
}

/* Page header */
.page-header-block {
  background-color: #507AA6;
  margin-bottom: 50px;
}

.page-header-media {
  position: relative;
  height: 450px;
  display: none;
}
@media (max-width: 767px) {
  .page-header-media {
    height: 300px !important;
  }
}
.page-header-media.header-banner-jumbo {
  display: block;
}
.page-header-media.header-banner-jumbo .banner-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 10;
}
.page-header-media.header-video {
  display: block;
  height: 600px;
}
.page-header-media.header-video .header-banner-text {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.page-header-media.header-video video,
.page-header-media.header-video .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 20;
}
.page-header-media.header-video video {
  display: none;
}
.page-header-media.header-video .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  z-index: 10;
}
.page-header-media.header-slideshow {
  display: block;
}
.page-header-media.header-slideshow .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 20;
}
.page-header-media.header-slideshow .banner_slideshow_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .page-header-media.header-slideshow .banner_slideshow_wrapper {
    height: 300px;
  }
}
.page-header-media.header-slideshow .banner_slideshow_wrapper:has(.slick-initialized) {
  opacity: 1;
}
.page-header-media.header-slideshow .banner_slideshow {
  width: 100%;
  height: 450px;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-header-media.header-slideshow .banner_slideshow {
    height: 300px;
  }
}
.page-header-media.header-slideshow .banner_slideshow .slide {
  height: 450px;
}
@media (max-width: 767px) {
  .page-header-media.header-slideshow .banner_slideshow .slide {
    height: 300px;
  }
}
.page-header-media.header-slideshow .banner_slideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-header-media.header-slideshow .banner_slideshow .slick-prev,
.page-header-media.header-slideshow .banner_slideshow .slick-next {
  z-index: 1;
}
.page-header-media.header-slideshow .banner_slideshow .slick-prev:before,
.page-header-media.header-slideshow .banner_slideshow .slick-next:before {
  transition-duration: 0.25s;
}
.page-header-media.header-slideshow .banner_slideshow .slick-prev:hover:before,
.page-header-media.header-slideshow .banner_slideshow .slick-next:hover:before {
  opacity: 0.8;
}
.page-header-media.header-slideshow .banner_slideshow .slick-prev {
  left: 20px;
}
.page-header-media.header-slideshow .banner_slideshow .slick-next {
  right: 20px;
}

.page-header {
  position: relative;
}
.page-header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 160px;
  z-index: 30;
  padding-block: 20px;
}
.page-header .small-title {
  font-family: "Lora", serif;
  display: block;
  font-size: clamp(18px, 13.8904109589px + 0.0082191781 * 100vw, 24px);
  line-height: 1.4;
  margin-bottom: 0;
}
.page-header .header-banner-text {
  transition-delay: 0.5s;
}

.page-header-block + .block_size_full,
.page-header-block + .block_anchor + .block_size_full,
.wp-block-cdev-page-header + *:has(.block_size_full) {
  margin-top: -50px;
}

/* Quote Block */
.quote-block {
  margin-block: 80px;
}
.quote-block img {
  border-radius: 0;
  overflow: hidden;
}
.quote-block .quote-text {
  text-align: center;
  margin-bottom: 15px;
}
.quote-block .quote-text p {
  font-family: "Lora", serif;
  font-size: clamp(20px, 3.5vw, 26px);
  line-height: clamp(25px, 3.5vw, 32.5px);
  color: #333;
  font-weight: 400;
  margin: 30px 0 5px 0;
  padding: 0;
  font-style: normal !important;
  text-wrap: balance;
  text-align: center;
  margin: 0;
}
.quote-block .quote-text .fa {
  font-size: 30px;
  color: #507AA6;
  padding-right: 10px;
}
.quote-block p.by {
  font-family: "Source Sans 3", sans-serif;
  font-size: var(--step-0);
  line-height: var(--lh-step-0);
  color: #444;
  text-align: center;
  margin: 10px 0 0 0;
}

.block_size_none .quote-text-wrap,
.block_size_wide .quote-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.block_size_breakout .quote-text-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.block_size_breakout .quote-text-wrap .quote-text {
  text-align: center;
  margin-bottom: 10px;
}
.block_size_breakout .quote-text-wrap .quote-text p {
  text-align: left;
}
.block_size_breakout .quote-text-wrap p.by {
  text-align: left;
}

/* Reviews Block */
.reviews-block {
  background-color: #507AA6 !important;
  padding-block: 80px;
  margin-top: 20px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  gap: 30px;
}
.reviews-grid .review-item {
  padding: 40px 20px 0 40px;
  background-image: url(images/quote-rays.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.reviews-grid .review-quote p {
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
}
.reviews-grid .review-name p {
  margin: 0;
}

/* Showcase IDX Block */
.showcaseidx-block {
  min-height: 500px;
}
.showcaseidx-block .admin-note {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  color: #444;
  text-align: center;
  padding: 30px;
}

/* Spacer Block */
.spacer-block.spacer-small {
  height: 30px;
}
.spacer-block.spacer-medium {
  height: 50px;
}
.spacer-block.spacer-large {
  height: 80px;
}
.spacer-block.spacer-xlarge {
  height: 100px;
}

.block-editor-block-list__block .spacer-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-editor-block-list__block .spacer-block:before {
  content: "Spacer Block (admin note)";
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  color: #CCC;
}

/* Team Block */
.team-block {
  margin-block: 30px 80px;
}
.team-block h2 {
  text-align: center;
}
.team-block .team-intro {
  margin-bottom: 30px;
  text-align: center;
}
.team-block .team-intro p {
  text-align: center;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
}
.team-grid .team-member {
  font-family: "Source Sans 3", sans-serif;
  color: #444;
  flex: 1 1 285px;
  max-width: 285px;
}
.team-grid .team-member .team-member-image {
  aspect-ratio: 1;
  width: 100%;
}
.team-grid .team-member .team-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-grid .team-member h3 {
  margin: 15px 0 0 0;
}
.team-grid .team-member .team-member-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.team-grid .team-member .team-member-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.team-grid .team-member .team-member-social {
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* Video Block */
.video-block {
  margin-block: 100px;
}

.video-block.block_background_light,
.video-block.block_background_dark {
  max-inline-size: none;
  padding-block: 80px;
  margin-block: 0;
}
.video-block.block_background_light .video-wrapper,
.video-block.block_background_dark .video-wrapper {
  --width--max: var(--width--content);
  margin-inline: auto;
  max-inline-size: min(100% - var(--width--site-gutter) * 2, var(--width--max));
}

.video-wrapper {
  border-radius: 0;
  overflow: hidden;
}
.video-wrapper .video {
  position: relative;
  aspect-ratio: 16/9;
  height: auto;
}
.video-wrapper .video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
/* Theme */
.gform_wrapper {
  margin-bottom: 50px !important;
}

.gform_wrapper .gform_fields {
  grid-column-gap: 16px !important;
  grid-row-gap: 16px !important;
}

.gform_wrapper h3 {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  margin: 10px 0 -10px 0 !important;
}

.gform_wrapper input[type=color],
.gform_wrapper input[type=date],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=email],
.gform_wrapper input[type=month],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=time],
.gform_wrapper input[type=url],
.gform_wrapper input[type=week],
.gform_wrapper select,
.gform_wrapper textarea {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px !important;
  line-height: 16px !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #CCCCCC !important;
}

.gform_wrapper textarea.textarea {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px !important;
  line-height: 16px !important;
  min-block-size: 100px !important;
  display: block !important;
  margin: 0 !important;
}

/* Address */
.gform_wrapper .ginput_container_address {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gform_wrapper .ginput_container_address span {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .ginput_container_address span.address_city {
  flex: 0 0 40% !important;
}

.gform_wrapper .ginput_container_address span.address_state {
  flex: 0 0 calc(40% - 16px) !important;
  margin-left: 16px !important;
}

.gform_wrapper .ginput_container_address span.address_zip {
  flex: 0 0 calc(20% - 16px) !important;
  margin-left: 16px !important;
}

/* Submit */
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #FFF !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: 700 !important;
  position: relative;
  background: #BBCA16 !important;
  transition-duration: 0.25s;
  border-radius: 6px;
  border: none !important;
  -webkit-appearance: none;
  outline: none !important;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #AAB814 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input[type=submit]:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Error */
h2.gform_submission_error {
  text-transform: none;
}

p.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #fff9f9;
  border: 1.5px solid #c02b0a;
  border-radius: 5px;
  box-shadow: none !important;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 15px !important;
  position: relative;
  width: 100%;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 13px !important;
  margin-top: 8px;
  padding: 0 !important;
}

/* Placeholder color */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.ginput_container_select select:first-child {
  color: #777777;
}

/* Focus color */
.gfield input[type=text]:focus,
.gfield input[type=email]:focus,
.gfield input[type=tel]:focus,
.gfield input[type=url]:focus,
.gfield input[type=number]:focus,
.gfield input[type=password]:focus,
.gfield select:focus,
.gfield textarea:focus {
  border: 1px solid #777 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  padding: 10px !important;
}

/* Focus visible */
.gfield :focus-visible {
  outline: none !important;
}

.gform_ajax_spinner {
  margin: 5px 0 0 20px !important;
  width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
}

/*	--------------------------------------------------
	Print
	-------------------------------------------------- */
.showprint {
  display: none;
}

@media print {
  body {
    padding: 20px !important;
  }
  .container {
    padding: 0;
    margin: 0;
  }
  .showprint {
    display: block;
  }
  .hideprint {
    display: none;
  }
  .printlogo {
    margin: 15px 0;
  }
  .header-pad {
    display: none;
  }
  .page-header {
    margin: 0;
    padding: 0;
  }
  .page-header .wrap {
    display: block;
    height: auto;
  }
  .page-header h1 {
    color: #000;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .main-content-inner {
    margin: 0;
  }
  p {
    margin: 0 0 20px 0;
  }
  #colophon a {
    display: none !important;
  }
}