/**
* 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-location .location-intro {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 992px) {
  .page-template-location .location-intro .container .row:not(.entry-content .row) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .entry-content.col-xl-8,
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .content.col-xl-8 {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .entry-content.col-xl-8,
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .content.col-xl-8 {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .entry-content.col-xl-8 .location-intro-content-container,
  .page-template-location .location-intro .container .row:not(.entry-content .row) > .content.col-xl-8 .location-intro-content-container {
    width: 100%;
    max-width: 842px;
  }
}
.page-template-location .location-intro .inner-col {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 65px;
  }
}
.page-template-location .location-intro .inner-col .location-details-info-container {
  background-color: #fff;
  border: 3px solid #D2D9DF;
  padding: 35px 33px 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media (max-width: 399px) {
  .page-template-location .location-intro .inner-col .location-details-info-container {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.page-template-location .location-intro .inner-col .location-details .location-title {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-tertiary);
  line-height: 30px;
  letter-spacing: 0.23em;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 22px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 19px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .page-template-location .location-intro .inner-col .location-details .location-title {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 399px) {
  .page-template-location .location-intro .inner-col .location-details .location-title {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 329px) {
  .page-template-location .location-intro .inner-col .location-details .location-title {
    letter-spacing: normal;
  }
}
.page-template-location .location-intro .inner-col .location-details .location-firm-name {
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 31px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .location-firm-name {
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 575px) {
  .page-template-location .location-intro .inner-col .location-details .location-firm-name {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.page-template-location .location-intro .inner-col .location-details .address {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address {
    margin-bottom: 22px;
  }
}
.page-template-location .location-intro .inner-col .location-details .address p {
  font-size: 16px;
  color: var(--color-tertiary);
  line-height: 30px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address p {
    color: #0B1E2A;
    letter-spacing: 0.01em;
  }
}
.page-template-location .location-intro .inner-col .location-details .address .office-intake-number {
  font-size: 16px;
  color: var(--color-tertiary);
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address .office-intake-number {
    color: #0B1E2A;
    letter-spacing: 0.01em;
  }
}
.page-template-location .location-intro .inner-col .location-details .address .office-intake-number a {
  color: inherit;
}

.page-template-location .location-intro .inner-col .location-details .address .office-phone-number {
  font-size: 16px;
  color: var(--color-tertiary);
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address .office-phone-number {
    color: #0B1E2A;
    letter-spacing: 0.01em;
  }
}
.page-template-location .location-intro .inner-col .location-details .address .office-phone-number a {
  color: inherit;
}

.page-template-location .location-intro .inner-col .location-details .address .office-fax-number {
  font-size: 16px;
  color: var(--color-tertiary);
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details .address .office-fax-number {
    color: #0B1E2A;
    letter-spacing: 0.01em;
  }
}
.page-template-location .location-intro .inner-col .location-details .address .office-fax-number a {
  color: inherit;
}

.page-template-location .location-intro .inner-col .location-details .address__buttons a {
  margin-right: 30px;
}

.page-template-location .location-intro .inner-col .location-details .address__buttons button {
  background-color: rgba(255, 0, 0, 0);
}

.page-template-location .location-intro .inner-col .location-details .address__buttons button:focus {
  background-color: rgba(255, 0, 0, 0);
}

.page-template-location .location-intro .inner-col .location-details figure {
  margin-top: 31px;
}

@media screen and (min-width: 768px) {
  .page-template-location .location-intro .inner-col .location-details figure {
    margin-top: 38px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-intro .inner-col .location-details figure {
    text-align: center;
  }
}
.page-template-location .location-contact {
  background-color: var(--color-primary);
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template-location .location-contact .container .location-contact-wrap .location-contact-top {
  text-align: center;
}

.page-template-location .location-contact .container .location-contact-wrap .location-contact-top .heading {
  color: #fff;
}

.page-template-location .location-contact .container .location-contact-wrap .location-contact-top p {
  color: #fff;
}

.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

@media screen and (min-width: 1400px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom form {
    flex-direction: row;
    align-items: flex-end;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body {
    max-width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_body label {
  color: #fff;
}

@media (max-width: 1399px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer {
    width: 100%;
    justify-content: center;
  }
}
.page-template-location .location-contact .container .location-contact-wrap .location-contact-bottom .gform_footer .btn {
  min-width: 220px;
}

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

@media screen and (min-width: 992px) {
  .page-template-location .location-second-main-content .sidebar .sidebar-item:last-child > div:not(:empty) {
    margin-bottom: 0;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .page-template-location .location-second-main-content .social-contact-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-location .location-second-main-content .social-contact-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap {
    display: block;
    text-align: center;
  }
}
.page-template-location .location-second-main-content .social-contact-wrap .h3-heading {
  padding-right: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap .h3-heading {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-location .location-second-main-content .social-contact-wrap .social-icon-list {
    justify-content: center;
  }
}
.page-template-location .location-third-main-content {
  background-color: var(--color-neutral);
}

.page-template-location .location-third-main-content .sidebar .sidebar-item:last-child > div:not(:empty) {
  margin-bottom: 0;
}

.page-template-location .archive-pa-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template-location .archive-pa-container .archive-pa-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .page-template-location .archive-pa-container .archive-pa-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-template-location .archive-pa-container .archive-pa-content .archive-pa-link {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .page-template-location .archive-pa-container .archive-pa-content .archive-pa-link {
    max-width: none;
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .page-template-location .archive-pa-container .archive-pa-content .archive-pa-link:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-location .archive-pa-container .archive-pa-content .archive-pa-link {
    width: calc(33.333% - 16px);
  }
  .page-template-location .archive-pa-container .archive-pa-content .archive-pa-link:nth-child(2n) {
    margin-right: 24px;
  }
  .page-template-location .archive-pa-container .archive-pa-content .archive-pa-link:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .page-template-location .archive-pa-container .archive-pa-content .archive-pa-link {
    min-width: initial;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-template-location .archive-pa-container .archive-pa-content .archive-pa-link:last-of-type {
    margin-bottom: 0;
  }
}
.page-template-location .section-featured-on {
  background-color: var(--color-neutral);
}

.page-template-location .section-featured-on .featured-on-container {
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-location .section-featured-on .featured-on-container {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .section-featured-on .featured-on-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 55px;
  }
}
.page-template-location .section-featured-on .featured-on-container .featured-on-title {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  color: #19242F;
  line-height: 27px;
  letter-spacing: 0.23em;
  margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
  .page-template-location .section-featured-on .featured-on-container .featured-on-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .section-featured-on .featured-on-container .featured-on-title {
    margin-right: 54px;
    margin-bottom: 0;
  }
}
.page-template-location .section-featured-on .featured-on-container .featured-on-logos-container {
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-location .section-featured-on .featured-on-container .featured-on-logos-container {
    width: 100%;
    max-width: 318px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-location .section-featured-on .featured-on-container .featured-on-logos-container .image-holder {
  margin-right: 21px;
}

@media screen and (min-width: 1200px) {
  .page-template-location .section-featured-on .featured-on-container .featured-on-logos-container .image-holder {
    margin-right: 55px;
  }
}
.page-template-location .section-featured-on .featured-on-container .featured-on-logos-container .image-holder:last-of-type {
  margin-right: 0;
}

.page-template-location .pa-heading {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-location .pa-heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-location .pa-intro-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-location .pa-see-all-link {
  margin-top: 20px;
}

.page-template-location .pa-see-all-link .btn {
  min-width: 270px;
}

/*# sourceMappingURL=location.css.map*/