
    .nav-1g32_ ul.breadCrumb {
      display: flex;
      flex-direction: row
    }
.nav-1g32_ ul.breadCrumb li + li:before {
        content: "/\A0";
      }
.nav-1g32_ ul.breadCrumb li {
        padding: 0 2px
      }
.nav-1g32_ ul.breadCrumb li label:last-child {
          font-weight: bold;
        }
.nav-1g32_ ul.breadCrumb li a {
          text-decoration: underline;
        }


  .header-2v3Mx {
    position: fixed;
    width: 100%;
    z-index: 20;
    background-color: white
  }
.header-2v3Mx .titlelink:hover {
      text-decoration: none;
    }
.header-2v3Mx .title {
      margin-left: 12px;
      font-size: 1rem;
    }
.header-2v3Mx .menu-icon {
      width: 20px;
      margin-left: auto;
      padding: 10px 0;
      cursor: pointer;
    }
.header-2v3Mx .nav {
      display: none;
    }
.header-2v3Mx .mobile-nav {
      top: 75px;
      right: 20px;
      position: fixed;
      display: block;
      background-color: white;
      padding: 10px;
      border: 1px solid #ffd5d4
    }
.header-2v3Mx .mobile-nav ul {
        display: block;
      }
.header-2v3Mx .mobile-nav li {
        padding: 10px;
      }
@media screen and (min-width: 780px) {
      .header-2v3Mx .title {
        padding: 8px 16px;
        font-size: 1.5rem;
        font-weight: 600;
      }

      .header-2v3Mx .menu-icon {
        display: none;
      }

      .header-2v3Mx .nav {
        margin-left: auto;
        display: flex
      }
        .header-2v3Mx .nav ul {
          display: flex;
        }
        .header-2v3Mx .nav li {
          margin-left: 20px;
        }
    }


    .footer-2xHUE .nav {
      display: block;
      justify-content: space-around
    }
.footer-2xHUE .nav .heading {
        font-style: normal;
      }
.footer-2xHUE .nav .links a {
          text-decoration: underline
        }
.footer-2xHUE .nav .links a:hover {
            color: var(--color-text-inverse);
          }
.footer-2xHUE .copyright {
      text-align: center;
    }
@media screen and (min-width: 780px) {
      .footer-2xHUE .nav {
        display: flex;
      }
  }

.main-3D4o- {
  min-height: 200px;
  padding-top: 70px;
}

.articleBreadcrumbContainer-2S9RT {
  display: flex;
  flex-direction: row
}
.articleBreadcrumbContainer-2S9RT .backBtn {
      width: 95px;
      height: 35px;
      border-radius: 3px;
      color: var(--color-text-secondary);
      background: var(--color-bg-inverse);
      margin: 10px 0px 10px 10px;
    }


    .searchBar-D__yM .search-bar-inner {
      display: flex;
      justify-content: center;
      align-items: center;
    }
.searchBar-D__yM .search-bar-heading {
      display: none;
      font-size: 1.125rem;
      font-style: italic;
      font-weight: 500;
      padding-right: 20px;
    }
.searchBar-D__yM .search-form {
      display: flex
    }
.searchBar-D__yM .search-form .auto-suggestions {
        position: relative
      }
.searchBar-D__yM .search-form .auto-suggestions ul {
          width: 200px;
          max-height: 87.5px;
          overflow-y: auto;
          border: 1px solid var(--color-text-default-soft);
          text-align: left;
          position: absolute;
          top: 100%;
          background-color: var(--color-bg-default)
        }
.searchBar-D__yM .search-form .auto-suggestions ul li {
            padding-left: 5px;
          }
.searchBar-D__yM .search-form .auto-suggestions ul .active-option,
          .searchBar-D__yM .search-form .auto-suggestions ul li:hover {
            background-color: var(--color-bg-primary);
          }
.searchBar-D__yM .search-form .auto-suggestions .input-field {
          width: 200px;
          height: 35px;
          padding: 10px;
          color: var(--color-text-default-soft);
          border: 1px solid var(--color-text-default-soft);
        }
.searchBar-D__yM .search-form .auto-suggestions .error {
          color: red;
          text-align: left;
          position: absolute;
        }
.searchBar-D__yM .search {
      width: 95px;
      height: 35px;
      border-radius: 3px;
      color: var(--color-text-secondary);
      background: var(--color-bg-inverse);
      margin-left: 10px;
    }
.searchBar-D__yM .sticky-searchbar {
      flex-direction: column;
      background-color: var(--color-bg-primary);
      min-height: 100px;
      padding: 8px;
      position: fixed;
      width: 100%;
      left: 0px;
      top: 70px;
      z-index: 10
    }
.searchBar-D__yM .sticky-searchbar .search-bar-heading {
        display: block;
      }
@media only screen and (min-width: 768px) {
      .searchBar-D__yM .search-bar-inner {
        flex-direction: row;
      }
        .searchBar-D__yM .search-form .search {
          width: 110px;
        }
          .searchBar-D__yM .search-form .auto-suggestions ul {
            width: 300px;
          }
          .searchBar-D__yM .search-form .auto-suggestions .input-field {
            width: 300px;
          }

      .searchBar-D__yM .sticky-searchbar {
        min-height: 80px;
      }
    }

.contentTile-3fp7M {
  padding: 10px 0px
}
.contentTile-3fp7M figure figcaption {
      padding: 20px;
    }
.contentTile-3fp7M .text-over-image figure {
        flex-direction: column-reverse;
      }
.contentTile-3fp7M .text-over-image .image-container img {
        /*opacity: 0.3;*/
        width: 100vw;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
      }
@media only screen and (min-width: 769px) {
        .contentTile-3fp7M .text-over-image figure {
          flex-direction: row;
        }

        .contentTile-3fp7M .text-over-image figcaption {
          position: absolute;
        }
      }
.contentTile-3fp7M .text-align-left figure, .contentTile-3fp7M .text-align-center figure, .contentTile-3fp7M .text-align-right figure {
        display: flex;
        align-items: center
      }
.contentTile-3fp7M .text-align-left figure figcaption .heading, .contentTile-3fp7M .text-align-center figure figcaption .heading, .contentTile-3fp7M .text-align-right figure figcaption .heading {
            font-size: 1.25rem;
          }
@media only screen and (min-width: 769px) {
          .contentTile-3fp7M .text-align-left figure figcaption, .contentTile-3fp7M .text-align-center figure figcaption, .contentTile-3fp7M .text-align-right figure figcaption {
            width: 50%
          }
            .contentTile-3fp7M .text-align-left figure figcaption .heading, .contentTile-3fp7M .text-align-center figure figcaption .heading, .contentTile-3fp7M .text-align-right figure figcaption .heading {
              font-size: 1.375rem;
            }
      }
.contentTile-3fp7M .text-align-left figure {
        justify-content: flex-start;
      }
.contentTile-3fp7M .text-align-left figcaption {
        text-align: left;
      }
.contentTile-3fp7M .text-align-center figure {
        justify-content: center;
      }
.contentTile-3fp7M .text-align-center figcaption {
        text-align: center;
      }
.contentTile-3fp7M .text-align-right figure {
        justify-content: flex-end;
      }
.contentTile-3fp7M .text-align-right figcaption {
        text-align: right;
      }
.contentTile-3fp7M .no-image figure {
      background-color: var(--color-bg-primary);
      min-height: 150px;
    }
.contentTile-3fp7M .search-banner {
      position: relative;
      min-height: 250px;
      overflow: hidden
    }
.contentTile-3fp7M .search-banner img {
        width: 100%;
        height: auto;
        min-height: 240px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
.contentTile-3fp7M .search-banner figcaption {
        position: absolute;
        top: 30px;
      }
@media only screen and (min-width: 768px) {
  .contentTile-3fp7M .search-banner {
        min-height: 280px
    }

        .contentTile-3fp7M .search-banner figcaption {
          top: 50px;
        }
      }
.contentTile-3fp7M figcaption h5 a {
      text-decoration: underline;
    }
.contentTile-3fp7M .img-position-right figure, .contentTile-3fp7M .img-position-left figure {
        display: flex;
        justify-content: center;
        align-items: center;
      }
.contentTile-3fp7M .img-position-right,
    .contentTile-3fp7M .img-position-left {
      /* moved inside this class , as it is effecting article-grid */
    }
.contentTile-3fp7M .img-position-right .image-container img, .contentTile-3fp7M .img-position-left .image-container img {
        width: 100vw;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        min-height: 250px;
        max-height: 300px;
      }
@media only screen and (min-width: 769px) {
        .contentTile-3fp7M .img-position-right figcaption, .contentTile-3fp7M .img-position-left figcaption {
          width: 50%;
        }

        .contentTile-3fp7M .img-position-right .image-container img, .contentTile-3fp7M .img-position-left .image-container img {
          width: 50vw;
        }
      }
.contentTile-3fp7M .img-position-right figure {
        flex-direction: column-reverse;
      }
.contentTile-3fp7M .img-position-left figure {
        flex-direction: column;
      }
@media only screen and (min-width: 769px) {
        .contentTile-3fp7M .img-position-right figure {
          flex-direction: row-reverse;
        }
        .contentTile-3fp7M .img-position-left figure {
          flex-direction: row;
        }
    }
.contentTile-3fp7M .text-white {
      color: #fff;
    }

.articleGallery-3i6hD {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px
}
.articleGallery-3i6hD .content-tile-container {
      padding: 20px;
      width: 250px;
      min-width: 250px
    }
.articleGallery-3i6hD .content-tile-container figure figcaption h2 {
        font-size: 0.875rem;
      }
@media only screen and (min-width: 768px) {
      .articleGallery-3i6hD .content-tile-container figure figcaption h2 {
        min-height: 56px;
      }
    }

.articleGrid-1Jzv4 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  overflow-x: auto;
  justify-content: flex-start
}
.articleGrid-1Jzv4 .content-tile-container {
      min-width: 100%
    }
.articleGrid-1Jzv4 .content-tile-container figure {
        max-width: 250px
      }
.articleGrid-1Jzv4 .content-tile-container figure .heading {
          font-size: 0.875rem;
          font-style: normal;
        }
.articleGrid-1Jzv4 .content-tile-container figure .action {
          font-style: normal;
        }
.articleGrid-1Jzv4 .content-tile-container figcaption .content {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
      }
.articleGrid-1Jzv4 {
    /* Small (sm) */
  }
@media (min-width: 640px) {
      .articleGrid-1Jzv4 .content-tile-container {
        min-width: 50%;
      }
    }
.articleGrid-1Jzv4 {
    /* Medium (md) */
  }
@media (min-width: 768px) {
  .articleGrid-1Jzv4 {
      padding: 0 20px
  }

      .articleGrid-1Jzv4 .content-tile-container {
        min-width: 35%;
      }
    }
.articleGrid-1Jzv4 {
    /* Large (lg) */
  }
@media (min-width: 1024px) {
      .articleGrid-1Jzv4 .content-tile-container {
        min-width: 25%;
      }
    }
.articleGrid-1Jzv4 {
    /* Extra Large (xl) */
  }
@media (min-width: 1280px) {
      .articleGrid-1Jzv4 .content-tile-container {
        min-width: 20%;
      }
    }

.cities-1SFoL {
  margin: 0 auto;
  padding-left: 5px
}

.cities-1SFoL .citiesContent-3fcEb {
    display: flex;
    margin: 0 auto;
    overflow-x: auto
  }

.cities-1SFoL .citiesContent-3fcEb .show-3dbsq {
      display: block;
    }

.cities-1SFoL .citiesContent-3fcEb .hidden-clBt6 {
      display: none;
    }

.cities-1SFoL .heading-1BXid {
    margin: 0 auto;
  }

.cities-1SFoL .subContainer-2lLBl {
    border: 1px solid #333;
    padding: 10px
  }

.cities-1SFoL .subContainer-2lLBl .filterContent-1ynue {
      display: flex;
      flex-direction: row
    }

.cities-1SFoL .subContainer-2lLBl .filterContent-1ynue ul {
        display: flex;
        flex-direction: row;
        cursor: pointer;
        margin: 0;
        padding: 8px 0;
      }

.cities-1SFoL .subContainer-2lLBl .filterContent-1ynue .active-3o5y3 {
        text-decoration: underline;
        font-weight: bold;
      }

.cities-1SFoL ul {
    display: flex;
    flex-direction: column;
    max-height: none;
    flex-wrap: wrap;
    margin-top: 20px;
  }

.cities-1SFoL li {
    padding: 0 9px;
  }

@media screen and (min-width: 768px) {

.cities-1SFoL {
    padding: 0 20px
}

    .cities-1SFoL ul {
      max-height: 250px;
    }
  }

@media screen and (min-width: 992px) {
    .cities-1SFoL .subContainer-2lLBl {
      padding: 40px;
    }
  }

.textCenter-25jMi {
  text-align: center;
}

.florists-2Mu_M {
  padding: 20px;
  margin: 0 auto
}

.florists-2Mu_M .pagination-3t-xz {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center
  }

.florists-2Mu_M .pagination-3t-xz .paginationContainer-2r2Nn {
      margin-left: 10px;
      flex-direction: row
    }

.florists-2Mu_M .pagination-3t-xz .paginationContainer-2r2Nn .pageNumber-3nK4m {
        margin-right: 5px;
      }

.florists-2Mu_M .pagination-3t-xz .paginationContainer-2r2Nn a {
        text-decoration: underline;
        cursor: pointer;
      }

.florists-2Mu_M .floristContainer-3At4P {
    flex-direction: column;
  }

.florists-2Mu_M .floristImageGrid-2ChlL {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

.florists-2Mu_M .detailsContainer-1t4Kk {
    flex-direction: column;
    align-items: center;
  }

.florists-2Mu_M .details-1r2nT {
    min-width: 250px;
    padding: 25px 0 0;
  }

.florists-2Mu_M .middleDot-20SGl {
    font-size: 2.1875rem;
    line-height: 0.75rem;
    padding: 0 15px;
  }

.florists-2Mu_M .phoneWebsite-29-92 {
    padding: 20px 0
  }

.florists-2Mu_M .phoneWebsite-29-92 a {
      text-decoration: underline;
    }

.florists-2Mu_M .phoneWebMapContainer-2rzYk {
    width: 60%;
  }

.florists-2Mu_M .socialContainer-3qgGW {
    width: 40%;
  }

.florists-2Mu_M .facebook-1LD_e,
  .florists-2Mu_M .insta-mCyt9,
  .florists-2Mu_M .pin-OwDEi {
    padding: 0 5px
  }

.florists-2Mu_M .facebook-1LD_e svg, .florists-2Mu_M .insta-mCyt9 svg, .florists-2Mu_M .pin-OwDEi svg {
      height: 15px;
    }

.florists-2Mu_M .phoneDesktop-3p6s6 {
    display: none;
  }

.florists-2Mu_M .seoContainer-2CS5D {
    text-align: center;
  }

.florists-2Mu_M .floristName-2BiKx a {
      cursor: pointer;
      text-decoration: underline;
    }

@media screen and (min-width: 769px) and (max-width: 991px) {
    .florists-2Mu_M .detailsContainer-1t4Kk {
      padding: 5px;
    }

    .florists-2Mu_M .details-1r2nT {
      min-width: 250px;
      padding: 20px 30px 0;
    }
  }

@media screen and (min-width: 992px) {
    .florists-2Mu_M .phoneMobile-3kc1b {
      display: none;
    }

    .florists-2Mu_M .phoneDesktop-3p6s6 {
      display: block;
    }

.florists-2Mu_M {

    padding: 40px 60px
}

    .florists-2Mu_M .floristContainer-3At4P,
    .florists-2Mu_M .detailsContainer-1t4Kk {
      flex-direction: row;
    }

    .florists-2Mu_M .details-1r2nT {
      min-width: 250px;
      min-height: 125px;
      padding: 0 30px;
    }

    .florists-2Mu_M .floristInfo-3g5Kf,
    .florists-2Mu_M .floristImageGrid-2ChlL {
      width: 50%;
    }

    .florists-2Mu_M .floristImageGrid-2ChlL {
      justify-content: flex-end;
      padding-top: 0px;
    }

    .florists-2Mu_M .seoContainer-2CS5D {
      text-align: left;
    }
  }

.textCenter-2EOI8 {
  text-align: center;
}

.phoneDesktop-3p6s6 {
  position: relative;
  display: inline-block;
}

.phoneDesktop-3p6s6 .tooltiptext-Cq689 {
  width: 100px;
  background-color: white;
  border: 1px solid black;
  color: black;
  text-align: center;
  border-radius: 3px;
  padding: 3px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 70%;
  margin-left: -60px;
}

.tooltip-PoSxl:hover .tooltiptext-Cq689 {
  visibility: visible;
}

.states-1-jvZ {
  margin: 0 auto;
  padding: 0 20px
}
.states-1-jvZ .statesContent-1zVpA {
    display: flex;
    margin: 0 auto
  }
.states-1-jvZ .statesContent-1zVpA .statesList-3njIb {
      width: 100%;
    }
.states-1-jvZ .heading-3ic9f {
    margin: 0 auto;
  }
.states-1-jvZ .subContainer-1-T12 {
    border: 1px solid #333;
    padding: 10px;
  }
.states-1-jvZ ul {
    display: flex;
    flex-direction: column;
    max-height: none;
    flex-wrap: wrap;
    margin-top: 20px;
  }
@media screen and (min-width: 768px) {
    .states-1-jvZ ul {
      max-height: 200px;
    }
  }
@media screen and (min-width: 992px) {
    .states-1-jvZ .subContainer-1-T12 {
      padding: 40px;
    }

    .states-1-jvZ ul {
      max-height: 200px;
    }
  }

.contactUs-30kFC {
  margin: 50px auto;
  padding: 0 20px;
}

.title-1wZeZ {
  font-style: normal;
  font-weight: 700;
}

.container-39yLT {
  margin: 25px auto;
  width: 90%;
}

.textField-2msuP {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--color-text-default-soft);
  margin: 6px 0;
  resize: vertical;
}

.searchTextField-hW8Qi {
  width: 100%;
  margin: 6px 0 25px 0;
}

label {
  margin-top: 10px;
}

.comments-1u8XV {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--color-text-default-soft);
  margin: 6px 0;
  resize: vertical;
  height: 170px;
}

.error-lgM8B {
  color: red;
  margin-bottom: 10px;
}

.errorMsg-1avij {
  color: red;
  margin: 20px 0;
  text-align: center;
  font-size: 1rem;
}

.success-3HlLv {
  color: green;
  margin: 40px 10px 80px 10px;
  text-align: center;
  font-size: 1rem;
}

.sendContainer-1nrpF {
  min-height: 50px;
  margin: 10px 0
}

.sendContainer-1nrpF .send-4qJgy {
    background-color: var(--color-bg-inverse);
    color: var(--color-text-secondary);
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    float: right
  }

.sendContainer-1nrpF .send-4qJgy:hover {
      background-color: var(--color-bg-primary);
      color: var(--color-bg-inverse);
    }

canvas {
  /*prevent interaction with the canvas*/
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .container-39yLT {
    width: 60%;
  }
}

.container-1-0ca {
  width: 100%;
  max-width: 315px;
  padding: 10px 0;
}

.errorMessage-3uG8Q {
  display: none;
  font-size: 0.6875rem;
  float: left;
  padding-top: 96px;
  margin-bottom: 17px;
  color: red;
  text-align: center;
  width: 318px;
  margin-top: -87px;
  margin-left: -8px;
  height: 115px;
  border-radius: 5px;
  border: 1px solid red;
  text-transform: capitalize;
}

.showErrorMessage-19zT- {
  display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.bg-primary {
  background-color: var(--color-bg-primary);
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.mt-8 {
  margin-top: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.static {
  position: static;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }
}

@media (min-width: 640px) and (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

@media (min-width: 640px) and (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

@media (min-width: 640px) and (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 640px) and (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 640px) {

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

@media (min-width: 768px) and (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

@media (min-width: 768px) and (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 768px) and (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
}

@media (min-width: 1024px) and (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1024px) and (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1024px) and (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 1024px) and (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
}

@media (min-width: 1280px) and (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

@media (min-width: 1280px) and (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

@media (min-width: 1280px) and (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

@media (min-width: 1280px) and (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

@font-face {
  font-family: ProximaNova;

  src: url(/fonts/ProximaNova.otf);
}

.theme-default-RyXdr {
  --color-bg-primary: #5f9f65;
  --color-bg-secondary: white;
  --color-bg-default: white;
  --color-bg-inverse: #115954;
  --color-text-primary: #5f9f65;
  --color-text-secondary: white;
  --color-text-default: #000;
  --color-text-default-soft: #666;
  --color-text-inverse: #115954;
  --color-text-inverse-soft: rgba(255, 255, 255, 0.7);
  --font-display: "ProximaNova";
  --font-body: "ProximaNova";
  --font-style-heading: italic;
  --font-style-default: normal;
  --font-weight-normal: 400;
  --font-weight-display: 400;
  --font-weight-btn: 600;
  --rounded-btn: 0.25rem;
  font-family: var(--font-display);
}

.theme-sympathy-1EHsg {
  --color-bg-primary: #954b62;
  --color-bg-secondary: white;
  --color-bg-default: white;
  --color-bg-inverse: #531634;
  --color-text-primary: #954b62;
  --color-text-secondary: white;
  --color-text-default: #290008;
  --color-text-default-soft: #6a6a6a;
  --color-text-inverse: #531634;
  --color-text-inverse-soft: rgba(255, 255, 255, 0.7);
  --font-display: "ProximaNova";
  --font-body: "ProximaNova";
  --font-style-heading: italic;
  --font-style-default: normal;
  --font-weight-normal: 400;
  --font-weight-display: 400;
  --font-weight-btn: 600;
  --rounded-btn: 0;
  font-family: var(--font-display);
}

.theme-wedding-tUIQF {
  --color-bg-primary: #ffd5d4;
  --color-bg-secondary: white;
  --color-bg-default: white;
  --color-bg-inverse: #f58f8c;
  --color-text-primary: #ffd5d4;
  --color-text-secondary: white;
  --color-text-default: #000;
  --color-text-default-soft: #666;
  --color-text-inverse: #f58f8c;
  --color-text-inverse-soft: rgba(255, 255, 255, 0.7);
  --font-display: "ProximaNova";
  --font-body: "ProximaNova";
  --font-style-heading: italic;
  --font-style-default: normal;
  --font-weight-normal: 400;
  --font-weight-display: 600;
  --font-weight-btn: 600;
  --rounded-btn: 9999px;
}

.theme-default-RyXdr,
.theme-wedding-tUIQF,
.theme-sympathy-1EHsg {
  font-family: var(--font-display);
  font-size: 0.75rem;
  color: var(--color-text-default)
}

.theme-default-RyXdr html, .theme-wedding-tUIQF html, .theme-sympathy-1EHsg html {
    font-size: 1rem;
  }

.theme-default-RyXdr a, .theme-wedding-tUIQF a, .theme-sympathy-1EHsg a {
    text-decoration: none;
  }

.theme-default-RyXdr a:hover, .theme-wedding-tUIQF a:hover, .theme-sympathy-1EHsg a:hover {
    text-underline-position: under;
    color: var(--color-text-inverse);
    text-decoration: underline;
  }

.theme-default-RyXdr h1,
  .theme-default-RyXdr h2,
  .theme-default-RyXdr h3,
  .theme-default-RyXdr h4,
  .theme-default-RyXdr h5,
  .theme-wedding-tUIQF h1,
  .theme-wedding-tUIQF h2,
  .theme-wedding-tUIQF h3,
  .theme-wedding-tUIQF h4,
  .theme-wedding-tUIQF h5,
  .theme-sympathy-1EHsg h1,
  .theme-sympathy-1EHsg h2,
  .theme-sympathy-1EHsg h3,
  .theme-sympathy-1EHsg h4,
  .theme-sympathy-1EHsg h5 {
    font-style: var(--font-style-heading);
    padding: 7px 0px;
  }

.theme-default-RyXdr h1, .theme-wedding-tUIQF h1, .theme-sympathy-1EHsg h1 {
    font-size: 1.5rem;
    font-weight: 500;
  }

.theme-default-RyXdr h2, .theme-wedding-tUIQF h2, .theme-sympathy-1EHsg h2 {
    font-size: 1.25rem;
    font-weight: 600;
  }

.theme-default-RyXdr h3, .theme-wedding-tUIQF h3, .theme-sympathy-1EHsg h3 {
    font-size: 1rem;
    font-weight: 700;
  }

.theme-default-RyXdr h4, .theme-wedding-tUIQF h4, .theme-sympathy-1EHsg h4 {
    font-size: 0.875rem;
    font-weight: 800;
  }

.theme-default-RyXdr h5, .theme-wedding-tUIQF h5, .theme-sympathy-1EHsg h5 {
    font-size: 0.75rem;
    font-weight: 700;
  }

.theme-default-RyXdr .rec-carousel button.rec-arrow:disabled, .theme-wedding-tUIQF .rec-carousel button.rec-arrow:disabled, .theme-sympathy-1EHsg .rec-carousel button.rec-arrow:disabled {
      visibility: hidden;
    }

.theme-default-RyXdr .rec-carousel .rec-arrow, .theme-wedding-tUIQF .rec-carousel .rec-arrow, .theme-sympathy-1EHsg .rec-carousel .rec-arrow {
      background-color: var(--color-bg-primary);
      font-size: 1.2em;
      width: 30px;
      height: 30px;
      min-width: 30px;
      line-height: 1.875rem;
      align-self: center;
      margin-top: -70px;
    }

.theme-default-RyXdr .rec-carousel .rec-arrow:focus:enabled,
    .theme-default-RyXdr .rec-carousel .rec-arrow:hover:enabled,
    .theme-wedding-tUIQF .rec-carousel .rec-arrow:focus:enabled,
    .theme-wedding-tUIQF .rec-carousel .rec-arrow:hover:enabled,
    .theme-sympathy-1EHsg .rec-carousel .rec-arrow:focus:enabled,
    .theme-sympathy-1EHsg .rec-carousel .rec-arrow:hover:enabled {
      background-color: var(--color-bg-inverse);
    }

