/* ------------------------------------------------------------ *\
	news-card
\* ------------------------------------------------------------ */

.news-card {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	/* box-shadow: 0 5px 10px rgba(0, 0, 0, .15); */
	transition: transform 0.4s, box-shadow 0.4s;
	border: 1px solid #eee;
}

.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.news-card .news-card__image {
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.news-card .news-card__image img {
	transition: transform 0.4s;
}

.news-card .news-card__image a:hover img {
	transform: scale(1.05);
}

.news-card .news-card__inner {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 24px 20px;
}

.news-card .news-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 8px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}

.news-card .news-card__category {
	display: inline-block;
	background: #ED1C24;
	color: #fff;
	padding: 4px 6px 1px 6px;
	font-weight: 700;
	line-height: 1em;
	font-size: 10px;
}

.news-card .news-card__date {
	color: #666;
	font-weight: 400;
	font-size: 10px;
	margin-top: 4px;
}

.news-card .news-card__title {
	font-family: "Helvetica Neue LT Std Condensed", sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
	margin-bottom: 12px;
}

.news-card .news-card__title a {
	text-decoration: none;
	color: inherit;
	transition: color 0.4s;
}

.news-card .news-card__title a:hover {
	color: #ED1C24;
}

.news-card .news-card__excerpt {
	font-size: 14px;
	line-height: 1.6;
	color: #444;
	flex-grow: 1;
}

.news-card .news-card__excerpt > *:last-child {
	margin-bottom: 0;
}

.news-card .news-card__actions {
	margin-top: 20px;
}

/* Featured News Card Variant */
.news-card--featured {
	flex-direction: row;
	align-items: stretch;
}

.news-card--featured .news-card__image {
	width: 55%;
	padding-bottom: 0;
	min-height: 350px;
}

.news-card--featured .news-card__inner {
	width: 45%;
	padding: 40px 35px;
	justify-content: center;
}

.news-card--featured .news-card__title {
	font-size: 28px;
	margin-bottom: 16px;
}

.news-card--featured .news-card__excerpt {
	font-size: 16px;
	margin-bottom: 24px;
}

.news-card--featured .news-card__meta {
	margin-bottom: 16px;
}

/* ------------------------------------------------------------ *\
	news-listing
\* ------------------------------------------------------------ */

.news-listing {
	max-width: calc(1260px + 100px);
	padding-left: 50px;
	padding-right: 50px;
	margin: 90px auto 80px;
}

.news-listing.is-loading .news-listing__actions a:before {
	opacity: 1;
}

.news-listing .news-listing__items {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -18px;
}

.news-listing .news-listing__item {
	display: flex;
	width: 33.33%;
	padding: 20px 18px;
}

.news-listing .news-listing__actions {
	text-align: center;
	margin: 60px 0 0;
}

.news-listing .news-listing__actions a {
	width: 280px;
	max-width: 100%;
	position: relative;
}

.news-listing .news-listing__actions a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../dist/images/spinner.svg) no-repeat center/contain;
	opacity: 0;
	transition: opacity 0.4s;
}

/* Featured News Section */
.featured-news {
	margin: 60px 0;
}

/* ------------------------------------------------------------ *\
	Responsive Styles
\* ------------------------------------------------------------ */

/* Small Desktop (max-width: 1199px) */
@media (max-width: 1199px) {
	.news-card .news-card__title {
		font-size: 18px;
	}

	.news-card .news-card__excerpt {
		font-size: 13px;
	}

	.news-card--featured .news-card__title {
		font-size: 24px;
	}

	.news-card--featured .news-card__excerpt {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

/* Tablet (max-width: 1023px) */
@media (max-width: 1023px) {
	.news-listing {
		padding-left: 20px;
		padding-right: 20px;
		margin: 60px auto;
	}

	.news-listing .news-listing__item {
		width: 50%;
	}

	.news-card--featured {
		flex-direction: column;
	}

	.news-card--featured .news-card__image {
		width: 100%;
		min-height: auto;
		padding-bottom: 56.25%;
	}

	.news-card--featured .news-card__inner {
		width: 100%;
		padding: 30px 25px;
	}

	.featured-news {
		margin: 40px 0;
	}
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
	.news-listing {
		padding-left: 20px;
		padding-right: 20px;
		margin: 40px auto;
	}

	.news-listing .news-listing__items {
		margin: -15px;
	}

	.news-listing .news-listing__item {
		width: 100%;
		padding: 15px;
	}

	.news-listing .news-listing__actions {
		margin: 40px 0 0;
	}

	.news-card--featured .news-card__inner {
		padding: 24px 20px;
	}

	.news-card--featured .news-card__title {
		font-size: 20px;
	}
}
.fx-single--content p{
	font-family: "Helvetica Neue LT Std", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em
	
}

.download-press-release{
	margin-bottom: 20px;
}

.download-press-release a {
    text-transform: uppercase;
    font-family: Helvetica Neue LT Std Condensed,sans-serif;
    color: red !important;
    font-size: 16px;
    letter-spacing: .06em;
}


.fx-single--sidebar{
    margin:32px 0;
    
}

.fx-single--sidebar #gform_wrapper_76 {
    padding: 0;
}

.fx-single--sidebar #gform_76 {
    flex-direction: column;
    gap: 8px;
    background: black;
    padding: 32px 32px 64px 32px;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
}

.fx-single--sidebar .gform-footer {
    gap: 0;
    margin-top: 6px !important;
}

.fx-single--sidebar .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button, 
.fx-single--sidebar .gform_wrapper.gform_wrapper.gravity-theme .gform_footer input, 
.fx-single--sidebar .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button, 
.fx-single--sidebar .gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input{
    min-width:unset;
}

.fx-single--sidebar .gf-social-share {
    padding-top: 0;
}



.fx-single--sidebar .gf-social-share .gf-social-share__heading {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .06em;
}

@media(min-width:1024px){
	.wrapper {
		overflow: visible !important;
	}
	


	.fx-single--sidebar .elementor-container,
	.fx-single--sidebar.elementor-column {
		align-self: flex-start;
	}
	
	/* Or target the parent container more broadly */
	.elementor-top-section:has(.fx-single--sidebar) .elementor-container {
		align-items: flex-start !important;
	}
	
	.fx-single--sidebar{
		margin-top:0px;
		position: sticky !important;
		top:200px;
		z-index: 10;
	}

}

@media(min-width:1200px){
.fx-single--sidebar{
	top:150px;
}
}
