/*======================================
Theme Name: Ace Power
Theme URI: https://acepower.com.au/
Description: This is a Divi child theme
Author: Mardi Lowe
Author URI: https://www.mardilowe.com.au/
Author Email: info@mardilowe.com.au
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/** HOTSPOT **/
.dnhot-tooltip-image-container {
	 margin: 20px 10px !important;
}

/* ==== Main navigation menu reset ==== */
header #logo {
	padding-left: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	margin-top: 13px;
	max-height: 85%;
}

header ul#top-menu li.top-menu-item {
    padding-right: 15px;
}

header ul#top-menu li.top-menu-item:nth-last-child(1) {
    padding-right: 0;
}

header ul#top-menu li.top-menu-item>a {
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
	padding-bottom: 20px !important;
    border-top: 7px solid transparent;
    letter-spacing: 1px;
	font-family: 'Century Gothic';
}

header ul#top-menu li.top-menu-item>a:hover {
    opacity: .7;
    color: #025452;
    border-color: #025452;
}

header ul#top-menu li.top-menu-item>a[aria-current="page"],
header ul#top-menu li.top-menu-item.current-menu-parent>a,
.sub-news header ul#top-menu li.top-menu-item.menu-item-3522>a{
	border-top: 7px solid;
}

header ul#top-menu li.top-menu-item.menu-item-has-children>a::after {
	font-family: 'ETmodules';
    content: "\43";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 20px;
    font-weight: 800;	
}

header ul#top-menu li .menu-item-has-children>a:first-child:after {
    content: "\35";
}

header ul#top-menu li.top-menu-item ul.sub-menu {
	background-color: #025452;
	padding: 0;
	border-top: 3px solid #fff;
}

header ul#top-menu li.top-menu-item ul.sub-menu li {
	display: block;
	padding: 0;
}

header ul#top-menu li.top-menu-item ul.sub-menu li a {
	font-size: 14px;
	color: #fff !important;
    padding: 7px 10px 13px!important;
    width: 100% !important;
	border-bottom: 1px solid #fff;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: .4px;
	line-height: 20px;
	border-top: 7px solid transparent;
}

header ul#top-menu li.top-menu-item ul ul.sub-menu {
	top: 10px;
}

header ul#top-menu li.top-menu-item ul.sub-menu li.current-menu-ancestor>a {
    background-color: #0d3837;
}

header ul#top-menu li.top-menu-item ul.sub-menu li a.ds-menu-active {
	background-color: #0d3837;
}

header ul#top-menu li.top-menu-item ul.sub-menu li a.ds-menu-not-active {
	background-color: transparent;
}

header ul#top-menu li.top-menu-item ul.sub-menu li a:hover {
	opacity: .7;
	border-top: 7px solid;
}

header ul#top-menu li.top-menu-item ul.sub-menu li.sub-page-item a[aria-current="page"] {
    background-color: #0d3837;
}

/* Fixed Header */
header.et-fixed-header {
    padding: 0 0 15px;
	background-color: #025452 !important;
}

header.et-fixed-header ul#top-menu li.top-menu-item>a {
	font-weight: 400;
	color: #fff !important;
}

header.et-fixed-header ul#top-menu li.top-menu-item>a[aria-current="page"],
header.et-fixed-header ul#top-menu li.top-menu-item>a:hover {
	border-top: 7px solid #ffffff;
}

/* Media Queries */
@media only screen and (max-width: 980px) {
	header #logo, 
	header .logo_container, 
	header#main-header {
		-webkit-transition: all 0.4s ease-in-out !important;
		transition: all 0.4s ease-in-out !important;		
	}
	
	header #logo {
		padding-left: 20px;
		max-height: 75%;
		max-width: unset !important;
		width: auto;
	}
	
	header .mobile_nav ul.et_mobile_menu {
		background-color: #025452 !important;
		border-top: unset;
		overflow: scroll !important;
		max-height: 84vh;
		width: 60%;
		right: 20px;
		left: auto;
		padding: 0;
		-webkit-box-shadow: 0px 10px 19px 0px rgb(0 0 0 / 75%);
		-moz-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 10px 19px 0px rgb(0 0 0 / 75%)
	}	
	
	header .mobile_nav ul.et_mobile_menu>li.top-menu-item>a {
		font-weight: 400;
		color: #fff !important;
		font-size: 1.2em;
		letter-spacing: 1px;
		border-top: none;
    	border-bottom: 1px solid #fff;
		background-color: #197674;
		text-transform: uppercase;
		-webkit-text-size-adjust: none;
    	text-size-adjust: none;
	}	
	
	header .mobile_nav ul.et_mobile_menu>li.top-menu-item>a.mobile-toggle {
		background-color: #3a3a3a40;
	}	
	
	header .mobile_nav ul.et_mobile_menu>li.top-menu-item.current-menu-item>a,
	header .mobile_nav ul.et_mobile_menu>li.top-menu-item.current-page-ancestor>a,
	header .mobile_nav ul.et_mobile_menu>li.top-menu-item.current-menu-ancestor>a,
	.sub-news header .mobile_nav ul.et_mobile_menu>li.top-menu-item.menu-item-3522>a {
		background-color: #244e4d;
	}	
	
	header ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, 
	header .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
		font-family: 'ETmodules';
		content: "\33";
		position: relative;
		top: 10px;
		font-size: 25px;
		font-weight: 700;
		background: transparent;
		color: #fff;
		border: none;
		border-radius: 0;
		padding: 0;
	}	
	
	header ul.et_mobile_menu ul.sub-menu li {
		border-bottom: 1px solid #fff;
		padding-left: 0;
	}	
	
	header ul.et_mobile_menu ul.sub-menu li.sub-menu-item a,
	header ul.et_mobile_menu ul.sub-menu li.sub-page-item a,
	header ul#top-menu li.top-menu-item ul.sub-menu li a {
		color: #fff;
		letter-spacing: .4px;
		font-size: 1em !important;
		text-transform: uppercase;
		-webkit-text-size-adjust: none;
  		text-size-adjust: none;
	}
	
	header ul.et_mobile_menu ul.sub-menu li.sub-page-item a[aria-current="page"] {
		background-color: #0d3837;
	}	
	
	header.et-fixed-header {
		padding: 0;
	}
	
	header.et-fixed-header .mobile_menu_bar::before {
		color: #fff;
	}	
	
	/* Open/Close sub menu */	
	/*change hamburger icon to x when mobile menu is open*/
	#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
	.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
		content: '\4d';
	}

	/*adjust the new toggle element which is added via jQuery*/
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
	ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
	.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
	.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
		width: 44px;
		height: 100%;
		padding: 0px !important;
		max-height: 44px;
		border: none;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 999;
		background-color: transparent;
	}

	/*some code to keep everyting positioned properly*/
	ul.et_mobile_menu>li.menu-item-has-children,
	ul.et_mobile_menu>li.page_item_has_children,
	ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
	.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
	.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
	.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
		position: relative;
	}

	/*remove default background color from menu items that have children*/
	.et_mobile_menu .menu-item-has-children>a,
	.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
		background-color: transparent;
	}

	/*hide the submenu by default*/
	ul.et_mobile_menu .menu-item-has-children .sub-menu,
	#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
	.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
	.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
		display: none !important;
		visibility: hidden !important;
	}

	/*show the submenu when toggled open*/
	ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
	#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
	.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
	.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
		display: block !important;
		visibility: visible !important;
	}

	/*adjust the toggle icon position and transparency*/
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
	.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
		text-align: center;
		opacity: 1;
	}

	/*submenu toggle icon when closed*/
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
	.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
		top: 10px;
		position: relative;
		font-family: "ETModules";
		content: '\33';
		color: #00d263;
		background: #f0f3f6;
		border-radius: 50%;
		padding: 3px;
	}

	/*submenu toggle icon when open*/
	ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
	.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
		content: '\32';
	}

	/*add point on top of the menu submenu dropdown*/
	.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
		position: absolute;
		right: 5%;
		margin-left: -20px;
		top: -14px;
		width: 0;
		height: 0;
		content: '';
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 20px solid #ffffff;
	}

	/*adjust the position of the hamburger menu*/
	.mobile_menu_bar {
		position: relative;
		display: block;
		bottom: 10px;
		line-height: 0;
	}

	/*force the background color and add a rounded border*/
	.et_pb_menu_0.et_pb_menu .et_mobile_menu,
	.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
		background-color: #ffffff!important;
		border-radius: 10px;
	}
	
	header .et_mobile_menu ul.sub-menu li.solar-collapse.is-hover {
		border-bottom: 1px solid #fff;
	}	
	
	header .et_mobile_menu ul.sub-menu li.solar-collapse.is-hover.dt-open {
		border-bottom: none !important;
	}	
	
	header .et_mobile_menu ul.sub-menu li.solar-collapse[data-icon="P"]>a,
	header .et_mobile_menu ul.sub-menu li.sub-page-item.wind-pipeline>a {
		font-size: 1em !important;
		-webkit-text-size-adjust: none;
    	text-size-adjust: none;
	}		
	
	header .et_mobile_menu ul.sub-menu li.solar-collapse a {
		font-weight: 400;
	}	
	
	header .et_mobile_menu ul.sub-menu li.solar-collapse.dt-open>a {
		background-color: #244e4d;
	}	
	
	header ul.et_mobile_menu ul.sub-menu ul.sub-menu li.red-cliffs-solar {
		border-top: 1px solid #fff;
	}	
}

@media only screen and (max-width: 767px) {
	header .mobile_nav ul.et_mobile_menu {
		width: 95%;
		right: 10px;
		left: auto;
	}	
}

/* ==== End Main navigation menu reset ==== */

/* New layout */
body {
	overflow-x: visible !important;
}

a {
	font-weight: 400;
    text-decoration-color: #025452;
    border-bottom: 1px dashed #025452;
    font-size: inherit;
	color: #025452;
}

a:hover {
	opacity: .7;
}

header a,
.et_pb_image a,
.our-partners a,
.news .news-article-main h4,
.news .category-newsroom a.entry-featured-image-url {
	border: none;
}

.home-section-team a {
	color: inherit;
}

a strong {
    font-weight: 400;
}

.home #page-container {
    overflow: visible !important;
}

header .et_pb_column_1_tb_header {
	padding-bottom: 0;
}


.home .our-experience-img img {
    object-fit: cover;
    object-position: 0 97%;
}

.home .affiliates-align .et_pb_blurb_content {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.home .affiliates-align .et_pb_blurb_position_left .et_pb_main_blurb_image, 
.home .affiliates-align .et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 42%;
    padding-right: 40px;
    display: flex;
    margin-bottom: 0;
	box-sizing: border-box;
}

.home .affiliates-align .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 25px;
    border-left: 1px solid #0e5452;
    box-sizing: border-box;
    width: 60%;
}

.home ul.affiliate-bullet {
    list-style-type: none!important;
    padding: 0 !important;
}

.home .our-experience .our-experience {
    /*background-position: center right;*/
}

.home .our-experience .experience-col-right .et_pb_module {
    /*bottom: -27px;*/
}

.home .flip-row {
    background-color: transparent;
    /*height: 220px;*/
}

.home .flip-row.sponsors {
    height: 75px;
}

.home .flip-row.pelion-gf {
    height: 150px;
}

.home .flip-front.et_pb_blurb {
    font-size: 13px;
    color: #676262!important;
    line-height: 20px;
    margin-right: auto!important;
    margin-left: auto!important;
    max-width: 1280px;
    list-style-type: none!important;
    padding: 0 20px!important;
    display: flex;
    align-items: center;
    min-width: 100%;
}

.home .flip-front, 
.home .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.home .our-partners-link .affiliate-bullet {
	position: relative;
}

.home .our-partners-link .affiliate-bullet a::before,
.home .pelion-gf .our-partners-link p a::before {
    font-family: 'ETmodules';
    content: "\39";
    position: relative;
    top: 2px;
    padding-right: 2px;
}

.home .affiliates-align h4 {
	font-size: 16px;
	line-height: 1.3em;
}

.home .our-partners-link li:nth-last-child(2) {
    line-height: 18px;
	padding: 5px 0 0;
}
.home .our-partners-link li:last-child {
    margin-top: 10px;
}

.home .our-experience .experience-col-left {
	width: 50%;
	margin-right: 0;
}

.home .our-experience .experience-col-left .et_pb_module {
	background-color: #00000050;
}

.home .our-experience .experience-col-right {
	width: 50%;
}

.home .our-experience .experience-col-right .et_pb_text_inner {
    padding: 8px 5px;
    background-color: #ffffff80;
    bottom: -20px;
}

.home .in-numbers .percent-value {
	font-size: 2rem !important;
}

.landowners .partner-img img {
    object-fit: cover;
	object-position: center 60%;
}

.landowners .partner-img.wind-dev-cycle img {
    max-height: 100% !important;
}

.landowners .et_pb_row.et_pb_row_4.landowner-img-holder {
    width: 100%;
    max-width: 2560px;
    padding-bottom: 0;
}

.landowners #section-3 .et_pb_text_inner a::before {
    content: "";
    background-image: url(/media/2022/07/pdf-icon.png);
    background-size: 15px 17px;
    display: inline-block;
    width: 15px;
    height: 17px;
    padding-right: 5px;
    background-repeat: no-repeat;
}

.landowners .popup.contact {
    z-index: 999999;
}

.landowners .contact form p.et_pb_contact_field {
    display: inline-block;
    width: 48%;
    padding-right: 5%;
}

.landowners .contact label {
    display: none;
}

.landowners .contact label[for="et_pb_contact_confirm_5_0"] {
    display: inline-block;
	width: 90%;
}

.landowners .contact p.et_pb_contact_error_text {
    position: relative;
    left: -20px;
    margin-bottom: 20px;
    color: #ff0000;
    font-size: 100% !important;
}

.landowners .contact input, 
.landowners .contact textarea {
    padding: 10px;
    width: 100%;
}

.landowners .contact input[type="checkbox"] {
	width: auto;
    display: inline-block;
    position: relative;
    top: -22px;
}

.landowners .contact textarea {
    height: 135px;
}

.landowners .contact .close-contact .et-waypoint:not(.et_pb_counters) {
    opacity: 1;
}

body.landowners #page-container .popup .et_pb_button {
    cursor: pointer;
}

body.landowners #page-container .popup .et_pb_button:after {
    bottom: 4px;
}

body.landowners #page-container #contact .et_pb_button:after {
    bottom: -2px;
}

.landowners .contact .et-pb-contact-message p.et_pb_contact_error_text::after {
    content: " Please check the Privacy Policy box and hit the submit button again without removing your information.";
    display: block;
}

.wind-pipeline .wind-pipeline-img img {
    object-fit: cover;
    object-position: center 81%;
}

.wind-pipeline .sub-header-bkg,
.projects .sub-header-bkg {
	background-position: center 67%!important;
}

.community .community-img-1 {
    float: right;
    width: 55%;
    height: auto;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.community .sub-header-bkg {
	background-position: center 90%!important;
}
/* End New layout */

body {
	overflow-x: hidden;
}

/* Biogs */
.home .team-profiles a {
	color: #fff;
}

.home .open-biog-1 img, 
.home .open-biog-4 img {
}

.home .ace-team-imgs.et-last-child {
    padding-bottom: 50px;
}

#the-team-images.ace-team-imgs img {
    width: 216px;
    height: auto;
}

.home .et_pb_gutters3 .et_pb_column_1_3, 
.home .et_pb_gutters3.et_pb_row .et_pb_column_1_3,
.home .et_pb_gutters3 .et_pb_column_1_3:last-child, 
.home .et_pb_gutters3.et_pb_row .et_pb_column_1_3:last-child {
    width: 35%;
    margin: 0 auto !important;
}

.home .et_pb_gutters3 .open-biog-3.et_pb_column_1_3, 
.home .et_pb_gutters3.et_pb_row .open-biog-3.et_pb_column_1_3 {
    margin-left: 18% !important;
}

.home .et_pb_gutters3 .et_pb_column_1_3:last-child, 
.home .et_pb_gutters3.et_pb_row .et_pb_column_1_3:last-child {
    margin-right: 0% !important;
}

.home .et_pb_gutters3 .ace-team-imgs .et_pb_column.et_pb_column_19 {
	/*margin-right: 3%!important;*/
}

.home .et_pb_gutters3 .ace-team-imgs .et_pb_column.et_pb_column_17 {
}

.home [class*="show-biog-"] {
    display: none;	
}

.home .et_pb_with_border.et_pb_module.et_pb_image.et_pb_image_sticky.et-animated.et_had_animation {
    transition: all 0.6s ease-in-out;
}

/* 3 or 4 bio's on row */
.home .et_pb_row_6col.ace-team-imgs .et_pb_column:first-child,
.home .et_pb_row_6col.ace-team-imgs .et_pb_column:last-child {
	width: 10%;
}

/* Alternative 3 or 4 bio's on row */
.home .et_pb_row_6col.ace-team-imgs .et_pb_column.et_pb_column_empty {
	width: 10%;
}

/* Biogs end */

body .wppu_preloader__default_element {
    background-color: transparent;
}

#logo:hover,
.et-fixed-header #logo {
    content: url('https://acepower.com.au/wp-content/uploads/2021/06/logo-button-white.png');
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

h1 {
	font-size: 3rem;
	white-space: no-wrap;
}

h2 {
	font-size: 2.75rem;
}

h4 {
	font-size: 1.35rem;
}

div#et-top-navigation {
    padding: 0 !important;
}

#et-main-area {
}

.wppu-preloader {
	background-image: url('https://acepower.com.au/wp-content/uploads/2021/07/pre-load-low.jpg');
	background-repeat: no-repeat;
	background-color: #025452 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;	
}

.wppu_fill_progress_pos-top.wppu_fill_progress_bar {
}

.ss-content {
	font-size: 45px !important;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 55%;
	left: 49.5%;
	transform: translate(-50%, -50%);
	letter-spacing: 4px;
	line-height: 1.3em;
	text-align: center;
	text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
    font-family: 'Century Gothic' !important;	
	width: 100vw;
}  

.ss-inner-content {
	text-align: center;
}

#page-container #main-content .et_pb_section_first {
	padding-top: 0 !important;
}

.projects-landing #page-container #main-content .et_pb_section_first {
	padding-top: 130px !important;
}

#et-info-email:hover, 
#et-secondary-menu>ul>li>a:hover, 
.et-social-icons a:hover {
	color: #fff !important;
	opacity: .6;
	border-color: #fff;
}

body .et-fixed-header #et_search_icon:before, 
body .et-fixed-header #et_top_search .et-search-form input, 
body .et-fixed-header .et_search_form_container input, 
body .et-fixed-header .et_close_search_field:after, 
body .et-fixed-header #et-top-navigation .et-cart-info {
    color: #fff!important;
}

.home h1.et_pb_module_header {
    position: fixed;
}

.home .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 50px;
}

.home .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	z-index: 2001;
}

.home #page-container {
    overflow: hidden;
}

/* Home preloader */
.home .et_pb_section_video_bg {
    position: fixed;
}

.home-title .header-content {
	margin: 70px auto 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

body[data-scroll-step="0"] .et_pb_fullwidth_header_1 {
	opacity: 0 !important;
}

.before-scroll {
    width: 100%;
    position: fixed !important;
    opacity: 0;
}

.mejs-container * {
    position: fixed;
}

.home #page-container {
}

/* Keyframes */
.home-title .header-content h1 {
    position: relative !important;
    z-index: 1002;
	font-size: 5vh !important;
}

.header-logo {
    -webkit-animation: fadeinout 6s linear forwards;
    animation: fadeinout 6s linear forwards;
	-moz-animation: fadeinout 6s linear forwards;
	-o-animation: fadeinout 6s linear forwards;
	-ms-animation: fadeinout 6s linear forwards;
	width: 25vw;
    height: auto;
}

@-webkit-keyframes fadeinout {
  0% {
    opacity:1;
  }
  50% {
    opacity:1;
  }	
  75% {
    opacity:1;
  }	
  100% {
    opacity:0;
  }
}

@keyframes fadeinout {
  0% {
    opacity:1;
  }
  50% {
    opacity:1;
  }	
  75% {
    opacity:1;
  }		
  100% {
    opacity:0;
  }
}

@-moz-keyframes fadeinout {
  0% {
    opacity:1;
  }
  50% {
    opacity:1;
  }	
  100% {
    opacity:0;
  }
}

@-o-keyframes fadeinout {
  0% {
    opacity:1;
  }
  50% {
    opacity:1;
  }	
  100% {
    opacity:0;
  }
}

.home h1 {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }	
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }	
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }		
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }		
  100% {
    opacity:1;
  }
}

.home .et_pb_gutters3 .ace-team-imgs .et_pb_column, 
.home .et_pb_gutters3.et_pb_row .ace-team-imgs .et_pb_column {
	margin-right: 0;
}

.et_pb_module.et_pb_text.title, p {
    font-size: 100% !important;
}

.open-biog p {
	font-size: 90% !important;
	line-height: 1.3rem;
}

.home .open-biog-3 {
}

.home-section-team .et_pb_column.open-biog {
    width: 20% !important;
}

.page-home .header-sub-title h2 {
    font-size: 2rem!important;
}

@media (min-width: 981px) {
	.home-section-team .et_pb_column_1_4 {
		width: 29.875% !important;
	}
}

.header-sub-title.et_pb_fullwidth_header_1 {
    top: 10%;
}

.home .power-people-planet .et_pb_section_video_bg,
.home .power-people-planet .mejs-container,
.home .power-people-planet .mejs-container * {
    position: relative !important;
}

.page-home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 0 auto;
}

.page-home h1.et_pb_module_header {
    padding: 0 !important;
}

.page-home .header-sub-title h2.et_pb_module_header {
    margin-top: 0;
}

.home .logo-fade-out .et_pb_fullwidth_header_scroll a {
	border: none;
}

.power-people-planet .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
    display: block;
    padding-top: 2%;
    width: 100%;
}

.power-people-planet .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    min-width: 350px;
    max-width: 900px;
}

.power-people-planet h2.et_pb_module_header {
    padding-bottom: 54px;
}

.logo-fade-out {
	width: 100%;
	padding-top: 0 !important;
}

.logo-fade-out .header-content {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.et_pb_fullwidth_header .et-pb-icon.scroll-down {
	animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
@keyframes fullwidth-header-bounce {
  0% { transform:translateY(0%); }
  12.5% { transform:translateY(20%); }
  25% { transform:translateY(0%); }
  37.5% { transform:translateY(20%); }
  50% { transform:translateY(0%); }
}

.home .arrow-text {
	color: #fff;
    position: absolute;
    bottom: -3.7rem;
    font-size: 20px;
    font-weight: 600;
    left: 7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
	border: none;
}

div.et_pb_section.et_pb_section_2 {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
    height: 101vh;
}

.et_pb_custom_button_icon:after {
    bottom: 8px;
}

.home .blurb-hover .et_pb_image img {
    height: 80px;
    width: auto;
}

.home .et_pb_number_counter .percent {
    height: 60px;
    margin-bottom: 0 !important;
}

.home-news-slider .master-slider .ms-slide-info a, 
.home-news-slider .master-slider .ms-slide-info a:hover {
	text-transform: uppercase;
	color: #025452!important;
	letter-spacing: 1px;
	transform: scaleY(1.2);
}

.home-news-slider .master-slider .ms-slide-info {
	color: #000 !important;
	font-weight: 600;
	padding-top: 30px;
}

.home-news-slider .ms-slide .ms-slide-bgcont, 
.home-news-slider .ms-slide .ms-slide-bgvideocont {
	min-height: 300px !important;
}

.home-news-info {
	margin-bottom: 20px;
}

.home-news-section .et_pb_button_2_wrapper {
    margin-top: 0 !important;
}

/* Generic Button */
body.page #page-container .et_pb_section .et_pb_button {
	color: #ffffff!important;
    border-width: 2px!important;
    border-color: #025452;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400!important;
    text-transform: uppercase!important;
    background-color: #025452;
    font-family: 'Century Gothic';
	border-radius: 5px;
}

body.page #page-container .et_pb_section .et_pb_button:hover {
    border-color: #000 !important;
    background-color: #000 !important;
}

body.page #page-container .et_pb_button:after, 
body.page #page-container .et_pb_button:before {
    font-size: 20px;
    padding-left: 0px;
    padding-bottom: 0;
    font-weight: 400!important;
    content: "\39";
    bottom: 4px;
}

.home-header-splash.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
    text-align: center;
}

.home-section-2.et_pb_section.et_pb_section_2 {
	background-image: url("https://acepower.com.au/wp-content/uploads/2021/05/img1-eg.jpg") !important;
}

.home-section-2 .et_pb_blurb_position_left .et_pb_main_blurb_image img, 
.home-section-2 .et_pb_blurb_position_right .et_pb_main_blurb_image img {
    width: 80%;
}

.subpage-heading .et_pb_row.et_pb_equal_columns>.et_pb_column, 
.subpage-heading .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
	margin: 0 auto !important;
}

.about-heading .et_pb_button_module_wrapper.et_pb_module {
	width: auto;
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
}

.sub-header-bkg {
	background-attachment: fixed;
    background-position: center 90% !important;
    background-size: cover;	
}

/* Services */
.page-services .header-img-services .sub-header-bkg {
    background-position: 0 -23vh !important;
}

/* Projects */
/* Projects home page */
.projects .projects-box-container {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.projects .projects-box-container .project-boxes {
	list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    align-items: stretch;
    flex-direction: row;
}

.projects .project-boxes-row.et_pb_row {
	margin: 0 10% !important;
}

.projects .projects-box-container .box-container {
	background-color: #eee;
	border-radius: 0 0 5px 5px;
	padding-bottom: 10px;
}

.projects .projects-box-container .box-container.box8 , .projects .projects-box-container .box-container.box10 {
    padding-bottom: 5px;
}

.projects .projects-box-container .box-container img {
    border-radius: 5px 5px 0 0;
}

.projects .projects-box-container a.project-link,
.projects .projects-box-container a.project-link:hover {
    border-bottom: unset;
    transition: all 300ms;
}

.projects .projects-box-container .box-container .box-info {
	padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.projects .projects-box-container.wind-projects .box-container .box-info, .projects .projects-box-container.solar-projects .box-container .box-info  {
	min-height: 161px;
}

.projects .projects-box-container.bess-projects .box-container .box-info {
	min-height: 105px;
}

.projects .projects-box-container .box-container h3 {
	font-weight: 600;
	font-size: 18px;
	color: #025452;
	padding: 0;
	letter-spacing: .5px;
}

.projects .projects-box-container .box-container ul {
	list-style: none;
    padding: 0 !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

.projects .projects-box-container .box-container ul li {
    color: #000;
    position: relative;
    padding-left: 25px;
    height: 35px;
    padding-top: 5px;
    font-weight: 600;
}

.projects .projects-box-container .box-container .wind-solar-bess li.solar-project {
    position: absolute !important;
    left: 40%;
	top: 0;
}

.projects .projects-box-container .box-container ul li.bess-project:before,
.projects .projects-box-container .box-container ul li.location-project:before,
.projects .projects-box-container .box-container ul li.solar-project:before,
.projects .projects-box-container .box-container ul li.wind-project:before {
	content: "";
    background-image: url(/media/2024/06/projects-icon-bess.png);
    width: 17px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 0px;
}

.projects .projects-box-container .box-container ul li.location-project:before {
    background-image: url(/media/2024/06/projects-icon-location.png);	
}

.projects .projects-box-container .box-container ul li.solar-project:before {
    background-image: url(/media/2024/06/projects-icon-solar.png);
    width: 23px;
    height: 40px;
    left: -3px;
}

.projects .projects-box-container .box-container ul li.wind-project:before {
    background-image: url(/media/2024/06/projects-icon-wind.png);	
}

.projects .projects-box-container .box-container.box1 ul,
.projects .projects-box-container .box-container.box2 ul,
.projects .projects-box-container .box-container.box3 ul,
.projects .projects-box-container .box-container.box4 ul,
.projects .projects-box-container .box-container.box5 ul,
.projects .projects-box-container .box-container.box6 ul,
.projects .projects-box-container .box-container.box7 ul,
.projects .projects-box-container .box-container.box8 ul,
.projects .projects-box-container .box-container.box9 ul,
.projects .projects-box-container .box-container.box10 ul {
    justify-content: flex-start;
    padding-top: 15px;
}

.projects .projects-box-container .box-container.box1 li.bess-project,
.projects .projects-box-container .box-container.box2 li.solar-project,
.projects .projects-box-container .box-container.box3 li.bess-project,
.projects .projects-box-container .box-container.box8 li.bess-project,
.projects .projects-box-container .box-container.box9 li.wind-project,
.projects .projects-box-container .box-container.box10 li.solar-project {
    height: 40px;
}

.projects .project-location g#surface1 {
    background-color: #025452;
}


/* Project Pages */
body.project-pages.custom-background {
    background-color: #fff;
}
.project-pages #main-content {
    background-color: #fff !important;
}

.project-pages .header .header-bkg .et_parallax_bg {
	background-position: bottom;
}

.project-pages .header .header-bkg-project-wind .et_parallax_bg {
	background-position: 0 -30vh;
}

.project-pages .header .header-bkg-project-solar .et_parallax_bg {
	background-position: 0 -70vh;
}

.project-pages h1,
.project-pages h2 {
	font-family: 'Century Gothic', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.3rem !important;
    color: #025452 !important;
    letter-spacing: 3px !important;
    line-height: initial;
    padding-bottom: 30px;
}

/* == Alternative header == */
/*.project-pages .header .et_pb_fullwidth_header_0:after {
    content: "Projects";
    color: #000;
    font-size: 38vh;
    height: 100vh;
    display: flex;
    background-color: transparent;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 5%;
    opacity: .5;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke: #fff;
    -webkit-text-stroke: medium;
    letter-spacing: 8px;
}*/

.project-pages .snapshot .snapshot-number .percent-value {
	font-size: 1vw !important;
	font-weight: 700;
}

.project-pages .snapshot .snapshot-number .percent {
	height: 50px;
	margin-bottom: 0;
}

.project-pages .timeline .project-pages-timeline {
  	overflow-x: hidden;
  	padding: 20px 0;
}

.project-pages .timeline .project-pages-timeline ol {
 	width: 100%;
 	transition: all 1s;
  	margin:0;
  	padding:0;
  	display:flex;
  	justify-content: space-between;
}

.project-pages .timeline .project-pages-timeline ol li {
  	list-style:none;
  	position: relative;
  	text-align:center;
  	flex-grow: 1;
  	flex-basis: 0;
  	padding: 0 5px;
}

.project-pages .timeline .project-pages-timeline ol li.incomplete {
  	color: #9d9d9d;
}

.project-pages .timeline .project-pages-timeline ol li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #025452 content-box;
    margin: 0 auto 5px auto;
    border: 2px solid #025452;
    color: #025452;
    padding: 4px;
    top: -6px;
    position: relative;
}

.project-pages .timeline .project-pages-timeline ol li.incomplete:before {
    background: #9d9d9d content-box;
    border: 2px solid #9d9d9d;
    color: #9d9d9d;
}

.project-pages .timeline .project-pages-timeline ol li:not(:last-child)::after {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    display: block;
    background: #025452;
    margin: 0;
    position: absolute;
    top: 4px;
    left: calc(50% + 10px);
}

.project-pages .timeline .project-pages-timeline ol li.incomplete:not(:last-child)::after,
.project-pages .timeline .project-pages-timeline ol li.not:not(:last-child)::after {
    background: #9d9d9d;
}

.project-pages .resources .resources-accordion .et_pb_toggle_open h5.et_pb_toggle_title::after {
    content: "\43" !important;
    transform: rotate(180deg);
    left: auto;
    position: absolute;
    font-size: 27px;
    right: -6px;
    color: #025452;
    font-family: ETmodules !important;
    font-weight: 400 !important;
}

.project-pages .resources .resources-accordion .et_pb_accordion_item {
	margin-bottom: 0.75% !important;
}

.project-pages .project-contact span.et_pb_contact_field_options_title {
    display: none;
}

.project-pages .project-contact div.wpforms-container-full .wpforms-confirmation-container-full, 
.project-pages .project-contact div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent;
    border: 1px solid transparent;
    text-align: center;
}

.project-pages .project-contact p.et_pb_contact_error_text {
	margin-bottom: 10px;
	color: #ff0000;
}

.project-pages .project-contact .et_contact_bottom_container {
    float: left;
    margin-top: 0;
    padding-left: 1%;
}

.project-pages .project-contact .et_pb_button {
    font-size: 15px;
}

.project-pages .project-contact .et_pb_button:after {
    line-height: 1.3em;
}

.project-pages .project-contact .et_pb_contact p.et_pb_contact_field_0 input[type=checkbox]+label i,
.project-pages .project-contact .et_pb_contact p.et_pb_contact_field_7 input[type=checkbox]+label i {
    display: none;
}

.project-pages .project-contact .et_pb_contact p.et_pb_contact_field_7 label {
	/*font-size: 16px;*/
}

.project-pages .project-contact .et_pb_contact p input[type=checkbox]+label, 
.project-pages .project-contact .et_pb_contact p input[type=radio]+label {
	cursor: auto;
}

.project-pages .project-contact p.et_pb_contact_field_6 {
    margin-bottom: 1%;
}

.project-pages .project-contact .et-pb-contact-message p {
    font-weight: 600;
}

.project-pages .project-contact .project-contact-header p {
    padding: 0;
}

.grecaptcha-logo {
    filter: grayscale(1);
}

body.et_pb_recaptcha_enabled .grecaptcha-badge {
	bottom: 0 !important;
	opacity: .75;
}

.projects.sub-link .et_pb_section_4 .et_pb_row:last-child .et_pb_text_inner {
    line-height: 28px;
}	

.projects.sub-link .et_pb_section_4 .et_pb_text_inner a {
	display: block;
}	

.projects .projects-grid {
	padding: 0;
	margin: 0;
}

.projects .projects-table {
    width: fit-content;
}

.projects .projects-table ul.map-legend {
	padding: 20px 25px 10px 20px;
    list-style: none;
    position: relative;
}

.projects .projects-table ul.map-legend li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    align-items: center;
    flex-direction: row;
	margin-bottom: 10px;
}

.projects .projects-table ul.map-legend li:before {
    background-image: url(/media/2023/03/map-icon-solar-power.png);
    background-size: 30px 30px;
    display: flex;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    content: "";
    padding-right: 10px;
}

.projects .projects-table ul.map-legend li.map-legend-wind:before {
    background-image: url(/media/2023/03/map-icon-wind-power.png);
}

.projects .projects-table ul.map-legend li.map-legend-sb-storage:before {
    background-image: url(/media/2023/03/map-icon-solar-battery-power.png);
}

.projects .projects-table ul.map-legend li.map-legend-bess:before {
    background-image: url(/media/2023/03/map-icon-battery.png);
}

.projects .projects-table .et_pb_column {
	width: auto;
}

.projects .projects-table .table-header {
	display: flex;
    justify-content: center;
    align-items: center;	
}

.projects .projects-table .table-header p {
    font-weight: 600;
}

.projects .projects-table p {
    font-size: 84% !important;
    line-height: 1rem;
    font-weight: 300;
}

.projects .projects-sodar::before {
	content: "";
    width: 10px;
    height: 10px;
    top: 44%;
    left: -39%;
    border-style: solid;
    border-color: #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    transform: rotate(-135deg);
    margin: -15px 0 0 -10px;	
}

.projects .projects-sodar::after {
	width: 175px;
    height: 0px;
    border-width: 3px 0 0 0;
    border-color: #fff;
    top: 41%;
    left: -42%;
    border-style: solid;
    position: absolute;
    visibility: visible;
}

.projects .projects-sodar p {
    font-size: 15px !important;
}

.projects .project-legend li {
    align-items: center;
    float: left;
    margin-right: 7px;
    display: flex;
	font-size: 12px;
}

.projects .project-legend img {
    /*max-width: 25px;*/
}

.projects .project-legend .et_pb_column_9,
.projects .project-legend .et_pb_column_10 {
	width: 8.66%;
	margin-right: 0;
}

.projects .project-legend .et_pb_column_11 {
	width: 21%;
	margin-right: 0;
}

.projects .projects-sodars-caption p {
    font-size: 90% !important;
    line-height: 1rem;
}

.projects .projects-intro .et_pb_column.et_pb_column_1 {
	/*display: flex;
    justify-content: center;
    align-items: center;*/
}

.projects .projects-intro .et_pb_image img {
	height: 181px;
    object-fit: cover;
    object-position: 0 43%;
	overflow: hidden;
	box-sizing: border-box;
}

.projects .projects-intro .et_pb_image a::before {
	content: "\54";
    font-family: 'ETmodules';
    z-index: 999999;
    position: absolute;
    color: #0e5452;
    top: 0%;
    display: block;
    right: 0;
    font-size: 90px;
    background-color: #ccc;
    padding: 91px 387px;
    opacity: .4;
	overflow: hidden;
	font-weight: 900;
}

.projects .projects-intro .et_pb_image {
    /*background-image: url(https://acepower.com.au/wp-content/uploads/2022/07/wind-pipeline-sodar-1.jpg);
    margin-bottom: 10px!important;
    width: 100%;
    max-width: 100%!important;
    text-align: left;
    margin-left: 0;
    height: 181px;
    background-position: 442px -200px;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.projects .projects-intro .et_pb_lightbox_image {
	cursor: zoom-in;
}

.projects .projects-region .projects-region-row {
    z-index: 1001 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw !important;
    position: relative;
}

/*.projects .projects-region .project-places {
	position: absolute;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
	font-size: .7vw;
}

.projects .projects-region .project-australia {
    left: 50vw;
    top: -11vh;
    font-size: 1vw;
}

.projects .projects-region .project-northern-territory {
    left: 49vw;
    top: -28vh;
}

.projects .projects-region .project-western-australia {
    left: 35vw;
    top: -7vh;
    max-width: 140px;
}

.projects .projects-region .project-south-australia {
    left: 53vw;
    top: 3vh;
    max-width: 140px;
}

.projects .projects-region .project-new-south-wales {
    left: 66vw;
    top: 12vh;
}

.projects .projects-region .project-queensland {
    left: 63vw;
    top: -9vh;
}*/

button.gm-control-active.gm-fullscreen-control {
    display: none;
}

.gmwd_container_wrapper {
	/*margin-right: 20vh;*/
}

.gmwd-map .gm-style-iw.gm-style-iw-c {
    padding: 10px 0px 0px 20px!important;
    min-width: 340px!important;
}

.gmwd-map .gm-style-iw img {
    width: auto!important;
    max-width: 100%!important;
    min-width: 100%!important;
    height: 150px;
    object-fit: cover;
}

.gmwd-map .gm-style-iw-d>div>div {
    float: unset!important;
    max-width: 100% !important;
    margin-bottom: 10px;
}

.gmwd-map .gmwd-infowindow-title {
    font-family: 'Century Gothic';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.gmwd-map .gmwd-infowindow-address {
    font-family: 'Century Gothic';
	line-height: 1.3em;
    padding-top: 5px;
}

.gmwd-map button.gm-ui-hover-effect {
    top: 0 !important;
    right: 6px !important;
}

.gmwd-map button.gm-ui-hover-effect img {
	height: 10px !important;
    margin: 6px !important;
}

.gmwd-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
    display: block !important;
    top: 0 !important;
    right: 10px !important;
}

.gmwd-map .gmwd-infowindow-address {
    margin-bottom: 20px;
}

.gmwd-map .gmwd_container_wrapper .gmwd_container #gmwd_container_1 a {
	color: #FFFFFF!important;
    border: 0px solid #025452!important;
    background-color: transparent!important;
    font-size: 13px;
    font-weight: 400!important;
    text-transform: uppercase!important;
    font-family: 'Century Gothic';
    border-radius: 5px;
	text-decoration: none!important;
	transition: background-color 300ms ease 0ms,border 300ms ease 0ms;	
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
	letter-spacing: 1px;
	position: relative;
	bottom: -46px;
}

.gmwd-map .gmwd_container_wrapper .gmwd_container #gmwd_container_1 a:hover {
	text-decoration: none;
	padding-right: 1.75em;
}

.gmwd-map .gmwd_container_wrapper .gmwd_container #gmwd_container_1 a:hover::after {
    content: "\39";
    font-family: 'ETmodules';
    font-size: 13px;
    position: absolute;
    transition: all .2s;
	-webkit-transition: all .2s;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	border-radius: 0;
	color: #fff;
    top: 2px;
    right: 6px;	
}

.gmwd-map .gmwd_markers_advanced_container.gmwd_markers_global.gmwd_markers_data1 {
    display: none;
}
.gmwd-map .gm-style-iw div {
    float: none!important;
    padding-top: 6px;
}

.gm-style-iw-chr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible;
    position: absolute;
    right: -13px;
    top: -7px;
}

.gmwd-map .gm-style-iw-d div {
    width: 275px;
}

.gmwd-map .gmwd-infowindow-title {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2em;
}

.gmwd-map .gmwd-infowindow-address {
    display: none !important;
}

.gmwd-map .gmwd-infowindow-description {
    padding-top: 10px;
}

.gmwd-map .gmwd_container_wrapper .gmwd_container #gmwd_container_1 img {
    position: relative;
    bottom: 2px;
}

.gmwd-map .gmwd-infowindow-description img {
    padding-bottom: 15px;
}

.gmwd-map .gmwd-infowindow-description p {
    padding-bottom: 0;
	margin-bottom: 0 !important;
}

.gmwd_container_wrapper .gmwd_container #gmwd_container_1 p {
    padding: 0 0 15px;
}

.projects #main-content {
    background-color: #dcdcdb;
}

.projects .sub-header-bkg .et_pb_fullwidth_header_container.left {
    width: 100%;
    background-color: #ffffff90;
    max-width: 2560px;
    top: 60%;
}

.projects .map-legend .et_pb_blurb_content {
    max-width: unset;
}

.projects.single .post {
	padding-bottom: 0;
	margin-bottom: 0;
}

.projects span.et_pb_fullwidth_header_subhead {
    margin-top: -20px;
    padding-bottom: 20px;
}

.projects .et_pb_fullwidth_header .header-content, 
.projects .et_pb_fullwidth_header .header-content h1 {
    padding: 5px;
	box-sizing: border-box;
}

.projects .et_pb_main_blurb_image {
    margin: 10px 0;
}

.projects .project-chevrons .chevron.et_pb_column.et_pb_css_mix_blend_mode_passthrough:before {
	border-right: 0.4em solid #dcdcdb;
	border-top: 0.4em solid #dcdcdb;
	content: '';
	height: 10.5em;
	position: absolute;
	top: 1em;
	width: 10.5em;
	left: -70px;
	transform: rotate(45deg);
}

/* Projects Media Queries */
@media (max-width: 1599px) {
	.projects h4 {
		padding-bottom: 0px;
	}	
	
	.projects .sub-header-bkg .et_pb_fullwidth_header_container.left {
		top: 40%;
	}	
	
	.projects.post-red-cliffs .et_pb_row_2 {
		bottom: 0px;
		top: 248px;
		right: 6vw;
		left: auto;
	}	
	
	.projects.post-red-cliffs .et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular {
		padding-bottom: 100px;
	}	
	
	.projects.post-red-cliffs .et_pb_section_3.et_pb_section {
		padding-bottom: 50px;
	}	
	
	.projects.post-red-cliffs .et_pb_section .et_pb_row.et_pb_row_4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}	
	
	.projects .project-chevrons .chevron.et_pb_column.et_pb_css_mix_blend_mode_passthrough {
		width: 36% !important;
	}	
	
	.projects .project-chevrons .chevron-1.et_pb_column.et_pb_css_mix_blend_mode_passthrough {
		width: 28% !important;
	}	
	
	.projects .project-chevrons .chevron.et_pb_column.et_pb_css_mix_blend_mode_passthrough:before {
		height: 9.5em !important;
		top: .5em !important;
		width: 9.5em !important;
		left: -78px !important;
	}	
	
	.projects .project-chevrons .et_pb_column {
		padding-top: 12px !important;
		padding-bottom: 50px !important;
	}	
	
	.projects .project-markers .et_pb_image_6 {
		left: -30px;
	}
	
	.projects .project-markers .et_pb_image_9 {
		right: -368px;
	}	
}

@media (max-width: 1199px) and (min-width: 981px) {
	.home .our-partners .flip-front img {
		width: 125px;
		max-width: 125px;
	}
}

@media (max-width: 1200px) {
	.post-red-cliffs .projects-legend-2.et_pb_row_2 {
		bottom: auto;
		top: 23vw;
		right: 3vw;
	}	
	
	.post-red-cliffs .et_pb_section_2 {
		min-height: 82vh;
		overflow-x: unset;
	}	
	
	.post-red-cliffs .et_pb_section_3 {
		min-height: 40vh;
		overflow-x: hidden;
	}	
}

@media (min-width: 981px) {
	.projects .project-chevrons .chevron.et_pb_column.et_pb_css_mix_blend_mode_passthrough,
	.projects .project-chevrons .chevron-1.et_pb_column.et_pb_css_mix_blend_mode_passthrough {
		margin-right: 0;
		width: 33%;
		overflow: hidden;
	}	
	
	.chevron-2 .et_pb_blurb_content {
		margin-left: 13%;
	}
	
	.chevron-3 .et_pb_blurb_content {
		margin-left: 11%;
	}	
	
	.projects .et_pb_column.map-legend-logo.et_pb_css_mix_blend_mode_passthrough {
		width: auto;
	}		
}

/* News */

/* new stuff */
.news .news-article-main article {
	float: left;
    width: 32%;
    padding-right: 1%;
    min-height: 530px;
    /*border: 1px solid #ccc;
    padding-left: 1%;*/
    margin-left: 1%;
    margin-bottom: 5%;
    padding-top: 0;
}

.news .news-article-main article:nth-child(3n-2) {
	margin-left: 0;
}

.news .news-article-main article:last-child {
    margin-bottom: 60px;
}
.news .news-article-main article .entry-title a {
	border-bottom: unset;
}

.page-news a.more-link::after {
	font-family: 'ETmodules';
    padding-left: 0px;
    position: absolute;
    font-size: 25px;
    content: "\35";
}

.news .news-article-main article .post-content {
	position: absolute;
    bottom: 0px;
    left: 0;
    padding-left: 0;
    padding-bottom: 2%;
    transition: all .4s ease-in-out;
    font-size: 15px;
}

.news .news-article-main article .entry-title {
	line-height: 1.9rem;
}

.news article .news-para-1 img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.news .news-article-main article .post-content:hover {
    /*background-color: #ddd;*/
    transition: all .4s ease-in-out;
}

/* == */
.news .news-article-main h4 {
	padding-bottom: 20px;
}

.news-article-main .et_pb_image_container img, 
.news-article-main .et_pb_post a img {
	float: left;
    width: 35%;
    margin-right: 20px;
    border-radius: 5px;
}

.news-main .post.et_pb_post.category-newsroom a img {
	object-fit: cover;
    display: block;
    /*min-height: 200px;
    max-height: 300px;*/
	height: 275px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
}

.news-article-main .category-newsroom h2.entry-title,
.single-post .et_pb_text_0 h2 {
	/*transform: scaleY(1.2);*/
}

.page-news a.more-link {
	text-transform: uppercase;
    color: #025452;
    padding-top: 10px;
    font-weight: 600;
	border: none;
}

.news-article-main .category-newsroom a:hover.more-link {
	opacity: 0.7
}

.news-article-main .category-newsroom p.post-meta {

}

.news-archives article.category-newsroom {
    width: 33%;
    float: left;
    padding: 10px 10px 10px 0;
}

.news-archives .pagination .alignleft {
    float: right;
}

.news-archives .pagination .alignleft a,
.news-archives .pagination .alignright a {
    color: #025452;
}

.news-archives .pagination .alignleft a:hover,
.news-archives .pagination .alignright a:hover {
    opacity: 0.7;
}

.news-main span.published,
.news-archives span.published {
    font-size: .8rem;
    font-weight: 600;
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper {
	position: relative;
	display: block;

}

.post-template-default .category-newsroom h2 {
}

.category-newsroom .et_pb_fullwidth_header {
    background-attachment: fixed;
}

/* breadcrumb */
.post-template-default.single.single-post .breadcrumb-container a, 
.post-template-default.single.single-post a.breadcrumb-home {
    color: #025452!important;
    font-size: 13px;
    letter-spacing: 0;
}

.post-template-default.single.single-post .breadcrumb-container a:hover,
.post-template-default.single.single-post a:hover.breadcrumb-home {
    opacity: 0.7;
}

.breadcrumb-container.theme1 {
    display: inline-block;
    font-size: 13px;
}

span.arrow-icon::after {
    content: " \226b ";
    font-size: 10px;
    padding: 0 7px;
    position: relative;
    bottom: 1px;
    cursor: default;
    color: #6E6E6E!important;
}

.breadcrumb-container.theme1 ul {
    line-height: unset!important;
    padding: 0!important;
    list-style-type: none!important;
}

.breadcrumb-container.theme1 a {
    margin: 0!important;
    padding: 0!important;
}

/* Contact */
.contact-info {
    padding-top: 6vh;
}

.contact-info .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0;
}

.contact-info .et_pb_blurb_0 .et-pb-icon:hover {
    opacity: .7;
}

.contact-form .et-pb-contact-message {
    color: #ff0000;
    font-size: 100%;
    padding: 0 20px;
}

.contact-form .et_pb_contact_field a {
    color: inherit;
    font-weight: 400;
    text-decoration: none;
}

.contact-form .et_pb_contact_field a:hover {
    opacity: .7;
}

body.page #page-container .contact-form .et_pb_button:after, 
body.page #page-container .contact-form .et_pb_button:before {
    font-size: 13px;
}

.page-contact h5,
.page-contact .et_pb_contact p input,
.page-contact .et_pb_contact p textarea,
.page-contact .et_pb_contact p input[type=checkbox]+label {
    font-size: 12px;
}

/* Legal pages */
.privacy.et_pb_section_1 h1 {
    padding-bottom: 2rem;
    text-transform: uppercase;
}

.privacy ul {
    list-style-type: none;
    padding-left: 3%;
}

.privacy li span {
    font-weight: 900;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 2.5%;
}

.privacy ul > li > ul {
    padding-left: 2%;
}


/* Footer */
footer a:hover {
	color: #ffffff60 !important;
}

.footer-bullets ul {
    list-style-type: none;
	text-align: center;
}

.footer-bullets ul li {
    display: inline-block;
    padding: 0 5px;
}

.footer-bullets ul li a {
    font-size: .8rem !important;
	color: #fff !important;
}

.footer-phone .et_pb_text_15.et_pb_text a:hover {
    color: rgba(255,255,255,0.5)!important;
}

.footer-copyright .et_pb_text_inner:hover {
    color: #ffffff50 !important;
}

footer .footer-logo a:hover {
    border-bottom: 0px solid;
}

footer span.web-build {
    text-transform: lowercase;
    font-size: 10px;
    color: #fff;
    font-weight: 100!important;
    letter-spacing: .5px;
}

footer a.netstuffed {
	text-transform: uppercase;
    font-size: .6rem;
    color: #f98005;
    font-weight: 900;
    opacity: 1;
    font-family: 'Kumbh Sans',Helvetica,Arial,Lucida,sans-serif;
}

footer a .stuffed {
	color: #3eb4ff;
	font-weight: 900;
    margin-left: 0.6px;	
}

footer a.netstuffed:hover {
	opacity: 1;
}

footer a.netstuffed::after {
	content: " WEB DEVELOPMENT SERVICES";
    font-size: 0;
    opacity: 0;
    transition: opacity 1s .2s ease,font-size 1s .2s ease;
    -webkit-transition: opacity 1s .2s ease,font-size 1s .2s ease;
    -moz-transition: opacity 1s .2s ease,font-size 1s .2s ease;
    -o-transition: opacity 1s .2s ease,font-size 1s .2s ease;
    line-height: 0;
    font-weight: 600;
    font-family: 'Kumbh Sans',Helvetica,Arial,Lucida,sans-serif;
	color: #3eb4ff;	
}

footer a.netstuffed:hover::after {
	color: #3eb4ff;
    font-size: inherit;
    opacity: 1;
    border-bottom: inherit;
}

footer .footer-address p {
	font-size: 10px !important;
}

footer .footer-email a {
	color: #fff;
}

@media (min-width: 2560px) {
	.home .our-experience .experience-col-right {
		background-position: 723px -1263px;
		background-size: cover;
	}	
	
	.post-red-cliffs .projects-legend-2.et_pb_row_2 {
		bottom: 9vw;
		right: 21vw;
	}	
	
	.post-red-cliffs .et_pb_section_3 {
		min-height: 38vh;
	}	
}

@media (min-width: 1920px) {
	.et_pb_module.et_pb_text,
	p,
	.page-contact h5, 
	.project-pages .et_pb_contact_form_0.et_pb_contact_form_container .input, 
	.project-pages .et_pb_contact_form_0.et_pb_contact_form_container .input::placeholder, 
	.project-pages .et_pb_contact_form_0.et_pb_contact_form_container .input[type=checkbox]+label,
	.project-pages .et_pb_contact_form_0.et_pb_contact_form_container .input[type=radio]+label, 
	.project-pages .et_pb_contact_field_1.et_pb_contact_field .et_pb_contact_field_options_title, 
	.project-pages .project-contact a {
		font-size: 1.05rem !important;
		font-family: 'Century Gothic',Helvetica,Arial,Lucida,sans-serif;		
	}	
	
	.page-contact .et_pb_contact p input, 
	.page-contact .et_pb_contact p textarea,
	.page-contact .et_pb_contact p input[type=checkbox]+label {
		font-size: 100%;
	}	
	
	.et_pb_menu_0_tb_footer.et_pb_menu ul li a,
	.et_pb_text_0_tb_footer .et_pb_text_inner p {
		font-size: 10px !important;
	}	
	
	.et_pb_menu .et-menu.nav>li {
		padding-left: 11px;
		padding-right: 4px;
	}	
	
	.ss-content {
		top: 55.5%;
	}
	
	.project-dev ul {
		font-size: 110%;
	}
	
	.community .section-1 li {
		font-size: 110%;
	}	
	
	.contact-info {
		padding-top: 4vh;
	}	
	
	a[role="email"] {
		font-size: 1rem !important;
	}	
	
	footer .et_pb_text_inner {
		font-size: .8rem;
	}	
}

@media (max-width: 1680px) {
	.home .our-experience .experience-col-right {
		background-position: right 18px;
	}
	
	.projects .projects-sodar {
		width: 234px;
	}
	
	.projects .project-legend.et_pb_row_3 {
		width: 33%;
	}
	
	.projects .project-legend .et_pb_column_6, 
	.projects .project-legend .et_pb_column_7 {
		/*width: 16.66% !important;*/
	}
	
	.projects .project-legend .et_pb_column_8 {
		width: 35% !important;
	}		
	
	.projects .project-legend .et_pb_column_9 {
		width: 26.66% !important;
	}	
	
	.projects .projects-grid .et_pb_with_border.et_pb_row.et_pb_row_8 {
		display: none;
	}
	
	.projects .projects-intro .et_pb_image a::before {
		padding: 75px 333px;
	}
	
	.projects .projects-intro .et_pb_image img {
		height: 150px;
	}	
}

@media (max-width: 1600px) {
	.projects .projects-sodar::before {
		left: -20%;
	}
	
	.projects .projects-sodar::after {
		left: -25%;
	}
	
	.projects .projects-grid .project-legend {
		/*width: 28%;
		left: 400px;*/
	}
	
	.projects .project-legend .et_pb_column_8 {
		width: 37%!important;
	}	
	
	.projects .project-legend .et_pb_column_9 {
		width: 28.66%!important;
	}
	
	.projects .projects-intro .et_pb_image a::before {
		padding: 85px 315px;
	}
	
	.projects .projects-intro .et_pb_image img {
		height: 169px;
	}	
}

@media (max-width: 1440px) {
	.home .our-experience .experience-col-right {
		background-position: right -179px;
	}	
	
	.projects .projects-table {
		width: 343px;
		right: 35px;
	}	
	
	.projects .projects-table p {
		font-size: 75%!important;
	}	
	
	.projects .projects-sodar {
		right: 46px;
	}	
	
	.projects .projects-sodar::before {
		left: -9%;
	}
	
	.projects .projects-sodar::after {
		left: -13%;
	}
	
	.projects .project-legend.et_pb_row_3 {
		width: 38%;
	}
	
	.projects .projects-grid .et_pb_with_border.et_pb_row.et_pb_row_8 {
		width: 10%;
		display: block;
	}

	.projects .projects-intro .et_pb_image a::before {
		padding: 85px 278px;
	}
	
	.project-pages .snapshot-col h3 {
		font-size: 15px;
	}	
}

@media (max-width: 1366px) {
	.home .our-experience .experience-col-right {
		background-position: right -264px;
	}
	
	.projects .projects-table {
		top: 55px;
	}	
	
	.projects .projects-sodar {
		width: 204px;
	}
	
	.projects .projects-grid .project-legend {
		width: 40%;
	}
	
	.projects .projects-intro .et_pb_image a::before {
		padding: 86px 261px;
	}
	
	.projects .projects-intro .et_pb_image img {
		height: 172px;
	}	
}

@media (max-width: 1280px) {
	.home .our-experience .experience-col-right {
		background-position: right -231px;
	}	
	
	.projects .projects-sodar {
		width: 165px;
	}	
	
	.projects .projects-grid .project-legend {
		width: 43%;
	}
	
	.projects .projects-intro .et_pb_image a::before {
		padding: 86px 242px;
	}	
}

@media (max-width: 1200px) {
	.projects .projects-table {
		width: 300px;
	}	
	
	.projects .projects-table p {
		font-size: 65%!important;
	}
	
	.projects .projects-sodar {
		width: 127px;
		bottom: -776px;
	}
	
	.projects .projects-sodar::before {
		top: 36%;
		left: -45%;
	}
	
	.projects .projects-sodar::after {
		width: 132px;
		top: 32%;
		left: -53%;
	}
	
	.projects .projects-sodar p {
		font-size: 12px!important;
		line-height: 1rem;
	}
	
	.projects .projects-grid .project-legend {
		width: 45%;
	}
	
	.projects .projects-intro .et_pb_image a::before {
		padding: 96px 223px;
	}
	
	.projects .projects-intro .et_pb_image img {
		height: 191px;
	}	
}

@media (max-width: 1024px) {
	.home .our-experience .experience-col-left {
		height: auto;
	}	
	
	.home .our-experience .experience-col-right {
		background-position: center;
		background-attachment: initial;
		background-size: inherit;
		top: 0px;
		height: 51vw;
	}
	
	.home .our-experience .experience-col-right .et_pb_module {
		/*bottom: -99px;*/
	}	
	
	.projects .projects-table {
		top: 100%;
		left: 4%;
	}	
	
	.projects .projects-sodar {
		right: 11px;
	}
	
	.projects .projects-sodar::before {
		left: -17%;
	}
	
	.projects .projects-sodar::after {
		width: 100px;
		top: 31.75%;
		left: -25%;
	}
	
	.projects .projects-grid .project-legend {
		width: 52%;
	}
	
	.projects .projects-table.et_pb_row_2.et_pb_row	{
		width: 347px;
		top: 0;
		left: 0;
		right: unset;
	}
	
	.projects .projects-intro .et_pb_image a::before {
		padding: 104px 188px;
	}
	
	.projects .projects-intro .et_pb_image img {
		height: 208px;
	}	
}

@media (max-width: 980px) {
	.home .our-experience .experience-col-right {
		background-position: center;
		background-attachment: initial;
		background-size: contain;
		top: -33px;
		height: 71vh;
	}
	
	.home .our-experience .experience-col-right .et_pb_module {
		/*bottom: -10px;*/
	}
	
	.projects .projects-table {
		width: auto;
		justify-content: flex-start;
		display: flex;
		left: auto;
		right: auto;
	}
	
	.projects .project-locations-devices .gmwd_container #gmwd_container_1 .wd-row {
		height: 650px !important;
	}	
	
	.projects .projects-grid .project-legend {
		width: 65%;
    	top: 80vh;
	}

	.projects .projects-intro .et_pb_image a::before {
		padding: 104px 324px;
	}
}

@media (max-width: 767px) {
	.home #page-container {
		overflow: hidden !important;
	}	
	
	.projects .project-locations-devices .gmwd_container #gmwd_container_1 .wd-row {
		height: 447px !important;
		margin-bottom: 100px !important;
	}
	
	.projects .projects-table.et_pb_row_2.et_pb_row {
		width: 100%;
		top: -157px;
		left: 0;
		right: auto;
		margin-top: 100px !important;
		border-width: 0;
		border-bottom: 1px solid #fff;
	}
	
	.projects .projects-grid .project-legend {
		width: 100%;
		top: 328px;
		border: none;
		position: relative !important;
		padding-bottom: 30px !important;
	}
	
	.projects .project-legend li {
		font-size: 10px;
	}
	
	.projects .projects-intro .et_pb_image a::before {
		display: none;
	}	
}

@media (max-width: 1680px) and (min-width: 1600px) {
	.post-red-cliffs .et_pb_section_2 {
		overflow-x: unset;
	}	
	
	.post-red-cliffs .projects-legend-2.et_pb_row_2 {
		bottom: -4vw;
		right: 13vw;
	}
	
	.post-red-cliffs .et_pb_section_3 {
		min-height: 43vh;
		overflow-x: unset;
		margin-top: 5vw !important;
	}	
}

@media (width: 1600px) {
	.post-red-cliffs .projects-legend-2.et_pb_row_2 {
		bottom: -6vw;
		right: 12vw;
	}	
}

@media (min-width: 992px) {
	html, body {
		height: 100%;
	}
	html body.wide #wrapper.container {
		min-height: 100%;
		position: relative;
		padding-bottom: 182px !important;
	}
	#main-footer {
		position: absolute;
		bottom:0;
		width: 100%;
	}
}

@media (min-width: 981px) {
	#main-header.et-fixed-header {
		box-shadow: unset !important;
		-moz-box-shadow: unset !important;
		-webkit-box-shadow: unset !important;
	}	
}

@media only screen and (max-width: 1279px) and (min-width: 981px) {
	.home-section-team.et_pb_section_3 {
		min-height: unset;
	}	
	
	.home .et_pb_section_0 {
		height: 101vh;
	}	
	
	footer .et_pb_menu_0_tb_footer {
		padding-top: 2%;
	}	
	
	footer .et_pb_text_0_tb_footer a {
		font-size: 11px;
	}	
}

@media only screen and (max-width: 1024px) and (min-width: 981px) {
	/* 7 image biog changes */
	.home .open-biog-1 img, 
	.home .open-biog-6 img, 
	.home .open-biog-4 img {
		max-width: 179px;
		height: auto;
	}
	/* End 7 image biog changes */	
	
	#the-team-images.ace-team-imgs img {
		width: 164px;
	}	
	
	.projects .et_pb_with_border.et_pb_row.et_pb_row_2.et_pb_equal_columns {
		/*bottom: 0px;*/
	}		
	
	.projects .projects-map.et_pb_css_mix_blend_mode_passthrough {
		width: 56.667%;
	}	
	
	.projects .et_pb_row.et_pb_row_1.map-legend.et_pb_gutters1 {
		min-height: 74vh;
	}	
	
	.projects .project-markers .et_pb_image_6 {
		left: -23px;
	}	
	
	.projects .project-markers .et_pb_image_9 {
		right: -279px;
	}	
	
	.projects.post-red-cliffs .et_pb_row_2 {
		top: 280px;
		right: 61px;
	}	
}

@media only screen and (max-width: 1024px) {
	.wind-pipeline .sub-header-bkg,
	.landowners .sub-header-bkg {
		background-size: auto;
		background-attachment: scroll;
		background-position: center !important;
	}	
}

@media only screen and (max-width: 980px) {
	
	.projects #page-container #main-content .et_pb_section_first {
		/*padding-top: 100px !important;*/
	}
	
	/* New layout */
	.home .flip-row.boom {
		/*margin-top: 0px !important;*/
	}	
	/* End New layout */
	
	/* Biogs */
	.home .et_pb_gutters3 .et_pb_column_1_3, 
	.home .et_pb_gutters3.et_pb_row .et_pb_column_1_3, 
	.home .et_pb_gutters3 .et_pb_column_1_3:last-child, 
	.home .et_pb_gutters3.et_pb_row .et_pb_column_1_3:last-child {
		width: 47.25%;
		margin-bottom: 30px !important;
		padding: 0;
	}
	
	.home .et_pb_gutters3 .ace-team-imgs .et_pb_column.et_pb_column_19 {
		margin-right: 0% !important;
	}	
	
	.home .et_pb_gutters3 .ace-team-imgs .et_pb_column.et_pb_column_17 {
		margin-left: 0% !important;
	}	
	
	.home .open-biog-1 img, 
	.home .open-biog-4 img {
		max-width: 100%;
	}	
/* End Biogs */
	
	#the-team-images.ace-team-imgs img {
		width: 300px;
	}	
	
	.container {
		width: 100% !important;
	}	
	
	.page .et_pb_text_0 h1 {
		font-size: 1.8rem;
		line-height: 1.3em;
	}	
	
	.et_fixed_nav #main-header, 
	.et_fixed_nav #top-header, 
	.et_non_fixed_nav.et_transparent_nav #main-header, 
	.et_non_fixed_nav.et_transparent_nav #top-header {
		position: fixed !important;
	}	
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar, 
	.et_header_style_split #et-top-navigation .mobile_menu_bar {
		padding: 26px !important;
	}	
	
	.mobile_menu_bar:before {
		font-size: 50px;
		color: #025452;
		top: 10px;
	}	
	
	.header-sub-title.et_pb_fullwidth_header_1 {
		top: 8%;
	}	
	
	.header-sub-title h2 {
		font-size: 1.7rem!important;
	}	
	
	.about-heading.et_pb_section_0 {
		background-position: left center!important;
	}
	
	.home-section-3 .et_pb_column,
	#profiles .et_pb_column {
		border: 0 none transparent;
	}	
	
	.page-home .open-biog {
		margin-bottom: 30px !important;
	}
	
	.home-section-team .et_pb_column.open-biog {
		width: 100%!important;
	}	
	
	/* 5 image biog changes */
	.home .et_pb_gutters3 .et_pb_column.et_pb_column_1_2, 
	.home .et_pb_gutters3.et_pb_row .et_pb_column.et_pb_column_1_2 {
		/*margin: 0 auto 30px !important;*/
		width: 100% !important;
	}	
	/* End 5 image biog changes */		
	
	.page-home .statement.et_pb_section {
		padding: 50px 0 20px;
	}	
	
	.page-home .statement .et_pb_text {
		position: relative !important;
	}	
	
	.page-home .statement .et_pb_row_16 {
		padding: 30px 0 0;
	}
	
	.home .in-numbers .et_pb_column {
		width: 100% !important;
		float: none;
		margin: 0 auto;
		text-align: center;
	}	
	
	/* News */
	
	/* New stuff */
	.news .news-article-main article {
		width: 80%;
		padding-right: 0;
		min-height: 650px;
		padding-left: 0;
		padding-top: 0;
		margin: 0 auto 30px;
	}
	
	.news-main .post.et_pb_post.category-newsroom a {
		margin-bottom: 0;
	}	
	
	.news-main .post.et_pb_post.category-newsroom a img {
		max-height: 255px;
		top: unset;
		min-height: unset;
		border-radius: 0;
	}
	
	.news .news-article-main article h3.entry-title,
	.news .news-article-main article p.post-meta{
		padding: 0;
	}
	
	.news .news-article-main article {
		min-height: unset;
	}
	
	.news .news-article-main article .post-content {
		position: unset;
		bottom: unset;
		left: unset;
		margin-top: 30px;
		padding-left: 0;
	}	
	/* == */
	
	.news-article-main .et_pb_image_container img, 
	.news-article-main .et_pb_post a img {
		float: unset;
		width: 100%;
		padding-right: 0;
	}	
	
	.news-archives article.category-newsroom {
		width: 100%;
		float: unset;
		padding: 0;
	}	
	
	.news-article-main .category-newsroom h2.entry-title {
		font-size: 1.3rem!important;
		line-height: 1.4em;
		padding-bottom: 10px;
	}	
	
	.projects .sub-header-bkg .et_pb_fullwidth_header_container.left {
		top: 55%;
	}	
	
	.projects .project-chevrons .chevron.et_pb_column.et_pb_css_mix_blend_mode_passthrough:before {
		display: none;
	}	
	
	.projects .project-chevrons .chevron-1.et_pb_column.et_pb_css_mix_blend_mode_passthrough,
	.projects .project-chevrons .chevron-2.et_pb_column.et_pb_css_mix_blend_mode_passthrough,
	.projects .project-chevrons .chevron-3.et_pb_column.et_pb_css_mix_blend_mode_passthrough {
		width: 100% !important;
	}
	
	.projects .project-chevrons .et_pb_column {
		padding-bottom: 10px!important;
	}	
	
	.projects .project-chevrons .et_pb_column.et-last-child {
		padding-bottom: 50px !important;
	}
	
	.projects.post-red-cliffs .et_pb_row_2 {
		bottom: 0px;
		right: -107px;
		top: auto;
	}	
	
	.projects.post-red-cliffs .et_pb_section_2,
	.projects.post-red-cliffs .et_pb_section_3 {
		min-height: unset;
		overflow: hidden;
	}		
	
	.projects .project-markers .et_pb_image_6 {
		left: -17px;
	}	
	
	.projects .project-markers .et_pb_image_9 {
		right: -213px;
	}	
	
	.projects.post-red-cliffs .et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular {
		padding-bottom: 0;
	}	
	
	.projects.sub-link .project-markers img {
		max-width: 320px !important;
		width: 53px;
	}
	
	.projects.sub-link .project-markers p:not(.has-background):last-of-type,
	.projects.sub-link .project-markers .et_pb_text_inner {
		font-size: 12px !important;
	}	
	
	.projects.sub-link .et_pb_section_4 .et_pb_text_inner {
		font-size: 14px;
	}
	
	.project-pages .timeline .project-pages-timeline {
		overflow-x: scroll;
	}
	
	.project-pages .timeline .project-pages-timeline ol li {
		padding: 0 3vw;
		min-width: 150px;
		font-size: .77rem;
	}	
	
	.project-pages .timeline .project-pages-timeline ol li.timeline-1::after {
		width: calc(100% - 10px);
        left: calc(50% + 0px);	
	}	
	
	.project-pages .timeline .project-pages-timeline ol li.not::after {
		width: calc(100% - 20px);
	}
	
	.project-pages .timeline .project-pages-timeline ol li.timeline-1 {
		padding-left: 0;
	}
	
	.project-pages .timeline .project-pages-timeline ol li.timeline-7::after {
		width: calc(100% - 7px);
	}	
	
	.project-pages .timeline .project-pages-timeline ol li.timeline-8 {
		padding-right: 0;
	}
	
	.project-pages .header .header-bkg-project-solar .et_parallax_bg,
	.project-pages.hillview .header .header-bkg .et_parallax_bg {
		background-position: 0;
	}
	
	.project-pages h1, 
	.project-pages h2 {
		padding-bottom: 10px;
		font-size: 1.8rem !important;
	}
	
	.project-pages .project-location .project-location-text-col,
	.project-pages .project-location .project-location-map-col {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.wind-pipeline .wind-pipeline-img img {
		object-position: 0% 81%;
	}	
	
	.privacy ul {
		padding-left: 7%;
	}	
	
	footer .et_pb_menu__menu {
		display: block !important;
	}

	footer .et_mobile_nav_menu {
		display: none!important;
	}	
	
	footer .et_pb_text_0_tb_footer,
	footer ul.et_pb_social_media_follow {
		text-align: center;
	}	
	
	footer .et_pb_menu .et_pb_menu__menu>nav>ul {
		justify-content: center;
	}	
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 1.6rem !important;
		white-space: wrap;
	}
	
	.community .et_pb_text_2 h2 {
		font-size: 21px;
		white-space: wrap;
	}
	
	.community .community-img-1 {
		margin-top: 0;
		padding-bottom: 10px;
	}	
	
/* biogs */	
	.home .open-biog-1 img, 
	.home .open-biog-4 img {
		max-width: 100%;
	}	
	
	.home .et_pb_gutters3 .ace-team-imgs .et_pb_column.et_pb_column_17,
	.home .et_pb_gutters3 .ace-team-imgs .et_pb_column.et_pb_column_19 {
		padding: 0;
	}	
/* End biogs */	
	
	.home-logo-main .et_pb_text_0 h1 {
		padding-bottom: 0;
	}	
	
	.et_header_style_left #logo, 
	.et_header_style_split #logo {
		max-width: 23%;
		width: 23%;
		margin-top: 5px;
	}	
	
	.header-sub-title.et_pb_fullwidth_header_1 {
		top: 0%;
	}	
	
	.header-sub-title.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
		width: 100%;
	}	
	
	.header-sub-title h2 {
		font-size: 1.4rem !important;
		line-height: 1.2em;
	}
	
	.header-img-services .sub-header-bkg {
		background-position: 0 0 !important;
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar, 
	.et_header_style_split #et-top-navigation .mobile_menu_bar {
		padding: 10px !important;
	}		
	
	.page-home .header-sub-title h2.et_pb_module_header {
		margin-top: 0;
	}
	
	.home .our-experience .experience-col-right {
		top: -41px;
    	height: 100vw;
	}
	
	.home .our-experience .experience-col-right .et_pb_text_inner {
		bottom: -8px;
	}	
	
	.home .our-partners .flip-row, 
	.home .our-partners .flip-front, 
	.home .our-partners .flip-back {
		/*height: 220px;*/
	}
	
	.home .our-experience .our-experience {
		background-position: -234px 0;
	}
	
	.home .our-partners .flip-row.boom .et_pb_column {
		background-color: transparent;
		border-top-color: unset;
		border-top-width: 0px;
		box-shadow: unset;
		max-height: 320px;
		min-height: 280px;
	}
	
	.home .affiliates-align .et_pb_blurb_content {
		display: block;
	}	
	
	.home .our-partners .flip-front img {
		width: 125px;
		max-width: 125px;
	}
	
	.home .our-partners .flip-front, 
	.home .our-partners .flip-back {
		top: 0;
		left: 0;
	}
	
	.home .our-partners .flip-row.sponsors, 
	.home .our-partners .flip-front.sponsors, 
	.home .our-partners .flip-back.sponsors {
		height: 80px;
	}	
	
	.home .our-partners .flip-row.pelion-gf, 
	.home .our-partners .flip-front.pelion-gf, 
	.home .our-partners .flip-back.pelion-gf {
		height: 150px;
	}	
	
	.home .our-partners .flip-front {
		z-index: 2;
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		cursor: pointer;
	}
	
	.home .our-partners .et_pb_row {
		width: 100%;
		padding: 0 2%;
	}
	
	.home .our-partners .flip-front.et_pb_blurb {
		padding: 0 10px !important;
	}
	
	.power-people-planet .et_pb_text_30 {
		top: -20px;
	}
	
	.news-article-main .category-newsroom h2.entry-title {
		font-size: 1.1rem !important;
		line-height: 1.1em;
	}
	
	.news article .news-para-1 img {
		float: unset;
	}
	
	.projects .sub-header-bkg {
		background-position: 0 0 !important;
	}	
	
	.projects .sub-header-bkg .et_pb_fullwidth_header_container.left {
		top: 35%;
	}	
	
	.projects.post-red-cliffs .et_pb_row_2 {
		bottom: 0;
		right: 0;
		position: relative !important;
		left: 2%;
		top: 0;
	}	
	
	.projects .map-legend-logo.et_pb_column {
		left: -2%;
		width: 46% !important;
	}	
	
	.projects .site-details.et_pb_column {
		width: 50% !important;
	}		
	
	.projects .map-legend-logo.et_pb_column .et_pb_module {
		margin-bottom: 10px;
	}		
	
	.projects .project-markers .et_pb_image_6 {
		left: -10px;
	}	
	
	.projects .project-markers .et_pb_image_9 {
		right: -115px;
	}	
	
	.project-pages .et_pb_text h1 {
		font-size: 2.5rem !important;
	}
	
	.project-pages .et_pb_text h2,
	.project-pages h2.et_pb_module_heading {
		font-size: 2rem !important;
	}
	
	.project-pages .project-contact .et_pb_button {
		margin-left: 5px;
		margin-top: 15px;
	}
	
    .project-pages .timeline .project-pages-timeline ol li.timeline-1::after {
        width: calc(100% - 11px);
        left: calc(50% + 2px);
    }
	
    .project-pages .timeline .project-pages-timeline ol li.timeline-7::after {
        width: calc(100% - 13px);
    }
	
	.projects .projects-box-container .box-container .wind-solar-bess li.solar-project {
		position: relative !important;
        left: unset;
        top: unset;
	}
	
	.projects .projects-box-container .project-boxes {
		padding: 0 10px;
	}
	
	.projects .projects-box-container .project-boxes li {
		width: 80vw;
	}
	
	.projects .projects-box-container a.project-link, .projects .projects-box-container a.project-link:hover {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px;
		align-items: stretch;
	}

	.project-pages .project-location .project-location-text-col, 
	.project-pages .project-location .project-location-map-col {
        padding-bottom: 20px;
	}
	
	.project-pages .header .header-bkg-project-wind .et_parallax_bg {
		background-position: 0;
	}	
	
	::-webkit-scrollbar {
	    -webkit-appearance: none;
	    width: 7px;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: #025452;
		box-shadow: 0 0 1px #025452;
	}	
	
	.wind-pipeline .wind-pipeline-img img {
		object-position: 16% 81%;
	}	
	
	.landowners .contact form p.et_pb_contact_field {
		width: 100%;
	}
	
	.landowners .sub-header-bkg {
		background-position: 37% 18% !important;
	}		
	
	.landowners .contact form p.et_pb_contact_field {
		padding-right: 0;
		padding-bottom: 20px;
	}	
	
	.community .sub-header-bkg {
		background-position: 0 0 !important;
	}	
	
	.news .news-article-main article {
		width: 100%;
		min-height: unset;
		margin: 0 auto 30px;
		padding-top: 0;
	}	
}