.elementor-column-wrap {
	width: 100%;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
.elementor-section-boxed .elementor-column-gap-default .elementor-row {
	width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}
.elementor-section-boxed .elementor-container {
    width: 100%!important;
}
.partner-flex {
	display: flex;
	align-items:start;
}
.page-resource-center-banner 
{
	background: url('/wp-content/uploads/resources-banner-1920x468-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 60% 40%;
	height: 450px;
    position: relative;
}
.page-resource-center-banner  .banner-content
{
	position: absolute;
    top: 50%;
    transform: translateY( -50%);
    padding-left: calc(50% - 570px);
}
.page-resource-center-banner h1
{
	font-weight:600;
	color:white;
	margin: 15px;
}
.page-resource-center-banner p
{
	color: white;
	max-width:500px;
	margin: 15px;
}
.resource-center-content{
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	/* padding-left:30px;
	padding-right:30px; */
}
.resource-center-content .filter{
	margin-left:15px;
	margin-right:15px;
}
.resource-center-content .boxes{
	/* margin-left:15px; */
	/* margin-right:15px; */
	margin-bottom:50px;
	/* display:grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap:25px; */

	display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-start; 
}

.resource-center-content .box {
    flex: 1 0 auto;
    margin-left: 10px;
    margin-right: 10px;
}

.resource-center-content .box{
	height:100%;
	max-width:263px;
	border: 1px solid #CFDAE1;
}
.box-link {
    margin-bottom: 30px;
}
.resource-center-content .box-content{
	padding: 10px 15px;
}
.resource-center-content .image img{
	width: 263px;
}
.resource-center-content .title h3{
	margin-top:0px;
	color: #00A5B2;
	font-size:24px !important;
	font-weight:900;
}
.resource-center-content .sub-title h4{
	font-size:16px !important;
	font-weight:900;
}
.resource-center-content .type h5{
	font-size:13px !important;
	font-weight:500;
}
.resource-center-content .title{
	border-bottom: 2px solid orange;
}
.filters{
	padding-bottom:50px;
	display:flex;
}
.filter select{
	width:350px;
	border: 1px solid #DBDBDB;
	border-radius:4px;
	height:35px;
    padding-left: 15px;
}
.filter select:hover{
	border: 2px solid #00A0AF;
}
select:focus {
   outline: 0;
 }

select option:hover {
  background: #ff9500 -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
  color: #fff;
}
option:hover {
  background-color: #C0DFE2;
}
.case-study{
	display:none;
}
.success-stories{
	display:none;
}
.battery-energy{
	display:none;
}
.energy-management{
	display:none;
}
.university-campus{
	display:none;
}
.data-center{
	display:none;
}
.overlay {
	display: flex;
	flex-direction: column;
	position: absolute; 
	bottom: 0; 
	background: rgba(0, 165, 178, 0.95); /* Black see-through */
	color: white; 
	width: 100%;
	height:100%;
	transition: .5s ease;
	opacity:0;
	padding: 30px 30px 0px 30px;
	text-align: center;
	cursor:pointer;
}
.overlay h2{
	font-weight:900;
	font-size:24px !important;
	text-align:left;
	color:white;
	letter-spacing: -1.5px;
}
.overlay h3{
	font-weight:900;
	font-size:18px !important;
	text-align:left;
	color:white;
	margin-top:0px;
}
.overlay p{
	color:white;
	text-align:left;
	line-height:22px;
	font-size:14px;
}
.box{
	position:relative;
}
#box1:hover .overlay {
  opacity: 1;
}
#box2:hover .overlay {
  opacity: 1;
}
#box3:hover .overlay {
  opacity: 1;
}
#box4:hover .overlay {
  opacity: 1;
}
#box5:hover .overlay {
  opacity: 1;
}
#box6:hover .overlay {
    opacity: 1;
}
#box7:hover .overlay {
	opacity: 1;
}
.download-icon{
    height: inherit;
    margin-left: auto;
	display: flex;
    flex-direction: column-reverse;
}
.download-icon-2{
	width: fit-content;
}
.download-icon i{
	color:white;
	font-size:35px
}
#no-boxes-text{
	display:none;
}
#no-boxes-text.active{
	
	display:block;
}
#no-boxes-text h2{
	font-size: 16px !important;
	text-align:center;
	font-weight:500;
}
@media only screen and (max-width:1200px)
{
	/* .resource-center-content .boxes{
		margin-left: auto;
		margin-right: auto;
		margin-bottom:50px;
		display:grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-gap:25px;
		max-width:1115px;
	} */

	.resource-center-content{
		max-width:1140px;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
	}
	.resource-center-content .filter{
		margin-left:15px;
		margin-right:15px;
	}
	.resource-center-content .boxes{
		display: flex; 
		flex-wrap: wrap; 
		justify-content: flex-start; 
	}
	
	.resource-center-content .box {
		flex: 1 0 auto;
		margin-left: 10px;
		margin-right: 10px;;
	}

	/* .resource-center-content .box{
		margin-left:auto;
		margin-right:auto;
	} */
	.filters{
		max-width: 735px;
		margin-left: auto;
		margin-right: auto;
	}
	.resource-center-content .filter {
		margin-left: 0px;
		margin-right: 30px;
	}
}
@media only screen and (max-width:1131px)
{
	.resource-center-content .boxes{
/* 		margin-left: auto;
		margin-right: auto;
		margin-bottom:50px;
		display:grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap:25px;
		max-width: 735px; */

		display: flex; 
		flex-wrap: wrap; 
		justify-content: flex-start; 
		max-width:850px;
		margin: 0 auto;
	}
}
@media only screen and (max-width:850px)
{
	.resource-center-content{
		padding-left:10px;
		padding-right:10px;
	}
	.page-resource-center-banner 
	{
		height: 350px;
		min-width:375px;
	}
	.page-resource-center-banner .banner-content
	{
		padding:0 10px;
		text-align:left;
	}
	.page-resource-center-banner p
	{
		display:block;
	}
	.resource-center-content .boxes{
/* 		grid-template-columns: 1fr;
		grid-gap:25px; */
		display: flex; 
		flex-wrap: wrap; 
		justify-content: flex-start; 
		max-width: 570px;
		margin: 0 auto;
	}
	.resource-center-content .box{
		margin-left:auto;
		margin-right:auto;
	}
	.resource-center-content .box {
		flex: 1 0 auto;
		margin-left: 10px;
		margin-right: 10px;;
	}
	.resource-center-content .title h3{
		font-size:22px !important;
	}
	.filters{
		justify-content:center;
		flex-direction:column;
		padding-bottom:35px;
	}
	.filter{
		text-align:center;
		padding-bottom:15px;
	}
	.filter select{
		width: -webkit-fill-available;
		width: -moz-available;
		width: fill-available;
		max-width:350px;
	}
	.resource-center-content .filter {
		margin:0;
	}
}
@media only screen and (max-width:585px)
{
	.page-resource-center-banner 
	{
		height: 350px;
		min-width:unset;
	}
	.resource-center-content .boxes{
		display: flex; 
		flex-wrap: wrap; 
		justify-content: flex-start; 
		max-width: 285px;
		margin: 0 auto;
	}
}