/***********************/
/* Zains's Stylesheet */
/*********************/

/* Glossary Header */
.custom-glossary-header #h-glossary {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 16px !important;
	letter-spacing: 0.03em !important;
	text-align: center !important;
	color: #737171 !important;
	margin-bottom: 30px;
}

.custom-glossary-header #h-cybersecurity-intelligence-101 {
	font-size: 64px !important;
	font-weight: 400 !important;
	line-height: 73.6px !important;
	letter-spacing: -0.01em !important;
	text-align: center !important;
	color: #1f1f1f !important;
}

.custom-glossary-header p {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 25.2px !important;
	text-align: center !important;
	color: #1f1f1f !important;
	max-width: 730px;
	margin: 0 auto !important;
}

.custom-glossary-header img {
	width: 66% !important;
	top: 13% !important;
	left: 55% !important;
}

.glossary-listing-border {
	border-top: 1px solid #d0d0d0 !important;
}

/* Job Board */
.jobs-list,
.jobs-list * {
	box-sizing: border-box;
}
.jobs-filter {
	/* border-radius: 10px;
	border: 1px solid #fe8a34;
	background: white; */
	padding: 50px 60px !important;
	margin-bottom: 80px;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
}

@media only screen and (max-width: 431px) {
	.jobs-filter {
		margin-bottom: 10px !important;
	}
}

.jobs-filter .hbspt-form {
	width: 100% !important;
}

.jobs-filter .job-fieldset-label {
	color: #242634;
	margin-bottom: 5px;
	padding-bottom: unset !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.jobs-filter .selected-department,
.jobs-filter .selected-location {
	font-weight: 400 !important;
}

.block.jobs-list .jobs-filter form .selected-department:before,
.block.jobs-list .jobs-filter form .selected-location:before {
	content: "";
	position: absolute;
	background-image: url(../img/nav-angle.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center right;
	cursor: pointer;
	width: 95%;
	height: 50px;
}

.jobs-list .jobs-list .headings .heading {
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	color: #adadae !important;
}

.jobs-list .jobs-list .headings .heading:first-of-type {
	padding-left: 30px;
}

.jobs-list .jobs-list .jobs-container .job a {
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
}

.jobs-list .jobs-list .jobs-container .job a:hover {
	box-shadow: 0px 6px 16px 0px #535fca14;
}

.block.jobs-list .jobs-list .job .details {
	background: white !important;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
}

.block.jobs-list .jobs-list .job .details:hover {
	border: 1px solid #5c6ae0 !important;
}

.jobs-list .jobs-list .jobs-container .job > a > .details > div {
	font-weight: 400 !important;
}

.jobs-list .jobs-list .jobs-container .job:hover > a > .details > .title {
	color: #535fca !important;
}

.jobs-list .jobs-list .jobs-container .job > a > .details > .department,
.jobs-list .jobs-list .jobs-container .job > a > .details > .location {
	color: #adadae !important;
}

.jobs-list .jobs-list .jobs-container .job > a > .details > .location {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 699px) {
	.jobs-list .jobs-list .jobs-container .job > a > .details > .location {
		justify-content: center;
	}
}

/* Glossary */
.glossary-list .letter-links {
	max-width: unset !important;
}

.glossary-list .letter-arrow {
	border: none !important;
	box-shadow: none !important;
}

.glossary-list .letter-arrow img {
	width: 30px !important;
	height: 30px !important;
}

.glossary-list .letter-links .letter {
	background: white !important;
	border-radius: 10px !important;
	border: 1px solid #adadae !important;
	width: 60px !important;
	height: 60px !important;
}

.glossary-list .letter-links .letter:hover {
	border: 1px solid #535fca !important;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
}

.glossary-list .letter-links .letter:hover > a {
	color: #1f1f1f !important;
}

.glossary-list .letter-links .letter a {
	color: #adadae !important;
	font-weight: 500 !important;
	font-size: 28px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.glossary-list .glossary-filter-container {
	max-width: unset !important;
}

.glossary-list .glossary-filter-container .container {
	box-sizing: border-box !important;
	max-width: unset !important;
	width: 100% !important;
	padding: 50px 60px !important;
	background: linear-gradient(
		122.26deg,
		#fe8a34 -16.68%,
		#e9e6e2 108.35%,
		#98531f 108.36%
	);
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
}

.glossary-list .glossary-filter-container .container fieldset label {
	color: #242634;
	margin-bottom: 5px;
	padding-bottom: unset !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.glossary-list
	.glossary-filter-container
	.container
	fieldset
	.selected-function,
.glossary-list
	.glossary-filter-container
	.container
	fieldset
	input::placeholder {
	font-weight: 400 !important;
}

.glossary-items-container__group {
	box-sizing: border-box;
	padding: 10px 50px;
	background: white;
	border: 1px solid #e9e6e2;
	border-radius: 24px;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
}

.glossary-items-container__group:hover .letter {
	color: #535fca !important;
}

.glossary-items-container__group.open .group-divider {
	padding-bottom: 5px;
}

.glossary-items-container__group .letter {
	font-size: 42px !important;
	font-weight: 400 !important;
	background: none !important;
	color: #1f1f1f !important;
}

.glossary-items-container__group .group-content .left {
	display: none;
}

.glossary-items-container__group.open .group-divider:after {
	content: "";
	position: absolute;
	width: calc(100% + 100px);
	left: -50px;
	bottom: 0;
	height: 1px;
	background: #d0d0d0;
}

.glossary-items-container .glossary-item {
	border: none !important;
	border-bottom: 1px solid #d0d0d0 !important;
	margin: 40px !important;
	margin-bottom: unset !important;
	padding: unset !important;
	padding-bottom: 40px !important;
	background: none !important;
}

.glossary-items-container .glossary-item:last-of-type {
	border-bottom: none !important;
}

.glossary-item,
.glossary-item a {
	display: flex !important;
	flex-direction: column;
	gap: 20px;
}

.glossary-item a:hover > h5 {
	color: #535fca !important;
}

.glossary-item h5 {
	font-weight: 400 !important;
	font-size: 28px !important;
	color: #1f1f1f !important;
	padding-bottom: unset !important;
}

.glossary-item p {
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #737171 !important;
	padding-bottom: unset !important;
}

.glossary-item .read {
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #535fca !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Blog */
.listings-content.blog {
	padding-bottom: 100px !important;
}
/** Filter **/
.blog .hbspt-form {
	width: 100% !important;
	margin-right: unset !important;
	margin-bottom: clamp(20px, 100%, 40px);
}

.blog .hbspt-form fieldset {
	margin-right: unset !important;
}

.blog .hbspt-form ul {
	position: relative !important;
	max-height: unset !important;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	/* gap: 12px; */
	top: 0 !important;
	border-radius: 24px !important;
	border: 1px solid #e9e6e2 !important;
	box-shadow: 0px 6px 16px 0px rgba(31, 31, 31, 0.08) !important;
	padding: 7px 0;
}

.blog .hbspt-form ul li {
	position: relative;
	width: auto !important;
	background: white;
	border: 1px solid #e9e6e2;
	padding: 10px 1.5vw !important;
	border-radius: 13px !important;
	margin: 4px !important;
	font-size: 14px !important;
	/* font-weight: 400 !important; */
	color: #737171 !important;
	line-height: 19px !important;
	font-weight: 600 !important;
}

.blog .hbspt-form ul li::before {
	display: none !important;
}

.blog .hbspt-form ul li.selected::after {
	content: "";
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: linear-gradient(
		122.26deg,
		#fe8a34 -16.68%,
		#e9e6e2 108.35%,
		#98531f 108.36%
	);
	top: -2px;
	left: -2px;
	border-radius: 14px;
	z-index: -1;
}

.blog .hbspt-form ul li.selected {
	border: 1px solid transparent !important;
	color: #1a1c33 !important;
}

.blog .hbspt-form ul li:hover {
	color: #1a1c33 !important;
	background: white !important;
}

.blog .selected-tags {
	display: none;
}

/**Cards**/
.blog-cards .title {
	height: auto !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	color: #1f1f1f;
}

.blog-cards .excerpt {
	height: auto !important;
	font-weight: 400;
	font-size: 16px;
	color: #737171;
}

.listings-content.blog .blog-cards .read {
	display: none !important;
}

/* Events */

.events-filter > .container {
	display: flex !important;
}

.events-filter .filters {
	display: inline-flex !important;
	max-width: unset !important;
	width: auto !important;
	border: 1px solid #e9e6e2 !important;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
	padding: 12px 16px !important;
	gap: 12px 14px !important;
	background: white !important;
	border-radius: 24 !important;
}

.events-filter .filter-wrapper {
	position: relative;
	padding: 1px !important;
	background: #e9e6e2;
	border-radius: 14px !important;
}

.events-filter .filter-wrapper:has(.active) {
	background: linear-gradient(
		122.26deg,
		#fe8a34 -16.68%,
		#e9e6e2 108.35%,
		#98531f 108.36%
	);
}

.events-filter .filter {
	position: relative !important;
	font-size: 16px !important;
	color: #737171 !important;
	padding: 12px 16px !important;
	border-radius: 13px !important;
	background: white !important;
}

.events-filter .filter:hover {
	position: relative !important;
	font-size: 16px !important;
	color: #1f1f1f !important;
	padding: 12px 16px !important;
	border-radius: 13px !important;
	background: white !important;
}

.events-filter .active {
	color: #1f1f1f !important;
}

.listings-content.events .no-posts {
	opacity: 1 !important;
	visibility: visible !important;
	margin: 0 auto !important;
}

/* Card */
.event-cards {
	align-items: unset !important;
}

.event-cards .card a:hover > .event-details > .title {
	color: #5c6ae0 !important;
}

.event-cards .card {
	border-radius: 24px !important;
	border: 1px solid #d0d0d0 !important;
}

.event-cards .card .cat {
	padding: 5px 12px !important;
	border-radius: 40px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	color: white !important;
	text-transform: uppercase !important;
}

.event-cards .card .cat[data-primary-cat="Conferences"] {
	background: #e2771e !important;
}

.event-cards .card .cat[data-primary-cat="Upcoming Webinars"] {
	background: #535fca !important;
}

.event-cards .card .cat[data-primary-cat="Virtual Conferences"] {
	background: #1f7268 !important;
}

.event-cards .card .title {
	height: auto !important;
	background: none !important;
	display: block !important;
	padding: unset !important;
	text-align: left !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 28.8px !important;
	color: #1f1f1f !important;
}

.event-cards .card .excerpt {
	height: auto !important;
	padding-bottom: unset !important;
	margin-top: 16px;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-align: left !important;
	color: #1f1f1f !important;
}

.event-cards .card .event-data {
	gap: 10px;
	margin-top: 14px;
	padding-bottom: unset !important;
}

.event-cards .card .icon {
	width: 16px !important;
	height: 16px !important;
}

.event-cards .card .event-time-date,
.event-cards .card .event-location-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.event-cards .card .event-date,
.event-cards .card .event-location,
.event-cards .card .event-time,
.event-cards .card .dot {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 16px !important;
	letter-spacing: 0.02em !important;
	text-align: left !important;
	color: #737171 !important;
	margin-right: unset !important;
}

/* News */
/** Filter **/
.listings-content.news {
	padding-bottom: 100px !important;
}
/** Filter **/
.news .hbspt-form {
	width: 100% !important;
	margin-right: unset !important;
	margin-bottom: clamp(20px, 100%, 40px);
}

.news .hbspt-form form {
	justify-content: center !important;
}

.news .hbspt-form fieldset {
	margin-right: unset !important;
	width: auto;
}

.news .hbspt-form ul {
	position: relative !important;
	max-height: unset !important;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	/* gap: 12px; */
	top: 0 !important;
	border-radius: 24px !important;
	border: 1px solid #e9e6e2 !important;
	box-shadow: 0px 6px 16px 0px rgba(31, 31, 31, 0.08) !important;
	padding: 7px !important;
}

.news .hbspt-form ul li {
	position: relative;
	width: auto !important;
	background: white;
	border: 1px solid #e9e6e2;
	padding: 10px 1.5vw !important;
	border-radius: 13px !important;
	margin: 4px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #737171 !important;
	line-height: 19px !important;
}

.news .hbspt-form ul li::before {
	display: none !important;
}

.news .hbspt-form ul li.selected::after {
	content: "";
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: linear-gradient(
		122.26deg,
		#fe8a34 -16.68%,
		#e9e6e2 108.35%,
		#98531f 108.36%
	);
	top: -2px;
	left: -2px;
	border-radius: 14px;
	z-index: -1;
}

.news .hbspt-form ul li.selected {
	border: 1px solid transparent !important;
	color: #1a1c33 !important;
}

.news .hbspt-form ul li:hover {
	color: #1a1c33 !important;
	background: white !important;
}

.news .selected-tags {
	display: none;
}

@media only screen and (max-width: 999px) {
	.listings-content.newsroom .filter-container.news form {
		align-items: center !important;
	}
}

/** Cards **/
.news-cards {
	align-items: unset !important;
}

.news-cards .card {
	padding-bottom: unset !important;
	border-bottom: none !important;
	border: 1px solid #d0d0d0 !important;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
	border-radius: 24px;
	padding: 30px !important;
}

.news-cards a:hover > .title {
	color: #5c6ae0 !important;
}
.news-cards .cat {
	padding: 5px 12px !important;
	border-radius: 40px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	color: white !important;
	text-transform: uppercase !important;
}

.news-cards .cat[data-primary-cat="In the News"] {
	background: #535fca !important;
}

.news-cards .cat[data-primary-cat="Press Releases"] {
	background: #e2771e !important;
}

.news-cards .cat[data-primary-cat="News"] {
	background: #1f7268 !important;
}

.news-cards .title {
	height: auto !important;
	background: none !important;
	display: block !important;
	padding: unset !important;
	text-align: left !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 28.8px !important;
	color: #1f1f1f !important;
}

.news-cards .excerpt {
	height: auto !important;
	padding-bottom: unset !important;
	margin-top: 16px;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-align: left !important;
	color: #1f1f1f !important;
}

.news-cards .read {
	margin-top: 14px !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-align: left !important;
}

/* Subscription Box */

.subscription-box,
.careers-sub {
	background: #535fca
		url("/wp-content/themes/flashpoint/img/bg-getting-started.jpg") no-repeat;
	background-size: contain;
	background-position: bottom;
	align-items: center !important;
	border-radius: 24px !important;
}

.subscription-box p {
	font-weight: 400 !important;
}

/* Careers Page */

.careers-columns {
	gap: 100px;
}

@media only screen and (max-width: 431px) {
	.careers-columns {
		gap: 30px;
	}
}

.careers-stats-container {
	display: flex;
}
.careers-stats-container .career-stat-container {
	width: 100%;
}
.careers-stats-container .career-stat-container .careers-stats {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.careers-stats h2 {
	padding-bottom: unset !important;
}

.careers-stats hr {
	color: white !important;
	width: 50% !important;
	margin: 10px auto !important;
}
.careers-list ul {
	list-style: unset !important;
	list-style-image: url("/wp-content/themes/flashpoint/img/flashpoint-bullet.svg") !important;
}

.careers-list li:before {
	display: none !important;
}
.careers-list li {
	display: revert !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	color: #737171 !important;
	padding-left: 8px !important;
	margin-bottom: 1em !important;
}
.careers-awards {
	display: flex !important;
	align-items: center !important;
}
/*
.careers-awards .awards {
	max-width: 540px !important;
}
	*/

.careers-awards .icon-list-item {
	margin: unset !important;
}

.careers-awards .icon-list-item .logo {
	margin-bottom: unset !important;
}

.career-divider {
	border-top: 1px solid #d0d0d0 !important;
}

.invert-image > picture img {
	transform: scaleX(-1);
	opacity: 0.5;
}

#open-positions {
	border-top: 2px solid #d0d0d0 !important;
}

/* Resources */

.filter-container.resources .form-container {
	display: flex !important;
}

.filter-container.resources form {
	align-items: center !important;
	justify-content: center !important;
	max-width: 1180px;
	border: 1px solid #e9e6e2;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
	padding: 12px 16px;
	border-radius: 24px;
	margin-bottom: 40px;
	flex-flow: nowrap !important;
}

.filter-container.resources ul {
	top: 55px !important;
	width: 250px !important;
	right: 0;
	border-radius: 12px !important;
	box-shadow: 0px 6px 16px 0px #1f1f1f14;
}

.filter-container.resources li {
	padding-left: 50px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	color: #1f1f1f !important;
}

.filter-container.resources li::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 20px !important;
	color: white !important;
	width: 24px !important;
	height: 24px !important;
	background: white !important;
	transform: translateY(-50%);
	border-radius: 6px !important;
	border: 1px solid #d0d0d0 !important;
	left: 10px !important;
}

.filter-container.resources li.selected::before {
	content: "✓";
	background: #535fca !important;
	border: 1px solid transparent !important;
}

#function-fieldset,
#type-fieldset {
	display: flex !important;
	gap: 20px;
	align-items: center;
	width: 100% !important;
	max-width: 410px !important;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

#function-fieldset .selected-function,
#type-fieldset .selected-type {
	width: auto;
	max-width: 330px;
	flex-grow: 1;
	border: 1px solid #e9e6e2 !important;
	padding: 10px 16px !important;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow: hidden;
	cursor: default !important;
	transition: border 0.2s linear;
}

#function-fieldset .selected-function:hover,
#function-fieldset .selected-function:active,
#function-fieldset .selected-function:focus-within,
#type-fieldset .selected-type:hover,
#type-fieldset .selected-type:active,
#type-fieldset .selected-type:focus-within {
	border: 1px solid #535fca !important;
}

#function-fieldset .selected-function::after,
#type-fieldset .selected-type::after {
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	background: linear-gradient(90deg, transparent, white 15%);
	top: 0;
	right: 0;
}

.filter-container.resources .selected-function::before,
#type-fieldset .selected-type::before {
	background-size: 14px auto !important;
	width: 100% !important;
	background-image: url("../img/filter-angle-down-true.svg") !important;
	top: 0;
	z-index: 99;
	right: 10px;
}

#function-fieldset .selected-function span,
#type-fieldset .selected-type span {
	display: inline-block;
	border-radius: 40px;
	padding: 5px 12px;
	background: #535fca;
	font-weight: 600;
	font-size: 14px;
	color: white;
	letter-spacing: 2%;
	line-height: 16px;
	white-space: nowrap;
}

#function-fieldset .resource-filter-title,
#type-fieldset .resource-filter-title {
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #1f1f1f !important;
	white-space: nowrap;
	flex-shrink: 0;
}

.listings-content.resources .selected-tags {
	visibility: visible !important;
	max-height: unset !important;
	padding: 15px 0 !important;
	opacity: 1 !important;
	flex-shrink: 0;
	height: 20px !important;
	padding: unset !important;
	width: 85px !important;
}

.listings-content.resources .selected-tags > div {
	color: #e2771e !important;
	font-size: 16px;
}

.listings-content.resources .selected-tags > div > img {
	margin-right: 5px;
	margin-left: unset !important;
}

@media only screen and (max-width: 999px) {
	.listings-content.resources form {
		flex-flow: nowrap !important;
	}
	.listings-content.resources fieldset {
		margin-bottom: unset !important;
		gap: 10px !important;
	}
	.listings-content.resources .selected-tags {
		margin-top: unset !important;
	}
}

@media only screen and (max-width: 699px) {
	.listings-content.resources form {
		flex-direction: column !important;
	}
	.listings-content.resources ul {
		position: absolute !important;
	}
	.listings-content.resources #function-fieldset,
	.listings-content.resources #type-fieldset {
		margin-right: unset !important;
		max-width: unset !important;
	}
	.resource-filter-title {
		width: 66px;
	}
	.listings-content.resources .selected-function,
	.listings-content.resources .selected-type {
		max-width: unset !important;
		width: 100% !important;
	}
	.listings-content.resources .selected-tags {
		width: 100% !important;
		margin-top: 10px !important;
	}
}

@media only screen and (max-width: 599px) {
	.listings-content.resources fieldset {
		flex-flow: row nowrap !important;
	}
}

/* Resource Cards */

.resource-cards .card {
	border-top: none !important;
	border-radius: none !important;
	background: none !important;
	box-shadow: none !important;
	padding: unset !important;
}

.resource-cards .card a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.resource-cards .card a .img-container {
	width: 100%;
	border-radius: 12px !important;
}

/* Resource Cards Fallback Image Colors */
.resource-cards
	.card:nth-of-type(3n + 1)
	a
	.img-container:has(img[src*="FP_FALLBACK_LOGO"]) {
	background: #132f2b;
}
.resource-cards
	.card:nth-of-type(3n + 2)
	a
	.img-container:has(img[src*="FP_FALLBACK_LOGO"]) {
	background: #397068;
}
.resource-cards
	.card:nth-of-type(3n)
	a
	.img-container:has(img[src*="FP_FALLBACK_LOGO"]) {
	background: #5c6ae0;
}

.resource-cards .card a img {
	width: 100%;
	height: 100%;
	max-height: 225px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

.resource-cards .card a .resource-card-content {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.resource-cards .card a .resource-card-content .cat {
	padding: unset !important;
	background: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: 2% !important;
	color: #737171 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
	height: auto !important;
}

.resource-cards .card a .resource-card-content .title {
	font-size: 24px !important;
	font-weight: 400 !important;
	line-height: 28.8px !important;
	color: #1f1f1f !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
}

.resource-cards .card a .resource-card-content .excerpt {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	color: #737171 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
}

/* Listing Pages Buttons */
.listings-content.resources .load-more,
.listings-content.blog .load-more,
.listings-content.newsroom .load-more {
	background: #1f1f1f !important;
	border-radius: 12px !important;
	font-weight: 500 !important;
	font-size: 20px !important;
	color: white !important;
	border: none !important;
	margin-bottom: 70px;
	margin-top: 30px;
}

@media only screen and (max-width: 1099px) {
	.listings-content.resources .load-more,
	.listings-content.blog .load-more,
	.listings-content.newsroom .load-more {
		margin-bottom: unset !important;
	}
	.listings-content.resources
		+ .wp-block-group
		.subscription-box
		.wp-block-column:last-of-type,
	.listings-content.blog
		+ .wp-block-group
		.subscription-box
		.wp-block-column:last-of-type,
	.listings-content.newsroom
		+ .wp-block-group
		.subscription-box
		.wp-block-column:last-of-type {
		padding-top: unset !important;
	}
}

.listings-content.resources .load-more:hover,
.listings-content.blog .load-more:hover,
.listings-content.newsroom .load-more:hover {
	background: #535fca !important;
	border: none !important;
}

/* Footer buttons hotfix */
ul#footerTopLinks {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
	flex-wrap: wrap;
}

ul#footerTopLinks > li:last-of-type {
	margin-left: unset !important;
}

ul#footerTopLinks > li {
	white-space: nowrap;
}

@media only screen and (max-width: 999px) {
	ul#footerTopLinks {
		justify-content: center;
	}
}

/* Bullet color on singles */
.single-post ul li::marker,
.single-news ul li::marker,
.single-events ul li::marker,
.single-report ul li::marker,
.single-white-paper ul li::marker,
.single-e-book ul li::marker,
.single-case-study ul li::marker,
.single-datasheets ul li::marker,
.single-glossary ul li::marker,
.single-products-updates ul li::marker,
.single-webinar ul li::marker,
.single-research ul li::marker {
	color: #1f7268 !important;
}

.single-post .wp-block-list ul li::before,
.single-news .wp-block-list ul li::before,
.single-events .wp-block-list ul li::before,
.single-report .wp-block-list ul li::before,
.single-white-paper .wp-block-list ul li::before,
.single-e-book .wp-block-list ul li::before,
.single-case-study .wp-block-list ul li::before,
.single-datasheets .wp-block-list ul li::before,
.single-glossary .wp-block-list ul li::before,
.single-products-updates .wp-block-list ul li::before,
.single-webinar .wp-block-list ul li::before,
.single-research .wp-block-list ul li::before {
	background: #1f7268 !important;
}

/* Testimonial Slider */

@media only screen and (max-width: 431px) {
	.testimonial-slider > .wp-block-group__inner-container {
		width: 100% !important;
	}
	.testimonial-slider .citation {
		font-size: 16px !important;
		line-height: 23px !important;
	}
}

/* Block Tabs mobile edit */

@media only screen and (max-width: 499px) {
	.wp-block-spacer:has(+ .tabs-block) {
		height: 25px !important;
	}

	.tabs-block .header-container .tab-header {
		border: none !important;
	}

	.tabs-block .header-container .tab-header .icon {
		margin: 0;
		margin-bottom: 10px !important;
	}

	.tabs-block .tabs-container .tabs > div {
		flex-direction: column-reverse;
	}

	.tabs-block .tabs-container .tabs > div .tab-content {
		margin-bottom: unset !important;
		margin-top: 30px;
	}
}

/* Resource Card Block */

.block.resource-card-group .card .title,
.block.resource-card-group .card .excerpt {
	height: auto !important;
}

/* Glyphs behind the Transforming Blocks */

/* .transforming-row::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.1;
} */
