
/*
    Theme Name: Synack Custom Theme
    Author: eDesign Interactive & Big Orange Lab
    Description: Custom Website Theme
    Version: 1.0.0
*/
:root {
	--light-gray: #f3f4f6;
	--medium-gray: #364041;
	--dark-gray: #1d2223;
	--black: #000;
	--blue: #016bff;
	--red: #e70000;
	--purple: #5e5777;
}

/* Quick updates added here */
@media only screen and (min-width: 1441px) {
	.copy-row {
		width: 21% !important;
	}
}

.footer-nav-list {
	margin-bottom: 25px;
}

/* Header nav */
.header a {
	color: var(--dark-gray);
	text-decoration: none;
}

header.header, header.header.blue-header {
	background-color: #fff;
	font-size: 16px;
	z-index: 10;
}

.header ul {
	list-style: none;
	padding-left: 0;
}

a:hover .bol-menu-card-description {
	color: var(--black);
}

/* .header .header-menu>.menu-item:hover>.sub-menu,
.header .header-menu>.menu-item:focus-within>.sub-menu {
    display: flex;
    opacity: 1;
    /* visibility: visible; */

/* } */
.header-aside-item {
	margin-right: 16px;
}

.header-aside-item .round-link-btn {
	padding: 0;
}

.header .header-menu>.menu-item>.sub-menu {
	background: #fff;
	box-sizing: border-box;
	display: none;
	position: fixed;
	padding: 0px 20px;
	left: 0;
	width: 100%;
	opacity: 0;
}

.right-header-menu .round-link-btn a {
	color: #fff;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	display: inline-block;
}

.right-header-menu .round-link-btn a {
	font-size: 12px;
	padding: 16px 22px;
}

#menu-header-menu {
	padding-left: 0;
}

.bol-go-back {
	display: none;
}

.bol-structure-only>a:first-of-type {
	display: none;
}

.header ul.header-menu>li .bol-structure-only>a:first-of-type {
	display: none;
}

.bol-menu-tab.bol-structure-only .sub-menu>.menu-item:has(.bol-menu-card)>a {
	display: none;
}

.bol-menu-card {
	background-color: var(--light-gray);
	border-radius: 20px;
	max-width: 324px;
}

.bol-menu-card-image {
	width: 100%;
	height: 180px;
	border-radius: 20px;
	margin-bottom: 24px;
	overflow: hidden;
	aspect-ratio: 151/90;
}

.bol-menu-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-menu-card) {
	padding: 0;
}

.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-menu-card):hover {
	background-color: initial;
}

.bol-menu-card-description {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 16px;
	margin-bottom: 38px;
}

.bol-menu-card-cta {
	margin: 0 16px 20px;
	padding-bottom: 20px;
}

.bol-menu-tab .sub-menu .sub-menu:has(.bol-menu-card) .menu-item.bol-menuTab-title {
	padding-left: 0;
}

a.bol-arrow-link {
	color: var(--blue);
}

.bol-arrow-link::after {
	content: "";
	display: inline-block;
	width: 42px;
	height: 5px;
	background: url("data:image/svg+xml;utf8,<svg width=\'42\' height=\'5\' viewBox=\'0 0 42 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M0.25 2.07826H41.4167M41.4167 2.07826L38.25 0.25M41.4167 2.07826L38.25 3.90653\' stroke=\'%23016BFF\' stroke-width=\'0.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>") no-repeat center;
	position: absolute;
	top: 12px;
	right: 4px;
}

.menu-item a .menu-item-description {
	color: var(--medium-gray);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

/* End header nav */
.simple-banner-text {
	display: block !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.simple-banner-text>span {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-grow: 1 !important;
	max-width: 55%;
	margin: auto;
}

.simple-banner-text .headline {
	display: block !important;
	font-size: 1.3vw !important;
	margin-bottom: 2px;
	text-align: left;
}

.simple-banner-text .headlines {
	margin-right: auto;
	margin-left: 0;
}

.simple-banner-text .sub-headline {
	display: block !important;
	font-size: .95vw !important;
	text-align: left;
}

.simple-banner-text .cta-button {
	margin: auto;
	display: block !important;
	background-color: #fff !important;
	border-radius: 25px !important;
	color: #146bfe !important;
	cursor: pointer !important;
	font-size: 12px;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 10px 22px !important;
	text-align: center !important;
	text-decoration: none !important;
	width: auto;
	white-space: nowrap;
	margin-right: auto;
	margin-left: 25px !important;
	text-transform: uppercase !important;
	letter-spacing: .08em;
}

.simple-banner .simple-banner-button {
	filter: invert(1);
}

@media (max-width: 1130px) {
	.simple-banner-text .headline {
		display: block !important;
		font-size: 15px !important;
	}
	
	.simple-banner-text .sub-headline {
		display: block !important;
		font-size: 12px !important;
		text-align: left;
	}
	
	.simple-banner-text .cta-button {
		font-size: 12px !important;
	}
	
	.simple-banner-text>span {
		max-width: 750px;
	}
}

@media (max-width: 820px) {
	.simple-banner-text .cta-button {
		margin-right: 20px;
		width: auto;
	}
}

@media (max-width: 600px) {
	.simple-banner-text .sub-headline {
		display: none !important;
	}
	
	.simple-banner-text .headline {
		font-size: 12px !important;
	}
}

.bol-mb-0 {
	margin-bottom: 0 !important;
}

.template-auto-slide-link .media-block {
	box-shadow: none;
}

.form-fld {
	padding: 10px 30px !important;
}

.podcast-single-page h1.title-96 {
	font-size: 39px;
	padding-top: 15px;
}

.podcast-single-page h2.title-96 {
	font-size: 28px;
}

.podcast-single-page .testimonial-row-section {
	padding-top: 30px;
}

@media only screen and (min-width: 1025px) {
	.podcast-single-page h1.title-96 {
		font-size: 58px;
		padding-top: 25px;
	}
	
	.podcast-single-page h2.title-96 {
		font-size: 48px;
	}
	
	.podcast-single-page .testimonial-row-section {
		padding-top: 50px;
	}
	
	.header-holder {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.tab-section-content.vdp h2 {
	padding: 15px 0 0;
	font-weight: bold;
}

.tab-section-content.vdp h1 {
	font-size: 50px;
	padding-top: 50px;
	font-weight: bold;
	padding-bottom: 35px;
}

.contact-form-container select {
	padding: 0 0 0 29px !important;
}

input[type="text"], input[type="email"] {
	font-weight: 600 !important;
	border-radius: 6px;
	height: 50px;
	width: -webkit-fill-available;
	padding: 10px 20px;
	color: var(--wp--preset--color--theme-palette-1, #626262);
	font-weight: 500;
}

input[type="text"], input[type="email"], select, textarea {
	font-weight: 500 !important;
}

.page-template-page-resource-center .search-top-col input[type="text"], .search-top-col select {
	border-radius: 50px;
}

.page-template-page-resource-center .filter-search-btn-holder .filter-submit-btn {
	height: 48px;
}

.page-template-page-resource-center .filter-top-item {
	margin-right: 35px;
}

.platform-slide-main-icon.ai {
	width: 70px;
}

.platform-slide-main-icon.ai img {
	margin-bottom: 5px;
}

@media only screen and (min-width: 640px) {
	.platform-slide-list-item {
		left: 0;
		width: 100%;
	}
	
	.platform-slide-list-item:first-child .platform-bubble {
		top: auto;
	}
	
	.platform-slide-list-item:nth-child(2) .platform-bubble {
		top: 18% !important;
	}
	
	.platform-slide-list-item:nth-child(3) .platform-bubble {
		top: 36.5% !important;
	}
	
	.platform-slide-list-item:nth-child(4) .platform-bubble {
		top: 54% !important;
		bottom: auto !important;
	}
	
	.platform-slide-list-item:nth-child(5) .platform-bubble {
		top: 72% !important;
	}
	
	.platform-slide-list {
		top: 9% !important;
	}
	
	.platform-slider-col {
		margin-top: -100px !important;
	}
	
	.platform-slider-grid.aside-spacer {
		padding-top: 11vw !important;
	}
}

@media only screen and (max-width: 1400px) {
	.platform-slider-col {
		margin-top: -30px !important;
	}
	
	.platform-slider-grid.aside-spacer {
		padding-top: 11vw !important;
	}
}

@media only screen and (max-width: 1100px) {
	.platform-slider-col {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width: 720px) {
	.content-unit-grid.half-width .content-unit-item {
		width: 59% !important;
	}
}

/* VDP Page CSS */
.vdp-hero {
	background: #0070ff;
	color: #fff;
	padding-top: 4rem;
	padding-bottom: 3rem;
	text-align: center;
	margin-top: 220px;
}

.vdp-hero p {
	margin-bottom: 1rem;
}

.vdp-hero .submit-vuln-btn {
	background: #fff;
	color: #0070ff;
	padding: .85rem 2.25rem;
	text-decoration: none;
	font-weight: bold;
	border-radius: 52px;
	float: left;
	text-transform: uppercase;
	transition: transform .3s ease-in-out;
}

.vdp-hero .submit-vuln-btn:hover {
	transform: scale(1.05);
}

.vdp-tabs-menu {
	border-top: 1px solid rgba(178, 210, 255, .6);
	display: flex;
	background: #0070ff;
	padding-top: 1rem;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: all .3s ease-in-out;
}

.vdp-tabs-menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
}

.vdp-tabs-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 1rem;
	padding-bottom: .5rem;
	border-bottom: 5px solid transparent;
	transition: color .3s ease, border-color .3s ease;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.vdp-tabs-menu a.active, .vdp-tabs-menu a:hover {
	color: #000;
	border-color: #000;
	font-weight: 800;
}

.vdp-tabs-menu a:hover {
	font-weight: 400;
}

.vdp-tabs-menu a.active:hover {
	font-weight: 800;
}

.vdp-two-column {
	display: flex;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
	gap: 2rem;
	background-color: rgba(251, 251, 252, .74);
}

.vdp-left {
	flex: 2;
}

.vdp-section {
	display: none;
	margin-bottom: 2rem;
}

.vdp-section.active {
	display: block;
}

.vdp-right {
	flex: 1;
	border-left: 1px solid #eee;
	padding-left: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px;
	gap: 24px;
	width: 422px;
	background: #fff;
	border: 1px solid #eaecf0;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, .05);
	border-radius: 16px;
	height: fit-content;
	padding-bottom: 15px;
	max-width: 450px;
	margin-right: 15px;
}

.company-card img {
	max-height: 70px;
	max-width: 350px;
	height: auto;
	padding-bottom: 12px;
}

.company-card p {
	font-family: DM Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #555;
	margin-top: 8px;
}

.bol-hr {
	border-bottom: 1.5px solid #eaecf0;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}

.company-card .company-label {
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #475467;
	padding-top: 10px;
}

.company-card a {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #016bff;
	transition: color .2s ease-in-out;
}

.company-card svg {
	padding-left: 3px;
}

.company-card a:hover {
	color: black;
}

.company-card .btn-submit-vuln {
	display: block;
	margin: 1.4rem auto 1.2rem;
	padding: .95rem 1.95rem;
	background: #0070ff;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	text-align: center;
	width: fit-content;
	text-transform: uppercase;
	font-family: DM Sans;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1.2px;
	text-align: center;
}

.company-card .btn-submit-vuln:hover {
	color: white;
	background-color: black;
}

.company-card h1 {
	color: #475467;
	font-family: DM Sans;
	font-size: 32px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.hero-title {
	font-family: DM Sans;
	font-size: 57px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -.02em;
	text-align: left;
}

.hero-desc {
	padding: .6rem 0 1rem 0;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

.disclaimer {
	float: none !important;
	clear: both;
	text-align: left;
	margin-top: 1rem;
	font-size: 80%;
	padding-top: 12px;
	font-style: italic;
}

.center {
	text-align: center;
}

.tab-section-content caption {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #0070ff;
	text-align: center;
	text-transform: uppercase;
}

.tab-section-content {
	font-family: DM Sans;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.tab-section-content li {
	margin-top: .3rem;
}

.bol-hr.two {
	padding-bottom: 10px;
	margin-bottom: 40px;
}

/*
*
*   VDP Homepage / Listings
*
*/
.vdp-wrapper {
	margin: 4rem auto 5rem auto;
}

.intro-content {
	margin-bottom: 1rem;
}

/* 
    Filter and search
*/
.filters-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.filter-box, .search-box {
	max-width: 400px;
}

.sort-icon {
	margin-left: 4px;
	vertical-align: middle;
	opacity: .7;
	transition: opacity .2s;
}

.sort-icon:hover {
	opacity: 1;
}

div#paginationControls button {
	min-width: 35px;
}

/* Filters Container */
.filters-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
}

/* Filter Box */
.filter-box select, .search-box input {
	height: 45px;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	outline: none;
	width: 250px;
	background: #f9f9f9;
	transition: all .3s ease-in-out;
	color: #333;
}

.vdp .form-fld {
	padding: 10px 20px !important;
}

.vdp .options-container:after {
	margin-right: -8px;
}

/* Hover and focus effects */
.filter-box select:hover, .filter-box select:focus, .search-box input:hover, .search-box input:focus {
	border-color: #666;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

/* Search Box */
.search-box {
	display: flex;
	align-items: center;
	position: relative;
}

.search-box label {
	font-weight: bold;
	margin-right: 10px;
	color: #333;
}

/* Search Input */
.search-box input {
	padding-right: 40px;
}

.options-container.filter-box {
	width: auto;
}

.options-container:after {
	border-color: #007bff transparent transparent;
}

/* Search Icon */
.search-box::after {
	content: "";
	position: absolute;
	right: 16px;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"gray\"><path d=\"M21.71 20.29l-5.63-5.63A9 9 0 1 0 9 18a8.93 8.93 0 0 0 5.63-1.92l5.63 5.63a1 1 0 0 0 1.41-1.41zM9 16a7 7 0 1 1 7-7 7 7 0 0 1-7 7z\"></path></svg>");
	background-size: contain;
	pointer-events: none;
	filter: grayscale(100%);
}

/* Bluescale version */
.search-box::after {
	filter: none;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23007BFF\"><path d=\"M21.71 20.29l-5.63-5.63A9 9 0 1 0 9 18a8.93 8.93 0 0 0 5.63-1.92l5.63 5.63a1 1 0 0 0 1.41-1.41zM9 16a7 7 0 1 1 7-7 7 7 0 0 1-7 7z\"></path></svg>");
}

/* 
    Pagination controls
*/
#paginationControls {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.pagination-btn {
	padding: .3rem .6rem;
	border: 1px solid #333;
	cursor: pointer;
	background: #f9f9f9;
	color: #333;
}

.pagination-btn.active {
	background: #333;
	color: #fff;
}

@media (max-width: 768px) {
	.filters-container {
		width: 100%;
		float: none;
		margin-bottom: 1rem;
		flex-direction: column;
	}
	
	.filter-box, .search-box {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.vdp table th, .vdp table td {
		font-size: .9rem;
	}
	
	.sort-icon {
		width: 10px;
		height: 10px;
	}
}

/* 
    VDP TABLE
*/
.vdp table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
	padding: 20px;
	overflow-x: auto;
	font-family: "DM Sans";
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.vdp table th {
	font-weight: bold;
	text-align: left;
	padding: 12px;
	background: #f7f7f7;
	border-bottom: 2px solid #ddd;
	white-space: nowrap;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.vdp table .col-logo img {
	height: auto;
	max-height: 28px;
	vertical-align: middle;
	max-width: 120px;
	padding-left: 0px;
}

.vdp table td {
	height: 30px;
}

.vdp table th.sortable-col {
	cursor: pointer;
	position: relative;
	user-select: none;
}

.vdp table th.sortable-col:hover {
	background: #e2e2e2;
}

.vdp table th .sort-icon {
	margin-left: 8px;
	vertical-align: middle;
	opacity: .7;
	transition: opacity .2s ease-in-out;
}

.vdp table th .sort-icon:hover {
	opacity: 1;
}

.vdp table td {
	padding: 12px;
	border-bottom: 1px solid #eee;
	text-align: left;
	word-wrap: break-word;
}

.vdp table tr:hover {
	background-color: rgba(240, 240, 240, .31);
}

.vdp table svg.sort-icon path {
	stroke: #016aff;
	fill: #016aff;
	stroke-width: 1px;
}

.vdp table .col-ack svg {
	width: 30px;
	height: 30px;
	fill: #016aff;
}

.vdp table .col-ack svg:hover {
	width: 30px;
	height: 30px;
	fill: black;
}

.vdp table .col-ack svg path {
	filter: drop-shadow(0px 0px 10px black);
}

.vdp .white-bg th {
	background-color: white;
}

.vdp tr th:last-of-type, .vdp table td:last-of-type {
	text-align: center;
}

#acknowledgements tr th:last-of-type {
	text-align: left;
}

.vdp tr:first-of-type th:first-of-type {
	border-radius: 12px 0 0 0;
}

.vdp tr:first-of-type th:last-of-type {
	border-radius: 0 12px 0 0;
}

.vdp tr:first-of-type th:only-of-type {
	border-radius: 12px 12px 0 0;
}

.vdp table tr:last-of-type td {
	border: unset;
}

.vdp table tr td:first-of-type, .vdp table tr th:first-of-type {
	text-align: center;
	padding-left: 0px;
	padding-right: 0;
}

.vdp table tr.white-bg {
	height: 65px;
}

.vdp table tr.white-bg h2 {
	font-weight: 500 !important;
}

.vdp table .initials-bubble {
	border-radius: 50px;
	background-color: #f2f4f7;
	display: inline-block;
	border: 1px solid rgba(0, 112, 255, .21) !important;
	width: fit-content;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-right: 10px;
}

.vdp td.col-details.text-block-content {
	width: 127px;
}

.vdp-right {
	box-shadow: 0 0px 7px rgba(0, 0, 0, .1);
}

.vdp .soc-svg {
	fill: #555;
	padding-right: 4px;
}

.vdp .soc-svg:hover {
	fill: #0070ff;
}

.vdp .url {
	color: #475467;
	font-weight: 500;
}

.vdp .url:hover {
	color: #0070ff;
}

.vdp.listings table a {
	color: black;
	transition: color .2s ease-in-out;
}

.vdp #noResultsMsg {
	color: black;
	font-size: 25px;
	display: flex;
	align-items: center;
	margin: 1vw auto 5vw auto;
}

.vdp .col-details svg {
	margin-left: 2px;
}

.vdp #paginationControls {
	text-align: center;
	padding-top: 25px;
}

.vdp #paginationControls button {
	border-radius: 9px;
	border-color: rgba(1, 106, 252, .21);
	box-shadow: 1px 1px 1px rgba(128, 128, 128, .35);
}

.vdp #paginationControls button.active, .vdp #paginationControls button:hover {
	background-color: #016bff;
	color: #fff;
}

.vdp .pagination-btn {
	margin: 0 4px;
	padding: 5px 10px;
	cursor: pointer;
}

.vdp .pagination-btn.active {
	background-color: #0073aa;
	color: #fff;
}

.vdp .accomplishment-wrapper {
	position: relative;
	display: inline-block;
}

.vdp .accomplishment-info {
	text-shadow: 0px 0px 1px #007bff;
	cursor: pointer;
	font-size: 1.2em;
	color: #007bff;
	transition: color .3s ease;
	padding-left: 4px;
}

.vdp .accomplishment-info:hover {
	color: #0056b3;
}

.vdp .tooltip {
	position: absolute;
	left: 59%;
	bottom: 145%;
	transform: translateX(-50%);
	display: none;
	padding: 8px 12px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	white-space: nowrap;
	font-size: .9em;
	font-weight: 500;
	color: white;
	background-color: #007bff;
	text-align: center;
	z-index: 100;
}

.vdp .tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #007bff transparent transparent transparent;
}

.vdp .accomplishment-wrapper:hover .tooltip {
	display: block;
	animation: fadeIn .2s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-5px);
	}
	
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

.page-template-page-vdp .solutions-intro .sub-title-text {
	max-width: 955px;
}

/* VDP Simple Footer */
.vdp.simple.footer .main-wrap-230 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.vdp.simple.footer img {
	height: 40px;
	/* Adjust as needed */
	width: auto;
	margin-right: 10px;
}

.vdp.simple.footer .simple-menu {
	display: flex;
	align-items: center;
	margin: auto;
}

.vdp.simple.footer .simple-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	/* Adjust spacing between links */
	flex-wrap: wrap;
}

.vdp.simple.footer .simple-menu li {
	display: inline;
}

.vdp.simple.footer .simple-menu {
	text-decoration: none;
	color: white;
	font-size: 14px;
}

.vdp.simple.footer .simple-menu a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	padding: 5px 8px;
	transition: color .2s ease-in-out;
}

.vdp.simple.footer .simple-menu a:hover {
	color: #007bff;
}

.vdp.tab-section-content a {
	color: #016bff;
	transition: color .2s ease-in-out;
}

.vdp.tab-section-content a:hover {
	color: black;
	text-decoration: underline;
}

.vdp.simple.footer {
	padding: 15px 0;
}

.vdp.simple.footer .simple-menu ul li:first-child {
	padding-right: 30px;
}

/* Responsive Design */
.vdp-two-column {
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (min-width: 1025px) {
	.page-template-page-vdp .solutions-intro {
		padding-bottom: 6vw;
		padding-top: 10vw;
	}
	
	.page-template-page-vdp .title-96-150 div strong {
		font-size: 3.51vw !important;
		line-height: 1.1em !important;
	}
	
	.page-template-page-vdp div.sub-title-text h2 {
		font-size: 20px;
		line-height: 1.8;
	}
}

@media (max-width: 1024px) {
	.vdp table th, .vdp table td {
		font-size: 14px;
		padding: 10px;
	}
}

@media (max-width: 980px) {
	.table-header h2 {
		font-size: 16px;
	}
	
	.vdp table th, .vdp table td {
		font-size: 14px;
		padding: 8px;
	}
	
	.table-header .badge {
		font-size: 12px;
		padding: 4px 10px;
	}
}

@media (max-width: 980px) {
	.vdp table th, .vdp table td {
		font-size: 12px;
		padding: 6px;
	}
	
	.vdp table th {
		white-space: normal;
	}
	
	.table-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Responsive Layout */
@media (max-width: 980px) {
	.filters-container {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px;
		gap: 15px;
	}
	
	.filter-box select, .search-box input {
		width: 100%;
		max-width: 100%;
	}
	
	.filter-box select, .search-box input {
		font-size: 14px;
		padding: 10px 37px 10px 14px;
	}
	
	.search-box::after {
		font-size: 16px;
		right: 12px;
	}
	
	.vdp table .col-logo img {
		padding: 0 !important;
	}
	
	#vdpTable thead {
		display: none;
	}
	
	#vdpTable tbody, #vdpTable tr {
		display: block;
		width: auto;
	}
	
	#vdpTable tr {
		margin-bottom: 20px;
		border: 1px solid #ddd;
		padding: 10px;
		background: #fff;
		box-shadow: 0px 4px 8px rgba(128, 128, 128, .41);
	}
	
	#vdpTable td {
		display: block;
		height: auto;
		width: auto;
		text-align: left;
		padding: 13px;
		border-bottom: 1px solid #e1e1e1;
	}
	
	td.col-details.text-block-content {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	td.col-details.text-block-content a {
		font-size: 135%;
	}
	
	#vdpTable tr td:first-of-type {
		border-bottom: 0px solid black;
		margin-bottom: -7px;
	}
	
	#vdpTable tr td:nth-of-type(2) {}
	
	#vdpTable tr td:last-of-type {
		border-bottom: 0px solid black;
	}
	
	.vdp table {
		background-color: rgba(255, 255, 255, 0) !important;
		box-shadow: unset !important;
	}
	
	/* Style the first column as a pseudo-header */
	#vdpTable td::before {
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
		color: #333;
	}
	
	/* Add labels before each row's data */
	#vdpTable .col-updated::before {
		content: "Last Update:";
	}
	
	#vdpTable .col-vertical::before {
		content: "Industry:";
	}
	
	.options-container.filter-box {
		width: 100%;
	}
	
	.vdp-two-column {
		padding-top: 2rem;
	}
	
	.tab-section-content {
		width: 90vw;
	}
	
	.vdp-right {
		margin-right: 0px;
	}
}

@media (max-width:1660px) {
	.vdp-hero {
		margin-top: 12vw;
	}
}

@media (min-width: 1025px) {
	.filter-top-item {
		margin-right: 3.65vw;
		padding-left: 0;
		padding-right: 0;
		min-width: 294px;
	}
}

@media (max-width:1024px) {
	.vdp-hero {
		margin-top: 130px;
	}
}

@media (max-width: 850px) {
	.vdp.simple.footer .main-wrap-230 {
		flex-direction: column;
		text-align: center;
	}
	
	.vdp.simple.footer img {
		margin-bottom: 10px;
	}
	
	.vdp.simple.footer .simple-menu {
		margin: auto;
		text-align: center;
		width: auto;
		text-align: center;
	}
	
	.vdp.simple.footer .simple-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.vdp.simple.footer .simple-menu ul li:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		padding-right: 0px;
	}
	
	.vdp.simple.footer .simple-menu ul li {
		display: inline-block;
	}
}

@media (max-width:800px) {
	.vdp-tabs-menu {
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.vdp-tabs-menu a.active {
		margin-bottom: 15px;
	}
	
	.page-template-page-exploits-explained span.template-auto-slide-bottom-text {
		height: 45px;
	}
}

@media (max-width:695px) {
	.vdp-hero {
		margin-top: 142px;
	}
}

@media (max-width:600px) {
	.vdp-hero {
		margin-top: 133px;
	}
	
	.vdp-right .company-card img {
		max-width: 290px;
	}
}

@media (max-width: 500px) {
	.vdp.simple.footer .simple-menu ul {
		flex-direction: column;
		align-items: center;
	}
	
	.vdp.simple.footer .simple-menu ul li {
		display: block;
		padding: 5px 0;
	}
	
	.podcast-seasons-links a, .podcast-seasons-links strong {
		font-size: 3.77vw;
	}
}

@media only screen and (min-width: 720px) {
	.header-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (min-width: 1151px) {
	div#total-wrap {
		padding-top: 72px;
	}
	
	.header ul.header-menu>li.bol-menu-tab.bol-structure-only>a:first-of-type {
		display: block;
	}
	
	.offset-top-intro {
		margin-top: 0;
	}
	
	.header.blue-header:before {
		opacity: 0;
	}
	
	.header.blue-header .circle-header-svg path, .header.blue-header .header-search-btn .circle-header-svg path, .header.blue-header .circle-header-link {
		fill: #000 !important;
		border-color: #000 !important;
	}
	
	.header.blue-header .round-link-btn.black {
		background-color: var(--blue);
	}
	
	header.header.sticky {
		background-color: #fff;
	}
	
	.header ul.header-menu>li {
		padding: 40px 9px;
	}
	
	.header-logo {
		width: 100px;
	}
	
	.header-logo-container {
		top: 40px;
	}
	
	.header-wrap {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.right-header-menu .round-link-btn a {
		padding: 12px;
		font-size: 10px;
	}
	
	.header .header-menu>.menu-item:hover>.sub-menu, .header .header-menu>.menu-item:focus-within>.sub-menu {
		display: flex;
		opacity: 1;
		visibility: visible;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		background: #fff;
		box-sizing: border-box;
		display: none;
		position: fixed;
		padding: 0px 20px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	/* New header nav */
	body:has(.header-menu .menu-item-has-children:hover) .total-wrap {
		filter: blur(2px);
	}
	
	body:has(.header-menu .menu-item-has-children:hover) .total-wrap::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100%;
		background-color: #10294d;
		opacity: .7;
		z-index: 5;
	}
	
	.header-nav-row {
		padding-left: 100px;
	}
	
	#menu-header-menu {
		padding-left: 0;
	}
	
	.header ul.header-menu {
		display: flex;
		gap: 0;
		margin: 0;
	}
	
	.header ul.header-menu>li {
		text-align: center;
	}
	
	.header ul.header-menu .sub-menu li {
		text-align: left;
	}
	
	.header .sub-menu {
		color: #364041;
		padding-left: 0;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		background: var(--light-gray);
		box-sizing: border-box;
		display: none;
		gap: 32px;
		justify-content: center;
		position: fixed;
		padding: 48px 20px;
		margin-top: 39px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.header-menu>li {
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	.header-menu>li::before {
		display: block;
		content: attr(data-text);
		font-weight: 600;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	
	.header-menu>li::after {
		background-color: var(--blue);
		content: "";
		display: block;
		position: absolute;
		bottom: -3px;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 8px;
		opacity: 0;
		width: 0%;
		transition: width .4s, left .4s, bottom .4s;
	}
	
	.header-menu>li:hover::after, .header-menu>li:focus-within::after {
		opacity: 1;
		width: 100%;
	}
	
	.header-menu>li:hover>a, .header-menu>li:focus-within>a {
		font-weight: 600;
	}
	
	.bol-menu-tab>.sub-menu {
		display: flex;
		/* grid-template-columns: 1fr 1fr 1fr; */
		column-gap: 24px;
	}
	
	.bol-menu-tab .sub-menu .bol-structure-only .menu-item {
		box-sizing: border-box;
	}
	
	.header .sub-menu .bol-structure-only {
		/* max-width: 50%; */
		flex: 1;
	}
	
	.header .sub-menu .bol-menu-tab-intro.bol-structure-only:not(.bol-grayBox) {
		max-width: 25%;
	}
	
	.bol-menu-tab .sub-menu .bol-structure-only.bol-grayBox>.sub-menu .menu-item {
		box-sizing: border-box;
		max-width: 100%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-grayBox, .bol-menu-tab .sub-menu .sub-menu .menu-item.bol-structure-only {
		padding: 12px;
	}
	
	.bol-structure-only>.sub-menu .sub-menu:has(.bol-grayBox) {
		position: absolute;
		right: 0;
		top: 0;
		width: 66%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-grayBox .menu-item.bol-structure-only {
		padding: 0;
	}
	
	.bol-menu-tab:has(.bol-grayBox) .sub-menu .sub-menu .menu-item {
		max-width: 33%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox) {
		display: grid;
		grid-template-columns: 1fr 2fr;
		position: relative;
		max-width: 100%;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox) .bol-grayBox {
		display: none;
		opacity: 0;
		visibility: hidden;
		max-width: 100%;
		transition: all .2s ease-in-out;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox):hover .bol-grayBox {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	.bol-grayBox {
		background-color: var(--light-gray);
		border-radius: 8px;
		flex-grow: 1;
	}
	
	.bol-grayBox>.sub-menu {
		display: flex;
		column-gap: 24px;
	}
	
	.header .sub-menu .bol-structure-only.bol-sub-tabs {
		flex: 2;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item>a {
		border-radius: 8px;
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		max-width: 100%;
		margin-bottom: 0px;
		padding: 12px 31px 12px 12px;
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	.bol-menu-tab:has(.bol-grayBox) .sub-menu .sub-menu .menu-item>a {
		margin-right: 16px;
	}
	
	.bol-menu-tab:has(.bol-grayBox) .sub-menu .bol-grayBox .sub-menu .menu-item>a {
		margin-right: 0;
	}
	
	.bol-menu-tab .sub-menu .bol-structure-only.bol-grayBox>.sub-menu .menu-item .menu-item a:hover {
		background-color: #fff;
	}
	
	.header .sub-menu .bol-menu-tab {
		background-color: #fff;
		border-radius: 20px;
		padding: 32px;
		width: fit-content;
		max-width: 66%;
		display: none;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.header .sub-menu .bol-menu-tab.show {
		opacity: 1;
		display: block;
		visibility: visible;
		flex-grow: 1;
	}
	
	.header-nav-row-inner {
		align-items: center;
	}
	
	.bol-menuTab-title>a {
		color: var(--blue);
		display: block;
		font-weight: 600;
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 2px;
		margin-bottom: 24px;
		pointer-events: none;
		text-transform: uppercase;
	}
	
	.bol-noTitle-fix .sub-menu {
		margin-top: 48px;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-menuTab-title {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.bol-menuTab-title>a:hover, .bol-menu-tab .sub-menu .sub-menu .bol-menuTab-title.menu-item:hover {
		background-color: initial;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .bol-menuTab-title.menu-item:hover::after {
		display: none;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item>a:hover {
		background-color: var(--light-gray);
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children):hover a {
		color: var(--blue);
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children)>a::after, .bol-menu-tab .sub-menu .sub-menu .menu-item:has(.bol-grayBox)>a::after {
		content: "";
		display: inline-block;
		width: 14px;
		height: 5px;
		background-image: url("data:image/svg+xml;utf8,<svg width=\'13\' height=\'5\' viewBox=\'0 0 13 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M0.25 2.07826H12.9167M12.9167 2.07826L9.75 0.25M12.9167 2.07826L9.75 3.90653\' stroke=\'%23016BFF\' stroke-width=\'0.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 20px;
		right: 13px;
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.bol-red-titles .bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children) a::after {
		background-image: url("data:image/svg+xml;utf8,<svg width=\'13\' height=\'5\' viewBox=\'0 0 13 5\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M0.25 2.07826H12.9167M12.9167 2.07826L9.75 0.25M12.9167 2.07826L9.75 3.90653\' stroke=\'%23E70000\' stroke-width=\'0.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-menuTab-title, .bol-menu-tab .sub-menu .sub-menu .menu-item.bol-menuTab-title>a {
		padding: 0px;
		margin-bottom: 24px;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item a:hover::after {
		opacity: 1;
		visibility: visible;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item:hover a .menu-item-description {
		color: initial;
	}
	
	.bol-menuTab-introTitle {
		color: var(--blue);
		font-weight: 600;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 2.8px;
		text-transform: uppercase;
	}
	
	.bol-menuTab-description {
		font-size: 14px;
		line-height: 20px;
	}
	
	.bol-tabTrigger-container {
		display: flex;
		flex-direction: column;
		margin-top: 24px;
		gap: 16px;
	}
	
	.bol-tab-trigger {
		align-items: center;
		border-radius: 8px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: .64px;
		text-transform: uppercase;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 12px;
		transition: all .2s ease-in-out;
	}
	
	.bol-tab-trigger.active {
		color: var(--blue);
		background-color: #fff;
	}
	
	.bol-menu-tab-intro {
		padding-top: 32px;
		max-width: 33%;
		width: 320px;
	}
	
	.bol-red-titles .bol-menuTab-introTitle, .bol-red-titles .bol-menuTab-title a, .bol-red-titles .bol-menu-tab .sub-menu .sub-menu .menu-item:not(.menu-item-has-children):hover a, .bol-red-titles .bol-tab-trigger.active {
		color: var(--red);
	}
	
	.header-nav-holder {
		flex-grow: 1;
		justify-content: center;
		display: flex;
	}
	
	.right-header-menu {
		padding-left: 0;
	}
	
	.search-header.header a {
		color: #fff;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item {}
}

@media screen and (max-width: 1150px) {
	body:has(.simple-banner) .total-wrap {
		padding-top: 72px;
	}
	
	.bol-desktop-only {
		display: none;
	}
	
	.bol-red-titles .bol-menu-tab>a, .header ul.header-menu>li.bol-red-titles .bol-menu-tab.bol-structure-only.submenu-open>a {
		color: var(--red);
	}
	
	.header ul.header-menu>.bol-red-titles .bol-menu-tab.bol-structure-only>a:first-of-type::after {
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%23E70000\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.header-nav {
		margin-top: 15px;
	}
	
	.header:has(.simple-banner) .header-nav-row {
		padding-top: 145px;
	}
	
	.header-nav-holder {
		flex-direction: column;
	}
	
	.header-menu>li::after {
		display: none;
	}
	
	.header ul.header-menu {
		display: flex;
		flex-direction: column;
		align-items: baseline;
		gap: 8px;
	}
	
	.menu-btn {
		background-color: transparent;
		border-radius: 0;
		width: 40px;
		height: 40px;
	}
	
	.menu-btn .line {
		background-color: var(--medium-gray);
	}
	
	.mobile-menu-container {
		top: -3px;
	}
	
	/* .header .header-menu>.menu-item>.sub-menu {
        top: 192px;
    } */
	
	/* .header:has(.simple-banner) .header-menu>.menu-item>.sub-menu {
        top: 192px;
    } */
	.header.open-mobile-menu .header-nav-row {
		overflow: hidden;
	}
	
	.header.open-mobile-menu .header-nav-row-inner {
		display: flex;
		flex-direction: column;
	}
	
	.header ul.header-menu li.bol-structure-only a {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.header-aside-holder {
		border-top: 1px solid var(--light-gray);
		box-sizing: border-box;
		padding: 24px 30px;
		justify-content: center;
		display: flex;
		align-items: center;
		margin-top: auto;
	}
	
	.right-header-menu {
		margin: 0;
	}
	
	.header-menu:has(.submenu-open) .bol-go-back {
		cursor: pointer;
		display: flex;
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
		align-items: center;
		gap: 16px;
		padding-left: 26px;
	}
	
	.header ul.header-menu>li.bol-go-back a {
		padding-left: 0;
		padding-top: 11px;
		padding-bottom: 11px;
		width: 100%;
	}
	
	.bol-go-back::before {
		content: "";
		display: inline-block;
		height: 12px;
		width: 7px;
		margin-top: -3px;
		transition: transform 200ms ease;
		transform-origin: center;
		rotate: 180deg;
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%235E5777\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.header ul.header-menu>li {
		width: 100%;
	}
	
	.header ul.header-menu>li a {
		padding: 20px 26px;
	}
	
	.header ul.header-menu>li a, .header ul.header-menu>li .bol-menu-tab.bol-structure-only>a:first-of-type {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.header ul.header-menu>li .bol-menu-tab a {
		width: 100%;
	}
	
	.header ul.header-menu li.menu-item-has-children>a::after, .header ul.header-menu>li .bol-menu-tab.bol-structure-only>a:first-of-type::after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 12px;
		transition: transform 200ms ease;
		transform-origin: center;
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%235E5777\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.header ul.header-menu li.menu-item-has-children>a {
		display: flex;
		flex-direction: row;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		position: relative;
		padding: 0 26px;
	}
	
	.submenu-open .submenu-open .submenu-closed a {
		color: var(--blue);
	}
	
	.header ul.header-menu .sub-menu .sub-menu li.menu-item-has-children>a::after {
		background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'12\' viewBox=\'0 0 7 12\' fill=\'none\'><path d=\'M0.834961 0.834961L5.83496 5.83496L0.834961 10.835\' stroke=\'%23016BFF\' stroke-width=\'1.67\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/></svg>");
	}
	
	.bol-menu-tab-intro {
		display: none;
	}
	
	.bol-menu-tab>.sub-menu {
		display: block;
	}
	
	.bol-menu-tab>.sub-menu[hidden] {
		display: none;
	}
	
	.header .header-menu>.menu-item>.sub-menu {
		flex-direction: column;
	}
	
	.header-nav-row {
		overflow: scroll;
	}
	
	.header ul.header-menu>li .bol-menu-tab.bol-structure-only>a:first-of-type {
		display: flex;
		flex-direction: row;
		text-transform: uppercase;
	}
	
	.submenu-closed .sub-menu {
		display: none;
	}
	
	.header-menu>.submenu-open {
		background: #fff;
		position: relative;
		height: 100%;
	}
	
	.submenu-open .submenu-open {
		position: relative;
	}
	
	.header .header-menu>.submenu-open.menu-item>.sub-menu {
		display: flex;
		opacity: 1;
		height: 100%;
		gap: 8px;
		margin-top: 0;
	}
	
	/* .header:has(.simple-banner) .header-menu>.submenu-open.menu-item>.sub-menu {
        margin-top: 102px;
    } */
	
	/* .header-nav:has(.submenu-open) {
        max-height: calc(100vh - 307px);
    } */
	.header ul.header-menu>li .bol-menu-tab a.bol-arrow-link {
		padding: 0;
	}
	
	/* .header:has(.simple-banner) .header-menu>.submenu-open.menu-item>.sub-menu {
        max-height: calc(100vh - 399px);
    } */
	
	/* .header .header-menu>.submenu-open.menu-item>.sub-menu:has(.submenu-open) {
        overflow-y: scroll;

    } */
	.bol-menuTab-title>a {
		text-transform: uppercase;
	}
	
	li.bol-menuTab-title.submenu-open>a {
		color: var(--blue);
	}
	
	.header ul.header-menu li.menu-item-has-children.submenu-open>a::after, .header ul.header-menu>li .bol-menu-tab.bol-structure-only.submenu-open>a:first-of-type::after {
		transform: rotate(-90deg);
	}
	
	.header ul.header-menu>li .bol-menu-tab.bol-structure-only.submenu-open>a {
		color: var(--blue);
	}
	
	.header ul.header-menu>li .bol-menu-tab a {
		padding: 20px 0;
	}
	
	.bol-menu-tab>.sub-menu {
		margin-top: 8px;
	}
	
	p.menu-item-description {
		margin-top: 4px;
		margin-bottom: 0;
	}
	
	.header-menu>.submenu-open {
		margin-top: 0;
	}
	
	.header:has(.submenu-open) ul.header-menu>li.menu-item-has-children>a, .header:has(.submenu-open) ul.header-menu>li:not(.bol-go-back):not(.submenu-open) {
		display: none;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item {
		border-radius: 8px;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		max-width: 100%;
		margin-bottom: 0px;
		/* padding: 12px; */
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	.bol-menuTab-title {
		display: none;
	}
	
	.sub-menu:has(.bol-menu-card)>.bol-menuTab-title {
		display: block;
	}
	
	.sub-menu:has(.bol-menu-card)>.bol-menuTab-title>a {
		color: var(--blue);
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2.24px;
		font-weight: 600;
	}
	
	.bol-menuTab-title.bol-menu-tab {
		display: block;
	}
	
	.bol-grayBox {
		background-color: var(--light-gray);
		padding: 0 16px;
	}
	
	.bol-menu-tab .sub-menu .sub-menu .menu-item.bol-grayBox {
		border-radius: 0;
	}
	
	.submenu-open:has(.bol-grayBox) > a {
		color: var(--blue);
	}
	
	.bol-red-titles .bol-menu-tab >a, .header ul.header-menu>li.bol-red-titles .bol-menu-tab.bol-structure-only.submenu-open>a {
		color: var(--red);
	}
	
	.header ul.header-menu>li .bol-menu-tab .bol-menu-card a {
		padding: 0;
	}
	
	.bol-menu-card-cta {
		width: calc(100% - 40px);
		box-sizing: border-box;
		margin-bottom: 0;
	}
	
	.bol-menu-card {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 1367px) {
	.header-nav-row {
		padding-left: 177px;
	}
	
	.page-template-page-home .offset-top-intro {
		margin-top: 0px;
	}
	
	.header-wrap {
		padding-top: 0;
	}
	
	.header-logo {
		width: 177px;
	}
	
	.header-logo-container {
		top: 29px;
	}
	
	.bol-menuTab-title>a {
		font-size: 14px;
	}
	
	.right-header-menu .round-link-btn a {
		font-size: 12px;
		padding: 16px 22px;
	}
}

@media only screen and (min-width: 1441px) {
	.header ul.header-menu>li {
		padding: 40px 10px;
	}
	
	.header .sub-menu .bol-menu-tab {
		max-width: 1018px;
	}
	
	.header .sub-menu .bol-menu-tab-intro.bol-structure-only:not(.bol-grayBox) {
		max-width: 320px;
	}
}

@media only screen and (min-width: 1661px) {
	#menu-header-menu {
		padding-left: 0px;
	}
	
	.header-nav-row {
		padding-left: 0;
	}
	
	.page-template-page-home .offset-top-intr123o {
		margin-top: 0px;
	}
	
	.header-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.header-logo-container {
		top: 29px;
	}
	
	.header-holder {
		padding-left: 13vw;
	}
}

@media only screen and (min-width: 1025px) {
	.page-template-page-home .why-intro .main-wrap-230 {
		padding-left: 22vw;
	}
	
	.page-template-page-home .why-intro {
		padding-top: 6vw;
		padding-bottom: 6vw;
	}
}

.blue-semi-trans-overlay:after {
	background: linear-gradient(to left, rgba(1, 107, 255, .2) 0%, rgba(1, 107, 255, .9) 70%, rgba(1, 107, 255, 1) 100%) !important;
}

@media only screen and (min-width: 1025px) {
	.solutions-intro .text-block-content {
		max-width: 625px;
	}
}

.page-template-default h3.title-32 {
	font-weight: 700;
	font-size: 35px;
}

g.blue-text-svg-g {
	transform: translateY(-61px);
}

.home a.w-css-reset.w-css-reset-tree {
	display: none !important;
}

.compare-table.compare-table--evenly-spaced div {
	justify-content: space-evenly !important;
}

.btn-container.center {
	margin: 20px 0 40px 0;
}

.compare-section.compare-section--table .compare-table .compare-table-container>div>div:first-child {
	background-color: unset;
	left: unset;
	max-width: unset;
	position: unset;
}
