.header-cta__animations {
  width: 17rem;
}
.menu-item + .header-menu__btn {
    margin-top: 5rem;
  }
  .header-menu__btn {
    margin-bottom: 1rem;
  }
  .header-menu__btn .btn {
    display: flex;
    width: 100%;
    appearance: none;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .header-menu__btn .btn-phone {
    padding: 1.7rem 3rem;
  }
  .header-menu__btn .btn-phone::after {
    content: none
  }
  .header-menu__btn .btn-phone img {
    margin-right: 1.5rem;
  }
  .header-menu__btn .btn-chart {
    position: relative;
    padding: 1.1rem 3rem;
    font: 700 1.4rem/1.3 Open Sans,sans-serif;
    letter-spacing: .01em;
    border-radius: 8px;
    outline: none;
    text-align: center;
    cursor: pointer;
    background: #0a1631;
    color: #fff;
  }
  .header-menu__btn .btn-chart img {
    margin-left: 1.5rem;
  }
  
  .header.is-opened ~ a .liveChatFloatingButtonMobile {
    display: none;
  } 
  .footer-socials {
    display: flex;
    margin-top: 0;
    margin-bottom: 2.7rem;
    padding: 0;
    align-items: center;
  }
  .footer-socials li {
    margin-bottom: 0 !important;
  }
  .footer-socials a {
    margin-right: 20px;
  }
  .footer-socials a span {
    display: none;
  }
  .footer-menu>.menu-item>a {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .footer-menu .full-menu > a {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-menu .full-menu .sub-menu a {
    opacity: 1;
  }
  .footer-bottom {
    margin-top: 43px;
    padding-top: 43px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.16px;
  }
  @media only screen and (max-width: 768px) {
    .footer-menu {
      column-count: 1;
    }
    .footer-menu .sub-menu {
      margin-bottom: 2rem;
    }
    .footer-socials {
      justify-content: center;
    }
  }
  @media only screen and (min-width: 769px) {
    .step-cards .step-card__content a {
        font-size: 2rem;
    }
    .footer .container {
      display: block;
    }
    .footer-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .footer-logo {
      margin-bottom: 2.7rem;
      max-width: 24rem;
    }
    .footer .container {
      display: block;
    }
    .footer-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .footer-info {
      margin-bottom: 2.7rem;
    }
    .footer-info p {
      font-size: 12px;
    }
    .footer-menu .menu-item {
      margin-bottom: 8px;
    }
    .footer-menu>.menu-item>a {
      margin-bottom: 12px;
    }
    .footer-menu .full-menu .sub-menu a,
    .footer-menu .sub-menu a {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      color: #fff;
      opacity: 1;
    }
  }
  @media only screen and (min-width: 1201px) {
    .footer-menu {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
  }
  
  /* PAGE: ACCIDENT REPORTS*/
  
  
  body.page-template-accident-reports {
      color: #0A1631;
      font-family: "Inter";
      font-size: 14px;
      line-height: 1.25;
  }
  
  body.page-template-accident-reports header.header {
      display: none;
  }
  
  body.page-template-accident-reports footer.footer {
      display: none;
  }
  
  .mon-container {
      display: block;
      margin: 0 auto;
      max-width: 1190px;
      padding: 0 20px;
      width: 100%;
  }
  
  /**/
  
  .mon-logo {
      display: none;
      padding: 16px 0;
  }
  
  .mon-logo__logo {
      display: flex;
      justify-content: center;
  }
  
  .mon-logo__logo a {
      display: block;
      max-width: 150px;
      width: 100%;
  }
  
  .mon-logo__logo img {
      display: block;
      width: 100%;
  }
  
  @media (max-width: 768px) {
      .mon-logo {
          display: block;
      }
  }
  
  /**/
  
  .mon-bar {
      background-color: rgba(174, 223, 130, 0.4);
      padding: 22px 0;
  }
  
  .mon-bar__text {
      color: #0A1631;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.2em;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
  }
  
  @media (max-width: 1024px) {
      .mon-bar {
          padding: 17px 0;
      }
      .mon-bar__text {
          font-size: 15px;
      }
      .header-menu {
        overflow: hidden;
      }
      .header-menu .sub-menu {
        overflow: hidden;
      }
  }
  
  @media (max-width: 768px) {
      .mon-bar {
          padding: 12px 0;
      }
      .mon-bar__text {
          font-size: 12px;
          letter-spacing: 0.15em;
      }
  }
  
  /**/
  
  .mon-cf {
      padding: 60px 0 70px;
  }
  
  .mon-cf__row {
      display: flex;
  }
  
  .mon-cf__content {
      width: 50%;
  }
  
  .mon-cf__form {
      padding-left: 80px;
      width: 50%;
  }
  
  .mon-cf__form__box {
      position: relative;
  }
  
  .mon-cf__form__close {
      background: url(assets/img/accident/icon-form-close.svg) no-repeat 0 0;
      cursor: pointer;
      display: none;
      height: 44px;
      position: absolute;
      right: 12px;
      top: 0;
      transform: translateY(-50%);
      width: 44px;
  }
  
  .mon-cf__form .gform_confirmation_wrapper {
      border: 1px solid rgba(10, 22, 49, 0.12);
      border-radius: 8px;
      padding: 24px;
  }
  
  .mon-cf__form .gform_confirmation_message {
      color: #0A1631;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.25;
  }
  
  .mon-cf__form .gform_wrapper {
      border: 1px solid rgba(10, 22, 49, 0.12);
      border-radius: 8px;
      padding: 24px;
  }
  
  .mon-cf__form .gform_validation_errors {
  }
  
  .mon-cf__form .gform_submission_error {
      color: #f00;
      font-family: "Inter";
      font-size: 18px;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 20px;
  }
  
  .mon-cf__form .gform_wrapper form {
  }
  
  .mon-cf__form .gform_wrapper .gf_page_steps {
      display: flex;
      gap: 2px;
      justify-content: flex-end;
      margin-bottom: 12px;
  }
  
  .mon-cf__form .gform_wrapper .gf_step {
      background-color: #78BE38;
      border-radius: 8px;
      display: block;
      height: 4px;
      opacity: 0.8;
      width: 20px;
  }
  
  .mon-cf__form .gform_wrapper .gf_step .gf_step_number, .mon-cf__form .gform_wrapper .gf_step .gf_step_label {
      display: none;
  }
  
  .mon-cf__form .gform_wrapper .gf_step.gf_step_pending {
      background-color: #D8DCE2;
  }
  
  .mon-cf__form .gform_wrapper .gf_step .gf_step_number {
  }
  
  .mon-cf__form .gform_wrapper .gf_step .gf_step_label {
  }
  
  .mon-cf__form .gform_body {
  }
  
  .mon-cf__form .gform_page {
  }
  
  .mon-cf__form .gform_page .gform_page_fields {
  }
  
  .mon-cf__form .gform_page .gform_fields {
  }
  
  .mon-cf__form .gform_page .gfield {
      margin-bottom: 20px;
  }
  
  .mon-cf__form .gform_page .gfield.gfield--type-consent {
  }
  
  .mon-cf__form .gform_page .gfield.gfield--type-consent .gfield_label {
      display: none;
  }
  
  .mon-cf__form .gform_page .gfield.gfield--type-consent .ginput_container {
      display: flex;
  }
  
  .mon-cf__form .gform_page .gfield.gfield--type-consent .ginput_container input[type="checkbox"] {
      border: 1px solid #D8DCE2;
      border-radius: 4px;
      height: 16px;
      margin-right: 6px;
      width: 16px;
  }
  
  .mon-cf__form .gform_page .gfield.gfield--type-consent .ginput_container .gform-field-label {
      color: #0A1631;
      display: block;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.25;
  }
  
  .mon-cf__form .gform_page .gfield.gfield--type-consent .ginput_container .gform-field-label a {
      text-decoration: underline;
  }
  
  .mon-cf__form .gform_page .gfield.gfield_html {
      color: #0A1631;
  }
  
  .mon-cf__form .gform_page .gfield.gfield_html p {
      font-size: 14px;
      font-style: italic;
      font-weight: 500;
      line-height: 1.5;
      margin-bottom: 20px;
  }
  
  .mon-cf__form .gform_page .gfield.gfield_html ul {
      list-style: disc outside;
      margin-bottom: 20px;
      padding-left: 20px;
  }
  
  .mon-cf__form .gform_page .gfield.gfield_html ul li {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 0;
  }
  
  .mon-cf__form .gform_page .gfield.gfield_html > * {
      margin-bottom: 0;
  }
  
  .mon-cf__form .gform_page .gfield .gfield_label {
      color: #0A1631;
      display: block;
      font-size: 14px;
      font-style: italic;
      font-weight: 500;
      line-height: 1.25;
      margin-bottom: 8px;
  }
  
  .mon-cf__form .gform_page .gfield .ginput_container {
  }
  
  .mon-cf__form .gform_page .gfield .gfield_validation_message {
      color: #f00;
      font-size: 12px;
      line-height: 1.25;
      margin-top: 5px;
  }
  
  .mon-cf__form .gform_page .gfield .ginput_container input[type="text"], .mon-cf__form .gform_page .gfield .ginput_container input[type="email"], .mon-cf__form .gform_page .gfield .ginput_container input[type="tel"] {
      background: rgba(239, 242, 246, 0.70);
      border: 1px solid #D8DCE2;
      border-radius: 4px;
      padding: 12px 16px;
  }
  
  .mon-cf__form .gform_page:nth-child(2) .gform_page_footer {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(2, 1fr);
  }
  
  .mon-cf__form .gform_page .gform_page_footer input[type="button"], .mon-cf__form .gform_page .gform_page_footer input[type="submit"] {
      background: #AEDF82;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.25;
      padding: 16px 24px;
      text-align: center;
      width: 100%;
  }
  
  .mon-cf__form .gform_page:last-child .gform_page_footer .gform_previous_button {
      display: none;
  }
  
  .mon-cf__textm {
      border-top: 1px solid #D8DCE2;
      display: none;
      margin-top: 16px;
      padding-top: 30px;
  }
  
  .mon-cf__textm p {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 20px;
  }
  
  .mon-cf__textm p:last-child {
      margin-bottom: 0;
  }
  
  @media (max-width: 768px) {
      .mon-cf__row {
          flex-direction: column;
      }
      .mon-cf__content {
          width: 100%;
      }
      .mon-cf__form {
          padding: 0;
          width: 100%;
      }
      .mon-cf__form .gform_wrapper {
          padding: 24px 20px;
      }
      .mon-cf__form__box--fixed:not(.mon-cf__form__box--notfixed) {
          bottom: 0;
          left: 0;
          position: fixed;
          width: 100%;
          z-index: 999999999;
      }
      .mon-cf__form__box--fixed:not(.mon-cf__form__box--notfixed) .mon-cf__form__close {
          display: block;
      }
      .mon-cf__form__box--fixed:not(.mon-cf__form__box--notfixed) .gform_wrapper {
          background-color: #fff;
          border: none;
          border-top: 1px solid rgba(10, 22, 49, 0.12);
          border-radius: 8px 8px 0 0;
      }
      .mon-cf__form__box--fixed:not(.mon-cf__form__box--notfixed) .gform_wrapper .gf_page_steps {
          justify-content: flex-start;
          margin-bottom: 16px;
      }
      .mon-cf__textm {
          display: block;
      }
  }
  
  /**/
  
  .mon-cf__logo {
      display: flex;
      margin-bottom: 16px;
  }
  
  .mon-cf__logo a {
      display: block;
  }
  
  .mon-cf__logo img {
      display: block;
  }
  
  .mon-cf__heading {
      font-family: "Inter";
      font-size: 48px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.2;
      margin-bottom: 12px;
  }
  
  .mon-cf__text {
  }
  
  .mon-cf__text p {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 20px;
  }
  
  .mon-cf__text p:last-child {
      margin-bottom: 0;
  }
  
  @media (max-width: 768px) {
      .mon-cf__logo {
          display: none;
      }
      .mon-cf__heading {
          font-size: 24px;
          margin-bottom: 24px;
      }
      .mon-cf__text {
          display: none;
      }
  }
  
  /**/
  
  .mon-iq {
      background-color: #EBF2FD;
      padding: 64px 0 80px;
  }
  
  .mon-iq__row {
      align-items: flex-start;
      display: flex;
      justify-content: space-between;
  }
  
  .mon-iq__info {
      padding-top: 40px;
      width: calc(50% - 40px);
  }
  
  .mon-iq__faqs {
      background-color: #F7FAFF;
      border-radius: 10px;
      padding: 44px 28px 35px;
      width: calc(50% - 40px);
  }
  
  @media (max-width: 768px) {
      .mon-iq {
          background: none;
          padding: 0;
      }
      .mon-iq .mon-container {
          padding: 0;
      }
      .mon-iq__row {
          flex-direction: column-reverse;
      }
      .mon-iq__info {
          background: linear-gradient(0deg, #E1F4D0 0%, rgba(225, 244, 208, 0.00) 100%);
          padding: 48px 20px;
          width: 100%;
      }
      .mon-iq__faqs {
          background-color: #EFF2F6;
          border-radius: 0;
          padding: 48px 20px 26px;
          width: 100%;
      }
  }
  
  /**/
  
  .mon-iq__info__heading {
      font-family: "Inter";
      font-size: 28px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 36px;
  }
  
  .mon-iq__info__items {
      display: flex;
      flex-direction: column;
      gap: 40px;
  }
  
  .mon-iq__info__item {
  }
  
  .mon-iq__info__item__icon {
      margin-bottom: 20px;
  }
  
  .mon-iq__info__item__icon img {
      display: block;
  }
  
  .mon-iq__info__item__title {
      font-family: "Inter";
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.2;
      margin-bottom: 4px;
  }
  
  .mon-iq__info__item__text {
  }
  
  .mon-iq__info__item__text p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px;
  }
  
  .mon-iq__info__item__text p:last-child {
      margin-bottom: 0;
  }
  
  @media (max-width: 768px) {
      .mon-iq__info__heading {
          font-size: 32px;
          margin-bottom: 32px;
          text-align: center;
      }
      .mon-iq__info__items {
          display: flex;
          flex-direction: column;
          gap: 8px;
      }
      .mon-iq__info__item {
          border: 1px solid #EFF2F6;
          border-radius: 16px;
          padding: 24px;
      }
      .mon-iq__info__item__icon {
          margin-bottom: 24px;
      }
  }
  
  /**/
  
  .mon-iq__faqs__heading {
      font-family: "Inter";
      font-size: 28px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 0;
  }
  
  .mon-iq__faqs__items {
  }
  
  .mon-iq__faqs__item {
      border-bottom: 1px solid rgb(0 0 0 / 50%);
      padding: 22px 0;
  }
  
  .mon-iq__faqs__item:last-child {
      border-bottom: none;
  }
  
  .mon-iq__faqs__item__question {
      cursor: pointer;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      padding-right: 30px;
      position: relative;
      user-select: none;
  }
  
  .mon-iq__faqs__item__question::after {
      background: url(images/icon-arrow-down.svg) no-repeat;
      background-size: 100% 100%;
      content: '';
      display: block;
      height: 20px;
      position: absolute;
      right: 0;
      top: 4px;
      width: 20px;
  }
  
  .mon-iq__faqs__item__question--active::after {
      transform: rotate(180deg);
  }
  
  .mon-iq__faqs__item__answer {
      display: none;
      font-size: 16px;
      line-height: 1.5;
      padding-top: 4px;
  }
  
  .mon-iq__faqs__item__answer--active {
      display: block;
  }
  
  /**/
  
  .mon-footer {
      background-color: #0A1631;
      padding: 64px 0;
  }
  
  .mon-footer__wrapper {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin: 0 auto;
      max-width: 370px;
      width: 100%;
  }
  
  .mon-footer__by {
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
  }
  
  .mon-footer__logo {
      display: flex;
      justify-content: center;
  }
  
  .mon-footer__logo a {
      display: block;
  }
  
  .mon-footer__logo img {
      display: block;
      width: 100%;
  }
  
  .mon-footer__text {
  }
  
  .mon-footer__text p {
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px;
      text-align: center;
  }
  
  .mon-footer__text p:last-child {
      margin-bottom: 0;
  }
  
  .mon-footer__menu {
      border-top: 1px solid rgb(255 255 255 / 16%);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      list-style: none;
      margin: 0;
      padding: 16px 0 0;
  }
  
  .mon-footer__menu li {
      padding: 0 10px;
  }
  
  .mon-footer__menu li a {
      color: #fff;
      display: block;
      font-size: 14px;
      line-height: 1.25;
  }
  
  @media (max-width: 768px) {
      .mon-footer {
          padding: 40px 0;
      }
      .mon-footer__logo img {
          max-width: 200px;
      }
  }
  
  /**/
  
  .page-template-accident-reports .ui-datepicker {
      border: 1px solid rgba(10, 22, 49, 0.12);
      border-radius: 4px;
      margin-top: 5px;
      padding: 16px;
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      grid-gap: 10px;
      margin-top: 10px;
      width: 100%;
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-month, .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
      border: 1px solid rgba(10, 22, 49, 0.12);
      font-size: 14px;
      line-height: 1;
      padding: 5px;
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-calendar {
      border-collapse: collapse;
      margin-top: 15px;
      width: 100%;
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-calendar tr th {
      border-bottom: 1px solid rgba(10, 22, 49, 0.12);
      font-size: 16px;
      line-height: 1;
      padding-bottom: 5px;
      width: auto;
  }
  
  .page-template-accident-reports .ui-datepicker .ui-datepicker-calendar tr td {
      font-size: 14px;
      line-height: 1;
      padding-top: 10px;
  }
  
  @media (max-width: 768px) {
      .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .page-template-accident-reports .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
          font-size: 14px;
      }
      .page-template-accident-reports .ui-datepicker .ui-datepicker-calendar tr th {
          font-size: 14px;
      }
  }
  
  .faq-detail__content h2 {
      font-size: 3rem;
  }
  .faq-detail__content h3 {
      font-size: 2.8rem;
  }
  @media (max-width: 769px) {
      .faq-detail__content h2 {
          font-size: 3.6rem;
      }
      .faq-detail__content h3 {
          font-size: 3.2rem;
      }
  }
  
  .contact-form__content__sub_heading {
      margin-bottom: 3rem;
      font: 700 1.2rem/1.5 Open Sans,sans-serif;
      font-size: 1.5rem;
      display: inline-block;
      font-weight: bold;
      letter-spacing: .2rem;
  }
  .contact-form__content__heading {
      margin-bottom: 3rem;
      font-size: 4rem;
      line-height: 1.15;
      letter-spacing: -.01em;
  }
  
  .contact-form__form__sub_heading {
      font-weight: bold;
      letter-spacing: .2rem;
  }
  
  .cards-content__cards__heading {
      margin-bottom: 3rem;
      font: 700 1.2rem/1.5 Open Sans,sans-serif;
      text-transform: uppercase;
      font-size: 1.5rem;
      letter-spacing: .2rem;
      font-weight: bold;
  }
  
  .cards-content__cards__heading sup{
      top: -0.4rem;
      padding-left: 0.1rem;
  }
  
  .cards-content__content__heading {
      display: inline-block;
      margin-bottom: 3rem;
      font: 700 1.2rem/1.5 Open Sans,sans-serif;
      letter-spacing: .2rem;
      text-transform: uppercase;
      font-size: 1.5rem;
  }
  .content-image__experience__heading {
      display: inline-block;
      margin-bottom: 3rem;
      font: 700 1.2rem/1.5 Open Sans,sans-serif;
      letter-spacing: .2rem;
      font-size: 1.5rem;
  }
  
  .content-image__sub_heading{
      margin-bottom: 3rem;
      font: 700 1.2rem/1.5 Open Sans,sans-serif;
      letter-spacing: .2rem;
      font-size: 1.5rem;
  }
  
  .block-content__sub_heading {
      margin-bottom: 2.4rem;
  }
  
  @media only screen and (min-width: 769px){
      .block-content__sub_heading {
          margin-bottom: 3rem;
          font: 700 1.2rem/1.5 Open Sans,sans-serif;
          letter-spacing: .2rem;
          font-size: 1.5rem;
      }
  }
  
  .block-content__item__block__heading {
      margin-bottom: 1rem;
      font: 400 2rem/1.05 EB Garamond,serif;
      letter-spacing: -.01em;
      font-size: 2.4rem;
      line-height: 2.7rem;
      display: inline-block;
  }
  @media only screen and (min-width: 769px){
      .block-content__item__block__heading {
          font-size: 3.4rem;
          line-height: 3.9rem;
      }
  }
  
  .practice-faqs__sub_heading{
          margin-bottom: 2rem;
          font-size: 1.5rem;
          font: 700 1.2rem/1.5 Open Sans,sans-serif;
      letter-spacing: .2rem;
  }
  
  .practice-faqs__heading{
      font: 400 3.2rem/1.05 EB Garamond,serif;
      font-size: 4rem;
      line-height: 1.15;
      letter-spacing: -.01em;
  }
  
  .practice-areas__sub_heading{
      margin-bottom: 2rem;
      font: 700 1.2rem/1.5 Open Sans,sans-serif;
      letter-spacing: .2rem;
      font-size: 1.5rem;
  }
  
  
  .practice-areas__heading {
      margin-bottom: 6rem;
      font: 400 3.2rem/1.05 EB Garamond,serif;
      font-size: 4rem;
      line-height: 1.15;
      letter-spacing: -.01em;
  }
  @media only screen and (min-width: 769px){
  
      .practice-areas__heading {
          width: 70%;
          margin-bottom: 3rem;
      }
  }
  
  .block-content__item__content table,
  .cards-content.cards-content--version2 table{
      border-collapse: collapse;
  }
  
  .block-content__item table td,
  .block-content__item table th,
  .cards-content.cards-content--version2 table td {
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc;
      border-collapse: collapse;
      border-spacing: 0;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      padding: 5px 0 5px 15px;
  }
  
  @media only screen and (min-width: 1440px){
  
      .h1 sup {
          top: -3.5rem;
          left: -1rem;
          font-size: 20px;
      }
  }
  
  
  @media only screen and (min-width: 769px){
  
      .left .block-content__item__block {
          min-width: 24rem;
      }
  }
  
  .cards-content.cards-content--version2 a{
      font-weight: 700;
      color: #78be38;
  }
  
  @media only screen and (min-width: 769px){
      .block-content--version2 .left .block-content__item__block{
          min-width: 31rem;
  
      }
  
      .block-content--version2 .left .block-content__item__block p {
          overflow: initial;
          display: inline-block;
      }
      .block-content--version2 .left .block-content__item__block p strong,
      .block-content--version2 .left .block-content__item__block p a {
          display: inline;
      }
  }
  .faq-detail__video {
      max-width: inherit;
  }
  
  @media only screen and (min-width: 769px){
      .content-image__copy {
          font-size: 1.8rem;
      }
  }
  
  .subscribe-form__img {
      overflow: hidden;
      position: relative;
  }
  .subscribe-form__img img {
      position: absolute;
  }
  .contact .contact-mobile iframe {
      width: 100%;
      height: 300px;
  }
  
  .post-detail.single-blog .post-content a{
      color: #78be38;
      font-weight: 500;
  }
  .post-detail.single-blog .post-content a:hover{
     text-decoration: underline;
  }
  
  .post-detail.single-blog .post-content a.btn-primary{
      color:#0a1631;
      text-decoration: none;
      font-weight: bold;
  }
  
  @media only screen and (max-width: 768px) {
      .case-cta .case-cta__bg__item {
          display: none;
      }
      
      .case-cta .case-cta__bg__item:nth-child(1) {
          display: block;
          width: calc(100% / 3);
      }
      .case-cta .case-cta__bg__item:nth-child(2) {
          display: block;
          width: calc(100% / 3);
      }
      .case-cta .case-cta__bg__item:nth-child(3) {
          display: block;
          width: calc(100% / 3);
      }
  }
  
  @media only screen and (min-width: 769px){
  
      .step-cards.after-banner {
          margin: 0rem 0 6rem 0;
      }
  }
  
  .step-cards.after-banner {
      margin: 2.4rem 0 10.4rem 0;
  }
  
  .cards-content.cards-content--version2 a.btn.btn-primary{
      color: #0a1631;
  }
  
  @media only screen and (min-width: 769px){
  
      .content-image__experience__cities {
          max-height: 41rem;
      }
  }
  
  .content-image__experience__cities {
      max-height: 300px;
  }
  

/*blog style*/
.post-detail.single-blog .post-content h1{
	margin: 40px 0 10px 0px;
  } 
  .post-detail.single-blog .post-content h2{
	margin: 40px 0 10px 0px;
  }
  .post-detail.single-blog .post-content h3{
	margin: 40px 0 10px 0px;
  }
  .post-detail.single-blog .post-content h4{
	margin: 40px 0 5px 0px;
  }
  .post-detail.single-blog .post-content h5{
	font-family: EB Garamond, serif;
	font-weight: normal;
	margin: 40px 0 10px 0px;
  }
@media only screen and (min-width: 1440px){

  .post-detail.single-blog .post-content h2{
	font-size: 4rem;
  }
  .post-detail.single-blog .post-content h3{
  	font-size: 2.8rem;
  }
  .post-detail.single-blog .post-content h4{
  	font-size: 2.3rem;
  }
  .post-detail.single-blog .post-content h5{
	font-family: EB Garamond, serif;
	font-size: 2rem;
	font-weight: normal;
  }
}

/* NEWSLETTER */

.page-newsletter .gform_title {
    display: none;
}
.page-newsletter .newsletter-info {
    display: block;
    margin-bottom: 4rem;
    padding: 3.2rem;
}
.page-newsletter .newsletter-title {
    width: 100%;
}
.page-newsletter .newsletter-content {
    width: 100%;
}
.page-newsletter .contact-form__cards {
    display: none;
}
.page-newsletter .contact-faqs {
    display: none;
}
.page-newsletter .cards-slider {
    display: none;
}
@media only screen and (max-width: 767px) {
    .page-newsletter .newsletter-info {
        margin-bottom: 2rem;
    }
    .page-newsletter .contact-form__form {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.thank-you .content-image__content {
    margin-left: 0;
    padding-bottom: 0;
}
@media only screen and (min-width: 769px) {
    .thank-you .content-image__content {
        margin-right: 3rem;
    }
    .thank-you .content-image__media {
        flex: 0 0 50%;
    }
    .single-post .newsletter {
        padding-top: 0rem;
    }
}
.contact .gform_validation_errors {
    outline: none;
}
.contact .gform_submission_error {
    font-size: 1.8rem !important;
}
.contact .gfield_validation_message {
    line-height: 1.2;
}

/*faq style*/

  .faq-detail .faq-detail__content a{
    color: #78be38;
    font-weight: bold;
  }
  .faq-detail .faq-detail__content h2{
    margin: 40px 0 10px 0px;
  }
  .faq-detail .faq-detail__content h3{
    margin: 40px 0 10px 0px;
  }
  .faq-detail .faq-detail__content h4{
    margin: 40px 0 5px 0px;
  }
  .faq-detail .faq-detail__content h5{
    font-family: EB Garamond, serif;
    font-weight: normal;
    margin: 40px 0 10px 0px;
  }
  .faq-detail__content ol, .faq-detail__content ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
  }

@media only screen and (min-width: 1440px){

  .faq-detail .faq-detail__content h2{
  font-size: 3.3rem;
  }
  .faq-detail .faq-detail__content h3{
    font-size: 2.5rem;
  }
  .faq-detail .faq-detail__content h4{
    font-size: 2.3rem;
  }
  .faq-detail .faq-detail__content h5{
  font-family: EB Garamond, serif;
  font-size: 2rem;
  font-weight: normal;
  }
}

/**/

@media only screen and (min-width: 1025px) {
    .header-menu > .menu-item > .sub-menu {
        display: none;
        width: 22.5rem;
    }
    .header-menu > .menu-item.menu-location > .sub-menu {
        width: 32.5rem;
    }
    .header-menu > .menu-item.menu-location > .sub-menu:not(.is-active) {
        display: none;
    }
}

@media only screen and (min-width: 1440px) {
    .header-menu > .menu-item {
        margin-right: 4rem;
    }
}

.header-menu > .menu-item > .sub-menu.is-active {
    display: block;
}

.header-menu > .menu-item > .sub-menu a {
    min-width: 0;
    width: 100%;
}

/**/

.header-menu .menu-item.menu-locations .menu-locations__top {
}

.header-menu .menu-item.menu-locations .menu-locations__top a, .header-menu .menu-item.menu-locations .menu-locations__top a:hover {
    background-color: #DEDEDE;
    color: #0A1631;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25em;
    opacity: 0.5;
    pointer-events: none;
    text-transform: uppercase;
}

.header-menu .menu-item.menu-locations .menu-locations__states {
    overflow: visible;
    position: relative;
}

.header-menu .menu-item.menu-locations .menu-locations__states > a {
    display: none;
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu {
    background: none;
    border: none;
    border-radius: 0;
    max-height: 400px;
    max-width: none;
    opacity: 1;
    overflow: auto;
    pointer-events: all;
    position: static;
    visibility: visible;
}

@media (max-width: 1024px) {
    .header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu {
        max-height: none;
        overflow: visible;
    }
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > li {
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > li > a {
    border-radius: 0;
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu .menu-item.menu-item-has-children {
    position: static;
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu .menu-item.menu-item-has-children > a {
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu .menu-item.menu-item-has-children > .sub-menu {
    bottom: inherit;
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu {
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children {
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children:last-child {
    position: relative;
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children > a {
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children > .sub-menu {
}

.header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children:last-child > .sub-menu {
    bottom: 0;
    top: inherit !important;
}

@media (max-width: 1024px) {
    .header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item.menu-item-has-children:last-child {
        position: static;
    }
}

/**/

.header-menu .menu-item.menu-locations .menu-locations__bottom {
}

.header-menu .menu-item.menu-locations .menu-locations__bottom a, .header-menu .menu-item.menu-locations .menu-locations__bottom a:hover {
    background-color: #0A1631;
    color: #fff;
    padding: 2.5rem 2rem;
    position: relative;
}

.header-menu .menu-item.menu-locations .menu-locations__bottom a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.01172 11.9928C6.01172 11.4408 6.45902 10.9938 7.01072 10.9938C7.48852 10.9938 13.0757 10.9938 14.5657 10.9938L11.5997 7.9968L13.0047 6.5918L17.7187 11.2748C17.9147 11.4698 18.0117 11.7318 18.0117 11.9938C18.0117 12.2548 17.9137 12.5158 17.7187 12.7108L13.0047 17.3938L11.5997 15.9888L14.5657 12.9918C13.0757 12.9918 7.48852 12.9918 7.01072 12.9918C6.45902 12.9918 6.01172 12.5448 6.01172 11.9928Z" fill="%23FFFFFF"/></svg>');
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .header-menu > .menu-item.menu-locations > .sub-menu {
        display: none;
        height: auto;
    }
    .header-menu > .menu-item.menu-locations > .sub-menu.is-active {
        display: block;
    }
    .header-menu .menu-item.menu-locations .menu-locations__states {
        position: static;
    }
    .header-menu .menu-item.menu-locations .menu-locations__states > .sub-menu .menu-item.menu-item-has-children > .sub-menu {
        top: 0 !important;
    }
}

.hamburger {
    height: 3.2rem;
    left: calc(var(--gutter) - 0.8rem);
    width: 3.2rem;
}

@media (max-width: 1024px) {
    .header.is-opened .header-top {
        display: none !important;
    }
    .header-main {
    }
    .header-main::after {
        background-color: var(--header-bg);
        content: '';
        display: block;
        height: var(--header-height);
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .header-main .header-logo {
        position: relative;
        z-index: 3;
    }
    .header-main .header-menu {
        overflow-x: hidden;
        overflow-y: visible;
        height: 100vh !important;
        padding-top: calc(9.2rem + var(--header-height)) !important;
        top: 0 !important;
        z-index: 1;
    }
    .header-main .header-menu::before {
        top: calc(6rem + var(--header-height));
    }
    .header-main .header-phone {
        z-index: 3;
    }
    
}

.hp-mobile-banner {
    padding-top: 2.4rem;
}

/**/

/* FIX FOR GREEN BAR */
.header--sticky .header-bottom {
    opacity: 1 !important;
    pointer-events: all !important;
}

.header-bottom__info .container {
    display: block;
    padding: 0 150px;
    position: relative;
}

.header-bottom__slide {
    display: block;
    width: 100%;
}

.header-bottom__slide__item {
    font-weight: 500 !important;
    margin: 0;
    text-align: center;
}

.header-bottom__cta {
    line-height: 1.6;
    padding: 0 30px 0 0;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

.header-bottom__cta::after {
    right: 0;
}

/**/

.header-bottom--mobile {
    background-color: #78BE38;
    display: none;
    padding: 7px 20px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.header--sticky .header-bottom--mobile {
    opacity: 0;
    pointer-events: none;
}

.header-bottom--mobile p {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.header-bottom--mobile p span {
    color: #0A1631;
}

.header-bottom--mobile p a {
    color: #0A1631;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .header-bottom {
        display: none;
    }
    .header-bottom--mobile {
        display: block;
    }
}

/**/

.post-banner {
    overflow: hidden;
}

/**/

@media (max-width: 1024px) {
    .podcasts-grid {
        margin: 6rem 0;
    }
}

@media (max-width: 768px) {
    .podcasts-grid {
        margin: 4rem 0;
    }
    .podcasts-grid .slick-track {
        display: flex;
    }
    .podcasts-grid .slick-track::before, .podcasts-grid .slick-track::after {
        display: none;
    }
    .podcasts-grid .podcast {
        height: auto;
    }
}

/**/

.loop-faq__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.loop-faq__cat {
    margin: 0;
}

/**/

.block-content.block-content--version1 {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.block-content.block-content--version1 .container {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.block-content.block-content--version2 .container {
    max-width: 1300px;
}

@media only screen and (min-width: 769px) {
    .community-modules__sidebar {
        top: var(--header-height2);
    }
}

/**/

.block-content__item__block__content * {
    display: inline;
}

.block-content__item__block__content > * {
    display: -webkit-box;
}

/**/

@media only screen and (min-width: 769px) {
    .post-detail .container {
        flex-direction: row-reverse;
    }
    .post-content {
    }
}

.post-content #ez-toc-container {
    display: none !important;
}

.post-sidebar-wrap {
    flex: 0 0 310px;
    margin-right: 110px;
}

@media (max-width: 1024px) {
    .post-sidebar-wrap {
        margin-right: 50px;
    }
}

.post-sidebar {
    margin: 0;
    padding: 5rem 3rem;
    position: static;
}

.mobile-table {
    display: none;
}

@media (max-width: 768px) {
    .mobile-table {
        display: block;
        padding-top: 4rem;
    }
}

/**/

.post-table {
    margin-bottom: 20px;
}

.mobile-table .post-table {
    margin-bottom: 0;
}

.post-table #ez-toc-container {
    background: #fff;
    border: 1px solid #D8DCE2;
    border-radius: 10px;
    margin: 0;
    padding: 4rem 3rem;
}

.post-table #ez-toc-container .ez-toc-title-container {
}

.post-table #ez-toc-container .ez-toc-title-container .ez-toc-title {
    color: #0A1631;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-table #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
    display: none;
}

.post-table #ez-toc-container ul {
    list-style: none;
}

.post-table #ez-toc-container ul ul {
    margin-top: 20px;
}

.post-table #ez-toc-container ul li {
    margin-bottom: 20px;
}

.post-table #ez-toc-container ul li:last-child {
    margin-bottom: 0;
}

.post-table #ez-toc-container ul li a {
    color: #0A1631;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 1.3;
}

.post-table #ez-toc-container ul li a::before {
    display: none;
}

.post-table #ez-toc-container ul li a::after {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.8438%207.34375L8.65625%2012.8438C8.5625%2012.9688%208.40625%2013%208.28125%2013C8.15625%2013%208.03125%2012.9688%207.9375%2012.875C7.71875%2012.6875%207.71875%2012.375%207.90625%2012.1875L12.2812%207.5H0.5C0.21875%207.5%200%207.28125%200%207.03125C0%206.78125%200.21875%206.5%200.5%206.5H12.2812L7.90625%201.84375C7.71875%201.65625%207.71875%201.34375%207.9375%201.15625C8.15625%200.96875%208.46875%200.96875%208.65625%201.1875L13.8438%206.6875C14.0312%206.875%2014.0312%207.15625%2013.8438%207.34375Z%22%20fill%3D%22%238DCB7E%22%2F%3E%3C%2Fsvg%3E');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
    display: block;
    flex: 0 0 14px;
    height: 16px;
    margin-left: 15px;
    width: 14px;
}

.cards-content__main ol, .cards-content__main ul,
.cards-content__main .btn.btn-primary{
    margin-bottom: 3.2rem;
}


/**/
.post-banner__author__name i a {
  color: #78BE38;
  font-weight: bold;
}
.post-banner__author__name i._gray{
  color: gray;
}

.faq-detail__answer a{
  color: #78be38;
}

.block-content__item__content table{
  width: 100%;
  margin: 50px 0;
}

/**/

@media only screen and (min-width: 769px) {
    .navigation-bar {
        transition: all ease 0.5s;
    }
    .navigation-bar.hidden {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .navigation-bar__nav {
        display: block;
    }
    .navigation-bar__nav__heading {
        margin: 0 0 10px;
    }
    .navigation-bar__nav__menu {
        display: block;
    }
    .navigation-bar .navigation-bar__nav__menu__item {
        display: block;
        margin: 0 0 5px;
    }
    .navigation-bar .navigation-bar__nav__menu__item:last-child {
        margin: 0;
    }
}

.wysiwig-block a{
  color: #78be38;;
}
.wysiwig-block iframe{
  width:100%;
}

.attorney-awards__arrow {
    background: none;
}

.attorney-awards__arrow svg {
    height: 100%;
    width: 100%;
}

/**/

.locations {
    margin: 15rem 0;
}

.locations__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.locations__block__content {
    background-color: #0A1631;
    border-radius: 12px 0 0 12px;
    padding: 100px;
}

.locations__block__title {
    color: #fff;
    font-size: 55px;
    line-height: 1.25;
    margin-bottom: 24px;
}

.locations__block__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.locations__block__content ul li {
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative;
}

.locations__block__content ul li:last-child {
    margin-bottom: 0;
}

.locations__block__content ul li svg {
    left: 0;
    position: absolute;
    top: 0;
}

.locations__block__content ul li strong {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 4px;
}

.locations__block__content ul li p {
    color: #78BE38;
    font-size: 16px;
    line-height: 1.5;
}

.locations__block__map {
    height: 100%;
    position: relative;
}

.locations__block__map iframe {
    border-radius: 0 12px 12px 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.location__items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
}

.location__item {
    background-color: #EFF2F6;
    border-radius: 12px;
    padding: 32px;
}

.location__item h4 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px;
}

.location__item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location__item ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative;
}

.location__item ul li:last-child {
    margin-bottom: 0;
}

.location__item ul li svg {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.hero-form{
    background-color: #EFF2F6;
    padding: 118px 0;
    position: relative;
}

.hero-form .form-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    left: 65%;
    z-index: 0;
}

.banner-form{
    border-top: 12px solid #78BE38;
    border-right: 3px solid #78BE38;
    border-bottom: 3px solid #78BE38;
    border-left: 3px solid #78BE38;
    background: #0A1631;
    padding: 44px;
}

.banner-form h3{
    color:#fff;
    font-size: 44px;
    margin-bottom: 24px;
    text-align: center;
}

.banner-form h3 span{
    color: #AEDF82;
}

/* Was drawing two arrows: its own background image plus the ::after inherited
   from .btn-primary. Keep the ::after, inline so it stays beside the label on
   width:100% buttons. */
.gform_button{
    background-image: none;
    padding-right: 3rem;
}

.gform_button:after{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    transform: none;
}

.gform_button:hover:after{
    transform: translateX(5px);
}

/* This context hides the ::after, so it relied on the background arrow. */
.thank-you .content-image__ctas .gform_button:after{
    display: inline-block;
}

.banner-form .gform_button{
    width: 100%;
}

.form-logos{
    display: flex;
    grid-gap: 20px;
}

.hero-form .banner-copy{
    max-width: 100%;
}

.hero-form .container{
    position: relative;
    z-index: 1;
}

.cards-slider.style-2 h2{
    text-align: center;
    margin-bottom: 40px;
}

.cards-slider.style-2 {
    margin-top: 8.8rem;
}

.hero-form{
    display: block !important;
}

.bg-mobile-only{
    display: none;
    position: relative;
}

.hero-form:after{
    content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="310" height="370" viewBox="0 0 310 370" fill="none"><path d="M-74.85 87.0974H-75.9433V259.605C-75.9433 277.584 -75.9433 313.541 -67.7517 329.278C-59.0134 346.132 -40.4517 350.069 -24.0767 351.756V371.992C-47.0117 371.421 -69.3834 370.305 -92.3183 369.734C-113.067 370.305 -133.26 371.421 -154 371.992V351.756C-133.26 348.381 -112.512 346.132 -107.053 322.538C-103.235 306.801 -103.235 282.637 -103.235 268.586V44.9628C-113.058 25.289 -134.345 21.9232 -154 20.2362V0.00826979C-134.345 0.570616 -114.152 1.68704 -94.4967 2.24938C-71.5783 1.68704 -49.19 0.570616 -26.2633 0L80.7333 262.409L179 0.00826979C199.74 0.570616 220.48 1.68704 241.22 2.24938C263.062 1.68704 284.895 0.570616 310 0V20.2279C257.048 18.5491 259.235 46.0793 258.688 92.1503V268.586C258.688 282.628 258.688 306.801 262.515 322.538C267.973 346.132 288.722 348.381 309.462 351.756V371.992C276.712 371.421 244.508 370.305 211.75 369.734C183.365 370.305 154.433 371.421 124.4 371.992V351.756C145.148 348.381 165.888 346.132 171.355 322.538C175.173 306.801 175.173 282.637 175.173 268.586V91.0339H174.088L65.4516 372H39.245L-74.85 87.0974Z" fill="%23E3E7EB"/></svg>');
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-form .banner-media{
    margin-right: 0;
}


@media  (min-width: 1440px){
    .hero-form h1{
        font-size: 9rem;
        line-height: 90%;
    }

    .hero-form.banner--home .banner-content {
        max-width: 58rem;
        margin-right: 11rem;
    }

    .cards-slider.style-2 h2{
        font-size: 46px;
    }
 
}



@media (max-width: 1200px) {
    .locations {
        margin: 12rem 0;
    }
    .locations__block__content {
        padding: 50px;
    }
    .locations__block__title {
        font-size: 50px;
    }
    .location__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .location__item {
        font-size: 24px;
    }
    .location__item h4 {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .locations {
        margin: 10rem 0;
    }
    .locations__block__content {
        padding: 40px 24px;
    }
    .locations__block__title {
        font-size: 40px;
    }

    .hero-form .banner-inner{
        flex-direction: column-reverse;
        grid-gap: 35px;
        display: flex;
    }

    .bg-mobile-only{
        display: block;
    }

    .bg-desktop-only{
        display: none;
    }

    .hero-form{
        overflow: hidden;
    }

    .hero-form .form-bg{
        z-index: -1;
        left: -20%;
        top: 118px;
        right: -20%;
    }

    .hero-form .banner-media{
        position: relative;
        margin-right: 0;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .hero-form{
        padding-top: 40px;
        padding-bottom: 0px;
    }

        
    .hero-form .banner-heading{
        text-align: center;
        font-size: 44px;
    }   

    /*.hero-form .banner-copy{
        text-align: center;
    }*/

    .hero-form:after{
        left: -20%;
        bottom: auto;
        top: 29%; 
    }

}


@media (max-width: 768px) {
    .locations {
        margin: 5rem 0;
    }
    .locations__block {
        display: flex;
        flex-direction: column-reverse;
    }
    .locations__block__content {
        border-radius: 0 0 12px 12px;
    }
    .locations__block__map {
        height: auto;
        padding-top: 60%;
    }
    .locations__block__map iframe {
        border-radius: 12px 12px 0 0;
    }
    .location__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .location__item {
        padding: 24px;
    }
    .location__item h4 {
        font-size: 32px;
    }

    .hero-form .form-bg{
        left: -30px;
        right: -30px;
    }

    .form-logos img{
        width: calc(20% - 12px);
    }

    .form-logos{
        gap: 15px;
    }

    .banner-form h3{
        font-size: 28px;
    }

    .banner-form{
        padding: 40px 24px;
        border-top-width: 4px;
    }

    .cards-slider.style-2 {
        margin-top: 4rem;
    }

    
}


@media only screen and (min-width: 769px) {
  .areas-we-serve-links .contact-form__links {
    margin-top: 0;
    padding: 4rem 7rem;
    margin-bottom: 6em;
  }
}

.podcast_hero{
    z-index: 5;
}

@media only screen and (min-width: 769px) {
  @media only screen and (min-width: 769px) {
  .areas-we-serve-links .contact-form__links {
      overflow: hidden;
    }
  }
  .areas-we-serve-links .contact-form__links:before {
    position: absolute;
    content: "";
    top: 72px;
    right: -80px;
    width: 25vw;
    height: 20vw;
    max-width: 40rem;
    max-height: 32rem;
    background: url(assets/img/decor-m.svg) no-repeat;
    background-size: cover;
    filter: invert(57%) sepia(92%) saturate(301%) hue-rotate(48deg) brightness(96%) contrast(100%);
    opacity: 0.1;

  }
}

.rplg .rplg-reviews:nth-child(2){ 
  display: none; 
}
.rplg-reviews.slick-slider.slick-initialized { 
  display: block; 
}

.header-cta__inner span:first-child, 
.header-cta__inner strong:first-child{
  top: 0;
}
.header-cta__inner span:last-child, 
.header-cta__inner strong:last-child {
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.header-cta__inner span, 
.header-cta__inner strong{
  position: absolute;
  display: inline-block;
  padding: 2px;
  left: 50%;
  font: 700 1.2rem / 1.8rem Open Sans, sans-serif;
  color: #10417b;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.breadcrumbs strong {
  font: 700 1.2rem / 1.6 Open Sans, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.attorney-author-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
.attorney-author-wrapper img{
  width: 50px;
}
.attorney-author-wrapper a{
  color: #78be38;
}
@media only screen and (max-width: 1024px) {
  .attorney-author-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .attorney-author-wrapper div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .attorney-author-wrapper div span{
    display: none;
  }
}

.landing-page .awards,
.landing-page .d-dynamic-none,
.landing-page .footer,
.landing-page .hamburger,
.landing-page .header-cta,
.landing-page .header-menu,
.landing-page .header-phone,
.landing-page .map {
   display: none;
}

/*spanish pages*/
@media only screen and (max-width: 768px) {
  .injury-claim .contact-dynamic-banners,
  .injury-claim .contact-dynamic-banners .contact-mobile {
    display: block !important;
  }

  .contact-mobile__copy p{
      margin-bottom: 10px;
  }
  .contact-mobile__copy ul{
      list-style-position: inside;
  }
  .contact-mobile__copy ul li{
        margin-bottom: 10px;

  }
  .contact .contact-form__cards__item .item-content{
    font-size: 1.9rem;
  }
  .contact .contact-form__cards__item.money .item-content {
    font: 700 1.6rem / 1.2 Open Sans, sans-serif;
  }
  .injury-claim.landing-page .header:not(.is-opened):not(.header--sticky) .header-logo img {
    -webkit-filter: unset;
    filter: unset;
    width: 10rem !important;
  }
}

.contact-desktop_bg,
.contact-subheading {
    display: none;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

@media only screen and (min-width: 769px) {
  .landing-page.injury-claim .contact .contact-content, 
  .landing-page.injury-claim .contact .contact-heading,
  .contact-desktop_bg,
  .contact-subheading {
    display: block;
  }
}


#our-experience{
    content-visibility:unset;
}


/* Menu Fix */

@media (min-width:1025px){
    .sub-menu.sub-menu--v3{
        top: 0 !important;
    }
}
.rpi-content.slick-slider.slick-initialized {
    display: block;
}
.contact-form .rpi {
    padding: 3rem;
    margin: 3rem 0;
    border-radius: 1.2rem;
    background-color: #e1e6f1;
}

.contact-form .rpi-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-form .rpi-content .testimonial-slider__item {
    height: inherit
}
.contact-form .rpi-content .testimonial-slider__item__info .rpi-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.contact-form .rpi-content .testimonial-slider__item__info .rpi-star {
  display: inline-block;
  color: #fb8e28;
  font-size: 17px;
  margin-right: 2px;
}
.contact-form .rpi-content .testimonial-slider__item__info .rpi-star::before {
  content: "★"; /* solid star */
}


@media only screen and (min-width: 561px) {
    .contact-form .rpi-content .testimonial-slider__item{
        margin-left:1rem;
        margin-right: 1rem;
    }
}

/* Blockquote with left vertical line */
blockquote {
  position: relative;
  margin: 40px 20px;
  padding: 20px 0 20px 40px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  background: transparent;
  border: none;
}

/* Vertical line on the left */
blockquote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #78be38;
}

/* Style for author attribution within paragraph */
blockquote p {
  margin: 0;
  position: relative;
}

blockquote em {
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}

/* Author attribution styling - text after em dash */
blockquote p {
  font-size: 20px;
}

/* Target text that comes after the em tag (the author) */
blockquote p::after {
  content: none;
}

/* Alternative approach - if you can wrap author in a span */
blockquote .author {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  color: #666;
}

/* Optional: Style for citation/author when using cite tag */
blockquote cite {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  color: #666;
}

/* Optional: Responsive adjustments */
@media (max-width: 768px) {
  blockquote {
    margin: 30px 15px;
    padding-left: 25px;
    font-size: 18px;
  }
}

.faq-detail .post-banner__author {
  margin: 0 0 30px;
}

.banner-inner > .hero-video{
    display: none;
}

@media (max-width:1024px){
    .hero-form .banner-content .hero-video{
        display: none;
    }

    .hero-form .banner-inner > .hero-video{
        display: block;
    }

    .hero-form .banner-media{
        padding-bottom: 0px;
    }
}
.term-prefix {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #d8dce2;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}



.single-location .breadcrumbs{
    padding: 0;
    margin-bottom: 20px;
}

.podcast_hero .breadcrumbs,
.page-template-attorney .breadcrumbs,
.page-template-areas-we-serve .breadcrumbs,
.content-image .breadcrumbs {
    margin-bottom: 20px;
}

.podcast_hero .breadcrumbs li:not(:last-child),
.page-template-glossary .breadcrumbs li:not(:last-child),
.content-image .breadcrumbs li:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.page-template-glossary .breadcrumbs{
    justify-content: center;
    margin-bottom: 20px; 
}

.home .breadcrumbs{
    display: none;
}

.single-practice .block-content.block-content--version1{
    padding-top: 50px;
}

@media (max-width:750px){
    .page-template-glossary .breadcrumbs{
        justify-content: flex-start;
    }
}
.content-image .breadcrumbs li:not(:last-child) {
    border-right: 1px solid #ffffff;
}