/*
Theme Name: Harris & Hayden Law
Theme URI: https://www.creahive.com
Description: Harris & Hayden Law Custom Template
Author: <a href="https://www.creahive.com/">CREAHIVE</a>
Author URI: https://www.creahive.com
Version: 1.0
Text Domain: hhlaw
*/
@import url("https://fonts.googleapis.com/css2?family=Amiri&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/* Standard Styles --------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Amiri", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 700;
  color: #015B85;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: block;
}

.heading-wafter {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.heading-wafter::after {
  content: " ";
  width: 80px;
  height: 7px;
  background: #A30118;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.intro-l {
  border-left: 5px solid #A30118;
  padding-left: 20px;
}
.intro-l h2, .intro-l h3, .intro-l p {
  text-align: left;
  padding-bottom: 0;
}

p {
  font-family: "Amiri", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
p:last-of-type {
  margin-bottom: unset;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

sup {
  font-size: 0.7em;
}

.section-ptb {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-pt6b3 {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.section-pt {
  padding-top: 6rem;
}

.section-pb {
  padding-bottom: 6rem;
}

.pad-tb-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-900 {
  max-width: 900px;
  margin: 0 auto;
}

.boxed {
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: inset 2px rgba(80, 80, 80, 0.2);
}

.box-ptb {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.btn-blue-red {
  background: #A30118;
  display: inline-block;
  color: #fff;
  padding: 15px 40px;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
}
.btn-blue-red span {
  display: block;
  font-weight: bold;
}
.btn-blue-red:hover {
  background: #015B85;
  color: #FFFFFF;
}

.btn-red {
  background-color: #A30118;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  color: #fff !important;
  padding: 13px 18px;
  line-height: 21px;
  border: none;
  margin-bottom: 10px;
}
.btn-red span {
  display: block;
}

.btn-white {
  background: #fff;
  border-radius: 5px;
  color: #015B85;
  border: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

.btn-white-border {
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  padding: 5px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.btn-white-border:hover {
  background: #FFFFFF;
  color: #015B85;
}

.posrel {
  position: relative !important;
}

@media screen and (max-width: 576px) {
  [class*=col-md]:not(:last-child) {
    margin-bottom: 3rem;
  }

  .section-ptb {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section-pt {
    padding-top: 4.5rem;
  }

  .section-pb {
    padding-bottom: 4.5rem;
  }
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hhlaw-header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-bottom: 3px solid #015B85;
}
#hhlaw-header .alert {
  font-size: 1.4rem;
}
#hhlaw-header .navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
#hhlaw-header .navbar-brand img {
  height: 6rem;
  width: auto;
}
#hhlaw-header ul.navbar-nav {
  font-family: "Montserrat", sans-serif;
}
#hhlaw-header ul.navbar-nav > li {
  margin-right: 30px;
}
#hhlaw-header ul.navbar-nav > li:last-of-type {
  margin-right: 0;
}
#hhlaw-header ul.navbar-nav > li a {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #015B85;
  letter-spacing: 0.5px;
}
#hhlaw-header ul.navbar-nav > li.current-menu-item > a, #hhlaw-header ul.navbar-nav > li.current-menu-parent > a {
  color: #A30118;
}
#hhlaw-header ul.navbar-nav ul.dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
#hhlaw-header ul.navbar-nav ul.dropdown-menu li a {
  font-size: 14px;
}
#hhlaw-header ul.navbar-nav ul.dropdown-menu li.current-menu-item a {
  color: #A30118;
}
#hhlaw-header h1 {
  text-align: left;
  left: 80px;
  top: 17px;
  position: absolute;
  font-size: 2rem;
  color: #015B85;
}
@media screen and (min-width: 576px) {
  #hhlaw-header h1 {
    display: none;
  }
}

#hhlaw-footer {
  background: #EEEEEE;
}
#hhlaw-footer img {
  max-width: 300px;
}
#hhlaw-footer p {
  color: #015B85;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#hhlaw-footer a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 10px;
}
#hhlaw-footer .badgefooter {
  position: absolute;
}

article h1 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #015B85;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
article h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #015B85;
  margin-bottom: 1.5rem;
}
article h3 {
  font-weight: 500;
  color: #015B85;
  margin-bottom: 1rem;
}
article ul {
  line-height: 1.6;
  list-style: square;
  padding-left: 20px;
  margin-bottom: 1rem;
}
article ul li {
  margin-bottom: 1rem;
  font-family: "Amiri", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}
article ul li:last-of-type {
  margin-bottom: unset;
}
article ol {
  line-height: 1.6;
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}
article ol li {
  margin-bottom: 1rem;
  font-family: "Amiri", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}
article ol li:last-of-type {
  margin-bottom: unset;
}
article p {
  font-size: 2rem;
}
article p:last-of-type {
  margin-bottom: 1rem;
}
article .featured-image {
  margin-bottom: 30px;
  position: relative;
}
article .featured-image .title-blue {
  background: rgba(2, 125, 183, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
article a {
  color: #015B85;
}
article a:hover {
  color: #A30118;
}

#contact-main input, #contact-main textarea {
  width: 100%;
  margin-top: 15px;
}

.breadcrumb {
  margin-bottom: 30px;
}

#home-hero {
  background: url("/wp-content/themes/harrishayden/assets/img/stop-racism.jpg");
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 45px;
}
#home-hero h1 {
  font-size: 64px;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #015B85;
}
#home-hero .badge {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#home-hero-2 {
  background: url("/wp-content/themes/harrishayden/assets/img/employment-law-champions.jpg");
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 45px;
}
#home-hero-2 h1 {
  font-size: 64px;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #015B85;
}
#home-hero-2 .badge {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#practice-areas .practice-box {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
#practice-areas .practice-box .content {
  position: absolute;
  bottom: -85px;
  transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  width: 100%;
  background: rgba(2, 125, 183, 0.8);
  color: #fff;
  cursor: pointer;
}
#practice-areas .practice-box .content.list-four {
  bottom: -105px;
}
#practice-areas .practice-box .content.list-three {
  bottom: -81px;
}
#practice-areas .practice-box .content.list-two {
  bottom: -57px;
}
#practice-areas .practice-box .content h3 {
  text-align: center;
  padding-top: 10px;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
#practice-areas .practice-box .content ul {
  padding-left: 10px;
}
#practice-areas .practice-box .content ul li {
  list-style: none;
}
#practice-areas .practice-box .bg-image {
  width: 100%;
  height: 185px;
}
#practice-areas .practice-box:hover .content {
  bottom: 0;
}

#free-case-evaluation {
  background-size: cover !important;
  background-position-y: center !important;
}
#free-case-evaluation .cta-form {
  background: rgba(255, 255, 255, 0.85);
  max-width: 650px;
  margin: 0 auto;
  padding: 50px 100px;
}
#free-case-evaluation .cta-form input, #free-case-evaluation .cta-form textarea {
  border: none;
  background: none;
  border-bottom: 2px solid #015B85;
  font-size: 18px;
  width: 100%;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#landmark-cases .case-box {
  background: #F5F5F5;
  margin-top: 20px;
}
#landmark-cases .case-box .content {
  padding: 15px;
}
#landmark-cases .case-box .content p {
  min-height: 120px;
}
#landmark-cases .case-box .content a {
  color: #015B85;
  font-size: 16px;
  font-weight: bold;
}
#landmark-cases .case-box .content .logobox {
  height: 70px;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

#hhlaw-intro {
  background: #015B85;
  margin: 120px 0;
}
#hhlaw-intro .overflow img {
  margin: -150px 0;
}
#hhlaw-intro p {
  color: #FFFFFF;
}

#leadership .avatar {
  position: relative;
  margin-top: 30px;
}
#leadership .avatar .namebox-blue {
  background: rgba(2, 125, 183, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px 20px;
}
#leadership .avatar .namebox-red {
  background: rgba(163, 1, 24, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px 20px;
}
#leadership .avatar h3 {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
}
#leadership .avatar span {
  font-size: 20px;
  line-height: 1;
}

#home-contact {
  margin-bottom: 130px;
}
#home-contact .contact-bar {
  background: #015B85;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  margin-top: -10px;
}
#home-contact .contact-bar p {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
}
#home-contact .contact-bar p i {
  width: 30px;
  display: inline-block;
}
#home-contact .contact-bar p i::before {
  margin-left: 0;
}
#home-contact .contact-bar p a {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
}
#home-contact .contact-bar .socials {
  margin-top: 15px;
  color: #FFFFFF;
}
#home-contact .contact-bar .socials li {
  display: inline-block;
  color: #fff;
  font-size: 24px;
}
#home-contact .contact-bar .socials li a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
}
#home-contact .contact-bar .socials li i::before {
  margin-left: 0;
  margin-right: 5px;
}
#home-contact .contact-form {
  background: #A30118;
  padding: 80px 60px;
  text-align: center;
  margin-top: -190px;
  margin-bottom: -190px;
}
#home-contact .contact-form input, #home-contact .contact-form textarea {
  border: none;
  background: none;
  border-bottom: 2px solid #FFFFFF;
  font-size: 18px;
  color: #FFFFFF;
  width: 100%;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#home-contact .contact-form input::-webkit-input-placeholder, #home-contact .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
#home-contact .contact-form input::-moz-placeholder, #home-contact .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
#home-contact .contact-form input:-ms-input-placeholder, #home-contact .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}
#home-contact .contact-form input:-moz-placeholder, #home-contact .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}

#landing-contact {
  margin-bottom: 130px;
}
#landing-contact .landing-hero {
  text-align: center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#landing-contact .landing-hero img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.7);
}
#landing-contact .landing-hero h1 {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 42px;
  color: #fff;
  text-shadow: 0px 0px 5px #015b85;
}
@media screen and (max-width: 486px) {
  #landing-contact .landing-hero h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
  }
}
#landing-contact .contact-bar {
  background: #015B85;
  padding-top: 45px;
  padding-bottom: 45px;
  color: #fff;
}
#landing-contact .contact-bar p {
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  #landing-contact .contact-bar p {
    font-size: 16px;
  }
}
#landing-contact .contact-bar p:last-of-type {
  margin-bottom: 0;
}
#landing-contact .contact-bar p i {
  width: 30px;
  display: inline-block;
}
#landing-contact .contact-bar p i::before {
  margin-left: 0;
}
#landing-contact .contact-bar p a {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
}
#landing-contact .contact-form {
  background: #A30118;
  padding: 40px;
  text-align: center;
  margin-top: -190px;
  margin-bottom: -190px;
}
#landing-contact .contact-form input, #landing-contact .contact-form textarea {
  border: none;
  background: none;
  border-bottom: 2px solid #FFFFFF;
  font-size: 18px;
  color: #FFFFFF;
  width: 100%;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#landing-contact .contact-form input::-webkit-input-placeholder, #landing-contact .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
#landing-contact .contact-form input::-moz-placeholder, #landing-contact .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
#landing-contact .contact-form input:-ms-input-placeholder, #landing-contact .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}
#landing-contact .contact-form input:-moz-placeholder, #landing-contact .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
@media screen and (max-width: 486px) {
  #landing-contact .landing-hero {
    min-height: unset;
  }
  #landing-contact .contact-form {
    margin-top: 0;
    margin-bottom: -150px;
    padding: 20px;
  }
}

.sidebar-sticky {
  position: sticky;
  top: 100px;
}

aside .contact-form-box {
  background: #A30118;
  padding: 20px;
  text-align: left;
  color: #FFFFFF;
}
aside .contact-form-box h3 {
  color: #FFFFFF;
}
aside .contact-form-box h3::after {
  content: " ";
  width: 60px;
  height: 5px;
  background: #FFFFFF;
  position: absolute;
  bottom: -15px;
  display: block;
}
aside .contact-form-box address {
  margin-top: 30px;
}
aside .contact-form-box address p {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
aside .contact-form-box address p a {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
aside .contact-form-box address i {
  display: inline-block;
  width: 25px;
}
aside .contact-form-box address i:before {
  margin-left: 0;
}
aside .contact-form-box address span {
  display: block;
  padding-left: 25px;
}
aside .contact-form-box form input, aside .contact-form-box form textarea {
  border: none;
  background: none;
  border-bottom: 2px solid #FFFFFF;
  font-size: 18px;
  color: #FFFFFF;
  width: 100%;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
aside .contact-form-box form input::-webkit-input-placeholder, aside .contact-form-box form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
aside .contact-form-box form input::-moz-placeholder, aside .contact-form-box form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
aside .contact-form-box form input:-ms-input-placeholder, aside .contact-form-box form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}
aside .contact-form-box form input:-moz-placeholder, aside .contact-form-box form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
aside .testimonials-box {
  background: #015B85;
  padding: 20px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 30px;
}
aside .testimonials-box h3 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
aside .testimonials-box h3::after {
  content: " ";
  width: 60px;
  height: 5px;
  background: #FFFFFF;
  position: absolute;
  bottom: -15px;
  display: block;
}
aside .testimonials-box .icon-quote-left {
  position: absolute;
  z-index: 0;
  color: #ccc;
  font-size: 110px;
  left: 10px;
  top: 15px;
  opacity: 0.3;
}

#content {
  padding-top: 30px;
  padding-bottom: 40px;
}

#about-content {
  padding-top: 30px;
  padding-bottom: 40px;
}
#about-content figure {
  margin-bottom: 40px;
}
#about-content .featured-image {
  margin-bottom: 30px;
  position: relative;
}
#about-content .featured-image .title-blue {
  background: rgba(2, 125, 183, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#attorney {
  padding-top: 30px;
  padding-bottom: 40px;
}
#attorney figure {
  margin-bottom: 40px;
}
#attorney .att-heading {
  position: relative;
  border-bottom: 2px solid #015B85;
}
#attorney .att-heading h1 {
  font-size: 26px;
  margin-bottom: 0;
}
#attorney .att-heading .att-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 5px;
}
#attorney .att-heading .att-title a {
  color: #015B85;
}
#attorney .att-heading .att-title a:hover {
  color: #A30118;
}
#attorney .att-heading .att-title i {
  font-size: 24px;
}
#attorney .att-heading .att-title i::before {
  margin-right: 0;
}
#attorney .quote {
  padding-top: 20px;
}
#attorney .quote p {
  font-size: 17px;
  font-style: italic;
  line-height: 1.2;
}

#about-team .heading-wafter {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
#about-team .heading-wafter::after {
  left: 0;
  transform: unset;
}
#about-team .namebox-leader {
  margin-top: 5px;
}
#about-team .namebox-leader h4 {
  color: #222222;
  margin-bottom: 0;
}
#about-team .namebox-team {
  margin-top: 5px;
}
#about-team .namebox-team h5 {
  color: #222222;
  font-size: 14px;
}

#about-legal h2 {
  font-size: 2.4rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
#about-legal .accordion {
  margin-bottom: 20px;
}
#about-legal .card-header .btn {
  font-weight: bold;
  display: block;
  text-align: left;
  width: 100%;
  padding-left: 0;
}

#news .heading-wafter::after {
  left: 0;
  transform: unset;
}

.page-template-about .content a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.contact-form input {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 17px;
}

.contact-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
}

#contact-main h3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
}

#contact-main h4 {
  margin-top: 30px;
}

#contact-main a {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

#contact-main .contact-form .btn-red {
  margin-top: 20px;
}

#contact-main .media-contact {
  font-size: 18px;
}

#contact-main .socials li {
  display: inline-block;
  font-size: 24px;
}

#contact-main .socials li i {
  font-size: 24px;
  margin-top: 10px;
  float: left;
}

#contact-main .map {
  margin-bottom: 40px;
}

#contact-main i {
  color: #135c85;
}

@media screen and (max-width: 576px) {
  #hhlaw-intro {
    margin: unset;
  }

  #home-contact .contact-form {
    padding: 15px;
    margin-top: unset;
    margin-bottom: unset;
  }

  #practice-areas .practice-box {
    margin-top: unset;
  }

  #free-case-evaluation .cta-form {
    padding: 40px 10px;
  }

  #free-case-evaluation .col-md-6 {
    margin-bottom: 0;
  }

  #hhlaw-intro .overflow img {
    margin: 0;
  }

  #hhlaw-footer .badgefooter {
    position: relative;
    margin-bottom: 20px;
  }

  #home-hero, #home-hero-2 {
    background-position: 65%;
    min-height: 450px;
  }

  #home-hero h1, #home-hero-2 h1 {
    font-size: 44px;
  }

  #home-hero .badge, #home-hero-2 .badge {
    display: none;
  }

  .intro-l p {
    margin-bottom: 20px;
  }

  #attorney .quote {
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */

.pum-theme-156 .pum-title, .pum-theme-enterprise-blue .pum-title {
	text-align: center !important;
	font-size: 28px;
}

.pum-theme-156 p {
	font-size: 16px !important;
}
