@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar 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-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
  .main-content .container .row > .content.col-xl-8 {
    padding-right: 55px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.archive.category, .archive.date {
  background-color: #f5f5f5;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 20px;
  background: #f2f1f1;
  border-radius: 5px;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

.home .main-content {
  padding: 0 0 50px;
  background-color: var(--color-neutral);
}

@media (max-width: 767px) {
  .home .hero-home {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home .hero-home .btn-wrapper .cw_video_open_popup_customized {
    margin-top: 20px;
  }
}
.home .results {
  position: relative;
  z-index: 1;
  margin-top: -27px;
}

.home .results .content {
  position: relative;
  padding: 0;
}

.home .results .content .results-slider .section-title {
  position: absolute;
  top: 54px;
  left: -11px;
  color: #555;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .home .testimonials-section {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .home .help-section .container {
    margin-top: 45px;
  }
}
.home .help-section .container .main-home-cta {
  background-color: #ffffff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.home .help-section .container .main-home-cta .image-cta-holder .image-holder img {
  width: 100%;
  padding: 40px;
  padding-top: 45px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .home .help-section .container .main-home-cta .image-cta-holder .image-holder img {
    padding: 30px;
    padding-top: 45px;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .home .help-section .container .main-home-cta .image-cta-holder .image-holder img {
    padding-top: 43px;
  }
}
@media (max-width: 767px) {
  .home .help-section .container .main-home-cta .image-cta-holder .image-holder img {
    padding: 0px;
  }
}
.home .help-section .container .main-home-cta .cta-holder {
  padding: 35px 40px 40px;
  text-align: center;
  background-color: var(--color-primary);
  width: 391px;
  height: auto;
  margin: auto;
  position: relative;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .home .help-section .container .main-home-cta .cta-holder {
    margin-top: 0px;
    width: auto;
    padding: 24px 10px 30px;
  }
}
.home .help-section .container .main-home-cta .cta-holder .label {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 767px) {
  .home .help-section .container .main-home-cta .cta-holder .label {
    margin-bottom: 2px;
  }
}
.home .help-section .container .main-home-cta .cta-holder .contact-phone {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 36px;
  padding-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .home .help-section .container .main-home-cta .cta-holder .contact-phone {
    padding-bottom: 30px;
  }
}
.home .help-section .container .main-home-cta .cta-holder .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home .help-section .container .main-home-cta .cta-holder .btn-wrapper .btn {
  max-width: 339px;
  width: 100%;
  background-color: var(--color-accent);
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .home .help-section .container .main-home-cta .cta-holder .contact-phone {
    font-size: 32px;
  }
}
.home .help-section .container .main-home-cta .col-right .content {
  padding: 30px;
}

@media (min-width: 993px) {
  .home .help-section .container .main-home-cta .col-right .content {
    padding: 73px 40px 15px 0px;
  }
}
@media (min-width: 481px) and (max-width: 1200px) {
  .home .help-section .container .main-home-cta .col-right .content {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .home .help-section .container .main-home-cta .col-right .content {
    padding: 10px;
  }
}
.home .help-section .container .main-home-cta .col-right .content .btn-wrapper {
  margin-top: 35px;
}

@media (min-width: 1200px) {
  .home .help-section .container .main-home-cta .container {
    padding: 0;
  }
  .home .help-section .container .main-home-cta .col-left {
    position: relative;
    flex: 0 0 auto;
    padding: 0;
    width: 39%;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .home .help-section .container .main-home-cta .col-left {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1201px) and (max-width: 1439px) {
  .home .help-section .container .main-home-cta .col-left {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .home .help-section .container .main-home-cta .col-right {
    flex: 0 0 auto;
    padding: 0;
    width: 61%;
  }
}
@media (min-width: 1200px) and (min-width: 1201px) and (max-width: 1439px) {
  .home .help-section .container .main-home-cta .col-right {
    width: 55%;
  }
}
.home .help-section .container .main-home-cta #awards-part {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .home .help-section .container .main-home-cta #awards-part {
    padding-left: 0px;
  }
}
.home .help-section .container .main-home-cta #awards-part .awards-swiper-prev {
  height: 100%;
  margin-top: -55px;
  background-color: white;
  width: 55px;
  margin-left: -4px;
}

.home .help-section .container .main-home-cta #awards-part .awards-swiper-prev:after {
  left: 7px;
}

.home .help-section .container .main-home-cta #awards-part .awards-swiper-next {
  height: 100%;
  margin-top: -55px;
  background-color: white;
  width: 64px;
  margin-right: -10px;
}

.home .help-section .container .main-home-cta #awards-part .awards-swiper-next:after {
  left: 8px;
}

.home .practice-areas {
  padding: 60px 0 70px;
}

@media screen and (min-width: 1200px) {
  .home .practice-areas {
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .home .practice-areas .container {
    max-width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .home .practice-areas {
    padding: 20px 0 20px;
  }
}
.home .practice-areas .left-side {
  background: url(../images/footer-bg-location.png) #fff no-repeat 100%;
  padding: 50px;
  min-height: auto;
  margin-top: 19px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  padding-top: 0px;
  padding-left: 20px;
}

@media (min-width: 1921px) {
  .home .practice-areas .left-side {
    max-width: 815px;
    margin-left: auto;
  }
}
@media (min-width: 1201px) and (max-width: 1439px) {
  .home .practice-areas .left-side {
    width: 50%;
    padding: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 40px;
    min-height: auto;
  }
}
@media (max-width: 1200px) {
  .home .practice-areas .left-side {
    padding-top: 40px;
    padding-bottom: 92px;
  }
}
@media (max-width: 767px) {
  .home .practice-areas .left-side {
    width: 100%;
    padding: 25px;
    min-height: auto;
  }
}
@media (min-width: 481px) and (max-width: 1200px) {
  .home .practice-areas .left-side {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .home .practice-areas .left-side {
    background: initial;
    position: relative;
    margin-bottom: 0;
  }
}
.home .practice-areas .left-side:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .practice-areas .left-side:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    right: -19px;
    bottom: 0;
    background-image: url(../images/footer-bg-location.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}
@media (min-width: 1441px) {
  .home .practice-areas .left-side .content-div {
    width: 647px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 67px;
    margin-bottom: 45px;
    height: auto;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .home .practice-areas .left-side .content-div {
    width: 620px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 36px;
    margin-bottom: 0px;
    height: auto;
  }
}
@media (min-width: 1201px) and (max-width: 1439px) {
  .home .practice-areas .left-side .content-div {
    width: 475px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .home .practice-areas .left-side .content-div {
    position: relative;
    z-index: 2;
  }
}
.home .practice-areas .right-side {
  padding: 0px;
}

@media screen and (min-width: 1200px) {
  .home .practice-areas .right-side {
    z-index: 2;
  }
}
@media (min-width: 1921px) {
  .home .practice-areas .right-side {
    max-width: 815px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home .practice-areas .right-side {
    display: none;
  }
}
@media (min-width: 481px) {
  .home .practice-areas .right-side {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 1200px) {
  .home .practice-areas .right-side {
    width: 100%;
    text-align: center;
  }
}
.home .meet-our-attorneys {
  background: none;
  padding: 80px 0 30px;
}

@media (max-width: 575px) {
  .home .meet-our-attorneys {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home .meet-our-attorneys {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home .meet-our-attorneys .container .section-title {
    margin-bottom: 46.31px;
  }
}
.home .community-section {
  padding-bottom: 0px;
}

.home .community-section .content-holder {
  position: relative;
}

.home .community-section .content-holder .box-holder {
  position: absolute;
  width: 696px;
  height: 460px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 52px 60px;
  padding-right: 130px;
  margin-top: 83px;
  margin-left: -120px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .community-section .content-holder .box-holder {
    width: auto;
    margin-top: 19px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home .community-section .content-holder .box-holder {
    margin-top: 63px;
  }
}
@media screen and (min-width: 992px) {
  .home .community-section .content-holder .box-holder {
    padding: 62px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .home .community-section .content-holder .box-holder {
    position: relative;
    height: initial;
  }
}
.home .community-section .content-holder .box-holder .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--color-primary);
  letter-spacing: 0.3em;
  padding-bottom: 20px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .home .community-section .content-holder .box-holder .title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: var(--main-font), sans-serif;
  }
}
@media screen and (min-width: 992px) {
  .home .community-section .content-holder .box-holder .title {
    padding-bottom: 25px;
  }
}
.home .community-section .content-holder .box-holder .sub_title_community {
  font-family: var(--secondary-font), sans-serif;
  color: var(--color-secondary);
  font-weight: normal;
  line-height: 43px;
  font-size: 35px;
}

@media (max-width: 767px) {
  .home .community-section .content-holder .box-holder .sub_title_community {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    width: 100%;
    max-width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .home .community-section .content-holder .box-holder .content {
    width: 100%;
    max-width: 508px;
  }
}
.home .community-section .content-holder .box-holder .content p {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  line-height: 33px;
  font-weight: normal;
  color: #50505E;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .home .community-section .content-holder .box-holder .content p {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .home .community-section .content-holder .box-holder .content p {
    margin-bottom: 22px;
  }
}
.home .download-section {
  padding: 10px 0 120px;
}

@media screen and (min-width: 992px) {
  .home .download-section {
    padding-top: 50px;
    padding-bottom: 146px;
  }
}
@media screen and (min-width: 1200px) {
  .home .download-section {
    padding-top: 120.69px;
  }
}
.home .download-section .container {
  max-width: 1170px;
}

@media (min-width: 481px) and (max-width: 1200px) {
  .home .download-section .container {
    max-width: 540px;
  }
}
.home .download-section .download-item {
  display: flex;
  align-items: center;
  background-color: var(--color-neutral);
  border: 2px solid var(--color-primary);
  width: 1170px;
  height: 207px;
}

@media (min-width: 1201px) and (max-width: 1439px) {
  .home .download-section .download-item {
    width: auto;
  }
}
@media (min-width: 481px) and (max-width: 1200px) {
  .home .download-section .download-item {
    width: auto;
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .home .download-section .download-item {
    width: auto;
    height: auto;
    flex-direction: column;
  }
}
.home .download-section .download-item .image-holder {
  flex: 0 0 auto;
  margin-left: 49px;
}

@media screen and (max-width: 991px) {
  .home .download-section .download-item .image-holder {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .home .download-section .download-item .image-holder {
    padding-left: 0px;
  }
}
.home .download-section .download-item .image-holder img {
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.25);
}

.home .download-section .download-item .content-holder {
  margin-top: -7px;
  padding-left: 42px;
  padding-right: 35px;
  width: 100%;
}

@media (min-width: 481px) and (max-width: 1200px) {
  .home .download-section .download-item .content-holder {
    width: 85%;
    text-align: center;
    padding-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .home .download-section .download-item .content-holder {
    padding-left: 5px;
  }
}
.home .download-section .download-item .content-holder .title {
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .home .download-section .download-item .content-holder .title {
    margin-bottom: 16px;
  }
}
.home .download-section .download-item .content-holder .sub-title {
  color: #50505E;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  line-height: 33px;
  font-weight: normal;
  max-width: 500px;
}

@media screen and (min-width: 992px) {
  .home .download-section .download-item .content-holder .sub-title {
    max-width: 614px;
  }
}
.home .download-section .download-item .content-holder .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  max-width: 240px;
  width: 100%;
}

.home .download-section .download-item .content-holder .btn .icon {
  margin-left: 11px;
}

.home .download-section .download-item .button-holder {
  padding: 20px 27px;
}

@media screen and (min-width: 1200px) {
  .home .download-section .download-item .button-holder {
    padding-left: 0;
    padding-right: 60px;
    text-align: right;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1200px) {
    .home .download-section .download-item .button-holder {
      width: 100%;
      max-width: 260px;
    }
  }
}
@media (max-width: 1199px) {
  .home .results .content .results-slider .section-title {
    left: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .download-section .download-item .image-holder {
    max-width: 180px;
  }
  .home .download-section .download-item .content-holder {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .home .results .content .results-slider {
    padding-left: 0;
  }
  .home .results .content .results-slider .section-title {
    position: static;
    margin-top: 26px;
    transform: none;
  }
  .home .help-section .image-cta-holder {
    position: relative;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .home .help-section .image-cta-holder {
    padding: 0 0px;
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .home .help-section .image-cta-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 45%;
  }
  .home .help-section .image-cta-holder .image-holder {
    position: relative;
  }
  .home .help-section .col-right .content {
    padding: 30px 18px 50px;
    text-align: center;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .home .help-section .col-right .content {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .home .help-section .col-right .content p {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .home .help-section .col-right .content .btn-wrapper .btn {
    justify-content: center;
  }
  .home .help-section .cta-holder {
    margin-top: 25px;
  }
  .home .download-section .download-item {
    padding: 27px 4px;
  }
  .home .download-section .download-item:first-child {
    margin-bottom: 20px;
  }
  .home .download-section .download-item .image-holder {
    margin: 0;
    margin-bottom: 20px;
  }
  .home .download-section .download-item .content-holder {
    margin-top: 0;
  }
  .home .download-section .download-item .content-holder .title {
    margin: 0 auto 20px;
    text-align: center;
  }
  .home .download-section .download-item .content-holder .btn {
    margin: auto;
  }
  .home .download-section .download-item .btn {
    width: 284px !important;
  }
}
@media (max-width: 991px) {
  .home .help-section .cta-holder {
    padding: 43px 15px;
  }
  .home .help-section .cta-holder .label {
    margin-bottom: 4px;
    font-size: 19px;
  }
  .home .help-section .cta-holder .contact-phone {
    display: inline-flex;
  }
  .home .help-section .cta-holder .btn-wrapper {
    display: block;
  }
  .home .help-section .cta-holder .btn-wrapper .btn {
    display: block;
    margin: 32px auto 0;
    max-width: 300px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .home .help-section .cta-holder .btn-wrapper .btn {
    margin: 10px auto 0;
  }
}
@media (max-width: 991px) and (min-width: 481px) and (max-width: 1200px) {
  .home .help-section .cta-holder .btn-wrapper .btn {
    margin: 5px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home .community-section .image-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home .community-section .content-holder {
    width: 100%;
  }
  .home .community-section .content-holder .box-holder {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .home .main-content {
    padding: 0 0 20px;
  }
  .home .results {
    margin-top: 0px;
    padding-top: 0px;
  }
  .home .results .container {
    padding: 0 18px;
  }
  .home .results .content {
    padding: 25px 0px;
  }
  .home .results .content:before {
    height: 20%;
  }
  .home .results .content .grid-results {
    margin-top: 3px;
  }
  .home .help-section {
    padding-bottom: 40px;
  }
  .home .help-section .main-home-cta {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  }
  .home .practice-areas {
    background-image: url(../images/bg-pattern-2.jpg);
    background-position: top center;
    background-repeat: repeat-x;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .practice-areas {
    padding: 0px 0 0px;
    margin-top: 10px;
    background-image: none;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .home .practice-areas {
    padding: 45px 0 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .practice-areas .section-title {
    font-family: var(--main-font), sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    padding-top: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .practice-areas .content {
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .practice-areas .content p {
    font-family: var(--secondary-font), sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 31px;
    font-weight: normal;
    color: #17161A;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .practice-areas .home-pa-button {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .download-section {
    padding: 0;
    margin-bottom: 10px;
  }
  .home .download-section .download-item .image-holder {
    max-width: 120px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .download-section .download-item .image-holder {
    max-width: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .download-section .download-item .image-holder img {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .home .download-section .download-item .content-holder {
    padding-left: 5px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .download-section .download-item .content-holder {
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .home .download-section .download-item .content-holder .title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home .download-section .download-item .content-holder .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .download-section .download-item .content-holder .btn {
    padding: 13px;
    max-width: 210px;
  }
  .home .community-section .image-holder {
    width: 100%;
  }
  .home .community-section .content-holder {
    width: 100%;
  }
  .home .community-section .content-holder .box-holder {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding: 25px;
  }
}
.home .section-2 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .home .section-2 {
    padding-top: 30px;
  }
}
.home .section-2 .entry-content {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .home .section-2 .section-heading {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home .section-2 .section-title {
  margin-bottom: 0px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  .home .section-2 .section-title {
    padding-bottom: 30px;
    margin: 0 -3px;
  }
}
@media (min-width: 481px) {
  .home .section-2 .section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .home .section-2 .section-title br {
    display: none;
  }
}
.home .section-2 .section-subtitle {
  font-family: var(--secondary-font), sans-serif;
  font-weight: normal;
  color: var(--color-primary);
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .home .section-2 .section-subtitle {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .home .section-2 .section-subtitle {
    font-size: 43px;
    line-height: 52px;
  }
}
.home .section-2 .list-help p {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  color: #50505E;
}

@media (min-width: 769px) {
  .home .section-2 .list-help p {
    text-align: left;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .home .section-2 .list-help p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .home .section-2 .list-help p {
    text-align: center;
    padding-left: 0px;
    padding-top: 40px;
  }
}
.home .section-2 .list-help p:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-color: var(--color-primary);
  -webkit-mask-image: url("../images/icons/checkmark.svg");
  mask-image: url("../images/icons/checkmark.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (min-width: 769px) {
  .home .section-2 .list-help p:before {
    margin-left: -35px;
    margin-top: 7px;
  }
}
@media (max-width: 991px) {
  .home .section-2 .list-help p:before {
    margin-top: -40px;
    left: 46%;
  }
}
@media (max-width: 991px) {
  .home .section-2 .swiper-pagination {
    display: block;
  }
}
.home .practice-area-list-mobile .pa-item-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0px;
}

.home .practice-area-list-mobile .pa-item-accordion:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.home .practice-area-list-mobile .pa-item-accordion .heading-title {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.home .practice-area-list-mobile .pa-item-accordion .pa-info {
  padding-bottom: 30px;
}

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