/* Resources: FAQ ~ /resources/faq */

.faq_index h4,
.faq_index ul.faq_nav {
	padding-top: 100px;
	margin-top: -70px;
}

.faq_index ul.faq_nav {
	list-style: none;
	margin: 50px 0;
	padding: 0;
}

.faq_index ul.faq_nav:before {
	display: block;
	content: 'Jump to:';
	opacity: 0.5;
	font-family: "SeerBook", Arial, sans-serif !important;
	font-size: 14px;
	color: #212132;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}

.faq_index ul.faq_nav li {
	display: inline-block;
	margin-right: 10px;
}

.faq_index ul.faq_nav li a {
	background: #EEEEEE;
	border-radius: 50px;
	font-family: "SeerBold", Arial, sans-serif !important;
	font-size: 14px;
	line-height: 1em;
	color: #212132;
	letter-spacing: 0;
	text-align: center;
	padding: 5px 20px;
	transition: all 0.2s ease-in-out;
}

.faq_index ul.faq_nav li a:hover,
.faq_index ul.faq_nav li a:focus {
	background-color: #23C6C8;
	color: white;
	text-decoration: none;
}

.video_wrapper {
	position: relative;
}

.video_wrapper img {
	position: relative;
	z-index: 2;
	mix-blend-mode: multiply;
}

.video_wrapper:before {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	display: inline-block;
	content: ' ';
	width: 80px;
	height: 80px;
	background-color: #212132;
	background-image: url('../imgs/icons/play.svg');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	opacity: 0.4;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.video_wrapper:hover:before {
	opacity: 1;
	background-color: #23C6C8;
}

.jumbotron.wysiwig.no-separator .three-col:after {
	display: none !important;
}

@media (min-width: 1200px) {
	.faq_index ul.faq_nav {
		padding-left: 123px;
		padding-right: 123px;
	}
}

@media(min-width: 768px) {
	.rfaq-descr {
		max-width: 60%;
		margin: 1em auto;
	}
}

.faq_testimonials .section_title {
	padding: 50px 0;
}

.faq_testimonials .content {
	padding-bottom: 50px;
}

@media(min-width: 768px) {
	.faq_testimonials .content {
		padding: 0 20px;
	}
}

.faq_testimonials .content img {
	border-radius: 50%;
	max-width: 140px !important;
}

.faq_testimonials .content .testimonial-name {
	font-family: "SeerBold", Arial, sans-serif !important;
	font-size: 25px;
	color: #23C6C8;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 0.5em;
}

.faq_testimonials .content q {
	display: block;
	position: relative;
	padding-left: 40px;
}

.faq_testimonials .content q:before {
	position: absolute;
	display: block;
	left: 0;
	top: 0.2em;
	font-family: "SeerBold", Arial, sans-serif !important;
	font-size: 67px;
	color: #23C6C8;
	letter-spacing: 0;
}

.tech_explore.jumbotron.wysiwig.blue-headers h4 {
	color: #22C6C9;
}

/* events */

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	height: auto !important;
}

.tribe-common .tribe-events-pro-photo__event-link {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	padding-left: 60px;
}

.tribe-common .tribe-events-pro-photo__event-link a.tribe-common-c-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1.3em;
	color: black;
}

.tribe-common .tribe-events-pro-photo__event-link a.tribe-common-c-btn:last-child {
	background: #212132 !important;
	color: white;
}

.tribe-common .tribe-events-pro-photo__event-link a.tribe-common-c-btn:hover {
	background: #869c9c !important;
	color: white;
}

.tribe-common .tribe-events-pro-photo__event-featured-image-wrapper img {
	max-width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
	font-size: var(--tec-font-size-3) !important;
	line-height: var(--tec-line-height-4) !important;
}

.tribe-common h3.tribe-events-pro-photo__event-title.tribe-common-h6 {
	font-size: 24px;
	line-height: 1.2em;
}

.tribe-common .tribe-events-pro-photo__event-details .tribe-events-meta-group-intro p {
	font-size: 18px;
	line-height: 1.3em;
}

.tribe-common .tribe-events-pro-photo__event-date-tag .tribe-events-pro-photo__event-date-tag-month {
	font-size: var(--tec-font-size-2);
	font-weight: bold;
	line-height: 1em;
}

.tribe-events-single h1.tribe-events-single-event-title {
	font-size: 48px !important;
	line-height: 1.2em;
	margin-top: 1em;
}

.tribe-events-single div.tribe-events-schedule h2 {
	display: inline-block; 
	background: #eeeeee;
	border-left: 4px solid #22C6C9;
	padding: 7px 20px;
	font-family: "SeerBold", Arial, sans-serif !important;
	font-size: 18px;
}

.tribe-events-single .tribe-events-single-section.tribe-events-event-meta {
	display: none;
}

/* Proteograph Training Video Library */
/* 2023-1-26 */

#video-library-header {
	padding-top: 90px;
	padding-bottom: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% calc(100% + 64px);
}

#video-library-header .two-col h2,
#video-library-header .two-col p {
	color: black;
}

@media(max-width: 767px) {
	#video-library-header {
		padding-top: 74px;
		padding-bottom: 209px;
		background-size: 250px auto;
	}
}

@media(min-width: 768px) {
	#video-library-header {
		padding-top: var(--header-height);
		padding-bottom: 0;
		background-size: auto 520px;
	}
	
	#video-library-header .two-col {
		padding: 145px 0;
	}
}

.w-hero-background,
.w-gallery-view__hero-content-wrapper,
.w-video-card__description {
	display: none !important;
}

.w-gallery-view__section {
	padding-top: 56px !important;
	padding-bottom: 15px;
	border-bottom: 1px solid #adb5bd;
}

.w-gallery-view__section:last-child {
	border-bottom: none;
}

.w-gallery-view__body:last-child {
	padding-bottom: 0;
	border-bottom: none
}

.w-gallery-view__body * {
	font-family: "SeerBook", Arial, sans-serif !important;
}

.w-gallery-view__body h2 {
	font-family: "SeerBold", Arial, sans-serif !important;
	font-size: 24px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.jumbotron.wysiwig .w-gallery-view__body h3 {
	font-family: "SeerBook", Arial, sans-serif !important;
	font-size: 16px !important;
}

@media(min-width: 768px) {
	.w-gallery-view__body form {
		transform: translateY(-50px);
		border-color: transparent !important;
	}
}

@media(max-width: 767px) {
	.w-gallery-view__body h2,
	.w-gallery-view__video-cards > div {
		margin: 2em 0 !important;
	}
}

/* Promo Banners ~ 2023-3-13 */

.width-narrow .container {
	max-width: 1060px;
}

.promo-banner .fullwidth {
	width: 100%;
	display: flex;
}

.box-shadow-25 {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.duration {
	margin-top: 1em;
	font-size: 14px;
}

.duration:before {
	display: inline-block;
	vertical-align: text-top;
	content: ' ';
	width: 16px;
	height: 16px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0xMC45NCAxMS44Ni45LS45LTMuMTgtMy4yVjMuNzRoLTEuMnY0LjVsMy40OCAzLjYyek04IDE2YTcuNzQgNy43NCAwIDAgMS0zLjEtLjYzIDguMTE0IDguMTE0IDAgMCAxLTIuNTUtMS43MkE4LjExNCA4LjExNCAwIDAgMSAuNjMgMTEuMSA3Ljc0IDcuNzQgMCAwIDEgMCA4YzAtMS4wOTMuMjEtMi4xMjcuNjMtMy4xYTguMTE0IDguMTE0IDAgMCAxIDEuNzItMi41NUE4LjExNCA4LjExNCAwIDAgMSA0LjkuNjMgNy43NCA3Ljc0IDAgMCAxIDggMGE3Ljc0IDcuNzQgMCAwIDEgMy4xLjYzYy45NzMuNDIgMS44MjMuOTkzIDIuNTUgMS43MmE4LjExNCA4LjExNCAwIDAgMSAxLjcyIDIuNTVjLjQyLjk3My42MyAyLjAwNy42MyAzLjFhNy43NCA3Ljc0IDAgMCAxLS42MyAzLjEgOC4xMTQgOC4xMTQgMCAwIDEtMS43MiAyLjU1IDguMTE0IDguMTE0IDAgMCAxLTIuNTUgMS43MkE3Ljc0IDcuNzQgMCAwIDEgOCAxNnptMC0xLjJjMS44NjcgMCAzLjQ2Ny0uNjY3IDQuOC0yIDEuMzMzLTEuMzMzIDItMi45MzMgMi00LjhzLS42NjctMy40NjctMi00LjhjLTEuMzMzLTEuMzMzLTIuOTMzLTItNC44LTJzLTMuNDY3LjY2Ny00LjggMmMtMS4zMzMgMS4zMzMtMiAyLjkzMy0yIDQuOHMuNjY3IDMuNDY3IDIgNC44YzEuMzMzIDEuMzMzIDIuOTMzIDIgNC44IDJ6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KPC9zdmc+Cg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.duration.color--white:before {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0xMC45NCAxMS44Ni45LS45LTMuMTgtMy4yVjMuNzRoLTEuMnY0LjVsMy40OCAzLjYyek04IDE2YTcuNzQgNy43NCAwIDAgMS0zLjEtLjYzIDguMTE0IDguMTE0IDAgMCAxLTIuNTUtMS43MkE4LjExNCA4LjExNCAwIDAgMSAuNjMgMTEuMSA3Ljc0IDcuNzQgMCAwIDEgMCA4YzAtMS4wOTMuMjEtMi4xMjcuNjMtMy4xYTguMTE0IDguMTE0IDAgMCAxIDEuNzItMi41NUE4LjExNCA4LjExNCAwIDAgMSA0LjkuNjMgNy43NCA3Ljc0IDAgMCAxIDggMGE3Ljc0IDcuNzQgMCAwIDEgMy4xLjYzYy45NzMuNDIgMS44MjMuOTkzIDIuNTUgMS43MmE4LjExNCA4LjExNCAwIDAgMSAxLjcyIDIuNTVjLjQyLjk3My42MyAyLjAwNy42MyAzLjFhNy43NCA3Ljc0IDAgMCAxLS42MyAzLjEgOC4xMTQgOC4xMTQgMCAwIDEtMS43MiAyLjU1IDguMTE0IDguMTE0IDAgMCAxLTIuNTUgMS43MkE3Ljc0IDcuNzQgMCAwIDEgOCAxNnptMC0xLjJjMS44NjcgMCAzLjQ2Ny0uNjY3IDQuOC0yIDEuMzMzLTEuMzMzIDItMi45MzMgMi00LjhzLS42NjctMy40NjctMi00LjhjLTEuMzMzLTEuMzMzLTIuOTMzLTItNC44LTJzLTMuNDY3LjY2Ny00LjggMmMtMS4zMzMgMS4zMzMtMiAyLjkzMy0yIDQuOHMuNjY3IDMuNDY3IDIgNC44YzEuMzMzIDEuMzMzIDIuOTMzIDIgNC44IDJ6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KPC9zdmc+Cg==');
}

/* Nav fixes ~ 2023-5-19 */

@media screen and (max-width: 1150px) {
	.menu-secondary-nav-container {
		margin-right: -50px !important;
	}
}

/* Border radius utility classes ~ 2023-5-25 */

.border-radius-1 { border-radius: 1px; }
.border-radius-2 { border-radius: 2px; }
.border-radius-3 { border-radius: 3px; }
.border-radius-4 { border-radius: 4px; }
.border-radius-5 { border-radius: 5px; }
.border-radius-6 { border-radius: 6px; }
.border-radius-7 { border-radius: 7px; }
.border-radius-8 { border-radius: 8px; }
.border-radius-9 { border-radius: 9px; }
.border-radius-10 { border-radius: 10px; }
.border-radius-11 { border-radius: 11px; }
.border-radius-12 { border-radius: 12px; }
.border-radius-13 { border-radius: 13px; }
.border-radius-14 { border-radius: 14px; }
.border-radius-15 { border-radius: 15px; }
.border-radius-16 { border-radius: 16px; }
.border-radius-17 { border-radius: 17px; }
.border-radius-18 { border-radius: 18px; }
.border-radius-19 { border-radius: 19px; }
.border-radius-20 { border-radius: 20px; }

/* Proteograph Product Suite page updates ~ 2023-5-25 */

.applications {
	padding-bottom: 36px !important;
}

@media(min-width: 768px) {
	.applications {
		padding-bottom: 54px !important;
	}
}

.applications .wppsac-post-slider.design-4 .slick-dots {
	padding-top: 27px !important;
}

.pps-grid .three-col,
.pps-grid .four-col {
	display: flex;
	margin-bottom: 18px !important;
}

@media(min-width: 992px) {
	.pps-grid .three-col,
	.pps-grid .four-col {
		margin-bottom: 0 !important;
	}
}
.pps-grid .three-col .content,
.pps-grid .three-col .content > div,
.pps-grid .four-col .content,
.pps-grid .four-col .content > div {
	flex-grow: 1;
	height: 100%;
}

.section-title-remove-line .section_title:after {
	background-color: transparent;
	margin-bottom: 20px;
}

.pps-play {
	position: relative;
}

.pps-play:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 112px;
	background: rgba(0,0,0,0.6);
	border-radius: 3px;
	left: calc(50% - 100px);
	top: calc(50% - 56px);
	transition: all 0.2s ease-in-out;
}

.pps-play:hover:before {
	transform: scale(1.1);
}

.pps-play:after {
	content: ' ';
	position: absolute;
	z-index: 3;
	width: 60px;
	height: 60px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIuNTZpbiIgaGVpZ2h0PSIuNTZpbiIgdmlld0JveD0iMCAwIDQwIDQwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMzYuMDcsMTguMjdMOS4zMywyLjgyYy0xLjUzLS44OS0zLjQ1LjIyLTMuNDUsMS45OXYzMC44OGMwLDEuNzcsMS45MiwyLjg4LDMuNDUsMS45OWwyNi43NS0xNS40NGMxLjUzLS44OSwxLjUzLTMuMSwwLTMuOTlaIi8+PC9zdmc+');
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	transition: all 0.2s ease-in-out;
}

.pps-play:hover:after {
	transform: scale(1.1);
}

/* FAQ/Downloads page fixes ~ 2023-5-26 */

.faq .pt-cv-wrapper input,
.downloads .pt-cv-wrapper input {
	padding: 18px;
	width: 100%;
}

.faq .cvp-live-reset,
.downloads .cvp-live-reset {
	left: auto !important;
	text-align: right;
	margin-left: 0;
}

.faq .cvp-live-reset:after, 
.downloads .cvp-live-reset:after {
	position: unset;
	right: auto;
	top: 10px !important;
	left: 0;
}

.faq .cvp-live-reset:focus, 
.downloads .cvp-live-reset:focus,
.faq .cvp-live-reset:focus-visible, 
.downloads .cvp-live-reset:focus-visible {
	outline: none;
}

.faq .cvp-live-filter.cvp-checkbox input,
.downloads .cvp-live-filter.cvp-checkbox input {
	transform: translateY(3px);
}

/* Footer 2023 ~ 2023-6-16 */

.footer-2023 {
	background-color: var(--color--gray-900);
	color: white;
	padding: 54px 0;
}
.footer-2023 * {
	color: var(--color--white);
}
.footer-2023 li {
	font-size: 16px;
	color: var(--color--white);
	line-height: normal;
}
.footer-2023 li a {
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.footer-2023 li a:hover {
	color: var(--color--gray-400);
	text-decoration: underline;
}
.footer-2023 .column-count-3 {
	page-break-inside: avoid;
	break-inside: avoid;
	hyphens: auto;
	column-gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-2023 .column-count-3 li {
	margin: 0 0 15px 0;
	text-align: center;
}
.footer-2023 .column-count-3 li a:not(:hover) {
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-text-decoration-color: transparent !important;
}
@media (min-width: 576px) {
	.footer-2023 .column-count-3 {
		column-count: 2;
	}
	.footer-2023 .column-count-3 li {
		text-align: left;
	}

}
@media (min-width: 992px) {
	.footer-2023 .column-count-3 {
		column-count: 3;
	}

}
.footer-2023 .social {
	gap: 38px;
}
.footer-2023 .social a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: var(--color--gray-100);
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}
.footer-2023 .social a:hover {
	background-color: var(--color--gray-300);
}
.footer-2023 .social a.twitter {
	background-image: url("../imgs/icons/social-twitter.svg");
}
.footer-2023 .social a.linkedin {
	background-image: url("../imgs/icons/social-linkedin.svg");
}
.footer-2023 .social a.youtube {
	background-image: url("../imgs/icons/social-youtube.svg");
}
.footer-2023 .copyright {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.footer-2023 .copyright li {
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
}
.footer-2023 .copyright li a {
	font-size: 14px;
}
@media (min-width: 576px) {
	.footer-2023 .copyright li {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.footer-2023 .copyright {
		flex-direction: row;
		gap: 20px;
	}
}
.footer-2023 .divider {
	padding-top: 35px;
	border-top: 1px solid var(--color--gray-500);
	margin: 35px 15px 0 15px;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Footer Social Media Edits ~ 2023-8-24 */

.footer.bottom .menu-social-media-nav-container {
	width: 240px !important;
}

.footer.bottom .menu-social-media-nav-container .menu-item.twitter {
	background: url('../imgs/social/x-twitter-footer.svg') no-repeat 0 0 transparent;
}

.footer.bottom .menu-social-media-nav-container .menu-item.linkedin {
	background: url('../imgs/social/linkedin-footer.svg') no-repeat 0 0 transparent;
}

.footer.bottom .menu-social-media-nav-container .menu-item.youtube {
	background: url('../imgs/social/youtube-footer.svg') no-repeat 0 0 transparent;
}

.footer.bottom .menu-social-media-nav-container .menu-item.threads {
	background: url('../imgs/social/threads-footer.svg') no-repeat 0 0 transparent;
}