.hm-homebanner {
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
  background-size: cover;
  background-color: #0057a8;
  background-position: center center;
  margin-bottom: 35px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
.hm-homebanner-shade {
  opacity: 0.7;
  background-color: #0057a8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hm-homebanner-inner {
  position: relative;
  padding-top: 25px;
  z-index: 2;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hm-homebanner-inner-phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  margin-bottom: 25px;
  font-size: 18px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-phone {
    justify-content: center;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.hm-homebanner-inner-phone i {
  color: #facd01;
  font-size: 16px;
}
.hm-homebanner-inner-phone a {
  color: white !important;
  text-decoration: none !important;
  font-size: 18px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-phone a {
    font-size: 14px;
  }
}
.hm-homebanner-inner-phone a:hover,
.hm-homebanner-inner-phone a:focus {
  text-decoration: underline !important;
}
.hm-homebanner-inner-title {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-title {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.hm-homebanner-inner-title h1 {
  font-size: 35px;
  color: white;
  font-weight: bold;
  text-align: center;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-title h1 {
    font-size: 25px;
  }
}
.hm-homebanner-inner-funnels {
  display: flex;
  align-items: flex-start;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels {
    display: block;
  }
}
.hm-homebanner-inner-funnels-card {
  flex-basis: 33%;
  margin-bottom: 20px;
  position: relative;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.hm-homebanner-inner-funnels-card:hover .hm-homebanner-inner-funnels-card-top-bottomhalf,
.hm-homebanner-inner-funnels-card:focus .hm-homebanner-inner-funnels-card-top-bottomhalf {
  background-color: #0057a8 !important;
}
.hm-homebanner-inner-funnels-card:hover .hm-homebanner-inner-funnels-card-inner,
.hm-homebanner-inner-funnels-card:focus .hm-homebanner-inner-funnels-card-inner {
  background-color: #0057a8 !important;
}
.hm-homebanner-inner-funnels-card:hover .hm-homebanner-inner-funnels-card-inner-content,
.hm-homebanner-inner-funnels-card:focus .hm-homebanner-inner-funnels-card-inner-content {
  color: white !important;
}
.hm-homebanner-inner-funnels-card:hover .fa-chevron-right,
.hm-homebanner-inner-funnels-card:focus .fa-chevron-right {
  color: white !important;
}
.hm-homebanner-inner-funnels-card-top {
  height: 70px;
  position: relative;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card-top {
    height: 40px;
  }
}
.hm-homebanner-inner-funnels-card-top-tophalf {
  height: 35px;
  width: 100%;
  background-color: transparent;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card-top-tophalf {
    height: 20px;
  }
}
.hm-homebanner-inner-funnels-card-top-bottomhalf {
  height: 35px;
  width: 100%;
  background-color: white;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card-top-bottomhalf {
    height: 20px;
  }
}
.hm-homebanner-inner-funnels-card-top-centericon {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hm-homebanner-inner-funnels-card-top-centericon img {
  height: 70px;
  width: 70px;
  padding: 10px;
  background-color: white;
  border-radius: 50%;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card-top-centericon img {
    height: 40px;
    width: 40px;
    padding: 5px;
  }
}
.hm-homebanner-inner-funnels-card-inner {
  padding: 50px 50px 60px 50px;
  position: relative;
  background-color: white;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card-inner {
    padding: 15px 40px 25px 40px;
    margin-top: -1px;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hm-homebanner-inner-funnels-card-inner-content {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  color: #0057a8;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card-inner-content {
    font-size: 18px;
  }
}
.hm-homebanner-inner-funnels-card-inner-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-homebanner-inner-funnels-card-inner-arrow {
    right: 5px;
    bottom: 15px;
    font-size: 14px;
  }
}
