@import url("https://use.typekit.net/hpf2msq.css");
.blue-bg {
  background: #003049;
  color: white; }

.pale-bg {
  background: #ccebe9; }

.pink-bg {
  background: #f5e9f1; }

.lightgreen-bg {
  background: #ecf5d8; }

.white-text {
  color: white; }

.green-border {
  border-top: 10px solid #A1CD3A;
  border-bottom: 10px solid #A1CD3A; }

.container.full-width {
  width: 100%;
  max-width: 1400px; }

.pagination a {
  color: #003049; }
.pagination span {
  color: #999; }
.pagination .page-item.active .page-link {
  background: white;
  color: #00857C; }
.pagination .page-link {
  border: 0px; }

.breadcrumb .breadcrumb-item {
  font-size: 16px; }
  .breadcrumb .breadcrumb-item a {
    color: #003049;
    font-weight: 600; }
.breadcrumb .breadcrumb-item::before {
  float: right;
  padding-left: .5rem;
  padding-right: 0;
  color: #003049;
  content: "\00BB"; }

html {
  font-size: 21px;
  overflow-x: hidden; }
  @media screen and (max-width: 1199px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 16px; } }

body {
  font-family: montserrat, sans-serif;
  color: #003049;
  overflow-x: hidden; }

a {
  text-decoration: none; }

button {
  border: 0;
  appearance: none;
  cursor: pointer; }

img {
  max-width: 100%; }

strong {
  font-weight: 800; }

.montserrat {
  font-family: montserrat, sans-serif; }

.congenial, h1,
h2,
h3,
h4, .section-title, .button, .nav, .retail-locator .map-results .name, .tab-section .tab-toggle, .listing-card .card-title {
  font-family: congenial, sans-serif; }

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.25rem; } }

.section-title {
  font-size: 1.7rem;
  line-height: 1.2em; }
  @media screen and (max-width: 767px) {
    .section-title {
      font-size: 1.5rem; } }

.small-title {
  font-size: 1.5rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .small-title {
      font-size: 1.35rem; } }

.tiny-title, p.tiny-title {
  font-size: 1.2rem; }

.large-text {
  font-size: 1.3rem;
  line-height: 1.2em; }

.button {
  background: #A1CD3A;
  color: #003049;
  display: inline-block;
  padding: 6px 30px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 13px; }
  @media screen and (max-width: 600px) {
    .button {
      font-size: 18px;
      padding: 4px 24px; } }
  .button:hover {
    background: #87ad2f;
    color: #003049; }
  .button.large-button {
    font-size: 24px;
    padding: 7px 19px; }
    @media screen and (max-width: 991px) {
      .button.large-button {
        font-size: 22px; } }
  .button.purple-button {
    background: #9a4980;
    color: white; }
    .button.purple-button:hover {
      background: #7a3965; }
  .button.darkgreen-button {
    background: #7b9f28;
    color: white; }
    .button.darkgreen-button:hover {
      background: #5b761d; }
  .button.teal-button {
    background: #00857C;
    color: white; }
    .button.teal-button:hover {
      background: #01605a; }

.green-border {
  border-bottom: 10px solid #A1CD3A; }
  .green-border-top {
    border-top: 6px solid #A1CD3A; }

.teal-underline {
  border-bottom: 3px solid #00857C; }

.green-underline {
  border-bottom: 3px solid #A1CD3A; }

.square-image {
  width: 100%;
  padding-top: 100%;
  /* creates square */
  position: relative; }

.square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.nav {
  border-bottom: 10px solid #00857C; }
  .nav .navbar-brand {
    width: 30%;
    max-width: 180px; }
  .nav .logo {
    width: 100%;
    max-width: 180px; }
  .nav .nav-link {
    color: #003049; }
    .nav .nav-link:hover {
      color: #00857C; }

.navbar-toggler {
  height: 40px;
  padding-right: 0px; }
  .navbar-toggler i {
    font-size: 34px; }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0; }

.search-toggle {
  padding: 10px 0px;
  background-color: transparent;
  border: 0px;
  margin-right: 4px !Important; }

.search-input {
  width: 0;
  opacity: 0;
  margin-left: 0.5rem;
  transition: all 0.3s ease; }

.search-box.active .search-input {
  width: 320px;
  opacity: 1;
  font-size: 18px;
  padding-left: .75rem !important;
  padding-right: .75rem !important; }

.eyebrow {
  font-size: 16px; }
  .eyebrow .button {
    font-size: 16px; }
  .eyebrow .eyebrow-link {
    color: #003049; }
    .eyebrow .eyebrow-link:hover {
      color: #00857C; }

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; } }
@media (min-width: 992px) {
  .navigation {
    align-items: flex-end; }

  .eyebrow {
    justify-content: flex-end; }

  .navbar-nav {
    justify-content: flex-end; } }
@media (max-width: 991px) {
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: stretch !important; }

  .navbar-nav {
    flex-direction: column !important; }

  .submenu-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem 1rem;
    background: #e9e9e9; }

  .dropdown-menu {
    display: block !important;
    position: static;
    border: none;
    padding-left: 1rem;
    max-height: 0px;
    overflow: hidden;
    padding: 0px; }
    .dropdown-menu.show {
      max-height: 220px; }
    .dropdown-menu li:first-child {
      padding-top: 10px; }

  .nav-item {
    border-bottom: 2px solid grey;
    padding-right: 30px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative; }
    .nav-item .nav-link {
      padding-top: 0px;
      padding-bottom: 0px; }

  .eyebrow {
    order: 2;
    padding-top: 1rem;
    flex-direction: column;
    align-items: stretch; }

  .eyebrow > * {
    width: 100%; }

  .search-input {
    width: 100% !important;
    opacity: 1 !important;
    margin-top: 0.5rem; }

  .nav-container {
    position: absolute;
    top: 100%;
    z-index: 99;
    background: white;
    right: 0px;
    padding: 0px 20px 40px;
    width: 420px;
    max-width: 100%;
    min-height: 100vh;
    box-shadow: -6px 5px 10px -9px;
    opacity: 1;
    transition: all .3s ease;
    transform: translateX(0);
    border-top: 10px solid #00857c; }
    .nav-container:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      left: 100%;
      top: 0;
      background: white; }
    .nav-container:not(.show) {
      display: block;
      opacity: 0;
      transform: translateX(60%); } }
.prefooter .content-icon {
  width: 50px; }

.footer {
  background-size: cover;
  border-bottom: 0px; }
  .footer a:hover {
    color: #A1CD3A; }
  .footer p {
    font-size: 16px; }
  .footer .copy {
    margin-top: 30px; }
    .footer .copy p {
      margin-bottom: 0px; }
    .footer .copy a {
      color: white; }

.hero {
  border-bottom: 10px solid #00857C; }

.home-hero, .fancy-hero {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #A1CD3A; }
  .home-hero.teal-bg, .fancy-hero.teal-bg {
    background-color: #00998f; }
  .home-hero.purple-bg, .fancy-hero.purple-bg {
    background-color: #9a4980; }
  .home-hero .flower-bg, .fancy-hero .flower-bg {
    background-size: cover;
    background-repeat: no-repeat; }
  .home-hero .hero-title, .fancy-hero .hero-title {
    font-size: calc(1.875rem + 2vw); }
  .home-hero .hero-text, .fancy-hero .hero-text {
    max-width: 400px; }
  .home-hero .subpage-title, .fancy-hero .subpage-title {
    font-size: calc(1.875rem + 1vw);
    line-height: 1.1em; }
  .home-hero .white-text .breadcrumb-item a, .fancy-hero .white-text .breadcrumb-item a {
    color: white; }
  .home-hero .white-text .breadcrumb-item::before, .fancy-hero .white-text .breadcrumb-item::before {
    color: white; }
  @media screen and (max-width: 767px) {
    .home-hero, .fancy-hero {
      background-image: none !important; } }

.section-intro.text-center {
  max-width: 900px;
  margin: auto; }

.video-container {
  max-width: 991px;
  margin: 0 auto; }

.video-container .ratio {
  overflow: hidden;
  border-radius: 20px; }

.home-links .square-image {
  border-radius: 30px;
  border: 3px solid #00857C;
  overflow: hidden;
  margin-bottom: 20px; }
@media screen and (max-width: 767px) {
  .home-links .col-md-6 {
    max-width: 320px; } }

.social-post .social-content {
  max-width: 676px;
  margin: 0 auto; }
.social-post .social-icon {
  width: 50px; }

.custom-input {
  border-radius: 14px;
  border: 3px solid #003049;
  padding: 5px 15px;
  width: 100%;
  max-width: 100%; }

.custom-search {
  display: inline-block;
  position: relative;
  max-width: 100%; }
  .custom-search input {
    border-radius: 14px;
    border: 3px solid #003049;
    padding: 5px 15px;
    width: 400px;
    max-width: 100%; }
  .custom-search button {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0px;
    height: 100%;
    padding: 0px 11px;
    color: #00857C; }

.filter-icons .filter-item:hover span {
  color: #00857C; }
.filter-icons .filter-item.active .svg .circle path:first-child {
  fill: #f5e9f1 !important; }
.filter-icons .filter-item.active .svg .circle path:last-child {
  fill: #67214a !important; }
.filter-icons .filter-item.active span {
  color: #00857C; }
.filter-icons .filter-item .svg {
  max-width: 115px;
  margin-bottom: 15px; }
.filter-icons .filter-item span {
  display: block;
  font-weight: 600;
  line-height: 1.3em;
  color: #003049; }

.filter-tabs .tab-container {
  border-bottom: 10px solid #00857C; }
.filter-tabs .tab-link {
  appearance: none;
  border: 0px;
  background: #ccebe9;
  padding: 5px 14px;
  font-size: 18px;
  font-weight: 600;
  color: #003049; }
  .filter-tabs .tab-link.active {
    background: #ecf5d8; }
.filter-tabs .form-check {
  display: inline-block;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 22px; }
  .filter-tabs .form-check .form-check-input {
    position: absolute;
    opacity: 0; }
    .filter-tabs .form-check .form-check-input:checked + .form-check-label::before {
      background: #9a4980;
      border-color: #003049; }
  .filter-tabs .form-check .form-check-label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600; }
    .filter-tabs .form-check .form-check-label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      width: 18px;
      height: 18px;
      border: 2px solid #888;
      border-radius: 50%;
      background: #fff;
      transition: all 0.15s ease-in-out; }

.result-plant img {
  width: 100%;
  border: 4px solid #00857C;
  border-radius: 24px; }
.result-plant p {
  color: #003049; }

.plant-page .left-column {
  position: relative; }
  .plant-page .left-column .section-title {
    padding-left: 15px; }
  .plant-page .left-column:before {
    position: absolute;
    background: #ecf5d8;
    right: 100%;
    width: 100%;
    content: "";
    height: 100%;
    top: 0; }
  @media screen and (max-width: 991px) {
    .plant-page .left-column:after {
      position: absolute;
      background: #ecf5d8;
      left: 100%;
      width: 100%;
      content: "";
      height: 100%;
      top: 0; } }

.plant-images {
  margin-bottom: 40px; }

.plant-slider {
  position: relative; }
  .plant-slider .plant-slide {
    position: relative; }
    .plant-slider .plant-slide img {
      width: 100%; }
    .plant-slider .plant-slide .slide-caption {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
      background: rgba(0, 49, 74, 0.8);
      color: white;
      padding: 6px;
      font-size: 18px; }
  .plant-slider .slick-dots {
    padding-top: 10px;
    padding-bottom: 4px;
    position: relative;
    bottom: 0px; }
  .plant-slider .slick-dots li button:before {
    content: "";
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #003049;
    background: white; }
  .plant-slider .slick-dots .slick-active button:before {
    background: #A1CD3A; }
  .plant-slider .slide-prev, .plant-slider .slide-next {
    position: absolute;
    top: 46%;
    width: 20px;
    cursor: pointer; }
  .plant-slider .slide-prev {
    left: 3px; }
  .plant-slider .slide-next {
    right: 3px; }

.feature-icons .feature-icon {
  margin-bottom: 16px; }
  .feature-icons .feature-icon .svg {
    width: 37px;
    margin-right: 5px; }
  .feature-icons .feature-icon span {
    font-size: 17px;
    font-weight: 600; }

.plant-detail {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.75rem; }
  .plant-detail .key {
    flex: 0 0 140px;
    font-weight: 600;
    line-height: 1.4; }
  .plant-detail span, .plant-detail p {
    margin: 0;
    flex: 1;
    line-height: 1.4;
    font-size: 16px; }
  .plant-detail span {
    display: inline-flex; }
  .plant-detail .value {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: auto;
    min-width: 0; }
  .plant-detail.icon-detail .icon img, .plant-detail.icon-detail .icon svg {
    width: 30px; }
  .plant-detail.size-detail img {
    display: inline-block;
    width: 110px; }
  .plant-detail.size-detail .size-content {
    display: flex;
    align-items: center;
    gap: 2rem; }
  .plant-detail.size-detail .size-text {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .plant-detail.size-detail .size-text strong {
      display: block;
      font-weight: 600; }
  @media screen and (max-width: 600px) {
    .plant-detail {
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 0; }
      .plant-detail .key {
        font-size: 1.2rem;
        flex: none; } }

.plant-description p {
  font-size: 16px; }

.plant-care p {
  font-size: 16px; }
.plant-care img {
  width: 100%;
  max-width: 100px;
  display: block;
  margin: 20px auto; }

.accordions .accordion {
  border-bottom: 3px solid #A1CD3A; }
  .accordions .accordion.active {
    background: #f5e9f1; }
    .accordions .accordion.active .fas {
      color: #00857C;
      transform: translateY(-50%) rotate(270deg); }
.accordions .accordion-title {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 25px;
  cursor: pointer;
  padding-left: 15px; }
  .accordions .accordion-title p {
    margin-bottom: 0px; }
  .accordions .accordion-title .fas {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s ease; }
.accordions .accordion-content {
  display: none;
  padding: 8px 15px;
  padding-right: 25px; }

.icon-accordions .accordion {
  border-bottom: 2px solid #00857C; }

.icon-accordions .accordion-title {
  padding-left: 80px; }
  .icon-accordions .accordion-title p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px; }
  .icon-accordions .accordion-title img {
    position: absolute;
    width: 68px;
    padding: 8px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.icon-accordions .accordion-content {
  padding-left: 80px; }
  .icon-accordions .accordion-content p {
    font-size: 16px; }

.retail-locator .col-lg-5 {
  max-height: 566px;
  overflow: scroll; }
  .retail-locator .col-lg-5::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    /* Vertical scrollbar width */
    height: 0px;
    /* Horizontal scrollbar height */ }
  .retail-locator .col-lg-5::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the track */ }
  .retail-locator .col-lg-5::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
.retail-locator .custom-search input {
  font-size: 16px; }
.retail-locator .search-text {
  font-size: 14px;
  font-weight: 600; }
.retail-locator .map-result {
  border-top: 4px solid #A1CD3A; }
.retail-locator .map-results p {
  font-size: 16px; }
.retail-locator .map-results .name a, .retail-locator .map-results .map-contact a {
  color: #00857C; }
.retail-locator .map-results .map-contact a {
  font-weight: 600; }
.retail-locator .map-results .name {
  position: relative;
  font-size: 23px;
  padding-left: 34px;
  padding-top: 9px; }
  .retail-locator .map-results .name img {
    position: absolute;
    width: 27px;
    left: 0;
    top: 0; }
.retail-locator .map-results .button {
  font-size: 18px; }

.landing-about .d-flex {
  flex-direction: column; }

.worry-free {
  width: 380px;
  margin: 20px auto 30px;
  display: block; }

.partner-logo {
  max-width: 220px;
  margin: 0 auto 15px;
  display: block;
  width: 100%; }

.tab-section .tab-toggle {
  text-align: center;
  text-decoration: none;
  display: block;
  background: white;
  border: 4px solid #00AA9E;
  color: #003049;
  border-radius: 16px;
  padding: 20px 12px;
  font-size: 1.4rem;
  line-height: 1.3em; }
  .tab-section .tab-toggle:hover {
    background: #ECF5D8; }
  .tab-section .tab-toggle.active {
    background: #00AA9E;
    color: white; }
.tab-section .tab-panel img {
  border: 4px solid #00AA9E;
  border-radius: 16px; }
.tab-section .tab-panel .d-flex {
  flex-direction: column; }
  .tab-section .tab-panel .d-flex .button-container {
    margin-top: auto; }
.tab-section .tab-panel p {
  margin-bottom: 1.5em; }

.map-selection .button {
  margin-right: 15px;
  min-width: 280px;
  text-align: center; }

.subpage-header {
  border-bottom: 10px solid #00857C; }

.plain-title p a {
  color: #67214a; }

.icon-content .icon {
  width: 140px;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 5px; }

.checklist-item {
  position: relative;
  padding-left: 38px; }
  .checklist-item .checkbox {
    position: absolute;
    left: 2px;
    top: 1.2rem;
    width: 20px;
    height: 20px;
    border: 3px solid #003049; }

.card-listing .col-md-6 {
  border: 10px solid transparent;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .card-listing .col-md-6 {
      border: 5px solid transparent; } }

.listing-card {
  background: #ccebe9;
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 20px; }
  .listing-card .image-container {
    width: 100%; }
    .listing-card .image-container img {
      width: 100%;
      aspect-ratio: 7/5;
      object-fit: cover; }
  .listing-card hr {
    border-top: 4px solid #a1cd3a;
    opacity: 1; }
  .listing-card .card-content {
    padding: 20px 42px;
    display: flex;
    height: 100%;
    flex-direction: column; }
    @media screen and (max-width: 1199px) {
      .listing-card .card-content {
        padding: 20px 30px; } }
  .listing-card .card-title {
    font-size: 1.3rem;
    line-height: 1.2em;
    color: #003049; }
  .listing-card p {
    color: #003049;
    font-size: 17px;
    font-weight: 500; }
  .listing-card .card-link {
    padding-top: 8px; }
  .listing-card .card-link a {
    color: #67214a;
    font-size: 18px;
    font-weight: 600; }
    .listing-card .card-link a i {
      margin-left: 10px;
      transition: all .2s ease; }
    .listing-card .card-link a:hover i {
      transform: translateX(2px); }

.testimonial-listing .thumbnail-container {
  display: inline-block;
  border-radius: 24px;
  background: #ccebe9;
  width: 100%;
  position: relative; }
  .testimonial-listing .thumbnail-container .thumbnail {
    object-fit: contain;
    aspect-ratio: 1 / 1;
    object-position: center;
    width: 100%; }
  .testimonial-listing .thumbnail-container .play {
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.testimonial-listing .testimonial-source {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 30px; }
  .testimonial-listing .testimonial-source a {
    color: #003049; }
  .testimonial-listing .testimonial-source i {
    font-size: 28px; }

.flower-list {
  list-style-type: none; }
  .flower-list li {
    font-size: 18px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 28px; }
  .flower-list .flower-bullet {
    position: absolute;
    width: 32px;
    left: -40px; }

.image-content figure {
  max-width: 520px;
  margin: 0 auto; }
.image-content .photo {
  position: relative;
  display: inline-block;
  border-radius: 24px;
  overflow: hidden; }
.image-content .photo-credit {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 49, 74, 0.8);
  color: white;
  padding: 6px;
  font-size: 18px; }
.image-content figcaption {
  text-align: left;
  margin-top: 10px;
  font-size: 16px; }
.image-content .col-md-7 p {
  font-size: 18px; }
.image-content .col-md-7 .small-title {
  font-size: 1.5rem;
  line-height: 1.2em; }
  @media screen and (max-width: 767px) {
    .image-content .col-md-7 .small-title {
      font-size: 1.2rem; } }
.image-content .col-md-7 {
  display: flex;
  flex-direction: column; }

/* Registered-trademark / trademark symbols rendered smaller and raised */
.trademark {
  font-size: 0.55em;
  vertical-align: 0.35em;
  line-height: 0; }

/* Umbraco Forms - WorryFree theme (default Forms stylesheet intentionally not loaded) */
.umbraco-forms-hidden {
  display: none !important; }
.umbraco-forms-worryfree .umbraco-forms-field {
  margin-bottom: 1rem; }
.umbraco-forms-worryfree .umbraco-forms-field-wrapper .custom-input {
  width: 100%; }
.umbraco-forms-worryfree .field-validation-error {
  display: block;
  margin-top: 0.35rem;
  color: #b3261e; }
.umbraco-forms-worryfree .input-validation-error {
  border-color: #b3261e; }

/*# sourceMappingURL=main.css.map */
