html {
	scroll-behavior: smooth;
}

/*** ADJUST LOGO SIZE
#header-logo img {
  max-height: 65px;
} ***/

.width-container.recent-articles {
	display: none;
}

#main,
#main .post {
	margin-bottom: 0;
	padding-bottom: 0;
}

#header-logo img {
	max-width: 275px;
}

#hsidebar:has(.inline-nav):has(.header-btn-1) {
	flex-direction: column;
	align-items: end;
	gap: 0;
}

#hsidebar:has(.inline-nav):has(.header-btn-1) .btn.header-btn-1 {
	padding-right: 0;
	padding-left: 0;
	background: rgba(var(--transparent), 1);
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0,0.25));
	font-weight: bold;
	text-transform: none;
	color: rgba(var(--black), 1);
	padding: 0.2em;
	font-size: 1.25em;
}

#hsidebar:has(.inline-nav):has(.header-btn-1) .tel.header-phone {
	color: rgba(var(--white), 1);
	background: rgba(var(--accent2), 1);
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-left: 20px;
	font-size: 1.25em;
	font-weight: bold;
}

#hsidebar:has(.inline-nav):has(.header-btn-1) + #nav-wrap {
	align-self: end;
	margin-right: -180px;
}

@media only screen and (min-width: 992px) {
  #hsidebar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap: 0 25px;
    order: 3;
    width: auto;
    margin-top: 8px;
    margin-bottom: 5px;
  }

	#hsidebar:has(.inline-nav):has(.header-btn-1) {
	min-width: 390px;
}
 
#header:not(:has(.above-nav)) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #header-logo {
    order: 1;
    width: auto;
  }

  #nav-wrap {
	width: auto;
    order: 2;
    flex-grow: 1;
    margin-top: 0;
	margin-right: 10px;
  }

  #navigation {
    width: auto;
    float: right;
  }
}

#fancybox-wrap:not(:has(iframe)) {
	width: 80% !important;
	max-width: 1368px;
	height: auto !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

#fancybox-content:not(:has(iframe)) {
	padding: 3vw 20px;
	width: 100% !important;
	box-sizing: border-box;
}

#fancybox-content:not(:has(iframe)) .layout-form-keap-embed,
#fancybox-content:not(:has(iframe)) form {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

body {
  font-family: "Open Sans", sans-serif;
	color: var(--black-hex);
	line-height: 1.5;
}

#topcontainer-sticky-wrapper {
  position: relative;
  z-index: 1000;
}

#topcontainer {
  border-bottom: 2px solid transparent;
}

#topcontainer-sticky-wrapper.is-sticky #topcontainer {
  border-bottom: 2px solid var(--primary-hex);
}

#main-modal h3.heading-title {
  text-align: center;
}

.fixed-compact-centered {
  background-attachment: fixed;
}

.inview-cascade-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.inview-cascade-fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}

a:not(.btn),
a:not(.btn):visited {
  color: currentcolor;
  transition: color 0.3s ease, opacity 0.3s ease;
}

a:not(.btn):hover {
  color: currentcolor;
  opacity: 0.5;
}

#wrap a:not(.btn) {
  border-bottom: 1px solid;
  text-decoration: none;
}

#headerwrap {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-logo a {
  opacity: 1;
}

#bsidebar .box {
	float: none;
	padding: 0;
	margin: 0 !important;
	width: 100% !important;
}

#footerwrap {
  background-color: var(--primary-dark-hex);
	padding-top: 0;
	padding-bottom: 0;
}

#footer {
  display: none;
}

#fsidebar {
  padding-top: 2em;
  padding-bottom: 2em;
}

#fsidebar .box {
  font-size: 1em;
}

#nav-wrap {
  margin-top: 5px;
  clear: right;
}

.sf-menu a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.sf-menu li ul a {
  white-space: normal;
}

.sf-menu > li > a,
.sf-menu > li:hover > a,
.sf-menu > li > a:visited,
.sf-menu > li:hover > a:visited,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-parent > a {
  padding: 1.250em 0.6em 0 0.6em;
  color: rgb(var(--primary-dark));
  background-color: transparent !important;
}

.sf-menu > li > a:hover,
.sf-menu > li.current-menu-item > a:hover,
.sf-menu > li.current-menu-parent > a:hover {
  color: rgb(var(--primary-dark));
  background-color: transparent !important;
  opacity: 0.75;
}

.sf-menu > li > a::after {
  display: block;
  content: "";
  border-bottom: solid 3px rgba(var(--primary), 1);
  opacity: 0;
  transition: transform 250ms ease-in-out;
  padding-top: 1.250em;
}

.sf-menu > li.current_page_item > a::after,
.sf-menu > li.current-menu-item > a::after,
.sf-menu > li.current-menu-parent > a::after,
.sf-menu > li.current_page_parent > a::after {
  opacity: 1;
  background-color: transparent;
}

.sf-menu li ul li a {
	font-size: 0.875em;
	line-height: 1.250;
	transition: background-color 425ms ease;
}

.sf-menu li ul li {
	padding: 0.125em;
	border-bottom: 1px solid rgba(var(--black),.15);
}

.sf-menu li ul li:last-child {
	border-bottom: none;
}

.sf-menu > li > ul,
.sf-menu > li > ul > li > ul,
.sf-menu > li > ul > li > ul > li > ul {
  border: none;
  padding: 0;
  width: auto;
  min-width: 200px;
  left: 100%;
  background-color: rgb(var(--primary-light));
}

.sf-menu > li > ul > li > ul,
.sf-menu > li > ul > li > ul > li > ul {
	border-left: 3px solid rgba(var(--primary), 1)
}

.sf-menu > li > ul {
  border-top: 3px solid rgba(var(--primary), 1);
  left: 50% !important;
  right: auto;
  transform: translateX(-50%);
}

.sf-menu > li > ul::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(var(--primary), 1) transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translatex(-50%);
}

.sf-menu > li > ul > li.current-menu-item > a {
  background-color: transparent;
}

.sf-menu > li > ul > li > a,
.sf-menu > li > ul > li > a:visited,
.sf-menu > li > ul > li > ul > li > a,
.sf-menu > li > ul > li > ul > li > a:visited,
.sf-menu > li > ul > li > ul > li > ul > li > a,
.sf-menu > li > ul > li > ul > li > ul > li > a:visited,
.sf-menu > li.current-menu-item > ul > li > a {
  color: rgb(var(--primary-dark));
}

.sf-menu > li.current_page_item > ul > li > ul > li > a,
.sf-menu > li.current-menu-item > ul > li > ul > li > a,
.sf-menu > li > ul > li.current_page_item > ul > li > a,
.sf-menu > li > ul > li.current-menu-item > ul > li > a {
	color: rgb(var(--primary-dark));
}

.sf-menu > li > ul > li > a:hover,
.sf-menu > li > ul > li > ul > li > a:hover,
.sf-menu > li > ul > li > ul > li > ul > li > a:hover,
.sf-menu > li.current-menu-item > ul > li > a:hover,
.sf-menu > li.current_page_item > ul > li > ul > li > a:hover,
.sf-menu > li.current-menu-item > ul > li > ul > li > a:hover,
.sf-menu > li > ul > li.current_page_item > ul > li > a:hover,
.sf-menu > li > ul > li.current-menu-item > ul > li > a:hover {
  background-color: rgba(var(--primary), 1);
  color: rgb(var(--white));
	opacity: 1;
}

.sf-menu > li > ul > li > ul > li.current_page_item > a,
.sf-menu > li > ul > li > ul > li.current-menu-item > a {
	background-color: rgba(var(--primary), 1);
	color: rgb(var(--white));
}

.sf-menu > li.menu-item-has-children {
  position: relative;
  padding-right: 0.35em;
  margin-right: 0.5em;
}

.sf-menu > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  content: "\f078";
  z-index: 2;
  top: 24px;
  right: 0;
  font-size: 10px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 56px;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 100%;
}

body.single #titlewrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  padding: 20px 0;
  position: relative;
}

body.single #titlewrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(var(--primary-dark), 0.75);
}

body.single #pagetitle {
  position: relative;
  z-index: 10;
}

body.single #wrap {
  padding: 40px 0;
}

body.single .post-date {
  font-weight: bold;
  color: rgba(var(--black), 0.35);
}

body.single:has(.wpb-content-wrapper) .postcontent {
	padding-left: 15px;
	padding-right: 15px;
}

#sidebar h4,
.wpb_widgetised_column h4 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--primary-hex);
  font-size: 1.5em;
}

#sidebar .box,
.wpb_widgetised_column .box {
  border: none;
  background-color: transparent;
  padding: 0;
}

.widget_text .post {
  float: none;
  margin-bottom: 30px;
}

.widget_text .post:last-child {
  margin-bottom: 0;
}

.widget_text .blogpost #byline {
  display: none;
}

.widget_text .blogpost {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
}

.widget_text .blogpost h2 {
  order: 2;
  line-height: 1.1;
}

.widget_text .blogpost h2 a {
  font-size: 18px;
  border-bottom: none !important;
}

.widget_text .blogpost .featured-blog-image {
  width: 120px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

img {
  height: auto;
}

.vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 4em;
  padding-bottom: 4em;
  margin-left: 0;
  margin-right: 0;
}

.vc_section.map-section,
.vc_section.intro-section {
	padding-bottom: 0;
}

section > .vc_row {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.content-container {
  margin-bottom: 20px;
}

.content-container p {
	margin: 0 0 1.5em;
}

.wpb_content_element {
	margin-bottom: 1.4em;
}

.accent {
  color: var(--primary-hex);
}

.btn,
.btn:visited {
  display: inline-block;
  padding: 0.52em 1.2em;
  border: none;
  border-radius: 6px;
  background-color: var(--accent2-hex);
  color: var(--white-hex);
  font-size: 1em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 325ms ease, color 325ms ease;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
	margin-bottom: .25rem;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: var(--white-hex);
  background-color: rgba(var(--accent2), 0.75);
}

.section-title {
	font-size: 2em;
	line-height: 1.125;
  font-weight: bold;
}

.section-title.large {
	font-size: 3em;
}

.section-subtitle {
	line-height: 1.125;
}

.header.fixed-header .btn.header-btn-1 {
  color: rgba(var(--primary), 1);
  background: rgba(var(--transparent), 1);
  text-transform: none;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.25));
  font-size: 1.1em;
}

.header.fixed-header .tel.header-phone {
  display: inline-block;
  color: rgba(var(--white), 1);
  background: rgba(var(--primary), 1);
  padding: 0.5em 1em;
  border-radius: 5px;
	text-decoration: none;
	line-height: 1.25;
}

.header.fixed-header .tel.header-phone::before {
	content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
	margin-right: 5px;
}

.vc_section.hero-2-section.full-width-side {
	padding-top: 14vw;
	padding-bottom: 14vw;
}

.vc_section.hero-2-section.full-with,
.vc_section.hero-2-section.overlaid-content {
	padding-top: 4em;
	padding-bottom: 4em;
}

.hero-2-section .section-subtitle {
	font-size: 1.5em;
	line-height: 1.125;
}

.hero-2-section .section-title {
	font-size: 2em;
	line-height: 1.125;
}

.hero-2-section .wpb_text_column {
	margin-bottom: 15px;
}

.layout-content-image > .vc_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  align-items: center;
}

.layout-content-image .image-column {
  height: 100%;
}

.layout-content-image:not(.overlaid-content) > .vc_row {
  gap: 3em;
}

.layout-content-image > .vc_row > .wpb_column {
  width: 100%;
}

.layout-content-image > .vc_row > .image-column > .vc_column-inner {
  padding: 0;
}

.layout-content-image.overlaid-content .content-column {
  z-index: 2;
  margin: 6rem -5rem 6rem 2rem;
  padding: 4rem 3rem;
  width: calc(100% + 3rem);
}

.layout-content-image.overlaid-content .image-wrapper-item {
	border-radius: 5px;
}

.layout-content-image.overlaid-content .content-column {
  background: rgba(var(--primary-light), 1);
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
  border-width: 0 0 0 7px;
  border-style: solid;
  border-color: rgba(var(--primary), 1);
}

.layout-content-image.overlaid-content .image-column {
  width: 100%;
}

.layout-content-image.overlaid-content:not(.content-left).content-right .content-column,
.layout-content-image.overlaid-content:not(.content-left):nth-of-type(2n) .content-column {
  margin-right: 5rem;
  margin-left: -5rem;
  width: calc(100% + 4rem);
}

.layout-service-columns.small-icon {
  background: rgba(var(--accent2), 1);
  color: var(--white-hex);
  padding-top: 50px;
  padding-bottom: 50px;
}

.layout-service-columns.small-icon h2 {
  color: var(--white-hex);
}

.layout-service-columns.small-icon > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.layout-service-columns.small-icon .service-column-item {
  flex: 0 0 calc(33.33% - 2rem);
}

.layout-service-columns.small-icon > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.column-item):first-child {
  flex: 0 0 100%;
}

.layout-service-columns.small-icon .section-title {
  font-weight: bold;
  text-align: center;
}

.layout-service-columns.small-icon .service-column-item > .wpb_wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: start;
  gap: 0 40px;
}

.layout-service-columns.small-icon .service-column-item .column-image {
  width: 40px;
  height: auto;
  grid-column: 1;
}

.layout-service-columns.small-icon .section-subtitle,
.layout-service-columns.small-icon p:last-child {
  grid-column: 2;
}

.layout-service-columns.stacked-grid-icons {
	background: rgba(var(--primary-light), 1);
}

.layout-service-columns.stacked-grid-icons > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
	grid-template-columns: 32fr 14fr 32fr;
  gap: 1.5em;
  padding-top: 50px;
  padding-bottom: 50px;
}

.layout-service-columns.stacked-grid-icons .top-container {
  grid-column-start: -1;
  grid-column-end: 1;
  text-align: center;
  font-weight: bold;
}

.layout-service-columns.stacked-grid-icons .section-title.section-title-main {
	color: rgba(var(--black), 1);
}

.layout-service-columns.stacked-grid-icons .column-item {
  padding: 30px;
  background-color: color-mix(in srgb, var(--black-hex) 5%, var(--white-hex));
	margin-bottom: 0;
	display: grid;
	align-items: center;
}

.layout-service-columns.stacked-grid-icons .section-subtitle.item-title {
  color: var(--primary-hex);
  font-weight: bold;
}

.layout-service-columns.stacked-grid-icons .content-container {
  margin-bottom: 20px;
}

.layout-content-image.full-width-side.content-left {
	padding-top: 14vw;
	padding-bottom: 14vw;
}

.layout-content-image.full-width-side .content-col {
  width: 100%;
  background: rgba(var(--white), 1);
  border-radius: 12px 33px;
  padding: 4rem 2.8rem;
}

.layout-content-image.full-width-side .content-col > .vc_column-inner {
	padding: 0;
}

.layout-content-image.full-width-side.content-left > .vc_row {
  display: grid;
  gap: 0;
  clear: both;
  margin-bottom: 0;
}

.layout-content-image.full-width-side .section-title strong {
  color: rgba(var(--primary), 1);
}

.layout-content-image .feature-item-wrapper {
	margin-bottom: 0;
}

.layout-content-image .feature-item-wrapper > .wpb_wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: start;
  gap: 0 40px;
  padding: 1em;
}

.vc_section.reasons-section.layout-content-image.full-width-side.content-left {
	padding-top: 14vw;
	padding-bottom: 14vw;
}

.vc_section.reasons-section .vc_row {
	gap: 0 3em;
	margin-bottom: 0;
}

.vc_section.reasons-section:not(.stacked-standard) .wpb_column:not(.content-col) {
	display: none;
}

.feature-number {
  grid-column: 1;
  line-height: 1;
  grid-row: 1 / span 3;
}

.feature-title,
.feature-content,
.cta {
  grid-column: 2;
}

.feature-content.content-container {
	margin-bottom: 0;
}

.layout-content-image.full-width-side .feature-number,
.layout-content-image.large-image.content-left .feature-number {
  color: rgba(var(--primary), 1);
  font-weight: bold;
  font-size: 2em;
  line-height: 1.1;
}

.layout-content-image.full-image .feature-icon {
	width: 65px;
}

#main:not(main-content-wrapper)  .layout-full-width-content.long-content {
	padding-top: 6em;
	padding-bottom: 6em;
	background: rgba(var(--primary-light), 1);
}

#main:not(main-content-wrapper)  .layout-full-width-content.long-content > .vc_row {
	max-width: 1024px;
}

.layout-full-width-content.centered .section-title,
.layout-full-width-content.centered .content-container,
.layout-content-image.stacked.stacked-standard:not(.reasons-section) .content-container {
	text-align: center;
}

.layout-full-width-content.centered > .vc_row {
	max-width: 1024px;
}

.reasons-section.layout-content-image.stacked.stacked-standard {
	position: relative;
	background-color: rgba(var(--primary-dark), 1);
	color: var(--white-hex);
	padding-top: 13vw;
}

.reasons-section.layout-content-image.stacked.stacked-standard .fa {
	font-size: 2em;
	color: var(--primary-hex) !important;
}

.reasons-section.layout-content-image.stacked.stacked-standard > .vc_row {
	clear: both;
	display: block;
}

.reasons-section.layout-content-image.stacked.stacked-standard > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.feature-item-wrapper) {
	grid-column-start: 1;
  	grid-column-end: -1;
}

.reasons-section.layout-content-image.stacked.stacked-standard .section-title {
	text-align: center;
}

.layout-hero.fixed-compact-centered,
.layout-hero.full-background-centered {
  min-height: 0;
  padding: 12em 0;
  text-align: center;
  position: relative;
}

.layout-hero.fixed-compact-centered > .vc_row,
.layout-hero.full-background-centered > .vc_row {
  position: relative;
  z-index: 2;
  max-width: 1024px;
}

.layout-hero.fixed-compact-centered::before,
.layout-hero.full-background-centered::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-dark), 0.5);
  z-index: 1;
}

.layout-hero.video-background.full-background-centered > .vc_row {
	max-width: 1320px;
}

.full-background-centered .section-title.x-large,
.compacted-centered-on-full-background .section-title.x-large {
  font-size: 4em;
  color: var(--white-hex);
  line-height: 1.125;
}

.full-background-centered .content-container,
.full-background-centered .section-subtitle,
.compacted-centered-on-full-background .content-container,
.compacted-centered-on-full-background .section-subtitle {
	color: var(--white-hex); 
}

.layout-hero.video-background.full-background-centered {
	padding-top: 5vw;
	padding-bottom: 10vw;
	position: relative;
	overflow: hidden;
}

.layout-hero.video-background.full-background-centered::after {
	content: "";
	display: block;
	width: 100%;
	height: 120%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(91.06091169026425deg,rgba(var(--white), 1) 17%,rgba(var(--primary-light), 0) 100%);
}

.layout-hero.video-background.full-background-centered .wpb_column {
	background: rgba(var(--white), 1);
	padding: 2rem;
	border-radius: 20px;
	text-align: left;
	width: 100%;
	max-width: 750px;
	position: relative;
	z-index: 1;
}

.layout-hero.video-background.full-background-centered .section-title.x-large {
  color: rgba(var(--black), 1);
  font-weight:normal;
  font-size: 1.75em;
}

.layout-hero.video-background.full-background-centered .section-subtitle {
  color: rgba(var(--black), 1);
  font-weight:bold;
}

.layout-hero.video-background.full-background-centered .content-container {
	color: rgba(var(--black), 1);
}

.layout-hero.video-background.full-background-centered .content-container p {
	font-weight: 400;
	font-size: 1.325em;
	margin: 0 0 1em 0;
}

.layout-hero.video-background.full-background-centered .content-container p br {
	content: "" !important;
	display: block !important;
	margin-bottom: 0.5em !important;
}

.service-columns-section.layout-service-columns.large-icon {
  position: relative;
  z-index: 2;
  margin: 0 auto 3em;
  text-align: center;
}

.service-columns-section.layout-service-columns.large-icon h2 {
  color: var(--primary-hex);
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* .service-columns-section.layout-service-columns.large-icon > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4rem;
}

.service-columns-section.layout-service-columns.large-icon .wpb_text_column:first-child {
  flex: 0 0 100%;
	margin-bottom: 45px;
}

.service-columns-section.layout-service-columns.large-icon .service-column-item {
  flex: 1 1 320px;
  padding: 30px 35px 50px 35px;
  margin-bottom: 35px;
} */

.service-columns-section.layout-service-columns.large-icon .service-column-item > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.service-columns-section.layout-service-columns.large-icon .service-column-item::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-image: url(https://msp.axionthemes.com/wp-content/uploads/2025/07/icons-bg-scaled.png);
  background-size: cover;
  background-position: center center;
  background-attachment: initial;
  background-repeat: no-repeat;
  filter: blur(0);
}

.layout-service-columns.large-icon .column-image {
	max-width: 125px;
}

.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon {
  right: 0;
  left: auto;
  background-color: var(--primary-hex);
	width: 32px;
	height: 32px;
}

.vc_toggle_size_md.vc_toggle_round .vc_toggle_title {
  padding-left: 0;
}

.vc_toggle_size_md.vc_toggle_round .vc_toggle_title > h4 {
  padding-right: 40px;
  font-size: 1.25em !important;
}

.service-columns-section.layout-service-columns.large-icon .service-column-item img {
  max-width: 125px;
}

.service-columns-section.layout-service-columns.large-icon .service-column-item .section-subtitle {
  color: var(--primary-hex);
}

.layout-form-keap-embed:not(.content-left-narrow) .heading-title.large,
.layout-form-keap-embed:not(.content-left-narrow) .heading-subtitle,
.layout-form-keap-embed:not(.content-left-narrow) .heading-content,
.layout-form-keap-embed:not(.content-left-narrow) .button-container {
  text-align: center;
}

#titlecontent {
	max-width: 100%;
}

.title-bar-section,
#titlewrap {
  padding-top: 5.25vw;
  padding-bottom: 5.25vw;
  background: linear-gradient(114deg,
      rgba(var(--primary), 1) 90%,
      rgba(var(--white), 1) 90%);
}

#pagetitle {
  padding: 0;
}

.title-bar-section h1,
#pagetitle h1,
#pagetitle h4 {
  font-weight: bold;
  color: var(--white-hex);
}

.arrows ul,
.content-column ul,
.content-container ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 0 35px !important;
}

.arrows ul li,
.content-column ul li,
.content-container ul li {
  margin-bottom: 10px !important;
  position: relative;
}

.arrows ul li p,
.content-column ul li p,
.content-container ul li p {
	display: inline;
}

.arrows ul li::before,
.content-column ul li::before,
.content-container ul li::before {
  font-family: "FontAwesome";
  content: "\f054";
  margin: 0 10px 10px -23px;
  z-index: 2;
}

body#blog:not(:has(.vc_section)) .post > .postcontent,
body#blog:has(.vc_section) .wpb_wrapper:has(.post) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 0;
  gap: 20px;
}

body#blog .blogentry .byline {
  font-size: 0.75em;
  opacity: 0.75;
  margin-top: 30px;
}

body#blog .oddpost,
body#blog .evenpost {
  position: relative;
  padding: 20px 20px 20px 180px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

body#blog .blogentry .blog-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

body#blog .blogentry h2.entry-title {
  font-size: 20px;
}

body#blog .blogentry h2.entry-title a {
  color: rgb(var(--primary));
}

#pagination {
  grid-column-start: -1;
  grid-column-end: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.keap-embed form {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.infusion-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1em;
}

.infusion-form .infusion-field {
  grid-column: span 2;
  margin-bottom: 1em;
}

.infusion-form .infusion-field:has(input[name="inf_field_FirstName"]),
.infusion-form .infusion-field:has(input[name="inf_field_LastName"]),
.infusion-form .infusion-field:has(label[for="inf_field_FirstName"]),
.infusion-form .infusion-field:has(label[for="inf_field_LastName"]) {
  grid-column: span 1;
  position: relative;
}

.infusion-form .infusion-field:has(input[name="inf_option_IagreethatIamaartificialbeing"]),
.infusion-form .infusion-field:has(input[name="inf_option_IAgreeIAmAnArtificialBeing"]),
.infusion-form .infusion-field:has(input[name="inf_option_IagreethatIamanartificialbeing"]),
.infusion-form .infusion-field:has(input[name="inf_option_IagreeIamanartificialbeing"]) {
  display: block;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

#inf_option_Iamanartificialbeing,
label[for="inf_option_Iamanartificialbeing"],
#inf_option_IAgreethatIamanartificialbeing,
label[for="inf_option_IAgreethatIamanartificialbeing"],
#inf_option_IAgreeIAmAnArtificialBeing,
label[for="inf_option_IAgreeIAmAnArtificialBeing"]{
  position: absolute;
  left: -9999px;
}

.infusion-form .title {
  margin-bottom: 0.25em;
  padding-bottom: 0.125em;
  font-weight: 700;
}

.infusion-form .title > .title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.infusion-form input[type="text"],
.infusion-form input[type="email"],
.infusion-form textarea {
  display: block;
  width: 100%;
  padding: 0.75em;
  border: 1px solid var(--primary-dark-hex);
  border-bottom: 2px solid var(--primary-dark-hex);
  border-radius: 0;
  background-color: #fff;
  font-size: 1em;
  font-family: var(--content-font);
}

.infusion-form label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}

.infusion-form label[for^="inf_field"] {
  margin-bottom: 0;
  font-size: 0;
}

.infusion-form label[for^="inf_custom"]+input[type="text"]::-moz-placeholder,
.infusion-form label[for^="inf_custom"]+textarea::-moz-placeholder {
  font-size: 0;
}

.infusion-form label[for^="inf_custom"]+input[type="text"]::placeholder,
.infusion-form label[for^="inf_custom"]+textarea::placeholder {
  font-size: 0;
}

.infusion-form .infusion-field-input-container {
  position: relative;
  border-bottom: 2px solid var(--primary-dark-hex);
  background-color: rgba(0, 0, 0, 0.05);
}

.infusion-form .infusion-field-input-container::after {
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(http://msp.axionthemes.com/wp-content/uploads/2025/07/chevron-down.svg);
  mask-image: url(http://msp.axionthemes.com/wp-content/uploads/2025/07/chevron-down.svg);
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--primary-dark-hex);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.infusion-form .infusion-field-input-container select {
  display: block;
  width: 100%;
  padding: 0.75em 2em 0.75em 0.75em;
  border: none;
  background-color: transparent;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.infusion-form .infusion-checkbox {
  display: flex;
  grid-column: span 2;
  gap: 5px;
  align-items: flex-start;
}

.infusion-form .infusion-checkbox label {
  font-size: 1.125em;
}

.infusion-form input[type="checkbox"] {
  margin-top: 0.55em;
}

.layout-form-keap-embed.content-left-narrow .form-container,
.layout-form-keap-embed.content-right .form-container,
.layout-form-keap-embed.content-right-narrow .form-container,
.layout-form-keap-embed.side-by-side .form-container {
	max-width: none;
	margin: 0;
}

.infusion-form .infusion-submit {
	grid-column: span 2;
	text-align: center;
}

.infusion-form button[type="submit"] {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.65em 1.5em;
	border: none;
	border-radius: 2px;
	background-color: var(--accent2-hex);
	color: var(--white-hex);
	font-size: 1em;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: background-color 325ms ease, color 325ms ease;
}

.infusion-form button[type="submit"]:focus,
.infusion-form button[type="submit"]:hover {
  	background-color: rgba(var(--accent2), 0.8);
}

.layout-testimonials h2.section-title.heading-title {
  	text-align: center;
}

.fal {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fal.fa-quote-left::before {
	content: "\f10d";
}

.layout-testimonials .fa-quote-left,
.layout-testimonials .fa-google {
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 2.5em;
	height: 2.5em;
	margin-left: 1px;
	margin-bottom: 5px;
	border: 2px solid var(--primary-hex);
	color: var(--primary-hex);
	border-radius: 50%;
	font-size: 1.5em;
	line-height: 2.4em;
	text-align: center;
}

.layout-testimonials.three-column .testimonial-item.slide {
	padding-left: 0.75em;
	padding-top: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	background: rgba(var(--white), 1);
	filter: drop-shadow(0px 9px 10px rgba(0, 0, 0, 0.15));
	border-radius: 8px 8px 8px 8px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.section-title.small {
	font-size: 1.25em;
	margin-bottom: 0;
	white-space: normal;
}

.section-subtitle.small {
  	font-size: 1.25em;
}

.testimonials-slides-wrapper .slide-content-container {
	max-height: 120px;
	/* Adjust this height as needed */
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s ease;
}

.testimonials-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}

.testimonials-container:has(.testimonials-slides-wrapper) .testimonial-item-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 1%;
	margin-right: 1%;
	background: var(--white-hex);
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.testimonials-container:not(:has(.testimonials-slides-wrapper)) > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}

.testimonials-container .testimonial-item-wrapper:last-child {
  	margin-right: 0;
}

.testimonials-slides-wrapper {
	white-space: nowrap;
	transition: transform 0.3s ease;
	width: 100%;
}

.slide-content-container {
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 15px 0;
  white-space: normal;
}

.slide-content-container p {
  margin: 0;
  line-height: 1.5;
}

.read-more {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	white-space: normal;
}

.read-more:hover {
	color: #000;
}

.carousel-controls {
	text-align: right;
	margin-top: 20px;
}

.carousel-btn {
	background-color: transparent;
	color: #000;
	border: none;
	padding: 10px 0;
	margin: 0 0 0 20px;
	cursor: pointer;
	font-size: 20px;
}

.carousel-btn:hover {
	color: #000;
}

.carousel-btn:disabled {
	color: #eee;
}

.fa-quote-left {
	color: #007cba;
	font-size: 24px;
	margin-bottom: 10px;
}

.attribution-title {
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #333;
	white-space: normal;
	overflow: hidden;
}

.attribution-details {
	font-size: 14px;
	color: #666;
	margin: 0;
	white-space: normal;
	overflow: hidden;
}

.testimonial-attribution-image {
	float: left;
	margin-right: 10px;
}

.testimonial-title {
	white-space: normal;
}

.custom-footer h2 {
	font-size: 1.4em;
	font-weight: bold;
}

.custom-footer div {
	flex-basis: 0;
	flex-grow: 1;
	margin-bottom: 20px;
}

.custom-footer .contact p {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 0.2em 0;
}

.custom-footer .contact p.company_name {
	font-weight: bold;
}

.custom-footer .contact p.company_address {
	margin-bottom: 15px;
}

.custom-footer .map {
	text-align: center;
}

.custom-footer .map h2 {
	float: left;
}

.footer-standard .badges {
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	list-style-type: none;
	justify-content: center;
}

.footer-standard .badges img {
	max-height: 130px;
}

.footer-standard.content-center .custom-html-widget {
	display: grid;
	grid-template-columns: 1fr;
}

.footer-standard .copyright-content {
  font-size: 0.875em;
	margin-bottom: 0;
}

.footer-standard .site-info-links {
  margin: 1em 0 0 0;
  list-style: none;
  font-size: 0.875em;
}

.footer-standard .site-info-item {
  display: inline-block;
  margin: 0 0.75em 0 0 !important;
}

.footer-standard .site-info-link {
  display: block;
  margin-right: 0.75em;
  border-bottom: 1px solid currentcolor;
  line-height: 1.375;
  text-decoration: none;
}

.footer-standard .site-info-link:last-of-type {
  margin-right: 0;
}

.footer-standard .additional-content {
  margin-bottom: 1em;
  font-size: 0.875em;
}

.footer-standard .additional-content {
  grid-column: span 1;
}

.footer-standard .site-info {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.footer-standard .content-social-column {
  grid-row: 2;
  grid-column: 2;
}

.footer-standard .built-by-column {
  grid-row: 1 / span 2;
  grid-column: 3;
}

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

.social-link,
.social-networks li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.1em;
}

.social-link .fa-twitter {
  position: relative;
}

.social-link .fa-twitter:before {
  visibility: hidden;
}

.social-link .fa-twitter:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1227'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1227'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

.social-link.nextdoor .fa-external-link {
  position: relative;
}

.social-link.nextdoor .fa-external-link:before {
  visibility: hidden;
}

.social-link.nextdoor .fa-external-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.993 9.816L12 2.473l-4.12 2.524V2.473H4.124v4.819L.004 9.816l1.961 3.202 2.16-1.315v9.826h15.749v-9.826l2.159 1.315 1.96-3.202'/%3E%3C/svg%3E");
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.993 9.816L12 2.473l-4.12 2.524V2.473H4.124v4.819L.004 9.816l1.961 3.202 2.16-1.315v9.826h15.749v-9.826l2.159 1.315 1.96-3.202'/%3E%3C/svg%3E");
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
}

.social-link.tiktok .fa-external-link {
  position: relative;
}

.social-link.tiktok .fa-external-link:before {
  visibility: hidden;
}

.social-link.tiktok .fa-external-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E");
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E");
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
}

.layout-cta-bar:not(.overlapping) {
	padding-bottom: 4vw;
	padding-top: 4vw;
	text-align: center;
	background-image: url(https://msp.axionthemes.com/wp-content/uploads/2025/08/cta-bg.png);
	background-size: cover;
	background-position: center center;
}

.layout-cta-bar:not(.overlapping) h2 {
  font-weight: 400;
}

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

.slide-content-wrapper,
.scrolling-image {
  margin-bottom: 15px !important;
}

.layout-cta-bar.overlapping {
  padding: 0 !important;
  text-align: center;
  position: relative;
  z-index: 22;
}

.layout-form-keap-embed.side-by-side  {
	background: rgba(var(--primary-light), 1);
}

body:not(:has(.main-content-wrapper)) .layout-form-keap-embed.side-by-side .header-wrapper img {
	width: 300px;
}

.layout-form-keap-embed.side-by-side .wpb_column.form-container > .vc_column-inner {
	background: rgba(var(--white), 1);
	padding: 1.5em;
	border-radius: 14px 14px 14px 14px;
	border-width: 3px 3px 3px 3px;
	border-style: dashed dashed dashed dashed;
	border-color: rgba(var(--primary), 1)rgba(var(--primary), 1)rgba(var(--primary), 1)rgba(var(--primary), 1);
	filter: drop-shadow(0px 7px 10px rgba(0, 0, 0,0.15));
}

.layout-form-keap-embed.side-by-side .form-title,
.layout-form-keap-embed.side-by-side .form-content {
	text-align: center;
}

.layout-cta-bar.overlapping > .vc_row {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: var(--white-hex);
	border-radius: 10px;
	padding: 30px 20px;
	filter: drop-shadow(0px 0px 9px rgba(0, 0, 0,0.25));
	width: 100%;
	max-width: 1024px;
}

.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-columns: 180px 1fr auto;
	gap: 0 20px;
	align-items: center;
}

.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .content-container + .wpb_text_column {
	grid-column: 1;
	grid-row: 1 / span 2;
	margin-bottom: 0;
}

.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .content-container + .wpb_text_column img {
	width: 120px;
}

.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:first-child,
.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .content-container {
	grid-column: 2;
	text-align: left;
	margin-bottom: 0;
}

.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:first-child h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .content-container {
	align-self: start;
	font-weight: 400;
}

.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .button-container {
	grid-column: 3;
	grid-row: 1 / span 2;
}

.layout-cta-bar.overlapping + .layout-service-columns.small-icon {
	padding-top: 170px;
	padding-bottom: 50px;
}

.layout-service-columns.large-icon:has(.section-title) .wpb_text_column:not(.column-item):first-child {
	grid-row: 1;
	grid-column: 1 / -1;
	margin-bottom: 45px;
	text-align: center;
}

.layout-service-columns.large-icon .service-column-item {
	text-align: center;
	padding: 2.5em;
	margin-bottom: 0;
}

.layout-service-columns.large-icon .service-column-item .section-subtitle {
	color: var(--primary-hex);
}

.layout-service-columns.large-icon .service-column-item .item-button {
	margin-top: 30px;
}

.layout-service-columns.large-icon .service-column-item::before {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-image: url(https://msp.axionthemes.com/wp-content/uploads/2025/07/icons-bg-scaled.png);
	background-size: cover;
	background-position: center center;
	background-attachment: initial;
	background-repeat: no-repeat;
	filter: blur(0);
}

body.single #sidebar {
	display: none;
}

body.single #main {
	width: 100%;
}

.sidebar-articles {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 1rem;
	align-items: center;
	margin-bottom: 2rem;
	padding: 0 20px;
}

.sidebar-articles p {
	margin: 0;
}

.sidebar-articles br {
	display: none;
}

.sidebar-articles .sidebar-article {
	border-bottom: none !important;
	margin-bottom: 20px;
}

.article-sidebar-heading {
	grid-column-start: -1;
	grid-column-end: 1;
	grid-row: 1 / span 2;
}

.sidebar-article:has(.sidebar-article-image) {
	display: block;
	width: 100px;
}

/* body:not(.home) .layout-form-keap-embed.content-left-narrow > .vc_row > .wpb_column.content-left-narrow > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto auto;
    gap: 0 20px;
}

body:not(.home) .layout-form-keap-embed.content-left-narrow .heading-content.content-container {
    grid-column: 1 / span 7;
    grid-row: 1 / -1;
}

body:not(.home) .layout-form-keap-embed.content-left-narrow .form-content.content-container {
	grid-column: 9 / span 2;
    grid-row: 1;
	margin-bottom: 0;
}

body:not(.home) .layout-form-keap-embed.content-left-narrow .form_intro_container,
body:not(.home) .layout-form-keap-embed.content-left-narrow .dx-full-width {
    grid-column: 8 / span 1;
    grid-row: 1;
	margin-bottom: 0;
}

body:not(.home) .layout-form-keap-embed.content-left-narrow .form_intro_container img {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

body:not(.home) .layout-form-keap-embed.content-left-narrow .form_title {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

body:not(.home) .layout-form-keap-embed.content-left-narrow .form_copy_container p {
	font-size: 1em;
}

body:not(.home) .layout-form-keap-embed.content-left-narrow .keap-embed {
    grid-column: 8 / span 3;
    grid-row: 1;
	margin-top: 220px;
} */

.layout-form-keap-embed.content-left-narrow .vc_inner .form_intro_container {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.layout-form-keap-embed.content-left-narrow .vc_inner .form_intro_container img.form_image {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	margin-right: 20px;
	max-width: 120px;
	padding: 0;
}

.layout-form-keap-embed.content-left-narrow .vc_inner .form_title {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.layout-form-keap-embed.content-left-narrow .vc_inner .form_copy {
    font-size: 1.25em;
}

.layout-content-image.large-image {
	padding-top: 0;
	padding-bottom: 0;
}

.layout-content-image.large-image > .vc_row {
	gap: 0 3em;
}

.layout-content-image.large-image .content-container p br {
	content: "" !important;
	display: block !important;
	margin-bottom: 0.5rem !important;
}

.layout-content-image .image-wrapper-item[data-operation="bound"],
.layout-content-image .image-wrapper-item[data-operation="fitLogo"] {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50% !important;
	object-position: 50% 50% !important;
}

.layout-content-image.large-image.auto {
	padding-top: 5vw;
	padding-bottom: 2vw;
}

.content-container blockquote, .content-container q {
	display: block;
	width: auto;
	margin: 1.5em auto 1.5em 2em;
	padding: 1em;
	background-color: color-mix(in srgb,var(--black-hex) 5%,var(--white-hex));
	font-size: 1.25em;
	line-height: 1.25;
	quotes: none;
	border: none;
}

.content-container ol ol,
.content-container ol ol + li,
.content-container ol ul,
.content-container ol ul + li,
.content-container ol > li + li {
	margin-top: 1em;
}

.accordion-content-section.layout-accordion-content.standard {
	text-align: center;
}

.accordion-content-section.layout-accordion-content.standard:not(.three) > .vc_row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.layout-content-image.stacked.stacked-standard > .vc_row:not(:has(.feature-item-wrapper)) {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 1024px;
}

.layout-content-image.small-image .content-column {
	padding: 3em 0;
}

.vc_row:has(.info-container) {
	margin-bottom: 0 !important;
}

.vc_row:has(.info-container) > .wpb_column:has(.info-container),
.vc_row > .wpb_column:has(.team-member-name) {
	margin-bottom: 20px;
}

@media (max-width: 1400px) {
	.testimonials-container:has(.testimonials-slides-wrapper) .testimonial-item-wrapper {
		width: calc(50% - 60px);
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#fsidebar {
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media (max-width: 1200px) {
  .testimonials-container:has(.testimonials-slides-wrapper) .testimonial-item-wrapper {
    width: calc(50% - 60px);
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 1100px) {
	.layout-hero .section-title.x-large {
		font-size: 3.5em;
	}
	
	.section-title.large {
		font-size: 2.75em;
	}
}

@media screen and (min-width: 992px) {
	.custom-footer {
		display: flex;
	}
	
	.footer-standard.content-center .custom-html-widget {
		display: grid;
		grid-template-columns: 3fr 4fr 3fr;
		justify-content: space-between;
		align-items: center;
	}

	.footer-standard.content-center .additional-content {
		grid-column: 2;
		text-align: center;
	}

	.footer-standard.content-center .site-info {
		grid-row: 1/span 2;
		grid-column: 1;
	}

	.layout-content-image.full-image .image-column,
	.layout-content-image.full-image.auto .image-column,
	.layout-content-image.large-image .image-column,
	.layout-content-image.overlaid-content .image-column,
	.layout-content-image.overlaid-content .video-column,
	.layout-content-image.large-image:not(.content-left).content-right .content-column,
	.layout-content-image.large-image:not(.content-left):nth-of-type(even) .content-column,
	.layout-content-image.large-image:not(.content-left):nth-of-type(2n) .content-column,
	.layout-content-image.overlaid-content:not(.content-left).content-right .content-column,
	.layout-content-image.overlaid-content:not(.content-left):nth-of-type(2n) .content-column,
	.layout-content-image.large-image:not(.content-left):nth-of-type(2n) .image-column,
	.about-section.layout-content-image.full-image:not(.content-left):nth-of-type(n) .image-column,
	.layout-content-image.full-image:not(.content-left).content-right .content-column,
	.layout-content-image.full-image:not(.content-left):nth-of-type(2n) .content-column {
		order: 2;
	}

	.layout-content-image.large-image .content-column,
	.layout-content-image .content-column,
	.about-section.layout-content-image .content-column,
	.layout-content-image.full-image.auto .content-column,
	.layout-content-image.overlaid-content:not(.content-left).content-right .image-column,
	.layout-content-image.overlaid-content:not(.content-left).content-right .video-column,
	.layout-content-image.overlaid-content:not(.content-left):nth-of-type(2n) .image-column,
	.layout-content-image.overlaid-content:not(.content-left):nth-of-type(2n) .video-column,
	.layout-content-image.large-image:not(.content-left):nth-of-type(even) .image-column,
	.layout-content-image.full-image:not(.content-left):nth-of-type(1n) .image-column,
	.layout-content-image.full-image:not(.content-left).content-right .image-column,
	.layout-content-image.full-image:not(.content-left):nth-of-type(2n) .image-column {
		order: 1;
	}

	.footer-standard.content-full-width .additional-content {
		grid-column: span 3;
	}
}

@media screen and (max-width: 991px) {
	body {
		background-color: #fff !important;
	}

	#headerwrap {
		min-height: 70px;
	}

	#header,
	#navigation,
	#top,
	#bsidebar,
	#footer,
	#fsidebar,
	.fixedmenu {
		max-width: 768px;
	}

	#hsidebar,
	#hsidebar .box,
	#fsidebar .box {
		width: 100%;
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}

	#hsidebar .box,
	#fsidebar .box {
		text-align: center;
		margin-bottom: 10px;
	}

	body ul.contact li.phone1,
	body ul.contact li.phone2 {
		display: none !important;
	}

	body ul.contact li.phone1.mobile,
	body ul.contact li.phone2.mobile {
		display: block !important;
	}

	#nav-wrap,
	.fixedmenuwrap,
	#header-logo {
		display: none;
	}

	.slicknav_menu {
		display: block;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.slicknav_menu::before {
		display: none;
	}

	.slicknav_brand {
		float: left;
		width: 50%;
		padding: 5px 10px;
	}

	.slicknav_brand img {
		width: auto;
		max-height: 100px;
	}

	.slicknav_btn {
		margin-left: auto;
		background-color: #fff;
		padding: 0 5px 0 0;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #000;
		width: 30px;
		margin-bottom: 5px;
	}

	.slicknav_nav {
		padding-top: 10px;
		width: 100%;
	}
	
	.slicknav_nav li {
		padding: 5px 0;
	}

	body .slicknav_nav a {
		color: #000 !important;
		font-size: 16px;
	}

	body .slicknav_nav a:hover,
	body .slicknav_nav .slicknav_row:hover,
	body .slicknav_nav .current_page_item a {
		background: transparent;
		color: rgba(var(--primary), 1) !important;
	}

	.slicknav_nav .slicknav_parent-link a.slicknav_item {
		background-color: #eee;
	}

	#topwrap {
		padding: 0;
	}

	#header-logo {
		float: none;
		text-align: center;
	}

	#header-logo img {
		float: none;
		max-width: 220px;
		padding-top: 0;
	}

	#main {
		float: none;
		width: 100%;
		clear: both;
	}

	#sidebar {
		float: none;
		width: 100%;
		margin: 15px 0 0;
		padding: 25px 10px 0 10px;
		border-top: 4px solid #eee;
	}

	#sidebar .box {
		width: 100%;
		max-width: 300px !important;
		margin-left: auto;
		margin-right: auto;
	}

	#fsidebar .featured-blog-image {
		display: none;
	}

	#fsidebar .blogpost #byline,
	#fsidebar .blogpost h2 {
		margin-left: 0;
	}

	#fsidebar #byline time {
		left: 50%;
		transform: translateX(-50%);
	}

	.testimonials-container:has(.testimonials-slides-wrapper) .testimonial-item-wrapper {
		width: calc(50% - 60px);
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

/*	section > .vc_row {
		padding: 0 1em;
	} */

	.layout-content-image > .vc_row {
		grid-template-columns: 1fr;
	}

	.layout-content-image.overlaid-content .image-column {
		height: 300px;
	}

	.layout-content-image.overlaid-content:not(.content-left).content-right .content-column,
	.layout-content-image.overlaid-content:not(.content-left):nth-of-type(2n) .content-column,
	.layout-content-image.overlaid-content .content-column {
		margin: 0;
		padding: 1.5rem;
		width: 100%;
	}

	.footer-standard .built-by-column,
	.footer-standard .content-social-column,
	.footer-standard .site-info {
		grid-row: unset;
		grid-column: unset;
	}

	.footer-standard .content-social-column {
		margin-bottom: 1em;
		text-align: center;
	}

	.footer {
		padding-bottom: 6.5em;
	}

	.footer-standard .width-container {
		grid-template-columns: 1fr;
	}

	.footer-standard .site-info {
		order: -1;
		margin-bottom: 1em;
		text-align: center;
	}

	.footer-standard .site-info-links {
		margin: 0;
	}

	.footer-standard .site-info-item {
		margin-top: 1em;
	}

	.layout-service-columns.small-icon .service-column-item {
		flex: 0 0 calc(50% - 2rem);
	}
}

@media screen and (min-width: 800px) {
	.master-btn-solid.master-btn-rounded .btn {
		font-size: 1.25em;
	}

	.layout-content-image.full-width-side .feature-number {
		font-size: 4.875rem;
	}
}

@media only screen and (max-width: 768px) {
	#container {
		overflow-x: hidden;
	}
	
	/*body:not(.home) .layout-form-keap-embed.content-left-narrow > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		grid-template-rows: auto auto auto;
	}

	body:not(.home) .layout-form-keap-embed.layout-form-keap-embed.content-left-narrow .heading-content.content-container {
		grid-column: 1 / span 3;
		grid-row: 1;
	}

	body:not(.home) .layout-form-keap-embed.content-left-narrow .form-content.content-container {
		grid-column: 2 /span 2;
		grid-row: 2;
	}

	body:not(.home) .layout-form-keap-embed.content-left-narrow .form_intro_container,
	body:not(.home) .layout-form-keap-embed.content-left-narrow .dx-full-width {
		grid-column: 1 / span 1;
		grid-row: 2;
	}

	body:not(.home) .layout-form-keap-embed.content-left-narrow .keap-embed {
		grid-column: 1 / span 3;
		grid-row: 3;
		margin-top: 0;
	} */
	
	.vc_section,
	.vc_section.vc_section-has-fill + .vc_section,
	.vc_section.hero-2-section.full-with,
	.vc_section.hero-2-section.overlaid-content,
	.content-column {
  		padding-top: 2em;
  		padding-bottom: 2em;
	}

	.infusion-form .infusion-field:has(input[name="inf_field_FirstName"]),
	.infusion-form .infusion-field:has(input[name="inf_field_LastName"]),
	.infusion-form .infusion-field:has(label[for="inf_field_FirstName"]),
	.infusion-form .infusion-field:has(label[for="inf_field_LastName"]) {
		grid-column: span 2;
	}

	.layout-service-columns.small-icon .service-column-item {
		flex: 0 0 calc(100% - 2rem);
	}

	.layout-service-columns.stacked-grid-icons > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr;
	}

	.layout-hero.fixed-compact-centered,
	.layout-hero.full-background-centered {
		padding: 6em 0;
	}

	.layout-hero .section-title.x-large {
		font-size: 3em;
	}
	
	.section-title.large {
		font-size: 2.5em;
	}

	.scrolling-item > .wpb_column > .vc_column-inner {
		display: block;
		margin-bottom: 40px;
	}

	.slide-content-wrapper {
		position: static !important;
		opacity: 1 !important;
		transition: none !important;
		margin-top: 20px;
	}

	.testimonials-container:has(.testimonials-slides-wrapper) .testimonial-item-wrapper {
		width: calc(100% - 30px);
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	
	.blog-grid > .wpb_wrapper,
	body#blog:not(:has(.vc_section)) .post > .postcontent,
	body#blog:has(.vc_section) .wpb_wrapper:has(.post) {
		grid-template-columns: 1fr;
		padding: 40px 20px;
	}
	.blog-grid .blogentry .blog-image,
	body#blog .blogentry .blog-image {
		width: 100%;
		height: 150px;
	}

	body#blog .oddpost,
	body#blog .evenpost {
		padding: 180px 20px 20px 20px;
	}
	
	.layout-cta-bar.overlapping > .vc_row {
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
	}
	
	.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .content-container + .wpb_text_column {
		grid-row: 1;
	}

	.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:first-child,
	.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .content-container {
		grid-column: 1;
		text-align: center;
	}

	.layout-cta-bar.overlapping > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper .button-container {
		grid-column: 1;
		grid-row: inherit;
	}
	
	.layout-form-keap-embed.content-left-narrow .vc_inner .form_intro_container {
		margin-top: 2em;
	}
	
	.service-columns-section.layout-service-columns.large-icon .column-item,
	.reasons-section.layout-content-image.stacked .feature-item-wrapper {
		margin-bottom: 2em;
	}
	
	.section-title.attribution-title {
		font-size: 1.125em !important;
	}
	
	.section-subtitle.small.attribution-details {
		font-size: 1em !important;
	}
	
	.testimonial-title.section-subtitle {
		font-size: 1.125em !important;
	}
	
	.layout-form-keap-embed.content-left-narrow .vc_inner .form_intro_container {
		flex-direction: column;
		gap: 2em;
		align-items: center;
		justify-content: center;
	}
	
	.layout-cta-bar .button-column {
		flex-direction: column;
		flex-shrink: 1;
		justify-content: center;
		align-items: center;
		flex-basis: 100%;
	}
}

@media only screen and (min-width: 769px) {
	.layout-content-image.small-image > .vc_row {
		grid-template-columns: 2.5fr 1fr;
		gap: 3rem;
	}
	
	.layout-content-image.small-image .image-column {
		order: 2;
	}
	
	.layout-content-image.small-image .content-column,
	.layout-content-image.large-image.content-left .content-column {
    	order: 1;
  	}
	
	.layout-hero.video-background.full-background-centered .section-title.x-large {
	  	line-height: 1.5;
	}
	
	
	.layout-hero.video-background.full-background-centered .section-subtitle {
		font-size: 2.3em;
		line-height: 1.375;
	}
	
	.layout-form-keap-embed.content-left-narrow .vc_inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);  
    }
	
	.layout-form-keap-embed.content-left-narrow .header-wrapper {
		grid-column: 1 / span 2;
	}
	
	.layout-form-keap-embed.content-left-narrow .form-container {
		grid-column: 3;
	}
	
	.reasons-section.layout-content-image.stacked.stacked-standard > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.layout-service-columns.large-icon > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
		gap: 1em 2em;		
	}	

	.layout-service-columns.large-icon:has(.two) > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.layout-service-columns.large-icon:has(.four) > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: repeat(4, 1fr);
	}

	.layout-form-keap-embed.side-by-side > .vc_row {
		display: flex;
		align-items: center;
	}

	.layout-content-image.full-width-side .content-col {
		/* width: calc(100% + 16px);
		margin-left: 10px; */
		width: 100%;
		grid-row: 1;
		grid-column: 1;
	}
	
	.layout-content-image.full-width-side:not(.content-left) .content-col {
		grid-column: 2;
	}

	.layout-service-columns.stacked-grid-icons .column-item:nth-of-type(2),
	.layout-service-columns.stacked-grid-icons .column-item:nth-of-type(5),
	.layout-service-columns.stacked-grid-icons .column-item:nth-of-type(6),
	.layout-service-columns.stacked-grid-icons .column-item:nth-of-type(9),
	.layout-service-columns.stacked-grid-icons .column-item:nth-of-type(10){
		grid-column: span 2;
	}
	
	.layout-content-image.large-image .content-column {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.layout-content-image .image-wrapper-item {
		position: absolute;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.scrolling-item > .wpb_column > .vc_column-inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		align-items: start;
		margin-bottom: 40px;
	}

	.scrolling-item > .wpb_column > .vc_column-inner > .wpb_wrapper {
		display: contents;
	}

	.scrolling-image {
		grid-column: 1;
	}

	.scrolling-image img {
		aspect-ratio: 1/1;
	}

	.scrolling-item .slide-content-wrapper {
		grid-column: 2;
		position: sticky;
		top: 150px;
		transition: opacity 0.3s ease;
		z-index: 1;
		opacity: 0;
	}

	.scrolling-item .slide-content-wrapper:first-of-type {
		opacity: 1;
		z-index: 2;
	}
	
	.testimonials-container:not(:has(.testimonials-slides-wrapper)) .testimonial-item-wrapper {
		flex: 1 1 calc(50% - 2em) !important;
	}
}

@media screen and (max-width: 450px) {
	.layout-hero.fixed-compact-centered,
	.layout-hero.full-background-centered {
		padding: 4em 0;
	}

	.layout-hero .section-title.x-large {
		font-size: 2em;
	}
	
	.section-title.large {
		font-size: 2em;
	}

	.layout-content-image .feature-item-wrapper > .wpb_wrapper {
		display: block;
	}

	h1 {
		font-size: calc(1.375em + 1.5vw) !important;
	}

	h2 {
		font-size: calc(1.325em + 0.9vw) !important;
	}

	h3 {
		font-size: calc(1.3em + 0.6vw) !important;
	}

	h4 {
		font-size: calc(1.275rem + 0.3vw) !important;
	}

	h5 {
		font-size: 1.25em !important;
	}

	h6 {
		font-size: 1em !important;
	}
}

/*** LANDING PAGES CSS ***/
.primary, [data-style-color="primary"] {
	color: var(--primary-hex);
}

.white, [data-style-color="white"] {
	color: var(--white-hex);
}

#main.main-content-wrapper {
	width: 100%;
}

#main:not(:has([class*="vc_"])) section {
	padding-top: 4vw;
	padding-bottom: 4vw;
	clear: both;
}

#main:not(:has([class*="vc_"])) .width-container {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.side-by-side .columns {
	display: grid;
	gap: 3rem;
	align-items: center;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right .columns {
	display: grid;
	gap: 3rem;
	align-items: center;
}

#main:not(:has([class*="vc_"])) .layout-full-width-content.long-content .width-container {
	max-width: 950px;
}

#main:not(:has([class*="vc_"]))  .layout-accordion-content.standard .top-container {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 3em;
}

#main:not(:has([class*="vc_"]))  .layout-full-width-content.centered {
	background: rgba(var(--primary-dark), 1);
}

#main:not(:has([class*="vc_"]))  .layout-full-width-content.centered .width-container,
#main:not(:has([class*="vc_"])) .layout-full-width-content.centered-large-btn .width-container {
	justify-content: center;
	max-width: 1024px;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-full-width-content.centered .section-title,
#main:not(:has([class*="vc_"])) .layout-full-width-content.centered .content-container {
	color: rgba(var(--white), 1);
}

#main:not(:has([class*="vc_"]))  .layout-content-image.large-image .width-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3em;
}

#main:not(:has([class*="vc_"])) .layout-content-image.large-image .image-column {
	position: relative;
}

#main:not(:has([class*="vc_"])) .layout-content-image .image-wrapper-item {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#main:not(:has([class*="vc_"])) .layout-content-image .joint {
	display: none;
}

#main:not(:has([class*="vc_"]))  .layout-content-image .feature-items-col.horz {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5em 0;
}

#main:not(:has([class*="vc_"])) .layout-content-image.stacked .content-row {
	max-width: 1024px;
	margin: 0 auto;
}

#main:not(:has([class*="vc_"])) .layout-content-image .feature-items-col.horz .feature-icon-col {
	display: inline-flex;
	min-height: 100px;
	margin-bottom: 1em;
}

#main:not(:has([class*="vc_"])) .layout-content-image .feature-items-col.horz .feature-item {
	display: block;
	flex: 1 0 calc(25% - 1.5rem);
	min-width: 250px;
	padding: 1em;
  	border-radius: 6px;
}

#main:not(:has([class*="vc_"]))  .layout-content-image.stacked .feature-icon.feature-icon {
  	width: 45px;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .form-title.section-title {
	font-weight: normal;
	text-align: center;
	color: rgba(var(--black), 1);
	font-size: 1.25em;
}

#main:not(:has([class*="vc_"])) .layout-testimonials.two-column .testimonial-item {
	flex: 0 0 calc(50% - 4rem);
	box-sizing: border-box;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	transition: transform 325ms ease;
}

#main:not(:has([class*="vc_"])) .layout-testimonials.three-column .testimonial-item {
	flex: 0 0 calc(33.33% - 4rem);
	box-sizing: border-box;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	transition: transform 325ms ease;
}

#main:not(:has([class*="vc_"])) .layout-testimonials .testimonial-item.slide {
	padding: 0.75em;
	filter: drop-shadow(0px 9px 10px rgba(0, 0, 0,0.15));
	background: rgba(var(--white), 1);
	border-radius: 8px;
}

#main:not(:has([class*="vc_"])) .slide-navigation.hidden-nav {
	display: none;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.small-icon .columns-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -1rem;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.small-icon .column-item {
	display: grid;
	grid-template-columns: 1fr 5fr;
	gap: 1em;
	text-align: left;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.small-icon .columns-container.three > * {
	flex: 0 0 calc(33.33% - 2rem);
}

#main:not(:has([class*="vc_"])) .layout-service-columns.small-icon .column-image {
	width: 45px;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.small-icon .section-subtitle.item-title {
	color: rgba(var(--white), 1);
	padding-top: 0.75rem;
}

#main:not(:has([class*="vc_"])) .layout-content-image:not(:has(.horz)) .feature-item {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	padding: 1rem;
	border-radius: 6px;
}

#main:not(:has([class*="vc_"])) .layout-content-image:not(:has(.horz)) .feature-icon-col {
	display: flex;
	flex: 0 0 clamp(25px,25%,100px);
	justify-content: center;
	align-items: center;
}

#main:not(:has([class*="vc_"])) .layout-content-image.full-image .feature-icon {
	width: 65px;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.side-by-side .form-container {
	background: rgba(var(--white), 1);
	padding: 1.25em;
	border-radius: 14px;
	border: 3px dashed rgba(var(--primary), 1);
	filter: drop-shadow(0px 7px 10px rgba(0, 0, 0,0.15));
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .header-wrapper,
#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right .header-wrapper,
#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right-narrow .header-wrapper,
#main:not(:has([class*="vc_"])) .layout-form-keap-embed.side-by-side .header-wrapper {
	text-align: left;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed:not(.content-left-narrow) .heading-title.large,
#main:not(:has([class*="vc_"])) .layout-form-keap-embed:not(.content-left-narrow) .heading-subtitle,
#main:not(:has([class*="vc_"])) .layout-form-keap-embed:not(.content-left-narrow) .heading-content {
	text-align: left;
}

#main:not(:has([class*="vc_"])) .layout-content-image.stacked .width-container {
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-two-column-content .columns-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em 4em;
	align-items: center;
}

#main:not(:has([class*="vc_"])) .layout-content-image.stacked .image-wrapper {
	position: relative;
}

#main:not(:has([class*="vc_"])) .layout-content-image.stacked .image-wrapper-item {
	position: relative;
	width: auto;
	height: auto;
}

#main:not(:has([class*="vc_"])) .layout-accordion-content.standard .top-container {
	justify-content: center;
	max-width: 800px;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-title-bar.left {
	padding-top: 5.25vw;
	padding-bottom: 5.25vw;
	background: linear-gradient(114.2009715911585deg,rgba(var(--primary), 1) 90%,rgba(var(--white), 1) 90%);
}

#main:not(:has([class*="vc_"])) .layout-title-bar.left .section-title,
#main:not(:has([class*="vc_"])) .layout-title-bar.left .section-subtitle,
#main:not(:has([class*="vc_"])) .layout-title-bar.left .content-container {
	color: rgba(var(--white), 1);
}

#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .slider-wrapper {
	position: relative;
}

#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .bracket {
  position:absolute;
  top:0;
  width:4em;
  height:100%;
  border:4px solid currentcolor;
  color:var(--primary-dark-hex);
  opacity:.25
}

#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .bracket-left {
  left:8em;
  border-right:0;
  border-radius:0
}

#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .bracket-right {
  right:8em;
  border-left:0;
  border-radius:0
}

#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .bracket-right::before {
  content:'';
  position:absolute;
  display:block;
  pointer-events:none;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-quote-solid.svg);
  mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-quote-solid.svg);
  -webkit-mask-size:contain;
  mask-size:contain;
  right:calc(5em - 4px);
  bottom:.75em;
  width:2.5em;
  height:2.5em;
  background-color:currentcolor;
  transform:translate(0,100%)
}

#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .testimonial-item {
	display: grid;
	grid-row: 1;
	grid-column: 1;
	justify-items: center;
	padding: 0;
	text-align: center;
	opacity: 1;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .columns {
	display: grid;
	gap: 3rem;
}

#main:not(:has([class*="vc_"])) .hero-column-book-right-col img {
	max-width: 40vw;
	padding: 1rem;
	width: 250px;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .form-content.content-container {
	text-align: center;
	font-weight: bold;
}

#main:not(:has([class*="vc_"])) .layout-full-width-content.wide-content .section-title,
#main:not(:has([class*="vc_"])) .layout-full-width-content.wide-content .button-container {
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left {
	color: var(--white-hex);
	background: linear-gradient(113deg,rgba(var(--white), 1) 10%,rgba(var(--primary), 1) 10%);
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .width-container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	gap: 4em;
	justify-content: space-between;
	align-items: center;
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .image-wrapper {
	position: relative;
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .image-wrapper::before {
	content: '';
	position: absolute;
	display: block;
	pointer-events: none;
	top: 50%;
	right: -2em;
	width: 4px;
	height: 100%;
	background-color: #f1f1f1;
	transform: translate(50%,-50%);
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .content-column {
	flex: 1 1 auto;
	text-align: left;
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .section-title {
	font-weight: bold;
	color: rgba(var(--white), 1);
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .btn.cta-bar-btn-1 {
	color: rgba(var(--primary), 1);
	border-width: 0 0 0 0;
	border-style: solid solid solid solid;
	border-color: rgba(var(--white), 1)rgba(var(--white), 1)rgba(var(--white), 1)rgba(var(--white), 1);
	background: rgba(var(--white), 1);
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.full-width .section-title {
	color: rgba(var(--black), 1);
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.full-width .btn.cta-bar-btn-1 {
	background: rgba(var(--white), 1);
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: rgba(var(--primary), 1)rgba(var(--primary), 1)rgba(var(--primary), 1)rgba(var(--primary), 1);
	color: rgba(var(--primary), 1);
}

#main:not(:has([class*="vc_"])) .layout-cta-bar.full-width .button-column {
	margin-top: 2em;
}

#main:not(:has([class*="vc_"])) .layout-two-column-content.standard {
	background: linear-gradient(102deg,rgba(var(--primary), 1) 97%,rgba(var(--white), 1) 97%);
}

#main:not(:has([class*="vc_"])) .layout-two-column-content.standard .section-title,
#main:not(:has([class*="vc_"])) .layout-two-column-content.standard .section-subtitle {
	color: rgba(var(--white), 1);
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-hero.full-background-centered {
	position: relative;
	padding: 18vw 0;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-hero.full-background-centered .top-container {
	position: relative;
	z-index: 3;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-hero.full-background-centered .section-title {
	font-weight: bold;
	line-height: 1.125;
	color: rgba(var(--white), 1);
}

#main:not(:has([class*="vc_"])) .layout-hero.full-background-centered .section-subtitle {
	font-weight: normal;
	color: rgba(var(--white), 1);
}

#main:not(:has([class*="vc_"])) .layout-hero .button-container {
	position: relative;
	margin: .75rem -.75rem 0;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.side-by-side .heading-title.section-title.large {
	font-size: 2.5em;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-testimonials .top-container {
	max-width: 800px;
  	margin: 0 auto;
  	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-testimonials.two-column .slider-container {
	padding: 2em 0;
}

#main:not(:has([class*="vc_"])) .layout-testimonials .attribution-columns {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-top: 1rem;
}

#main:not(:has([class*="vc_"])) .layout-testimonials.two-column .section-subtitle.small {
	font-size: 0.875em;
}

#main:not(:has([class*="vc_"])) .layout-testimonials .testimonial-item:not(:has(.fal))::before {
	content: "\f10d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	width: 60px;
	height: 60px;
	padding: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(var(--primary), 1);
	border: 2px solid currentcolor;
	border-radius: 60px;
	margin-bottom: 0.5em;
}	

#main:not(:has([class*="vc_"])) .form_intro_container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

#main:not(:has([class*="vc_"])) .form_intro_container img.form_image {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	margin-right: 20px;
	max-width: 120px;
	padding: 0;
}

#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right-narrow .columns {
	display: grid;
}

#main:not(:has([class*="vc_"])) .layout-service-columns .top-container {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto 3em;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.large-icon .columns-container {
	position: relative;
	margin: -1rem;
	text-align: center;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.large-icon .column-image {
	width: 55px;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.large-icon .section-subtitle.item-title {
	font-size: 1em;
	line-height: 1.375;
	font-weight: bold;
}

#main:not(:has([class*="vc_"])) .layout-service-columns.large-icon .text-container.dark-background-before {
	padding: 1em 0.75em;
}

#main:not(:has([class*="vc_"])) .button-container {
	margin-top: 1em;
}

#main:not(:has([class*="vc_"])) .testimonial-btn.js-toggle,
#main:not(:has([class*="vc_"])) .excerpt-wrapper {
	display: none;
}

@media screen and (max-width: 1340px) {
	#main:not(:has([class*="vc_"])) .width-container {
		padding: 0 2em;
	}
	
	#headerwrap {
		padding: 0 2em;
	}
}
	
@media screen and (max-width: 1000px) {
	#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .bracket-left {
		left: 5em;
	}

	#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .bracket-right {
		right: 5em;
	}
}

@media screen and (max-width: 991px) {
  	#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .width-container {
    	flex-wrap: wrap;
    	gap: 2em;
  	}
	
	#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .image-wrapper::before {
		display: none;
	}
	
	#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .image-wrapper,
	#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .content-column,
	#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .button-column {
		flex: 1 1 100%;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#main:not(:has([class*="vc_"])) section {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	
	#main:not(:has([class*="vc_"])) .layout-content-image.large-image .width-container {
		display: block;
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	#main:not(:has([class*="vc_"])) .layout-content-image.large-image .image-column {
		height: 250px;
	}
	
	#main:not(:has([class*="vc_"])) .layout-content-image.large-image .content-column {
    	display: block;
		padding: 3rem 0;
  }
	
	#main:not(:has([class*="vc_"])) .layout-service-columns.small-icon .columns-container,
	#main:not(:has([class*="vc_"])) .layout-testimonials.two-column .slider-container,
	#main:not(:has([class*="vc_"])) .layout-testimonials.three-column .slider-container {
		gap: 4rem 0;
		flex-direction: column;
		padding: 20px;
	}
	
	#main:not(:has([class*="vc_"])) .layout-testimonials.two-column .testimonial-item,
	#main:not(:has([class*="vc_"])) .layout-testimonials.three-column .testimonial-item {
		flex: 0 0 100%;
		margin-bottom: 4rem;
	}
	
	#main:not(:has([class*="vc_"])) .layout-two-column-content .columns-container {
		grid-template-columns: 1fr;
	}
	
	#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .bracket {
    	display: none
  	}
	
	#main:not(:has([class*="vc_"])) .hero-column-book-right-col {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	
	#main:not(:has([class*="vc_"])) .hero-column-book-right-col img {
		float: none;
	}
}

@media screen and (min-width: 769px) {	
	#main:not(:has([class*="vc_"])) .section-title.x-large {
		font-size: 4em;
	}
	
	#main:not(:has([class*="vc_"])) .layout-service-columns.large-icon .columns-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#main:not(:has([class*="vc_"])) .layout-testimonials .slider-container {
		display: flex;
		gap: 0 4rem;
		overflow: hidden;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-ms-overflow-style: none;
		scrollbar-width: none;
		justify-content: center;
	}
	
	#main:not(:has([class*="vc_"])) .layout-testimonials.two-column-grid .slider-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
	
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image .width-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
		align-items: center;
		justify-items: center;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.side-by-side .columns {
		grid-template-columns: 1fr 1fr;
	}

	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .columns {
		display: grid;
		gap: 3rem;
		grid-template-columns: 1fr 30%;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right .columns {
		grid-template-columns: 1fr 1fr;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right .form-container,
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image .content-column {
		order: 1;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right .header-wrapper,
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image .image-column {
		order: 2;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .header-wrapper,
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .form-container {
		grid-column: auto;
	}
	
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image:not(.content-left).content-right .content-column,
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image:not(.content-left):nth-of-type(2n) .content-column {
    	order: 2;
  	}
	
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image:not(.content-left).content-right .image-column,
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image:not(.content-left):nth-of-type(2n) .image-column,
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image:not(.content-left).content-right .content-column,
	#main:not(:has([class*="vc_"])) .layout-content-image.full-image:not(.content-left):nth-of-type(2n) .content-column {
    	order: 2;
  	}
	
	#main:not(:has([class*="vc_"])) .layout-cta-bar.icon-left .width-container {
		display: flex;
		gap: 4em;
		justify-content: space-between;
		align-items: center;
	}
	
	#main:not(:has([class*="vc_"])) .layout-testimonial-slider.left-right-fading .slider-wrapper {
		padding: 0 16em;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .columns {
    	grid-template-columns: 1fr 30%;
  	}
	
	#main:not(:has([class*="vc_"])) .layout-cta-bar.full-width .section-title {
		font-size: 1.375em;
	}

	#main:not(:has([class*="vc_"])) .layout-cta-bar.full-width .section-subtitle.small {
		font-size: 2.875em;
		font-weight: bold;
	}
	
	#main:not(:has([class*="vc_"])) .layout-two-column-content.standard .section-title {
    	font-size: 1.375em;
  	}
	
	#main:not(:has([class*="vc_"])) .layout-two-column-content.standard .section-subtitle {
    	font-size: 2.75em;
  	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-left-narrow .columns {
    	grid-template-columns: 1fr 30%;
  	}
	
	#main:not(:has([class*="vc_"])) .two-column-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 4rem;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right-narrow .columns {
		grid-template-columns: 30% 1fr;
	}
	
	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right-narrow .header-wrapper {
		order: 2;
	}

	#main:not(:has([class*="vc_"])) .layout-form-keap-embed.content-right-narrow .form-container {
		order: 1;
	}
	
	#main:not(:has([class*="vc_"])) .layout-service-columns.large-icon .columns-container.three > * {
		flex: 0 0 calc(33.33% - 2rem);
	}

	#main:not(:has([class*="vc_"])) .layout-service-columns.large-icon .columns-container.four > * {
		flex: 0 0 calc(25% - 2rem);
	}
	
	#main:not(:has([class*="vc_"])) .hero-column-book-right-col img {
		float: right;
	}
}