<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Vicinity Energy
Theme URI: http://underscores.me/
Author: #
Author URI: #
Description: Vicinity Energy delivers energy infrastructure investment, development and operational capabilities to cities, commercial properties and campuses. Learn more today!
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vicinityenergy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vicinity Energy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Hide Elementor Remote Templates */

.elementor-template-library-menu-item[data-tab="templates/blocks"], .elementor-template-library-menu-item[data-tab="templates/pages"] {
display: none !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Proxima Nova Bold', sans-serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

p strong {
	font-family: 'Proxima Nova Bold';
	font-size:19px;
	line-height:26px;
}

li strong {
	font-family: 'Proxima Nova Bold';
	font-size:19px;
	line-height:26px;
}


p.author_component_bio  {
	margin: 0px;
	margin-bottom:20px;
}

.wp-caption-text {
	font-family: 'Proxima Nova';
	font-size:15px;
	line-height:20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Blog and resource post styling */

.blog-post-content-area * {
/* 	font-family: 'Proxima Nova'; */
}
.blog-post-content-area h1 {
		font-family: 'Proxima Nova Bold';
		font-size: 42px;
	    line-height:46px;
}
.blog-post-content-area h2 {
		font-family: 'Proxima Nova Bold';
		font-size: 36px;
	    line-height:41px;
		margin-bottom: 12px;
		margin-top:0px;
}
.blog-post-content-area h3 {
		font-family: 'Proxima Nova Bold';
		font-size: 24px;
	    line-height:29px;
		margin-bottom: 12px;
		margin-top:0px;
}
.blog-post-content-area h4 {
		font-family: 'Proxima Nova Bold';
		font-size: 19px;
	    line-height:26px;
		margin-bottom: 12px;
	    margin-top:0px;
}
.blog-post-content-area h5 {
		font-family: 'Proxima Nova Bold';
}
.blog-post-content-area p {
		font-family: 'Proxima Nova';
	font-size:19px;
	line-height:26px;
	color: #232629;
}

.blog-post-content-area p b {
	font-family: 'Proxima Nova Bold';
	font-size:19px;
	line-height:26px;
	color: #232629;
}

.blog-post-content-area p strong {
	font-family: 'Proxima Nova Bold';
	font-size:19px;
	line-height:26px;
	color: #232629;
}


.blog-post-content-area blockquote, .blog-post-content-area blockquote p {
	font-family: 'Proxima Nova';
	font-size:30px;
	line-height:36px;
	color:#004D71;
	margin:40px 0px 40px 0px;
}

h4.elementor-heading-title b {
    font-family: 'Proxima Nova Bold';
}

.elementor-icon-list-text b {
	font-family: 'Proxima Nova Bold';
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

.remove-list-bottom-margin ul, .remove-list-bottom-margin ul, ol {
	margin: 0 0 0 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a {
	color: #009845;
	text-decoration: underline;
}

a:visited {
	color: #009845;
}

a:hover,
a:focus,
a:active {
	color: #009845;
	text-decoration: none;
}

a:focus {
	outline: 0 !important;
}

a:hover,
a:active {
	outline: 0 !important;
}

.footer-links a, .footer-links a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.footer-links a:hover, .footer-links a:active {
	color: #ffffff;
	text-decoration: none;
}

.philly-tariff {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.tariff-block a, .tariff-block a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: underline;
	display: inline;
}

.tariff-block a:hover, .tariff-block a:active {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
	display: inline;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.dropdown-item {
	font-family: 'Proxima Nova Bold' !important;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* .dropdown-article-image {
  width: 450px;
  height: 172px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
} */

.dropdown-article-image img {
	border-radius: 12px;	
}

.dropdown-article-content h2 a, .dropdown-article-content h2 a:hover, .dropdown-article-content h2 a:active, .dropdown-article-content h2 a:visited {
	color: #232629;
}

/* Remove arrow from dropdown nav items */
.ekit-wid-con .icon.icon-down-arrow1::before, .icon.icon-down-arrow1::before {
	display:none !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Video Aspect Ratio. */
.single-post .blog-post-content-area iframe {
  	position: relative;
  	width: 100%;
	height: auto;
  	aspect-ratio: 16 / 9 !important;
}

/* Audio player styling. */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #056186 !important;
    border-radius: 25px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* FAQ */

.accordion__heading {
	display:none;
}

h1.collection-title {
	font-family: Proxima Nova Bold !important;
	font-size: 36px !important;
    line-height: 41px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

h2.collection-title {
	font-family: Proxima Nova Bold !important;
	font-size: 36px !important;
    line-height: 41px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.accordion__header.active .accordion__title {
	color: #0095C8;
}

.accordion__body p:last-child &gt; a {
	font-family: Proxima Nova Bold !important;
    font-size: 19px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

.accordion__body p:last-child &gt; a:after {
	content: "\e876" !important;
    font-family: elementskit !important;
    font-size: 10px !important;
    color: #fff !important;
    background: #232629 !important;
    border-radius: 50% !important;
    padding: 5px 4px 5px 6px !important;
    vertical-align: middle !important;
    margin-left: 7px !important;
}

.helpie-faq-col.helpie-faq-col-12 li.accordion__item:last-child {
	margin-bottom: 0px !important;
}

.helpie-faq article.accordion {
	margin-top: 30px !important;
	margin-bottom: 0px !important;
}

section.helpie-faq.accordions {
	margin-top: 0px !important;
}

/* Article tags */
.related-articles.elementor-posts--thumbnail-top .category-blog.tag-sustainability .elementor-post__card .elementor-post__badge,
.category-blog.tag-sustainability .elementor-widget-post-info ul.elementor-inline-items &gt; li:not(.elementor-icon-list-item):first-child {
	background-color: #E1E3E4 !important;
}

.related-articles.elementor-posts--thumbnail-top .category-blog.tag-our-history .elementor-post__card .elementor-post__badge,
.category-blog.tag-our-history .elementor-widget-post-info ul.elementor-inline-items &gt; li:not(.elementor-icon-list-item):first-child {
	background-color: #fff !important;
}

.related-articles.elementor-posts--thumbnail-top .category-blog.tag-decarbonization .elementor-post__card .elementor-post__badge,
.category-blog.tag-decarbonization .elementor-widget-post-info ul.elementor-inline-items &gt; li:not(.elementor-icon-list-item):first-child {
	background-color: #DFF3DF !important;
}

.related-articles.elementor-posts--thumbnail-top .category-blog.tag-innovation .elementor-post__card .elementor-post__badge,
.category-blog.tag-innovation .elementor-widget-post-info ul.elementor-inline-items &gt; li:not(.elementor-icon-list-item):first-child {
	background-color: #D2F5FF !important;
}

.related-articles.elementor-posts--thumbnail-top .category-blog.tag-market-updates .elementor-post__card .elementor-post__badge,
.category-blog.tag-market-updates .elementor-widget-post-info ul.elementor-inline-items &gt; li:not(.elementor-icon-list-item):first-child {
	background-color: #FFE6CD !important;
}


/* Adding these additional rules to fix the background color being inheritted by the "more articles by___" author link */ 
.elementor-posts--thumbnail-top .category-blog.tag-sustainability .elementor-post__card .elementor-post__badge,
.category-blog.tag-sustainability #more-articles-by ul.elementor-inline-items &gt; li:first-child {
/* 		background-color: #ffffff !important; */
}

.elementor-posts--thumbnail-top .category-blog.tag-our-history .elementor-post__card .elementor-post__badge,
.category-blog.tag-our-history #more-articles-by ul.elementor-inline-items &gt; li:first-child {
/* 		background-color: #ffffff !important; */
}

.elementor-posts--thumbnail-top .category-blog.tag-decarbonization .elementor-post__card .elementor-post__badge,
.category-blog.tag-decarbonization #more-articles-by ul.elementor-inline-items &gt; li:first-child {
/* 		background-color: #ffffff !important; */
}

.elementor-posts--thumbnail-top .category-blog.tag-innovation .elementor-post__card .elementor-post__badge,
.category-blog.tag-innovation #more-articles-by ul.elementor-inline-items &gt; li:first-child {
/* 		background-color: #ffffff !important; */
}

.elementor-posts--thumbnail-top .category-blog.tag-market-updates .elementor-post__card .elementor-post__badge,
.category-blog.tag-market-updates #more-articles-by ul.elementor-inline-items &gt; li:first-child {
/* 		background-color: #ffffff !important; */
}


/* Posts Grid */
.wpr-grid-item-date .inner-block {
	margin: 20px 0px 0px 10px !important;
}
.wpr-grid-item-date .wpr-grid-extra-icon-left {
	padding-right: 10px !important;
}
.wpr-grid .wpr-grid-item .wpr-grid-item-date .far.fa-calendar-alt:before {
	content: '|' !important;
}
.wpr-grid-item-author span {
	text-decoration: none;
}

.wpr-grid-item-author img {
    width:40px;
    height:auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px !important;
}

/* Fix width on pagination button border within the Post/Grid/Slider Carousel component */
.wpr-load-more-btn {
	border-width: 1px !important;
}

/* Fix top margin on post title within the Post/Grid/Slider Carousel component */
.wpr-grid-item-title .inner-block {
	margin-top: 10px !important;
}

.wpr-grid-item-below-content {
	padding: 0px !important;
	padding-top: 0px; !important;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 10px !important;
}

/* Remove top and bottom margin from first and last paragraph in 2-section banners */

.elementor-widget-text-editor p:first-child, .elementor-widget-text-editor p:last-child {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

/* Featured resources component */
.elementor-shortcode .featured-resources {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
}

.elementor-shortcode .featured-resources .resource-item {
	flex: 0 0 calc(33.33% - 21px);
	box-sizing: border-box;
}

/* Media query for mobile */
@media screen and (max-width: 768px) {
	.elementor-shortcode .featured-resources .resource-item {
		flex: 0 0 100%;
	}
}

.elementor-shortcode .featured-resources .resource-item .grid-cat {
	padding: 5px 20px;
	font-family: "Proxima Nova Bold", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
}

.grid-cat.category-newsroom,
.grid-cat.category-in_the_news {
	background-color: #444A4F;
}
.grid-cat.category-press_releases {
	background-color: #009845;
}
.grid-cat.category-customer_stories {
	background-color: #FF8300;
}
.grid-cat.category-brochures {
	background-color: #0095C8;
}
.grid-cat.category-podcasts {
	background-color: #056186;
}
.grid-cat.category-video {
	background-color: #A1A8AD;
}
.grid-cat.category-white_papers {
	background-color: #232629;
}
.grid-cat.category-blog {
	background-color: #037747;
}

.grid-cat.category-customer_education {
	background-color: #ffffff;
	color:#000000 !important;
	border: 1px solid black;
}

.grid-cat p {
	font-family: "Proxima Nova Bold", sans-serif !important;
	font-weight: normal !important;
}

.wpr-grid-item-category .inner-block a {
	font-family: "Proxima Nova Bold", sans-serif !important;
	font-weight: normal !important;
}


.elementor-shortcode .featured-resources .grid-img img {
	object-fit: cover;
    aspect-ratio: 47 / 28;
	max-width: unset;
	width: 100%;
}

.elementor-shortcode .featured-resources .grid-content h3 {
	font-family: "Proxima Nova", sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 26px;
	color: #232629;
	margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .elementor-shortcode .featured-resources {
		flex-wrap: wrap;
	}

	.elementor-shortcode .featured-resources .resource-item {
		width: 100%;
	}
}

/* Dropdown article shortcode */
.dropdown-article .elementor-heading-title {
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-0cf6e5d-font-family), Sans-serif;
    font-size: var(--e-global-typography-0cf6e5d-font-size);
    line-height: var(--e-global-typography-0cf6e5d-line-height);
    letter-spacing: var(--e-global-typography-0cf6e5d-letter-spacing);
    word-spacing: var(--e-global-typography-0cf6e5d-word-spacing);
	padding: 14px 0px 30px 0px;
}

.dropdown-article .button {
	display: inline-block;
}

.dropdown-article .button .elementor-button-content-wrapper {
	flex-direction: row-reverse;
}

.dropdown-article .button .elementor-button-content-wrapper .elementor-button-text {
	font-family: var(--e-global-typography-4e1fba1-font-family), Sans-serif;
    font-size: var(--e-global-typography-4e1fba1-font-size);
    font-weight: var(--e-global-typography-4e1fba1-font-weight);
    line-height: var(--e-global-typography-4e1fba1-line-height);
    letter-spacing: var(--e-global-typography-4e1fba1-letter-spacing);
    word-spacing: var(--e-global-typography-4e1fba1-word-spacing);
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    background-color: #00984500;
}

.dropdown-article .button .elementor-button-content-wrapper .elementor-button-icon {
	padding-left: 8px;
}

.dropdown-article .button .elementor-button-content-wrapper:hover svg circle {
	fill: #036D4A !important;
}

/* Dropdown article shortcode */
.dropdown-article .elementor-heading-title {
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-0cf6e5d-font-family), Sans-serif;
    font-size: var(--e-global-typography-0cf6e5d-font-size);
    line-height: var(--e-global-typography-0cf6e5d-line-height);
    letter-spacing: var(--e-global-typography-0cf6e5d-letter-spacing);
    word-spacing: var(--e-global-typography-0cf6e5d-word-spacing);
	padding: 14px 0px 30px 0px;
}

.dropdown-article .button {
	display: inline-block;
}

.dropdown-article .button .elementor-button-content-wrapper {
	flex-direction: row-reverse;
}

.dropdown-article .button .elementor-button-content-wrapper .elementor-button-text {
	font-family: var(--e-global-typography-4e1fba1-font-family), Sans-serif;
    font-size: var(--e-global-typography-4e1fba1-font-size);
    font-weight: var(--e-global-typography-4e1fba1-font-weight);
    line-height: var(--e-global-typography-4e1fba1-line-height);
    letter-spacing: var(--e-global-typography-4e1fba1-letter-spacing);
    word-spacing: var(--e-global-typography-4e1fba1-word-spacing);
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    background-color: #00984500;
}

.dropdown-article .button .elementor-button-content-wrapper .elementor-button-icon {
	padding-left: 8px;
}

.dropdown-article .button .elementor-button-content-wrapper:hover svg circle {
	fill: #036D4A !important;
}

/* Blog Landing Shortcode */
.blog-landing-shortcode .blog-landing__posts {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	padding-top: 50px;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post {
	width: calc(33% - 10.5px);
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-img img {
	object-fit: cover;
	aspect-ratio: 47 / 28;
	max-width: unset;
	width: 100%;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-content h3 {
	font-family: var(--e-global-typography-601d348-font-family), Sans-serif;
    font-size: var(--e-global-typography-601d348-font-size);
    font-weight: var(--e-global-typography-601d348-font-weight);
    line-height: var(--e-global-typography-601d348-line-height);
    letter-spacing: var(--e-global-typography-601d348-letter-spacing);
	color: var(--e-global-color-e9c2efd);
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .author {
	display: flex;
	align-items: center;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .author img {
	width: 40px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius:  50px 50px 50px
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .author__info h4 {
	font-family: var(--e-global-typography-8635c56-font-family), Sans-serif;
    font-size: var(--e-global-typography-8635c56-font-size);
    font-weight: var(--e-global-typography-8635c56-font-weight);
    line-height: var(--e-global-typography-8635c56-line-height);
    letter-spacing: var(--e-global-typography-8635c56-letter-spacing);
    word-spacing: var(--e-global-typography-8635c56-word-spacing);
	color: var(--e-global-color-primary);
	margin: 0;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .date {
	font-family: var(--e-global-typography-8635c56-font-family), Sans-serif;
    font-size: var(--e-global-typography-8635c56-font-size);
    font-weight: var(--e-global-typography-8635c56-font-weight);
    line-height: var(--e-global-typography-8635c56-line-height);
    letter-spacing: var(--e-global-typography-8635c56-letter-spacing);
    word-spacing: var(--e-global-typography-8635c56-word-spacing);
	color: var(--e-global-color-4ea9e27);
	padding-left: 15px;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .date .far.fa-calendar-alt:before {
	content: '|' !important;
	padding-right: 8px;
	color: var(--e-global-color-4ea9e27);
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-tag {
	color: #232629;
    width: 100%;
    border: solid 1px #232629;
	font-family: "Proxima Nova Bold", sans-serif;
	font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding: 8px;
    text-transform: uppercase;
	text-align: center;
}

.blog-landing-shortcode .tags .tag {
	cursor: pointer;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-tag.tag-innovation,
.blog-landing-shortcode .tags .tag[data-tag="76"]:hover,
.blog-landing-shortcode .tags .tag.active[data-tag="76"] {
	background: #D2F5FF;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-tag.tag-decarbonization,
.blog-landing-shortcode .tags .tag[data-tag="74"]:hover,
.blog-landing-shortcode .tags .tag.active[data-tag="74"]  {
	background: #DFF3DF;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-tag.tag-sustainability,
.blog-landing-shortcode .tags .tag[data-tag="75"]:hover,
.blog-landing-shortcode .tags .tag.active[data-tag="75"] {
	background: #E1E3E4;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-tag.tag-market_updates,
.blog-landing-shortcode .tags .tag[data-tag="126"]:hover,
.blog-landing-shortcode .tags .tag.active[data-tag="126"] {
	background: #FFE6CD;
}

.blog-landing-shortcode .blog-landing__posts .blog-landing__post .grid-tag.tag-our_history,
.blog-landing-shortcode .tags .tag[data-tag="151"]:hover,
.blog-landing-shortcode .tags .tag.active[data-tag="151"] {
	background: #FFF;
}

.blog-landing-shortcode .search {
	display: flex;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;
    background: #f1f2f3;
    padding: 5px 15px;
    align-items: center;
    border-radius: 4px;
}

.blog-landing-shortcode .search input {
	background: none;
	border: none;
	width: 80%;
	font-size: 19px;
}

.blog-landing-shortcode .search .fas.fa-search {
	color: var(--e-global-color-4ea9e27);
}

.blog-landing-shortcode .tags {
	display: grid;
    grid-template-columns: repeat(6, auto);
	justify-content: center;
	padding-bottom: 50px;
}

.blog-landing-shortcode .tags .tag {
	padding: 25px 45px 25px 45px;
	border: 1px solid var(--e-global-color-e9c2efd);
	border-right: none;
	text-transform: uppercase;
	font-size: 14px;
}

.blog-landing-shortcode .tags .tag:last-child {
	border-right: 1px solid var(--e-global-color-e9c2efd);
}

.blog-landing-shortcode .loadmore {
	display: flex;
    justify-content: center;
    padding-top: 50px;
}

.blog-landing-shortcode .loadmore a {
	padding: 9px 15px;
	border: 1px solid #232629;
	font-size: 15px;
	font-weight: 700;
	color: #232629;
	font-family: var(--e-global-typography-8635c56-font-family), Sans-serif;
	border-radius: 6px;
}

@media screen and (max-width: 1240px) {
	.blog-landing-shortcode .blog-landing__posts .blog-landing__post {
		width: calc(50% - 10.5px);
	}	

	.blog-landing-shortcode .tags {
		grid-template-columns: repeat(3, auto);
	}
	
	.blog-landing-shortcode .tags .tag {
		text-align: center;
	}

	.blog-landing-shortcode .tags .tag:nth-child(-n+3) {
		border-bottom: none;
	}

	.blog-landing-shortcode .tags .tag:nth-child(3) {
		border-right: 1px solid var(--e-global-color-e9c2efd);
	}
}

@media screen and (max-width: 767px) {
	.blog-landing-shortcode .blog-landing__posts .blog-landing__post {
		width: 100%;
	}	

	.blog-landing-shortcode .tags {
		grid-template-columns: repeat(2, 50%);
	}
	
	.blog-landing-shortcode .tags .tag {
		padding: 25px;
	}

	.blog-landing-shortcode .tags .tag:nth-child(even) {
		border: 1px solid var(--e-global-color-e9c2efd);
		border-bottom: none;
	}

	.blog-landing-shortcode .tags .tag:nth-child(odd) {
		border-bottom: none;
		border-right: none;
	}

	.blog-landing-shortcode .tags .tag:nth-child(3) {
		border-right: none;
	}

	.blog-landing-shortcode .tags .tag:nth-child(n+5) {
		border-bottom: 1px solid var(--e-global-color-e9c2efd);
	}
}

/*  mobile menu */
#mobile-menu ul.elementor-nav-menu--dropdown {
	background: #F7FCF7;
}

#mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	top: 51px !important;
}

#mobile-menu #menu-2-9d637f4 {
	padding: 0 18px;
	background: #F7FCF7;
}

@media screen and (min-width: 766px) {
	#mobile-menu #menu-2-9d637f4 {
		padding: 0 50px;
	}
}

@media screen and (min-width: 1023px) {
	#mobile-menu #menu-2-9d637f4 {
		padding: 0 5%;
	}
}

#mobile-menu .has-submenu {
	justify-content: space-between;
}

#mobile-menu a.elementor-item {
	padding: 12px 0;
}

#mobile-menu ul#menu-2-9d637f4&gt;li.menu-item {
	border-top: 1px solid #E1E3E4;
}

#mobile-menu ul#menu-2-9d637f4&gt;li.menu-item:first-child {
	border-top: 0;
}

#mobile-menu ul#menu-2-9d637f4&gt;li.menu-item ul {
	padding: 0 0 20px 0;
}

#mobile-menu a.elementor-item {
	color: #232629;
	background: #F7FCF7 !important;
}

#mobile-menu a.elementor-item.highlighted, #mobile-menu .elementor-sub-item.highlighted, #mobile-menu .elementor-sub-item.elementor-item-active {
	background: #F7FCF7;
	color: #232629;
}

#mobile-menu a.elementor-item.elementor-item-active {
	background: #F7FCF7;
    color: #009845;
}

#mobile-menu a.elementor-item:hover {
	color: #009845;
/* 	color: #33373d; */
	background: #F7FCF7;
}

#mobile-menu li.bold a {
	font-family: var( --e-global-typography-4e1fba1-font-family ), sans-serif;
	cursor: default;
}

#mobile-menu ul#menu-2-9d637f4&gt;li.menu-item&gt;a {
	font-family: var( --e-global-typography-4e1fba1-font-family ), sans-serif;
/* 	font-size: 24px; */
/* 	line-height: 29px; */
	font-size: 19px;
	line-height: 26px;
}

#mobile-menu ul#menu-2-9d637f4&gt;li.tertiary-nav&gt;a  {
	font-family: 'Proxima Nova';
	font-size: 15px;
	line-height: 20px;
	font-weight: regular !important;
}

#mobile-menu li.bold ul li a {
	font-family: var( --e-global-typography-601d348-font-family ), Sans-serif;
}

#mobile-menu ul#menu-2-9d637f4 li ul a {
	line-height: 26px;
}

#mobile-menu .elementor-sub-item:hover {
	color: #009845;
/* 	color: #33373d; */
	background: #F7FCF7;
}

#mobile-menu .button-main, #mobile-menu .button {
	border-top: 0 !important;
}

#mobile-menu .button-main a {
	padding: 10px 30px;
    color: white;
    background: black !important;
    display: inline-block;
    margin: 10px 0;
    border-radius: 6px;
}

#mobile-menu .button-main a:hover {
	color: #000;
	border: 1px solid #000;
	background: none !important;
}

#mobile-menu .button a {
	padding: 10px 30px;
    display: inline-block;
    margin: 10px 0 20px;
    border-radius: 6px;
	border: 1px solid #33373d;
}

#mobile-menu .button a:hover {
	background: #000 !important;
	color: #fff;
}

#mobile-menu .button a:hover {
	background: #000 !important;
	color: #fff;
}



/* mobile-only hotfix for blog post post info */
@media screen and (max-width: 767px) {
	.elementor-icon-list--layout-inline.elementor-list-item-link-full_width ul li:last-child:has(.elementor-icon-list-text) {
		display: none;
	}
}
@media screen and (max-width: 460px) {
	.single-post .elementor-widget-post-info .elementor-inline-items .elementor-icon-list-item:after {
		display: none;
	}
	
	.single-post .elementor-widget-post-info .elementor-inline-items{
		    gap: 10px 0;
	}
}

/* About CTA */

#about-career-cta {
	padding:0 !important;
	margin:0 !important;
}

/* Sticky Nav  */
.elementor.elementor-11823.elementor-location-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.admin-bar .elementor.elementor-11823.elementor-location-header {
	top: 32px;
}

@media screen and (max-width: 767px) {
	.admin-bar .elementor.elementor-11823.elementor-location-header {
		top: 46px;
	}
}


body {
	padding-top: 90px;
}

body.postid-9705 {
	padding-top: 0px;
}

body.tag-gated {
	padding-top: 0px;
}


@media screen and (max-width: 1363px) {
	body {
		padding-top: 90px;
	}
}

#elementor-popup-modal-13691 &gt; .dialog-widget-content, #elementor-popup-modal-13690 &gt; .dialog-widget-content, #elementor-popup-modal-13688 &gt; .dialog-widget-content, #elementor-popup-modal-13641 &gt; .dialog-widget-content {
	position: fixed !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 20px -10px;
}

/* Search Shortcode */
.search-landing-shortcode .search-landing__posts {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	padding-top: 50px;
}

.search-landing-shortcode .search-landing__posts .search-landing__post {
	width: calc(33% - 10.5px);
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-img img {
	object-fit: cover;
	aspect-ratio: 47 / 28;
	max-width: unset;
	width: 100%;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-content h3 {
	font-family: var(--e-global-typography-601d348-font-family), Sans-serif;
    font-size: var(--e-global-typography-601d348-font-size);
    font-weight: var(--e-global-typography-601d348-font-weight);
    line-height: var(--e-global-typography-601d348-line-height);
    letter-spacing: var(--e-global-typography-601d348-letter-spacing);
	color: var(--e-global-color-e9c2efd);
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .author {
	display: flex;
	align-items: center;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .author img {
	width: 40px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius:  50px 50px 50px
}

.search-landing-shortcode .search-landing__posts .search-landing__post .author__info h4 {
	font-family: var(--e-global-typography-8635c56-font-family), Sans-serif;
    font-size: var(--e-global-typography-8635c56-font-size);
    font-weight: var(--e-global-typography-8635c56-font-weight);
    line-height: var(--e-global-typography-8635c56-line-height);
    letter-spacing: var(--e-global-typography-8635c56-letter-spacing);
    word-spacing: var(--e-global-typography-8635c56-word-spacing);
	color: var(--e-global-color-primary);
	margin: 0;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .date {
	font-family: var(--e-global-typography-8635c56-font-family), Sans-serif;
    font-size: var(--e-global-typography-8635c56-font-size);
    font-weight: var(--e-global-typography-8635c56-font-weight);
    line-height: var(--e-global-typography-8635c56-line-height);
    letter-spacing: var(--e-global-typography-8635c56-letter-spacing);
    word-spacing: var(--e-global-typography-8635c56-word-spacing);
	color: var(--e-global-color-4ea9e27);
	padding-left: 15px;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .date .far.fa-calendar-alt:before {
	content: '|' !important;
	padding-right: 8px;
	color: var(--e-global-color-4ea9e27);
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag {
	color: #FFF;
    width: 100%;
	font-family: "Proxima Nova Bold", sans-serif;
	font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding: 8px;
    text-transform: uppercase;
	text-align: center;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-blog {
	background: #037747;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-brochures {
	background: #0095C8;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-customer_stories  {
	background: #FF8300;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-newsroom,
.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-in_the_news {
	background: #444A4F;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-press_releases {
	background: #009845;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-podcasts {
	background: #056186;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-video {
	background: #A1A8AD;
}

.search-landing-shortcode .search-landing__posts .search-landing__post .grid-tag.tag-white_papers {
	background: #232629;
}

.search-landing-shortcode .loadmore {
	display: flex;
    justify-content: center;
    padding-top: 50px;
}

.search-landing-shortcode .loadmore a {
	font-family: "Proxima Nova", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
	padding: 12px 30px 12px 30px;
    border-radius: 8px 8px 8px 8px;
	color: #232629;
	border: 1px solid #232629;
	background-color: #00984500;
}

.search-landing-shortcode .loadmore a:hover {
	color: #0098CD;
	border: 1px solid #0098CD;
}

@media screen and (max-width: 1240px) {
	.search-landing-shortcode .search-landing__posts .search-landing__post {
		width: calc(50% - 10.5px);
	}	
}

@media screen and (max-width: 767px) {
	.search-landing-shortcode .search-landing__posts .search-landing__post {
		width: 100%;
	}	
}

.ourresoruces_search {
	width: 100%;
}

.ourresoruces_search .elementor-search-form__container {
	display: flex;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
	min-height: 50px;
	background: #f1f2f3;
	border-radius: 0;
	align-items: center;
}

.ourresoruces_search .elementor-search-form__container input {
	padding: 0;
	padding-left: calc(50px / 3);
    padding-right: calc(50px / 3);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
	color: var(--e-global-color-text);
    fill: var(--e-global-color-text);
}

.ourresoruces_search .elementor-search-form__container .elementor-search-form__submit {
	min-width: 50px;
    --e-search-form-submit-text-color: #7E868D;
    background-color: #F1F1F1;
	color: var(--e-search-form-submit-text-color, #fff);
    border: none;
    border-radius: 0;
	padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    background: none;
}

/* Fix Elementor Counter Title text alignment after upgrade */
.elementor-counter-title {
	text-align:center;
}</pre></body></html>