/**
* 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);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-about-us .main-content {
  position: relative;
  padding: 0 0 40px;
  background-color: #193546;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content {
    padding-bottom: 106px;
  }
}
.page-template-about-us .main-content:before {
  content: "";
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(180deg, rgba(20, 36, 45, 0) 65%, #193546 100%), var(--bg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content:before {
    height: 550px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content:before {
    height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content:before {
    height: 922px;
  }
}
.page-template-about-us .main-content .hero-about {
  padding: 40px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content .hero-about {
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .hero-about {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .hero-about {
    padding: 167px 0 125px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-template-about-us .main-content .hero-about {
    padding-top: 70px;
  }
}
.page-template-about-us .main-content .hero-about .banner-title {
  padding-bottom: 25px;
  margin-bottom: 31px;
  color: var(--color-neutral);
}

.page-template-about-us .main-content .hero-about .banner-content p {
  color: var(--color-neutral);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content .hero-about .banner-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-template-about-us .main-content .hero-about .banner-content p:last-child {
  margin-bottom: 0;
}

.page-template-about-us .main-content .breadcrumb-container {
  position: absolute;
  top: 28px;
}

.page-template-about-us .main-content .about-content-holder {
  position: relative;
  padding: 30px 15px;
  margin: 0 auto 40px;
  max-width: 1170px;
  border-top: 4px solid var(--color-secondary);
  background-color: var(--color-neutral);
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content .about-content-holder {
    padding: 68px 20px 40px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .about-content-holder {
    padding: 68px 20px 87px;
  }
}
.page-template-about-us .main-content .about-content-holder .content {
  margin: 0 auto;
  max-width: 929px;
}

.page-template-about-us .main-content .about-content-holder .content h2 {
  padding-bottom: 18px;
  margin-bottom: 21px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .about-content-holder .content h2:first-of-type {
    max-width: 409px;
  }
}
.page-template-about-us .main-content .about-content-holder .content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .about-content-holder .content .featured-image-about {
    float: right;
    padding-top: 20px;
    margin-left: 36px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .main-content .about-content-holder .content .featured-image-about {
    margin-bottom: 30px;
    text-align: center;
  }
}
.page-template-about-us .main-content .about-faqs .section-title {
  margin: 0 auto 30px;
  max-width: 913px;
  color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content .about-faqs .section-title {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .meet-our-attorneys {
    padding: 79px 0 113px;
  }
}
.page-template-about-us .meet-our-attorneys .section-heading {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .meet-our-attorneys .section-heading {
    margin-bottom: 53px;
  }
}
.page-template-about-us .meet-our-attorneys .section-heading .section-title {
  padding-bottom: 18px;
  margin-bottom: 23px;
}

.page-template-about-us .testimonials-section {
  padding-bottom: 128px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .testimonials-section {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .testimonials-section {
    padding: 90px 0 151px;
  }
}

/*# sourceMappingURL=about-us.css.map*/