:root {
  --black: black;
  --charcoal: #2c434d;
  --alice-blue: #096ad033;
  --096ad0: #096ad00a;
  --white: white;
  --skobeloff: #006c67;
  --steel-blue-60: #096ad099;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.3em;
}

h2 {
  color: var(--charcoal);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--charcoal);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--charcoal);
  text-decoration: underline;
}

ul {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000c;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6em;
}

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

blockquote {
  border-left: 1px solid var(--charcoal);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.divider {
  background-color: var(--alice-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.full-screen.background-image--home {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#000000d6, #fff0), var(--hero-bg);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.light-blue {
  background-color: var(--096ad0);
  background-color: #096ad014;
  border-style: none;
}

.section.page-header {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.footer {
  background-color: var(--096ad0);
}

.section.darker {
  background-color: #2c434d33;
}

.section.reduced-screen {
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.section.reduced-screen.background-image--no1 {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#0000008a, #fff0), var(--bg-image);
  background-position: 0 0, var(--hero-bg-pos, 50% 100%);
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.reduced-screen.dynamic-hero-bg {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#000000d6, #fff0), var(--hero-bg-image);
  background-position: 0 0, var(--hero-bg-pos, 50% 50%);
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.reduced-screen.background-image--no2 {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#000000d6, #fff0), var(--hero-bg);
  background-position: 0 0, var(--hero-bg-pos, 50% 50%);
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.reduced-screen.background-image--no2.new-img {
  background-image: url('../images/thurlow-hunt-12.jpg');
  background-position: 50%;
}

.section.reduced-screen.background-image--no3 {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#000000d6, #fff0), var(--hero-bg);
  background-position: 0 0, var(--hero-bg-pos, 50% 50%);
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.reduced-screen.background-image--no4 {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#0000008a, #fff0), var(--hero-bg);
  background-position: 0 0, var(--hero-bg-pos, 50% 50%);
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.reduced-screen.background-image--no5 {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#0000008a, #fff0), var(--hero-bg);
  background-position: 0 0, var(--hero-bg-pos, 50% 50%);
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.reduced-screen.background-image--no6 {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#000000d6, #fff0), var(--hero-bg);
  background-position: 0 0, var(--hero-bg-pos, 50% 50%);
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section.reduced-screen.dynamic-hero-bg {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#000000d6, #fff0), var(--hero-bg-image);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  inset: auto 0 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.column-overlay {
  border-left: 1px solid #096ad00d;
  border-right: 1px solid #096ad00d;
  width: 100%;
  height: 100%;
}

.centre-align {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centre-align.light {
  color: var(--white);
}

.col {
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-3 {
  flex-direction: row;
  flex: none;
  width: 25%;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.margin-bottom {
  font-size: 16px;
}

.col.lg-2 {
  flex: 1;
  width: 16.66%;
}

.col.lg-5 {
  align-items: center;
  width: 41.66%;
}

.paragraph-small {
  color: #0009;
  font-size: 13px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.paragraph-small.indent {
  margin-left: 40px;
}

.paragraph-small.bold {
  font-weight: 700;
}

.paragraph-small.bold.suffix.margin-right.tight,
.paragraph-small.bold.margin-right.tight {
  margin-right: 5px;
}

.row {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  align-items: center;
}

.button {
  border: 1px solid var(--charcoal);
  background-color: var(--white);
  color: var(--black);
  border-radius: 40px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button:hover {
  border: 1px solid var(--charcoal);
  background-color: var(--charcoal);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button.ghost {
  border: 1px solid var(--white);
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--black);
  color: #fff;
  background-image: none;
  transform: none;
}

.button.side-margins {
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 14px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.right-margin {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
}

.margin-bottom {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 16px;
}

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

.margin-bottom.paragraph-small {
  font-size: 12px;
}

.form {
  width: 100%;
}

.form-field {
  background-color: var(--096ad0);
  color: var(--white);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: var(--charcoal);
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  background-color: var(--096ad0);
  color: var(--charcoal);
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: var(--charcoal);
}

.page-wrapper {
  overflow: hidden;
}

.price-table-container {
  border: 1px solid var(--alice-blue);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 50px;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: var(--charcoal);
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-line.blue.center {
  text-align: center;
  margin-bottom: 40px;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-link {
  opacity: .5;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.light-blue {
  background-color: #096ad00a;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  background-color: var(--black);
  color: var(--white);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: var(--charcoal);
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--charcoal);
}

.nav-link-2.w--current {
  color: var(--charcoal);
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  border: 1px solid var(--charcoal);
  opacity: 1;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  background-color: var(--charcoal);
  color: #fff;
}

.nav-link-2.border.cta {
  background-color: var(--skobeloff);
  color: #fff;
}

.nav-link-2.dropdown {
  opacity: 1;
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
  color: #fff;
}

.menu-button-2.w--open {
  color: var(--alice-blue);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  background-color: var(--black);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.th-website {
  background-color: var(--black);
  flex-direction: column;
  position: fixed;
  box-shadow: 1px 1px 3px #000;
}

.blue {
  background-color: var(--charcoal);
}

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

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

.margin-top {
  margin-top: 20px;
}

.column-image {
  margin-bottom: 0;
  transition: transform .2s;
}

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

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow,
.slide-nav {
  color: var(--charcoal);
}

.overflow-visible {
  overflow: visible;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.blog-thumbnail-container {
  border: 1px solid var(--alice-blue);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.tab {
  width: 100%;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: var(--charcoal);
  text-align: center;
  background-color: #0000;
  flex: 1;
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  font-weight: 700;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 26px;
  font-size: 12px;
  text-decoration: none;
}

.back-to-legowerk-link {
  z-index: 100;
  background-color: var(--steel-blue-60);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.short-paragraph {
  width: 75%;
}

.short-paragraph.light {
  color: var(--white);
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.big-blog-thumbnail-container {
  border-bottom: .5px solid #2c434d26;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-heading {
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.dropdown-link-text {
  color: var(--white);
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  color: var(--black);
  margin-right: -1px;
}

.dropdown-link {
  opacity: .6;
  color: var(--charcoal);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  display: block;
}

.dropdown-link:hover,
.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
  display: none;
}

.dropdown-list-2.w--open {
  border-color: var(--charcoal);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  display: block;
}

.negative-margin {
  margin-left: -18px;
}

.blog-content-preview-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
  position: relative;
}

.back-icon {
  margin-right: 8px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 320px;
  padding: 30px;
  display: flex;
}

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

.utility-page-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.how-it-works-line {
  background-color: #096ad033;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 315px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px #1f2c3d1a;
}

.headling_light {
  color: var(--white);
  text-align: center;
}

h2.headling_light {
  font-size: 54px;
  font-weight: 300;
  line-height: 1.3em;
}

.image-margin20px {
  margin-bottom: 20px;
}

.image-logo {
  max-width: 60%;
  margin: 15px;
}

.wrapper-logos {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.heading {
  text-align: center;
  flex: 1;
}

.collection-list-wrapper {
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  display: block;
}

.area-rep-email {
  font-size: 14px;
}

.area-rep-wrapper {
  text-align: left;
  object-fit: fill;
  margin-bottom: 20px;
  overflow: visible;
}

.collection-list {
  flex-direction: column;
  display: block;
}

.grid-2 {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 1fr 1fr 1.25fr;
  align-self: auto;
  align-items: start;
  width: 80%;
}

.nav-menu-3 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-link-2 {
  opacity: .6;
  color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link-2:hover {
  background-color: var(--096ad0);
  opacity: 1;
}

.dropdown-link-2.w--current {
  opacity: 1;
  color: var(--black);
  font-weight: 700;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper-2.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link-5 {
  color: #096ad0;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-5:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-5.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-5.full-opacity {
  opacity: 1;
  color: var(--black);
}

.nav-link-5.full-opacity:hover {
  color: var(--steel-blue-60);
}

.nav-link-5.full-opacity:visited {
  color: var(--black);
}

.nav-link-5.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-5.border {
  opacity: 1;
  border: 1px solid #096ad0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-5.border:hover {
  color: #fff;
  background-color: #096ad0;
}

.nav-link-5.border.cta {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

.dropdown-link-text-2 {
  margin-right: 20px;
  text-decoration: none;
}

.menu-button-4.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-bar-2 {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-2.sample-website {
  flex-direction: column;
  position: sticky;
  box-shadow: 1px 1px 3px #000;
}

.dropdown-list-3 {
  border: 1px solid #000;
}

.dropdown-list-3.w--open {
  border-color: var(--black);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
}

.empty-state {
  flex-direction: row;
  align-items: stretch;
  display: block;
}

.hounds-name {
  font-size: 14px;
  font-weight: 700;
}

.collection-list-wrapper-3 {
  flex: 1;
}

.collection-item-3 {
  border-bottom: 1px solid var(--096ad0);
  flex-flow: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.link-block {
  flex: 1;
}

.collection-list-2 {
  flex-direction: column;
  display: flex;
}

.hounds-breeding {
  padding-right: 5px;
  font-size: 12px;
}

.collection-list-wrapper-4 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.gallery--image {
  padding: 10px;
}

.collection-list-3,
.collection-item-4 {
  display: block;
}

.margin-right {
  margin-right: 20px;
}

.event--date {
  font-weight: 700;
}

.event--date.margin-right.tight {
  margin-right: 5px;
}

.collection-list-wrapper-5 {
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-4 {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.collection-item-5 {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: block;
}

.div-block-50 {
  display: flex;
}

.grid-3 {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rich-text-block-2 {
  text-align: center;
  margin-top: 40px;
}

.bold-title {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}

.sub-tie {
  text-align: center;
}

.sub-tie.top {
  margin-top: 20px;
}

.heading-2 {
  background-color: var(--charcoal);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bav3 {
  background-color: var(--096ad0);
}

.lis-subs {
  color: var(--charcoal);
  font-weight: 300;
  line-height: 1.5em;
}

.lis-item-subs {
  margin-bottom: 20px;
  font-size: 16px;
}

.mt-1 {
  margin-top: 35px;
}

.italic-text {
  font-size: 12px;
}

.text-block-3,
.text-block-4,
.text-block-5 {
  font-size: 14px;
}

.tlignitem {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.div-block-51,
.tblock {
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

  h2.headling_light {
    line-height: 1.2em;
  }

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

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.full-screen,
  .section.reduced-screen {
    min-height: 800px;
  }

  .wrapper {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    height: 100vh;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 25%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-1 {
    display: block;
  }

  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6 {
    flex: 1;
    display: flex;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2 {
    flex-flow: row;
    flex: 0 auto;
    width: 70%;
    display: flex;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-5,
  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .paragraph-small {
    text-align: left;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

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

  .row.align-centre {
    justify-content: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.flex-stretch {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: var(--charcoal);
    background-color: #0000;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo {
    flex: 1;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .burger-icon {
    color: var(--charcoal);
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    color: #a82525;
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .how-it-works-line {
    top: 245px;
  }

  .headling_light {
    text-align: center;
  }

  .wrapper-logos {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2 {
    width: 90%;
  }

  .burger-icon-2 {
    color: var(--black);
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-5 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-5.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-5.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-5.dropdown.w--open {
    flex: 1;
  }

  .nav-link-5.border {
    flex: 0 auto;
  }

  .dropdown-link-text-2 {
    margin-right: 0;
  }

  .menu-button-4 {
    color: #2e323c;
    display: block;
    position: relative;
  }

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

  .nav-bar-2 {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-list-3.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .dropdown-2 {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .collection-list-wrapper-3 {
    flex-direction: row;
    flex: 1;
    display: flex;
  }

  .collection-item-3 {
    flex-direction: row;
    display: flex;
  }

  .link-block {
    text-align: center;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2.headling_light {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  .section.full-screen,
  .section.reduced-screen {
    min-height: 600px;
  }

  .section.reduced-screen.background-image--no2 {
    background-position: 0 0, 50% 0;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .col {
    display: flex;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-3,
  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2,
  .col.lg-6,
  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.margin-bottom {
    flex-direction: column;
  }

  .col.lg-5 {
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
    display: flex;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.margin-bottom {
    flex-direction: column;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .sm-1 {
    width: 50%;
  }

  .sm-2 {
    width: 100%;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .big-blog-thumbnail-container {
    flex-direction: column;
    display: flex;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 40px;
  }

  .area-rep-wrapper {
    margin-bottom: 0;
  }

  .menu-button-4 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .collection-item-3 {
    align-content: stretch;
  }

  .collection-list-wrapper-5 {
    flex-direction: row;
  }

  .collection-list-4 {
    flex-direction: column;
    align-items: center;
  }

  .collection-item-5 {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2.headling_light {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 27px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.full-screen.background-image--home {
    background-position: 0 0, 30%;
  }

  .section.page-header {
    padding-top: 80px;
  }

  .section.reduced-screen.background-image--no1,
  .section.reduced-screen.background-image--no2,
  .section.reduced-screen.background-image--no3,
  .section.reduced-screen.background-image--no4,
  .section.reduced-screen.background-image--no5,
  .section.reduced-screen.background-image--no5,
  .section.reduced-screen.background-image--no6 {
    background-position: 0 0, 30%;
  }

  .wrapper {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-3 {
    width: 100%;
    display: flex;
  }

  .col.lg-3.sm-1.xs-1 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.margin-bottom {
    margin-bottom: 30px;
  }

  .col.lg-5 {
    width: 100%;
  }

  .row {
    display: block;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .button.side-margins {
    margin-bottom: 20px;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .price-table-container {
    padding: 35px;
  }

  .price-table-container.flex-stretch {
    font-size: 14px;
  }

  .footer-logo {
    display: block;
  }

  .social-media-icon,
  .contact-form-container {
    padding: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-bar {
    position: relative;
  }

  .margin-top.margin-bottom {
    display: block;
  }

  .xs-1 {
    width: 50%;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .flex-horizontal {
    display: block;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.horizontal {
    flex-direction: row;
  }

  .section-header {
    margin-top: 20px;
  }

  .short-paragraph {
    width: 100%;
  }

  .feature-icon-horizontal {
    flex-direction: column;
  }

  .icon-side {
    margin-bottom: 10px;
  }

  .value-proposition-container,
  .value-proposition-buttons {
    align-self: auto;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .left-arrow,
  .right-arrow {
    width: 60px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .wrapper-logos {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .area-rep-wrapper {
    margin-bottom: 30px;
  }

  .grid-2 {
    display: block;
  }

  .menu-button-4 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-bar-2 {
    position: relative;
  }

  .text-block,
  .text-block-2 {
    font-size: 12px;
  }

  .collection-list-wrapper-4 {
    display: block;
  }

  .collection-item-5 {
    margin-bottom: 40px;
  }
}

/* WYSIWYG overrides for footer contact info */
.footer-contact-wysiwyg p {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  margin-top: 0;
}

.footer-contact-wysiwyg p:last-child {
  margin-bottom: 0;
}

/* Events Section Redesign */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  width: 100%;
  margin-top: 40px;
}

.event-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--alice-blue);
  border-radius: 8px;
  padding: 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: var(--charcoal);
}


.event-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
  align-items: center;
}

.event-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--black);
  line-height: 1.4;
}

.event-description {
  font-size: 14px;
  color: var(--charcoal);
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 0;
}

.event-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.event-actions .button {
  flex: 1;
  text-align: center;
  padding: 8px 15px;
  font-size: 13px;
  margin: 0 !important;
  /* Override potential global margins */
}

/* Contact Button Styling */
.nav-menu-3>.nav-link-5:last-of-type {
  background-color: var(--black);
  color: var(--white);
  border-radius: 40px;
  padding: 10px 24px;
  margin-left: 20px;
  transition: all 0.2s ease;
  border: 1px solid var(--black);
  opacity: 1;
}

.nav-menu-3>.nav-link-5:last-of-type:hover {
  background-color: var(--charcoal);
  border-color: var(--charcoal);
  transform: translateY(-2px);
  color: var(--white);
}