.banner-export {
  background: url(../backgrounds/export-ecommerce.jpg) center top;
  background-size: cover;
}

.highlight-item {
  position: relative;
  padding-left: 50px;
}

.highlight-item::before {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (min-width: 1025px), print {
  .highlight-item {
    padding-left: 80px;
  }
}

.step-item {
  position: relative;
  background: #FFF;
  margin: 2rem 0;
  padding: 1rem;
  padding-bottom: 7rem;
}

.step-item:after {
  position: absolute;
  margin-left: -40px;
  left: 50%;
  bottom: 16px;
}

.step-item:last-of-type {
  margin-bottom: 0;
}

.link-btn {
  display: inline-block;
  color: #00B189;
}

.step-item p {
  margin-bottom: .5rem;
}

.step-item p:last-of-type {
  margin-bottom: 0;
}

.step-item .step-title {
  background: #F2FFF4;
  font-weight: 900;
  margin: -1rem;
  margin-bottom: 1rem;
  padding: .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #A48D29;
}

.step-item .step-title .step-counter {
  margin-left: .5rem;
}

.step-item h3, .cost-item h2 {
  font-weight: 900;
}

.step-item ol, .step-item ul {
  padding-left: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .step-item {
    padding: 4rem;
    /* padding-bottom: 1rem; */
    padding-right: 8rem;
    padding-left: 12rem;
  }
  .step-item:after {
    margin-left: 0;
    margin-top: -40px;
    left: auto;
    right: 16px;
    top: 50%;
    bottom: 0;
  }
  .step-item .step-title {
    position: absolute;
    margin: -4rem;
    left: 4rem;
    width: 10rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    /* margin-bottom: -1rem; */
  }
  .step-item .step-title .step-counter {
    margin-left: 0;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1025px), print {
  .step-item:after {
    margin-top: -50px;
  }
}

.feature-section {
  padding-bottom: 14rem !important;
}

.how-it-works-section .container {
  margin-top: -16rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.2);
}

.cost-item-wrapper.tile {
  padding: 0;
  margin: 0 -.75rem;
}

.cost-item.tile {
  background: #FFF;
  padding: 4rem;
  margin: 2rem .75rem !important;
}

.no-hidden-msg {
  font-weight: 900;
}

.client-list a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: .5rem;
  opacity: .4;
  transition: transform 200ms ease-in-out, opacity 200ms linear;
}

.client-list a.active {
  opacity: 1;
}

.client-list a:hover {
  transform:scale(1.2);
}

.client-list a.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #00B189;
}

.client-list a img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.client-story quote {
  color:#004750;
}

.client-story .client-type {
  margin-top: 1rem;
  font-weight: 600;
}

.eligibility-section .eligibility-list {
  margin-bottom: 1rem;
}

.eligibility-section .eligibility-list li {
  position: relative;
  padding-left: 34px;
  padding-bottom: .5rem;
  color: #3D3D3D;
}

.eligibility-section .eligibility-list li:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../icons/check.svg) no-repeat center;
  background-size: 18px;

}

.eligibility-section .eligibility-cta {
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .eligibility-section {
    margin-bottom: 6rem;
  }

  .eligibility-section.last-section {
    margin-bottom: 6rem;
  }

  .eligibility-section .columns {
    align-items: stretch;
  }

  .eligibility-section .eligibility-pic {
    margin-bottom: -6rem;
  }

  .eligibility-section figure {
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .eligibility-section figure img {
    object-fit: cover;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: initial;
  }

  .eligibility-section .eligibility-cta {
    text-align: left;
  }

}

.add-on-section {
  padding-bottom: 6rem;
}

.content-nav.section-topic-nav a{
  font-weight: 800;
  color: #004750;
}

.content-nav.section-topic-nav a.active{
  color: #00B189;
  border-color: #00B189;
}
.content-nav.section-topic-nav a:hover{
  color: #00B189;
}


.summary{

}

.summary,#overview,#how-it-works,cost,#clients,#eligibility,#add-ons{
  padding: 5rem 1.5rem;
}

.feature-section .feature-list>.columns>.column{
  min-height: 120px;
}

#clients .owl-item>aside.item{
  margin-top: 2rem;
}


#cost .plus-sign{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 25px;
}
@media screen and (max-width: 768px), print{
  #cost .plus-sign{
    max-width: initial;
  }
}
#cost .plus-sign img{
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
section.summary article>p{
  margin-top: 1.5rem !important;
}

.owl-caraousel .animated { 
  animation-duration: 3000ms !important;
}