/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2025 | 19:25:58 */
/*Gradient*/
body.white-to-blue-gradient #page-container,
body.single-resource #page-container,
body.single-downloads #page-container,
body.single-post #page-container
{
	background: linear-gradient(to bottom, #FFFF 13%, #DDE4ED 71%);
}
body.white-to-blue-gradient .et_pb_section, body.single-resource .et_pb_section, body.single-resource #main-content,
body.single-post .et_pb_section, body.single-post #main-content, body.single-downloads #main-content{
	background: transparent;
}
.regular-font-weight * {
	font-weight: normal !IMPORTANT;
}
/*Single Post*/
body.single-resource h1.entry-title {
	padding: 0;
}
div#accuris_author_line div.et_pb_column:nth-child(2) {
    margin-right: auto;
}
div#accuris_author_line div.et_pb_column:last-child {
    margin-left: auto;
}

.featured_image_spt img {
	object-fit: cover;
}
#accuris_author_meta section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	line-height: 0;
}
#accuris_type_cats .svg-holder svg {
	transform: rotate(180deg);
	margin-right: 2px;
	height: 12px;
}
#accuris_author_meta section img {
	max-width: 48px;
	border-radius: 50%;
	max-height: 48px;
}
div#accuris_author_after {
	display: flex;
	gap: 50px;
}
#accuris_author_after .et_pb_image_1_tb_body {
	margin: 0 !IMPORTANT;
}
div#accuris_author_after .left {
	width: unset;
	margin: 0;
}
div#accuris_author_after .right {
	width: unset;
}
#accuris_type_cats .term-text p {
	border-left: 2px solid;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 0;
}
div#accuris_author_after .right, div#accuris_author_after .left {
	float: none !IMPORTANT;
}
.a2a_vertical_style {
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
div#accuris_type_cats div.et_pb_column {
	width: unset;
	margin: 0;
}
div#accuris_type_cats, div#accuris_author_line {
	display: flex;
	align-items: center;
}
div#accuris_type_cats .et_pb_column, div#accuris_author_line  div.et_pb_column {
	width: unset;
	margin: 0;
}
div#accuris_author_line {
	font-size: 16px;
	line-height: 0;
}
body.single-post h1.entry-title {
	padding: 0;
}
.author_profile_image img {
	height: 48px !important;
	width: 48px !important;
	border-radius: 300px;
}
.round_profile_image img {
	border-radius: 100%;
}
div#accuris_post_content {
	font-weight: initial;
}
/*Webinar Single Post Template*/
.accuris_webinar_meta .et_pb_column {
	margin: 0 !important;
	width: auto !important;
	margin-right: 1% !important;
}
.accuris_webinar_hubspot_form {
	background: #fff;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}
section.speaker_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 4rem;
	grid-row-gap: 16px;
	justify-content: flex-start;
	/* 	align-items: center; */
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	gap: 4rem;
}
.speaker_block {
	flex: 1 1 calc(33.333% - 4rem);
	max-width: calc(33.333% - 4rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: flex-start;
}
.speaker_top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 1.5rem 0;
}
.headshot_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.headshot_wrapper img {
	width: 13.5rem;
	height: 13.5rem;
	margin: 0 0 2.5rem 0;
	object-fit: cover;
	border-radius: 50%;
	border-radius: 10px;
}
section.speaker_wrapper h4 {
	padding: 0;
}
.speaker_block button.openModalBtn {
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	cursor: pointer;
}
.modal_intro a {
	display: block;
}
.custom-z-index {
	z-index: 0;
}
h2#title {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Gibson Medium', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	font-size: 34px;
	text-align: left !Important;
}
span.job_title {
	color: #1000E8 !important;
	font-weight: 600;
	font-size: 15px;
}
#speaker_meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#speaker_meta > div:first-child {
	flex: 1;
}
#speaker_meta img {
	/*   max-height: 24px; /* Adjust the size of the icon if needed  */
	width: auto;
	margin-left: 20px;
}
.benefit_block img {
	object-fit: contain;
	object-position: 0% 50%;
	width: 75px;
/* 	height: 75px;
	max-width: fit-content; */
}
.benefit_block {
	display: flex;
	flex: 1 1 calc(50% - 4rem);
	max-width: calc(50% - 4rem);
	display: flex;
	align-items: center;
	gap: 4rem;
	gap: 1rem;
	padding: 2.5em;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
	flex-direction: column;
	display: flex;
	flex: 1 1 calc(33.33% - 2rem);
	/* Adjusted for 3 columns */
	max-width: calc(33.33% - 2rem);
	/* Ensures each block takes 1/3 of the container */
	align-items: center;
	gap: 1rem;
	padding: 2.5em;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
	flex-direction: column;
	margin-bottom: 30px;
}
section#benefit_wrapper {
	gap: 3rem;
	margin-top: 24px;
}
/*Modal*/
/* Modal styles */
.speaker_wrapper .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	padding-top: 60px;
}
.speaker_wrapper .modal-content {
	background-color: #fefefe;
	background-color: white;
	margin: 5% auto;
	padding: 20px;
	border: 2.5px solid blue;
	width: 80%;
}
.speaker_wrapper .modal-content {
	max-width: 600px;
	max-width: 800px;
	padding: 60px 40px;
	border-radius: 5px;
}
.speaker_wrapper .close {
	color: red;
	font-weight: 500;
	font-size: small;
	float: none;
	float: right;
	margin-top: 20px ! IMPORTANT;
	display: block;
}
.speaker_wrapper .modal_intro {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}
.speaker_wrapper .modal_intro .headshot_wrapper img {
	width: 120px;
	height: 120px;
	margin: 0;
}
.speaker_wrapper .modal_intro .modal_speaker_meta h4 {
	font-size: 28px;
	font-weight: bold;
}
.speaker_wrapper .close:hover,
.speaker_wrapper .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/*Case Study*/
.case-study-logos-rows > .et_pb_column {
	align-content: center;
}
/*Resources*/
body.remove-resource-back-link .resource-back-link {
	display: none;
}
/*Listing Pages*/
.archive_hero_row {
	margin-bottom: 30px;
}
.listing-card h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
}
.listing-card p {
}
.listing-card .card-featured-image {
	object-fit: contain;
	object-position: 0% 50%;
	width:100%;
	border-radius: 10px;
}
div#card-featured-image-wrapper {
	height: 150px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}
.listing-card span {
	font-size: 16px;
	color: blue;
	text-transform: uppercase;
	font-weight: 600;
	font-size: small;
}
.listing-card p {
	font-size: 16px;
	font-weight: 400;
}
.filter-wrapper h3 {
	font-family: "canada-type-gibson", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
}
section.filter-wrapper {
	grid-column-gap: 1rem;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}
.list-card-filters {
	grid-column-gap: .5rem;
	align-items: center;
	display: flex;
	position: relative;
	justify-content: center;
	margin-top: 20px;
}
.list-card-filters select, .list-card-filters input[type=text] {
	border: 1.5px solid #000;
	font-size: 1em;
	font-weight: 400;
	color: #000;
	padding-right: 30px;
	-webkit-appearance: none;
	height: 41px;
	padding-right: 30px;
	-webkit-appearance: none;
	border-radius: 5px;
	width: 200px;
	padding: 0px 35px 0px 15px;
	background-color: white;
}
.list-card-filters select {
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='24' height='7' viewBox='0 0 24 10'%3E%3Cpath d='M5.7 7.1L0 1.4 1.4 0l4.3 4.3L10 0l1.4 1.4z'/%3E%3C/svg%3E") no-repeat 100%;
	background-color: white;
}
.list-card-filters input[type=submit] {
	height: 41px;
	cursor: pointer;
	background: #1000E8 !Important;
}
.list-card-filters select[name=category] {
	display: none;
}
ul.wpv-pagination-nav-links-container.js-wpv-pagination-nav-links-container {
	padding: 0;
	display: flex;
	padding-top: 60px;
	justify-content: center;
	font-size: 18px;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}
.wpv-archive-pagination-nav-links-container .page-link, .wpv-archive-pagination-nav-links .page-link, .wpv-pagination-nav-links-container .page-link, .wpv-pagination-nav-links .page-link, .wpv-pagination-preview-element .page-link, .wpv-filter-first-link, .wpv-filter-last-link, .wpv-filter-next-link, .wpv-filter-pagination-link, .wpv-filter-previous-link {
	font-size: 18px;
	line-height: unset ! IMPORTANT;
	padding: 0;
	display: block ! IMPORTANT;
	margin: 0;
	border: none !Important;
}
span#no_entries {
	text-align: center;
	display: block;
}
.event-card_container h3 {
	font-size: 22px;
	line-height: normal;
}
/*Press Coverage*/
.press-card_container h3 {
	font-size: 22px ! IMPORTANT;
	line-height: normal;
}
.post-type-archive-press .a2a_kit {
	display: none;
}
.press-content-grid {
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	grid-template-rows: auto auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}
.press-card_component {
	background-color: #fff;
	border-radius: .5rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
	padding: 2.5rem;
	transition: all .2s;
	display: flex;
	box-shadow: 0 0 0 1px #2406421a;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
}
.press-card_logo {
	object-fit: contain;
	object-position: 0% 50%;
	width: 12rem;
	height: 3rem;
	margin-bottom: 1rem;
}
.margin-medium {
	margin-top: 2rem;
	flex: auto;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.button-secondary {
	color: var(--purple);
	font-weight: 500;
	transition: color .2s;
}
.button-text {
	display: inline-block;
}
.button-icon-wrapper.is-button-secondary {
	margin-left: .75rem;
}
.button-icon-wrapper {
	margin-left: 1.25rem;
	transition: all .2s;
	display: inline-block;
	position: relative;
	top: -.35rem;
	left: 0;
}
.button-icon {
	justify-content: center;
	align-items: center;
	display: flex;
}
.w-embed:before, .w-embed:after {
	content: " ";
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}
#archive_hero_section a.et_pb_button {
	height: 60px;
	width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#archive_hero_section .et_pb_button_0_wrapper {
	display: flex;
	justify-content: center;
}
.button-secondary * {
	color: #ff3e39;
}
.latest-content-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:35px;
	justify-content: center;
}
/*HERO*/
.latest-hero-wrapper {
	width: 560px;
	overflow: hidden;
	border-radius: 10px;
}
div.latest-meta span {
	color: #1c00e8;
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.latest-meta h3 {
	font-size: 30px;
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 600;
	line-height: normal;
}
.latest-meta p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
}
.latest-meta {
	width: 460px;
}
.latest-hero-wrapper img {
	border-radius: 10px;
	object-fit: contain;
	object-position: 0% 50%;
	width: 100%;
}
div.latest-content-block span#dates {
	font-size: initial;
}
.listing_container,
.press-card_container,
.event-card_container {
	max-height: 500px;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* 	justify-content: space-between; */
	justify-content: flex-start;
}
.event-card_container {
	max-height: unset;
}
.press-card_container {
	max-height: 300px;
}
div#past-events {
	justify-content: flex-start;
}
/*Events*/
/*Slider*/
body.event-resources .latest-hero-wrapper {
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
}
body.event-resources ul.pagination.event-slider-pagination {
	padding: 0;
	list-style: none;
}
body.event-resources  .pagination.event-slider-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
body.event-resources  ul.pagination.event-slider-pagination .page-item {
	display: inline-block;
}
body.event-resources ul.pagination.event-slider-pagination .right-arrow {
	margin-left: auto;
}
body.event-resources ul.pagination.event-slider-pagination .page-link {
	display: inline-flex;
	align-items: center;
	padding: 10px;
	text-decoration: none;
}
body.event-resources ul.pagination.event-slider-pagination .page-link svg {
	margin-right: 5px;
	/* Adjust for spacing if necessary */
}
body.event-resources ul.pagination.event-slider-pagination .page-item.left-arrow .page-link svg {
	transform: rotate(180deg);
	/* Optional if you want the left arrow to point the other way */
}
body.event-resources ul.pagination.event-slider-pagination {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*End Slider*/
span#dates {
	font-size: small;
	color: #1c00e8;
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
}
span#location {
	margin-top: 15px;
	display: block;
}
#event-grid .press-card_logo {
	height: 100px;
	width: fit-content;
}
.past-events-wrapper {
	margin-top: 10px;
}
/*One speaker*/
.one_speaker {
	display: flex;
	gap: 20px;
	padding-top: 28px;
}
.one_speaker img {
	max-width: 100px;
	border-radius: 10px;
}
.benefit_block *, .benefit_block {
	text-align: center;
}
.accordion.webinar-session {
	margin-top: 24px;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.webinar-session .accordion-item  {
	background: white;
	padding: 15px;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
	border-radius: 10px;
	flex: 1 1 calc(50% - 20px);
	/* 	width: calc(50% - 20px); */
}
.webinar-session  .accordion-item:last-child {
	/* 	border-bottom: none; */
}
.webinar-session  .accordion-header {
	width: 100%;
	/* 	padding: 15px; */
	background: transparent;
	border: none;
	outline: none;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
/* 	transition: background 0.3s ease; */
	padding:0;
}
.webinar-session  .accordion-header:hover {
/* 	opacity: .75;
	transition: .6s; */
}
.webinar-session .accordion-content p {
	font-size: 16px;
	line-height: 24px;
}
.webinar-session  .accordion-content {
	/* 	display: none; */
	padding-top: 15px;
	background: #fff;
	overflow: hidden;
}
.webinar-session  .accordion-content p {
	margin: 0;
}
.webinar-custom-archive div#card-featured-image-wrapper {
	height: 200px;
}
/*Extra*/
.benefit_block p {
	text-align: center;
}
.modalBiography, .benefit_block p, .benefit_block *, .benefit_block {
	font-size: 16px;
	line-height: 24px;
}
.custom-row-webinar-two img {
	width: 150px;
}
.custom-row-webinar-two {
	display: flex
		;
	justify-content: space-between;
}
