.pp-content-post:has(.pp-brochure-item) {
    margin-bottom: 80px;
}
.brochures-archive .pp-content-post-grid {
    display: grid;
    row-gap: 80px !important;
    column-gap: 24px !important;
}
.pp-brochure-item,
.pp-blog-item{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.pp-brochure-item.is-selected span.pp-brochure-plus {
    background: #ffffff;
    color: var(--fl-global---pp-pink);
}
.pp-brochure-item .pp-brochure-heading,
.pp-blog-item .pp-blog-heading{
    max-width: 304px;
	font-weight:500 !important;
}
.pp-brochure-item .pp-brochure-header
.pp-blog-item .pp-blog-header{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: left;
    align-items: start;
}
.pp-brochure-header{
	flex-direction: row !important;
	flex-wrap:nowrap;
	justify-content:space-between;
}





.pp-blog-item > .pp-blog-header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
	flex: 1 0;
	justify-content:stretch;
	min-height:270px;
}
.pp-blog-item.pp-casestudy > .pp-blog-header{
	min-height:140px;
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
	flex: 1 0;
	justify-content:stretch;

}
.pp-blog-item > .pp-blog-header .pp-blog-readnow a{
	color: var(--Teal, #40B5B7);
	text-align: center;
	/* Desktop/New button style */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.8px;
	display:flex;
	align-items:center;
	gap:10px;
}
.pp-blog-item > .pp-blog-header .pp-blog-readnow a i{
	transition: all .4s ease;
}

.pp-blog-item > .pp-blog-header .pp-blog-readnow a:hover{
	transition: all .4s ease;
}
.pp-blog-item > .pp-blog-header .pp-blog-readnow a:hover i{
	transform:translatex(10px);
	transition: all .4s ease;
}
.pp-blog-item .pp-blog-kicker{
	flex: 0 1;
}

.pp-blog-item .pp-blog-heading.fake-h5{
	flex: 1 0;

}
.pp-blog-item .pp-blog-heading.fake-h5 span{
	font-weight:500 !important;	
}
.pp-brochure-item span.pp-brochure-plus {
    width: 38px;
    height: 38px;
    background: var(--fl-global---pp-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}
.pp-brochure-item .pp-brochure-card,
.pp-blog-item .pp-blog-card{
    margin-top: auto;
}
.pp-brochure-item .pp-brochure-image,
.pp-blog-item .pp-blog-image{
    border-radius: 20px;
    overflow: hidden;
}
.pp-brochure-item .pp-brochure-image img,
.pp-blog-item .pp-blog-image img{
   width: 100%;
   height: 100%;
}
.brochures-archive ul.pp-post-filters,
.blog-archive ul.pp-post-filters{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    max-width: 658px;
    margin: 0 auto;
    margin-bottom: 80px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    padding: 6px;
}
.blog-archive ul.pp-post-filters{
	 max-width: 900px;
}

.pp-modal-right .gform_confirmation_message {
    display: flex;
    flex-direction: column;
    color: #000000;
}
@media (max-width:1024px) {
    .brochures-archive ul.pp-post-filters,
	.blog-archive ul.pp-post-filters {
        display: none;
        border-radius: 20px;
        margin-bottom: 0px !important;
		
		position: absolute;
		width: 100%;
		z-index: 90;
		background: rgb(27, 41, 48);
		left: 50%;
		transform: translateX(-50%);
		flex-direction: column;
		
    }
    .pp-post-filters-toggle {
        border-radius: 60px;
		margin-bottom:40px;
		
		color: var(--Navy, #1B2930);
		text-align: center;

		/* Desktop/New button style */
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 20.8px */
		letter-spacing: 0.8px;
		
		
    }
	
	.fl-node-yx6uhi4wqpv8__cbd919e6a6a0c18eacf48e96ce222499 ul.pp-post-filters li,
	.fl-node-wqtc6yeo5s07 ul.pp-post-filters li{
		margin:12px 0 !important;
	}
	.pp-post-filters-toggle:after{
		content: "\2b" !important;
		font-family: "Font Awesome 7 Pro" !important;
	}
	
	.pp-post-filters-toggle.pp-post-filters-open:after{
		content: "\f068" !important;
		font-family: "Font Awesome 7 Pro" !important;
	}
	

}
.brochures-archive li.pp-post-filter,
.blog-archive li.pp-post-filter{
    position: relative;
    border-radius: 100px;
    padding: 6px 20px;
    overflow: hidden;
    font-weight: 400;
    margin: 0px !important;
}
.brochures-archive li.pp-post-filter span,
.blog-archive li.pp-post-filter span{
    position: relative;
    z-index: 1;
}
.brochures-archive li.pp-post-filter::before,
.blog-archive li.pp-post-filter::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transition: 0.3s ease-out;
    z-index: 0;
	opacity:0;
}
.brochures-archive li.pp-post-filter:hover::before , .brochures-archive li.pp-filter-active::before,
.blog-archive li.pp-post-filter:hover::before , .blog-archive li.pp-filter-active::before{
   opacity:100;
}
.brochures-archive li.pp-filter-active, .brochures-archive li.pp-post-filter:hover,
.blog-archive li.pp-filter-active, .blog-archive li.pp-post-filter:hover{
    font-weight: 700;
}
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-6px); }
  80% { transform: translateX(6px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.4s ease;
}
/* Sticky bottom button */
.pp-selected-trigger { 
    display: flex !important;
    position: fixed !important;
    left: unset;
    right: 5%;
    top: 50% !important;
    bottom: unset !important;
    z-index: 30 !important;
    background: #c05f84 !important;
    color: #ffffff !important;
    border-radius: 100px !important;
    padding: 15px 20px !important;
    transition: bottom ease .5s;
	border: 1px solid transparent;
	max-height:46px !important;
}
.pp-selected-trigger:hover {
    color: #c05f84 !important;
    background: #ffffff !important;
	border: 1px solid transparent;
}
.pp-selected-trigger.visible{
    bottom: 20px;
}

/* Modal */
.pp-modal.hidden {
    display: none;
}
.pp-selected-trigger.hidden{
	display:none !important;
}
.pp-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    max-height: 100vh;
    overflow-y: scroll;
}

.pp-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}
.pp-modal-dialog {
    position: relative;
    width: 100%;
    max-width:1225px;
    margin: 60px auto;
    /* background: #fff; */
    border-radius: 14px;
    overflow: hidden;
}
.pp-modal-close{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pp-modal-close svg {
    width: 13px;
}
.pp-modal-inner {
    display: grid;
    background-color: #fff;
    grid-template-columns: 40% 1fr;
    gap: 30px;
    min-height: 420px;
    padding: 30px;
    border-radius: 20px;
    margin: 34px;
}

.pp-modal-left {
    padding: 30px;
    background: var(--fl-global---pp-pink);
    color: #fff;
    border-radius: 20px;
}

.pp-modal-right {
    padding: 0px;
}
.pp-modal-title {
    font-size: 23px;
}
.pp-modal-title-top {
font-weight: 300;
}

.pp-modal-title-count {
    font-weight: 500;
}

.pp-modal-list {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}
.pp-modal-right input[type="submit"] {
    box-shadow: 0 10px 30px 0 rgba(65, 178, 179, 0.30) !important;
}
.pp-modal-pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(27, 41, 48, 0.10);
	background: rgba(27, 41, 48, 0.10);
}

.pp-modal-pill svg {
    background: transparent;
    border: 0;
    fill: #fff;
    width: 12px;
    cursor: pointer;
}

/* Selected state (optional styling) */
.pp-brochure-item.is-selected {
    outline: 2px solid rgba(0, 0, 0, .08);
}
.post-type-archive-brochures .fl-page {
    overflow-x: hidden;
}
@media (max-width:1024px) {
    .pp-modal-inner {
        grid-template-columns: 1fr;
        margin: 30px
    }
}




/************************
 * 
 * Events Post Listing
 *
 ***********************/
.facetwp-bb-module .facetwp-facet-title{
	color: var(--White, #FFF);
	font-family: Roboto;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 20.8px */
	padding-bottom:20px;
	display:block;
	
}
.facetwp-bb-module .facetwp-dropdown{
	width:100%;
	border-radius: 4px;
	border: 1px solid var(--White-stroke, rgba(255, 255, 255, 0.10)) !important;
	background: rgba(255, 255, 255, 0.10) !important;
	padding:8px 10px;
	margin-bottom: 0px !important;
	font-size:13px !important;
	font-weight:400 !important;
}
.facetwp-bb-module .facetwp-dropdown option {
 	background: #1B2930;
	color:#fff;
}

.facetwp-bb-module .facetwp-type-dropdown{
	margin-bottom: 0px !important;
}
.fwpl-result .el-1tvcxf{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.fwpl-row.el-8cjrpw{
	align-items:stretch !important;
	height: 100% !important;
}
.fwpl-item.el-vlqo4u.is-empty{
	max-height:20px;
}

.fwpl-item.el-vlqo4u.is-empty,
.fwpl-item.el-3fzd47,
.fwpl-item.el-0fjw5{
	flex:1 0;
	
}

.fwpl-result .fwpl-tax-events-type{
	 display: inline-block;
    background: linear-gradient(90deg, #40B5B7 30%, #C05F84 70%);
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase
  /* fallback approach */
  color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2.6px;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-size: 13px !important;
}

.fwpl-item.el-vgeg1r a{
	display:flex;
	gap:10px;
	align-items:center;
	color: var(--Teal, #40B5B7);
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	letter-spacing: 0.8px;
	
}

.fwpl-item.el-vgeg1r a:hover{
	color: var(--Teal, #40B5B7);
	transition:ease all .4s; 
}

.fwpl-item.el-tm9cap{
	margin-top:10px;
	border-radius: 20px;
	background: #FFF;
	height:260px;

}

.fwpl-item.el-tm9cap img{
	border-radius: 20px;

	height:auto;

	    max-height: 100%;
    object-fit: cover;
}

.fwpl-item.el-tm9cap.is-empty{
	flex:1 0;	
	min-height:260px;
}

.fwpl-layout.el-hkhimk{
	row-gap: 80px !important;	
}


@media (max-width:1024px) {
	.fwpl-layout.el-hkhimk{
		grid-template-columns: repeat(2, 1fr) !important;
		
	}
		#sd-pp-featured-g41ekot8musa .splide__slide{
		max-width: 80vw;
	}
	.fwpl-item.el-tm9cap{
		background: transparent !important;
	}
}


@media (max-width:768px) {
	.fwpl-layout.el-hkhimk{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	#sd-pp-featured-g41ekot8musa .splide__slide{
		max-width: 80vw;
	}
	
	.fwpl-item.el-tm9cap{
		height:UNSET;
	}
}

.fwpl-layout.el-hkhimk{
	max-width:1224px;
	margin:auto;
}

.fwpl-item.el-3fzd47{
	color: var(--White, #FFF);
	font-family: Poppins;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 29.9px */
}
.fwpl-item.el-0fjw5{
	color: var(--White, #FFF);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 20.8px */
}
.facetwp-facet-event_date_grouped option[value="__upcoming__"],
.facetwp-facet-event_date_grouped option[value="__past__"] {
	font-weight: 500;
}


/************************
 * 
 * Events Post Listing
 *
 ***********************/
@media (max-width:768px) {
	#built-to-last .slick-track{
		justify-content:center;

	}


	#built-to-last .slick-track .slick-slide{
		max-width:288px;		
	}
}

#sd-image-swapper > .fl-row-content-wrap{
	overflow:hidden;
}


#sd-compliance-cta h3{
	max-width:65%;
	text-wrap:unset;
}

h3, p{
	text-wrap:balance;
}

@media (min-width:1024px) {
	
	.fl-node-t0gc3hy468bd.fl-module > .fl-module-content{
		margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
	}	
	
	
	
header > .fl-row > .fl-row-content-wrap{
	background:transparent;	
}

#hero-sub > .fl-row-content-wrap{
	overflow:visible;
}

}

.fl-node-5zuhonfej28b{
	background: linear-gradient(180deg, rgba(27, 41, 48, 0.00) 0%, #1B2930 100%);
}

button.sd-team-card__close:hover i {
    color: #C05F84 !important;
}

.sd-team-card__toggle i{
	padding-left:2px;
}



.uabb-gf-style .ginput_container_select::after {
    content: "";
    font-family: "Font Awesome 7 Pro" !important;
    right: 12px;
    color: var(--fl-global---pp-navy) !important;
}

.gfield_select {
	color: #646F79 !important;
}

.uabb-gf-style .ginput_container_select option{
    color: var(--fl-global---pp-navy) !important;
}

.fl-node-m4nlcow8e0yg__329c004cf649a7453a5c50122b5a3c42{
	align-items:center !important;
}

.pp-blog-item .pp-blog-header{
	display:flex;
	flex-flow:column;
	gap:20px;
}
.pp-blog-item .pp-blog-header .pp-blog-heading{
	max-width:100%!important;	
}

.pp-blog-item .pp-blog-header .pp-blog-kicker{
	width:max-content;
}
.pp-content-grid-pagination ul.page-numbers {
    display: flex;
    gap: 12px;
}
.pp-content-grid-pagination .page-numbers li{
	border-radius:100px;
	border: 1px solid rgba(255, 255, 255, 0.60);
	background:transparent;
	aspect-ratio: 1; 
	display:flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
}
.pp-content-grid-pagination li span.page-numbers,
.pp-content-grid-pagination li a.page-numbers{
	background:transparent !important;
	padding-left:0 !important;
	padding-right:0 !important;
	padding-bottom: 0 !important;
	padding-top:0 !important;
	border:none !important;
	color:#fff !important;
	margin-right:0 !important;
	margin-bottom:0 !important;
	font-size:13px;
}

.pp-content-grid-pagination li:hover{
	background:rgba(255, 255, 255, 0.40) !important;
}


.pp-content-grid-pagination li:hover a,
.pp-content-grid-pagination li:hover span,
.pp-content-grid-pagination li span[aria-current="page"]{
	color:#1B2930 !important;
}

.pp-content-grid-pagination li:has( > span[aria-current="page"]){
	background:#fff !important;
} 


.pp-content-grid-pagination li:has(a.next),
.pp-content-grid-pagination li:has(a.prev){
	border:none !important;
	width:unset;
	height: auto;
	aspect-ratio: 0;
}
.pp-content-grid-pagination li a.next:hover,
.pp-content-grid-pagination li:hover:has(a.next),
.pp-content-grid-pagination li:hover:has(a.prev){
	background-color:transparent !important;
}

li.pp-post-filter.pp-filter-active,
li.pp-post-filter:hover span{
	color:var(--fl-global---pp-navy) !important;
}


li.pp-post-filter[data-filter=".category-featured"],
li.pp-post-filter[data-filter=".category-uncategorized"],
li.pp-post-filter[data-filter=".category-blog"]{
	display:none;
}

.facetwp-bb-module{
    max-width: 100%;
}

.facetwp-bb-module .facetwp-facet-title{
    max-width: 100%;
    width: max-content;
}

.facetwp-bb-module .facetwp-facet{
    max-width: 100%;
}


#cta-shrink h2,
#cta-shrink p{
	max-width:70%;
	text-wrap:pretty;
}

.pp-posts-wrapper{
	padding-top:40px;
}

.fl-module.fl-module-box.fl-node-wd6h2g8ro1x3__31eb8b2116274aaccb105822aac728a9.aos-init.aos-animate{
	display:none;
}


.fl-icon-text a p span{
	font-weight:400 !important;
}


