/*
 Theme Name:   Nextracker 2022
 Theme URI:    https://nextracker.com
 Description:  Divi Child Theme
 Author:       Nextracker
 Author URI:   https://nextracker.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  nextracker2022
*/

:root {
  --color-lime-green: #94BC00;
  --color-orange: #F7A51C;
  --color-fern-green: #4E7234;
  --color-teal: #118F9D;
  --color-turquoise: #55C5D2;
  --color-black: #000;
  --color-charcoal-grey: #444545;
  --color-silver-grey: #D9D9D6;
  --color-smoke-grey: #6B6B6B;
  --color-chrome-grey: #F4F4F3;
  --color-white: #FFF;

  --gradient-one: linear-gradient(90deg, rgba(78,114,52,1) 0%, rgba(148,188,0,1) 100%);
  --gradient-two: linear-gradient(90deg, rgba(148,188,0,1) 0%, rgba(78,164,94,1) 100%);
  --gradient-three: linear-gradient(90deg, rgba(116,151,47,1) 0%, rgba(78,164,94,1) 100%);
  --gradient-four: linear-gradient(270deg, rgba(52,168,182,1) 0%, rgba(78,164,94,1) 100%);
  --gradient-four-reversed: linear-gradient(90deg, rgba(52,168,182,1) 0%, rgba(78,164,94,1) 100%);
  --gradient-five: linear-gradient(90deg, rgba(247,165,28,1) 0%, rgba(247,87,28,1) 100%);
  --gradient-six: linear-gradient(90deg, rgba(247,208,28,1) 0%, rgba(247,119,28,1) 100%);
  --gradient-seven: linear-gradient(90deg, rgba(217,217,214,1) 0%, rgba(245,245,245,1) 100%);

  --primary-grid-width: 1320px;
  --standard-box-shadow: 10px 10px 15px 5px rgba(0,0,0,0.25);
}


/* Font Imports */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,900&display=swap');


body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875;
}

/* Start Divi default overrides */

.container {
  width: 80%;
  max-width: var(--primary-grid-width);
}

.et_pb_row {
  width: 80%;
  max-width: var(--primary-grid-width);
}

/* End Divi default overrides */



/* Begin Common Items */

h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.875rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
}

h6 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

p2 {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-bottom: 2rem;
}

p3 {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 34px;
}

p4 {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px; 
}

li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-bottom: .5rem;
}

a {
  color: #118F9D;
  font-weight: 600;
}

a:hover {
  color: #118F9D;
  opacity: .7;
}

p2 a {
  color: var(--color-black) !important;
  filter: invert(47%) sepia(51%) saturate(7144%) hue-rotate(162deg) brightness(93%) contrast(87%);
}

p2 a:hover {
  color: var(--color-black) !important;
  filter: invert(86%) sepia(6%) saturate(4938%) hue-rotate(148deg) brightness(87%) contrast(87%); 
}

.et_pb_bg_layout_dark p2 a {
  color: var(--color-white) !important;
  filter: none;
}

.et_pb_bg_layout_dark p2 a:hover {
  color: var(--color-white) !important;
  filter: none;
}

.et_pb_bg_layout_dark a {
  color: #FFF;
}

a.with-chevron {
  display: inline-block;
  line-height: 1.5rem;
}

a.with-chevron::after {
  content: ' ';
  display: inline-block;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin-left: .25rem;
  vertical-align: bottom;
  bottom: 0;
  position: relative;
  margin-bottom: .1rem;
}

.et_pb_bg_layout_dark a.with-chevron {
  color: #FFF;
}

.et_pb_bg_layout_dark a.with-chevron::after {
  
}

.et_pb_bg_layout_dark a.with-chevron:hover {
  opacity: 0.7;
}

.et_pb_bg_layout_light a.with-chevron {
  color: var(--color-black);
  filter: invert(47%) sepia(51%) saturate(7144%) hue-rotate(162deg) brightness(93%) contrast(87%);
}

.et_pb_bg_layout_light a.with-chevron::after {
  filter: brightness(0) saturate(100%);
}

.et_pb_bg_layout_light a.with-chevron:hover {
  filter: brightness(0) saturate(100%);
  filter: invert(86%) sepia(6%) saturate(4938%) hue-rotate(148deg) brightness(87%) contrast(87%); 
}

.et_pb_button_module_wrapper {

}

a.et_pb_button.et_pb_bg_layout_light,
a.pill-anchor-light,
a#popup-window-button.et_pb_button {
  color: #FFF !important;
  display: inline-block;
  height: 55px;
  background-color: var(--color-lime-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.25rem;
  font-weight: 600;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light::after,
a.pill-anchor-light::after,
a#popup-window-button.et_pb_button::after {
  content: '';
  display: inline-block;
  position: relative;
  height: 2.75rem;
  width: 2.75rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button,
a.pill-anchor-light.transparent-button {
  color: var(--color-lime-green) !important;
  display: inline-block;
  height: 55px;
  background-color: transparent;
  border: solid 2px var(--color-lime-green);
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.25rem;
  font-weight: 600;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button::after,
a.pill-anchor-light.transparent-button::after {
  content: '';
  position: relative;
  display: inline-block;
  height: 2.75rem;
  width: 2.75rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(65%) sepia(74%) saturate(2487%) hue-rotate(33deg) brightness(98%) contrast(104%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark,
a.pill-anchor-dark {
  color: var(--color-lime-green) !important;
  display: inline-block;
  height: 55px;
  background-color: #FFF;
  border-radius: 50px;
  border: solid 2px transparent;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark::after,
a.pill-anchor-dark::after {
  content: '';
  position: relative;
  display: inline-block;
  height: 2.75rem;
  width: 2.75rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(65%) sepia(74%) saturate(2487%) hue-rotate(33deg) brightness(98%) contrast(104%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button,
a.pill-anchor-dark.transparent-button {
  color: var(--color-white) !important;
  height: 55px;
  display: inline-block;
  background-color: transparent;
  border: solid 2px var(--color-white);
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button::after,
a.pill-anchor-dark.transparent-button::after {
  content: '';
  display: inline-block;
  position: relative;
  height: 2.75rem;
  width: 2.75rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light:hover,
a.pill-anchor-light:hover,
a#popup-window-button.et_pb_button:hover {
  color: var(--color-white);
  background-color: var(--color-fern-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light:hover::after,
a.pill-anchor-light:hover::after,
a#popup-window-button.et_pb_button:hover::after {
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%)
  
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button:hover,
a.pill-anchor-light.transparent-button:hover {
  color: var(--color-fern-green) !important;
  background-color: transparent;
  border: solid 2px var(--color-fern-green);
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button:hover::after,
a.pill-anchor-light.transparent-button:hover::after {
  filter: invert(39%) sepia(24%) saturate(921%) hue-rotate(52deg) brightness(94%) contrast(85%);
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark:hover,
a.pill-anchor-dark:hover {
  color: var(--color-white) !important;
  background-color: var(--color-fern-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark:hover::after,
a.pill-anchor-dark:hover::after {
  filter: invert(65%) sepia(74%) saturate(2487%) hue-rotate(33deg) brightness(98%) contrast(104%);
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button:hover,
a.pill-anchor-dark.transparent-button:hover {
  color: var(--color-fern-green) !important;
  background-color: rgba(255,255,255,.7);
  border: solid 2px var(--color-white);
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button:hover::after,
a.pill-anchor-dark.transparent-button:hover::after {
  filter: invert(39%) sepia(24%) saturate(921%) hue-rotate(52deg) brightness(94%) contrast(85%);
  transition: none;
}

.h1-subheadline {
  font-size: 1.75rem;
}

.h2-subheadline {
  font-size: 1.5rem;
}

.bold-highlight {
  font-weight: 600 !important;
}

.white-highlight {
  color: var(--color-white) !important;
}

.orange-highlight {
  color: var(--color-orange) !important;
}

.light-green-highlight {
  color: var(--color-lime-green) !important;
}

.allcap-highlight {
  text-transform: uppercase !important;
}

.mega-thin {
  font-weight: 200;
}

.mega-bold {
  font-weight: 900;
}

.mega-minor {
  font-size: 4rem;
  line-height: 1.25;
}



.uppercase-it {
  text-transform: uppercase;
}

.background-grey {
  background-color: var(--color-chrome-grey);
}

.background-dark-grey {
  background-color: var(--color-charcoal-grey);
}

.green-gradient-background {
  background: var(--gradient-one);
}

.teal-gradient-background {
  background: var(--gradient-four); 
}

.reversed-teal-gradient-background {
  background: var(--gradient-four-reversed); 
}
  
.background-gradient1 {
  background: var(--gradient-one);
}

.background-gradient2 {
  background: var(--gradient-two);
}

.background-gradient3 {
  background: var(--gradient-three);
}

.background-gradient4 {
  background: var(--gradient-four);
}

.background-gradient4-reversed {
  background: var(--gradient-four-reversed);
}

.background-gradient5 {
  background: var(--gradient-five);
}

.background-gradient6 {
  background: var(--gradient-six);
}

.background-gradient7 {
  background: var(--gradient-seven);
}

.pill-anchor-wrapper {
  display: inline-block;
  margin-bottom: 1rem;
}

.slim-padded-cell {
  padding: 20px;
}

.padded-cell {
  padding: 40px;
}

.padded-cell-top {
  padding-top: 40px;
}

.padded-cell-bottom {
  padding-bottom: 40px;
}

.padded-cell-left {
  padding-left: 40px;
}

.padded-cell-right {
  padding-right: 40px;
}

.space-below {
  margin-bottom: 40px;
}

.clear-top-gap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.pad-gap {
  padding-left: 60px;
}

.centered-text {
  text-align: center;
}

.full-width {
  width: 100%;
}

.reversible-row {
  display: flex;
  flex-wrap: wrap;
}

.reverse-column-left {
  order: 5;
}

.reverse-column-right {
  order: 10; 
}

.darken-video .et_pb_section_video_bg {
  filter: brightness(50%);
}

/* End Common Items */

body #main-header {
  background-color: transparent;
}

#main-header .logo_container a {
  display: inline-block;
  width: 280px;
  height: 100%;
  background-image: url('/wp-content/uploads/2021/12/01_NXT_logos_rgb_orange-green-white-nf.svg');
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: left center;
}

#main-header.et-fixed-header .logo_container a {
  background-image: url('/wp-content/uploads/2021/12/01_NXT_logos_rgb_orange-green-steel-nf.svg');
  /* background-size: auto 40px; */
}

#main-header .logo_container #logo {
  display: none;
}

/* Begin Menu Items */


#top-header {
  background-color: var(--color-orange);
}

#main-header .nav li.menu-item ul.sub-menu {
  background-color: var(--color-white);
  border-top: 3px solid var(--color-orange);
}

#main-header #top-menu > li.menu-item > a {
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 400;
  padding-top: 5px;
}

#main-header #top-menu > li.menu-item > a::after {
  top:5px;
}

/*
#main-header #top-menu > li.menu-item a {
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 400;
}
*/

body #main-header.et-fixed-header {
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,.2) !important;
}

#main-header.et-fixed-header li.menu-item > a {
  color: var(--color-charcoal-grey);
}

#main-header.et-fixed-header .sub-menu li.menu-item > a {
  color: var(--color-charcoal-grey) !important;
}

#top-header li.menu-item > a {
  color: var(--color-white);
  font-size: 0.8rem;
  font-weight: 400;
  padding-bottom: 0;
}

#et-secondary-nav li {
  padding-bottom: 0;
}

#top-header > .container {
  padding-top: 0;
}

body #main-header #et-top-navigation {
  padding-top: 26px;
}

body #main-header.et-fixed-header #et-top-navigation {
  padding-top: 25px;
  padding-bottom: 5px;
}

#top-menu .first-level > .sub-menu {
  margin-top: 3px;
}

#et_top_search {
  margin-top:8px;
}

body.search-results h2.entry-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

body.error404,
body.search-results,
body.page-template-template-static-header,
body.page-template-template-long-form,
body.page-template-template-long-form-no-share,
body.single-post,
body.page-id-16166,
body.page-id-16170,
body.page-id-16171,
body.page-id-16172,
body.page-id-16173,
body.page-id-16174,
body.page-id-16175,
body.page-id-16694,
body.page-id-16719,
body.page-id-16720, {
  top: 32px;
}

body.error404 #top-header,
body.search-results #top-header,
body.page-template-template-static-header #top-header,
body.page-template-template-long-form #top-header,
body.page-template-template-long-form-no-share #top-header,
body.page-template-template-basic #top-header,
body.single-post #top-header,
body.page-id-16166 #topheader,
body.page-id-16170 #topheader,
body.page-id-16171 #topheader,
body.page-id-16172 #topheader,
body.page-id-16173 #topheader,
body.page-id-16174 #topheader,
body.page-id-16175 #topheader,
body.page-id-16694 #topheader,
body.page-id-16719 #topheader,
body.page-id-16720 #topheader {
  top: 0px;
  left: 0;
  right: 0;
  position: fixed;
}

body.error404 #main-header,
body.search-results #main-header,
body.page-template-template-static-header #main-header,
body.page-template-template-long-form #main-header,
body.page-template-template-long-form-no-share #main-header,
body.page-template-template-basic #main-header,
body.single-post #main-header,
body.page-id-16166 #main-header,
body.page-id-16170 #main-header,
body.page-id-16171 #main-header,
body.page-id-16172 #main-header,
body.page-id-16173 #main-header,
body.page-id-16174 #main-header,
body.page-id-16175 #main-header,
body.page-id-16694 #main-header,
body.page-id-16719 #main-header,
body.page-id-16720 #main-header {
  top: 62px;
  height: 75px !important;
  background-color: var(--color-white);
  position: fixed;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,.2) !important;
}

body.page-id-16166 #main-header > div,
body.page-id-16170 #main-header > div,
body.page-id-16171 #main-header > div,
body.page-id-16172 #main-header > div,
body.page-id-16173 #main-header > div,
body.page-id-16174 #main-header > div,
body.page-id-16175 #main-header > div,
body.page-id-16694 #main-header > div,
body.page-id-16719 #main-header > div,
body.page-id-16720 #main-header > div {
  height: 100%;
}

body.error404 #main-header > div.container,
body.search-results #main-header > div.container,
body.page-template-template-static-header #main-header > div.container,
body.page-template-template-long-form #main-header > div.container,
body.page-template-template-long-form-no-share #main-header > div.container,
body.page-template-template-basic #main-header > div.container,
body.single-post #main-header > div.container {

}

body.error404 #main-header .logo_container a,
body.search-results #main-header .logo_container a,
body.page-template-template-static-header #main-header .logo_container a,
body.page-template-template-long-form #main-header .logo_container a,
body.page-template-template-long-form-no-share #main-header .logo_container a,
body.page-template-template-basic #main-header .logo_container a,
body.single-post #main-header .logo_container a,
body.page-id-16166 #main-header .logo_container a,
body.page-id-16170 #main-header .logo_container a,
body.page-id-16171 #main-header .logo_container a,
body.page-id-16172 #main-header .logo_container a,
body.page-id-16173 #main-header .logo_container a,
body.page-id-16174 #main-header .logo_container a,
body.page-id-16175 #main-header .logo_container a,
body.page-id-16694 #main-header .logo_container a,
body.page-id-16719 #main-header .logo_container a,
body.page-id-16720 #main-header .logo_container a {
  background-image: url('/wp-content/uploads/2021/12/01_NXT_logos_rgb_orange-green-steel-nf.svg') !important;
}

body.error404 #et-top-navigation,
body.search-results #et-top-navigation,
body.page-template-template-static-header #et-top-navigation,
body.page-template-template-long-form #et-top-navigation,
body.page-template-template-long-form-no-share #et-top-navigation,
body.page-template-template-basic #et-top-navigation,
body.single-post #et-top-navigation,
body.page-id-16166 #et-top-navigation,
body.page-id-16170 #et-top-navigation,
body.page-id-16171 #et-top-navigation,
body.page-id-16172 #et-top-navigation,
body.page-id-16173 #et-top-navigation,
body.page-id-16174 #et-top-navigation,
body.page-id-16175 #et-top-navigation,
body.page-id-16694 #et-top-navigation,
body.page-id-16719 #et-top-navigation,
body.page-id-16720 #et-top-navigation {
  height: 75px !important;
  padding-top: 20px !important;
}

body.error404 #main-header #top-menu .first-level > .sub-menu,
body.search-results #main-header #top-menu .first-level > .sub-menu,
body.page-template-template-static-header #main-header #top-menu .first-level > .sub-menu,
body.page-template-template-long-form #main-header #top-menu .first-level > .sub-menu,
body.page-template-template-long-form-no-share #main-header #top-menu .first-level > .sub-menu,
body.page-template-template-basic #main-header #top-menu .first-level > .sub-menu,
body.single-post #main-header #top-menu .first-level > .sub-menu,
body.page-id-16166 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16170 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16171 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16172 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16173 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16174 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16175 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16694 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16719 #main-header #top-menu .first-level > .sub-menu,
body.page-id-16720 #main-header #top-menu .first-level > .sub-menu {
  margin-top: -5px;
}

body.error404 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.search-results #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-template-template-static-header #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-template-template-long-form #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-template-template-long-form-no-share #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-template-template-basic #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.single-post #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16166 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16170 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16171 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16172 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16173 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16174 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16175 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16694 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16719 #main-header.et-fixed-header #top-menu .first-level > .sub-menu,
body.page-id-16720 #main-header.et-fixed-header #top-menu .first-level > .sub-menu {
  margin-top: 8px;
}

body.error404 #top-menu a,
body.search-results #top-menu a,
body.page-template-template-static-header #top-menu a,
body.page-template-template-long-form #top-menu a,
body.page-template-template-long-form-no-share #top-menu a,
body.page-template-template-basic #top-menu a,
body.single-post #top-menu a,
body.page-id-16166 #top-menu a,
body.page-id-16170 #top-menu a,
body.page-id-16171 #top-menu a,
body.page-id-16172 #top-menu a,
body.page-id-16173 #top-menu a,
body.page-id-16174 #top-menu a,
body.page-id-16175 #top-menu a,
body.page-id-16694 #top-menu a,
body.page-id-16719 #top-menu a,
body.page-id-16720 #top-menu a {
  color: var(--color-charcoal-grey) !important;
}

#top-menu li {
  /* padding-bottom: 0; */
  line-height: 1.25rem;
}
/*
header#main-header.et-fixed-header #top-menu li {
  padding-bottom: 0;
}*/

#top-menu li li {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

form.et-search-form input,
.et_close_search_field,
body.basic-template-page form.et-search-form input, 
body.error404 form.et-search-form input, 
body.page-template-template-tech-support form.et-search-form input, 
body.single-post form.et-search-form input, 
body.search-results form.et-search-form input, 
body.search-no-results form.et-search-form input {
  color: var(--color-charcoal-grey) !important;
}

body.search-results #et_search_icon,
body.page-template-template-static-header #et_search_icon,
body.page-template-template-long-form #et_search_icon,
body.page-template-template-long-form-no-share #et_search_icon,
body.single-post #et_search_icon {
  color: var(--color-charcoal-grey);
}

body.page-template-template-long-form .et_pb_section_first,
body.page-template-template-long-form-no-share .et_pb_section_first {
  padding-top: 54px !important;
}

body.page-template-template-long-form article > .entry-content > .et_pb_row,
body.page-template-template-long-form-no-share article > .entry-content > .et_pb_row {
  padding-top: 152px;
}

body.page-template-template-long-form .social-share-label,
body.page-template-template-long-form-no-share .social-share-label {
  font-size: 1.25rem;
  padding-right: 10px;
}

.meta-bar {
  width: 100%;
  background-color: var(--color-chrome-grey);
  text-align: right;
  padding: .5rem 1.5rem;
}

body.page-template-template-long-form .et_builder_inner_content > div:first-child,
body.page-template-template-long-form-no-share .et_builder_inner_content > div:first-child {
  padding-top: 2rem !important;
}

.et_header_style_left .et-search-form {
    width: calc(100% - 60px) !important;
    max-width: calc(100% - 60px) !important;
    background-color: #FFF !important;
    z-index: 2000;
  }

#top-menu li.current-menu-ancestor>a, 
#top-menu li.current-menu-item>a, 
.mobile_menu_bar:after, 
.mobile_menu_bar:before {
  color: rgba(0,0,0,.6);
}

/* End Menu Items */

/*
Code for the collapsible mobile menu:
*/

#main-header #mobile_menu {
  border-top: solid 3px var(--color-orange);
}

#main-header #mobile_menu.et_mobile_menu {
  background-color: #FFF;
  top: 70px;
  margin-top: 0;
}

.et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.et_mobile_menu .second-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .second-level.menu-item-has-children > a:after {
font-family: 'ETmodules';

font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .second-level.menu-item-has-children > .icon-switch:after{

}

.et_mobile_menu .third-level > a {
  background-color: transparent;
  position: relative;
}
.second-level {
display: none;
}

.third-level {

}

.reveal-items {
display: block;
}
.et_mobile_menu {
margin-top: 20px;
}

/* begin popup styling */

#popup-window {
  padding-top: 0;
  padding-bottom: 0;
}

#popup-window.et_pb_section,
#popup-window.et_pb_section.et_pb_section_0 {
  background: #FFF !important;
}

#popup-window .et_pb_row_0.et_pb_row {
  padding: 0 !important;
}

#popup-window #popup-window-row #popup-window-image > a {
  width: 100%;
}

#popup-window #popup-window-row #popup-window-image > a > span {
  width: 100%;
}

#popup-window #popup-window-row #popup-window-image > a > span > img {
  width: 100%;
}

#popup-window #popup-window-row #popup-window-text {
  color: var(--color-charcoal-grey);
  font-weight: 400;
  padding: 15px;
}

#popup-window h5 {
  color: var(--color-charcoal-grey) !important;
  font-size: 1.125rem;
  font-weight: 400 !important;
  line-height: 125%;
}

#popup-window .popup-window-row > div > .et_pb_button_module_wrapper {
  text-align: center;
}

.popmake-content .popup-internal-row {
  max-width: initial !important;
}

.popmake-content > .et_pb_section {
  background-color: #000;
}

/* Begin Search Items */

#et_search_icon {
  color: var(--color-white);
}

#main-header .et-search-field,
#main-header .et_close_search_field {
  /* color: var(--color-white); */
}

#main-header.et-fixed-header .et-search-field,
#main-header.et-fixed-header .et_close_search_field {
  color: var(--color-charcoal);
}

/* End Search Items */

/* Begin module items */

.slider-download-link {
  text-align: right;
}

.slider-image-caption {
  text-align: center;
}

#image_splide_track .slider-image-caption > p {
  display: none;
}

.hubspot-subscribe-form .hbspt-form {
  text-align: center;
}

.hubspot-subscribe-form .hbspt-form > form {
  max-width:400px;
  display: inline-block;
}

.hubspot-subscribe-form .hs-form-field > div > input{
  font-size:1.25rem;
  height: 36px;
}



.hubspot-subscribe-form .hs_email {
  display: block;
  vertical-align: middle;
}

.hubspot-subscribe-form .hs_email > label {
  display: block !important;
  color: #444545;
  font-size:1rem !important;
  font-weight: 600 !important;
  text-align:left !important;
  padding: 0;
  vertical-align: baseline;
}

.hubspot-subscribe-form .hs_email div.input {
  display: block !important;
  width: 100% !important; 
}

.hubspot-subscribe-form .hs_email div.input input {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hubspot-subscribe-form .hs_email .hs-error-msgs .hs-error-msg {
  padding: 0;
}

.hubspot-subscribe-form .hs_submit {
  display: inline-block;
}

.hubspot-subscribe-form .hs_submit .actions {
  background: transparent !important;
  padding: 0;
  margin: 0;
}

.hubspot-subscribe-form .hs_submit .actions input,
.hubspot-subscribe-form .hs_submit .actions input:hover,
.hubspot-subscribe-form .hs_submit .actions input:hover:not(.inactive),
.hubspot-subscribe-form .hs_submit .actions input:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 1.25rem;
}

#request-quote-form > div {
  text-align: center;
}

#quote-form-wrapper .hbspt-form {
  display: inline-block;
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

 .et_pb_section.form-headline-section {
    padding-bottom: 0;
  }

  .hs-form-field {
    display: table;
    width: 100%;
    max-width: 600px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .hs-form-field li {
    list-style: none;
    font-size: 1rem;
  }
  
  .hs-form-field label {
    display: table-cell !important;
    color: #444545;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    flex-grow: 2;
    text-align: right !important;
    padding: 10px;
    vertical-align: top;
  } 
  
  .hs-form-field > div {
    display: table-cell !important;
    width: 50% !important
  }

  .hs-form-field .input > div {
    width: 100%;
    max-width: 350px;
    display: inline-block;
  }

  .hs-form-field .input.checkbox-input {
    padding-top: 10px;
    padding-left: 45px;
    text-align: left;
  }

  .hs-form-field .input.checkbox-input > input {
    width: auto !important;
  }
  
  .hs-form-field .input > ul.multi-container {
    padding-left: 20px;
  }

  .hs-form-field .input > ul.multi-container li > label {
    text-align: left !important
  }

  .hs-form-field .input > ul.multi-container li > label > input {
    display: table-cell;
    margin-top: 4px;
    float: left;
  }

  .hs-form-field .input > ul.multi-container li > label > span {
    display: table-cell;
    padding-left: 10px;
  }

  .hs-form-field .input .multi-container label input.hs-input > span {
    padding-left: 15px;
  } 


  .hs-form-field > ul {
    display: table-row !important;
  }
  
  .hs-form-field > div > input,
  .hs-form-field > div > select,
  .hs-form-field > div > textarea {
    display: inline-block !important;
    font-size: 1rem;
    padding: 7px;
    max-width: 350px !important;
    width: 100% !important;
    margin-top: 10px;
  }

  .hs-form-field > div > select,
  .hs-form-field > div > textarea {
    
  }

  .hs-error-msg {
    color: #c87872 !important;
  }
  
  .hs_error_rollup {
    text-align: center;
    margin-bottom: 30px;
  }

  .hs_error_rollup ul {
    padding: 0;
    display: inline-block;
  }

  .hs_error_rollup ul li {
    list-style: none;
    font-size: 1rem;
  }

  .hs_error_rollup ul li label {
    color: #c87872;
    text-align: center;
  }
  
  div.hs_submit .actions {
    text-align: center;
  }

input[type=radio] {
    margin-right: 10px;
}
.hs-form-required {
    color: red;
}

.legal-consent-container .hs-richtext {
  max-width: 600px;
  display:inline-block;
  margin-left: 60px;
  text-align:left;
}

.legal-consent-container .hs-dependent-field div.hs-form-field div.input ul.inputs-list {
  padding-left: 0;
}

.legal-consent-container .hs-dependent-field div.hs-form-field div.input ul.inputs-list .hs-form-booleancheckbox {
  text-align: center;
}

.legal-consent-container .hs-dependent-field div.hs-form-field div.input ul.inputs-list .hs-form-booleancheckbox-display {
  display: grid !important;
}

.legal-consent-container .hs-dependent-field div.hs-form-field div.input ul.inputs-list .hs-form-booleancheckbox-display span {
  text-align: left;
}

.legal-consent-container .hs-dependent-field div.hs-form-field div.input ul.inputs-list .hs-form-booleancheckbox-display > input {
  float: none;
  transform: translateY(1.25rem);
  width:13px;
}

.legal-consent-container .hs-dependent-field div.hs-form-field div.input ul.inputs-list .hs-form-booleancheckbox-display > span {
  display: inline-block;
}

.hs-submit {
  color: #FFF !important;
  display: inline-block;
  height: 55px;
  background-color: var(--color-lime-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.25rem;
  font-weight: 600;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
  cursor: pointer;
}

.hs-submit::after {
  content: '';
  display: inline-block;
  position: relative;
  height: 2.75rem;
  width: 2.75rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

.hs-submit:hover {
  color: var(--color-white);
  background-color: var(--color-fern-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem 3rem 1.5rem;
  transition: none;
}

.hs-submit:hover::after {
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%)
  transition: none;
}

.hs-submit .actions {
  display:inline-block;
}

.hs-submit .hs-button {
  color: #FFF;
  background-color: transparent;
  font-weight: 600;
  border: none;
}

.custom-post-header img {
  width: 100%;
  max-width: initial;
}


.custom-post-header h1 {
  color: #444545;
  font-size: 2.85rem;
}



.custom-post-header i {
  color: #94BC00;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 5px;
}

.custom-post-header .post-date {
  display: block;
}

span.post-author {
  font-weight: 700;
}

.post-meta-column {
  margin-top: auto;
  margin-bottom: auto;
}

.post-social-column {
  text-align: right;
  font-family: 'Poppins', sans-serif;
}

.page-section-hero-row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#header-splide .splide__slide > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#header-splide .splide__pagination {
  bottom: 20px;
  z-index: 1000;
}

.splide__pagination__page,
.dark-background-slider .splide__pagination__page {
  height: 12px;
  width: 12px;
  background-color: transparent ;
  border: solid 2px var(--color-white) !important;
  opacity: 1;
}

.light-background-slider .splide__pagination__page {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: solid 2px var(--color-silver-grey) !important;
  opacity: 1;
}

.splide__pagination__page:hover {
  opacity: 1;
}

.splide__pagination__page,
.dark-background-slider .splide__pagination__page.is-active {
  background-color: var(--color-white);
  border: solid 2px transparent !important;
  opacity: 1;
  transform: scale(1.0);
}

.light-background-slider .splide__pagination__page.is-active {
  background-color: var(--color-silver-grey);
  border: solid 2px transparent !important;
  opacity: 1;
  transform: scale(1.0);
}

#image_splide_track {
  align-items:flex-start;
  align-content:flex-start;
}

#image_splide_track > .splide__slide {
  align-self: stretch;
}

#logo-splide .splide__pagination__page {
  height: 12px;
  width: 12px;
  background-color: transparent ;
  border: solid 2px var(--color-white) !important;
  opacity: 1;
  cursor: pointer;
}

#image-splide .splide__pagination__page {
  height: 12px;
  width: 12px;
  background-color: transparent ;
  border: solid 2px var(--color-charcoal-grey) !important;
  opacity: 1;
  cursor: pointer;
}

/*
.light-background-slider .splide__pagination__page {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: solid 2px var(--color-silver-grey) !important;
  opacity: 1;
}
*/

#image-splide .splide__pagination__page:hover,
#logo-splide .splide__pagination__page:hover {
  opacity: 1;
}

#logo-splide .splide__pagination__page.is-active {
  background-color: var(--color-white);
  border: solid 2px transparent !important;
  opacity: 1;
  transform: scale(1.0);
}

#image-splide .splide__pagination__page.is-active {
  background-color: var(--color-charcoal-grey);
  border: solid 2px transparent !important;
  opacity: 1;
  transform: scale(1.0);
}
/*
.light-background-slider .splide__pagination__page.is-active {
  background-color: var(--color-silver-grey);
  border: solid 2px transparent !important;
  opacity: 1;
  transform: scale(1.0);
}
*/

#image-splide .splide__slide,
#logo-splide .splide__slide {
  margin-top: 0;
  margin-bottom: 0;
}

#logo-splide #logo_splide_track {
  height: 900px;
}

#logo-splide .splide__pagination {
  z-index: 70000;
}

#image-splide #image_splide_track {
  height: 900px;
}

#image-splide .splide__pagination {
  color: var(--color-charcoal-grey);
  z-index: 70000;
}

#image-splide .splide__slide .et_pb_image_wrap {
  width: 100% !important;
  display:inline-block;
  aspect-ratio: 16/9 !important;
}

@media (max-width: 1320px) {
  #logo-splide #logo_splide_track {
    height: 740px;
  }

  #image-splide #image_splide_track {
    height: 740px;
  }
}

@media (max-width: 1024px) {
  .slider-download-link {
    margin-top:1rem;
    text-align: center;
  }
}

@media (max-width: 980px) {
  #logo-splide #logo_splide_track {
    height: 640px;
  }

  #image-splide #image_splide_track {
    height: 640px;
  }
}

@media (max-width: 720px) {
  #logo-splide #logo_splide_track {
    height: 560px;
  }

  #image-splide #image_splide_track {
    height: 560px;
  }
}

@media (max-width: 470px) {
  #logo-splide #logo_splide_track {
    height: 450px;
  }

  #image-splide #image_splide_track {
    height: 450px;
  }
}


.vertically-centered {
  
}

.vertically-centered-cell {
  display: table;
  height: 100%;
}

.vertically-centered-cell > div {
  display: table-cell;
  vertical-align: middle;
}

#home-hero,
#global-projects-header,
#hero-header {
  height: 800px;
  padding-top: 0 !important;
}

#home-hero > div,
#global-projects-header > div,
#hero-header > div {
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#section_splide_track {

}





.feature-block .feature-block-item,
#grid-data .tile-item {
  margin-bottom: 2rem;
}

.feature-block .feature-block-item .feature-block-image-wrapper,
#grid-data .tile-item .tile-thumbnail-wrapper,
#grid-data .tile-item .news-thumbnail-wrapper  {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.feature-block .feature-block-item .feature-block-image-wrapper img,
#grid-data .tile-item .tile-thumbnail-wrapper img,
#grid-data .tile-item .news-thumbnail-wrapper img {
  width: auto;
  max-width: none !important;
  /*height: 135%;*/
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.feature-block .feature-block-item .feature-block-content-wrapper,
#grid-data .tile-item .resources-item-wrapper-content,
#grid-data .tile-item .news-item-wrapper-content {
  height: 100%;
  display: block;
  border: solid 1px var(--color-silver-grey);
  background-color: var(--color-white);
  transition: .25s;
}

.feature-block .feature-block-item .feature-block-content-wrapper:hover,
#grid-data .tile-item .resources-item-wrapper-content:hover,
#grid-data .tile-item .news-item-wrapper-content:hover {
  -webkit-box-shadow: var(--standard-box-shadow);
  box-shadow: var(--standard-box-shadow);
}

.feature-block-content-wrapper .feature-block-content,
#grid-data .tile-item .tile-title,
#grid-data .tile-item .block-content {
  color: var(--color-charcoal-grey);
  font-size: 1.25rem;
  line-height: 1.9rem;
  padding: 2rem 1rem;
  min-height: 200px;
  font-weight: 500;
}

 .feature-block-content .feature-block-content-type,
.block-content .news-category-list {
  font-size: 1rem;
  font-weight: 400;
 }

.feature-block-content .feature-block-content-title,
.block-content .entry-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.quote-slider-section {
  color: var(--color-black);
  margin-bottom: 40px;
}

.quote-slider-section .splide__track {
  padding-bottom: 0 !important;
}

.quote_splide_slide {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 0 !important;
}

.quote-quote-wrapper {
}

.quote-quote-wrapper img {
  width: 60px;
}

.quote-slider-section quote {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 1rem;
  line-height: 140%;
}

.quote-slider-section attribution {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

#global-projects-header {
  padding-bottom: 0;
}

#global-projects-header #map {
  height: 100%;
}

.global-projects-item {
  color: var(--color-white);
  background-color: var(--color-chrome-grey);
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.global-projects-item .project-location {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.global-projects-item .project-name {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 3.75rem;
  border-bottom: 4px solid var(--color-white);
  padding-bottom: 10px;
}

.global-projects-item .project-capacity {
  font-size: 7.8125rem;
  line-height: 4rem;
  padding-top: 20px;
  margin-top: 1rem;
}
/*
.global-projects-item .project-capacity {

}

.global-projects-item .project-capacity {

}
*/
.global-projects-item .project-description {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

.product-description-tile {
  display: inline-block;
  min-height: 118px;
  margin-bottom: 30px;
}

.product-description-tile-content {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: solid 1px var(--color-silver-grey);
  padding: 30px;
}

.product-description-tile-content .description-icon {
  text-align: center;
  height: 90px;
  margin-bottom: 30px;
}

.product-description-tile-content .description-icon img {
  height: 100%;
}

.text-tile-group .product-description-tile-content .description-text p2,
.text-tile-group .product-description-tile-content .description-text p {
  font-weight: 500;
}

.text-tile-group .product-description-tile-content .description-text a {
  font-weight: 500;
}

#recent-news-module .recent-news-single-image-column article {
  border: solid 1px var(--color-silver-grey);
  margin-bottom: 0;
}

#recent-news-module .recent-news-single-image-column article .entry-featured-image-url {
  margin-bottom: 0;
}

#recent-news-module .recent-news-single-image-column article h2 {
  padding: 1rem;
  margin-bottom: 1rem;
}

#recent-news-module .recent-news-single-image-column article h2 a {
  color: var(--color-charcoal-grey);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
}

#recent-news-module .recent-news-multi-text-column article {
  border-bottom:  solid 1px var(--color-silver-grey);
  margin-bottom: 0;
}

#recent-news-module .recent-news-multi-text-column article h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#recent-news-module .recent-news-multi-text-column article h2 a {
  color: var(--color-teal);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.quote-quote-image {
  margin-bottom: 10px;
}

.column-pagination-wrapper > ul {
  position: relative;
}

#ceo-small-image {
  position: absolute;
  bottom: 0;
}

#grid-area {
  padding-top: 0;
}

.pagination-arrow {
  display: inline-block;
}

.pagination-arrow-older {
  float: left;
}

.pagination-arrow-newer {
  display: none;
  float: right;
}

.post-meta-row {
  background-color: var(--color-chrome-grey);
  margin: 0;
  padding: 10px;
}

.post-social-column {
  text-align: right;
}

.post-social-column a {
  color: var(--color-lime-green);
}

.page-section-hero {
  min-height: 800px;
  padding-top: 200px !important;
}


ul.et_pb_side_nav {
  display: block;
  width: auto;
  background-color: transparent;
}

ul.et_pb_side_nav li.side_nav_item {
  display: block;
  text-align: right;
  padding: 0;
}

ul.et_pb_side_nav li.side_nav_item a {
  color: #FFF;
  height: 100%;
  width:auto;
  right: 30px;
  position: relative;
  text-indent: 0;
  font-size: 0rem;
  line-height: 0rem;
  background-color: transparent;
  transition: .5s;
}

ul.et_pb_side_nav li.side_nav_item a.active,
ul.et_pb_side_nav li.side_nav_item a:hover {
  color: transparent;
  position: relative;
  right: 50px;
  background-color: transparent !important;
  transition: .5s;
}

ul.et_pb_side_nav li.side_nav_item a div.side-nav-block {
  display: block;
  position: relative;
  width: auto;
  right: -30px;
  background-color: rgba(0,0,0,.7);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  padding-left: .5rem;
  margin-right: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: .5s;
}

ul.et_pb_side_nav li.side_nav_item a.active div.side-nav-block,
ul.et_pb_side_nav li.side_nav_item a:hover div.side-nav-block {
  right: -30px;
  background-color: #94BC02;
  transition: .5s;
}

ul.et_pb_side_nav li.side_nav_item a div.side-nav-dot {
  position: absolute;
  width: 50px;
  height: 100%;
  right: -50px;
  top: 0;
  text-align: center;
  background: rgba(0,0,0,.7);
  transition: .5s;
}

ul.et_pb_side_nav li.side_nav_item a.active div.side-nav-dot,
ul.et_pb_side_nav li.side_nav_item a:hover div.side-nav-dot {
  right: -70px;
  transition: .5s;
}

ul.et_pb_side_nav li.side_nav_item a div.side-nav-dot .side-nav-dot-shape {
  display: inline-block;
  position: absolute;
  height: 11px;
  width: 11px;
  top: 50%;
  left: 50%;
  background-color: #94BC02;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 6px;
  transform: translate(-50%,-50%);
}

ul.et_pb_side_nav li > a > div > div {
  display: block;
  width: auto;
  line-height: 125%;
}

ul.et_pb_side_nav li > a > div > div.dot-nav-label {
  color: #FFF;
  font-size: 0.5rem;
  font-weight: 700;
}

ul.et_pb_side_nav li > a > div > div.dot-nav-text {
  color: #FFF;
  font-size: .75rem;
}

div.timeline-page-section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

div.timeline-page-section .timeline-entry-dot {
  position: absolute;
  width: 55%;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
}

div.timeline-page-section .timeline-entry-dot .dot {
  display: inline-block;
  position: absolute;
  height: 44px;
  width: 44px;
  top: 50%;

  transform: translate(-50%,-50%);
  background-color: #94BC00;
  border-radius: 50px;
  float: left;
  z-index: 410;
}

div.timeline-page-section div.full-timeline-entry-content {
  width: 55%;
  max-width: 1080px;
  border-left: 2px solid #94BC00;
  padding-left: 20px;
  padding-right: 20px;
}

div.timeline-page-section div.full-timeline-entry-content.no-rail {
  border-left: none;
}

div.timeline-page-section div.full-timeline-entry-spacer {
  height: 120px;
  width: 55%;
  max-width: 1080px;
  border-left: 2px solid #94BC00;
}

div.timeline-page-section div.full-timeline-entry-spacer.no-rail {
  border-left: none; 
}

div.timeline-page-section .timeline-entry-image {
  width: 100%;
  max-width: initial;
  min-height: 452px;
  padding: 0;
}

div.timeline-page-section .timeline-entry-image::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 452px;
  width: 55%;
  max-width: 1080px;
  left: 50%;
  transform: translate(-50%);
  border-left: 2px solid #94BC00;
  float: left;
  z-index: 400;
}

div.timeline-page-section .timeline-entry-image > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

div.timeline-page-section .timeline-entry-image-caption {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}

.image-caption {
  font-size: 1.125rem;
  font-weight: 700;
  font-style: italic;
  line-height: 125%;
  padding-top: 1rem;
}

.hero-play-icon {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

#quote-slider-area.fullwidth-quote {
  width: 100%;
}

#quote-slider-area.fullwidth-quote .quote-module > div {
  text-align: center;
}

#quote-slider-area.fullwidth-quote .quote-module-content {
  width: 90%;
  display:  inline-block;
}

#quote-slider-area.fullwidth-quote .quote-box-green {
  width: 100%;
}

.quote-box-green {
  display: table;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 0;
}

.quote-box .quote-headshot::before,
.quote-box-white .quote-headshot::before {
  position: absolute;
  content: "";
  color: #94BC00;
  height: 140px;
  width: 140px;
  top: initial;
  bottom: 50px;
  background-image: url('/wp-content/uploads/2020/04/Quote-White.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -80px;
  margin-top: 0;
}

.quote-box-green .quote-headshot::before {
  position: absolute;
  content: "";
  color: #94BC00;
  height: 50px;
  width: 50px;
  top: -35px;
  background-image: url('/wp-content/uploads/2020/05/Quote-Green.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -30px;
  margin-top: 0;
}

.quote-box .quote-headshot {
  display: inline-block;
  width: auto;
  height: auto;
  box-shadow: 10px 10px 15px 0 rgba(0,0,0,.2);
  border-radius: 10px;
  overflow: hidden;
}

.quote-box-green .quote-headshot > img {
  border-radius: 10px;
  box-shadow: 10px 10px 15px 0 rgba(0,0,0,.2);
}

.quote-box .quote-headshot > span {
  border: 3px solid #000;
  border-radius: 10px;
  box-shadow: 10px 10px 15px 0 rgba(0,0,0,.2);
}

.quote-box .quote-body,
.quote-box-green .quote-body {
 display: table-cell;
 vertical-align: bottom;
}

.quote-box-green .quote-body quote {
  display: block;
  color: #444545;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 140%;
  padding-bottom:15px;
}

.quote-box-green .quote-body attribution {
  display: block;
  color: #444545;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 140%;
}

div.timeline-page-section .quote-box-green {
  width: 80%;
}

div.timeline-page-section .timeline-entry-image.timeline-half-line-top::before {
  height: 226px;
}

div.timeline-page-section .timeline-entry-image.timeline-half-line-bottom::before {
  top: 50%;
  height: 226px;
}

/* about us page */

.counter-area {
}

.counter-area > .counter-ticker {
  display: inline-block;
  color: #94BC00;
  left: 50%;
  transform: translateX(-50%);
}

#counter-ticker-1,
#counter-ticker-2,
#counter-ticker-3,
#counter-ticker-4,
#counter-ticker-5 {
  margin-bottom: 0;
  vertical-align: top;
}

#counter-ticker-1 img.ticker-image,
#counter-ticker-2 img.ticker-image,
#counter-ticker-3 img.ticker-image,
#counter-ticker-4 img.ticker-image,
#counter-ticker-5 img.ticker-image {
  vertical-align: sub;
  height: 50px;
}

.counter-area > .counter-ticker .percent {

}

.counter-area > .counter-ticker .percent > p {
  text-align: center;
}

.counter-area > .counter-ticker .percent .percent-value {
  color: #94BC00;
  font-size: 3.15rem;
  font-weight: 900;
}

.counter-ticker .percent-sign {
  font-size: 3.15rem;
  font-weight: 100;
}

.counter-area > .counter-image {
  display: table-cell;
}

.counter-area > .counter-image img {
  height: 80px;
}

.counter-area .counter-text {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.15rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.counter-text {
  line-height: 140%;
}

/* styling to control vertical position of headline on a specific (team) page) */

.et_pb_member_position::after {
  content: '+';
  right: 0;
  color: #118F9D;
  position: absolute;
  font-size: 2rem;
  font-weight: 400;
}

.et_pb_team_member_description .et_pb_member_social_links {
  margin-top: 0;
}

.et_pb_team_member_description {
  max-width: 320px;
}

.et_pb_team_member_description h4 {
  padding-bottom: 0;
}

.bio-window {
  display: none;
}

.featherlight .featherlight-content {
  max-width: 900px;
}

.promo-plate {
  min-height: 600px;
}

.plate-content {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.plate-content h1 {
  text-align: center;
}

#collaborative-environment-section {
  display: table;
  width: 100%;
  min-height: 600px;
}

#collaborative-environment-section > div {
  display: table-cell;
  vertical-align: middle;
}

#collaborative-environment-section > div > div {
  width: 80% !important;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
}

/* End module items */

/* Start Form Elements */



#filter-target-row {
  width: 90%;
  max-width: 720px;
  background-color: var(--color-white);
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  -webkit-box-shadow: var(--standard-box-shadow);
  box-shadow: var(--standard-box-shadow);
  z-index: 1000;
}

body.page-template-template-blog-index #filter-target-row {
  max-width: 840px;
  padding-bottom: 0;
}

body.page-template-template-blog-index #filter-target-row .sticker-text {
  padding-bottom: 2rem;
}

body.page-template-template-resource-index .filter-select-nav {
  display: flex;
}

body.page-template-template-resource-index .filterbar-cell-left {
  width: auto;
  flex-grow: 1;
  text-align: center;
}

body.page-template-template-resource-index .filterbar-cell-center {
  width: 200px;
  flex-grow: 4;
  text-align: center;
}

body.page-template-template-resource-index .filterbar-cell-right {
  width: auto;
  flex-grow: 1;
  text-align: center;
}


#tile-filter-target #category-filter-button {
  width: 100%;
  height: 40px;
  border: solid 1px var(--color-silver-grey);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

#tile-filter-target #category-filter-button label {
  color: var(--color-silver-grey);
  width: 100%;
  font-size: 1.125rem;
  font-style: italic;
  text-align: left;
}

#tile-filter-target #category-filter-button i {
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--color-white);
  height: 100%;
  background-color: var(--color-orange);
  border-radius:  0 5px 5px 0;
  padding: 10px;
  transform: translateY(-50%);
}

#tile-filter-target #category-filter-button::after {
  display: none;
}

#tile-filter-target a.control {
  font-size: 1.125rem;
  font-weight: 400;
}

#filter-by-dropdown .dropdown .dropdown-menu {
  width: 100%;
}

/* End Form Elements */

/* Begin Slider Items */

#header-slider-module {
  padding-top:0 !important;
}

.page-section-hero-slide {
  height:800px;
}

#header-slider-module #header-slider-module-track {
  height:800px;
}

#header-slider-module #header-slider-module-track #page-header-slider-content {
  
}

#header-slider-module .location-headline {
  max-width: 1320px;
  width:80%;
  margin-left:auto;
  margin-right:auto;
}

#header-slider-module .hero-slide > div {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#header-slider-module .hero-slide > div .location-headline {
  top:50%;
  transform: translateY(-50%);
}

#header-slider-module .hero-slide > div .location-button {
  position:absolute;
  bottom:20px;
  left:50%;
  transform: translateX(-50%);
}

#header-slider-module .splide__pagination {
  display:none;
}

#page-header-slider-content {

}

#product-splide-track {
  padding-top: 0;
  padding-bottom: 0;
}

.header_splide_slide {
  height: 800px;
}

.header_splide_slide > div {
  width: 80%;
  max-width: var(--primary-grid-width);
}

.section_splide_slide {
  width: 100%;
}

#logo-slider-module {
  max-width: 1320px;
  padding-top: 0;
  margin-left:auto;
  margin-right:auto;
}

#logo-slider-module > .splide__track {
  padding-top: 0;
}

#logo-slider-module .partner-logo {
  display: inline-block;
  text-align: center;
  
}

#logo-slider-module .partner-logo > span {
  height: auto !important;
  width: auto !important;
  top:50%;
  max-width: 300px;
  max-height: 150px;
  margin-left: 40px;
  margin-right: 40px;
}

#logo-slider-module .partner-logo > span img {
  width:100%;
  height:auto;
  top:50%;
  transform: translateY(-50%);
}

#logo-slider-module .splide__pagination {
  display: none;
}

/* End Slider Items */

/* Begin Footer Items */

footer#main-footer {
  background-image: url('/wp-content/uploads/2020/04/Footer-Background.jpg');
  background-size: cover;
  background-position: center;
  background-color: var(--color-white);
  padding-top: 240px;
}

#main-footer .footer-logo-wrapper {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

#menu-new-footer {
  text-align: center;
  padding-top: 45px;
}

#menu-new-footer .menu-item a {
  color: var(--color-black);
  font-size: 1.125rem;
  font-weight: 400;
}

#footer-social-icons {
  text-align: center;
}

#footer-social-icons > a {
  color: var(--color-lime-green);
  font-size: 1.25rem;
  padding: .25rem;
}

#footer-call-to-action {
  display: flex;
  width: 80%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

#footer-call-to-action .footer-copyright {
  font-size: .625rem;
  font-weight: 400;
  margin-right: auto;
  margin-left: 0;
}

#footer-call-to-action .footer-submenu {
  font-size: .625rem;
  font-weight: 400;
  margin-right: 0;
  margin-left: auto;
}

/* End Footer Items */

@media (max-width: 1310px) {

  #top-header {
    display: none;
  }

  body #main-header {
    background-color: transparent;
    top: 32px !important;
    position: fixed !important;
    transition: 1s;
  }

  body #main-header.et-fixed-header {
    top: 0px !important;
    background-color: var(--color-white);
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.2) !important;
  }

  body #main-header.et-fixed-header #et_search_icon {
    color: var(--color-charcoal-grey);
  }

  nav#top-menu-nav {
    display: none;
  }

  div#et_mobile_nav_menu {
    display: block;
  }

  div#et_top_search {
    /*display: none;*/
    float: left;
    margin: 0 35px 0 0;
  }

  span#et_search_icon:hover {
    color: var(--color-lime-green);
  }

  span#et_search_icon:before {
    top: 7px;
  }

  .mobile_nav .mobile_menu_bar_toggle::before {
    color: var(--color-lime-green);
  }

  #header-slider-module #header-slider-module-track {
    padding-top: 0 !important;
  }
}



@media (max-width: 1024px) { 
  .legal-consent-container .hs-richtext {
    max-width: 600px;
    display:inline-block;
    margin-left: 30px;
    text-align:left;
  }
}

@media (max-width: 998px) {

  body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
  }

  /* Begin Common Items */

  h1 {
    font-size: 2.25rem !important;
    font-weight: 400;
    line-height: 2.6875rem;
  }

  h2 {
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 2.375rem;
  }

  h3 {
    font-size: 1.75rem !important;
    font-weight: 400;
    line-height: 2.4375rem;
  }

  h4 {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 2.125rem;
  }

  h5 {
    font-size: 1.25rem !important;
    font-weight: 400;
    line-height: 1.875rem;
  }

  h6 {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.375rem;
  }

  p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
  }

  a {
    color: #118F9D;
    font-weight: 600;
  }

  a.with-chevron::after {
    content: ' ';
  }

  a.et_pb_button {

  }

  a.et_pb_button.et_pb_bg_layout_light {
  
  }

  a.et_pb_button.et_pb_bg_layout_dark {
    
  }

  a.et_pb_button.et_pb_bg_layout_light:hover {
  
  }

  a.et_pb_button.et_pb_bg_layout_dark:hover {
    
  }

  .reverse-column-left {
    order: 10;
  }

  .reverse-column-right {
    order: 5;
  }

  /* End Common Items */

  #main-header > .container {
    width: 100%;
  }


  #main-header #et-top-navigation .et_mobile_menu {
    background-color: #FFF;
  }

  ul.et_pb_side_nav {
    display: none;
    opacity:0;
  }

  /* start buttons */

  a.et_pb_button.et_pb_bg_layout_light,
a.pill-anchor-light {
  color: #FFF !important;
  display: inline-block;
  height: 40px;
  background-color: var(--color-lime-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.25rem;
  font-weight: 600;
  padding: .25rem .15rem .25rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light::after,
a.pill-anchor-light::after {
  content: '';
  display: inline-block;
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button,
a.pill-anchor-light.transparent-button {
  color: var(--color-lime-green) !important;
  display: inline-block;
  height: 40px;
  background-color: transparent;
  border: solid 2px var(--color-lime-green);
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.25rem;
  font-weight: 600;
  padding: .25rem .15rem .25rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button::after,
a.pill-anchor-light.transparent-button::after {
  content: '';
  position: relative;
  display: inline-block;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(65%) sepia(74%) saturate(2487%) hue-rotate(33deg) brightness(98%) contrast(104%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark,
a.pill-anchor-dark {
  color: var(--color-lime-green) !important;
  display: inline-block;
  height: 40px;
  background-color: #FFF;
  border-radius: 50px;
  border: solid 2px transparent;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem .25rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark::after,
a.pill-anchor-dark::after {
  content: '';
  position: relative;
  display: inline-block;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(65%) sepia(74%) saturate(2487%) hue-rotate(33deg) brightness(98%) contrast(104%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button,
a.pill-anchor-dark.transparent-button {
  color: var(--color-white) !important;
  height: 40px;
  display: inline-block;
  background-color: transparent;
  border: solid 2px var(--color-white);
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem .25rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button::after,
a.pill-anchor-dark.transparent-button::after {
  content: '';
  display: inline-block;
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url(/wp-content/uploads/2022/08/chevron-circle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%);
  opacity: 1;
  margin-left: 10px;
  vertical-align: middle;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light:hover,
a.pill-anchor-light:hover {
  color: var(--color-white);
  background-color: var(--color-fern-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem .25rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light:hover::after,
a.pill-anchor-light:hover::after {
  filter: invert(100%) sepia(21%) saturate(40%) hue-rotate(236deg) brightness(118%) contrast(100%)
  
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button:hover,
a.pill-anchor-light.transparent-button:hover {
  color: var(--color-fern-green) !important;
  background-color: transparent;
  border: solid 2px var(--color-fern-green);
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_light.transparent-button:hover::after,
a.pill-anchor-light.transparent-button:hover::after {
  filter: invert(39%) sepia(24%) saturate(921%) hue-rotate(52deg) brightness(94%) contrast(85%);
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark:hover,
a.pill-anchor-dark:hover {
  color: var(--color-white) !important;
  background-color: var(--color-fern-green);
  border: solid 2px transparent;
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem .25rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark:hover::after,
a.pill-anchor-dark:hover::after {
  filter: invert(65%) sepia(74%) saturate(2487%) hue-rotate(33deg) brightness(98%) contrast(104%);
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button:hover,
a.pill-anchor-dark.transparent-button:hover {
  color: var(--color-fern-green) !important;
  background-color: rgba(255,255,255,.7);
  border: solid 2px var(--color-white);
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .25rem .15rem .25rem 1.5rem;
  transition: none;
}

a.et_pb_button.et_pb_bg_layout_dark.transparent-button:hover::after,
a.pill-anchor-dark.transparent-button:hover::after {
  filter: invert(39%) sepia(24%) saturate(921%) hue-rotate(52deg) brightness(94%) contrast(85%);
  transition: none;
}

  /* end buttons */



.image-caption {
  font-size: .75rem;
}


  div#et_top_search {
    margin-right: 5px;
  }

  .et_header_style_left .et-search-form {
    width: calc(100% - 60px) !important;
    max-width: calc(100% - 60px) !important;
    background-color: #FFF !important;
    z-index: 2000;
  }

  .et_search_outer > div {
    width: 100%;
  }

  #recent-news-module .recent-news-single-image-column article h2 a {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  #recent-news-module .recent-news-multi-text-column {
    padding-left: 0;
  }

  #recent-news-module .recent-news-multi-text-column article h2 a {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .feature-block-content .feature-block-content-title > div {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .feature-block-content-wrapper .feature-block-content, 
  #grid-data .tile-item .tile-title, 
  #grid-data .tile-item .block-content {
    min-height: initial;
  }

  a.with-chevron {
    display: inline-block;
    line-height: 1.5rem;
  }

  a.with-chevron::after {
    content: ' ';
    display: inline-block;
    background-image: url(/wp-content/uploads/2022/08/chevron-circle.svg);
    background-size: contain;
    height: 1em;
    width: 1em;
    margin-left: .25rem;
    vertical-align: bottom;
    bottom: 0;
    position: relative;
    margin-bottom: .33rem;
  }

  .feature-block-content .feature-block-content-title {
    font-size: 1.25rem;
  }



  #page-header-slider-content {
    display: flex !important;
    /* transform: none !important; */
  }

  .header-american-manufacturing {
    background-position: left -100px center !important;
    transition: 1s;
  }

  .header-nx-navigator {
    background-position: left calc(50% - 100px) center !important; 
    transition: 1s;
  }

  .header-module-compatibility {
    background-position: right -200px center !important;
    transition: 1s;
  }

  .header-technology-leadership {
    background-position: left calc(50% - 300px) center !important;
    transition: 1s; 
  }

  .header-diversity {
    background-position: right -100px center !important;
    transition: 1s;  
  }

  .header-energy-insights {
    background-position: right -300px center !important;
    transition: 1s;
  }

  .header-shug-speaks {
    background-position: right -300px center !important;
    transition: 1s;
  }

  .quote-box-green .quote-body quote {
    font-size: .9rem;
    padding-bottom:0;
  }

  .quote-box-green .quote-body attribution {
    font-size: .9rem;
  }


  .global-projects-item {
  color: var(--color-white);
  background-color: var(--color-chrome-grey);
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.global-projects-item .project-location {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.global-projects-item .project-name {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.55rem;
  border-bottom: 4px solid var(--color-white);
  padding-bottom: 10px;
}

.global-projects-item .project-capacity {
  font-size: 4.25rem;
  line-height: 4rem;
  padding-top: 20px;
  margin-top: 1rem;
}

.global-projects-item p3 {
  font-size:1.25rem;
  line-height: 1.75rem;
}
/*
.global-projects-item .project-capacity {

}

.global-projects-item .project-capacity {

}
*/
.global-projects-item .project-description {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

  .mega-minor {
    font-size: 3rem;
  }

}

@media (max-width: 540px) {
  /* Begin Common Items */

  h1 {
    font-size: 2.25rem;
    font-weight: 400;
  }

  h2 {
    font-size: 2rem;
    font-weight: 400;
  }

  h3 {
    font-size: 1.75rem;
    font-weight: 400;
  }

  h4 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  h5 {
    font-size: 1.25rem;
    font-weight: 400;
  }

  h6 {
    font-size: 0.75rem;
    font-weight: 400;
  }

  p {
    font-size: 1rem;
    font-weight: 400;
  }

  a {
    color: #118F9D;
    font-weight: 600;
  }

  a.with-chevron::after {
    content: ' ';
  }

  a.et_pb_button {
    
  }

  a.et_pb_button.et_pb_bg_layout_light {
    
  }

  a.et_pb_button.et_pb_bg_layout_dark {
    
  }

  a.et_pb_button.et_pb_bg_layout_light:hover {
    
  }

  a.et_pb_button.et_pb_bg_layout_dark:hover {
    
  }

  .mobile-hide {
    display: none;
  }

  .quote-quote-wrapper {
    margin-top: 20px;
  }




  /* End Common Items */


  footer#main-footer {
    padding-top: 120px;
  }

  footer#main-footer #footer-call-to-action {
    margin-bottom: 20px;
  }
}

/* demo items */

.et_pb_bg_layout_dark pre {
  color: #FFF;
}

.demo-dark-background {
  background-color: var(--color-charcoal-grey);
}

.demo-background-swatch {
  min-height: 200px;
}

.rotate-180 {
    transform: rotate(180deg);
}
