:root {
  --main2: #f79531;
  --main1: #c2b6a4;
  --midnight-blue: #182e3d;
  --gainsboro: #e1e1e1;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

h1 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

h2 {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
}

h3 {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 34px;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 35px;
}

h5 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 25px;
}

h6 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 22px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.nav-section {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 11px 17px #0000002b;
}

.logo {
  margin-right: 20px;
  padding-left: 0;
}

.navlink {
  color: #000;
  padding: 45px 7px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  transition: all .35s;
}

.navlink:hover, .navlink.w--current {
  color: var(--main2);
}

.navlink.dropdown-link {
  color: #000;
  letter-spacing: 1px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
}

.navlink.dropdown-link:hover {
  color: #fff;
}

.navlink.dropdown-link.with-subtitle {
  color: #000;
  padding-bottom: 0;
}

.navlink.dropdown-link.with-icon {
  background-image: url('../images/like.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 20px;
}

.navlink.dropdown-link.with-icon._2 {
  background-image: url('../images/music-player.svg');
  background-size: 10px;
}

.navlink.last {
  padding-right: 0;
}

.navlink.dropdown {
  padding-right: 30px;
}

.navlink.hidden {
  display: none;
}

.nav-menu {
  text-align: right;
  flex: 1;
  align-self: center;
}

.dropdown-list.w--open {
  background-color: var(--main1);
  padding: 10px 20px;
  box-shadow: 0 4px 12px #00000029;
}

.link-description {
  color: #fff;
  border-bottom: 1px solid #ffffff40;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: Droid Sans, sans-serif;
}

.subtitle-link-wrapper {
  color: #ffffffb3;
  letter-spacing: 1px;
  font-family: Droid Sans, sans-serif;
  font-size: 11px;
}

.style-guide-container {
  height: 100vh;
  margin: 35px;
  display: flex;
}

.style-guide-container._1 {
  margin-top: 0;
}

.style-wrapper {
  width: 50%;
  padding: 0 35px 35px;
}

.divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
}

.divider.small {
  width: 15%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.style-block {
  margin-top: 35px;
  margin-bottom: 35px;
}

.style-block.colour {
  margin-bottom: 0;
}

.block-quote {
  border-left-color: #182e3d;
}

.inline-link {
  color: var(--main2);
  text-decoration: none;
}

.inline-link:hover {
  text-decoration: underline;
}

.colour-guide {
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.color-block {
  width: 200px;
  height: 200px;
}

.color-block._1 {
  float: left;
  background-color: var(--main1);
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.color-block._1._3 {
  background-color: var(--midnight-blue);
}

.color-block._1._4 {
  background-color: #f79531;
}

.color-block._1._5 {
  background-color: var(--gainsboro);
}

.btn-primary {
  letter-spacing: 1px;
  background-color: #5ec045;
  border-radius: 3px;
  padding: 9px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 31px;
  transition: all .35s;
}

.btn-primary:hover {
  background-color: #73d65a;
}

.btn-primary.reverse {
  color: #182e3d;
  background-color: #0000;
  border: 1px solid #182e3d;
}

.btn-primary.reverse:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.btn-primary.alternate {
  background-color: var(--midnight-blue);
}

.btn-primary.alternate:hover {
  background-color: var(--main2);
}

.btn-primary.dark {
  background-color: #0000;
  border: 1px solid #fff;
}

.btn-primary.dark:hover {
  color: #182e3d;
  background-color: #fff;
}

.btn-primary.submit {
  width: 100%;
}

.dark-background-example {
  text-align: center;
  background-color: #182e3d;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

.alternate {
  font-family: Bitter, serif;
  font-style: italic;
}

.form-wrapper {
  font-family: Montserrat, sans-serif;
}

.success-message {
  color: #fff;
  background-color: #00b400;
  border-radius: 5px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 5px;
}

.rich-text a {
  color: var(--main2);
  text-decoration: none;
}

.rich-text a:hover {
  text-decoration: underline;
}

.section {
  padding: 100px 20px;
}

.section.header-section {
  background-color: var(--gainsboro);
  color: #fff;
  background-image: url('../images/lyons-main1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.section.grey {
  background-color: #f1f1f1;
}

.section.inner-page-title-wrapper {
  color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Photo-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 400px;
  padding-bottom: 220px;
}

.section.inner-page-title-wrapper.will-writing-services {
  background-image: linear-gradient(#00000040, #00000040), url('../images/will-writing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner-page-title-wrapper.mortgages {
  background-image: linear-gradient(#00000040, #00000040), url('../images/mortgages.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner-page-title-wrapper.insurance {
  background-image: linear-gradient(#00000040, #00000040), url('../images/insurance-large.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner-page-title-wrapper.combined-services {
  background-image: linear-gradient(#00000040, #00000040), url('../images/combined-services.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner-page-title-wrapper.contact {
  background-image: linear-gradient(#00000040, #00000040), url('../images/contact.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner-page-title-wrapper.newsletters {
  background-image: linear-gradient(#00000040, #00000040), url('../images/newsletters.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.no-margin-top {
  margin-top: 0;
}

.large-margin-top {
  margin-top: 50px;
}

.medium-margin-top {
  margin-top: 25px;
}

.small-margin-top {
  margin-top: 15px;
}

.medium-margin-bottom {
  margin-bottom: 25px;
}

.small-margin-bottom {
  margin-bottom: 15px;
}

.large-margin-bottom {
  margin-bottom: 50px;
}

.copyright-wrapper {
  color: #fff;
  background-color: #000;
  padding: 20px;
}

.copyright-flex {
  display: flex;
}

.copyright-cell {
  width: 50%;
  display: flex;
}

.copyright-cell.fd-link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fd-txt {
  margin-right: 5px;
}

.fd-link-hover {
  transition: all .35s;
}

.fd-link-hover:hover {
  transform: translate(0, -5px);
}

.footer-wrapper {
  color: #fff;
  background-color: #292929;
  padding: 50px 20px;
}

.footer-flex-wrapper {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-cell {
  width: 33.333%;
  padding: 15px;
}

.copyright-info {
  margin-right: 5px;
}

.copyright-year-embed {
  flex: 1;
}

.hamburger-wrapper {
  background-color: #f63e80;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 6px 14px -4px #00000080;
}

.burger-line {
  background-color: #fff;
  border-radius: 10px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.preloader {
  z-index: 9998;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.link-block {
  background-image: url('../images/grid.svg');
  background-position: 50%;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: relative;
  top: 50%;
  left: 50%;
}

.preloader-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50px);
}

.c2c-wrapper {
  display: none;
}

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

.centre {
  text-align: center;
}

.gallery-grid-wrapper {
  flex-wrap: wrap;
  margin: -15px;
  display: flex;
}

.gallery-cell {
  width: 33.333%;
  padding: 15px;
  position: relative;
}

.image-hover {
  transition: all .35s;
}

.image-hover:hover {
  transform: translate(0, -7px);
}

.flex-wrapper {
  margin: -15px;
  display: flex;
}

.cell-50 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
}

.bg-video {
  height: 1000px;
}

.loader-top-half {
  background-color: #eef4f8;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.loader-bottom-half {
  background-color: #eef4f8;
  width: 100%;
  height: 50%;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-content {
  position: relative;
  overflow: hidden;
}

.hp-main1 {
  background-color: #fff;
  border-radius: 3px;
  margin-top: -310px;
  padding: 50px 50px 170px;
  box-shadow: 0 7px 17px 9px #00000014;
}

.hp-main1.inner-page {
  margin-top: 0;
  padding-bottom: 50px;
}

.hp-heading-wrap {
  width: 50%;
}

.hp-main-heading {
  margin-top: 0;
}

.hp-sub-heading-wrap {
  width: 50%;
  margin-top: 35px;
}

.grey {
  color: gray;
}

.hp-main-flex {
  display: flex;
}

.hp-button-wrap {
  width: 50%;
  padding-left: 30px;
}

.md-open-wrap {
  justify-content: flex-start;
  display: flex;
}

.md-image {
  background-image: url('../images/Daniel-Lyons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.md-txt {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.md-title {
  font-size: 20px;
  font-weight: 700;
}

.md-pos-txt {
  color: var(--main2);
  font-size: 12px;
}

.hp-opening-statement {
  background-image: url('../images/quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 35px;
  margin-top: 50px;
  padding-left: 50px;
  font-size: 20px;
  font-style: italic;
  line-height: 26px;
}

.hp-cell {
  justify-content: flex-end;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.hp-cell.reverse {
  flex-direction: row-reverse;
}

.hp-cell1 {
  width: 50%;
}

.hp-photo {
  position: absolute;
  top: -20px;
  left: -50px;
}

.hp-photo.reverse {
  inset: -20px -50px -20px auto;
}

.hp-cell2 {
  margin-top: 81px;
  padding-top: 145px;
  padding-bottom: 145px;
  display: flex;
  position: relative;
}

.hp-cell2.reverse {
  flex-direction: row-reverse;
}

.hp-inner-cell1 {
  z-index: 1;
  background-color: #fff;
  width: 50%;
  padding: 50px;
  position: relative;
  box-shadow: 0 2px 20px #0000003d;
}

.hp-image-2 {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -302px;
}

.hp-image-2.reverse {
  inset: 3px auto 0 -302px;
}

.cta-section-wrap {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.cta-section-wrap.cta-section {
  color: #fff;
  background-color: #2a323f;
}

.container {
  position: relative;
}

.container.centered {
  text-align: center;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  margin-top: 5px;
  line-height: 31px;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.normal {
  float: none;
  background-color: var(--main2);
  width: auto;
}

.button.cta-button.normal:hover {
  background-color: #dba369;
}

.button.cta-button.about-team {
  float: none;
}

.image-section {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.about-us-3 {
  background-image: url('../images/Photo-1.jpg');
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.cta {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.white-gradient {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#fff 39%, #fff0);
  padding-top: 210px;
  padding-bottom: 240px;
}

.hp-main2 {
  z-index: 1;
  text-align: center;
  margin-top: 80px;
  margin-bottom: -170px;
  position: relative;
}

.hp-team-member-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.team-cell {
  width: 25%;
}

.team-member-wrapper {
  text-align: center;
  padding: 20px;
}

.team-member-image {
  background-image: url('../images/Profile-Shot-1_compressed.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 9px 16px -7px #0000008c, inset 0 -1px #ffffff4d;
}

.team-member-image.daniel {
  background-image: url('../images/Daniel-Lyons.jpg');
  background-position: 50%;
}

.team-member-image.gareth {
  background-image: url('../images/untitled-0085.jpg');
  background-position: 0 -22px;
}

.team-member-image.claire {
  background-image: url('../images/claire.jpg');
}

.team-member-image.emma {
  background-image: url('../images/untitled-9857.jpg');
  background-position: 0 -25px;
}

.team-member-image.wendy {
  background-image: url('../images/untitled-9850.jpg');
}

.team-member-name {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
}

.horizontal-line {
  background-color: var(--main1);
  width: 35px;
  height: 2px;
  margin: 3px auto;
  display: block;
}

.team-member-role-info {
  color: gray;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}

.team-member-read-more {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5ec045;
  border-radius: 3px;
  margin-top: 10px;
  padding: 8px 15px;
  font-size: 10px;
  text-decoration: none;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  box-shadow: 0 9px 15px -4px #00000069;
}

.team-member-read-more:hover {
  background-color: #73d65a;
  transform: translate(0, -2px);
  box-shadow: 0 11px 21px -6px #00000069;
}

.inner-team-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.inner-team-cell {
  width: 50%;
  padding: 15px;
  display: flex;
}

.profile-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 30px 20px;
  box-shadow: 0 1px 4px #0000000d;
}

.team-bio-dark {
  color: #333;
  margin-top: 15px;
}

.profile-card-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.profile-card-avatar {
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.profile-card-avatar.daniel {
  background-image: url('../images/Daniel-Lyons.jpg');
}

.profile-card-avatar.gareth {
  background-image: url('../images/untitled-0085.jpg');
}

.profile-card-avatar.claire {
  background-image: url('../images/claire.jpg');
}

.profile-card-avatar.emma {
  background-image: url('../images/untitled-9857.jpg');
}

.profile-card-avatar.wendy {
  background-image: url('../images/untitled-9850.jpg');
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: #3336;
}

.profile-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.simple-bottom-footer {
  color: #fff;
  background-color: #424549;
  margin-top: 45px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.simple-footer {
  background-color: #2a2d30;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.footer-social-col-right {
  text-align: right;
}

.footer-logo {
  color: var(--main1);
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  color: #fff;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-small-social-icon {
  height: 15px;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: var(--main2);
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover, .footer-inline-link.w--current {
  color: var(--main1);
}

.footer-inline-link.policy {
  color: var(--main1);
  font-size: 12px;
}

.ft-wrap {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.ft-cell {
  flex-direction: column;
  width: 15%;
  padding: 15px;
  display: flex;
}

.ft-cell.mid {
  flex-direction: row;
  justify-content: space-around;
  width: 70%;
}

.ft-cell.right {
  flex-direction: row;
  justify-content: flex-end;
}

.ft-cell.policies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
}

.ft-para {
  color: gray;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 20px;
  line-height: 28px;
}

.top-bar {
  background-color: var(--main1);
  padding: 8px 20px;
}

.top-bar-wrapper {
  justify-content: space-between;
  display: flex;
}

.t-bar-link {
  color: #fff;
  background-image: url('../images/email-white.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-left: 15px;
  padding-left: 20px;
  text-decoration: none;
  transition: transform .35s;
}

.t-bar-link:hover {
  transform: translate(0, -3px);
}

.t-bar-link.phone {
  background-image: url('../images/phone-white.svg');
  background-size: 15px;
}

.hp-h2 {
  margin-top: 0;
}

.quote-cell-inner {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 15px;
  font-size: 16px;
}

.quote-cell-inner.homepage-only {
  text-align: center;
  padding: 25px;
  font-style: italic;
  line-height: 25px;
}

.testimonial-credit-wrapper {
  margin-top: 20px;
}

.credit-area {
  font-size: 13px;
  font-weight: 400;
}

.testimonial-speech-arrow {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-style: none solid solid none;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: 35px;
  position: absolute;
  transform: rotate(45deg);
}

.testimonial-speech-arrow.homepage-only {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.credit-cell-innerpage-only {
  text-align: center;
  font-size: 16px;
}

.quote-cell {
  width: 100%;
  padding: 15px;
  display: inline-block;
}

.quote-cell.innerpage-only {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
}

.field-label-2 {
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 30px #00000012;
}

.success-message-2 {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.rounded {
  background-color: #f2f3f7;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  height: 100px;
}

.btn-primary-2 {
  border-radius: 5px;
  padding: 13px 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: all .35s;
}

.btn-primary-2:hover {
  background-color: #247ba0;
}

.btn-primary-2.submit {
  width: 100%;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.team-contact-details-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-wrap {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  width: 100%;
  margin-top: 15px;
  padding: 15px;
}

.hp-button-wrapper {
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: flex;
}

.hp-services-link {
  color: #fff;
  text-align: center;
  background-color: #f79531;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.hp-services-link:hover {
  text-shadow: 3px 3px 6px #0000007d;
}

.hp-services-link._2 {
  background-color: #c2b6a4;
}

.hp-service-title {
  width: 100%;
  font-size: 32px;
}

.newsletter-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.newsletter-cell-wrapper {
  width: 33.333%;
  padding: 15px;
}

.newsletter-date-cell {
  background-image: url('../images/calendar.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 25px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 35px;
}

.div-block-2 {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 15px;
}

.icon {
  margin-right: 10px;
}

.hp-h4 {
  margin-top: 0;
  font-size: 17px;
}

.utility-page-wrap {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/lyons-main1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="not-delete-this-ever"] {
  opacity: 1;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    flex: 1;
  }

  .navlink {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink:hover, .navlink.w--current {
    color: #fff;
  }

  .nav-menu {
    background-color: var(--main2);
  }

  .dropdown-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    color: #fff;
    text-align: right;
    flex: none;
    align-self: center;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .bottom-line {
    background-color: #fff;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 27px;
    bottom: 27px;
    right: 0;
  }

  .top-line {
    background-color: #fff;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 7px;
    bottom: 7px;
    right: 0;
  }

  .middle-line {
    background-color: #fff;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 17px;
    bottom: 17px;
    right: 0;
  }

  .style-guide-container {
    margin: 20px;
  }

  .style-wrapper {
    padding: 10px;
  }

  .colour-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.header-section {
    padding-top: 150px;
  }

  .section.inner-page-title-wrapper {
    padding-top: 270px;
  }

  .hamburger-wrapper {
    background-color: var(--main1);
    padding: 20px;
    transition: all .2s;
  }

  .hamburger-wrapper:hover {
    transform: translate(0, -2px);
  }

  .preloader-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: auto 20px 20px auto;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .bg-video {
    height: 500px;
  }

  .hp-main1 {
    padding-bottom: 120px;
    overflow: hidden;
  }

  .hp-cell {
    margin-top: 50px;
  }

  .hp-photo {
    top: 22px;
    left: -141px;
  }

  .hp-photo.reverse {
    right: -136px;
  }

  .hp-cell2 {
    margin-top: 25px;
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .hp-image-2 {
    top: 45px;
    left: 155px;
  }

  .hp-image-2.reverse {
    top: 45px;
    left: -158px;
  }

  .cta-section-wrap {
    padding: 45px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .button.cta-button {
    margin-top: 15px;
  }

  .button.pricing-button {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
    line-height: 17px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }

  .team-cell {
    width: 50%;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .ft-wrap {
    flex-direction: column;
  }

  .ft-cell {
    align-items: center;
    width: 100%;
  }

  .ft-cell.mid {
    width: 100%;
  }

  .ft-cell.right {
    justify-content: center;
  }

  .white-contact-form {
    padding: 25px;
  }

  .hp-service-title {
    font-size: 26px;
    line-height: 31px;
  }

  .newsletter-cell-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    position: static;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-wrapper {
    width: 100%;
    padding: 0;
  }

  .colour-guide {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.header-section {
    background-position: 50%;
    background-attachment: scroll;
    height: 200px;
    padding-top: 50px;
  }

  .section.inner-page-title-wrapper {
    padding-top: 130px;
  }

  .copyright-flex {
    flex-direction: column;
  }

  .copyright-cell {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .copyright-cell.fd-link {
    justify-content: center;
    margin-top: 15px;
  }

  .footer-cell {
    width: 100%;
  }

  .copyright-year-embed {
    flex: 0 auto;
  }

  .c2c-wrapper {
    display: flex;
  }

  .c2c-cell {
    background-color: var(--main2);
    color: #fff;
    text-align: center;
    width: 50%;
    padding: 20px;
    text-decoration: none;
  }

  .c2c-cell._2 {
    background-color: var(--main1);
  }

  .flex-wrapper {
    flex-direction: column;
  }

  .cell-50 {
    width: 100%;
  }

  .hp-main1 {
    margin-top: 0;
    padding: 20px 20px 51px;
  }

  .hp-main1.inner-page {
    padding-bottom: 20px;
  }

  .hp-heading-wrap {
    width: 100%;
  }

  .hp-main-heading {
    font-size: 33px;
    line-height: 38px;
  }

  .hp-main-flex {
    flex-direction: column;
  }

  .hp-button-wrap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .md-open-wrap {
    justify-content: flex-start;
  }

  .hp-cell, .hp-cell.reverse {
    flex-direction: column-reverse;
  }

  .hp-cell1 {
    width: 100%;
  }

  .hp-photo {
    width: 100%;
    margin-bottom: 25px;
    position: static;
  }

  .hp-cell2 {
    flex-direction: column-reverse;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hp-cell2.reverse {
    flex-direction: column-reverse;
  }

  .hp-inner-cell1 {
    width: 100%;
    padding: 20px;
  }

  .hp-image-2 {
    position: static;
  }

  .cta-section-wrap {
    padding: 25px;
  }

  .cta-section-wrap.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .button.cta-button {
    float: none;
  }

  .button.pricing-button {
    margin-top: 10px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.white-gradient {
    background-image: linear-gradient(#fff 12%, #fff9);
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .inner-team-cell {
    width: 100%;
  }

  .profile-card {
    padding: 20px;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ft-cell.mid {
    flex-direction: column;
  }

  .hp-h2 {
    font-size: 33px;
  }

  .quote-cell {
    width: 100%;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
  }

  .hp-services-link {
    order: 1;
    width: 100%;
  }

  .hp-services-link._2 {
    order: 2;
  }

  .hp-services-link._2.will-writing {
    order: 4;
  }

  .hp-services-link.combined-services {
    order: 3;
  }

  .newsletter-cell-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  figure {
    width: 90vw;
  }

  .section.header-section {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 150px;
  }

  .c2c-cell {
    font-size: 11px;
  }

  .gallery-grid-wrapper {
    flex-direction: column;
  }

  .gallery-cell {
    width: 100%;
  }

  .hp-main1 {
    margin-top: 0;
  }

  .hp-main-heading {
    font-size: 21px;
    line-height: 32px;
  }

  .md-image {
    margin-right: 15px;
  }

  .cta-section-wrap {
    padding: 25px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.cta-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .team-cell {
    width: 100%;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .hp-h2 {
    font-size: 21px;
    line-height: 32px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .hp-service-title {
    font-size: 26px;
    line-height: 28px;
  }
}


