/**
* 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;
}

.page-template-about-us .main-content {
  position: relative;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content {
    padding: 90px 0 98px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/bg-about-map.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.page-template-about-us .main-content .map-col-holder {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-about-us .main-content .map-col-holder {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .map-col-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .main-content .map-col-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-image: url(../images/bg-about-map.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-50vw);
  }
}
.page-template-about-us .main-content .map-holder {
  position: relative;
  max-width: 630px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .map-holder {
    margin-top: -20px;
    margin-left: -30px;
  }
}
@media (min-width: 1440px) {
  .page-template-about-us .main-content .map-holder {
    margin-left: -40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .main-content .map-holder {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .main-content .map-holder {
    margin: 0 auto;
  }
}
.page-template-about-us .main-content .map-holder .section-title {
  margin: 0 auto 25px;
  max-width: 330px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content .map-holder .section-title {
    margin-bottom: 56px;
    max-width: 445px;
  }
}
.page-template-about-us .main-content .map-holder svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.12));
}

.page-template-about-us .main-content .locations-mobile {
  padding: 0;
  margin: 0 auto;
  max-width: 310px;
  list-style: none;
  column-count: 2;
}

.page-template-about-us .main-content .locations-mobile li {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 3px;
}

.page-template-about-us .main-content .locations-mobile li a {
  color: #fff;
}

.page-template-about-us .main-content .locations-mobile li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 16px;
  background: url(../images/icons/icon-location.svg) no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-about-us .main-content .content-col-holder {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .content-col-holder {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .content {
    margin-left: auto;
    max-width: 553px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .main-content .content {
    padding-left: 15px;
  }
}
.page-template-about-us .attorneys {
  background: linear-gradient(270deg, #0876D0 0%, #012872 97.94%);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .attorneys {
    padding: 82px 0 103px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .attorneys .content {
    margin: 0 auto 49px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .attorneys .content {
    max-width: 850px;
  }
}
.page-template-about-us .about-third {
  padding: 40px 0;
  background-image: url(../images/bg-about-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-third {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-third {
    padding: 111px 0 99px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-third .container .row > .entry-content.col-xl-8,
.page-template-about-us .about-third .container .row > .content.col-xl-8 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .about-third .entry-content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-top: 35px;
    margin-bottom: 38px;
  }
}
.page-template-about-us .about-fourth {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-fourth {
    padding: 80px 0 73px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-fourth .container .row > .entry-content.col-xl-8,
.page-template-about-us .about-fourth .container .row > .content.col-xl-8 {
    padding-right: 50px;
  }
}

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