/*
Theme Name: Azuuria Child
Author: Seth Alcott
Description: A custom theme with React and dynamic CSS.
Version: 1.0.1
Template: azuuria
Text Domain: elevated-web
*/

/*
@media only screen and (min-width:38.5em) {}
@media only screen and (min-width:68.5em) {}
@media only screen and (min-width:82.5em) {}
@media only screen and (max-width:68.49em){}
*/

/* 
@media only screen and (min-width: 74em) { /* aligns with padding 3rem on contain */
*/
/*
 * Google Fonts are loaded via @import in the parent theme dynamic.css
 * (generated from Theme Admin → Styles → Fonts when options are saved).
 */
:root {
  --black-color: #000;
  --white-color: #fff;
  --warning-color: #ee7272;
  --secondary-trans-color: rgb(173 160 146 / 20%);
}
:root {
  --wp--preset--font-size--small: 0.9rem;
  /* --wp--preset--font-size--medium: 1rem;
  --wp--preset--font-size--large: 1.2rem; */
}

@media only screen and (min-width: 38.5em) {
}
@media only screen and (min-width: 68.5em) {
}
@media only screen and (min-width: 82.5em) {
}
@media only screen and (max-width: 68.49em) {
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
.cursive-font,
.entry-content h2.cursive-font,
.entry-content .cursive-font h2 {
  font-family: var(--cursive-font);
  text-transform: none;
  font-size: 3.4rem;
  color: #fff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 125%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  /* font-size: 100%; */
}

body,
table,
tbody,
thead,
tr,
th,
td,
iframe,
div,
section,
article,
aside,
header,
footer,
main,
menu,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
fieldset,
legend,
button,
input,
select,
optgroup,
option,
textarea,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
p,
details,
summary,
pre,
figure,
img,
audio,
canvas,
video,
object,
embed,
span,
a,
strong,
b,
em,
i,
u,
s,
cite,
abbr,
sub,
sup,
mark,
del,
ins,
code,
kbd,
samp,
var {
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: inherit;
  /* font-size: 1rem; */
  line-height: inherit;
  text-transform: none;
  color: inherit;
  background: none;
  overflow: visible;
  /* line-height: 1.8; */
}

iframe,
div,
section,
article,
aside,
header,
footer,
main,
menu,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
fieldset,
legend,
ul,
ol,
dl,
dt,
dd,
blockquote,
p,
details,
summary,
pre,
figure,
figcaption {
  display: block;
}

img,
audio,
canvas,
video,
object,
embed {
  /* display: inline-block; */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden],
template {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus {
  outline: 1px dotted var(--secondary-color);
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
# Standard Tags
--------------------------------------------------------------*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  /* font-size: 1em; */
  line-height: 1.5;
  font-weight: 300;
}

iframe,
img,
svg,
audio,
canvas,
video,
object,
embed {
  vertical-align: middle;
  max-width: 100%;
}

img,
svg {
  height: auto;
}

iframe {
  margin: 0 auto 1.5em auto;
}

pre,
dl,
figure {
  margin: 0 0 1.5em 0;
}

dd {
  margin: 0 1.5rem 1.5em;
}

dt {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.5em 0;
  line-height: normal;
  font-weight: 700;
}

h1 {
  font-size: 2rem;
  font-family: var(--heading-font);
  font-weight: 400;
}

h2 {
  font-size: 1.4rem;
  color: var(--secondary-tint-color);
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.75em;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}

ul,
ol {
  margin: 0 0 1.5em 1.2em;
}

li > ul,
li > ol {
  margin: 0 0 0 1.5em;
}

li {
  margin: 0 0 0.6em 0;
}

blockquote,
figcaption {
  margin: 0 0 1.5em 0;
}

table {
  margin: 0 0 1.5em 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: bold;
}

a {
  /* color: var(--white-color); */
  text-decoration: none;
  transition: all 300ms ease;
  overflow-wrap: break-word;
}

a:hover {
  color: var(--accent-color);
}
.entry-content a:not(.wp-block-button__link, .swiper-slide, .phone) {
  text-decoration: underline;
}
strong,
b {
  font-weight: 600;
}

em,
i,
dfn,
cite,
blockquote,
figcaption {
  font-style: italic;
}

blockquote em,
blockquote i,
figcaption em,
figcaption i {
  /* font-style: normal; */
}

u,
ins {
  text-decoration: underline;
}

s,
del {
  text-decoration: line-through;
}

small {
  font-size: 0.75em;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/*--------------------------------------------------------------
# WordPress Elements
--------------------------------------------------------------*/
/* #wpadminbar {
	background: #b96313;
} */

.widgets {
  margin: 0;
  list-style: none;
}

.widget {
  display: block;
  margin: 0 0 1.5em 0;
}

.widgettitle {
  margin: 0 0 0.3em 0;
}

.entry-meta,
.entry-by {
  display: none;
}

.single-post .entry-meta {
  display: block;
}

.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
  display: block;
  clear: both;
  margin: 0 auto 1.5em auto;
}

.aligncenter,
.has-text-align-center {
  text-align: center;
}

.wp-caption {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8em 0;
}

.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 38.5em) {
  /*616px*/
  .list-col-2 {
    column-count: 2;
    column-gap: 2em;
    margin-left: 1rem;
    color: #000;
  }
}

.wp-block-file {
  border-bottom: 1px solid #964308;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em 0;
}

.wp-block-file a {
  padding: 0.5em;
  text-align: center;
}
.wp-block-file a:last-of-type {
  color: white;
  background: #ff9d00;
  border: 1px solid transparent;
  border-radius: 0.25em;
  font-weight: bold;
}

.wp-block-file a:last-of-type:hover {
  background: transparent;
  color: #ff9200;
  border: 1px solid;
}

.wp-block-quote {
  font-size: 1rem;
  font-family: var(--body-font);
  font-style: normal;
  padding: 1rem;
  background: linear-gradient(45deg, var(--secondary-tint-color), var(--secondary-tint-3-color));
  color: var(--white-color);
  border-radius: 3px;
  font-weight: 400;
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.wp-block-quote p {
  margin-bottom: 0;
}
.entry-content .wp-block-quote a {
  color: var(--white-color);
  text-decoration: none;
}
.wp-block-quote em {
  font-weight: 300;
  display: block;
  margin-bottom: 0.2rem;
  font-style: normal;
}

.entry-content h2 {
  font-weight: 500;
  font-family: var(--heading-font);
  font-size: 1.6rem;
  color: var(--secondary-tint-color);
  margin-bottom: 1.5rem;
  margin-top: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2.2rem;
}
.entry-content h2::after {
  content: '';
  width: 4rem;
  height: 6px;
  background-color: var(--secondary-tint-color);
  position: absolute;
  bottom: -1rem;
  left: 0;
  border-radius: 6px;
}
.entry-content h2.has-text-align-center::after {
  margin-left: -2rem;
  left: 50%;
}

@media only screen and (min-width: 38.5em) {
  /*616px*/
  .wp-block-file {
    justify-content: space-between;
  }
}

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

.pagination {
  margin: 2em 0;
  text-align: center;
}

@media only screen and (min-width: 68.5em) {
  .wp-block-quote {
    font-size: 1rem;
    font-family: var(--body-font);
    padding: 1.6rem;
  }
  .entry-content .wp-block-quote:first-child {
    top: -1.5rem;
    position: relative;
  }
  .pagination {
    text-align: left;
  }
}

.page-numbers {
  display: inline-block;
  margin: 0.5em 0.2em;
  border-radius: 0.2em;
  width: 2em;
  overflow: hidden;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #333;
}

.page-numbers svg {
  vertical-align: top;
  margin-top: 0.5em;
  width: 1em;
  height: 1em;
}

.page-numbers.current {
  background: #777;
}

a.page-numbers:hover {
  color: #fff;
  background: #555;
}

@media only screen and (min-width: 68.5em) {
  .pagination {
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Custom Elements
--------------------------------------------------------------*/
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.contain {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 38.5em) {
  .contain {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/* @media only screen and (min-width: 68.5em) {
  .contain {
    padding-left: calc(50% - 30rem);
    padding-right: calc(50% - 30rem);
  }
} */
@media only screen and (min-width: 82.5em) {
  .contain {
    padding-left: calc(50% - 30rem);
    padding-right: calc(50% - 30rem);
  }
}

.skip-to-content {
  display: block;
  position: absolute;
  top: -10000rem;
  left: 1em;
  z-index: 99999;
  padding: 0.5em 1em;
  background: #eee;
  box-shadow: 1px 1px 0.2em rgba(0, 0, 0, 0.5);
  transition: none;
}

.skip-to-content:focus {
  top: 1em;
}

.button,
.wp-block-button__link,
.nf-form-content input.ninja-forms-field[type="submit"]{
  /* color: var(--white-color);
  display: block;
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--white-color);
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  transition: all 300ms;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: auto;
  white-space: nowrap;
  min-width: max-content; */
  background-color: var(--primary-tint-color);
  color: var(--primary-color);
  font-size: 1rem;
  border-radius: 0;
  border:none;
  border-left: 3px solid var(--primary-tint-2-color);
  padding: 0.5rem 1.4rem;
  min-width: 8rem;
}
.nf-form-content input.ninja-forms-field[type="submit"] {
  margin: 0 auto;
  display: block;
}
.button:active,
.wp-block-button__link:active,
.nf-form-content input.ninja-forms-field[type="submit"]:active {
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.wp-block-button__link::before {
  /* content: "";
  display: inline-block;
  position: absolute;
  left: 100%;
  top: -1px;
  right: auto;
  bottom: -1px;
  width: 3rem;
  border-radius: 0;
  border: 1px solid var(--white-color);
  transition: all 300ms; */
}

.wp-block-button__link::after {
  /* content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  right: -2.3rem;
  bottom: 0;
  width: 1.7rem;
  margin-top: -0.5rem;
  height: 1rem;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(../../../wp-content/uploads/2024/11/arrow-right-white-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 300ms; */
}


.button:hover,
.button:active,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  color: var(--white-color);
  background: var(--primary-shade-color);
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.nf-form-content input.ninja-forms-field[type="submit"]:hover,
.nf-form-content input.ninja-forms-field[type="submit"]:active,
.nf-form-content input.ninja-forms-field[type="submit"]:focus {
  color: var(--white-color);
  background: var(--primary-color);
  text-decoration: none;
  outline: none;
  /* border-color: var(--primary-shade-color); */
  /* border-right-color: var(--white-color); */
}

.wp-block-button__link:hover::before,
.wp-block-button__link:active::before,
.wp-block-button__link:focus::before {
  color: var(--white-color);
  background: var(--secondary-color);
  text-decoration: none;
  outline: none;
  border-color: var(--white-color);
  border-left-color: var(--white-color);
}

.secondary-button .wp-block-button__link {
  /* color: var(--white-color);
  background: var(--secondary-color);
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  transition: all 300ms; */
}
.secondary-button .wp-block-button__link:active {
  /* top: 1px;
  transition: all 0.2s ease-in-out; */
}

.secondary-button .wp-block-button__link:hover,
.secondary-button .wp-block-button__link:active,
.secondary-button .wp-block-button__link:focus {
  /* color: var(--white-color);
  background: var(--secondary-color);
  text-decoration: none;
  outline: none;*/
} 

.wp-block-button__link:hover::after,
.wp-block-button__link:active::after,
.wp-block-button__link:focus::after {
  /* content: "";
  transform: scale(1.05);
  background-image: url(../../../wp-content/uploads/2024/11/arrow-right-white-1.svg);
  transition: all 300ms; */
}

/* .tertiary-button */
/* .tertiary-button .wp-block-button__link {
  color: var(--white-color);
  background: var(--black-color);
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  transition: all 300ms;
  border: none;
  border: 1px solid transparent;
}
.tertiary-button .wp-block-button__link:active {
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.tertiary-button .wp-block-button__link:hover,
.tertiary-button .wp-block-button__link:active,
.tertiary-button .wp-block-button__link:focus {
  color: var(--black-color);
  background: var(--white-color);
  text-decoration: none;
  outline: none;
  border: 1px solid var(--black-color);
} */
.accent-button .wp-block-button__link,
.accent-button.wp-block-button__link,
.header-top-menu .menu-item a {
  /* background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
  border-radius: 2rem;
  font-weight: 600;
  letter-spacing: -1.5px; */
}
.header-top-menu .menu-item a {
  /* background-color: var(--white-color);
  color: var(--black-color);

  padding-right: 1.5rem;
  padding: 0.2rem 0.6rem;
  font-size: 0.9rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
  position: relative; */
  padding: 0.6rem 1rem;
}
.header-top-menu .menu-item a,
footer .accent-button .wp-block-button__link {
  /* background-color: var(--white-color); */
}
.header-top-menu .menu-item a {
  color: var(--secondary-color);
  font-weight: 500;
}
footer {
  position: relative;
}



.header-top-menu .menu-item a::after {
  /* right: 3px;
  width: 1.5rem;
  height: 0.9rem;
  margin-top: -0.5rem; */
}
.header-top-menu .menu-item a:hover::after {
  /* transform: scale(1.05);
  transition: all 0.2s ease-in-out; */
}

.header-top-menu .menu-item a:hover,
.header-top-menu .menu-item a:active,
.header-top-menu .menu-item a:focus {
  /* color: var(--white-color);
  background: var(--primary-color);
  text-decoration: none;
  outline: none;
  border-color: var(--primary-color); */
}
.accent-button .wp-block-button__link:hover,
.accent-button .wp-block-button__link:active,
.accent-button .wp-block-button__link:focus {
  /* color: var(--white-color);
  background: var(--secondary-color);
  text-decoration: none;
  outline: none;
  border-color: var(--secondary-color); */
}
.accent-button .wp-block-button__link:active {
  /* border-color: var(--primary-color);
  background: var(--primary-color); */
}
.accent-button .wp-block-button__link:hover::before,
.accent-button .wp-block-button__link:active::before,
.accent-button .wp-block-button__link:focus::before,
.header-top-menu .menu-item a:hover::before,
.header-top-menu .menu-item a:active::before,
.header-top-menu .menu-item a:focus::before {
  /* color: var(--white-color);
  background: var(--primary-shade-color);
  text-decoration: none;
  outline: none;
  border-color: var(--primary-shade-color);
  border-left-color: var(--white-color); */
}

/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/
#wrapper {
  margin: auto;
  max-width: 120rem;
  /* background: #fff; */
}
#wrapper,
#wrapper > * {
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
}

.gfield .medium {
  border: 1px solid #333333;
  border-radius: 0.2em;
  padding: 0.2em 0.5em;
  width: 100%;
  color: #4a4a4a;
  background: #fff;
}

.gfield_label {
  font-size: 0.9em;
}

.ginput_recaptcha {
  margin: auto;
  padding: 1em 0 0;
  max-width: 304px;
  overflow: hidden;
}

.gform_footer {
  margin-top: 1.5em;
  text-align: center;
}

.validation_error {
  margin: 0 0 1rem;
  border-radius: 0.4rem;
  padding: 0.5rem 0.8rem;
  font-size: 0.8em;
  color: #fff;
  background: rgba(215, 54, 72, 0.5);
}

.validation_message {
  margin: 0 0.5rem;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.8em;
  color: #fff;
  background: rgba(215, 54, 72, 0.5);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-col-logo {
  margin: 0 auto;
  padding-bottom: 0.2rem;
}
.header-col-logo img {
    padding-bottom: 0.2rem;
    padding-top: 0.6rem;
}
/* temporary custom */
.bottom_border_mobile {
  border-bottom: 1rem solid var(--secondary-color);
}

.header-top-menu {
  display: none;
}
/* 2.15rem height */
.secondary-button a.wp-block-button__link,
.tertiary-button a.wp-block-button__link {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 0rem 1rem;
  font-size: 0.75rem;
}
.secondary-button a.wp-block-button__link {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  padding-left: 2.7rem;
}
.secondary-button a.wp-block-button__link {
  background-color: var(--primary-color);
}
.tertiary-button a.wp-block-button__link {
  background-color: var(--primary-shade-color);
  /* transform: scale(1.3); */
  margin-top: 0.5rem;
}
.tertiary-button .wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  right: auto;
  bottom: 0;
  width: calc(2.15rem - 4px);
  height: calc(2.15rem - 4px);
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid var(--white-color);
  background: transparent;
}
.secondary-button a.wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  right: auto;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid var(--white-color);
  background: transparent;
}
.secondary-button a.wp-block-button__link::after,
.tertiary-button .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.45rem;
  top: 50%;
  right: auto;
  bottom: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(../../../wp-content/uploads/2024/11/angle-right-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.2s ease-in-out;
  margin-top: -0.575rem;
  margin-left: 0;
}
.secondary-button a.wp-block-button__link::after {
  left: 12px;
  top: 12px;
  right: auto;
  bottom: 0;
  width: 1rem;
  height: 1rem;
}

.secondary-button a.wp-block-button__link:hover::after,
.tertiary-button .wp-block-button__link:hover::after {
  content: "";
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}

/* .secondary-button a.wp-block-button__link:hover {
  background-color: #df6b06;
  transition: all 0.2s ease-in-out;
} */
.tertiary-button .wp-block-button__link:hover {
  background-color: var(--primary-tint-2-color);
  transition: all 0.2s ease-in-out;
}
.header-top-menu .menu-item a:active {
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.tertiary-button .wp-block-button__link {
}

.tertiary-button .wp-block-button__link:active {
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.wp-block-media-text {
  overflow-x: hidden;
}
.contain .wp-block-media-text {
  overflow-x: unset;
}
/* End Button defs ? */

.entry-content h3 {
  color: var(--black-color);
  color: #333;
}
.page-id-63 .event-date {
  color: var(--secondary-shade-color);
}
.hero-tag {
  font-size: 1.475rem;
  text-transform: uppercase;
  line-height: 1.6;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 15.5rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.hero-tag .sub-h {
  color: var(--primary-color);
  font-family: var(--sub-heading-font);
  font-size: 2rem;
  line-height: 0.9;
}
.hero-tag > span {
  display: block;
  text-transform: inherit;
  line-height: 1.4;
}
.hero-tag .intro-line-1 + span {
  margin-left: 1rem;
}
/*
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  object-fit: contain;
  height: auto;
  width: 12rem;
  max-width: 33vw !important;
  width: 20vw;
}
.wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image) {
  width: auto;
  max-width: 22vw !important;
  width: 20vw;
}*/
.desktop-hero-wrapper {
  padding: 0;

}
.desktop-hero-wrapper .wp-block-cover__inner-container {
  height: 100%;
  min-height: 36rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (min-width: 24em) {
  .hero-tag .sub-h {
    margin-left: 0.2rem;
  }
}
@media only screen and (min-width: 38.5em) {
  .hero-tag .sub-h {
    margin-left: 0.4rem;
  }
}
@media only screen and (min-width: 68.5em) {

   .call-now-wrapper {
    width: 12rem;
    background-color: var(--primary-color);
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-height: 7rem;
  }
  a.call-now-link,
  .call-now-wrapper a.phone {
    color: var(--white-color);
  }
  .call-now-wrapper a {
    color: var(--white-color);
    transform: scale(1.0);
    transition: transform 0.2s ease-in-out;
  }
  .call-now-wrapper a:hover {
    color: var(--white-color);
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
  }
  .call-now-label {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .tertiary-button a.wp-block-button__link {
    padding: 0.4rem 1rem;
    font-size: 1.25rem;
    padding-left: 1.2rem;
  }
  .tertiary-button .wp-block-button__link::before {
    left: 1px;
    top: 1px;
    width: calc(3.8rem - 4px);
    height: calc(3.8rem - 4px);
  }
  .tertiary-button .wp-block-button__link::after {
    left: 1.9rem;
    top: 50%;
    right: auto;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
  .accent-button .wp-block-button__link,
  .accent-button.wp-block-button__link {
    font-size: 1.25rem;
  }
  .entry-content h3,
  .event-date {
    font-size: 1.2rem;
    font-weight: 600;
  }
  h3.staff-name {
    font-size: 1rem;
  }
  h4.staff-position {
    font-size: 1.1rem;
    max-width: 22rem;
    margin: 0 auto;
  }
  .entry-content .invest-container h3 {
    font-size: 2rem;
  }
  .resources-wrapper h3 {
    font-size: 1.2rem;
  }
  .entry-content h3.hero-tag {
    max-width: unset;
    font-size: 3.45rem;
    /* font-size: 3.75rem; */
  }
 
  .hero-tag .sub-h {
    font-size: 4.25rem;
    line-height: 1;
  }
  .secondary-button a.wp-block-button__link::after {
    left: 12px;
    top: 12px;
    right: auto;
    bottom: 0;
    width: 2rem;
    height: 2rem;
  }
  .secondary-button a.wp-block-button__link::before {
    width: 3rem;
    height: 3rem;
  }
  .secondary-button a.wp-block-button__link {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    padding-left: 3.7rem;
  }
  .secondary-button a.wp-block-button__link::after {
    left: 16px;
    top: 16px;
    right: auto;
    bottom: 0;
    width: 1.7rem;
    height: 1.7rem;
  }
  .header-top-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1 0 12%;
  }
 
  .header-top-menu .menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0;
    flex: 1 0 auto;
    min-height: 3rem;
    padding-top: 0.2rem;
  }
  .header-top-menu .menu-item {
    margin-bottom: 0;
    flex: 0 1 auto;
    margin-right: 0.4rem;
  }
  .header-top-menu .menu-item:last-child {
    margin-right: 0;
  }
  .hero-wrapper.wp-block-media-text > .wp-block-media-text__content {
    padding: 0 0 0 2%;
  }
   .entry-content .wp-block-media-text h3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 82.5em) {

}
@media only screen and (max-width: 68.49em) {
}


/*--------------------------------------------------------------
# Menu - Small Screen
--------------------------------------------------------------*/
@media only screen and (max-width: 68.49em) {
  .desktop-hero-wrapper {
    display: none;
  }
  .nav-bar {
    background: var(--primary-color);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin-bottom: -100em;
    padding-bottom: 100em;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .menu-button {
    color: #fff;
    /* background: var(--secondary-color); */
    display: block;
    flex: 0 1 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.6em 0 0.6em;
    width: 8em;
    line-height: 1;
    text-align: center;
  }

  .menu-button:first-child {
    border-left: 0;
  }

  .menu-button-icon {
    display: block;
    margin-bottom: 0.25em;
    font-size: 1.1em;
  }

  .menu-button-icon svg {
    width: 1em;
    height: 1em;
  }

  /* Font Awesome Pro (self-hosted): tab icon sizing */
  .menu-button-icon .fa-light {
    font-size: 1.35em;
    line-height: 1;
    vertical-align: middle;
    color: inherit;
  }

  .menu-button-label {
    display: block;
    font-size: 0.8em;
  }

  .menu-close {
    color: #fff;
    background: #222;
    display: none;
  }

  .menu-button:hover,
  .nav-bar .menu-close.js-active {
    color: #fff;
    background: var(--primary-shade-color);
  }

  .nav-bar .js-activate.js-active {
    display: none;
  }

  .nav-bar .js-deactivate.js-active {
    display: block;
    position: relative;
    top: -1px;
    /* transition: all .1s ease-in-out; */
  }

  .menu-tab {
    background: var(--primary-shade-color);
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    padding: 0em 0 3.3em 0em;
    overflow: auto;
    transition: top 700ms;
  }

  .menu-tab.js-active,
  .menu-tab:target {
    top: 0;
  }

  #main-menu,
  #main-menu ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #main-menu {
    margin: auto;
    max-width: 22rem;
    margin-top: 2rem;
  }

  #main-menu ul {
    /* background: var(--primary-color); */
  }

  #main-menu li {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-spacer {
    display: none;
  }
  #main-menu a {
    color: #fff;
    display: block;
    position: relative;
    padding: 0.5em 2.5em 0.5em 1.5em;
  }
  #main-menu > li.nav-logo {
    /* background: #fff; */
    width: 100%;
    flex: 1 0 100%;
    display: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.2rem;
  }
  #main-menu a:hover {
    background: var(--primary-color);
    color: #fff;
  }

  #main-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 1.05em;
    right: 1.5em;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 0.5em 0.4em 0 0.4em;
    transition: all 200ms;
  }

  #main-menu .js-active > a:after {
    transform: rotate(-180deg);
  }

  #main-menu ul li {
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
  }

  #main-menu ul a {
    padding-left: 2.5em;
  }

  #main-menu ul ul a {
    padding-left: 3.5em;
  }

  #main-menu ul ul ul a {
    padding-left: 4.5em;
  }

  #main-menu .js-active > ul > li {
    max-height: 5em;
  }

  #main-menu .js-active > ul > .js-active {
    max-height: 100em;
    transition: max-height 500ms;
  }

  .nojs #main-menu ul li {
    max-height: none;
  }

  .nojs #main-menu .menu-item-has-children > a:after {
    display: none;
  }

  .menu-search {
    display: none;
  }

  .menu-search-form {
    margin: auto;
    padding: 1em 1.5em;
    max-width: 22rem;
    list-style-type: none;
    display: none;
  }

  .menu-search-form .search-form {
    display: flex;
  }

  .menu-search-form label {
    width: 100%;
  }

  .menu-search-form .search-field {
    padding: 0.5em 1em;
    width: 100%;
    line-height: 1.5;
    background: #eee;
    -webkit-appearance: textfield;
  }

  .menu-search-form .search-submit {
    padding: 0.5em 1em;
    line-height: 1.5;
    color: #fff;
    background: #777;
  }

  #menu #top-nav-mobile {
    list-style-type: none;
    margin: 0;
    /* display: flex; */
    /* flex-flow: column; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Menu - Large Screen
--------------------------------------------------------------*/

.main-breadcrumbs span {
  padding-left: 0;
  font-size: 0.7rem;
}
.main-breadcrumbs a {
  color: #474747;
}

.main-title {
  /* text-transform: uppercase; */
  text-align: center;
  /* font-size: 1.9rem; */
  color: var(--white-color);
  padding: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);
  /* background: #000; */
}
#main-menu .menu-spacer {
  flex: 1 0 auto;
}

.main-header {
  min-height: 10rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

/* default secondary page header */
  /* should get pulled from admin options ... */
  /* or somehow from within wordpress / gb */
  .main-header {
    background-image: url(../../../wp-content/uploads/2026/05/hero-image.jpg);
    /* background-position: 0 -9.6rem; */
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 68.5em) {
  .main-header {
    min-height: 17.5rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  
  
  
  .page-intro-limit {
    max-width: 84%;
    margin: 0 auto;
  }
  .main-title {
    font-size: 2.6rem;
  }
  .main-header .entry-title {
    margin-bottom: 0rem;
    width: 100%;
    text-align: left;
    background: rgb(0 0 0 / 23%);
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .main-header .main-breadcrumbs {
  }
  .menu {
    list-style-type: none;
    margin: 0;
    margin-left: 1rem;
  }
  .nav-bar {
    display: none;
  }
  #menu {
    /* background: var(--white-color); */
    position: sticky;
    top: 0;
    z-index: 999;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    padding-left: calc(50% - 18rem);
    padding-right: calc(50% - 18rem);
    box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 30%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  .home #menu {
    box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 0%);
  }
  #menu > #main-menu {
    padding-left: 1rem;
    padding-right: 1rem;
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.2rem; */
    /* min-height: 3rem; */
  }
  #main-menu > .item-spacer {
    flex: 0 1 calc(50% - 10rem);
    max-width: calc(50% - 10rem);
    transition: all 0.4s ease-in-out;
    z-index: -1;
  }
  #main-menu > .item-spacer a {
    display: block;
  }
  .admin-bar.logged-in #menu {
    top: 1.6rem;
  }
  #menu[data-opacity="0"] {
    transition: all 0.3s ease-in-out;
  }
  #menu[data-opacity^="0."] {
    /* background-color: #fff; */
    transition: all 0.2s ease-in-out;
  }
  #menu[data-opacity="1"] {
    transition: all 0.4s ease-in-out;
    /* padding-left: 3rem; */
    /* padding-right: 1rem; */
    box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 30%);
  }
  #menu[data-opacity="1"] .item-spacer {
    max-width: 20%;
    transition: all 0.4s ease-in-out;
  }
  /* #menu[data-opacity^="0."] #main-menu>li.nav-logo {
		opacity: 1;
		transition: all 0.2s ease-in-out;
	}
	#menu[data-opacity="1"] #main-menu>li.nav-logo {
		opacity: 1;
	}
	.home #main-menu li.nav-logo {
		display: none;
	}
	#menu[data-opacity^="0."] #main-menu>li.nav-logo {
		display:flex;
	} */
  /* #menu[data-opacity="1"] #main-menu>li.nav-logo {
		transition: all 0.2s ease-in-out;
		opacity: 1;
	} */
  .current-menu-item a {
  }
  .current-menu-item a::before {
    content: "";
    position: absolute;
    left: -1rem;
  }
  .page #main-menu {
    padding-right: 3rem;
  }
  .home.page #main-menu {
    padding-right: 0;
  }
  #header {
    padding-left: 1rem;
    padding-right: 0rem;
  }
  .header-col-logo {
 display: flex;
 justify-content: center;
 align-items: center;
 }
  .header-col-logo a {
    display: block;
  }
  #main-menu {
    background: transparent;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    text-align: center;
    align-items: center;
    flex: 1 0 auto;
  }
  #main-menu .menu-spacer {
    pointer-events: none;
    flex: 1 0 auto;
  }
  #main-menu,
  #main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #main-menu ul {

  }
  #main-menu li {
    display: block;
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    flex: 0 1 auto;
  }
  #main-menu > .js-active,
  .nojs #main-menu > li:hover {
    z-index: 5;
    transition: background-color 0.4s ease-in-out;
    background-color: var(--secondary-tint-color);
  }
  
  #main-menu > .js-active {
    transition: background-color 0.4s ease-in-out;
    /* background-color: var(--secondary-color); */
  }
  /* # Custom Menu Edits */
  #main-menu .menu-item-515.menu-item-has-children ul {
    width: 14rem;
    margin-left: -7rem;
  }
  #main-menu .menu-item-69.menu-item-has-children ul {
    width: 12rem;
    margin-left: -6rem;
    max-width: unset;
  }
  #main-menu .menu-item-516.menu-item-has-children ul {
    width: 10rem;
    margin-left: -5rem;
  }
  #main-menu a {
    color: #fff;
    display: flex;
    position: relative;
    padding: 0;
    text-align: left;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: normal;
    font-family: var(--heading-font);
    font-family: var(--body-font);
    /* border-radius: 2px; */
  }
  #main-menu a:hover {
    color: var(--black-color);
  }
  #main-menu > li > a {
    /* color: #fff; */
    text-align: center;
    padding: 0.4rem 0.7rem;
    font-size: 0.95rem;
    font-weight: 400;
  }
  #main-menu > li > a:hover,
  #main-menu > .js-active > a {
    /* color: #fff;
		background: #8c6ed1; */
    color: var(--white-color);
  }
  #main-menu > .menu-item-has-children > a:focus {
    outline: 1px dotted !important;
  }
  #main-menu > .menu-item > a:focus {
      outline: 1px dashed var(--primary-tint-3-color) !important;
  }
  #main-menu > .menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0em 0 0 0.3em;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--secondary-color);
    border-width: 0.3em 0.25em 0 0.25em;
    transition: all 200ms;
  }
  #main-menu > li.menu-item-has-children:hover > a:after {
    border-top-color: var(--white-color);
  }
  #main-menu > .js-active > a:after,
  .nojs #main-menu > li:hover > a:after {
    transform: rotate(90deg);
    border-top-color: var(--white-color);
  }
  #main-menu > .menu-item-has-children > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    margin-left: -6.5rem;
    padding: 1rem 0;
    width: 13rem;
    max-height: 25rem;
    box-shadow: 0.25rem 0.25rem 0.25rem rgb(0 0 0 / 20%);
    opacity: 0;
    transform: scale(0.7);
    transform-origin: 50% 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform 500ms, opacity 300ms, visibility 0ms 500ms;
  }
  #main-menu > .js-active > ul,
  .nojs #main-menu > li:hover > ul {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 500ms, opacity 300ms;
    pointer-events: auto;
  }
  #main-menu ul a {
    padding: 0.5em 1.5em;
    /* font-size: 0.9em; */
    /* font-weight: 300; */
  }
  #main-menu ul a:hover {
    /* background: linear-gradient(6deg, #d9ecf7, transparent); */
    /* background: #e5eef4; */
    /* background: linear-gradient(89deg, #e5eef4, #f8f5f0, #e5eef4); */
    /* background: #eef2f4; */
    /* background: linear-gradient(62deg, #eef2f4, transparent); */
  }
  #main-menu ul a:hover {
    /* background: var(--primary-color); */
  }
  /* #main-menu ul li:not(.overview-item) a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: auto;
    top: auto;
    width: 0%;
    transition: width 0.4s ease-in-out;
    height: 100%;
    background: var(--accent-color);
    opacity: 0.2;
    transition: all 0.4s ease-in-out;
    z-index: -1;
  }
  #main-menu ul li:not(.overview-item) a:hover::before {
    width: calc(90% + 2rem);
    transition: all 0.4s ease-in-out;
    transform: skewX(-16deg);
  } */
  #main-menu > .menu-full,
  #main-menu > .menu-large {
    position: static;
  }
  #main-menu > .menu-large > ul {
    left: 3rem;
    right: 3rem;
    margin: 0;
    width: auto;
  }
  #main-menu > .menu-full > ul {
    left: 0rem;
    right: 0rem;
    margin: 0;
    width: auto;
  }
  #main-menu > .mega-menu > .sub-menu,
  #main-menu > .menu-mega > .sub-menu {
    display: flex;
    flex-flow: row wrap;
    padding: 1rem 1rem 1rem 0;
  }
  #main-menu > .mega-menu > .sub-menu > li,
  #main-menu > .menu-mega > .sub-menu > li {
    flex: 1 1 0;
    padding-left: 1rem;
  }
  #main-menu .mega-menu > ul > li > a,
  #main-menu .menu-mega > ul > li > a {
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #333;
    background: none;
    cursor: default;
  }
  #main-menu > .menu-col-2 > ul {
    margin-left: -13rem;
    width: 26rem;
  }
  #main-menu > .menu-col-3 > ul {
    margin-left: -19.5rem;
    width: 40rem;
  }
  #main-menu > .mega-menu > .sub-menu > .menu-span-2,
  #main-menu > .menu-mega > .sub-menu > .menu-span-2 {
    flex: 2 1 0;
  }
  #main-menu .menu-span-2 > ul {
    column-count: 2;
    column-gap: 1rem;
  }
  #main-menu > .mega-menu > .sub-menu > .menu-span-3,
  #main-menu > .menu-mega > .sub-menu > .menu-span-3 {
    flex: 3 1 0;
  }
  #main-menu .menu-span-3 > ul {
    column-count: 3;
    column-gap: 1rem;
  }
  #main-menu > .menu-home,
  #main-menu > .menu-search {
    width: 3em;
    max-width: 4em;
  }
  #main-menu > .menu-left > ul {
    left: 0;
    margin-left: 0;
    transform-origin: 0 0;
  }
  #main-menu > .menu-right > ul {
    left: auto;
    right: 0;
    margin-left: 0;
    transform-origin: 100% 0;
  }
  #main-menu > .menu-home > a,
  #main-menu > .menu-search > a {
    position: relative;
    overflow: hidden;
    text-indent: -999em;
    display: block;
  }
  #main-menu > .menu-home > a:before,
  #main-menu > .menu-search > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.4em;
    height: 1.4em;
    background: url("./img/home-light.svg") center / contain no-repeat;
  }
  #main-menu > .menu-search > a:before {
    background: url("./img/search-light.svg") center / contain no-repeat;
  }
  #main-menu .menu-search a:after {
    display: none;
  }
  #main-menu > .menu-search > .sub-menu {
    right: 0;
    left: auto;
    margin: 0;
    padding: 0;
    width: 20rem;
    transform-origin: top right;
  }
  .menu-search-form {
    display: none;
  }
  #main-menu .menu-search-form {
    display: block;
  }
  .menu-search-form .search-field {
    padding: 1em;
    width: 100%;
    font-size: 0.9em;
    line-height: 2;
    -webkit-appearance: textfield;
  }
  .menu-search-form .search-submit {
    display: none;
  }
  #main-menu .sub-menu li a {
    justify-content: flex-start;
    overflow: hidden;
  }

  #main-menu > #menu-item-26.menu-col-2 > ul.sub-menu {
    margin-left: -9rem;
    width: 18rem;
  }
  #main-menu .menu-spacer {
    flex: 1 0 auto;
    max-width: 35%;
    transition: max-width 0.4s ease-in-out;
    pointer-events: none;
    visibility: hidden;
  }
  [data-opacity="1"] #main-menu .menu-spacer {
    max-width: 0%;
    transition: max-width 0.4s ease-in-out;
  }
}
/* @media only screen and (min-width: 74em) {
   .main-header .entry-title {
    padding-left: calc( 50vw - 30rem );
    padding-right: calc( 50vw - 30rem );
  }
} */
@media only screen and (min-width: 82.5em) {
  .main-header .entry-title {
    padding-left: calc( 50% - 30rem );
    padding-right: calc( 50% - 30rem );
  }
  .main-title {
    font-size: 2.8rem;
  }
  #menu {
    /* padding-left: calc(50% - 32rem); */
    /* padding-right: calc(50% - 32rem); */
  }
  .main-menu > .menu-full > ul,
  .main-menu > .menu-large > ul {
    left: calc(50% - 30rem);
    right: calc(50% - 30rem);
  }
}
@media only screen and (min-width: 96em) {
  #menu {
    /* padding-left: calc(50% - 35rem); */
    /* padding-right: calc(50% - 35rem); */
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
span.ninja-forms-req-symbol {
  color: var(--secondary-color);
}
div.nf-error .nf-error-msg,
div.nf-error-msg {
  color: #af3434;
  font-size: 0.8rem;
}
div.nf-error-msg {
  margin-bottom: 0.6rem;
}
.main-content .main-header {
  position: relative;
  z-index: 0;
}
/* #menu::before {
	content: '';
	top: -2rem;
	position: absolute;
	right:0rem;
	bottom: 0rem;
	left: 50%;
	z-index: -1;
} */
/* .main-content .main-header::before {
	content: '';
	z-index: 0;
	background: blue;
	position: absolute;
	top: -3rem;
	right:0rem;
	bottom: 1rem;
	left:50%;
} */
.entry-sidebar .entry-content,
.entry-no-sidebar .entry-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.entry-content > :first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.entry-sidebar #sidebar {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 24rem;
}
.widget {
  display: block;
  /* margin: 0 0 1.5em 0; */
  width: 100%;
  max-width: 18rem;
  margin: 0 auto;
  box-shadow: 2px 2px 20px -2px rgb(0 0 0 / 20%);
  padding: 1.2rem;
  border-radius: 6px;
}
.widget:first-child {
  position: sticky;
  top: 4rem;
}
.widget:last-child {
  margin-bottom: 1rem;
}
.widget-title {
  margin: 0 0 0.7rem 0;
}
.widget h2 {
  margin-top: 0;
  text-align: center;
}
.child-posts-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1.5rem;
}
.contact-logo {
  max-width: 100%;
}

.child-post-image {
  /* display: inline-block; */
  /* border-radius: 100%; */
  /* overflow: hidden; */
  /* width: 12rem; */
  /* height: 12rem; */
  /* aspect-ratio: 1 / 1; */
}
.child-post-image img {
  border-radius: 100%;
  overflow: hidden;
  width: 14rem;
  height: 14rem;
  object-fit: cover;
  object-position: center;
  /* aspect-ratio: 1 / 1; */
}
.child-post-listing-heading {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.center-text {
  text-align: center;
}

.entry-content {
  padding-top: 1.5rem;
}

/* Single staff: outer layout stacks on small screens; desktop with photo = narrow left rail (centered stack) + body copy flush top right */
.staff-bio-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

@media only screen and (min-width: 68.5em) {
  .staff-bio-layout--has-photo {
    grid-template-columns: minmax(12rem, 17rem) minmax(0, 1fr);
    column-gap: clamp(2rem, 5vw, 4rem);
  }
}

.staff-bio-layout .staff-bio-head {
  margin-bottom: 0;

}

.staff-bio-layout .bio-content {
  min-width: 0;
}

/* Photo + credentials: always a single centered column (within the left rail on desktop) */
.staff-bio-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.75rem, 0.4rem, 2.75rem);
  align-items: start;
}

.staff-bio-head--has-photo {
  justify-items: center;
  text-align: center;
}

.staff-bio-head--has-photo .staff-bio-head__image {
  width: 100%;
  max-width: 14rem;
}

.staff-bio-head--has-photo .staff-bio-head__meta {
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
}
.bio-image img {
  margin-bottom: 0.2rem;
}
.staff .contact-us-block {
  max-width: 23rem;
  margin: 0 auto;
  margin-top: 4rem;
  box-shadow: 0px 0px 12px -6px #111;
  padding: 1.2rem;
  border-radius: 6px;
  position: relative;
  background: var(--white-color);
}
.contact-us-block::before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  bottom: 0;
  background-image: url(../../../wp-content/uploads/2026/05/APS-logo-clear-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 35rem;
  height: 32rem;
  z-index: -1;
}
.contact-us-block::after {
  content: '';
  display: block;
  right: -35vw;
  bottom: 22%;
  height: 12rem;
  position: absolute;
  background: linear-gradient(
90deg, #efece8, transparent);
  width: 50vw;
  z-index: -1;
}
@media only screen and (min-width: 68.5em) {
  .staff-bio-layout .staff-bio-head {
    margin-bottom: 0;
    top:3rem;
    position:sticky;
  }
  .staff-bio-layout--has-photo .staff-bio-head--has-photo .staff-bio-head__meta {
    max-width: 100%;
  }
  .staff .contact-us-block {
  
  }
  .contact-us-block::before {
    left: -100%;
    bottom: 0;
    width: 35rem;
    height: 32rem;
  }
}

.staff-bio-head__meta {
  min-width: 0;
}

.staff-bio-head .bio-image img {
  display: block;
  width: 100%;
  max-width: 14rem;
  height: auto;
  margin-inline: auto;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 173 / 247;
  border-radius: 6px;
}

.staff-bio-head .bio-name {
  margin: 0 0 0.35em;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.staff-bio-head .bio-position {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 600;
}

.staff-bio-head .staff-linkedin {
  margin: 0.65rem 0 0;
}

.staff-bio-head .staff-linkedin__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  font-weight: 600;
  text-decoration: none;
}

.staff-bio-head .staff-linkedin__link:hover,
.staff-bio-head .staff-linkedin__link:focus-visible {
  text-decoration: underline;
}

.staff-bio-head .staff-linkedin__icon {
  font-size: 1.15em;
  line-height: 1;
}

.staff-wrapper {
  display: grid;
  gap: clamp(1.25rem, 2.75vw, 2.25rem);
  grid-template-columns: 1fr;
  align-items: start;
}

/*
 * Responsive packing: repeat(auto-fit, minmax(...)) for generic grids.
 *
 * .advisor-wrapper: column count follows headcount via :has() so e.g. four
 * bios use four columns, not repeat(3,…) + one orphan. Requires :has().
 */
@media only screen and (min-width: 38.5em) {
  .staff-wrapper {
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 17.5rem), 1fr)
    );
  }

  .staff-wrapper.advisor-wrapper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 68.5em) {
  .staff .contact-us-block {
    margin-top: 6rem;
  }
  .staff-wrapper {
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 16rem), 1fr)
    );
  }

  .staff-wrapper.advisor-wrapper:has(> :first-child:last-child) {
    grid-template-columns: minmax(0, 1fr);
  }

  .staff-wrapper.advisor-wrapper:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-wrapper.advisor-wrapper:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .staff-wrapper.advisor-wrapper:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .staff-wrapper.advisor-wrapper:has(> :nth-child(5):last-child) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .staff-wrapper.advisor-wrapper:has(> :nth-child(6):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .staff-wrapper.advisor-wrapper:has(> :nth-child(7)) {
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 14.75rem), 1fr)
    );
  }
}

@media only screen and (min-width: 82.5em) {
  .staff-wrapper {
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 14.75rem), 1fr)
    );
  }
}

.staff-wrapper > .staff-box,
.staff-wrapper > a.staff-box {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.entry-content .staff-wrapper > a.staff-box {
  display: block;
}

.staff-image img {
  min-width: 11.3rem;
  height: auto;
  margin-bottom: 0;
}
.staff-position {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
}
.staff-name {
  margin-bottom: 0.5rem;
  margin-top: 0.4rem;
}
.entry-content a.staff-box {
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  /* box-shadow: 0px 0px 12px -6px rgb(0 0 0); */
  /* border-radius: 3px; */
  overflow: hidden;
}
.staff-box {
  width: 11.3rem;
  margin-bottom: 0.5rem;
}

.staff-wrapper .staff-box {
  width: 100%;
  margin-bottom: 0;
}
.staff-image {
  /* width: 14rem; */
  /* height: 14rem; */
  /* overflow: hidden; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* border-radius: 100%; */
}
.staff-image img {border-radius: 6px;overflow: hidden;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.entry-content .staff-name {
  font-size: 0.9rem;
  text-align: center;
  font-weight: 400;
  /* color: var(--secondary-color); */
  /* background: #efece9; */
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  /* font-family: var(--body-font); */
}
.staff-position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  /* background-color: var(--secondary-tint-2-color); */
  padding: 0.2rem 0.6rem;
  /* border-radius: 3px; */
  /* color: var(--secondary-color); */
  font-size: 1rem;
  font-family: var(--heading-font);
  font-weight: 600;
  /* color: var(--white-color); */
  /* background: var(--secondary-tint-3-color); */
  /* border-top-right-radius: 0; */
  /* border-top-left-radius: 0; */
  /* color: var(--secondary-color); */
}
.staff-content {
}

@media only screen and (min-width: 38.5em) {
  .child-posts-wrapper {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  }
  .entry-content .staff-name {
    font-size: 1.1rem;
    max-width: 16rem;
    margin: 0 auto;
    margin-top:0.6rem
  }
}
@media only screen and (min-width: 68.5em) {
  .staff-image {
    
  }
  .staff-image img {
    
  }
  .staff-name {
    
  }
  .staff-position {
    
  }
  .staff-content {
    
  }
  .widget {
    width: clamp(14rem, 16rem, 18rem);
  }
  .widget-area {
    margin-top: 2rem;
    margin-bottom:2rem;
  }
  .staff-image img {
    width: 14.2rem;
    height: 16.95rem;
    object-fit: cover;
    overflow: hidden;
    object-position: top center;
  }
  .staff-box {
    width: auto;
  }
  .staff-two-col-wrapper {
    grid-template-columns: 20vw 20vw;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
  
  .child-posts-wrapper {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }
  .child-post-image img {
    border-radius: 100%;
    overflow: hidden;
    width: 16rem;
    height: 16rem;
  }

  .entry-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .entry-sidebar .entry-content {
    flex: 1 1 auto;
    /* Flex default min-width:auto prevents shrinking; Swiper needs a real width budget on desktop */
    min-width: 0;
    padding-right: 3%;
  }
  .entry-sidebar #sidebar {
    flex: 0 0 auto;
    margin-left: 4%;
    width: 16rem;
  }

}
@media only screen and (min-width: 82.5em) {
  .staff-position {
    font-size: 1.25rem;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: var(--primary-tint-2-color);
  padding-top: 0;
  color: var(--white-color);
}
#menu-social {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.logo-wrapper-footer {
  background: var(--primary-color);
  text-align: center;
}
.logo-wrapper-footer a {
  max-width: 11rem;
  margin: 0 auto;
  display: block;
}
.hours {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1.5rem;
  max-width: 14rem;
  margin: 0 auto;
  margin-top: 1.2rem;
}
.hours dt {
  flex: 0 1 4rem;
}
.hours dd {
  flex: 0 1 calc( 100% - 4rem );
  margin: 0;
}
.site-info {
  background: var(--primary-shade-color);
  /* padding: 0.2rem; */
}
.copyright {
  text-align: center;
  color: var(--white-color);
  padding: 0 1.5rem;
  padding-bottom: 0.5rem;
  font-style: italic;
  margin: 0 auto;
}
.copyright,
.designed-by {
  font-size: 0.6rem;
  padding: 0 1.5rem;
}
.designed-by {
  margin-bottom: 0.3rem;
  font-style: italic;
}

.footer-col {
  padding: 1.5rem;
}

.social-links {
  margin-top: 0.2rem;
}
#menu-social .menu-item a {
  display: inline-block;
  position: relative;
  background: var(--white-color);
  /* padding: 0.35rem; */
  border-radius: 100%;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#menu-social .menu-item a:hover {
  transform: scale(1.1);
}
#menu-social li.menu-item {
  margin-right: 1rem;
}
#menu-social li.menu-item:last-child {
  margin-right: 0;
}
#menu-social .menu-item a img {
  width: 2rem;
  height: 2rem;
}
.copyright > span {
  display: block;
  margin-bottom: 0.2rem;
}

.home .events-wrapper {
  display: flex;
  /* flex-flow: column; */
}
.home .entry-content .events-wrapper h3.event-title {
  color: var(--secondary-color);
  margin-top: 0;
  font-weight: bold;
  text-align: center;
}
.home .events-wrapper .event-date {
  display: none;
}
.copyright {
  font-size: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  max-width: 13rem;
}
.copyright > span,
.copyright .company-name {
  font-size: 0.7rem;
}

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

}
@media only screen and (min-width: 68.5em) {
  .footer-col {
    padding-top: 5rem;
    padding-bottom:2rem
  }
  .logo-wrapper-footer {
    max-width: 33%;
  }
  .mobile-logo-wrapper {
    display: none;
  }
  .copyright,
  .designed-by {
    font-size: 0.6rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .copyright {
    text-align: center;
    max-width: unset;
  }
  .site-info {
    /* justify-content: center; */
    /* align-items: center; */
  }
  .copyright > span {
    margin-bottom: 0;
    display: inline-block;
  }
  .footer-social {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    border: none;
  }
  .footer-social::before,
  .footer-social::after {
    display: none;
  }
  .has-featured-image {
    position: relative;
    z-index: 0;
  }
  .has-featured-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: #fff; */
    z-index: -1;
    /* background: linear-gradient(90deg, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 80%) 50%, transparent 98%); */
  }
}
@media only screen and (min-width: 82.5em) {

}

@media only screen and (max-width: 68.49em) {

}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.tag-line {
  margin: 0;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 15%);
  color: var(--white-color);
  padding-left: calc( 50vw - 15rem );
  padding-right: calc( 50vw - 15rem );
  font-size: 1.9rem;
}
.hero-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  min-height: 30rem;
  position: relative;
  z-index: 0;
}
.hero-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: rgb(0 0 0 / 10%); */
  z-index: 0;
}
.hero-wrapper .wp-block-cover__inner-container {
  height: 100%;
  flex: 1 0 auto;
  padding: 1rem;
  padding-bottom: 12rem;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding-top: 1.6rem;
}
.hero-wrapper .tag-line-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background: rgb(255 255 255 / 12%);
  padding: 0.7rem 1.5rem;
  z-index: 1;
  color: var(--white-color);
  font-size: 1.1rem;
  line-height: 1.6;
}

.entry-content h2.tag-line-secondary {
  margin: 0;
}

.mobile-hero-cta.wp-block-buttons {
  margin-top: 1.5rem;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 15%);
}
.text-shadow-2 {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}
.hero-wrapper img.wp-block-cover__image-background {
  object-position: 25% 25% !important;
  transform: scale(1);
}

.welcome-tag {
  background-color: rgb(169 120 90 / 19%);
  display: inline-block;
  padding: 0.2rem 1rem;
  margin: 0;
  color: var(--secondary-color);
  min-width: 12.75rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.8rem;
}

.margin-top-1,
h2.margin-top-1 {
  margin-top: 1rem;
}
.margin-top-2,
h2.margin-top-2 {
  margin-top: 2rem;
}
.margin-top-3,
h2.margin-top-3 {
  margin-top: 3rem;
}
.margin-top-4,
h2.margin-top-4 {
  margin-top: 4rem;
}
.margin-top-5,
h2.margin-top-5 {
  margin-top: 5rem;
}
.margin-top-6,
h2.margin-top-6 {
  margin-top: 6rem;
}

.margin-bottom-1,
h2.margin-bottom-1 {
  margin-bottom: 1rem;
}
.margin-bottom-2,
h2.margin-bottom-2 {
  margin-bottom: 2rem;
}
.margin-bottom-3,
h2.margin-bottom-3 {
  margin-bottom: 3rem;
}
.margin-bottom-4,
h2.margin-bottom-4 {
  margin-bottom: 4rem;
}
.margin-bottom-5,
h2.margin-bottom-5 {
  margin-bottom: 5rem;
}
.margin-bottom-6,
h2.margin-bottom-6 {
  margin-bottom: 6rem;
}

.max-width-text {
  max-width: 34rem;
  margin: 0 auto;
}

.wp-block-separator {
  border-color: #e1e1e1;
}
.logo-type-intro {
  font-family: var(--typelogo-font);
  font-size: 1.8rem;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 3rem;
}

.logo-type-intro::after {
  content: '';
  width: 4rem;
  height:6px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -1rem;
  left: 0;
  border-radius: 6px;
}

.intro-cta {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.intro-section {
    padding-top: 0rem;
  }
.accent-colorblock {
  padding: 1rem 1.5rem;
  background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 3px;
}

.hidden-costs {
  
}
.location-address,
.footer-col-title,
#footer-navigation {
  max-width: 14rem;
  margin: 0 auto;
}
#footer-navigation li {
  margin-bottom: 0.2rem;
  line-height: 1.2;
  font-size: 0.9rem;
}
#footer-navigation li a{
  font-size: 0.9rem;
}
#footer-navigation li a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-col-title {
  margin-bottom:1.6rem;
  font-size:1.1rem;
  font-weight: normal;
  position: relative;
}
.footer-col-title::after {
  content: '';
  width: 2.6rem;
  height: 0.15rem;
  background: var(--white-color);
  position: absolute;
  bottom: -0.6rem;
  left:0;
  border-radius: 6px;
}


/* ## - entry point */
.hidden-costs-wrapper {
  background-image: url(../../../wp-content/uploads/2026/05/hidden-costs.jpg);
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.hidden-costs {
  margin-left:-1.5rem;
  margin-right:-1.5rem;
  padding: 1.6rem 2rem;
}
.intro-section .wp-block-column:first-child {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.wp-block-details {
  margin-bottom: 1.6rem;
  background: #efece9;
  /* padding: 0.6rem 1rem; */
  border-radius: 3px;
}
.wp-block-details summary {
  padding: 0.6rem 1rem;
}
.wp-block-details p:first-of-type {
  padding-top: 0.7rem;
}
.wp-block-details p {margin-top: 0rem;padding: 0rem 1rem;/* background: #f5f5f5; */}
.wp-block-details p:last-child {
  padding-bottom: 1rem;
}
.contain .wp-block-media-text>.wp-block-media-text__content,
.contain.wp-block-media-text>.wp-block-media-text__content {
  padding:0;
}

.wp-block-media-text>.wp-block-media-text__content {
  align-self: flex-start;
}
/* hide: Fields marked with an * are required */
.nf-form-fields-required {
  display: none;
}

.wp-block-media-text__content h3 {
  margin-top: 0;
}
@media only screen and (min-width: 38.5em) {
  .contain .wp-block-media-text>.wp-block-media-text__content,
  .contain.wp-block-media-text>.wp-block-media-text__content {
    padding: 0 0 0 8%;
  }
  .contain .wp-block-media-text.has-media-on-the-right >.wp-block-media-text__content,
  .contain.wp-block-media-text.has-media-on-the-right >.wp-block-media-text__content {
    padding: 0 8% 0 0;
  }
  .logo-type-intro {
    max-width: 18rem;
  }
  .intro-section .wp-block-column:first-child {
    max-width: 28.6rem;
  }
  .intro-section .wp-block-column:last-child {
    position: relative;
  }
  .hidden-costs-wrapper {
    background-image: url(../../../wp-content/uploads/2026/05/hidden-costs.jpg);
    background-repeat: no-repeat;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    position: relative;
    z-index:0;
    background-position: center;
    background-size: cover;
  }
  .hidden-costs-wrapper::after {
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }
  .wp-block-media-text>.wp-block-media-text__media {
    max-width: 28rem;
    align-self: flex-start;
    position: relative;
  }
}
@media only screen and (min-width: 68.5em) {
  html {
    font-size: 18px;
    transform: font-size 0.2s ease-in-out;
  }
  .contain.wp-block-media-text.has-media-on-the-right >.wp-block-media-text__content,
  .contain .wp-block-media-text.has-media-on-the-right >.wp-block-media-text__content {
    padding-left: 0;
    padding-right: 8%;
  }
  .contain.wp-block-media-text.has-media-on-the-left >.wp-block-media-text__content,
  .contain .wp-block-media-text.has-media-on-the-left >.wp-block-media-text__content {
    padding-left: 8%;
    padding-right: 0;
  }
  .footer-col-title {
    margin-bottom:1.6rem;
    font-size: 1.5rem;
  }

   .wp-block-media-text>.wp-block-media-text__media {
    max-width: 28rem;
    align-self: flex-start;
    position: relative;
    /* position: sticky; */
    /* top: 3rem; */
    margin-bottom: 2.6rem;
  }
  .wp-block-media-text__media img {
    border-radius:3px;
    overflow: hidden;
  }
  .wp-block-media-text {
    position: relative;
  }
   .wp-block-media-text::before {
       position:absolute;
       content: '';
       left: 0;
       top: 12rem;
       height: 10rem;
       width: calc( 50% - 2rem);
       background: #f0efee;
       border-radius: 0;
       right: auto;
     }
     .wp-block-media-text.has-media-on-the-right::before {
       right: 0;
       left: auto;
     }
  
    .contain .wp-block-media-text::before {
       position:absolute;
       content: '';
       left: -3rem;
       top: 22%;
       height: 10rem;
       width: calc( 50% + -0.8rem);
       background: #f0efee;
       border-radius: 0;
       right: auto;
     }
     .contain .wp-block-media-text.has-media-on-the-right::before {
       right: -3rem;
       left: auto;
     }
  /* .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media::after {
       right: -1rem;
       left: auto;
     } */
  .hidden-costs-wrapper {
    padding-left: calc( 50% - 19rem);
    padding-right: calc(50% - 19rem);
  }
  .hidden-costs {
    /* margin-left: calc( 50vw - 19rem); */
    /* margin-right: calc(50vw - 19rem); */
    margin-left:0;
    margin-right:0;
    /* min-height: 8.2rem; */
    /* display: flex; */
    padding: 1.6rem 2rem;
  }
  .why-us-desktop {
    z-index: 1;
  }
  .intro-section .wp-block-column:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .hero-wrapper {
    display: none;
  }
  .logo-splash {
    width: 41.4rem;
    height: 37.1rem;
    position: absolute;
    bottom: 5.8rem;
    left: 1rem;
    display: none;
  }
  
  .intro-section .wp-block-column:last-child {
    flex-basis: 100% !important;
    position: relative;
    z-index: 0;
  }
  .intro-section .wp-block-column:last-child::after {
    background-image: url(../../../wp-content/uploads/2026/05/APS-logo-clear-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -4.5rem;
    left: -5vw;
    width: 41.4rem;
    height: 37.1rem;
    z-index: 0;
    transform: scale(0.8);
  }
  .intro-section .wp-block-buttons.is-content-justification-center {
    justify-content: flex-start;
  }
  .desktop-hero-wrapper h2.tag-line-secondary-desktop {
    color: var(--white-color);
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .desktop-hero-wrapper h2.tag-line-secondary-desktop::after {
    display: none;
  }

  .desktop-hero-wrapper .tag-line {
    font-size: 3.2rem;
    padding-left: 3rem;
    margin-top: 3rem;
    max-width: 47.5rem;
    padding-right: 0;
  }
  .desktop-hero-wrapper .wp-block-cover__inner-container .wp-block-columns {
    width: 100%;
    background: rgb(0 0 0 / 50%);
    padding-left: 3rem;
    padding-right: 3rem;
    min-height: 10rem;
  }
  .desktop-hero-wrapper .tag-line-secondary {
    color: var(--white-color);
  }
  .desktop-hero-wrapper h2.tag-line-secondary::after {
    display: none;
  }
  .desktop-hero-wrapper .wp-block-column:first-child {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 29.4rem;
  }
  .intro-section {
    padding-right: 0;
  }
}

@media only screen and (min-width: 74em) { /* aligns with padding 3rem on contain */
  .desktop-hero-wrapper .wp-block-cover__inner-container .wp-block-columns,
  .desktop-hero-wrapper .tag-line {
    padding-left: calc( 50% - 30rem );
    padding-right: calc( 50% - 30rem );
  }
  .desktop-hero-wrapper .tag-line {
    padding-right: 0;
    max-width: calc( 44.5rem + calc( 50% - 30rem ));
  }
}
@media only screen and (min-width: 82em) {
  
  html {
    font-size: 20px;
    transform: font-size 0.2s ease-in-out;
  }
  .contain .wp-block-media-text::before {
     left: calc( -1 * (50vw - 30rem));
   }
  .contain .wp-block-media-text.has-media-on-the-right::before {
     right: calc( -1 * (50vw - 30rem));
   }
  .intro-section .wp-block-column:last-child::after {
    transform: scale(0.9);
    top: -6rem;
    left: -1rem;
  }
  .desktop-hero-wrapper .tag-line {
    padding-left: calc( 50% - 30rem );
    max-width: calc( 44.5rem + calc( 50% - 30rem ));
  }
}
@media only screen and (min-width: 110em) {
  .intro-section .wp-block-column:last-child::after {
    transform: scale(1);
    top: -5rem;
    left: 2rem;
  }
}

.entry-content h2.h2-full-tag {
  /* padding: 2rem 3rem 2rem 2rem; */
  color: var(--white-color);
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: var(--body-font);
  margin: 0;
  font-weight: 600;
  max-width: 13rem;
  margin-left: -6.5rem;
  left: 50%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.entry-content .h2-full-wrapper {
  background: linear-gradient(269deg, rgb(170 157 142 / 88%) 50%, #847568 100%);
}

.entry-content h2.h2-full-tag::after {
  display: none;
}
.wp-block-list li {
  /* list-style-type: none; */
}
.wp-block-list li::marker {
  color: var(--primary-color);
}
.your-wealth {
  min-height: 16rem;
}
.your-wealth.wp-block-cover {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  min-height: 25rem;
}
.wp-block-cover .wp-block-cover__inner-container h2.h2-full-tag {
  padding-top: 0;
  padding-bottom: 0;
}
.your-wealth.wp-block-cover .wp-block-cover__image-background {

  object-position: 50% 25%;
}
.contact-us-wrapper .wp-block-group__inner-container {
  padding: 2rem 1.5rem;
  max-width: 22rem;
  margin: 0 auto;
  box-shadow: 2px 2px 20px -2px rgb(0 0 0 / 20%);
  margin-top: 0rem;
  /* margin-bottom: 2rem; */
}

.nf-field .field-wrap {
  position: relative;
}
.field-wrap div.nf-field-label {
  position: absolute;
  top: 4px;
  left: 9px;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.nf-field-element input,
.nf-field-element textarea {
  padding-left: 0.5rem;
  padding-top: 1.6rem;
  padding-bottom: 0.2rem;
  border: 1px solid #CCBEA7;
  border-radius: 5px;
  font-size: 0.9rem;
}
.nf-response-msg {
  color: var(--primary-color);
  font-weight: bold;
}

#searchform {
  /* box-shadow: 2px 2px 4px -2px #000; */
  border-radius: 3rem;
  /* border: 2px solid #d8d1c2; */
  overflow: hidden;
}

#searchform > div {
  display: flex;
  justify-content: center;
  /* border-radius: 0.5rem; */
  /* overflow: hidden; */
}
#searchform #s {
  background: #fff;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  height: 2rem;
  flex: 1 0 auto;
  padding: 0 0.7rem;
  font-size: 0.9rem;
}
#searchsubmit {
  background: var(--secondary-color);
  padding: 0 1rem;
  font-size: 0.9rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: var(--white-color);
}

.main-header .entry-title {
  margin-top: 0;
  color: var(--white-color);
}
.entry-content #searchform {
  border: 2px solid var(--secondary-color);
  border-radius: 3rem;
}
.entry-content #searchsubmit {
  background: var(--secondary-color);
  color: #fff;
}

.contact-us-wrapper .nf-form-fields-required {
  display: none;
}
.nf-form-content textarea,
.nf-form-content input:not([type="button"]):focus,
.nf-form-content textarea:focus {
  color: var(--black-color) !important;
}


.swiper-wrapper {
  /* display: flex; */
  /* flex-flow: row nowrap; */
  /* justify-content: center; */
  /* align-items: flex-start; */
  /* margin-bottom: 2rem; */
  /* position: relative; */
  /* width: 100%; */
  /* height: 100%; */
  /* z-index: 1; */
  /* transition-property: transform; */
  /* box-sizing: content-box; */
}
/* Fixed slide width breaks multi-slide Swiper layouts (e.g. reviews); galleries keep explicit sizing. */
.sage-gallery .swiper-slide {
  width: 18rem;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sage-gallery {
  /* max-width: calc(100vw - 3rem); */
}
.sage-gallery .swiper-button-next,
.sage-gallery .swiper-button-prev {
  color: var(--primary-color);
}

.sage-gallery .swiper-slide img {
  width: 18rem;
  height: 18rem;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

:root {
  --swiper-navigation-top-offset: 8rem;
  --swiper-navigation-sides-offset: 0rem;
}

.swiper-container .swiper-button-next {
  /* right: -1rem; */
}
.swiper-container .swiper-button-prev {
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: var(--secondary-color);
  transition: color 0.2s ease-in-out;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  min-width: 3rem;
  color: var(--white-color);
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
.swiper-container .swiper-button-next:active,
.swiper-container .swiper-button-prev:active,
.swiper-container .swiper-button-next:focus,
.swiper-container .swiper-button-prev:focus,
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  color: var(--secondary-color);
  transition: color 0.2s ease-in-out;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  position: relative;
  font-size: 2.5rem;
}
.swiper-container .swiper-button-next:after {
  /* right: -0.6rem; */
}
.swiper-container .swiper-button-prev:after {
}
.swiper-container > .swiper-pagination > .swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.swiper-slide {
  padding: 1rem 0.5rem 1rem 0.5rem;
}

/* ################################################################## */


/* Reviews shortcode slider: loop/pagination quirks + readable copy */
.swiper.reviews {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
/* clearfix ::after on Swiper's flex wrapper breaks slide sizing (extra flex item). */
.swiper.reviews .reviews-wrapper.swiper-wrapper::after {
  content: none !important;
  display: none !important;
}
.swiper.reviews .reviews-wrapper.swiper-wrapper {
  align-items: stretch;
  min-width: 0;
}
.swiper.reviews .review-item.swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.swiper.reviews .review-content,
.swiper.reviews .review-title {
  color: var(--secondary-shade-color, var(--black-color));
}
.swiper.reviews .review-content {
  max-width: 36rem;
}
.swiper.reviews .swiper-pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  inset: auto;
  width: 100%;
  transform: none;
}
.swiper.reviews .swiper-button-next,
.swiper.reviews .swiper-button-prev {
  margin-top: 0;
  color: var(--secondary-tint-3-color);
  text-shadow: none;
}

.entry-listing > aside {
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.entry-blog > article {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}
.entry-listing .entry-listing {
  display: flex;
  flex-flow: column nowrap;
}
.entry-blog .entry-listing aside a {
  display: block;
  overflow: hidden;
  /* margin-bottom: 1.5rem; */
}

.entry-blog .entry-listing aside img {
  min-width: 14rem;
  width: 100%;
  height: auto;
  max-height: 19rem;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
}
.entry-blog .listing-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: normal !important;
}
.secondary-button.wp-block-button__link {
  /* background-color: var(--secondary-color);
  height: calc(3.25rem + 4px);
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 3.8rem;
  border-radius: 2rem;
  font-size: 1rem;
  border-right: none;
  letter-spacing: -1px;
  font-weight: 600;
  border: 0; */
}
.secondary-button.wp-block-button__link::before {
  /* left: 2px;
  border: 1px solid var(--black-color);
  border-radius: 100%;
  width: calc(3.25rem - 2px);
  height: calc(3.25rem - 2px);
  top: 3px;
  background: var(--secondary-color); */
}
.secondary-button.wp-block-button__link::after {
  /* background-image: url(../../../wp-content/uploads/2024/11/caret-right.svg); */
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0;
  top: 1.2rem; */
}

.secondary-button.wp-block-button__link:hover::after {
  /* background-image: url(../../../wp-content/uploads/2024/11/caret-right-primary.svg); */
}
.secondary-button.wp-block-button__link:hover,
.secondary-button.wp-block-button__link:focus,
.secondary-button.wp-block-button__link:active {
  /* color: var(--primary-color); */
}


.entry-blog .excerpt-read-more {
  margin-top: 1.5rem;
  display: inline-flex;
}
@media only screen and (min-width: 29.625em) {
  .contact-us-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 38.5em) {
.contact-us-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .contact-us-wrapper {
  background-image: url(../../../wp-content/uploads/2026/05/background-logo-stripe.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-bottom: 0;
  padding-bottom: 4rem;
  padding-top: 3rem;
  }
  .contact-us-wrapper .wp-block-group__inner-container {
    max-width: 25rem;
    padding: 2rem;
    background: var(--white-color);
  }
  .entry-content .h2-full-wrapper.overlap-desktop {
    position: relative;
    bottom: -10rem;
    z-index: 1;
    margin-top: -10rem;
  }
  .entry-content h2 {
    font-size:2rem;
    margin-bottom: 3.5rem;
  }
  .entry-content h2.h2-full-tag {
    color: var(--white-color);
    font-size: 3rem;
    margin: 0;
    max-width: unset;
    margin-left: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 10rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .entry-content .wp-block-media-text h2 {
    margin-top: 0;
  }
  .hidden-costs-wrapper h2::after {
    left:50%;
    margin-left: -2rem;
  }
   .hidden-costs-wrapper h2 {
    text-align:center;
  }
  .entry-content .contact-us-wrapper h2 {
    margin-top: 0;
    margin-bottom: 2.6rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .entry-content h2.h2-full-tag {
    font-size: 3.2rem;
  }
   .contact-us-wrapper {
  padding-bottom: 8rem;
  padding-top: 3rem;
  }
}
@media only screen and (min-width: 100em) {

}
@media only screen and (min-width: 110em) {

}
/* Gutenberg style mobile overrides */
@media only screen and (max-width: 600px) {
  .contain.wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }
}

@media only screen and (max-width: 68.49em) {
  .wp-block-media-text>.wp-block-media-text__media {
    margin-bottom: 1.6rem;
  }
  .mobile-btn-center {
    justify-content: center;
  }
  .mobile-logo-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /* background: var(--primary-color); */
  }
  .home .mobile-logo-wrapper {
    /* display: none; */
    max-width: 16rem;
  }
  .mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------------------
# Secondary Pages
--------------------------------------------------------------*/

.main-header {
  /* background: var(--primary-color);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: 8.75rem;
  position: relative;
  z-index: 0;
  background-image: url(../../../wp-content/uploads/2025/01/services.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}
.main-header::before {
  /* content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute; */
  /* background-image: url(../../../wp-content/uploads/2024/10/page-header-dots.png); */
}
/* .main-header::after {

}
 */

/* Search Page */
.entry-content .search-form {
  display: flex;
}
.entry-content .search-form label {
  width: 100%;
}
.entry-content .search-field {
  padding: 0.5em 1em;
  width: 100%;
  line-height: 1.5;
  background: #eee;
}
.entry-content .search-submit {
  padding: 0.5em 1em;
  line-height: 1.5;
  color: #fff;
  background: #777;
}
.entry-search .no-results {
  margin: 2rem 0;
  text-align: center;
  color: inherit;
}

/* 404 Page */
.entry-404 .search-form {
  margin: 2rem 0 0;
}

.sage-gallery .swiper-slide img {
  width: 18rem;
}

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

}
@media only screen and (min-width: 38.5em) {
  .sage-gallery .swiper-slide img {
    max-width: 24rem;
  }
}
@media only screen and (min-width: 68.5em) {

}
@media only screen and (min-width: 82.5em) {

}
@media only screen and (min-width: 96em) {

}
@media only screen and (min-width: 110em) {

}
@media only screen and (max-width: 68.49em) {

}
@media only screen and (max-width: 34.49em) {

}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  @page {
    margin: 0.5cm;
  }

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  .main-menu,
  .site-sidebar,
  .site-header,
  .site-footer,
  #comments,
  .nav-bar,
  .page-navigation,
  .pagination,
  .wp-prev-next,
  .respond-form {
    display: none;
  }
}
