body {
  background-color: #f7f4ef;
  color: #424242;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.5px;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.libre-baskerville-bold-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: italic;
}

#coming {
  background: #fc684e;
  color: #FFF;
  min-width: 310px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

h3 {
  font-size: calc(1.1rem + .6vw)
}

p, ul, ol {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.2px;
}

p:last-child {
  margin-bottom: 0;
}

p a {
  color: #cb916c;
}

p a:hover {
  color: #1a2b22;
}

p sup {
  font-size: 50%;
  top: -10px;
  margin-left: 3px;
}

.logo {
  max-width: 180px;
  margin: 0 auto;
}

.bg-primary {
  background-color: #a48370 !important;
}
.bg-light-{
  background-color: #cb916c !important;
}

.text-primary {
  color: #334f41 !important;
}

.text-secondary {
  color: #d1aa41 !important;
}

.text-dark {
  color: #424242 !important;
}

mark {
  background-color: #e9f0e9 !important;
  line-height: 1.5;
}

.wrapper {
  max-width: 1024px;
  margin: 0 auto 0 auto;
}

.content {
  padding: 0;
}

.card-text {
  font-weight: 700;
  font-style: italic;
}

.btn-cta {
  background-color: #3A5A40;
  border-bottom: 5px solid #1a2b22;
  border-right: 5px solid #1a2b22;
  border-radius: 50px;
  color: #f2ebdd;
  display: block;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin: 30px 0;
  padding: 20px 15px;
  font-size: 26px;
}

.btn-cta:hover {
  color: #f2ebdd;
  background-color: #334f41;
  border-bottom: 3px solid #1a2b22;
  border-right: 3px solid #1a2b22;
}

ul.check-list {
 list-style: none;
 padding: 0;
 margin-left: 40px ;
}

ul.check-list li {
 position: relative;
 padding-left: 30px;
 margin-bottom: 20px;
}

ul.check-list li::before {
 content: "";
 background-image: url('https://cdn.truegcloud.com/7thmanna/bloomdaily/checklist.svg'); /* Path to your SVG file */
 background-size: contain;
 background-repeat: no-repeat;
 width: 20px; /* Adjust size as needed */
 height: 20px;
 position: absolute;
 left: 0;
 top: 5px;
}


blockquote {
  background-color: #f2eadd;
  border-radius: 5px;
  padding: 40px 25px 35px 25px;
  text-align: center;
}

blockquote div {
  max-width: 630px;
  margin: 0 auto;
}

blockquote h4 {
  font-weight: 600;
}

.tag-list {
  padding: 0;
}

.tag-list li {
  border-right: 1px solid #252525;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  list-style-type: none;
  padding: 0 6px;
}

.tag-list li:last-child {
  border-right: none;
}

.tag-list li h6 {
  letter-spacing: -0.2px;
  margin: 0;
}

.accordion .accordion-item .accordion-body p {
  display: flex;
  font-size: 16px;
  word-break: break-word;
  margin-bottom: 10px;
}

.accordion .accordion-item .accordion-body p a {
  color: #424242;
  text-decoration: none;
}

.accordion .accordion-item .accordion-body p a:hover {
  color: #cb916c;
  text-decoration: underline;
}

.accordion-button:not(.collapsed) {
  background-color: #f2eadd;
  color: #424242 !important;
}

.accordion .accordion-item .accordion-body .footerCit {
  display: flex;
  min-width: 20px;
  padding-right: 10px;
}

ul li sup {
  font-size: 50%;
  top: -10px;
  margin-left: 3px;
}


footer {
  background: hsla(15, 21%, 65%, 1);
  background: linear-gradient(270deg, hsla(15, 21%, 65%, 1) 0%, hsla(4, 17%, 48%, 1) 100%);
  background: -moz-linear-gradient(270deg, hsla(15, 21%, 65%, 1) 0%, hsla(4, 17%, 48%, 1) 100%);
  background: -webkit-linear-gradient(270deg, hsla(15, 21%, 65%, 1) 0%, hsla(4, 17%, 48%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#b89c93", endColorstr="#8e6865", GradientType=1 );
  text-transform: uppercase;
}

footer ul {
  padding: 0;
}

footer ul li a {
  color: #FFF;
  text-decoration: none;
}

footer ul li a:hover,
footer a:hover {
  color: #1a2b22 !important;
}

footer ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  list-style-type: none;
}

footer ul li:first-child:before {
  content: "";
  padding: 0;
}

footer ul li:before {
  content: "/";
  padding: 0 8px;
}

footer .logo {
  max-width: 350px;
}

footer p,
footer h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
  }
  .content {
    padding: 15px 30px;
  }
  .wrapper {
    margin: 0 auto 70px auto;
  }
  p, ul, ol {
    font-size: 19px;
  }
  .logo {
    margin: 0;
    max-width: 250px;
  }
  blockquote {
    padding: 40px 40px 35px 40px;
  }
}

@media (max-width: 480px){
  ul.check-list {
 list-style: none;
 padding: 0;
 margin-left: 0px ;
}
.btn-cta {
  font-size: 20px;
}
}