/** @format */

form {
  margin: 0px;
}
body > form {
  height: 100%;
}
img {
  margin: 0px;
  border-style: none;
}
button {
  margin: 0px;
  border-style: none;
  padding: 0px;
  background-color: transparent;
  vertical-align: top;
}
table {
  empty-cells: hide;
}
td {
  padding: 0px;
}
.f-sp {
  font-size: 1px;
  visibility: hidden;
}
.f-lp {
  margin-bottom: 0px;
}
.f-fp {
  margin-top: 0px;
}
body {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
em {
  font-style: italic;
}
h1 {
  color: #595959;
  font-size: 24px;
  font-weight: 400;
}
h1:first-child {
  margin-top: 0px;
}
h2 {
  color: #595959;
  font-size: 20px;
  font-weight: 400;
}
h2:first-child {
  margin-top: 0px;
}
h3 {
  font-weight: bold;
  font-size: 18px;
}
h3:first-child {
  margin-top: 0px;
}
h5 {
  font-weight: bold;
  font-size: 48px;
}
h5:first-child {
  margin-top: 0px;
}
h6 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
h6:first-child {
  margin-top: 0px;
}
strong {
  font-weight: bold;
}
h1 {
  color: #595959;
  font-size: 24px;
  font-weight: 400;
}
h1:first-child {
  margin-top: 0px;
}
.style4 {
  text-align: left;
}
.regular {
  font-weight: 400;
}
.orange {
  color: #f79425;
}
.center {
  text-align: center;
}
.boldtype {
  font-weight: 600;
}
.caption {
  color: #595959;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}
.twelve {
  color: #595959;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
.white {
  color: #fff;
}
.style1 {
  color: #595959;
  font-size: 12px;
  font-weight: 400;
}
.style5 {
  color: #595959;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
.style3 {
  color: #595959;
  font-size: 24px;
  font-weight: 400;
}

.fourWrapper .four {
  width: 20% !important;
  float: left;
}
/* .threeWrapper .three {
  width: 32.2% !important;
  float: left;
} */
.logos {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.logo {
  width: 50%;
  height: 136px;
  max-width: 175px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.logo-1 {
  background-image: url("../Resources/lift_shift.svg");
}
.logo-2 {
  background-image: url("../Resources/logo-lift-it-solutions.svg");
}
.association-text {
  padding: 0 2rem;
  max-width: 13ch;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 380px) {
  .association-text {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 963px) {
  .fourWrapper .four {
    width: 44% !important;
    float: left;
  }
}

/* @media only screen and (max-width: 928px) {
  .threeWrapper .three {
    width: 33.3% !important;
    float: left;
  }
} */

@media only screen and (max-width: 666px) {
  .fourWrapper .four {
    width: 93% !important;
    float: left;
  }
  /* .threeWrapper .three {
    width: 30% !important;
    float: left;
  } */
}
