@charset "UTF-8";
/*   
Theme Name: Swiss Theme - QuickLaunch - Plumber Three
Theme URI: http://rocquett.com
Author: Delwin Holeman
Author URI: http://rocquett.com
Description: Swiss Theme - QuickLaunch - Plumber Three, created for CompanyName. 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: 3.0

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 */

/* Import Google fonts. Tool to download and serve Google fonts directly from server: 
https://gwfh.mranftl.com/fonts */

/* GOOGLE FONTS BELOW - SWISS THEME USING ADOBE NEUE HAAS GROTESK */

/* roboto-300 - latin */
/* @font-face {
  font-display: block; 
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/roboto-v29-latin-300.woff2") format("woff2"), url("fonts/roboto-v29-latin-300.woff") format("woff"); 
} */
/* roboto-400 - latin */
/* @font-face {
  font-display: block; 
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("fonts/roboto-v29-latin-regular.woff") format("woff"); 
} */
/* roboto-500 - latin */
/* @font-face {
  font-display: block; 
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("fonts/roboto-v30-latin-500.woff2") format("woff2"), url("fonts/roboto-v30-latin-500.woff") format("woff"); 
} */
/* roboto-700 - latin */
/* @font-face {
  font-display: block; 
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/roboto-v29-latin-700.woff2") format("woff2"), url("fonts/roboto-v29-latin-700.woff") format("woff"); 
} */
/* roboto-900 - latin */
/* @font-face {
  font-display: block; 
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("fonts/roboto-v29-latin-900.woff2") format("woff2"), url("fonts/roboto-v29-latin-900.woff") format("woff"); 
} */

/* playfair-display-italic - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  src: local(""),
    url("fonts/playfair-display-v25-latin-italic.woff2") format("woff2"),
    url("fonts/playfair-display-v25-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* slick for slider arrows and dots */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: local(""), url("fonts/slick.eot");
  src: local(""), url("fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("fonts/slick.woff") format("woff"),
    url("fonts/slick.ttf") format("truetype"),
    url("fonts/slick.svg#slick") format("svg");
}

/* IE 10 and 11 hacks. Edit ".selector" with the style name
_:-ms-input-placeholder, :root .selector {}
*/

/* Use system font */
/*body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
}*/

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

:root {
  --color-primary-base: 11;
  --color-primary: hsla(var(--color-primary-base), 100%, 49%, 100%);
  --color-primary-dark: hsla(var(--color-primary-base), 100%, 29%, 100%);
  --color-primary-light: hsla(var(--color-primary-base), 100%, 69%, 100%);

  --color-secondary-base: 281;
  --color-secondary: hsla(var(--color-secondary-base), 100%, 49%, 100%);
  --color-secondary-dark: hsla(var(--color-secondary-base), 100%, 29%, 100%);
  --color-secondary-light: hsla(var(--color-secondary-base), 100%, 69%, 100%);

  --color-tertiary-base: 159;
  --color-tertiary: hsla(var(--color-tertiary-base), 100%, 18%, 100%);
  --color-tertiary-dark: hsla(var(--color-tertiary-base), 100%, 13%, 100%);
  --color-tertiary-light: hsla(var(--color-tertiary-base), 100%, 24%, 100%);

  --white: hsl(300, 0%, 100%);
  --black: hsl(188, 0%, 0%);
  --dark-grey: hsl(0, 0%, 30%);
  --extra-dark-grey: hsl(0, 0%, 10%);
  --grey: hsl(0, 0%, 40%);
  --light-grey: hsl(0, 0%, 87%);
  --faint-grey: hsl(0, 0%, 96%);
  --extra-faint-grey: hsl(0, 0%, 98%);
  --border-color: hsl(0, 0%, 87%);
  --border-color-dark: hsl(0, 0%, 67%);

  /* Color the spacer to view it for development. Delete this on live sites */
  --spacer-background-off: transparent;
  --spacer-text-off: transparent;
  --spacer-background-on: hsl(0, 0%, 96%);
  --spacer-text-on: hsl(0, 0%, 60%);
  --state-spacer-background: var(--spacer-background-off);
  --state-spacer-text: var(--spacer-text-off);

  --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%, 0%, 70%);
  --color-font-grey: hsl(0, 0%, 25%);
  --color-font-light-grey: hsl(0, 0%, 46%);
  --color-font-banner-section: hsl(0, 0%, 100%);

  --ff-primary: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
  --ff-secondary: "Playfair Display", Georgia, serif;

  --fw-ultrathin: 100;
  --fw-thin: 200;
  --fw-extralight: 300;
  --fw-light: 400;
  --fw-normal: 500;
  --fw-medium: 600;
  /* --fw-semibold: 600;  */
  --fw-bold: 700;
  --fw-black: 900;

  --fs-extrasmall: 0.48rem;
  --fs-small: 0.65rem;
  --fs-normal: 1rem;
  --fs-mobile: 1.3rem;
  --fs-large: 1.25rem;
  --fs-extralarge: 2.2rem;
  --fs-above-topnav: 0.52rem;
  --fs-normal-mobile: 0.85rem;
  --fs-footer: 0.8rem;
  --fs-copyright: 0.6rem;
  --fs-h1: 4.25rem;
  --fs-h2: 2.5rem;
  --fs-h3: 1.6rem;
  --fs-h4: 1.2rem;
  --fs-h5: 1rem;
  --fs-h6: 0.9rem;
  --fs-button: 1rem;
  --fs-navbar: 0.7rem;
  --fs-subnav: 0.8rem;
  --fs-stucknav: 1rem;
  --fs-mobile-menu: 1rem;
  --fs-abovetopnav: 0.62rem;

  --font-min-fs: 26;
  --font-max-fs: 65;
  --font-fluid-size: var(--font-min-fs) * 1px +
    (var(--font-max-fs) - var(--font-min-fs)) * ((100vw - 350px) / (1600 - 350));

  --line-height: 1.5;
  --line-height-tight: 1.3;
  --line-height-loose: 1.7;
  --line-height-heading: 1.35;

  --letter-spacing-extra-tight: -0.045em;
  --letter-spacing-tight: -0.02em;
  --letter-spacing-body: 0.03em;
  --letter-spacing-loose: 0.2em;
  --letter-spacing-extra-loose: 0.35em;
  --letter-spacing-nav: 0.03em;
  --letter-spacing-heading: 0.02em;

  --nav-color: var(--color-font-primary);
  --nav-color-hover: var(--color-font-primary-light);
  --nav-mobile-color-background: hsl(0, 0%, 100%);

  --link-color-base: 240;
  --link-color: hsla(var(--link-color-base), 60%, 50%, 100%);
  --link-color-hover: hsla(var(--link-color-base), 60%, 40%, 100%);
  --link-color-visited: hsla(var(--link-color-base), 60%, 50%, 100%);

  --footer-logo-width: 240px;

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

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

  --left-site-padding: 40px;
  --right-site-padding: 40px;

  --left-column-padding: 50px;
  --right-column-padding: 50px;

  --left-mobile-padding: 2%;
  --right-mobile-padding: 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 */
/* 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 {
  font-size: 1.3rem;
  font-size: min(max(1rem, 3vw), 1.32rem);
  font-size: clamp(1rem, 3vw, 1.32rem);
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* height of sticky header */
}

/* 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-primary);
  /* font-size: var(--fs-normal); */
  line-height: var(--line-height);
  font-weight: var(--fw-light);
  letter-spacing: var(--letter-spacing-body);
  color: var(--black);
}

main {
  flex: 1 0 auto;
}

.content-wrapper {
  padding-bottom: 10px;
}

.content-horizontal-pad {
  padding-left: var(--left-mobile-padding);
  padding-right: var(--right-mobile-padding);
}

.nopad-bottom {
  padding-bottom: 0 !important;
}

.nopad-top {
  padding-top: 0 !important;
}

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

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

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

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

#maincontent a:hover.add-arrow {
  border-bottom: none;
}

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

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

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

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;
}

p.add-arrow a,
p.add-arrow a:hover {
  border-bottom: none !important;
}

p.add-arrow a .icon-arrow-right {
  width: 14px;
  height: 12px;
  margin-left: 0;
  text-align: center;
  transition: var(--transition);
  opacity: 1;
}

p.add-arrow a:hover .icon-arrow-right {
  margin-left: 4px;
}

.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;
}

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

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

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

p.extralargetext,
.extralargetext {
  font-size: var(--fs-extralarge);
}

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

footer p {
  margin-bottom: 0;
}

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

img {
  object-fit: cover;
}

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

ul.cities-list {
  columns: 2;
  margin-top: 3px;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: var(--fs-normal);
  color: var(--dark-grey);
}

ul.cities-list li {
  padding: 1px 0 1px 0;
  position: relative;
}

/* Adjust text size up for mobile */
@media (min-width: 100px) and (max-width: 600px) {
  p,
  blockquote,
  ol,
  ul {
    font-size: var(--fs-mobile);
  }

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

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

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

#ql-three .banner-section .banner-three-content .banner-text p {
  color: var(--white);
  text-align: center;
  line-height: 1.35;
  font-weight: var(--fw-medium);
  font-family: var(--ff-primary);
  font-style: normal;
}

.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-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: end !important;
}

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

.letter-spacing-extra-tight {
  letter-spacing: var(--letter-spacing-extra-tight);
}

.letter-spacing-tight {
  letter-spacing: var(--letter-spacing-tight);
}

.letter-spacing-body {
  letter-spacing: var(--letter-spacing-body);
}

.letter-spacing-loose {
  letter-spacing: var(--letter-spacing-loose);
}

.letter-spacing-extra-loose {
  letter-spacing: var(--letter-spacing-extra-loose);
}

.letter-spacing-nav {
  letter-spacing: var(--letter-spacing-nav);
}

.line-height-normal {
  line-height: var(--line-height);
}

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

.line-height-loose {
  line-height: var(--line-height-loose);
}

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

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

.alignwide {
  margin: 0 calc(28% - 25vw);
}

.alignfull {
  margin: 0 calc(25% - 25vw);
}

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

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

.alignwide.wp-block-columns > div:nth-of-type(1),
.alignfull.wp-block-columns > div:nth-of-type(1) {
  padding: 0;
  margin: 0;
}

.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;
}

/* Quotations */

.quote {
  text-align: center;
}

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

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

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

.left-photo-quote .quote-author::before,
.simple-left-right .quote-author::before {
  display: none;
}

.quote-author strong::after {
  content: "";
  display: block;
}

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

.quote-text-alt {
  font-size: calc(var(--fs-extralarge) - 0.35rem);
  font-family: var(--ff-primary);
  font-weight: var(--fw-bold);
  color: var(--color-font-primary);
  line-height: var(--line-height);
}

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

.quote-text-alt-author strong::after {
  content: "";
  display: inline-block;
  margin-right: 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: square;
  list-style: disc;
}

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;
}

.right-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: var(--fw-medium);
  font-size: var(--fs-normal);
}

.right-nav ul li {
  border-bottom: 1px solid var(--light-grey);
  padding: 15px 0;
  margin: 0;
}

.right-nav ul li a {
  color: var(--color-font-grey);
}

.right-nav ul li a:hover {
  color: var(--nav-color-hover);
  border-bottom: none !important;
}

.right-nav ul li:last-child {
  border-bottom: none;
}

.right-nav ul li strong {
  font-weight: var(--fw-bold);
}

.shadow-block-multi .wp-block-column {
  /* border-radius: 14px; */
  padding: 40px;
  box-shadow: var(--shadow);
}

/* 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;
}

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

.icon-arrow-right {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  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,
.sf-field-submit input[type="submit"] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: var(--ff-primary);
  background-color: var(--color-primary);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(var(--fs-button) + 0.075rem) !important;
  font-weight: var(--fw-medium);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 90px;
  transition: var(--transition-button);
  height: 40px;
  padding-top: 0; /* to get text to visually center */
  padding-bottom: 0; /* override WP button dtyle */
  padding-right: 20px;
  padding-left: 20px;
  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,
.sf-field-submit input[type="submit"]:hover {
  background-color: var(--color-primary-dark);
  border: none !important;
  color: var(--white) !important;
  box-shadow: var(--button-shadow);
}

.button a::after,
input[type="submit"]::after,
.wp-block-button a::after {
  content: "〉";
  position: absolute;
  right: 10px;
  top: 11px;
  font-weight: var(--fw-black);
  font-size: calc(var(--fs-button) - 0.22rem) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button a:hover::after,
.wp-block-button a:hover::after {
  right: 7px;
}

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

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

.button.border-button a::after,
.wp-block-button.border-button a::after,
.gform_wrapper input[type="submit"].border-button::after,
input[type="submit"].border-button::after {
  display: none;
}

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

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

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

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

h1 {
  font-size: calc(var(--fs-h1) - 1rem);
  padding: 0 0 10px;
  line-height: 1.1;
  /* text-shadow: var(--shadow-heading); */
  position: relative;
  z-index: 9;
}

.banner-section h1 {
  color: var(--white);
  padding-bottom: 20px;
}

.page-privacy-policy .banner-section h1,
.page-accessibility .banner-section h1,
.blog .banner-section h1 {
  color: var(--black);
  padding-bottom: 20px;
}

.home-text-banner-section h1 {
  font-size: calc(var(--fs-h1) - 1.3rem);
}

.homeslider-static-slides h1,
.homeslider-slides h1,
.home-banner-section h1,
.fullheight-banner-section h1 {
  color: var(--white);
  font-size: calc(var(--fs-h1) - 0.95rem);
}

.homeslider-static-slides .subheading,
.homeslider-slides .subheading {
  color: var(--white);
}

.home-banner-three {
  height: 144vh;
  display: flex;
  flex-direction: column;
}

.banner-three {
  top: 10px;
  position: sticky !important;
  height: 385px;
}

#ql-three .home-banner-section .banner-three-content h1 {
  color: var(--white);
  text-align: center;
  line-height: 1.35;
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
}

#ql-three .banner-pad {
  z-index: 2;
}

.banner-section.home-banner-section {
  margin-bottom: 320px;
  height: 445px;
}

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

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

h2 {
  font-size: calc(var(--fs-h2) - 0.2rem);
  padding: 0 0 25px;
  position: relative;
}

h3 {
  font-size: calc(var(--fs-h3) - 0.2rem);
  padding: 0 0 20px;
}

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

h4 {
  font-size: calc(var(--fs-h4) - 0.2rem);
  padding: 0 0 15px;
}

.bioentry h4 {
  padding-top: 20px;
}

.shadow-block-multi h4 {
  font-weight: var(--fw-medium);
}

h4.all-caps,
.fifty-twentyfive h4,
.left-photo-columns h4,
.left-headline-accordion h4 {
  padding: 4px 0 15px;
  color: var(--color-font-light-grey);
  text-transform: uppercase;
  font-size: calc(var(--fs-h4) - 0.4rem);
  letter-spacing: var(--letter-spacing-heading);
}

.fifty-twentyfive h4,
.left-photo-columns h4,
.left-headline-accordion h4 {
  padding: 4px 0 15px;
  font-size: calc(var(--fs-h4) - 0.2rem);
  color: var(--color-font-primary);
}

h5 {
  font-size: calc(var(--fs-h5) - 0.2rem);
  padding: 0 0 15px 0;
}

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

.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-size: calc(var(--fs-normal) + 0.1rem);
  font-weight: var(--fw-normal);
  padding-bottom: 6px;
  z-index: 9;
  /* UPPERCASE - REMOVE THIS AND OTHERS FOR SENTENCE CASE*/
  text-transform: uppercase;
  font-size: calc(var(--fs-normal) - 0.4rem);
  font-weight: var(--fw-bold);
  letter-spacing: var(--letter-spacing-extra-loose);
  color: var(--color-font-light-grey);
}

.uppercase-small-heading .supheading {
  letter-spacing: 0.6em;
  font-size: calc(var(--fs-normal) - 0.2rem);
  font-weight: var(--fw-black);
  padding-bottom: 30px;
}

p.supheading {
  margin-bottom: 10px;
  color: var(--grey);
}

p.supheading.orangebg {
  padding: 4px 0 0 0;
  position: relative;
  letter-spacing: var(--letter-spacing-body);
}

p.supheading.orangebg::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--left-mobile-padding) * -1);
  height: 40px;
  width: 40%;
  z-index: -1;
  border-radius: 30px 30px 30px 30px;
  background-color: var(--color-primary);
}

.simple-left-right p.supheading {
  margin-bottom: 40px;
}

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

.text-benner-section .supheading {
  color: var(--color-font-primary);
}

.home-banner-section .supheading,
.fullheight-banner-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: 50px;
}

.left-headline-accordion figure.wp-block-image,
.left-headline-accordion figure.wp-block-embed {
  margin-top: 0px;
}

.left-photo-columns figure.wp-block-image,
.left-photo-columns figure.wp-block-embed,
.simple-left-right figure.wp-block-image,
.simple-left-right figure.wp-block-embed {
  margin-top: 0px;
}

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;
}

/* 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;
}

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

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

.blog .main-nav,
.archive .main-nav,
.single .main-nav {
  border-bottom: 1px solid var(--light-grey);
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background-color: var(--extra-faint-grey);
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > 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-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: calc(var(--fs-mobile-menu) + 0.2rem) !important;
}

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

#mega-menu-wrap-primary
  #mega-menu-primary
  > 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;
}

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

/* TABLES ======================================================= */

.wp-block-table table {
  border: none;
}

.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;
}

.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: 3px solid var(--grey);
  background-color: var(--faint-grey);
}

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

/* CONTACT PAGE RIGHT SIDE BLOCKS  ================================================= */

.contact-block {
  background-color: var(--color-tertiary);
  height: 150px;
  margin: 0 0 60px;
  text-align: center;
  color: var(--white);
  position: relative;
  line-height: 1.3;
}

.contact-block.social {
  height: 190px;
}

.contact-block.address {
  height: 260px;
}

.contact-block a {
  color: var(--white) !important;
}

.contact-block a:hover,
#maincontent .contact-block a:visited:hover {
  border-bottom: 1px solid var(--white) !important;
}

.contact-block {
  font-weight: var(--fw-normal);
  padding-top: 30px;
}

.contact-block-heading {
  font-weight: var(--fw-bold);
  font-size: calc(var(--fs-large) + 0.2rem);
  padding-top: 30px;
  padding-bottom: 5px;
}

.social .contact-block-heading {
  padding-bottom: 25px;
}

.social .contact-block-content a svg {
  fill: var(--white);
  margin: 0 30px 0 0;
}

.social .contact-block-content a svg.last {
  margin: 0;
}

.social .contact-block-content a:hover {
  border-bottom: none !important;
}

.social .contact-block-content a:hover svg {
  fill: rgba(255, 255, 255, 0.9);
}

.social .contact-block-content svg {
  width: 28px;
  height: 28px;
}

.contact-block.email .contact-block-icon,
.contact-block.call .contact-block-icon,
.contact-block.address .contact-block-icon,
.contact-block.map .contact-block-icon,
.contact-block.social .contact-block-icon {
  background: var(--white);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-block.email:hover .contact-block-icon,
.contact-block.call:hover .contact-block-icon,
.contact-block.address:hover .contact-block-icon,
.contact-block.map:hover .contact-block-icon,
.contact-block.social:hover .contact-block-icon {
  box-shadow: 0 0 10px 0 #ccc;
  top: -38px;
}

.contact-block.email .contact-block-icon::before,
.contact-block.call .contact-block-icon::before,
.contact-block.address .contact-block-icon::before,
.contact-block.map .contact-block-icon::before,
.contact-block.social .contact-block-icon::before {
  position: absolute;
  transform: translateX(-50%);
}

.contact-block.call .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="48px" height="48px" fill="rgba(26,61,76,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.629 5h-9.257a1.6 1.6 0 0 0-1.601 1.603V25.4a1.6 1.6 0 0 0 1.601 1.601h9.257c.883 0 1.6-.718 1.6-1.601V6.603c0-.885-.717-1.603-1.6-1.603zm-6.247 1.023h3.302v.768h-3.302v-.768zm1.619 19.395a1.024 1.024 0 0 1-1.023-1.021 1.023 1.023 0 0 1 2.044 0c-.001.494-.46 1.021-1.021 1.021zm5.028-3.501H10.971V7.704h10.058v14.213z"></path></svg>');
  top: 10px;
}

.contact-block.email .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="26px" height="26px" fill="rgba(26,61,76,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z"></path></svg>');
  top: 23px;
}

.contact-block.address .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="26px" height="26px" fill="rgba(26,61,76,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.127 22.562l-7.127 1.438 1.438-7.128 5.689 5.69zm1.414-1.414l11.228-11.225-5.69-5.692-11.227 11.227 5.689 5.69zm9.768-21.148l-2.816 2.817 5.691 5.691 2.816-2.819-5.691-5.689z"></path></svg>');
  top: 21px;
}

.contact-block.social .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="30px" height="30px" fill="rgba(26,61,76,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9.352c0-4.852-4.751-8.352-10-8.352-5.281 0-10 3.526-10 8.352 0 1.711.615 3.391 1.705 4.695.047 1.527-.851 3.718-1.661 5.312 2.168-.391 5.252-1.258 6.649-2.115 7.697 1.877 13.307-2.842 13.307-7.892zm-14.5 1.38c-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25 1.25.56 1.25 1.25-.561 1.25-1.25 1.25zm4.5 0c-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25 1.25.56 1.25 1.25-.561 1.25-1.25 1.25zm4.5 0c-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25 1.25.56 1.25 1.25-.561 1.25-1.25 1.25zm8.383 8.789c-.029 1.001.558 2.435 1.088 3.479-1.419-.258-3.438-.824-4.352-1.385-3.365.818-6.114-.29-7.573-2.1 4.557-.66 8.241-3.557 9.489-7.342 1.48.979 2.465 2.491 2.465 4.274 0 1.12-.403 2.221-1.117 3.074z"></path></svg>');
  top: 21px;
}

.contact-block.map .contact-block-icon::before {
  content: url('data:image/svg+xml,<svg width="30px" height="30px" fill="rgba(26,61,76,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 0c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"></path></svg>');
  top: 21px;
}

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

.abovefooter {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 140px;
  position: relative;
  z-index: 9;
}

.abovefooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: -1;
}

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

.page-contact .abovefooter {
  display: none;
}

/* above-footer-cta-round */

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

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

/* BACK TO TOP =================================================== */

.back-to-top-centered {
  display: flex;
  justify-content: center;
  position: relative;
  height: 40px;
  z-index: 99;
  background-color: rgb(246, 246, 246);
}

.page-contact .back-to-top-centered {
  margin-top: 120px;
}

.back-to-top-centered::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  clip-path: polygon(37% 0%, 50% 90%, 63% 0%);
}

.back-to-top-centered a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  background-color: var(--dark-grey);
  border-bottom: none !important;
  position: relative;
}

.back-to-top-centered a svg.uparrow {
  fill: var(--white);
  align-self: center;
  width: 18px;
  position: absolute;
  top: 15px;
  transition: var(--transition);
}

.back-to-top-centered a:hover svg.uparrow {
  top: 12px;
  position: absolute;
}

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

footer {
  padding-top: 40px;
  font-size: calc(var(--fs-footer) + 0.22rem);
  background-color: var(--extra-faint-grey);
  background: linear-gradient(
    180deg,
    rgb(246, 246, 246) 0%,
    var(--extra-faint-grey) 100%
  );
}

.footer {
  padding-bottom: 40px;
  color: var(--grey);
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 15px;
  -moz-column-count: 2;
  column-count: 2;
}

.footer-nav ul li {
  padding: 0 0 4px;
}

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

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

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

.footer-contact {
  padding: 40px 0 40px var(--left-mobile-padding);
  text-align: center;
}

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

footer .social-icons,
.social-icons.contact,
.social-icons {
  text-align: center;
}

footer .social-icons svg,
.social-icons.contact svg,
.social-icons svg {
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
}

footer .social-icons svg .icon-facebook,
.social-icons.contact svg .icon-facebook,
.social-icons svg .icon-facebook {
  width: 19px;
  height: 19px;
}

footer .social-icons a svg,
.social-icons.contact a svg,
.social-icons a svg {
  fill: var(--color-tertiary);
  margin: 0 20px 0 0;
}

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

footer .social-icons a svg:hover,
.social-icons.contact a svg:hover,
.social-icons a:hover svg {
  fill: var(--color-secondary);
}

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

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

.copyright {
  clear: both;
  background-color: var(--faint-grey);
  border-top: 1px solid var(--light-grey);
  color: var(--color-font-light-grey);
  padding: 20px 0 0;
  margin-bottom: 0;
}

.copyright p {
  text-align: center;
  font-size: var(--fs-copyright);
  color: var(--color-font-light-grey);
}

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

.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;
}

.wp-block-spacer.is-style-small:before,
.wp-block-spacer.is-style-medium:before,
.wp-block-spacer.is-style-large:before,
.wp-block-spacer.is-style-x-large:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  color: var(--state-spacer-text);
  text-transform: uppercase;
}

.wp-block-spacer.is-style-small:before {
  content: "Small Spacer";
}

.wp-block-spacer.is-style-small:before {
  content: "Small Spacer";
}

.wp-block-spacer.is-style-medium:before {
  content: "Medium Spacer";
}

.wp-block-spacer.is-style-large:before {
  content: "Large Spacer";
}

.wp-block-spacer.is-style-x-large:before {
  content: "Extra Large Spacer";
}

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

/* FORMS & INPUTS  ======================================================= */

.banner-section.home-banner-section,
.banner-section.homeslider-section,
.banner-section.homeslider-static-section,
.banner-section.split-banner-section,
.banner-section.fullheight-banner-section {
  margin-bottom: 1000px;
}

.banner-three-form-text {
  padding-top: 60px;
}

.banner-three-form-wrapper {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 150px;
  z-index: 2;
  position: relative;
}

.banner-three-form-background {
  height: 100%;
  background-size: 80%;
  background-position: center top;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  /* transform: perspective(800px) rotateX(15deg); */
}

.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;
}

#ql-three .banner-three-form h2.gform_title,
#ql-three .banner-three-form p.gform_description {
  display: none;
}

.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 textarea,
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="button"] {
  border: none !important;
  border-color: var(--light-grey) !important;
  background-color: var(--faint-grey) !important;
  font-size: 18px !important;
  padding: 12px 9px 12px 12px !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 #field_1_6,
.gform_wrapper #field_1_5 {
  margin-top: 12px !important;
}

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

.gform_wrapper input[type="text"]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper input[type="email"]::placeholder,
.gform_wrapper input[type="tel"]::placeholder {
  font-weight: var(--fw-normal);
}

/* 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. ================================================== */

.team-member-entry {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 0 0 80px;
  padding: 0 0 70px;
  height: 405px;
  border-bottom: 1px solid var(--border-color);
}

.team-member-entry a {
  border-bottom: none !important;
}

.team-member-photo img {
  border-bottom: 15px solid var(--grey);
  width: 80%;
  height: auto;
}

.team-member-name {
  font-size: calc(var(--fs-normal) + 0.8rem);
  font-weight: var(--fw-bold);
}

.team-member-name span {
  font-size: calc(var(--fs-normal) + 0.03rem);
}

.team-member-details-wrapper,
.team-member-details {
  position: relative;
}

.team-member-job-title,
.team-member-single-job-title {
  padding-bottom: 17px;
  font-size: calc(var(--fs-normal) - 0.2rem);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--grey);
}

.team-member-contact-wrapper {
  position: absolute;
  top: 95px;
}

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

.team-member-email-linkedin {
  display: flex;
  font-size: calc(var(--fs-normal) - 0.3rem);
}

.team-member-email-linkedin div,
.team-member-single-email-linkedin div {
  border-left: 1px solid var(--border-color);
  padding-left: 15px;
  margin-top: 8px;
  margin-right: 15px;
}

.team-member-email-linkedin div:first-of-type,
.team-member-single-email-linkedin div:first-of-type {
  border-left: none;
  padding-left: 0;
}

.team-member-bio-intro-wrapper {
  position: absolute;
  top: 183px;
  padding-top: 30px;
  max-width: 85%;
  border-top: 1px solid var(--grey);
}

/* Single Team Member Specific Styles =========================== */

.team-member-single-wrapper {
  margin-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 45px;
  max-width: 86%;
}

.team-member-single-details-wrapper {
  padding: 40px 0 60px;
}

.team-member-single-contact-wrapper {
  padding-top: 12px;
}

.team-member-single-photo img {
  border-bottom: 24px solid var(--grey);
  width: 80%;
  height: auto;
}

.team-member-single-wrapper h2 {
  padding: 7px 0 5px 0;
}

.team-member-single-wrapper h2 span {
  display: inline;
  font-size: calc(var(--fs-h2) - 0.7rem);
}

.team-member-single-job-title {
  padding-bottom: 17px;
  font-size: calc(var(--fs-normal) * 0.2rem);
}

.team-member-single-phone {
  font-size: calc(var(--fs-normal) + 0.4rem);
}

.team-member-single-email-linkedin {
  display: flex;
  font-size: calc(var(--fs-normal) - 0.01rem);
}

.team-member-bio-content-wrapper {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 3px solid var(--grey);
}

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

/* BIO - TEAM MEMBER TWO ============================================== */

.team-member-two-entry {
  margin: 0 0 50px;
  padding: 10px;
  padding-bottom: 30px;
  border-top: 1px solid var(--border-color);
  border-bottom: 10px solid var(--border-color);
  width: 80%;
}

.team-member-two-photo img {
  width: 100%;
  height: auto;
}

.team-member-two-details {
  padding: 7px 20px 0 20px;
}

.team-member-two-name {
  font-size: calc(var(--fs-normal) - 0.01rem);
  padding-bottom: 10px;
  font-weight: var(--fw-bold);
  border-bottom: 1px solid var(--border-color);
}

.team-member-two-name span {
  font-size: calc(var(--fs-normal) - 0.1rem);
}

/* BIO - TEAM MEMBER THREE ============================================== */

.team-member-three-entry {
  display: grid;
  grid-template-rows: 150px 1fr;
  margin: 0 0 80px;
  padding-bottom: 70px;
  border-bottom: 10px solid var(--border-color);
}

.team-member-three-bio-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 30px;
  margin-top: 10px;
}

.team-member-three-name {
  font-size: calc(var(--fs-extralarge) + 0.2rem);
  padding-bottom: 10px;
  font-weight: var(--fw-bold);
  border-bottom: 1px solid var(--border-color);
}

.team-member-three-name span {
  font-size: calc(var(--fs-normal) + 0.4rem);
}

.team-member-three-job-title {
  padding-top: 10px;
  font-style: italic;
  font-size: calc(var(--fs-normal) + 0.2rem);
}

.team-member-three-details {
  padding: 7px 0 0;
}

.team-member-three-photo img {
  width: 100%;
  height: auto;
}

.team-member-three-phone {
  text-align: right;
  font-weight: var(--fw-bold);
  font-size: calc(var(--fs-normal) - 0.2rem);
  position: relative;
}

.team-member-three-phone::before {
  content: url('data:image/svg+xml,<svg width="22px" height="22px" fill="rgba(10,10,10,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.629 5h-9.257a1.6 1.6 0 0 0-1.601 1.603V25.4a1.6 1.6 0 0 0 1.601 1.601h9.257c.883 0 1.6-.718 1.6-1.601V6.603c0-.885-.717-1.603-1.6-1.603zm-6.247 1.023h3.302v.768h-3.302v-.768zm1.619 19.395a1.024 1.024 0 0 1-1.023-1.021 1.023 1.023 0 0 1 2.044 0c-.001.494-.46 1.021-1.021 1.021zm5.028-3.501H10.971V7.704h10.058v14.213z"></path></svg>');
  position: absolute;
  right: 180px;
  top: 3px;
}

.team-member-three-email-linkedin {
  text-align: right;
}

.team-member-three-email-linkedin div {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: calc(var(--fs-normal) - 0.35rem);
  border-right: 1px solid var(--border-color-dark);
}

.team-member-three-email-linkedin div:last-of-type {
  padding-right: 0;
  border-right: none;
}

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

/* BLOG  ========================================================== */

.blog .banner-section,
.category .banner-section {
  padding-top: 60px;
  height: auto;
  margin-bottom: 10px;
}

.post-single {
  position: relative;
  box-shadow: 0 0 2px 0 #afafaf;
}

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

.blog-description {
  font-style: italic;
  font-size: calc(var(--fs-normal) + 0.3rem);
  color: var(--color-font-primary);
  font-weight: 400;
  font-family: var(--ff-secondary);
  padding-top: 20px;
  padding-bottom: 28px;
}

.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;
  padding-left: var(--left-mobile-padding);
  padding-right: var(--right-mobile-padding);
}

.single .blog-header h1 {
  font-size: calc(var(--fs-h1) - 0.75rem);
  line-height: 1.2;
}

.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 {
  width: 100%;
  height: auto;
}

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

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

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

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

.post-content-card-layout h3 {
  font-size: calc(var(--fs-h3) + 0.3rem);
  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: calc(var(--fs-h1) - 2.2rem);
  padding-top: 30px;
  font-weight: var(--fw-normal);
  line-height: var(--line-height-heading);
}

h1 span.heading-color {
  color: var(--color-primary);
  display: inline !important;
  clear: none !important;
}

.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: 0.65rem;
  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: var(--fs-normal);
  display: block;
  text-transform: none;
  letter-spacing: 0em;
  padding-top: 5px;
}

.blog .post-single {
  min-height: 444px;
}

.category .post-single,
.author .post-single {
  min-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;
  box-shadow: 0 0 2px 0 #cfcfcf;
}

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

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

.blog-thumbnail img {
  width: 100%;
  height: auto;
}

.team-member-thumbnail img {
  width: 300px;
  height: auto;
  float: right;
}

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

.all-insights {
  clear: both;
}

.pagination {
  clear: both;
  position: relative;
  font-size: 0.75rem;
  line-height: 0.75rem;
  float: left;
  margin-bottom: 20px;
}

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

.pagination ul li {
  float: left;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  width: auto;
  color: var(--white);
  font-weight: 600;
  background-color: var(--color-secondary);
  transition: background 0.15s ease-in-out;
  text-transform: uppercase;
}

.pagination .current {
  padding: 8px 9px 8px 9px;
  background-color: var(--color-tertiary);
  color: var(--white);
}

.pagination a:hover {
  color: var(--white);
  background-color: #13bcdd;
  border-bottom: none !important;
}

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

.banner-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center; /*v - h*/
  background-size: cover;
}

.banner-pad {
  padding-top: 40px;
  padding-bottom: 10px;
}

.banner-section.text-banner-section {
  padding: 40px 0 30px;
}

.banner-section.home-banner-section,
.banner-section.homeslider-section,
.banner-section.homeslider-static-section,
.banner-section.split-banner-section {
  /* margin-bottom: 60px; */
}

.banner-section.home-text-banner-section {
  height: 800px;
  padding-top: 40px;
  margin-bottom: 60px;
  background-position: center top 384px;
  background-size: auto 20%;
}

.home-text-banner-content {
  background-color: var(--white);
  padding: 30px 30px 12px;
  margin-top: 190px;
  font-size: var(--fs-normal);
  width: 80%;
  float: right;
  box-shadow: var(--shadow) !important;
}

.banner-section.photo-banner-section {
  margin-bottom: 20px;
  background-position: center top;
  background-size: cover;
  /* use to limit width if it doesn't span full width
  background-size: 98% auto; */
}

#ql-three .banner-section {
  background-position: center top;
  border-radius: 0 0 30px 30px;
}

.banner-section.photobanner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.35)
  );
  border-radius: 0 0 30px 30px;
  z-index: 2;
}

.banner-section.photobanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15) 70%,
    rgba(0, 0, 0, 0.45)
  );
  border-radius: 0 0 30px 30px;
  z-index: 1;
}

.photo-banner-section-content {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.banner-section .banner-text {
  font-size: calc(var(--fs-large) + 0.2rem);
  position: relative;
  font-family: var(--ff-secondary);
  z-index: 9;
}

#ql-three .banner-three-form-text span {
  font-size: calc(var(--fs-normal) - 0.35rem);
  text-transform: uppercase;
  font-weight: var(--fw-normal);
  letter-spacing: 0.03rem;
  display: block;
}

#ql-three .banner-three-form-text {
  font-size: calc(var(--fs-large) + 2.2rem);
  font-weight: var(--fw-bold);
  position: relative;
  font-family: var(--ff-primary);
  margin-bottom: 40px;
  line-height: 1.3;
  z-index: 9;
}

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

.banner-section .banner-text.white-text a {
  color: var(--white) !important;
  border-bottom: 1px solid var(--white) !important;
}

.banner-section .banner-text.white-text a:hover {
  border-bottom: 1px solid var(--white) !important;
}

.banner-cta.button {
  position: relative;
  z-index: 9;
}

.banner-section.photo-banner-section,
.banner-section.homeslider-section {
  position: relative;
}

.home-text-banner-content,
.photo-banner-section {
  z-index: 9;
  position: relative;
}

.banner-row {
  border-top: 1px solid #cfcfcf;
  padding: 20px 0 30px;
  position: relative;
  font-size: var(--fs-normal);
}

.banner-row-heading {
  font-size: 1.3rem;
  font-family: var(--ff-primary);
  font-weight: 900;
}

/*.whitebanner {
	position:relative;
	z-index:9;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding: 25px 20px;
	background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,.95) 50%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}*/

/* Banner with Contact Form */

.banner-form .banner-form-form {
  z-index: 9;
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 40px 25px 0;
  transition: background 0.15s ease-in-out;
}

.banner-form .banner-form-form:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.banner-form-content {
  padding-top: 0px;
}

.banner-form h2.gform_title {
  color: var(--white);
  padding-bottom: 10px;
  font-size: calc(var(--fs-h2) - 1.1rem);
}

.banner-form p.gform_description {
  color: var(--white);
  font-size: calc(var(--fs-normal) - 0.1rem);
  font-weight: var(--fw-medium);
}

.banner-form p.gform_description a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

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

/* Split Banner ======================================================== */

.split-banner-left-column {
  padding-top: 60px;
}

.split-banner-right-column {
  margin-top: 40px;
  padding-bottom: 40px;
}

.split-banner-right-column-label {
  text-transform: uppercase;
  font-weight: var(--fw-bold);
  font-size: 0.9rem;
  letter-spacing: var(--letter-spacing-extra-loose);
}

.split-banner-right-column a {
  color: var(--black);
  width: 320px;
  display: block;
  border-bottom: none !important;
}

.split-banner-right-column a svg.icon-arrow {
  fill: var(--black);
}

.split-banner-right-column a:hover svg.icon-arrow {
  fill: var(--black) !important;
}

.split-banner-right-column a:hover {
  color: var(--black) !important;
}

.split-banner-right-column a .icon-arrow-right {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 32px;
}

.split-banner-right-column a:hover .icon-arrow-right {
  right: 0;
}

.split-banner-row-heading {
  position: relative;
  padding: 20px 0 10px;
  margin-top: 20px;
  font-weight: var(--fw-bold);
  font-size: 1.6rem;
  border-top: 1px solid var(--grey);
}

.split-banner-row-content {
  font-weight: var(--fw-normal);
  font-size: var(--fs-normal);
}

/* LEFT PHOTO COLUMNS  ============================================ */

.left-photo-columns {
  margin: 0 calc(52% - 50vw);
  padding-left: var(--left-mobile-padding);
  padding-right: var(--right-mobile-padding);
  padding-top: 40px;
  background: linear-gradient(180deg, #f4f4f4 0%, #f4f4f4 100%);
}

.left-photo-columns.last-column {
  padding-bottom: 60px;
}

.left-photo-columns p {
  margin: 0;
}

/* SIMPLE LEFT RIGHT  ============================================ */

.simple-left-right .quote-text {
  font-size: calc(var(--fs-extralarge) - 0.75rem);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: var(--left-mobile-padding);
  padding-right: var(--right-mobile-padding);
}

.simple-left-right .quote-author,
.simple-left-right.wp-block-columns.alignfull .wp-block-column:last-of-type {
  padding-left: var(--left-mobile-padding);
  padding-right: var(--right-mobile-padding);
}

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

/* SECTIONS & CUSTOM BLOCKS ====================================== */

.class-block-intro-column .wp-block-columns.is-layout-flex {
  gap: 1em;
}

.class-block-intro-column-open-left p.smalltext {
  padding-right: 7%;
  padding-top: 40px;
}

.class-block-intro-column-open-left p.smalltext.has-text-align-right {
  padding-top: 10px;
  font-size: calc(var(--fs-small) + 0.01rem);
  letter-spacing: var(--letter-spacing-extra-loose);
}

.class-block-split-intro-column h3 {
  font-weight: var(--fw-normal);
  font-size: calc(var(--fs-h3) * 1.35);
}

.class-block-split-intro-column h4 {
  font-weight: var(--fw-normal);
  font-size: calc(var(--fs-h4) * 1.45);
  padding-bottom: 10px;
  position: relative;
}

.class-block-split-intro-column h4::after {
  content: url('data:image/svg+xml,<svg width="30px" height="30px" fill="rgba(26,61,76,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm2 12l-4.5 4.5 1.527 1.5 5.973-6-5.973-6-1.527 1.5 4.5 4.5z"/></svg>');
  position: absolute;
  top: 5px;
  right: 30px;
  transition: var(--transition);
}

.class-block-split-intro-column
  .arrow-columns
  .wp-block-column:hover
  h4::after {
  right: 20px;
}

.class-block-split-intro-column .arrow-columns {
  margin-top: 50px;
}

.class-block-split-intro-column .arrow-columns .wp-block-column {
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
}

.class-block-split-intro-column .margin-top p:nth-child(n + 2) {
  margin-top: 25px;
}

.class-block-split-intro-column .arrow-columns.wp-block-columns.is-layout-flex {
  gap: 3em;
}

.class-block-split-intro-column .arrow-columns p {
  padding-right: 55px;
}

.class-block-left-colored-bg {
  display: flex;
  align-items: center !important;
  height: 550px;
}

.class-block-left-colored-bg .wp-block-columns,
.class-block-left-colored-bg .wp-block-column figure.wp-block-image,
.class-block-left-colored-bg .wp-block-column figure.wp-block-embed {
  margin: 0;
}

.class-block-left-colored-bg p {
  margin: 0;
  font-size: calc(var(--fs-normal) * 1.25);
}

.class-block-left-colored-bg
  .wp-block-column:first-of-type
  p:first-of-type::before {
  content: "\201C";
  display: block;
  /* font-family: var(--ff-secondary); */
  font-weight: var(--fw-bold);
  font-size: calc(var(--fs-extralarge) + 4.6rem);
  line-height: 0.5;
  opacity: 0.5;
}

.class-block-left-colored-bg .wp-block-column:first-of-type {
  background-color: var(--extra-dark-grey);
  color: var(--white);
  padding: 80px 50px;
}

.class-block-left-colored-bg .wp-block-column:last-of-type img {
  display: none;
}

.class-block-left-colored-bg .citation {
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-loose);
  font-size: calc(var(--fs-normal) - 0.2rem);
  font-weight: var(--fw-bold);
  padding-top: 30px;
}

.class-block-left-colored-bg .quote-author-below {
  font-size: calc(var(--fs-normal) - 0.1rem);
  opacity: 0.5;
  padding-top: 10px;
  letter-spacing: var(--letter-spacing-loose);
}

.class-block-accordion-left .wp-block-column:first-of-type {
  margin-right: 0;
}

.class-block-accordion-right .wp-block-column:last-of-type {
  margin-left: 0;
}

.class-block-accordion-left .wp-block-column figure.wp-block-image,
.class-block-accordion-left .wp-block-column figure.wp-block-embed,
.class-block-accordion-right .wp-block-column figure.wp-block-image,
.class-block-accordion-right .wp-block-column figure.wp-block-embed {
  margin: 0;
}

.class-block-video-right,
.class-block-video-left {
  color: var(--black);
  position: relative;
}

.class-block-video-right .figure.wp-block-image,
.class-block-video-right figure.wp-block-embed,
.class-block-video-left .figure.wp-block-image,
.class-block-video-left figure.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.class-block-video-right.wp-block-columns.vertical-center,
.class-block-video-left.wp-block-columns.vertical-center {
  margin-bottom: 60px;
  padding: 40px 0;
}

.class-block-video-right.wp-block-columns.is-layout-flex .is-layout-flex,
.class-block-video-left.wp-block-columns.is-layout-flex .is-layout-flex {
  margin-bottom: 0;
}

.class-block-video-right h3,
.class-block-video-left h3 {
  color: var(--black);
}

.class-block-video-right .wp-block-button a,
.class-block-video-left .wp-block-button a {
  margin-top: 20px;
}

.class-block-video-right .is-layout-flow.wp-block-column {
  display: inline;
}

.class-block-video-left .video-left-content {
  width: 43%;
}

.class-block-video-left p {
  font-size: calc(var(--fs-normal) - 0.12rem);
}

.fadeinonscroll,
.slideinonscroll,
.addclassonscroll {
  padding: 40px 0;
}

.right-photo,
.left-photo {
  align-items: center !important;
}

.photo-shadow img {
  box-shadow: var(--shadow);
  margin-bottom: 60px;
}

.right-photo .wp-block-column:last-of-type img {
  float: right;
  width: 100%;
  height: auto;
}

.left-photo .wp-block-column:first-of-type img {
  float: left;
  width: 100%;
  height: auto;
}

.right-photo h3,
.left-photo h3 {
  font-weight: var(--fw-normal);
  font-size: calc(var(--fs-h3) + 1.1rem);
}

.right-photo figure.wp-block-image,
.left-photo figure.wp-block-image {
  margin-top: 0;
}

.left-photo .wp-block-button a,
.right-photo .wp-block-button a {
  margin-top: 0px;
}

.fade-to-grey-down {
  background: linear-gradient(0deg, var(--faint-grey) 0%, var(--white) 100%);
}

.fade-to-grey-up {
  background: linear-gradient(180deg, var(--faint-grey) 0%, var(--white) 100%);
}

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

.rounded {
  border-radius: 40px;
}

/* 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 div p a {
  padding-top: 15px;
  display: inline-block;
  border-top: 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 {
  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 ============================================ */

/* TESTIMONIAL  ================================================= */

.wpmslider-viewport {
  padding: 0;
}

.strong-view.wpmtst-default {
  /* width: 100%!important; Needs work */
  width: 100% !important;
}

.wpmslider-controls a:hover {
  border-bottom: none !important;
}

.strong-view.controls-style-buttons .wpmslider-stop::before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev::before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before {
  background: #c5c5c5 !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
  border: none !important;
}

.testimonial-inner {
  font-weight: 400;
  color: var(--black);
  font-size: calc(var(--fs-normal) - 0.09rem);
  background-color: var(--faint-grey);
  padding: 40px !important;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  /* box-shadow: -3px 2px 70px 0px rgba(144, 144, 144, .16); */
  border-radius: 10px;
  position: relative;
}

.testimonial-inner :after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--faint-grey);
  position: absolute;
  bottom: -20px;
  left: 1.8rem;
}

.testimonial-stars {
  padding: 25px 0 0;
  margin: 0 !important;
}

.testimonial-name {
  font-style: italic;
  font-weight: 300;
  font-size: calc(var(--fs-normal) - 0.2rem);
}

.testimonial-name::before {
  background-color: var(--black);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 16px;
  right: 8px;
  margin-top: -2px;
  margin-left: 8px;
}

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

/* Full Width Single Testimonial Adjustments */

.strong-view-id-2.strong-view.controls-type-sides-outside:not(.rtl)
  .wpmslider-prev,
.strong-view-id-2.strong-view.controls-type-sides-outside:not(.rtl)
  .wpmslider-next {
  top: 100px !important;
}

.strong-view-id-2 .testimonial-inner {
  font-weight: 400;
  color: var(--black);
  font-size: calc(var(--fs-normal) + 0.09rem);
  background-color: transparent;
  /* padding: 40px!important; */
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  /* box-shadow: -3px 2px 70px 0px rgba(144, 144, 144, .16); */
  border-radius: 0px;
  position: relative;
}

.strong-view-id-2 .testimonial-inner :after,
.strong-view-id-2.strong-view.controls-type-sides .wpmslider-prev,
.strong-view-id-2.strong-view.controls-type-sides .wpmslider-next {
  display: none;
}

.strong-view-id-2.strong-view.wpmtst-default .wpmtst-testimonial-inner,
.strong-view-id-2.strong-view.wpmtst-default .wpmtst-testimonial-field {
  text-align: center !important;
  padding-top: 0px !important;
  margin-top: 0 !important;
  border: none;
}

.strong-view-id-2.strong-view.controls-type-sides-outside {
  padding: 0 !important;
}

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

/* TESTIMONIAL VIEW THREE QuickLaunch ARCHITECT AND OTHERS - MODERN  ============================================ */

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

.strong-view-id-3.strong-view {
  margin-bottom: 0 !important;
}

.strong-view-id-3.strong-view.controls-style-buttons .wpmslider-stop::before,
.strong-view-id-3.strong-view.controls-style-buttons:not(.rtl)
  .wpmslider-prev::before,
.strong-view-id-3.strong-view.controls-style-buttons:not(.rtl)
  .wpmslider-next::before,
.strong-view-id-3.strong-view.controls-style-buttons:not(.rtl)
  .wpmslider-next::before {
  background: none !important;
}

.strong-view-id-3 .wpmslider-viewport {
  padding: 0 !important;
  margin-top: 17px !important;
}

.strong-view-id-3 .wpmslider-controls a:hover {
  border-bottom: none !important;
}

.strong-view-id-3.strong-view-id-3.strong-view.wpmtst-default
  .wpmtst-testimonial {
  border: none !important;
}

.strong-view-id-3 .testimonial-inner {
  font-weight: var(--fw-normal) !important;
  font-size: calc(var(--fs-normal) - 0.1rem) !important;
  line-height: var(--line-height-loose) !important;
  color: var(color-font-grey) !important;
  background-color: transparent !important;
  padding: 30px 30px 0 !important;
  border-radius: 10px !important;
  position: relative !important;
  quotes: "\201C""\201D""\2018""\2019" !important;
}

.strong-view-id-3 .testimonial-inner::before {
  content: open-quote;
  margin: 0 0 0 20px !important;
  font-weight: bold !important;
  font-size: 150px !important;
  color: var(--faint-grey) !important;
  position: absolute !important;
  top: -70px !important;
  left: -12px !important;
  z-index: -1 !important;
}

.strong-view-id-3 .testimonial-inner :after {
  display: none !important;
}

.strong-view-id-3 .testimonial-inner:after {
  content: close-quote; /* required to show opening double quote */
  visibility: hidden;
}

.strong-view-id-3 .testimonial-name {
  font-style: italic !important;
  font-weight: var(--fw-light) !important;
  font-size: calc(var(--fs-normal) - 0.2rem) !important;
  padding-top: 25px !important;
}

.strong-view-id-3 .testimonial-name:before {
  background-color: var(--color-font-primary);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 16px;
  right: 8px;
  margin-top: -2px;
  margin-left: 8px;
}

.strong-view-id-3 .wpmslider-controls {
  font-size: 10px !important;
  font-weight: var(--fw-semibold) !important;
  letter-spacing: var(letter-spacing-loose) !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}

.strong-view-id-3 .wpmslider-controls .wpmslider-prev,
.strong-view-id-3 .wpmslider-controls .wpmslider-next {
  padding: 5px 10px !important;
}

.strong-view-id-3 .wpmslider-controls a {
  color: var(--color-font-grey) !important;
}

/* SLICK SLIDER WITH ACF - ON PAGE SLIDER  ===========================*/

/* SLICK SLIDER */

.slick-autoplay-toggle-button {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* SLICK SLIDER - BASE STYLES */

.slick-slider,
.slick-slider-static-text-images {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slider-static-text-images .slick-track,
.slick-slider-static-text-images .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.homeslider-section .slick-slide img,
.homeslider-static-section .slick-slide img {
  height: 400px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  visibility: visible;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#loading-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0px 0px -70px;
}

.slick-slide {
  visibility: hidden;
  line-height: 0.5;
}

.slick-slider,
.slick-slider-static-text-images {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.slick-slider.slick-initialized,
.slick-slider-static-text-images.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-slider .slick-slide,
.slick-slider-static-text-images .slick-slide {
  display: none;
}

.slick-slider .slick-slide:first-child,
.slick-slider-static-text-images .slick-slide:first-child {
  display: block;
  visibility: hidden;
}

.slick-slider.slick-initialized .slick-slide,
.slick-slider-static-text-images.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}

#loading-banner {
  height: 300px;
}

/* Home Page Banner Slider */

.homeslider-static-slides {
  position: relative;
}

.homeslider-static-slides img,
.home-page-slider-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.static-text-content,
.home-page-slider-content {
  z-index: 9;
  position: absolute;
  top: 0px;
  padding-top: 40px;
  color: var(--white);
}

.static-text-image-wrapper {
  overflow: hidden;
  width: 100%;
}

/* Slick Slider Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

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

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}

.slick-prev::before {
  content: "←";
}

[dir="rtl"] .slick-prev::before {
  content: "→";
}

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

[dir="rtl"] .slick-next {
  left: 15px;
  right: auto;
}

.slick-next::before {
  content: "→";
}

[dir="rtl"] .slick-next::before {
  content: "←";
}

.slick-dots {
  position: absolute;
  bottom: -33px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  height: 11px;
  width: 11px;
  padding: 3px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  width: 11px;
  height: 11px;
  font-size: 14px;
  line-height: 11px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.05s linear;
}

.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
  font-size: 16px;
  margin-left: 0px;
  margin-top: 0px;
}

.home-page-slider-item::before,
.home-banner-section::before,
.fullheight-banner-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.35)
  );
  border-radius: 0 0 30px 30px;
  z-index: 2;
}

#ql-three .banner-pad {
  z-index: 2;
}

.banner-section.photobanner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.35)
  );
  border-radius: 0 0 30px 30px;
  z-index: 2;
}

.home-page-slider-item::after,
.home-banner-section::after,
.fullheight-banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15) 70%,
    rgba(0, 0, 0, 0.45)
  );
  z-index: 1;
}

.banner-section.photobanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15) 70%,
    rgba(0, 0, 0, 0.45)
  );
  border-radius: 0 0 30px 30px;
  z-index: 1;
}

.homebannerthree.home-banner-section::after {
  display: none;
}

.homeslider-static-text,
.homeslider-text {
  font-size: calc(var(--fs-large) + 0.25rem);
  text-shadow: var(--shadow-text);
  padding-bottom: 30px;
  line-height: 1.55;
}

/* PAGINATION FOR BLOG */

.pagination {
  clear: both;
  position: relative;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-bottom: 20px;
  float: right;
}

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

.pagination ul li {
  float: left;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  width: auto;
  color: var(--white);
  font-weight: 600;
  background-color: var(--color-secondary);
  transition: background 0.15s ease-in-out;
  text-transform: uppercase;
}

.pagination .current {
  padding: 6px 8px 6px 8px;
  background-color: #074450;
  color: var(--white);
}

.pagination a:hover {
  color: var(--white);
  background-color: #0f94ae;
  border-bottom: none !important;
}

/* 360px Android phones - height generally 780px ================================= */

@media (min-width: 360px) {
  /*.whitebanner {
  	padding: 30px 35px;
  }*/
  h1 span {
    clear: both;
    display: block;
  }
}

/* 390px iPhone 12Pro - height generally 844px ================================= */

@media (min-width: 360px) {
  .banner-form h2.gform_title {
    font-size: calc(var(--fs-h2) - 0.8rem);
  }
}

/* 412px Google Pixel 2 - 414px iPhone - height generally from 896px  ================ */

@media (min-width: 411px) {
  /*.whitebanner {
  	padding: 30px 35px;
  }*/

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button,
  .sf-field-submit input[type="submit"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title {
    margin: 0;
  }

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

  /* BLOG  ======================================================= */

  .blog .post-single {
    min-height: 500px;
  }

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

/* 600px Tablets in portrait view - height generally from 800px to 1024px =============================== */
@media (min-width: 600px) {
  /* BANNERS ====================================================== */

  .banner-section.home-text-banner-section {
    height: 600px;
    padding-top: 40px;
    margin-bottom: 60px;
    background-position: center top 320px;
    background-size: 100% auto;
  }

  .home-text-banner-content {
    padding: 30px 30px 12px;
    margin-top: 130px;
  }

  .banner-form h2.gform_title {
    font-size: calc(var(--fs-h2) - 0.8rem);
    text-align: center;
  }

  .banner-form p.gform_description {
    text-align: center;
  }

  .banner-section.home-banner-section,
  .banner-section.homeslider-section,
  .banner-section.homeslider-static-section,
  .banner-section.split-banner-section {
    margin-bottom: 90px;
  }

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

  /* BLOG  ======================================================== */

  .blog .post-single {
    min-height: 594px;
  }

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

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

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button,
  .sf-field-submit input[type="submit"] {
    font-size: calc(var(--fs-button) - 0.175rem) !important;
    padding-right: 35px;
    padding-left: 35px;
  }

  .button a::after,
  input[type="submit"]::after,
  .wp-block-button a::after {
    right: 10px;
    top: 10px;
    font-size: calc(var(--fs-button) - 0.32rem) !important;
  }

  .button a:hover::after,
  .wp-block-button a:hover::after {
    right: 7px;
  }

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

  .banner-section.home-text-banner-section {
    height: 680px;
    padding-top: 40px;
    margin-bottom: 60px;
    background-position: center top 324px;
    background-size: 100% auto;
  }

  .banner-form h2.gform_title {
    font-size: calc(var(--fs-h2) - 0.4rem);
  }

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

  /* BLOG  ========================================================= */

  .blog .post-single,
  .category .post-single,
  .post-single-more,
  .author .post-single {
    float: left;
    width: 46%;
    margin: 0 4% 4% 0;
  }

  .post-single-more {
    width: 30%;
    margin: 0 3% 4% 0;
  }

  .blog .post-single {
    min-height: 500px;
  }

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

  .post-single-more {
    min-height: 344px;
  }

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

  .post-meta,
  .category-link {
    font-size: calc(var(--fs-normal) - 0.1rem);
  }

  .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.25rem);
  }
}

@media (min-width: 962px) {
  /* REMOVE IF NOT USED ============================================ */
  /* BLOG  ======================================================== */

  .post-single-more {
    width: 30.5%;
    margin: 0 4% 4% 0;
    min-height: 320px;
  }

  .banner-form h2.gform_title {
    font-size: calc(var(--fs-h2) - 0.4rem);
  }
}

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

  .hidemobile {
    display: block;
  }

  .hidedesktop {
    display: none;
  }

  .content-wrapper {
    padding-bottom: 0px;
  }

  p.largetext,
  .largetext {
    font-size: calc(1.25rem - 0.05rem);
  }

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

  ul.cities-list {
    font-size: var(--fs-small);
    columns: 7;
  }

  .alignfull,
  .banner-three-form-wrapper {
    margin: 0 calc(50.9% - 50vw);
  }

  .banner-three-form-wrapper {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .alignwide {
    margin: 0 calc(25.4% - 25vw);
  }

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

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

  .content-horizontal-pad {
    padding-left: calc(var(--left-site-padding) - 45px);
    padding-right: calc(var(--right-site-padding) - 45px);
  }

  .category-banner-section .content-horizontal-pad {
    padding-right: 0;
  }

  .abovetopnav-wrapper .content-horizontal-pad {
    padding-left: calc(var(--left-site-padding) - 70px);
    padding-right: calc(var(--right-site-padding) - 70px);
  }

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

  .homeslider-section .slick-slide img,
  .homeslider-static-section .slick-slide img {
    height: 550px;
  }

  .photo-banner-section-content {
    padding-top: 240px;
    padding-bottom: 60px;
  }

  .static-text-content,
  .home-page-slider-content {
    padding-top: 105px;
  }

  .banner-section.home-banner-section,
  .banner-section.homeslider-section,
  .banner-section.homeslider-static-section,
  .banner-section.split-banner-section {
    margin-bottom: 120px;
    height: 745px;
  }

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

  /* Split Banner */

  .split-banner-left-column {
    float: left;
    width: 60%;
    padding-top: 0;
  }

  .split-banner-right-column {
    float: right;
    width: 40%;
    margin-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }

  .split-banner-right-column {
    z-index: 10;
  }

  .split-banner-right-column a .icon-arrow-right {
    top: 39px;
  }

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

  h1 {
    font-size: calc(var(--fs-h1) - 1.1rem);
    padding: 0 0 16px;
  }

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

  .home-text-banner-section h1 {
    font-size: calc(var(--fs-h1) - 0.4rem);
  }

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

  h2 {
    font-size: calc(var(--fs-h2) - 0.4rem);
    padding: 0 0 30px;
  }

  .left-photo-columns h2 {
    font-size: calc(var(--fs-h2) - 1.2rem);
  }

  h2 span {
    display: block;
  }

  h3 {
    font-size: calc(var(--fs-h3) - 0.3rem);
    padding: 0 0 25px;
  }

  .simple-left-right h3 {
    padding-top: 15px;
  }

  h3 span {
    font-size: calc(var(--fs-h3) - 0.5rem);
  }

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

  h5 {
    font-size: calc(var(--fs-h5) - 0.2rem);
    padding: 0 0 20px;
  }

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

  .supheading {
    font-size: calc(var(--fs-large) - 0.1rem);
    /* UPPERCASE */
    font-size: calc(var(--fs-large) - 0.4rem);
  }

  .uppercase-small-heading .supheading {
    font-size: calc(var(--fs-normal) - 0.05rem);
    padding-bottom: 50px;
  }

  .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 {
    font-size: var(--fs-normal);
  }

  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;
    text-align: center;
  }

  .simple-left-right .quote-text {
    font-size: calc(var(--fs-extralarge) - 0.75rem);
    padding: 60px 40px 15px;
    text-align: left;
    padding-left: calc(var(--left-site-padding) - 45px);
  }

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

  .simple-left-right .quote-author {
    font-size: calc(var(--fs-normal) - 0.35rem);
    text-align: left;
    padding-left: calc(var(--left-site-padding) - 45px);
  }

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

  .quote-text-alt {
    font-size: calc(var(--fs-extralarge) - 0.15rem);
  }

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

  .quote-text-alt-author strong::after {
    margin-right: 15px;
  }

  .left-photo-quote figure.wp-block-image,
  .left-photo-quote figure.wp-block-embed {
    margin-top: 0;
  }

  .left-photo-quote img {
    max-width: 90%;
  }

  .left-photo-quote .wp-block-columns div:first-of-type p {
    padding-left: var(--left-site-padding);
    max-width: 80%;
  }

  .left-photo-quote .wp-block-columns div:last-of-type p,
  .left-photo-large .wp-block-columns div:last-of-type p {
    padding-right: var(--right-site-padding);
  }

  .simple-left-right.wp-block-columns.alignfull .wp-block-column:last-of-type {
    padding-right: var(--right-site-padding);
    margin-left: 10px;
  }

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

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button,
  .sf-field-submit input[type="submit"] {
    font-size: calc(var(--fs-button) - 0.125rem) !important;
    height: 50px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .sf-field-submit input[type="submit"] {
    height: 39px;
  }

  .button a::after,
  .wp-block-button a::after {
    right: 16px;
    top: 16px;
    font-size: calc(var(--fs-button) - 0.33rem) !important;
  }

  .button a:hover::after,
  .wp-block-button a:hover::after {
    right: 8px;
  }

  .banner-section .button a,
  .banner-section .gform_wrapper input[type="submit"] {
    margin-top: 40px;
  }

  .banner-section .gform_wrapper input[type="submit"] {
    margin-top: 4px;
  }

  /* 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 {
    display: block;
    width: auto;
    font-weight: 300;
    font-size: calc(var(--fs-abovetopnav) - 0.1rem);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1.35;
    /* 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;
  }

  .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);
  }

  .abovetopnav-wrapper .call-nav {
    position: relative;
  }

  .abovetopnav-wrapper .call-nav::before {
    position: absolute;
    content: url('data:image/svg+xml,<svg width="28px" height="28px" fill="rgba(51,51,51,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20.629 5h-9.257a1.6 1.6 0 0 0-1.601 1.603V25.4a1.6 1.6 0 0 0 1.601 1.601h9.257c.883 0 1.6-.718 1.6-1.601V6.603c0-.885-.717-1.603-1.6-1.603zm-6.247 1.023h3.302v.768h-3.302v-.768zm1.619 19.395a1.024 1.024 0 0 1-1.023-1.021 1.023 1.023 0 0 1 2.044 0c-.001.494-.46 1.021-1.021 1.021zm5.028-3.501H10.971V7.704h10.058v14.213z"></path></svg>');
    left: 6px;
    top: 4px;
  }

  .abovetopnav-wrapper .call-nav a {
    display: block;
    padding: 6px 20px 5px;
    margin-top: 0px;
    font-weight: var(--fw-bold);
    font-size: calc(var(--fs-abovetopnav) + 0.3rem);
  }

  .abovetopnav-wrapper .call-nav a span {
    font-size: calc(var(--fs-abovetopnav) - 0.1rem);
  }

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

  .abovetopnav-wrapper .schedule-button a {
    display: block;
    background-color: var(--color-primary);
    color: var(--white) !important;
    padding: 8px 40px 8px;
    font-weight: var(--fw-bold);
    font-size: calc(var(--fs-abovetopnav) + 0.075rem);
    transition: var(--transition-button);
  }

  .abovetopnav-wrapper .schedule-button a:hover {
    background-color: var(--color-primary-dark);
  }

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

  header {
    height: 112px;
    z-index: 99;
  }

  .content-horizontal-pad {
    padding-left: calc(var(--left-site-padding) - 20px);
    padding-right: calc(var(--right-site-padding) - 20px);
  }

  #ql-three header {
    position: fixed;
    top: 15px;
    width: 100%;
    height: auto;
  }

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

  #ql-three .header-logo-link {
    display: flex;
    align-items: center;
    margin-right: 114px;
  }

  .main-nav {
    clear: both;
  }

  .main-nav-inner {
    display: flex;
    overflow-x: clip !important;
    margin-left: 60px;
    margin-right: 60px;
  }

  #ql-three .main-nav-round {
    width: 100%;
    border-radius: 100px;
    padding: 10px 0 10px 16px;
    background-color: hsla(0, 0%, 100%, 1);
    box-shadow: rgba(7, 39, 35, 0.06) 0px 2px 12px;
    display: flex;
    flex-direction: row;
    grid-template-columns: 300px 1fr;
    overflow-x: clip !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    line-height: 60px !important;
  }

  #ql-three
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    line-height: 40px !important;
    height: 40px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary {
    width: 100%;
    display: flex;
    align-items: center;
  }

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

  .fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 20px 0 0 !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-navbar) - 0.4rem) !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.stuck-button
    a.mega-menu-link {
    font-size: calc(var(--fs-navbar) - 0.5rem) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin {
    margin-right: 30px !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin {
    margin-right: 0 !important;
  }

  #ql-three
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin.button-like {
    background-color: var(--color-primary) !important;
    border-radius: 90px;
    margin: 10px 10px 10px 30px !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    /* margin-top: 13px !important; */
    font-size: calc(var(--fs-navbar) - 0.05rem) !important;
    font-weight: var(--fw-medium) !important;
    letter-spacing: var(--letter-spacing-nav);
    color: var(--nav-color) !important;
    text-transform: uppercase;
    background-color: transparent !important;
  }

  #ql-three
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.button-like
    a.mega-menu-link {
    color: var(--white) !important;
    padding: 0 20px;
  }

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

  nav#site-navigation {
    width: 100%;
  }

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

  a.header-logo-link {
    padding-top: 0;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu,
  #mega-menu-wrap-intranet
    #mega-menu-intranet
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    margin-top: -15px;
    margin-left: -10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  }

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

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

  /* FIXED STYLES - NOT USING THE MEGA MENU STUCK SETTING */

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

  .main-nav-inner.fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    margin-top: 7px !important;
    padding-top: 22px !important;
    overflow: hidden;
  }

  .main-nav-inner.fixed img.header-logo {
    margin-top: 0px;
    height: 39px;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.stuck-button {
    display: inline-block;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.stuck-button
    a.mega-menu-link {
    background-color: var(--color-primary) !important;
    color: var(--white) !important;
    margin-right: 20px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-transform: uppercase !important;
    text-align: center;
    font-weight: var(--fw-bold) !important;
    transition: var(--transition-button);
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.stuck-button
    a.mega-menu-link:hover {
    background-color: var(--color-primary-dark) !important;
  }

  .fixed #mega-menu-primary {
    width: 100% !important;
    margin-left: 50px !important;
    margin-right: 0px !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    line-height: 76px !important;
  }

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

  /* SUBMENU ITEMS ================================================================ */

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

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

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    margin-top: -13px;
    margin-left: -15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    margin-top: -1px;
    margin-left: -15px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    padding: 3px 20px 3px 16px !important;
    margin: 0 !important;
    border: 1px solid #f4f4f4 !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:hover,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link:focus {
    background-color: #f7f7f7 !important;
    color: var(--color-primary) !important;
  }

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

  .banner-section {
    background-position: center top; /*h - v*/
    color: var(--white);
    /* For full height background banner images to shade behind nav 
    &::after {
           content: '';
           position: absolute;
           left: 0;
           top: 0;
           width: 100%;
           height: 200px;
           background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0));
       } */
  }

  #ql-three .banner-section {
    background-position: center top; /*h - v*/
    color: var(--black);
    border-radius: 0 0 30px 30px;
    /* For full height background banner images to shade behind nav 
    &::after {
           content: '';
           position: absolute;
           left: 0;
           top: 0;
           width: 100%;
           height: 200px;
           background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0));
       } */
  }

  #ql-three .banner-three-benefit-list p {
    font-size: calc(var(--fs-normal) - 0.1rem);
    padding-top: 10px;
  }

  .banner-section.text-banner-section {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 140px;
  }

  .banner-section .banner-text {
    padding-top: 30px;
    font-size: calc(var(--fs-normal) + 0.7rem);
  }

  #ql-three .banner-section .banner-text {
    padding-top: 30px;
    font-size: calc(var(--fs-normal) + 0.7rem);
  }

  .banner-section.split-banner-section {
    padding-top: 90px;
    height: 590px;
  }

  .homeslider-static-slides h1,
  .homeslider-slides h1,
  .home-banner-section h1,
  .fullheight-banner-section h1 {
    font-size: calc(var(--fs-h1) - 1.2rem);
  }

  .home-banner-section {
    /* height: 590px; */
  }

  .home-banner-section.homebannerform {
    height: 720px;
  }

  .fullheight-banner-section {
    height: 790px;
  }

  .banner-section.home-banner-section,
  .banner-section.homeslider-section,
  .banner-section.homeslider-static-section,
  .banner-section.split-banner-section,
  .banner-section.fullheight-banner-section {
    margin-top: -45px;
    margin-bottom: 500px;
  }

  .banner-three-form {
    padding-bottom: 24px;
  }

  .banner-list-form {
    display: grid;
    grid-template-columns: 45% 50%;
    column-gap: 5%;
  }

  .banner-benefit-list ul {
    padding: 30px 0 0 0;
    margin: 0;
  }

  .banner-benefit-list ul li {
    list-style: none;
    position: relative;
    padding: 0 0 10px 35px;
    font-weight: var(--fw-medium);
  }

  .banner-benefit-list ul li::after {
    content: url('data:image/svg+xml,<svg width="22px" height="22px" fill="rgba(247,148,28,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.856 10.303c.086.554.144 1.118.144 1.697 0 6.075-4.925 11-11 11s-11-4.925-11-11 4.925-11 11-11c2.347 0 4.518.741 6.304 1.993l-1.422 1.457c-1.408-.913-3.082-1.45-4.882-1.45-4.962 0-9 4.038-9 9s4.038 9 9 9c4.894 0 8.879-3.928 8.99-8.795l1.866-1.902zm-.952-8.136l-9.404 9.639-3.843-3.614-3.095 3.098 6.938 6.71 12.5-12.737-3.096-3.096z"></path></svg>');
    position: absolute;
    left: 2px;
    top: 3px;
  }

  .banner-pad {
    padding-top: 60px;
    padding-bottom: 0;
  }

  #ql-three .banner-pad {
    padding-top: 160px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .fullheight-banner-section .banner-pad {
    padding-top: 140px;
  }

  .banner-section.home-text-banner-section {
    height: 880px;
    padding-top: 50px;
    margin-bottom: 190px;
    background-position: center top 420px; /*h - v*/
    background-size: 96.6% 40%;
  }

  .banner-section.photo-banner-section {
    margin-bottom: 60px;
    background-position: center top; /*h - v*/
  }

  .home-text-banner-content {
    background-color: #fff;
    padding: 50px 60px 32px;
    margin-top: 280px;
    font-size: 1.4rem;
    width: 70%;
    float: right;
    box-shadow: var(--shadow) !important;
  }

  .banner-form {
    display: grid;
    grid-template-columns: 50% 5% 1fr;
  }

  .banner-form-content {
    padding-top: 60px;
  }

  .banner-form h2.gform_title {
    padding-bottom: 10px;
    font-size: calc(var(--fs-h2) - 0.95rem);
  }

  .banner-form p.gform_description {
    font-size: calc(var(--fs-normal) - 0.25rem);
  }

  .split-banner-right-column {
    width: 37%;
    margin-left: 3%;
  }

  /*.whitebanner {
  	height:230px;
  	width:100%;
  	padding: 0;
  	& .bgchange {
          position:absolute;
          z-index:-1;
          width:100%;
          height:100%;
          transition: all 1s ease; 
          background: linear-gradient(180deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,.8) 50%);
          opacity:0;
      }
  	.home & {
  		height:600px;
  	}
  	&:hover .bgchange {opacity:1;}
  }*/

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

  /* SECTIONS & CUSTOM BLOCKS ================================================== */

  .arrow-columns h4 {
    padding-right: 70px;
  }

  .simple-left-right {
    padding-bottom: 90px;
  }

  .class-block-intro-column .wp-block-columns.is-layout-flex {
    gap: 2em;
  }

  .class-block-intro-column-open-left p.smalltext {
    padding-right: 10%;
    padding-top: 50px;
  }

  .class-block-intro-column-open-left p.smalltext.has-text-align-right {
    padding-top: 10px;
  }

  .class-block-split-intro-column h4 {
    font-size: calc(var(--fs-h4) * 1.25);
    padding-bottom: 10px;
  }

  .class-block-left-colored-bg {
    height: 550px;
  }

  .class-block-left-colored-bg .wp-block-columns,
  .class-block-left-colored-bg .wp-block-column figure.wp-block-image,
  .class-block-left-colored-bg .wp-block-column figure.wp-block-embed {
    margin: 0;
  }

  .class-block-left-colored-bg p {
    margin: 0;
    width: 70%;
    font-size: calc(var(--fs-normal) * 1.25);
  }

  .class-block-left-colored-bg
    .wp-block-column:first-of-type
    p:first-of-type::before {
    /* font-family: var(--ff-secondary); */
    font-weight: var(--fw-bold);
    font-size: calc(var(--fs-extralarge) + 4.6rem);
    line-height: 1;
  }

  .class-block-left-colored-bg .wp-block-column:first-of-type {
    padding: 80px 50px;
  }

  .class-block-left-colored-bg .wp-block-column:last-of-type img {
    display: block;
    margin-left: -70px;
  }

  .class-block-left-colored-bg .citation {
    padding-top: 80px;
  }

  .class-block-left-colored-bg .quote-author-below {
    font-size: calc(var(--fs-normal) - 0.1rem);
    padding-top: 10px;
  }

  .class-block-accordion-left .wp-block-column:first-of-type {
    margin-right: 40px;
  }

  .class-block-accordion-right .wp-block-column:last-of-type {
    margin-left: 40px;
  }

  .class-block-video-right,
  .class-block-video-left {
    padding: 0 50px;
  }

  .class-block-video-right .wp-block-button a,
  .class-block-video-left .wp-block-button a {
    margin-top: 30px;
  }

  .class-block-video-right.vertical-center,
  .class-block-video-left.vertical-center {
    align-items: center !important;
  }

  .class-block-video-right::before,
  .class-block-video-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 340px;
    background-color: var(--light-grey);
    color: var(--black);
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
  }

  .class-block-video-right p,
  .class-block-video-left p {
    font-size: calc(var(--fs-normal) - 0.12rem);
  }

  .video-right-content,
  .video-left-content {
    padding-left: 20px;
  }

  .left-photo .wp-block-column:last-of-type p,
  .left-photo .wp-block-column:last-of-type h3 {
    margin-left: 10%;
  }

  .left-photo .wp-block-button a,
  .right-photo .wp-block-button a {
    margin-top: 20px;
  }

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

  /* NON-ESSENTIAL STYLES ============================================== */
  /* QUICKLAUNCH BLOCK STYLES ============================================== */

  .left-headline-accordion,
  .simple-left-right {
    gap: 6em;
  }
  .fifty-twentyfive .wp-block-column:nth-child(1) {
    width: 90%;
    padding-top: 20px;
  }

  .fifty-twentyfive .wp-block-column:nth-child(2),
  .fifty-twentyfive .wp-block-column:nth-child(3) {
    padding-left: 40px;
    padding-top: 20px;
    border-left: 1px solid var(--border-color-dark);
  }

  .left-photo-columns {
    margin: 0 calc(50.7% - 50vw);
    padding: 0;
    padding-left: calc(var(--left-site-padding) - 45px);
    padding-right: calc(var(--right-site-padding) - 45px);
  }

  .left-photo-columns {
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 50px,
      #f4f4f4 51px,
      #f4f4f4 100%
    );
  }

  .left-photo-columns .wp-block-column:last-of-type {
    margin-top: 120px;
  }

  .left-photo-columns.after-first-column {
    background: linear-gradient(180deg, #f4f4f4 0px, #f4f4f4 100%);
    padding-top: 90px;
  }

  .left-photo-columns.after-first-column p {
    margin-bottom: 0;
    /* font-size: calc(var(--fs-normal) - 0.15rem); */
  }

  .left-photo-columns.after-first-column .wp-block-column {
    border-right: 1px solid var(--border-color-dark);
    padding: 5px 25px 5px 0;
  }

  .left-photo-columns.after-first-column .wp-block-column:last-of-type {
    margin-top: 0;
    border-right: none;
    padding-right: 0;
  }

  .left-photo-columns.last-column {
    padding-bottom: 90px;
  }

  .left-photo-columns
    .wp-block-columns:nth-child(1)
    .wp-block-column:first-of-type
    figure {
    width: 110%;
  }

  .left-photo-columns
    .wp-block-columns:nth-child(1)
    .wp-block-column:last-of-type {
    margin-left: 70px;
  }

  .left-photo-columns .wp-block-columns:nth-child(2),
  .left-photo-columns .wp-block-columns:nth-child(3) {
    margin-top: 3.2em;
  }

  .left-photo-columns .wp-block-columns:nth-child(2) .wp-block-column,
  .left-photo-columns .wp-block-columns:nth-child(3) .wp-block-column {
    border-right: 1px solid var(--border-color-dark);
    padding-right: 32px;
  }

  .left-photo-columns
    .wp-block-columns:nth-child(2)
    .wp-block-column:last-of-type,
  .left-photo-columns
    .wp-block-columns:nth-child(3)
    .wp-block-column:last-of-type {
    border-right: none;
  }

  .left-photo-columns h2 {
    padding-bottom: 0;
  }

  .left-photo-columns p.supheading,
  .left-photo-quote p.supheading {
    padding-bottom: 20px;
  }

  .left-photo-columns p.supheading {
    font-weight: var(--fw-normal);
    letter-spacing: 0.15em;
    font-size: calc(var(--fs-large) - 0.55rem);
  }

  p.supheading.orangebg {
    font-size: calc(var(--fs-large) - 0.25rem);
    margin-bottom: 30px;
  }

  p.supheading.orangebg::before {
    left: calc(var(--left-site-padding) * -1);
    height: 40px;
    width: 290px;
  }

  /* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS  ================== */

  .schema-faq-question a,
  .accordion-heading a {
    padding: 38px 0;
    font-size: calc(var(--fs-normal) + 0.3rem);
    line-height: 1.4rem;
  }

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

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

  .schema-faq-question a:after,
  .accordion-heading a:after {
    margin-top: 3px;
    width: 30px;
    height: 30px;
  }

  .schema-faq-question:hover a:after,
  .accordion-heading:hover a:after {
    margin-top: -3px;
    width: 40px;
    height: 40px;
  }

  .schema-faq-question.open a:after,
  .accordion-heading.open a:after {
    margin-top: -3px;
    width: 40px;
    height: 40px;
  }

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

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

  /* BIO - TEAM MEMBER ONE ============================================== */

  .team-member-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .team-member-entry {
    display: grid;
    grid-template-columns: 30% 70%;
    margin: 0 0 80px;
    padding: 0 0 70px;
    height: 460px;
  }

  .team-member-photo img {
    border-bottom: 15px solid var(--grey);
    width: 80%;
  }

  /* remove border from second row of team members or from first row if there are only two tema memebers */
  .team-member-entry:nth-last-child(-n + 2) {
    border-bottom: none;
    padding: 0;
  }

  .team-member-name {
    font-size: calc(var(--fs-normal) + 0.5rem);
  }

  .team-member-name span {
    font-size: calc(var(--fs-normal) + 0.03rem);
  }

  .team-member-job-title,
  .team-member-single-job-title {
    padding-bottom: 17px;
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  .team-member-contact-wrapper {
    top: 88px;
  }

  .team-member-phone,
  .team-member-single-phone {
    font-size: calc(var(--fs-normal) + 0.01rem);
  }

  .team-member-email-linkedin {
    font-size: calc(var(--fs-normal) - 0.1rem);
  }

  .team-member-email-linkedin div,
  .team-member-single-email-linkedin div {
    margin-top: 8px;
    margin-right: 15px;
  }

  .team-member-bio-intro-wrapper {
    top: 188px;
    height: 400px;
    padding-top: 30px;
    max-width: 85%;
  }

  /* Single Team Member Specific Styles =========================== */

  .team-member-single-wrapper {
    margin-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 45px;
    max-width: 86%;
  }

  .team-member-single-details-wrapper {
    padding: 40px 0 60px;
  }

  .team-member-single-entry {
    display: grid;
    grid-template-columns: 30% 70%;
  }

  .team-member-single-contact-wrapper {
    padding-top: 25px;
  }

  .team-member-single-photo img {
    border-bottom: 24px solid var(--grey);
    width: 80%;
  }

  .team-member-single-wrapper h2 {
    padding: 30px 0 5px 0;
  }

  .team-member-single-wrapper h2 span {
    font-size: calc(var(--fs-h2) - 0.7rem);
  }

  .team-member-single-job-title {
    padding-bottom: 17px;
    font-size: calc(var(--fs-normal) * 0.2rem);
  }

  .team-member-single-phone {
    font-size: calc(var(--fs-normal) + 0.4rem);
  }

  .team-member-single-email-linkedin {
    font-size: calc(var(--fs-normal) - 0.01rem);
  }

  .team-member-bio-content-wrapper {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 3px solid var(--grey);
  }

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

  /* BIO - TEAM MEMBER TWO ============================================== */

  .team-member-two-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
  }

  .team-member-two-entry {
    display: grid;
    grid-template-rows: 1fr 130px;
    margin: 0 0 50px;
    padding: 10px;
    padding-bottom: 30px;
    border: 1px solid var(--border-color);
    width: 100%;
  }

  .team-member-two-details {
    padding: 7px 20px 0 20px;
  }

  .team-member-two-name {
    font-size: calc(var(--fs-normal) - 0.01rem);
    padding-bottom: 10px;
  }

  .team-member-two-name span {
    font-size: calc(var(--fs-normal) - 0.1rem);
  }

  .page-dialog-content .team-member-two-name {
    font-size: calc(var(--fs-normal) + 0.45rem);
  }

  .page-dialog-content .team-member-two-name span {
    font-size: calc(var(--fs-normal) + 0.12rem);
  }

  .team-member-two-job-title {
    padding-top: 10px;
    padding-bottom: 17px;
    font-style: italic;
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  .page-dialog-content .team-member-two-job-title {
    font-size: calc(var(--fs-normal) - 0.01rem);
    padding-bottom: 40px;
  }

  .team-member-two-phone,
  .team-member-two-email,
  .team-member-two-linkedin {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    font-size: calc(var(--fs-normal) - 0.2rem);
    border-left: 1px solid var(--border-color-dark);
  }

  .team-member-two-phone {
    padding-left: 0;
    border-left: none;
    font-weight: var(--fw-bold);
  }

  .team-member-two-wrapper .link-like {
    display: block;
    clear: both;
    width: 100%;
    padding-right: 23px;
    font-weight: bold;
    font-size: calc(var(--fs-normal) - 0.35rem);
    letter-spacing: var(--letter-spacing-extra-loose);
    text-transform: uppercase;
    text-align: right;
    color: var(--color-font-primary);
  }

  .all-team-button {
    display: grid;
    justify-content: end;
  }

  .page-dialog-content .link-like {
    border: 1px solid var(--border-color-dark);
    padding: 4px 20px 2px;
    display: block;
    transition: var(--transition-button);
  }

  .page-dialog-content .link-like:hover {
    border: 1px solid var(--color-font-primary);
    background-color: var(--color-font-primary);
    color: var(--white);
  }

  .team-member-two-wrapper .link-like.bio-link::after {
    content: url('data:image/svg+xml,<svg width="16px" height="16px" fill="rgba(51,51,51,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 17c2.269-9.881 11-11.667 11-11.667v-3.333l7 6.637-7 6.696v-3.333s-6.17-.171-11 5zm12 .145v2.855h-16v-12h6.598c.768-.787 1.561-1.449 2.339-2h-10.937v16h20v-6.769l-2 1.914z"></path></svg>');
    position: absolute;
    right: 0px;
    top: -1px;
  }

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

  /* BIO - TEAM MEMBER THREE ============================================== */

  .team-member-three-entry {
    grid-template-rows: 150px 1fr;
  }

  .team-member-three-bio-content-wrapper {
    grid-template-columns: 1fr 250px;
    gap: 90px;
    margin-top: 40px;
  }

  .team-member-three-name {
    font-size: calc(var(--fs-extralarge) + 0.2rem);
    padding-bottom: 10px;
  }

  .team-member-three-name span {
    font-size: calc(var(--fs-normal) + 0.4rem);
  }

  .team-member-three-job-title {
    padding-top: 10px;
    font-size: calc(var(--fs-normal) + 0.2rem);
  }

  .team-member-three-details {
    padding: 7px 0 0;
  }

  .team-member-three-phone {
    font-size: calc(var(--fs-normal) + 0.2rem);
  }

  .team-member-three-email-linkedin div {
    padding-right: 20px;
    padding-left: 20px;
    font-size: calc(var(--fs-normal) - 0.2rem);
  }

  /* 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;
  }

  .team-member-button-wrapper {
    position: relative;
  }

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

  .abovefooter {
    padding-bottom: 100px;
    margin-top: 20px;
    padding-top: 130px;
  }

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

  /* above-footer-cta-round */
  .above-footer-cta-round {
    background-size: auto auto;
  }

  .wp-block-columns.no-bottom-margin {
    margin-bottom: 0;
  }

  /* SPACERS OPTIMIZED SIZES  ====================================================== */

  .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 {
    padding-top: 80px;
    font-size: calc(var(--fs-footer) - 0.2rem);
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 60% 20% 20%;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer-contact {
    padding: 0 40px 0 40px;
    border-left: 1px solid var(--light-grey);
    text-align: left;
  }

  .footer-nav ul {
    text-align: left;
    -moz-column-count: 3;
    column-count: 3;
    font-size: calc(0.8rem + 0.1rem);
  }

  .footer-logo img {
    width: calc(var(--footer-logo-width) - 30px);
    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 ============================================ */

  /* TESTIMONIAL  ================================================= */

  .wpmslider-viewport {
    padding: 0 0 25px;
  }

  .strong-view.wpmtst-default {
    width: 100% !important;
  }

  .strong-view-id-2.strong-view.wpmtst-default .wpmtst-testimonial-inner,
  .strong-view-id-2.strong-view.wpmtst-default .wpmtst-testimonial-field {
    padding-top: 40px !important;
    margin-top: 0 !important;
  }

  :where(.rounded .wp-block-columns) {
    margin-bottom: 0;
  }

  .strong-view.controls-type-sides .wpmslider-prev,
  .strong-view.controls-type-sides .wpmslider-next {
    display: block !important;
    top: calc(50% - 63px) !important;
  }

  .strong-view-id-2 .testimonial-inner {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

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

  /* FORMS  ======================================================== */

  .banner-three-form-content {
    max-width: 880px;
    padding-right: 60px;
    padding-left: 60px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #ccc;
  }

  .gform_wrapper .gform_footer {
    margin-bottom: 0 !important;
  }

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

  /* CONTACT PAGE  ================================================= */

  .contact-blocks {
    margin-left: 120px !important;
  }

  .contact-block {
    height: 140px;
    margin: 0 0 60px;
  }

  .contact-block.social {
    height: 170px;
  }

  .contact-block.address {
    height: 210px;
  }

  .contact-block-heading {
    font-size: var(--fs-large);
    padding-top: 30px;
    padding-bottom: 5px;
  }

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

  /* BLOG  ========================================================= */

  .blog-header-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
  }

  .single-team-member-wrapper {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 90px;
  }

  .team-member-header-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
  }

  .blog-content-section,
  .below-post {
    display: grid;
    grid-template-columns: 15% 70%;
    column-gap: 8%;
  }

  .blog .main-nav,
  .archive .main-nav,
  .single .main-nav,
  .team-member .main-nav {
    border-bottom: none;
  }

  .blog-banner,
  .team-member-banner {
    overflow: hidden;
  }

  .blog .post-single,
  .category .post-single,
  .post-single-more,
  .author .post-single {
    transition: var(--transition);
  }

  .blog .post-single:hover,
  .category .post-single:hover,
  .post-single-more:hover,
  .author .post-single:hover {
    box-shadow: var(--shadow);
  }

  .blog-section,
  .team-member-section {
    padding-top: 70px;
  }

  .blog .banner-section,
  .category .banner-section {
    padding-top: 140px;
    margin-bottom: 23px;
  }

  .blog-header,
  .team-member-header {
    z-index: 9;
    position: relative;
    padding-top: 0;
  }

  .single .blog-header {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 10%;
    padding-left: 0;
    margin-top: 20px;
    width: 115%;
    margin-right: -90px;
    margin-left: var(--left-site-padding);
  }

  .single-team .team-member-header {
    padding-left: calc(var(--left-site-padding) - 45px);
    padding-right: calc(var(--right-site-padding) - 45px);
    margin-top: 190px;
  }

  .single-team .team-member-thumbnail {
    margin-right: var(--right-site-padding);
    margin-top: 40px;
  }

  .single-tribe_events.single .blog-header {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .blog .blog-header,
  .team-member .team-member-header {
    min-height: auto;
  }

  h1.blog-name {
    font-size: calc(var(--fs-h1) + 1rem);
  }

  .blog-title,
  .team-member-title {
    font-size: calc(var(--fs-normal) - 0.45rem);
    padding-bottom: 10px;
    padding-top: 20px;
    background-color: var(--white);
  }

  .team-member-title {
    background-color: transparent;
  }

  .single .blog-header h1,
  .single-team .team-member-header h1 {
    font-size: calc(var(--fs-h1) - 2rem);
    padding-bottom: 45px;
    padding-right: 40px;
    background-color: var(--white);
  }

  .single-team .team-member-header h1 {
    background-color: transparent;
  }

  .single .blog-header h1 span,
  .single-team .team-member-header h1 span {
    display: block;
    padding-right: 40px;
    font-size: calc(var(--fs-h1) - 2.75rem);
    padding-top: 30px;
    font-weight: var(--fw-normal);
    line-height: var(--line-height-loose);
  }

  .blog .post-single,
  .category .post-single,
  .author .post-single,
  .post-single-more {
    width: 30.5%;
    margin: 0 4% 4% 0;
    float: left;
  }

  .post-single:nth-child(3),
  .post-single:nth-child(6),
  .post-single:nth-child(9) {
    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.15rem);
  }

  .post-single-more {
    width: 30.5%;
    margin: 0 4% 4% 0;
    min-height: 210px;
  }

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

  .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.7rem);
  }

  .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;
    border-top: 1px solid var(--light-grey);
  }
}

/* 1024 x 1366 iPad Pro Portrait ================================================= */

/* 1160px Laptop - height generally 700px  ==================================================== */

@media (min-width: 1160px) {
  /* MAIN NAV   =================================================== */
  img.header-logo {
    height: 45px;
  }
  #ql-three img.header-logo {
    height: 64px;
  }
  .alignfull,
  .banner-three-form-wrapper {
    margin: 0 calc(50.8% - 50vw);
  }

  .alignwide {
    margin: 0 calc(25.4% - 25vw);
  }
}

/* 1280px Laptop - height generally 700px ==================================================================== */

@media (min-width: 1280px) {
  .alignfull,
  .banner-three-form-wrapper {
    margin: 0 calc(50.7% - 50vw);
  }

  .alignwide {
    margin: 0 calc(25.4% - 25vw);
  }

  .homeslider-static-slides h1,
  .homeslider-slides h1,
  .home-banner-section h1,
  .fullheight-banner-section h1 {
    font-size: calc(var(--fs-h1) - 0.8rem);
  }

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

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

  .content-horizontal-pad {
    padding-left: calc(var(--left-site-padding) - 20px);
    padding-right: calc(var(--right-site-padding) - 20px);
  }

  #ql-three .header-logo-link {
    margin-right: 110px;
  }

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

  #ql-three
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin.button-like {
    margin: 10px 10px 10px 10px !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-navbar) - 0.2rem) !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.stuck-button
    a.mega-menu-link {
    font-size: calc(var(--fs-navbar) - 0.3rem) !important;
  }

  .fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin {
    margin: 0 30px 0 0 !important;
  }

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

  h1 {
    font-size: calc(var(--fs-h1) - 0.2rem);
    padding: 0 0 14px;
  }

  h2 {
    font-size: calc(var(--fs-h2) - 0.2rem);
    padding: 0 0 30px;
  }

  .left-photo-columns h2 {
    font-size: calc(var(--fs-h2) - 0.4rem);
  }

  h3 {
    font-size: calc(var(--fs-h3) - 0.2rem);
    padding: 0 0 25px;
  }

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

  h5 {
    font-size: calc(var(--fs-h5) - 0.2rem);
    padding: 0 0 20px;
  }

  h6 {
    font-size: calc(var(--fs-h6) - 0.2rem);
    padding: 0 0 20px;
  }

  .supheading {
    font-size: calc(var(--fs-large) + 0.1rem);
    /* UPPERCASE */
    font-size: calc(var(--fs-large) - 0.3rem);
  }

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

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

  .fullheight-banner-section .banner-pad {
    padding-top: 200px;
  }

  /* SECTIONS & CUSTOM BLOCKS ====================================== */

  .class-block-left-colored-bg .wp-block-column:last-of-type img {
    margin-left: -100px;
  }

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

  /* BLOG   ======================================================= */

  .single .blog-header {
    padding-top: 35px;
    margin-top: 65px;
  }

  .single-team .team-member-header {
    padding-top: 45px;
    margin-top: 140px;
  }

  .blog-title,
  .team-member-title {
    font-size: calc(var(--fs-normal) - 0.25rem);
    padding-bottom: 12px;
  }

  .single .blog-header h1,
  .single-team .team-member-header h1 {
    font-size: calc(var(--fs-h1) - 1.45rem);
    padding-bottom: 55px;
  }

  /* BIO - TEAM MEMBER TWO ============================================== */

  .team-member-two-entry {
    display: grid;
    grid-template-rows: 1fr 100px;
  }
}

/* 1280px Laptop - height generally 700px   ====================================================================== */

@media (min-width: 1280px) {
  /* REMOVE IF NOT USED ============================================ */

  /* SUBMENU ITEMS ================================================================ */

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: var(--fs-subnav) !important;
    max-width: 100%;
    line-height: var(--line-height);
  }

  img.header-logo {
    height: 48px;
  }

  #ql-three img.header-logo {
    height: 64px;
  }
}

/* 1280 x 800 MacBook Pro 13" Laptop ======================================================== */

@media only screen and (min-width: 1280px) and (max-height: 800px) {
  /* Nothing here yet */
}

/* 1366px Laptops - height generally 768px ======================================================== */

@media (min-width: 1366px) {
  body {
    /* font-size: var(--fs-normal); */
  }

  .alignfull,
  .banner-three-form-wrapper {
    margin: 0 calc(50.58% - 50vw);
  }

  .alignwide {
    margin: 0 calc(25.4% - 25vw);
  }

  img.header-logo {
    height: 58px;
  }

  #ql-three img.header-logo {
    height: 64px;
  }

  .content-horizontal-pad {
    padding-left: calc(var(--left-site-padding) - 30px);
    padding-right: calc(var(--right-site-padding) - 30px);
  }

  .left-photo-columns {
    margin: 0 calc(50.7% - 50vw);
    padding-left: calc(var(--left-site-padding) - 30px);
    padding-right: calc(var(--right-site-padding) - 30px);
  }

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

  .fullheight-banner-section .banner-pad {
    padding-top: 240px;
  }

  .banner-section.home-text-banner-section {
    height: 880px;
    padding-top: 90px;
    margin-bottom: 240px;
    background-position: center top 440px; /*h - v*/
    background-size: 96.6% 50%;
  }

  .home-text-banner-content {
    background-color: var(--white);
    padding: 50px 60px 32px;
    margin-top: 390px;
    font-size: calc(var(--fs-normal) + 0.4rem);
    width: 50%;
    float: right;
    box-shadow: var(--shadow) !important;
  }

  .home-text-banner-section h1 {
    font-size: var(--fs-h1);
  }

  .banner-form h2.gform_title {
    padding-bottom: 10px;
    font-size: calc(var(--fs-h2) - 0.45rem);
  }

  /* SECTIONS & CUSTOM BLOCKS ====================================== */

  .class-block-left-colored-bg .wp-block-column:last-of-type img {
    margin-left: -150px;
  }

  .top-line-image::before {
    top: 140px;
  }

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

  /* BLOG   ======================================================== */

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

  .blog-title,
  .team-member {
    font-size: calc(1rem - 0.25rem);
    padding-bottom: 15px;
  }

  .single .blog-header h1,
  .single-team .team-member-header h1 {
    font-size: calc(var(--fs-h1) - 1.1rem);
  }

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

  /* Adjust to overflow-x: clip if horizontal nav visible still */
  .main-nav-inner {
    overflow-x: visible !important;
  }

  #ql-three
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin.button-like {
    margin: 10px 10px 10px 96px !important;
  }
}

/* 1440px Laptops / Desktops  ========================================================= */

@media (min-width: 1440px) {
  /* MAIN NAV   =================================================== */

  .content-horizontal-pad {
    padding-left: calc(var(--left-site-padding) - 20px);
    padding-right: calc(var(--right-site-padding) - 20px);
  }

  .left-photo-columns {
    margin: 0 calc(50.7% - 50vw);
    padding-left: calc(var(--left-site-padding) - 20px);
    padding-right: calc(var(--right-site-padding) - 20px);
  }

  .left-photo-columns {
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 60px,
      #f4f4f4 61px,
      #f4f4f4 100%
    );
  }

  .left-photo-columns .wp-block-column:last-of-type {
    margin-top: 120px;
  }
}

/* 1536px Laptops - height generally 960px ================================================== */
@media (min-width: 1536px) {
  body {
    /* font-size: calc(var(--fs-normal) + 0.15rem); */
  }

  ul.horizontal-list,
  .right-nav ul {
    font-size: calc(var(--fs-normal) + 0.15rem);
  }

  ul.cities-list {
    columns: 11;
  }

  p.extrasmalltext,
  .extrasmalltext {
    font-size: calc(var(--fs-extrasmall) + 0.15rem);
  }

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

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

  p.extralargetext,
  .extralargetext {
    font-size: calc(var(--fs-extralarge) + 0.15rem);
  }

  .slick-dots li {
    margin: 0 7px;
  }

  .slick-dots li button::before {
    width: 12px;
    height: 12px;
    font-size: 15px;
    line-height: 12px;
  }

  .slick-dots li.slick-active button::before {
    font-size: 17px;
  }

  .slick-dots {
    bottom: -35px;
  }

  /* QUOTATIONS ===================================================== */

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

  .left-photo-quote .quote-text {
    font-size: calc(var(--fs-extralarge) - 0.5rem);
  }

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

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

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

  .content-horizontal-pad {
    padding-left: var(--left-site-padding);
    padding-right: var(--right-site-padding);
  }

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

  #ql-three .header-logo-link {
    margin-right: 120px;
  }

  img.header-logo {
    height: 60px;
  }

  #ql-three img.header-logo {
    height: 64px;
  }

  #ql-three
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin.button-like {
    margin: 10px 10px 10px 84px !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    font-size: var(--fs-navbar) !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-navbar) - 0.1rem) !important;
  }

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

  #ql-three #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 30px 0 0 !important;
    margin-left: auto !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-subnav) + 0.05rem) !important;
  }

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

  .supheading {
    font-size: calc(var(--fs-large) + 0.2rem);
    /* UPPERCASE */
    font-size: calc(var(--fs-large) - 0.2rem);
  }

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

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

  h1 {
    font-size: var(--fs-h1);
    padding: 0 0 14px;
  }

  .homeslider-static-slides h1,
  .homeslider-slides h1,
  .home-banner-section h1,
  .fullheight-banner-section h1 {
    font-size: calc(var(--fs-h1) - 0.15rem);
  }

  h2 {
    font-size: var(--fs-h2);
    padding: 0 0 30px;
  }

  .left-photo-columns h2 {
    font-size: calc(var(--fs-h2) - 0.08rem);
  }

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

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

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

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

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

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button,
  .sf-field-submit input[type="submit"] {
    font-size: calc(var(--fs-button) - 0.075rem) !important;
    height: 42px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .sf-field-submit input[type="submit"] {
    height: 42px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button a::after,
  .wp-block-button a::after {
    right: 29px;
    top: 15px;
    font-size: calc(var(--fs-button) - 0.3rem) !important;
  }
  .button a:hover::after,
  .wp-block-button a:hover::after {
    right: 18px;
  }

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

  .abovetopnav-wrapper {
    font-size: calc(var(--fs-abovetopnav) - 0.04rem);
  }

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

  .footercontact {
    padding: 0 0 0 80px;
  }

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

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

  .banner-form {
    grid-template-columns: 50% 10% 1fr;
  }

  .banner-form h2.gform_title {
    padding-bottom: 10px;
    font-size: calc(var(--fs-h2) - 0.6rem);
  }

  .banner-section .button a,
  .banner-section .gform_wrapper input[type="submit"] {
    margin-top: 40px;
  }

  .banner-section .gform_wrapper input[type="submit"] {
    margin-top: 4px;
  }

  .split-banner-right-column {
    width: 35%;
    margin-left: 5%;
  }

  .banner-form-content {
    padding-top: 40px;
  }

  .banner-form .banner-form-form {
    padding: 40px 45px 20px;
  }

  .banner-section.home-banner-section,
  .banner-section.homeslider-section,
  .banner-section.homeslider-static-section,
  .banner-section.split-banner-section,
  .banner-section.fullheight-banner-section {
    margin-bottom: 500px;
  }

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

  /* SECTIONS & CUSTOM BLOCKS ====================================== */

  .arrow-columns h4 {
    padding-right: 0;
  }

  .class-block-split-intro-column .arrow-columns .wp-block-column {
    padding-top: 70px;
  }

  .class-block-split-intro-column .arrow-columns {
    margin-top: 70px;
  }

  .class-block-video-right::before,
  .class-block-video-left::before {
    height: 290px;
  }

  .video-right-content,
  .video-left-content {
    padding-left: 40px;
  }

  .right-photo h3,
  .left-photo h3 {
    font-size: calc(var(--fs-h3) + 1.5rem);
  }

  .right-photo .wp-block-column:first-of-type p {
    margin-right: 20%;
  }

  .top-line-image::before {
    top: 160px;
  }

  /* QUICKLAUNCH BLOCK STYLES ============================================== */

  .left-photo-columns {
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 80px,
      #f4f4f4 81px,
      #f4f4f4 100%
    );
  }

  .left-photo-columns .wp-block-column:last-of-type {
    margin-top: 160px;
  }

  .simple-left-right .quote-text {
    font-size: calc(var(--fs-extralarge) - 0.75rem);
    padding: 100px 40px 15px 0;
  }

  .simple-left-right.wp-block-columns.alignfull .wp-block-column:last-of-type {
    margin-left: 90px;
  }

  /* TEAM ====================================== */

  .team-member-contact-wrapper {
    top: 118px;
  }

  .team-member-phone,
  .team-member-single-phone {
    font-size: calc(var(--fs-normal) + 0.2rem);
  }

  .team-member-bio-intro-wrapper {
    top: 219px;
  }

  .team-member-single-contact-wrapper {
    padding-top: 40px;
  }

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

  /* BLOG  ======================================================== */

  .blog-content-section,
  .below-post {
    grid-template-columns: 10% 60%;
    column-gap: 10%;
  }

  .single .blog-header h1,
  .single-team .team-member-header h1 {
    font-size: calc(var(--fs-h1) - 0.8rem);
  }

  .single .blog-header {
    padding-top: 45px;
    margin-top: 65px;
  }

  .single-team .team-member-header {
    padding-top: 45px;
    margin-top: 140px;
  }

  .single .blog-header h1,
  .single-team .team-member-header h1 {
    padding-bottom: 45px;
  }

  .blog .post-single {
    min-height: 540px;
  }

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

  .blog-title,
  .team-member-title {
    padding-top: 25px;
  }

  .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.05rem);
  }

  .post-single-more {
    min-height: 300px;
  }

  /* FLIPBOXES JQUERY COLLAPSE for YOAST FAQ SECTIONS  ================== */

  .schema-faq-question a,
  .accordion-heading a {
    padding: 38px 0;
    font-size: calc(var(--fs-normal) + 0.7rem);
    line-height: 1.4rem;
  }

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

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

  .schema-faq-question a:after,
  .accordion-heading a:after {
    margin-top: 3px;
    width: 30px;
    height: 30px;
  }

  .schema-faq-question:hover a:after,
  .accordion-heading:hover a:after {
    margin-top: -3px;
    width: 40px;
    height: 40px;
  }

  .schema-faq-question.open a:after,
  .accordion-heading.open a:after {
    margin-top: -3px;
    width: 40px;
    height: 40px;
  }

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

  /* SPACERS OPTIMIZED SIZES  ====================================================== */

  .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) {
  /* TEAM ====================================== */

  .team-member-two-entry {
    grid-template-rows: 1fr 120px;
  }

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

  header {
    height: 120px;
  }
}

/* 1800 Desktop - height generally 1050px ===================================================== */

@media (min-width: 1800px) {
  /* TEAM ====================================== */

  .banner-form h2.gform_title {
    padding-bottom: 10px;
    font-size: calc(var(--fs-h2) - 0.4rem);
  }

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

/* Desktop full width ======================================================================== */

@media (min-width: 1920px) {
  body {
    /* font-size: calc(var(--fs-normal) + 0.2rem); */
  }

  ul.horizontal-list,
  .right-nav ul {
    font-size: calc(var(--fs-normal) + 0.2rem);
  }

  p.extrasmalltext,
  .extrasmalltext {
    font-size: calc(var(--fs-extrasmall) + 0.2rem);
  }

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

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

  p.extralargetext,
  .extralargetext {
    font-size: calc(var(--fs-extralarge) + 0.2rem);
  }

  .slick-dots li button::before {
    width: 13px;
    height: 13px;
    font-size: 16px;
    line-height: 13px;
  }

  .slick-dots li.slick-active button::before {
    font-size: 18px;
  }

  .slick-dots {
    bottom: -40px;
  }

  .slick-dots li {
    margin: 0 10px;
  }

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

  .abovetopnav-wrapper {
    font-size: var(--fs-abovetopnav);
  }

  img.header-logo {
    height: 60px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-navbar) + 0.25rem) !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-subnav) + 0.25rem) !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    width: 350px;
  }

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

  .fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin {
    margin: 0 80px 0 0 !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.stuck-button {
    margin: 0 30px 0 0 !important;
  }

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

  .home-text-banner-content {
    padding: 50px 60px 32px;
    margin-top: 350px;
    font-size: calc(var(--fs-normal) + 0.9rem);
    width: 50%;
  }

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

  footer {
    padding-top: 80px;
    font-size: calc(var(--fs-footer) + 0.1rem);
  }

  .footer-nav ul {
    font-size: calc(var(--fs-footer) + 0.4rem);
  }

  .footer-logo img {
    width: calc(var(--footer-logo-width) + 40px);
  }

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

  /* SECTIONS & CUSTOM BLOCKS ====================================== */

  .class-block-left-colored-bg p {
    width: 70%;
    font-size: calc(var(--fs-normal) * 1.35);
  }

  .class-block-video-right::before,
  .class-block-video-left::before {
    height: 340px;
  }

  .video-right-content,
  .video-left-content {
    padding-left: 50px;
  }

  .right-photo h3,
  .left-photo h3 {
    font-size: calc(var(--fs-h3) + 1.9rem);
  }

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

  /* BLOG  ======================================================== */

  .single .blog-header h1,
  .single-team .team-member-header h1 {
    font-size: calc(var(--fs-h1) - 0.22rem);
  }

  .single .blog-header h1 span,
  .single-team .team-member-header h1 span {
    font-size: calc(var(--fs-h1) - 1.95rem);
    padding-top: 30px;
  }

  .single .blog-header,
  .single-team .team-member-header h1 span {
    padding-top: 45px;
    margin-top: 65px;
  }

  .single .blog-header h1,
  .single-team .team-member-header h1 {
    padding-bottom: 45px;
  }

  .blog .post-single {
    min-height: 620px;
  }

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

  .blog-title,
  .team-member-title {
    padding-top: 30px;
    font-size: calc(var(--fs-normal) + 0.2rem);
  }

  .post-single-more {
    min-height: 380px;
  }

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

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

  /* TEAM ====================================== */

  .team-member-three-entry {
    max-width: 70%;
    margin-left: 15%;
  }
}

/* 2240px  MIDPOINT BETWEEN 1920 and 2560 ========================================= */

@media (min-width: 2240px) {
  body {
    /* font-size: calc(var(--fs-normal) + 0.27rem); */
  }
}

/* 2560px HIDPI  =================================================== */

@media (min-width: 2560px) {
  body {
    /* font-size: calc(var(--fs-normal) + 0.35rem); */
  }

  header {
    height: 130px;
  }

  ul.horizontal-list,
  .right-nav ul {
    /* font-size: calc(var(--fs-normal) + 0.35rem); */
  }

  p.extrasmalltext,
  .extrasmalltext {
    font-size: calc(var(--fs-extrasmall) + 0.35rem);
  }

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

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

  header {
    height: 205px;
  }

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

  .abovetopnav-wrapper {
    font-size: 0.92rem;
  }

  img.header-logo {
    height: 70px;
    margin-top: 1px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    width: 370px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-navbar) + 0.65rem) !important;
  }

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

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    margin-top: 55px !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-normal) + 0.12rem) !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    a.mega-menu-link {
    margin-top: 6px !important;
  }

  .fixed #mega-menu-wrap-primary {
    padding: 0;
  }

  .fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin {
    margin: 0 100px 0 0 !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.stuck-button {
    margin: 0 30px 0 0 !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: calc(var(--fs-normal) + 0.1rem) !important;
  }

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

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

  .button a,
  .gform_wrapper input[type="submit"],
  input[type="submit"],
  .wp-block-button a,
  a.wp-block-file__button,
  .sf-field-submit input[type="submit"] {
    font-size: calc(var(--fs-button) + 0.1rem) !important;
    height: 70px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .sf-field-submit input[type="submit"] {
    height: 48px;
  }

  .button a::after,
  .wp-block-button a::after {
    right: 32px;
    top: 25px;
    font-size: calc(var(--fs-button) - 0.3rem) !important;
  }

  .button a:hover::after,
  .wp-block-button a:hover::after {
    right: 25px;
  }

  #loading-banner {
    height: 900px;
  }

  .post-single-more h4 {
    font-size: calc(var(--fs-normal) - 0.4rem);
    padding: 15px 14px 23px 29px;
  }

  .single .blog-header {
    padding-top: 55px;
    margin-top: 150px;
  }

  .single-team .team-member-header {
    padding-top: 55px;
    margin-top: 150px;
  }

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

  p.largetext,
  .largetext {
    font-size: calc(var(--fs-normal) + 0.75rem);
  }

  .abovefooter p {
    font-size: calc(var(--fs-normal) + 0.25em);
  }

  h1 {
    font-size: calc(var(--fs-h1) + 0.7rem);
  }

  .home-text-banner-section h1 {
    font-size: calc(var(--fs-h1) + 0.56rem);
  }

  h2 {
    font-size: calc(var(--fs-h2) + 0.16rem);
  }

  .left-photo-columns h2 {
    font-size: calc(var(--fs-h2) + 0.08rem);
  }

  h3 {
    font-size: calc(var(--fs-h3) + 0.18rem);
  }

  .post-first h3 {
    font-size: calc(var(--fs-h3) + 1.85rem);
    padding-bottom: 18px;
  }

  blockquote {
    font-size: calc(var(--fs-large) + 0.85rem);
  }

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

  .slick-dots li button::before {
    width: 14px;
    height: 14px;
    font-size: 17px;
    line-height: 14px;
  }

  .slick-dots li.slick-active button::before {
    font-size: 19px;
  }

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

  /* SECTIONS & CUSTOM BLOCKS ====================================== */

  .class-block-video-right::before,
  .class-block-video-left::before {
    height: 550px;
  }

  .class-block-video-right h3,
  .class-block-video-left h3 {
    font-size: calc(var(--fs-h3) + 0.78rem);
  }

  .class-block-video-right p,
  .class-block-video-left p {
    font-size: calc(var(--fs-normal) + 0.72rem);
  }

  .video-right-content,
  .video-left-content {
    padding-left: 60px;
  }

  .left-photo-columns
    .wp-block-columns:nth-child(1)
    .wp-block-column:first-of-type
    figure {
    width: 104%;
  }

  .left-photo-columns p.supheading {
    padding-top: 50px;
    font-size: calc(var(--fs-large) + 0.25rem);
  }

  .left-photo-columns h2 {
    font-size: calc(var(--fs-h2) + 1.6rem);
  }

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

  /* TEAM ======================================================= */

  .team-member-three-entry {
    max-width: 60%;
    margin-left: 20%;
  }

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

  /* BLOG ======================================================= */

  .blog-header-single .post-date {
    font-size: calc(1rem - 0.12rem);
  }

  .post-date {
    font-size: calc(var(--fs-normal) + 0.05rem);
  }

  .excerpt-list {
    font-size: calc(var(--fs-normal) + 0.19rem);
  }

  .blog .post-single {
    min-height: 760px;
  }

  .single h1 {
    font-size: calc(var(--fs-h1) + 0.45rem);
  }

  .post-meta,
  .category-link {
    font-size: calc(var(--fs-normal) - 0.05rem);
    padding: 20px 0 20px;
  }

  .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.05rem);
  }

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

  .post-single-more {
    min-height: 460px;
  }

  .slick-dots li {
    margin: 0 7px;
  }

  /* SPACERS OPTIMIZED SIZES  ====================================================== */

  .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) {
  body {
    /* font-size: calc(var(--fs-normal) + 0.45rem); */
  }

  ul.horizontal-list,
  .right-nav ul {
    /* font-size: calc(var(--fs-normal) + 0.45rem); */
  }

  p.extrasmalltext,
  .extrasmalltext {
    font-size: calc(var(--fs-extrasmall) + 0.45rem);
  }

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

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

  .fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.menu-right-margin {
    margin: 0 100px 0 0 !important;
  }

  .fixed
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.stuck-button {
    margin: 0 30px 0 0 !important;
  }

  h1 {
    font-size: calc(var(--fs-h1) + 2.3rem);
  }

  .home-text-banner-section h1 {
    font-size: calc(var(--fs-h1) + 2.3rem);
  }

  h2 {
    font-size: calc(var(--fs-h2) + 2.2rem);
  }

  img.header-logo {
    height: 70px;
  }

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

  /* SECTIONS & CUSTOM BLOCKS ====================================== */

  .class-block-video-right::before,
  .class-block-video-left::before {
    height: 600px;
  }

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

  /* BLOG ============================================================ */

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

  .blog .post-single {
    min-height: 1060px;
  }

  .post-single-more {
    min-height: 630px;
  }

  #loading-banner {
    height: 1200px;
  }

  .abovefooter h2 {
    font-size: calc(2rem + 0.65em);
  }

  .abovefooter p {
    margin-bottom: 40px;
    font-size: calc(var(--fs-normal) + 0.55em);
  }
}
