/*Header Menu*/
@media (max-width: 921px) {
  .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
    top: 0px;
  }
}

/*Header Btn*/
.header-btn .menu-link, .ast-builder-menu-1 .header-btn > .menu-link {
	margin-left: 24px;
	padding: 12px 28px;
	background: #f0483e;
	border-radius: 26px;
	color: #fff;
}
.header-btn .menu-link:hover, .ast-builder-menu-1 .header-btn > .menu-link:hover {
	background: #732858;
}
.ast-builder-menu-1 .header-btn.current-menu-item > .menu-link {
	color: #fff;
}

@media (max-width: 921px) {
	.ast-builder-menu-1 .header-btn {
  	width: auto !important;
  	padding-top: 32px !important;
  	padding-bottom: 32px !important;
	}
	.ast-builder-menu-1 .header-btn .menu-link {
	display: inline-block !important;
  width: auto !important;
	padding: 12px 28px !important;
	}
}

/*Home #primary - remove margin*/
.home #primary, .page-id-15489 #primary {
	margin-top: 0;
}
/*temp override*/
.page-id-15489 .entry-header {
	display: none;
}

/*value prop section*/
.h-valprop {
	position: relative;
	max-width: 100vw;
	width: 100vw;
	margin-left: calc( -50vw + 50%);
  margin-right: calc( -50vw + 50%);
	/*background-image: linear-gradient(-1.2deg, #762258 89%, rgba(0,0,0,0) calc(89% + 1px));*/
  margin-top: -50px;
	background: #762258;
}
.h-valprop::before { /*slant bg*/
	content: '';
	position: absolute;
	top: -54px;
	left: 0;
	width: 100%;
	height: 56px;
	/*background-image: linear-gradient(-1.2deg, #762258 89%, rgba(0,0,0,0) calc(89% + 1px));*/
	background: url('/wp-content/uploads/2025/11/slant-bg-viewbox.svg');
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.h-valprop__inner {
	min-height: 400px;
  padding: 64px 28px 80px 28px;
  padding-top: 64px;
  padding-right: 28px;
  padding-bottom: 116px;
  padding-left: 28px;
  background-image: url('/wp-content/uploads/2025/11/circuit-bg-top.svg');
  background-position: bottom right 124px;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
	.h-valprop__inner {
		display: flex;
		padding-bottom: 0;
	}
}
@media (min-width: 1260px) {
	.h-valprop__inner {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.h-valprop__col1 {
	position: relative;
	margin-bottom: 80px;
}
@media (min-width: 900px) {
	.h-valprop__col1 {
		margin-right: 40px;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.h-valprop__col1 {
		max-width: 500px;
		margin-right: 102px;
	}
}
.h-valprop__col2 {
}
@media (min-width: 900px) {
	.h-valprop__col1, .h-valprop__col2 {
		flex: 1;
	}
}
.h-valprop__title {
	font-size: 2.9375rem; /*47px*/
	color: #fff;
}
@media (min-width: 1200px) {
	.h-valprop__title {
		font-size: 3.75rem; /*60px*/
		line-height: 1.1833; /*71px*/
	}
}
@media (min-width: 1200px) {
	.h-valprop__title-first {
		font-size: 2.9375rem; /*47px*/
		line-height: 1.4042; /*66px*/
	}
}
.h-valprop__intro {
	font-size: 1.25rem; /*20px*/
	line-height: 1.6; /*32px*/
	font-weight: 600;
	color: #fff;
}
@media (min-width: 900px) {
	.h-valprop__intro {
		margin-bottom: 88px !important;
	}
}
.orange-txt {
	display: block;
	color: #F0483D;
}
.h-valprop__btn {
	display: inline-block;
	margin-top: 16px;
	font-size: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	background: #f0483e;
	color: #fff;
	border-radius: 30px;
	border: 4px solid #f0483e;
	padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
}
.h-valprop__btn:hover {
	color: #f0483e;
  background-color: #ffffff;
  border-color: #f0483e;
}
@media (min-width: 900px) {
	.h-valprop__btn {
		position: absolute;
  	bottom: -32px;
	}
}
.h-valprop__video {
	/*max-width: 590px;*/
	border: 5px solid white;
  border-radius: 32px;
  padding: 10px 10px 4px 10px;
  background: #762258;
}
@media (min-width: 900px) {
	.h-valprop__video {
		margin-top: -16px;
	}
}
.h-valprop__iframe {
	border-radius: 24px;
}


/*Service section*/
.h-service {
	position: relative;
	max-width: 100vw;
  width: 100vw;
  margin-left: calc( -50vw + 50%);
  margin-right: calc( -50vw + 50%);
  margin-bottom: 96px;
}
.h-service__inner {
	padding-top: 160px;
	background-image: url('/wp-content/uploads/2025/11/circuit-bg-bot.svg');
  background-position: top right 124px;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
	.h-service__inner {
		display: grid;
  	grid-template-columns: repeat(2, minmax(0, 1fr));
  	grid-gap: 24px;
  }
  .h-service__inner::before {
  	display: none;
  }
}
@media (min-width: 1200px) {
	.h-service__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-gap: 32px;
	}
}

.service-box { 
	display: block;
	margin-bottom: 48px;
	padding: 10px;
	border: 5px solid #34D6BF;
	border-radius: 32px;
	text-align: center;
}
@media (min-width: 900px) {
	.service-box {
		margin-bottom: 0;
	}
}
.service-box:hover {
	border-color: #f0483e;
}
.service-box__inner {
	height: 100%;
	padding: 56px 48px;
	border-radius: 24px;
	background-color: #34D6BF;
	background-image: linear-gradient(rgba(81, 218, 203, 0.92), rgba(81, 218, 203, 0.92)), url('/wp-content/uploads/2025/11/service-1.jpg');
  background-size: cover;
  background-position: center;
}
@media (min-width: 900px) {
	.service-box__inner {
		display: flex;
		flex-direction: column;
	}
}
@media (min-width: 1200px) {
	.service-box__inner {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.h-service__box2 .service-box__inner {
	background-image: linear-gradient(rgba(81, 218, 203, 0.92), rgba(81, 218, 203, 0.92)), url('/wp-content/uploads/2025/11/service-2.jpg');
}
.h-service__box3 .service-box__inner {
	background-image: linear-gradient(rgba(81, 218, 203, 0.92), rgba(81, 218, 203, 0.92)), url('/wp-content/uploads/2025/11/service-3.jpg');
}

.service-box__title {
	font-size: 1.9375rem; /*31*/
	line-height: 1.290; /*40*/
}
.service-box__text {
	margin-bottom: 64px !important;
	font-size: 1.25rem;/*20*/
	line-height: 1.5; /*30*/
	font-weight: 700;
	color: #762258;
}
.service-box__btn {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	border-radius: 50%;
	background: #F0483D;
}
@media (min-width: 900px) {
	.service-box__btn {
		margin-top: auto;
	}
}
.service-box__icon {
	fill: #fff;
	width: 68%;
}


/*Posts section*/
.posts-title {
	margin-bottom: 12px;
	font-size: 2.125rem; /*34*/
	text-transform: uppercase;
	color: #762258;
}
.posts-title-sub {
	max-width: 760px;
	margin-bottom: 64px !important;
	font-size: 1.25rem; /*20*/
	line-height: 1.4; /*28*/
	font-weight: 600;
	color: #762258;
}

/*Posts block*/
.h-posts {
	margin-bottom: 104px;
}
.h-posts .uagb-post__inner-wrap {
	position: relative;
	padding: 40px !important;
	border-radius: 32px;
	background: #762257;
}
@media (min-width: 1200px) {
	.h-posts .uagb-post__inner-wrap {
		padding: 48px 64px !important;
	}
}
.h-posts .uagb-post__inner-wrap::before {
	content:'';
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 8px solid #fff;
	border-radius: 24px;
	pointer-events: none;
}
.h-posts .uagb-post__image {
	margin-bottom: 24px;
	margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.h-posts .uagb-post__image a {
	position: relative !important;
	display: block;
	width: 100%;
  height: 212px !important;
  overflow: hidden;
}
.h-posts .uagb-post__image img {
	display: block;
	object-fit: cover;
  object-position: top;
  border-radius: 16px;
}
.h-posts .uagb-post__title {
	font-size: 1.5rem; /*24*/
	line-height: 1.166; /*28*/
	color: #fff;
}
.h-posts .uagb-post__excerpt {
	margin-bottom: 20px;
	font-size: 1.125rem; /*18*/
	line-height: 1.5555; /*28*/
	font-weight: 600;
	color: #fff;
}
.h-posts .uagb-post__cta {
	margin-bottom: 24px;
}
.h-posts .uagb-text-link {
	color: #34D6BF;
}


/*Pen Highlight Elements*/
.pen-highlight-1 {
	position: relative;
}
.pen-highlight-1::before {
	content: '';
	position: absolute;
	width: calc(100% + 64px);
	height: calc(100% + 60px);
	left: calc(50% + 14px);
  top: calc(50% - 6px);
  transform: translate(-50%, -50%);
	background: url('/wp-content/uploads/2025/11/pen-highlight-1.svg');
	background-size: 100% 100%;
	opacity: 0.6;
}

.pen-highlight-2 {
	position: relative;
}
.pen-highlight-2::before {
	content: '';
	position: absolute;
	width: calc(100% + 18px);
	height: calc(100% + 18px);
	left: calc(50% - 1px);
  top: calc(50% - 3px);
  transform: translate(-50%, -50%);
	background: url('/wp-content/uploads/2025/11/pen-highlight-2.svg');
	background-size: 100% 100%;
	opacity: 0.5;
}
/*this version uses mask and image of number 2 to make it white as css bg*/
.pen-highlight-3 {
	position: relative;
}
.pen-highlight-3::before {
	content: '';
  position: absolute;
  width: calc(205% + 18px);
  height: calc(130% + 18px);
  left: calc(50% - 1px);
  top: calc(50% - 3px);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-mask-image: url('/wp-content/uploads/2025/11/pen-highlight-2.svg');
  mask-image: url('/wp-content/uploads/2025/11/pen-highlight-2.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #fff;
}


/*Footer - runs off default wp classes*/
.site-footer {
	margin-top: 96px; /*clearance for cta elem overhang*/
}
.site-primary-footer-wrap {
	padding-bottom: 0;
}

/*Footer CTA Column*/
.site-footer-section-3 {
	position: relative;
	padding: 24px;
	background: #34D6BF;
	border-radius: 24px;
}
@media (max-width: 921px) {
	.site-footer-section-3 {
		grid-row-start: 2;
		grid-column: span 3;
		margin-top: 32px;
	}
}
@media (min-width: 922px) {
	.site-footer-section-3 {
		width: 122%;
    left: -22%;
    margin-top: -144px;
    padding: 80px 40px 64px 40px;
		background: none;
	}

}
@media (min-width: 922px) {
	.site-footer-section-3::before {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		top: 0;
		background: url('/wp-content/uploads/2025/11/form-bg.svg');
		background-repeat:no-repeat;
		background-size: 100% 100%;
		border-radius: none;
	}
}
.site-footer-section-3 .footer-widget-area {
	position: relative;
}
.f-cta {
}
.f-cta .f-title {
	position: relative;
	margin-bottom: 24px;
	font-size: 1.875rem !important; /*30*/
	line-height: 1.2333;/*37*/
	font-weight: 800 !important;
	color: #0D484F;
}
.f-cta .f-address {
	font-size: 0.9375rem;/*15*/
	line-height: 1.5333; /*23*/
	font-weight: 600;
	color: #0D484F;
}
.f-form {
	padding: 0 !important;
}
.uagb-block-2738cafe.uagb-forms__outer-wrap {
	padding: 0;
}
.f-form .uagb-forms-input-label {
	margin-bottom: 0 !important;
	padding-left: 4px;
	font-weight: 700;
	color: #0D484F;
}
.f-form .uagb-forms-input {
	border-radius: 12px !important;
	border: 0 !important;
}


/*override footer form styling */
/*
.formkit-form[data-uid="166f6300ca"][min-width~="700"] [data-style="clean"], .formkit-form[data-uid="166f6300ca"][min-width~="800"] [data-style="clean"] {
	padding: 0 !important;
}
*/

/*Form*/

