/* Works on computers with a mouse */
@media (hover:hover) and (pointer:fine) {
	.article-card:hover,
	.article-card:focus-visible {
		box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.15);
	}
	.blog-archive-wrap .article-card:hover,
	.blog-archive-wrap .article-card:focus-visible {
		border-color: #1a7eff;
	}
	.blog-archive-wrap .article-card:hover .article-card-readmore,
	.blog-archive-wrap .article-card:focus-visible .article-card-readmore {
		opacity: 1;
	}
	.blog-search-submit::before {
		content: "";
		background: #065DFF;
		position: absolute;
		inset: 0;
		z-index: -1;
		filter: alpha(opacity=0);
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.blog-search-submit:hover {
		-webkit-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: scale(1.1, 1);
		transform: scale(1.1, 1);
	}
	.blog-search-submit:hover::before {
		filter: alpha(opacity=100);
		opacity: 1;
		-khtml-opacity: 1;
	}
	.wpcf7-submit:hover::before {
		filter: alpha(opacity=100);
		opacity: 1;
		-khtml-opacity: 1;
	}
	.wpcf7-submit:hover {
		transform: translateY(-2px);
	}
	.lead-form-field .wpcf7-form-control:hover {
		background-color: rgba(255, 255, 255, 0.1);
		border-color: rgba(255, 255, 255, 0.6);
	}
}
@media (max-width: 991px) {
	.article-body-layout {
		flex-direction: column;
	}
	.article-sidebar {
		width: 100%;
	}
	.related-articles-grid {
		flex-direction: column;
	}
	.blog-grid > .article-card {
		flex-basis: calc((100% - 16px) / 2);
		max-width: calc((100% - 16px) / 2);
	}
	.related-articles {
		background: #f4f8f9;
		padding: 16px;
		margin: 40px 0 52px 0;
	}
	.related-articles:last-child {
		margin-bottom: 120px;
	}
	.elementor-kit-10 h2.related-articles-title,
	.related-articles-title {
		font-size: 24px;
		font-weight: 700;
		text-align: right;
		margin: 0 0 20px 0;
	}
	.related-articles-grid {
		gap: 16px;
	}
	.related-articles-grid .article-card {
		display: flex;
		align-items: center;
		gap: 12px;
		border: 1px solid #ecf2f3;
		border-radius: 12px;
		padding: 12px;
		box-shadow: none;
	}
	.related-articles-grid .article-card-image {
		width: 80px;
		height: 80px;
		min-height: 1px;
		aspect-ratio: auto;
		border-radius: 8px;
		flex-shrink: 0;
		padding: 0;
	}
	.related-articles-grid .article-card-logo,
	.related-articles-grid .article-card-overlay,
	.related-articles-grid .article-card-date {
		display: none;
	}
	.related-articles-grid .article-card-body {
		flex: 1 0 0;
		min-width: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
		text-align: right;
	}
	.related-articles-grid .article-card-title {
		font-size: 16px;
		font-weight: 700;
		margin: 0;
	}
	.related-articles-grid .article-card-excerpt {
		font-size: 14px;
		margin: 0;
		opacity: 1;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.top-content-section {
		padding: 32px 0;
	}
	.big-form-section {
		padding-right: 30px;
		padding-left: 30px;
	}
	.big-form-content {
		max-width: 77%;
	}
}
@media all and (max-width: 782px) {
	#wp-admin-bar-wpseo-menu,
	#wp-admin-bar-my-account {
		overflow: hidden;
	}
	#wp-admin-bar-edit ~ li {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.big-form-section {
		flex-direction: column;
		padding: 32px 20px;
	}
	.big-form-visual {
		display: none;
	}
	.big-form-content {
		max-width: 100%;
	}
	.big-form-checkboxes {
		flex-direction: column;
	}
	.blog-hero-title {
		font-size: 32px;
	}
	.blog-search-form {
		flex-direction: column;
		align-items: center;
	}
	.blog-search-submit {
		width: 100%;
		border-radius: 100px;
		height: 44px;
	}
	.blog-search-input-wrap {
		width: 100%;
		border-radius: 100px;
	}
	.blog-grid > .article-card {
		flex-basis: 100%;
		max-width: 100%;
	}
	.lead-form-inner {
		width: 500px;
	}
	.container,
	.article-body-layout {
		padding-right: 16px;
		padding-left: 16px;
	}
	.post-top-content-banner {
		padding: 10px 19px;
	}
	.top-content-section {
		padding: 16px 0 24px 0;
	}	
	.top-content-section:has(.post-top-content-banner-video) {
		background: linear-gradient(180deg, #0f1f57, #081132);
		padding: 35px 0 24px;
	}
	.top-content-section:has(.post-top-content-banner-video) .elementor-kit-10 h1.main-title,
	.top-content-section:has(.post-top-content-banner-video) .main-title {
		color: #fff;
	}
	.top-content-section:has(.post-top-content-banner-video) .post-top-content-text {
		color: rgba(255, 255, 255, 0.75);
	}
	.top-content-section:has(.post-top-content-banner-video) #breadcrumbs,
	.top-content-section:has(.post-top-content-banner-video) #breadcrumbs a {
		color: rgba(255, 255, 255, 0.6);
	}
	.top-content-section:has(.post-top-content-banner-video) .article-byline {
		border-color: #505f79;
	}
	.top-content-section:has(.post-top-content-banner-video) .article-byline-author {
		color: #8085A8;
	}
	.article-byline-author {
		font-weight: 400;
	}
	.article-content {
		font-size: 14px;
	}
	.elementor-kit-10 .article-content h1,
	.elementor-kit-10 .article-content h2,
	.elementor-kit-10 .article-content h3,
	.article-content h1,
	.article-content h2,
	.article-content h3 {
		font-size: 32px;
		margin: 0 0 24px 0;
	}
	.article-content hr {
		margin: 32px 0;
	}
	.ptcb-play-icon {
		width: 61px;
		height: 61px;
	}
	.article-byline-avatar {
		width: 24px;
		height: 24px;
	}
	.top-content-section:has(.post-top-content-banner-video) + .article-body-layout {
		padding-top: 32px;
	}
	.article-body-layout {
		gap: 40px;
	}
}
@media (max-width: 479px) {
	.wpcf7-form span.big-form-fields-grid,
	.big-form-fields-grid {
		grid-template-columns: 1fr;
	}
	.big-form-form .submit-btn-wrap {
		width: 100%;
	}
	.post-top-content-banner {
		min-height: 48vw;
	}
	.ptcb-inner {
		width: 46vw;
	}
	.ptcb-title {
		margin: 22px 0 10px 0;
		font-size: 28px;
	}
}