@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  font-family: Inter, sans-serif;
  color: #2A2A2A;
  line-height: 1.7;
  font-size: 16px;
  background-color: #F8F4EE;
}

img {
  max-width: 100%;
  height: auto;
}

.full-width-image {
  width: 100%;
  height: auto;
}

.image-circular {
  border-radius: 50%;
}

.centered-image {
  margin-left: auto;
  margin-right: auto;
}

.image80 {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  height: auto;
}

.image-border {
  border: 1px solid #000000;
}

.image-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.image-rounded-corners {
  border-radius: 16px;
}

input {
  outline: none;
}

::placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
}

::-ms-input-placeholder {
  color: #000000;
}

svg {
  overflow: visible;
}

sub, sup {
  line-height: 0;
}

.backup-msg {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 153, 0, 0.7);
  font-family: Inter, sans-serif;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  /*max-width: 1200px;*/
  padding: 0;
  background-color: #FFFFFF;
  background-position: center 92px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-menu {
  display: none;
}

#top-header-wrapper {
  position: absolute;
  z-index: 50;
  top: 10px;
  right: 30px;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /* background-color: #000000;*/
  /*background-color: rgba(255, 255, 255, 1);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#top-header {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header-wrapper {
  position: fixed;
  z-index: 2990;
  width: 100%;
  height: 125px;
  top: 0;
  margin: 0 auto;
  border-bottom: 1px solid #E2D9CC;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: rgba(248, 244, 238, 0.97);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header-logo {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 30px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#header-logo svg, #header-logo img {
  border: none;
  width: 240px;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.header-search-wrapper {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search {
  position: relative;
  width: 365px;
  border: 1px solid #B89B6A;
  padding: 2px 4px 4px 4px;
  text-align: left;
  color: #6B6560;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search p {
  font-family: Inter, sans-serif;
  color: #E6EAEC;
  padding: 0;
  margin: 0.2em 0;
  font-size: 10px;
  font-weight: 400;
}

.header-search svg {
  color: #B89B6A !important;
  font-size: 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search svg {
  font-size: 14px;
}

.header-search svg:hover {
  color: #9A7E4F !important;
}

.search-left {
  float: left;
  width: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-right {
  float: right;
  width: 325px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-wrapper {
  position: absolute;
  z-index: 15;
  bottom: 30px;
  right: 30px;
}

.menu {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.menu ul a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #4A4540;
  padding: 6px 10px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.menu ul a:hover, .menu ul a.active, .menu ul li.main-menu-active a {
  color: #2A2A2A;
  background: #F0EBE2;
}

.menu ul li#mnu180 {
  display: none;
}

.menu ul li#mnu300 {
  display: none;
}

.menu ul li ul {
  display: none;
}

.menu ul li ul li {
  margin: 4px 0;
}

.menu ul li:hover ul {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px 2px;
  border-radius: 4px;
  background-color: rgba(248, 244, 238, 0.97);
}

.menu-cta {
  background: #B89B6A !important;
  color: #FFFFFF !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: background 0.2s !important;
}

.menu-cta:hover {
  background: #9A7E4F !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  flex-shrink: 0;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #2A2A2A;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  background: #F8F4EE;
  border-bottom: 1px solid #E2D9CC;
  padding: 16px 24px 24px;
  z-index: 99;
  box-shadow: var(--shadow-card);
}

.mobile-menu.open {
  display: block;
}

.mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-menu a {
  display: block;
  padding: 4px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #4A4540;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.mobile-menu a:hover {
  background: #F0EBE2;
  color: #2A2A2A;
}

.mobile-menu ul li ul a {
  padding-left: 32px;
  font-size: 0.8rem;
}

.mobile-menu .menu-cta {
  background: #B89B6A !important;
  color: #FFFFFF !important;
  text-align: center;
  font-weight: 600 !important;
  margin-top: 8px;
}

.header-feature-wrapper {
  margin-top: 125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-image-wrapper {
  width: 100%;
  position: relative;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-image-wrapper img, .feature-image-wrapper svg {
  width: 100%;
  height: auto;
}

.feature-image-title-wrapper {
  position: absolute;
  display: table;
  z-index: 20;
  width: 100%;
  max-width: 60%;
  top: 49%;
  left: 12.5%;
  transform: translate(0, -49%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-image-title {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-image-title h1 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: left;
  padding: 0;
  margin: 0;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
}

.feature-image-title h2 {
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 42px;
  color: #FFFFFF;
  text-align: left;
  padding: 4px 0 0 0;
  margin: 0;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
}

#feature-rotator-wrapper {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#feature-rotator-wrapper a {
  text-decoration: none !important;
}

#feature-rotator {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*#feature-rotator-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}*/
div.cycle-slideshow {
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.cycle-slideshow .slideshow_item {
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*div.cycle-slideshow .slideshow_item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000 !important;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%) !important;
}*/
div.cycle-slideshow .slideshow_item_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

div.cycle-slideshow .slideshow_item_video iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*div.cycle-slideshow .slideshow_item_video iframe {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}*/
div.custom-pager {
  position: absolute;
  z-index: 20;
  right: 2.6%;
  bottom: 2%;
  text-align: center;
  overflow: hidden;
  display: block;
  height: 10px;
}

div.custom-pager a {
  width: 10px;
  margin-left: 14px;
  line-height: 14px;
  height: 10px;
  display: block;
  float: left;
  background-color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.custom-pager a.cycle-pager-active {
  background-color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

div.custom-pager > * {
  cursor: pointer;
}

a.slideshow-prev, a.slideshow-next {
  position: absolute;
  top: 45%;
  z-index: 999;
  display: block;
  width: 31px;
  height: 29px;
  background-image: url(/images/imgSlideshowButtons.png);
  background-repeat: no-repeat;
  opacity: 0.1;
  cursor: pointer;
}

a.slideshow-prev {
  left: 1.5%;
  background-position: 0 0;
  float: left;
}

a.slideshow-prev:hover {
  opacity: 1;
}

a.slideshow-next {
  right: 1.5%;
  float: right;
  background-position: 0 -40px;
}

a.slideshow-next:hover {
  opacity: 1;
}

.cycle-overlay-wrapper {
  position: absolute;
  left: 30px;
  top: 240px;
  z-index: 15;
  width: 100%;
  max-width: 60%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cycle-overlay {
  position: relative;
  width: 100%;
}

.cycle-overlay-title {
  font-family: Inter, sans-serif;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  text-shadow: 2px 2px 4px #1E2D3B;
}

.cycle-overlay-subtitle {
  font-family: Inter, sans-serif;
  color: #FFFFFF;
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  text-shadow: 2px 2px 4px #1E2D3B;
}

.cycle-overlay-btn {
  padding: 20px 0 0 0;
  /* position: absolute;
  right: 15%;
  bottom: 25%;
  z-index: 1000;*/
}

.cycle-overlay-btn div {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF !important;
  background-color: #B89B6A !important;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  /*border: 4px solid $color-gold !important;*/
  text-decoration: none !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.cycle-overlay-btn div:hover {
  /*background-color: $color-gold !important;
  border: 4px solid $color-red !important;*/
  background-color: #9A7E4F !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.breadcrumbs-wrapper {
  width: 100%;
  padding: 0 0 2% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumbs {
  width: 100%;
  /* max-width: 770px;*/
  margin: 0 auto;
  font-size: 12px;
  font-family: Inter, sans-serif;
  color: #8C8C8C;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumbs a {
  color: #9A7E4F;
  text-decoration: none;
}

.breadcrumbs a:hover {
  /*color: $color-gold;*/
  text-decoration: underline;
}

.content-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  /* min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-footer-spacer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section {
  padding: 2% 0;
}

.section-alt {
  background: #F0EBE2;
}

.section-white {
  background: #FFFFFF;
}

.section-search, .section-mailing-list-security {
  margin-top: -2%;
  padding-bottom: 2%;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-wide {
  max-width: 100%;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.two-col-align-top {
  align-items: start;
}

.two-col.rev {
  direction: rtl;
}

.two-col.rev > * {
  direction: ltr;
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.three-col-align-top {
  align-items: start;
}

h1, h2, h3, h4 {
  font-family: Inter, sans-serif;
  line-height: 1.25;
}

h1 {
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B89B6A;
  margin-bottom: 12px;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #2A2A2A;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #2A2A2A;
}

h4 {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B6560;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  list-style-position: inside;
}

ul li::marker {
  font-size: 1.5rem;
  color: #B89B6A;
}

a {
  color: #9A7E4F;
  text-decoration: none;
}

a:hover {
  color: #2A2A2A;
}

.section-intro {
  font-size: 1.05rem;
  color: #4A4540;
  max-width: 640px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.section-second-intro {
  font-size: 1rem;
  color: #4A4540;
  max-width: 720px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.hero {
  padding: 100px 0 80px;
  background: #F8F4EE;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(184, 155, 106, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-bg {
  max-width: 30%;
  float: right;
  margin-top: 5rem;
}

.hero-content {
  max-width: 680px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(184, 155, 106, 0.12);
  border: 1px solid rgba(184, 155, 106, 0.3);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #9A7E4F;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  color: #2A2A2A;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
  text-transform: none;
}

.hero-title em {
  font-style: italic;
  color: #9A7E4F;
}

.hero-tagline {
  font-size: 1.15rem;
  font-weight: 500;
  color: #9A7E4F;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 560px;
}

.hero-body {
  font-size: 1.1rem;
  color: #4A4540;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 560px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #E2D9CC;
  font-size: 0.85rem;
  color: #6B6560;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-trust-item svg {
  width: 16px;
  height: 16px;
  stroke: #B89B6A;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.home-diff-grid {
  margin: 2% 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.home-diff-card {
  background: #FDFAF6;
  border: 1px solid #E2D9CC;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.home-diff-num {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(184, 155, 106, 0.25);
  line-height: 1;
  flex-shrink: 0;
  min-width: 40px;
  margin-top: -4px;
}

.home-diff-text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2A2A2A;
}

.home-diff-text p {
  font-size: 0.88rem;
  color: #4A4540;
  line-height: 1.65;
}

.home-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-svc-card {
  background: #FDFAF6;
  border: 1px solid #E2D9CC;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
  display: block;
}

.home-svc-card:hover {
  box-shadow: 0 4px 24px rgba(42, 42, 42, 0.08);
  transform: translateY(-2px);
  color: inherit;
}

.home-svc-icon {
  width: 40px;
  height: 40px;
  background: #F0EBE2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.home-svc-icon svg {
  width: 20px;
  height: 20px;
  stroke: #B89B6A;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-svc-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2A2A2A;
}

.home-svc-card p {
  font-size: 0.85rem;
  color: #6B6560;
  line-height: 1.6;
  margin-bottom: 0;
}

.callout {
  background: linear-gradient(135deg, #2A2A2A 0%, #3A3530 100%);
  border-radius: 24px;
  padding: 56px 64px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.callout::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 40px;
  font-family: Inter, sans-serif;
  font-size: 14rem;
  color: rgba(184, 155, 106, 0.12);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.callout blockquote {
  font-family: Inter, sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-style: italic;
  line-height: 1.55;
  color: #F8F4EE;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.callout cite {
  font-size: 0.85rem;
  color: #D4BC90;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.about-hero-wrapper {
  position: relative;
}

.about-hero-lbl {
  display: block;
}

.about-badge {
  position: absolute;
  bottom: 40px;
  right: -20px;
  background: #2A2A2A;
  color: #F8F4EE;
  padding: 16px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(42, 42, 42, 0.08);
}

.about-badge-num {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #B89B6A;
  line-height: 1;
  display: block;
}

.about-badge-lbl {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C4B5A0;
  margin-top: 4px;
  display: block;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1.5rem;
}

.faq-item {
  border: 1px solid #E2D9CC;
  border-radius: 8px;
  overflow: hidden;
}

.faq-q {
  background: #FDFAF6;
  border: none;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2A2A2A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background 0.2s;
}

.faq-q:hover {
  background: #F0EBE2;
}

.faq-q svg {
  width: 18px;
  height: 18px;
  stroke: #B89B6A;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  transition: transform 0.25s;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-item.open .faq-q svg {
  transform: rotate(180deg);
}

.faq-a {
  padding: 0 20px;
  font-size: 0.875rem;
  color: #4A4540;
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 4px 20px 18px;
}

.subsidies-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 2rem;
}

.subsidies-grid-single {
  grid-template-columns: 1fr;
}

.subsidies-card {
  background: #FDFAF6;
  border: 1px solid #E2D9CC;
  border-radius: 8px;
  padding: 28px;
}

.subsidies-tag {
  display: inline-block;
  background: rgba(104, 120, 85, 0.12);
  color: #687855;
  border-radius: 100px;
  padding: 3px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.subsidies-card h3 {
  font-size: 1.05rem;
  color: #2A2A2A;
  margin-bottom: 8px;
}

.subsidies-card p {
  font-size: 0.875rem;
  color: #4A4540;
  line-height: 1.7;
  margin-bottom: 0;
}

.rem-box {
  background: linear-gradient(135deg, rgba(184, 155, 106, 0.08) 0%, rgba(104, 120, 85, 0.06) 100%);
  border: 1px solid rgba(184, 155, 106, 0.3);
  border-radius: 16px;
  padding: 28px;
  margin-top: 2rem;
}

.rem-box h3 {
  font-size: 1.1rem;
  color: #2A2A2A;
  margin-bottom: 0.75rem;
}

.rem-box p {
  font-size: 0.9rem;
  color: #4A4540;
}

.rem-box ul {
  font-size: 0.9rem;
  line-height: 1.85;
}

.rem-box ul li::marker {
  font-size: 1rem;
  color: #4A4540;
}

.logo-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.logo-item {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #E2D9CC;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 0.85rem;
  color: #1A1A00;
  white-space: nowrap;
  width: 160px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.steps {
  display: flex;
  flex-direction: column;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: #E2D9CC;
}

.step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 18px 0;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 40px;
  height: 40px;
  background: #F8F4EE;
  border: 2px solid #B89B6A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #B89B6A;
  flex-shrink: 0;
}

.step-text h3 {
  margin-bottom: 4px;
  margin-top: 8px;
}

.step-text p {
  font-size: 0.875rem;
  color: #4A4540;
  margin-bottom: 0;
  line-height: 1.65;
}

.trust-bar {
  background: #2A2A2A;
  padding: 40px 0;
}

.trust-bar-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-item {
  color: #F8F4EE;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.85;
}

.trust-item svg {
  width: 18px;
  height: 18px;
  stroke: #B89B6A;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.trust-div {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-icon {
  width: 38px;
  height: 38px;
  background: #F0EBE2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  stroke: #B89B6A;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-text {
  font-size: 0.9rem;
  color: #4A4540;
  line-height: 1.6;
}

.contact-text strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B6560;
  margin-bottom: 3px;
}

.contact-get-directions {
  margin-top: 6px;
}

.contact-get-directions a {
  font-size: 0.82rem;
  color: #9A7E4F;
  font-weight: 500;
}

.contact-parking {
  background: #F0EBE2;
  border: 1px solid #E2D9CC;
  border-radius: 8px;
  padding: 16px 20px;
}

.contact-parking-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 4px;
}

.contact-parking p {
  font-size: 0.82rem;
  color: #4A4540;
  margin-bottom: 0;
}

.contact-first-step-wrapper {
  margin-top: 24px;
  text-align: center;
}

.contact-first-step-wrapper p {
  font-size: 0.92rem;
  color: #4A4540;
  margin-bottom: 16px;
}

.contact-first-step-wrapper .btn-group {
  justify-content: center !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2rem 0;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  line-height: 1;
}

p + p a.btn {
  margin: 0;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #B89B6A;
  color: #FFFFFF !important;
  box-shadow: 0 4px 16px rgba(184, 155, 106, 0.35);
}

.btn-primary:hover {
  background: #9A7E4F;
  color: #FFFFFF !important;
  box-shadow: 0 6px 20px rgba(154, 126, 79, 0.4);
}

.btn-form {
  margin: 0.1rem 0;
}

.btn-outline {
  background: transparent;
  color: #2A2A2A;
  border: 1.5px solid #2A2A2A;
}

.btn-outline:hover {
  background: #2A2A2A;
  color: #FFFFFF;
}

.btn-ghost {
  background: transparent;
  color: #9A7E4F;
  border: 1.5px solid #B89B6A;
}

.btn-ghost:hover {
  background: #B89B6A;
  color: #FFFFFF;
}

.btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-group a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

footer {
  background: #1E1C1A;
  color: #C4B5A0;
  padding: 48px 0 32px;
  font-size: 0.85rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand svg {
  width: 240px;
  height: auto;
  margin-bottom: 14px;
}

.footer-brand h4 {
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F8F4EE;
  margin-bottom: 14px;
}

.footer-brand p {
  font-size: 0.82rem;
  line-height: 1.7;
  opacity: 0.75;
}

.footer-col h4 {
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F8F4EE;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col ul a {
  color: #C4B5A0;
  font-size: 0.82rem;
  opacity: 0.8;
  transition: color 0.2s;
}

.footer-col ul a:hover {
  color: #D4BC90;
  opacity: 1;
}

#footer-social-media-icons-wrapper {
  width: 100%;
  padding-top: 4%;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer-social-media-icons {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer-social-media-icons ul {
  list-style-type: none;
  text-align: left;
  clear: left;
  margin: 0;
  padding: 0;
}

#footer-social-media-icons ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 15px 5px;
  font-size: 16px;
  line-height: 26px;
  font-family: Inter, sans-serif;
  color: #FFFFFF;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer-social-media-icons ul li:first-of-type {
  margin-left: 0;
}

#footer-social-media-icons ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-social-media-icons ul li a svg {
  font-size: 16px;
  color: #C4B5A0;
  width: auto;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer-social-media-icons ul li a:hover svg {
  color: #9A7E4F;
}

.footer-mailing-list-wrapper {
  width: 100%;
  margin: 0 auto 40px auto;
  max-width: 940px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mailing-list {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-mailing-list-wrapper input::placeholder {
  color: #9A7E4F !important;
  opacity: 1;
}

.footer-mailing-list-wrapper input:-ms-input-placeholder {
  color: #9A7E4F !important;
}

.footer-mailing-list-wrapper input::-ms-input-placeholder {
  color: #9A7E4F !important;
}

.footer-mailing-list-wrapper .formerror {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #FFCCCB !important;
}

.mailing-list-block {
  /*  display: inline-block;*/
  vertical-align: top;
  padding-bottom: 5%;
  /*padding-right: 3%;
  width: 33%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mailing-list-block-3 {
  padding-right: 0;
}

.mailing-list-title {
  font-family: Inter, sans-serif;
  /* font-size: 14px;*/
  font-weight: 700;
  color: #D4BC90;
  text-decoration: none;
  margin: 0;
  padding-bottom: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
  opacity: 0.6;
  color: #C4B5A0;
}

.footer-bottom a:hover {
  text-decoration: underline;
  color: #D4BC90;
}

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

.credit {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.credit p {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #C4B5A0;
  margin: 0;
  padding: 3px 0;
  text-align: center;
}

.credit a {
  color: #C4B5A0;
  text-decoration: none;
}

.credit a:hover {
  text-decoration: underline;
  color: #D4BC90;
}

.formerror {
  color: #CC0000 !important;
}

p.formerror {
  color: #CC0000 !important;
}

.formok {
  color: #009900 !important;
}

p.formok {
  color: #009900 !important;
}

.RadNumericTextBox_Label {
  font-family: Inter, sans-serif;
  color: #565656;
  font-size: 14px;
}

.FormAjax_RadDatePicker {
  margin-left: -13px;
}

.FormBox {
  font-family: Inter, sans-serif;
  color: #636466;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #E2D9CC;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  width: 100%;
  max-width: 600px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.FormBox_short {
  max-width: 140px;
}

.FormBox_extrashort {
  max-width: 100px;
}

.FormBox_disabled {
  opacity: 0.5;
  background-color: transparent;
}

.FormBox:hover {
  border: 1px solid #B89B6A;
}

.FormBox_Subscribe {
  color: #C4B5A0;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #C4B5A0;
  margin: 0;
  padding: 6px 0;
  background-color: transparent;
}

.FormBox_Subscribe:hover {
  border: none;
  border-bottom: 1px solid #C4B5A0;
}

.FormBox_Search {
  color: #6B6560;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.FormBox_Search:hover {
  border: none;
}

.FormBox_multiline {
  width: 100%;
  max-width: 600px;
  padding: 5px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.FormBox_multiline:hover {
  border: 1px solid #B89B6A;
}

.FormBox .racInput {
  padding: 0 !important;
  text-indent: 0 !important;
}

.FormBox .racTokenList {
  padding: 0 !important;
}

.FormBox .racHovered, .FormBox .racFocused {
  box-shadow: none !important;
}

.FormRadioButton {
  font-family: Inter, sans-serif;
  color: #636466;
  font-size: 12px;
  font-weight: 300;
  border: none;
  margin: 0;
  padding: 0;
}

.FormRadioTable {
  font-family: Inter, sans-serif;
  color: #636466;
  font-size: 12px;
  font-weight: 300;
  border: none;
  margin: 0;
  padding: 0;
}

.FormRadioButtonList {
  font-family: Inter, sans-serif;
  color: #636466;
  border: none;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.FormRadioButtonList li {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  width: 40%;
  margin: 0 !important;
  padding: 0 !important;
}

.FormRadioButtonList_flow li {
  width: auto;
  margin-right: 15px !important;
}

.FormRadioButtonList_noflow li {
  width: 100%;
  white-space: initial;
}

.FormRadioButtonList input {
  margin: 0 !important;
  padding: 0 !important;
}

.FormRadioButtonList label {
  font-weight: 300 !important;
  font-size: 14px;
  margin: 0 5px 0 5px !important;
  padding: 0 !important;
  color: #636466 !important;
}

.FormCheckBoxWrapper {
  margin: 20px 0;
}

.FormCheckBox {
  font-family: Inter, sans-serif;
  color: #636466;
  font-size: 14px;
  font-weight: 300 !important;
  border: none;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
}

.FormCheckBox input {
  margin: 0 !important;
  padding: 0 !important;
}

.FormCheckBox label {
  font-weight: 300 !important;
  font-size: 14px;
  color: #636466 !important;
}

.FormCheckBoxList {
  font-family: Inter, sans-serif;
  color: #636466;
  border: none;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.FormCheckBoxList li {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  width: 40%;
  margin: 0 !important;
  padding: 0 !important;
}

.FormCheckBoxList_flow li {
  width: auto;
  margin-right: 15px !important;
}

.FormCheckBoxList_noflow li {
  width: 100%;
  white-space: initial;
}

.FormCheckBoxList input {
  margin: 0 !important;
  padding: 0 !important;
}

.FormCheckBoxList label {
  font-weight: 300 !important;
  font-size: 14px;
  margin: 0 5px 0 5px !important;
  padding: 0 !important;
  color: #636466 !important;
}

.FormComboxBox {
  font-size: 12px;
  margin-left: -13px;
  width: 100%;
  min-width: 350px;
}

.FormSelectBox {
  font-family: Inter, sans-serif;
  color: #636466;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #E6EAEC;
  margin: 5px 0 0 0;
  padding: 5px;
}

.FormSelectBox:hover {
  border: 1px solid #B89B6A;
}

.FormButtonWrapper {
  padding: 1% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.FormButton {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF !important;
  background-color: #2A2A2A !important;
  padding: 8px 20px;
  height: 36px;
  /*line-height: 36px;*/
  border: none;
  /*border: 4px solid $color-gold !important;*/
  text-decoration: none !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.FormButton:hover {
  background-color: #B89B6A !important;
  color: #2A2A2A !important;
}

.FormButton_Subscribe {
  font-size: 14px;
  color: #2A2A2A !important;
  background-color: #FFFFFF !important;
}

.FormButton_Subscribe:hover {
  color: #2A2A2A !important;
  background-color: #B89B6A !important;
}

.FormButton_Search {
  display: none !important;
}

p.form-title {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0 0;
  padding-bottom: 0;
}

.footer-block p.form-title {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: normal;
  color: #B89B6A;
}

p.form-sub-title {
  font-size: 12px;
  font-weight: 400;
  margin: 0.5em 0 0.2em 0;
  line-height: normal;
}

span.form-sub-title {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.FormTable {
  margin: 0 0 0 10px;
  padding: 0;
}

.FormTable td {
  margin: 0;
  padding: 5px 0 15px 0;
  font-family: Inter, sans-serif;
  color: #003F58;
  font-size: 12px;
}

.FormTable td.smalltext {
  font-size: 10px;
}

.two-factor-auth-qr-code {
  width: 300px;
  height: auto;
}

.search-data-pager {
  display: none;
}

.password-requirement {
  display: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.password-requirement ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.password-requirement ul li span {
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.password-requirement ul li.not-completed {
  color: #CC0000;
}

.password-requirement ul li.completed {
  color: #009900;
}

.password-requirement ul li.not-completed span::before {
  display: contents;
  font: var(--fa-font-light);
  content: "\f00d";
}

.password-requirement ul li.completed span::before {
  display: contents;
  font: var(--fa-font-light);
  content: "\f00c";
}

div.clear {
  clear: both;
}

.google-map {
  margin: 0;
  width: 100%;
  height: 0;
  /* padding-bottom: calc(100% * 2/5);*/
  padding-bottom: 350px;
  overflow: hidden;
  visibility: hidden;
}

.google-map iframe, .google-map object, .google-map embed {
  width: 100%;
  height: 100%;
}

.google-map-label {
  font-size: 12px;
  color: #FFFFFF;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-wrapper {
  margin: 2em 0;
}

.search-item-wrapper {
  margin: 2em 0;
}

.horizontal-rule {
  border-top: 1px solid #DDDDDD;
  width: 100%;
  height: 1px;
  margin: 1em 0;
}

.vertical-spacer {
  height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vertical-spacer-small {
  margin: 2% 0;
}

.vertical-spacer-medium {
  margin: 4% 0;
}

.vertical-spacer-large {
  margin: 6% 0;
}

.search-spider-links {
  display: none;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

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

.font-weight-black {
  font-weight: 900;
}

.font-size-small {
  font-size: small;
}

.font-size-smaller {
  font-size: smaller;
}

.font-small-caps {
  font-variant: small-caps !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-max-width-90 {
  max-width: 90%;
  display: block;
}

.font-max-width-80 {
  max-width: 80%;
  display: block;
}

.color-gold {
  color: #B89B6A !important;
}

.color-gold-dark {
  color: #9A7E4F !important;
}

.color-gold-light {
  color: #D4BC90 !important;
}

.color-charcoal {
  color: #2A2A2A !important;
}

.color-charcoal-mid {
  color: #4A4540 !important;
}

.color-charcoal-light {
  color: #6B6560 !important;
}

.color-taupe {
  color: #C4B5A0 !important;
}

.color-olive {
  color: #687855 !important;
}

.color-dark-grey {
  color: #636466;
}

.color-mid-grey {
  color: #8C8C8C;
}

.color-light-grey {
  color: #E6EAEC;
}

.color-warning {
  color: #CC0000;
}

.color-ok {
  color: #009900;
}

.color-bg-light-grey {
  background-color: #E6EAEC;
}

.h2-icon {
  float: left;
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.grecaptcha-badge {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

@media (max-width: 1150px) {
  .menu ul {
    display: none;
  }
  .header-search-wrapper {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  #header-wrapper {
    height: 90px;
  }
  #header-logo {
    bottom: 5px;
  }
  #header-logo svg, #header-logo img {
    width: 160px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .two-col, .two-col.rev {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 16px;
  }
  .hero-bg {
    display: none;
  }
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .three-col {
    grid-template-columns: 1fr 1fr;
  }
  .home-diff-grid {
    grid-template-columns: 1fr;
  }
  .home-svc-list {
    grid-template-columns: 1fr;
  }
  .subsidies-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .checklist-grid {
    grid-template-columns: 1fr;
  }
  .callout {
    padding: 36px 28px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .home-svc-grid {
    grid-template-columns: 1fr;
  }
  .three-col {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 64px 0 48px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .trust-div {
    display: none;
  }
  .trust-bar-inner {
    gap: 16px;
  }
}
@media only screen and (max-width: 1599px) {
  #header-logo {
    left: 20px;
  }
  .menu ul li {
    font-size: 14px;
  }
  .cycle-overlay-wrapper {
    position: absolute;
    left: 150px;
    top: 35%;
    transform: translateY(-35%);
  }
  .cycle-overlay-title {
    font-size: 28px;
    text-shadow: 2px 2px 4px #1E2D3B;
  }
  .cycle-overlay-subtitle {
    font-size: 28px;
    text-shadow: 2px 2px 4px #1E2D3B;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    background-color: #FFFFFF;
  }
  #wrapper {
    background-position: center 80px;
  }
  .feature-image-title-line-wrapper {
    width: 20%;
  }
  .feature-image-top-spacer {
    height: 20px;
  }
  /*.feature-image-bottom-spacer {
      height: 50px;
  }*/
  .feature-image {
    top: 15%;
  }
  .cycle-overlay-wrapper {
    left: 20px;
    top: 10%;
    transform: translateY(-10%);
    max-width: 50%;
  }
  .cycle-overlay-line {
    display: none;
  }
  .cycle-overlay-title {
    font-size: 24px;
  }
  .cycle-overlay-subtitle {
    font-size: 24px;
  }
  .cycle-overlay-btn div {
    font-size: 12px;
    padding: 0 34px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 30px 0 30px;
  }
  #feature-rotator-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 959px) {
  .feature-image-title-wrapper {
    top: 25%;
    transform: translate(0, -25%);
    left: 20px;
  }
  .feature-image-bottom-spacer {
    height: 40px;
  }
  .feature-image-title-line-wrapper {
    display: none;
  }
  .feature-image-title h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .feature-image-title h2 {
    font-size: 34px;
  }
  #wrapper {
    min-width: 300px;
    width: 100%;
    border: none;
  }
  .FormBox {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
  }
  .FormBox_Search {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  .FormBox_Subscribe {
    padding-left: 0;
  }
  .FormBox_multiline {
    width: 100%;
    background-color: #FFFFFF;
  }
  .FormCheckBox {
    font-size: 14px;
  }
  .FormSelectBox {
    font-size: 14px;
    padding: 8px;
  }
  .FormButton {
    font-size: 16px;
  }
  #footer-wrapper {
    padding: 3% 0;
  }
  .footer-block {
    display: block;
    width: 100%;
  }
  .footer-mailing-list {
    width: 100%;
  }
  .footer-block-2 {
    width: 100%;
  }
  .footer-block-3 {
    width: 100%;
  }
  #footer-social-media-icons ul {
    text-align: left;
  }
  #footer-social-media-icons ul li {
    text-align: left;
    margin: 5px 20px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cycle-overlay-wrapper {
    max-width: calc(70% - 20px);
  }
  div.Column33 {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .feature-image-title h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .feature-image-title h2 {
    font-size: 24px;
  }
  .cycle-overlay-wrapper {
    left: 0;
    max-width: 100%;
    padding: 0 20px;
  }
  .cycle-overlay-title {
    font-size: 20px;
  }
  .cycle-overlay-subtitle {
    font-size: 20px;
  }
  .cycle-overlay-btn div {
    font-size: 12px;
    padding: 0 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 0 24px 0 24px;
  }
  /*    .header-spacer-search {
          width: 100%;
      }

      .header-spacer-search .search-right {
          width: calc(100% - 40px);
      }*/
  /*  #feature-image-title h1 {
          font-size: 24px;
      }

      #feature-image-title h2 {
          font-size: 12px;
      }

      .cycle-overlay-title {
          font-size: 24px;
      }

      .cycle-overlay-subtitle {
          font-size: 12px;
      }*/
  #footer {
    padding: 0 20px;
  }
  .footer-mailing-list-wrapper {
    width: 100%;
    margin: 2% 0 5% 0;
    max-width: 100%;
  }
  .mailing-list-block {
    display: block;
    padding: 0 0 2% 0;
    width: 80%;
  }
  .mailing-list-title {
    padding-bottom: 2%;
  }
  .FormBox_Subscribe {
    padding: 10px 0;
  }
  .load-more-btn {
    max-width: 80%;
  }
  .google-map {
    padding-bottom: 80%;
  }
  div.Column80Centred {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /*  #feature-image-title h1 {
          font-size: 16px;
      }

      #feature-image-title h2 {
          font-size: 8px;
      }

      .cycle-overlay-wrapper {
          display: none;
      }

      .cycle-overlay-title {
          font-size: 16px;
      }

      .cycle-overlay-subtitle {
          font-size: 10px;
      }

      .cycle-overlay-btn div {
          font-size: 8px;
      }*/
  .google-map {
    padding-bottom: 60%;
  }
  div.Column25 {
    width: 100%;
  }
}
@media only screen and (max-width: 319px) {
  div.cycle-slideshow .slideshow_item div {
    font-size: 9px;
  }
  div.Column20 {
    width: 100%;
  }
}
@media print {
  .menu {
    display: none;
  }
  #header {
    display: none;
  }
  #leftmenu {
    display: none;
  }
  #wrapper {
    width: 550px;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    left: 2px;
    position: absolute;
    top: 0px;
  }
  .content {
    width: 550px;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    left: 2px;
    position: absolute;
    top: 0px;
  }
  .content img {
    align: auto;
  }
  #footer {
    display: none;
  }
}

/*# sourceMappingURL=screen.min.css.map */
