p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9%;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #3a3d46;
}

.brand {
  width: 200px;
  height: 100%;
  background-color: #fff;
}

.navlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.navlink:hover {
  background-color: #acacac;
}

.navlink.nl-highlight {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f0544f;
  text-decoration: none;
}

.navlink.nl-highlight:hover {
  background-color: #969696;
}

.navlink.nl-next_to_highlight {
  padding-right: 30px;
}

.nav-box-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbox-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.nav-dt {
  padding: 0px 39px 0px 0px;
  color: #fff;
}

.ddl.w--open {
  left: 0px;
  top: 99%;
  width: 180px;
  background-color: #acacac;
}

.ddl-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  text-decoration: none;
}

.ddl-link:hover {
  color: hsla(0, 0%, 100%, .69);
}

.hero-hp {
  height: 89%;
  min-height: 709px;
  background-color: #3a3d46;
}

.brand-img {
  width: 100%;
}

.slider-hp {
  height: 100%;
}

.slide-hp {
  background-image: -webkit-linear-gradient(270deg, rgba(59, 59, 59, .65), rgba(59, 59, 59, .65));
  background-image: linear-gradient(180deg, rgba(59, 59, 59, .65), rgba(59, 59, 59, .65));
}

.slide-hp.sh-1 {
  background-image: -webkit-linear-gradient(270deg, rgba(44, 44, 44, .76), rgba(44, 44, 44, .76)), url('../images/Potential-Home-Page-2.jpg');
  background-image: linear-gradient(180deg, rgba(44, 44, 44, .76), rgba(44, 44, 44, .76)), url('../images/Potential-Home-Page-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-hp.sh-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(59, 59, 59, .65), rgba(59, 59, 59, .65)), url('../images/yellow-forklift-warehouse-1024w.jpg');
  background-image: linear-gradient(180deg, rgba(59, 59, 59, .65), rgba(59, 59, 59, .65)), url('../images/yellow-forklift-warehouse-1024w.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-nav {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-top: 21%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ec0606;
}

.slide-organizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.c-slide_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.c-hero {
  height: 100%;
}

.slide-title {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 92px;
  line-height: 94px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 19px;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #3a3d46;
}

.button.b-red_orange {
  background-color: #f0544f;
}

.button.b-red_orange:hover {
  color: #acacac;
}

.button.b-get-directions {
  border-color: #ee1a3a;
  background-color: #ee1a3a;
}

.button.b-get-directions:hover {
  border-color: #fff;
  background-color: #acacac;
  color: #fff;
}

.slide-pretext {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-icon {
  margin-left: 7px;
  font-family: 'Fontawesome webfont', sans-serif;
  line-height: 100%;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.s-raised-box {
  position: relative;
  z-index: 20;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(0deg, #fff, #e8e9e9);
  background-image: linear-gradient(90deg, #fff, #e8e9e9);
}

.section.s-cost {
  position: relative;
  height: 51%;
  min-height: 425px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/forklift-underlight-flipped-1800w.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/forklift-underlight-flipped-1800w.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.raised-box {
  position: relative;
  overflow: hidden;
  width: 50%;
  background-color: transparent;
}

.raised-box.rb-right {
  z-index: 10;
  width: 55%;
  height: 522px;
  margin-top: -53px;
  margin-left: -5%;
  padding: 42px 42px 42px 75px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .41);
  color: #fff;
  text-align: right;
}

.raised-box.rb-right.rb-r_for-hero-block {
  margin-top: -23px;
}

.raised-box.rb-left {
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 506px;
  padding: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  text-decoration: none;
}

.raised-box-organizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -79px;
}

.raised-box-organizer.rbo-hero-blocks {
  display: block;
  margin-top: -36px;
}

.raised-box-organizer.rbo-normal-content {
  margin-top: -36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading2 {
  position: relative;
  z-index: 5;
  font-size: 52px;
  line-height: 50px;
}

.heading2.h2-rb-left {
  font-size: 45px;
}

.heading3.h3-dark {
  color: #3a3d46;
  font-size: 32px;
}

.hp-form {
  position: relative;
  z-index: 5;
  margin-top: 30px;
  text-align: left;
}

.tf.tf-big {
  min-height: 56px;
}

.raised-box-skew-top-left {
  position: absolute;
  left: -116px;
  top: 0px;
  width: 1765px;
  height: 1299px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(58, 61, 70, .29), #3a3d46 14%);
  background-image: linear-gradient(180deg, rgba(58, 61, 70, .29), #3a3d46 14%);
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.raised-ibox {
  position: relative;
  z-index: 10;
}

.raised-box-skew-match {
  position: absolute;
  top: -145px;
  right: 33px;
  overflow: hidden;
  width: 1000px;
  height: 1000px;
  background-color: #f0544f;
  -webkit-transform: rotate(-85deg);
  -ms-transform: rotate(-85deg);
  transform: rotate(-85deg);
}

.under-raised-box {
  margin-top: -85px;
  padding-top: 0px;
  background-color: #fff;
}

.submit-button {
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, .65);
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 22px;
  line-height: 24px;
}

.submit-button.sb-right_top_margin {
  position: relative;
  margin-top: 15px;
  padding: 17px 19px;
  float: right;
  color: hsla(0, 0%, 100%, .65);
}

.submit-button.sb-right_top_margin:hover {
  background-color: #fff;
  color: #3a3d46;
}

.form-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-split-ibox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-split-ibox.fsi-left {
  margin-right: 4px;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fbox-50 {
  width: 50%;
}

.fbox-50.f50-left {
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 20px;
  border-left: 1px solid #dadada;
}

.fbox-50.fbox50left {
  overflow: hidden;
  padding-top: 170px;
  padding-right: 20px;
  padding-left: 30px;
  background-color: #e8e9e9;
}

.hp-about-img {
  height: 81px;
}

.content-link {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dadada;
  color: #333;
  text-decoration: none;
}

.content-link-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 90px;
  line-height: 100%;
}

.paragraph-big {
  color: #5f5d5d;
  font-size: 19px;
  line-height: 28px;
}

.paragraph-big.pb-white-smoke {
  color: #e8e9e9;
}

.filler-left-text-holder {
  width: 50%;
}

.heading-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-icon {
  margin-right: 20px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.footer {
  background-image: -webkit-linear-gradient(0deg, #fff, #e8e9e9);
  background-image: linear-gradient(90deg, #fff, #e8e9e9);
}

.footer-top {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background-color: #f0544f;
}

.footer-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-top-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-top-link-icon {
  margin-bottom: 14px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block {
  font-weight: 700;
}

.footer-creds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 670px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #dadada;
  color: #f37b8d;
  font-size: 15px;
}

.footer-cred-link {
  color: #f37b8d;
  text-decoration: none;
}

.body {
  height: 100%;
}

.brand-img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 136%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.raised-box-img1 {
  position: absolute;
  right: -173px;
  bottom: -233px;
  z-index: 10;
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
}

.raised-box-arrow {
  position: relative;
  z-index: 10;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 25px;
  line-height: 100%;
}

.raised-box-arrow.rba-left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding-top: 153px;
  padding-bottom: 150px;
  background-color: #e8e9e9;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64));
}

.hero.h-3forklifts {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/3forklifts.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/3forklifts.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #3a3d46;
}

.hero.h-bigforkliftwarehouse {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/yellow-forklife-warehouse2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/yellow-forklife-warehouse2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.hero.h-beach {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/beach.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/beach.jpg');
  background-position: 0px 0px, 100% 46%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.h-forklifttrain {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-train.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-train.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.h-movingforklift {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-in-motion-1800w.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-in-motion-1800w.jpg');
  background-position: 0px 0px, 50% 79%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.h-forkliftraising {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-box-high.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-box-high.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-block {
  width: 50%;
  padding: 40px;
  background-color: #fff;
}

.hero-block.hb-img1 {
  background-image: url('../images/forklift-box-high.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-block.hb-left {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.hero-block.hb-img2 {
  background-image: url('../images/forklift-underlight-1024.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-block.hb-form-bkg-img {
  background-color: #3a3d46;
  background-image: -webkit-linear-gradient(270deg, rgba(58, 61, 70, .89), rgba(58, 61, 70, .89)), url('../images/yellow-forklift-warehouse-1024w.jpg');
  background-image: linear-gradient(180deg, rgba(58, 61, 70, .89), rgba(58, 61, 70, .89)), url('../images/yellow-forklift-warehouse-1024w.jpg');
  background-position: 0px 0px, 288px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.hero-block.hb-form-bkg-img.hbfki_mobile {
  display: none;
}

.hero-block.hb-img3 {
  background-image: url('../images/Potential-Home-Page-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-block.hb-img4 {
  background-image: url('../images/forklift-xray-1024w.jpg');
  background-position: 32% 50%;
  background-size: 512px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-block.hb-contact-left {
  margin-top: 35px;
  padding: 0px;
  background-color: rgba(14, 15, 17, .89);
  color: #fff;
}

.hero-block.hb-contact-right {
  position: relative;
  overflow: hidden;
}

.hero-block-organizer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-block-organizer.hbo-whitesmoke {
  background-color: #e8e9e9;
}

.hero-block-organizer.hbo-whitesmoke_flip-mobile {
  background-color: #e8e9e9;
}

.heading1-match-h3 {
  font-size: 24px;
  line-height: 33px;
}

.link1 {
  color: #f0544f;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.link1.l1-phone-big_white {
  display: block;
  margin-top: 16px;
  margin-bottom: 26px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

.div-block {
  background-color: #3a3d46;
}

.navlink-icon {
  margin-right: 8px;
}

.fork-lift-active-icon {
  position: absolute;
  bottom: 15px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: hsla(0, 0%, 100%, .59);
}

.raised-box-normal-content-holder {
  position: relative;
  overflow: hidden;
  padding: 40px;
  background-color: #fff;
}

.raised-box-normal-content-holder.rbnch-no-padding {
  padding: 0px;
}

.li {
  padding-bottom: 9px;
}

.li-content-organizer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #5f5d5d;
  font-size: 19px;
  line-height: 28px;
}

.li-content-icon {
  margin-right: 15px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #f0544f;
  font-size: 30px;
  line-height: 30px;
}

.service-form.sf-mobile-only {
  display: none;
  overflow: hidden;
}

.tf2 {
  height: 58px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #dadada;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #3a3d46;
  font-size: 19px;
  font-weight: 700;
}

.tf2:hover {
  border-bottom-color: #acacac;
}

.tf2:active {
  border-bottom-color: #ee1a3a;
}

.tf2:focus {
  border-bottom-color: #f0544f;
}

.tf2.tf2-big {
  min-height: 100px;
}

.tf2.tf2-white {
  background-color: #fff;
}

.cf {
  padding-right: 20px;
  color: #3a3d46;
  font-size: 19px;
  font-weight: 700;
}

.cf-organizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cf-organizer.cf-o_vertical {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.about-page-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 300px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64));
  color: #fff;
  text-decoration: none;
}

.about-page-link.apl-rental {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/3forklifts.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/3forklifts.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-page-link.apl-forsale {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/yellow-forklife-warehouse2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/yellow-forklife-warehouse2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-page-link.apl-service {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-xray-287w.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/forklift-xray-287w.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-arrow {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 25px;
  line-height: 100%;
}

.box-arrow.ba-left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.quote-box {
  position: relative;
  padding: 35px;
  background-color: #3a3d46;
  text-transform: uppercase;
}

.quote-box-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote-box-holder.qbh-right_margins {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.quote-text {
  margin-bottom: 24px;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.quote-author {
  color: #acacac;
  font-weight: 700;
}

.raised-top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e8e9e9;
}

.text-block-2 {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
}

.button-holder.bh-top-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.contact-top {
  padding: 40px;
}

.map {
  height: 220px;
}

.raised-box-top-link-text-holder {
  position: relative;
  z-index: 10;
  color: #fff;
  text-decoration: none;
}

.success-message {
  color: #3a3d46;
}

.success-link {
  color: #f0544f;
  text-transform: uppercase;
}

.error-message-hp-contact-form {
  position: relative;
  top: -117px;
  background-color: #ee1a3a;
  color: #e8e9e9;
}

html.w-mod-js *[data-ix="slide-load-action1"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slide-load-action-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="slide-load-action-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="fbox-scroll-move-down"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="hero-title-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="hero-pretitle"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="fly-left-scroll-20p"] {
  opacity: 0;
  -webkit-transform: translate(500px, 0px);
  -ms-transform: translate(500px, 0px);
  transform: translate(500px, 0px);
}

html.w-mod-js *[data-ix="fly-right-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="fly-right-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="hp-load-form-box"] {
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

@media (max-width: 991px) {
  .navlink {
    font-size: 1.6vw;
  }
  .hero-hp {
    height: 89%;
    min-height: 600px;
  }
  .slide-nav {
    margin-top: 28%;
  }
  .slide-title {
    font-size: 72px;
    line-height: 74px;
  }
  .slide-pretext {
    font-size: 19px;
  }
  .raised-box.rb-right {
    height: 482px;
  }
  .raised-box.rb-left {
    height: 475px;
  }
  .heading2 {
    margin-top: 15px;
    font-size: 42px;
  }
  .heading2.h2-rb-left {
    font-size: 36px;
  }
  .submit-button.sb-right_top_margin {
    margin-top: 5px;
  }
  .content-link-icon {
    font-size: 75px;
  }
  .hero-block.hb-img1 {
    background-position: -207px 0px;
  }
  .hero-block.hb-img2 {
    background-position: 50% 50%;
  }
  .hero-block.hb-img3 {
    background-position: 41% 50%;
  }
  .hero-block.hb-img4 {
    background-position: 7% 50%;
  }
  .tf2 {
    height: 48px;
  }
}

@media (max-width: 767px) {
  .navmenu {
    overflow: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navlink {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 4.6vw;
  }
  .nav-box-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbox-left {
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-dt.w--open {
    margin-bottom: 16px;
  }
  .ddl-link {
    padding: 20px 15px;
    background-color: #3a3d46;
  }
  .hero-hp {
    height: 89%;
  }
  .slide-hp.sh-2 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/yellow-forklift-warehouse-1024w.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/yellow-forklift-warehouse-1024w.jpg');
    background-position: 0px 0px, 22% 50%;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.s-cost {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/forklift-underlight-flipped-1800w.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/forklift-underlight-flipped-1800w.jpg');
    background-attachment: scroll, scroll;
  }
  .raised-box.rb-right {
    width: 85%;
    margin-left: 0%;
  }
  .raised-box.rb-left {
    width: 100%;
  }
  .raised-box-organizer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fbox-50.f50-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .fbox-50.fbox50left {
    width: 100%;
  }
  .content-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .filler-left-text-holder {
    width: 54%;
  }
  .footer-creds {
    width: auto;
  }
  .brand-img-holder {
    height: 104px;
  }
  .hero-block {
    width: 90%;
  }
  .hero-block.hb-img1 {
    width: 80%;
    height: 267px;
    background-position: 50% 50%;
  }
  .hero-block.hb-left {
    width: 90%;
  }
  .hero-block.hb-img2 {
    width: 80%;
    height: 300px;
    background-attachment: scroll;
  }
  .hero-block.hb-form-bkg-img {
    display: none;
    width: 100%;
  }
  .hero-block.hb-form-bkg-img.hbfki_mobile {
    display: block;
  }
  .hero-block.hb-img3 {
    width: 80%;
    height: 300px;
  }
  .hero-block.hb-img4 {
    width: 80%;
    height: 300px;
    margin-top: 10px;
    background-attachment: scroll;
  }
  .hero-block.hb-contact-left {
    width: 95%;
  }
  .hero-block-organizer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-block-organizer.hbo-rentalstop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero-block-organizer.hbo-whitesmoke_flip-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero-block-organizer.hbo-contact-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-form {
    display: none;
  }
  .service-form.sf-mobile-only {
    display: block;
    margin-bottom: 50px;
    padding: 40px;
  }
  .cf {
    font-size: 16px;
  }
  .about-page-link-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page-link {
    width: 100%;
  }
  .menu-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #3a3d46;
    color: #fff;
  }
  .menu-button-organizer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-icon {
    margin-left: 12px;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 30px;
    line-height: 100%;
  }
  .menu-button-text {
    overflow: hidden;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .menu-button-text.mbt-close {
    width: 0px;
  }
  .error-message-forklift-sales {
    background-color: #ee1a3a;
  }
}

@media (max-width: 479px) {
  .brand.w--current {
    width: 149px;
  }
  .navlink {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 6.6vw;
  }
  .hero-hp {
    min-height: 620px;
  }
  .slide-hp.sh-1 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/yellow-forklift-warehouse-1024w.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/yellow-forklift-warehouse-1024w.jpg');
    background-position: 0px 0px, 29% 50%;
  }
  .slide-organizer {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container.c-slide_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-title {
    font-size: 49px;
    line-height: 60px;
  }
  .slide-pretext {
    font-size: 14px;
  }
  .raised-box.rb-right {
    width: 99%;
    padding: 22px 22px 22px 48px;
  }
  .raised-box-skew-top-left {
    left: -85px;
  }
  .form-split.fs-mobile-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fbox-50.f50-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-big.pb-small-mobile {
    font-size: 16px;
  }
  .filler-left-text-holder {
    width: 100%;
  }
  .footer-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-top-link {
    width: 100%;
    margin-bottom: 14px;
    font-size: 11px;
  }
  .footer-creds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .brand-img-holder {
    height: 75px;
  }
  .hero.h-3forklifts {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/3forklifts.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/3forklifts.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .hero-block {
    width: 95%;
  }
  .hero-block.hb-img1 {
    width: 90%;
    height: 240px;
  }
  .hero-block.hb-left {
    width: 97%;
    padding: 30px;
  }
  .hero-block.hb-img2 {
    background-position: 26% 0%;
    background-size: cover;
  }
  .hero-block.hb-img3 {
    width: 100%;
    height: 240px;
  }
  .hero-block.hb-img4 {
    background-position: 50% 50%;
  }
  .raised-box-normal-content-holder {
    padding: 30px;
  }
  .li-content-organizer {
    line-height: 24px;
  }
  .service-form.sf-mobile-only {
    padding: 30px;
  }
  .cf-organizer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page-link-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page-link {
    width: 100%;
  }
  .raised-top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-organizer {
    padding-left: 18px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}