:root {
  --sitewidth: 1366px;
  --headingsize: 26px;
  --copysize: 18px; }
  @media (min-width: 1152px) {
    :root {
      --headingsize: 30px; } }

.btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }

.green-solid {
  border: 1px solid #b6bd02;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: #b6bd02;
  background-image: url("assets/images/grey-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px;
  color: #404041;
  text-decoration: none;
  padding: 10px 50px 10px 20px;
  transition: all .3s ease; }
  .green-solid:hover {
    background-color: #14876c;
    border: 1px solid #14876c;
    color: #fff;
    text-decoration: none;
    background-image: url("assets/images/white-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 15px; }

body.page-template-homepage2025 .site-wrapper {
  overflow: hidden; }

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

.header-content {
  position: relative; }

.header-tp {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--sitewidth);
  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 a {
      color: #14876c;
      text-decoration: none;
      font-weight: 600;
      margin-left: 3px; }
  @media (min-width: 768px) {
    .header-actions a[href^="tel"] {
      pointer-events: none; } }
  .header-actions .green-solid {
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    background-color: #b6bd02;
    color: #404041;
    text-decoration: none;
    background-image: none;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      .header-actions .green-solid {
        margin-left: 20px;
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .header-actions .green-solid {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .header-actions .green-solid {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 20px;
        font-size: 14px; } }
    .header-actions .green-solid:hover {
      background-color: #14876c;
      color: #fff;
      border-color: #14876c; }

.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: #f7f9eb;
  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 #14876c;
    border-radius: 0;
    height: 50px; }
    .search-container .input-group input[type="text"] {
      height: 100%;
      border-radius: 0;
      color: #000;
      padding-left: 1.5rem; }
      .search-container .input-group input[type="text"]::placeholder {
        color: #000; }
  .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: #14876c !important;
      cursor: pointer;
      background-image: url("assets/images/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: #b6bd02 !important;
        border-color: #b6bd02 !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: #404041;
  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;
    z-index: 99999; }

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; }

.mobile-menu {
  z-index: 99999 !important; }

.mobile-menu.menu-active {
  z-index: 99999 !important; }

/* Tabbed Megamenu Overrides */
.megamenu-level {
  border-top: 0 !important;
  margin-top: 1px !important; }

.megamenu-level-0 > .megamenu > ul > li {
  margin-top: 0 !important; }

.megamenu-level-0 > .megamenu > ul {
  top: 0 !important;
  left: 0 !important;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.megamenu-level-0 > .megamenu > ul > li {
  line-height: 40px !important;
  width: auto;
  flex: 1 0 auto;
  text-align: center; }

.megamenu-level-1.js-menu-level--active {
  top: 50px !important; }

.megamenu-level-2.js-menu-level--active {
  top: 50px !important; }

/* Homepage 2025 Styles */
/* Homepage Hero */
.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: 0 5% 60px 5%; }
  @media (min-width: 768px) {
    .hero-inner {
      justify-content: center;
      padding: 60px 5%; } }
  .hero-inner .hero-inner--content {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .hero-inner .hero-heading {
    margin-top: 0;
    max-width: 95%;
    font-size: 36px;
    line-height: 40px;
    color: #404041;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .hero-inner .hero-heading {
        font-size: 40px;
        margin-bottom: 20px; } }
  .hero-inner p {
    max-width: 95%;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    color: #4d4d4d; }
    @media (min-width: 768px) {
      .hero-inner p {
        max-width: 400px; } }
    @media (min-width: 992px) {
      .hero-inner p {
        margin-bottom: 30px; } }
  .hero-inner .green-solid {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none; }

/* Homepage Services */
.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: 590px;
      left: calc(50% - 590px / 2); } }
  .services-selection ul {
    display: flex;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    background-color: #eef6f9; }
  .services-selection li {
    width: calc(100% / 2);
    margin: 0;
    position: relative;
    list-style: none;
    background-color: #eef6f9;
    color: #404041;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50% left 10px; }
    @media (min-width: 768px) {
      .services-selection li {
        font-size: calc(var(--copysize) - 4px); } }
    @media (min-width: 1152px) {
      .services-selection li {
        font-size: calc(var(--copysize) - 2px); } }
    @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: #49a2bc;
      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/personal-legal-services-icon.png"); }
      .services-selection li:nth-of-type(1).active {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-image: url("assets/images/personal-legal-services-icon-white.png"); }
    .services-selection li:nth-of-type(2) {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      padding-left: 0;
      background-image: url("assets/images/business-legal-services-icon.png"); }
      @media (max-width: 767px) {
        .services-selection li:nth-of-type(2) {
          padding-left: 35px; } }
      .services-selection li:nth-of-type(2).active {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background-image: url("assets/images/business-legal-services-icon-white.png"); }

.services-group {
  display: none; }
  .services-group h2 {
    position: relative;
    text-transform: unset;
    margin-bottom: 10px;
    margin-top: 0;
    color: #404041;
    font-size: var(--headingsize); }
    @media (min-width: 1600px) {
      .services-group h2 {
        left: calc(50% - 1366px / 2); } }
  .services-group p:not(.service-details p) {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    color: #4d4d4d;
    max-width: 70%;
    font-size: var(--copysize);
    line-height: calc(var(--copysize) + 5px); }
    @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 #49a2bc;
      border-radius: 30px; } }
  .services-list li:hover h3 a {
    color: #49a2bc;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .services-list li {
      margin-left: 0;
      margin-right: 40px; } }
  .services-list li img:not(.service-icon img) {
    height: auto;
    width: 100%;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px; }
    @media (min-width: 768px) {
      .services-list li img:not(.service-icon img) {
        width: 100%;
        object-fit: cover;
        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;
    margin-bottom: 15px; }
    @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: #49a2bc;
      text-decoration: none;
      transition: all .3s ease; }
  .services-list .slick-list {
    width: 100%; }
  .services-list .service-details {
    border: 1px solid #49a2bc;
    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;
        width: 100%; } }
    @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 #49a2bc;
        border-top: 0;
        min-height: 280px; } }
    @media (min-width: 1152px) {
      .services-list .service-details {
        padding: 30px; } }
    .services-list .service-details h3 {
      margin-top: 0;
      font-size: 20px; }
    .services-list .service-details p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .services-list .service-details p {
          display: block; } }
      @media (min-width: 1152px) {
        .services-list .service-details p {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 20px; } }
  .services-list p {
    color: #4d4d4d;
    margin-top: 0; }
  .services-list .service-wrapper {
    display: flex;
    flex-direction: column; }
  .services-list .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px; }
    .services-list .service-icon img {
      width: 100%; }
  .services-list .view-link {
    position: relative;
    color: #49a2bc;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    background-color: transparent; }
    @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:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -3px;
      width: 30px;
      height: 1px;
      background-color: #49a2bc;
      transition: all .3s ease; }
    .services-list .view-link:hover {
      color: #49a2bc; }
      .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;
    background-color: #b6bd02;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    transform: rotate(180deg); }
    .services-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .services-nav > div:hover {
      background-color: #404041; }
    .services-nav > div img {
      width: 15px; }

/* Tried & Trusted */
.tried-trusted {
  background-color: #f7f9eb;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .tried-trusted .container {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .tried-trusted h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #404041;
    margin-top: 0;
    font-size: var(--headingsize); }
  .tried-trusted ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 1152px) {
      .tried-trusted ul {
        align-items: center;
        justify-content: center; } }
  .tried-trusted li {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .tried-trusted li {
        width: 25%;
        margin-bottom: 0;
        padding: 0 30px; } }
    @media (min-width: 1152px) {
      .tried-trusted li {
        width: 20%; } }
  .tried-trusted img {
    margin-bottom: 20px;
    width: 100px;
    margin-left: auto;
    margin-right: auto; }
  .tried-trusted .icon-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
  .tried-trusted p {
    margin-bottom: 0;
    color: #4d4d4d; }
    @media (max-width: 991px) {
      .tried-trusted p br {
        display: none; } }
    @media (min-width: 768px) {
      .tried-trusted p {
        font-size: calc(var(--headingsize) - 10px); } }
    @media (min-width: 1152px) {
      .tried-trusted p {
        font-size: var(--copysize);
        line-height: 22px; } }
  .tried-trusted .btn-container {
    margin-top: 40px; }

/* Charitable partners */
.charitable-partners {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .charitable-partners .container {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }
  .charitable-partners h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0;
    color: #404041;
    font-size: var(--headingsize); }
  .charitable-partners ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .charitable-partners ul {
        align-items: flex-start;
        justify-content: flex-start; } }
  .charitable-partners li {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    border: 1px solid #b6bd02;
    background-color: #b6bd02;
    transition: all .3s ease;
    text-align: center; }
    @media (min-width: 768px) {
      .charitable-partners li {
        width: 31.333%;
        padding: 15px;
        justify-content: center;
        min-height: 300px; }
        .charitable-partners li:not(:last-of-type) {
          margin-right: 2%; } }
    @media (min-width: 1152px) {
      .charitable-partners li {
        background-color: #fff;
        padding: 30px; } }
    .charitable-partners li:hover {
      background-color: #b6bd02; }
      .charitable-partners li:hover p {
        color: #404041; }
        @media (min-width: 1152px) {
          .charitable-partners li:hover p {
            display: block;
            opacity: 1;
            transform: translateY(0); } }
      .charitable-partners li:hover img:not(.partners-nav img) {
        display: none;
        margin-bottom: 20px;
        opacity: 0; }
        @media (min-width: 1152px) {
          .charitable-partners li:hover img:not(.partners-nav img) {
            transform: translateY(0); } }
      .charitable-partners li:hover img.hover-img {
        display: block !important;
        opacity: 1 !important; }
  .charitable-partners img:not(.partners-nav img) {
    margin-bottom: 20px;
    width: 200px;
    opacity: 1;
    transition: all .3s ease;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1152px) {
      .charitable-partners img:not(.partners-nav img) {
        margin-bottom: 0;
        transform: translateY(30px); } }
  .charitable-partners img.hover-img {
    display: none;
    opacity: 0;
    transition: all .3s ease; }
  .charitable-partners p {
    margin: 0;
    color: #404041;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .charitable-partners p {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .charitable-partners p {
        opacity: 0;
        font-size: 16px;
        line-height: 20px;
        transform: translateY(20px); } }

.partners-nav {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .partners-nav {
      display: none; } }
  .partners-nav > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b6bd02;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    transform: rotate(180deg); }
    .partners-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .partners-nav > div img {
      width: 15px; }

/* Customer Review */
.customer-reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #b6bd02; }
  .customer-reviews .container {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }
  .customer-reviews h4 {
    width: 100%;
    text-align: center;
    color: #404041;
    margin-bottom: 60px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: var(--headingsize); }
  .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;
    padding: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #b6bd02;
    height: auto; }
    .customer-reviews li img {
      margin-bottom: 20px;
      max-width: 130px; }
  .customer-reviews .review-heading {
    color: #b6bd02;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px; }
  .customer-reviews blockquote {
    padding: 0;
    margin: 0;
    color: #4d4d4d;
    max-width: 90%;
    text-align: left; }
  .customer-reviews .review-callout {
    display: block;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px; }

.reviews-nav {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .reviews-nav {
      display: none; } }
  .reviews-nav > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b6bd02;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    transform: rotate(180deg); }
    .reviews-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .reviews-nav > div img {
      width: 15px; }

.review-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .review-banner {
      width: 90%; } }

/* Homepage video */
.homepage-video {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f9eb; }
  .homepage-video h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0;
    text-transform: capitalize;
    color: #404041;
    font-size: var(--headingsize); }
  .homepage-video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9; }

/* Meet the team */
.our-people {
  position: relative; }
  .our-people picture,
  .our-people img {
    width: 100%; }
  .our-people .container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    color: #404041;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .our-people .container {
        justify-content: center; } }
    @media (min-width: 1600px) {
      .our-people .container {
        left: calc(50% - 1366px /2);
        padding-left: 0; } }
  .our-people h4 {
    color: #404041;
    font-size: var(--headingsize);
    margin-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .our-people h4 br {
        display: none; } }
  .our-people p {
    max-width: 80%;
    color: #4d4d4d;
    font-size: var(--copysize);
    line-height: calc(var(--copysize) + 5px);
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .our-people p {
        max-width: 400px; } }

.awards-accreditations {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px; }
  .awards-accreditations h4 {
    width: 100%;
    text-align: center;
    color: #404041;
    margin-top: 0;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: var(--headingsize); }
  .awards-accreditations ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .awards-accreditations ul {
        max-width: 1366px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center; } }
  .awards-accreditations li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .awards-accreditations li {
        width: 20%;
        margin-bottom: 0; } }
    .awards-accreditations li img {
      max-width: 150px; }

.enquire {
  background-color: #b6bd02;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .enquire {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .enquire .container {
    width: 100%;
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }
  .enquire h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    color: #404041;
    font-size: var(--headingsize); }
    @media (max-width: 767px) {
      .enquire h4 {
        text-align: left; } }
  .enquire p {
    color: #404041;
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .enquire p {
        text-align: left; } }
  .enquire form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .enquire form {
        max-width: 600px; } }
  .enquire li {
    margin-bottom: 20px; }
  .enquire label {
    font-family: "Helvetica Neue LT Std", sans-serif !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #404041 !important;
    margin-bottom: 10px !important; }
  .enquire input:not(input[type="checkbox"]) {
    height: 50px !important;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px !important;
    padding: 10px 50px 10px 20px;
    box-shadow: none !important;
    background-image: url("assets/images/white-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 15px; }
  .enquire textarea {
    resize: none;
    border: 1px solid #fff;
    font-family: sans-serif;
    font-size: 14px;
    border-radius: 10px !important; }
  .enquire .gfield--type-choice .gfield_label {
    display: none !important;
    visibility: hidden;
    text-indent: -9999px; }
  .enquire .ginput_container_checkbox label {
    padding-left: 30px !important;
    color: #404041 !important; }
  .enquire .ginput_container_checkbox a {
    color: #404041 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px; }
    .enquire .ginput_container_checkbox a:hover {
      text-decoration: none; }
  .enquire fieldset {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 0 20px 0 !important; }
  .enquire .gform_wrapper .gfield_checkbox label:before {
    box-shadow: unset !important; }
  .enquire input[type="submit"] {
    border: 1px solid #404041 !important;
    background-color: #404041;
    color: #fff;
    width: 170px;
    transition: all .3s ease;
    background-image: url(assets/images/white-arrow.png) !important;
    background-position: top 50% right 15px !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important; }
    .enquire input[type="submit"]:hover {
      background-color: #14876c !important;
      border: 1px solid #14876c !important;
      color: #fff !important; }

/* Homepage News & Insights */
.news-insights {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .news-insights {
      padding-bottom: 30px; } }
  .news-insights .title-panel {
    position: relative;
    margin-bottom: 30px;
    max-width: 1366px; }
    @media (min-width: 1600px) {
      .news-insights .title-panel {
        margin-left: calc(50% - 1366px / 2); } }
    .news-insights .title-panel h4 {
      color: #404041;
      font-size: var(--headingsize);
      margin-top: 0; }
    .news-insights .title-panel p {
      margin-bottom: 0;
      margin-top: 0;
      color: #4d4d4d;
      font-size: var(--copysize);
      line-height: calc(var(--copysize) + 5px); }
      @media (min-width: 768px) {
        .news-insights .title-panel p {
          width: 50%; } }
    .news-insights .title-panel a {
      display: inline-block;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .news-insights .title-panel a {
          position: absolute;
          bottom: 0;
          right: 0;
          margin-top: 0; } }

.post-list {
  padding-top: 30px; }
  .post-list ul {
    padding: 0;
    margin: 0;
    display: none; }
    .post-list ul.slick-initialized {
      display: block; }
      @media (max-width: 767px) {
        .post-list ul.slick-initialized {
          left: calc(50% - 100% / 2);
          width: 170%; } }
      @media (min-width: 768px) {
        .post-list ul.slick-initialized {
          width: 130%; } }
      @media (min-width: 1366px) {
        .post-list ul.slick-initialized {
          width: 120%; } }
      @media (min-width: 1600px) {
        .post-list ul.slick-initialized {
          left: calc(50% - 1366px / 2);
          width: 110%; } }
  .post-list li {
    display: flex !important;
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 40px; }
    .post-list li:hover h3 a {
      color: #b6bd02; }
    .post-list li img {
      height: auto;
      object-fit: cover;
      width: 100%;
      padding: 0;
      border-top-right-radius: 30px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 0;
      aspect-ratio: 16/9; }
  .post-list .slick-track {
    display: flex; }
  .post-list .slick-list {
    width: 100%; }
  .post-list .post-details {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-left: 0;
    padding: 15px 15px 30px 15px;
    width: 70%;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 0;
    border-top: 0; }
    @media (min-width: 1152px) {
      .post-list .post-details {
        padding: 30px; } }
    .post-list .post-details h5 {
      font-size: 18px;
      line-height: 24px; }
      .post-list .post-details h5 a {
        color: #404041;
        text-decoration: none; }
        .post-list .post-details h5 a:hover {
          color: #b6bd02; }
    .post-list .post-details p {
      margin-bottom: 10px;
      margin-top: 0;
      color: #4d4d4d;
      font-size: 13px;
      line-height: 18px; }
      @media (min-width: 1152px) {
        .post-list .post-details p {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 20px; } }
  .post-list p {
    color: #4d4d4d; }
  .post-list .view-link {
    position: relative;
    color: #404041;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto; }
    @media (min-width: 1152px) {
      .post-list .view-link {
        font-size: 14px; } }
    @media (min-width: 1366px) {
      .post-list .view-link {
        font-size: 16px; } }
    .post-list .view-link:before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: #b6bd02;
      bottom: -3px;
      transition: all .3s ease; }
    .post-list .view-link:hover {
      color: #b6bd02; }
      .post-list .view-link:hover:before {
        width: 100%; }

.posts-nav {
  width: 200px;
  margin-left: auto;
  margin-right: 5%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .posts-nav {
      margin-top: 60px; } }
  .posts-nav > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b6bd02;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    transform: rotate(180deg); }
    .posts-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .posts-nav > div:hover {
      background-color: #404041; }
    .posts-nav > div img {
      width: 15px; }

/* New Footer 2025 */
.site-footer {
  padding: 30px 20px;
  background-color: #404041; }
  .site-footer h6 {
    color: #fff;
    font-size: 1rem; }
  .site-footer p {
    color: #fff; }
  .site-footer a {
    color: #fff; }
  .site-footer .container {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    .site-footer .container:before {
      display: none;
      visibility: hidden; }

.our-locations {
  grid-column: span 12; }
  @media (min-width: 992px) {
    .our-locations {
      grid-column: span 5; } }

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

.footer-office {
  grid-column: span 6;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .footer-office {
      grid-column: span 4; } }
  .footer-office p {
    font-size: 14px;
    line-height: 22px; }

.office-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px; }

.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; }
  @media (min-width: 768px) {
    .office-number a[href^="tel"] {
      pointer-events: none; } }

.other-locations {
  display: flex;
  flex-wrap: wrap;
  grid-column: span 12;
  margin-top: 0; }
  @media (min-width: 992px) {
    .other-locations {
      grid-column: span 3; } }
  .other-locations h6 {
    width: 100%; }
  .other-locations li {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px; }
  .other-locations a {
    display: block;
    text-decoration: none; }
    .other-locations a:hover {
      text-decoration: underline; }

.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-top: 0; }

.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 li {
    display: block;
    font-size: 14px; }
    .footer-link--col li a {
      text-decoration: none; }
      .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);
  align-items: flex-start; }

.sra-logo {
  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: 15px;
  width: 100%; }
  .socials ul {
    display: flex;
    margin: 0;
    padding: 0; }
  .socials li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    width: 30px;
    height: 30px; }
    .socials li:not(:last-of-type) {
      margin-right: 10px; }
    .socials li a {
      width: 30px;
      height: 30px; }
  .socials svg {
    width: 30px;
    height: 30px; }

.btm-links {
  border-top: 1px solid #59595b;
  border-bottom: 1px solid #59595b;
  padding: 20px 0;
  max-width: var(--sitewidth);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  grid-column-start: 1;
  grid-column-end: 13; }
  .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-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;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 13; }
  .legal-info .container {
    padding-left: 0;
    padding-right: 0; }
  .legal-info p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #BCBEC0; }
    .legal-info p a {
      color: #BCBEC0; }
      .legal-info p a:hover {
        text-decoration: none; }

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