@charset "UTF-8";
/*   
Theme Name: Swiss Theme
Theme URI: http://rocquett.com
Author: Delwin Holeman
Author URI: mailto:delwin@rocquett.com
Description: Swiss Theme, created for Acorn Financial Services. For assistance contact <a href="https://rocquett.com">Rocquett Websites</a> | 706-338-1464 | <a href="mailto:service@rocquett.com">service@rocquett.com</a>
Version: 4.1 - 10/23/25

Based on Rocquett Swiss Theme 

Common Breakpoints in order of most common to least - (percentage of market) from 
https://gs.statcounter.com/screen-resolution-stats/mobile/worldwide || Another source https://screensiz.es/

Common Desktop  
1920 x 1080 (21%-D), 1366 x 768 (20%), 1536 x 864 (10%), 1440 x 900 (6%), 1280 x 720 (5%), 1600 x 900 (3%)

Common Tablet
768 x 1024 (42%), 1280 x 800 (7%), 800 x 1280 (6%), 601 x 962 (5%), 810 x 1080 (4%), 962 x 601 (4%)

Common Mobile
360 x 640 (11%), 414 x 896 (7%), 360 x 780 (6%), 375 x 667 (6%), 360 x 800 6%), 360 x 760 (5%)

Theme Breakpoints: 360, 412, 600, 768, 962, 1024, 1280, 1366, 1536, 1680, 1920, 2560;

Solving CSS UX Problems Defensive CSS: https://defensivecss.dev/tips
*/

@import "../../global-css/_reset.css";

/* END Form & Blog Theme overrides and additions */

/* CSS VARIABLES */
/* HSL Color Picker: https://hslpicker.com/ */

:root {
  /* #223068 Acorn Logo Blue */
  --color-primary-base: 228;
  --color-primary: hsla(var(--color-primary-base), 50.7%, 27.1%, 100%);
  --color-primary-dark: hsla(var(--color-primary-base), 47.9%, 24.3%, 100%);
  --color-primary-light: hsla(var(--color-primary-base), 24%, 39.2%, 90%);
  --color-primary-extralight: hsla(var(--color-primary-base), 30.7%, 95.7%, 100%);

  /* #d7d2c4SV Mid Gray */
  --color-secondary-base: 44;
  --color-secondary: hsla(var(--color-secondary-base), 19.2%, 80.6%, 100%);
  --color-secondary-dark: hsla(var(--color-secondary-base), 19.2%, 70.6%, 100%);
  --color-secondary-light: hsla(var(--color-secondary-base), 19.2%, 90.6%, 100%);

  /* #f5f1e9 SV Off White */
  --color-tertiary-base: 40;
  --color-tertiary: hsla(var(--color-tertiary-base), 37.5%, 93.7%, 100%);
  --color-tertiary-dark: hsla(var(--color-tertiary-base), 37.5%, 90.7%, 100%);
  --color-tertiary-light: hsla(var(--color-tertiary-base), 37.5%, 96.7%, 100%);

  /* #8b634b SV Brass */
  --color-quaternary-base: 23;
  --color-quaternary: hsla(var(--color-quaternary-base), 29.9%, 42%, 100%);
  --color-quaternary-dark: hsla(var(--color-quaternary-base), 29.9%, 32%, 100%);
  --color-quaternary-light: hsla(var(--color-quaternary-base), 29.9%, 52%, 100%);


  /* #8b634b SV Black */
  --color-quinary-base: 30;
  --color-quinary: hsla(var(--color-quinary-base), 7%, 22.4%, 100%);
  --color-quinary-dark: hsla(var(--color-quinary-base), 7%, 10.4%, 100%);
  --color-quinary-light: hsla(var(--color-quinary-base), 7%, 23.4%, 100%);
  --color-quinary-extralight: hsla(var(--color-quinary-base), 7%, 30.4%, 100%);

  /* #8b634b SV Gold */
  --color-senary-base: 49;
  --color-senary: hsla(var(--color-quinary-base), 32.4%, 56.5%, 100%);
  --color-senary-dark: hsla(var(--color-quinary-base), 32.4%, 48.5%, 100%);
  --color-senary-light: hsla(var(--color-quinary-base), 32.4%, 59.5%, 100%);


  --white: hsl(300, 0%, 100%);
  --black: hsl(188, 0%, 0%);
  --extradark-grey: hsl(0, 0%, .05%);
  --dark-grey: hsl(0, 0%, 20%);
  --grey: hsl(0, 0%, 40%);
  --light-grey: hsl(0, 0%, 87%);
  --faint-grey: hsl(0, 0%, 96%);
  --extra-faint-grey: hsl(0, 0%, 97.5%);
  --border-color: hsl(0, 0%, 87%);
  --border-color-light: hsl(0, 0%, 94%);
  --border-color-dark: hsl(0, 0%, 40%);

  --color-font-primary-base: 188;
  --color-font-primary: hsla(var(--color-font-primary-base), 0%, 0%, 100%);
  --color-font-primary-light: hsla(var(--color-font-primary-base), 0%, 10%, 100%);
  --color-font-grey: hsl(0, 0%, 25%);
  --color-font-light-grey: hsl(0, 0%, 35%);

  --ff-primary: "neue-haas-grotesk-text", Helvetica, Arial, sans-serif;
  --ff-display: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
  --ff-secondary: "Playfair Display", Georgia, serif;
  /* --ff-tertiary: "Roboto Slab", Georgia, serif; */

  /* --fw-ultrathin: 100; */
  --fw-thin: 200;
  --fw-extralight: 300;
  --fw-light: 400;
  /* Display font has same size as text font below */
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 900;

  --line-height: 1.5;
  /* Don't use em or rem on line-height */
  --line-height-tight: 1.2;
  --line-height-loose: 1.7;
  --line-height-extra-loose: 1.9;
  --line-height-heading: 1.25;

  --letter-spacing-tight: -0.02em;
  --letter-spacing-body: 0.03em;
  --letter-spacing-loose: 0.15em;
  --letter-spacing-extraloose: 0.25em;
  --letter-spacing-nav: 0.01em;
  --letter-spacing-heading: 0.01;

  --nav-color: var(--color-font-primary);
  --nav-color-hover: var(--color-font-primary-light);
  --nav-mobile-color-background: rgb(241, 241, 241);
  --nav-mobile-border: #cfcfcf;
  --main-nav-padding: 1.9rem;

  --link-color-base: 240;
  --link-color: hsla(var(--link-color-base), 60%, 50%, 100%);
  --link-color-hover: hsla(var(--link-color-base), 60%, 70%, 100%);
  --link-color-visited: hsla(var(--link-color-base), 60%, 50%, 100%);
  --link-color-arrow: hsla(var(--link-color-base), 60%, 65%, 100%);
  --link-footer: #fff;

  --icon-color-base: 183;
  --icon-color: hsla(var(--icon-color-base), 100%, 34%, 100%);
  --icon-color-hover: hsla(var(--icon-color-base), 100%, 24%, 100%);

  --footer-logo-width: 160px;

  --transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-button: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 650ms cubic-bezier(0.4, 0, 0.2, 1);

  --shadow: -15px 15px 60px 0px rgba(0, 0, 0, 0.3);
  --shadow-text: 3px 3px 8px rgba(0, 0, 0, 0.3);
  --shadow-heading: 2px 2px 6px rgba(0, 0, 0, 0.1);
  --shadow-button: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);

  --border-radius-global: 25px;
  --border-radius-global-color: #ededed;

  /* clamp setup was unnecessarily complex so I reverted to breakpoints listed here in Swiss 4.1 */
  --fs-mobile: 1rem;
  --fs-mobile-menu: 1rem;
  --fs-extrasmall: 0.7rem;
  --fs-small: 0.8rem;
  --fs-normal: 1rem;
  --fs-medium: 1.2rem;
  --fs-large: 1.3rem;
  --fs-extralarge: 1.5rem;
  --fs-feature: 1.8rem;
  --fs-stats-number: 2.9rem;
  --fs-stats-text: 1.3rem;
  --fs-button: .9rem;
  --fs-abovetopnav: 0.75rem;
  --fs-navbar: 1.1rem;
  --fs-subnav: 1.05rem;
  --fs-supheading: 13px;
  --fs-footer: 1.1rem;
  --fs-footer-nav: 1.3rem;
  --fs-copyright: 0.8rem;
  --fs-postdate: 0.7rem;
  --fs-single-team-credentials: 2.4rem;
  --fs-h1: 2.0rem;
  --fs-h1-blog: 2.7rem;
  --fs-h2: 2.4rem;
  --fs-h2-homeintro: 2.2rem;
  --fs-h3: 2.0rem;
  --fs-h4: 1.5rem;
  --fs-h5: 1.2rem;
  --fs-h6: 1rem;
  --fs-blog-post-title: 1.4rem;
  --fs-blog-post-more-title: 1.2rem;
}

@media (min-width: 1024px) {
  :root {
    --fs-mobile: 1rem;
    --fs-mobile-menu: 1rem;
    --fs-extrasmall: 0.7rem;
    --fs-small: 0.8rem;
    --fs-normal: 1rem;
    --fs-medium: 1.2rem;
    --fs-large: 1.3rem;
    --fs-extralarge: 1.5rem;
    --fs-feature: 1.8rem;
    --fs-stats-number: 2.9rem;
    --fs-stats-text: 1.3rem;
    --fs-button: 1rem;
    --fs-abovetopnav: 0.75rem;
    --fs-navbar: 1.1rem;
    --fs-subnav: 1.05rem;
    --fs-supheading: 13px;
    --fs-footer: 1.1rem;
    --fs-footer-nav: 1.1rem;
    --fs-copyright: 0.8rem;
    --fs-postdate: 0.7rem;
    --fs-single-team-credentials: 2.4rem;
    --fs-h1: 3.0rem;
    --fs-h1-blog: 2.7rem;
    --fs-h2: 2.4rem;
    --fs-h2-homeintro: 2.2rem;
    --fs-h3: 2.0rem;
    --fs-h4: 1.5rem;
    --fs-h5: 1.2rem;
    --fs-h6: 1rem;
    --fs-blog-post-title: 1.4rem;
    --fs-blog-post-more-title: 1.2rem;
  }
}

@media (min-width: 1366px) {
  :root {
    --fs-small: 0.7rem;
    --fs-normal: 1.0rem;
    --fs-medium: 1.3rem;
    --fs-large: 1.6rem;
    --fs-extralarge: 1.7rem;
    --fs-feature: 2.2rem;
    --fs-button: 1.1rem;
    --fs-abovetopnav: 0.8rem;
    --fs-navbar: 1.3rem;
    --fs-subnav: 1.1rem;
    --fs-footer: 1.3rem;
    --fs-footer-nav: 1.3rem;
    --fs-copyright: 0.9rem;
    --fs-single-team-credentials: 2.8rem;
    --fs-h1: 4.2rem;
    --fs-h1-blog: 2.7rem;
    --fs-h2: 2.8rem;
    --fs-h2-homeintro: 2.6rem;
    --fs-h3: 2.2rem;
    --fs-h4: 1.5rem;
    --footer-logo-width: 180px;
    --fs-blog-post-title: 1.4rem;
    --fs-blog-post-more-title: 1.25rem;
  }
}

@media (min-width: 1920px) {
  :root {
    --fs-small: 0.8rem;
    --fs-normal: 1.2rem;
    --fs-medium: 1.5rem;
    --fs-large: 1.7rem;
    --fs-extralarge: 1.9rem;
    --fs-feature: 2.3rem;
    --fs-button: 1.2rem;
    --fs-abovetopnav: 0.9rem;
    --fs-navbar: 1.5rem;
    --fs-subnav: 1.1rem;
    --fs-footer: 1.5rem;
    --fs-footer-nav: 1.5rem;
    --fs-copyright: 1rem;
    --fs-h1: 4.6rem;
    --fs-h1-blog: 3.1rem;
    --fs-h2: 3.4rem;
    --fs-h2-homeintro: 3.2rem;
    --fs-h3: 2.9rem;
    --fs-h4: 1.7rem;
    --footer-logo-width: 190px;
  }
}

@media (min-width: 2560px) {
  :root {
    --fs-small: 0.8rem;
    --fs-normal: 1.3rem;
    --fs-medium: 1.6rem;
    --fs-large: 1.9rem;
    --fs-extralarge: 2.4rem;
    --fs-feature: 2.7rem;
    --fs-button: 1.2rem;
    --fs-abovetopnav: 0.9rem;
    --fs-navbar: 1.8rem;
    --fs-subnav: 1.1rem;
    --fs-supheading: 15px;
    --fs-footer: 1.5rem;
    --fs-footer-nav: 1.5rem;
    --fs-copyright: 1rem;
    --fs-single-team-credentials: 4.4rem;
    --fs-h1: 4.6rem;
    --fs-h1-blog: 3.6rem;
    --fs-h2: 4.4rem;
    --fs-h3: 4.3rem;
    --fs-h4: 1.7rem;
    --footer-logo-width: 210px;
    --line-height-heading: 1.05;

    --gap: clamp(1rem, 4vw, 2rem);
    /* clamp min, preferred, max */
    --full: minmax(var(--gap), 1fr);
    --feature: minmax(0, 25vw);
    --widecontent: minmax(0, 3rem);
  }
}

/* LAYOUT GRID: https://www.viget.com/articles/fluid-breakout-layout-css-grid/ AND https://codepen.io/nathanlong/pen/NWVjxbX  =======  */
:root {
  --gap: clamp(1rem, 4vw, 2rem);
  /* clamp min, preferred, max */
  --full: minmax(var(--gap), 1fr);
  --feature: minmax(0, 12vw);
  --widecontent: minmax(0, 3rem);
  /* --content: min(clamp(30rem, 52vw, 60rem), 100% - var(--gap) * 2); 
  Narrow content for blog area - define special .layout-grid style for blog area if using this */
  --content: min(clamp(30rem, 82vw, 90rem), 100% - var(--gap) * 2);
  /* ABOVE --content Main grid width settings for website. clamp min, preferred, max */
  --content-inset: min(clamp(30rem, 58vw, 70rem), 100% - var(--gap));
  --banner-pad-left: 4%;
  --banner-pad-right: 4%;
}

@media (min-width: 2560px) {
  :root {
    --gap: clamp(1rem, 4vw, 2rem);
    --full: minmax(var(--gap), 1fr);
    --feature: minmax(0, 9vw);
    --widecontent: minmax(0, 3rem);
    --content: min(clamp(30rem, 86vw, 100rem), 100% - var(--gap) * 2);
  }
}

/* selected text color and background */
::-moz-selection {
  background: var(--color-primary);
  color: var(--white);
}

::selection {
  background: var(--color-primary);
  color: var(--white);
}

/* Responsive Typography - should I keep this */
/* To override responsive typography and set things up with breakpoints simply remove the commented out font size on the body tag breakpoints in the styles below. Or simply add it to breakpoints where font size gets out of hand such as very large width breakpoints. */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  /* height of sticky header */
  text-size-adjust: none;
  /* stop landscape mode mobile font size being too large */
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  /* Baseline Responsive typography */
  /* To override responsive typography and set things up with breakpoints simply remove the commented out font size on the body tag breakpoints in the styles below. Or simply add it to breakpoints where font size gets out of hand such as very large width breakpoints. */
  font-size: 1.1rem;
  font-size: min(max(1rem, 3vw), 1.12rem);
  font-size: clamp(1rem, 3vw, 1.12rem);
}

/* Flex for body layout: https://philipwalton.github.io/solved-by-flexbox/demos/holy-grail/ 
The flex on the body can be changed to grid or removed without consequence. */

body {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: #ccc;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fake 1s infinite;
  /* added this and next for flex tabs */
  animation: fake 1s infinite;
  font-family: var(--ff-display);
  font-size: var(--fs-normal);
  font-weight: var(--fw-light);
  font-optical-sizing: auto;
  letter-spacing: var(--letter-spacing-body);
  color: var(--black);
}

main {
  flex: 1 0 auto;
}

/* LAYOUT GRID: https://www.viget.com/articles/fluid-breakout-layout-css-grid/ AND https://codepen.io/nathanlong/pen/NWVjxbX  =======  */

.layout-grid {
  display: grid;
  grid-template-columns:
    [full-start] var(--full) [feature-start] var(--feature) [widecontent-start] var(--widecontent) [content-start] var(--content) [content-end] var(--widecontent) [widecontent-end] var(--feature) [feature-end] var(--full) [full-end];
}

.layout-grid-feature-side {
  display: grid;
  grid-template-columns:
    [full-start] var(--full) [feature-start] var(--feature) [widecontent-start] var(--widecontent) [content-start] var(--content-inset) [content-end] var(--widecontent) [widecontent-end] var(--feature) [feature-end full-end];
}

.layout-grid>* {
  grid-column: content;
}

.team-swiper-outer-wrap {
  position: relative;
}

.full {
  grid-column: full;
}

.feature {
  grid-column: feature;
}

.widecontent {
  grid-column: widecontent;
}

.content {
  grid-column: content;
}

.pad {
  /* 1.5 made the content width not match the main content */
  /* padding: var(--gap) calc(var(--gap) * 1.5);  */
  padding: var(--gap) calc(var(--gap) * 1);
}

.pad-inline-end {
  padding-inline-end: var(--gap);
}

.pad-block {
  padding-block: var(--gap);
}

.bg-widecontent,
.bg-widecontent h3 {
  color: var(--white) !important;
}

.bg-widecontent {
  background-color: var(--color-tertiary);
}

.feature> :first-of-type,
.feature div> :first-of-type,
.bg-widecontent> :first-of-type,
.bg-widecontent div> :first-of-type,
.layout-grid-feature-side> :first-of-type,
.layout-grid-feature-side div> :first-of-type {
  padding-top: 0;
}

.feature p:last-of-type,
.bg-widecontent p:last-of-type,
.layout-grid-feature-side p:last-of-type {
  margin-bottom: 0;
}

.feature-left {
  grid-column: full-start / feature-end;
}

.feature-right {
  grid-column: feature-start / full-end;
}

.feature-right {
  grid-column: feature-start / full-end;
}

/* LINKS  ======================================================= */

a {
  color: var(--link-color);
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: var(--link-color-hover);
  border-bottom: 1px solid var(--link-color-hover);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo:hover {
  border-bottom: none;
}

a:hover svg.icon-arrow {
  fill: var(--link-color-hover) !important;
}

a:visited {
  color: var(--link-color-visited);
}

a:active,
a:focus {
  outline: none;
}

a:focus-visible {
  outline: 3px dashed var(--link-color-hover);
}

a:focus:not(:focus-visible) {
  outline: none;
}

a.no-underline {
  border: none !important;
}

a.mega-menu-link:focus-visible {
  outline: 3px dashed var(--link-color-hover) !important;
}

a svg.icon-arrow {
  fill: var(--link-color);
}

a .icon-arrow-right {
  width: 14px;
  height: 12px;
  margin-left: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

a:hover .icon-arrow-right {
  margin-left: 4px;
  opacity: 1;
}

a .icon-arrow-right {
  display: none;
}

.hover-zoom-image a p,
.hover-solid a p {
  color: var(--black);
}

.clearfix {
  content: "";
  clear: both;
  display: table;
}

/* DISPLAY/HIDE, MAIN STRUCTURE  ================================ */

.hide,
.hidemobile {
  display: none;
}

.hidedesktop {
  display: block;
}

/* Only display to screenreader */
.sr-only,
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* TYPOGRAPHY  ================================================= */

p,
blockquote,
ol,
ul {
  margin-bottom: 25px;
}

.nopad,
.nopad figure,
.nomargin {
  padding: 0 !important;
  margin: 0 !important;
}

.notoppad,
.notopmargin {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

p.extrasmalltext,
.extrasmalltext {
  font-size: var(--fs-extrasmall) !important;
}

p.smalltext,
.smalltext {
  font-size: var(--fs-small) !important;
}

p.mediumtext,
.mediumtext {
  font-size: var(--fs-medium) !important;
  font-weight: var(--fw-medium);
}

p.largetext,
.largetext {
  font-size: var(--fs-large) !important;
  font-weight: var(--fw-medium);
}

p.extralargetext,
.extralargetext {
  font-size: var(--fs-extralarge) !important;
  font-weight: var(--fw-medium);
}

p.feature-text,
.feature-text {
  font-size: var(--fs-feature) !important;
  font-weight: var(--fw-medium);
}

.alignfull-pad-all {
  padding-left: 3% !important;
  padding-right: 3% !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

footer p:last-child {
  margin-bottom: 0;
}

p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

img {
  object-fit: cover;
}

strong {
  font-weight: var(--fw-bold);
}

/* LEAVE THIS - Adjust text size up for mobile. This allows normal font size to come back in past 600px */
@media (min-width: 100px) and (max-width: 600px) {

  p,
  blockquote,
  ol,
  ul {
    font-size: var(--fs-mobile);
  }

  p.largetext,
  .largetext {
    font-size: var(--fs-large);
  }

  p.smalltext,
  .smalltext {
    font-size: var(--fs-small);
  }
}

.ultrathinweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-ultrathin);
}

.thinweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-thin);
}

.extralightweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-extralight);
}

.lightweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-light);
}

.normalweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-normal);
}

.mediumweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-medium);
}

.semiboldweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-semibold);
}

.boldweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-bold);
}

.blackweight {
  font-family: var(--ff-primary);
  font-weight: var(--fw-black);
}

.vertical-center {
  display: flex;
  align-items: center !important;
}

.vertical-bottom {
  display: flex;
  align-items: flex-end !important;
}

.vertical-center p,
.vertical-center h2,
.vertical-center h3,
.vertical-center h4,
.wp-block-columns.vertical-center {
  margin: 0;
}

.border-top {
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid var(--border-color);
}

/* FIX LATER - style below not working with new .layout-grid setup */
.border-top-inline {
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid var(--border-color);
}

.bg-light-grey {
  background-color: var(--light-grey);
}

.bg-faint-grey {
  background-color: var(--color-tertiary-light);
}

.bg-offwhite {
  background-color: var(--color-tertiary-light);
}

.bg-extra-faint-grey {
  background-color: var(--extra-faint-grey);
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.wp-block-separator,
hr {
  height: 1px;
  border: 0;
  margin: 60px 0;
  background: var(--light-grey);
}

.wp-block-separator.thick-separator {
  height: 10px;
  margin: 100px 0 80px;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.68rem;
  line-height: 0;
  padding-left: 2px;
  top: -0.4em;
}

sup {
  top: -0.5em;
}

sub {
  top: 0.4em;
}

.wp-block-pullquote {
  margin: 0;
  padding: 0;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
  font-size: inherit;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
  max-width: none;
}

blockquote {
  padding: 25px 0 25px 0;
  margin: 25px 0 0 0;
  font-weight: var(--fw-normal);
  font-size: var(--fs-normal) + 0.2rem;
  font-style: normal;
  border-top: 5px solid var(--light-grey);
  text-align: right;
  float: right;
}

blockquote cite {
  font-family: var(--ff-normal);
  font-style: normal;
  font-size: calc(var(--fs-normal) - 0.1rem) !important;
}

blockquote cite::before {
  content: "—";
  padding-right: 5px;
  display: inline-block;
}

blockquote p {
  margin-bottom: 10px;
}

.lineheighttight {
  line-height: var(--line-height-tight);
}

/* STATS ============================================================ */

.stats-section .wp-block-column {
  background-color: var(--color-secondary);
  color: var(--color-quinary);
  display: flex;
  flex-direction: column;
  padding: 60px 25px 60px 50px;
}

.stats-section .stats-number {
  font-weight: var(--fw-bold) !important;
  font-size: var(--fs-stats-number);
  line-height: 1;
}

.stats-section .stats-number span {
  font-size: 2.2rem;
  padding-right: 5px;
}

.stats-section .wp-block-column p {
  margin: 0;
  font-weight: var(--fw-medium);
  font-size: var(--fs-stats-text);
}

/* Quotations */

.quote {
  text-align: center;
}

.quote-text {
  font-size: calc(var(--fs-extralarge) - 0.5rem);
  line-height: var(--line-height-loose);
  padding: 0 0 35px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-family: var(--ff-secondary);
}

.quote-author {
  font-size: calc(var(--fs-normal) - 0.1rem);
  line-height: var(--line-height-loose);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-loose);
  word-spacing: 0.4em;
  font-weight: var(--fw-normal);
}

.quote-author::before {
  content: "";
  margin: 0 auto 30px auto;
  display: block;
  height: 4px;
  width: 190px;
  background-color: var(--light-grey);
}

.quote-author strong::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
}

ol,
ul {
  padding: 0 0 0 22px;
}

ol ol,
ul ul {
  padding: 10px 0 0 22px;
  margin-bottom: 0;
}

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

ol li:last-child,
ul li:last-child {
  padding: 0;
}

ol ol li:last-child,
ul ul li:last-child {
  padding-bottom: 0;
}

ul {
  list-style: disc;
  list-style: square;
}

ul ul {
  list-style: circle;
}

ul.linklist {
  list-style: none;
  padding: 0;
}

ul.linklist li {
  margin: 10px 0 10px;
  border-bottom: 1px solid var(--light-grey);
  padding: 10px 0 20px;
  line-height: 1.5;
}

ul.horizontal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* font-size: calc(var(--fs-normal) - 0.15rem); */
}

ul.horizontal-list li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid var(--light-grey);
}

ul.horizontal-list li:first-child {
  padding-left: 0;
}

ul.horizontal-list li:last-child {
  padding-right: 0;
  border-right: none;
}

/* OL STYLES INCLUDING A BOLD NUMBER STYLE  ================================================ */

ol {
  counter-reset: item;
  padding-left: 0;
}

ol li {
  counter-increment: item;
  list-style-type: none;
}

ol li::before {
  content: counters(item, ".") " ";
}

ol.schema-how-to-steps li::before {
  content: normal;
}

ol.bold-number li::before {
  font-weight: bold;
}

/* REMOVE IF NOT USED ============================================ */
/* SHADOWBLOCK & FLAT BLOCK */

.shadow-block-single {
  position: relative;
  margin-top: 10px;
  padding: 60px;
  display: block;
  height: auto;
  width: auto;
  background-color: var(--color-quinary);
  border-top: 10px solid var(--color-secondary);
  box-shadow: var(--shadow);
}

.shadow-block-single img {
  width: 100%;
  height: auto;
}

.shadow-block-single figure.wp-block-image,
.shadow-block-single figure.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.shadow-block-single a {
  border-bottom: none !important;
}

.shadow-block-single::after {
  content: "";
  position: absolute;
  display: block;
  margin: -60px 0 0 -60px;
  padding-bottom: 60px;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  box-shadow: 0px 45px 50px -22px rgba(31, 0, 38, 0.5) !important;
}

.shadow-block-single:hover::after {
  opacity: 1;
}

.flat-block {
  padding: 60px;
  border-top: 10px solid var(--color-secondary);
  background-color: var(--extra-faint-grey);
}

/* Change gap of column for multi block */
.wp-block-columns.is-layout-flex.shadow-block-multi {
  gap: 4em;
}

.wp-block-columns.is-layout-flex.no-gap-mobile {
  gap: 0;
}

.shadow-block-multi .wp-block-column {
  border-top: 10px solid var(--color-primary);
  padding: 40px;
  box-shadow: var(--shadow);
}

.dark-bg {
  background-color: var(--color-quinary);
}

.dark-bg h2,
.dark-bg p,
.dark-bg ul {
  color: #fff;
  padding: 0;
  margin: 0;
}

.reveal-wrapper {}

/* CLIP PATHS: https://ishadeed.com/article/clip-path/ */

/* hover clip path */

:root {
  --pos: center top;
  --size: 0;
}

.clip-path-hover-card {
  position: relative;
  display: block;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s linear;
}

.clip-path-hover-card p {
  position: relative;
  z-index: 1;
  transition: 0.2s linear;
}

.clip-path-hover-card:hover p {
  color: #fff;
}

.clip-path-hover-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7777e9;
  /*clip-path: circle(0 at center top); /* circle */
  clip-path: inset(0 0 100% 0);
  transition: 0.2s linear;
}

.clip-path-hover-card:hover::before {
  /* clip-path: circle(300 at center top); /* circle */
  clip-path: inset(0 0 0 0);
}

/* ICONS  ======================================================== */

/* .icon-arrow-right {
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  text-align: center;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#maincontent .icon-arrow-right {
  width: 12px;
  height: 12px;
} */

.icon-circle {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--light-grey);
}

/* BUTTONS  ====================================================== */

.button a,
.gform_wrapper input[type="submit"],
input[type="submit"],
.wp-block-button a,
a.wp-block-file__button,
.mega-button a.mega-menu-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: var(--ff-primary);
  background-color: var(--color-secondary) !important;
  text-align: center;
  letter-spacing: 0.05em !important;
  font-size: var(--fs-button) !important;
  font-weight: var(--fw-medium) !important;
  color: var(--color-quinary);
  text-transform: uppercase !important;
  border-radius: 0;
  transition: var(--transition-button) !important;
  height: 40px;
  padding-top: 0;
  line-height: 1;
  /* to get text to visually center */
  padding-bottom: 0;
  /* override WP button dtyle */
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 40px;
  border: none !important;
  position: relative;
}

.button a:hover,
.gform_wrapper input[type="submit"]:hover,
input[type="submit"]:hover,
.wp-block-button a:hover,
a.wp-block-file__button:hover,
.button a:visited:hover,
.mega-button a.mega-menu-link :hover {
  background-color: var(--color-secondary-dark) !important;
  border: none !important;
  color: var(--color-quinary) !important;
  box-shadow: var(--shadow-button);
}

.wp-block-buttons .wp-block-button:nth-child(2) a {
  margin-top: 17px;
}

.button.border-button a,
.wp-block-button.border-button a,
input[type="submit"].border-button {
  background-color: var(--color-secondary) !important;
  border: 2px solid var(--color-secondary) !important;
  color: var(--color-quinary);
}

.button.border-button a:hover,
.wp-block-button.border-button a:hover,
input[type="submit"].border-button:hover {
  background-color: transparent !important;
  border: 2px solid var(--color-secondary-dark) !important;
  color: var(--color-quinary) !important;
}

.reveal-outer-wrapper .wp-block-button.border-button a,
.dark-bg.tax .wp-block-button a {
  font-size: calc(var(--fs-button) - 20%) !important;
  height: 35px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent !important;
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
}

.dark-bg.tax .wp-block-button a {
  background-color: var(--white) !important;
  border: 1px solid var(--white) !important;
  color: var(--quinary) !important;
}

.dark-bg.tax .wp-block-button {
  margin-right: 10px;
  margin-left: 10px;
}

.reveal-outer-wrapper .wp-block-button.border-button a:hover {
  background-color: var(--white) !important;
  border: 1px solid var(--white) !important;
  color: var(--quinary) !important;
}

.dark-bg.tax .wp-block-button a:hover {
  background-color: transparent !important;
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
}

.reveal-wrapper,
.reveal-mobile p {
  padding-left: 4.5%;
}

.reveal-wrapper .reveal-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reveal-list ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  color: rgb(255, 255, 255);
  font-weight: var(--fw-medium);
  transition: var(--transition);
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  cursor: text;
}

.reveal-list ul li.last a {
  display: none;
}

.reveal-mobile p {
  font-size: 26px;
  font-weight: var(--fw-semibold);
  padding-bottom: 30px;
}

.reveal-heading {
  grid-row: heading;
}

.reveal-button {
  grid-row: button;
}

.reveal-items {
  grid-row: list;
}

.reveal-outer-wrapper .layout-grid {
  grid-template-rows: [list-start] 1fr [list-end heading-start] 70px [heading-end button-start] 60px [button-end];
  row-gap: 20px;
  grid-template-areas:
    "list"
    "heading"
    "button";
}

.reveal-heading {
  margin-top: 16px;
}

.reveal-button {
  align-items: flex-start;
}

.reveal-mobile {
  display: block;
}

.reveal-content-wrapper {
  display: none;
}

.services-section .wp-block-button.border-button a {
  font-size: calc(var(--fs-button) - 15%) !important;
  height: 35px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent !important;
  border: 1px solid var(--black) !important;
  color: var(--black) !important;
}

.services-section .wp-block-button.border-button a:hover {
  background-color: var(--white) !important;
  border: 1px solid var(--black) !important;
  color: var(--color-quinary) !important;
}


/* 
.wp-block-button.arrow-button a {
  padding-left: 60px;
  padding-right: 60px;
}

.wp-block-button.arrow-button a::after {
  content: "〉";
  font-weight: var(--fw-bold);
  position: absolute;
  right: 12px;
  transition: var(--transition-button);
}

.wp-block-button.arrow-button a:hover::after {
  right: 8px;
} */

.search-again .button a,
.search-again input[type="submit"],
.search-again .wp-block-button a {
  margin-top: -1px !important;
  padding: 5px 20px 5px 20px;
}

.search-again input[type="text"] {
  height: 50px;
  width: 100%;
  max-width: 350px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.banner-section .button a {
  margin-top: 10px;
  background-color: var(--color-primary) !important;
  color: var(--white);
}

.banner-section .button a:hover {
  color: var(--white) !important;
  background-color: var(--color-primary-dark) !important;
}

.button.medium a,
.formbanner-form .gform_wrapper input[type="submit"] {
  height: 36px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-top: 30px !important;
  font-size: calc(var(--fs-button) - 0.15rem) !important;
}

/* HEADINGS  ====================================================  */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-display);
  font-weight: var(--fw-semibold);
  color: var(--black);
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
  margin: 0;
  padding: 0;
}

.banner-section h1,
.banner-section .supheading {
  line-height: 1.1;
  text-shadow: var(--shadow-heading);
}

.banner-section h1,
.banner-section .supheading,
.banner-section .banner-text {
  color: var(--white);
  z-index: 9;
  position: relative;
}

.banner-section.text-banner-section h1 {
  color: var(--black);
}

.banner-section .banner-text p {
  margin: 0;
  padding: 0;
}

.banner-section .banner-text {
  font-size: calc(var(--fs-large) + 0.2rem);
}

.banner-section.textbanner-section h1,
.banner-section h1.blog-name {
  color: var(--white);
  padding: 30px 0px 20px;
  text-align: right;
}

/* Adjust width of h1 text on banners */
/* .home-textbanner-section h1,
.photobanner-section h1 {
  display: block;
  width: 85%;
} */

.error404 h1 {
  color: var(--black);
}

h1 {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-h1);
  padding: 10px 0 35px;
}

.formbanner-content h1 {
  font-size: calc(var(--fs-h1) - .95rem);
  padding: 0;
  font-weight: var(--fw-black);
}

h1 span {
  font-weight: var(--fw-extralight);
}

h2 {
  font-size: var(--fs-h2);
  padding: 10px 0 5px;
  position: relative;
}

h2.home-intro {
  font-size: var(--fs-h2-homeintro);
}

h2.has-top-border {
  border-top: 1px solid #777;
  padding: 35px 0 0;
  margin: 0 auto;
}

.reveal-outer-wrapper h2 {
  font-size: calc(var(--fs-h2) + .15rem);
}

h2 span {
  font-weight: var(--fw-extralight);
}

h3 {
  font-size: var(--fs-h3);
  padding: 10px 0 25px;
  font-weight: var(--fw-semibold);
}

.dark-bg h3 {
  color: var(--white);
}

h3 span {
  font-size: calc(var(--fs-h3) - 0.4rem);
  display: inline-block;
}

h4 {
  font-size: var(--fs-h4);
  padding: 10px 0 25px;
}

.hover-zoom-image h4 {
  padding: 22px 0 15px;
}

h4.centered-all-caps-heading-border-top {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: var(--color-quinary-light);
  border-top: 1px solid #777;
  width: 100%;
  padding: 60px 0 50px;
  margin: 0 auto;
}

h4.centered-all-caps-heading {
  text-transform: uppercase;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: var(--color-quinary-light);
  padding: 60px 0 40px;
  margin: 0 auto;
}

h4.border-top {
  border-top: 1px solid var(--border-color);
  padding-top: 25px;
}

h4.all-caps {
  text-transform: uppercase;
}

h5 {
  font-size: var(--fs-h5);
  padding: 10px 0 25px;
}

h6 {
  font-size: var(--fs-h6);
  padding: 10px 0 15px;
}

.subheading {
  font-style: italic;
  font-size: calc(var(--fs-large) + 0.4rem);
  font-weight: var(--fw-normal);
  font-family: var(--ff-secondary);
  padding-bottom: 28px;
}

.supheading {
  font-family: var(--ff-primary);
  padding-bottom: 6px;
  z-index: 9;
  color: #aaa;
  /* UPPERCASE - REMOVE THIS AND OTHERS FOR SENTENCE CASE*/
  text-transform: uppercase;
  font-size: var(--fs-supheading);
  font-weight: var(--fw-bold);
  letter-spacing: var(--letter-spacing-loose);
}

.supheading.borderstyle {
  width: fit-content;
  padding: 6px 30px;
  margin: 0;
  line-height: 1;
  border: 1px solid var(--border-color);
}

.supheading.background-color {
  width: fit-content;
  padding: 6px 30px;
  margin: 0;
  line-height: 1;
  color: #fff;
  background-color: var(--color-quinary);
}

.centered-fit-content {
  display: flex;
  justify-content: center;
}

.four-column-values {
  text-align: center;
}

.four-column-values.wp-block-columns {
  gap: 0;
}

.four-column-values.wp-block-columns p {
  padding: 0 20px;
}

.four-column-values strong {
  font-size: var(--fs-large);
}

.banner-section .supheading {
  color: var(--white);
}

.textbanner-section .supheading {
  color: var(--black) !important;
}

p.supheading {
  margin-bottom: 0;
}

.photobanner-section .supheading {
  color: var(--white);
}

.textbanner-section .supheading {
  color: var(--black);
}

.formbanner-section .supheading,
.fullheightbanner-section .supheading {
  position: relative;
  color: var(--white);
  z-index: 9;
}

/* WP FIGURE STYLES =============================================== */
/* Use a <figure> element to mark up a photo in a document, and a <figcaption> element to define a caption for the photo. */

figure.wp-block-image,
figure.wp-block-embed {
  margin-top: 30px;
}

figure.wp-block-image .no-top-margin,
figure.wp-block-embed .no-top-margin {
  margin-top: 0;
}

.post-body .wp-caption,
.post-body .aligncenter {
  width: 100% !important;
}

figure.wp-block-embed {
  margin-bottom: 50px;
}

figcaption,
.wp-caption-text {
  color: var(--grey);
  font-size: calc(var(--fs-normal) - 22%);
  font-style: italic;
  padding-top: 3px;
  padding-bottom: 12px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid var(--light-grey);
}

.wp-block-image figure.alignleft {
  margin-right: 60px;
}

.wp-block-image figure.alignright {
  margin-left: 60px;
}

/* Dark BG SECTION */

.dark-bg {
  padding: 60px 0;
}

.dark-bg.tax {
  padding: 90px 0 75px;
}

.dark-bg .wp-block-button a {
  margin-top: 0;
}

/* ABOVE HEADER ALERTS ========================================== */

.above-header {
  background-color: var(--faint-grey);
  text-align: center;
  font-size: calc(var(--fs-mobile) - 0.2rem);
  padding-top: 3px;
  padding-bottom: 4px;
}

.above-header p {
  font-size: calc(var(--fs-mobile) - 0.2rem);
  margin: 0;
  padding: 0;
}

/* POP UP MODAL */

.swal2-close {
  outline: none !important;
  box-shadow: none !important;
}

.swal2-close:hover {
  color: var(--color-primary);
}

.swal2-popup {
  padding: 0 0 20px;
}

.swal2-html-container .modal-content {
  padding: 10px 0 10px;
}

h2.swal2-title {
  padding: 25px 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: var(--letter-spacing-loose);
  font-weight: var(--fw-bold);
}

.swal2-html-container {
  padding: 0 0 10px;
  line-height: 1.5;
}

.swal2-html-container .button a {
  margin-top: 18px;
}

/* MOBILE NAV =================================================== */

.main-nav {
  background-color: #223068;
}

.header-logo-link {
  display: none;
}

.mega-menu-wrap .mega-menu {
  font-family: var(--ff-primary);
  font-weight: var(--fw-light) !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
  background-color: var(--nav-mobile-color-background);
}

.mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: var(--fs-mobile-menu) !important;
}

.mega-menu-wrap a.mega-menu-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item>a.mega-menu-link {
  font-size: var(--fs-mobile-menu) !important;
  border-top: 1px solid var(--nav-mobile-border) !important;
  text-transform: uppercase;
}

.mega-menu-wrap .mega-menu li.mega-menu-item:nth-child(2)>a.mega-menu-link {
  border-top: none !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item:nth-last-child(2)>a.mega-menu-link {
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  border-top: 1px solid var(--nav-mobile-border);
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.click-to-call a.mega-menu-link span {
  font-size: calc(var(--fs-mobile-menu) + 0.9rem) !important;
  display: block !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
  font-family: var(--ff-primary);
  font-size: var(--fs-subnav) !important;
  padding: 3px 0;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-columns-3-of-7 {
  width: 100%;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  font-weight: var(--fw-light);
}

.mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mega-menu-wrap .mega-menu li .mega-search-wrap {
  margin: 5px 0 50px !important;
  display: block !important;
}

li.mega-mobile-search .mega-search-wrap {
  position: relative !important;
  height: 60px;
}

.mega-menu-wrap .mega-menu li .mega-search.mega-search-open input::placeholder {
  color: rgb(68, 68, 68);
  font-size: var(--fs-mobile-menu);
}

li.mega-mobile-search .mega-search-wrap::after {
  content: "Acorn Financial Services";
  display: block;
  width: 100%;
  color: rgb(68, 68, 68);
  text-align: center;
  padding-top: 14px;
  font-size: 1rem;
}

.mega-menu-wrap .mega-menu li.mega-mobile-search {
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-item>a.mega-menu-link {
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  font-weight: var(--fw-medium) !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding-left: 20px !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator {
  border-left: 1px solid var(--nav-mobile-border);
  padding: 0 10px !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link span.mega-indicator {
  border-bottom: 1px solid var(--nav-mobile-border);
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  font-family: var(--ff-primary);
  font-size: 11px !important;
  font-weight: var(--fw-medium) !important;
  border-bottom: 1px solid var(--nav-mobile-border) !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
  padding-top: 10px;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.click-to-call a.mega-menu-link {
  padding-top: 28px !important;
  text-transform: uppercase !important;
  font-size: calc(var(--fs-mobile-menu) - 0.2rem) !important;
  line-height: 1.8em !important;
  height: 115px !important;
  border-bottom: 10px solid var(--light-grey) !important;
  background-color: var(--faint-grey) !important;
}

.mega-menu-wrap .mega-menu>li.mega-menu-item.click-to-call a.mega-menu-link span {
  font-size: calc(var(--fs-mobile-menu) + 0.3rem) !important;
  display: block !important;
}

/* REMOVE IF NOT USED ============================================ */
/* TABLES ======================================================= */

.wp-block-table table {
  border: none;
  border-top: 2px solid var(--grey);
  border-bottom: 2px solid var(--grey);
}

.wp-block-table thead {
  background-color: var(--faint-grey);
  border-bottom: 2px solid var(--grey);
}

.wp-block-table td,
.wp-block-table th {
  border: none;
  text-align: left;
}

.wp-block-table tbody tr {
  background-color: var(--extra-faint-grey);
}

.wp-block-table tbody tr:nth-child(odd) {
  background-color: var(--white);
}

.wp-block-table tbody td {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}

.wp-block-table tfoot {
  border-top: 2px solid var(--grey);
  background-color: var(--faint-grey);
}

.wp-block-table figcaption,
.wp-block-table .wp-caption-text {
  padding-top: 12px;
}

/* ABOVE FOOTER - CTA or other content ========================== */

.abovefooter {
  /* margin-top: 40px; */
  margin-bottom: 0;
  position: relative;
}

.abovefooter::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.abovefooter h2 {
  font-size: calc(var(--fs-h2) - 0.2em);
}

.page-contact .abovefooter,
.page-client-login .abovefooter {
  display: none;
}

/* above-footer-cta-round */

.above-footer-cta-round {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 200px 200px;
  /* width height */
}

.abovefooter {
  display: none;
}

.home .abovefooterone,
.page-firm .abovefooterone,
.page-services .abovefooterfour,
.page-team .abovefootertwo,
.blog .abovefooterthree {
  display: grid;
}

.team-member-square-photo {
  display: flex;
  width: 450px;
  height: auto;
  padding: 50px 0;
}

/* FOOTER  ======================================================= */

footer {
  padding-top: 60px;
  margin-top: 80px;
  font-size: var(--fs-footer);
  background-color: var(--color-tertiary-light);
  background-color: var(--color-primary);
}

.footer {
  padding-bottom: 40px;
  color: rgba(255, 255, 255, .8);
}

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

.footer-nav ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.footer-nav ul li {
  padding: 0;
  margin: 0;
  font-size: var(--fs-footer-nav);
  font-family: var(--ff-display);
  font-weight: var(--fw-normal);
  line-height: 1;
}

.footer-nav ul li:first-of-type {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.footer-nav ul li a,
.footer-nav-secondary ul li a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, .8);
  transition: var(--transition-button);
}

.footer-nav ul li a:hover,
.footer-nav-secondary ul li a:hover {
  border-bottom: none;
  color: rgba(255, 255, 255, 1);
}

.footer-menu-secondary {
  margin: 10px 0 0;
}

.footer-nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 8px 0 30px;
  line-height: 1.1;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer-nav-secondary ul li {
  font-size: calc(var(--fs-footer-nav) - 0.15rem);
  font-family: var(--ff-display);
  font-weight: var(--fw-medium);
  margin: 0;
  padding: 0;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-logo img {
  width: var(--footer-logo-width);
  height: auto;
  margin-bottom: 15px;
}

/* .footer-phone {
  font-weight: var(--fw-bold);
  padding-top: 10px;
} */

/* .footer-contact {
  display: flex;
  align-items: flex-end;
  gap: 20px;
} */

/* svg.icon-arrow-right.show-icon-on-hover {
  display: none;
} */

footer .social-icons,
.social-icons.contact {
  margin-top: 30px;
}

footer .social-icons svg,
.social-icons.contact svg,
.social-icons svg {
  width: 30px;
  height: 30px;
  top: 4px;
  left: 2px;
  position: relative;
  text-align: right;
}

footer .social-icons svg.icon-facebook,
.social-icons.contact svg.icon-facebook,
.social-icons svg.icon-facebook {
  width: 27px;
  height: 27px;
  top: 1px;
  left: 1px;
}

footer .social-icons a svg,
.social-icons.contact a svg,
.social-icons a svg {
  fill: rgba(255, 255, 255, .8);
  margin: 0 20px 0 0;
  transition: var(--transition-button);
}

footer .social-icons a svg.last,
.social-icons.contact a svg.last,
.social-icons a svg {
  margin-right: 0;
}

.social-icons a:hover {
  border-bottom: none;
}

footer .social-icons a svg:hover,
.social-icons.contact a svg:hover,
.social-icons a:hover svg {
  fill: rgba(255, 255, 255, 1);
}

.social-icons .icon {
  display: inline-block;
  padding: 0 40px;
}

#maincontent .social-icons a:hover {
  border-bottom: none;
}

.fiduciary-advantage .wp-block-column {
  background-color: var(--color-secondary);
  padding: 60px 35px 50px 50px;
}

.trusts-administer {
  padding: 60px 65px 50px 80px;
}

.trusts-administer ul {
  font-weight: var(--fw-medium);
  font-size: var(--fs-medium);
}

.fiduciary-advantage .wp-block-column p {
  font-weight: var(--fw-medium);
  color: #fff !important;
}

.fiduciary-advantage .wp-block-column h3,
.fiduciary-advantage .wp-block-column h4 {
  color: #fff !important;
}

.copyright {
  clear: both;
  color: var(--color-font-light-grey);
  padding: 10px 0 10px;
}

.copyright p {
  font-family: var(--ff-display);
  font-weight: var(--fw-light);
  font-size: var(--fs-copyright);
  color: rgba(255, 255, 255, .8);
}

.copyright p a {
  color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.copyright p a:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.copyright p.smalltext a,
.copyright button {
  color: rgba(255, 255, 255, .8);
  border-bottom: none;
}

.copyright p.smalltext a:hover,
.copyright button:hover {
  color: rgba(255, 255, 255, 1);

  border-bottom: 1px solid rgba(255, 255, 255, .8);
}

/* SPACERS OPTIMIZED SIZES FOR DESKTOP AND MOBILE  ============================================= */
/* MOBILE SPACERS  ============================================= */

.wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--state-spacer-background);
  position: relative;
}

.wp-block-spacer.is-style-small {
  height: 40px !important;
}

.wp-block-spacer.is-style-medium {
  height: 60px !important;
}

.wp-block-spacer.is-style-large {
  height: 80px !important;
}

.wp-block-spacer.is-style-x-large {
  height: 100px !important;
}

/* REMOVE IF NOT USED ============================================ */
/* FORMS & INPUTS  ======================================================= */

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gform-field-label,
.gform_wrapper textarea,
.gform_wrapper input[placeholder],
.gform_wrapper ::placeholder {
  font-family: var(--ff-primary) !important;
}

.gform_wrapper input:focus::placeholder,
.gform_wrapper textarea:focus::placeholder {
  color: transparent !important;
}


/* .gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid="true"] + label,
.gform_wrapper label + [aria-invalid="true"],
.gform_wrapper .gfield_error .gfield_label {
  color: #e60d0d !important;
}

.gform_wrapper .gform_validation_errors {
  background: var(--white) !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  vertical-align: 10%;
  font-size: 18px !important;
}

.gform_wrapper .gfield_label {
  font-size: var(--fs-normal) !important;
}

.gform_wrapper .gchoice {
  margin: 10px 0 13px !important;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-size: var(--fs-normal) !important;
  line-height: 1.2 !important;
}

.gform_wrapper .gfield_checkbox input {
  width: 17px !important;
  height: 17px !important;
  margin-right: 4px !important;
}

.gform_wrapper .gform_footer {
  margin-bottom: 50px !important;
} */

/* REMOVE IF NOT USED ============================================ */
/* BIO - TEAM MEMBER ============================================== */

/* TEAM MEMBER PAGE LAYOUT USING BLOCK RATHER THAN TEMPLATE WHICH IS RESERVED FOR LARGER SITES AND NOT INCLUDED IN THIS THEME. SEE UGA OUTREACH AND UGA SERVICE LEARNING FOR EXAMPLES. ================================================== */

.advisor-heading-pad {
  margin-top: 90px;
  padding-top: 60px;
  border-top: 1px solid var(--border-color);
}

.teammember-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1em;
  row-gap: 1.5em;
  padding-top: 40px;
}

.teammember-entry {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  position: relative;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.teammember-entry:hover {
  border-bottom: 1px solid var(--border-color);
}

.teammember-photo-wrapper {
  position: relative;
}

.teammember-photo,
.teammember-square-photo {
  position: relative;
  display: flex;
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  overflow: hidden;
}

.teammember-photo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  /* background: radial-gradient(91.6% 91.6% at 23.07% 1.96%, #46515a 0%, rgba(70, 81, 90, 0) 100%), #1a2125; */
  background-image: url("/wp-content/uploads/2026/03/backgroundTest-cutoout-2.jpg");
  background-size: 300px auto;
  /* border: 2px solid rgba(0, 0, 0, 0); */
}

.teammember-photo img,
.teammember-square-photo img {
  height: 115%;
  width: auto;
  padding-top: 10px;
  z-index: 3;
}

.teammember-square-photo img {
  height: 100%;
  padding-top: 0;
}

/* .teammember-entry .teammember-photo::after {
  content: 'View Bio';
  font-size: 9px;
  font-weight: var(--fw-medium);
  color: rgba(255,255,255,0.8);
  background-color: rgba(0,0,0,0.8);
  padding: 5px 0 3px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-extraloose);
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: var(--transition);
}

.teammember-entry:hover .teammember-photo::after {
  opacity: 1;
} */

.teammember-details-wrapper {
  position: relative;
}

.teammember-details {
  padding-top: 8px;
}

.teammember-entry a {
  border-bottom: none !important;
  color: var(--black);
}

.teammember-name {
  font-size: calc(var(--fs-normal) + 0.3rem);
  font-weight: var(--fw-medium);
  line-height: var(--line-height-tight);
}

.teammember-name span.teammember-credentials {
  display: block;
  font-size: calc(var(--fs-normal) - 0.3rem);
  font-weight: var(--fw-normal);
  padding-top: 3px;
}

.teammember-phone {
  display: inline-block;
  border-top: 1px solid var(--border-color-dark);
  padding-top: 3px;
  font-size: calc(var(--fs-normal) - 0.13rem);
}

.teammember-job-title {
  padding: 8px 20px 0;
  font-size: calc(var(--fs-normal) - 0.3rem);
  line-height: var(--line-height-tight);
}

.teammember-single-phone {
  font-size: calc(var(--fs-normal) + 0.2rem);
  font-weight: var(--fw-normal);
}

.teammember-email-linkedin {
  display: flex;
  align-items: flex-end;
  font-size: calc(var(--fs-normal) - 0.01rem);
}

.teammember-linkedin div {
  line-height: 1.2;
}

.teammember-email-linkedin .social-icons svg {
  width: 22px;
  height: 22px;
  top: 2px;
}

.teammember-email-linkedin .social-icons a svg {
  fill: var(--dark-grey);
}

/* .teammember-email-linkedin div:first-of-type {
  border-left: none;
  padding-left: 0;
}

.teammember-entry:nth-last-child(-n + 2) {
  border-bottom: none;
  padding: 0;
} */

/* TEAM MEMBER SINGLE PAGE STYLES - INHERIT GENEAL STYLES FROM TEAM MEMBERS PAGE =========================== */

.teammember-single-banner {
  padding: 0;
  /* background-color: var(--color-primary-extralight); */
  background: radial-gradient(91.6% 91.6% at 23.07% 1.96%, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
}

.teammember-single-details-wrapper {
  grid-row: team-content;
}

.teammember-single-photo-wrapper,
.team-member-square-photo-wrapper {
  grid-row: team-photo;
}

.teammember-single-details {
  padding-top: 30px;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.teammember-single-banner .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: [team-photo-start] 200px [team-photo-end team-content-start] 1fr [team-content-end];
  grid-template-areas:
    "team-photo"
    "team-content";
}

.teammember-bio-content-columns {}

.teammember-bio-sidebar {
  padding-top: 50px;
}

.teammember-single-photo-wrapper {
  background-image: url('/wp-content/uploads/2026/03/backgroundTest-cutoout-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.teammember-single-photo img {
  width: auto;
  max-width: none;
  max-height: 200px;
}

.teammember-single-details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teammember-single-details-wrapper h2 {
  font-weight: var(--fw-normal);
  font-size: calc(var(--fs-h2) + .9rem);
  line-height: 1;
  color: #fff;
  padding: 0 0 14px;
}

.teammember-single-details-wrapper h2 span.teammember-single-credentials {
  color: #fff;
  font-size: var(--fs-single-team-credentials);
  line-height: 1;
}

.teammember-single-details-wrapper .reg {
  font-size: 1.6rem;
  vertical-align: super;
  position: relative;
  bottom: 0.21em;
}

.teammember-single-photo-wrapper {
  display: flex;
  justify-content: end;
  padding-right: 15px;
  min-height: 200px;
}

.team-member-square-photo-wrapper {
  display: flex;
  justify-content: center;
  min-height: 200px;
}

.teammember-single-job-title {
  padding-bottom: 0;
  font-size: calc(var(--fs-normal) + 0.5rem);
  color: #fff;
}

.teammember-single-phone {
  font-size: calc(var(--fs-normal) + 0.01rem);
  border-right: 1px solid var(--border-color-dark);
  padding-right: 20px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.teammember-single-email-linkedin {
  display: flex;
  align-items: flex-end;
  font-size: calc(var(--fs-normal) - 0.01rem);
  padding-bottom: 40px;
}

.teammember-single-email-linkedin div {
  line-height: 1.2;
}

.teammember-single-email-linkedin .social-icons svg {
  width: 25px;
  height: 25px;
  top: 5px;
}

.teammember-single-email-linkedin .social-icons a svg {
  fill: var(--color-primary);
  fill: rgba(255, 255, 255, 0.8);
  transition: var(--transition-button);
}

.teammember-single-email-linkedin .social-icons a:hover svg {
  fill: var(--color-primary-light);
  fill: rgba(255, 255, 255, 1);
}

.bio-qa-menu {
  display: flex;
  gap: 0;
}

.bio-qa-menu-wrapper {
  background-image: linear-gradient(to right, var(--color-primary-dark), var(--color-primary-dark) 102px, var(--white) 103px, var(--white));
  border-bottom: 1px solid #ebeef0;
  margin-top: -1px;
}


.bio-qa-menu-wrapper.no-background {
  background-image: none;
}

.bio-qa-menu-wrapper button {
  color: var(--black);
  color: rgba(0, 0, 0, 0.7);
  padding: 0 40px;
  margin: 0;
  height: 72px;
  border: none;
  background-color: var(--white);
  border-left: 1px solid var(--color-primary-extralight);
  border-right: 1px solid var(--color-primary-extralight);
  letter-spacing: var(--letter-spacing-body);
  border-left: 1px solid #959ca0;
  border-right: none;
  transition: var(--transition-button);
}

.bio-qa-menu-wrapper button:hover {
  cursor: pointer;
  color: var(--color-primary);
  color: rgba(0, 0, 0, 0.9);
}

.bio-qa-menu-wrapper button.active {
  background-color: var(--color-primary-dark);
  color: var(--black) !important;
  color: var(--white) !important;
}

.bio-qa-menu-wrapper button span {
  display: flex;
  align-items: center;
  position: relative;
  height: 72px;
}

/* .bio-qa-menu-wrapper button.active span::after {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  left: 0px;
  bottom: 0px;
  height: 6px;
  width: 100%;
}

.bio-qa-menu-wrapper button.active:hover span::after {
  color: var(--color-primary-light);
} */

.bio-qa-menu-wrapper button:first-child {
  margin-left: -40px;
  border-left: none;
}

.tab-pane {
  opacity: 0;
  position: absolute;
  left: -9999px;
  transition: var(--transition);
}

.tab-pane.active {
  opacity: 1;
  left: auto;
  position: relative;
}

.tab-pane.active p:nth-child(odd) {
  margin: 30px 0 10px;
}

.tab-pane.active p:nth-child(odd):first-of-type {
  margin-top: 0px;
}

.teammember-single-content-wrapper {
  padding: 40px 0;
}

.teammember-bio-content-columns {
  min-height: 50vh;
  min-height: 30vh;
}

.teammember-bio-sidebar h4 {
  padding-top: 0;
  font-size: calc(var(--fs-normal) + 0.1rem);
}

.teammember-bio-sidebar ul {
  margin-bottom: 45px;
  font-size: calc(var(--fs-normal) - 0.1rem);
}

/* REMOVE IF NOT USED ============================================ */
/* BLOG  ========================================================== */

.blog .banner-section,
.category .banner-section {
  height: auto;
  margin-bottom: 70px;
}

.post-single,
.post-single-more {
  position: relative;
}

.single .post-single {
  box-shadow: none;
}

.blog-description {
  font-size: var(--fs-large);
  font-weight: var(--fw-normal);
  padding-bottom: 70px;
  padding-right: 30px;
  text-align: right;
}

.blog .post-single,
.blog .post-single-more,
.category .post-single,
.category .post-single-more,
.author .post-single,
.author .post-single-more {
  margin-bottom: 50px;
}

.single .blog-header {
  padding-top: 60px;
  padding-bottom: 30px;
}

.single .blog-header h1 {
  font-size: var(--fs-h1-blog);
  line-height: 1.2;
  padding: 0 20% 0 0;
}

.share-icons-wrapper {
  position: absolute;
  right: 8.5%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 20px;
}

.share-icons-wrapper .addtoany_list {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, .4);
}

.share-icons-wrapper .addtoany_list a {
  display: flex;
  padding: 0 8px;
  border-right: 1px solid rgba(255, 255, 255, .4) !important;
}

.a2a_button_email {
  margin-top: 2px;
}

.share-post {
  font-size: 11px;
  font-weight: var(--fw-bold);
  letter-spacing: var(--letter-spacing-loose);
  text-transform: uppercase;
  color: #aaa;
  padding-bottom: 4px;
}

.archive h2 {
  font-size: calc(var(--fs-h2) + 1.25rem);
}

.archive h2 span {
  font-size: calc(var(--fs-h2) - 1.25rem);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--color-font-grey);
  display: block;
}

.blog .post-single img,
.category .post-single img,
.author .post-single img,
.archive .post-single img,
.post-single-more img {
  max-height: 214px;
  width: 100%;
  filter: grayscale(100%);
  opacity: .5;
}

.post-single-more img {
  max-height: 184px;
}

.blog .post-single .featured-thumbnail:hover img,
.category .post-single .featured-thumbnail:hover img,
.author .post-single .featured-thumbnail:hover img,
.archive .post-single .featured-thumbnail:hover img,
.post-single-more .featured-thumbnail:hover img {
  filter: grayscale(0%);
  opacity: 1;
}


.post-single-more img {
  width: 100%;
  height: auto;
}

.blog-title {
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.3rem);
  letter-spacing: 0.09em;
  padding-bottom: 5px;
  font-weight: var(--fw-semibold);
}

.blog-title::before {
  content: "";
  background-color: var(--white);
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 28px;
  right: 10px;
  margin-left: 10px;
  margin-top: -3px;
}

.blog .featured-thumbnail::before,
.post-single-more .featured-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 214px;
  background-image: linear-gradient(120deg, var(--color-primary-dark), var(--color-primary-dark));
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .6;
  z-index: 1;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.post-single-more .featured-thumbnail::before {
  height: 184px;
}

.blog .featured-thumbnail::after,
.post-single-more .featured-thumbnail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 214px;
  background-image: url(images/acorn-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .6;
  z-index: 1;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.post-single-more .featured-thumbnail::after {
  height: 184px;
}

.blog .featured-thumbnail:hover::before,
.blog .featured-thumbnail:hover::after,
.post-single-more .featured-thumbnail:hover::before,
.post-single-more .featured-thumbnail:hover::after {
  opacity: 0;
}

.post-content-card-layout {
  padding: 9px 15px 30px 20px;
}

.post-content-card-layout h3 {
  font-size: calc(var(--fs-h3) - 0.2rem);
  padding-left: 5px;
}

.post-single-more .post-content-card-layout h3 {
  font-size: calc(var(--fs-h3) - 0.6rem);
}

.single .blog-header h1 span {
  display: block;
  font-size: var(--fs-h1-blog);
  padding-top: 30px;
  font-weight: var(--fw-normal);
  line-height: var(--line-height-heading);
}

.post-content-card-layout h3 span {
  display: none;
}

.post-single .category-link {
  position: absolute;
  bottom: 25px;
  padding-left: 28px;
}

.post-single-more .post-content-card-layout {
  padding: 9px 5px 0 5px;
}

.post-meta-wrapper {
  display: flex;
  padding-bottom: 50px;
  line-height: 1.3;
  margin-top: 15px;
}

.post-meta {
  padding: 3px 10px 3px 10px;
  flex-grow: 1;
}

.post-meta.updated,
.post-meta.author,
.post-meta.date {
  border-left: 1px solid var(--light-grey);
}

.post-meta.category {
  padding-left: 0;
}

.post-meta.category a {
  color: #555;
}

.post-meta.category a:hover {
  color: var(--link-color-hover);
}

.post-meta,
.category-link {
  font-size: 11px;
  font-weight: var(--fw-bold);
  letter-spacing: var(--letter-spacing-loose);
  text-transform: uppercase;
  color: #555;
}

.post-meta span,
.post-meta span.post-author,
.post-meta span.post-date,
.category-link span,
.category-link span.post-author,
.category-link span.post-date {
  font-weight: 400;
  font-size: calc(var(--fs-normal) - 0.125rem);
  display: block;
  text-transform: none;
  letter-spacing: 0em;
  padding-top: 5px;
}

.blog .post-single {
  height: 344px;
}

.category .post-single,
.author .post-single {
  height: 394px;
}

.post-single-more {
  width: 28.5%;
  margin: 0 3% 4% 0;
  float: left;
  min-height: 220px;
  transition: all 0.15s ease-in-out;
}

.post-single-more:nth-child(3) {
  margin-right: 0;
}

.below-post {
  padding-bottom: 40px;
}

.blog-thumbnail img {
  /* width: 70%;
  max-width: 80%; */
  height: auto;
}

.more-insights {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 60px;
  border-top: 1px solid #cfcfcf;
}

.all-insights {
  clear: both;
}

/* PAGINATION ===================================================== */

.page-nav {
  margin: 60px 0 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative;
  font-size: 0.75rem;
  line-height: 0.75; */
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  float: left;
  padding: 0;
  margin: 0;
}

.pagination span,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  text-decoration: none;
  width: auto;
  color: #fff;
  font-weight: 600;
  background-color: var(--color-primary-light);
  transition: var(--transition-button);
  font-size: 1rem;
  padding: 8px 12px;
  line-height: 1;
  border: 2px solid var(--color-primary-light);
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.pagination ul li:last-child a {
  margin-right: 0;
}

.pagination a.prev,
.pagination a.next {
  font-size: 0.85rem;
  letter-spacing: var(--letter-spacing-tight);
  width: 110px;
}

.pagination .current {
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.pagination a:hover {
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/* BANNERS  ====================================================== */

.banner-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.formbanner-section,
.photobanner-section,
.fullheightbanner-section,
.sliderbanner-section,
.blogbanner-section {
  margin-bottom: 20px;
}

.photobanner-wrapper,
.formbanner-wrapper,
.fullheightbanner-wrapper {
  padding-left: var(--banner-pad-left);
  /* padding-right: var(--banner-pad-right); */
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.formbanner-wrapper {
  align-items: center;
}

/* POLYGON CORNER */
/* .fullheightbanner-content {
  display: flex;
  flex-direction: column;
  padding: 30px 80px 50px 60px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%, 0 calc(100% - 70px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%, 0 calc(100% - 70px));
} */

.fullheightbanner-content {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding: 10px 30px 16px 30px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.featured-thumbnail {
  background-color: #aaa;
}

.blog-header,
.textbanner-header {
  background: radial-gradient(91.6% 91.6% at 23.07% 1.96%, var(--color-primary-light) 0%, var(--color-primary) 100%);
}

.blog-header-wrapper .blog-header {
  background: radial-gradient(91.6% 91.6% at 23.07% 1.96%, var(--color-primary-light) 0%, var(--color-primary) 100%);
  color: var(--white);
}

/* .textbanner-section,
.banner-section.not-found-section {
  padding: 40px 0 30px;
} */

/* .photobanner-section {
  height: 240px;
} */

.formbanner-section,
.photobanner-section,
.fullheightbanner-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center center;
  /*background-size: auto 100%;  width height */
}

.page-firm .fullheightbanner-section {
  background-position: center top;
}

/* .excellence-largelogos img {
  max-width: 60%;
}

.wp-block-image .alignright {
  float: none;
  margin: .5em 0 .5em 1em;
} */

/* .formbanner-section::before,
.photobanner-section::before,
.fullheightbanner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0));
} */

/* .formbanner-section::after,
.photobanner-section::after,
.fullheightbanner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.0));
} */

.photobanner-section h1 {
  padding-bottom: 0;
}

.fullheightbanner-section h1,
.textbanner-section h1,
.blogbanner-section h1 {
  padding: 0;
  display: inline-block;
  /* text-shadow: var(--shadow-text); */
}

.home .fullheightbanner-section h1 {
  padding-bottom: 0px;
}

.fullheightbanner-section {
  height: 250px;
  justify-content: flex-end;
  filter: grayscale(20%);
  /* border-bottom: 52px solid var(--color-primary); */
  /* filter: grayscale(20%); */
}

/* .page-firm .fullheightbanner-section,
.page-team .fullheightbanner-section {
  filter: grayscale(50%);
}

.page-home .fullheightbanner-section {
  filter: grayscale(50%);
} */

.banner-cta.button {
  display: none;
}

.banner-section.photobanner-section,
.banner-section.formbanner-section,
.banner-section.slidebanner-section {
  position: relative;
}

/* Banner with Contact Form */

.formbanner .formbanner-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
  position: relative;
  margin-top: 40px;
}

.formbanner .formbanner-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 30px 0 30px 60px;
  /* background-color: rgb(0 0 0 / 0.25); */
}

.formbanner h2.formbanner-formheading {
  font-size: calc(var(--fs-h2) - 0.4rem);
  color: var(--white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 5px;
}

.formbanner p.formbanner-formsubheading {
  font-size: calc(var(--fs-normal) + 0.1rem);
  font-weight: var(--fw-semibold);
  margin: 0;
}

.formbanner .gform_wrapper.gravity-theme .gfield_label,
.formbanner .gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
  color: var(--white);
}

.formbanner .gform-theme--foundation .gform_fields {
  grid-row-gap: 10px;
  row-gap: 20px;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 0 !important;
}

.gform_wrapper .gform_button {
  border-radius: 0 !important;
}

/* MODAL ========================================================= */
/* https://github.com/KittyGiraudel/a11y-dialog */

.dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

.dialog-container[aria-hidden="true"] {
  display: none;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  -webkit-animation: fade-in 200ms both;
  animation: fade-in 200ms both;
}

.footer-dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 2;
  position: relative;
  -webkit-animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 30px;
  max-width: 90%;
  width: 300px;
  border-radius: 2px;
}

.page-dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 2;
  position: relative;
  -webkit-animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 50px 50px 40px;
  max-width: 80%;
  width: 800px;
  border-radius: 2px;
}

@media screen and (min-width: 1024px) {
  .dialog-content {
    padding: 40px;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}

@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}

.dialog-close {
  position: absolute;
  top: 10px;
  right: 8px;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}

@media screen and (min-width: 1024px) {
  .dialog-close {
    top: 5px;
    right: 5px;
  }
}

.link-like:hover,
.link-like:active {
  color: var(--link-color-hover);
}

.link-like {
  color: var(--link-color);
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

/* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS 
https://webcloud.se/jQuery-Collapse/ ================== */

.schema-faq-section {
  flex-basis: 100%;
}

/* .schema-faq-question a,
.accordion-heading a {
  cursor: url(images/hover.png) 52 52, auto !important;
  display: block;
  margin: 0;
  padding: 38px 0;
  text-align: left;
  cursor: pointer;
  color: var(--black);
  font-weight: 400;
  font-size: calc(var(--fs-normal) + 0.4rem);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  line-height: 1.4rem;
} */

.schema-faq-question a:hover,
.accordion-heading a:hover {
  border-bottom: none !important;
  color: var(--black) !important;
}

.accordion-section>div a {
  border-top: 1px solid var(--light-grey) !important;
}

.accordion-section:last-of-type div a {
  border-bottom: 1px solid var(--light-grey) !important;
}

.accordion-section .accordion-heading.open a {
  border-bottom: none !important;
}

/* .schema-faq-question.open a,
.accordion-heading.open a {
  cursor: url(images/hover-close.png) 52 52, auto !important;
  font-weight: var(--fw-bold);
  border-bottom: none;
} */

.schema-faq-question.open:hover a,
.schema-faq-question:hover a,
.accordion-heading.open:hover a,
.accordion-heading:hover a {
  border-bottom: none !important;
  /* font-size: calc(var(--fs-normal) + 0.6rem); */
}

.schema-faq-question.open:hover a,
.accordion-heading.open:hover a {
  /* font-size: calc(var(--fs-normal) + 0.4rem); */
}

.schema-faq-question a:after,
.accordion-heading a:after {
  content: "";
  display: block;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  float: right;
  background: linear-gradient(#666, #666), linear-gradient(#666, #666);
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.schema-faq-question:hover a:after,
.accordion-heading:hover a:after {
  content: "";
  display: block;
  margin-top: -3px;
  width: 40px;
  height: 40px;
  float: right;
  background: linear-gradient(#666, #666), linear-gradient(#666, #666);
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.schema-faq-question.open a:after,
.accordion-heading.open a:after {
  margin-top: -3px;
  width: 40px;
  height: 40px;
  background: linear-gradient(#333, #333);
  background-position: center;
  background-size: 50% 2px;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.schema-faq-answer,
.accordion-content {
  margin-bottom: 30px;
}

/* REMOVE IF NOT USED ============================================ */
/* SWIPER SLIDER - GENERAL STYLE OVERIDES FROM THE BUILT IN STYLES ====== */

.swiper-slide {
  /* width: 100% !important; */
  /* This fixed mobile width problem where the slide calculation was too wide on mobile. Has to do with using display: grid as the wrapper further up. */
  /* width: 100% !important; */
}

.swiper-banner .swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image covers the slide while maintaining aspect ratio */
}

.swiper-lazy-preloader {
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--black);
  z-index: 1;
}

.swiper-pagination {
  display: flex;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: white;
  transition: var(--transition);
}

.swiper-pagination-bullet {
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  height: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  /* display: none; */
}

.sliderbanner-text {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
  font-size: calc(var(--fs-normal) + 0.2rem);
  color: var(--white);
  font-weight: var(--fw-extralight);
  padding-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
  width: calc(var(--swiper-navigation-size) + 10px);
  height: var(--swiper-navigation-size);
  background-color: rgba(255, 255, 255, 1);
  transition: var(--transition-button);
}

.swiper-button-prev {
  left: 0 !important;
  border-top-right-radius: var(--swiper-navigation-size);
  border-bottom-right-radius: var(--swiper-navigation-size);
  margin-left: -10px;
}

.swiper-button-next {
  right: 0 !important;
  border-top-left-radius: var(--swiper-navigation-size);
  border-bottom-left-radius: var(--swiper-navigation-size);
  margin-right: -10px;
}

.swiper-button-prev:hover {
  margin-left: 0px !important;
}

.swiper-button-next:hover {
  margin-right: 0px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0px;
}

.swiper-button-prev::after {
  display: block;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,1)' width='24px' height='24px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z'></path></svg>");
  background-position: 41% center;
  background-repeat: no-repeat;
}

.swiper-button-next::after {
  display: block;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-image: url("data:image/svg+xml,<svg fill='rgba(0,0,0,1)' width='24px' height='24px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'></path></svg>");
  background-position: 59% center;
  background-repeat: no-repeat;
}

/* This style and the next prevent a weird ::selection from occasionally occuring */
.swiper-slide a::selection {
  background: transparent;
  color: var(--white);
}

.swiper-slide a img::selection {
  background: transparent;
}

/* Below is a major fix for using Swiper with CSS Grid */
.sliderbanner-section,
.sliderbanner-wrapper {
  overflow: hidden;
  width: 100%;
}

.swiper-banner .swiper-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.swiper-banner .swiper-slide img {
  width: 100%;
  /*Adjust height for the amount of left and right crop of the banner image. Auto results in no crop. */
  height: 250px;
  z-index: 2;
}

.sliderbanner-content-wrapper {
  display: flex;
  width: 100%;
  padding: 30px 2% 50px 3%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 3;
}

.sliderbanner-content {
  color: var(--white) !important;
}

.sliderbanner-content h1 {
  /* display: flex; */
  font-size: calc(var(--fs-h1) - 1rem);
  /* justify-content: center; */
  padding: 20px 0 15px 0;
  margin: 0;
}

/* REMOVE IF NOT USED ============================================ */
/* ON PAGE SLIDER ================================================== */

/* This together with the next style forces unequal size images to fill the slider space. */
.onpageslider.swiper-onpage .swiper-slide {
  height: auto;
  /* height: auto; Use for some instances of text over photo on mobile if necessary*/
  /* height 400px; Force a set height  */
}

.onpageslider.swiper-onpage .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}

.onpageslider .swiper-slide-caption p:last-of-type {
  padding: 0;
  margin: 0;
}

.onpageslider .swiper-button-next,
.onpageslider .swiper-button-prev {
  top: 50% !important;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

/* CAPTION BELOW IMAGE INSTEAD OF ON TOP - FOR MOBILE ===========  */

.onpageslider .swiper-pagination {
  display: flex;
  bottom: 0;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.onpageslider .slider-image-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px 40px 50px 40px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0.75);
}

.onpageslider .slider-image-caption p {
  color: var(--black);
  color: var(--white);
  font-size: calc(var(--fs-mobile) - 0.35rem);
}

/* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS https://webcloud.se/jQuery-Collapse/ ========== */

.accordion-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.schema-faq-section {
  flex-basis: 100%;
}

.schema-faq-question a,
.accordion-heading a {
  display: block;
  margin: 0;
  padding: 23px 0;
  text-align: left;
  cursor: pointer;
  color: var(--black);
  font-weight: var(--fw-normal);
  font-size: var(--fs-medium);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  line-height: 1.4;
}

.schema-faq-question a:hover,
.accordion-heading a:hover {
  border-bottom: none !important;
  color: var(--black) !important;
  padding-left: 10px;
}

ul.largelist {
  margin-left: 3px;
}

ul.largelist li {
  padding: 5px 3px;
  color: var(--black);
  font-weight: var(--fw-normal);
  font-size: var(--fs-medium);
}

.accordion-section>div a {
  border-top: 1px solid var(--light-grey) !important;
}

.accordion-section>div p a,
.accordion-section>div li a {
  border-top: none !important;
  border-bottom: none !important;
}

.accordion-section:last-of-type div a {
  border-bottom: 1px solid var(--light-grey) !important;
}

.accordion-section .accordion-heading.open a {
  border-bottom: none !important;
}

.schema-faq-question.open a,
.accordion-heading.open a {
  font-weight: var(--fw-bold);
  border-bottom: none;
}

.schema-faq-question.open:hover a,
.accordion-heading.open:hover a {
  padding-left: 0;
}

.schema-faq-question a:after,
.accordion-heading a:after {
  content: "";
  display: block;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  float: right;
  background: linear-gradient(#666, #666), linear-gradient(#666, #666);
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.schema-faq-question:hover a:after,
.accordion-heading:hover a:after {
  content: "";
  display: block;
  margin-top: -3px;
  width: 40px;
  height: 40px;
  float: right;
  background: linear-gradient(#666, #666), linear-gradient(#666, #666);
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.schema-faq-question.open a:after,
.accordion-heading.open a:after {
  margin-top: -3px;
  width: 40px;
  height: 40px;
  background: linear-gradient(#333, #333);
  background-position: center;
  background-size: 50% 2px;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}

.schema-faq-answer,
.accordion-content {
  margin-bottom: 30px;
}

.services-section img {
  padding-right: 0px;
}


/* TEAM MEMBER SLIDER SLIDER ================================================== */

.teammembersslider .swiper-button-next,
.teammembersslider .swiper-button-prev {
  top: 50% !important;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  width: var(--swiper-navigation-size);
  background-color: rgba(255, 255, 255, .5) !important;
}

.teammembersslider .swiper-button-prev {
  left: 0 !important;
  border-radius: var(--swiper-navigation-size) !important;
  margin-left: 10px !important;
}

.teammembersslider .swiper-button-next:hover,
.teammembersslider .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .04) !important;
}

.teammembersslider .swiper-button-prev:hover {
  margin-left: 0px !important;
}

.teammembersslider .swiper-button-next {
  right: 0 !important;
  border-radius: var(--swiper-navigation-size) !important;
  margin-right: 10px !important;
}

.teammembersslider .swiper-button-next:hover {
  margin-right: 0px !important;
}


/* 768px Tablets height (or width) generally 1366px  ========================================= */
@media (min-width: 768px) {}

/* 1024px Baseline for full display experience such as tablets - height generally 600px ================== */
@media (min-width: 1024px) {
  body {
    /* font-size: var(--fs-normal); */
  }

  .hidemobile {
    display: grid;
  }

  .hidedesktop {
    display: none;
  }

  .padright {
    padding-right: 12%;
  }

  .layout-grid .wp-block-columns.is-layout-flex.alignfull {
    grid-column: full;
  }

  .layout-grid .wp-block-columns.is-layout-flex.alignwide {
    grid-column: feature;
  }

  figure.wp-block-image,
  figure.wp-block-embed {
    margin-top: 50px;
  }

  /* GAP ADJUSTMENTS ========================= */

  .page-contact .wp-block-columns.is-layout-flex {
    gap: 6em;
  }

  .gap-three.wp-block-columns.is-layout-flex {
    gap: 3em;
  }

  .gap-four.wp-block-columns.is-layout-flex {
    gap: 4em;
  }

  .gap-five.wp-block-columns.is-layout-flex {
    gap: 5em;
  }

  .gap-six.wp-block-columns.is-layout-flex {
    gap: 6em;
  }

  .wp-block-columns.is-layout-flex.largegap {
    gap: 2.6em;
  }

  .wp-block-columns.is-layout-flex.extralargegap {
    gap: 3.2em;
  }

  /* a .icon-arrow-right {
    display: inline-block;
  } */

  figcaption,
  .wp-caption-text {
    font-size: calc(var(--fs-normal) - 40%);
  }

  .alignfull-pad-all {
    padding-left: 6% !important;
    padding-right: 6% !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .banner-section.textbanner-section h1,
  .banner-section h1.blog-name {
    padding: 60px 30px 40px;
  }

  /* BANNERS =================================================================== */

  /* HEADINGS   =================================================== */

  h1 {
    padding: 15px 0 30px;
  }

  h2 {
    padding: 15px 0 30px;
  }

  h2.has-top-border {
    width: 45%;
    padding: 60px 0 40px;
  }

  .reveal-outer-wrapper h2 {
    font-size: calc(var(--fs-h2) + .75rem);
  }

  .teammembers h2 {
    padding-bottom: 40px;
  }

  .abovefooter h2 {
    padding: 15px 0 15px;
  }

  h3 {
    padding: 15px 0 25px;
  }

  h4 {
    padding: 15px 0 25px;
  }

  .hover-zoom-image h4 {
    padding: 32px 0 25px;
  }

  h5 {
    padding: 15px 0 25px;
  }

  h6 {
    padding: 15px 0 20px;
  }

  .subheading {
    font-size: calc(var(--fs-large) + 0.4rem);
  }

  /*  TYPOGRAPHY  =============================================================== */

  ul.bio-nav {
    margin: 14px 0 0;
  }

  ul.bio-nav li {
    float: left;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
    border-right: 1px solid #333;
    font-size: 0.9rem;
  }

  ul.bio-nav li span {
    font-size: 0.7rem;
  }

  ul.horizontal-list li {
    padding: 0 15px;
  }

  blockquote {
    margin: 45px 0 0 85px;
    width: 60%;
  }

  .single blockquote {
    margin-right: -110px;
  }

  /* REMOVE IF NOT USED ============================================ */
  /* QUOTATIONS ======================================================= */

  .quote-text {
    font-size: calc(var(--fs-extralarge) - 0.5rem);
    padding: 0 0 35px;
  }

  .quote-author {
    font-size: calc(var(--fs-normal) - 0.3rem);
  }

  .quote-author::before {
    margin: 0 auto 30px auto;
    width: 190px;
  }

  /* BUTTONS   =============================================================== */

  .button a,
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button {
    height: 50px !important;
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .services-section .wp-block-button.border-button a,
  .teammembers .wp-block-button.border-button a {
    font-size: calc(var(--fs-button) - 30%) !important;
    height: 40px !important;
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-button a.mega-menu-link {
    height: auto !important;
    color: #fff !important;
    color: var(--color-primary) !important;
    font-size: .80rem !important;
    letter-spacing: var(--letter-spacing-loose) !important;
    font-weight: var(--fw-bold) !important;
    background-color: rgba(0, 0, 0, .03) !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .07) !important;
    line-height: 40px;
    margin: 0 -10px 0 60px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-button a.mega-menu-link:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid rgba(0, 0, 0, .1) !important;
  }

  .reveal-outer-wrapper .wp-block-button.border-button a,
  .dark-bg.tax .wp-block-button a {
    font-size: calc(var(--fs-button) - 30%) !important;
    height: 35px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    margin-bottom: 40px !important;
  }

  .reveal-heading {
    margin-top: 0px;
  }

  .banner-section .button a {
    margin-top: 20px;
  }

  .teammember-bio-content-columns {
    display: grid;
    grid-template-columns: 60% 28%;
    gap: 12%;
  }

  .teammember-bio-sidebar {
    padding-top: 0;
  }

  .teammember-single-content-wrapper {
    padding: 80px 0;
  }

  h4.centered-all-caps-heading-border-top {
    font-size: 1.6rem;
    width: 45%;
    padding: 60px 0 50px;
  }

  /* TEAM MEMBER SLIDER SLIDER =============================================================== */

  .teammember-wrapper {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1em;
    row-gap: 3.5em;
    padding-top: 0;
  }

  .teammember-name {
    font-size: calc(var(--fs-normal) + 0.1rem);
  }

  .teammember-single-job-title {
    padding-bottom: 37px;
    font-size: calc(var(--fs-normal) + 0.7rem);
  }

  .teammember-single-phone {
    padding-right: 30px;
    margin-right: 30px;
  }

  /* ICONS   ===================================================== */

  /* #maincontent .icon-arrow-right {
    width: 14px;
    height: 14px;
  } */

  /* ABOVE HEADER ALERTS ========================================== */

  .above-header {
    font-size: calc(var(--fs-normal) - 0.2rem);
    padding-top: 3px;
    padding-bottom: 4px;
  }

  .above-header p {
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  /* REMOVE IF NOT USED ============================================ */
  /* ABOVE TOPNAV   ================================================ */

  .abovetopnav-wrapper {
    width: auto;
    font-weight: 300;
    font-size: calc(var(--fs-abovetopnav) - 0.1rem);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: 1.35;
    padding-right: 20px;
    /* background-color: --color-primary; */
  }

  .abovetopnav-wrapper ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
  }

  .abovetopnav-wrapper ul li {
    display: block;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #555;
  }

  .abovetopnav-wrapper ul li:last-child {
    padding-right: 0;
    border-right: none;
  }

  .abovetopnav-wrapper a {
    color: #555;
    padding: 5px 0;
  }

  .abovetopnav-wrapper a:hover {
    color: var(--black);
  }

  /* MAIN NAV   ==================================================== */

  header {
    height: 109px;
    /* Header Height */
    z-index: 99;
  }

  header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 19px;
    width: 100%;
    z-index: 4;
    background-image: linear-gradient(to right, rgba(34, 48, 104, 1), rgba(34, 48, 104, 1) 362px, rgba(73, 84, 127, 1) 363px, rgba(73, 84, 127, 1));
    opacity: 1;
  }

  /* header:hover::before {
    opacity: 1;
    background-image: linear-gradient(to right, rgba(34, 48, 104, 1), rgba(34, 48, 104, 1) 362px, rgba(93, 101, 136, 1) 363px, rgba(93, 101, 136, 1));
  } */

  header::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
    opacity: 0;
    transition: var(--transition);
  }

  header:hover::after {
    opacity: 1;
  }

  .single header {
    background-color: var(--color-primary-light);
  }

  .single header {
    background-color: transparent;
  }

  .teammember-single-banner {
    /* margin-top: -134px; */
    /* Header Height */
  }

  .teammember-single-email-linkedin {
    font-size: calc(var(--fs-normal) - 0.01rem);
    padding-bottom: 0;
  }

  .teammember-single-photo img {
    width: auto;
    max-width: none;
    max-height: 500px;
  }

  .teammember-single-banner .content {
    display: grid;
    grid-template-columns: 1fr 690px;
    grid-template-rows: none;
    grid-template-areas: none;
    height: auto;
  }

  .teammember-single-details {
    padding-left: 7.5%;
  }

  .fullheightbanner-section {
    margin-top: -134px;
    padding-bottom: 60px;
  }

  .page-firm .fullheightbanner-section {
    background-position: left -200px top;
  }

  .page-team .fullheightbanner-section {
    background-position: left -200px top;
  }

  .excellence-largelogos img {
    max-width: 100%;
  }

  .main-nav {
    clear: both;
    height: 100%;
    position: relative;
    z-index: 3;
    background-color: transparent;
    background-color: rgba(255, 255, 255, .97);
    transition: var(--transition);
  }

  .main-nav:hover {
    background-color: rgba(255, 255, 255, 1);
  }

  .main-nav-inner {
    display: flex;
    align-items: center;
    padding-top: 19px;
    /* padding-left: var(--main-nav-padding);
    padding-right: var(--main-nav-padding); */
    overflow-x: clip !important;
    /* Can be problematic with Safari (BotGarden nav for example) */
  }

  .main-nav-inner.fixed {
    position: fixed;
    background-color: var(--white);
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-bottom: 1px solid var(--light-grey);
    /* box-shadow: 0 4px 2px -2px $faint-grey; */
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator {
    border-left: none;
    padding: 0 0 0 10px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    margin-top: 2px;
  }

  /* .mega-menu-wrap .mega-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator {
    display: none !important;
  } */

  .mega-menu-wrap .mega-menu>li.mega-menu-item {
    margin: 0 15px 0 0 !important;
    margin: 0 0 0 0 !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item {
    transition: var(--transition-button) !important;
  }

  /* .mega-menu-wrap .mega-menu>li.mega-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
  } */

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    margin: 0 30px 0 30px !important;
    font-size: calc(var(--fs-navbar) - 0.2rem) !important;
    font-weight: var(--fw-medium) !important;
    letter-spacing: var(--letter-spacing-nav);
    color: var(--nav-color) !important;
    background-color: transparent !important;
    border-top: none !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--nav-color-hover) !important;
  }

  .page-template-page-fullheightbanner .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link,
  .page-template-page-fullheightbanner .abovetopnav-wrapper a {
    color: var(--white) !important;
    color: var(--color-primary-dark) !important;
    color: var(--black) !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link span.mega-indicator {
    border-bottom: none;
  }

  .page-template-page-fullheightbanner .abovetopnav-wrapper ul li {
    border-color: var(--white);
  }

  .page-template-page-fullheightbanner .fixed .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    color: #000 !important;
  }

  nav#site-navigation {
    /* align-self: flex-end; */
    margin-left: auto;
  }

  .logos {
    display: flex;
  }

  .logo-white {
    display: none;
  }

  .page-template-page-fullheightbanner .logo-black {
    display: none;
  }

  .page-template-page-fullheightbanner .logo-white,
  .page-template-page-fullheightbanner .fixed .logo-black {
    display: block;
  }

  .page-template-page-fullheightbanner .fixed .logo-white {
    display: none;
  }

  img.header-logo {
    height: 45px;
    width: auto;
    transition: all 0.2s ease;
  }

  a.header-logo-link,
  a.footer-logo-link {
    display: flex;
    align-items: center;
    padding-top: 0;
    border: none !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link.mega-menu-logo {
    margin-top: 0 !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item:last-child {
    margin-right: 0 !important;
  }

  .page-template-page-fullheightbanner header .main-nav-inner .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search .search-icon:before {
    color: #000 !important;
  }

  .page-template-page-fullheightbanner header .fixed.main-nav-inner .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search .search-icon:before {
    color: #000 !important;
  }

  .page-template-page-fullheightbanner header .main-nav-inner .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search-open .search-icon:before {
    color: #000 !important;
  }

  .page-template-page-fullheightbanner .mega-menu-wrap .mega-menu li .mega-search input[type="text"] {
    background: transparent !important;
  }

  .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search.mega-search-open input[type="text"] {
    background: var(--faint-grey) !important;
  }

  .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search-wrap {
    margin: 1px 0 0 !important;
    display: flex;
  }

  .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search.mega-search-closed input[type="text"] {
    width: 40px !important;
  }

  .dashicons-search::before {
    font-size: 25px !important;
  }

  .mega-menu-wrap .mega-menu li .mega-search input[type="text"] {
    font-size: var(--fs-normal) !important;
    background: var(--white) !important;
  }

  /* Work around for scroll-margin-top not working in the Search and Filter Plugin */
  #pagetop-fixed-nav {
    position: absolute;
    top: 132px;
  }

  .fullheightbanner-content {
    padding: 30px 80px 30px 60px;
    text-align: left;
  }

  .banner-cta.button {
    position: relative;
    z-index: 9;
    text-align: right;
    display: inline-block;
  }

  /* COLUMN GHAP ADJUSTMENTS =================================================== */

  .column-gap-wide.wp-block-columns.is-layout-flex {
    gap: 4em;
  }

  /* HOVER ZOOM AND SOLID ================================================================== */

  /* .hover-zoom-image {
    position: relative;
    height: calc(100% + 20px);
    overflow: hidden;
  } */

  /* .hover-zoom-image figure {
    height: 229px;
    overflow: hidden;
  }

  .hover-zoom-image img {
    width: 100%;
    height: 229px;
    transition: all .3s ease-in-out;
  } */

  .login.hover-zoom-image figure {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .login.hover-zoom-image img {
    width: 100%;
    height: auto;
  }

  /* .hover-solid::before,
  .hover-zoom-image::before {
    position: absolute;
    content: 'Learn more';
    bottom: 0;
    right: 0;
    color: var(--black);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: var(--letter-spacing-loose);
    background: none;
    opacity: 0;
    transition: var(--transition-button);
  } */

  /* .hover-zoom-image::before {
    bottom: 20px;
    right: 2px;
  } */

  /* .login.hover-zoom-image::before {
    content: 'Log In';
    left: 0;
    right: auto;
  }

  .hover-zoom-image::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    background: none;
    opacity: 0;
    transition: var(--transition-button);
  } */

  .hover-solid:hover::after,
  .hover-solid:hover::before,
  .hover-zoom-image:hover::before,
  .hover-zoom-image:hover::after {
    opacity: 1;
    cursor: pointer;
  }

  /* .hover-zoom-image:hover img {
    transform: scale(1.05);
  } */

  .login.hover-zoom-image:hover img {
    transform: none;
  }

  .hover-zoom-image a p {
    padding-bottom: 15px;
  }

  .bio-qa-menu-wrapper {
    background-image: linear-gradient(to right, var(--color-primary-dark), var(--color-primary-dark) 222px, var(--white) 223px, var(--white));
    border-bottom: 1px solid #ebeef0;
    margin-top: 0;
  }



  /* HOVER SOLID =================================================== */

  .hover-solid {
    position: relative;
  }

  .hover-solid a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  .hover-solid::after {
    position: absolute;
    content: '';
    top: -20px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 40px);
    border: 1px solid var(--border-color);
    background: none;
    opacity: 0;
    transition: var(--transition-button);
  }

  .hover-solid a:hover {
    border-bottom: none;
  }



  /* PHOTO DIVIDER ================================================= */

  .photo-divider {
    padding: 70px 0 100px;
  }



  /* REMOVE IF NOT USED ============================================ */
  /* SUBMENU ITEMS ================================================================ */

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: var(--fs-subnav) !important;
    /* max-width: calc(100% - 60px); */
    line-height: var(--line-height);
    font-weight: var(--fw-light) !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.6) !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 5px 12px 5px 32px !important;
    margin: 0 !important;
    /* border: 1px solid #f1f1f1 !important; */
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 1.4 !important;
    transition: var(--transition);
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover {
    background: rgba(0, 0, 0, 0.3) !important;
  }

  /* REMOVE IF NOT USED ============================================ */
  /* SEARCH RESULTS PAGE ================================================ */

  .search-results-layout {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--light-grey);
  }

  .search-results-layout .search-title {
    font-size: calc(var(--fs-normal) + 0.15rem);
    padding-bottom: 5px;
  }

  .search-results-layout .search-excerpt {
    font-size: var(--fs-normal) !important;
    color: var(--black);
  }

  /* BANNERS   ==================================================== */

  .photobanner-section,
  .formbanner-section,
  .fullheightbanner-section,
  .sliderbanner-section,
  .blogbanner-section,
  .textbanner-section {
    margin-bottom: 70px;
  }

  .banner-section .banner-text {
    font-size: calc(var(--fs-normal) + 0.3rem);
  }

  .photobanner-section {
    height: 500px;
  }

  .formbanner-section {
    height: 600px;
  }

  .fullheightbanner-section {
    height: 72vh;
  }

  .home .fullheightbanner-section {
    height: calc(80vh - 70px);
  }

  .photobanner-wrapper,
  .formbanner-wrapper,
  .fullheightbanner-wrapper {
    padding-left: var(--banner-pad-left);
    /* padding-right: var(--banner-pad-right); */
  }

  .formbanner-wrapper {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 20px;
    margin: 0 auto;
    width: 90%;
    height: 84%;
    padding: 0 60px 0 60px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }

  .formbanner .formbanner-form-wrapper {
    margin-top: 0px;

    border-left: 1px solid #fff;
  }

  .formbanner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .formbanner-form .gform_wrapper input[type="submit"] {
    margin-top: 10px !important;
  }

  /* SLIDER BANNER ======================================================= */

  .swiper-banner .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 650px;
  }

  .sliderbanner-content-wrapper {
    display: initial;
    position: absolute;
    left: 10%;
    right: 0;
    top: auto;
    bottom: 90px;
    width: calc(100% - 30%);
    height: auto;
    padding: 0;
    background-color: transparent;
  }

  .swiper-banner .swiper-slide img {
    height: auto;
  }

  .swiper-banner .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0) 70%);
  }

  .sliderbanner-content h1 {
    font-size: var(--fs-h1);
    padding: 20px 0 15px 0;
  }


  /* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS https://webcloud.se/jQuery-Collapse/ ========== */

  .accordion-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .schema-faq-section {
    flex-basis: 100%;
  }

  .schema-faq-question a,
  .accordion-heading a {
    display: block;
    margin: 0;
    padding: 23px 0;
    text-align: left;
    cursor: pointer;
    color: var(--black);
    font-weight: var(--fw-normal);
    font-size: var(--fs-medium);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    line-height: 1.4;
  }

  .schema-faq-question a:hover,
  .accordion-heading a:hover {
    border-bottom: none !important;
    color: var(--black) !important;
    padding-left: 10px;
  }

  ul.largelist {
    margin-left: 3px;
  }

  ul.largelist li {
    padding: 5px 3px;
    color: var(--black);
    font-weight: var(--fw-normal);
    font-size: var(--fs-medium);
  }

  .accordion-section>div a {
    border-top: 1px solid var(--light-grey) !important;
  }

  .accordion-section>div p a,
  .accordion-section>div li a {
    border-top: none !important;
    border-bottom: none !important;
  }

  .accordion-section:last-of-type div a {
    border-bottom: 1px solid var(--light-grey) !important;
  }

  .accordion-section .accordion-heading.open a {
    border-bottom: none !important;
  }

  .schema-faq-question.open a,
  .accordion-heading.open a {
    font-weight: var(--fw-bold);
    border-bottom: none;
  }

  .schema-faq-question.open:hover a,
  .accordion-heading.open:hover a {
    padding-left: 0;
  }

  .schema-faq-question a:after,
  .accordion-heading a:after {
    content: "";
    display: block;
    margin-top: 3px;
    width: 30px;
    height: 30px;
    float: right;
    background: linear-gradient(#666, #666), linear-gradient(#666, #666);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .schema-faq-question:hover a:after,
  .accordion-heading:hover a:after {
    content: "";
    display: block;
    margin-top: -3px;
    width: 40px;
    height: 40px;
    float: right;
    background: linear-gradient(#666, #666), linear-gradient(#666, #666);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
  }

  .schema-faq-question.open a:after,
  .accordion-heading.open a:after {
    margin-top: -3px;
    width: 40px;
    height: 40px;
    background: linear-gradient(#333, #333);
    background-position: center;
    background-size: 50% 2px;
    /*thickness = 2px, length = 50% (25px)*/
    background-repeat: no-repeat;
  }

  .schema-faq-answer,
  .accordion-content {
    margin-bottom: 30px;
  }

  .services-section img {
    padding-right: 50px;
  }

  /* REVEAL show/hide column content ============================ */

  /* .dark-bg {
    padding: 196px 0;
  } */

  .reveal-wrapper {
    display: none;
    padding-left: 0;
  }

  .reveal-outer-wrapper .layout-grid {
    grid-template-rows: auto;
    row-gap: 0;
    grid-template-areas:
      "heading"
      "button"
      "list";
  }

  .dark-bg {
    padding: 160px 0;
  }

  .dark-bg.tax {
    padding: 120px 0 100px;
  }

  .reveal-outer-wrapper {
    position: relative;
  }

  .reveal-full-hover-setup {
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .reveal-wrapper {
    display: grid;
    grid-template-columns: 65% 35%;
    position: relative;
  }

  .reveal-mobile {
    display: none;
  }

  .reveal-content-wrapper {
    font-weight: var(--fw-semibold);
  }

  .reveal-content-wrapper span {
    font-weight: var(--fw-medium);
  }

  .reveal-content {
    opacity: 0;
    transition: var(--transition);
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    height: 100%;
    text-align: left;
    padding-right: 50px;
  }

  .reveal-position {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .reveal-content#reveal0,
  .reveal-content#reveal10,
  .reveal-content#reveal20 {
    opacity: 1;
    transition: var(--transition-slow);
  }

  .reveal-content#reveal0.hide,
  .reveal-content#reveal20.hide,
  .reveal-content#reveal20.hide {
    opacity: 0;
  }

  .reveal-content.show {
    opacity: 1;
  }

  .reveal-list {
    border-right: 10px solid rgba(255, 255, 255, .5);
  }

  .reveal-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .reveal-list ul li {
    padding: 0;
    margin: 0;
    /* height: 48px; */
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .reveal-list ul li::after,
  .reveal-list ul li.last:hover::after {
    content: "";
    background-color: transparent;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 28px;
    right: 0px;
    top: 3px;
    margin-left: 15px;
    transition: var(--transition);
  }

  .reveal-list ul li:hover::after {
    background-color: rgba(255, 255, 255, .5);
  }

  .reveal-list ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 42px;
    color: #fff;
    border-bottom: none !important;
    font-weight: var(--fw-medium);
    font-size: 26px;
    transition: var(--transition);
  }

  .reveal-list ul li.last a {
    display: flex;
    position: absolute;
    /* prevents flash of the initial text  */
    top: -2px;
    bottom: -132px;
    height: 132px;
  }

  .reveal-content-wrapper {
    font-size: 28px;
    display: block;
  }

  .reveal-list ul li a:hover {
    font-size: 30px;
    font-weight: var(--fw-semibold);
    cursor: auto;
  }

  /* .reveal-list ul li:last-child a {
    padding-bottom: 0;
  } */

  .reveal-content-wrapper span.break {
    clear: both;
    display: inline-block;
  }

  .page-services .dark-bg h2 {
    margin-left: -50px;
    margin-top: 65px;
  }

  .dark-bg .wp-block-buttons {
    margin-left: -48px;
    opacity: 0;
    transition: var(--transition);
    z-index: 99;
    display: inline-block;
    width: 450px;
  }

  .dark-bg.tax .wp-block-buttons {
    margin-left: 0px;
    opacity: 1;
    width: 100%;
    display: flex;
  }

  .home .dark-bg .wp-block-buttons {
    margin-left: 0px;
  }

  .home .dark-bg h2 {
    margin-top: 65px;
  }

  .dark-bg:hover .wp-block-buttons {
    opacity: 1;
  }

  .dark-bg .wp-block-button a {
    margin-top: 25px !important;
  }

  .dark-bg .wp-block-button a:hover {
    cursor: pointer !important;
  }

  /* REMOVE IF NOT USED ============================================ */
  /* BIO - TEAM MEMBER DESIGN ONE ============================================== */

  /* REMOVE IF NOT USED ============================================ */
  /* MODAL  ======================================================= */

  .js [data-modal],
  .a11y-modal {
    -webkit-overflow-scrolling: touch;
    max-width: 75%;
    max-height: 85%;
    padding: 40px;
  }

  .is-icon-btn {
    height: 47px;
    width: 47px;
  }

  [data-modal-x] {
    height: 47px;
  }

  a.allteam {
    font-size: calc(var(--fs-normal) - 0.3rem);
    padding-top: 35px;
  }

  .teammember-button-wrapper {
    position: relative;
  }

  /* ABOVE FOOTER - CTA or other content   ======================== */

  .abovefooter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding-top: 60px;
  }

  .abovefooter h2 {
    font-size: var(--fs-h2);
  }

  /* above-footer-cta-round */
  .above-footer-cta-round {
    background-size: auto auto;
    /* width height */
  }

  .wp-block-columns.no-bottom-margin {
    margin-bottom: 0;
  }

  /* DESKTOP SPACERS  ====================================================== */

  .wp-block-spacer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wp-block-spacer.is-style-small {
    height: 40px !important;
  }

  .wp-block-spacer.is-style-medium {
    height: 80px !important;
  }

  .wp-block-spacer.is-style-large {
    height: 100px !important;
  }

  .wp-block-spacer.is-style-x-large {
    height: 120px !important;
  }

  /* FOOTER   ====================================================== */

  footer {
    margin-top: 100px;
    padding-top: 80px;
  }

  .footer-grid,
  .copyright-grid {
    display: grid;
    grid-template-columns: 80% 20%;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: -10px;
  }

  .footer-menu-secondary {
    margin: 40px 0 0;
  }

  .footer-nav ul {
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .footer-nav ul li {
    padding: 0 30px;
    border-left: 2px solid rgba(255, 255, 255, .5);
  }

  .footer-nav ul li:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  .footer-nav ul li a,
  .footer-nav-secondary ul li a {
    padding: 0;
    color: rgba(255, 255, 255, .8);
    transition: var(--transition-button);
  }

  .footer-nav ul li a:hover,
  .footer-nav-secondary ul li a:hover {
    border-bottom: none;
    color: rgba(255, 255, 255, 1);
  }

  .footer-nav-secondary ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border: none;
  }

  .footer-nav-secondary ul li {
    flex: 0 0 20%;
    font-size: calc(var(--fs-footer-nav) - 0.35rem);
    padding: 0 0 10px;
  }

  .footer-logo img {
    margin-bottom: 30px;
  }

  .footercontact {
    border-left: 1px solid #7a7a7a;
  }

  .footercontact {
    padding: 0 0 0 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    border-left: 1px solid #7a7a7a;
    border-top: none;
    border-bottom: none;
  }

  /* svg.icon-arrow-right.show-icon-on-hover {
    display: inline-block;
  } */

  /* REMOVE IF NOT USED ============================================ */
  /* FORMS  ======================================================== */

  .gform_wrapper .gform_footer {
    margin-bottom: 0 !important;
  }

  /* REMOVE IF NOT USED ============================================ */
  /* BLOG  ========================================================= */

  .post-content-card-layout {
    padding: 18px 15px 30px 0;
  }

  .post-content-card-layout h3 {
    font-size: var(--fs-blog-post-title);
    line-height: var(--line-height-tight);
    padding-left: 5px;
  }

  .blog-header-wrapper {
    /* display: grid;
    grid-template-columns: 60% 40%; */
  }

  .blog-content-section {
    display: grid;
    grid-template-columns: 10% 50% 30%;
    column-gap: 5%;
  }

  .below-post {
    display: grid;
    grid-template-columns: 10% 60%;
    column-gap: 5%;
  }

  .blog .main-nav,
  .archive .main-nav,
  .single .main-nav {
    border-bottom: none;
  }

  .blogbanner {
    overflow: hidden;
  }

  .blog .post-single,
  .category .post-single,
  .post-single-more,
  .author .post-single {
    transition: var(--transition);
  }

  .blog .banner-section,
  .category .banner-section {
    margin-bottom: 70px;
  }

  .blog-header {
    z-index: 9;
    position: relative;
    min-height: auto;
  }

  .single .blog-header {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 8.5%;
    padding-left: 8.5%;
    width: 100%;
  }

  .blog-title {
    font-size: calc(var(--fs-normal) - 0.45rem);
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .blog-thumbnail {
    display: flex;
    flex-direction: column;
  }

  .single .blog-header h1 span {
    display: block;
    padding-right: 40px;
    font-size: var(--fs-h1-blog);
    padding-top: 30px;
    font-weight: var(--fw-normal);
    line-height: var(--line-height-loose);
  }

  .blog .post-single,
  .category .post-single,
  .author .post-single {
    width: 23%;
    margin: 0 2.6% 4% 0;
    float: left;
    border-bottom: 1px solid var(--border-color);
  }

  .post-single-more {
    width: 30.5%;
    margin: 0 4% 4% 0;
    min-height: 310px;
  }

  .post-single-more .post-content-card-layout {
    padding: 9px 5px 0 0;
  }

  .post-single:nth-child(4),
  .post-single:nth-child(8),
  .post-single:nth-child(12) {
    margin-right: 0;
  }

  .post-meta span,
  .post-meta span.post-author,
  .post-meta span.post-date,
  .category-link span,
  .category-link span.post-author,
  .category-link span.post-date {
    font-size: calc(var(--fs-normal) - 0.225rem);
  }

  .post-single-more .post-content-card-layout h3 {
    font-size: var(--fs-blog-post-more-title);
  }

  .category-name {
    font-weight: var(--fw-normal);
    display: block;
    font-size: calc(var(--fs-large) + 0.45rem);
    text-transform: none;
  }

  .category-name span {
    font-weight: var(--fw-bold);
    display: block;
    font-size: calc(var(--fs-large) - 0.45rem);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .post-meta-wrapper {
    display: block;
    padding-bottom: 0;
    margin-top: 0;
  }

  .post-meta {
    padding: 10px 0 10px;
  }

  .post-meta.updated,
  .post-meta.author,
  .post-meta.date {
    border-left: none;
  }
}

/* 1280px Laptop - height generally 700px ==================================================================== */

@media (min-width: 1280px) {
  /* BUTTONS   ==================================================== */

  /* MAIN NAV   =================================================== */

  .mega-menu-wrap .mega-menu>li.mega-menu-item {
    margin: 0 35px 0 0 !important;
    margin: 0 0 0 0 !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    margin: 0 50px 0 50px !important;
    font-size: var(--fs-navbar) !important;
  }

  /* HEADINGS   =================================================== */

  .subheading {
    font-size: calc(var(--fs-large) + 0.4rem);
  }

  /* FOOTER   ===================================================== */

  /* BLOG   ======================================================= */

  .single .blog-header {
    padding-top: 35px;
  }

  .blog-title {
    font-size: calc(var(--fs-normal) - 0.25rem);
    padding-bottom: 12px;
  }

}

/* 1366px Laptops - height generally 768px ======================================================== */

@media (min-width: 1366px) {
  img.header-logo {
    height: 55px;
  }

  .fullheightbanner-section {
    height: 92vh;
  }

  .home .fullheightbanner-section {
    height: calc(100vh - 70px);
  }

  .wp-block-columns.is-layout-flex.largegap {
    gap: 3.6em;
  }

  .wp-block-columns.is-layout-flex.extralargegap {
    gap: 5.2em;
  }

  /* TEAM MEMBER SLIDER SLIDER =============================================================== */

  .teammember-wrapper {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1em;
    row-gap: 3.5em;
  }

  /* REMOVE IF NOT USED ============================================ */
  /* BLOG   ======================================================== */

  .post-single-more .post-content-card-layout {
    padding: 15px 25px 0 0;
  }

  .blog-title {
    font-size: calc(1rem - 0.25rem);
    padding-bottom: 15px;
  }

  /* MAIN NAV   =================================================== */

  /* Adjust to overflow-x: clip if horizontal nav visible still */
  .main-nav-inner {
    overflow-x: visible !important;
  }

  .footer-nav-secondary ul li {
    flex: none;
    font-size: calc(var(--fs-footer-nav) - 0.45rem);
    padding: 0 20px;
  }

  .footer-nav-secondary ul li:first-of-type {
    padding-left: 0;
  }

  /* TEAM MEMBER SLIDER SLIDER =============================================================== */

}

/* 1440px Laptops / Desktops  ========================================================= */

@media (min-width: 1440px) {
  /* MAIN NAV   =================================================== */
}

/* 1536px Laptops - height generally 960px ================================================== */
@media (min-width: 1536px) {
  body {
    /* font-size: calc(var(--fs-normal) + 0.15rem); */
  }

  /* QUOTATIONS ===================================================== */

  .quote-text {
    font-size: calc(var(--fs-extralarge) - 0.1rem);
    padding: 0 0 35px;
  }

  .quote-author {
    font-size: calc(var(--fs-normal) - 0.1rem);
  }

  .quote-author::before {
    margin: 0 auto 30px auto;
    width: 190px;
  }

  .wp-block-columns.is-layout-flex.largegap {
    gap: 4.6em;
  }

  .wp-block-columns.is-layout-flex.extralargegap {
    gap: 6.2em;
  }

  /* MAIN NAV   =================================================== */

  .mega-menu-wrap .mega-menu>li.mega-menu-item {
    margin: 0 35px 0 0 !important;
    margin: 0 0 0 0 !important;
  }

  /* TYPOGRAPHY  ================================================= */

  .subheading {
    font-size: calc(var(--fs-large) + 0.6rem);
  }

  /* BUTTONS   ===================================================== */

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button {
    height: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .dashicons-search::before {
    font-size: 30px !important;
  }


  /* MAIN NAV ===================================================== */

  .abovetopnav-wrapper {
    font-size: calc(var(--fs-abovetopnav) - 0.04rem);
  }

  /* FOOTER ===================================================== */

  .footer-nav-secondary ul {
    display: flex;
    flex-wrap: nowrap;
  }

  .footer-nav-secondary ul li {
    font-size: calc(var(--fs-footer-nav) - 0.45rem);
  }

  .footercontact {
    padding: 0 0 0 80px;
  }

  /* BANNERS  ====================================================== */


  /* TEAM ====================================== */

  .teammember-wrapper {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1em;
    row-gap: 3.5em;
  }

  /* REMOVE IF NOT USED ============================================ */
  /* BLOG  ======================================================== */

  .blog-content-section {
    grid-template-columns: 10% 50% 30%;
    column-gap: 5%;
  }

  .single .blog-header {
    padding-top: 45px;
  }

  /* DESKTOP SPACERS  ====================================================== */

  .wp-block-spacer.is-style-small {
    height: 60px !important;
  }

  .wp-block-spacer.is-style-medium {
    height: 100px !important;
  }

  .wp-block-spacer.is-style-large {
    height: 120px !important;
  }

  .wp-block-spacer.is-style-x-large {
    height: 140px !important;
  }
}

/* 1680 Desktop - height generally ~ 1050px ===================================================== */

@media (min-width: 1680px) {}

/* Desktop full width ======================================================================== */

@media (min-width: 1920px) {
  /* MAIN NAV   =================================================== */

  img.header-logo {
    height: 65px;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 350px;
  }

  /* FOOTER  ==================================================== */

  footer {
    padding-top: 80px;
  }
}

/* 2240px  MIDPOINT BETWEEN 1920 and 2560 ========================================= */

@media (min-width: 2240px) {}

/* 2560px HIDPI  =================================================== */

@media (min-width: 2560px) {
  header {
    height: 160px;
  }

  header::before {
    height: 22px;
    background-image: linear-gradient(to right, rgba(34, 48, 104, 1), rgba(34, 48, 104, 1) 632px, rgba(73, 84, 127, 1) 633px, rgba(73, 84, 127, 1));
  }

  header:hover::before {
    background-image: linear-gradient(to right, rgba(34, 48, 104, 1), rgba(34, 48, 104, 1) 632px, rgba(93, 101, 136, 1) 633px, rgba(93, 101, 136, 1));
  }

  .fullheightbanner-section {
    margin-top: -138px;
  }

  .teammembers h2 {
    padding-bottom: 60px;
  }

  .teammember-single-details-wrapper h2 {
    font-size: calc(var(--fs-h2) + 0.4rem);
  }

  .teammember-single-job-title {
    padding-bottom: 37px;
    font-size: calc(var(--fs-normal) + 1.2rem);
  }

  /* MAIN NAV   =================================================== */

  img.header-logo {
    height: 95px;
    margin-top: 20px;
  }

  .main-nav-inner {
    padding-top: 27px;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu {
    width: 370px;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-item {
    margin: 0 45px 0 0 !important;
    margin: 0 0 0 0 !important;
  }

  .mega-menu-wrap .mega-menu li.mega-menu-item a.mega-menu-link {
    margin: 14px 60px 0 60px !important;
    font-size: calc(var(--fs-navbar) - 0.2rem) !important;
  }

  .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search-wrap {
    margin-top: 25px !important;
  }

  .mega-menu-wrap .mega-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 10px 20px 10px 16px !important;
  }

  .mega-menu-wrap .mega-menu li#mega-menu-item-1366 .mega-search-wrap {
    margin-top: 30px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-button a.mega-menu-link {
    padding-left: 60px !important;
    padding-right: 60px !important;
    line-height: 46px;
    font-size: .90rem !important;
    border: 3px solid #fff !important;
    margin: 19px -20px 0 60px !important;
  }

  .dashicons-search::before {
    font-size: 36px !important;
  }

  .photobanner-wrapper,
  .formbanner-wrapper,
  .textbanner-wrapper,
  .fullheightbanner-wrapper {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .reveal-wrapper {
    grid-template-columns: 60% 40%;
  }

  .reveal-content {
    width: 38%;
    padding-right: 50px;
  }

  .bio-qa-menu-wrapper {
    background-image: linear-gradient(to right, var(--color-primary-extralight), var(--color-primary-extralight) 522px, var(--white) 523px, var(--white));
    background-image: linear-gradient(to right, #1a2125, #1a2125 522px, var(--white) 523px, var(--white));
  }

  /* TEAM MEMBER SLIDER SLIDER =============================================================== */

  /* .teammembersslider .swiper-slide {
    width: 20% !important;
  } */

  .supheading.background-color {
    padding: 9px 40px;
  }

  .abovefooter {
    margin-top: 60px;
  }

  .teammember-single-banner {
    background: radial-gradient(91.6% 91.6% at 23.07% 1.96%, #46515a 0%, rgba(70, 81, 90, 0) 100%), #1a2125;
    min-height: 790px;
  }

  .teammember-single-banner {
    margin-top: -138px;
  }

  .teammember-single-photo img {
    max-height: 660px;
  }

  .teammember-single-phone {
    font-size: calc(var(--fs-normal) + 0.2rem);
  }


  /* DESKTOP SPACERS  ====================================================== */

  .wp-block-spacer.is-style-small {
    height: 80px !important;
  }

  .wp-block-spacer.is-style-medium {
    height: 120px !important;
  }

  .wp-block-spacer.is-style-large {
    height: 140px !important;
  }

  .wp-block-spacer.is-style-x-large {
    height: 160px !important;
  }
}

/* 3840px HIDPI MONITORS =================================================== */

@media (min-width: 3840px) {}