/***************************************
Launchpad Child Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URL: hicaliber.com.au
Description: Launchpad Platform Child stylesheet
*/
/***************************************
Table of Contents:

Typography
Custom CSS Variables

/*************************************
#TYPOGRAPHY - START
**************************************/
@font-face {
  font-family: 'NuberNext';
  src: url('../fonts/Nuber/nubernext-bold.woff2') format('woff2'),
       url('../fonts/Nuber/nubernext-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NuberNext';
  src: url('../fonts/Nuber/nubernext-bolditalic.woff2') format('woff2'),
       url('../fonts/Nuber/nubernext-bolditalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'NuberNext';
  src: url('../fonts/Nuber/nubernext-demibold.woff2') format('woff2'),
       url('../fonts/Nuber/nubernext-demibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NuberNext';
  src: url('../fonts/Nuber/nubernext-demibolditalic.woff2') format('woff2'),
       url('../fonts/Nuber/nubernext-demibolditalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'NuberNext';
  src: url('../fonts/Nuber/nubernext-wide-light.woff2') format('woff2'),
       url('../fonts/Nuber/nubernext-wide-light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'IBM';
    src: url('../fonts/IBM/ibmplexmono-semibold.woff2') format('woff2'),
         url('../fonts/IBM/ibmplexmono-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: var(--lp-custom-font-nuber);
/* 	font-weight: 300; */
	color: var(--lp--base-preset--brand-color--primary);
}

body, p, ul, ol{
	font-size: var(--lp-font-medium);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--lp-custom-font-nuber);
	font-weight: 500;
}
.hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em, .section-title span, .hic-title span, 
.image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span {
	font-family: var(--lp--base-preset--heading--font-family);
}
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root{
  --lp--custom-preset--border-color: #eee;
	--lp-custom-font-nuber: 'NuberNext';
	--lp-custom-font-ibm: 'IBM';
	--lp-font-small: 16px;
	--lp-font-medium: 18px;
	--lp-font-large: 22px;
	--lp-font-xlarge: 26px;
	--lp-font-xxlarge: 36px;
	--lp-font-xxxlarge: 36px;
	--lp-font-xxxxlarge: 40px;
}

@media(min-width: 641px){
	:root{
		--lp-font-xxxlarge: 46px;
		--lp-font-xxxxlarge: 56px;
	}
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

/*General - Start*/

.wide-layout .grid-container, 
.wide-layout .lp-default-container .lp-container{
	max-width: 1655px;
}

.hic-button-wrap .button,
.menu-button a,
.gform-footer .gform_button{
	background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 33px;
	min-width: auto;
	text-align:center;
}

.secondary-bg .gform-footer .gform_button:hover{
	background-color: var(--lp--base-preset--brand-color--primary);
	border-color: var(--lp--base-preset--brand-color--primary);
}


.hic-button-wrap .button:hover{
	background-color: var(--lp--base-preset--button--background-color--hover);
    color: var(--lp--base-preset--button--color--hover);
	border: 1px solid var(--lp--base-preset--button--background-color--hover);
}

li.menu-button a,
.header-transparent .menu li.menu-button a{
	color: #fff;
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
	min-width: 215px;
	background-color: var(--lp--base-preset--brand-color--secondary);
}

li.menu-button a:hover,
.header-transparent:not(.sticky-header.scrolled) .menu li.menu-button:hover a{
	color: #fff;
	background-color: var(--lp--base-preset--brand-color--primary);
}

.section-title-left-block .section-header,
.section-title-left-block .section-body  {
	text-align:left !important;
}
.section-title-left-block .section-header {
	padding-right: 25px;
	max-width: 554px;
}

.section-title-left-block .heading-and-subheading h2{
	margin-bottom: 0;
	padding-bottom: 0;
/* 	text-transform: uppercase; */
}
/* 
.section-title{
	text-transform: uppercase;
} */

.heading-and-subheading .sub-heading{
	font-size: var(--lp-font-medium);
	font-weight: 700;
	margin-top: 20px;
}
.section-title-left-block .section-footer {
	flex:0 0 100%;
	max-width: 100%;
}

.section-title-left-block.button-only .hic-content .hic-button-wrap{
	justify-content: end;
	margin-top: 0;
}

.align-stretch .grid-container .section-body{
	align-items: stretch;
}

.align-stretch .grid-container .hic-item{
	height: 100%;
}

.page-element.alliance-stats .hic-item.has-media .hic-box .hic-image{
	border-radius: 15px;
	overflow: hidden;
}

.equal-hic-image .hic-item:not(.contain-images) .hic-media-container,
.equal-hic-image  .hic-item:not(.contain-images) .hic-image{
	height: 100%;
}

.page-element.has-bg-img.no-overlay .bg-image::before{
	display: none;
}

.center-button .section-footer .hic-button-wrap{
	justify-content: center;
}

.alliance-stats .has-description .hic-title h3{
	color: var(--lp--base-preset--brand-color--secondary);
}

.alliance-stats .medium-4.large-7 .hic-box{
	height: auto !important;
}

.hide-body #body{
	display: none !important;
}

.primary-overlay.page-element.has-bg-img .bg-image::before{
	background-color: rgb(61 78 59 / 89%);
}

@media(max-width: 1023px){
	.alliance-stats .medium-4.large-7,
	.alliance-stats .medium-4.large-5{
		width: 100% !important;
	}
	
}

@media(max-width: 640px){
	li.menu-button{
		padding: 20px;
		border: none;
	}
	
	.off-canvas{
		background-color: var(--lp--base-preset--brand-color--primary);
	}
}
@media(min-width: 641px){
	
	.section-title-left-block > .inner-section > .grid-container {
		justify-content: space-between;
		display: flex;
		align-items: center;
	}
	
	.section-title-left-block .section-header,
	.section-title-left-block .section-body  {
		flex:0 0 50%;
		max-width: 50%;
	}
	
	.section-title-left-block .section-body {
		padding-left: 25px;
	}
	
/* 	.section-title-left-block .section-header h2{
		max-width: 400px;
	} */
}

@media(min-width: 1024px){
	.hic-button-wrap .button,
	.menu-button a,
	.gform-footer .gform_button{
		min-width: 258px;
	}
}
/*General - End*/

/*Header - Start*/
.header .top-bar .grid-container{
	border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.header .menu a{
	text-transform: capitalize;
	font-size: var(--lp-font-small);
	font-weight: 500;
}

.header .menu li:not(.menu-button):not(.search-button) a:before{
	content: '';
	background-image: url(/wp-content/uploads/2025/08/logo-icon.png);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 12px;
    top: 8px;
	opacity: 0;
	transition: all .3s;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu-icon::after, 
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu-icon::after{
	background: #ffffff;
    box-shadow: -16px 9px 0px #ffffff, 0px 18px 0px #ffffff;
}


.header .menu li:not(.menu-button) a:hover{
	color:var(--lp--base-preset--brand-color--secondary) !important;
}

.header .menu li:not(.menu-button) a:hover:before{
	opacity: 1
}

.header .menu li:not(.menu-button) a{
	padding-left: 40px;
	position: relative;
}

.header .menu .is-dropdown-submenu li a{
	padding-left: 10px;
}

.header .menu .is-dropdown-submenu li{
	border: none !important;
}

.header .is-dropdown-submenu li:first-child a{
	padding-top: 20px;
}

.header .is-dropdown-submenu li:last-child a{
	padding-bottom: 20px;
}

.header .is-dropdown-submenu li:first-child:not(.menu-button) a:before{
	top: 18px;
}

.single-product.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header{
	background-color: var(--lp--base-preset--brand-color--primary);
}

.single-product.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu li a{
	color: #fff;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .site-logo, 
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .site-logo{
	display: block;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header{
	background-color: var(--lp--base-preset--brand-color--primary);
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu li a{
	color: #fff;
}

.element-breadcrumbs{
	background-color: var(--lp--base-preset--brand-color--primary);
	padding-top: 50px;
}

.element-breadcrumbs a{
	color: #7F8E7D;
}

.element-breadcrumbs .current{
	color: #fff;
}

.breadcrumb-separator::after{
	color: #7F8E7D;
    padding-right: 1px;
	content: "|";
	font-size: var(--lp-font-medium);
}

.header .menu .submenu li a:hover{
	padding-left: 40px;
}

.header .menu li.search-button a{
	padding: 0;
}

.search-button .button {
	font-size: 0;
    background-color: transparent;
	padding: 0 15px;
}

.search-button .button:before{
	content: '\f002';
	font-size: 21px;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
}

.search-button .button:hover:before{
	color: var(--lp--base-preset--brand-color--secondary);
}

.reveal-overlay{
	background-color: hsl(0deg 0% 4% / 92%);
}

.reveal-overlay .search-modal{
	display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 1px;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    align-items: center;
    flex-flow: wrap;
	max-width: 620px;
	background-color: transparent;
    border: none;
	width: 100%;
}

.reveal-overlay .search-modal .inner-modal{
	width: 100%;
}

.reveal-overlay .search-modal .search-field{
	color: #fff;
    height: 80px;
    font-size: 30px;
	padding-right: 130px;
}

.reveal-overlay .search-modal .search-form{
	position: relative;
}

.reveal-overlay .search-modal .search-field:focus{
	box-shadow: 0px 0px 5px rgb(127 127 127 / 24%);
}

.reveal-overlay .search-modal .search-field::placeholder{
	color: #fff;
}

.reveal-overlay .search-modal .search-submit{
	position: absolute;
    top: 31px;
    right: 34px;
    background-color: transparent;
    color: #fff;
    padding: 0;
}

.reveal-overlay .search-modal .close-button{
	right: 32px;
    top: 5px;
	width: 33px;
    height: 33px;
}


.reveal-overlay .search-modal .close-button:hover{
    background-color: #fff;
    border-radius: 50%;
}

@media(max-width: 1440px) and (min-width: 1280px){
	.header .menu li:not(.menu-button) a{
		padding-left: 33px;
		padding-right: 0;
		font-size: 14px;
	}
	
	li.menu-button a, .header-transparent .menu li.menu-button a{
		min-width: 160px;
		font-size: 14px;
	}
	
	.header .top-bar .logo-wrap .logo {
		max-width: 160px;
	}
	
	.header .menu .menu-button:not(:first-child){
		margin-left: 0;
	}
	
	.header .menu li.search-button > a{
		padding-left: 6px;
	}
}

@media(max-width: 1279px){
	.header .top-bar .top-bar-right.show-for-large{
		display: none !important;
	}
}

@media(max-width: 1279px){
	.header .top-bar .top-bar-right.hide-for-large{
		display: block !important;
	}
}

@media(min-width: 641px){
	.menu.medium-horizontal{
		align-items: center;
	}
}
@media(max-width: 640px) {
	.search-button .button {
		padding: 0;
	}
}
/*Header - End*/
/*Landing Page - Start*/

.landing-page .hero-banner-message{
	display: flex;
    flex-flow: wrap;
    max-width: 100% !important;
}

.landing-page .hero-banner-message .landing-page-message{
	width: 100%;
}

.landing-page .hero-banner-message .landing-page-message h1{
	display: flex;
    align-items: end;
}

.landing-page .hero-banner-message .landing-page-message .alliance-brands{
	display: flex;
    flex-flow: wrap;
    align-items: self-end;
    width: 100%;
	justify-content: space-between;
}

.landing-page .hero-banner-message .alliance-brands img{
	height: 55px;
    filter: brightness(0) invert(1);
}

.landing-page .hero-banner-message .gform_wrapper{
	width: 100%;
    background-color: #cc922e;
    padding: 30px;
    border-radius: 20px;
}

.landing-page .gform-footer .button:hover{
	background-color: #fff;
	color: var(--lp--base-preset--brand-color--secondary);
	border-color: var(--lp--base-preset--brand-color--secondary);
}



@media(max-width: 1023px){
	.landing-page .hero-content-col .hero-video-button{
		margin-top: 100px;
		display: none !important; 
	}
	
	.landing-page .hero-banner-message .landing-page-message{
		margin-top: 50px;
		margin-bottom: 80px;
	}
	
	.landing-page .hero-banner-message .landing-page-message h1{
		margin-bottom: 60px;
	}
}

@media(max-width: 640px){
	
	
}

@media(min-width: 641px){
	
	
/* 	.landing-page .hero-banner-message .landing-page-message{
		display: flex;
		flex-flow: wrap;
		flex: 1;
		width: 100%;
	} */
	
	
	
	
	.landing-page .hero-banner-message .landing-page-message .alliance-brands{
		width: 80%;
		justify-content: none;
	}
	
	
	.landing-page .hero-banner-message .alliance-brands img{
		height: 60px;
		margin-right: 30px;
	}

}

@media(min-width: 1024px){
	.landing-page .hero-banner-message .gform_wrapper{
		width: 40%;
	}
	
	
	.landing-page .hero-banner-message .landing-page-message{
		width: 60%;
		display: flex;
		flex-flow: wrap;
		flex: 1;
	}
}

@media(min-width: 1280px){
	.landing-page .hero-banner-message .alliance-brands img{
		height: 80px;
	}
	
	.landing-page .hero-banner-message .gform_wrapper{
		width: 30%;
	}
}

@media(min-width: 1366px){
	
	.landing-page .hero-banner-message .alliance-brands img{
		height: 100px;
	}
}



/*Landing Page - End*/

/*Hero - Start*/

.header-transparent .hero .hero-body{
	align-items: flex-end;
    padding-bottom: 9%;
}
body:not(.home) .hero .hero-banner-message{
	max-width: 1150px;
}

.home .hero .hero-banner-message{
	display: flex;
    align-items: flex-end;
    flex-flow: wrap;
}
/* 
.home .hero .hero-banner-message h1{
    width: 65%;
}

.home .hero .hero-banner-message p{
	width: 35%;
} */
.hero .hero-banner-message h1, 
.hero .hero-banner-message .h1{
	font-size: 2.5rem;
}

.header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body{
	align-items: flex-end;
}

.hero-video-button .play-button{
	opacity: 1;
    background-color: var(--lp--base-preset--button--color);
    border: 1px solid var(--lp--base-preset--button--color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media(max-width: 640px){
	.home .hero .hero-banner-message p img{
		max-width: 100px;
	}
}

@media(min-width: 641px){
	.home .hero .hero-banner-message h1{
		width: 65%;
	}

	.home .hero .hero-banner-message p{
		width: 35%;
		text-align: right;
	}
	
	.hero .hero-banner-message h1, 
	.hero .hero-banner-message .h1{
		font-size: 4rem;
	}
}

@media(min-width: 1280px){
	.hero .hero-banner-message h1{
		font-size: 5rem;
	}
}
@media (max-width: 1439px) {
	.hero.video-background-banner.full-screen-banner .hero-video-button.hide-for-large {
		display: block !important;
	}
	.hero.video-background-banner.full-screen-banner .video-wrap.show-for-large {
		display: none !important;
	}
}
/*Hero - End*/

/*Content Boxes - Start*/

.grey-section.image-above-content:not(.grey-boxes) .hic-box{
	background-color: var(--lp--base-preset--brand-color--primary);
	color: #fff;
}

.grey-section.image-above-content:not(.grey-boxes) .hic-title h3{
	color: #fff;
}

.grey-section:not(.grey-boxes, .secondary-bg, .image-overlay-content) .hic-button-wrap .button{
	color: var(--lp--base-preset--button--color);
        border: 1px solid var(--lp--base-preset--button--background-color);
}

.grey-section:not(.grey-boxes, .secondary-bg, .image-overlay-content) .hic-button-wrap .button:hover{
	background-color: var(--lp--base-preset--button--color);
        border: 1px solid var(--lp--base-preset--button--color);
	color: #fff;
}

.theme-section:not(.grey-boxes, .secondary-bg, .image-overlay-content) .hic-button-wrap .button{
	color: #fff;
}

.theme-section:not(.grey-boxes, .secondary-bg, .image-overlay-content) .hic-button-wrap .button:hover{
	background-color: var(--lp--base-preset--button--color);
        border: 1px solid var(--lp--base-preset--button--color);
	color: #fff;
}

/*Image Overlay - Start*/

.image-overlay-content .has-media .hic-box{
	border-radius: 15px;
}
.image-overlay-content .hic-title h3{
	font-size: var(--lp-font-xxlarge);
	text-transform: none;
}

.image-overlay-content.grid .hic-box .hic-content, 
.image-overlay-content.carousel .hic-box .hic-content{
	transform: translateY(0);
	padding-bottom: 50px;
}

.image-overlay-content .hic-content .hic-button-wrap{
	position: relative;
	margin-top: 0;
}

.image-overlay-content .hic-content .button,
.hero-banner-message .button:not(.gform_button),
.btn-style-1.page-element  .hic-button-wrap .button{
	font-size: 0;
	min-width: 0;
	padding: 0;
	width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
	position: relative;
}

.image-overlay-content .hic-content .button:before,
.hero-banner-message .button:not(.gform_button):before,
.btn-style-1.page-element .hic-button-wrap .button:before{
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	font-size: 20px;
	top: 13px;
	right: 14px;
	transform: rotate(310deg);
    position: absolute;
    color: #fff;
}

.hero-banner-message .button:not(.gform_button){
	display: inline-block;
    position: relative;
    background-color: var(--lp--base-preset--brand-color--secondary);
	border-color: var(--lp--base-preset--brand-color--secondary);
}

.hero-banner-message .button:hover{
	background-color: transparent;
	border-color: #fff;
}

.alternate-overlay-color .section-body .has-media:nth-child(3n+1) .hic-media-container .overlay {
     background: linear-gradient(to bottom, rgba(204, 146, 46, 0) 43%, #773A2C 88.8%, #773A2C 100%);
}

.alternate-overlay-color .section-body .has-media:nth-child(3n+2) .hic-media-container .overlay {
   background: linear-gradient(to bottom, rgba(204, 146, 46, 0) 43%, #cc922e 88.8%, #cc922e 100%);
}

.alternate-overlay-color .section-body .has-media:nth-child(3n) .hic-media-container .overlay{
   background: linear-gradient(to bottom, rgba(204, 146, 46, 0) 43%, #3D4E3B 88.8%, #3D4E3B 100%);
}

.alternate-overlay-color .section-body .has-media:nth-child(3n) .hic-button-wrap .button:hover{
	background-color: var(--lp--base-preset--brand-color--secondary);
	border-color: var(--lp--base-preset--brand-color--secondary);
}

.alternate-overlay-color.image-overlay-content .has-image.medium-6 .hic-image::before{
	padding-top: 60%;
}

@media(max-width: 640px){
	.hero-banner-message .button:not(.gform_button){
		margin-left: 10px;
		width: 50px;
		height: 50px;
	}
	
	.hero-banner-message .button:not(.gform_button):before{
		font-size: 20px;
		top: 13px;
		right: 14px;
	}
}

@media(min-width: 641px){
	.hero-banner-message .button:not(.gform_button){
		margin-left: 20px;
	}
}

@media(min-width: 1024px){
	.image-overlay-content .hic-title h3{
		font-size: var(--lp-font-xxxlarge);
	}
	
	.image-overlay-content .hic-content .button,
	.hero-banner-message .button:not(.gform_button),
	.btn-style-1.page-element  .hic-button-wrap .button{
		width: 69px;
		height: 69px;
	}
	
	.image-overlay-content .hic-content .button:before,
	.hero-banner-message .button:not(.gform_button):before,
	.btn-style-1.page-element .hic-button-wrap .button:before{
		font-size: 30px;
		top: 16px;
		right: 17px
	}
/* 
	.hero-banner-message .button:before{
		top: 17px;
	} */
	
	.image-overlay-content .hic-content .hic-button-wrap{
		position: absolute;
		right: 30px;
		bottom: auto !important;
		margin-top: 25px;
	}

}
/*Image Overlay - end*/

/*Image Right/Left - Start*/

.section-title, .split-50-50 .medium-12 .hic-title h3{
	font-size: var(--lp-font-xxxxlarge);
	font-weight: 500;
	letter-spacing: 2px;
}

.image-right-content.secondary-bg .hic-title h3,
.image-left-content.secondary-bg .hic-title h3,
.image-right-content.secondary-bg .hic-content,
.image-left-content.secondary-bg .hic-content,
.image-right-content.secondary-bg .hic-title span,
.image-left-content.secondary-bg .hic-title span,
.image-right-content.dark-bg .hic-title h3,
.image-left-content.dark-bg .hic-title h3,
.image-right-content.dark-bg .hic-content,
.image-left-content.dark-bg .hic-content,
.image-right-content.dark-bg .hic-title span,
.image-left-content.dark-bg .hic-title span,
.image-right-content.second-theme-section .hic-title h3,
.image-left-content.second-theme-section .hic-title h3,
.image-right-content.second-theme-section .hic-content,
.image-left-content.second-theme-section .hic-content,
.image-right-content.second-theme-section .hic-title span,
.image-left-content.second-theme-section .hic-title span{
	color: #fff;
}


.image-right-content:not(.second-theme-section):not(.secondary-bg) .hic-title h3 span,
.image-left-content:not(.second-theme-section):not(.secondary-bg) .hic-title h3 span{
	color: var(--lp--base-preset--brand-color--secondary) !important;
}

.image-right-content.dark-bg .hic-box .hic-content,
.image-left-content.dark-bg .hic-box .hic-content{
	background-color: var(--lp--base-preset--brand-color--dark);
	background-image:url(/wp-content/uploads/2025/07/M-R-BG.jpg);
	background-size: contain;
    background-repeat: no-repeat;
}

.image-right-content.secondary-bg .hic-box .hic-content,
.image-left-content.secondary-bg .hic-box .hic-content{
	background-color: var(--lp--base-preset--brand-color--secondary);
	background-image:url(/wp-content/uploads/2025/07/M-BG.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom;
}

.image-right-content.contain-image .hic-box .hic-media-container,
.image-left-content.contain-image .hic-box .hic-media-container{
	background-color: #fff;
}

.image-right-content.contain-image .hic-box .hic-media-container .hic-image,
.image-left-content.contain-image .hic-box .hic-media-container .hic-image{
	height: 100%;
}

.colored-boxes .hic-item  .hic-box  div.hic-content{
	background-size: contain;
    background-repeat: no-repeat;
	padding: 70px 35px;
	display: flex;
    flex-flow: column;
}

.hic-item.dark-bg .hic-content{
	background-image:url(/wp-content/uploads/2025/09/bg-m1.jpg);
	background-color: var(--lp--base-preset--brand-color--dark);
}

.hic-item.secondary-bg .hic-content{
	background-image:url(/wp-content/uploads/2025/09/bg-c1.jpg);
	background-color: var(--lp--base-preset--brand-color--secondary);
}

.hic-item.green-bg .hic-content{
	background-image:url(/wp-content/uploads/2025/09/bg-g1.jpg);
	background-color: var(--lp--base-preset--brand-color--primary);
}

.hic-item.white-bg .hic-content{
	background-image:url(/wp-content/uploads/2025/09/bg-w1.jpg);
	background-color: #f5f5f5;
}

.hic-item.secondary-bg .hic-content .hic-button-wrap .button{
	color: #fff;
	border-color: #fff;
}

.hic-item.secondary-bg .hic-content .hic-button-wrap .button:hover{
	background-color: #fff;
	color: var(--lp--base-preset--brand-color--secondary);
}

.colored-boxes .hic-item:not(.secondary-bg) .hic-button-wrap .button:hover{
	background-color: var(--lp--base-preset--brand-color--secondary);
	color: #fff;
	border-color: var(--lp--base-preset--brand-color--secondary);
}


.colored-boxes .hic-item:not(.white-bg) .hic-content,
.colored-boxes .hic-item:not(.white-bg) .hic-content .hic-title h3{
	color: #fff;
}

.colored-boxes .hic-button-wrap{
	margin-top: auto;
}

.colored-boxes.square-images .hic-image::before{
	padding-top: 120%;
}

.image-right-content.dark-bg .hic-box  .hic-content{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
}

.image-left-content.dark-bg .hic-box .hic-content{
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

.image-right-content .hic-box,
.image-left-content .hic-box,
.image-above-content .hic-box{
	border-radius: 15px;
	overflow: hidden;
}

.theme-section .section-title span,
.grey-section .section-title span{
	color: var(--lp--base-preset--brand-color--secondary);
}

.dark-section .section-title span, .dark-section .hic-title span {
    color: #fff;
}

.image-left-content:not(.secondary-bg):not(.dark-bg) .medium-12.has-media .hic-image, 
.image-right-content:not(.secondary-bg):not(.dark-bg) .medium-12.has-media .hic-image{
	border-radius: 15px;
}

.portrait-image .hic-image::before, .portrait-images .hic-image::before{
	padding-top: 120%;
}

.content-box-element .hic-blurb h4{
	color: var(--lp--base-preset--brand-color--secondary);
}

.second-theme-section .readmore-link,
.second-theme-section .readmore-link:active{
	color: var(--lp--base-preset--brand-color--primary);
}

.second-theme-section .readmore-link:hover{
	color: var(--lp--base-preset--brand-color--dark);
}

.readmore-link,
.readmore-link:active{
	color: var(--lp--base-preset--brand-color--secondary);
}

.readmore-link:hover{
	color: var(--lp--base-preset--brand-color--primary);
}

.video-play-button{
	display: none !important;
}
.has-video .hic-image .table-cell-mid:before{
	content: '';
	background-image: url(/wp-content/uploads/2025/09/play.svg);
	width: 149px;
    height: 149px;
    display: block;
    background-size: contain;
    margin: auto;
}

.slick-dots li button:before,
.theme-section .slick-dots li.slick-active button:before{
	color: #fff;
}

.video-only .hic-box{
	background-color: transparent !important;
}

.video-only .hic-box .hic-image{
	background-size: 1px !important;
}

.video-only  .section-title span{
	color: #fff;
}

@media (max-width: 640px) {
    .image-left-content:not(.default-section) .hic-content, .image-right-content:not(.default-section) .hic-content {
        padding: 30px;
/* 		padding: 30px 0; */
    }
}

@media(min-width: 641px){
	.image-left-content .medium-12.has-media .hic-box, 
	.image-right-content .medium-12.has-media .hic-box{
		align-items: stretch;
	}
	
/* 	.image-left-content .medium-12.has-media .hic-box .hic-image::before, 
	.image-right-content .medium-12.has-media .hic-box .hic-image::before{
		padding-top: 100%;
	} */
	
	.image-left-content:not(.secondary-bg):not(.dark-bg):not(.square-images):not(.long-portrait-image):not(.portrait-image) .medium-12.has-media .hic-box .hic-image::before, 
	.image-right-content:not(.secondary-bg):not(.dark-bg):not(.square-images):not(.long-portrait-image):not(.portrait-image)  .medium-12.has-media .hic-box .hic-image::before{
		padding-top: 90%;
	}
	
	.square-image.image-right-content .hic-image,
	.square-image.image-left-content .hic-image{
		height: 100%;
	}
}


@media(min-width: 1024px){
	.image-right-content:not(.long-content) .has-media.medium-12 .hic-box .hic-content,
	.image-left-content:not(.long-content) .has-media.medium-12 .hic-box .hic-content{
		padding: 80px 145px;
	}
	
	.image-left-content.long-content .has-media.medium-12 .hic-box .hic-content,
	.image-right-content.long-content .has-media.medium-12 .hic-box .hic-content{
		padding: 60px 90px;
	}
	
	.image-right-content.dark-bg .has-media .hic-box .hic-content,
	.image-left-content.dark-bg .has-media .hic-box .hic-content,
	.image-right-content.secondary-bg .has-media .hic-box .hic-content,
	.image-left-content.secondary-bg .has-media .hic-box .hic-content{
		padding: 90px 120px;
	}


}

/*Image Right/Left - End*/

/*Image Above Content - Start*/


.image-above-content.theme-section:not(.content-element, .has-img-bg) .hic-content{
	background-color: transparent;
	color: #fff;
}

.alliance-stats .contain-images{
	margin-top: 0;
	text-align: center;
}

.alliance-stats .contain-images .hic-image::before{
	padding-top: 18%;
}


.alliance-stats .hic-item:not(.has-media) .hic-title h3{
	
}

.alliance-stats .hic-item:not(.has-media) .hic-blurb strong{
	font-size: var(--lp-font-xlarge);
	color: var(--lp--base-preset--brand-color--secondary);
}

.alliance-stats .hic-item:not(.has-media) .hic-title span{
	color: var(--lp--base-preset--brand-color--secondary);
}

.alliance-stats .hic-item:not(.has-media) .hic-title h3{
    font-weight: 500;
    letter-spacing: 2px;
	padding-bottom: 15px;
	color: transparent;
    -webkit-text-stroke: 2px #cc8c2f;
    font-size: 75px;
    font-weight: 700;
}

.image-above-content.page-element .hic-content,
.post-element.image-above-content .hic-box .hic-content{
	padding: 30px;
}

.image-above-content.page-element .hic-title h3{
	font-size: var(--lp-font-xlarge);
	text-transform: none;
/*     font-weight: 400; */
}

.image-above-content.dark-section:not(.content-element, .has-img-bg) .hic-content{
	background-color: var(--lp--base-preset--brand-color--secondary);
}

.image-above-content.dark-section .hic-button-wrap {
	margin-top: 45px;
}

.image-above-content.dark-section .hic-button-wrap .button{
	color: #fff;
	width: auto;
}

@media(min-width: 641px){
	
	
	.page-elements > .page-element.theme-section + .page-element.theme-section.alliance-stats{
		padding-top: 80px;
	}
}

@media(min-width: 1024px){
	.alliance-stats .contain-images{
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.alliance-stats .contain-images{
		margin-top: 70px;
	}
	
	.image-above-content.page-element .hic-content,
	.post-element.image-above-content .hic-box .hic-content{
		padding: 50px;
	}
}

/*Gallery Element - Start*/

.gallery-element .hic-media-container .hic-image{
	border-radius: 15px;
}

/*Gallery Element - End*/

/*Custom Listing Start*/

.checked-list .hic-content{
	background-color: transparent !important;
	background-image: none !important;
	padding: 0 !important;
}

.checked-list ul{
	display: flex;
    flex-flow: wrap;
    align-items: center;
	justify-content: space-between;
}

.checked-list ul li{
	list-style: none;
	list-style: none;
    font-size: 20px;
    width: 100%;
    align-items: center;
    display: flex;
	font-size: 20px;
	margin-bottom: 25px;
    padding-bottom: 25px;
	max-width: 500px;
}

.checked-list ul li:nth-child(-n+3){
    border-bottom: 1px solid #7F8E7D;
}

.checked-list ul li:before{
	content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 24px;
    min-width: 60px;
    height: 60px;
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
	color: var(--lp--base-preset--brand-color--secondary);
	margin-right: 20px;
}

.checked-list h3{
	list-style: none;
	font-size: 20px !important;
	align-items: center;
	display: flex;
	max-width: 500px;
	padding-bottom: 25px;
	font-weight: 400 !important;
}

.checked-list .section-body .hic-item:nth-child(-n+3) .hic-box{
    border-bottom: 1px solid #7F8E7D;
}

.checked-list h3:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 16px;
	min-width: 60px !important;
	height: 60px;
	border: 1px solid var(--lp--base-preset--brand-color--secondary);
	border-radius: 50%;
	align-items: center;
	display: flex;
	justify-content: center;
	color: var(--lp--base-preset--brand-color--secondary);
	margin-right: 20px;
}


@media(min-width: 641px){
	.checked-list ul li{
		width: 50%;
	}
}


@media(min-width: 1024px){
	.checked-list ul li{
		width: 33.3333%;
		font-size: 24px;
	}
}

/*Custom Listing End*/
/*Image Above Content - End*/

/*Content Boxes - End*/

/*Post Element - Start*/
.post-element.listing-element:not(.events) .hic-blurb{
	color: var(--lp--base-preset--brand-color--primary);
}

.post-element.listing-element .hic-button-wrap{
	margin-top: auto;
	padding-top: 25px;
}

.post-element.listing-element .hic-button-wrap a{
	font-size: var(--lp-font-small);
	letter-spacing: 0;
}

.page-element:not(.theme-section) .text-link .hic-button-wrap a, .page-element:not(.theme-section) .hic-item.text-link .hic-button-wrap a:hover{
	color: var(--lp--base-preset--brand-color--primary);
}

.upcoming-events-category .hic-blurb a{
	color: var(--lp--base-preset--brand-color--dark);
}

/*Post Element - End*/

/*CTA ELEMENT - Start*/


.cta-element .section-title span{
	color: #fff;
}

/* .single-post .post-element .hic-item .hic-image{
	background-size: contain;
	background-repeat: no-repeat;
} */

.cta-element.has-bg-img .hic-box .hic-button-wrap .button{
	border-color: var(--lp--base-preset--button--color);
    background-color: var(--lp--base-preset--button--background-color);
}

.cta-element.has-bg-img .hic-box .hic-button-wrap .button:hover{
    background-color: var(--lp--base-preset--button--background-color--hover);
    color: var(--lp--base-preset--button--color--hover);
    border: 1px solid var(--lp--base-preset--button--background-color--hover);
}

.single-post .post-element .hic-item .hic-image:before{
	padding-top: 50%;
}

.search-result-listing .hic-box{
	display: flex;
    flex-flow: wrap;
	align-items: center;
}

.search-result-listing .hic-box .hic-media-container,
.search-result-listing .hic-box .hic-content{
	width: 100%;
}




.search-result-listing .hic-box  .hic-title a{
	color: var(--lp--base-preset--brand-color--primary);
}


.search-result-listing .hic-box .hic-button-wrap .button{
    background-color: var(--lp--base-preset--button--background-color);
	border: none;
}

.search-result-listing .hic-box .hic-button-wrap .button:hover{
    background-color: var(--lp--base-preset--button--background-color--hover);
	border: none;
}

.search-result-listing article{
	margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}


@media(min-width: 641px){
	.section-title-left-block.cta-element .section-header{
		max-width: 50%;
	}
	
	.page-element.section-title-left-block:not(.cta-element){
		padding-bottom: 40px;
	}

	.cta-element .section-body{
		padding-left: 100px;
	}
	

	.cta-element.page-element{
		padding-top: 300px;
	}
	
	.search-result-listing .hic-box .hic-media-container + .hic-content{
		padding-left: 50px;
	}
	
	.search-result-listing .hic-box .hic-media-container{
		width: 20%;
	}

	.search-result-listing .hic-box .hic-content{
		width: 80%;
	}


}
/*CTA Element - End*/

/*Team Start*/

.team-element.image-overlay-content .hic-box .hic-content{
	transform: translateY(0) !important;
	top: auto !important;
/* 	display: flex;
	flex-flow: wrap; */
}

.team-element.image-overlay-content .hic-box:hover .hic-image:before,
.team-element.image-overlay-content .hic-box .hic-image:before{
	background-image: linear-gradient(to top, rgb(0 0 0 / 94%), rgb(57 65 112 / 0%));
}

.team-element.image-overlay-content .hic-title{
	margin-bottom: 0 !important;
	width: 100%;
}

.team-element.image-overlay-content .hic-title h3{
	font-size: 26px;
}

.team-element.image-overlay-content .contact-email{
	font-size: 0;
    padding: 10px;
    width: 15px;
    margin-bottom: 0;
}

.team-element.image-overlay-content .contact-email:before{
	font-size: var(--lp-font-medium);
}

.team-element.image-overlay-content .social-media-details{
	position: absolute;
    bottom: 40px;
    left: 50px;
}
/* 
.team-element.image-overlay-content .hic-box .hic-content > div:not(.hic-title){
	width: 20%;
} */


/*Team End*/

/*Product Element Start*/

body:not(.page-banner-hidden) .element-breadcrumbs{
	background-color: transparent;
}

body:not(.page-banner-hidden):not(.page-products) .element-breadcrumbs{
	position: absolute;
    width: 100%;
    z-index: 2;
}

body:not(.page-banner-hidden):not(.page-products) .element-breadcrumbs + .body-content .page-elements > .page-element:not(.product-element):first-child{
	padding-top: 120px;
}

.wide-layout .body-content.has-sidebar-left{
	    max-width: 1655px;
}

.product-element.image-above-content.page-element .hic-content{
	padding: 30px;
}


.product-element.image-above-content.page-element.listing-element .hic-title{
	min-height: 44px;
}

.product-element.image-above-content.page-element .hic-box .hic-button-wrap{
	margin-top: 0;
}


.sidebar-content .search-form .button{
	background-color: transparent;
	color: var(--lp--base-preset--brand-color--primary);
	position: absolute;
    right: 0;
}

.search-form .button i{
	font-weight: 400;
}

.search-filters .filter-isotope-nav{
	margin-left: 0;
}

.search-filters .filter-isotope-nav li{
	list-style: none;
}

.search-filters .filter-isotope-nav li input{
	display: none;
}

.search-filters .filter-isotope-nav label{
	font-size: var(--lp-font-xlarge);
	color: var(--lp--base-preset--brand-color--primary);
}

.search-filters .filter-isotope-nav label:hover{
	color: var(--lp--base-preset--brand-color--secondary);
}

@media (min-width: 1024px) {
    .sidebar {
        width: 350px;
    }
	
	.has-sidebar.has-sidebar-left .main-content {
		padding-left: 50px;
	}
}


/*Single Product Start*/

.single-product .product-element.product-content{
	padding-top: 150px;
}


.single-product .product-element .product-item .hic-title{
	margin-bottom: 20px;
}

.single-product .product-element .product-item .hic-title h1{
	color: #fff;
	font-size: 45px;
}

.single-product .product-element .product-item .hic-blurb h4{
	padding-bottom: 25px;
}

.product-element.theme-section .product_title{
	color: #fff;
}

.product-element.image-left-content .product-item .hic-box{
	justify-content: space-between;
}


.single-product .product-element .hic-gallery-images .hic-image{
	border-radius: 15px;
	margin-bottom: 25px;
}

.single-product .product-element .hic-gallery-thumb-slider{
	margin-left: -15px;
    margin-right: -15px;
}
.single-product .product-element .hic-gallery-thumb-slider .slick-slide {
	padding: 0 15px;
}

.single-product .product-element .hic-gallery-thumb-slider .hic-image{
	border-radius: 15px;
/* 	margin: auto; */
}

.product-item:not(.listing-element) .woocommerce-product-gallery .flex-control-thumbs li{
	border-radius: 15px;
}

.product-element.image-left-content .product-item .hic-box .hic-content .summary{
	display: flex;
    flex-flow: column;
}

.product-element.image-left-content .product-item .hic-box .hic-content .product_title{
	order: 1;
}

.product-element.image-left-content .product-item .hic-box .hic-content .product_meta{
	order: 2;
	margin-top: 15px;
    margin-bottom: 40px;
    font-size: 24px;
}

.product-element.image-left-content .product-item .hic-box .hic-content .product_meta .posted_in{
	display: none;
}

.product-element.image-left-content .product-item .hic-box .hic-content .product-options{
	order: 3;
	margin-left: 0;
}

.product-element.image-left-content .product-item .hic-box .hic-content .product-options li{
	list-style: none;
	font-size: var(--lp-font-medium);
	margin-bottom: 20px;
}

.product-element.image-left-content .product-item .hic-box .hic-content .product-options li select{
	background-color: #fff;
    display: block;
    max-width: 435px;
    width: 100%;
    border-radius: 5px;
    color: #787878;
}

.product-element.image-left-content .product-item .hic-box .hic-content .product-content{
	order: 4;
}

.prod-specs .section-header{
	padding-bottom: 40px;
}

.prod-specs h2.section-title{
	font-size: 45px
}

.prod-specs .hic-content h4{
	color: var(--lp--base-preset--brand-color--secondary);
    text-transform: uppercase;
    font-size: 24px;
	margin-bottom: 20px;
}

.prod-specs .hic-content .prod-spec-value{
	font-size: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #7F8E7D;
    padding-top: 30px;
	color: #fff;
}

.prod-specs .tabs-content{
	background-color: transparent;
	padding-top: 80px;
}

.prod-specs .tabs-content{
	color: #fff;
}

.tab-layout.dark-section .tabs-title, 
.tab-layout.theme-section .tabs-title{
	background-color: transparent;
	border: none;
	font-size: var(--lp-font-xlarge);
	color: #fff;
}

.tab-layout.dark-section .tabs-title a, 
.tab-layout.theme-section .tabs-title a{
	color: #7F8E7D;
	font-size: var(--lp-font-xlarge);
	font-weight: 500;
}

.tab-layout.theme-section .tabs-title.is-active a, 
.tab-layout.theme-section .tabs-title:hover a{
	background-color: transparent;
	color: #fff;
}

.bg-pos-top .section-background{
	background-position: top;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	padding: 10px;
    border-radius: 15px;
	min-height: 208px;
}

.product-element.listing-element .product-item .hic-title h3{
	font-size:var(--lp-font-medium);
}

.page-products .off-canvas-content{
	background-color: var(--lp--base-preset--brand-color--grey);
}

@media (max-width: 640px) {
	.prod-specs .hic-content h4{
	margin-top: 20px;
}
	.single-product .information-element .tabs li a {
		font-size: 16px;
		padding: 20px 5px;
	}
	.single-product .information-element .tabs {
		overflow: auto;
	}
}
@media(min-width: 641px){

	.prod-specs .section-footer{
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.prod-specs #cb-tabs li:first-child a{
		padding-left: 0;
	}

}
@media (min-width: 1024px) {
	
	.product-item:not(.listing-element) .hic-media-container{
	max-width: 690px;
}
/* 	.single-product .product-element .hic-gallery-thumb-slider .hic-image{
		width: 208px;
	} */
}

/*Single Product End*/

/*Product Element End*/

/*FAQ Element - Start*/

.page-columns .accordion-element.faq-element .grid-container{
	margin-left: -15px;
}

.faq-element.accordion-element:not(.second-theme-section) .accordion-title{
	background-color: transparent;
	padding-left: 0;
}

.faq-element.accordion-element.page-element .accordion-title:hover, 
.faq-element.accordion-element.page-element .is-active .accordion-title{
	background-color: transparent;
	color: var(--lp--base-preset--brand-color--primary);
}

.faq-element .section-header{
	margin-bottom: 0;
}

.faq-element .accordion-item{
	border-bottom: 1px solid var(--lp--base-preset--brand-color--primary);
}

.faq-element.accordion-element.limit-faq .accordion li:nth-child(n+5) {
  display: none !important;
}

.faq-element .hic-button-wrap{
	justify-content: center;
}

.faq-element .tabs{
	border: none;
}

.faq-element .tabs .tabs-title{
	border: none;
}

.faq-element .tabs .tabs-title.is-active > a, 
.faq-element .tabs .tabs-title.is-active,
.faq-element .tabs > li.tabs-title a:hover{
	background-color: transparent;
	color: var(--lp--base-preset--brand-color--primary);
}

.faq-element .tabs > li.tabs-title:first-child a{
	padding-left: 0;
}

.faq-element .tabs > li.tabs-title a{
	color: var(--lp--base-preset--button--background-color);
	font-size: var(--lp-font-large);
}

.faq-element .tabs-content{
	background-color: transparent;
    padding-top: 54px;
}
@media (max-width: 640px) {
	.faq-element .tabs {
		overflow: auto;
		column-gap: 5px;
	}
	.faq-element .tabs > li.tabs-title a {
		font-size: 14px;
		padding: 5px;
		text-align: center;
	}
}

/*FAQ Element - End*/

/*About -Start*/
.individual-team .hic-item:not(.has-media) .hic-box .hic-content .hic-title h3{
	font-size: var(--lp-font-xxxlarge);
}

.individual-team .hic-item.has-media .hic-box .hic-content{
	padding: 60px;
}

.individual-team.grey-section .hic-item:not(.has-media) .hic-box .hic-content .hic-title h3{
	color: var(--lp--base-preset--brand-color--primary);
}

.individual-team.grey-section .hic-box .hic-content .hic-title span{
	color: var(--lp--base-preset--brand-color--secondary);
}

.individual-team .hic-item:not(.has-media) .hic-box .hic-content .hic-title{
	margin-bottom: 40px;
}

.second-theme-section.individual-team .hic-item:not(.has-media) .hic-box .hic-blurb p{
	margin-bottom: 30px;
}

.second-theme-section.individual-team .hic-box .hic-content .hic-title span,
.second-theme-section.individual-team .hic-box .hic-content{
	font-weight: 300;
	color: #fff;
}

.carousel .slick-arrow::before{
	color: #fff;
	background-color: #fff;
}

.slick-arrow{
	background-color: var(--lp--base-preset--brand-color--secondary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
	z-index: 9;
}

.slick-arrow:hover{
	background-color: var(--lp--base-preset--brand-color--primary);
}

.slick-prev{
    left: -12px;
}

.slick-next{
    right: -12px;
}

@media(max-width: 640px){
	.carousel .slick-arrow + .slick-list .hic-item{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.slick-prev{
		left: 4px;
	}
	
	.slick-next{
		right: 4px;
	}
}
@media (max-width: 1023px) {
	.individual-team .section-body .hic-item.has-image {
		order: -1;
	}
	.individual-team .section-body .hic-item {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.individual-team .hic-item:not(.has-media).team-blurb-left .hic-box .hic-content{
		padding-right: 100px;
	}

	.individual-team .hic-item:not(.has-media).team-blurb-right .hic-box .hic-content{
		padding-left: 100px;
	}
}
/*About - End*/

/*Contact Us - Start*/

.gform-body input,
.gform-body textarea,
.gform-body select{
	border: none;
    background-color: #fff;
    border-radius: 8px;
}

.gform-body input:focus,
.gform-body textarea:focus{
	background-color: #fff;
}

.page-thank-you #body{
	display: none;
}

input[type=number] {
  caret-color: transparent;
}

.gfield--input-type-address .ginput_container > span:first-child{
	width: 100%;
}

.gfield--input-type-address .ginput_container > span:not(:first-child){
	width: 50%;
}


.gfield--input-type-address .ginput_container > span{
	flex: none;
}

#gform_wrapper_4 .gform_fields > .gfield,
.gfield--input-type-address .ginput_container > span{
	padding-left: 4px;
	padding-right: 4px;
}


#gform_wrapper_4 .gform_fields > .gfield--input-type-address{
	padding: 0;
}

#gform_wrapper_4.gform_wrapper .ginput_complex,
#gform_wrapper_4.gform_wrapper .gform_fields{
	grid-row-gap: 6px;
}

.gfield--type-consent label{
	color:#fff;
}


/*Contact Us - End*/


/*Events - Start*/
.event-element .slick-dotted.slick-slider{
	margin-bottom: 0;
}


.post-element.events .hic-blurb{
	margin-top: 15px;
}

.post-element.events .hic-blurb p:before{
	content: "\f073";
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	margin-right: 10px;
}

.post-element.events .hic-blurb p:first-child:before{
	content: "\f3c5";
}

.post-element.events .hic-blurb p:last-child:before{
	content: "\f073";
}

.post-element.events .hic-box .hic-button-wrap .button{
	font-size: 0;
}

.post-element.events .hic-box .hic-button-wrap .button:before{
	content: "View Event";
	font-size: var(--lp-font-small);
	display: block;
}

.single-category-upcoming-events .related-stories,
.single-category-news .related-stories,
.single-category-stories .related-news-events{
	display: none !important;
}

/*Events - End*/

/*Testimonial - Start*/

.testimonial-element .hic-content{
	background-color: var(--lp--base-preset--brand-color--primary);
	color: #fff;
	padding: 35px;
	border-radius: 9px;
}

.testimonial-element .hic-published-date .hic-label{
	display: none;
}

/*Testimonial - End*/

/*Post Element - Start*/

.post-element.grey-section.image-above-content .hic-box .hic-content, 
.post-element.grey-section.image-above-content .hic-box{
	background-color: var(--lp--base-preset--brand-color--primary);
}

.post-element .hic-published-date .hic-label{
	display: none;
}

.left-box-align .slick-track{
	margin-left: 0;
}

.single-post .hero .hero-banner-message{
	display: flex;
    flex-flow: column;
}

.single-post .hero .hero-banner-message h1{
	order: 2;
}

.single-post .hero .hero-banner-message .post-byline{
	order: 1;
	font-size: var(--lp-font-large);
	font-weight: 500;
}

.single-post .hero .hero-banner-message .post-byline span{
	display: none;
}

.single-post .wp-block-image img{
	margin-top: 50px;
    margin-bottom: 50px;
}

.post-element.events .hic-title > a h3{
	font-size: var(--lp-font-xlarge) !important;
}

@media(min-width: 641px){
	.post-element:not(.image-overlay-content, .dark-section, .theme-section) .hic-title a h3{
		font-size: var(--lp-font-xlarge);
	}
}

/*Post Element - End*/

/*Project Element - Start*/

.project-element .project-item .hic-image{
	background-color: #fff;
	background-size: 320px;
}

.project-element .hic-image::before{
	padding-top: 55%;
}

.project-element .project-item .hic-content{
	display: flex;
    flex-flow: column;
}

.project-element .project-item .hic-content .hic-term.category,
.project-element .project-item .hic-content .hic-term.category a{
	order: -1;
	margin-bottom: 15px;
	color: var(--lp--base-preset--brand-color--secondary);
	pointer-events: none;
}

.project-element .project-item .hic-term.category .hic-seperator::before{
	content: '|';
}

.project-element .project-item .hic-term.category .hic-seperator{
	margin-left: 6px;
    margin-right: 6px;
}

.find-a-partner .box-sub-heading{
	flex: none;
    width: 100%;
    margin-bottom: 50px !important;
}

.find-a-partner .box-sub-heading .hic-content{
	border-bottom: 1px solid #546d52;
}

.find-a-partner .box-sub-heading .hic-title h3{
	color: var(--lp--base-preset--brand-color--secondary);
}

/* .find-a-partner .hic-item:not(.box-sub-heading) .hic-content{
	display: flex;
    flex-flow: wrap;
    align-items: center;
}

.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-title{
	width: 100%;
    margin-bottom: 20px;
}

.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-blurb{
	border-right: 1px solid var(--lp--base-preset--brand-color--secondary);
    padding-right: 10px;
    margin-right: 10px;
} */

.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-blurb{
	margin-top: 20px;
}

.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-blurb p,
.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-button-wrap a{
	line-height: 1.1;
    font-size: 16px;
}

.find-a-partner.grid .section-body .hic-item:not(.box-sub-heading){
	margin-bottom: 60px;
}

.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-button-wrap{
	margin-top: 15px;
}

.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-button-wrap a.button{
	padding: 0;
    border: none;
    line-height: 1.1;
    width: auto;
    min-width: auto;
    font-size: 16px;
    text-transform: capitalize;
	color: var(--lp--base-preset--brand-color--secondary);
}

.find-a-partner .hic-item:not(.box-sub-heading) .hic-content .hic-button-wrap a.button:hover{
	background-color: transparent;
	color: #fff;
}
/*Project Element - End*/

/*FOOTER Start*/
#footer .footer-col h4{
	color: #7F8E7D;
}

.bottom-footer.with-colophon-link .copyright p,
.bottom-footer .colophon-link .menu li:last-child a{
	font-size: 12px;
	color: #7F8E7D;
}

.bottom-footer.with-colophon-link .cell{
	justify-content: space-between;
}
.bottom-footer.with-colophon-link .copyright::after{
	display: none;
}

.footer-blurb > p img{
	max-width: 145px;
	margin-top: 50px;
}

#footer{
	background-image:url(/wp-content/uploads/2025/08/Group-14053.jpg);
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-theme .footer .footer-col .menu a:hover,
.footer-theme .footer .social-media a:hover,
.footer-theme a:hover,
.footer-theme .footer .contact-details a:hover{
	color: var(--lp--base-preset--brand-color--secondary);
}

.fa-twitter:before{
	content:'';
	background-image: url(/wp-content/uploads/2025/10/x.png);
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
    display: block;
}
@media (max-width: 640px) {
	.bottom-footer.with-colophon-link .cell {
		display: block;
	}
}
/*Footer End*/

/* Customizer */
/*************************************
#PAGE ELEMENT COUNTER - START
**************************************/
body.layouts {
	counter-reset: section;
}
body.layouts .page-element .grid-container {
	position: relative;
}
body.layouts .page-element .grid-container::after {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	font-weight: 700;
}
/*************************************
!PAGE ELEMENT COUNTER - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root {
  --lp--custom-preset--border-color: #eee;
  --lp--custom-preset--accordion-background-color: #3f1904;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/
.page-banner-hidden .header .top-bar .grid-container {border-bottom: 0; padding-bottom: 0;}
.client-logo .hic-image::before {
    padding-top: 55%;
}
.post-element.listing-element .hic-box .hic-image::before {padding-top: 50%;}
/* Customizer */