.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.ecard-about-holder, .ecard-button-holder, .ecard-save-contact-holder, .container-3, .ecard-cc-section, .ecard-bottom-logo-section, .ecard-vcf-button-section, .ecard-head, .container-4, .ecard-direction-text, .container-5, .container-6, .ecard-wrapper, .ecard-qr-code-section {
  display: none;
}

.navbar-section {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.nav-logo {
  width: 185px;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-wrapper {
  margin-left: 0;
  padding-bottom: 12px;
  display: block;
}

.text-links {
  color: #000;
  padding-left: 8px;
  padding-right: 12px;
  font-size: 18px;
  text-decoration: none;
}

.text-links.white {
  color: #fff;
}

.social-links {
  width: 35px;
  height: 24px;
  margin-left: 8px;
}

.menu-button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: none;
}

.mobile-menu {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
}

.mobile-nav-links {
  color: #353434;
  text-align: center;
  margin-bottom: 12px;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.mobile-socials-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.mobile-socials {
  width: 40px;
}

.hero-section {
  background-color: #1f3a5f;
  background-image: url('../images/ridgecorps-group-home-page-bkgrnd.png'), linear-gradient(#0a2c5ae3, #0a2c5ae3), url('../images/ridgecorps-group-warehouse-inventory.jpg');
  background-position: 50%, 0 0, 0%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  flex-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container.feature-container {
  padding-left: 0;
  padding-right: 0;
}

.container.wide-container {
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
}

.container.grey-bkgnd {
  background-color: #f1f1f100;
}

.hero-content-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  margin: 60px auto;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 55px;
}

.heading.footer-heading {
  font-size: 50px;
  line-height: 55px;
}

.heading.contact-headline {
  color: #000;
  font-size: 80px;
  font-weight: 400;
}

.heading.hero-heading-color {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.heading.hero-heading-color.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 80%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 36px;
}

.hero-subheading.center {
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-subheading.space {
  margin-top: 12px;
}

.main-button-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1f3a5f;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  flex-flow: row;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.main-button-white.button-reversed {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  flex: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-button-white.button-blue {
  color: #fdfdfd;
  background-color: #1f3a5f;
}

.main-button-white.space {
  margin-top: 28px;
}

.main-button-white.left {
  margin-left: 0;
}

.image-banner-section {
  background-image: url('../images/ridgecorps-group-warehouse-inventory.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.about-section {
  margin-top: 67px;
  margin-bottom: 73px;
}

.color-block {
  background-color: #1f3a5f;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.heading-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 20px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 14px;
}

.heading-3.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
}

.feature-wrapper {
  background-color: #1f3a5f00;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.feature-section {
  margin-bottom: 49px;
}

.feature-text {
  background-color: #1f3a5f;
  width: 50%;
  padding: 34px 68px 40px 39px;
}

.feature-image {
  width: 50%;
  max-width: none;
  height: auto;
  margin-top: 54px;
  margin-left: -42px;
  margin-right: 28px;
  padding-right: 0;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 400px;
  margin-top: 0;
  padding-bottom: 0;
}

.body-copy-white {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.body-copy-white.above-footer {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 30px;
}

.body-copy-white.above-footer.center {
  text-align: center;
}

.body-copy-white.center-copy {
  margin-bottom: -2px;
  line-height: 28px;
}

.body-copy-white.center-text {
  text-align: center;
}

.body-copy-white.center-text.faqs {
  width: 80%;
}

.body-copy-white.faq-banner-copy {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.banner-section {
  background-image: linear-gradient(96deg, #1f3a5f 53%, #1f3a5f45 95%), url('../images/for-4-main-functions-of-warehouse-1200x649-1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-section.about-us {
  background-image: linear-gradient(96deg, #1f3a5f 53%, #1f3a5f45 95%), url('../images/ridgecorps-group-trucks-unloading.jpg');
  display: flex;
}

.body-copy {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 30px;
}

.body-copy.hero-copy {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.body-copy.hero-copy.copy-white {
  color: #f1eded;
}

.body-copy.ceo-body-copy-mobile {
  display: none;
}

.body-copy.body-copy-space {
  margin-top: 20px;
  padding-top: 0;
}

.why-us {
  margin-top: 80px;
}

.why-us-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.why-us-text {
  width: 55%;
  padding-right: 16px;
}

.why-us-image {
  width: 45%;
  margin-top: 33px;
}

.integrity {
  margin-top: 80px;
  margin-bottom: -120px;
}

.integrity-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.integrity-block {
  background-color: #1f3a5f;
  width: 33.3%;
  padding: 26px 25px 41px;
  box-shadow: -9px 7px 8px -2px #0003;
}

.integrity-block.length-adjust {
  padding-bottom: 38px;
}

.integrity-block.length-adjust.block-adjust {
  padding-bottom: 65px;
}

.feature-banner-section {
  background-color: #000;
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/spacious-warehouse-interior-with-forklifts-boxes_606206-4898.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.feature-banner-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 37px;
  margin-bottom: -46px;
  display: flex;
}

.banner-section-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-section-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.banner-section-block.wide {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 0;
}

.integrity-block-headline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}

.integrity-icons {
  width: 40px;
  height: 45px;
}

.footer {
  background-color: #1f3a5f;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 83px;
  display: flex;
}

.footer-menu-down {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copywight-footer {
  color: #e0dede;
  margin-top: 70px;
  font-size: 12px;
  font-weight: 400;
}

.services-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 42px;
  margin-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.services-block {
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.services-block.offset {
  margin-top: 74px;
}

.services-block.offset.row {
  margin-top: 58px;
}

.services-block.row {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  margin-top: 32px;
}

.services-block.opener {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.div-block {
  background-color: #e2e0e0;
}

.services-block-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e4e4e4;
  flex-flow: column;
  margin-top: 0;
  padding: 16px 25px;
  display: flex;
}

.services-headline-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #1f3a5f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 700;
}

.footer-social-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.contact-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.contact-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-email-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.contact-email-block.phonenumber {
  display: none;
}

.contact-field-block {
  width: 50%;
}

.contact-icon {
  width: 25px;
  height: 25px;
}

.content-section {
  margin-bottom: 86px;
}

.hero-button-block {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero-wrapper {
  margin-top: 60px;
  display: flex;
}

.about-hero-block {
  width: 40%;
  margin-left: 0;
  padding-left: 26px;
}

.about-hero-block.hero-block-headline {
  width: 60%;
  margin-left: 0;
  padding-left: 0;
}

.about-hero-heading {
  margin-top: 0;
  font-size: 55px;
  line-height: 60px;
}

.section {
  background-image: url('../images/ridgecorps-grounp-basics-picking-Inline.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 140px;
  padding-right: 0;
}

.about-us-ceo-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ceo-block-copy {
  width: 60%;
  padding-left: 0;
  padding-right: 20px;
}

.ceo-block-image {
  width: 40%;
  margin-top: 41px;
}

.container-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ceo-subheadline {
  margin-top: 1px;
  font-size: 15px;
  font-weight: 400;
}

.heading-5 {
  margin-top: 24px;
  margin-bottom: 0;
}

.italic-text {
  font-size: 16px;
}

.section-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-us-wrapper {
  margin-top: 20px;
  display: flex;
}

.about-us-block-copy {
  width: 60%;
  padding-left: 0;
  padding-right: 30px;
}

.about-us-block-image {
  width: 40%;
}

.service-section-lead {
  margin-top: 40px;
  margin-bottom: 64px;
}

.service-section-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-block-image {
  width: 50%;
  margin-top: 7px;
}

.service-block-copy {
  flex-flow: column;
  width: 50%;
  margin-left: 30px;
  display: flex;
}

.heading-6 {
  margin-top: 0;
}

.section-3 {
  background-color: #0000000f;
}

.services-faq-section {
  background-color: #00000008;
  margin-top: 0;
  padding-top: 60px;
}

.services-container-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-faq-questions, .services-faq-answers {
  width: 50%;
}

.heading-7 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.services-faq-headline-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.container-8 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: block;
}

.services-faq-q-a-wrapper {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 16px;
  display: flex;
}

.link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link.service-card-link {
  font-size: 16px;
}

.text-block {
  font-size: 18px;
}

.text-block.dropdown {
  padding-bottom: 0;
}

.dropdown-toggle {
  margin-top: -1px;
  padding: 0 12px 0 8px;
}

.image-8 {
  height: auto;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 22px;
}

.paragraph-3 {
  font-size: 18px;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 22px;
}

.paragraph-5 {
  font-size: 18px;
}

.bold-text-2 {
  font-size: 18px;
  font-weight: 700;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 18px;
}

.text-span {
  color: #1f3a5f;
}

.dropdown-link {
  color: #fff;
}

.dropdown-list {
  background-color: #112b50;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.section-4 {
  margin-bottom: 28px;
}

.contact-copy {
  padding-right: 63px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.who-we-are-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.pallet-program-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/spacious-warehouse-interior-showcasing-908344-100314.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pallet-program-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 35px auto 54px;
  display: flex;
}

.pallet-program-image {
  width: 50%;
  margin-bottom: -350px;
}

.pallet-program-hero-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.pallet-program-button-rom {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-9 {
  width: auto;
}

.pallet-managment-efficiency {
  background-color: #1f3a5f;
}

.efficiency-wrapper {
  display: flex;
}

.secion-block-40 {
  width: 40%;
  margin-top: 0;
}

.section-block-60 {
  flex: 0 auto;
  align-self: auto;
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pallet-managment-custom-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
  display: flex;
}

.custom-pallet-images {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 0;
  display: flex;
}

.image-10 {
  max-width: none;
}

.section-grey-bkgnd {
  background-color: #f7f7f7;
}

.image-11 {
  max-width: none;
}

.three-image-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.image-wrapper-thirds {
  width: 40%;
}

.section-blue-bkgnd {
  background-color: #1f3a5f;
}

.pallet-program-banner {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.pallet-man-left-block {
  padding-left: 0;
  padding-right: 40px;
}

.list-copy {
  font-size: 16px;
}

.list-item {
  padding-bottom: 10px;
  font-size: 17px;
  list-style-type: square;
}

.list-item-2, .list-item-3, .list-item-4 {
  padding-bottom: 10px;
  list-style-type: square;
}

.list-item-5 {
  list-style-type: square;
}

.pallet-man-right-block {
  padding-left: 40px;
}

.heading-copy-white {
  color: #fff;
}

.pallet-man-heading-wrapper {
  margin-top: 0;
  padding-left: 20px;
}

.pallet-man-section-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.nav-logo-block {
  background-color: #fff;
  padding: 10px;
}

.faqs-pallet-man {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wooden-pallet-warehouse_307038-6864.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.faqs-pallet-man-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.code-embed {
  aspect-ratio: 16 / 9;
  width: 90%;
  display: none;
}

.pallet-faq-hero {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/ridgecorps~group-pallet-faq-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: auto;
  padding-top: 0;
}

.pallet-faq-banner {
  background-color: #1f3a5f;
  border-radius: 4px;
  margin-top: -32px;
  padding: 23px 140px 13px;
}

.pallet-man-faq-container {
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.pallet-man-faq-30 {
  width: 30%;
}

.pallet-man-faq-70 {
  width: 70%;
}

.dropdown-list-2 {
  background-color: #dbd9d9;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  width: 80%;
  margin-top: 15px;
}

.dropdown-toggle-2 {
  background-color: #ddd;
  width: 100%;
  padding-right: 20px;
}

.text-block-2 {
  padding-right: 213px;
  font-size: 18px;
}

.paragraph-6 {
  font-size: 18px;
  line-height: 22px;
}

.faq-dropdown {
  width: 100%;
  margin-top: 22px;
}

.faq-answer-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.faq-question-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #1f3a5f;
  -webkit-text-stroke-color: #1f3a5f;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  display: block;
  overflow: hidden;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 40px 30px 150px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
  display: none;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.section-5 {
  background-color: #f8f8f8;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.back-to-top {
  z-index: 999999;
  background-color: #e9e9e9;
  border: 2px solid #2703f3;
  border-radius: 20px;
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
}

@media screen and (max-width: 991px) {
  .text-links.white {
    font-size: 16px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-banner-section {
    background-image: linear-gradient(#0000, #0000), url('../images/spacious-warehouse-interior-with-forklifts-boxes_606206-4898.webp');
    background-size: auto, 1400px;
  }

  .footer-social-wrapper {
    padding-right: 15px;
  }

  .service-section-lead {
    display: block;
  }

  .service-section-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .service-block-image {
    width: 80%;
  }

  .service-block-copy {
    width: 80%;
    margin-left: 0;
  }

  .container-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-links, .socials-wrapper {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .container {
    padding-top: 0;
  }

  .heading.footer-heading {
    font-size: 40px;
  }

  .feature-wrapper {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .banner-section {
    background-size: auto, contain;
  }

  .body-copy.desktop-visible {
    display: none;
  }

  .body-copy.ceo-body-copy-mobile {
    display: block;
  }

  .why-us-wrapper {
    flex-flow: column;
  }

  .why-us-text {
    width: 90%;
    padding-right: 0;
  }

  .why-us-image {
    width: 90%;
  }

  .integrity-wrapper {
    flex-flow: column;
  }

  .integrity-block {
    width: 90%;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 42px;
  }

  .footer-menu-down {
    padding-bottom: 40px;
  }

  .services-wrapper {
    flex-flow: column;
  }

  .services-block.offset.row {
    margin-top: 0;
  }

  .services-block.row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-block.opener {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-wrapper {
    flex-flow: row;
  }

  .contact-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-info-block, .contact-field-block {
    width: 90%;
  }

  .content-section {
    margin-bottom: 40px;
  }

  .link-block-2 {
    padding-bottom: 20px;
  }

  .about-hero-wrapper {
    flex-flow: column;
  }

  .about-hero-block {
    width: 90%;
    padding-left: 0;
  }

  .about-hero-block.hero-block-headline {
    width: 90%;
  }

  .about-us-ceo-wrapper {
    flex-flow: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ceo-block-copy {
    width: 90%;
  }

  .ceo-block-image {
    width: 90%;
    padding: 20px;
  }

  .about-us-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-us-block-copy {
    width: 90%;
  }

  .about-us-block-image {
    width: 90%;
    margin-top: 28px;
  }

  .services-faq-questions, .services-faq-answers {
    width: 90%;
  }

  .services-faq-q-a-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .pallet-program-wrapper {
    flex-flow: column;
  }

  .secion-block-40 {
    width: 80%;
  }

  .section-block-60 {
    width: 90%;
  }

  .pallet-managment-custom-wrapper {
    flex-flow: column;
  }

  .pallet-program-banner {
    text-align: center;
    width: 90%;
  }

  .pallet-man-section-main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .faqs-pallet-man-wrapper {
    width: 90%;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .cardshead {
    background-color: #3b3b3b;
  }

  .ecard-image-holder {
    margin: 30px 60px -100px;
  }

  .ecard-name-holder {
    margin-top: 99px;
  }

  .ecard-name {
    margin-bottom: 2px;
  }

  .ecard-title {
    text-align: center;
    font-size: 20px;
  }

  .ecard-business-name {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }

  .ecard-about {
    text-align: center;
    height: auto;
    margin-bottom: 0;
    line-height: 18px;
  }

  .ecard-about-holder {
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
  }

  .ecard-button-holder {
    margin: -3px 10px 18px;
    display: inline-block;
  }

  .ecard-button-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .ecard-save-contact-holder {
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .ecard-save-contact-button {
    text-align: center;
    text-transform: uppercase;
    background-color: #1f3a5f;
    border-radius: 6px;
    padding: 15px 20px;
    box-shadow: 2px 2px 12px 1px #0003;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ecard-copyright {
    font-size: 10px;
  }

  .ecard-cc-section {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .ecard-bottom-logo-section {
    margin-top: 20px;
    display: inline-block;
  }

  .ecard-vcf-button-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ecard-head {
    display: inline-block;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .image-3, .image-4, .image-5 {
    border-radius: 50px;
    box-shadow: 4px 2px 10px #0003;
  }

  .paragraph {
    z-index: auto;
    text-align: center;
    position: relative;
  }

  .ecard-direction-text {
    margin-top: 23px;
    display: block;
  }

  .container-5, .container-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ecard-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -19px;
    padding: 0 40px 20px;
    display: block;
  }

  .ecard-qr-code-section {
    margin-top: 83px;
    display: block;
  }

  .image-6 {
    margin-top: -19px;
  }

  .bold-text {
    font-size: 20px;
  }

  .nav-links {
    display: none;
  }

  .social-links {
    width: 40px;
  }

  .mobile-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 15px;
    display: none;
    position: absolute;
  }

  .mobile-nav-links {
    margin-bottom: 8px;
  }

  .mobile-socials-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fafafa;
    flex-flow: row;
    margin-top: 24px;
  }

  .container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content-block {
    width: auto;
    margin-top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.footer-heading {
    line-height: 44px;
  }

  .heading.contact-headline {
    font-size: 50px;
  }

  .heading.hero-heading-color.center {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-subheading {
    width: auto;
  }

  .hero-subheading.center {
    margin-top: 0;
  }

  .hero-subheading.space {
    width: auto;
  }

  .main-button-white.space {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-banner-section {
    background-position: 50%;
  }

  .feature-text {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image, .body-copy-white.above-footer.center {
    width: auto;
  }

  .body-copy-white.center-copy {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .body-copy-white.center-text.faqs {
    width: auto;
  }

  .body-copy-white.faq-banner-copy {
    text-align: center;
    padding-top: 20px;
  }

  .banner-section {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .integrity-block, .integrity-block.length-adjust {
    width: auto;
  }

  .feature-banner-section {
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/spacious-warehouse-interior-with-forklifts-boxes_606206-4898.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1400px;
    background-attachment: scroll, fixed;
  }

  .banner-section-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-section-block.wide {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .services-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-block.row, .services-block.opener, .footer-social-wrapper, .contact-info-block, .contact-field-block {
    width: auto;
  }

  .hero-button-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-hero-wrapper {
    padding-left: 10px;
  }

  .about-hero-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .ceo-block-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ceo-block-image {
    width: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    margin-top: 0;
  }

  .about-us-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-us-block-copy {
    width: 100%;
    padding-right: 0;
  }

  .contact-copy {
    padding-right: 0;
  }

  .pallet-program-wrapper {
    padding-left: 10px;
  }

  .secion-block-40, .section-block-60 {
    width: auto;
  }

  .pallet-man-right-block {
    padding-left: 10px;
  }

  .heading-copy-white {
    text-align: left;
  }

  .pallet-man-heading-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pallet-faq-banner {
    text-align: center;
    margin-top: -105px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon.accordion-icon {
    color: #ececf3;
    font-size: 36px;
  }

  .section-faq {
    padding: 0 15px 100px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .text-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    padding-top: 40px;
  }

  .back-to-top {
    background-color: #1f3a5f;
    border: 1px solid #fff;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    display: flex;
  }
}

#w-node-fa87f7b8-e8e4-e084-b309-eeeb9f6a4400-c4fbdb59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-fa87f7b8-e8e4-e084-b309-eeeb9f6a4400-c4fbdb59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


