:root {
  --dark-green: #086837;
  --dark-slate-grey: #363836;
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #363836;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--dark-green);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

li {
  padding-bottom: 7px;
}

.geo-header {
  z-index: 100;
  position: relative;
}

.geo-navbar {
  background-color: #f7f6ed;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.geo-brand {
  float: none;
  max-width: 200px;
  display: inline-block;
}

.geo-navmenu {
  float: none;
  padding-top: 51px;
}

.geo-navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.geo-navlink {
  color: #363836;
  margin-left: 5px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 21px;
  transition: color .4s;
}

.geo-navlink:hover {
  color: #1f9b5c;
}

.geo-navlink.w--current {
  color: var(--dark-green);
}

.geo-navlink.geo-dropdown {
  padding-right: 20px;
}

.geo-search-holder {
  justify-content: flex-end;
  padding-bottom: 7px;
  display: flex;
}

.geo-search-formblock {
  margin-bottom: 0;
}

.geo-search-field {
  background-image: url('../images/magnifier-tool.png');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #ccc;
  height: 34px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 32px;
}

.geo-search-field::placeholder {
  color: #ccc;
}

.geo-menu-mobile {
  display: none;
}

.geo-dropdown-arrow {
  margin-right: 5px;
}

.geo-drowdown-list {
  background-color: #fff;
  border-radius: 6px;
  width: 720px;
  transform: translate(-250px);
  box-shadow: 0 1px 3px #00000029;
}

.geo-drowdown-list.one-column {
  width: 250px;
  left: 50%;
  transform: translate(-50%);
}

.geo-drodown-list-arrow {
  border-bottom: 10px solid #fff;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -9px auto auto 320px;
}

.geo-drodown-list-arrow.centered {
  left: 50%;
  transform: translate(-50%);
}

.geo-dropdown-list-inner {
  justify-content: space-between;
  padding: 20px 15px 15px;
  display: flex;
}

.geo-drodopdown-cols {
  flex-direction: column;
  width: 23%;
  display: flex;
}

.geo-drodopdown-cols.cols1 {
  width: 100%;
}

.geo-drodopdown-cols-subtitlelink {
  color: #222;
  cursor: default;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: opacity .3s;
}

.geo-drodopdown-cols-subtitlelink:hover {
  opacity: .8;
}

.geo-drodopdown-cols-subtitlelink.w--current {
  cursor: none;
}

.geo-drodopdown-cols-links {
  color: #363836;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .3s;
}

.geo-drodopdown-cols-links:hover {
  opacity: .8;
}

.geo-home-hero {
  background-image: url('../images/home-hero-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.geo-container {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.geo-homehero-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.geo-homehero-leftblock {
  color: #fff;
  background-color: #000000b3;
  width: 580px;
  height: 350px;
  padding: 30px;
  font-size: 17px;
  line-height: 25px;
}

.h1-hero {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 900;
  line-height: 50px;
}

.geo-homehero-rightform {
  background-color: #f7f6ed;
  width: 350px;
  height: 350px;
  padding: 25px;
}

.geo-subtitle-box {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.geo-hero-form-block {
  margin-bottom: 0;
}

.geo-labels {
  font-weight: 400;
}

.geo-fields {
  background-color: #fff;
  border-radius: 2px;
  height: 46px;
  margin-bottom: 15px;
}

.geo-fields.textarea {
  height: auto;
  min-height: 120px;
}

.geo-submit {
  background-color: var(--dark-green);
  text-align: center;
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.geo-submit.half-width {
  width: 48%;
}

.geo-submit.half-width.for-mobile {
  display: none;
}

.geo-submit.stoke {
  border: 1px solid var(--dark-green);
  color: var(--dark-green);
  background-color: #fff;
}

.geo-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.geo-section.home-middle {
  padding-top: 30px;
}

.geo-home-boxes-holder {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.geo-home-boxes {
  background-color: #f7f6ed;
  border: 1px solid #ddd;
  width: 48%;
  margin-top: 40px;
}

.geo-home-boxes-h3 {
  color: #111;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 22px;
  line-height: 28px;
}

.geo-home-boxes-inner {
  padding: 24px 24px 10px;
}

.geo-home-boxes-inner.ver2 {
  padding-bottom: 24px;
}

.geo-home-boxes-photo-holder {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.geo-home-boxes-photo-img {
  max-width: 120%;
  min-height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.geo-home-boxes-photo-img.logo {
  max-width: 90%;
  min-height: auto;
  max-height: 90%;
}

.geo-home-boxes-subtitle {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.geo-homebox-slider {
  background-color: #0000;
  height: 410px;
}

.hideme {
  display: none;
}

.geo-home-boxes-slide-nav {
  font-size: 12px;
}

.geo-home-boxes-photo-holder-innertext {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.geo-home-boxes-photo-holder-innertext.inner {
  padding-left: 10px;
  padding-right: 10px;
}

.geo-bold-link {
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}

.geo-footer {
  text-align: center;
  background-color: #f7f6ed;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}

.geo-footer-brand {
  max-width: 200px;
}

.geo-footer-flex {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.geo-footer-links {
  color: #333;
  padding: 2px 10px;
  text-decoration: none;
  transition: opacity .3s;
}

.geo-footer-links:hover {
  opacity: .6;
}

.geo-footer-copyright {
  color: #aaa;
}

.geo-innercontent-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.geo-innercontent-left {
  flex: 1;
  padding-right: 50px;
}

.geo-innercontent-right {
  flex: none;
  width: 300px;
}

.geo-innercontent-right.wider {
  width: 330px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 54px;
}

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

.heading {
  line-height: 28px;
}

.geo-inner-rightbox {
  background-color: #f7f6ed;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 24px;
  position: relative;
}

.geo-texnotes {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.padtop-30 {
  padding-top: 30px;
}

.mar-bot-25 {
  margin-bottom: 25px;
}

.link {
  text-decoration: none;
}

.geo-box-placeholder {
  background-color: var(--dark-green);
  width: 100%;
  padding-bottom: 56%;
}

.geo-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.geo-flex.canada-list {
  padding-top: 10px;
}

.geo-flex-cols {
  width: 47%;
}

.geo-faq-block {
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 25px;
}

.geo-faq-block.first {
  border-top: 1px solid #ddd;
}

.geo-faq-question {
  cursor: pointer;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.geo-faq-question-text {
  flex: 1;
}

.geo-faq-question-icon {
  opacity: .5;
  width: 16px;
  margin-top: 5px;
  margin-left: 20px;
}

.geo-faq-question-icon.default {
  transform: rotate(180deg);
}

.geo-faq-answer {
  padding-top: 10px;
  overflow: hidden;
}

.geo-customer-map {
  margin-bottom: 30px;
  position: relative;
}

.geo-customer-map-sample {
  background-image: url('../images/map.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.geo-map-pin {
  position: absolute;
  inset: 60% auto auto 50%;
}

.geo-map-pin.pin2 {
  top: 25%;
  left: 25%;
}

.geo-map-pin.open {
  z-index: 10;
}

.geo-map-pin-icon {
  width: 30px;
  position: relative;
}

.geo-map-pin-pop {
  background-color: #fff;
  border-radius: 6px;
  width: 350px;
  position: absolute;
  inset: auto auto 40px 50%;
  transform: translate(-50%);
  box-shadow: 0 1px 3px #00000026;
}

.geo-map-pin-pop-inner {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
}

.geo-map-pin-pop-arrow {
  border-top: 10px solid #fff;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto -9px 50%;
  transform: translate(-50%);
}

.geo-map-pin-pop-location {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.geo-map-testitext {
  margin-bottom: 15px;
}

.geo-map-pin-pop-service {
  color: var(--dark-green);
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}

.geo-form-box {
  background-color: #f7f6ed;
  border: 1px solid #ddd;
  padding: 24px;
}

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

.geo-form-rows {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5px;
  display: flex;
}

.geo-form-rows-cols {
  flex: 1;
  width: 49%;
}

.geo-form-rows-cols.cols2 {
  flex: 0 auto;
  width: 48%;
}

.ge-family-top {
  padding-bottom: 35px;
}

.geo-family-tabs {
  display: flex;
}

.geo-family-tabs-menu {
  border-top: 1px solid #ddd;
  flex-direction: column;
  flex: none;
  order: 1;
  width: 330px;
  display: flex;
}

.geo-family-tabs-content {
  flex: 1;
}

.geo-family-tabs-pane {
  background-color: #656765;
  height: 100%;
}

.geo-family-tabs-link {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-top-width: 0;
  align-items: flex-start;
  padding: 20px 20px 20px 23px;
  display: flex;
}

.geo-family-tabs-link.w--current {
  background-color: #fff;
}

.geo-family-tabs-link-icon {
  width: 36px;
  margin-right: 20px;
}

.geo-family-tabs-link-right {
  flex: 1;
}

.geo-family-tabs-link-name {
  font-size: 18px;
  font-weight: 700;
}

.geo-family-tabs-pane-desctiobblock {
  z-index: 10;
  color: #fff;
  background-color: #000000a6;
  padding: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.geo-family-tabs-pane-desctiobblock-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.geo-family-tabs-pane-desctiobblock-h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.geo-home-profile {
  border-bottom: 1px solid #ddd;
}

.geo-home-profile-item {
  padding-bottom: 12px;
}

.geo-home-data-box {
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
}

.geo-home-data-row {
  justify-content: space-between;
  padding: 8px 15px;
  display: flex;
}

.geo-home-data-row.total {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  font-weight: 700;
}

.geo-home-data-row.last {
  padding-bottom: 15px;
}

.geo-home-data-row.top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-weight: 700;
}

.geo-home-data-row.first {
  padding-top: 15px;
}

.geo-home-data-row-left {
  flex: 1;
  padding-right: 8px;
}

.geo-home-data-row-price {
  text-align: right;
}

.geo-family-slider-holder {
  display: none;
}

.geo-calculator-tabs {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.geo-calculator-tabs-link {
  color: #aaa;
  text-align: center;
  border: 1px solid #ddd;
  border-right-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.geo-calculator-tabs-link.current {
  border-width: 2px;
  border-color: var(--dark-green);
  color: var(--dark-green);
  font-weight: 700;
}

.geo-calculator-tabs-link.last {
  border-right-width: 1px;
}

.geo-calculator-tabs-link.last.current {
  border-right-width: 2px;
}

.geo-calculator-block {
  width: 100%;
  min-width: 0;
  max-width: 640px;
  padding-top: 10px;
}

.geo-form-label-flex {
  align-items: center;
  display: flex;
}

.geo-form-label-flex-helpicon {
  z-index: 5;
  width: 18px;
  margin-bottom: 8px;
  margin-left: 5px;
  position: relative;
}

.geo-form-label-flex-help-infobox {
  color: #fff;
  background-color: #000c;
  border-radius: 5px;
  width: 200px;
  padding: 14px;
  font-size: 12px;
  line-height: 18px;
  display: none;
  position: absolute;
  inset: auto auto 30px 50%;
  transform: translate(-50%);
}

.geo-form-label-flex-help-infobox-arrow {
  border-top: 8px solid #000c;
  border-left: 8px solid #0000;
  border-right: 8px solid #0000;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: auto auto -8px 50%;
  transform: translate(-50%);
}

.h3-calc {
  margin-top: 25px;
  margin-bottom: 10px;
}

.geo-calc-textblock {
  padding-bottom: 15px;
}

.geo-calculator-button-holder {
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.geo-calculator-button-holder.no-bordertop {
  border-top-width: 0;
  padding-top: 10px;
}

.geo-small-container {
  width: 100%;
  min-width: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.geo-small-container.acenter {
  text-align: center;
}

.geo-calculated-block {
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
  width: 100%;
  max-width: 760px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.geo-calculated-block.first {
  border-top: 1px solid #ddd;
}

.geo-calculated-block-left {
  flex: 1;
  padding-right: 120px;
  position: relative;
}

.geo-calculated-block-button {
  z-index: 5;
  color: #a4a4a4;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 30px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.geo-calculated-block-viewless {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% 5px auto auto;
  transform: translate(0, -50%);
}

.geo-calculated-block-viewless.close {
  opacity: 0;
  display: none;
}

.geo-calculated-block-viewless-icon {
  opacity: .5;
  width: 12px;
  margin-left: 5px;
  transform: rotate(180deg);
}

.geo-calculated-block-viewmore {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.geo-calculated-block-viewmore.open {
  opacity: 0;
}

.geo-calculated-block-viewmore-icon {
  opacity: .5;
  width: 12px;
  margin-left: 5px;
}

.geo-calculated-hide {
  margin-bottom: 0;
  padding-top: 25px;
  overflow: hidden;
}

.fc-green {
  color: var(--dark-green);
}

.geo-blog-list-wrap {
  border-top: 1px solid #ddd;
}

.geo-blog-list {
  color: var(--dark-slate-grey);
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.geo-blog-list-title {
  text-decoration: none;
  display: block;
}

.h3-bloglist {
  color: var(--dark-slate-grey);
  margin-top: 0;
}

.geo-rightblog-box {
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 5px;
}

.geo-rightblog-box-h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.geo-rightblog-box-items {
  padding-top: 7px;
  padding-bottom: 7px;
}

.link-dark {
  color: var(--dark-slate-grey);
}

.link-dark:hover {
  color: #888a88;
}

.geo-blogpost-line {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.padbot-20 {
  padding-bottom: 20px;
}

.padbot-10 {
  padding-bottom: 10px;
}

.geo-lastupdate {
  margin-top: 5px;
}

.geo-img-float-right {
  padding-bottom: 10px;
}

.geo-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.text-block {
  font-size: 19px;
}

.image {
  margin-bottom: -26px;
}

.button {
  color: #f7f6ed;
  text-align: center;
  width: 250px;
}

.button.button-2 {
  background-color: #6bb629;
  width: 250px;
  margin-top: 14px;
}

.image-2 {
  margin-top: -55px;
  margin-bottom: -56px;
}

.boxed {
  padding: 25px;
}

.button-2 {
  text-align: center;
  width: 250px;
}

.button-2.w--current {
  background-color: #bb3f49;
}

.image-3, .div-block {
  text-align: center;
}

.image-4 {
  padding-left: 40px;
}

.meet {
  margin-bottom: 34px;
}

.paragraph {
  padding-top: 132px;
}

.link-2 {
  color: #266fdd;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-areas: "Area"
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       ".";
}

html.w-mod-js [data-ix="faq-answer-initialize"] {
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="tooltip-initialize"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="calculated-initialize"] {
  height: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .geo-navmenu {
    z-index: 100;
    background-color: #fff;
    width: 100%;
    padding: 0 14px 14px;
    overflow: auto;
  }

  .geo-menu-button {
    opacity: .8;
    background-image: url('../images/menu.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .geo-menu-button.w--open {
    z-index: 1001;
    opacity: .54;
    background-color: #0000;
    background-image: url('../images/cancel-music-2.png');
    background-position: 50% 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 12px;
  }

  .geo-navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .geo-navlink {
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    padding: 13px 9px;
  }

  .geo-navlink.geo-dropdown, .geo-navlink.geo-dropdown.w--open {
    border-bottom-width: 0;
  }

  .geo-search-holder {
    border-bottom: 1px solid #ddd;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .geo-search-formblock {
    flex: 1;
  }

  .geo-search-field {
    width: 100%;
    height: 40px;
  }

  .geo-menu-mobile {
    z-index: 100;
    color: #111;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    position: sticky;
    inset: 0% 0% auto;
  }

  .geo-menu-button-icon {
    display: none;
  }

  .geo-menu-button-close {
    width: 18px;
    display: none;
  }

  .geo-drowdown-list.w--open {
    box-shadow: none;
    transform: none;
  }

  .geo-tomenu-dropdown {
    border-bottom: 1px solid #ddd;
  }

  .geo-dropdown-list-inner {
    padding-top: 15px;
  }

  .geo-homehero-leftblock {
    width: 60%;
  }

  .h1-hero {
    font-size: 40px;
    line-height: 46px;
  }

  .geo-homehero-rightform {
    width: 38%;
  }

  .geo-home-boxes {
    width: 49%;
  }

  .geo-home-boxes-h3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .geo-home-boxes-photo-holder-innertext {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .geo-bold-link {
    font-weight: 700;
    text-decoration: none;
  }

  .h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .geo-family-tabs-menu {
    width: 310px;
  }

  .geo-img-float-right {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .geo-navlink.geo-dropdown {
    border-bottom-width: 0;
  }

  .geo-navlink.geo-dropdown.w--open {
    padding-bottom: 0;
  }

  .geo-drowdown-list.w--open {
    width: 100%;
  }

  .geo-dropdown-list-inner {
    flex-direction: column;
  }

  .geo-drodopdown-cols {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .geo-drodopdown-cols.last, .geo-drodopdown-cols.cols1 {
    border-bottom-width: 0;
  }

  .geo-drodopdown-cols-subtitlelink {
    border-bottom-width: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .geo-home-hero {
    background-image: none;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .geo-homehero-flex {
    flex-direction: column;
  }

  .geo-homehero-leftblock {
    color: #333;
    background-color: #0000;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-hero {
    font-size: 34px;
    line-height: 42px;
  }

  .geo-homehero-rightform {
    width: 100%;
  }

  .geo-submit.half-width.for-desktop {
    display: none;
  }

  .geo-submit.half-width.for-mobile {
    display: block;
  }

  .geo-section.home-middle {
    padding-top: 0;
  }

  .geo-home-boxes {
    width: 100%;
  }

  .geo-footer {
    text-align: left;
  }

  .geo-footer-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .geo-footer-links {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .geo-innercontent-left {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .geo-innercontent-right {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
  }

  .geo-innercontent-right.wider {
    width: 100%;
  }

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

  .geo-flex-cols {
    width: 100%;
  }

  .geo-map-pin-pop, .geo-family-tabs {
    display: none;
  }

  .geo-family-tabs-link-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .geo-family-slider-holder {
    display: block;
  }

  .geo-family-slider {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    width: 100%;
    height: 700px;
  }

  .geo-family-slider-slide-nav {
    font-size: 12px;
  }

  .geo-family-slider-slides-inner {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .geo-family-slider-slides-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 175px;
    padding-top: 15px;
    padding-bottom: 50px;
    display: flex;
  }

  .geo-family-slider-leftright-nav {
    color: #333;
    width: 70px;
    height: 40px;
    font-size: 14px;
    inset: auto 0% 60px auto;
  }

  .geo-family-slider-leftright-nav.left {
    top: auto;
    left: 0%;
    right: auto;
  }

  .geo-family-slider-slides-top {
    background-color: #666;
    flex: 1;
    position: relative;
  }

  .geo-family-slider-leftright-nav-icon {
    margin-left: 20px;
    margin-right: 20px;
    inset: 10px 0% auto auto;
  }

  .geo-family-slider-leftright-nav-icon.left {
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .geo-calculator-tabs-link.current {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .geo-navlink.geo-dropdown {
    border-bottom-width: 0;
  }

  .geo-tomenu-dropdown {
    border-bottom-width: 1px;
  }

  .geo-homehero-rightform {
    padding-left: 15px;
    padding-right: 15px;
  }

  .geo-subtitle-box {
    text-align: center;
  }

  .geo-subtitle-box.formbox {
    text-align: left;
  }

  .geo-submit.half-width.v2 {
    width: 100%;
  }

  .mobile-hide {
    display: none;
  }

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

  .geo-homebox-slider {
    height: 370px;
  }

  .geo-home-boxes-photo-holder-innertext {
    font-size: 16px;
  }

  .geo-innercontent-right.wider {
    flex: 0 auto;
  }

  .geo-inner-rightbox {
    padding: 20px;
  }

  .hideme-on-mobile {
    display: none;
  }

  .geo-faq-question {
    font-size: 17px;
  }

  .geo-faq-question-icon.default {
    margin-left: 15px;
  }

  .geo-form-rows-cols.cols2 {
    width: 100%;
  }

  .geo-family-tabs-pane-desctiobblock {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .geo-family-tabs-pane-desctiobblock-h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .geo-family-tabs-pane-desctiobblock-h4 {
    font-size: 16px;
  }

  .geo-calculator-tabs {
    flex-direction: column;
  }

  .geo-calculator-tabs-link {
    border-width: 1px;
    width: 100%;
    margin-top: 10px;
  }

  .geo-calculated-block-left {
    padding-right: 50px;
  }

  .geo-calculated-block-button {
    width: 40px;
  }

  .geo-calculated-block-button-text {
    display: none;
  }
}


