/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.hero-attorney-referral {
  background-color: #00002A;
  padding: 0;
}

.hero-attorney-referral .section-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .hero-attorney-referral .section-inner {
    flex-direction: column-reverse;
  }
}
.hero-attorney-referral .section-inner .form-wrap {
  padding: 40px 30px 20px;
  max-width: 675px;
  width: 40%;
}

@media (max-width: 1399px) {
  .hero-attorney-referral .section-inner .form-wrap {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .hero-attorney-referral .section-inner .form-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .hero-attorney-referral .section-inner .form-wrap {
    padding: 40px 20px 20px;
  }
}
.hero-attorney-referral .section-inner .form-wrap__inner {
  max-width: 500px;
  margin: 0 auto;
}

.hero-attorney-referral .section-inner .form-wrap .gform_wrapper.gravity-theme .gfield {
  margin: 0 0 10px;
}

.hero-attorney-referral .section-inner .form-wrap .gform_wrapper.gravity-theme .gfield input {
  height: 43px;
}

.hero-attorney-referral .section-inner .form-wrap .gform_wrapper.gravity-theme .gfield input::placeholder,
.hero-attorney-referral .section-inner .form-wrap .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #3B3B3B;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.hero-attorney-referral .section-inner .form-wrap .gform_wrapper.gravity-theme .gfield select {
  color: #3B3B3B;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.hero-attorney-referral .section-inner .form-title {
  font-size: 48px;
}

@media (max-width: 1299px) {
  .hero-attorney-referral .section-inner .form-title {
    font-size: 35px;
    line-height: normal;
  }
}
.hero-attorney-referral .section-inner .form-attorney-referral__title {
  color: #F7C811;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 599px) {
  .hero-attorney-referral .section-inner .form-attorney-referral__title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 599px) {
  .hero-attorney-referral .section-inner .attorney-referral-swiper {
    padding-bottom: 100px;
  }
}
.hero-attorney-referral .section-inner .attorney-referral-swiper__wrap {
  max-width: 945px;
  width: 60%;
}

@media (max-width: 1399px) {
  .hero-attorney-referral .section-inner .attorney-referral-swiper__wrap {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .hero-attorney-referral .section-inner .attorney-referral-swiper__wrap {
    width: 100%;
    margin: 0 auto;
  }
}
.hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .image-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, #01012a 0, transparent);
}

.hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  background: linear-gradient(to top, #01012a 0, transparent);
}

.hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap {
  position: absolute;
  bottom: 40px;
  max-width: 745px;
  width: 100%;
  padding-left: 20px;
  right: 50%;
  transform: translateX(50%);
}

@media (max-width: 991px) {
  .hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap {
    width: 95%;
    bottom: -60px;
  }
}
.hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 5px;
  height: 95%;
  background-color: #F7C811;
}

.hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap p {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 599px) {
  .hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
.hero-attorney-referral .section-inner .attorney-referral-swiper .swiper-slide .text-wrap p:last-child {
  margin-bottom: 0;
}

.hero-attorney-referral .section-inner .swiper-horizontal > .swiper-pagination-bullets {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
}

.hero-attorney-referral .section-inner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 2px solid #FFFFFF;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.hero-attorney-referral .section-inner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F7C811;
  border: 0;
}

/*# sourceMappingURL=page-attorney-referral.css.map*/