a.link,
.link {
  color: var(--info-blue);
  text-decoration: underline;
}

a.link:hover,
.link:hover {
  color: var(--info-blue-hover);
  text-decoration: none;
}

ul.list li {
  margin-left: 1.2rem;
}

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

.hero-section p.hero-subtitle {
  font-size: 1.275rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .hero-section p.hero-subtitle {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-section {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .hero-section div.position-relative.margin-top-sm {
    text-align: center;
  }
}

.hero-section .btn.btn-pink {
  font-size: 1rem;
  padding: 0.8rem 1.65rem;
  width: 100%;
  margin-right: 0;
  margin-top: 2rem;
}

.hero-section .links-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .hero-section .links-wrapper {
    max-width: 280px;
  }
}

.hero-section .links-wrapper a.dark-link:hover {
  color: var(--info-blue);
  text-decoration: none;
}

.hero-section .links-wrapper p {
  margin-top: 0.5rem;
}

.hero-section .links-wrapper p .divider {
  font-size: 14px;
  opacity: 0.5;
}

.header-blue-light-bg {
  background: linear-gradient(180deg, #EFF4FE 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
}

.links {
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 768px) {
  .links {
    text-align: center;
    margin: auto;
    justify-content: space-around;
  }
}


.workflow-cards {
  display: flex;
}

.workflow-section .workflow-card {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  min-width: 220px;
  flex: 1;
}

.workflow-section .workflow-card div:first-child {
  min-height: 94px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  #hero-section {
    text-align: center;
  }

  .workflow-cards {
    flex-direction: column;
  }

  .workflow-section .workflow-card {
    margin-top: 30px;
  }

  .workflow-section .workflow-card:nth-child(2)::before,
  .workflow-section .workflow-card:nth-child(2)::after {
    display: none !important;
  }

}

.workflow-section span.workflow-title {
  margin-top: 1rem;
}

.workflow-section p.workflow-description {
  margin-top: 0.5rem;
}

.workflow-section img.workflow-icon {
  display: block;
  margin: 0 auto;
}

.workflow-section .workflow-card {
  padding: 1rem 1.5rem 2rem;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

.workflow-section .workflow-card:nth-child(2) {
  position: relative;
}

.workflow-section .workflow-card:nth-child(2)::before,
.workflow-section .workflow-card:nth-child(2)::after {
  content: " ";
  position: absolute;
  background-image: url("/img/partners/2022-redesign/connector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  top: 50%;
}

@media (max-width: 767px) {

  .workflow-section .workflow-card:nth-child(2)::before,
  .workflow-section .workflow-card:nth-child(2)::after {
    display: none;
  }
}

.workflow-section .workflow-card:nth-child(2)::after {
  right: -1.65rem;
}

.workflow-section .workflow-card:nth-child(2)::before {
  left: -1.65rem;
}

.logostrip {
  margin-bottom: 0;
}

.hearticon {
  margin-bottom: -1px !important;
}

p.subtext {
  font-family: var(--font-regular);
  color: var(--white);
  font-size: 0.9rem;
  margin-top: 0.65rem;
  margin-bottom: 0;
}

.bluebg .btn.btn-pink {
  font-size: 1rem;
  padding: 0.8rem 1.65rem;
  width: 100%;
  max-width: 300px;
  margin-right: 0;
}

.box-testimonial {
  border-radius: 10px;
  max-width: calc(1200px - 2rem);
  position: relative;
  padding: 3rem 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .box-testimonial {
    padding: 2rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 991px) {
  .box-testimonial {
    padding: 1rem 2rem 1rem 2rem;
    margin-top: 7rem;
  }
}

.box-testimonial .photo {
  position: absolute;
  right: 0;
  bottom: -5px;
  max-width: 420px;
}

@media (max-width: 768px) {
  .box-testimonial .photo {
    display: none;
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .box-testimonial .photo {
    max-width: 350px;
  }
}

@media (min-width: 1100px) {
  .box-testimonial .photo {
    margin-right: 5%;
  }
}


.box-testimonial .quote {
  max-width: 600px;
  width: 60%;
  position: relative;
}

@media (max-width: 768px) {
  .box-testimonial .quote {
    width: 100%;
    max-width: 100%;
  }
}

.box-testimonial h5 {
  line-height: 1.5;
  margin-top: 10px;
}

.text p {
  text-align: left;
}

.singlerow.container {
  margin-top: 0;
}

.what-we-do-for-you {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
  gap: 2rem;
}

.what-we-do-for-you>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 768px) {
  .what-we-do-for-you>div {
    gap: 2rem;
  }
}

.what-we-do-for-you p {
  width: 100%;
  color: var(--main-dark);
  margin-top: 0;
}

.what-we-do-for-you p .bold {
  font-family: var(--font-medium);
}

.what-we-do-for-you .icon-text-wrapper i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-right: 1rem;
  font-size: 1.5rem;
  border-radius: 4px;
  height: 44px;
  width: 48px;
}

.what-we-do-for-you .checklist p {
  padding-left: 3.3rem;
  position: relative;
  width: 100%;
}

.what-we-do-for-you .checklist p::before {
  content: "L";
  font-family: "better-proposals" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: var(--success-green);
  position: absolute;
  left: 1rem;
}

.map {
  width: 115%;
  max-width: 115%;
  margin-left: -15%;
  margin-right: 0%;
}

@media (max-width: 768px) {
  .map {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 990px) {
  h2 {
    font-size: 2rem;
  }
}

/* Exit popup */
#bio_ep {
  width: 100vw !important;
  height: 100vh !important;
  font-family: "Relativetheory", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
  color: #FFF !important;
  opacity: 0.99 !important;
}

#exit-popup .button.cta {
  text-transform: capitalize;
  background: var(--primary-pink);
  border: 1px solid var(--primary-pink);
  padding: 15px 30px;
  border-radius: 4px;
  color: #FFF;
  font-family: "Relativetheory Bold", -apple-system, system-ui, BlinkMacSystemFont, Helvetica, Lato, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.04em;
  width: 240px;
  display: inline-block;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  outline: none;
  transition: all 0.3s ease;
}

#exit-popup .button.cta:hover {
  background: #F1758F;
  border: 1px solid #F1758F;
}

#bio_ep_close {
  display: none;
}

.popup-leftpane,
.popup-rightpane {
  height: 100vh;
}

.popup-leftpane {
  background-color: #21252F;
  margin-right: 0px;
  width: 59.5%;
}

.popup-logo {
  width: 150px;
  height: 50px;
  margin: 0px 0px 10px 0px;
  background-image: url("../img/layout/logo-newwhite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 150px;
}

.popup-image-jessica {
  width: 100%;
  height: 100%;
  background-image: url("../img/layout/exitpopup-jessica.JPG");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.popup-image-jesse {
  width: 100%;
  height: 100%;
  background-image: url("../img/layout/exitpopup-jesse.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.popup-image-nicole {
  width: 100%;
  height: 100%;
  background-image: url("../img/layout/exitpopup-nicole.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.nothanks {
  color: #FFF !important;
  text-decoration: underline;
  cursor: pointer;
}

.flip-l-2-r .row.left .visual {
  order: 1;
}

.flip-l-2-r .row.left .text {
  order: 2;
}

.flip-r-2-l .row.right .visual {
  order: 2;
}

@media (max-width: 768px) {
  .flip-r-2-l .row.right .visual {
    order: 1;
  }

  .flip-r-2-l .row.right.saleshub-section .visual {
    order: 2 !important;
  }

  .flip-r-2-l .row.right.saleshub-section .text {
    order: 1;
  }
}

.flip-r-2-l .row.right .text {
  order: 1;
}

@media (max-width: 768px) {
  .flip-r-2-l .row.right .text {
    order: 2;
  }
}

.faq-partners {
  margin-top: 2rem;
}

#hero-wrapper a.micro {
  color: white;
}

.micro-divider {
  color: white;
  font-size: 0.6rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.benefits-grid>div {
  padding: 0 30px;
}


@media (max-width: 1024px) {

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}


.d-flex {
  display: flex;
  align-items: start;
}

.checkmark {
  margin: -3px 5px 0 0;
  max-width: 50px
}