@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
.ginput_container_radio label {
  font-size: 0.8em !important;
}
legend.gfield_label.gform-field-label {
  font-size: 0.8em !important;
}
/*
* GLOBAL/DEFAULT
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-weight: 400;
  /* use clamp(1rem, 1.5vw, 2rem) for responsive sizing */
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
	cursor: text;
	pointer-events: none;
}*/
}
html body {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
}
html h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
html h2 {
  font-size: clamp(2.25rem, 4vw, 3.75rem);
}
html h3 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}
html h4 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="tel:"] {
  white-space: nowrap;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
html .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    display: block;
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  html h2, html h4 {
    text-align: center;
  }
}
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #3A6292;
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  font-size: inherit !important;
  font-family: inherit;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 1.5rem !important;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="radio"], .gform_wrapper textarea, .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"], .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label, .gform_wrapper .gfield_radio input[type="checkbox"] + label, .gform_wrapper .gfield_checkbox input[type="radio"] + label, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before, .gform_wrapper .gfield_radio input[type="checkbox"] + label:before, .gform_wrapper .gfield_checkbox input[type="radio"] + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  font: normal 400 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #0f1925;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #0f1925;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.l-header {
  padding: 1.5% 3%;
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .l-subheader.at_middle {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 123, 178, 0.75)), to(rgba(169, 166, 154, 0.75))) !important;
  background: -o-linear-gradient(top, rgba(77, 123, 178, 0.75) 0%, rgba(169, 166, 154, 0.75) 100%) !important;
  background: linear-gradient(180deg, rgba(77, 123, 178, 0.75) 0%, rgba(169, 166, 154, 0.75) 100%) !important;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 80px;
}
.l-header .w-nav {
  font-size: 0.8333em;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  text-transform: uppercase;
}
.l-header .w-nav .w-nav-arrow:before {
  font-weight: 300;
}
.l-header .w-nav.type_desktop .mobile-only, .l-header .w-nav.type_desktop .w-nav-anchor.w-btn {
  display: none;
}
.l-header .w-nav.type_desktop .hover_underline .current-menu-item .w-nav-title:after, .l-header .w-nav.type_desktop .hover_underline .current-menu-ancestor .w-nav-title:after {
  bottom: -2px !important;
  opacity: 1 !important;
}
.l-header .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .w-nav.type_mobile .w-nav-control:not(.active) + .w-nav-list {
  background: transparent;
}
.l-header .w-nav .w-nav-control {
  /*.w-nav-icon div {
			&,
			&:before,
			&:after {
			right: 0;
			border-radius: 5em;
		}
		}
			&:not(.active) {
			.w-nav-icon div {
			&:before {
			width: 75%;
		}
			&:after {
			width: 55%;
		}
		}
		}*/
}
.l-header .w-nav .w-nav-control > span {
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .l-header .w-nav-control > span {
    display: none;
  }
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: #3A6292;
}
[class*="masthead"] {
  padding-top: 5%;
  padding-bottom: 5%;
}
.masthead-internal .post_image {
  border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .masthead-home {
    padding-bottom: 15%;
  }
}
.page-id-550 .masthead-internal .post_image {
  border-radius: 0;
}
[class*="--content"] h1 {
  font-size: clamp(1.75em, 2.5vw, 2em);
}
[class*="--content"] h2 {
  font-size: clamp(1.5em, 2vw, 1.75em);
}
[class*="--content"] h3 {
  font-size: 1.25em;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--content"] .w-btn-wrapper:not(:last-child), [class*="--content"] .w-tabs.accordion:not(:last-child), [class*="--content"] .w-video:not(:last-child) {
  margin-bottom: 3rem;
}
[class*="--sidebar"] {
  color: #666;
  font-size: 16px;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper {
  background-color: #F2F2F2;
  padding: 1.5em;
  border-radius: 0.5em;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-size: 1.25em;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  color: inherit;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  padding: 0.25em 1.5em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.35rem;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: #3A6292;
}
#footer-cta {
  border-radius: clamp(2.5rem, 5vw, 5rem) clamp(2.5rem, 5vw, 5rem) 0 0;
}
#footer-cta h2 {
  margin-top: 0.5em;
}
#footer-cta .texture-bg {
  background: url("../../../uploads/2024/02/Bg.jpg") center / cover no-repeat;
  border-radius: clamp(1.5rem, 4vw, 2.5rem);
  margin: clamp(1.5rem, 2.5vw, 2.5rem);
  padding: clamp(1.5rem, 4vw, 4rem) 0;
}
#footer-cta .texture-bg > .vc_column_container {
  max-width: 1416px;
  margin: 0 auto;
}
#footer-cta .texture-bg .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
#footer-cta .texture-bg .w-hwrapper > div {
  margin: 0;
}
#footer-cta .texture-bg .w-hwrapper .w-vwrapper {
  background: rgba(237, 242, 248, 0.15);
  border: 4px solid;
  border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
  padding: clamp(1.5rem, 4vw, 4rem);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media screen and (min-width: 768px) {
  #footer-cta .texture-bg .w-hwrapper {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#footer-main .copyright {
  text-align: center;
  font-size: 0.75em;
}
#home-cards .g-cols.vc_row {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin: 0;
}
#home-cards .g-cols.vc_row > .vc_column_container {
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-cards .g-cols.vc_row > .vc_column_container > .vc_column-inner {
  padding: 9% 12%;
  background: var(--color-content-bg);
  border: 4px solid #4D7BB2;
  border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
}
#home-cards .g-cols.vc_row > .vc_column_container .link-arrow {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-cards .g-cols.vc_row > .vc_column_container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-content-overlay-grad);
  display: block;
  border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 768px) {
  #home-cards .g-cols.vc_row {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
#home-cards h4 {
  text-align: left;
}
.no-touch #home-cards .g-cols.vc_row > .vc_column_container .link-arrow {
  opacity: 0;
}
.no-touch #home-cards .g-cols.vc_row > .vc_column_container:hover {
  -webkit-transform: translate(0.5rem, -0.5rem);
  -ms-transform: translate(0.5rem, -0.5rem);
  transform: translate(0.5rem, -0.5rem);
}
.no-touch #home-cards .g-cols.vc_row > .vc_column_container:hover:before {
  -webkit-transform: translate(-1rem, 1rem);
  -ms-transform: translate(-1rem, 1rem);
  transform: translate(-1rem, 1rem);
}
.no-touch #home-cards .g-cols.vc_row > .vc_column_container:hover .link-arrow {
  opacity: 1;
}
.quote {
  padding-top: 6rem;
}
.quote .g-cols.vc_row {
  margin: 0;
}
.quote .quote-content {
  border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(237, 242, 248, 0.5);
  box-shadow: 0px 16px 32px 0px rgba(237, 242, 248, 0.5);
  padding: clamp(1.5rem, 4vw, 4rem);
}
.quote .quote-content:before {
  content: "";
  position: absolute;
  left: -10%;
  top: -26%;
  width: 27%;
  height: 100%;
  background: url("../../../uploads/2024/02/Quotation-Marks.png") top center / contain no-repeat;
}
@media screen and (max-width: 920px) {
  .quote .quote-content:before {
    left: 7%;
    top: -13%;
    width: 35%;
  }
}
.quote .quote-content .quote-text p {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
}
.quote .quote-content .name p:first-line {
  font-size: 1.25em;
}
.quote .quote-content .w-hwrapper .w-image {
  margin-bottom: 0;
}
.about-quote {
  padding-top: 6rem;
}
.about-quote .dr-img {
  z-index: 1;
}
.about-quote .quote-content {
  /*&:before {
			content: "";
			position: absolute;
			left: 25%;
			top: -10%;
			width: 17%;
			height: 100%;
			background: url('../../../uploads/2024/02/Quotation-Marks.png') top center / contain no-repeat;

			@media screen and (max-width: 920px) { 
				left: 7%;
				top: -13%;
				width: 35%;
			}
		}*/
}
@media screen and (min-width: 768px) {
  .about-quote .quote-content {
    border-radius: clamp(0.5rem, 1.5vw, 1.5rem);
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(237, 242, 248, 0.5);
    box-shadow: 0px 16px 32px 0px rgba(237, 242, 248, 0.5);
    width: 88.6666%;
    margin-left: -25%;
    padding: 4% 4% 4% 23%;
  }
}
.about-quote .quote-content .quote-text p {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  background: var(--color-content-overlay-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-quote .quote-content .name p:first-line {
  font-size: 1.25em;
}
.meet-button {
  padding-bottom: 4rem !important;
}
.numbered-list {
  --number-size: clamp(2rem, 20vw, 20rem);
}
.numbered-list.g-cols {
  counter-reset: number-list;
}
.numbered-list.g-cols .w-hwrapper {
  position: relative;
  z-index: 0;
  margin: calc(var(--number-size) * .2) 0;
  /*padding: 0 0 0 calc(var(--number-size) * .4);*/
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
.numbered-list.g-cols .w-hwrapper > div {
  margin: 0;
}
.numbered-list.g-cols .w-hwrapper h3 {
  position: relative;
  padding-left: 1.75em;
}
.numbered-list.g-cols .w-hwrapper h3:before {
  counter-increment: number-list;
  content: "#" counter(number-list);
  position: absolute;
  left: 0;
  text-align: center;
  background: var(--color-content-overlay-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .numbered-list.g-cols .w-hwrapper {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
/*#how-it-works {
	.numbered-list {
		height: 25em;
		overflow-y: scroll;
		margin: 0;

		&::-webkit-scrollbar {
			width: .5rem;
		}
		&::-webkit-scrollbar-track {
			background: rgba($secondary-color, .1);
			border-radius: $radius-sm;
		}
		&::-webkit-scrollbar-thumb {
			background: rgba($secondary-color, .25);
			border-radius: $radius-sm;
		}
	}
	.overflow-container {
		position: relative;
		&:after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			padding-top: 10%;
			background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--color-content-bg)));
			background: -o-linear-gradient(top, transparent 0%, var(--color-content-bg) 100%);
			background: linear-gradient(180deg, transparent 0%, var(--color-content-bg) 100%);
		}
	}
}*/
.w-tabs.accordion .w-tabs-section {
  border-color: #9D9D9D;
}
.w-tabs.accordion .w-tabs-section-header {
  padding: 1em 1.5em;
  line-height: 1.2;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-body);
  font-size: 1.25em !important;
  font-weight: 500;
  text-align: left;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.horizontal-logos > .w-image {
  margin-bottom: 0 !important;
}
