﻿.hero-hit-1 {
  background: url(../img/process/banner-1.jpg) no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center center;
  height: 320px;
  position: relative;
  z-index: 890;
  -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
}
.hero-hit-1-infobox {
  width: 370px;
  float: left;
  margin: 40px 20px 0 40px;
}
.hero-hit-1-title {
  font-size: 40px;
  font-weight: bold;
  color: black;
  display: block;
}
.hero-hit-1-subtitle {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: black;
  margin: 10px 0 0 0;
  display: block;
}
.hero-hit-2 {
  background: url(../img/backs/gray-1.jpg) repeat;
  background-color: white;
  padding-top: 20px;
  position: relative;
  z-index: 880;
  -webkit-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.5);
}
.hero-hit-2 .hero-title {
  margin-top: 20px;
}
.hero-hit-2-arrow {
  background: url(../img/Home/hero-arrow-2-ds.png) no-repeat;
  position: absolute;
  right: 45%;
  bottom: -58px;
  height: 60px;
  width: 102px;
}
.hero-hit-3 {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 50px;
}
.hero-hit-3 .hero-title {
  margin-top: 30px;
}
.hit-step-hol {
  margin-top: 25px;
}
.hit-step-hol:before,
.hit-step-hol:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hit-step-hol:after {
  clear: both;
}
.hit-step-hol .hit-step {
  background-repeat: no-repeat;
  background-position: top center;
  width: 33%;
  min-height: 400px;
  display: inline-block;
  float: left;
}
.hit-step-hol .hit-step-copy {
  font-size: 14px;
  margin-top: 400px;
  margin: 420px 40px 0 40px;
}
.hit-step-hol .hit-step-copy p {
  padding-right: 10px;
  font-size: 16px;
}
.hit-step-hol .hit-step-copy .hit-step-copy-short {
  text-align: center;
}
.hit-step-hol .hit-step-1 {
  background-image: url(../img/process/desk-step-1.jpg);
}
.hit-step-hol .hit-step-2 {
  background-image: url(../img/process/desk-step-2.jpg);
}
.hit-step-hol .hit-step-3 {
  background-image: url(../img/process/desk-step-3.jpg);
}
.hit-hol {
  margin-top: 15px;
}
.hit-hol:before,
.hit-hol:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hit-hol:after {
  clear: both;
}
.hit-text {
  width: 70%;
  display: inline-block;
  float: left;
  padding-left: 40px;
}
.hit-image-col {
  width: 25%;
  display: inline-block;
  float: right;
  text-align: center;
}
.hit-image-col:before,
.hit-image-col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hit-image-col:after {
  clear: both;
}
.hit-image-col .hit-image {
  width: 170px;
  height: auto;
  display: inline-block;
  border: 2px solid black;
  margin: -10px 0 3px;
  border-radius: 10px;
  padding: 10px;
  background: white;
}
.hit-image-col .hit-image-caption {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  width: 140px;
  display: inline-block;
}
@media (max-width: 1049px) {
  .hit-step-hol {
    margin-top: 25px;
  }
  .hit-step-hol .hit-step {
    background-size: 150px auto;
    min-height: 100px;
  }
  .hit-step-hol .hit-step-copy {
    margin: 210px 0px 0 20px;
  }
  .hit-step-hol .hit-step-copy:first-child {
    margin-left: 20px;
  }
  .hit-step-hol .hit-step-copy p {
    padding-right: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .hit-text {
    padding-left: 40px;
  }
  .hero-hit-1-infobox {
    width: 340px;
    margin: 35px 20px 0 50px;
  }
  .hero-hit-1-title {
    font-size: 30px;
  }
  .hero-hit-1-subtitle {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
}
@media (max-width: 849px) {
  .hit-step-hol .hit-step-copy {
    margin: 210px 0px 0 12px;
  }
  .hit-step-hol .hit-step-copy:first-child {
    margin-left: 12px;
  }
  .hero-hit-1 {
    background-image: url(../img/process/banner-1-sm.jpg);
    background-size: contain;
    background-position: right top;
    height: 240px;
  }
  .hero-hit-1-infobox {
    width: 340px;
    margin: 15px 20px 0 25px;
  }
  .hero-hit-2 .hero-title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hit-text {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
  .hit-text p {
    font-size: 14px;
  }
  .hit-image-col {
    width: 100%;
    display: block;
    /*.hit-image {
            display: block;
        }*/
  }
  .hit-image-col .hit-image-caption {
    display: block;
    width: 100%;
  }
  .hero-hit-2-arrow {
    display: none;
  }
}
@media (max-width: 639px) {
  .hero-hit-1 {
    background-size: auto 163px;
    height: auto;
    padding-bottom: 10px;
  }
  .hero-hit-1-infobox {
    width: auto;
    margin: 25px 170px 0 25px;
    max-width: 340px;
  }
}
@media (max-width: 559px) {
  .hit-step-hol {
    margin-top: 25px;
  }
  .hit-step-hol .hit-step {
    background-size: 150px auto;
    width: 100%;
    min-height: 100px;
  }
  .hit-step-hol .hit-step-copy {
    margin: 210px 13px 0 13px;
  }
  .hit-step-hol .hit-step-copy p {
    padding-right: 3px;
    text-align: center;
  }
}
@media (max-width: 399px) {
  .hero-hit-1 {
    background-size: auto 133px;
  }
  .hero-hit-1-infobox {
    margin: 125px 20px 0 15px;
  }
  .hero-hit-1-subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding-left: 6px;
  }
}
/*# sourceMappingURL=howitworks.css.map */