/* HOMEPAGE */
/* Brand Colors */



























/* Text Colors */


/* Background Colors */









/* Fonts */



/* Pricing 2024 */
/* Brand Colors */



























/* Text Colors */


/* Background Colors */









/* Fonts */



/* Missing Template at Path: \'harvest-theme\/css\/tools\/_accessories.css\' */


/* Pricing Plans */

#pricing-header {
  border-bottom: 1px solid rgba(250, 93, 0, 100%);
  position: relative;
}

#pricing-header::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 248, 241, 0), rgba(255, 248, 241, 1) 70%);
}

#pricing-header .content-wrapper {
  padding-top: 66px;
  padding-bottom: 46px;
}

h1.pricing-headline {
  max-width: 800px;
  margin: 0 auto 20px;
}

h1.pricing-headline strong {
  font-weight: 600;
}

.customer-logo-row {
  padding-top: 10px;
}

.pricing-container {
  display: flex;
  margin: 40px auto 0;
  max-width: 880px;
}

.pricing-option {
  flex: 1;
  padding: 35px;
  font-size: 18px;
  margin: 0;
  border: 1px solid rgba(250, 93, 0, 100%);
  padding: 40px 32px 46px;
  text-wrap: pretty;
}

.pricing-option .button {
  width: auto;
}

.pricing-option .button-trial {
  background-color: #188433;
  border-color: #188433;
  color: #fff;
}

.pricing-option .button-trial:hover,
.pricing-option .button-trial:focus {
  background-color: #11742A;
  border-color: #11742A;
}

.pricing-option .small-text {
  font-size: 14px;
  text-align: center;
}

.pricing-option-details {

}

.pricing-details {
  min-width: 100%;
  text-align: center;
  margin: 12px auto;
}

.price-actions {
  margin-top: 35px;
}

.pricing-option p,
.pricing-option li {
  color: rgba(29, 30, 28, 80%);
  font-weight: 400;
  line-height: 1.2;
}

.pricing-option p,
.pricing-option ul {
  margin-bottom: 24px;
}

.free-option {
  border-right: 1px solid rgba(250, 93, 0, 100%);
  font-size: 19px;
}

.free-option p,
.free-option li {
  font-size: 19px;
}

.pro-option {
  background-image: url('//19495563.fs1.hubspotusercontent-na1.net/hubfs/19495563/raw_assets/public/harvest-theme/images/auras/aura-center-top.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top -14px center;
  font-size: 19px;
}

.pro-option p,
.pro-option li {
  font-size: 19px;
}

.pricing-option h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 8px;
  font-weight: 600;
}

.pricing-option h2 span {
  color: rgba(250, 93, 0, 100%);
}

.pricing-option .amount {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 22px;
  font-weight: 600;
}

.pricing-plan-total .plan-term {
  color: rgba(29, 30, 28, 60%);
  font-size: 18px;
  font-weight: normal;
}

#pricing-header .pricing-container.monthly-pricing { 
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  align-items: flex-end;
  max-width: 911px;
  margin: 56px auto 0
}

#pricing-header .pricing-container .free-option { 
  max-width: 423px;
  width: 100%;
  border-right: 0;
}

.pricing-option-details .annual-price .price-actions { 
  margin-top:16px
}

#pricing-header .pricing-option.pro-option {
  max-width: 510px;
  width: 100%;
  border-radius: 25px 0;
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,.05);
  background-image: url(//19495563.fs1.hubspotusercontent-na1.net/hubfs/19495563/raw_assets/public/harvest-theme/images/auras/hero-aura.jpg);
  background-position: bottom center;
  background-size: 150%;
}

.discount-note {
  font-size: 14px;
  color: rgba(29, 30, 28, 60%);
}

.currency-note {
  line-height: 14px;
  margin-bottom: -14px;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}

#pricing-header .trial-cta {
  margin-top: 70px;
  margin-bottom: 30px;
}

.price-description .price-actions { 
  margin-top: 24px; 
  display: flex; 
  flex-direction: row; 
  align-items: center;
}

#pricing-header .small-text,
.pricing-details .small-text {
  font-size: 14px;
  line-height: 20px;
  color: #6d6e6d;
}

#pricing-header .price-description .price-actions .small-text {
  text-align: left;
  padding-top: 6px;
  padding-left: 18px;
}

#pricing-header .pricing-option.pro-option .price-description {
  position:relative
}

.price-description .most-popular-sec {
  position: absolute;
  right: -70px;
  text-align: center;
  top: -63px;
  background: #c8f0d7;
  border-radius: 15px;
}

.price-description .most-popular-sec p { 
  font-weight: 600;
  font-size:17px;
  line-height:120%;
  margin:0;
  padding:12px 20px;
  color: rgba(0,0,0,0.81);
  white-space: nowrap;
}

@media (max-width: 800px) {
  .pricing-container {
    flex-direction: column;
    font-size: 16px;
  }

  .pricing-option h1.amount {
    font-size: 60px !important;
    margin-bottom: 12px;
    line-height: 43px;
  }

  .pricing-option h2 {
    margin-bottom: 27px;
    line-height: 28px;
  }

  .pricing-option sup {
    font-size: 24px;
    top: -25px;
  }

  .price-description .most-popular-sec {
    right: -50px;
  }

  .plan-details {
    line-height: 1.4;
  }

  .pricing-option {
    padding: 30px 20px;
  }

  .pricing-option > div {
    flex: 1;
  }

  .pricing-option .button {
    width: 100%;
  }

  .price-description .price-actions {
    flex-direction: column;
  }

  #pricing-header .pricing-container.options-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 500px) {
  h1.pricing-headline {
    font-size: 36px !important;
  }

  .price-description .most-popular-sec {
    left: 50%;
    transform: translate(-50%);
    right: unset;
  }
}

/* Pricing Toggle */

.price-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  text-align: center;
  margin-top: 54px;
  margin-bottom: 60px;
}

.price-toggle-container > button {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: default;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  text-align: right;
  transition: 0.1s;
  padding: 0;
}

.price-toggle-container > button > em {
  font-style: normal;
  font-weight: 400;
}

.price-toggle-container > button:last-of-type {
  text-align: left;
}

.price-toggle-container > button:active:focus {
  outline: none;
}

.price-toggle {
  background: rgba(250, 93, 0, 100%);
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 0 10px;
  position: relative;
  transition: 0.2s;
  width: 42px;
}

.price-toggle:after {
  background: #fff;
  border-radius: 14px;
  content: "";
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: 0.15s;
  width: 16px;
}

.view-yearly .price-toggle:after {
  left: 23px;
}

html:not(.view-yearly) .price-toggle-label-monthly {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

html:not(.view-yearly) .price-toggle-label-yearly {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-weight: 600;
}

html:not(.view-yearly) .price-toggle-label-yearly:hover {
  color: rgba(250, 93, 0, 100%);
}

html.view-yearly .price-toggle-label-monthly {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-weight: 600;
}

html.view-yearly .price-toggle-label-monthly:hover {
  color: rgba(250, 93, 0, 100%);
}

html.view-yearly .price-toggle-label-yearly {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.monthly-price {
  display: block;
}

.yearly-price {
  display: none;
}

.view-yearly .yearly-price {
  display: block;
}

.view-yearly .monthly-price {
  display: none;
}

.customer-photo img {
  max-width: 100%;
}

/* Features sections */
#pricing-header .feature-access {
  padding-top:120px
}

#pricing-header .feature-access h2{
  font-size:40px;
  line-height:48px;
  text-align:center;
  margin-bottom:0
}

@media (max-width: 800px) {
  #pricing-header .feature-access {
    padding-top: 20px;
  }
}

/* Customers Say Section */
.customers-say-sec {
  background: #FFF;
  position: relative;
}

.customers-say-sec::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);
}

.customers-say-sec h2 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1em;
}

.customers-say-sec .content-wrapper {
  padding-bottom: 30px;
}

.customers-say-sec .most-say-sec {
  max-width:1080px;
  width:100%;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.customers-say-sec .most-content {
  padding: 15px 22px;
  border-radius:10px 0;
  border:1px solid rgba(250, 93, 0, 100%);
  background:rgba(255,255,255,.5);
  margin: 10px 16px;
  text-align: center;
}

.customers-say-sec .most-content p {
  font-size: 20px;
  color: rgba(29, 30, 28, 60%);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.customers-say-sec .most-say-sec .most-content.featured {
  background: rgba(250, 93, 0, 0.14);
}

.customers-say-sec .most-content.featured p {
  color: rgba(250, 93, 0, 100%);
}

@media (max-width: 800px) {
  .customers-say-sec .content-wrapper {
    padding-top: 40px;
  }
}

@media (max-width: 500px) {
  .customers-say-sec .most-content {
    width: 100%;
  }
}

/* discounts sections */
.harvest-saves {
  padding: 0 20px;
  background: #FFF;
}

.harvest-saves > .content-wrapper {
  padding:120px 0;
  border-bottom: 1px solid rgba(250, 93, 0, 100%);
}

.harvest-saves .discounts-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap:35px;
  row-gap: 35px;
  margin-top: 35px;
  padding-bottom:20px;
}

.discounts-sec .discounts-box {
  background: rgba(255, 248, 241, 100%);
  padding: 40px;
  border-radius: 20px;
}

.discounts-sec .discounts-box h2 {
  font-size: 30px;
  line-height: 1.15;
  text-wrap: pretty;
  margin-bottom: 0;
}

.discounts-sec .discounts-box p {
  color: #6d6e6d;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.discounts-sec .contracts-sec {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.discounts-box .contracts-sec .discount-img { 
  height:72px;
  margin-right:16px;
}


@media (max-width: 800px) {
  .harvest-saves > .content-wrapper {
    padding: 60px 0 40px;
  }

  .harvest-saves .discounts-sec {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .discounts-sec .contracts-sec {
    flex-direction: column;
    text-align: left;
  }

  .discounts-box .contracts-sec h2 {
    font-size: 28px !important;
    margin-bottom: 0;
  }

  .discounts-box p {
    text-align: left;
  }

  .discounts-box .contracts-sec .discount-img {
    margin: 0 auto 12px;
  }
}

.pricing-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 25px;
  grid-column-gap: 70px;
  text-align: center;
}

.pricing-feature-grid h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

#pricing-header .feature-grid ul { 
  margin: 56px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1144px
}

#pricing-header .feature-grid ul li {
  list-style: none;
  padding: 15px 24px 15px 48px;
  border-radius: 10px 0;
  border: 1px solid #fa5d00;
  margin: 11px;
  font-size: 20px;
  line-height: 26px;
  color: #6d6e6d;
  position: relative;
  text-align: center;
}

#pricing-header .feature-grid ul li:before {
  content: '';
  position: absolute;
  left: 18px;
  background-image: url(//getharvest.com/hubfs/landing-pages/icons/orange-check.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
}

.pricing-feature-grid p.feature-text {
  color: rgba(29, 30, 28, 60%);
  font-size: 16px;
}

@media (max-width: 800px) {
  .pricing-feature-grid {
    grid-template-columns: 1fr;
  }

  #pricing-header .feature-grid ul { 
    margin-top: 1em;
  }
}

@media (max-width: 500px) {
  #pricing-header .feature-grid ul li {
    width: 100%;
    text-align: left;
  }
}

#pricing-reviews .review-row {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
}

#pricing-reviews .review-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  flex: 1;
  box-shadow: 0 0 15px rgba(0,0,0,0.03);
}

.review-box p,
.review-author {
  font-size: 15px;
  color: rgba(29, 30, 28, 60%);
}

.review-box p {
  margin-bottom: 20px;
  display: block;
}

.review-author {
  border-top: 1px solid rgba(0,0,0,0.1);
  display: inline-block;
  padding-top: 20px;
}

.review-date {
  white-space: nowrap;
}

.review-rating {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.review-date {
  font-size: 13px;
  color: rgba(29, 30, 28, 60%);
}

.rating-summary h4 {
  font-weight: 500;
}

.review-box.rating-summary {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1020px) {
  #pricing-reviews .review-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
  }

  .desktop-review {
    display: none;
  }
}

@media (max-width: 800px) {
  #pricing-reviews .review-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.features-template #forecast-hero {
    background-image: url(//45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/features-hero-aura-bg.png);
}

.features-template #forecast-hero .content-wrapper.first-wrapper {
    padding-bottom: 60px;
}

.features-template h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 15px;
}

.features-template h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
}

.features-template #forecast-hero .content-wrapper {
    max-width: 840px;
}

.features-template #forecast-hero .hero-alt-head {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
}

.features-template #forecast-hero .hero-subhead {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
    width: unset;
    max-width: unset;
}

.features-template #forecast-hero .eyebrow {
    letter-spacing: .05em;
    font-size: 20px;
}

.anchor-icon-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.fc-pricing .anchor-icon-blocks {
    margin-top: 40px;
}

#forecast-hero .anchor-icon-blocks.content-wrapper {
    margin-bottom: 60px;
    padding-top: 0;
}

.anchor-icon-blocks .anchor-icon-block { 
    flex: 0 0 180px;
    border: 1px solid rgba(250, 93, 0, 100%);
    text-align: center;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: all 0.2s;
}

.anchor-icon-block .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
}

.img-wrapper img {
    max-width: 82px;
    max-height: 65px;
}

.anchor-icon-block a {
    text-decoration: none;
    padding: 5px 15px 15px;
    color: rgba(29, 30, 28, 100%);
    transition: all 0.2s;
}

.anchor-icon-block a:hover {
    text-decoration: none !important;
    color: rgba(250, 93, 0, 100%);
}

.anchor-icon-block p.inner-text {
    margin: 0;
    font-size: 18px;
}

.anchor-icon-block .inner-text::after {
    content: '';
    padding-bottom: 20px;
    background-image: url(//45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/down-carrot.svg);
    background-size: 20px 10px;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    transition: transform 0.3s;
}

#forecast-hero .anchor-icon-block:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

#forecast-hero .anchor-icon-block:hover .inner-text::after {
    transform: translateY(5px);
}

.anchor-icon-block.visualize-capacity img {
    transform: translateX(3px);
}

.features-template .cards {
    gap: 35px;
}

.features-template .cards .card {
    background: rgba(255, 248, 241, 100%);
    border-radius: 16px;
    text-align: left;
    padding: 20px;
    width: auto;
}

.features-template .cards .card img {
    float: left;
    margin: 0 0 20px 0;
}

.features-template .cards .card__text {
    text-align: left;
}

.features-template .cards .card__text h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1em;
}

.features-template .cards .card__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}


.features-template .testimonial-interstitial,
.features-template .handf-interstitial {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #FFF;
    padding: 32px 28px;
    border-radius: 20px;
    align-items: center;
}

.features-template .testimonial-interstitial .testimonial-headshot {
    flex: 0 0 75px;
    height: 75px;
    border-radius: 100px;
    border: 1px solid rgba(250, 93, 0, 100%);
}

.features-template .testimonial-interstitial .testimonial-text {
    flex: 0 1 100%;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 0 28px;
    padding: 0;
}

.features-template .testimonial-interstitial blockquote {
    margin-bottom: .5em;
}

.features-template .testimonial-interstitial .attribution {
    font-size: 15px;
    line-height: 1.45;
    color: rgba(29, 30, 28, 60%);
    margin: 0;
}

.features-template .testimonial-interstitial .attribution strong {
    color: rgba(29, 30, 28, 100%);
    font-weight: 600;
}

.features-template .handf-interstitial .lead-image {
    flex: 0 0 57px;
    height: 57px;
}

.features-template .handf-interstitial .meat-text {
    flex: 0 1 100%;
    margin: 0 28px;
    padding: 0;
}

.features-template .handf-interstitial .meat-text h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.features-template .handf-interstitial p {
    font-size: 20px;
    line-height: 1.2;
    color: rgba(29, 30, 28, 60%);
    margin: 0;
}

.features-template .handf-interstitial .button {
    white-space: nowrap;
}

  /* broad typography updates */
  .forecast h1 {
    font-size: 60px;
    margin-bottom: 15px;
  }

  .forecast .eyebrow,
  #forecast-hero .eyebrow,
  #main-content.forecast .eyebrow {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
  }

  .forecast h2 {
    font-size: 50px;
  }

  .forecast .heading {
    margin-bottom: 15px;
  }

  .forecast .subhead,
  .forecast .hero-subhead {
    color: rgba(29, 30, 28, 80%);
    margin-bottom: 10px;
  }

  .forecast .limit-960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .forecast .limit-900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .forecast .limit-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .forecast .limit-640 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 850px) {
    .forecast h1 {
      font-size: 40px;
    }

    .forecast .subhead,
    .forecast .hero-subhead {
      font-size: 22px;
    }
  }

  .flex-row.flex-row-2 .flex-col {
    width: 50%;
  }

  @media (max-width: 850px) {
    .flex-row.flex-row-2 .flex-col {
      width: 100%;
    }
  }

  .screenshot-container img {
    border: none !important; /* TODO: hate this and will fix */
  }

  #forecast-hero {
    background-image: url(https://45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/Aura-cut-hero.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: rgba(255, 248, 241, 100%);
    overflow: clip;
  }

  .handf-template #forecast-hero,
  .case-study #forecast-hero {
    background-image: url(//45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/aura-bg-handf.png);
    background-size: 1000px;
    background-position: bottom right;
  }

  #forecast-hero.homestyle .content-wrapper {
    padding-bottom: 0 !important;
  }

  #forecast-hero .content-wrapper,
  #forecast-hero .content-wrapper.first-wrapper {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  #forecast-hero h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }

  #forecast-hero h1.hero-headline {
    font-size: 75px;
  }
  
  #forecast-hero .hero-subhead,
  #forecast-hero .hero-subhead span {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
  }

  .forecast .content-wrapper h3 {
    font-weight: 400;
  }

  #forecast-hero #forecast-inline-form {
    max-width: 500px;
    margin: 0 auto;
  }

  #forecast-hero #forecast-inline-form .trial-terms {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }

  #forecast-hero-image-wrapper {
    position: relative;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    margin-top: -15px;
  }

  #forecast-hero-image-wrapper img {
    max-width: 100%;
  }

  #forecast-customers .customers-header {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-cta-simple {
    background: url(https://45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/forecast-cta-bg.png) left bottom / cover no-repeat rgba(255, 248, 241, 100%);
  }

  .forecast .footer-cta-simple h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .forecast .footer-cta-simple h4 {
    font-size: 24px;
  }

  .footer-illustration {
    max-width: unset;
  }

  .aura-gen-content {
    background-image: url(https://45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/Aura-cut-gen-content-bg.png);
    background-position: left -100px bottom -150px;
    background-repeat: no-repeat;
  }

  .starting-lower .row-number-1 {
    margin-top: 0;
    padding-top: inherit;
  }

.main-nav #forecast-logo-wrap {
  display: flex;
  width: 198px;
  border-right: 1px solid rgba(29, 30, 28, 0.05);
}

.header .main-nav .harvest-flag {
  border-right: none;
  margin-right: 15px;
  margin-top: -29px;
}

.header .main-nav .harvest-flag-mobile {
  display: none;
}

.header .main-nav .forecast-type {
  position: relative;
  top: 8px;
  height: 25px;
}

.header .main-nav .forecast-type a {
  
}

#features-header .first-wrapper {
  padding-bottom: 0;
}

@media (min-width: 851px) { /* this matches the current setup, flexbox shouldn't need this TODO: review */
  .main-nav .forecast-desktop {
    width: calc(100% - 198px);
  }
}

@media (max-width: 850px) {
  .content-wrapper.main-nav {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header #forecast-logo-wrap {
    margin-top: 0;
  }

  .header .main-nav .harvest-flag {
    display: none;
  }

  .header .main-nav .harvest-flag-mobile {
    margin-left: 20px;
    margin-right: 0;
    display: block;
  }

  .header .main-nav .forecast-type {
    padding-left: 12px;
  }
}

.content-wrapper h1,
#main-content h2,
.content-wrapper h3 {
  font-weight: 500;
}

.content-wrapper p {
  font-size: 20px;
  line-height: 1.2;
}

.content-wrapper blockquote p {
  font-size: 24px;
  line-height: 1.5;
}

/* tweak existing styles to line up with different typography. Ultimately these should probably be in ems/% */
.forecast blockquote p:before {
  top: 7px;
  position: relative;
  height: 26px;
  display: inline-block;
  left: -6px;
}

.forecast blockquote p:after {
  margin-top: 7px;
}

.forecast blockquote.quote-text {
  position: relative; 
}

.forecast blockquote.quote-text:before {
  content: "";
  position: absolute;
  top: 37px;
  left: 28px;
  width: 17px;
  height: 13px;
  background-image: url('//19495563.fs1.hubspotusercontent-na1.net/hubfs/19495563/raw_assets/public/harvest-theme/images/icons/quote-open.svg');
  background-repeat: no-repeat;
}

.forecast blockquote.quote-text:after {
  content: "";
  position: absolute;
  margin-top: 3px;
  margin-left: 7px;
  width: 17px;
  height: 13px;
  background-image: url('//19495563.fs1.hubspotusercontent-na1.net/hubfs/19495563/raw_assets/public/harvest-theme/images/icons/quote-close.svg');
  background-repeat: no-repeat;
}

#features-navigation {
  display: flex;
  margin-top: 75px;
  margin-left: -10px;
  margin-right: -10px;
}

#features-navigation a {
  padding: 20px;
  color: rgba(250, 93, 0, 100%);
  border: 1px solid rgba(250, 93, 0, 100%);
  box-sizing: border-box;
  flex: 1;
  border-radius: 16px;
  font-size: 0;
  color: inherit;
  transition: background 0.2s;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.feature-item {
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(250, 93, 0, 100%);
}

.feature-item:first-of-type {
  border-top: 1px solid rgba(250, 93, 0, 100%);
}

.feature-item h3 {
  margin-bottom: 0;
  line-height: 1.2;
}

.offset-icon-left {
  margin-left: -15px;
}

.feature-icon-container {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.feature-title h4 {
  margin-bottom: 0;
  line-height: 1.2;
}

.feature-icon {
  width: 100%;
  height: auto;
  max-height: 80px;
  max-width: 80px;
}

#features-navigation h3 {
  margin-bottom: 0;
}


#features-navigation a:focus{
  text-decoration: none;
}

#features-navigation a:hover {
  color: rgba(250, 93, 0, 100%);
  background: rgba(250, 93, 0, 5%);
  text-decoration: none;
}

#features-navigation a h3 {
  transition: color 0.2s;
  font-size: 24px;
  width: 100%;
}

#features-navigation a:hover h3 {
  color: rgba(250, 93, 0, 100%);
}


#features-navigation .nav-icon {
  margin-right: 17px;
}

#features-navigation .arrow-icon {
  position: relative;
  top: 4px;
  margin-left: 10px;
  float: right;
}

.features-section-block {
  margin-top: -80px;
  padding-top: 80px;
}


.features-section-block p {
  margin-bottom: 0;
}

.subheading-paragraph {
  margin-top: 20px;
  font-size: 22px;
}

/* responsive typography overrides */
@media (max-width: 850px) {
  #forecast-hero h1.hero-headline {
    font-size: 50px;
  }

  #forecast-hero .hero-subhead {
    font-size: 24px;
  }
}

.screenshot-container {
  font-size: 0;
  padding-top: 0;
  background: none;
}

.aura-trail {
  position: relative;
}

.aura-trail:before {
  background-size: cover;
  width: 340px;
  height: 250px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  left: -340px;
  z-index: -1;
  bottom: 0;
}

.feature-row {
  margin-top: 100px;
}

.aura-trail-right:before {
  background-image: url('//19495563.fs1.hubspotusercontent-na1.net/hubfs/19495563/raw_assets/public/harvest-theme/images/auras/aura-trail-right.jpg');
}

.aura-trail-left:before {
  background-image: url('//19495563.fs1.hubspotusercontent-na1.net/hubfs/19495563/raw_assets/public/harvest-theme/images/auras/aura-trail-left.jpg');
  bottom: 5%;
}

.second-row {
  margin-top: 50px;
}

@media (max-width: 1180px) {
  #features-navigation a {
    padding: 15px;
  }
  #features-navigation a h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 1050px) {
  #features-navigation {
    flex-direction: column;
    margin-top: 50px;
  }
  #features-navigation a {
    margin-bottom: 30px;
  }
  #features-navigation a:last-of-type {
    margin-bottom: 0;
  }
}


@media (max-width: 950px) {
  .first-wrapper {
    margin-bottom: 75px;
  }

  .responsive-image {
    margin: 0  auto;
  }
  .feature-icon {
    height: auto;
    max-width: 80px;
  }

  .aura-trail:before {
    display: none !important;
  }
}

@media (max-width: 850px) {
  .feature-row {
    margin-top: 0;
  }

  .feature-icon-container {
    flex: 0 0 60px;
  }

  .feature-icon {
    max-width: 60px;
  }

  .feature-title {
    margin-bottom: 10px;
  }

  .feature-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-col p {
    font-size: 18px;
  }

  .screenshot-container {
    margin: 20px auto;
  }

  .subheading-paragraph {
    padding-right: 0;
    font-size: 20px;
  }

  .second-row {
    margin-top: 0;
  }

  .photo-container {
    display: none;
  }
}

/* customer quote styles - to be cleaned up as these become final */
#forecast-customers {
  background: #FFF;
}

#forecast-customers .customer-logo-row {
  margin-top: 50px;
  margin-bottom: -50px;
}

.bubble-contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bubble-contents > span,
.bubble-contents .quote {
  flex: 1;
  padding: 0;
  display: flex;
  align-items: center;
  just
}

.bubble-contents .quote {
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  background-size: 67px 317px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: rgba(255, 248, 241, 100%);
  padding: 40px 40px 20px;
  max-width: 850px;
  border-radius: 20px;
  text-align: center;
}

.quote-contents {
}
.bubble-contents img {
  width: 100% !important;
  height: auto;
  max-width: 100%;
}

.bubble-contents .hs_cos_wrapper_type_image {
  display: none;
}

.forecast .bubble-contents .quote-headshot {
  border: 1px solid #fa5d00;
  border-radius: 100px;
  height: 75px;
  width: 75px !important;
  margin-bottom:
}

@media (max-width: 1200px) {
  .bubble-contents img {
    height: auto;
  }
}

@media (max-width: 850px) {
  .bubble-contents {
    flex-direction: column;
  }

  .bubble-contents img {
    width: 100%;
    max-width: 100%;
  }

  .bubble-contents .quote {
    background-size: 50px 200px;
    background-position: right center;
  }

  .bubble-contents .quote-contents {
    margin: 0;
  }
}

.bubble-contents .quote blockquote {
  font-size: 22px;
  text-indent: 17px;
}

.bubble-contents > span {
  border-right: none;
}

.quote-attribution {
  display: block;
  margin-top: 0;
  font-weight: 500;
  color: rgba(29, 30, 28, 100%);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.44;
}


#customer-quotes-content {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

#customer-quotes-toggles {
  position: relative;
  text-align: center;
}

#customer-quotes-toggles span {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid rgba(250, 93, 0, 100%);
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s;
  margin-right: 5px;
}

#customer-quotes-toggles span:hover {
  background-color: rgba(250, 93, 0, 20%);
}

#customer-quotes-toggles span.active {
  background-color: rgba(250, 93, 0, 100%);
}

/* handf template */
.handf-template #forecast-hero {
  display: flex;
}

.handf-template #forecast-hero .content-wrapper.first-wrapper {
  padding-bottom: 100px;
}

#forecast-hero .hero-column {
  flex: 1 0 50%;
  text-align: left;
}

.handf-template #forecast-hero .hero-column.hero-text-column {
  padding-right: 40px;
  padding-left: 0;
}

.handf-template #forecast-hero .hero-column.hero-image-column {
  padding-right: 0;
}

.handf-template #forecast-hero .hero-column img {
  max-width: 100%;
}

.handf-template #forecast-hero .hero-subhead,
.handf-template #forecast-hero .hero-subhead span {
  max-width: 100%;
  font-size: 26px;
}

.handf-template #forecast-hero .small-text {
  display: inline-block;
  font-size: 14px;
  color: rgba(29, 30, 28, 60%);
  padding-left: 20px;
}

.handf-interstitial.handf-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFF;
  padding: 40px 40px;
  border-radius: 20px;
}

.handf-wrapper .column {
  flex: 1 0 50%;
}

.handf-wrapper .column.column-one {
  padding-right: 40px;
  padding-left: 0;
}

.handf-wrapper .column.column-two {
  padding-left: 40px;
  border-left: 1px solid rgba(29, 30, 28, 20%);
  padding-right: 0;
}

.handf-interstitial.handf-wrapper h3 {
  font-size: 26px;
  font-weight: 400;
}

.handf-interstitial.handf-wrapper p {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 850px) {
  #main-content.handf-template #forecast-hero .hero-column {
    flex: 1 1 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .handf-template #forecast-hero .hero-subhead,
  .handf-template #forecast-hero .hero-subhead span {
    font-size: 22px;
  }

  .handf-template #forecast-hero .small-text {
    padding-left: 0;
  }

  .handf-interstitial.handf-wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }

  .handf-interstitial.handf-wrapper .column {
    flex: 1 1 100%;
    padding: 0;
    border-left: none;
  }

  .handf-interstitial.handf-wrapper .column.column-two {
    border-top: 1px solid rgba(29, 30, 28, 20%);
    padding-top: 40px;
    margin-top: 40px;
  }
}

/* theme overrides */
.forecast .button:hover {
  background-color: ;
  color: #FFF;
  transition: color .2s, background-color .2s;
}

/* home anchor block section added */
.home-anchors {
  background: #FFF;
}

.home-anchors h2 {
  font-size: 42px;
}

.home-anchors h3 {
  font-size: 23px;
}

.home-anchors .anchor-icon-block {
  background: rgba(255, 248, 241, 100%);
  flex-basis: 270px;
  border: none;
}

.home-anchors .anchor-icon-block:hover {
  background: #fbf4ee;
  transition: background-color 0.2s, color 0.2s;
}

.home-anchors .section-actions {
  margin-top: 60px;
}

.home-anchors .anchor-icon-block .inner-text {
  font-size: 24px;
  line-height: 1.2;
  color: rgba(29, 30, 28, 100%);
  font-weight: 600;
  margin-bottom: 12px;
}

.home-anchors .inner-subtext {
  font-size: 16px;
  line-height: 1.2;
  color: rgba(29, 30, 28, 60%);
}

.home-anchors .link-out {
  color: rgba(250, 93, 0, 100%);
  font-size: 16px;
  font-weight: 500;
}

.home-anchors .link-out::after {
  content: '';
  display: inline-block;
  padding-bottom: 20px;
  background-image: url(//45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/down-carrot.svg);
  background-size: 12px 6px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  width: 20px;
  transform: rotate(270deg);
  position: relative;
  top: 1px;
  transition: background-position 0.5s;
}

.home-anchors .anchor-icon-block:hover .link-out::after {
  background-position: 0 9px;
}

.home-anchors p {
  margin-bottom: 12px;  
}

.home-anchors .inner-text::after {
  display: none;
}

.standard-scroll-anchor {
  scroll-margin-top: 150px;
}

/* customer logos block for forecast */
.forecast.customer-logos .customer-logo-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  gap: 25px;
}

.forecast.customer-logos img {
  max-width: 15%;
  height: auto;
  margin: 0;
}

.forecast .feature-header h3 {
  font-size: 26px;
}

/* footer styling overrides, should be kept minor or we should rework the footer markup */
.footer.forecast-2024 .footer-logo {
  flex-basis: 20%;
  min-width: 260px;
}

.footer.forecast-2024 .flex-col.col-large {
  flex-basis: 80%;
}

.footer.forecast-2024 .hs-menu-wrapper>ul {
  padding-right: 20px;
  padding-left: 20px;
}

/* case studies */
.forecast.case-study .flex-col {
  padding: 0;
}

.forecast.case-study .flex-row {
  margin-left: auto;
  margin-right: auto;
}

.forecast.case-study h1 {
  line-height: 1;
  margin-bottom: 18px;
}

.forecast.case-study h2 {
  font-size: 47px;
  font-weight: 400;
  line-height: 1.2;
}

.forecast.case-study .customer-logo {
  margin-bottom: 30px;
  margin-top: 10px;
}

.cs-image img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0px 4px 8.8px 0px rgba(0, 0, 0, 0.16);
}

.meta-pill {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(250, 93, 0, 100%);
  border-radius: 15px;
  width: 100%;
  margin: 30px auto 60px;
  padding: 15px 0;
}

.mp-topic {
  border-right: 1px solid rgba(250, 93, 0, 100%);
  flex: 1 0 33%;
  padding: 3px 20px;
}

.mp-topic.mp-last {
  border-right: none;
}

.meta-pill h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 6px auto;
  padding: 0;
}

.meta-pill p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.cs-body-section {
  background: #FFF;
}

.forecast .testimonial-interstitial-wrapper {
  background-color: #FFF8F1;
  background-image: url('https://45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/testimonial-aura-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.forecast .testimonial-interstitial {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #FFF;
  padding: 32px 28px;
  border-radius: 20px;
  align-items: center;
}

.forecast .testimonial-interstitial .testimonial-headshot {
  flex: 0 0 75px;
  height: 75px;
  border-radius: 100px;
  border: 1px solid #FA5D00;
}

.forecast .testimonial-interstitial .testimonial-text {
  flex: 0 1 100%;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 0 28px;
  padding: 0;
}

.forecast .testimonial-interstitial blockquote {
  margin-bottom: .5em;
}

.forecast .testimonial-interstitial .attribution {
  font-size: 15px;
  line-height: 1.45;
  color: rgba(29, 30, 28, 0.60);
  margin: 0;
}

.forecast .testimonial-interstitial .attribution strong {
  color: #1D1E1C;
  font-weight: 600;
}

.forecast .case-study .testimonial-interstitial {
  background: rgba(255, 248, 241, 100%);
  border-left: 3px solid rgba(250, 93, 0, 100%);
  border-radius: 0;
  flex-direction: column;
  margin: 20px auto;
  padding: 32px 28px 20px;
}

.forecast .case-study .quote-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 100%;
  align-items: center;
}

.forecast .case-study .testimonial-text {
  margin: 0;
  font-size: 26px;
  font-style: italic;
  line-height: 1.45;
}

.forecast .case-study .quote-footer .testimonial-headshot {
  height: 42px;
  width: 42px;
  flex-basis: auto;
  margin-right: 20px;
}

.forecast .case-study-listing .listing-logos {
  background: #FFF;
}

.forecast .case-study-listing .listing-logos .content-wrapper {
  padding: 40px 0;
}

.case-study-detail #forecast-hero .hero-image-column {
  margin-bottom: 40px;
}

.forecast .case-study-listings {
  background: #FFF;
}

.forecast .case-study .hero-subhead {
  text-align: left;
}


.forecast #forecast-hero .price-actions {
  text-align: center;
  color: rgba(29, 30, 28, 60%);
}

.forecast #forecast-hero .price-actions .small-text {
  margin-top: 1em;
  font-size: 14px;
}

.case-study-detail #forecast-hero .content-wrapper {
  padding-top: 20px;
}

.case-study-listing #forecast-hero {
  padding-bottom: 60px;
  background-image: url(//45097892.fs1.hubspotusercontent-na1.net/hubfs/45097892/features-hero-aura-bg.png);
}

.case-study-listing #forecast-hero .content-wrapper {
  max-width: 800px;
}

.forecast .case-study-listing article {
  align-items: center;
  border-top: 1px solid rgba(250, 93, 0, 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}

.forecast .case-study-listing .flipped .case-study-description {
  width: 100%;
}

.forecast .case-study-listing .case-study-description .cs-logo {
  max-width: 40%;
  max-height: 100px;
}

.forecast .case-study-listing .short-summary {
  margin: 30px auto;
  min-width: 100%;

}

.forecast .case-study-listing .short-summary p {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.333;
  margin-bottom: 0;
} 

.forecast .case-study-listing .short-summary p em {
  color: rgba(250, 93, 0, 100%);
  font-style: normal;
}

.forecast .case-study-listing .case-study-image-wrapper img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0px 4px 8.8px 0px rgba(0, 0, 0, 0.16);
}

.forecast .case-study-listing .case-study-listings .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.forecast .case-study .content-wrapper p {
  line-height: 1.4;
}

@media(min-width: 1280px) {
  .forecast .case-study-listing .case-study-listings .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(min-width: 851px) {
  .forecast.case-study .hero-image-column {
    padding-left: 40px;
    justify-content: center;
  }

  .forecast.case-study .hero-text-column {
    padding-right: 40px;
  }

  .forecast .case-study-listing .flipped .case-study-image-wrapper {
    order: 2;
  }

  .forecast .case-study-listing .flipped .case-study-description {
    order: 1;
  }

  .case-study-detail #forecast-hero {
    padding-bottom: 40px;
  }

  .case-study-detail #forecast-hero .fc-breadcrumb {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

@media (min-width: 851px) and (max-width: 950px) {
  .forecast .megamenu .menu-item {
    font-size: 12px;
    margin: 0 10px;
  }
}