/* Add here all your css styles (customizations) */
#ui-datepicker-div {
  /* Show date picker calender above main menu */
  z-index: 1051 !important;
}

.edgeplfix::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.pac-container {
  z-index: 10000 !important;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.no-wrap-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

.version-header-cont {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 200;
}

.version-header {
  color: white;
  background: #72c02c;
  margin: 0px auto;
  text-align: center;
}

#mapContainer {
  margin: 0;
  padding: 0;
  height: 400px;
}

#agMapContainer {
  margin: 0;
  padding: 0;
  height: 80vh;
}

#map {
  height: 100%;
  width: 100%;
}

#searchContainer {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 90%;
  height: 50px;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 35px;
}

.btNav-footer {
  height: 120px;
  color: #fff;
  background: #fff;
  border: 1px solid #eee;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}

.btNav-footer-cont {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.u-slider-v1.ui-slider {
  height: 0.8em;
}

#hexagons {
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}
.hexagons-list:after {
  content: '';
  display: block;
  clear: both;
}
#hexagons li {
  position: relative;
  list-style-type: none;
  float: left;
  overflow: hidden;
  visibility: hidden;
  transform: rotate(-60deg) skewY(30deg);
}
#hexagons li * {
  position: absolute;
  visibility: visible;
}
#hexagons li > a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  transform: skewY(-30deg) rotate(60deg);
  backface-visibility: hidden;
}

#hexagons li > span {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  transform: skewY(-30deg) rotate(60deg);
  backface-visibility: hidden;
}

/* HEX CONTENT */
#hexagons li img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  image-rendering: crisp-edges;
}

#hexagons a h1 {
  width: 100%;
  padding: 0 5%;
  font-size: 0.7em;
  background-color: #72c02c;
  background-color: rgba(114, 192, 44, 0.8);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  transition: top 0.2s ease-out, bottom 0.2s ease-out, 0.2s padding 0.2s ease-out;
}

#hexagons li h1 {
  bottom: 110%;
  font-weight: bold;
  font-size: 1em;
  padding-top: 100%;
  padding-bottom: 100%;
}

#hexagons li h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 45%;
  width: 10%;
  text-align: center;
  z-index: 1;
  border-bottom: 2px solid #fff;
  bottom: 50%;
  padding-bottom: 10%;
}

/* HOVER EFFECT  */

#hexagons li a:hover h1 {
  bottom: 50%;
  padding-bottom: 10%;
}

@media (min-width: 1201px) {
  #hexagons li {
    width: 21.444%; /* = (100-3.5) / 4.5 */
    padding-bottom: 24.763%; /* =  width /0.866 */
  }
  #hexagons li:nth-child(8n + 5),
  #hexagons li:nth-child(8n + 6),
  #hexagons li:nth-child(8n + 7),
  #hexagons li:nth-child(8n + 8) {
    margin-top: -5.298%;
    margin-bottom: -5.298%;
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
  }
  #hexagons li:nth-child(8n + 5):last-child,
  #hexagons li:nth-child(8n + 6):last-child,
  #hexagons li:nth-child(8n + 7):last-child,
  #hexagons li:nth-child(8n + 8):last-child {
    margin-bottom: 0;
  }
  #hexagons li:nth-child(8n + 5) {
    margin-left: 0.5%;
  }
  #hexagons li:nth-child(4n + 2) {
    margin-left: 1%;
    margin-right: 1%;
  }
  #hexagons li:nth-child(4n + 3) {
    margin-right: 1%;
  }
}

@media (max-width: 1200px) and (min-width: 601px) {
  #hexagons li {
    width: 27.857%; /* = (100-2.5) / 3.5 */
    padding-bottom: 32.168%; /* =  width /0.866 */
  }
  #hexagons li:nth-child(6n + 4),
  #hexagons li:nth-child(6n + 5),
  #hexagons li:nth-child(6n + 6) {
    margin-top: -7.322%;
    margin-bottom: -7.322%;
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
  }
  #hexagons li:nth-child(6n + 4):last-child,
  #hexagons li:nth-child(6n + 5):last-child,
  #hexagons li:nth-child(6n + 6):last-child {
    margin-bottom: 0;
  }
  #hexagons li:nth-child(6n + 4) {
    margin-left: 0.5%;
  }
  #hexagons li:nth-child(3n + 2) {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 600px) {
  #hexagons li {
    width: 39.4%; /* = (100-1.5) / 2.5 */
    padding-bottom: 45.496%; /* =  width /0.866 */
  }
  #hexagons li:nth-child(4n + 3),
  #hexagons li:nth-child(4n + 4) {
    margin-top: -10.392%;
    margin-bottom: -10.392%;
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
  }
  #hexagons li:nth-child(4n + 3):last-child,
  #hexagons li:nth-child(4n + 4):last-child {
    margin-bottom: 0;
  }
  #hexagons li:nth-child(4n + 3) {
    margin-left: 0.5%;
  }
  #hexagons li:nth-child(2n + 2) {
    margin-left: 1%;
  }
}

.g-color-secondary {
  color: #00255a !important;
}

.g-brd-secondary {
  border-color: #00255a !important;
}

.nav-link.active {
  border-spacing: 20px 0;
}

.u-nav-v5-2 .nav-link.active {
  border-bottom-width: 3px;
  border-color: #72c02c;
}

.text-bold {
  font-weight: bold !important;
}

@media only screen and (min-width: 600px) {
  .g-py-50 {
    padding-top: 0;
  }
}

.promo-block {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-right: auto;
  margin-left: auto;
}
.hero-container {
  background-color: rgb(38, 23, 17);
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: opacity 600ms ease-in-out 0s;
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 666px;
}

.hero-img {
  transform: scaleX(1);
  object-fit: cover;
  padding-bottom: 0px;
  height: 100%;
  width: 100%;
  min-height: 666px;
  display: block;
}

@media only screen and (max-width: 600px) {
  .tabs-container {
    padding-top: 0 !important;
  }

  .hero-container {
    visibility: hidden;
  }
}

[class*='u-nav-v5'].u-nav-dark .nav-link.active {
  border-color: #72c02c;
  color: #72c02c;
}

@media (max-width: 768px) {
  .tab-pane {
    margin-bottom: 3rem !important;
  }
}

#map {
  background-size: cover;
  height: 100%;
  width: 100%;
}

.gm-ui-hover-effect {
  display: none !important;
}

/*------------------------------------
  Toasts
------------------------------------*/
/*------------------------------------
  Toasts v1
------------------------------------*/
[class*="noty_theme__unify--v1"] {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1.57143rem;
}

.noty_theme__unify--v1--dark {
  background-color: #2e3c56;
}

.noty_theme__unify--v1--light {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.noty_type__success.noty_theme__unify--v1 {
  background-color: #72c02c;
}

.noty_type__info.noty_theme__unify--v1 {
  background-color: #1d75e5;
}

.noty_type__error.noty_theme__unify--v1 {
  background-color: #e62154;
}

.noty_type__warning.noty_theme__unify--v1 {
  background-color: #e6a821;
}

.noty_body {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

[class*="noty_theme__unify--v1"] .noty_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.noty_theme__unify--v1--light .noty_body {
  color: #41464B;
}

.noty_body__icon {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

.noty_body__icon::before {
  display: block;
}

.noty_body__icon > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.noty_theme__unify--v1 .noty_body__icon {
  background-color: rgba(245, 249, 249, 0.2);
}

.noty_theme__unify--v1--dark .noty_body__icon {
  background-color: rgba(245, 249, 249, 0.1);
}

.noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {
  color: #72c02c;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {
  color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {
  color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {
  color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_body__icon {
  background-color: rgba(28, 201, 228, 0.15);
  color: #72c02c;
}

.noty_theme__unify--v1--light.noty_type__info .noty_body__icon {
  background-color: rgba(29, 117, 229, 0.15);
  color: #1d75e5;
}

.noty_theme__unify--v1--light.noty_type__error .noty_body__icon {
  background-color: rgba(230, 33, 84, 0.15);
  color: #e62154;
}

.noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {
  background-color: rgba(230, 168, 33, 0.15);
  color: #e6a821;
}

[class*="noty_theme__unify--v1"] .noty_close_button {
  top: 14px;
  right: 14px;
  width: 0.85714rem;
  height: 0.85714rem;
  line-height: 0.85714rem;
  background-color: transparent;
  font-weight: 300;
  font-size: 1.71429rem;
  color: #fff;
  border-radius: 0;
}

.noty_theme__unify--v1--light .noty_close_button {
  color: #cad6d6;
}

.noty_progressbar {
  height: 0.5rem !important;
}

.noty_theme__unify--v1 .noty_progressbar {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {
  background-color: #72c02c;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {
  background-color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {
  background-color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {
  background-color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_progressbar {
  background-color: rgba(28, 201, 228, 0.15);
}

.noty_theme__unify--v1--light.noty_type__info .noty_progressbar {
  background-color: rgba(29, 117, 229, 0.15);
}

.noty_theme__unify--v1--light.noty_type__error .noty_progressbar {
  background-color: rgba(230, 33, 84, 0.15);
}

.noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {
  background-color: rgba(230, 168, 33, 0.15);
}

.typed-words:after {
  content: '|';
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: lighter;
  color: #787878;
}
.typed-cursor {
  display: none;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.g-opacity-0 {
  opacity: 0 !important; }

.g-top-7 {
  top: 0.5rem !important;
}

.g-right-7 {
  right: 0.5rem !important;
}
