/*
1.	Global
2.	Structure
3.	Typography
4.	Header
4.1	Header - Narrow
4.2 Header - Wide
4.3 Header - Sticky
5.  Footer
6.  Hero (".masthead")
7.	Buttons
8.	Bubbles
9.  Home Page
10.	Sustainability
11.	Contact
12.	Team
13.	Catalyst Technologies
14. Carousel
15. Search
16. Newsroom
17. Accessibility Tweaks
*/

/*************
 * 1. Global *
 *************/
:root{
	--ecovyst-blue-deep: 0, 73, 107;
	--ecovyst-blue-dark: 1, 116, 154;
	--ecovyst-blue: 41, 171, 226;
	--ecovyst-green: 142, 200, 85;
	--ecovyst-turquoise: 68, 183, 185;
	--ecovyst-grey: 105, 105, 105;
	--ecovyst-font: "Spartan", sans-serif;
	--ecovyst-angle-height: 190px;
}

body{
	font-family: var(--ecovyst-font);
	font-weight: 400;
	font-size: 16px;
	color: rgb(var(--ecovyst-grey));
	line-height: 1.85;
}

html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Remove VC animations */
body .wpb_animate_when_almost_visible {
	opacity: 1;
	animation: none !important;
}

/****************
 * 2. Structure *
 ****************/
.page,
.post{
	margin-bottom: 0;
}

.page-content,
.entry-content,
.entry-summary{
	margin-top: 0;
}

.vc_section{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.vc_row.vc_row-flex:not(.vc_row-o-content-top) {
	justify-content: center;
	align-items: center;
}

.vc_row,
.vc_row.vc_column-gap-25{
	max-width: 1230px;
	margin: 0 auto;
}

	.vc_row.vc_row-no-padding{
		max-width: 100%;
	}

@media (max-width: 767px) {
	.vc_row.reverse-on-mobile {
		flex-direction: column-reverse;
	}
}

/* accommodate masthead for anchor links */
div[id].vc_row{
	scroll-margin-top: 270px;
}

div[id].vc_row[data-vc-full-width]{
	overflow: initial; /* WPBakery is dumb, overflow hidden breaks scroll-margin-top in Chrome */
}

.entry-header{
	display: none;
}

.overlay{
	position: relative;
	/* background-image set via grayscale.js */
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: saturation;
}

	.overlay::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*****************
 * 3. Typography *
 *****************/
h1,
.faux-h1,
.coopers .faux-h1 {
	font-weight: 200;
	font-size: 50px;
	font-size: clamp(36px, 1em + 3vw, 50px);
	color: rgb(var(--ecovyst-blue-deep));
	line-height: 1.2;
}
.faux-h1,
.coopers .faux-h1 {
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

	h1::after,
	.faux-h1::after {
		display: block;
		content: "";
		width: 60px;
		height: 2px;
		margin-top: 1rem;
		background-color: rgb(var(--ecovyst-turquoise));
	}

	.vc_section-has-fill :is(h1, h2, h3, h4, p),
	.vc_row-has-fill :is(h1, h2, h3, h4, p),
	.vc_col-has-fill :is(h1, h2, h3, h4, p){
		color: #fff;
	}

		.vc_section-has-fill h1::after,
		.vc_row-has-fill h1::after,
		.vc_col-has-fill h1::after,
		.vc_section-has-fill .faux-h1::after,
		.vc_row-has-fill .faux-h1::after,
		.vc_col-has-fill .faux-h1::after {
			background-color: #fff;
		}

	h1[style*="text-align: center"]::after,
	.faux-h1[style*="text-align: center"]::after {
		margin-right: auto;
		margin-left: auto;
	}

	.masthead h1{
		font-weight: 300;
		font-size: 82px;
		font-size: clamp(40px, 1em + 5vw, 82px);
		line-height: 1.25;
		margin-top: .35em;
		margin-bottom: .5em;
	}
	.masthead h1 em {
		display: block;
		font-size: 40px;
		font-size: clamp(22px, 0.4878em, 40px);
		font-style: normal;
		margin-top: 0.65em;
	}

		.home .masthead h1{
			text-transform: uppercase;
		}

		.masthead h1 sup{
			font-size: 25%;
			top: -2.5em;
			left: -.5em;
		}

	h1.wght-900{
		font-weight: 900;
		font-size: 80px;
		font-size: clamp(36px, 1em + 5vw, 80px);
		text-transform: uppercase;
	}

		.masthead h1::after,
		h1.wght-900::after,
		.vc_gitem-post-data-source-post_title h1::after{
			display: none;
		}

h2,
.faux-h2{
	color: rgb(var(--ecovyst-blue-deep));
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 15px;
}

.vc_gitem-post-data-source-post_title h1,
.coopers h2,
h3{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 15px;
}

.coopers h2{
	color: #fff;
}

h3{
	color: rgb(var(--ecovyst-blue-deep));
}

h4,
.faux-h4,
h2.vc_tta-panel-title,
.cta-optional-bg .vc_cta3-content {
	font-weight: 400;
	font-size: 20px;
	color: rgb(var(--ecovyst-blue-deep));
	margin-bottom: 0;
}
.cta-optional-bg .vc_cta3-content {
	color: #fff;
}

.masthead p,
.coopers p,
body:not(.home) .angled p{
	font-size: 24px;
	font-size: clamp(20px, 1em + 1vw, 24px);
	padding-bottom: 1.5em;
}

h3.vc_custom_heading + h4.vc_custom_heading{
	margin-top: -.5em;
}

h4.vc_custom_heading + .wpb_text_column{
	margin-top: -1em;
}

.wpb_text_column + .vc_btn3-container,
.wpb_text_column + .vc_btn3-container ~ .vc_btn3-container{
	margin-top: -.5em;
}

.wpb_text_column ul,
.wpb_text_column ol{
	margin-left: 0;
	padding-left: 0;
}

	.wpb_text_column ul{
		list-style: none;
	}

		.wpb_text_column ul li{
			position: relative;
			padding-left: 2.7em;
			text-indent: -1em;
		}

			.wpb_text_column ul li::before{
				content: "";
				width: 0.5em;
				height: 0.5em;
				border-radius: 50%;
				display: inline-block;
				background-color: rgb(var(--ecovyst-blue));
				margin-right: 0.5rem;
				position: relative;
				top: -0.1em;
			}

	.wpb_text_column ol li{
		margin-left: 1.5em;
	}

@media only screen and (min-width: 768px){
	.wpb_text_column.two-column ul,
	.uavc-list-icon.two-column ul{
		column-count: 2;
		column-gap: 0;
	}
}

strong{
	font-weight: 600;
}

.site-main a,
a.vc_btn3{
	color: #177ba6;
	font-weight: 600;
	text-decoration: none;
}

	.site-main a[data-vc-accordion]{
		font-weight: 400;
	}

sup{
	top: -0.25em;
}

.vc_figure .vc_single_image-wrapper{
	width: 100%;
}

	.wpb_single_image.vc_align_left .vc_figure.has-caption .vc_single_image-wrapper{
		width: auto;
	}

.ult_modal-body div .gform_title {
	line-height: 1.2;
	margin-top: 0;
}
@media (max-width: 767px){
	div.ult-overlay-close.top-right {
		top: 10px;
		right: 5px;
		width: 30px !important;
		height: 30px !important;
	}
	.ult_modal-content .grecaptcha-badge {
		position: static !important;
	}
}
@media (max-width: 600px) {
	.ult_modal-body div .gform_title {
		font-size: 26px;
		word-break: break-word;
	}
}

/**********************
 * 4. Header *
 **********************/
.vc_row.chevron-down{
	position: relative;
	top: -30px;
}

	.masthead + .vc_row.chevron-down{
		top: calc(-8vh - 30px);
	}

	.vc_row.chevron-down .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 0;
	}

		.vc_row.chevron-down .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center > .vc_icon_element-inner{
			box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.75);
		}

			.vc_row.chevron-down .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before{
				-webkit-text-stroke: 1px #01749a;
				text-stroke:  1px #01749a;
			}

			.chevron-down .vc_icon_element-icon {
				transform: translate(calc(-50% + 1px), calc(-50% + 2px)) !important;
			}
#masthead {
	z-index: 11;
}
.site-header > div{
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 1095px){
	.site-branding > .custom-logo-link{
		display: flex;
	}

	.site-header > div{
		justify-content: center;
	}
}

/***********************
 * 4.1 Header - Mobile *
 ***********************/
.site-header .site-branding .custom-logo-link{
	position: relative;
	top: 7px;
	left: 2.5%;
}

	.site-header .site-branding .custom-logo{
		width: 189px;
		height: 53px;
		transition: width .3s linear;
	}

.main-navigation li{
	display: flex;
}

	.main-navigation li.menu-item-has-children{
		flex-wrap: wrap;
	}

.main-navigation a{
	color: #fff;
	width: 90%;
	padding: 1em 5%;
	border-top: solid 1px #fff;
	background-color: rgb(var(--ecovyst-blue-dark));
	box-sizing: content-box;
}

	.main-navigation .sub-menu{
		flex-direction: column;
		width: 100%;
		min-width: 200px;
	}
	@media (min-width: 1095px) {
		.main-navigation .sub-menu .sub-menu {
			border-left: 1px solid #fff;
		}
	}

	.main-navigation .sub-menu a{
		width: 80%;
		padding-right: 10%;
		padding-left: 10%;
		background-color: rgb(var(--ecovyst-blue-dark));
	}

	@media (max-width: 1094px) {
		.main-navigation .sub-menu .sub-menu a {
			padding-left: 13%;
		}
	}

	.main-navigation #secondary-menu a{
		background-color: rgb(var(--ecovyst-green));
	}

	.main-navigation li::before{ /* hide FontAwesome icons */
		display: none;
	}

	.main-navigation a.expand{
		display: block;
		position: absolute;
		right: 0;
		width: 5%;
		text-align: center;
		border-left: solid 1px #fff;
	}

	.main-navigation .sub-menu a.expand {
		padding-left: 5%;
		padding-right: 5%;
	}

.menu-toggle.fas{
	position: absolute;
	top: 0;
	right: 0;
	border-color: #fff;
	background-color: #fff;
	color: rgb(var(--ecovyst-blue-deep));
	width: 70px;
	height: 70px;
	border-radius: 8px;
	font-size: 2rem;
	padding: 0;
	cursor: pointer;
}

	.logged-in .menu-toggle.fas{
		top: 46px;
	}

/*********************
 * 4.1 Header - Wide *
 *********************/
img.custom-logo{
	aspect-ratio: unset; /* Safari is dumb */
}

@media only screen and (min-width: 1095px){
	.site-header{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
	}

		.logged-in .site-header{
			top: 32px;
		}

		.site-header .site-branding{
			height: 168px;
			background-color: #fff;
			transition: height .3s linear;
		}


			.site-header .site-branding .custom-logo-link{
				top: 0;
			}

				.site-header .site-branding .custom-logo{
					width: 310px;
					height: auto;
				}

	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul,
	.main-navigation ul ul li:focus-within > ul{
		display: block;
		left: auto;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul,
	.main-navigation ul li:focus-within > ul{
		left: auto;
	}

	.menu-toggle.fas{
		display: none;
	}

	/* .main-navigation{
		background-color: transparent;
		transition: background-color .3s linear;
	} */

	.main-navigation ul {
		display: flex;
	}

	.main-navigation li{
		margin-right: 1em;
		margin-left: 1em;
	}

	.main-navigation a{
		width: auto;
		border-top: none;
		background-color: transparent;
		padding: 0;
		box-sizing: border-box;
		transition: color .3s linear;
	}

	#primary-menu,
	#secondary-menu,
	#tertiary-menu{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 19px;
	}

		#primary-menu{
			border-bottom: solid 1px rgba(255, 255, 255, .5);
		}

			#primary-menu a{
				display: flex;
				align-items: center;
				height: 56px;
			}

				#primary-menu a.expand,
				#secondary-menu a.expand{
					display: none;
				}

		#secondary-menu{
			font-size: 16px;
			height: 48px;
		}

			.main-navigation #secondary-menu a{
				background-color: transparent;
			}

		#tertiary-menu{
			height: 65px;
		}

	.main-navigation .sub-menu{
		width: auto;
		font-size: 16px;
		border-top: solid 2px rgb(var(--ecovyst-green));
	}

		.main-navigation .sub-menu li{
			margin-right: 0;
			margin-left: 0;
		}

			.main-navigation .sub-menu > li:hover .sub-menu,
			.main-navigation .sub-menu > li:focus .sub-menu {
				top: -2px;
				left: 100%;
			}

			.main-navigation .sub-menu a,
			.main-navigation #secondary-menu .sub-menu a{
				display: flex;
				align-items: center;
				width: 100%;
				min-width: 200px;
				height: 50px;
				white-space: nowrap;
				padding-left: 1em;
				padding-right: 1em;
				border-top: solid 1px #fff;
				background-color: rgb(var(--ecovyst-blue-deep));
				transition: background-color .3s linear;
			}

				.main-navigation .sub-menu > li:first-child > a,
				.main-navigation #secondary-menu .sub-menu > li:first-child > a{
					border-top: none;
				}

				.main-navigation .sub-menu a:hover,
				.main-navigation .sub-menu li.current_page_item a,
				.main-navigation #secondary-menu .sub-menu a:hover {
					background-color: rgb(var(--ecovyst-blue-dark));
				}
}

/***********************
 * 4.3 Header - Sticky *
 ***********************/
@media only screen and (min-width: 1095px){
	.site-header.sticky .site-branding{
		height: 65px;
	}

		.site-header.sticky .site-branding .custom-logo{
			width: 200px;
		}

	.site-header.sticky .main-navigation{
		background-color: rgb(2, 61, 90);
		/* background-color: var(--ecovyst-green); */
		/* background-image: linear-gradient(to right, rgba(var(--ecovyst-blue), 1) 0%,rgba(var(--ecovyst-green), 1) 100%); */
	}

	.site-header .main-navigation a:hover,
	.site-header .main-navigation li.current_page_item > a,
	.site-header .main-navigation li.current_page_parent > a,
	.site-header .main-navigation li.current_page_ancestor > a,
	.site-header .main-navigation li.current-menu-parent > a,
	.site-header .main-navigation li.current-menu-ancestor > a {
		color: rgb(170, 212, 134);
	}
	/* Better contrast for accessibility */
	.site-header .main-navigation .sub-menu a:hover,
	.site-header .main-navigation .sub-menu li.current_page_item > a,
	.site-header .main-navigation .sub-menu li.current_page_parent > a {
		color: rgb(192, 238, 152);
		background-color: rgb(17, 106, 136);
	}

	.site-header.sticky .menu-tertiary-container{
		background-color: rgb(var(--ecovyst-blue-dark));
	}
	#site-navigation li.announcement {
		display: block;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		transition: opacity .3s linear;
	}
	#site-navigation .announcement a {
		display: block;
		line-height: 1.5;
		padding: 10px;
		text-align: center;
		height: auto;
	}
}
#site-navigation .announcement a {
	color: #fff;
	background-color: #5b7d41;
	font-size: 21px;
}
#site-navigation .announcement a:hover,
#site-navigation .announcement a:focus {
	text-decoration: underline;
}
.page-id-244 #site-navigation .announcement a,
.page-id-244 #site-navigation #primary-menu .announcement a:hover,
.page-id-244 #site-navigation #primary-menu .announcement a:focus,
.parent-pageid-244 .site-header:not(.sticky) #primary-menu .menu-item.announcement a:hover,
.parent-pageid-244 .site-header:not(.sticky) #primary-menu .menu-item.announcement a:focus {
	color: #fff !important;
}
@media (max-width: 1094px) {
	.main-navigation.toggled #primary-menu {
		display: flex;
		flex-direction: column;
	}
	#site-navigation .announcement {
		order: -1;
	}
}

/**************
 * 5. Footer *
 **************/
.site-footer .site-branding{
	align-items: center;
	display: flex;
	height: 200px;
	justify-content: center;
}

	.site-footer .site-branding .custom-logo{
		width: 310px;
		height: auto;
	}

.site-info{
	background-color: rgb(var(--ecovyst-grey));
	padding-top: 1em;
	padding-bottom: 1em;
}

	.site-info p{
		color: #fff;
		margin-top: 0;
		margin-bottom: 0;
	}

.vc_section.coopers{
	background-image: linear-gradient(to right, rgba(var(--ecovyst-blue), 1) 0%,rgba(var(--ecovyst-green), 1) 100%);
	margin-top: 100px;
}

.vc_section.coopers > .overlay{
	/* clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%); */
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
}

	.vc_section.coopers > .overlay::before{
		background-color: rgba(var(--ecovyst-turquoise), .85 );
	}.vc_section.coopers > .green-overlay::before{
		background-color: rgba(var(--ecovyst-green), .85 );
	}

		.vc_section.coopers > .vc_row.overlay::before,
		.vc_section.coopers > .vc_row.overlay::after{
			display: block;
		}

	.vc_section.coopers .wpb_text_column,
	.vc_section.angled .wpb_text_column{
		max-width: 90%;
		margin: 0 auto;
	}
	.vc_section.coopers .wpb_text_column.full-width,
	.vc_section.angled .wpb_text_column.full-width{
		max-width: 100%;
	}

		.vc_section.coopers .wpb_text_column{
			margin-bottom: 16vh;
		}

	.vc_section.coopers .vc_general.vc_cta3{
		padding: 40px 0 20px;
	}

		.vc_section.coopers .vc_cta3_content-container{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}

#footer-cta .wpb_text_column a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 1px;
	transition: text-underline-offset 0.4s;
}
#footer-cta .wpb_text_column a:hover, #footer-cta .wpb_text_column a:focus {
	text-underline-offset: 4px;
}

.site-info ul {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

	.site-info li{
		line-height: 2;
		margin-right: .65em;
		margin-left: .65em;
	}

		.site-info a{
			color: #fff;
			opacity: .85;
			text-decoration: none;
			transition: opacity .3s ease-in-out;
		}

			.site-info a:hover{
				opacity: 1;
			}

@media only screen and (min-width: 768px){
	.vc_section.coopers > .overlay{
		background-attachment: fixed;
	}

	.vc_section.coopers .vc_custom_heading.wght-900{
		max-width: 1024px;
		margin-right: auto;
		margin-left: auto;
	}

	.vc_section.coopers .wpb_text_column,
	.vc_section.angled .wpb_text_column{
		max-width: 930px;
	}
	.vc_section.coopers .wpb_text_column.full-width,
	.vc_section.angled .wpb_text_column.full-width{
		max-width: 100%;
	}

	.vc_section.coopers .vc_cta3_content-container{
		flex-direction: row;
	}
}

@media (prefers-reduced-motion){
	.vc_section.coopers > .vc_row:first-child{
		background-attachment: scroll;
	}
}

/**************
 * 6. Hero (".masthead") *
 **************/

.vc_section.masthead:not(.angle-inside){
	background-color: rgba(var(--ecovyst-blue-dark), .75 );
	clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
	margin-bottom: 8vh;
}
.vc_section.masthead:not(.angle-inside)::before{
	background-color: rgba(var(--ecovyst-blue-dark), .75 );
	/* animation: kenburns 40s ease; */
	/* don't reset after animation is complete */
	/* animation-fill-mode: forwards; */
}
.home .vc_section.masthead:not(.angle-inside)::before {
	background-image: linear-gradient(135deg, rgba(var(--ecovyst-blue), .5) 0%,rgba(var(--ecovyst-green), .5) 100%);
}
.vc_section.masthead:not(.angle-inside) .vc_column-inner{
	margin-bottom: 5vh;
}
/* https://codemyui.com/css-ken-burns-effect/ */
@keyframes kenburns{
	0% {
		transform-origin: bottom left;
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.2);
	}
}

@media only screen and (min-width: 1095px) {
	.vc_section.masthead{
		margin-top: -104px;
		padding-top: 104px;
	}

		.has-tertiary .vc_section.masthead{
			margin-top: -169px; /* primary + secondary + tertiary */
			padding-top: 219px; /* primary + secondary + tertiary + Announcement */
		}

	.vc_section.masthead:not(.angle-inside) .vc_column-inner{
		max-width: 1095px;
		margin: 65px auto 5vh;
	}

	.has-tertiary .vc_section.masthead:not(.angle-inside) .vc_column-inner{
		margin: 0 auto 5vh;
	}

	.home .vc_section.masthead:not(.angle-inside) .vc_column-inner{
		margin: 10vh auto 20vh;
	}
}


.vc_section.masthead.angle-inside {
	background-position: center;
	display: flex;
	flex-direction: column;
	padding-top: 0;
}
.vc_section.masthead.angle-inside .vc_row {
	width: 100%;
}
.vc_section.masthead.angle-inside .vc_column-inner {
	margin-bottom: 0;
}

.vc_section.masthead.angle-inside .angled {
	filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.35));
	margin-bottom: -80px;
	z-index: 1;
}
.vc_section.masthead.angle-inside .angled .wpb_column {
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
}
.vc_section.masthead.angle-inside .angled .vc_column-inner {
	background-position: center;
	background-size: cover;
	margin-top: 0;
	padding-top: 45px;
	padding-bottom: 85px;
}
.vc_section.masthead.angle-inside .angled .vc_column-inner::before {
	background-image: linear-gradient(135deg, rgba(var(--ecovyst-blue), .9) 0%,rgba(var(--ecovyst-green), .9) 100%);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vc_section.masthead.angle-inside .angled .wpb_wrapper {
	position: relative;
}

.vc_section.masthead.angle-inside .angled h1,
.vc_section.masthead.angle-inside .angled h2 {
	line-height: 1.4;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: none;
	max-width: 730px;
}
.vc_section.masthead.angle-inside p {
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
}

.masthead.angle-inside .chevron-down {
	z-index: 2;
}
.masthead.angle-inside .chevron-down .wpb_column {
	min-height: 0;
}
.masthead.angle-inside .chevron-down .vc_column-inner {
	margin: 0 auto;
	padding: 0;
}
.masthead.angle-inside .chevron-down .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
	transform: translate(-50%, 80px);
}

.vc_section.masthead.angle-inside .bottom {
	padding-top: 80px;
}
.vc_section.masthead.angle-inside .bottom.overlay::before {
	background-image: linear-gradient(135deg, rgba(var(--ecovyst-blue), .9) 0%,rgba(var(--ecovyst-green), .9) 100%);
	display: block;
}

.vc_section.masthead.angle-inside .bottom {
	text-shadow: 1px 1px 3px #333;
}
.vc_section.masthead.angle-inside p {
	padding-bottom: 0;
}
.masthead.angle-inside .smaller-text p {
	font-size: 1.1rem;
}
.masthead.angle-inside strong {
	color: rgb(var(--ecovyst-blue));
}

@media only screen and (min-width: 768px) {
	.vc_section.masthead.angle-inside .vc_row {
		max-width: 100%;
	}
	.vc_section.masthead.angle-inside .bottom > .vc_col-sm-6 {
		max-width: 615px;
	}
}
@media only screen and (min-width: 1095px) {
	.vc_section.masthead.angle-inside .angled .vc_column-inner {
		padding-top: 149px;
	}
}

/**************
 * 7. Buttons *
 **************/
.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat,
.btn-modal.btn-modal-lg{
	font-size: 16px;
	background-color: #fff !important;
	color: rgb(var(--ecovyst-blue-dark)) !important;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(var(--ecovyst-blue-dark)) !important;
	border-radius: 2rem;
	padding: .7rem 3.5rem .5rem;
	transition: background-color .3s linear;
}

	.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat:hover,
	.btn-modal.btn-modal-lg:hover{
		color: #fff !important;
		background-color: rgb(var(--ecovyst-blue-dark)) !important;
	}

/* .vc_btn3-inline + .vc_btn3-inline{
	display: block;
} */

.ult-modal-input-wrapper button.ult-align-left{
	float: none;
}

/**************
 * 8. Bubbles *
 **************/
.vc_row.organic.vc_row-no-padding{
	max-width: 90%;
	left: 0 !important; /* WPBakery is dumb */
}

.bubble{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
	.bubble img,
	.img-border img {
		border: 1px solid #000;
	}

	/*
	.bubble1{ background-image: url('../images/bubble_1-soft.svg'); }
	.bubble2{ background-image: url('../images/bubble_2-soft.svg'); }
	.bubble3{ background-image: url('../images/bubble_3-soft.svg'); }
	.bubble4{ background-image: url('../images/bubble_4-soft.svg'); }
	.bubble5{ background-image: url('../images/bubble_5-soft.svg'); }

	.bubble .vc_single_image-wrapper{
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center center;
		-webkit-mask-size: contain;
		mask-repeat: no-repeat;
		mask-position: center center;
		mask-size: contain;
	}

		.bubble1 .vc_single_image-wrapper{
			-webkit-mask-image: url('../images/bubble_1.svg');
			mask-image: url('../images/bubble_1.svg');
		}

		.bubble2 .vc_single_image-wrapper{
			-webkit-mask-image: url('../images/bubble_2.svg');
			mask-image: url('../images/bubble_2.svg');
		}

		.bubble3 .vc_single_image-wrapper{
			-webkit-mask-image: url('../images/bubble_3.svg');
			mask-image: url('../images/bubble_3.svg');
		}

		.bubble4 .vc_single_image-wrapper{
			-webkit-mask-image: url('../images/bubble_4.svg');
			mask-image: url('../images/bubble_4.svg');
		}

		.bubble5 .vc_single_image-wrapper{
			-webkit-mask-image: url('../images/bubble_5.svg');
			mask-image: url('../images/bubble_5.svg');
		}

		.wpb_single_image.bubble img{
			width: 100%;
		}
	*/

@media only screen and (min-width: 768px){
	.organic.organic_text-right > .wpb_column:first-child,
	.organic.organic_text-left > .wpb_column:first-child{
		justify-content: flex-end;
	}

	.organic.organic_text-right > .wpb_column:first-child > .vc_column-inner,
	.organic.organic_text-left > .wpb_column:last-child > .vc_column-inner{
		max-width: 780px;
	}

	.organic.organic_text-right > .wpb_column:last-child > .vc_column-inner,
	.organic.organic_text-left > .wpb_column:first-child > .vc_column-inner{
		max-width: 615px;
	}

	.organic.organic_text-right .bubble{
		background-position: center right;
	}

		.organic.organic_text-right .bubble .vc_single_image-wrapper{
			-webkit-mask-position: center right;
			mask-position: center right;
		}

	.organic.organic_text-left .bubble{
		background-position: center left;
	}

		.organic.organic_text-left .bubble .vc_single_image-wrapper{
			-webkit-mask-position: center left;
			mask-position: center left;
		}
}

@media only screen and (min-width: 1024px){
	.vc_row.organic.vc_row-no-padding{
		max-width: 100%;
	}
}

/*********************
 * 9. Home Page *
 *********************/
#home-news .vc_grid.vc_row {
	margin: auto;
}
@media (min-width: 768px) {
	#home-news .vc_pageable-slide-wrapper {
		display: flex;
		gap: 30px;
		margin-right: 0;
	}
	#home-news .vc_pageable-slide-wrapper::before,
	#home-news .vc_pageable-slide-wrapper::after {
		display: none;
	}
	#home-news .vc_grid-item {
		padding: 0;
	}
	#home-news .vc_grid-item-mini,
	#home-news .vc_gitem-zone,
	#home-news .vc_gitem-zone-mini,
	#home-news .vc_gitem_row,
	#home-news .vc_gitem-col {
		height: 100%;
	}
	#home-news .vc_gitem-col {
		display: flex;
		flex-direction: column;
	}
	#home-news .vc_btn3-container {
		margin-top: auto;
	}
}

#home-news h3 {
	font-size: 22px;
	line-height: 1.5;
}

#home-news .vc_btn3 {
	border: none !important;
}

.vc_row.vc_row-flex:not(.vc_row-o-content-top).vc_row-o-equal-height.cta-optional-bg {
	align-items: stretch;
}
.vc_row.vc_row-flex:not(.vc_row-o-content-top).vc_row-o-equal-height.cta-optional-bg .wpb_wrapper,
.vc_row.vc_row-flex:not(.vc_row-o-content-top).vc_row-o-equal-height.cta-optional-bg .vc_cta3-container,
.vc_row.vc_row-flex:not(.vc_row-o-content-top).vc_row-o-equal-height.cta-optional-bg .vc_cta3,
.vc_row.vc_row-flex:not(.vc_row-o-content-top).vc_row-o-equal-height.cta-optional-bg .vc_cta3_content-container {
	height: 100%;
}
.vc_row.vc_row-flex:not(.vc_row-o-content-top).vc_row-o-equal-height.cta-optional-bg .vc_cta3_content-container {
	display: flex;
	flex-direction: column;
}
.vc_row.vc_row-flex:not(.vc_row-o-content-top).vc_row-o-equal-height.cta-optional-bg .vc_cta3-actions {
	margin-top: auto;
}
.cta-optional-bg .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.cta-optional-bg .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.cta-optional-bg .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}
.cta-optional-bg .vc_cta3-container {
	margin-bottom: 0;
}
@media (min-width: 1376px) {
	.cta-optional-bg .vc_col-sm-6 {
		width: 25%;
	}
	.cta-optional-bg .vc_cta3-content-header {
		min-height: 150px;
	}
}
@media (max-width: 767px) {
	.cta-optional-bg .wpb_column ~ * {
		margin-top: 1em;
	}

}

/*********************
 * 10. Sustainability *
 *********************/
.vc_section.angled{
	clip-path: polygon(0 var(--ecovyst-angle-height), 100% 0, 100% 100%, 0 100%);
	margin-bottom: 9vh;
	padding-bottom: 65px;
}

	.home .vc_section.angled::before{
		background-color: rgba( var(--ecovyst-green), 0.85 );
	}

	.vc_section.angled::before{
		background-color: rgba(var(--ecovyst-blue-dark), .75 );
	}

	@media (prefers-reduced-motion){
		.vc_section.angled{
			background-attachment: scroll;
		}
	}

	.vc_section.angled > .vc_row:first-child{
		margin-top: var(--ecovyst-angle-height);
	}

	.vc_section.angled .vc_single_image-img{
		max-width: 80px;
	}

	.vc_section.angled .vc_row.vc_row-flex{
		align-items: stretch;
	}

		.vc_section.angled .vc_row.vc_row-flex .wpb_wrapper,
		.vc_section.angled .vc_row.vc_row-flex .wpb_wrapper .vc_cta3-container,
		.vc_section.angled .vc_row.vc_row-flex .wpb_wrapper .vc_cta3-container .vc_cta3,
		.vc_section.angled .vc_row.vc_row-flex .wpb_wrapper .vc_cta3-container .vc_cta3 .vc_cta3_content-container{
			display: flex;
			flex-direction: column;
			width: 100%;
			height: 100%;
		}

.vc_general.vc_cta3.vc_cta3-style-custom{
	background-color: initial;
	border-color: rgb(0, 0, 0, 0);
	color: #fff;
}

.vc_cta3-align-center .vc_cta3-actions{
	text-align: center;
	margin-top: auto;
	white-space: normal !important;
}

.vc_general.vc_cta3 .vc_cta3-actions

.vc_section.sustainability .vc_row-o-equal-height{
	margin-right: auto;
	margin-left: auto;
}

.vc_section.sustainability .wpb_text_column.arrow-right{
	margin-bottom: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
}

	.vc_section.sustainability .wpb_text_column.arrow-right p{
		color: #fff;
		margin-top: 0;
	}

.table-scroller{
	overflow: auto;
}

@media only screen and (min-width: 768px){
	.vc_section.angled{
		background-attachment: fixed;
	}

}

@media only screen and (min-width: 1024px){
	.vc_cta3-align-center .vc_cta3-actions{
		white-space: nowrap !important;
	}
}

/**************
 * 11. Contact *
 **************/
.wpb_column .gform_wrapper.gravity-theme .gfield_label,
.ult_modal-body .gform_wrapper.gravity-theme .gfield_label{
	font-weight: 400;
	margin-bottom: 0;
}

.gform_wrapper .gfield_required{
	font-weight: 700;
	font-size: 16px;
}

.gform_button{
	cursor: pointer;
}

.ult-overlay.ult-open {
	overflow: auto;
	overflow-y: scroll;
}

.vc_row .aio-icon.circle{
	height: 42px;
	width: 42px;
	line-height: 42px;
	border: solid 4px rgb(var(--ecovyst-green));
}

.uavc-list-desc > p:first-child{
	margin: 0;
}

.uavc-list-desc h4{
	margin-top: 18px;
	margin-bottom: 0;
}

.uavc-list-desc p{
	margin-top: .5em;
	margin-bottom: 0;
}

.wpb_single_image .vc_figure{
	display: flex;
	align-items: center;
}

	.wpb_single_image .vc_figure > .vc_figure-caption{
		font-size: 16px;
		margin-left: 1em;
	}

	.wpb_single_image.vc_align_center .vc_figure{
		justify-content: center;
	}

/***********
 * 12. Team *
 ***********/
.modal-style.style-1 figcaption h3{
	color: initial;
}

.modal-style.style-1 figcaption{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	color: initial;
	transition: none;
	transform: none;
	background-color: transparent;
}

.modal-style.style-1 .awsm-personal-info,
.awsm-modal-content-inner{
	display: flex;
	flex-direction: column;
}

	.modal-style.style-1 .awsm-personal-info h3{ order: 1; }
	.modal-style.style-1 .awsm-personal-info span{
		line-height: 1.5;
		order: 2;
	}

	.modal-style.style-1 .awsm-modal-details h2{ order: -3; }
	.modal-style.style-1 .awsm-modal-details h3{ order: -2; }

/*****************************
 * 13. Catalyst Technologies *
 *****************************/
.vc_row-o-content-middle > .vc_col-sm-3{
	height: 200px;
}

/****************
 * 14. Carousel *
 ****************/
.ult-carousel-wrapper{
	color: rgb(var(--ecovyst-blue-dark));
}

.ult-carousel-wrapper .alignleft{
	float: none;
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 800px){
	.ult-carousel-wrapper .alignleft{
		float: left;
	}
}

/**************
 * 15. Search *
 **************/
input:focus-visible,
input:focus:not(:focus-visible){
	outline: none;
}

.search-results article[id] > .entry-header{
	display: block;
}

.search-results .vc_section.angled,
.error404 .vc_section.angled{
	margin-bottom: 0;
}

a.search_icon{
	cursor: pointer;
}

body.search-results .entry-content .post-thumbnail {
	display: none;
}

dialog {
	position: absolute;
	left: 0;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	margin: auto;
	border: none;
	display: block;
	padding: 0;
}

dialog:not([open]) {
	display: none;
}

dialog::backdrop{
	background: rgba(0, 0, 0, 0.85);
}

dialog + .backdrop {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0, 0, 0, 0.85);
}

._dialog_overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
}

dialog.fixed {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	background: transparent;
	margin: 0 auto 0;
}

.modal-dialog {
	width: auto;
	margin: 0 auto;
}

.modal-content-container{
	position: relative;
	background-clip: padding-box;
}

.modal-header{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

	.modal-header .close{
		background: transparent;
		border: none;
		color: #fff;
		cursor: pointer;
		font-size: 50px;
		font-weight: 400;
		line-height: 1;
		opacity: .85;
		order: 2;
		outline: none;
		padding: 0;
		transition: opacity .3s ease-in-out;
	}

		.modal-header .close:hover{
			opacity: 1;
		}

		.modal-header .close > span{
			display: block;
			margin-top: -3px;
		}

.modal-content{
	position: relative;
	width: 100%;
	color: #666;
	box-sizing: border-box;
}

	.modal-content .search-form{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 25px;
		padding: 1.25em 0;
	}

		.modal-content label,
		.modal-content input {
			max-width: 100%;
		}

		.modal-content input[type="search"],
		.modal-content input.search-submit{
			border: none;
			border-radius: 2rem;
			font-size: 20px;
			font-weight: 600;
			padding: .5em 1.5em;
		}

			.modal-content input[type="search"]{
				min-width: auto;
				-webkit-appearance: none;
			}

			.modal-content input.search-submit{
				background-color: rgb(var(--ecovyst-blue-dark));
				border: solid 2px #fff;
				color: #fff;
				cursor: pointer;
			}

/****************
 * 16. Newsroom *
 ****************/
.single .entry-footer > .cat-links,
.single nav.navigation.post-navigation,
body.archive #primary > .page-header {
	display: none;
}

/****************
 * 17. Accessibility Tweaks *
 ****************/
.modal-content input.search-submit:focus-visible,
.modal-header .close:focus-visible {
	outline: 2px dotted white;
}

@media only screen and (min-width: 1095px) {
	.site-header:not(.sticky) #site-navigation {
		background-color: rgba(0, 0, 0, 0.1);
	}
	body.home .site-header:not(.sticky) #site-navigation {
		background-image: linear-gradient(76deg, rgba(0, 179, 255, 0.1), rgba(209, 255, 0, 0.1) 98%);
	}
	.page-id-244 .site-header:not(.sticky) .current-menu-item > a,
	.parent-pageid-244 .site-header:not(.sticky) .current-menu-ancestor > a,
	.page-id-244 .site-header:not(.sticky) #primary-menu > .menu-item > a:hover,
	.page-id-244 .site-header:not(.sticky) #secondary-menu > .menu-item > a:hover,
	.parent-pageid-244 .site-header:not(.sticky) #primary-menu > .menu-item > a:hover,
	.parent-pageid-244 .site-header:not(.sticky) #secondary-menu > .menu-item > a:hover {
		color: rgb(2, 61, 90) !important;
	}
}
