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

.credentials-wrap {
  margin-bottom: 45px;
}

.credentials-wrap .credential-item .credential-title {
  color: #1b496c;
  font-size: 36px;
  font-weight: 500;
  line-height: 49px;
  padding-left: 90px;
  min-height: 62px;
  padding-top: 8px;
  margin-bottom: 25px;
}

.credentials-wrap .credential-item:nth-child(1) .credential-title {
  background: url("../images/icon-credential01.svg") no-repeat scroll left center transparent;
  background-size: 62px 62px;
}

.credentials-wrap .credential-item:nth-child(2) .credential-title {
  background: url("../images/icon-credential02.svg") no-repeat scroll left center transparent;
  background-size: 62px 62px;
}

.credentials-wrap .credential-item:nth-child(3) .credential-title {
  background: url("../images/icon-credential03.svg") no-repeat scroll left center transparent;
  background-size: 62px 62px;
}

.credentials-wrap .credential-item .credential-content {
  padding-left: 75px;
}

@media (max-width: 767px) {
  .credentials-wrap .credential-item .credential-content {
    padding-left: 0;
  }
}
.main-content {
  padding-top: 52px;
  padding-bottom: 0;
}

.main-content .entry-content {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  padding: 54px 61px 15px;
}

@media (max-width: 767px) {
  .main-content .entry-content {
    padding: 54px 30px 15px;
  }
}
.main-content .entry-content .position-phone {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .main-content .entry-content .position-phone {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}
.main-content .entry-content .position-phone .position {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  color: #1554AC;
  position: relative;
}

@media (max-width: 1439px) {
  .main-content .entry-content .position-phone .position {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .main-content .entry-content .position-phone .position {
    font-size: 23px;
  }
}
.main-content .entry-content .position-phone .position:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 34px;
  background: #BBB;
  margin-left: 45px;
  margin-right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1439px) {
  .main-content .entry-content .position-phone .position:after {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-content .entry-content .position-phone .position:after {
    display: none;
  }
}
.main-content .entry-content .position-phone .phone {
  position: relative;
  padding-left: 73px;
  line-height: 30px;
}

@media (max-width: 1439px) {
  .main-content .entry-content .position-phone .phone {
    padding-left: 43px;
  }
}
@media (max-width: 1199px) {
  .main-content .entry-content .position-phone .phone {
    padding-left: 0;
  }
}
.main-content .entry-content .position-phone .phone .phone-div {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.44px;
  text-decoration-line: underline;
  padding-left: 48px;
}

.main-content .entry-content .position-phone .phone:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/icon-phone.png") no-repeat scroll left center transparent;
  background-size: 32px 32px;
}

.main-content .entry-content .social__links {
  margin-top: 18px;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .main-content .entry-content .social__links {
    justify-content: center;
    align-items: center;
  }
}
.main-content .entry-content .social__links li {
  padding-left: 0;
  margin-right: 27px;
  margin-left: 0 !important;
  width: 47px;
  height: 47px;
  border: 2px solid #C6C6C6 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .main-content .entry-content .social__links li {
    margin-right: 13px;
    margin-left: 13px !important;
  }
}
.main-content .entry-content .content {
  margin-top: 40px;
}

.main-content .entry-content .content p {
  font-size: 16px;
  margin-bottom: 27px;
}

.pa {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pa {
    padding-bottom: 70px;
  }
}
.pa__header {
  text-align: center;
}

.pa__headerTitle {
  margin-bottom: 50px;
  color: #09203E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}

.pa__headerIntro {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.pa.pa__layout--2 .pa__item {
  background-color: white;
  background-image: none !important;
  margin: 0 auto 20px auto;
  width: 100%;
  position: relative;
  padding: 10px;
  border: 1px solid #3B84E7;
  height: 58px;
}

.pa.pa__layout--2 .pa__itemIcon {
  display: none;
}

.pa.pa__layout--2 .pa__itemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: white;
}

.pa.pa__layout--2 .pa__itemLink:hover {
  border-color: #1A3654;
  background: #3B84E7;
}

.pa.pa__layout--2 .pa__itemLink:hover .pa__itemTitle {
  color: white;
}

.pa.pa__layout--2 .pa__itemTitle {
  color: var(--color-primary);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
  text-align: center;
  width: 90%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pa .pa-col {
  padding-left: 10px;
  padding-right: 10px;
}

/*# sourceMappingURL=single-attorney.css.map*/