* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
#iq1dd{
  color:black;
  position:relative;
  z-index:99;
  width:100%;
  height:100px;
  background-color:#1a1b1d !important;
  background:#00000000 !important;
  border:0 solid black;
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:black;
  border-right-color:black;
  border-bottom-color:black;
  border-left-color:black;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-image:initial !important;
  background-position-x:initial !important;
  background-position-y:initial !important;
  background-size:initial !important;
  background-repeat:initial !important;
  background-attachment:initial !important;
  background-origin:initial !important;
  background-clip:initial !important;
  border-radius:0 0 0 0;
}
#icmlj{
  color:black;
}
#logo{
  color:black;
  border-radius:0 0 0 0;
}
#iq1ci{
  border-radius:0 0 0 0;
}
#navbarNav{
  color:black;
  border-radius:0 0 0 0;
}
#navbarList{
  color:black;
}
#searchPanel{
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
  padding-top:0px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  border-radius:0px;
  padding:0px 20px 20px 20px;
}
#searchInput:focus{
  outline-color:initial !important;
  outline-style:none !important;
  outline-width:initial !important;
  box-shadow:none !important;
  outline:none !important;
  border-color:none !important;
}
#searchInput{
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-top-style:initial;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  padding-top:12px;
  padding-right:0px;
  padding-bottom:12px;
  padding-left:0px;
  min-width:0;
  border:0;
  padding:12px 0px;
}
*{
  box-sizing:border-box;
}
body{
  margin:0;
}
.customVideoThumbnail img{
  width:100%;
}
.custom-video-wrapper video{
  width:100%;
  max-height:350px;
}
.community-section-wrapper .project-section:last-child{
  border-bottom:none;
}
.custom-thumbnail img{
  width:100%;
  display:block;
}
#communityContainer{
  max-width:1120px;
  padding:15px 20px;
  margin:0 auto;
}
.community-section-wrapper .project-section{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:60px 0px;
  border-bottom:1px solid #c6c6c6;
}
.community-section-wrapper .section-text{
  width:50%;
  padding-right:80px 80px 55px 48px;
}
.community-section-wrapper .section-text h2{
  color:#D45D00;
  font-size:32px;
  font-family:'RBNo3.1 Book', sans-serif !important;
  margin-bottom:15px;
  text-transform:uppercase;
}
.community-section-wrapper .section-text p{
  font-size:14px;
  color:#1a1b1d;
  line-height:1.5;
  margin-bottom:25px;
  font-family:Arial, Helvetica, sans-serif;
}
.community-section-wrapper .learn-more-link{
  display:inline-block;
  color:#D45D00;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  margin-bottom:15px;
  transition:color 0.3s ease;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.community-section-wrapper .learn-more-link:hover{
  color:#D45D00;
}
.community-section-wrapper .learn-more-link i{
  margin-left:8px;
  transition:transform 0.3s ease;
}
.community-section-wrapper .learn-more-link:hover i{
  transform:translateX(5px);
}
.community-section-wrapper .view-btn{
  display:inline-block;
  padding:15px 35px;
  background-color:#D45D00;
  color:#fff !important;
  text-transform:uppercase;
  font-weight:700;
  border:none;
  cursor:pointer;
  text-decoration:none;
  transition:background-color 0.3s ease;
  font-family:'Arial';
  font-size:14px;
}
.community-section-wrapper .view-btn:hover{
  background-color:#D45D00;
}
.community-section-wrapper .section-photo{
  width:50%;
  max-height:350px;
  min-height:310px;
  position:relative;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.community-section-wrapper .section-gallery:before, .community-section-wrapper .section-gallery:after{
  position:absolute;
  right:10px;
  bottom:10px;
  border-radius:50%;
  height:60px;
  width:60px;
  transition:all 0.3s ease 0.2s;
}
.community-section-wrapper .fa-images:before{
  content:"\f302";
}
.community-section-wrapper .section-gallery:hover:before{
  right:-25%;
  bottom:-25%;
  height:150%;
  width:150%;
  border-radius:0;
}
.community-section-wrapper .modal{
  display:none;
  position:fixed;
  z-index:10000;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.9);
  animation:fadeIn 0.3s ease;
}
.community-section-wrapper .modal-content{
  position:relative;
  margin:2% auto;
  width:90%;
  max-width:1200px;
  display:flex;
  flex-direction:column;
  background-color:transparent !important;
}
.community-section-wrapper .modal-header{
  display:flex;
  justify-content:right;
  background-color:transparent !important;
  border-bottom:none !important;
  align-items:center;
  position:absolute;
  top:0;
  z-index:99;
  right:0;
  padding:0 !important;
}
.community-section-wrapper .modal-header h2{
  color:#D45D00;
  margin:0;
  font-size:28px;
  text-transform:uppercase;
}
.community-section-wrapper .close{
  color:#fff !important;
  font-size:40px;
  font-weight:bold;
  cursor:pointer;
  transition:color 0.3s ease;
}
.community-section-wrapper .close:hover{
  color:#D45D00;
}
.community-section-wrapper .modal-body{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  overflow:hidden;
}
.community-section-wrapper .gallery-container{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  position:relative;
}
.community-section-wrapper .gallery-image{
  max-width:100%;
  max-height:80vh;
  object-fit:contain;
  display:none;
}
.community-section-wrapper .gallery-image.active{
  display:block;
  animation:slideIn 0.3s ease;
}
.community-section-wrapper .prev-btn, .community-section-wrapper .next-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background-color:transparent;
  color:#fff !important;
  border:none;
  font-size:24px;
  padding:15px 20px;
  cursor:pointer;
  transition:background-color 0.3s ease;
  z-index:10;
}
.community-section-wrapper .prev-btn{
  left:20px;
}
.community-section-wrapper .next-btn{
  right:20px;
}
.community-section-wrapper .gallery-counter{
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  background-color:rgba(0, 0, 0, 0.7);
  color:#fff !important;
  padding:10px 20px;
  border-radius:20px;
  font-size:16px;
}
.community-section-wrapper .section-gallery{
  position:relative;
}
.community-section-wrapper .section-gallery .overlay-text{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:600;
  opacity:0;
  transition:opacity 0.3s ease;
  font-family:'Arial';
  font-size:16px;
  text-transform:uppercase;
}
.community-section-wrapper .section-gallery:hover .overlay-text{
  opacity:1;
}
.graph-outer-container-RBDw4{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-RBDw4 .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-RBDw4 .flex-seventy{
  flex-basis:70%;
}
.graph-cell-RBDw4{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
.fixed-3-7 .col-sm-3{
  width:25%;
}
.fixed-3-7 .col-sm-9{
  width:75%;
}
#ihdypi{
  color:black;
  border-radius:0 0 0 0;
}
#i4lv5i{
  color:black;
  padding:0px 0px 0px 0px;
}
#if3vr3{
  color:black;
  max-width:1140px;
  margin:0px auto 0px auto;
  padding:0px 15px 0px 15px;
  font-size:16px;
  border-radius:0 0 0 0;
}
#i5bl8c{
  padding:0px 0px 0px 0px;
  color:black;
}
.hero-section-pipeline .container{
  width:100%;
  max-width:1230px;
  margin:0 auto;
  padding:0 15px;
  box-sizing:border-box;
  font-family:'RBNo31 Black Italic', sans-serif;
}
.hero-section-pipeline .hero-section{
  position:relative;
  width:100%;
  height:342px;
  background-image:url('/Images/_98_1e4cbb1f-3235-456a-9cc8-5a612b2220c3.jpg');
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  overflow:hidden;
}
.hero-section-pipeline .hero-overlay{
  color:#fff !important;
  background:rgba(101, 141, 27, 0.85);
  width:100%;
  max-width:600px;
  padding:34px 45px 30px 55px;
  z-index:2;
  position:relative;
  display:inline-block;
}
.hero-section-pipeline .hero-overlay h1{
  color:#fff !important;
  font-size:36px;
  font-weight:700;
  text-transform:uppercase;
  margin:0;
  font-family:'RBNo31 Black Italic', sans-serif;
}
.hero-section-pipeline .dot-pattern{
  width:100%;
  height:45px;
  background:url('/Images/_98_57a041b7-4249-4359-a79d-00d82be4afbb.png') repeat;
  background-position:0 4px;
}
.bread-crumbs-container{
  max-width:1120px;
  margin:0 auto;
  padding:0 15px;
  font-family:'RBNo31 Black Italic', sans-serif;
}
.bread-crumbs-container .breadcrumbs{
  padding:12px 0;
  margin-bottom:55px;
  text-align:left;
}
.bread-crumbs-container .breadcrumbs li{
  display:inline-block;
  vertical-align:middle;
  font-family:'RBNo31 Black Italic', sans-serif;
  text-transform:uppercase;
}
.bread-crumbs-container .breadcrumbs li a{
  color:#000;
  text-decoration:none;
  font-size:14px;
  font-family:'RBNo31 Black Italic', sans-serif;
}
.bread-crumbs-container .breadcrumbs li:after{
  content:"/";
  display:inline-block;
  margin:0 6px;
}
.bread-crumbs-container .breadcrumbs li:last-child:after{
  content:none;
}
.bread-crumbs-container .breadcrumbs li:last-child{
  color:#D45D00;
}
#id0c4h{
  color:rgb(255, 255, 255);
  font-family:'RBNo31 Black Italic', sans-serif;
  border-radius:0 0 0 0;
}
#i21soh{
  color:#D45D00;
  font-size:14px;
}
#iu5jnt{
  padding:0px;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  border:0px solid black;
  outline:0px;
  font-variant-numeric:normal;
  font-variant-east-asian:normal;
  font-variant-alternates:normal;
  font-size-adjust:none;
  font-kerning:auto;
  font-optical-sizing:auto;
  font-feature-settings:normal;
  font-variation-settings:normal;
  font-variant-position:normal;
  font-variant-emoji:normal;
  font-stretch:normal;
  font-size:42px;
  line-height:48px;
  font-family:'RBNo31 Black Italic', sans-serif;
  text-transform:uppercase;
  color:rgb(26, 27, 29);
  word-spacing:0.16em !important;
  margin:0 0px 20px 0px;
  border-radius:0 0 0 0;
}
#i8o463{
  color:black;
  font-family:'Arial', sans-serif;
  font-size:14px;
  border:0 solid black;
  line-height:21px;
  width:100%;
  border-radius:0 0 0 0;
}
#izslir{
  color:black;
  margin:0px 0px 40px 0px;
  font-family:'RBNo31 Black Italic', sans-serif;
  border-radius:0 0 0 0;
  font-size:16px;
}
.custom-list-xgkez li{
  display:flex;
  align-items:baseline;
  margin-bottom:12px;
}
.custom-list-Gm2sl li{
  display:flex;
  align-items:baseline;
  margin-bottom:12px;
}
.custom-list-eImtR li{
  display:flex;
  align-items:baseline;
  margin-bottom:12px;
}
.main-hero-section .overlay{
  position:absolute;
  top:0px;
  left:0px;
  background:rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
  z-index:1;
}
.main-hero-section .hero-text-container{
  position:relative;
  z-index:2;
}
.main-hero-section .background-text{
  font-size:160px;
  font-weight:700;
  color:rgba(255, 255, 255, 0.15);
  text-transform:uppercase;
  letter-spacing:3px;
}
.main-hero-section .foreground-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  font-size:76px;
  font-weight:600;
  color:rgb(255, 255, 255);
}
.main-hero-section .breadcrumb-container{
  z-index:2;
  position:absolute;
  bottom:70px;
}
.breadcrumb li{
  color:rgb(255, 255, 255);
  font-size:18px;
  display:flex;
  align-items:center;
}
.breadcrumb a{
  color:rgb(255, 255, 255);
  text-decoration:none;
  transition:color 0.3s;
}
.breadcrumb i{
  font-size:14px;
  color:rgb(204, 204, 204);
}
.graph-outer-container-l20Y5 .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-l20Y5 .flex-seventy{
  flex-basis:70%;
}

.custom-list-xgkez p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-Gm2sl p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-eImtR p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-D7cCh p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-XCExZ p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom-list-dMg9e p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
  width:100%;
}
.custom-list-rAFWe p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
  width:100%;
}
.custom-list-wMBuH p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
  width:100%;
}
.custom-list-YlbWw p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
  width:100%;
}
.graph-outer-container-soTY9 .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-soTY9 .flex-seventy{
  flex-basis:70%;
}
.custom-list-WWA8W p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
  width:100%;
}
.custom_section_45nk3oq9 .custom-list-D7cCh p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.custom_section_45nk3oq9 .custom-list-XCExZ p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
}
.graph-outer-container-VOKGl .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-VOKGl .flex-seventy{
  flex-basis:70%;
}
.graph-outer-container-zO4FM .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-zO4FM .flex-seventy{
  flex-basis:70%;
}
.project-varient-overlay .project-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.3s;
}
details{
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
details summary{
  list-style:none;
  cursor:pointer;
  padding:15px 0px;
  font-size:20px;
  font-weight:bold;
  color:#f4b000;
  undefined:undefined;
  display:flex;
  align-items:center;
  position:relative;
}
details summary::-webkit-details-marker{
  display:none;
  undefined:undefined;
}
details summary::before{
  content:"";
  width:14px;
  height:14px;
  border:2px solid #D45D00;
  undefined:undefined;
  border-radius:50%;
  margin-right:12px;
  background:transparent;
  transition:background 0.3s ease;
  position:relative;
  display:inline-block;
  box-sizing:border-box;
  box-shadow:0 0 0 1px #fff,
	0 0 0 3px #D45D00;
}
details[open] summary::before{
  background:#D45D00;
  box-shadow:0 0 0 0px #D45D000,
	0 0 0 3px #D45D00;
}
details:last-child summary{
  color:#D45D00;
  undefined:undefined;
}
details iframe{
  width:100%;
  max-width:560px;
  height:315px;
  margin:15px 20px;
  border-radius:8px;
}
details[open]{
  border-bottom:1px solid #ddd;
}
#ix4p6w{
  color:black;
  font-family:'RBNo31 Black Italic', sans-serif;
  font-size:14px;
  border-radius:0 0 0 0;
}
#iryf1y{
  color:black;
  font-family:'RBNo31 Black Italic', sans-serif;
  font-size:14px;
  border-radius:0 0 0 0;
}
.graph-outer-container-6MbCq .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-6MbCq .flex-seventy{
  flex-basis:70%;
}
.graph-outer-container-0sneZ{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-0sneZ .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-0sneZ .flex-seventy{
  flex-basis:70%;
}
.graph-cell-0sneZ{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#iultuw{
  color:black;
}
#i63kkl{
  color:black;
  border-radius:0 0 0 0;
}
#i7q2gk{
  color:black;
}
#iy9k6f{
  max-width:1120px;
  padding:15px 20px;
  margin:0 auto;
}
.parallax h2{
  color:rgb(255, 255, 255);
  font-size:42px;
  font-weight:bold;
  text-transform:uppercase;
  margin:0px;
}
.contact_section_formRow .contact_field h2{
  margin-bottom:20px;
}
.video-text h3{
  color:#D45D00;
  font-size:32px;
  font-family:'RBNo3.1 Book', sans-serif !important;
  text-transform:uppercase;
}
#galleryImages{
  position:relative;
  padding-top:50px;
}
.modal-center{
  display:flex;
  align-items:center;
  flex-direction:column;
}
.community-section-wrapper .section-gallery:after{
  content:'';
  position:absolute;
  right:10px;
  bottom:10px;
  width:60px;
  height:60px;
  background-color:transparent;
  background-image:url('/Images/f4d40e00-1e1b-467a-af66-adb16829b0e9.svg');
  background-repeat:no-repeat;
  background-position:center;
  background-size:37px 37px;
  filter:brightness(0) invert(1);
}
.community-section-wrapper .section-gallery:before{
  content:'';
  background-color:#D45D00;
  opacity:0.75;
}
#i0tbvm{
  padding:0px 0px 0px 0;
}
#itay9f{
  white-space:pre-wrap;
}
#isutfo{
  display:contents !important;
}
#icnhap{
  font-family:'RBNo31 Black Italic', sans-serif;
  font-size:16px;
  border-radius:0 0 0 0;
}
#i82cyk{
  color:black;
  font-family:'RBNo31 Black Italic', sans-serif;
  font-size:14px;
  border-radius:0 0 0 0;
}
#ih89ht{
  color:black;
  font-family:'RBNo31 Black Italic', sans-serif;
  font-size:14px;
  border-radius:0 0 0 0;
}
#ilx7n1{
  font-family:'RBNo31 Black Italic', sans-serif;
  font-size:16px;
  border-radius:0 0 0 0;
}
@media (max-width: 1023px){
  .main-hero-section .background-text{
	font-size:90px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
}
@media (max-width: 992px){
  .graph-cell-RBDw4{
	min-height:100px;
  }
  .graph-outer-container-RBDw4{
	flex-wrap:nowrap;
  }
  .custom_section_45nk3oq9 #ip1pj{
	height:642px;
	color:black;
	z-index:1;
	width:100%;
  }
  .custom_section_45nk3oq9 #itzs1{
	color:black;
  }
  .custom_section_45nk3oq9 #in7av{
	color:white;
  }
  .custom_section_45nk3oq9 #container_nav{
	color:black;
  }
  .custom_section_45nk3oq9 #i5c6e7{
	font-size:26px;
	line-height:45px;
  }
  .custom_section_45nk3oq9 #ips6ye{
	font-size:16px;
	line-height:normal;
	color:black;
  }
  .custom_section_45nk3oq9 #ir1b1o{
	width:100%;
  }
  .custom_section_45nk3oq9 #ibn69y{
	font-size:26px;
	line-height:45px;
  }
  .custom_section_45nk3oq9 #iclcmb{
	font-size:16px;
	line-height:normal;
	color:black;
  }
  .custom_section_45nk3oq9 #ifkgo{
	height:642px;
  }
  .custom_section_45nk3oq9 #i5x8l{
	width:100%;
  }
  .custom_section_45nk3oq9 #irdh4{
	font-size:48px;
  }
  .custom_section_45nk3oq9 #i0o498{
	font-size:23px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #i4la2{
	font-size:20px;
	font-family:Figtree, sans-serif;
  }
  .custom_section_45nk3oq9 #ilnxbe{
	font-family:Figtree, sans-serif;
  }
  .custom_section_45nk3oq9 #ilj6a3{
	font-family:Figtree, sans-serif;
  }
  .custom_section_45nk3oq9 #is797o{
	height:356px;
  }
  .custom_section_45nk3oq9 #i3ipnw{
	height:auto;
	min-height:356px;
	padding:50px 0px 0px;
  }
  .custom_section_45nk3oq9 #ir3xog{
	height:356px;
  }
  .custom_section_45nk3oq9 #iq5ivq{
	height:200px;
  }
  .custom_section_45nk3oq9 #iwvf1d{
	left:0px;
  }
  .graph-cell-0sneZ{
	min-height:100px;
  }
  .graph-outer-container-0sneZ{
	flex-wrap:nowrap;
  }
  #izslir{
	margin:0px 0px 30px 0px;
  }
}
@media (max-width: 991px){
  section.contact_section_formRow{
	min-height:auto;
  }
  .contact_section_formRow .contact_field{
	padding:30px;
  }
}
@media screen and (max-width: 770px){
  .hero-section-pipeline .hero-section{
	height:250px;
  }
  .hero-section-pipeline .dot-pattern{
	display:none;
  }
  .hero-section-pipeline .container{
	height:100%;
	display:flex;
  }
  .hero-section-pipeline .hero-overlay{
	background-color:transparent;
	border:none !important;
	height:100%;
	width:100%;
	max-width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:0px;
	text-align:center;
  }
}
@media (max-width: 768px){
  .video-text h3{
	font-size:24px;
  }
  .details summary::before{
	width:15px;
	height:13px;
  }
  .graph-cell-RBDw4{
	min-height:100px;
  }
  details{
	border-bottom:1px solid #ddd;
  }
  .community-section-wrapper .section-text h2{
	font-size:28px;
  }
  .community-section-wrapper .gallery-counter{
	padding:3px 14px;
	border-radius:13px;
	font-size:12px;
  }
  .community-section-wrapper .modal-header{
	padding:0px 15px;
  }
  .community-section-wrapper .close{
	font-size:24px;
  }
  .community-section-wrapper .prev-btn, .community-section-wrapper .next-btn{
	font-size:13px;
	padding:10px 15px;
  }
  .community-section-wrapper .section-text{
	width:100%;
  }
  .community-section-wrapper .section-photo{
	width:100%;
	margin-top:20px;
  }
  .community-section-wrapper .project-section{
	flex-direction:column;
  }
  .graph-outer-container-RBDw4{
	flex-wrap:wrap;
  }
  .hero-section-pipeline .hero-section{
	height:300px;
  }
  .hero-section-pipeline .hero-overlay h1{
	font-size:26px;
	text-shadow:2px 2px 6px rgb(0, 0, 0);
	font-weight:400;
  }
  .custom_section_45nk3oq9 .graph-cell-VV9VM{
	min-height:100px;
  }
  .custom_section_45nk3oq9 .graph-cell-IPhzb{
	min-height:100px;
  }
  .custom_section_45nk3oq9 .graph-outer-container-VV9VM{
	flex-wrap:wrap;
  }
  .custom_section_45nk3oq9 .graph-cell-Tkdsb{
	min-height:100px;
  }
  .custom_section_45nk3oq9 .graph-outer-container-Tkdsb{
	flex-wrap:wrap;
  }
  .graph-cell-0sneZ{
	min-height:100px;
  }
  .graph-outer-container-0sneZ{
	flex-wrap:wrap;
  }
  #izslir{
	margin:0px 0px 20px 0px;
  }
}
@media (max-width: 767px){
  .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
}
@media (max-width: 576px){
  .project-varient-overlay .project-card{
	height:360px;
  }
  .project-varient-overlay .news-overlay{
	padding:0.75rem;
  }
  .project-varient-overlay .news-text{
	font-size:0.95rem;
  }
  .project-varient-overlay .arrow-icon{
	padding:8px;
  }
  .project-varient-overlay .arrow-icon .arrow-icon-image{
	width:22px;
	height:22px;
  }
  .section-custom-overly .project-card{
	height:360px;
  }
  .section-custom-overly .news-text{
	font-size:0.95rem;
  }
  .section-custom-overly .arrow-icon{
	padding:8px;
  }
  .section-custom-overly .arrow-icon-image{
	width:22px;
	height:22px;
  }
  .contact_section_formRow .contact_field{
	padding:20px;
  }
  .contact_section_formRow .contact_field button{
	font-size:14px;
	padding:12px;
  }
  .contact_field input, .contact_field select, .contact_field textarea{
	font-size:13px;
	padding:12px;
  }
  .form_row .form_col{
	flex:1 1 100%;
  }
}
@media (max-width: 557px){
  .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
}
@media (max-width: 480px){
  #navbarNav{
	position:relative;
	color:black;
  }
  .community-section-wrapper .view-btn{
	font-size:14px !important;
	padding:10px 20px;
	font-family:'Arial' !important;
  }
  #communityContainer{
	padding:0px;
  }
  .community-section-wrapper .section-text h2{
	font-size:24px;
  }
  .custom_section_45nk3oq9 #ip1pj{
	height:600px;
  }
  .custom_section_45nk3oq9 #i3ipnw{
	margin:20px 0px 0px;
	width:100%;
	height:774px;
  }
  .custom_section_45nk3oq9 #i5c6e7{
	font-size:24px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #ips6ye{
	color:black;
	font-size:18px;
	line-height:normal;
	width:100%;
  }
  .custom_section_45nk3oq9 #is797o{
	color:black;
	width:100%;
  }
  .custom_section_45nk3oq9 #ir1b1o{
	width:100%;
  }
  .custom_section_45nk3oq9 #ia0t8u{
	color:black;
  }
  .custom_section_45nk3oq9 #ibn69y{
	font-size:24px;
	line-height:normal;
	font-weight:700;
  }
  .custom_section_45nk3oq9 #iclcmb{
	color:black;
	font-size:18px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #iyta4e{
	margin:50px 0px 20px;
  }
  .custom_section_45nk3oq9 #i5x8l{
	width:100%;
	height:100%;
  }
  .custom_section_45nk3oq9 #io6b14{
	margin:0px 0% 0px 0px;
  }
  .custom_section_45nk3oq9 #i9n4yw{
	margin:20px 0px 0px;
  }
  .custom_section_45nk3oq9 #i847p{
	width:100%;
	height:574px;
	color:black;
  }
  .custom_section_45nk3oq9 #ifkgo{
	height:600px;
  }
  .custom_section_45nk3oq9 #i06ll{
	padding:0px;
	margin:0px;
	width:100%;
	height:696px;
  }
  .custom_section_45nk3oq9 #iua2z{
	color:black;
	height:auto;
	width:100%;
  }
  .custom_section_45nk3oq9 #i4la2{
	color:white;
  }
  .custom_section_45nk3oq9 #irdh4{
	font-size:32px;
	color:white;
  }
  .custom_section_45nk3oq9 #i0o498{
	font-size:17px;
	font-family:Figtree, sans-serif;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #bar-section-heading{
	font-size:24px;
	font-family:Figtree, sans-serif;
	color:black;
	font-weight:700;
  }
  .custom_section_45nk3oq9 #ie1gmc{
	font-family:Figtree, sans-serif;
	font-size:19px;
	line-height:normal;
  }
  .custom_section_45nk3oq9 #imrtm{
	color:rgb(248, 248, 248);
  }
  .custom_section_45nk3oq9 #iq5ivq{
	height:150px;
	top:50px;
	right:50px;
  }
  .custom_section_45nk3oq9 #iwvf1d{
	bottom:0px;
	top:-50px;
  }
  .custom_section_45nk3oq9 #ir3xog{
	height:356px;
  }
  .navbar-toggler{
	color:black;
	border-color:black;
  }
  #izslir{
	margin:0 0 0px 0;
  }
  #if3vr3{
	margin:0px auto 20px auto;
  }
  #iu5jnt{
	font-size:28px;
  }
  #i21soh{
	font-size:14px;
  }
  #iy9k6f{
	padding:0px;
  }
}