/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner 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-about-us .main-content {
  position: relative;
  padding-bottom: 260px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content {
    padding-bottom: 309px;
  }
}
@media (min-width: 768px) {
  .page-template-about-us .main-content {
    padding-top: 0;
  }
}
.page-template-about-us .main-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(330.18deg, #0D2037 37.31%, #1F497B 90.02%);
  pointer-events: none;
}

@media screen and (min-width: 1440px) {
  .page-template-about-us .main-content .attorneys__content-container {
    margin-left: 55px;
  }
}
.page-template-about-us .main-content .attorneys__subheadline {
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.19em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.page-template-about-us .main-content .btn-std {
  margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content .btn-std {
    min-width: 317px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-about-us .main-content .btn-std {
    margin-bottom: 32px;
  }
}
.page-template-about-us .about-2 {
  padding-top: 0;
  padding-bottom: 53px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-2 {
    padding-bottom: 59px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-2 {
    padding-bottom: 104px;
  }
}
.page-template-about-us .about-2:before {
  top: -83px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-2:before {
    top: -165px;
  }
}
.page-template-about-us .about-2-img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 21px;
  margin-bottom: 33px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-2-img-container {
    grid-template-columns: repeat(1, 1fr);
    column-gap: initial;
    row-gap: 49.36px;
    margin-top: -140px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .about-2-img-container {
    max-width: 95%;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .about-2-img-container {
    margin-top: -220px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .about-2-img-container {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    margin-top: -212px;
  }
}
.page-template-about-us .about-2 .page-title {
  font-family: var(--secondary-font), sans-serif;
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-2 .page-title {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-2 .page-title {
    font-size: 32px;
    line-height: 45px;
    color: var(--color-primary);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-2 .page-title {
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-2 .entry-content {
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 60px 50px;
    margin-top: -240px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .about-2 .entry-content {
    padding: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .about-2 .entry-content {
    padding: 64px 62px 46px;
    margin-top: -250px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-2 .entry-content p {
    margin-right: 1px;
  }
}
.page-template-about-us .about-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--color-neutral);
}

@media (min-width: 1400px) {
  .page-template-about-us .about-3 .container {
    max-width: 1450px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-3 {
    padding-top: 126px;
    padding-bottom: 122px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .about-3 {
    padding-top: calc(126px + 1rem);
    padding-bottom: 124px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .about-3 .entry-content {
    margin-right: -13px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-3 .entry-content li {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .page-template-about-us .about-3-img-container {
    margin-top: 31px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .about-3-img-container {
    margin-top: 1rem;
  }
}
.page-template-about-us .about-4 {
  background-color: var(--color-neutral);
  padding-top: 50px;
  padding-bottom: 83px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-4 {
    padding-top: 87px;
    padding-bottom: 95px;
  }
}
.page-template-about-us .about-4 a {
  color: inherit;
  text-decoration: underline;
}

.page-template-about-us .about-4 a:hover {
  color: var(--link-hover-color);
}

@media (min-width: 1440px) {
  .page-template-about-us .about-4-custom-row {
    width: 100%;
    max-width: 1319px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-about-us .about-4 .call-to-action-container {
  margin-top: -305px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-4 .call-to-action-container {
    margin-top: -335px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-4 .call-to-action-container {
    margin-top: -212px;
  }
}
.page-template-about-us .about-4-content {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-4-content {
    max-width: 769px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-about-us .about-4-item-content {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-4-item-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-about-us .about-4-item-content {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .about-4-item-content:first-child {
    margin-bottom: 31px;
  }
}
.page-template-about-us .about-4-item-content .about-4-item-img-container {
  flex: 0 0 265px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-4-item-content .about-4-item-img-container {
    flex: 0 0 auto;
  }
}
.page-template-about-us .about-4-item-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #274072;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-4-item-title {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .about-4-item-title {
    margin-bottom: 8px;
  }
}
.page-template-about-us .about-4-item-title a {
  color: inherit;
  text-decoration: underline;
}

.page-template-about-us .about-4-item-title a:hover {
  color: var(--link-hover-color);
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-4-item-text {
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-4 .col-xl-6:nth-child(odd) .about-4-item-content {
    max-width: 538px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-4 .col-xl-6:nth-child(odd) .about-4-item-img-container {
    margin-right: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-4 .col-xl-6:nth-child(even) .about-4-item-content {
    max-width: 625px;
  }
}
.page-template-about-us .about-4-bottom-text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-4-bottom-text {
    margin-top: 34px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-4-bottom-text {
    line-height: 32px;
    max-width: 769px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-about-us .about-5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/get-to-know-us-before-you-call-us-bg-mobile.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-5 {
    background-image: url("../images/get-to-know-us-before-you-call-us-bg-tablet.jpg");
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-5 {
    background-position: bottom center;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-5 {
    padding-top: 104px;
    padding-bottom: 106px;
    background-image: url("../images/get-to-know-us-before-you-call-us-bg-desktop.jpg");
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .about-5-image-container {
    margin-bottom: 31px;
  }
}
.page-template-about-us .about-5-container-content {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-5-container-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 535px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .about-5-container-content {
    margin-left: -15px;
  }
}
.page-template-about-us .about-5-container-content p {
  color: #fff;
}

.page-template-about-us .cases-we-take {
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .cases-we-take {
    padding-bottom: 85px;
  }
}
.page-template-about-us .cases-we-take-title {
  margin-bottom: 18px;
  max-width: 100%;
}

.page-template-about-us .cases-we-take-content {
  width: 100%;
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .cases-we-take-content {
    margin-bottom: 51px;
  }
}
.page-template-about-us .cases-we-take-bottom-text {
  line-height: 32px;
}

.page-template-about-us .cases-we-take-bottom-text a {
  text-decoration: underline;
}

@media (min-width: 1400px) {
  .page-template-about-us .posts-section .container {
    max-width: 1320px;
  }
}
@media (min-width: 1440px) {
  .page-template-about-us .posts-section .container {
    max-width: 1410px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .posts-section-item-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .posts-section-item-link-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-about-us .posts-section-item-link-container {
    width: 100%;
    max-width: 627px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-about-us .footer-shape {
  background-color: #F5F6F8;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .footer-shape {
    margin-top: -61px;
  }
}
.page-template-about-us figure img {
  border-radius: 6px;
}

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