.lgrey-bg {
  background-color: #f2f2f2 !important;
}

.white-bg {
  background-color: white !important;
}

b {
  font-weight: 500;
}

.pr-20 {
  padding-right: 20px !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "open-sans", sans-serif;
}

p {
  font-feature-settings: "lnum" 1;
}

p,
ul li,
ol li {
  font-size: 18px;
  line-height: 26px;
}

.container {
  max-width: 1600px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.wrap {
  flex-wrap: wrap;
}

.btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btns .btn {
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 15px 25px;
}
.btns .btn:last-child {
  margin-right: 0;
}

.btn {
  text-decoration: none;
  padding: 10px 20px;
  font-family: "open-sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}
.btn img {
  user-select: none;
}
.btn.yellow-border-btn {
  outline: 1px solid #fdb913;
  color: #1d1d1b;
  outline-offset: -1px;
}
.btn.yellow-border-btn.white {
  color: white;
}
.btn.yellow-solid-btn {
  background-color: #fdb913;
  color: #1d1d1b;
  transition: background-color 0.25s, color 0.25s;
}
.btn.yellow-solid-btn:hover {
  background-color: #1d1d1b;
  color: #fdb913;
}
.btn.yellow-solid-btn.bold {
  font-weight: bold;
}
.btn.black-solid-btn {
  background-color: #1d1d1b;
  color: white;
}
.btn.black-solid-btn.download-btn img {
  margin-left: 5px;
  display: inline-block;
  width: 30px;
}
.btn.black-border-btn {
  outline: 1px solid #1d1d1b;
  color: #1d1d1b;
  outline-offset: -1px;
}
.btn.tel-btn {
  font-weight: 600;
}
.btn.tel-btn img {
  width: 15px;
  margin-left: 10px;
  vertical-align: middle;
}
.btn.yellow-solid-rounded-btn {
  background-color: #fdb913;
  color: #1d1d1b;
  border-radius: 25px;
}
.btn.accessible-download-btn {
  background-color: white;
  color: #325883;
  padding: 7px 20px;
}
.btn.accessible-download-btn .arrow {
  margin-left: 5px;
  display: inline-block;
  width: 30px;
}
.btn.accessible-download-btn .eye {
  vertical-align: middle;
  width: 25px;
  margin-right: 10px;
}
.btn.call-us-btn {
  z-index: 1;
  position: relative;
  min-width: 200px;
  border-radius: 25px;
  background-color: #fdb913;
  color: #1d1d1b;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
.btn.call-us-btn:hover {
  background-color: #1d1d1b;
  color: #fdb913;
}
.btn.call-us-btn.active {
  background-color: #1d1d1b;
  color: #fdb913;
  border-radius: 25px 25px 0 0;
}
.btn.call-us-btn.active .call-us-dropdown {
  display: flex;
}
.btn.call-us-btn .call-us-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  width: 100%;
  background-color: #1d1d1b;
  overflow: hidden;
  border-radius: 0 0 25px 25px;
}
.btn.call-us-btn .call-us-dropdown a {
  color: #fdb913;
  padding: 10px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.btn.call-us-btn .call-us-dropdown a span {
  color: white;
}
.btn.call-us-btn .call-us-dropdown a:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
}
.link.yellow-link {
  color: #fdb913;
}
.link.black-link {
  color: #1d1d1b;
}
.link.yellow-link-span {
  color: #1d1d1b;
}
.link.yellow-link-span span {
  color: #fdb913;
}
.link img {
  margin-left: 5px;
  display: inline-block;
  width: 30px;
  transition: margin-left 0.25s;
}
.link:hover img {
  margin-left: 25px;
}

.fixed-callback {
  box-sizing: content-box;
  background-color: #fdb913;
  position: fixed;
  display: flex;
  align-items: center;
  right: -100px;
  bottom: 37em;
  height: 40px;
  padding: 15px 35px;
  transform: rotate(90deg);
  color: #1d1d1b;
  text-decoration: none;
  font-family: "mencken-std-head", serif;
  font-weight: 600;
  z-index: 100;
}
@media (max-height: 800px) {
  .fixed-callback {
    left: -100px;
    right: auto;
    bottom: 19em;
  }
}
@media (max-width: 768px) {
  .fixed-callback {
    padding: 5px 30px;
  }
}
@media (max-width: 768px) or (max-height: 500px) {
  .fixed-callback {
    display: none;
  }
}
.fixed-callback p {
  margin: 0;
}
.fixed-callback img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

nav {
  z-index: 10;
  padding: 25px 5%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 0.25s;
}
nav.scroll {
  background-color: #1d1d1b;
}
nav.active {
  background-color: #1d1d1b;
  height: 100vh;
  overflow: auto;
}
nav.active .top-bar .menu-icon .menu-wording {
  display: none;
}
nav.active .top-bar .menu-icon .close-wording {
  display: block;
}
nav.active .top-bar .menu-icon .icon span {
  width: 100% !important;
}
nav.active .top-bar .menu-icon .icon span:nth-child(1) {
  transform: rotate(-45deg);
  transform-origin: top right;
}
nav.active .top-bar .menu-icon .icon span:nth-child(2) {
  display: none;
}
nav.active .top-bar .menu-icon .icon span:nth-child(3) {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
nav.active .menu {
  display: block;
}
nav .top-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .top-bar .logo a {
  display: block;
  width: 120px;
}
nav .top-bar .logo a img {
  max-width: 100%;
  display: block;
}
nav .top-bar .menu-icon {
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
}
nav .top-bar .menu-icon p {
  margin: 0;
  font-size: 25px;
}
nav .top-bar .menu-icon .menu-wording {
  display: block;
}
nav .top-bar .menu-icon .close-wording {
  display: none;
}
nav .top-bar .menu-icon .icon {
  margin-left: 15px;
  width: 40px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
nav .top-bar .menu-icon .icon span {
  width: 40px;
  height: 4px;
  background-color: #fdb913;
  display: block;
}
nav + div {
  padding-top: 100px;
}
nav .menu {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 90px);
}
nav .menu .menu-wrapper {
  height: calc(100vh - 100px);
  display: flex;
  align-items: stretch;
  padding-top: 50px;
}
nav .menu .menu-wrapper .split {
  color: white;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1401px) {
  nav .menu .menu-wrapper .split {
    padding-left: 25px;
    padding-right: 25px;
    width: 16.6666666667%;
  }
}
@media (max-width: 1400px) {
  nav .menu .menu-wrapper .split {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }
}
@media (max-width: 900px) {
  nav .menu .menu-wrapper .split {
    width: 50%;
  }
}
@media (max-width: 550px) {
  nav .menu .menu-wrapper .split {
    width: 100%;
  }
}
@media (min-width: 551px) {
  nav .menu .menu-wrapper .split.border-right {
    border-right: 1px solid #989898;
  }
}
nav .menu .menu-wrapper .split .links {
  flex-direction: column;
  display: flex;
}
@media (max-width: 900px) {
  nav .menu .menu-wrapper .split .links {
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  nav .menu .menu-wrapper .split .links {
    display: none;
  }
  nav .menu .menu-wrapper .split .links.active {
    display: flex;
  }
}
nav .menu .menu-wrapper .split.full-width {
  width: 100%;
  justify-content: end;
  flex-direction: initial;
}
nav .menu .menu-wrapper .split.full-width .left,
nav .menu .menu-wrapper .split.full-width .right {
  width: 50%;
  display: flex;
}
nav .menu .menu-wrapper .split.full-width .left {
  flex-direction: column;
}
nav .menu .menu-wrapper .split.full-width .left a {
  margin-bottom: 10px;
}
nav .menu .menu-wrapper .split.full-width .right {
  align-items: start;
  justify-content: end;
}
nav .menu .menu-wrapper .split.full-width .right .btn {
  color: #1d1d1b;
  font-size: 18px;
}
nav .menu .menu-wrapper .split.menu-images {
  width: 33.3333333333%;
}
@media (max-width: 1400px) {
  nav .menu .menu-wrapper .split.menu-images {
    display: none;
  }
}
nav .menu .menu-wrapper .split.menu-images .image-wrapper {
  position: relative;
}
nav .menu .menu-wrapper .split.menu-images .image-wrapper:before, nav .menu .menu-wrapper .split.menu-images .image-wrapper:after {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: opacity 0.75s;
}
nav .menu .menu-wrapper .split.menu-images .image-wrapper:before {
  background-color: #fdb913;
  left: calc(5% - 10px);
  top: -10px;
}
nav .menu .menu-wrapper .split.menu-images .image-wrapper:after {
  border: 1px solid #fdb913;
  left: calc(5% + 10px);
  top: 10px;
}
nav .menu .menu-wrapper .split.menu-images .image-wrapper img {
  max-width: 90%;
  margin: 0 auto;
  display: none;
}
nav .menu .menu-wrapper .split.menu-images .image-wrapper img.active {
  display: block;
}
nav .menu .menu-wrapper .split .title {
  color: #f2f2f2;
  transition: color 0.25s;
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  nav .menu .menu-wrapper .split .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  nav .menu .menu-wrapper .split .title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  nav .menu .menu-wrapper .split .title {
    cursor: pointer;
  }
}
nav .menu .menu-wrapper .split a {
  text-decoration: none;
  color: white;
  transition: color 0.25s;
  margin-bottom: 25px;
}
nav .menu .menu-wrapper .split a:hover {
  color: #fdb913;
}
nav .menu .menu-wrapper .split:hover .title {
  color: #fdb913;
}
nav .menu .menu-wrapper .split .social-link {
  display: flex;
  margin: 15px 0;
}
nav .menu .menu-wrapper .split .social-link p {
  margin: 0 0 0 25px;
}

footer {
  background-color: #1d1d1b;
  font-family: "mencken-std-head", serif;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer a {
  display: inline-block;
}
footer a img {
  display: block;
}
footer .container.flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .container.flex .split {
  width: 100%;
}
@media (min-width: 769px) {
  footer .container.flex .split {
    max-width: 450px;
    width: 50%;
  }
}
footer .container.flex .split .links {
  display: flex;
  flex-wrap: wrap;
}
footer .container.flex .split .links a {
  width: 50%;
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}
footer .container.flex .split .logo {
  margin-bottom: 25px;
}
footer .container.flex .split .logo img {
  max-width: 180px;
  width: 100%;
  display: block;
}
footer .container.flex .split .socials {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  footer .container.flex .split .socials {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
footer .container.flex .split .socials a {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
footer .container.flex .split .socials a img {
  display: block;
  width: 30px;
  max-width: 100%;
}
footer .container.flex .split-full {
  width: 100%;
}
footer .container.flex .split-full.flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .container.flex .split-full.flex {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  footer .container.flex .split-full .sub-split {
    width: 50%;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  footer .container.flex .split-full .sub-split {
    width: 100%;
  }
}
footer .container .address .title,
footer .container .telephone .title {
  color: #fdb913;
  font-weight: bold;
}
footer .container .address a,
footer .container .telephone a {
  text-decoration: none;
  display: inline-block;
}
footer .container .address p,
footer .container .address a,
footer .container .telephone p,
footer .container .telephone a {
  color: white;
  margin: 0;
}
footer .container .sub-links {
  padding-top: 25px;
  align-items: center;
}
@media (max-width: 768px) {
  footer .container .sub-links .links {
    order: 2;
  }
}
footer .container .sub-links .links a {
  color: white;
  text-decoration: none;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 300;
}
footer .container .sub-links .links a:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fdb913;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
footer .container .sub-links .links a:last-child:after {
  display: none;
}
footer .container .sub-links .hub-links {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  footer .container .sub-links .hub-links {
    order: 1;
    margin-bottom: 15px;
  }
}
footer .container .sub-links .hub-links a img {
  max-width: 100%;
  display: block;
}
footer .container .sub-links .hub-links .sra-block {
  margin-right: 10%;
  height: 90px;
  overflow: hidden;
}
footer .container .sub-links .hub-links .sra-block iframe {
  width: 150px;
}

.banner {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  position: relative;
}
.banner.homepage {
  display: block;
  padding-top: 0;
  height: 600px;
}
.banner.homepage .homepage-slider {
  height: inherit;
}
.banner.homepage .homepage-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.banner.homepage .homepage-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  z-index: 3;
}
.banner.homepage .homepage-slider .slick-dots li {
  cursor: pointer;
  width: 50px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  transition: background-color 0.25s;
  border-radius: 2px;
}
.banner.homepage .homepage-slider .slick-dots li:last-child {
  margin-right: 0;
}
.banner.homepage .homepage-slider .slick-dots li.slick-active {
  background-color: #fdb913;
}
.banner.homepage .homepage-slider .slick-dots li button {
  display: none;
}
.banner.homepage .homepage-slider .image {
  display: block;
  min-height: 600px;
  background-size: cover;
  background-position: center top;
}
.banner.homepage .homepage-banner-content {
  padding-top: 100px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 600px;
  padding-bottom: 25px;
}
.banner.homepage .search-input {
  position: relative;
  display: flex;
  margin-bottom: 25px;
  max-width: 350px;
}
.banner.homepage .search-input input {
  width: 100%;
  appearance: none;
  border: none;
  background: none;
  border-bottom: 1px solid #fdb913;
  padding: 15px 35px 10px 0;
  color: white;
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .banner.homepage .search-input input {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .banner.homepage .search-input input {
    font-size: 16px;
    line-height: 20px;
  }
}
.banner.homepage .search-input input::placeholder {
  color: white;
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  padding-top: 10px;
}
@media (max-width: 800px) {
  .banner.homepage .search-input input::placeholder {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .banner.homepage .search-input input::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.banner.homepage .search-input input:focus {
  outline: none;
}
.banner.homepage .search-input button {
  appearance: none;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.banner.homepage .search-input button img {
  display: block;
  user-select: none;
  width: 20px;
  height: auto;
}
.banner.overlap-content-single {
  padding-bottom: 100px;
}
.banner.overlap-content-single .container .content .title {
  font-size: 50px;
  line-height: 60px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .banner.overlap-content-single .container .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 800px) {
  .banner.overlap-content-single .container .content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .banner.overlap-content-single .container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner.contains-logo {
  background-position: right center;
  background-size: auto 150%;
  background-repeat: no-repeat;
}
.banner.yellow-banner {
  background-color: #fdb913;
}
.banner.yellow-banner:before {
  display: none;
}
.banner.yellow-banner.contains-logo {
  background-image: url("../img/icons/e-logo-yellow-banner.svg");
}
.banner.yellow-banner .container .content p {
  color: #1d1d1b;
}
.banner.yellow-banner .container .content .title {
  font-size: 50px;
  line-height: 60px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  color: white;
}
@media (max-width: 1200px) {
  .banner.yellow-banner .container .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 800px) {
  .banner.yellow-banner .container .content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .banner.yellow-banner .container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner.yellow-banner .container .content .title span {
  color: #1d1d1b;
}
.banner.black-banner {
  background-color: #1d1d1b;
}
.banner.black-banner.contains-logo {
  background-image: url("../img/icons/e-logo-black-banner.svg");
}
.banner.black-banner .container .content .title {
  font-size: 50px;
  line-height: 60px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .banner.black-banner .container .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 800px) {
  .banner.black-banner .container .content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .banner.black-banner .container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner.overlap-content {
  margin-bottom: -125px;
  padding-bottom: 125px;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}
.banner .container {
  position: relative;
}
.banner .container .content {
  padding: 25px 0 50px;
  max-width: 700px;
  width: 100%;
}
.banner .container .content .title {
  font-size: 60px;
  line-height: 70px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 800px) {
  .banner .container .content .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 550px) {
  .banner .container .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner .container .content .title span {
  color: #fdb913;
}
.banner .container .content .title,
.banner .container .content p,
.banner .container .content ul li {
  color: white;
}
.banner .container .content .sub-title {
  color: #fdb913;
}
.banner .container .content ul {
  list-style-type: none;
  padding-left: 0;
}
.banner .container .content ul li {
  display: inline-block;
  margin-right: 5px;
}
.banner .container .content ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fdb913;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.banner .container .content ul li:last-child:after {
  display: none;
}

.notice {
  background-color: #fdb913;
  padding: 15px 0;
  text-align: center;
}
.notice .container p {
  margin: 0;
  color: #1d1d1b;
}
.notice .container p b {
  font-weight: bold;
}

.our-experience {
  border-top: 4px solid #fdb913;
  padding-top: 50px;
  padding-bottom: 50px;
}
.our-experience .flex {
  flex-wrap: wrap;
}
.our-experience .container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.our-experience .container .logo {
  width: 100px;
  height: 33px;
  margin-bottom: 25px;
}
.our-experience .container .title {
  font-size: 45px;
  line-height: 55px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  max-width: 450px;
  margin: 0 auto;
  color: #1d1d1b;
}
@media (max-width: 991px) {
  .our-experience .container .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 700px) {
  .our-experience .container .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 550px) {
  .our-experience .container .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.our-experience .container .title span {
  color: #fdb913;
}
.our-experience .container .title + p {
  margin-top: 25px;
}
.our-experience .container a {
  color: #fdb913;
}

.services .cards {
  padding-top: 50px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .services .cards {
    flex-wrap: wrap;
  }
}
.services .cards .experience-card {
  width: calc(50% - 100px);
  display: flex;
  align-items: end;
  padding: 25px;
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  line-height: 40px;
  min-height: 700px;
  background-size: cover;
  color: #fdb913;
  position: relative;
}
@media (max-width: 800px) {
  .services .cards .experience-card {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .services .cards .experience-card {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .services .cards .experience-card {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .services .cards .experience-card {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  .services .cards .experience-card {
    min-height: 250px;
    padding: 15px;
  }
}
@media (max-width: 700px) {
  .services .cards .experience-card {
    width: 100%;
  }
}
.services .cards .experience-card:before, .services .cards .experience-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.75s;
}
.services .cards .experience-card:before {
  background-color: #fdb913;
  left: -10px;
  top: -10px;
}
.services .cards .experience-card:after {
  border: 1px solid #fdb913;
  left: 10px;
  top: 10px;
}
.services .cards .experience-card.active:before, .services .cards .experience-card.active:after, .services .cards .experience-card:hover:before, .services .cards .experience-card:hover:after {
  opacity: 1;
}
.services .cards .experience-card.active .content .copy-container .arrow, .services .cards .experience-card:hover .content .copy-container .arrow {
  margin-left: 50px;
}
.services .cards .experience-card.business {
  background-image: url("../img/business.webp");
}
.services .cards .experience-card.you {
  background-image: url("../img/you.webp");
}
.services .cards .experience-card .content {
  width: 100%;
  display: flex;
  align-items: center;
}
.services .cards .experience-card .content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: transparent;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .services .cards .experience-card .content:before {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .services .cards .experience-card .content:before {
    height: 100px;
  }
}
.services .cards .experience-card .content .copy-container {
  position: relative;
  display: flex;
  align-items: center;
}
.services .cards .experience-card .content .copy-container p {
  font-weight: bold;
  margin: 0;
  color: white;
  font-family: "mencken-std-head", serif;
}
.services .cards .experience-card .content .copy-container p span {
  color: #fdb913;
}
.services .cards .experience-card .content .copy-container .arrow {
  width: 60px;
  transition: margin-left 0.25s;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .services .cards .experience-card .content .copy-container .arrow {
    width: 40px;
    margin-left: 10px;
  }
}
.services .cards .middle {
  width: 200px;
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}
@media (max-width: 700px) {
  .services .cards .middle {
    width: 100%;
    padding: 50px 0;
  }
}
.services .cards .middle:before, .services .cards .middle:after {
  height: 35%;
  width: 1px;
  content: "";
  background-color: rgba(29, 29, 27, 0.3);
  display: block;
  position: absolute;
}
@media (max-width: 768px) {
  .services .cards .middle:before, .services .cards .middle:after {
    height: 20%;
  }
}
.services .cards .middle:before {
  top: 0;
}
.services .cards .middle:after {
  bottom: 0;
}
.services .cards .middle .content {
  text-align: center;
}
.services .cards .middle .content p {
  margin: 0;
}
.services .cards .middle .content .small {
  color: #1d1d1b;
  font-size: 12px;
}
.services .cards .middle .content .break {
  margin: 10px auto;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #1d1d1b;
}
.services .cards .middle .content .title-first {
  color: #fdb913;
}
.services .cards .middle .content .title-second {
  color: #1d1d1b;
}
.services .cards .middle .content .title-first,
.services .cards .middle .content .title-second {
  font-family: "mencken-std-head", serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}

.tab-section {
  position: relative;
  margin-top: 50px;
  background-color: #1d1d1b;
}
@media (max-width: 700px) {
  .tab-section .arrows {
    display: none;
  }
}
.tab-section .arrows .split {
  width: calc(50% - 100px);
}
.tab-section .arrows .split-small {
  width: 200px;
}
.tab-section .arrows .split .square {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: #1d1d1b;
  transform: rotate(45deg);
  transform-origin: center;
  position: relative;
  top: -50%;
  display: none;
}
.tab-section .arrows .split .square.active {
  display: block;
}
@media (max-width: 1200px) {
  .tab-section .arrows .split .square {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  .tab-section .arrows .split .square {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .tab-section .arrows .split .square {
    width: 25px;
    height: 25px;
  }
}
.tab-section .content {
  display: none;
}
.tab-section .content.active {
  display: flex;
}
.tab-section .content.flex {
  flex-wrap: wrap;
}
.tab-section .content .top-copy {
  width: 100%;
  color: white;
  text-align: center;
}
.tab-section .content .top-copy .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .tab-section .content .top-copy .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .tab-section .content .top-copy .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.tab-section .content .top-copy .title span {
  color: #fdb913;
}
.tab-section .content .tabs {
  width: 100%;
  display: flex;
  align-items: center;
}
.tab-section .content .tabs .arrow {
  width: 50px;
  height: 50px;
  background: #fdb913;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 700px) {
  .tab-section .content .tabs .arrow {
    height: 40px;
    width: 40px;
  }
}
.tab-section .content .tabs .arrow.prev-arrow {
  border-right: 2px solid #1d1d1b;
}
.tab-section .content .tabs .arrow.next-arrow {
  border-left: 2px solid #1d1d1b;
}
.tab-section .content .tabs .arrow img {
  display: block;
  max-width: 10px;
}
.tab-section .content .tabs .slick-list {
  max-width: calc(100% - 100px);
  padding: 0 !important;
}
@media (max-width: 700px) {
  .tab-section .content .tabs .slick-list {
    max-width: calc(100% - 80px);
  }
}
.tab-section .content .tabs .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.tab-section .content .tabs .tab {
  cursor: pointer;
  width: 20%;
  text-align: center;
  color: #f2f2f2;
  padding: 20px 0;
  font-family: "mencken-std-head", serif;
  display: flex;
  align-items: center;
}
.tab-section .content .tabs .tab.slick-current {
  background-color: white;
  color: #1d1d1b;
}
.tab-section .content .tabs .tab p {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1201px) {
  .tab-section .content .tabs .tab p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .tab-section .content .tabs .tab p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 850px) and (min-width: 701px) {
  .tab-section .content .tabs .tab p {
    font-size: 14px;
    line-height: 20px;
  }
}

.tabs-content {
  display: none !important;
}
.tabs-content.active {
  display: block !important;
}
.tabs-content .tab-content {
  z-index: 1;
  position: relative;
  color: #1d1d1b;
  display: none;
}
.tabs-content .tab-content.slick-current {
  display: block;
}
.tabs-content .tab-content .split {
  width: 100%;
}
@media (min-width: 992px) {
  .tabs-content .tab-content .split {
    width: 50%;
  }
}
.tabs-content .tab-content .wrapper {
  padding: 25px 100px;
  background-color: white;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .tabs-content .tab-content .wrapper {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .tabs-content .tab-content .wrapper {
    padding: 25px;
    flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  .tabs-content .tab-content .wrapper {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .tabs-content .tab-content .details {
    padding-right: 25px;
  }
}
.tabs-content .tab-content .details .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 800px) {
  .tabs-content .tab-content .details .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .tabs-content .tab-content .details .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.tabs-content .tab-content .copy p:first-child {
  margin-top: 60px;
}
@media (max-width: 650px) {
  .tabs-content .tab-content .copy p:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .tabs-content .tab-content .copy {
    margin-top: 25px;
  }
}

.tab-images {
  margin-top: -150px;
  z-index: -1;
  display: none !important;
}
.tab-images.active {
  display: block !important;
}
@media (max-width: 650px) {
  .tab-images.active {
    display: none !important;
  }
}
.tab-images .image {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: none;
}
@media (max-width: 1100px) {
  .tab-images .image {
    height: 300px;
  }
}
.tab-images .image.active {
  display: block;
}

.our-benefits {
  text-align: center;
  padding: 50px 0;
  background-color: #f2f2f2;
}
.our-benefits .link {
  display: inline-block;
}
.our-benefits .flex {
  flex-direction: column;
}
.our-benefits .copy {
  max-width: 800px;
  margin: 0 auto;
}
.our-benefits .copy .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .our-benefits .copy .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .our-benefits .copy .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.our-benefits .icons {
  max-width: 1000px;
  margin: 25px auto 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.our-benefits .icons .icon {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}
.our-benefits .icons .icon p {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .our-benefits .icons .icon p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .our-benefits .icons .icon p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 850px) {
  .our-benefits .icons .icon {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .our-benefits .icons .icon {
    width: 100%;
  }
}
.our-benefits .icons .icon img {
  margin-right: 20px;
  max-width: 50px;
}

.latest-blogs {
  padding: 25px 0 50px;
}
.latest-blogs .container .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .latest-blogs .container .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .latest-blogs .container .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.latest-blogs .container .title span {
  color: #fdb913;
}
.latest-blogs .container.sub {
  justify-content: space-between;
  align-items: self-end;
  margin-bottom: 50px;
}
.latest-blogs .container.sub a,
.latest-blogs .container.sub p {
  margin-bottom: 0;
}
@media (min-width: 701px) {
  .latest-blogs .container.sub p {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  .latest-blogs .container.sub {
    flex-wrap: wrap;
  }
  .latest-blogs .container.sub p {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (min-width: 551px) {
  .latest-blogs .container .blog-wrapper {
    margin-right: -25px;
  }
}
@media (max-width: 850px) {
  .latest-blogs .container .blog-wrapper {
    flex-wrap: wrap;
  }
}
.latest-blogs .container .blog {
  width: calc(33.33% - 25px);
  text-decoration: none;
  color: #1d1d1b;
}
@media (max-width: 850px) {
  .latest-blogs .container .blog {
    width: calc(50% - 25px);
  }
}
@media (min-width: 551px) {
  .latest-blogs .container .blog {
    margin-right: 25px;
  }
}
@media (max-width: 550px) {
  .latest-blogs .container .blog {
    width: 100%;
    margin-bottom: 25px;
  }
}
.latest-blogs .container .blog .blog-img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 450px) {
  .latest-blogs .container .blog .blog-img {
    display: none;
  }
}
.latest-blogs .container .blog .content {
  padding: 0 20px 10px;
}
.latest-blogs .container .blog .content .date {
  color: #989898;
  font-size: 14px;
}
.latest-blogs .container .blog .content .article-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  font-weight: 700;
}
@media (max-width: 800px) {
  .latest-blogs .container .blog .content .article-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .latest-blogs .container .blog .content .article-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.latest-blogs .container .blog.featured {
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 850px) {
  .latest-blogs .container .blog.featured {
    width: 100%;
    min-height: 250px;
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .latest-blogs .container .blog.featured {
    min-height: 200px;
  }
}
.latest-blogs .container .blog.featured:after {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
}
.latest-blogs .container .blog.featured .content {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
}
.latest-blogs .container .blog.featured .content .date {
  color: white;
}
.latest-blogs .container .blog.featured .content .article-title {
  color: white;
}

.more-services {
  background-color: #1d1d1b;
  padding-top: 25px;
}
.more-services .copy {
  margin: 0 auto;
  text-align: center;
  color: #f2f2f2;
  max-width: 400px;
}
.more-services .copy.flex {
  flex-direction: column;
}
.more-services .copy .title {
  color: #fdb913;
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .more-services .copy .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .more-services .copy .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.more-services .copy .link {
  color: #fdb913;
  justify-content: center;
}
.more-services .services {
  margin-top: 50px;
}
.more-services .services .arrow {
  width: 50px;
  height: 50px;
  background: #fdb913;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 50px);
  z-index: 1;
}
@media (max-width: 991px) {
  .more-services .services .arrow {
    height: 30px;
    width: 30px;
    top: calc(50% - 30px);
  }
}
.more-services .services .arrow.prev-arrow {
  left: 10px;
}
.more-services .services .arrow.next-arrow {
  right: 10px;
}
.more-services .services .arrow img {
  display: block;
  max-width: 10px;
}
.more-services .services .service {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 30vw;
  position: relative;
}
@media (max-width: 991px) {
  .more-services .services .service {
    height: 40vw;
  }
}
@media (max-width: 700px) {
  .more-services .services .service {
    height: 70vw;
  }
}
@media (max-width: 380px) {
  .more-services .services .service {
    height: 120vw;
  }
}
.more-services .services .service:after {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.more-services .services .service .content {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
}
.more-services .services .service .content .sub-title {
  color: #fdb913;
}
@media (max-width: 800px) {
  .more-services .services .service .content .sub-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .more-services .services .service .content .sub-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.more-services .services .service .content .title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  color: white;
}
@media (max-width: 800px) {
  .more-services .services .service .content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .more-services .services .service .content .title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .more-services .services .service .content .title {
    font-size: 14px;
    line-height: 18px;
  }
}
.more-services .services .service .arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #fdb913;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.more-services .services .service .arrow img {
  max-width: 50%;
}

.testimonial-section {
  background-position: center center;
  background-size: cover;
  background-image: url("../img/testimonial-background.webp");
  padding: 100px 0;
  text-align: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .testimonial-section {
    padding: 75px 0 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.testimonial-section:after {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.33;
}
.testimonial-section:before {
  content: url("../img/icons/quote-grey.svg");
  position: absolute;
  width: 60px;
  height: 47px;
  left: calc(50% - 30px);
  top: 25px;
  z-index: 1;
}
@media (max-width: 550px) {
  .testimonial-section:before {
    width: 40px;
    height: 36px;
    left: calc(50% - 20px);
  }
}
.testimonial-section .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .container .arrow {
  width: 40px;
  height: 40px;
  background: #fdb913;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.testimonial-section .container .arrow img {
  display: block;
  max-width: 10px;
}
.testimonial-section .container .slick-list {
  max-width: calc(95% - 80px);
  margin: 0 auto;
}
.testimonial-section .container .testimonial-title {
  max-width: 650px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .testimonial-section .container .testimonial-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .testimonial-section .container .testimonial-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial-section .container .testimonial-title span {
  color: #fdb913;
}
@media (max-width: 550px) {
  .testimonial-section .container .testimonial-title {
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .testimonial-section .container .testimonial-title {
    font-size: 15px;
    line-height: 24px;
  }
}
.testimonial-section .container .stars {
  justify-content: center;
}
.testimonial-section .container .stars img {
  margin: 0 2px;
  width: 25px;
  height: 25px;
}

.ksps {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #f2f2f2;
}
@media (max-width: 700px) {
  .ksps {
    padding-top: 0;
  }
}
.ksps .link {
  text-align: center;
  display: inline-block;
}
.ksps .container {
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 700px) {
  .ksps .container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.ksps .container .ksp {
  width: calc(33.33% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 700px) {
  .ksps .container .ksp {
    width: 90%;
    max-width: 400px;
    padding: 0 10px 10px;
  }
}
@media (max-width: 450px) {
  .ksps .container .ksp {
    margin-bottom: 35px;
  }
}
.ksps .container .ksp:before, .ksps .container .ksp:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: border 0.75s, background-color 0.75s;
}
.ksps .container .ksp:before {
  background-color: #f2f2f2;
  left: 10px;
  top: 10px;
}
.ksps .container .ksp:after {
  border: 1px solid #f2f2f2;
  left: -10px;
  top: -10px;
  background-color: #f2f2f2;
}
.ksps .container .ksp.active:before, .ksps .container .ksp.active:after, .ksps .container .ksp:hover:before, .ksps .container .ksp:hover:after {
  opacity: 1;
}
.ksps .container .ksp.active:before, .ksps .container .ksp:hover:before {
  background-color: #fdb913;
}
.ksps .container .ksp.active:after, .ksps .container .ksp:hover:after {
  border: 1px solid #fdb913;
}
.ksps .container .ksp.active img, .ksps .container .ksp:hover img {
  filter: saturate(1);
}
.ksps .container .ksp .content {
  z-index: 1;
  position: relative;
}
@media (max-width: 700px) {
  .ksps .container .ksp .content {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .ksps .container .ksp .content {
    flex-direction: column;
  }
}
.ksps .container .ksp img {
  width: 50%;
  max-width: 50%;
  display: block;
  margin: 0 auto;
  filter: saturate(0);
  transition: filter 0.75s;
}
@media (max-width: 1200px) {
  .ksps .container .ksp img {
    width: 70%;
    max-width: 70%;
  }
}
@media (max-width: 800px) {
  .ksps .container .ksp img {
    width: 90%;
    max-width: 90%;
  }
}
@media (max-width: 700px) {
  .ksps .container .ksp img {
    width: 100px;
    max-width: 100px;
  }
}
@media (max-width: 450px) {
  .ksps .container .ksp img {
    width: 70px;
    max-width: 70px;
  }
}
.ksps .container .ksp .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  max-width: 150px;
  margin: 25px auto 0;
}
@media (max-width: 800px) {
  .ksps .container .ksp .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .ksps .container .ksp .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .ksps .container .ksp .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 800px) {
  .ksps .container .ksp .title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 700px) and (min-width: 451px) {
  .ksps .container .ksp .title {
    margin-top: 0;
  }
}

.eatons-testimonial {
  padding-top: 50px;
  padding-bottom: 50px;
}
.eatons-testimonial.smaller .container .split.testimonial .content {
  width: 450px;
}
.eatons-testimonial.smaller .container .split.testimonial .content .title {
  margin-bottom: 25px;
}
.eatons-testimonial .container {
  margin-top: 10%;
}
.eatons-testimonial .container:first-child {
  margin-top: 0;
}
.eatons-testimonial .container .split {
  width: 50%;
}
@media (min-width: 1001px) {
  .eatons-testimonial .container .split {
    display: flex;
  }
}
@media (max-width: 550px) {
  .eatons-testimonial .container .split {
    width: 100%;
  }
}
.eatons-testimonial .container .split.testimonial {
  order: 0;
}
@media (max-width: 825px) {
  .eatons-testimonial .container .split.testimonial {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .eatons-testimonial .container .split.testimonial {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
}
.eatons-testimonial .container .split.testimonial .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.eatons-testimonial .container .split.testimonial .content .quote {
  width: 45px;
  height: auto;
}
.eatons-testimonial .container .split.testimonial .content .title {
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-bottom: 0px;
  max-width: 100%;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .eatons-testimonial .container .split.testimonial .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.eatons-testimonial .container .split.testimonial .content .name,
.eatons-testimonial .container .split.testimonial .content .role {
  margin: 0;
}
.eatons-testimonial .container .split.testimonial .content .role {
  color: #fdb913;
}
.eatons-testimonial .container .split.testimonial .content .link {
  margin-top: 50px;
}
.eatons-testimonial .container .split.testimonial .content .team-name {
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  font-size: 30px;
}
.eatons-testimonial .container .split.testimonial .content .yellow-link {
  margin-top: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.eatons-testimonial .container .split.testimonial .content .more-content {
  display: none;
}
.eatons-testimonial .container .split.testimonial .content .more-content ul {
  list-style-position: inside;
  padding-left: 0;
}
.eatons-testimonial .container .split.image {
  order: 1;
}
@media (max-width: 825px) {
  .eatons-testimonial .container .split.image {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .eatons-testimonial .container .split.image {
    align-self: center;
  }
}
@media (max-width: 550px) {
  .eatons-testimonial .container .split.image {
    width: 100%;
    order: 0;
  }
}
.eatons-testimonial .container .split.image .graeme {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 550px) {
  .eatons-testimonial .container:nth-child(even) .split.testimonial {
    order: 1;
  }
  .eatons-testimonial .container:nth-child(even) .split.image {
    order: 0;
  }
}

.client-charter-section {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.client-charter-section .container .top {
  text-align: center;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 50px;
}
.client-charter-section .container .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 800px) {
  .client-charter-section .container .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .client-charter-section .container .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.client-charter-section .container ul li {
  position: relative;
  margin-bottom: 10px;
  color: #fdb913;
}
.client-charter-section .container ul li span {
  color: #1d1d1b;
}

.our-partners {
  margin: 40px 0px;
}
.our-partners .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin: 25px auto 50px;
}
@media (max-width: 800px) {
  .our-partners .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .our-partners .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.our-partners .partners {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.our-partners .partners .partner {
  width: 33.33%;
  margin-bottom: 25px;
}
@media (max-width: 550px) {
  .our-partners .partners .partner {
    width: 50%;
  }
}
@media (max-width: 365px) {
  .our-partners .partners .partner {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-partners .partners .partner img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 75%;
  max-height: 90px;
}

.service-information {
  margin-top: 50px;
  margin-bottom: 50px;
}
.service-information .container {
  align-items: center;
}
@media (max-width: 767px) {
  .service-information .container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .service-information .container .split {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .service-information .container .split {
    width: 100%;
  }
}
.service-information .container .split.copy {
  display: flex;
}
.service-information .container .split.copy .content {
  width: 100%;
}
@media (min-width: 992px) {
  .service-information .container .split.copy .content {
    width: 75%;
  }
}
@media (max-width: 991px) and (min-width: 701px) {
  .service-information .container .split.copy .content {
    width: 90%;
  }
}
.service-information .container .split.copy .content .sub-title {
  color: #fdb913;
  margin-top: 0;
}
.service-information .container .split.copy .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .service-information .container .split.copy .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .service-information .container .split.copy .content .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.service-information .container .split.copy .content p a {
  color: #fdb913;
}
.service-information .container .split.image {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .service-information .container .split.image {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .service-information .container .split.image {
    display: none;
  }
}
.service-information .container .split.image .image-wrap {
  position: relative;
}
.service-information .container .split.image .image-wrap:before, .service-information .container .split.image .image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.service-information .container .split.image .image-wrap:after {
  background-color: #fdb913;
  left: 10px;
  top: 10px;
}
.service-information .container .split.image img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.service-information.copy-left-image-right .split.copy {
  order: 1;
}
.service-information.copy-left-image-right .split.image {
  order: 2;
}
.service-information.copy-left-image-right .split.image .image-wrap:before {
  border: 1px solid #fdb913;
  left: -10px;
  top: -10px;
}
.service-information.copy-left-image-right .split.image .image-wrap:after {
  background-color: #fdb913;
}
@media (min-width: 768px) {
  .service-information.copy-right-image-left .split.copy {
    order: 2;
  }
}
@media (min-width: 768px) {
  .service-information.copy-right-image-left .split.copy .content {
    margin-left: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .service-information.copy-right-image-left .split.copy .content {
    padding-left: 10%;
  }
}
@media (min-width: 768px) {
  .service-information.copy-right-image-left .split.image {
    order: 1;
  }
}
.service-information.copy-right-image-left .split.image .image-wrap:after {
  background-color: #1d1d1b;
}

.downloads-block {
  background-color: #fdb913;
  padding: 50px 0;
  overflow: hidden;
}
.downloads-block .container {
  position: relative;
}
.downloads-block .container .content {
  width: 100%;
  z-index: 1;
}
@media (min-width: 701px) {
  .downloads-block .container .content {
    width: 70%;
  }
}
.downloads-block .container .content .title {
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .downloads-block .container .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .downloads-block .container .content .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.downloads-block .container .content p {
  margin-bottom: 0;
}
.downloads-block .container .content .btns {
  margin-top: 25px;
}
.downloads-block .container .content .btns .btn {
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 50px;
  align-items: center;
  display: flex;
}
.downloads-block .container .image {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .downloads-block .container .image {
    display: none;
  }
}
.downloads-block .container .image img {
  transform: rotate(15deg);
  margin-left: 25px;
  width: 100%;
  max-width: 300px;
  box-shadow: 3px 3px 25px 0px rgba(29, 29, 27, 0.5);
}

.service-testimonial {
  background-color: #f2f2f2;
  padding: 50px 0;
  background-image: url("../img/icons/e-logo-grey.svg");
  background-position: right center;
  background-size: auto 150%;
  background-repeat: no-repeat;
}
.service-testimonial.white-bg {
  background-color: white;
}
.service-testimonial a {
  color: inherit;
  text-decoration: none;
}
.service-testimonial a:not(.link) {
  font-weight: 600;
}
.service-testimonial .container .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 800px) {
  .service-testimonial .container .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .service-testimonial .container .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.service-testimonial .container .title span {
  color: #fdb913;
}
.service-testimonial .container .link {
  display: inline-block;
}

.content-split.has-overlap .container > .content {
  position: relative;
  top: -100px;
}
.content-split.has-overlap .container > .content a {
  color: #fdb913;
}
@media (max-width: 768px) {
  .content-split .container {
    flex-wrap: wrap;
  }
}
.content-split .container .content-side {
  width: 20%;
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .content-split .container .content-side {
    width: 30%;
  }
}
@media (min-width: 769px) {
  .content-split .container .content-side {
    margin-right: 25px;
    order: 1;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .content-split .container .content-side {
    width: 100%;
    flex-wrap: wrap;
  }
  .content-split .container .content-side p {
    width: 100%;
  }
  .content-split .container .content-side.legal-side {
    display: none;
  }
}
.content-split .container .content-side > .title {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .content-split .container .content-side > .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .content-split .container .content-side > .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.content-split .container .content-side > .title:not(:first-child) {
  border-top: 1px solid #1d1d1b;
  padding-top: 20px;
  margin-bottom: 0;
}
.content-split .container .content-side .item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .content-split .container .content-side .item {
    width: calc(50% - 25px);
    margin-right: 25px;
  }
}
@media (max-width: 650px) {
  .content-split .container .content-side .item {
    width: 100%;
    margin-right: 0;
  }
}
.content-split .container .content-side .item .post-image {
  display: block;
  width: 100%;
  max-width: 100%;
}
.content-split .container .content-side .item .content {
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #1d1d1b;
}
.content-split .container .content-side .item .content .date {
  color: #989898;
  margin: 0;
}
.content-split .container .content-side .item .content .title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .content-split .container .content-side .item .content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .content-split .container .content-side .item .content .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.content-split .container .content-side .item .content .salary {
  font-weight: bold;
  margin: 10px 0;
}
.content-split .container .content-side .item .content .location {
  margin: 10px 0;
  color: #fdb913;
  display: flex;
  align-items: center;
}
.content-split .container .content-side .item .content .location img {
  margin-right: 5px;
  max-width: 15px;
}
.content-split .container .content-side .item .content .arrow {
  max-width: 30px;
  margin-left: auto;
}
.content-split .container .content-side .links {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.content-split .container .content-side .links a {
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
  color: #1d1d1b;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  opacity: 0.5;
  transform: opacity 0.25s;
}
@media (max-width: 800px) {
  .content-split .container .content-side .links a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .content-split .container .content-side .links a {
    font-size: 16px;
    line-height: 20px;
  }
}
.content-split .container .content-side .links a:last-child {
  border-bottom: none;
}
.content-split .container .content-side .links a:hover {
  opacity: 0.75;
}
.content-split .container .content-side .links a.active {
  opacity: 1;
}
.content-split .container > .content {
  width: 80%;
  display: flex;
  background-color: white;
  flex-direction: column;
  align-self: flex-start;
  padding: 25px;
}
@media (max-width: 1200px) {
  .content-split .container > .content {
    width: 70%;
  }
}
@media (min-width: 769px) {
  .content-split .container > .content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .content-split .container > .content {
    margin-bottom: -75px;
    width: 100%;
  }
}
.content-split .container > .content img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 25px 0;
}
.content-split .container > .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .content-split .container > .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .content-split .container > .content .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.content-split .container > .content ol .ombudsman {
  line-height: 30px;
  margin-top: 10px;
}
.content-split .container > .content ol ul {
  margin-top: 10px;
}
.content-split .container > .content ul,
.content-split .container > .content ol {
  padding-left: 15px;
  margin-bottom: 0;
}
.content-split .container > .content ul li,
.content-split .container > .content ol li {
  margin-bottom: 16px;
}

.news-filter.form {
  position: relative;
  padding-bottom: 50px;
}
.news-filter.form .container {
  max-width: 1600px;
}
.news-filter.form .container form {
  width: 100%;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .news-filter.form .container form {
    flex-wrap: nowrap;
  }
}
.news-filter.form .container .split {
  flex-grow: 1;
}
@media (min-width: 769px) {
  .news-filter.form .container .split {
    width: calc(33.33% - 58.3333333333px);
  }
}
@media (max-width: 768px) and (min-width: 551px) {
  .news-filter.form .container .split {
    width: 33.33%;
  }
}
@media (max-width: 550px) {
  .news-filter.form .container .split {
    width: 100%;
    margin-bottom: 5px;
  }
}
.news-filter.form .container .split .field {
  margin-bottom: 0;
}
.news-filter.form .container .split .field select {
  border: 1px solid #fdb913;
  padding-right: 35px;
  background-position: calc(100% - 10px) center;
}
@media (max-width: 992px) {
  .news-filter.form .container .split .field select {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .news-filter.form .container .split .field select {
    border-right: none;
  }
}
@media (max-width: 800px) {
  .news-filter.form .container .split .field select {
    background-size: 14px;
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .news-filter.form .container .split.btn-split {
    width: 175px;
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .news-filter.form .container .split.btn-split {
    width: 150px;
    flex-grow: initial;
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .news-filter.form .container .split.btn-split {
    margin-top: 0px;
  }
}
.news-filter.form .container .split.btn-split .btn {
  margin: 0;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.listing-entries .careers-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}
.listing-entries .listing-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 701px) {
  .listing-entries .listing-wrapper {
    margin-right: -25px;
  }
}
.listing-entries .listing-wrapper .item {
  width: calc(33.33% - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
  text-decoration: none;
  color: white;
}
.listing-entries .listing-wrapper .item:not(.featured) {
  background-color: white;
  transition: transform 0.25s;
  position: relative;
  color: #1d1d1b;
}
.listing-entries .listing-wrapper .item:not(.featured):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.75px solid #1d1d1b;
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
}
.listing-entries .listing-wrapper .item:not(.featured):hover {
  transform: scale(0.95);
}
.listing-entries .listing-wrapper .item:not(.featured):hover:before {
  transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 900px) {
  .listing-entries .listing-wrapper .item.blog {
    width: calc(50% - 25px);
  }
}
@media (max-width: 600px) {
  .listing-entries .listing-wrapper .item.blog {
    width: 100%;
    margin-right: 0;
  }
}
.listing-entries .listing-wrapper .item.blog .blog-img {
  display: block;
  width: 100%;
}
.listing-entries .listing-wrapper .item.blog.featured {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: calc(50% - 25px);
  display: flex;
  min-height: 300px;
  align-items: end;
}
@media (max-width: 700px) {
  .listing-entries .listing-wrapper .item.blog.featured {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .listing-entries .listing-wrapper .item.blog.featured {
    min-height: 200px;
  }
}
.listing-entries .listing-wrapper .item.blog.featured:after {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
}
.listing-entries .listing-wrapper .item.blog.featured .content {
  width: 100%;
  z-index: 1;
  max-width: 95%;
}
.listing-entries .listing-wrapper .item.blog.featured .content .date {
  color: white;
}
.listing-entries .listing-wrapper .item.blog.featured .content .title {
  color: white;
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 800px) {
  .listing-entries .listing-wrapper .item.blog.featured .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .listing-entries .listing-wrapper .item.blog.featured .content .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 900px) {
  .listing-entries .listing-wrapper .item.blog.featured .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.listing-entries .listing-wrapper .item.blog.featured .content p {
  margin: 0;
}
.listing-entries .listing-wrapper .item.blog.featured .content .link {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
@media (max-width: 991px) {
  .listing-entries .listing-wrapper .item.career {
    width: calc(50% - 25px);
  }
}
@media (max-width: 700px) {
  .listing-entries .listing-wrapper .item.career {
    width: 100%;
    margin-right: 0;
  }
}
.listing-entries .listing-wrapper .item.career .content .salary,
.listing-entries .listing-wrapper .item.career .content .location {
  font-weight: bold;
}
.listing-entries .listing-wrapper .item.career .content .location {
  color: #fdb913;
  display: flex;
  align-items: center;
}
.listing-entries .listing-wrapper .item.career .content .location img {
  margin-right: 5px;
  max-width: 15px;
}
.listing-entries .listing-wrapper .item .content {
  padding: 0 20px 60px;
}
.listing-entries .listing-wrapper .item .content .date {
  color: #989898;
  font-size: 14px;
}
.listing-entries .listing-wrapper .item .content .title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .listing-entries .listing-wrapper .item .content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .listing-entries .listing-wrapper .item .content .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.listing-entries .listing-wrapper .item .content .link {
  justify-content: end;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.listing-entries .listing-wrapper .item .content .link:hover img {
  margin-left: 5px;
}
.listing-entries .listing-wrapper.no-opening, .listing-entries .listing-wrapper.no-search {
  margin-bottom: 50px;
  margin-right: 0;
}
.listing-entries .listing-wrapper.no-opening .item, .listing-entries .listing-wrapper.no-search .item {
  width: 100%;
  margin-right: 0;
  display: flex;
  padding: 0;
}
.listing-entries .listing-wrapper.no-opening .item .content, .listing-entries .listing-wrapper.no-search .item .content {
  width: 100%;
  padding: 30px;
}
@media (min-width: 701px) {
  .listing-entries .listing-wrapper.no-opening .item .content, .listing-entries .listing-wrapper.no-search .item .content {
    max-width: 70%;
  }
}
@media (max-width: 550px) {
  .listing-entries .listing-wrapper.no-opening .item .content, .listing-entries .listing-wrapper.no-search .item .content {
    padding: 20px;
  }
}
.listing-entries .listing-wrapper.no-opening .item .content .title, .listing-entries .listing-wrapper.no-search .item .content .title {
  font-size: 45px;
  line-height: 55px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin: 0;
  max-width: 80%;
}
@media (max-width: 991px) {
  .listing-entries .listing-wrapper.no-opening .item .content .title, .listing-entries .listing-wrapper.no-search .item .content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 700px) {
  .listing-entries .listing-wrapper.no-opening .item .content .title, .listing-entries .listing-wrapper.no-search .item .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 550px) {
  .listing-entries .listing-wrapper.no-opening .item .content .title, .listing-entries .listing-wrapper.no-search .item .content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.listing-entries .listing-wrapper.no-opening .item .content .btn, .listing-entries .listing-wrapper.no-search .item .content .btn {
  margin-bottom: 5px;
}
.listing-entries .listing-wrapper.no-opening .item .image, .listing-entries .listing-wrapper.no-search .item .image {
  background-size: cover;
  background-position: center center;
  background-image: url("../img/business.webp");
}
@media (min-width: 701px) {
  .listing-entries .listing-wrapper.no-opening .item .image, .listing-entries .listing-wrapper.no-search .item .image {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .listing-entries .listing-wrapper.no-opening .item .image, .listing-entries .listing-wrapper.no-search .item .image {
    display: none;
  }
}
.listing-entries .listing-wrapper.no-opening .item:before, .listing-entries .listing-wrapper.no-search .item:before {
  display: none;
}
.listing-entries .listing-wrapper.no-opening .item:hover, .listing-entries .listing-wrapper.no-search .item:hover {
  transform: scale(1);
}
.listing-entries .listing-wrapper.no-search {
  margin-top: 25px;
}
.listing-entries .listing-wrapper.no-search .item .content p {
  max-width: 500px;
}
.listing-entries .listing-wrapper.no-search .item .image {
  background-image: url("../img/search.webp");
  background-position: right;
}
.listing-entries .more-prospects {
  width: 100%;
  background-color: #1d1d1b;
  color: white;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .listing-entries .more-prospects {
    flex-wrap: wrap;
  }
  .listing-entries .more-prospects .btn {
    margin-top: 15px;
  }
}
.listing-entries .more-prospects .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin: 0;
  padding-right: 15px;
}
@media (max-width: 800px) {
  .listing-entries .more-prospects .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .listing-entries .more-prospects .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.split-page-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}
.split-page-intro.conveyancing-intro .links .title {
  padding-left: 10px;
  padding-right: 10px;
}
.split-page-intro .container .content {
  width: 100%;
}
@media (min-width: 851px) {
  .split-page-intro .container .content {
    width: 70%;
    padding-right: 50px;
  }
}
.split-page-intro .container .content a:not(.btn) {
  color: #fdb913;
}
.split-page-intro .container .content .sub-title {
  color: #fdb913;
}
.split-page-intro .container .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .split-page-intro .container .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .split-page-intro .container .content .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.split-page-intro .container .content.rss-feed .newssynd-category {
  margin-bottom: 50px;
}
.split-page-intro .container .content.rss-feed .newssynd-category h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  color: #fdb913;
  margin-top: 0;
}
@media (max-width: 800px) {
  .split-page-intro .container .content.rss-feed .newssynd-category h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .split-page-intro .container .content.rss-feed .newssynd-category h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.split-page-intro .container .content.rss-feed .newssynd-items {
  color: #fdb913;
  padding-left: 15px;
  list-style-type: disc;
}
.split-page-intro .container .content.rss-feed .newssynd-items li {
  margin-bottom: 10px;
  font-family: "open-sans", sans-serif;
}
.split-page-intro .container .content.rss-feed .newssynd-items li a {
  text-decoration: none;
  color: #1d1d1b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  transition: color 0.25s;
}
.split-page-intro .container .content.rss-feed .newssynd-items li:hover a {
  color: #fdb913;
}
.split-page-intro .container .content.rss-feed .newssynd-items li span {
  margin-left: 5px;
  color: #1d1d1b;
}
.split-page-intro .container .links {
  background-color: #1d1d1b;
  display: flex;
  flex-direction: column;
  align-self: start;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 851px) {
  .split-page-intro .container .links {
    width: 30%;
    max-width: 30%;
  }
}
@media (max-width: 850px) {
  .split-page-intro .container .links {
    margin-top: 25px;
  }
}
.split-page-intro .container .links .item {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  font-family: "open-sans", sans-serif;
  font-weight: initial;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 800px) {
  .split-page-intro .container .links .item {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .split-page-intro .container .links .item {
    font-size: 16px;
    line-height: 20px;
  }
}
.split-page-intro .container .links .item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.split-page-intro .container .links .item .title {
  text-align: center;
}
.split-page-intro .container .links .item .title span {
  color: #fdb913;
}
.split-page-intro .container .links .item p,
.split-page-intro .container .links .item a {
  display: block;
  width: 100%;
  color: white;
  text-decoration: none;
}
.split-page-intro .container .links .item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .split-page-intro .container .links .item a {
    padding: 20px;
  }
}
.split-page-intro .container .links .item a .sub {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #fdb913;
}

.testimonials {
  background-color: #f2f2f2;
  padding-top: 50px;
}
.testimonials .container .testimonial-filter {
  border: 1px solid #fdb913;
  margin-bottom: 25px;
  padding: 20px;
}
.testimonials .container .testimonial-wrapper {
  width: auto;
}
@media (min-width: 901px) {
  .testimonials .container .testimonial-wrapper {
    margin-right: -40px;
  }
}
@media (max-width: 900px) and (min-width: 651px) {
  .testimonials .container .testimonial-wrapper {
    margin-right: -20px;
  }
}
.testimonials .container .testimonial {
  background-color: white;
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1201px) {
  .testimonials .container .testimonial {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 1200px) and (min-width: 901px) {
  .testimonials .container .testimonial {
    width: calc(50% - 40px);
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .testimonials .container .testimonial {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .testimonials .container .testimonial {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.testimonials .container .testimonial:before, .testimonials .container .testimonial:after {
  content: url("../img/icons/quote-grey.svg");
  position: absolute;
  width: 30px;
  height: auto;
  opacity: 0.2;
}
.testimonials .container .testimonial:before {
  left: 15px;
  top: 15px;
}
.testimonials .container .testimonial:after {
  transform: rotate(180deg);
  bottom: 15px;
  right: 15px;
}
.testimonials .container .testimonial .title {
  color: #1d1d1b;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 70%;
  margin: 0 auto;
}

table.legal-table {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid rgba(29, 29, 27, 0.33);
  border-collapse: collapse;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 600px) {
  table.legal-table {
    font-size: 14px;
    line-height: 20px;
  }
}
table.legal-table th,
table.legal-table td {
  border: 1px solid rgba(29, 29, 27, 0.33);
  border-collapse: collapse;
}
table.legal-table td {
  padding: 5px;
}
table.legal-table .headings {
  font-weight: 500;
}

.downloads-section .container .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f2f2f2;
  width: calc(25% - 20px);
  margin: 10px;
  padding: 20px;
}
@media (max-width: 1300px) {
  .downloads-section .container .item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 850px) and (min-width: 751px) {
  .downloads-section .container .item {
    padding: 10px;
    margin: 5px;
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 750px) {
  .downloads-section .container .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .downloads-section .container .item {
    padding: 10px;
    margin: 5px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 450px) {
  .downloads-section .container .item {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
}
.downloads-section .container .item .brochure-image {
  width: 100%;
  max-width: 100%;
  display: block;
}
.downloads-section .container .item .category {
  color: #fdb913;
}
.downloads-section .container .item .title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .downloads-section .container .item .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .downloads-section .container .item .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.downloads-section .container .item .btn {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding: 7px 10px;
  margin-right: 0;
}
.downloads-section .container .item .btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 500px) and (min-width: 451px) {
  .downloads-section .container .item .btn {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .downloads-section .container .item .btn .eye {
    display: none;
  }
}

.accordion {
  background-color: #1d1d1b;
  padding-top: 50px;
  padding-bottom: 50px;
}
.accordion .container .top {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  color: white;
}
.accordion .container .top .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 800px) {
  .accordion .container .top .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .accordion .container .top .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.accordion .container .wrapper {
  position: relative;
}
.accordion .container .menu-item {
  color: #f2f2f2;
  padding: 10px;
  cursor: pointer;
  background-color: #1d1d1b;
  transition: background-color 0.25s, color 0.25s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion .container .menu-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.accordion .container .menu-item p {
  margin: 0;
}
@media (min-width: 992px) {
  .accordion .container .menu-item p {
    padding-right: 25px;
  }
}
@media (min-width: 751px) {
  .accordion .container .menu-item {
    padding: 25px;
    width: 25%;
  }
}
.accordion .container .menu-item.active {
  color: #1d1d1b;
  background-color: white;
}
@media (max-width: 750px) {
  .accordion .container .menu-item.active {
    border-bottom: 2px solid #1d1d1b;
  }
}
@media (min-width: 992px) {
  .accordion .container .menu-item.active .arrow {
    display: none;
  }
  .accordion .container .menu-item.active .arrow.active-arrow {
    display: inline-block;
  }
}
.accordion .container .menu-item .arrow {
  display: none;
  width: 30px;
}
@media (min-width: 992px) {
  .accordion .container .menu-item .arrow {
    display: inline-block;
  }
}
.accordion .container .menu-item .arrow.active-arrow {
  display: none;
}
.accordion .container .content-item {
  background-color: white;
  padding: 0;
  display: none;
  flex-direction: column;
  height: 100%;
}
.accordion .container .content-item.active {
  display: block;
}
.accordion .container .content-item .content-inner {
  padding: 10px;
  background-color: white;
}
@media (min-width: 751px) {
  .accordion .container .content-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
  }
  .accordion .container .content-item .content-inner {
    padding: 25px;
  }
}
.accordion .container .content-item .sub-title {
  margin-top: 0;
  color: #fdb913;
}
.accordion .container .content-item .title {
  color: #1d1d1b;
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 800px) {
  .accordion .container .content-item .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .accordion .container .content-item .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.accordion .container .content-item a:not(.btn) {
  color: #fdb913;
}

.form {
  background-color: #f2f2f2;
  padding: 50px 0 150px;
}
.form.contact-form {
  padding: 50px 0;
  background-color: white;
}
.form.contact-form .container form .field input,
.form.contact-form .container form .field select,
.form.contact-form .container form .field textarea {
  background-color: #f2f2f2;
}
.form.contact-form .content {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .form.conveyancing-form .container form .field.radio {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .form.conveyancing-form .container form .field.radio .label {
    width: 100%;
  }
  .form.conveyancing-form .container form .field.radio .radio-button {
    width: 50%;
  }
  .form.conveyancing-form .container form .field.radio .radio-button input {
    margin-left: 0;
  }
}
.form .container {
  max-width: 1000px;
}
.form .container .content a {
  color: #fdb913;
  text-decoration: none;
}
.form .container p,
.form .container .title,
.form .container .sub-title {
  text-align: center;
}
.form .container .form-section-heading {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  text-align: left;
}
.form .container .sub-title {
  color: #fdb913;
}
.form .container .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .form .container .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .form .container .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.form .container .title span {
  color: #fdb913;
}
.form .container form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 801px) {
  .form .container form {
    margin-right: -20px;
  }
}
.form .container form .form-split {
  border-top: 1px solid #fdb913;
  margin: 10px 0 20px;
  display: block;
  width: 100%;
}
@media (min-width: 801px) {
  .form .container form .form-split {
    width: calc(100% - 20px);
  }
}
.form .container form .field {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 801px) {
  .form .container form .field {
    margin-right: 20px;
  }
}
.form .container form .field p {
  margin: 0 0 15px;
  text-align: left;
}
@media (min-width: 801px) {
  .form .container form .field.half {
    width: calc(50% - 20px);
  }
}
.form .container form .field.radio {
  background-color: white;
  display: flex;
  padding: 0 20px;
}
.form .container form .field.radio .label {
  width: 50%;
}
.form .container form .field.radio .label p {
  margin: 15px 0;
  line-height: 30px;
}
.form .container form .field.radio .radio-button {
  width: 25%;
  display: flex;
  align-items: center;
}
.form .container form .field.radio .radio-button input,
.form .container form .field.radio .radio-button label {
  display: inline-block;
  cursor: pointer;
}
.form .container form .field.radio .radio-button input[type=radio] {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  appearance: none;
  background-color: #f2f2f2;
  padding: 0;
}
.form .container form .field.radio .radio-button input[type=radio]:checked {
  background-color: #fdb913;
  border: 5px solid #f2f2f2;
}
.form .container form .field.radio .radio-button label.error {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.form .container form .field.radio.error {
  border: 1px solid red;
  position: relative;
  padding-bottom: 15px;
}
.form .container form .field.error input,
.form .container form .field.error select {
  border: 1px solid red;
}
.form .container form .field input,
.form .container form .field select,
.form .container form .field textarea {
  resize: none;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid white;
  padding: 20px 25px;
  outline: none;
}
.form .container form .field input:active, .form .container form .field input:focus, .form .container form .field input:focus-visible,
.form .container form .field select:active,
.form .container form .field select:focus,
.form .container form .field select:focus-visible,
.form .container form .field textarea:active,
.form .container form .field textarea:focus,
.form .container form .field textarea:focus-visible {
  border: 1px solid #fdb913;
}
.form .container form .field input::placeholder,
.form .container form .field input,
.form .container form .field select,
.form .container form .field textarea,
.form .container form .field textarea::placeholder {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  color: #1d1d1b;
}
.form .container form .field select {
  appearance: none;
  position: relative;
  background: url("../img/icons/arrow-down-yellow.svg") no-repeat right 20px center white;
  background-size: 20px;
  cursor: pointer;
}
.form .container form .field select.error {
  border: 1px solid #f44336;
}
.form .container form .field .notes {
  margin-top: 10px;
  display: inline-block;
  font-style: italic;
  color: #fdb913;
  font-size: 14px;
  line-height: 23px;
}
.form .container form .field label.error {
  color: #f44336;
  font-size: 12px;
}
.form .container form .gdpr {
  width: 100%;
}
@media (min-width: 801px) {
  .form .container form .gdpr {
    width: calc(100% - 20px);
  }
}
.form .container form .gdpr p {
  text-align: left;
}
.form .container form .gdpr .title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  color: #fdb913;
}
@media (max-width: 800px) {
  .form .container form .gdpr .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .form .container form .gdpr .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.form .container form .gdpr .checkboxes .checkbox {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 501px) {
  .form .container form .gdpr .checkboxes .checkbox {
    margin-right: 25px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .form .container form .gdpr .checkboxes .checkbox {
    margin-bottom: 15px;
    display: block;
  }
}
.form .container form .gdpr .checkboxes .checkbox a {
  color: #fdb913;
  font-weight: 500;
  text-decoration: underline;
}
.form .container form .gdpr .checkboxes .checkbox .error {
  color: #f44336;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.form .container form .btn-container {
  display: flex;
  justify-content: flex-end;
  float: right;
  width: 100%;
  align-items: center;
  margin-top: 30px;
}
.form .container form .btn-container .form-message {
  color: #1d1d1b;
  margin-right: 20px;
  display: none;
}
.form .container form .btn-container .form-message.error {
  color: #f44336;
}
.form .container form .btn-container .btn {
  border: none;
  cursor: pointer;
}
.form .container form .btn-container .btn .icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 50%;
}
.form .container form .btn-container .btn .icon::before {
  margin: 0 auto;
}
.form .container form .btn-container .btn.error {
  background-color: #f44336;
  color: white;
}
.form .container form .btn-container .btn.error .icon {
  background: white;
  color: #f44336;
}
.form .container form .btn-container .btn.success {
  background-color: #fdb913;
  color: white;
}
.form .container form .btn-container .btn.success .icon {
  background: #4caf50;
}
.form .container form .btn-container .btn:disabled {
  cursor: not-allowed;
}
.form .container form .btn-container .btn.loading {
  cursor: wait;
  pointer-events: none;
}
.form .container form .w100 {
  width: 100%;
}
.form .container form .error-msg {
  color: red;
}
.form .container form .btn-quote-submit {
  margin-top: 10px;
  border: none;
  margin-left: auto;
  cursor: pointer;
}
.form .container .response table {
  width: 100%;
  background-color: white;
}
.form .container .response table .name {
  text-align: left;
  width: 50%;
}
.form .container .response table .num {
  text-align: right;
  width: 25%;
}
.form .container .response table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.form .container .response table th,
.form .container .response table td {
  padding: 20px 10px;
}
.form .container .response table.fees .totals {
  background-color: #1d1d1b;
  color: white;
}
.form .container .response .sorry-content a {
  color: #fdb913;
}

.conveyancing-video {
  padding: 100px 0;
}
@media (max-width: 700px) {
  .conveyancing-video {
    padding: 50px 0;
  }
}
.conveyancing-video .container {
  max-width: 800px;
}
.conveyancing-video .container video {
  width: 100%;
}
.conveyancing-video.larger .container {
  max-width: 1200px;
}
.conveyancing-video.w-bg {
  background: #1d1d1b;
}
.conveyancing-video .app-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.conveyancing-video .app-links a {
  width: 150px;
  max-width: 50%;
  margin: 25px 25px 0;
}
.conveyancing-video .app-links a img {
  width: 100%;
  max-width: 100%;
  display: block;
  user-select: none;
}

.conveyancing-links {
  background-color: #1d1d1b;
  border-top: 3px solid #fdb913;
}
.conveyancing-links .container.flex {
  justify-content: center;
}
.conveyancing-links .container .view-more {
  width: 100%;
  cursor: pointer;
  user-select: none;
  background-color: #fdb913;
  color: white;
  text-align: center;
  padding: 10px 5px;
}
@media (min-width: 551px) {
  .conveyancing-links .container .view-more {
    display: none;
  }
}
.conveyancing-links .container .view-more img {
  display: inline-block;
  width: 15px;
  margin-left: 5px;
}
.conveyancing-links .container a {
  width: 16.6666666667%;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 25px 3px;
  text-transform: uppercase;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 850px) {
  .conveyancing-links .container a {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .conveyancing-links .container a {
    padding: 10px 5px;
  }
}
@media (max-width: 600px) {
  .conveyancing-links .container a {
    width: 33.3333333333%;
  }
}
@media (max-width: 550px) {
  .conveyancing-links .container a {
    width: 100%;
  }
}
.conveyancing-links .container a:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.conveyancing-links .container a.active {
  background-color: #f2f2f2;
  color: #1d1d1b;
}
@media (max-width: 1100px) {
  .conveyancing-links .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .conveyancing-links .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .conveyancing-links .container.active a {
    display: flex;
  }
  .conveyancing-links .container.active .view-more img {
    transform: rotate(180deg);
  }
  .conveyancing-links .container a {
    display: none;
  }
}

.conveyancing-form .field_block {
  display: flex;
  flex-wrap: wrap;
}
.conveyancing-form .error-div {
  padding: 20px;
  background: red;
  width: 100%;
  margin-bottom: 10px;
  color: white;
  font-weight: 600;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
}
.loader div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fdb913;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loader div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.offices {
  position: relative;
}
@media (min-width: 751px) {
  .offices {
    margin-bottom: -200px;
  }
}
.offices-map, .offices-footer-image {
  max-width: 100%;
  display: block;
  width: 100%;
}
.offices-map {
  overflow: hidden;
  min-height: 600px;
}
.offices-map img {
  display: block;
}
@media (min-width: 1301px) {
  .offices-map img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1300px) {
  .offices-map img {
    width: 130%;
    margin-left: -15%;
  }
}
@media (max-width: 1100px) {
  .offices-map img {
    width: 160%;
    margin-left: -30%;
  }
}
@media (max-width: 900px) {
  .offices-map img {
    width: 200%;
    margin-left: -50%;
  }
}
@media (max-width: 750px) {
  .offices-map {
    display: none;
  }
}
.offices .container.flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .offices .container.flex {
    flex-wrap: wrap;
  }
}
.offices .container .office {
  background-size: cover;
  background-position: center center;
  width: 20%;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
  min-height: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: transform 0.25s;
}
@media (max-width: 750px) {
  .offices .container .office {
    width: 40%;
    margin-bottom: 25px;
    min-height: 30vw;
  }
}
@media (max-width: 400px) {
  .offices .container .office {
    width: 48%;
    margin-bottom: 15px;
    min-height: 20vw;
    padding: 10px;
  }
}
.offices .container .office:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.75px solid #fdb913;
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
}
.offices .container .office:hover, .offices .container .office.active {
  transform: scale(0.95);
}
.offices .container .office:hover:before, .offices .container .office.active:before {
  transform: scale(1.05);
  opacity: 1;
}
.offices .container .office:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.75;
}
.offices .container .office.active .plus {
  transform: rotate(45deg);
}
.offices .container .office .plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fdb913;
  top: 10px;
  right: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .offices .container .office .plus {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 700px) {
  .offices .container .office .plus {
    display: none;
  }
}
.offices .container .office .plus img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
.offices .container .office .content {
  position: relative;
  z-index: 1;
}
.offices .container .office .content p {
  margin: 0;
}
.offices .container .office .content .sub-title {
  color: #fdb913;
  font-size: 14px;
  line-height: 20px;
}
.offices .container .office .content .title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  color: white;
}
@media (max-width: 800px) {
  .offices .container .office .content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .offices .container .office .content .title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .offices .container .office .content .title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .offices .container .office .content .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.offices.areas-we-cover {
  background-color: white;
  margin-bottom: 0;
  padding: 50px 0;
}
.offices.areas-we-cover .container {
  flex-wrap: wrap;
}
.offices.areas-we-cover .container > .content {
  width: 100%;
  margin-bottom: 25px;
}
.offices.areas-we-cover .container > .content .content-wrapper {
  max-width: 900px;
  width: 100%;
}
.offices.areas-we-cover .container > .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .offices.areas-we-cover .container > .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .offices.areas-we-cover .container > .content .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.offices.areas-we-cover .container > .content .title span {
  color: #fdb913;
}
.offices.areas-we-cover .container .office {
  min-height: 13vw;
}

.office-details {
  background-color: #fdb913;
  position: relative;
  max-width: 1500px;
  width: 90%;
  margin: 20px auto 0;
}
@media (min-width: 751px) {
  .office-details {
    margin: -100px auto 0;
  }
}
.office-details:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  background-color: #fdb913;
}
.office-details .container .title {
  font-size: 50px;
  line-height: 60px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .office-details .container .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 800px) {
  .office-details .container .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .office-details .container .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 501px) {
  .office-details .container .title {
    padding: 50px 0 0;
  }
}
@media (max-width: 400px) {
  .office-details .container .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.office-details .container .address p {
  font-size: 20px;
  line-height: 30px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .office-details .container .address p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .office-details .container .address p {
    font-size: 16px;
    line-height: 20px;
  }
}
.office-details .container .address p.street {
  margin-top: 20px;
}
.office-details .container .address a {
  display: block;
  margin-top: 20px;
  max-width: 200px;
}
.office-details .container .address .title {
  margin-bottom: 20px;
}
.office-details .container .split {
  width: 100%;
}
@media (min-width: 501px) {
  .office-details .container .split {
    padding-bottom: 25px;
  }
}
@media (max-width: 1100px) and (min-width: 501px) {
  .office-details .container .split {
    width: 50%;
  }
}
@media (min-width: 1101px) {
  .office-details .container .split {
    width: 25%;
  }
}
.office-details .container .split a {
  color: inherit;
  text-decoration: none;
}
.office-details .container .split .title {
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .office-details .container .split .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .office-details .container .split .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.office-details .container .split.contact .telephone {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .office-details .container .split.contact .telephone {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .office-details .container .split.contact .telephone {
    font-size: 16px;
    line-height: 20px;
  }
}
.office-details .container .split.about {
  width: 50%;
}
@media (max-width: 1100px) {
  .office-details .container .split.about {
    width: 100%;
  }
}

.cookie-policy {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: none;
  background-color: #fdb913;
  padding: 10px;
  max-width: calc(100% - 20px);
  z-index: 1;
}
.cookie-policy.active {
  display: block;
}
.cookie-policy .close {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 6px;
  right: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cookie-policy .close span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #1d1d1b;
}
.cookie-policy .close span:first-child {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.cookie-policy .close span:last-child {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.cookie-policy .wrapper p {
  font-size: 14px;
  line-height: 20px;
}
.cookie-policy .wrapper p a {
  color: inherit;
}
.cookie-policy .wrapper .title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 800px) {
  .cookie-policy .wrapper .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .cookie-policy .wrapper .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.cookie-policy .wrapper .btn {
  cursor: pointer;
  min-width: 100px;
}

.pagination {
  width: 100%;
  margin-bottom: 25px;
}
.pagination .pagination-wrapper {
  display: flex;
  flex-direction: column;
}
.pagination .pagination-wrapper .showing {
  text-align: center;
}
.pagination .pagination-wrapper .showing p {
  color: #1d1d1b;
}
.pagination .pagination-wrapper .navigation {
  display: flex;
  justify-content: center;
}
.pagination .pagination-wrapper .navigation .pages {
  display: flex;
  margin: 0 25px;
}
.pagination .pagination-wrapper .navigation .pages .link {
  margin: 0 10px;
  color: #1d1d1b;
}
.pagination .pagination-wrapper .navigation .pages .link.inactive-link {
  color: #fdb913;
}
.pagination .pagination-wrapper .navigation .arrow {
  width: 40px;
  height: 40px;
  background: #fdb913;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination .pagination-wrapper .navigation .arrow img {
  display: block;
  max-width: 10px;
}
.pagination .pagination-wrapper .navigation .arrow.inactive-arrow {
  cursor: default;
  opacity: 0.5;
}

.search-results {
  margin: 25px 0;
}
.search-results .listing-wrapper {
  margin-right: 0;
}
.search-results .result {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin: 25px 0 0 0;
  background-color: white;
  padding: 25px;
  width: 100%;
}
.search-results .result .title {
  font-size: 20px;
  line-height: 25px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fdb913;
  margin: 0;
}
@media (max-width: 800px) {
  .search-results .result .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .search-results .result .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.search-results .result p {
  color: #1d1d1b;
  line-break: anywhere;
}
.search-results .result .links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .search-results .result .links {
    flex-direction: column;
  }
}
.search-results .result .links span.url {
  font-size: 18px;
  text-decoration: none;
  color: #989898;
}
@media (min-width: 769px) {
  .search-results .result .links span.url {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .search-results .result .links span.url {
    margin-bottom: 10px;
  }
}
.search-results-search {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 50px;
}
.search-results-search .search-input {
  background-color: white;
  border: 1px solid #fdb913;
  position: relative;
  display: flex;
  max-width: 550px;
  padding-left: 15px;
  width: 100%;
}
.search-results-search .search-input input {
  width: 100%;
  appearance: none;
  border: none;
  background: none;
  padding: 15px 35px 10px 0;
  color: #1d1d1b;
  font-family: "open-sans", sans-serif;
  font-size: 20px;
}
.search-results-search .search-input input::placeholder {
  color: rgba(29, 29, 27, 0.5);
  font-weight: 400;
  font-style: italic;
}
.search-results-search .search-input input:focus {
  outline: none;
}
.search-results-search .search-input button {
  appearance: none;
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.search-results-search .search-input button img {
  display: block;
  user-select: none;
  width: 20px;
  height: auto;
}

.error-404 .container {
  text-align: center;
}
.error-404 .container p a {
  color: #fdb913;
  text-decoration: none;
}
.error-404 .container .sub-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "open-sans", sans-serif;
  color: #fdb913;
  font-weight: 500;
}
.error-404 .container .title {
  font-size: 45px;
  line-height: 55px;
  font-family: "mencken-std-head", serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .error-404 .container .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 700px) {
  .error-404 .container .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 550px) {
  .error-404 .container .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.error-404 .container img {
  display: block;
  margin: 50px auto 25px;
  width: 100%;
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */