.dropship-banner-inner img {
  width: 100%;
}
.dropship-benfits-block-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dropship-intro-inner {
  padding: 40px 40px;
}
.dropship-benefits-outer,
.stores-reopening-faq-outer {
  padding: 0 40px;
}
.dropship-benefits-outer,
.dropship-steps-outer {
  margin-bottom: 60px;
}
.dropship-benfits-block-inner,
.dropship-steps-block-inner,
.stores-reopening-faq-inner,
.dropship-calendar-block-outer {
  max-width: 1100px;
  margin: 0 auto;
}
.dropship-steps-inner {
  padding: 60px 40px;
}
.dropship-benefit {
  width: 31.333%;
  min-height: 300px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  padding: 30px;
}
.dropship-categoriess-outer .dropship-benefit {
  margin-bottom: 30px;
}
.dropship-step {
  width: 31.333%;
  min-height: 300px;
  margin-right: 3%;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 30px;
}
.dropship-calendar-block-outer {
  margin-bottom: 60px;
}
.dropship-calendar-block-inner {
  padding: 80px 20px 0px;
  background: #f4f4f4;
}
.dropship-steps-inner {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.dropship-benefit:last-child,
.dropship-step:last-child {
  margin-right: 0;
}
.dropship-section-header img {
  display: block;
  margin: 0 auto 20px;
}
.dropship-blurb-lg {
  padding-right: 300px;
}
.dropship-contact-hr-form-outer {
  height: 630px;
  background: #fff;
  padding: 40px 40px 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.dropship-section-header h2 {
  font-size: 2.4em;
  line-height: 1em;
  color: #00447a;
  font-weight: normal;
  margin: 0 0 0.3em;
}
.dropship-section-header h3 {
  font-size: 2em;
  line-height: 1.1em;
  color: #00447a;
  font-weight: normal;
  margin: 0 0 1em;
}
.dropship-blurb-lg p {
  font-size: 1.6em;
  line-height: 1.1em;
  color: #5f5f5f;
  font-weight: normal;
  margin: 0 0 1em;
}
.dropship-section-header h4 {
  font-size: 1.7em;
  line-height: 1em;
  color: #00447a;
  font-weight: normal;
  margin: 0 0 0.5em;
}
.dropship-blurb p {
  font-size: 1.143em;
  line-height: 1.3em;
  color: #5f5f5f;
  font-weight: normal;
  margin: 0 auto;
  max-width: 900px;
}
.dropship-btn button,
.dropship-btn a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  background: #459cd9;
  border-radius: 4px;
  padding: 1em 2em;
  font-size: 1.286em;
  line-height: 1em;
  font-weight: 400;
  color: #fff;
  transition: all 0.2s;
}
.dropship-calendar-content-inner {
  margin-bottom: 30px;
}
.dropship-calendar-content-inner .dropship-section-header h3 {
  color: #00447a;
}
.dropship-btn button:hover,
.dropship-btn a:hover {
  cursor: pointer;
  text-decoration: none;
  background: #00447a;
  color: #fff;
}
.dropship-btn-padding {
  padding: 40px 0;
}
.dropship-section-header h4.dropship-number {
  font-size: 4em;
  line-height: 1em;
  color: #7399c2;
  font-weight: 800;
  margin: 0 0 0.3em;
}
.dropship-calendar-block-inner .dropship-btn-padding {
  padding: 0 0;
}
.dropship-calendar-image {
  width: 230px;
  right: 4px;
  bottom: -39px;
}
.dropship-calendar-inner iframe {
  height: 1800px;
}

/* .hn-form-modal{visibility:hidden;position:fixed;top:10vh;left:50%;margin-left:-300px;z-index:999;width:90vw;max-width:600px;height:80vh;background: #ffffff;box-shadow:0 0 10px rgba(0, 0, 0, 0.5);}
.hn-form-container {height:100%;overflow-y:scroll;padding:40px;}
.video-source-container{width:100%;height:100%}
.hn-form-modal iframe{width:100%}
.hn-modal-cover{display:none;position:fixed;top:0;height:100%;left:0;width:100%;background:rgba(255,255,255,0.8);z-index:990}
.close-modal{position:absolute;top:-50px;right:-50px;cursor:pointer;} */

@media screen and (max-width: 1150px) {
  /* .close-modal{right:0;width: 30px;top: -35px;} */
  #html5-close {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1080px) {
  .dropship-calendar-inner iframe {
    height: 2200px;
  }
}

@media screen and (max-width: 750px) {
  /* .hn-form-modal{margin-left:-150px;width:300px;} */
}

@media screen and (max-width: 992px) {
  .dropship-benefit,
  .dropship-step {
    padding: 20px;
  }
  .dropship-calendar-block-inner {
    padding: 40px;
  }
  .dropship-calendar-image {
    width: 180px;
    right: 8px;
    bottom: -35px;
  }
  .dropship-blurb-lg {
    padding-right: 240px;
  }
}

@media screen and (max-width: 750px) {
  .dropship-benefit {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dropship-intro-inner {
    padding: 30px 20px;
  }
  .dropship-btn-padding {
    padding: 20px 0;
  }
  .dropship-benefits-outer,
  .dropship-steps-outer {
    margin-bottom: 30px;
  }
  .dropship-benefits-outer,
  .stores-reopening-faq-outer {
    padding: 0 20px;
  }
  .dropship-steps-inner {
    padding: 30px 20px;
  }
  .dropship-benefit,
  .dropship-step {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px !important;
    min-height: 270px;
  }
  .dropship-onboarding-banner-outer .table {
    padding: 0 20px;
  }
  .dropship-onboarding-banner-outer .table .table-cell:first-child {
    display: block;
    width: 100%;
  }
  .dropship-onboarding-banner-outer .table .table-cell:last-child {
    display: table-caption;
    text-align: center;
  }
  .dropship-calendar-image {
    display: none;
  }
  .dropship-blurb-lg {
    padding: 0;
  }
  .dropship-calendar-block-inner {
    padding: 40px 20px;
  }
}

/* 
61214770 */
