header {
  background-color: #2D374D;
  border-bottom: 4px solid #1E90B2;
}

.practice-area:before {
  background-color: rgba(45, 55, 77, 0.9) !important;
}

form .gchoice label {
 display: inline !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #2D374D;
}

.case-result--item .case-result--header,
.cta-break-call-now p,
a {
  color: #2D374D;
}

.practice-area a {
  color: #fff;
}

.key-benefits ol li::before {
  border-color: #1E90B2 !important;
  color: #1E90B2 !important;
}
.key-benefits ol li::after {
  background-color: #1E90B2 !important;
}

ul.custom-bullets>li::before {
  background-color: #1E90B2 !important;
}

.border-bottom {
  border-bottom: 2px solid #1E90B2;
}

.key-benefits-list::before {
  background: #2D374D;
}

.top-bar, .top-bar .call-to-actions {
  background-color: #2D374D;
}
.logo, .nav-scroll .logo {
    width: 400px !important;
    height: auto !important;
    max-width: 90%;
  }
.lawyer-image {
  display: flex;
}
.lawyer-image picture {
  display: flex;
  align-items: flex-end;
}
.lawyer-image picture img {
  align-items: flex-end;
}



.hero .lawyer-image img {
  width: 370px;
  max-width: 370px !important;
}

.hero-title::before {
  background: none !important;
}
.hero-title::after {
  display: none !important;
}
.hero .container .row [class*="col-"] {
  padding: 0 !important;
}

textarea.small,
input.small,
select.small {
  font-size: 100%;
}

.our-attorneys-template {
  padding: 5rem 0 !important;
}

.hero-title .stars {
  height: auto;
}

form .gfield--type-text label {
  display: none !important;
}

.case-result--item .case-result--header p {
  font-size: 30px;
}

.our-attorneys-template {
  display: none;
}

@media only screen and (min-width: 991px) {
  .slick-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .col-lg-3.slick-slide {
    max-width: inherit !important;
  }
}


@media only screen and (max-width: 980px) {
  .container {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .logo,
  .nav-scroll .logo {
    margin: 0 auto;
  }

  .top-bar {
    padding: 0;
    border: 0;
  }
  .top-bar-flex {
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    padding: 16px;
    gap: 16px;
  }
  .top-bar .top-bar-flex {
    padding: 1em 0 0;
    border-radius: 0;
  }
  .top-bar .call-to-actions {
    /* background-color: transparent;
    padding: 0 !important;
    margin-top: 0;
    border: 0; */

    padding: 10px !important;
  }
  .top-bar .call-to-actions img {
    width: 1.25rem !important;
  }
  .top-bar .call-to-actions .cta-form,
  .top-bar .call-to-actions .cta-phone {
    font-size: 20px !important;
    border-radius: 5px;
    margin: 0 !important;
    padding: 10px 5px !important;
  }
  .top-bar-flex picture {
    margin: 0 auto;
    padding: 0px;
  }
  .top-bar .container {
    max-width: 100%;
    width: 100%;
  }
  .hero {
    height: 360px !important;
  }
  .hero-bg {
    background-position: top 0px left -160px;
  }
  .hero .hero-title {
    padding: 0 16px !important;
    margin: 0;
    position: absolute !important;
    top: auto;
    bottom: 30px !important;
    z-index: 5 !important;
  }
  .hero .col-sm-6,
  .hero .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lawyer-image picture {
    padding-top: 10px;
  }
  .hero .lawyer-image img {
    width: 280px;
    max-width: 280px !important;
  }

  .case-result--item .case-result--header p {
    font-size: max(0.1vw, 25px) !important;
  }

  .our-attorneys-template {
    padding: 3rem 0 !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .hero .lawyer-image img {
    //width: 460px;
    //max-width: 460px !important;
  }
}

/* added by mlietz */
.key-benefits ol li::before {
  border-color: #b4131c;
  color: #b4131c;
}

.key-benefits ol li::after {
  background-color: #b4131c;
  height: 66px !important;
}

.key-benefits ol li:last-child::after {
  height: 0 !important;
}

.case-results h2 {
  margin-bottom: 2rem !important;
}

.testimonials .slider img {
  width: 122px;
  display: block;
}
