@font-face {
  font-family: 'nelsonsheadline';
  src: url("fonts/NelsonsHeadline.eot");
  src: url("fonts/daikonblack.eot") format("embedded-opentype"), url("fonts/NelsonsHeadline.woff2") format("woff2"), url("fonts/NelsonsHeadline.woff") format("woff"), url("fonts/NelsonsHeadline.ttf") format("truetype"), url("fonts/NelsonsHeadline.svg#daikonblack") format("svg"); }
: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: #FF5E2A;
  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: #FF5E2A; }
  @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 #FF5E2A;
  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: #FF5E2A;
  text-transform: uppercase;
  padding: 10px 50px 10px 20px;
  transition: all .3s ease; }
  .orange-outline:hover {
    background-color: #FF5E2A;
    background-image: url("assets/images/icons/white-arrow.png");
    color: #fff; }

.orange-solid {
  border: 1px solid #FF5E2A;
  border-radius: 5px;
  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;
  text-transform: uppercase;
  padding: 10px 50px 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/images/icons/orange-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 15px;
  color: #FF5E2A;
  text-transform: uppercase;
  padding: 10px 50px 10px 20px;
  transition: all .3s ease; }
  .white-solid:hover {
    background-color: #FF5E2A;
    background-image: url("assets/images/icons/white-arrow.png");
    color: #fff; }

.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;
  text-transform: uppercase;
  padding: 10px 50px 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: #FF5E2A; }

main.site-wrapper {
  overflow: hidden; }

/* Homepage Hero */
.homepage-hero {
  position: relative;
  width: calc(100% - 40px);
  margin-top: 30px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto; }
  @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: uppercase;
    color: #FF5E2A;
    font-family: "nelsonsheadline"; }
    @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; }
    @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; }

/* 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: 765px;
      left: calc(50% - 765px / 2); } }
  .services-selection ul {
    display: flex;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9; }
  .services-selection li {
    width: calc(100% / 3);
    margin: 0;
    position: relative;
    list-style: none;
    background-color: #f9f9f9;
    color: #000;
    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: 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: #000;
      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;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #FF5E2A;
    font-family: "nelsonsheadline";
    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;
    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 #FF5E2A;
      border-radius: 30px; } }
  .services-list li:hover h3 a {
    color: #FF5E2A; }
  @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: #000;
      transition: all .3s ease; }
  .services-list .slick-list {
    width: 100%; }
  .services-list .service-details {
    border: 1px solid #FF5E2A;
    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 #FF5E2A;
        border-top: 0;
        min-height: 245px; } }
    @media (min-width: 1152px) {
      .services-list .service-details {
        padding: 30px; } }
    .services-list .service-details h3 {
      font-size: 18px; }
      @media (min-width: 768px) {
        .services-list .service-details h3 {
          font-size: 20px; } }
    .services-list .service-details p {
      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;
          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; }
    .services-list .service-icon img {
      width: 100%; }
  .services-list .view-link {
    position: relative;
    color: #fff;
    font-size: 10px;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #000; }
    @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: #FF5E2A; }
      .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; }

.here-for-you {
  background-color: #FCEFEA;
  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; }
  .here-for-you h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    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: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .here-for-you li {
        width: 25%;
        margin-bottom: 0;
        padding: 0 30px; } }
    @media (min-width: 1152px) {
      .here-for-you li {
        width: 20%; } }
  .here-for-you img {
    margin-bottom: 20px;
    width: 60px;
    margin-left: auto;
    margin-right: auto; }
  .here-for-you p:first-of-type {
    font-weight: 600;
    margin-bottom: 10px; }
  .here-for-you p:last-of-type {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px; }
  @media (max-width: 991px) {
    .here-for-you p br {
      display: none; } }
  @media (min-width: 768px) {
    .here-for-you p {
      font-size: calc(var(--headingsize) - 10px); } }
  @media (min-width: 1152px) {
    .here-for-you p {
      font-size: var(--copysize); } }
  .here-for-you .btn-container {
    margin-top: 40px; }

.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;
    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: #FF5E2A;
    font-size: var(--headingsize);
    text-transform: uppercase;
    font-family: "nelsonsheadline";
    margin-bottom: 10px; }
  .our-people p {
    max-width: 80%;
    font-size: var(--copysize);
    line-height: calc(var(--copysize) + 5px);
    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;
  border-bottom: 1px solid #FF5E2A; }
  .awards-accreditations h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    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: 10px;
  padding-right: 10px; }
  .customer-reviews .container {
    max-width: var(--sitewidth);
    margin-left: auto;
    margin-right: auto; }
  .customer-reviews h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    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;
    height: auto;
    padding: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #FF5E2A; }
    .customer-reviews li img {
      margin-bottom: 20px;
      max-width: 130px; }
  .customer-reviews .review-heading {
    color: #FF5E2A;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    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 .review-callout {
    display: block;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }

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

.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: #FF5E2A;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  .contact-callout h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: var(--headingsize);
    font-family: "nelsonsheadline"; }
  .contact-callout p {
    color: #fff;
    text-align: center;
    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; }
    @media (min-width: 768px) {
      .contact-callout p br {
        display: none; } }
  .contact-callout .white-solid:hover {
    background-color: #000;
    border-color: #000;
    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: #FF5E2A;
      text-transform: uppercase;
      font-size: var(--headingsize);
      font-family: "nelsonsheadline"; }
    .news-insights .title-panel p {
      margin-bottom: 0;
      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: #FF5E2A; }
    .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;
      font-weight: 600; }
      .post-list .post-details h5 a {
        color: #000;
        font-weight: 600; }
        .post-list .post-details h5 a:hover {
          color: #FF5E2A; }
    .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: #000;
    font-size: 13px;
    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: #FF5E2A;
      bottom: -5px;
      transition: all .3s ease; }
    .post-list .view-link:hover {
      color: #FF5E2A; }
      .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: #FF5E2A;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    transform: rotate(180deg); }
    .posts-nav > div + div {
      margin-left: 10px;
      transform: none; }
    .posts-nav > div img {
      width: 15px; }

.enquire {
  background-color: #FF5E2A;
  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;
    text-transform: uppercase;
    font-size: var(--headingsize); }
    @media (max-width: 767px) {
      .enquire h4 {
        text-align: left; } }
  .enquire p {
    color: #fff;
    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 {
    display: inline-block;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #fff;
    margin-bottom: 10px !important; }
  .enquire input:not(input[type="checkbox"]) {
    height: 50px !important;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 50px 10px 20px;
    background-image: url("assets/images/icons/white-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 50% right 15px; }
    .enquire input:not(input[type="checkbox"]):hover {
      background-image: url("assets/images/icons/orange-arrow.png") !important;
      background-position: top 50% right 15px !important;
      background-repeat: no-repeat !important;
      background-size: 20px !important; }
  .enquire textarea {
    resize: none;
    border: 1px solid #fff;
    font-family: sans-serif;
    font-size: 14px; }
  .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 input[type="submit"] {
    border: 1px solid #000 !important;
    background-color: #000;
    color: #fff;
    transition: all .3s ease; }
    .enquire input[type="submit"]:hover {
      background-color: #fff !important;
      border: 1px solid #fff !important;
      color: #FF5E2A; }

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

.global-link {
  padding: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    .global-link {
      width: calc(100% / 3);
      display: flex;
      flex-direction: column;
      align-items: flex-start; } }
  .global-link p {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: calc(var(--copysize) + 8px);
    line-height: calc(var(--copysize) + 16px); }
    @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:nth-of-type(1) {
    background-color: #FCEFEA; }
  .global-link:nth-of-type(2) {
    background-color: #FAE0D6; }
  .global-link:nth-of-type(3) {
    background-color: #FF5E2A; }
    .global-link:nth-of-type(3) p {
      color: #fff; }
  .global-link .black-solid {
    margin-top: auto; }

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