@font-face {
  font-family: "usnergy-icons";
  src: url(../fonts/usnergy-icons.eot?e3e705c6f77adcbd8c14cca9d2f384e7);
  src: url(../fonts/usnergy-icons.eot?e3e705c6f77adcbd8c14cca9d2f384e7#iefix) format("embedded-opentype"), url(../fonts/usnergy-icons.ttf?ed8961cd35641a97f45749562378d3c3) format("truetype"), url(../fonts/usnergy-icons.woff?a4f6e717dc97739cca8a9e66204e82f2) format("woff"), url(../fonts/usnergy-icons.svg?f34a5effe4c68fa141a9262a6e9c3607#usnergy-icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=usnergy-icon-], [class*=" usnergy-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "usnergy-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.usnergy-icon-envelope-o:before {
  content: "\e900";
}

.usnergy-icon-phone:before {
  content: "\e901";
}

.usnergy-icon-linkedin-square:before {
  content: "\e902";
}

.usnergy-icon-gmail:before {
  content: "\e903";
}

/********************************************************/
/***            Font Icons                            ***/
/********************************************************/
/**************************************************/
/***                Variables                   ***/
/**************************************************/
/**************************************************/
/***                General                     ***/
/**************************************************/
.usnergy_grid, .usnergy_services_grid_wrapper .usnergy_services_grid, .usnergy_news_articles_grid_wrapper .usnergy_news_articles_grid, .usnergy_team_members_grid_wrapper:not(.horizontal) .usnergy_team_members_grid {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .usnergy_grid, .usnergy_services_grid_wrapper .usnergy_services_grid, .usnergy_news_articles_grid_wrapper .usnergy_news_articles_grid, .usnergy_team_members_grid_wrapper:not(.horizontal) .usnergy_team_members_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .usnergy_grid, .usnergy_services_grid_wrapper .usnergy_services_grid, .usnergy_news_articles_grid_wrapper .usnergy_news_articles_grid, .usnergy_team_members_grid_wrapper:not(.horizontal) .usnergy_team_members_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.usnergy_grid_item, .usnergy_services_grid_wrapper .usnergy_service_grid_item, .usnergy_news_articles_grid_wrapper .usnergy_news_article_grid_item, .usnergy_team_members_grid_wrapper .usnergy_team_member_grid_item {
  background: white;
  padding: 10px;
  border: 1px solid #b0b0b0;
}

#wrapper .usnergy_contact_form_main .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#wrapper .usnergy_contact_form_main .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  grid-column: 1/span 2;
}
#wrapper .usnergy_contact_form_main .wpforms-field-container .wpforms-field-label {
  color: #48AFF4;
}
#wrapper .usnergy_contact_form_main .wpforms-field-container input[type=text],
#wrapper .usnergy_contact_form_main .wpforms-field-container input[type=email],
#wrapper .usnergy_contact_form_main .wpforms-field-container input[type=tel],
#wrapper .usnergy_contact_form_main .wpforms-field-container textarea {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--global-palette3);
}
#wrapper .usnergy_contact_form_main .wpforms-field-container input[type=text]:focus,
#wrapper .usnergy_contact_form_main .wpforms-field-container input[type=email]:focus,
#wrapper .usnergy_contact_form_main .wpforms-field-container input[type=tel]:focus,
#wrapper .usnergy_contact_form_main .wpforms-field-container textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #48AFF4;
}
#wrapper .usnergy_contact_form_main .wpforms-submit {
  width: 180px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #wrapper #home_section_map .elementor-widget-shortcode {
    padding-top: 56%;
  }
  #wrapper #home_section_map .elementor-widget-shortcode .elementor-widget-container {
    margin-top: -56%;
  }
}
#wrapper .usnergy-price-loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/**************************************************/
/***                Header                      ***/
/**************************************************/
#wrapper #primary-menu .menu-item.current-menu-item:not(.menu-item-object-custom) a {
  color: #48AFF4;
}
#wrapper .kadence-sticky-header.item-is-fixed:not(.item-at-start) #primary-menu .menu-item a {
  color: var(--global-pallete9);
}
#wrapper .kadence-sticky-header.item-is-fixed:not(.item-at-start) #primary-menu .menu-item a:hover {
  color: #48AFF4;
}
#wrapper .kadence-sticky-header.item-is-fixed:not(.item-at-start) #primary-menu .menu-item.current-menu-item:not(.menu-item-object-custom) a {
  color: #48AFF4;
}
#wrapper .kadence-sticky-header.item-is-fixed:not(.item-at-start) .header-social-wrap a.social-button {
  color: var(--global-pallete9);
  border-color: var(--global-pallete9);
}

/**************************************************/
/***                Prices                      ***/
/**************************************************/
.usnergy_prices_wrapper .usnergy_prices_list {
  margin: 40px auto 0;
  padding: 0;
  display: grid;
  list-style: none;
  grid-template-columns: 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 40px;
}
.usnergy_prices_wrapper .usnergy_prices_list .usnergy_price_list_item {
  padding: 10px;
  list-style: none;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  position: relative;
  background: rgba(35, 35, 35, 0.6);
}
.usnergy_prices_wrapper .usnergy_prices_list .usnergy_price_list_item .usnergy_price_header {
  background: #232323;
  border: 1px solid white;
  border-radius: 80px;
  padding: 2px 15px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin: -30px auto 10px;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.usnergy_prices_wrapper .usnergy_prices_list .usnergy_price_list_item .usnergy_price_value {
  font-weight: bold;
  position: relative;
  display: flex;
}
.usnergy_prices_wrapper .usnergy_prices_list .usnergy_price_list_item .usnergy_price_value .usnergy_price_currency {
  position: relative;
  top: -3px;
  margin-right: 1px;
}
.usnergy_prices_wrapper .usnergy_prices_list .usnergy_price_list_item .usnergy_price_value .usnergy_price_amount {
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .usnergy_prices_wrapper .usnergy_prices_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .usnergy_prices_wrapper .usnergy_prices_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/**************************************************/
/***                Team Members                ***/
/**************************************************/
.usnergy_team_members_grid_wrapper .usnergy_team_member_grid_item {
  padding: 0;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member p {
  margin-bottom: 1rem;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_content {
  padding: 15px;
  text-align: center;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_location {
  text-align: left;
  margin: -31px 0 20px;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_location span {
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  background: #48AFF4;
  color: white;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_role {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_links_list {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
  gap: 15px;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_links_list .usnergy_team_member_link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_links_list .usnergy_team_member_link a {
  color: black;
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  display: inline-block;
  border-radius: 32px;
  background: #b0b0b0;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_detailed_bio {
  text-align: left;
}
.usnergy_team_members_grid_wrapper .usnergy_team_member .usnergy_team_member_short_bio {
  font-size: 15px;
  text-align: left;
}
.usnergy_team_members_grid_wrapper.horizontal .usnergy_team_member_grid_item {
  margin-bottom: 2rem;
}
.usnergy_team_members_grid_wrapper.horizontal .usnergy_team_member_content {
  text-align: left;
}
.usnergy_team_members_grid_wrapper.horizontal .usnergy_team_member_links_list {
  justify-content: flex-start;
}

/**************************************************/
/***                News Articles               ***/
/**************************************************/
.usnergy_news_articles_grid_wrapper .usnergy_news_article_grid_item {
  border: 0;
}
.usnergy_news_articles_grid_wrapper .usnergy_news_article .usnergy_news_article_image {
  margin-bottom: 15px;
}
.usnergy_news_articles_grid_wrapper .usnergy_news_article .usnergy_news_article_title {
  margin-bottom: 20px;
  font-weight: bold;
  min-height: 85px;
}
.usnergy_news_articles_grid_wrapper .usnergy_news_article .usnergy_news_article_text {
  min-height: 140px;
}
.usnergy_news_articles_grid_wrapper .usnergy_news_article .usnergy_news_article_link a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: underline;
}

/**************************************************/
/***                Services                    ***/
/**************************************************/
.usnergy_services_grid_wrapper .usnergy_service_grid_item {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.usnergy_services_grid_wrapper .usnergy_service_grid_item:hover {
  background: #48AFF4;
}
.usnergy_services_grid_wrapper .usnergy_service_grid_item:hover .usnergy_service_title {
  color: white;
}
.usnergy_services_grid_wrapper .usnergy_service .usnergy_service_title {
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  min-height: 70px;
}

/**************************************************/
/***                    Footer                  ***/
/**************************************************/
#wrapper .footer_contact_us ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
#wrapper .footer_contact_us ul li {
  list-style: none;
  padding: 5px 5px 5px 60px;
  margin: 0 0 20px;
  color: white;
  position: relative;
  font-size: inherit;
  line-height: 1.4;
  min-height: 40px;
}
#wrapper .footer_contact_us ul li a {
  color: white;
  text-transform: none;
}
#wrapper .footer_contact_us ul li .footer-contact-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-size: 25px;
}

#colophon .menu-footer-menu-container .menu-item a {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#colophon .menu-footer-menu-container .menu-item a:hover {
  color: #48AFF4;
  border-bottom-color: #48AFF4;
}
