html {
  margin-top: 0 !important; }

/* New Header 2025 */
.header-main {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99999; }

.header-content {
  position: relative; }

.header-tp {
  display: flex;
  flex-wrap: wrap;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .header-tp {
      justify-content: space-between;
      padding-bottom: 20px; } }

.header-btm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    .header-btm {
      display: none;
      visibility: hidden;
      text-indent: -9999px; } }

.site-logo {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  order: 2;
  width: 100%; }
  @media (max-width: 991px) {
    .site-logo {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin-top: 15px;
      padding-left: 15px; } }
  .site-logo img {
    width: 250px; }
    @media (min-width: 992px) {
      .site-logo img {
        width: 100%; } }
  @media (min-width: 992px) {
    .site-logo {
      order: 1;
      width: 350px;
      margin-left: 15px; } }

.header-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  order: 1; }
  @media (min-width: 992px) {
    .header-actions {
      order: 2;
      padding-right: 15px;
      width: calc(100% - 350px - 15px);
      justify-content: flex-end; } }
  @media (min-width: 1600px) {
    .header-actions {
      padding-right: 0; } }
  .header-actions p {
    color: #000;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .header-actions p {
        font-size: 20px;
        line-height: 20px; } }
    .header-actions p span {
      color: #5b1f69;
      text-decoration: none;
      font-weight: 600;
      margin-left: 3px; }
    .header-actions p a {
      color: #5b1f69;
      text-decoration: none;
      font-weight: 600;
      margin-left: 3px; }
  @media (min-width: 768px) {
    .header-actions a[href^="tel"] {
      pointer-events: none; } }
  .header-actions .purple-solid {
    padding: 10px 50px 10px 20px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 400;
    background-color: #5b1f69;
    border: 1px solid #5b1f69;
    color: #fff;
    transition: all .3s ease;
    background-image: none; }
    @media (max-width: 767px) {
      .header-actions .purple-solid {
        margin-left: 20px;
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .header-actions .purple-solid {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .header-actions .purple-solid {
        margin-left: 0;
        margin-right: 0;
        border-radius: 25px;
        font-size: 14px; } }
    .header-actions .purple-solid:hover {
      background-color: #000;
      color: #fff;
      border-color: #000; }

.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  cursor: pointer; }
  @media (min-width: 992px) {
    .search-toggle {
      margin: 0 20px 0 20px; } }
  .search-toggle img {
    max-width: 20px; }

.search-container {
  background-color: #f3f3f5;
  padding: 25px 15px;
  display: none;
  align-items: center;
  justify-content: center; }
  .search-container .search-form {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .search-container .search-form {
        width: 700px;
        margin-left: auto;
        justify-content: flex-end; } }
  .search-container.search-active {
    display: flex; }
  .search-container form {
    width: calc(100% - 50px); }
  .search-container .input-group {
    display: flex;
    border: 1px solid #5b1f69;
    border-radius: 0;
    height: 50px; }
    .search-container .input-group input[type="text"] {
      height: 100%;
      border-radius: 0;
      color: #3a3a3a; }
      .search-container .input-group input[type="text"]::placeholder {
        color: #3a3a3a; }
  .search-container .input-group-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 60px;
    border-radius: 0; }
    .search-container .input-group-button button {
      height: 48px !important;
      width: 60px !important;
      border-radius: 0 !important;
      background-color: #5b1f69 !important;
      background-image: url("assets/images/icons/white-arrow.png") !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 20px !important;
      transition: all .3s ease; }
      .search-container .input-group-button button:hover {
        background-color: #000 !important; }
      .search-container .input-group-button button i {
        display: none;
        visibility: hidden;
        text-indent: -9999px; }
  .search-container .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: 30px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .search-container .close {
        margin-left: auto; } }
    .search-container .close img {
      width: 30px; }

#primary-navigation {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 40px;
  max-width: 1366px; }

.mob-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  margin-left: auto;
  background-color: #5b1f69;
  cursor: pointer; }
  @media (max-width: 991px) {
    .mob-menu {
      display: flex; } }
  .mob-menu img {
    max-width: 25px; }
  .mob-menu span {
    color: #fff;
    font-weight: 600;
    font-size: 11px; }

.mobile-nav {
  z-index: 99999;
  position: fixed;
  background-color: #fff;
  top: 0;
  right: -100%;
  width: 100%;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  transition: all .3s ease; }
  .mobile-nav.is-open {
    right: 0; }

body.menu-opened {
  height: 100vh;
  overflow: hidden; }

.mobile-nav--close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px; }
  .mobile-nav--close .close-button {
    top: 3px !important; }

.js-drilldown-back {
  position: absolute;
  top: -50px !important;
  left: 35px;
  width: 100px;
  height: 50px;
  padding: 0 !important; }

/* New Homepage 2025 */
body.page-template-homepage2025 .site-wrapper {
  overflow: hidden; }

.homepage-hero {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: relative;
  width: calc(100% - 40px);
  margin-top: 30px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto; }
  .homepage-hero.active {
    display: block;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1600px) {
    .homepage-hero {
      width: 100%; } }
  .homepage-hero picture,
  .homepage-hero img {
    border-radius: 25px;
    width: 100%; }

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 5% 60px 5%; }
  @media (min-width: 768px) {
    .hero-inner {
      justify-content: center;
      padding: 60px 5%; } }
  .hero-inner .hero-heading {
    max-width: 95%;
    font-size: 26px;
    text-transform: capitalize;
    color: #fff; }
    @media (min-width: 992px) {
      .hero-inner .hero-heading {
        font-size: 40px; } }
  .hero-inner p {
    max-width: 95%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #fff; }
    @media (min-width: 768px) {
      .hero-inner p {
        max-width: 400px; } }
  .hero-inner .review-callout {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px; }
  .hero-inner .orange-solid {
    margin-top: 20px;
    border: 1px solid #FF5E2A;
    border-radius: 25px;
    font-size: 14px;
    line-height: 14px;
    background-color: #FF5E2A;
    background-image: url("assets/images/icons/white-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 15px;
    color: #fff;
    padding: 10px 50px 10px 20px;
    transition: all .3s ease; }
    .hero-inner .orange-solid:hover {
      background-color: #000;
      border: 1px solid #000;
      color: #fff; }

.our-services {
  position: relative;
  padding-top: 115px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .our-services {
      padding-top: 105px; } }
  @media (min-width: 992px) {
    .our-services {
      padding-top: 60px; } }

.services-selection {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 25px;
  width: calc(100% - 40px);
  box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, 0.49); }
  @media (min-width: 992px) {
    .services-selection {
      width: 70%;
      left: 15%;
      top: -28px; } }
  @media (min-width: 1152px) {
    .services-selection {
      width: 550px;
      left: calc(50% - 550px / 2); } }
  .services-selection ul {
    display: flex;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    background-color: #f3f3f5; }
  .services-selection li {
    width: calc(100% / 2);
    margin: 0;
    position: relative;
    list-style: none;
    background-color: #f3f3f5;
    color: #1b1b3a;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top 50% left 10px; }
    @media (min-width: 768px) {
      .services-selection li {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .services-selection li br {
        display: none; } }
    @media (max-width: 767px) {
      .services-selection li {
        font-size: 11px;
        line-height: 12px;
        padding: 10px 10px 10px 35px;
        text-align: left;
        display: inline-flex;
        align-items: center;
        background-size: 20px; } }
    .services-selection li.active {
      background-color: #1b1b3a;
      color: #fff;
      z-index: 5;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .services-selection li.active {
          padding-left: 45px; } }
    .services-selection li:nth-of-type(1) {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      background-image: url("assets/images/icons/personal-legal-services-black.png"); }
      .services-selection li:nth-of-type(1).active {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-image: url("assets/images/icons/personal-legal-services-white.png"); }
    .services-selection li:nth-of-type(2) {
      background-image: url("assets/images/icons/business-legal-services-black.png"); }
      .services-selection li:nth-of-type(2).active {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-image: url("assets/images/icons/business-legal-services-white.png"); }
        .services-selection li:nth-of-type(2).active:after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          right: -10px;
          width: 10px;
          height: 100%; }
    .services-selection li:nth-of-type(3) {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      padding-left: 0;
      background-image: url("assets/images/icons/investment-services-black.png"); }
      @media (max-width: 767px) {
        .services-selection li:nth-of-type(3) {
          padding-left: 35px; } }
      .services-selection li:nth-of-type(3).active {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background-image: url("assets/images/icons/investment-services-white.png"); }

.services-group {
  display: none; }
  .services-group h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1b1b3a; }
    @media (min-width: 1600px) {
      .services-group h2 {
        left: calc(50% - 1366px / 2); } }
  .services-group p:not(.service-details p) {
    position: relative;
    margin-bottom: 20px;
    max-width: 70%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .services-group p:not(.service-details p) {
        max-width: 100%; } }
    @media (min-width: 1152px) {
      .services-group p:not(.service-details p) {
        max-width: 50%; } }
    @media (min-width: 1600px) {
      .services-group p:not(.service-details p) {
        left: calc(50% - 1366px / 2); } }
  .services-group.active {
    display: block; }

.services-list {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .services-list {
      padding-top: 30px; } }
  .services-list ul {
    padding: 0;
    margin: 0;
    display: none; }
    .services-list ul.slick-initialized {
      display: block; }
      @media (min-width: 768px) {
        .services-list ul.slick-initialized {
          left: calc(50% - 100% / 2);
          width: 130%; } }
      @media (min-width: 1600px) {
        .services-list ul.slick-initialized {
          left: calc(50% - 1366px / 2);
          width: 110%; } }
  @media (max-width: 767px) {
    .services-list li {
      list-style: none;
      display: flex !important;
      border: 1px solid #5b1f69;
      border-radius: 30px; } }
  .services-list li:hover h3 a {
    color: #5b1f69; }
  @media (min-width: 768px) {
    .services-list li {
      margin-left: 0;
      margin-right: 40px; } }
  @media (max-width: 767px) {
    .services-list li .service-wrapper {
      display: flex; } }
  .services-list li img:not(.service-icon img) {
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 30%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
    @media (min-width: 768px) {
      .services-list li img:not(.service-icon img) {
        width: 100%;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 0;
        aspect-ratio: 16/9; } }
  .services-list h3 {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .services-list h3 {
        font-size: 1em; } }
    @media (min-width: 1366px) {
      .services-list h3 {
        font-size: 1.2em; } }
    .services-list h3 a {
      color: #5b1f69;
      transition: all .3s ease; }
  .services-list .slick-list {
    width: 100%; }
  .services-list .service-details {
    border: 1px solid #5b1f69;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-left: 0;
    padding: 15px 15px 30px 15px;
    width: 70%; }
    @media (max-width: 767px) {
      .services-list .service-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border: 0; } }
    @media (min-width: 768px) {
      .services-list .service-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 0;
        border-left: 1px solid #5b1f69;
        border-top: 0;
        min-height: 245px; } }
    @media (min-width: 1152px) {
      .services-list .service-details {
        padding: 30px; } }
    .services-list .service-details h3 {
      margin: 0 0 20px 0;
      font-weight: 700;
      color: #5b1f69;
      font-size: 18px; }
      @media (min-width: 768px) {
        .services-list .service-details h3 {
          font-size: 20px; } }
    .services-list .service-details p {
      margin-bottom: 0;
      font-weight: 400;
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 18px; }
      @media (max-width: 767px) {
        .services-list .service-details p {
          display: none; } }
      @media (min-width: 1152px) {
        .services-list .service-details p {
          font-size: 16px;
          line-height: 22px; } }
  .services-list p {
    color: #333; }
  .services-list .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
    .services-list .service-icon img {
      width: 100%; }
  .services-list .view-link {
    position: relative;
    color: #fff;
    font-size: 10px;
    padding: 5px 40px 5px 20px;
    border-radius: 30px;
    background-color: #1b1b3a; }
    @media (min-width: 768px) {
      .services-list .view-link {
        font-size: 13px;
        margin-top: auto; } }
    @media (min-width: 1152px) {
      .services-list .view-link {
        font-size: 14px; } }
    .services-list .view-link:hover {
      color: #fff;
      background-color: #5b1f69; }
      .services-list .view-link:hover:before {
        width: 100%; }
      .services-list .view-link:hover:after {
        transform: translateX(5px);
        background-image: url("assets/images/icons/orange-arrow.png"); }

.services-nav {
  width: 200px;
  margin-left: auto;
  margin-right: 5%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .services-nav {
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px; } }
  .services-nav > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer; }
    .services-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .services-nav > div img {
      width: 30px; }

.customer-reviews {
  display: none;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #5b1f69;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px; }
  .customer-reviews .container {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .customer-reviews.active {
    display: block;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1600px) {
    .customer-reviews {
      width: 100%; } }
  .customer-reviews h4 {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 43px;
    color: #1b1b3a; }
  .customer-reviews p {
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 20px; }
  .customer-reviews .slick-track {
    display: flex; }
  .customer-reviews ul {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    .customer-reviews ul.slick-initialized {
      display: block; }
  .customer-reviews li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: auto;
    padding: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #5b1f69;
    border-radius: 25px; }
    .customer-reviews li img {
      margin-bottom: 20px;
      max-width: 130px; }
  .customer-reviews .review-heading {
    color: #5b1f69;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 20px; }
  .customer-reviews blockquote {
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: 400;
    font-family: Lato,Helvetica,Arial,sans-serif;
    max-width: 90%;
    text-align: left;
    font-size: 16px !important;
    line-height: 20px !important; }
    @media (min-with: 768px) {
      .customer-reviews blockquote {
        max-width: 100%; } }
    .customer-reviews blockquote:before, .customer-reviews blockquote:after {
      display: none;
      visibility: hidden; }

.review-callout {
  display: block;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px; }

.reviews-nav {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center; }
  .reviews-nav > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer; }
    .reviews-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .reviews-nav > div img {
      width: 30px; }

.icon-list {
  background-color: #f2ebfb;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .icon-list .container {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .icon-list h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0;
    color: #1b1b3a;
    font-weight: 700;
    font-size: 43px; }
  .icon-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 1152px) {
      .icon-list ul {
        align-items: flex-start;
        justify-content: center; } }
  .icon-list li {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .icon-list li {
        width: 25%;
        margin-bottom: 0;
        padding: 0 30px; } }
    @media (min-width: 1152px) {
      .icon-list li {
        width: 20%; } }
  .icon-list img {
    margin-bottom: 20px;
    width: 60px;
    margin-left: auto;
    margin-right: auto; }
  .icon-list p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 991px) {
      .icon-list p br {
        display: none; } }

/* New Footer 2025 */
.site-footer {
  padding: 60px 20px;
  background-color: #1b1b3a; }
  .site-footer h6 {
    color: #fff; }
  .site-footer p {
    color: #fff; }
  .site-footer a {
    display: inline-block;
    color: #fff; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .container-centered {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }

.our-locations {
  grid-column: span 12; }
  @media (min-width: 992px) {
    .our-locations {
      grid-column: span 8; } }
  .our-locations h6 {
    margin: 0 0 25px 0;
    font-weight: 700; }

.footer-offices {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(9, 1fr); }

.footer-office {
  grid-column: span 6;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 600px) {
    .footer-office {
      grid-column: span 3; } }
  .footer-office strong {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px; }

.office-address p {
  font-size: 14px;
  line-height: 20px; }

.office-number a[href^="tel"] {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }
  .office-number a[href^="tel"]:before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 30px;
    margin-right: 5px;
    background-image: url("assets/images/icons/call-us.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    filter: invert(1); }
  @media (min-width: 768px) {
    .office-number a[href^="tel"] {
      pointer-events: none; } }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  grid-column: span 12;
  margin-top: 0; }
  @media (min-width: 992px) {
    .footer-links {
      grid-column: span 4; } }
  .footer-links h6 {
    width: 100%;
    margin: 0 0 20px 0;
    font-weight: 600; }

.footer-link--col {
  width: 50%; }
  @media (min-width: 600px) {
    .footer-link--col {
      width: 20%; } }
  @media (min-width: 992px) {
    .footer-link--col {
      width: 30%; } }
  .footer-link--col ul {
    padding-left: 0; }
  .footer-link--col li {
    display: block;
    font-size: 14px; }
    .footer-link--col li a {
      text-decoration: none;
      font-weight: 500; }
      .footer-link--col li a:hover {
        text-decoration: underline; }
    .footer-link--col li:not(:last-of-type) {
      margin-bottom: 5px; }

.footer-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

.sra-logo {
  position: relative;
  width: 50%;
  margin-top: 30px; }
  @media (min-width: 600px) {
    .sra-logo {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .sra-logo {
      width: 40%; } }
  @media (min-width: 1152px) {
    .sra-logo {
      margin-top: 0; } }
  .sra-logo > div:has(iframe) {
    float: none !important; }
    @media (min-width: 992px) {
      .sra-logo > div:has(iframe) {
        float: right !important;
        width: 100% !important; } }
    @media (min-width: 1152px) {
      .sra-logo > div:has(iframe) {
        width: 158px !important; } }

.socials {
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    .socials {
      width: auto; } }
  .socials .contact-info__social-media {
    margin: 0; }
  .socials ul {
    display: flex;
    margin: 0;
    padding: 0; }
  .socials li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 30px;
    height: 30px; }
    .socials li:not(:last-of-type) {
      margin-right: 10px; }
    .socials li img {
      filter: invert(1); }

.btm-links {
  border-top: 1px solid #4e4e62;
  border-bottom: 1px solid #4e4e62;
  padding: 20px 0;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px; }
  .btm-links ul {
    column-count: 2;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .btm-links ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 0;
        column-count: unset; } }
    .btm-links ul li {
      display: inline-block;
      width: 100%;
      margin: 0 0 5px 0;
      padding: 0; }
      @media (min-width: 768px) {
        .btm-links ul li {
          width: auto;
          margin: 0; } }
    .btm-links ul a {
      padding: 0;
      font-weight: 500;
      font-size: 13px;
      line-height: 13px; }
      @media (min-width: 768px) {
        .btm-links ul a {
          font-size: 11px;
          line-height: 11px; } }
      @media (min-width: 992px) {
        .btm-links ul a {
          font-size: 14px;
          line-height: 14px; } }
      .btm-links ul a:hover {
        text-decoration: underline; }

.legal-info {
  margin-top: 30px; }
  .legal-info p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400; }
    .legal-info p a {
      color: #fff; }
      .legal-info p a:hover {
        text-decoration: none; }

.megamenu-container {
  top: 0 !important; }

.megamenu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Mobile megamenu above wpadminbar. */
  z-index: 999999;
  display: none;
  background: #5b1f69;
  opacity: 0.9;
  overflow-y: scroll;
  max-height: 100vh; }

.megamenu {
  display: none;
  width: 100%;
  font-size: 14px; }

.megamenu > ul {
  position: absolute;
  top: 40px;
  width: 100%;
  padding: 20px; }

.megamenu > ul > li {
  line-height: 40px; }

.megamenu > ul > li > a,
.megamenu > ul > li > a:link,
.megamenu > ul > li > a:visited,
.megamenu > ul > li > a:hover,
.megamenu > ul > li > a:active {
  color: #fff; }

.megamenu > ul > li:first-child {
  border-top: 0; }

.megamenu > ul > li:last-child {
  border-bottom: 1px solid #fff; }

.megamenu > ul > li[data-menu-child]:after {
  content: '';
  position: absolute;
  right: 0;
  height: 13.333px;
  width: 10px;
  margin-top: 13px; }

.js-menu--active {
  display: block; }

.js-menu-container--active {
  display: block; }

.megamenu-level {
  display: none;
  margin-top: 10px;
  border-top: 1px solid black; }

.js-menu-level--active {
  display: block; }

.js-menu-close-trigger {
  position: absolute;
  top: 20px;
  right: 45px;
  background: none;
  border: none;
  font-weight: 300; }

.js-menu-close-trigger:after {
  content: '';
  position: absolute;
  right: -25px;
  height: 20px;
  width: 20px;
  margin-top: 2px; }

.js-menu-back-trigger {
  position: absolute;
  top: 20px;
  left: 40px;
  background: none;
  border: none;
  font-weight: 300;
  opacity: 0.9; }

.js-menu-back-trigger:before {
  content: '';
  position: absolute;
  left: -16px;
  height: 13.333px;
  width: 10px;
  margin-top: 5px;
  transform: scaleX(-1); }

@media screen and (min-width: 992px) {
  .megamenu-container {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    background: none;
    opacity: 1;
    overflow: hidden;
    /* Decrease z-index so we can raise other elements in the header. */
    z-index: 10; }

  .js-menu-container--active {
    height: 540px; }

  .megamenu-level-0 {
    display: inline-block;
    line-height: 40px;
    background: #fff;
    color: #000; }

  .megamenu-level-0 > .megamenu {
    display: block; }

  .megamenu-level-0 > .megamenu > ul {
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 40px;
    background: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly; }

  .megamenu-level-0 > .megamenu > ul > li {
    display: inline-block;
    /* Subtract 2 * border-bottom-width from line-height for transition. */
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
    border-bottom-color: #9f36b8;
    border-left: 1px solid #5b1f69;
    border-bottom-width: 0;
    transition: 0.2s border-bottom-width;
    flex: 1 0 auto;
    text-align: center; } }
  @media screen and (min-width: 992px) and (min-width: 1152px) {
    .megamenu-level-0 > .megamenu > ul > li {
      font-size: 16px; } }

@media screen and (min-width: 992px) {
  .megamenu-level-0 > .megamenu > ul > li > a,
  .megamenu-level-0 > .megamenu > ul > li > a:link,
  .megamenu-level-0 > .megamenu > ul > li > a:visited,
  .megamenu-level-0 > .megamenu > ul > li > a:active {
    color: #000; }

  .megamenu-level-0 > .megamenu > ul > li > a:hover {
    color: #5b1f69; }

  .megamenu-level-0 > .megamenu > ul > li:first-of-type {
    border-left: 0; }

  /* Override mobile style. */
  .megamenu-level-0 > .megamenu > ul > li:last-child {
    border-bottom-width: 0; }

  .megamenu-level-0 > .megamenu > ul > li:hover {
    border-bottom-width: 0; }

  .megamenu-level-0 > .megamenu > ul > li[data-menu-child]:after {
    display: none; }

  .megamenu-level-1.js-menu-level--active {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 33.3333%;
    height: 100%;
    background: #f3f3f5; }

  .megamenu-level-1 > .megamenu > ul {
    position: absolute;
    top: 10px;
    right: 40px;
    left: 0;
    width: auto;
    min-width: 200px;
    min-height: 500px;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700; }

  .megamenu-level-1 > .megamenu > ul > li {
    display: block;
    margin: 0 3px;
    line-height: 30px;
    border-bottom: 1px solid #e9e9ec; }

  .megamenu-level-1 > .megamenu > ul > li > a,
  .megamenu-level-1 > .megamenu > ul > li > a:link,
  .megamenu-level-1 > .megamenu > ul > li > a:visited,
  .megamenu-level-1 > .megamenu > ul > li > a:hover,
  .megamenu-level-1 > .megamenu > ul > li > a:active {
    color: #000;
    text-decoration: none; }

  .megamenu-level-1 > .megamenu > ul > li:first-child {
    border-top: none; }

  .megamenu-level-1 > .megamenu > ul > li:last-child {
    border-bottom: none; }

  .megamenu-level-1 > .megamenu > ul > li[data-menu-child]:after {
    display: none; }

  .megamenu-level-2.js-menu-level--active {
    display: block;
    position: absolute;
    top: 40px;
    left: 33.3333%;
    width: 66.6666%;
    height: 100%;
    padding-left: 40px;
    background: #5b1f69; }

  .megamenu-level-2 > .megamenu > h4 {
    color: #fff;
    background: #7a4086;
    font-size: 18px;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    padding: 10px 40px 10px 20px !important;
    margin: 0;
    margin-left: -40px; }

  .megamenu-level-2 > .megamenu > ul {
    position: relative;
    top: 0;
    left: -20px;
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    columns: 2; }

  .megamenu-level-2 > .megamenu.one-column > ul {
    columns: 1;
    padding-left: 0; }

  .megamenu-level-2 > .megamenu > ul > li {
    display: block;
    position: relative;
    padding-left: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #44114e; }

  .megamenu-level-2 > .megamenu > ul > li > a,
  .megamenu-level-2 > .megamenu > ul > li > a:link,
  .megamenu-level-2 > .megamenu > ul > li > a:visited,
  .megamenu-level-2 > .megamenu > ul > li > a:hover,
  .megamenu-level-2 > .megamenu > ul > li > a:active {
    color: #fff;
    line-height: 35px !important; }

  .megamenu-level-2 > .megamenu > ul > li:before {
    content: '';
    position: absolute;
    height: 13.333px;
    width: 10px;
    left: 0;
    top: 3px;
    margin-top: 14px; }

  .megamenu-level-2 > .megamenu > ul > li:first-child {
    border-top: none; }

  .megamenu-level-2 > .megamenu > ul > li:last-child {
    border-bottom: 1px solid #44114e; }

  .megamenu__contact {
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-left: -20px; }
    .megamenu__contact a {
      color: white;
      text-decoration: underline; }
      .megamenu__contact a:hover {
        text-decoration: none; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .megamenu__contact a[href^="tel"] {
      pointer-events: none; } }

@media screen and (min-width: 992px) {
  .megamenu__contact > .tel > span {
    font-weight: 900; }

  .js-menu-close-trigger {
    display: none; }

  .js-menu-back-trigger {
    display: none; } }
/* Increase spacing in header menu when the screen is wide enough. */
@media screen and (min-width: 1100px) {
  .megamenu-level-0 > .megamenu > ul > li {
    margin: 0; }

  .megamenu-level-0 > .megamenu > ul > li:first-of-type {
    border-left: 0; } }

/*# sourceMappingURL=21digital.css.map */
