/**
* 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);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.main-content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--Color-neutral, #F5F5F5);
}

@media screen and (min-width: 768px) {
  .main-content {
    padding-left: initial;
    padding-right: initial;
  }
}
@media screen and (min-width: 992px) {
  .main-content {
    padding-top: 50px;
  }
}
.reviewed-box {
  margin-bottom: 35px;
  position: relative;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.71) !important;
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1) !important;
  padding: 21px 20px 30px 20px !important;
}

@media screen and (min-width: 1400px) {
  .reviewed-box {
    padding: 21px 25px 30px 25px !important;
  }
}
@media screen and (min-width: 1440px) {
  .reviewed-box {
    padding: 21px 30px 30px 30px !important;
  }
}
.reviewed-box-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .reviewed-box-info {
    flex-wrap: nowrap;
  }
}
.reviewed-box-info .legally-reviewed-box__lawyer-thumbnail {
  border-radius: 300px;
  border: 3px solid #FFF;
  background: url(./) lightgray -40px 0.433px/194% 139.134% no-repeat, linear-gradient(106deg, #1D2E7A 0.31%, #1D2E6A 50.15%, #030919 100%);
  box-shadow: 0 0 6.089px 0 rgba(2, 8, 24, 0.1);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reviewed-box-info .legally-reviewed-box__lawyer-thumbnail {
    margin-right: 20px;
  }
}
.reviewed-box-info .top-content {
  padding-top: 25px;
  text-align: left;
  padding-right: 40px;
}

@media screen and (min-width: 1200px) {
  .reviewed-box-info .top-content {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 0;
  }
}
.reviewed-box-info .top-content .legally-reviewed-box__title {
  color: #030919;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.reviewed-box-info .top-content .bio-title {
  color: #030919;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

@media (max-width: 767px) {
  .reviewed-box-info .top-content .bio-title {
    line-height: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .reviewed-box-info .top-content .bio-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 1440px) {
  .reviewed-box-info .top-content .bio-title {
    font-size: 18px;
  }
}
.reviewed-box .legally-reviewed-box__lawyer-excerpt {
  margin-top: 30px;
  text-align: left;
  color: rgba(3, 9, 25, 0.8);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  padding-right: 56px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .reviewed-box .legally-reviewed-box__lawyer-excerpt {
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.reviewed-box #show-more {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 20px;
}

@media screen and (min-width: 1200px) {
  .reviewed-box #show-more {
    top: 50%;
    Transform: translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .reviewed-box #show-more {
    right: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .reviewed-box #show-more {
    right: 30px;
  }
}
.reviewed-box #show-less {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 20px;
}

@media screen and (min-width: 1200px) {
  .reviewed-box #show-less {
    top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .reviewed-box #show-less {
    right: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .reviewed-box #show-less {
    right: 30px;
  }
}
.reviewed-box .legally-reviewed-box__button {
  text-align: left;
}

.reviewed-box .legally-reviewed-box__button a {
  color: #1D2E7A;
  font-family: var(--main-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.reviewed-box .legally-reviewed-box__button a svg {
  position: relative;
  top: -2px;
  left: 4px;
}

.call-out-box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px 15px;
  border-radius: 24px;
  border: 3px solid #28A8C8;
  background: linear-gradient(106deg, #1D2E6A 50.15%, #030919 100%);
  box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .call-out-box {
    padding: 25px 30px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .call-out-box {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 53px 50px;
  }
}
.call-out-box a {
  color: #28A8C8 !important;
  text-decoration: none !important;
}

.call-out-box a:hover {
  text-decoration: underline !important;
}

.call-out-box .large-text {
  padding-top: 8px;
  display: block;
  color: #28A8C8;
  text-align: center;
  font-family: var(--main-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (min-width: 1200px) {
  .pd-r {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 1400px) {
  .pd-r {
    padding-right: 135px !important;
  }
}
.entry-content .btn {
  margin-right: 0px;
  margin-bottom: 0px;
}

.page-template-default #awards-part {
  padding-bottom: 25px;
}

.page-template-default #panel {
  position: relative;
}

.page-template-default #panel:before {
  content: "";
  background: linear-gradient(to top, rgba(98, 0, 24, 0) 50%, #F5F5F5 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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