/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* 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-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
.main-content .container .row > .content.col-xl-8 {
    padding-right: 15px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1400px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.about-content .page-heading h1.page-title {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .about-content .results {
    margin-top: 0px;
  }
}
.about-content .meet-our-attorneys {
  background: none;
}

@media screen and (min-width: 992px) {
  .about-content .meet-our-attorneys {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 991px) {
  .about-content .meet-our-attorneys {
    padding: 50px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-content .meet-our-attorneys {
    padding: 40px 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .about-content .meet-our-attorneys .intro-content-txt {
    font-size: 24px;
  }
}
.about-content .meet-our-attorneys-single .single-attorney-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .about-content .meet-our-attorneys-single .single-attorney-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .about-content .meet-our-attorneys-single .single-attorney-container {
    align-items: center;
  }
}
.about-content .meet-our-attorneys-single .single-atty-img-container {
  width: 100%;
  max-width: 360px;
}

@media screen and (min-width: 992px) {
  .about-content .meet-our-attorneys-single .single-atty-img-container {
    flex: 0 0 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-content .meet-our-attorneys-single .single-atty-img-container {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .about-content .meet-our-attorneys-single .single-atty-img-container {
    max-width: 300px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-content .meet-our-attorneys-single .single-atty-img-container {
    max-width: 260px;
  }
}
@media screen and (max-width: 575px) {
  .about-content .meet-our-attorneys-single .single-atty-img-container {
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .meet-our-attorneys-single .single-atty-content-container {
    flex: 0 0 733px;
  }
}
@media screen and (max-width: 575px) {
  .about-content .meet-our-attorneys-single .single-atty-content-container {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .meet-our-attorneys-single .single-atty-content-container p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .about-content .first-section, .about-content .second-section {
    padding: 50px 0;
  }
}
.about-content .first-section .first-section-content-container, .about-content .first-section .second-section-content-container, .about-content .second-section .first-section-content-container, .about-content .second-section .second-section-content-container {
  background-color: var(--color-neutral);
  padding: 3.3rem 1.7rem;
}

@media (min-width: 576px) {
  .about-content .first-section .first-section-content-container, .about-content .first-section .second-section-content-container, .about-content .second-section .first-section-content-container, .about-content .second-section .second-section-content-container {
    padding: 3.3rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about-content .first-section .first-section-content-container, .about-content .first-section .second-section-content-container, .about-content .second-section .first-section-content-container, .about-content .second-section .second-section-content-container {
    padding: 3.3rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .about-content .first-section .first-section-content-container, .about-content .first-section .second-section-content-container, .about-content .second-section .first-section-content-container, .about-content .second-section .second-section-content-container {
    margin-top: 50px;
    position: relative;
    z-index: 1;
    padding: 3.3rem 3rem;
    width: 100%;
    max-width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .first-section .first-section-content-container, .about-content .first-section .second-section-content-container, .about-content .second-section .first-section-content-container, .about-content .second-section .second-section-content-container {
    padding: 3.3rem 3.45rem 4rem;
  }
}
.about-content .first-section .first-section-content-container h2, .about-content .first-section .second-section-content-container h2, .about-content .second-section .first-section-content-container h2, .about-content .second-section .second-section-content-container h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #3c3a3a;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .about-content .first-section .first-section-content-container h2, .about-content .first-section .second-section-content-container h2, .about-content .second-section .first-section-content-container h2, .about-content .second-section .second-section-content-container h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.about-content .first-section .first-section-content-container h3, .about-content .first-section .second-section-content-container h3, .about-content .second-section .first-section-content-container h3, .about-content .second-section .second-section-content-container h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: var(--color-tertiary);
}

.about-content .first-section .first-section-content-container h3 em, .about-content .first-section .second-section-content-container h3 em, .about-content .second-section .first-section-content-container h3 em, .about-content .second-section .second-section-content-container h3 em {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.about-content .first-section .first-section-content-container .btn-link, .about-content .first-section .second-section-content-container .btn-link, .about-content .second-section .first-section-content-container .btn-link, .about-content .second-section .second-section-content-container .btn-link {
  color: var(--link-color);
  font-weight: 600;
}

.about-content .first-section .first-section-content-container .btn-link:is(:hover, :focus), .about-content .first-section .second-section-content-container .btn-link:is(:hover, :focus), .about-content .second-section .first-section-content-container .btn-link:is(:hover, :focus), .about-content .second-section .second-section-content-container .btn-link:is(:hover, :focus) {
  color: var(--link-hover-color);
}

@media screen and (min-width: 1200px) {
  .about-content .first-section .first-section-content-container p, .about-content .first-section .second-section-content-container p, .about-content .second-section .first-section-content-container p, .about-content .second-section .second-section-content-container p {
    margin-right: 9px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-content .first-section .first-section-content-container, .about-content .second-section .first-section-content-container {
    max-width: 605px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-content .first-section .second-section-content-container, .about-content .second-section .second-section-content-container {
    max-width: 605px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .first-section .second-section-content-container, .about-content .second-section .second-section-content-container {
    max-width: 729px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .about-content .first-section .second-section-content-container .btn-link, .about-content .second-section .second-section-content-container .btn-link {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (max-width: 360px) {
  .about-content .first-section .second-section-content-container .btn-link, .about-content .second-section .second-section-content-container .btn-link {
    margin-left: -13.6px;
    margin-right: -13.6px;
  }
}
.about-content .first-section .first-section-img-container, .about-content .first-section .second-section-img-container, .about-content .second-section .first-section-img-container, .about-content .second-section .second-section-img-container {
  text-align: center;
  margin: 3.5rem auto 4rem;
}

@media screen and (min-width: 768px) {
  .about-content .first-section .first-section-img-container, .about-content .first-section .second-section-img-container, .about-content .second-section .first-section-img-container, .about-content .second-section .second-section-img-container {
    text-align: center;
    margin: 3.5rem auto;
  }
}
@media screen and (min-width: 992px) {
  .about-content .first-section .first-section-img-container, .about-content .first-section .second-section-img-container, .about-content .second-section .first-section-img-container, .about-content .second-section .second-section-img-container {
    margin: 0 auto 2rem;
    height: 100%;
    min-height: 390px;
    max-height: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .first-section .first-section-img-container, .about-content .first-section .second-section-img-container, .about-content .second-section .first-section-img-container, .about-content .second-section .second-section-img-container {
    min-height: 457px;
    max-height: 457px;
  }
}
@media screen and (max-width: 575px) {
  .about-content .first-section .first-section-img-container, .about-content .first-section .second-section-img-container, .about-content .second-section .first-section-img-container, .about-content .second-section .second-section-img-container {
    margin: 2rem auto 3rem;
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .about-content .first-section .first-section-img-container img.section-img, .about-content .first-section .second-section-img-container img.section-img, .about-content .second-section .first-section-img-container img.section-img, .about-content .second-section .second-section-img-container img.section-img {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 390px;
    height: 100%;
    max-height: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .first-section .first-section-img-container img.section-img, .about-content .first-section .second-section-img-container img.section-img, .about-content .second-section .first-section-img-container img.section-img, .about-content .second-section .second-section-img-container img.section-img {
    position: absolute;
    right: 0;
    max-width: 456px;
    height: 100%;
    max-height: 457px;
  }
}
.about-content .first-section .second-section-img-container, .about-content .second-section .second-section-img-container {
  margin: 3rem auto 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-content .first-section .second-section-img-container, .about-content .second-section .second-section-img-container {
    position: relative;
    width: 100%;
    max-width: 457px;
  }
}
@media screen and (min-width: 992px) {
  .about-content .first-section .second-section-img-container, .about-content .second-section .second-section-img-container {
    margin: 0 auto 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .about-content .first-section .second-section-img-container, .about-content .second-section .second-section-img-container {
    min-height: 457px;
  }
}
@media screen and (min-width: 768px) {
  .about-content .first-section .second-section-img-container .section-img, .about-content .second-section .second-section-img-container .section-img {
    position: relative;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  .about-content .first-section .second-section-img-container .section-img, .about-content .second-section .second-section-img-container .section-img {
    position: absolute;
    left: 12px;
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .first-section .second-section-img-container .section-img, .about-content .second-section .second-section-img-container .section-img {
    width: 457px;
  }
}
.about-content .first-section .cta-holder, .about-content .second-section .cta-holder {
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .about-content .first-section .cta-holder, .about-content .second-section .cta-holder {
    margin: 2.5rem auto 0;
  }
}
.about-content .first-section .cta-holder .label, .about-content .second-section .cta-holder .label {
  color: #4b4a49;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}

.about-content .first-section .cta-holder .label:before, .about-content .second-section .cta-holder .label:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .about-content .first-section .cta-holder .label:before, .about-content .second-section .cta-holder .label:before {
    max-width: 305px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-content .first-section .cta-holder .label, .about-content .second-section .cta-holder .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 330px) {
  .about-content .first-section .cta-holder .label, .about-content .second-section .cta-holder .label {
    font-size: 20px;
  }
}
.about-content .first-section .cta-holder .contact-phone, .about-content .second-section .cta-holder .contact-phone {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

@media screen and (min-width: 992px) {
  .about-content .first-section .cta-holder .contact-phone, .about-content .second-section .cta-holder .contact-phone {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-content .first-section .cta-holder .contact-phone, .about-content .second-section .cta-holder .contact-phone {
    font-size: 35px;
  }
}
.about-content .first-section .cta-holder .contact-phone:after, .about-content .second-section .cta-holder .contact-phone:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .about-content .first-section .cta-holder .contact-phone:after, .about-content .second-section .cta-holder .contact-phone:after {
    max-width: 305px;
  }
}
.about-content .first-section .cta-holder .btn-wrapper, .about-content .second-section .cta-holder .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .about-content .first-section .cta-holder .btn-wrapper, .about-content .second-section .cta-holder .btn-wrapper {
    flex-direction: column;
  }
}
.about-content .first-section .cta-holder .btn-wrapper .btn, .about-content .second-section .cta-holder .btn-wrapper .btn {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
  padding: 16.5px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-content .first-section {
    padding: 50px 0 0;
  }
}
@media (max-width: 991px) {
  .about-content .first-section .cta-holder .contact-phone {
    display: flex;
    flex-direction: column;
  }

  .about-content .first-section .cta-holder .btn-wrapper {
    display: block;
  }

  .about-content .first-section .cta-holder .btn-wrapper .btn {
    display: block;
    margin: 20px auto 0;
    max-width: 300px;
    width: 100%;
    padding: 16.5px 10px;
  }
}
@media screen and (min-width: 992px) {
  .about-content .first-section {
    padding-top: 26px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .about-content .first-section .sidebar .sidebar-item:first-child {
    margin-top: 3rem;
  }
}
.about-content .results {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-content .results .container {
    padding: 0 18px;
  }
}
.about-content .results .content {
  position: relative;
  padding: 25px 15px;
}

@media (max-width: 767px) {
  .about-content .results .content:before {
    height: 20%;
  }
}
@media screen and (min-width: 768px) {
  .about-content .results .content {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-content .results .content {
    padding: 90px 0;
  }
}
.about-content .results .content .results-slider {
  position: relative;
}

@media (max-width: 1199px) {
  .about-content .results .content .results-slider {
    padding-left: 0;
  }
}
.about-content .results .content .results-slider .section-title {
  font-family: var(--main-font), sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .about-content .results .content .results-slider .section-title {
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .about-content .results .content .results-slider .section-title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.85px;
    line-height: normal;
  }
}
.about-content .results .content .results-slider .results-intro-content {
  font-size: 18px;
  font-weight: 500;
  color: var(--accent-color);
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .about-content .results .content .results-slider .results-intro-content {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 40px;
  }
}
.about-content .results .content .grid-results {
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .about-content .results .content .grid-results {
    margin-top: 48px;
  }
}
.about-content .results .content .btn-wrapper {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .about-content .results .content .btn-wrapper {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .about-content .results .content .btn-wrapper {
    margin-top: 50px;
  }
}
.about-content .results .content .btn-wrapper .btn {
  padding: 23px;
}

@media (max-width: 767px) {
  .about-content .results .content .btn-wrapper .btn {
    padding: 19px;
    min-width: unset;
  }
}
.about-content .second-section {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .about-content .second-section {
    padding: 70px 0;
  }
}
@media screen and (min-width: 992px) {
  .about-content .second-section {
    padding: 100px 0;
  }
}

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