/*.page-id-33123 .title-wrapper .woodmart-title-container:after{content:'';background:url('https://www.pivotpointsecurity.com/wp-content/uploads/2025/06/cbiz-logo-1.png.webp'); background-repeat:no-repeat;background-size:contain;width:90px;height:25px;display:inline-block;position: relative;    margin-left: 10px;}
.page-id-33123 .title-wrapper .woodmart-title-container{display: flex;align-items: center;}*/

.wd-popup.wd-promo-popup {
	background-color: #111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

.page-title-default {
	background-color: #0a0a0a;
	background-image: url("https://cdn-ileccep.nitrocdn.com/yTOgpUzrjiOyvCmupTuWugJKCmxEUbuf/assets/images/optimized/rev-9150ae4/www.pivotpointsecurity.com/wp-content/uploads/2022/11/PPS_Secondary_v2.png");
	background-size: cover;
	background-position: center bottom;
}

.page-title-default.nitro-lazy {
	background-image: none !important;
}

.wd-popup.wd-promo-popup.nitro-lazy {
	background-image: none !important;
}

.footer-container {
	background-color: #fff;
	background-image: none;
}

.footer-container.nitro-lazy {
	background-image: none !important;
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #001a30;
	--wd-text-font-size: 16px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 14px;
	}
}

:root {
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #001a30;
}

:root {
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 65%);
}

:root {
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
}

:root {
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
}

:root {
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-el-font-size: 14px;
	}
}

:root {
	--wd-primary-color: #001a30;
}

:root {
	--wd-alternative-color: #001a30;
}

:root {
	--wd-link-color: #f00;
	--wd-link-color-hover: #ff0002;
}

:root {
	--btn-default-bgcolor: #001a30;
}

:root {
	--btn-default-bgcolor-hover: #001a30;
}

:root {
	--btn-accented-bgcolor: #001a30;
}

:root {
	--btn-accented-bgcolor-hover: #001a30;
}

:root {
	--notices-success-bg: #459647;
}

:root {
	--notices-success-color: #fff;
}

:root {
	--notices-warning-bg: #e0b252;
}

:root {
	--notices-warning-color: #fff;
}

:root {
	--wd-form-brd-radius: 0px;
	--wd-form-brd-width: 1px;
	--btn-default-color: #fff;
	--btn-default-color-hover: #fff;
	--btn-accented-color: #fff;
	--btn-accented-color-hover: #fff;
	--btn-default-brd-radius: 5px;
	--btn-default-box-shadow: none;
	--btn-default-box-shadow-hover: none;
	--btn-accented-brd-radius: 5px;
	--btn-accented-box-shadow: none;
	--btn-accented-box-shadow-hover: none;
	--wd-brd-radius: 0px;
}

:root {
	--wd-container-w: 1340px;
}

@media (min-width: 1340px) {
	[data-vc-full-width]:not([data-vc-stretch-content]), :is(.vc_section, .vc_row).wd-section-stretch {
		padding-left: calc(( 100vw - 1340px - var(--wd-sticky-nav-w) - var(--wd-scroll-w) ) / 2);
		padding-right: calc(( 100vw - 1340px - var(--wd-sticky-nav-w) - var(--wd-scroll-w) ) / 2);
	}
}

div.wd-popup.popup-quick-view {
	max-width: 920px;
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}

html {
	scroll-behavior: smooth;
}

a.scrollToTop {
	bottom: 85px;
}

.delay {
	animation-duration: 1s;
}

.delayOne {
	animation-delay: .25s;
}

.delayTwo {
	animation-delay: .5s;
}

.delayThree {
	animation-delay: .75s;
}

form.wpcf7-form.invalid input {
	margin-bottom: 5px;
}

form.wpcf7-form.invalid .wpcf7-not-valid-tip {
	margin-bottom: 15px;
}

.wpcf7-response-output {
	margin-top: 20px !important;
}

.showTab {
	display: none;
}

@media (max-width:1024px) {
	html {
		scroll-behavior: unset;
	}
	
	.hideTab {
		display: none;
	}
	
	.flexFix {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}
	
	.reverse {
		flex-direction: column-reverse;
	}
	
	.flexFix>div {
		width: 100%;
		padding: 0 5%;
	}
	
	.flexFix.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 20px !important;
	}
	
	.flexFix img {
		width: 100%;
		max-width: 500px;
	}
	
	.flexFix .title-wrapper {
		text-align: center !important;
	}
	
	.flexFix .title {
		text-align: center;
	}
	
	.flexFix .text-left {
		text-align: center;
	}
	
	.flexFix .wpb_single_image.vc_align_left {
		text-align: center;
	}
	
	.flexFix ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	.footerFix {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	
	.footerFix>div {
		width: 100%;
		text-align: center;
		padding: 0 5%;
	}
	
	.footerFix .woodmart-title-container {
		text-align: center;
	}
	
	.footerFix>div div {
		width: 100%;
		text-align: center;
	}
	
	.footerFix p {
		text-align: center !important;
	}
	
	.footerFix .wpb_single_image.vc_align_left {
		text-align: center;
	}
	
	.footerFix .vc_row.wpb_row.vc_inner.vc_row-fluid {
		margin: 0 !important;
	}
	
	.mobile-hdr-icon .info-box-content {
		display: none !important;
	}
	
	.mobile-hdr-icon .box-icon-wrapper {
		margin: 0;
		max-width: 20px;
	}
	
	.showLg {
		display: none;
	}
	
	.showTab {
		display: block;
	}
	
	.whb-column.whb-mobile-right.whb-hidden-lg .woodmart-button-wrapper.text-left.inline-element {
		max-width: max-content;
		margin: 0;
		padding: 0;
		background: 0 0;
	}
	
	.whb-column.whb-mobile-right.whb-hidden-lg .woodmart-button-wrapper.text-left.inline-element a {
		max-width: max-content;
		margin: 0;
		padding: 0 7.5px;
		box-shadow: none !important;
		background: 0 0;
	}
	
	.whb-column.whb-mobile-right.whb-hidden-lg .woodmart-button-wrapper.text-left.inline-element a:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		color: #333;
		font-size: 24px;
	}
	
	.whb-column.whb-mobile-right.whb-hidden-lg .woodmart-button-wrapper.text-left.inline-element a.mail:before {
		content: "";
	}
	
	.whb-column.whb-mobile-right.whb-hidden-lg .woodmart-button-wrapper.text-left.inline-element a.phone:before {
		content: "";
		font-weight: 700;
	}
	
	.wd-tools-element>a {
		padding: 0 7.5px;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.flexByTwo>div {
		width: 50%;
		padding: 0 5% 5%;
	}
	
	.flexByTwo {
		flex-direction: row;
	}
}

.article-body-container a {
	color: #2674b4 !important;
}

body .entry-content .wd-text-block a, body .entry-content .wd-accordion a {
	color: #2674b4 !important;
}

body .entry-content .wd-text-block a:hover {
	color: #001a30 !important;
}

.delayOne {
	animation-duration: 1s !important;
	transition-delay: 1s;
}

.delayTwo {
	animation-duration: 1.5s !important;
	transition-delay: 1.5s;
}

.delayThree {
	animation-duration: 2s !important;
	transition-delay: 2s;
}

@media (max-width: 768px) {
	.hero-section * {
		width: 100%;
		text-align: center !important;
	}
	
	.hero-section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/* QA */
.csVid {
	position: relative;
}

.csVid video {
	width: 100% !important;
	height: auto !important;
}

.csVid:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 95%;
	background: rgba(0, 0, 0, .33);
	z-index: 1;
	font-family: "Font Awesome 5 free";
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s ease;
}

.csVid:hover:before {
	background: rgba(0, 0, 0, 15%);
}

.csVid.playing:before {
	transform: scale(0);
	opacity: 1;
}

.subsForm {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	margin-bottom: 15px;
}

.subsForm .wpcf7-submit {
	color: #181818;
	background: none;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: none;
	font-weight: 700;
	background: #ededed;
}

.white:before {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.cta-row.flexFix.reverse {
		background: #001a30;
	}
	
	.subsForm {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 0px;
	}
	
	.csVid {
		max-width: 600px;
		margin: 0 auto;
	}
	
	.featuredservices-row::before {
		display: none !important;
	}
	
	.featuredservices-row .flickity-page-dots {
		text-align: center;
	}
	
	.testimonials-row .owl-carousel .wd-lazy-load {
		max-width: 175px;
	}
	
	.cybersecurity-row:before {
		background: url("https://cdn-ileccep.nitrocdn.com/yTOgpUzrjiOyvCmupTuWugJKCmxEUbuf/assets/images/optimized/rev-9150ae4/www.pivotpointsecurity.com/wp-content/uploads/2022/06/Group-255-min.png");
		background-size: cover;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.cybersecurity-row > div {
		background: rgba(255, 255, 255, 75%);
	}
}

/* PRELOADER */
.preloader-vid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 100vh !important;
	background: #fff;
}

body:not(.home) .preloader-vid {
	display: none !important;
}

@media (max-width: 1024px) {
	.preloader-vid video {
		object-fit: contain;
	}
	
	.questionnaire-form__wrapper .btn-links__wrap {
		justify-content: center;
		align-items: center;
	}
	
	.questionnaire-form__wrapper .radio-btns__wrap {
		justify-content: center;
		align-items: center;
	}
	
	.cta-row .title-after_title {
		font-size: 18px !important;
		max-width: 450px !important;
	}
	
	.imgGal .owl-prev.wd-btn-arrow {
		left: 0px !important;
	}
	
	.imgGal .owl-next.wd-btn-arrow {
		right: 0px !important;
	}
}

/* HOME ANIMATE */
.wd-animation-ready {
	opacity: 0;
}

.clipped {
	will-change: clip-path;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	transition: all 1s ease !important;
}

.visible .clipped {
	clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.clipped.clipCenter {
	will-change: clip-path;
	clip-path: polygon(52% 0, 52% 0, 50% 100%, 50% 100%);
	transition: all 1s ease !important;
}

.visible .clipped.clipCenter {
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.cybersecurity-row::before {
	transform: translatex(50%);
	transition: all 1s ease;
	will-change: clip-path;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.visible.cybersecurity-row::before {
	transform: none;
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.primary-btn {
	background: #f00 !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	min-height: 50px;
	min-width: 280px;
}

@media (max-width: 1024px) {
	.animated .clipped.clipCenter {
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
	
	.animated .clipped, .clipped.animated {
		clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
	}
}

.post-single-page .wd-post-date.wd-style-with-bg {
	position: relative;
}

/* QA FINDINGS */
div.wd-blog-holder.masonry-container {
	margin: 5% auto !important;
}

.subsForm .wpcf7-submit {
	padding: 15px !important;
}

.wpcf7-response-output {
	line-height: 1.3 !important;
}

.wp-sitemap ul {
	column-count: 2;
}

.wp-sitemap ul.children {
	column-count: 1;
}

.ao-form .ao-left {
	margin-bottom: 15px;
}

span.ao-form-error-message {
	position: relative;
	top: -15px;
}

.ao-form input:not([type="radio"]):not([type="checkbox"]) {
	min-height: 45px;
}

.title-blog {
	margin-bottom: 5%;
}

.article-body-container li {
	font-size: 16px;
}

article.podcasts {
	padding: 5% 0;
}

article.post-single-page img {
	margin: 0 auto 25px;
}

.hero-section-with-form .wpcf7 {
	display: none;
}

.tabbed-content--row .vc_tta-panel-body {
	padding: 20px !important;
}

.subsForm input.wpcf7-text.mailTag {
	margin-bottom: 20px;
}

@media (max-width:767px) {
	article.post-single-page img {
		width: 100% !important;
	}
}

.vc_tta-panel-body .wd-text-block ul li {
	font-size: 16px !important;
}

.wd-logo img {
	width: 100px !important;
	height: 58px;
}

.mobile-nav {
	background: #021a2f;
}

.mobile-nav input.s::placeholder {
	color: #fff;
}

.mobile-nav input.s {
	border: 1px solid #fff;
	color: #fff;
}

.mobile-nav button.searchsubmit {
	color: #fff !important;
	border-left: 1px solid #fff !important;
}

.mobile-nav ul#menu-main-mobile-navigation li a {
	color: #fff;
}

.mobile-nav span.wd-nav-opener:after {
	color: #fff;
}

.mobile-nav .wd-nav-mobile li.opener-page>a, .wd-nav-mobile li:active>a {
	background: none !important;
}

.mobile-nav ul#menu-main-mobile-navigation li.current-menu-item a {
	color: #e5ca2a !important;
}

.mobile-nav input.s:focus {
	border: 1px solid #fff;
}

.mobile-nav ul.sub-sub-menu {
	padding: 0 15px;
}

.wpb_video_widget iframe {
	height: auto !important;
}

.wpb_video_widget {
	margin-bottom: 20px;
}

.tabbed-content--row .vc_tta-panels-container {
	padding-top: 30px !important;
}

/* NEW CUSTOM HEADER CSS  */
.faq-info-box {
	padding: 30px !important;
	margin-bottom: 0 !important;
}

.cust-header-section:after {
	content: "";
	background: url("https://cdn-ileccep.nitrocdn.com/yTOgpUzrjiOyvCmupTuWugJKCmxEUbuf/assets/images/optimized/rev-9150ae4/www.pivotpointsecurity.com/wp-content/uploads/2023/01/new-cust-header-ico.png.webp");
	width: 200px;
	height: 300px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 9em;
	right: 0;
}

@media (max-width:1024px) {
	.cust-header-section:after {
		width: 100px;
		height: 150px;
		top: 14em;
	}
}

@media (max-width:768px) {}

@media (max-width:767px) {
	.cust-header-section:after {
		width: 50px;
		height: 80px;
		top: 13em;
	}
}

@media (min-width:1025px) and (max-width:1400px) {
	.cust-header-section:after {
		width: 120px;
		height: 180px;
		top: 45%;
	}
}

@media (min-width:1024px) {
	.faqs-tab-new {
		margin-top: -50px !important;
	}
}

.Whats-next, .main-blog-suggest {
	display: none !important;
}

/* 
DOWNLOAD SECTION CSS */
.row.download-row {
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 10%);
	padding: 5%;
	max-width: 80% !important;
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	position: relative;
	min-height: 380px;
}

.download-section-content h1.thumbnail {
	font-size: 38px !important;
}

.btn-wrap a {
	background: url("https://cdn-ileccep.nitrocdn.com/yTOgpUzrjiOyvCmupTuWugJKCmxEUbuf/assets/images/optimized/rev-9150ae4/www.pivotpointsecurity.com/wp-content/uploads/2023/01/Arrow-18.png"), #f00 !important;
	color: #fff !important;
	padding: 13px 50px;
	background-repeat: no-repeat !important;
	background-position: 93% !important;
	background-size: 15% !important;
	font-weight: 800;
}

.btn-wrap a.nitro-lazy {
	background: none !important;
}

.btn-wrap {
	display: flex;
}

.download-section-img img {
	width: 100%;
	object-fit: contain;
	padding: 40px;
}

section.download-section {
	padding: 6% 0;
	position: relative;
}

.row.download-row:after {
	content: "" !important;
	display: inline-block !important;
	width: 100%;
	height: 150px;
	background-image: url("https://cdn-ileccep.nitrocdn.com/yTOgpUzrjiOyvCmupTuWugJKCmxEUbuf/assets/images/optimized/rev-9150ae4/www.pivotpointsecurity.com/wp-content/uploads/2023/01/ciso-bg-2-e1674143592178.png");
	background-repeat: no-repeat;
	background-size: contain !important;
	bottom: -20%;
	right: -5% !important;
	background-position: right bottom;
	position: absolute;
}

section.download-section:before {
	content: "";
	display: block;
	background: url("https://cdn-ileccep.nitrocdn.com/yTOgpUzrjiOyvCmupTuWugJKCmxEUbuf/assets/images/optimized/rev-9150ae4/www.pivotpointsecurity.com/wp-content/uploads/2023/01/ciso-bg-1-e1674143614739.png");
	position: absolute;
	top: 0;
	left: -23%;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 25%;
}

.download-section-img {
	background: #039add;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 330px;
	margin-right: 20px;
}

@media (max-width:1024px) {
	.download-section-img {
		margin: 0 !important;
	}
	
	.row.download-row {
		row-gap: 30px;
	}
	
	.download-section-content h1.thumbnail {
		font-size: 26px !important;
	}
	
	.row.download-row:after {
		bottom: -10% !important;
	}
}

@media (max-width:767px) {
	.download-section-img {
		min-height: 0 !important;
	}
	
	.row.download-row:after {
		width: 30% !important;
	}
	
	.row.download-row {
		max-width: 100% !important;
	}
}

.tag-search-wrapper {
	padding: 6% 0;
}

/* .tabbed-content--row .wpb_raw_code {
display: none;
} */
section.download-section {
	display: none;
}

.copyrights-row .wd-social-icons a span {
	color: #181818 !important;
}

@media (min-width:1025px) {
	.footer-row .wd-images-gallery {
		margin-left: auto !important;
		margin: 0;
	}
}

/* POP-UP ASSET EDITS */
div.row.download-row {
	max-width: 100% !important;
}

div.mfp-inline-holder .mfp-content {
	max-width: max-content;
	position: relative;
}

button.mfp-close {
	position: absolute !important;
	right: 15px !important;
}

button.mfp-close:after {
	display: inline-block;
	font-size: 28px;
	line-height: 50px;
	content: "";
	font-family: woodmart-font;
	color: #f00;
}

div.mfp-ready button.mfp-close:after {
	display: inline-block !important;
}

.bnr-announcement h2 {
	margin-bottom: 0px;
	font-weight: 400;
	color: #fff !important;
}

.bnr-announcement a {
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
	color: #fff;
}

.bnr-announcement p {
	margin-bottom: 0px;
	color: #fff;
}

.announce-bar h2 {
	max-width: max-content;
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 767px) {
	div#popmake-34764 {
		max-width: 90%;
		left: 5% !important;
		margin-bottom: 0px !important;
		bottom: 0px !important;
		top: auto !important;
	}
	
	.eulaForm > p {
		flex-direction: column;
		gap: 0px;
	}
}

/* SPECIAL ANNOUNCEMENT */
.announcement-row {
	background: url("https://cdn-ileccep.nitrocdn.com/yTOgpUzrjiOyvCmupTuWugJKCmxEUbuf/assets/images/optimized/rev-9150ae4/www.pivotpointsecurity.com/wp-content/uploads/2022/09/bnr-vendor.jpg");
	background-size: cover;
	padding: 5% 10%;
	overflow: hidden;
	position: relative;
}

.announcement-row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 26, 48, 95%);
}

.pum-theme-32438 button.pum-close.popmake-close {
	color: #fff;
}

.announcement-row h2 {
	color: #fff;
	font-size: 50px;
}

.announcement-row p {
	font-size: 18px !important;
	line-height: 36px;
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
	color: #fff;
}

.announcement-row .ext-link {
	background: #fad805;
	color: var(--wd-primary-color);
}

img.hoverImg {
	display: none;
}

a.pngEl:hover .static {
	display: none;
}

a.pngEl:hover .hoverImg {
	display: block;
}

.announce-bar img {
	height: 65px;
	object-fit: contain;
	padding: 7.5px 0;
}

.announce-bar h2 {
	text-align: center !important;
	margin: auto;
}

/* NEW FOOTER */
.footer-new-gallery .gallery-images.row.wd-spacing-30 {
	max-width: 400px;
}

div.footerMenu h2 {
	font-size: 22px;
	text-transform: capitalize;
	color: #181818;
}

.fl-copy {
	max-width: 450px;
}

.footerMenu ul li a {
	color: #181818;
	font-weight: 500;
}

.footerMenu ul li {
	margin-bottom: 10px;
}

.footerMenu ul li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	color: #a9a9a9 !important;
	font-weight: 700;
	font-size: 12px;
	margin-right: 5px;
}

.serviceItem {
	flex-direction: column-reverse !important;
}

@media (max-width: 1024px) {
	.fl-copy {
		margin: auto;
	}
	
	.footer-new-gallery .gallery-images.row.wd-spacing-30 {
		margin: auto !important;
	}
}

/* Disable WPBakery Tab/Tour animation */
.vc_tta-panel.vc_animating {
	opacity: 1;
}

.tabbed-content--row .vc_tta.vc_general .vc_tta-panel {
	display: block !important;
}

.tabbed-content--row .vc_tta-panel-body {
	display: block !important;
}

.tabbed-content--row ul.vc_tta-tabs-list {
	position: sticky;
	top: 200px;
	flex-grow: initial !important;
}

.tabbed-content--row .vc_tta-panel {
	margin-bottom: 3% !important;
	padding-bottom: 3% !important;
	border-bottom: 1px solid rgba(0, 0, 0, 15%);
}

.tabbed-content--row .wd-animation-ready {
	opacity: 1 !important;
}

.tabbed-content--row .wd-accordion-content {
	/* 	display: block !important; */
	opacity: 1;
}

.page-id-33123 .whb-header {
	display: none !important;
}
