.wp-block-buttons {
	margin-bottom: 1.5rem;
}

.wp-block-button .wp-block-button__link {
	color: #F9F4E9;
	background-color: #7630C7;
	font-family: "Akzidenz Grotesk BQ", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:active {
	color: #F9F4E9;
	background-color: #431B73;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #1a1a1a;
	background-color: transparent;
	border-color: #1a1a1a;
	font-family: "Akzidenz Grotesk BQ", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
	color: #F9F4E9;
	background-color: #1a1a1a;
}

@media (min-width: 768px) {
	.fl-module-fl-post-content .fl-row-content-wrap {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.fl-module-fl-post-content .fl-row-content-wrap {
		padding: 0 20px !important;
	}
}

.fl-module-fl-post-content > .fl-module-content:has(.fl-builder-content),
.fl-module-fl-post-content .fl-module .fl-module-content,
.fl-module-fl-post-content .fl-module.fl-module-content {
	margin-left: 0;
	margin-right: 0;
}

.w3eden {
	--color-primary: #7630C7;
    --color-primary-rgb: 118, 48, 199;
    --color-primary-hover: #431B73;
    --color-primary-active: #431B73;
    --color-secondary: #1a1a1a;
    --color-secondary-rgb: 26, 26, 26;
    --color-secondary-hover: #431B73;
    --color-secondary-active: #431B73;
}

.w3eden .btn {
	font-family: "Akzidenz Grotesk BQ", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.w3eden .wpdm-download-link.btn.btn-primary {
	border-radius: 50px;
}

.w3eden .table {
	border-radius: 10px;
	overflow: hidden;
	color: #1a1a1a;
}

.w3eden .table tbody+tbody,
.w3eden .table td, .w3eden .table th {
	border-top-color: rgb(26 26 26 / 25%);
}

.w3eden .table thead th {
	background-color: #e0d0b9 !important;
}

#menu-header-nav a[target="_blank"]::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5'/><path fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z'/></svg>");
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 0.33rem;
}

.fwp-cateory-filter {
	display: none;
}

body.blog .fwp-cateory-filter {
	display: block;
}

.post-feed .fl-post-feed,
.action-alert-feed .fl-post-feed {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.post-feed .fl-post-feed-post,
.action-alert-feed .fl-post-feed-post {
    border: none;
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px;
	margin-bottom: 40px !important;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.post-feed .fl-post-feed-post::before,
.action-alert-feed .fl-post-feed-post::before {
	content: none;
}

@media (min-width: 992px) {
	.post-feed .fl-post-feed-post,
	.action-alert-feed .fl-post-feed-post {
		width: 50%;
	}
}

.post-card,
.action-alert-card {
	position: relative;
	align-items: center;
}

.post-card--image,
.action-alert-card--image {
	width: 170px;
	height: 170px;
	object-fit: cover;
	border-radius: 100%;
	margin-right: 1.5rem;
}

.action-alert-card--featured .action-alert-card--image {
	width: 300px;
	height: auto;
	border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.post-card--image,
	.action-alert-card--image {
		width: 120px;
		height: 120px;
	}
	
	.action-alert-card--featured .action-alert-card--image {
		width: 200px;
	}
}

@media (max-width: 525px) {
	.post-card--image,
	.action-alert-card--image {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 1199px) {
	.action-alert-card--featured {
		flex-direction: column;
	}
	
	.action-alert-card--featured .action-alert-card--image {
		width: 300px;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
}

.post-card--date,
.action-alert-card--date {
	background-color: #7630C7;
	color: #F9F4E9;
	font-family: "Akzidenz Grotesk BQ", sans-serif;
    font-weight: 400;
    font-size: 18px;
	line-height: 25px;
	padding: 2px 5px;
}

.post-card--title {
	font-weight: 400;
	margin-top: 15px;
	font-size: 22px;
    line-height: 1.2;
}

.action-alert-card--title {
	font-family: "Akzidenz Grotesk BQ", sans-serif;
	font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-decoration: underline;
	margin-top: 15px;
}

.post-card--link,
.action-alert-card--link {
	color: #1a1a1a;
	font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
	display: flex;
	align-items: center;
}

.post-card--link-icon,
.action-alert-card--link-icon {
	margin-left: 8px;
	font-size: 44px;
	line-height: 44px;
}

.fl-module-fl-post-content .post-card--image {
    width: 120px;
    height: 120px;
    margin-right: 1rem;
}

.fl-module-fl-post-content .post-card--link {
    font-size: 18px;
}

.fl-module-fl-post-content .post-card--link-icon {
    font-size: 32px;
    line-height: 32px;
}

.single-action-alert-image .fl-photo-content {
    position: relative;
}

@media (min-width:767px) {
	.single-action-alert-image .fl-photo-content::after {
		content: '';
		position: absolute;
		right: -60px;
		bottom: -60px;
		background: #e0d0b9;
		border: 1px solid #1a1a1a;
		width: calc(50% + 60px);
		height: 75%;
		border-radius: 10px;
		z-index: 0;
	}
}

.single-action-alert-image .fl-photo-content img {
    position: relative;
    z-index: 1;
}

.case-material-item {
	min-height: 46px;
}

.case-material-item > a {
    color: inherit;
    display: block;
    padding-right: 64px;
    position: relative;
    overflow: visible;
}

.case-material-item > a::after {
    content: "\e904";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    line-height: 1;
    font-family: 'CustomIcon' !important;
    font-weight: 400;
}

.case-material-item > a:hover {
    color:#431B73;
}

.case-card--title {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.case-card--title > a {
    color: inherit;
    display: block;
    padding-right: 64px;
    position: relative;
    overflow: visible;
}

.case-card--title > a::after {
    content: "\e904";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 36px;
    line-height: 1;
    margin-top: -18px;
    font-family: 'CustomIcon' !important;
    font-weight: 400;
}

.case-card--title > a:hover {
    color:#431B73;
}

.case-card--details p {
    font-size: 18px;
    margin-bottom: 0;
}

.case-card--date {
	background-color: #7630C7;
	color: #F9F4E9;
	font-family: "Akzidenz Grotesk BQ", sans-serif;
    font-weight: 400;
    font-size: 18px;
	line-height: 25px;
	padding: 2px 5px;
}

.fl-page .bt50WidgetMap {
	background: #e0d0b9;
}

.fl-page .fl-node-5h8gatvwsczi {
	background: #e0d0b9;
	overflow: hidden;
}

.fl-page .bt50Widget {
	background: none;
}