/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Front Page variables
**************************/
/*************************
  About Us variables
**************************/
/* 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;
}

.visually-hidden-custom {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-template-about-us .section-attorneys:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-attorneys {
    padding-top: 61px;
    padding-bottom: 108px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-attorneys .team-content {
    max-width: 759px;
  }
}
.page-template-about-us .section-attorneys .btn-container .btn:first-of-type {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-attorneys .btn-container .btn:first-of-type {
    margin-right: 26px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-attorneys .btn-container .btn {
    min-width: 217px;
  }
}
.page-template-about-us .section-attorneys .btn-container .btn:nth-of-type(2) {
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: var(--color-tertiary);
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-attorneys .btn-container .btn:nth-of-type(2) {
    min-width: 269px;
  }
}
.page-template-about-us .section-attorneys .btn-container .btn:nth-of-type(2):is(:hover, :focus) {
  background-color: #FFBF41;
}

.page-template-about-us .main-content {
  background-color: var(--color-neutral);
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content {
    padding-top: 112px;
    padding-bottom: 113px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .page-template-about-us .main-content .custom-col-1 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .page-template-about-us .main-content .custom-col-2 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content-container {
    width: 100%;
    max-width: 690px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .page-template-about-us .main-content-container {
    max-width: 570px;
  }
}
.page-template-about-us .main-content .image-holder {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .image-holder {
    margin-top: 23px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .main-content .image-holder {
    width: 100%;
    max-width: 605px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .image-holder {
    margin-top: 12px;
  }
}
.page-template-about-us .main-content .image-holder .main-content-feat-img {
  align-self: flex-start;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    position: absolute;
    right: 0;
    bottom: -269px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    left: 226px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    position: relative;
    left: 226px;
    bottom: 52px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    align-self: center;
    left: initial;
    bottom: 22px;
  }
}
@media (max-width: 575px) {
  .page-template-about-us .main-content .image-holder .main-content-feat-img-2 {
    margin-top: 22px;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .section-cta {
    background-color: var(--color-neutral);
  }
}
.page-template-about-us .section-community-involvement {
  background-color: var(--color-neutral);
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-community-involvement {
    padding-top: 91px;
    padding-bottom: 99px;
  }
}
.page-template-about-us .section-community-involvement .community-involvement-img-container {
  margin-top: 84px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-community-involvement .community-involvement-img-container {
    display: grid;
    grid-template-columns: repeat(3, 362px);
    justify-content: center;
    margin-bottom: 142.9px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .section-community-involvement .community-involvement-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.page-template-about-us .section-community-involvement .community-involvement-img-container .img-container {
  position: relative;
  transform: rotate(135deg);
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .section-community-involvement .community-involvement-img-container .img-container {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .section-community-involvement .community-involvement-img-container .img-container {
    margin-bottom: 127px;
  }
}
.page-template-about-us .section-community-involvement .community-involvement-img-container .img-container .img-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.01em;
  width: 100%;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-us .section-community-involvement .achievements-container {
  padding: 43px 38px 62px;
  background-color: #fff;
  border: 3px solid #D2D9DF;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-community-involvement .achievements-container {
    padding-bottom: 82px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .page-template-about-us .section-community-involvement .achievements-container {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 52px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .section-community-involvement .achievements-container .heading {
    margin-bottom: 32px;
  }
}
.page-template-about-us .section-community-involvement .achievements-container .achievement-item {
  border-top: 1px solid #CEDEEA;
  padding-top: 39px;
  padding-bottom: 36px;
}

@media (max-width: 575px) {
  .page-template-about-us .section-community-involvement .achievements-container .achievement-item {
    padding-bottom: 16px;
  }
}
.page-template-about-us .section-community-involvement .achievements-container .achievement-item:last-of-type {
  border-bottom: 1px solid #CEDEEA;
}

.page-template-about-us .section-community-involvement .achievements-container .achievement-item .achievement-item-content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .section-community-involvement .achievements-container .achievement-item .achievement-item-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 927px;
  }
}
.page-template-about-us .section-community-involvement .achievements-container .achievement-item .achievement-item-content .img-container {
  width: 100%;
  max-width: 150px;
}

@media (max-width: 991px) {
  .page-template-about-us .section-community-involvement .achievements-container .achievement-item .achievement-item-content .img-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .section-community-involvement .achievements-container .achievement-item .achievement-item-content .content {
    width: 100%;
    max-width: 670px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .section-community-involvement .achievements-container .achievement-item .achievement-item-content .content {
    max-width: 740px;
  }
}
.page-template-about-us .archive-pa-container {
  background-color: var(--color-neutral);
  padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .archive-pa-container {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .archive-pa-container {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .archive-pa-container .archive-pa-link:nth-of-type(1) {
    min-width: 216px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .archive-pa-container .archive-pa-link:nth-of-type(2) {
    min-width: 216px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .archive-pa-container .archive-pa-link:nth-of-type(3) {
    min-width: 268px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .archive-pa-container .archive-pa-link:nth-of-type(4) {
    min-width: 175px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .section-bottom-generic {
    background-size: auto;
    background-color: var(--color-neutral);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .section-bottom-generic:before {
    max-width: 850px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-about-us .section-bottom-generic:before {
    max-width: 680px;
  }
}

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