#practice-areas {
  padding: 10rem 9.5rem 9rem 9.5rem; }
  @media (max-width: 1100px) {
    #practice-areas {
      padding: 8rem 3rem 6rem 3rem; } }
  @media (max-width: 767px) {
    #practice-areas {
      padding: 5rem 2rem 5rem 2rem; } }
  #practice-areas.alt-background-true {
    background-color: rgba(var(--lightGrey), 1); }
  #practice-areas .practice-areas-inner {
    max-width: 1100px;
    margin: 0 auto 0 auto; }
    #practice-areas .practice-areas-inner .title {
      font-family: var(--mon);
      font-size: 8rem;
      line-height: 9.7rem;
      font-weight: var(--medium);
      color: rgba(var(--primaryColor), 1);
      margin-bottom: 4.5rem; }
      @media (max-width: 767px) {
        #practice-areas .practice-areas-inner .title {
          font-size: 5rem;
          line-height: 7rem;
          margin-bottom: 3rem; } }
      #practice-areas .practice-areas-inner .title span {
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: var(--extraBold);
        letter-spacing: .6rem;
        color: rgba(var(--secondaryColor), 1);
        text-transform: uppercase;
        text-indent: .6rem;
        display: block;
        margin-bottom: 1.2rem; }
        @media (max-width: 767px) {
          #practice-areas .practice-areas-inner .title span {
            font-size: 1.8rem;
            line-height: 2.5rem;
            letter-spacing: .4rem;
            text-indent: .4rem; } }
    @media (max-width: 1100px) {
      #practice-areas .practice-areas-inner .inner-wrap {
        margin-left: 0px; } }
    #practice-areas .practice-areas-inner .inner-wrap .pa-grid-title {
      font-family: var(--mon);
      font-size: 3rem;
      line-height: 4.8rem;
      font-weight: var(--medium);
      color: rgba(var(--secondaryColor), 1);
      margin-bottom: 3rem; }
      @media (max-width: 767px) {
        #practice-areas .practice-areas-inner .inner-wrap .pa-grid-title {
          line-height: 4rem; } }
    #practice-areas .practice-areas-inner .inner-wrap .pa-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area {
        flex-basis: calc(50% - 1.5rem);
        display: block;
        background-color: #fff;
        padding: 3rem 3.5rem 3rem 3.5rem;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        transition: background-color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
        margin-bottom: 3rem;
        font-weight: 700; }
        @media (max-width: 1100px) {
          #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area {
            flex-basis: 100%; } }
        @media (max-width: 767px) {
          #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area {
            padding: 3rem 2rem 3rem 2rem; } }
        #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area svg {
          width: 85px;
          height: auto;
          margin-right: 2rem;
          transition: fill 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98); }
        #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area span {
          font-family: var(--avo);
          font-size: 2.4rem;
          line-height: 2.9rem;
          color: rgba(var(--tertiaryColor), 1); }
        #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area:hover {
          background-color: rgba(var(--primaryColor), 1); }
          #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area:hover svg {
            fill: #fff; }
          #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area:hover span {
            color: #fff; }
      #practice-areas .practice-areas-inner .inner-wrap .pa-grid .practice-area:hover svg * {
        fill: #fff !important; }
  #practice-areas .items li {
    width: 100%; }
    #practice-areas .items li .pa-modal-content {
      display: none; }
  @media (min-width: 768px) {
    #practice-areas .items {
      display: flex;
      flex-flow: row wrap;
      justify-content: start;
      align-items: center;
      max-width: none; }
      #practice-areas .items li {
        flex: 0 0 calc(49% - 5px); } }
.pa-modal-inner div {
  line-height: 2; }

#pa-modal {
  min-height: 200px;
  max-height: calc(100vh - 60px);
  background: #fff;
  width: calc(100% - 60px);
  max-width: 900px;
  position: fixed;
  z-index: 99999999;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  padding: 50px;
  padding-top: 30px;
  box-shadow: 0 2px 30px 10px rgba(0, 0, 0, 0.1);
  display: none;
  pointer-events: all;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    #pa-modal {
      width: calc(100% - 40px);
      padding: 30px 20px 30px 20px;
      max-height: calc(100vh - 260px); } }
  #pa-modal a,
  #pa-modal a:visited {
    color: var(--secondaryColor);
    font-weight: 700; }
  #pa-modal .close {
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 20px;
    text-align: right;
    font-family: var(--roboto);
    color: #7468CF;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: var(--bold);
    letter-spacing: 1px;
    transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
    cursor: pointer; }
    #pa-modal .close:hover {
      color: #7468CF; }
  #pa-modal .modal-title {
    font-family: var(--avo), sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 60px;
    color: #432846;
    text-transform: capitalize;
    font-weight: var(--bold);
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #pa-modal .modal-title {
        font-size: 35px;
        line-height: 45px; } }
  #pa-modal div {
    font-weight: 200;
    color: #432846; }
  #pa-modal ul li,
  #pa-modal ol li {
    color: #432846; }
  #pa-modal div,
  #pa-modal p {
    margin-bottom: 10px;
    color: #432846;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #432846; }
  #pa-modal a,
  #pa-modal a:visited {
    color: var(--secondaryColor);
    font-weight: 700; }
  #pa-modal p.descrition {
    line-height: 2; }
  @media (min-width: 768px) {
    #pa-modal .svg-title {
      display: flex;
      align-items: center;
      margin-bottom: 40px; }
      #pa-modal .svg-title svg {
        margin-right: 20px; } }
  #pa-modal .link-to-page {
    font-family: 'Montserrat', sans-serif;
    color: #432846;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 25px;
    font-weight: var(--bold);
    display: inline-block;
    margin-top: 25px;
    transition: color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98); }
    #pa-modal .link-to-page:hover, #pa-modal .link-to-page:visited {
      color: #432846; }
    @media (max-width: 767px) {
      #pa-modal .link-to-page {
        font-size: 15px;
        margin-top: 10px; } }
  #pa-modal *:last-child {
    margin-bottom: 0px; }
