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

.how-we-can-help .container-block {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 640px) {
    .how-we-can-help .container-block {
      flex-direction: row;
      flex-wrap: wrap;
      column-gap: 26px;
      padding-left: 0;
      padding-right: 0; } }
.how-we-can-help .block-element {
  position: relative;
  width: 100%;
  padding: 1rem 2rem 1rem 0.5rem;
  border-bottom: 2px solid #D8D8D8;
  background-image: url("assets/images/svg/icon-orange-arrow.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 20px right 15px; }
  @media (min-width: 640px) {
    .how-we-can-help .block-element {
      background-position: top 15px right 15px; } }
  .how-we-can-help .block-element:last-of-type {
    border-bottom: 0; }
  @media (min-width: 640px) {
    .how-we-can-help .block-element {
      width: calc(50% - 13px);
      padding: 1rem 1rem; }
      .how-we-can-help .block-element:nth-last-child(2) {
        border-bottom: 0; } }
  @media (min-width: 768px) {
    .how-we-can-help .block-element {
      padding: 1rem 2rem; } }
.how-we-can-help h3 {
  color: #EF823C;
  transition: all .3s ease; }
  .how-we-can-help h3:hover {
    color: #000; }
    .how-we-can-help h3:hover a {
      color: #000; }
  .how-we-can-help h3 a {
    color: #EF823C; }
  @media (max-width: 639px) {
    .how-we-can-help h3 {
      margin-bottom: 0;
      font-weight: 400; } }
.how-we-can-help p {
  color: #000;
  margin-bottom: 0; }
  @media (max-width: 639px) {
    .how-we-can-help p {
      display: none;
      visibility: hidden;
      text-indent: -999px; } }

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

.orange-outline {
  border: 1px solid #EF823C;
  border-radius: 5px;
  background-color: transparent;
  background-image: url("assets/images/icons/orange-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px;
  color: #EF823C;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  transition: all .3s ease; }
  .orange-outline:hover {
    background-color: #EF823C;
    background-image: url("assets/images/icons/white-arrow.png");
    color: #fff; }

.orange-solid {
  border: 1px solid #EF823C;
  border-radius: 5px;
  background-color: #EF823C;
  background-image: url("assets/images/icons/white-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  transition: all .3s ease; }
  .orange-solid:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff; }

.white-solid {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  background-image: url("assets/img/arrow-cta.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px;
  color: #EF823C;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  transition: all .3s ease; }
  .white-solid:hover {
    background-color: #EF823C;
    background-image: url("assets/img/arrow-cta.png");
    color: #fff; }

.white-outline {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: url("assets/img/arrow-cta.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  transition: all .3s ease; }
  .white-outline:hover {
    background-color: #fff;
    background-image: url("assets/img/arrow-cta-blue.png");
    color: #375173 !important; }
  .white-outline:visited {
    color: #fff !important; }

.black-solid {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #000;
  background-image: url("assets/images/icons/white-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px;
  color: #fff;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  transition: all .3s ease; }
  .black-solid:hover {
    background-color: #fff;
    border: 1px solid #fff;
    background-image: url("assets/images/icons/orange-arrow.png");
    color: #EF823C; }

.blue-solid {
  border: 1px solid #375173;
  border-radius: 5px;
  background-color: #375173;
  background-image: url("assets/img/arrow-cta.png)");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: top 50% right 15px;
  font-family: "myriad-pro", sans-serif;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  transition: all .3s ease; }
  .blue-solid:hover {
    background-color: #fff;
    border: 1px solid #fff;
    background-image: url("assets/img/arrow-cta-blue.png");
    color: #375173 !important; }

main.site-wrapper {
  overflow: hidden; }

/* Homepage Hero */
.homepage-hero {
  position: relative;
  display: none;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 1366px;
  overflow: hidden;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .homepage-hero {
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 1600px) {
    .homepage-hero {
      width: 100%; } }
  .homepage-hero.active {
    display: flex; }
  .homepage-hero picture,
  .homepage-hero img {
    width: 100%; }

.hero-image {
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .hero-image {
      width: 50%;
      margin-left: auto; } }
  @media (min-width: 768px) {
    .hero-image img {
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; } }

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #375173;
  width: 100%;
  height: 100%;
  padding: 30px 5% 30px 5%; }
  @media (min-width: 768px) {
    .hero-inner {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 5%;
      width: 50%;
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px; } }
  @media (min-width: 1600px) {
    .hero-inner {
      max-width: 1366px;
      margin-left: calc(50% - 1366px / 2); } }
  .hero-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 115px;
    right: -15%;
    width: 130%;
    height: 25vh;
    z-index: 10;
    border-radius: 100%;
    background-color: #375173; }
    @media (min-width: 768px) {
      .hero-inner:after {
        top: -15%;
        right: -10%;
        width: 50%;
        height: 130%; } }
  .hero-inner .hero-heading {
    position: relative;
    max-width: 95%;
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
    z-index: 20;
    font-family: "myriad-pro", sans-serif; }
    @media (min-width: 768px) {
      .hero-inner .hero-heading {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .hero-inner .hero-heading {
        font-size: 26px;
        margin-bottom: 20px; } }
    @media (min-width: 1152px) {
      .hero-inner .hero-heading {
        font-size: 32px; } }
  .hero-inner p {
    position: relative;
    max-width: 95%;
    margin-bottom: 20px;
    color: #fff;
    z-index: 20;
    font-family: "myriad-pro", sans-serif;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .hero-inner p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .hero-inner p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px; } }
  .hero-inner .orange-solid {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    text-transform: unset;
    z-index: 20;
    color: #000;
    padding: 10px 20px; }
    .hero-inner .orange-solid:hover {
      border: 1px solid #fff;
      background-color: #fff;
      color: #375173; }

/* Homepage Services */
.our-services {
  position: relative;
  padding-top: 60px;
  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: 768px) {
    .services-selection {
      left: calc(50% - 30%);
      top: -15px;
      width: 60%;
      z-index: 30; } }
  @media (min-width: 992px) {
    .services-selection {
      width: 50%;
      max-width: 520px;
      left: calc(50% - 520px / 2);
      top: -28px; } }
  .services-selection ul {
    display: flex;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    background-color: #F3F3F3; }
  .services-selection li {
    width: calc(100% / 2);
    margin: 0;
    position: relative;
    list-style: none;
    background-color: #F3F3F3;
    color: #375173;
    text-align: center;
    font-weight: 600;
    font-family: "myriad-pro", sans-serif;
    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: calc(var(--copysize) - 4px); } }
    @media (min-width: 992px) {
      .services-selection li {
        background-position: top 50% left 12px;
        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: #EF823C;
      color: #000;
      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/img/personal-legal-black.png"); }
      .services-selection li:nth-of-type(1).active {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-image: url("assets/img/personal-legal-black.png"); }
    .services-selection li:nth-of-type(2) {
      padding-left: 40px;
      background-image: url("assets/img/business-legal-blue.png");
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
      @media (min-width: 768px) {
        .services-selection li:nth-of-type(2) {
          padding-left: 20px; } }
      .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/img/business-legal-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-group {
  display: none; }
  .services-group h2 {
    position: relative;
    margin-bottom: 10px;
    color: #375173;
    font-family: "myriad-pro", sans-serif;
    font-size: var(--headingsize); }
    @media (min-width: 768px) {
      .services-group h2 {
        padding-left: 35px; } }
    @media (min-width: 992px) {
      .services-group h2 {
        padding-left: 5%; } }
    @media (min-width: 1600px) {
      .services-group h2 {
        left: calc(50% - 1366px / 2);
        padding-left: 68px; } }
  .services-group p {
    font-family: "myriad-pro", sans-serif; }
    .services-group p:not(.service-details p) {
      position: relative;
      margin-bottom: 20px;
      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: 768px) {
        .services-group p:not(.service-details p) {
          padding-left: 35px; } }
      @media (min-width: 992px) {
        .services-group p:not(.service-details p) {
          padding-left: 5%; } }
      @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);
          padding-left: 68px; } }
  .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;
      height: 100%; }
      @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%; } }
  .services-list .slick-track {
    display: flex; }
  .services-list li {
    height: auto; }
    @media (max-width: 767px) {
      .services-list li {
        list-style: none;
        display: flex !important;
        border: 1px solid #375173;
        border-radius: 30px;
        margin: 0 20px; } }
    .services-list li:hover .service-details {
      border-color: #EF823C; }
    .services-list li:hover .view-link {
      background-color: #EF823C;
      color: #000; }
    .services-list li:hover h3 a {
      color: #EF823C; }
    .services-list li:hover .service-icon {
      display: none; }
    .services-list li:hover .service-icon--hover {
      display: block; }
    @media (min-width: 768px) {
      .services-list li {
        margin-left: 0;
        margin-right: 40px; } }
    .services-list li .service-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .services-list li img:not(.service-icon img) {
      height: auto;
      object-fit: cover;
      aspect-ratio: 16/9;
      width: 100%;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
  .services-list h3 {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px; }
    @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: #375173;
      transition: all .3s ease; }
  .services-list .slick-list {
    width: 100%;
    height: 100%; }
  .services-list .slick-track {
    height: 100%; }
  .services-list .service-details {
    border: 1px solid #375173;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-left: 0;
    padding: 20px 15px 30px 15px; }
    @media (max-width: 767px) {
      .services-list .service-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border: 0;
        height: 100%; } }
    @media (min-width: 768px) {
      .services-list .service-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 0;
        border-left: 1px solid #375173;
        border-top: 0;
        min-height: 245px;
        height: 100%; } }
    @media (min-width: 1152px) {
      .services-list .service-details {
        padding: 30px; } }
    .services-list .service-details h3 {
      font-size: 18px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .services-list .service-details h3 {
          font-size: 20px;
          line-height: 26px; } }
    .services-list .service-details p {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 13px;
      line-height: 18px; }
      @media (min-width: 1152px) {
        .services-list .service-details p {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 20px; } }
  .services-list p {
    color: #333; }
  .services-list .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: absolute;
    top: auto;
    left: 0;
    display: block; }
    .services-list .service-icon img {
      width: 100%; }
  .services-list .service-icon--hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: absolute;
    top: auto;
    left: 0;
    display: none; }
    .services-list .service-icon--hover img {
      width: 100%;
      height: auto;
      aspect-ratio: unset !important;
      object-fit: unset !important;
      border-radius: 0 !important; }
  .services-list .view-link {
    position: relative;
    color: #fff;
    font-size: 10px;
    font-family: "myriad-pro", sans-serif;
    padding: 10px 40px 10px 20px;
    font-weight: 600;
    transition: all .3s ease;
    border-radius: 5px;
    background-color: #375173;
    background-image: url("assets/img/arrow-cta.png");
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-size: 16px; }
    @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: #EF823C;
      background-image: url("assets/img/arrow-black-cta.png"); }
      .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 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    transition: all .3s ease; }
    .services-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .services-nav > div img {
      width: 30px;
      position: absolute;
      display: block;
      transition: all .3s ease; }
      .services-nav > div img + img {
        display: none; }
    .services-nav > div:hover img {
      display: none;
      transition: all .3s ease; }
      .services-nav > div:hover img + img {
        display: block; }

.here-for-you {
  background-color: #F3F3F3;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .here-for-you .container {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .here-for-you h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #375173;
    font-size: var(--headingsize); }
  .here-for-you ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 1152px) {
      .here-for-you ul {
        align-items: flex-start;
        justify-content: center; } }
  .here-for-you li {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .here-for-you li {
        width: 25%;
        margin-bottom: 0;
        padding: 0 30px; } }
  .here-for-you img {
    margin-bottom: 20px;
    width: 60px;
    margin-left: auto;
    margin-right: auto; }
  .here-for-you .icon-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
    .here-for-you .icon-heading p {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px; }
  .here-for-you p {
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .here-for-you p br {
        display: none; } }
  .here-for-you .btn-container {
    margin-top: 40px; }

.our-people {
  position: relative;
  overflow: hidden; }
  .our-people picture,
  .our-people img {
    width: 100%;
    vertical-align: bottom; }
    @media (max-width: 991px) {
      .our-people picture,
      .our-people img {
        height: 50vh;
        object-fit: cover;
        transform: translateY(90px); } }
    @media (min-width: 992px) {
      .our-people picture,
      .our-people img {
        transform: translateX(30%); } }
  .our-people .container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto;
    background-color: #375173; }
    @media (min-width: 992px) {
      .our-people .container {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 60%; } }
    @media (min-width: 992px) {
      .our-people .container {
        justify-content: center;
        width: 30%;
        bottom: 0; } }
    @media (min-width: 1600px) {
      .our-people .container {
        padding-left: calc(50% - 1366px /2); } }
    .our-people .container:after {
      content: "";
      display: block;
      position: absolute;
      top: 130px;
      right: -15%;
      width: 130%;
      height: 25vh;
      z-index: 10;
      border-radius: 100%;
      background-color: #375173; }
      @media (max-width: 991px) {
        .our-people .container:after {
          height: 10vh; } }
      @media (min-width: 992px) {
        .our-people .container:after {
          top: -15%;
          right: -10%;
          width: 50%;
          height: 130%; } }
  .our-people h4 {
    color: #fff;
    font-size: var(--headingsize);
    font-family: "myriad-pro", sans-serif;
    margin-bottom: 10px;
    z-index: 50; }
  .our-people p {
    color: #fff;
    max-width: 80%;
    font-size: var(--copysize);
    line-height: calc(var(--copysize) + 5px);
    font-family: "myriad-pro", sans-serif;
    margin-bottom: 20px;
    z-index: 50; }
    @media (min-width: 768px) {
      .our-people p {
        max-width: 400px; } }
    .our-people p br {
      display: none; }
  .our-people .our-people--btn {
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
    padding: 10px 40px 10px 20px;
    transition: all .3s ease;
    background-color: #EF823C;
    background-image: url("assets/img/arrow-black-cta.png");
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-size: 16px;
    color: #000;
    border-radius: 5px;
    z-index: 50; }
    .our-people .our-people--btn:hover {
      background-color: #fff;
      color: #375173;
      background-image: url("assets/img/arrow-cta-blue.png"); }

.awards-accreditations {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px; }
  .awards-accreditations h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #375173;
    font-size: var(--headingsize); }
  .awards-accreditations ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 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-bottom: 20px; }
    @media (min-width: 768px) {
      .awards-accreditations li {
        width: 25%;
        margin-bottom: 0; } }
    .awards-accreditations li img {
      max-width: 150px; }

.customer-reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #375173; }
  .customer-reviews .review-inner {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }
  .customer-reviews h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #375173;
    font-size: var(--headingsize); }
  .customer-reviews p:not(li p) {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: "myriad-pro", sans-serif; }
    @media (min-width: 992px) {
      .customer-reviews p:not(li p) {
        max-width: 70%; } }
  .customer-reviews .slick-track {
    display: flex; }
  .customer-reviews ul {
    display: none;
    width: 100%;
    margin: 50px 0 0 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 #375173;
    border-radius: 25px; }
    .customer-reviews li img {
      margin-bottom: 20px;
      max-width: 130px; }
  .customer-reviews .review-location {
    color: #375173;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    font-family: "myriad-pro", sans-serif;
    margin-bottom: 20px; }
  .customer-reviews .review-heading {
    color: #EF823C;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    font-family: "myriad-pro", sans-serif;
    margin-bottom: 20px; }
  .customer-reviews blockquote {
    padding: 0;
    margin: 0;
    color: #333;
    max-width: 90%;
    text-align: left; }
    @media (min-with: 768px) {
      .customer-reviews blockquote {
        max-width: 100%; } }
    .customer-reviews blockquote:before {
      display: none; }
    .customer-reviews blockquote:after {
      display: none; }
    .customer-reviews blockquote p {
      font-family: "myriad-pro", sans-serif;
      font-size: 14px;
      line-height: 20px; }
  .customer-reviews .review-callout {
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }

.rs-widget-full-width-black-text-reviews {
  color: #fff !important; }

.reviews-nav {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center; }
  .reviews-nav > div {
    position: relative;
    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 {
      position: absolute;
      width: 30px;
      transition: all .3s ease;
      display: block; }
      .reviews-nav > div img + img {
        display: none; }
    .reviews-nav > div:hover img {
      display: none; }
      .reviews-nav > div:hover img + img {
        display: block; }

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

.contact-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #375173;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }
  .contact-callout h4 {
    color: #fff;
    text-align: center;
    font-size: var(--headingsize);
    font-family: "myriad-pro", sans-serif;
    margin-bottom: 1rem; }
  .contact-callout p {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .contact-callout p {
        font-size: 22px;
        line-height: 26px; } }
    .contact-callout p a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 7px;
      text-decoration-thickness: 1px; }
      .contact-callout p a:hover {
        text-decoration: none; }
    .contact-callout p br {
      display: none; }
  .contact-callout .orange-solid {
    font-family: "myriad-pro", sans-serif;
    text-transform: none;
    font-weight: 500;
    color: #fff;
    background-image: url("assets/img/arrow-cta.png");
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-size: 16px; }
    .contact-callout .orange-solid:hover {
      background-color: #fff;
      border: 1px solid #fff;
      color: #375173;
      background-image: url("assets/img/arrow-cta-blue.png"); }
    .contact-callout .orange-solid:visited {
      color: #fff; }

/* 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: #375173;
      font-size: var(--headingsize);
      font-family: "myriad-pro", sans-serif;
      margin-bottom: 1rem; }
    .news-insights .title-panel p {
      margin-top: 0;
      margin-bottom: 0;
      font-family: "myriad-pro", sans-serif;
      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 {
      background-color: #375173;
      border-radius: 5px;
      color: #fff;
      font-family: "myriad-pro", sans-serif;
      font-weight: 600;
      padding: 10px 40px 10px 20px;
      display: inline-block;
      margin-top: 30px;
      transition: all .3s ease;
      background-image: url("assets/img/arrow-cta.png");
      background-repeat: no-repeat;
      background-position: top 50% right 15px;
      background-size: 16px; }
      .news-insights .title-panel a:hover {
        background-color: #EF823C;
        color: #000; }
      @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: #EF823C; }
    .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;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 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;
      font-weight: 600; }
      .post-list .post-details h5 a {
        color: #000;
        font-weight: 600; }
        .post-list .post-details h5 a:hover {
          color: #EF823C; }
    .post-list .post-details p {
      margin-bottom: 10px;
      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: #333; }
  .post-list .view-link {
    position: relative;
    color: #375173;
    font-size: 13px;
    margin-top: auto;
    font-family: "myriad-pro", sans-serif;
    font-weight: 600; }
    @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: #375173;
      bottom: -5px;
      transition: all .3s ease; }
    .post-list .view-link:hover {
      color: #375173; }
      .post-list .view-link:hover:before {
        width: 100%;
        background-color: #EF823C; }

.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 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .posts-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .posts-nav > div img {
      position: absolute;
      width: 100%;
      display: block; }
      .posts-nav > div img + img {
        display: none; }
    .posts-nav > div:hover img {
      display: none; }
      .posts-nav > div:hover img + img {
        display: block; }

.enquire {
  background-color: #375173;
  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;
    color: #fff;
    font-size: var(--headingsize); }
    @media (max-width: 767px) {
      .enquire h4 {
        text-align: left; } }
  .enquire p {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 0;
    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 {
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: normal !important;
    color: #fff !important;
    font-family: "myriad-pro", sans-serif !important;
    margin-bottom: 10px !important; }
  .enquire input:not(input[type="checkbox"]) {
    box-sizing: border-box;
    height: auto !important;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    padding: 10px 40px 10px 20px;
    background-image: url("assets/img/arrow-black-cta.png");
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-size: 16px; }
    .enquire input:not(input[type="checkbox"]):hover {
      color: #375173;
      background-image: url("assets/img/arrow-cta-blue.png");
      background-repeat: no-repeat;
      background-position: top 50% right 15px;
      background-size: 16px; }
  .enquire textarea {
    box-sizing: border-box;
    resize: none;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 14px; }
  .enquire .ginput_container_checkbox {
    text-align: left; }
    .enquire .ginput_container_checkbox a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 5px;
      text-decoration-thickness: 1px; }
      .enquire .ginput_container_checkbox a:hover {
        text-decoration: none; }
  .enquire .gform-body {
    float: none; }
  .enquire .gfield {
    float: none;
    margin-bottom: 15px; }
  .enquire .gform_footer {
    float: none !important;
    text-align: left;
    min-width: auto; }
  .enquire input[type="submit"] {
    border: 1px solid #EF823C !important;
    background-color: #EF823C;
    color: #000;
    font-family: "myriad-pro", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    transition: all .3s ease; }
    .enquire input[type="submit"]:hover {
      background-color: #fff !important;
      border: 1px solid #fff !important;
      color: #EF823C; }

.global-links {
  padding: 30px 20px; }
  .global-links .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
    max-width: var(--sitewidth);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .global-links .container {
        flex-direction: row;
        row-gap: unset;
        column-gap: 10px; } }

.global-link {
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .global-link {
      display: flex;
      flex-direction: column;
      align-items: flex-start; } }
  .global-link p {
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "myriad-pro", sans-serif !important;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .global-link p {
        font-size: var(--copysize);
        line-height: calc(var(--copysize) + 5px); } }
    @media (min-width: 1152px) {
      .global-link p {
        font-size: calc(var(--copysize) + 8px);
        line-height: calc(var(--copysize) + 16px); } }
  .global-link .poi-content {
    position: relative;
    width: 100%;
    background-color: #EF823C;
    padding: 15px; }
    @media (min-width: 768px) {
      .global-link .poi-content {
        padding: 30px; } }
    .global-link .poi-content p {
      position: relative;
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      z-index: 10; }
      @media (min-width: 768px) {
        .global-link .poi-content p {
          font-size: 20px;
          line-height: 24px; } }
      @media (min-width: 992px) {
        .global-link .poi-content p {
          font-size: 14px;
          line-height: 18px; } }
      @media (min-width: 1152px) {
        .global-link .poi-content p {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1600px) {
        .global-link .poi-content p {
          font-size: 24px;
          line-height: 26px; } }
  .global-link .poi-image {
    width: 50%;
    margin-left: auto; }
    .global-link .poi-image img {
      width: 100%; }
  .global-link .white-outline {
    position: relative;
    margin-top: auto;
    z-index: 10;
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 768px) {
      .global-link .white-outline {
        font-size: 14px;
        line-height: 14px; } }

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