@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--lightest-blue: #dfeef7;
  --black: #1d1d1d;
  --color--white: #f5f3ed;
  --color--grey: #2e2e2e;
  --color--primary: #127eb8;
  --royal-blue\<deleted\|variable-89c0a431\>: #02517a;
  --color--brand-darker: #0f6999;
  --dark-orange\<deleted\|variable-3de5bd34\>: #f27b00;
  --olive-drab\<deleted\|variable-0a2b1ec4\>: #5c8700;
  --color--brand-lighter: #3994c4;
  --sandy-brown\<deleted\|variable-04c76840\>: #ff9a47;
  --color--orange: #c34e00;
  --yellow-green-2\<deleted\|variable-c01e9661\>: #87b429;
  --color--green: #4e8422;
  --light-grey: #a1a1a1;
  --dim-grey: #586268;
  --creamy-gray: #f8f8f8;
  --color--off-white: #faf9f7;
  --color--brand: var(--color--brand-darker);
  --second-lightest-blue: #aad6ee;
  --alice-blue: #d0e8f5;
  --font-family: Courgette, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--lightest-blue);
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Courgette, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--color--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Courgette, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--color--grey);
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

a:hover {
  color: var(--royal-blue\<deleted\|variable-89c0a431\>);
  font-weight: 400;
}

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

.bg---secondary {
  background-color: var(--dark-orange\<deleted\|variable-3de5bd34\>);
}

.bg---accent {
  background-color: var(--olive-drab\<deleted\|variable-0a2b1ec4\>);
}

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

.div-block, .bg---primary-up {
  background-color: var(--color--brand-lighter);
}

.bg---primary-down {
  background-color: var(--royal-blue\<deleted\|variable-89c0a431\>);
}

.div-block-2 {
  background-color: #ff9b4e;
}

.bg---secondary-up {
  background-color: var(--sandy-brown\<deleted\|variable-04c76840\>);
}

.bg---secondary-down {
  background-color: var(--color--orange);
}

.bg---accent-up {
  background-color: var(--yellow-green-2\<deleted\|variable-c01e9661\>);
}

.bg---accent-down {
  background-color: var(--color--green);
}

.image---logo {
  margin: 16px 0;
}

.button---primary {
  background-color: var(--color--brand-darker);
  text-align: left;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
}

.button---primary:hover {
  background-color: var(--olive-drab\<deleted\|variable-0a2b1ec4\>);
  color: var(--color--white);
  mix-blend-mode: normal;
  margin-bottom: 14px;
}

.button---primary:active {
  background-color: var(--olive-drab\<deleted\|variable-0a2b1ec4\>);
}

.main-nav {
  background-color: #0000;
}

.body {
  color: var(--black);
}

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

.bg---grey {
  background-color: #383838;
}

.bg---grey-up {
  background-color: var(--light-grey);
}

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

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  font-size: 18px;
  line-height: 14px;
}

.button---secondary {
  background-color: var(--color--brand-darker);
  margin-top: 16px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
}

.button---secondary:hover {
  background-color: var(--olive-drab\<deleted\|variable-0a2b1ec4\>);
  color: var(--color--white);
  mix-blend-mode: normal;
}

.button---secondary:active {
  background-color: var(--olive-drab\<deleted\|variable-0a2b1ec4\>);
}

.button---secondary.margin-l-16 {
  border: 0px none var(--color--brand-darker);
  background-color: var(--color--grey);
  color: var(--color--white);
  border-radius: 2px;
  margin-left: 16px;
}

.button---secondary.margin-l-16:hover {
  background-color: var(--dim-grey);
}

.link---main-nav {
  color: var(--black);
  margin-right: 24px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3 {
  position: static;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  max-width: 1200px;
}

.div-block-5 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.image {
  background-image: url('../images/CelQu_LimeQuilt2017_Hero.jpg');
  background-position: 50%;
  background-size: auto;
}

.hero {
  background-image: url('../images/Home2Hero.png');
  background-position: 50%;
  background-size: cover;
  min-height: 600px;
}

.text-hero---main {
  color: var(--color--white);
  text-align: center;
  margin-top: 180px;
  font-size: 70px;
  line-height: 70px;
}

.text-hero---secondary {
  color: var(--color--white);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 400;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: var(--color--white);
}

.section {
  background-image: url('../images/Hero1-RF.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}

.heading-4 {
  font-family: Droid Serif, serif;
}

.lilita {
  color: var(--color--brand-darker);
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  font-family: Lilita One;
  font-size: 60px;
  line-height: 60px;
}

.paragraph-centered {
  text-align: center;
  font-size: 24px;
}

.container-2 {
  text-align: center;
  max-width: 700px;
}

.button---outline {
  border: 1px solid var(--color--brand-darker);
  background-color: var(--color--white);
  color: var(--color--brand-darker);
  text-align: left;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
}

.button---outline:hover {
  background-color: var(--olive-drab\<deleted\|variable-0a2b1ec4\>);
  color: var(--color--white);
  mix-blend-mode: normal;
  margin-bottom: 14px;
}

.button---outline:active {
  background-color: var(--olive-drab\<deleted\|variable-0a2b1ec4\>);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home {
  background-color: #f0eaea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-left {
  border: 1.5px solid var(--color--brand-lighter);
  background-color: var(--creamy-gray);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 16px 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  border: 1px #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px 16px;
  display: flex;
}

.navbar-link.hidden {
  display: none;
}

.nav-page-names {
  color: var(--color--grey);
  text-transform: capitalize;
  border: 1px #000;
  border-bottom: 5px solid #4e842200;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.nav-page-names:hover {
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: var(--color--brand) var(--color--brand) var(--color--green);
  color: var(--color--brand);
  -webkit-text-stroke-color: var(--color--green);
  font-weight: 900;
  text-decoration: none;
}

.button-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--white);
  letter-spacing: 0;
  background-color: #127eb8;
  border-radius: 8px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button-main:hover {
  background-color: var(--color--white);
  outline-color: var(--color--brand);
  outline-offset: 0px;
  color: var(--color--primary);
  outline-width: 1px;
  outline-style: dashed;
}

.button-main.w--current {
  justify-content: flex-start;
  display: inline-block;
}

.button-main.hidden {
  font-size: 16px;
}

.button-main.hidden:hover {
  background-color: var(--color--off-white);
}

.button-main.fa-icon {
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Fa Brands 400", sans-serif;
}

.menu-2 {
  color: #fff;
  text-transform: undefined;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hero-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/Hero-Stack.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 474px;
  padding: 80px 24px;
  display: flex;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #127eb8cc;
  border: 2px dashed #f7f3f0;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
}

.title-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -140px;
  margin-right: -140px;
  display: flex;
  box-shadow: 2px 4px 6px #0000000a, 1px 2px 4px #00000014;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1 {
  color: #f7f3f0;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Courgette, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color--white);
  color: var(--color--brand);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-white:hover {
  background-color: var(--color--green);
  outline-offset: 0px;
  color: var(--color--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 1px dashed #fffdfc;
  font-weight: 400;
}

.menu-3 {
  color: #127eb8;
  text-transform: undefined;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

._50-50-image-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  outline-offset: -11px;
  background-color: #e1edf4;
  border: 1px #000;
  outline: 3px #333;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 24px;
  display: flex;
}

._50-50-image-left.dotted-line-beneath {
  border: 1px #000;
}

._50-50-image-left.dotted-line-above {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#b0d4e7b0, #b0d4e7b0), url('../images/AdobeStock_64325338_Preview.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: border-box;
  transition: transform .7s cubic-bezier(.075, .82, .165, 1);
}

.small-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 389px;
  height: 323px;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 323px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 323px;
  display: flex;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2 {
  color: #127eb8;
  text-transform: capitalize;
  font-family: Courgette, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.h2.underline {
  border-bottom: 6px solid var(--color--green);
  outline-offset: 0px;
  object-fit: contain;
  outline: 3px #127eb8;
  text-decoration: none;
  display: inline-block;
}

.h2.underline.white-text {
  color: var(--color--off-white);
}

.h2.white-underline {
  border-bottom: 6px solid var(--color--green);
  outline-offset: 0px;
  object-fit: contain;
  outline: 3px #127eb8;
  text-decoration: none;
  display: inline-block;
}

.h2.white-underline.white-text {
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: black black var(--color--brand-darker);
  outline-color: var(--color--off-white);
  color: var(--color--off-white);
  outline-width: 3px;
  text-decoration: none;
}

.green-bar {
  border: 3px solid var(--color--green);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 95.9974px;
  height: .711092px;
  display: flex;
}

.p1 {
  color: #313130;
  max-width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.p1._200px-text {
  max-width: 200px;
}

.author {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.t-shirtquilts_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.88px;
  height: 14.5031px;
  display: flex;
}

.courgette-hyperlink {
  color: #127eb8;
  font-family: Courgette, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.divider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7f3f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.vectors-wrapper-3 {
  background-color: #bd8282;
  border: 5px dashed #751b1b;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #3994c400;
  background-image: linear-gradient(328deg, var(--color--brand-darker), var(--color--brand-lighter));
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 57px 24px 107px;
  display: flex;
}

.gallery.dotted-line-beneath {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  align-content: center;
}

.gallery.dotted-line-above {
  background-color: var(--color--brand);
}

.gallery.bg-quilt {
  margin-top: 0;
}

.frame-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-2 {
  color: #127eb8;
  text-align: center;
  font-family: Courgette, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

._3-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: 192px;
  display: flex;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000004d;
  background-image: url('../images/Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 192px;
  min-height: 192px;
  padding: 24px;
  display: flex;
}

.bluestitchoverlay {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #127eb8e6;
  border: 1px dashed #f7f3f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.card-name {
  color: var(--color--off-white);
  text-transform: undefined;
  border: 1px #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000004d;
  background-image: url('../images/Column.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 192px;
  min-height: 192px;
  padding: 24px;
  display: flex;
}

.anniversarycard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000004d;
  background-image: url('../images/Chute-finished-quilt-3-crop-CC.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 225px;
  height: 192px;
  min-height: 192px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.button---blue {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #127eb8;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: block;
}

.button---blue:hover {
  color: var(--color--brand);
  background-color: #fff;
  border: 1px dashed #127eb8;
}

.testimonial-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #31313000;
  background-image: linear-gradient(#f7f3f0d6, #f7f3f0d6), url('../images/Testimonial-Stack.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 2px dashed #31313080;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 496px;
  padding: 64px 24px;
  display: flex;
}

.bobsilveri {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f7f3f0;
  border: 0 #127eb7;
  border-radius: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 64px 42px;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.title {
  color: var(--color--green);
  text-align: center;
  font-size: 94px;
  font-weight: 700;
  line-height: 30%;
}

.p1-green {
  color: var(--color--green);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonialauthor {
  color: #313130;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--off-white);
  color: #313130;
  border: 0 #127eb8;
  border-top: 16px solid #127eb8;
  border-left-style: solid;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px 8px;
  display: flex;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-page-names {
  color: #212121;
  text-transform: undefined;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.frame-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.celebrationquilterslogo-1 {
  object-fit: cover;
}

.copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  -webkit-text-stroke-color: #f7f3f0;
  border: 0 #000;
  outline: 0 #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-bottom: 32px;
  display: flex;
}

.text-2 {
  color: #333;
  text-align: center;
  border: 1px #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.text-1 {
  color: #333;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.section-2 {
  width: auto;
}

.bg-white {
  background-color: #f7f3f0;
  min-height: 16px;
}

.body-2 {
  background-color: #f0eaea;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
}

.stitch-divider {
  border: 1px none var(--color--brand);
  outline-color: var(--color--brand-darker);
  outline-offset: 0px;
  background-color: #f7f3f0;
  background-image: url('../images/Stitches.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  outline-width: 1px;
  outline-style: none;
  min-height: 3px;
}

.right-arrow {
  background-color: #127eb8;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.testimonial-card {
  border: 2px dashed var(--color--primary);
  border-radius: 4px;
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.play-button {
  position: absolute;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.horizontal-quote-h4 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.horizontal-logo {
  margin-bottom: 25px;
}

.left-arrow {
  background-color: #127eb8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.column-wrap {
  display: flex;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.author-job {
  color: #151c3480;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.mask-horizontal {
  overflow: visible;
}

.play-icon {
  width: 60px;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.container-3 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.horizontal-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-section {
  background-image: linear-gradient(#f7f3f0cc, #f7f3f0cc), url('../images/Testimonial-Stack.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 590px;
  padding: 120px 3%;
  display: flex;
  overflow: hidden;
}

.testimonial-section.dotted-line-above {
  border-bottom-style: none;
  padding-top: 64px;
  padding-bottom: 64px;
}

.loricollins, .joellyn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f7f3f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 64px 42px;
  display: flex;
}

.dotted-line-beneath {
  border: 1px dashed var(--color--brand);
}

.div-block-8 {
  text-align: center;
  background-color: #faf9f500;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 80px;
  display: flex;
}

.dotted-line-above {
  border: 1px dashed var(--color--brand);
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

._50-50-media-left {
  background-color: #fff0;
  border: 1px #000;
  padding: 80px 24px;
  position: relative;
}

._50-50-media-left.dotted-line-above {
  border-top-style: dashed;
  border-top-color: var(--color--brand);
  background-color: #fff0;
}

._50-50-media-left.dotted-line-above.bg-lightest-blue {
  background-color: var(--color--lightest-blue);
}

._50-50-media-left.white-line, ._50-50-media-left.no-border {
  border-style: none;
  border-color: #000;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  object-fit: fill;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/CelebrationQuilters_Alexis-queen-e1663802122182.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.container-7 {
  height: 600px;
}

.slider {
  background-color: #ddd0;
  width: 950px;
  height: 600px;
}

.slide-2 {
  background-image: url('../images/CelebrationQuilters_Inman-quilt-best-focus-scaled-e1663801864537.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3, .slide-4, .slide-5, .slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-7, .slide-8 {
  background-image: url('../images/CelebrationQuilters_KinderSquares.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide05 {
  background-image: url('../images/Harley-2017-quilt-high-res-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide06 {
  background-image: url('../images/Baseball-cap-quilt-from-cell-phone-high-res-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide07 {
  background-image: url('../images/quilt-on-display-2-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/CelebrationQuilters_TimBeltQuilt_2017.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide09 {
  background-image: url('../images/20231216_140330-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide04 {
  background-image: url('../images/CelebrationQuilters_Lime-quilt-2017-e1663801972328.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide11 {
  background-image: url('../images/black-city-pillow-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide12 {
  background-image: url('../images/Eyeore-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon, .icon-2 {
  color: var(--color--white);
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-without-image.dotted-line-above {
  background-color: var(--color--lightest-blue);
  border: 1px #000;
}

.hero-without-image.dotted-line-above.bg-second-lightes-blue {
  background-color: var(--second-lightest-blue);
}

.hero-without-image.bg-quilt {
  background-image: url('../images/CelebrationQuilters-QuiltPattern.jpg');
  background-position: 50%;
  background-size: 960px;
  background-attachment: scroll;
  padding-top: 60px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  padding-top: 16px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.body-3 {
  background-color: var(--color--off-white);
}

.section-3, .section-3-copy {
  min-height: 200px;
}

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

.container-8 {
  border: 1px dashed #000;
}

.dotted-line-off-white {
  outline-color: var(--color--off-white);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: dashed;
}

.dotted-line-blue {
  outline-color: var(--color--brand);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: dashed;
}

.section-4 {
  min-height: 100px;
}

.subpage-title.bg-brand-blue {
  background-image: linear-gradient(60deg, var(--color--brand-darker), var(--color--primary));
  padding: 40px;
}

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

.heading-5 {
  color: var(--color--off-white);
}

.container-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  color: var(--color--white);
  -webkit-text-stroke-color: var(--color--white);
}

.image-4 {
  margin-left: 0;
  margin-right: 16px;
}

.image-5 {
  align-self: center;
  padding-top: 8px;
  padding-right: 3px;
}

.h1-white {
  color: var(--color--off-white);
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 45px;
}

.intro-paragraph {
  color: var(--color--brand-darker);
  text-align: left;
  padding: 40px 0;
  font-family: Courgette, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.paragraph {
  border-bottom: 1px dashed var(--color--brand);
  text-align: center;
  margin-bottom: 0;
  padding: 32px 24px;
  font-family: Courgette, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.container-10 {
  width: 100%;
}

.bg-quilt {
  mix-blend-mode: normal;
  background-color: #faf9f7;
  background-image: linear-gradient(#b9d8e97d, #b9d8e97d), url('../images/CelebrationQuilters-QuiltPattern.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border: 1px #000;
  padding-left: 24px;
  padding-right: 24px;
}

.divider-line---dotted-white {
  border: 1px none var(--color--brand);
  outline-color: var(--color--orange);
  outline-offset: 0px;
  background-color: #f7f3f0;
  outline-width: 1px;
  outline-style: dashed;
  min-height: 15px;
}

.divider-line---dotted-green {
  border: 1px none var(--color--brand);
  outline-color: var(--color--green);
  outline-offset: 0px;
  background-color: #f7f3f0;
  outline-width: 1px;
  outline-style: dashed;
  min-height: 3px;
}

.bg-second-lightes-blue {
  background-color: var(--second-lightest-blue);
}

.paragraph-2 {
  padding-top: 15px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  padding-top: 16px;
}

.quilt-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #3994c400;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 80px 24px 64px;
  display: flex;
}

.quilt-cards.dotted-line-beneath {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  align-content: center;
}

.quilt-cards.dotted-line-above {
  background-color: var(--color--brand);
}

.quilt-cards.bg-quilt {
  margin-top: 0;
}

.process-123 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 24px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.features-block {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-title {
  color: var(--color--primary);
  margin-bottom: 8px;
  font-family: Courgette, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.process-number-steps {
  color: var(--color--grey);
  text-transform: none;
  object-fit: fill;
  padding-top: 8px;
  padding-bottom: 24px;
  font-weight: 700;
}

.div-block-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.text-block {
  text-align: left;
}

.h3 {
  color: var(--color--grey);
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.h3.primary-blue-text {
  color: var(--color--primary);
  cursor: pointer;
}

.policies {
  padding: 60px 24px 56px;
}

.accordion {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.accordion-toggle {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-toggle.w--open {
  color: var(--color--grey);
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.dropdown-link {
  object-fit: fill;
  width: 100%;
  max-width: 940px;
  overflow: auto;
}

.accordion_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.accordion_header.dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.h2_lato {
  color: #127eb8;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.dropdown-toggle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  position: static;
}

.div-block-10 {
  display: flex;
}

.section01 {
  text-align: center;
  background-color: #fff;
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}

.section01.grey-section {
  background-color: #f5f7f8;
  display: block;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion-2 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion-2.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.graphicowls-logo {
  margin-bottom: 15px;
}

.section-small-header {
  color: #9096a4;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.update-badge {
  background-color: #fff;
  border: 1px solid #bdc0c7;
  border-radius: 5px;
  margin-top: 1rem;
  margin-left: 1rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.section-header {
  color: #2e323c;
  margin-top: 20px;
  margin-bottom: 8px;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.faq-video {
  margin-top: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.section-description {
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-heading.h2_lato {
  color: var(--color--primary);
  text-transform: none;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 40px 30px 80px 24px;
}

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

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-weight: 700;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  color: var(--color--primary);
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  display: flex;
}

.plusicon.accordion-icon {
  color: #127eb800;
  cursor: pointer;
  background-image: url('../images/CelebrationQuilters-CaretDown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: "Fa 400", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.link {
  font-family: Courgette, sans-serif;
}

.text-span {
  font-size: 24px;
}

.jos-select-field-1 {
  color: #999;
  background-color: #0000;
  border: 1.7px solid #e8e6e7;
  border-radius: .3em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.jos-imput-1 {
  border: 1px solid var(--color--brand-lighter);
  background-color: var(--color--off-white);
  color: #000;
  border-radius: .3em;
  height: 3em;
  margin-bottom: 1.3em;
  padding: 1em;
  font-size: 1.3em;
  line-height: 1.3em;
}

.jos-imput-1.form-height {
  min-height: 200px;
}

.jos-text-2 {
  color: #616161;
  margin-bottom: 3em;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.jos-container-1 {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.jos-wrap-1 {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.jos-text-3 {
  color: #000;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.jos-button-1 {
  color: #fff;
  text-align: center;
  background-color: #c7eb5a;
  border-radius: .3em;
  margin-top: 2em;
  padding: .8em 1em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.jos-button-1:hover {
  background-image: linear-gradient(#ffffff12, #ffffff12);
}

.jos-field-wrap-1 {
  margin-top: 0;
}

.jos-form-1 {
  flex-direction: column;
  display: flex;
}

.jos-link-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.contact_form {
  padding: 80px 5em;
  font-size: 1vw;
}

.jos-grid-1 {
  grid-column-gap: 3.5em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p2 {
  color: var(--color--grey);
}

.p2.margin-bottom-24px {
  margin-top: 16px;
  margin-bottom: 8px;
}

.contact-header {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.blue-asterisk {
  color: var(--color--primary);
}

.h4 {
  color: var(--color--grey);
  font-size: 1.2vw;
  font-weight: 700;
}

.h4.margin-bottom-8px {
  margin-bottom: 8px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._50-50-media-left-copy {
  background-color: #fff0;
  border: 1px #000;
  padding: 80px 24px;
  position: relative;
}

._50-50-media-left-copy.dotted-line-above {
  border-top-style: dashed;
  border-top-color: var(--color--brand);
  background-color: #fff0;
}

._50-50-media-left-copy.dotted-line-above.bg-lightest-blue {
  background-color: var(--color--lightest-blue);
}

._50-50-media-left-copy.white-line, ._50-50-media-left-copy.no-border {
  border-style: none;
  border-color: #000;
}

.quiltanchorlink {
  text-decoration: none;
}

.quiltanchorlink:hover {
  text-decoration: underline;
}

.menu-2-copy {
  color: #fff;
  text-transform: undefined;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.quiltcardlink {
  text-decoration: none;
}

.kindercard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000004d;
  background-image: url('../images/KinderSquare.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 225px;
  height: 192px;
  min-height: 192px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.memorialcard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000004d;
  background-image: url('../images/Musinsky-Memorial-quilt-for-Art.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 225px;
  height: 192px;
  min-height: 192px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.t-shirtcard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000004d;
  background-image: url('../images/Column_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 225px;
  height: 192px;
  min-height: 192px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.order-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.sm-icons {
  display: flex;
}

.sm-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.cta {
  padding-top: 48px;
  padding-bottom: 48px;
}

.link-2, .link-2-copy {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.footer-page-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.footer-page-links:hover {
  color: var(--color--primary);
  font-weight: 900;
  text-decoration: underline;
}

.slide10 {
  background-image: url('../images/20231202_155315-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide08 {
  background-image: url('../images/20180514_090335-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-6 {
  object-fit: scale-down;
}

.image350h {
  cursor: pointer;
  object-fit: cover;
  height: 350px;
}

.slide-nav-2 {
  padding-top: 0;
  top: 633px;
}

@media screen and (min-width: 1440px) {
  a:hover {
    color: var(--color--primary);
  }

  .navbar-logo-left {
    background-color: var(--color--off-white);
  }

  .button-main {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f5f3ed00;
  }

  .button-main:hover {
    background-color: var(--color--off-white);
  }

  .button-main.w--current {
    color: var(--color--white);
  }

  .courgette-hyperlink {
    text-decoration: none;
  }

  .title, .p1-green {
    color: var(--color--green);
  }

  .container-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3.primary-blue-text {
    font-size: 20px;
  }

  .section-faq {
    background-color: var(--color--off-white);
  }

  .contact_form {
    font-size: 14px;
  }

  .quiltanchorlink {
    text-decoration: none;
  }

  .quiltanchorlink:hover {
    text-decoration: underline;
  }

  .paragraph-6 {
    font-weight: 400;
  }

  .text-span-2 {
    font-style: italic;
  }

  .list {
    margin-bottom: 12px;
  }

  .list-item {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
    background-color: var(--color--lightest-blue);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-link {
    background-color: var(--color--lightest-blue);
    justify-content: center;
  }

  .navbar-link.hidden {
    background-color: var(--color--lightest-blue);
  }

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

  .button-main.hidden {
    display: none;
  }

  .gallery.dotted-line-beneath {
    aspect-ratio: auto;
    object-fit: fill;
    flex-wrap: nowrap;
    height: 100%;
    min-height: 830px;
    overflow: visible;
  }

  .gallery.dotted-line-above {
    min-height: 830px;
  }

  ._3-columns {
    flex-direction: column;
    align-items: center;
    max-width: 60%;
  }

  .column-4 {
    height: auto;
  }

  .button---blue {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .column-wrap {
    flex-wrap: wrap;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image {
    position: relative;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .quilt-cards.dotted-line-beneath {
    aspect-ratio: auto;
    object-fit: fill;
    flex-wrap: nowrap;
    height: 100%;
    min-height: 830px;
    overflow: visible;
  }

  .quilt-cards.dotted-line-above {
    min-height: 830px;
  }

  .container-11 {
    max-width: 728px;
  }

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

  .section01 {
    padding: 100px 8px;
  }

  .accordion-2 {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .section-description {
    font-size: 15px;
  }

  .contact_form {
    font-size: 1.3vw;
  }

  .menu-button {
    color: #333;
  }

  .menu-button.w--open {
    background-color: var(--color--off-white);
    color: var(--color--primary);
  }

  .footer-page-links {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-angle {
    display: none;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-heading-right, .team-slider, ._50-50-media-left, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-without-image, .process-123 {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .section01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-2 {
    width: 100%;
    margin-bottom: -16px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .contact_form {
    padding: 5em 3em;
    font-size: 1.69vw;
  }

  .jos-grid-1 {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
  }

  ._50-50-media-left-copy {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-menu {
    box-shadow: 0 2px 5px #0003;
  }

  .navbar-link, .navbar-link.hidden {
    background-color: var(--color--lightest-blue);
  }

  .button-main {
    font-size: 16px;
  }

  .button-main.hidden {
    display: none;
  }

  .small-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content {
    width: auto;
  }

  .h1 {
    font-size: 38px;
  }

  .gallery.dotted-line-above {
    min-height: 820px;
  }

  ._3-columns {
    max-width: 80%;
    height: 100%;
  }

  .button---blue {
    display: block;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-page-names {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .frame-8, .text-2 {
    flex-direction: column;
  }

  .right-arrow {
    inset: auto 20% -3% auto;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .left-arrow {
    inset: auto auto -3% 20%;
  }

  .author-block {
    margin-top: 15px;
  }

  .horizontal-content-block {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-5, .container-6 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .subpage-title.bg-brand-blue {
    padding-left: 24px;
    padding-right: 24px;
  }

  .quilt-cards.dotted-line-above {
    min-height: 820px;
  }

  .process-123 {
    width: 100%;
  }

  .container-11 {
    max-width: none;
  }

  .features-wrapper, .features-block {
    width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row dense;
    width: 100%;
  }

  .h3 {
    text-align: left;
    object-fit: fill;
    width: 100%;
  }

  .accordion {
    flex-direction: row;
    display: flex;
  }

  .accordion-toggle {
    overflow-wrap: normal;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .jos-wrap-1 {
    text-align: center;
  }

  .contact_form {
    font-size: 2.5vw;
  }

  .jos-grid-1 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
  }

  .p2.margin-bottom-24px {
    font-size: 14px;
  }

  .h4.margin-bottom-8px {
    font-size: 18px;
  }

  .footer-page-links {
    flex-direction: column;
  }
}

#w-node-_87518782-8b49-5a8a-c99c-19fdf86c34f7-0ffd29f1, #w-node-_87518782-8b49-5a8a-c99c-19fdf86c3503-0ffd29f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}