@charset "UTF-8";
/**
* 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: #303C4C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.bio-contact-details {
  background: #F5F5F4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bio-contact-details ul {
  margin-bottom: 0;
  padding-left: 0;
}

.bio-contact-details ul li {
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: 0.36px;
}

.bio-contact-details ul li.position {
  color: #9F8958;
  text-transform: uppercase;
}

.bio-contact-details ul li.email a {
  color: #202e3e;
}

@media (min-width: 768px) {
  .bio-contact-details ul li.email {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bio-contact-details ul li.phone {
  color: #3576BB;
}

.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;
  }
}
.bio-credentials {
  background: #3576BB;
  padding-top: 90px;
  padding-bottom: 95px;
}

.bio-credentials__heading {
  margin-bottom: 41px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.2px;
  letter-spacing: 0.416px;
}

.bio-credentials .bio-section-wrap .row {
  margin: 0;
}

.bio-credentials ul.col-lg-5,
.bio-credentials ul.col-md-5 {
  padding-left: 0 !important;
  margin-bottom: 0;
}

.bio-credentials ul.col-lg-5 li,
.bio-credentials ul.col-md-5 li {
  font-size: 18px;
  font-style: normal;
  color: var(--color-primary);
  line-height: 29px;
  letter-spacing: 0.18px;
  font-weight: 400;
  padding-left: 18px;
}

.bio-credentials ul.col-lg-5 li:last-child,
.bio-credentials ul.col-md-5 li:last-child {
  margin-bottom: 0;
}

.bio-credentials ul.col-lg-5 li::before,
.bio-credentials ul.col-md-5 li::before {
  content: "•";
  color: #9F8958;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.bio-credentials ul.col-lg-5 ul,
.bio-credentials ul.col-md-5 ul {
  margin-bottom: 0;
  padding-left: 0;
}

.bio-credentials ul.col-lg-5 > li,
.bio-credentials ul.col-md-5 > li {
  font-weight: 600;
  list-style: none;
  padding-left: 0;
}

.bio-credentials ul.col-lg-5 > li:before,
.bio-credentials ul.col-md-5 > li:before {
  display: none;
}

.single-attorney .heading {
  margin-bottom: 70px;
}

.single-attorney .heading:after {
  bottom: -30px;
  background: #9F8958;
}

.single-attorney .qa {
  padding-top: 90px;
  padding-bottom: 95px;
}

.single-attorney .qa-item {
  margin-bottom: 40px;
  background: #fff;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
  padding: 60px 115px 70px 70px;
}

.single-attorney .qa-item:last-child {
  margin-bottom: 0;
}

.single-attorney .qa-question p {
  margin-bottom: 0;
}

.single-attorney .qa-question span {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.4px;
  color: #9F8958;
  letter-spacing: 0.243px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .single-attorney .qa-question strong {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-primary);
    letter-spacing: 0.09px;
    margin-bottom: 6px;
  }
}
.single-attorney .qa-answer {
  margin-top: 34px;
}

.single-attorney .qa-answer span {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.4px;
  color: #3576BB;
  letter-spacing: 0.243px;
  margin-bottom: 18px;
}

.single-attorney .qa-answer p {
  margin-bottom: 0;
}

.single-attorney .qa-answer .answer {
  display: none;
}

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