/*Variables*/
#mainSlider .lgh-slick-slider {
  margin-bottom: 0;
}
#mainSlider .lgh-slick-slider .slider-overlay {
  height: 450px;
  background: none !important;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: flex-start;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 0.5s ease;
}
#mainSlider .lgh-slick-slider .slider-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.8) 50%, transparent 0);
}
#mainSlider .lgh-slick-slider .slide {
  position: relative;
  background-size: cover;
  background-position: center top;
  height: 450px;
}
#mainSlider .lgh-slick-slider .slide .slider-content {
  color: #fff;
  position: relative;
  max-width: 470px;
  margin-top: -30px;
}
#mainSlider .lgh-slick-slider .slide .slider-content .subtitle {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 3.4rem;
}
#mainSlider .lgh-slick-slider .slide .slider-content .slide-button::after {
  content: "";
  line-height: 1;
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: ms-icons;
  display: inline-block;
  margin-top: 2px;
  margin-left: 1rem;
  vertical-align: top;
  font-weight: 700;
  font-size: inherit;
}
#mainSlider .lgh-slick-slider .slide.login-slide {
  background-position: center center;
}
#mainSlider .lgh-slick-slider .slick-dots {
  bottom: 16px;
}
#mainSlider .lgh-slick-slider .slick-dots li {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#mainSlider .lgh-slick-slider .slick-dots li button {
  width: 32px;
  height: 32px;
  position: relative;
  padding: 8px;
  z-index: 2;
}
#mainSlider .lgh-slick-slider .slick-dots li button::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 16px;
  height: 16px;
  transform-origin: 50% 50%;
  border-radius: 100%;
  content: "";
  line-height: 16px;
  text-align: center;
  background: transparent;
  opacity: 1;
  border: 2px solid #fff;
  box-shadow: none;
}
#mainSlider .lgh-slick-slider .slick-dots li button:hover,
#mainSlider .lgh-slick-slider .slick-dots li button:focus {
  outline: none;
}
#mainSlider .lgh-slick-slider .slick-dots li.slick-active button:before {
  color: #fff;
  background: #fff;
  opacity: 1;
  border: 0;
  box-shadow: none;
}
#mainSlider .lgh-slick-slider .slick-arrow {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
#mainSlider .lgh-slick-slider .slick-arrow::before {
  color: #fff;
  opacity: .85;
  line-height: 1;
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: ms-icons;
}
#mainSlider .lgh-slick-slider .slick-arrow.slick-next {
  right: 59px;
}
#mainSlider .lgh-slick-slider .slick-arrow.slick-next::before {
  content: "";
}
#mainSlider .lgh-slick-slider .slick-arrow.slick-prev {
  left: 59px;
  z-index: 2;
}
#mainSlider .lgh-slick-slider .slick-arrow.slick-prev::before {
  content: "";
}
#homeBody #topBanners {
  background-color: #f2f2f2;
  padding: 40px 0;
}
#homeBody #topBanners .main {
  margin-top: 0 !important;
}
#homeBody #topBanners .banner-container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem;
}
#homeBody #topBanners .banner-container .top-banner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  align-self: stretch;
  padding: 0.5rem;
}
#homeBody #topBanners .banner-container .top-banner .banner {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: stretch;
  background-color: #000;
  padding: 20px;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
}
#homeBody #topBanners .banner-container .top-banner .banner .banner-overlay {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 0.5s ease;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
#homeBody #topBanners .banner-container .top-banner .banner .banner-overlay .banner-content {
  color: #fff;
}
#homeBody #topBanners .banner-container .top-banner .banner .banner-overlay .banner-content .banner-text {
  display: inline-block;
}
#homeBody #topBanners .banner-container .top-banner .banner .banner-overlay .banner-content .banner-text p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3rem;
  margin-top: 0;
}
#homeBody #topBanners .banner-container .top-banner .banner .banner-overlay .banner-content .banner-action .banner-btn {
  moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  max-width: 100%;
  text-align: inherit;
  transition: opacity .5s ease;
  word-break: break-word;
}
#homeBody #topBanners .banner-container .top-banner.banner-mobile {
  width: 100%;
}
#homeBody .section {
  padding-top: 40px;
  padding-bottom: 50px;
}
#homeBody .section .section-content .section-title {
  word-wrap: break-word;
  font-size: 36px;
}
#homeBody .section .section-content .section-text p {
  word-wrap: break-word;
  max-width: 1040px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}
#homeBody #equipmentSection {
  background-color: #f2f2f2;
  padding-top: 30px;
}
#homeBody #equipmentSection .equipment-section {
  margin-top: 0;
}
#homeBody #equipmentSection .equipment-section .section-content .section-text {
  margin-bottom: 2rem;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  column-gap: 30px;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item .page-link {
  flex-grow: 1;
  /* Ensures that the link takes up all available space */
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item .page-link .page-image {
  position: relative;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item .page-link .page-image:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #b0aa00;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  touch-action: none;
  pointer-events: none;
  left: 0;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item .page-link .page-title {
  display: block;
  padding: 2rem;
  text-align: left;
  background-color: #fff;
  height: 100%;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item .page-link .page-title h3 {
  font-family: Univers Condensed Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  letter-spacing: -0.02em;
  position: relative;
  text-decoration: none;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item:hover .page-link .page-image:before {
  opacity: .5;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#homeBody #equipmentSection .equipment-section .section-content .page-grid .page-item:hover .page-link .page-title h3 {
  color: #b0aa00;
}
#homeBody #homepageContent {
  background-color: #fff;
}
#homeBody #homepageContent .wp-block-heading {
  word-wrap: break-word;
  font-size: 36px;
}
#homeBody #homepageContent .leaders-section .section-content .leaders {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
#homeBody #homepageContent .leaders-section .section-content .leaders .leader {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
#homeBody #homepageContent .leaders-section .section-content .leaders .leader .ls-image {
  height: 300px;
}
#homeBody #homepageContent .leaders-section .section-content .leaders .leader .ls-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#homeBody #homepageContent .leaders-section .section-content .leaders .leader .ls-title {
  margin-top: 20px;
}
#homeBody #homepageContent .leaders-section .section-content .leaders .leader .ls-title h4 {
  font-family: Univers Condensed Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 25px;
}
#homeBody #newsSection {
  background-color: #f2f2f2;
}
#homeBody #newsSection .news-section .section-content .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  align-items: stretch;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-image {
  position: relative;
  display: block;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-image img {
  height: 220px;
  object-fit: cover;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-image .news-date {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5rem;
  font-size: 14px;
  color: #fff;
  background-color: #b0aa00;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-title {
  padding: 15px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 105px;
  max-height: 105px;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-title h3 {
  font-family: Univers LT Std, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-title:hover a {
  text-decoration-color: #b0aa00;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-title:hover a h3 {
  color: #b0aa00;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-read-more {
  display: flex;
  align-self: center;
  text-align: center;
  padding: 20px 15px;
  width: 100%;
}
#homeBody #newsSection .news-section .section-content .news-grid .news-item .news-read-more .lgh-btn-primary {
  width: 100%;
  margin: 0;
}
#homeBody #newsSection .news-section .section-content .view-all {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}
#homeBody #testimonialsSection {
  background-size: cover;
}
#homeBody #testimonialsSection .testimonial-header {
  text-align: center;
  width: 100%;
  padding: 3rem 1.5rem 0;
  line-height: normal;
  margin: 0;
  color: #fff;
}
#homeBody #testimonialsSection .lgh-testimonials {
  margin-bottom: 0;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay {
  max-width: 1310px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 30px;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info {
  max-width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_testimonial {
  font-size: 18px;
  font-style: italic;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_name {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_location {
  background: #b0aa00;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 3px;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  height: 27px;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_location::before {
  content: "\f3c5";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  margin-right: .5rem;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonial-image {
  border: solid 4px #fff;
  border-radius: 25%;
  overflow: hidden;
  margin: 0 1.5rem;
  margin-bottom: 1rem;
}
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonial-image img {
  width: 201px;
  height: 160px;
  object-fit: cover;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-dots {
  bottom: 16px;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-dots li {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-dots li button {
  width: 32px;
  height: 32px;
  position: relative;
  padding: 8px;
  z-index: 2;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-dots li button::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 16px;
  height: 16px;
  transform-origin: 50% 50%;
  border-radius: 100%;
  content: "";
  line-height: 16px;
  text-align: center;
  background: transparent;
  opacity: 1;
  border: 2px solid #fff;
  box-shadow: none;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-dots li button:hover,
#homeBody #testimonialsSection .lgh-testimonials .slick-dots li button:focus {
  outline: none;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-dots li.slick-active button:before {
  color: #fff;
  background: #fff;
  opacity: 1;
  border: 0;
  box-shadow: none;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-arrow {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-arrow::before {
  color: #fff;
  opacity: .85;
  line-height: 1;
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: ms-icons;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-arrow.slick-next {
  right: 18px;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-arrow.slick-next::before {
  content: "";
}
#homeBody #testimonialsSection .lgh-testimonials .slick-arrow.slick-prev {
  left: 18px;
  z-index: 2;
}
#homeBody #testimonialsSection .lgh-testimonials .slick-arrow.slick-prev::before {
  content: "";
}
#homeBody #associationsSection .section-content .associations {
  padding: 45px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
}
#homeBody #associationsSection .section-content .associations .association {
  display: flex;
  flex-direction: column;
}
#homeBody #associationsSection .section-content .associations .association .a-img {
  height: 120px;
}
#homeBody #associationsSection .section-content .associations .association .a-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#homeBody #associationsSection .section-content .associations .association .ls-title {
  margin-top: 20px;
}
#homeBody #associationsSection .section-content .associations .association .ls-title h4 {
  font-family: Univers Condensed Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 25px;
}
/* Responsive adjustments */
@media screen and (min-width: 768px) {
  #homeBody #homepageContent .leaders-section .section-content .leaders .leader .ls-title h4 {
    font-size: 31px;
  }
  #homeBody #homepageContent .leaders-section .section-content .leaders {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
  }
  #homeBody #testimonialsSection .testimonial-header {
    padding: 0;
    padding-top: 2rem;
    line-height: 1;
  }
  #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay {
    height: 450px;
  }
  #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content {
    flex-direction: row;
  }
  #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonial-image img {
    width: 300px;
    height: 240px;
  }
  #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonial-image {
    margin-bottom: 0;
  }
  #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info {
    display: block;
    margin: 0 1.5rem;
    max-width: 60%;
    text-align: left;
  }
  #homeBody #testimonialsSection .lgh-testimonials .slick-arrow.slick-prev {
    left: 35px;
  }
  #homeBody #testimonialsSection .lgh-testimonials .slick-arrow.slick-next {
    right: 35px;
  }
}
@media screen and (min-width: 992px) {
  #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_testimonial {
    font-size: 24px;
  }
  #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_name {
    font-size: 18px;
  }
}
