/* ----------------- Variable / Font Declarations ----------------- */
.panel_content {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  overflow: hidden; }

/* Site-wide */
.body_text {
  letter-spacing: .3px;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300; }

.body_text.interior {
  font-size: 18px; }
  .body_text.interior p a {
    color: #337ab7; }

.body_link {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1a2744;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2em; }

.body_h1 {
  color: #1a2744;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: .7px;
  text-align: left; }

.line_link {
  margin-top: 20px;
  width: 100%; }
  .line_link a {
    position: relative;
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    color: #8a97b4;
    line-height: 70px; }
    .line_link a:after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 185%;
      top: 50%;
      background-color: silver;
      height: 1px;
      margin-left: .5em; }

.body_text_container {
  width: 60%;
  float: left; }

.subpage_header h1 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #1a2744;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 80px;
  position: relative;
  margin-bottom: 50px; }
  .subpage_header h1::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -20px;
    width: 10%;
    height: 2px;
    display: block;
    background-color: #8a97b4; }

/* Font declarations */
@font-face {
  font-family: proxima-nova, serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: proxima-nova-condensed, serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: proxima-nova-extra-condensed, serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: industry, serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: questa-grande, serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: altivo, serif;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal; }

.font_proxima {
  font-family: proxima-nova, sans-serif; }

.font_proxima_condensed {
  font-family: proxima-nova-condensed, sans-serif; }

.font_proxima_extra_condensed {
  font-family: proxima-nova-extra-condensed, sans-serif; }

.font_industry {
  font-family: industry, sans-serif; }

.font_questa_grande {
  font-family: questa-grande, serif; }

.font_altivo {
  font-family: altivo, sans-serif; }

.font_playfair {
  font-family: playfair-display, serif; }

/* ----------------- Variables----------------- */
/* ----------------- Pages / Page Components ----------------- */
/* ----------------- Header / Nav Bar ----------------- */
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  /*overflow: hidden;*/
  background: linear-gradient(to bottom, #1a2744 0, transparent 100%);
  color: #fff;
  z-index: 10;
  top: 0px;
  transition: all 0.5s ease; }
  #header.minimized {
    height: 70px; }
    #header.minimized .menu_option_container {
      height: 70px;
      line-height: 70px; }
      #header.minimized .menu_option_container a {
        transition: color 0.7s linear; }
    #header.minimized #branding img {
      height: 40px;
      margin-top: 15px; }
    #header.minimized .menu_dropdown {
      margin-top: 0px; }

#branding {
  float: left; }
  #branding a {
    position: relative; }
    #branding a img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: auto;
      height: 60px;
      margin-top: 20px;
      transition: all 0.5s ease; }
      #branding a img.logo_black {
        opacity: 1; }
      #branding a img.logo_white {
        opacity: 0; }
  #branding:hover {
    cursor: pointer; }

.menu_option_container {
  float: right;
  font-family: raleway;
  font-size: 15px;
  letter-spacing: normal;
  padding-right: 3%;
  height: 100px;
  line-height: 100px;
  color: #000;
  width: auto;
  transition: all 0.5s ease;
  /*overflow: hidden;*/
  position: relative; }
  .menu_option_container a {
    text-decoration: none;
    color: #000; }
  .menu_option_container .menu_dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    background-color: #fff;
    color: #000;
    pointer-events: none;
    margin-top: -30px;
    border-top: 8px solid #4b4b4b;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4); }

.menu_dropdown .menu_option {
  float: left;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  width: 200px;
  padding-left: 14px;
  padding-right: 14px; }
.menu_dropdown .systems_menu_option.menu_option {
  width: 300px; }
.menu_dropdown.two_columns {
  width: 300px; }

.menu_column {
  float: left;
  display: inline-block;
  width: auto; }
  .menu_column .menu_option {
    width: auto; }

.menu_option a {
  color: #000;
  text-decoration: none; }
.menu_option a:hover {
  text-decoration: underline; }

.menu_option_container:hover > .menu_dropdown,
.menu_dropdown:hover {
  background-color: #fff;
  visibility: visible;
  opacity: 1;
  pointer-events: all; }

footer {
  background-color: #1a2744;
  padding-top: 26px;
  padding-bottom: 26px; }
  footer .font_proxima {
    float: left;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    letter-spacing: .3px;
    text-transform: uppercase; }
    footer .font_proxima:nth-of-type(1) {
      width: 50%;
      text-align: left; }
    footer .font_proxima:nth-of-type(2) {
      width: 50%;
      text-align: right; }
    footer .font_proxima:nth-of-type(3) {
      width: 50%;
      text-align: left;
      color: #b0b0b0;
      font-size: 14px; }
    footer .font_proxima:nth-of-type(4) {
      width: 10%;
      text-align: center; }
      footer .font_proxima:nth-of-type(4) a {
        width: 33.33%;
        float: left;
        line-height: 34px; }
        footer .font_proxima:nth-of-type(4) a img {
          margin-top: 6px;
          width: 20px;
          height: 20px; }
    footer .font_proxima:nth-of-type(5) {
      width: 40%;
      text-align: right;
      color: #b0b0b0;
      font-size: 14px; }
    footer .font_proxima a.phone_link {
      color: #fff;
      text-decoration: none; }

.hidden_footer_break {
  display: none; }

.break_hidden_on_mobile {
  display: block; }

#menu {
  overflow: visible; }

.menu_option_container {
  float: right;
  letter-spacing: 0.67px;
  line-height: 24px;
  font-size: 15px;
  padding-right: 2%;
  height: 100px;
  line-height: 100px;
  color: #fff;
  width: auto;
  transition: all 0.5s ease;
  /*overflow: hidden;*/
  position: relative;
  text-transform: uppercase; }
  .menu_option_container a {
    text-decoration: none;
    color: #fff; }
  .menu_option_container .menu_dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    background-color: #fff;
    color: #000;
    pointer-events: none;
    margin-top: -30px;
    border-top: 8px solid #b0b0b0;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4); }

.menu_dropdown .menu_option {
  float: left;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  width: auto;
  padding-left: 14px;
  padding-right: 34px; }
.menu_dropdown .systems_menu_option.menu_option {
  width: auto; }
.menu_dropdown.two_columns {
  width: 300px; }

.menu_column {
  float: left;
  display: inline-block;
  width: 150px; }
  .menu_column .menu_option {
    width: 150px; }

.menu_option a {
  color: #000;
  text-decoration: none; }
.menu_option a:hover {
  text-decoration: underline; }

.menu_option_container:hover > .menu_dropdown,
.menu_dropdown:hover {
  background-color: #fff;
  visibility: visible;
  opacity: 1;
  pointer-events: all; }

#nav_pay_rent {
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px; }

/* ----------------- Site Loading Overlay ----------------- */
#site_loading_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  justify-content: center;
  background-color: #000;
  transition: all 0.5s ease;
  opacity: 1;
  pointer-events: all; }

#site_loading_overlay > img {
  align-self: center;
  opacity: 0.9;
  width: 150px;
  height: 150px; }

/* ----------------- Mobile Menu / Nav ----------------- */
#mobile_burger_container {
  display: none;
  float: right;
  height: 100px;
  padding-left: 1.5%;
  width: auto;
  overflow: hidden; }

#mobile_burger_icon {
  width: 28px;
  height: 28px;
  margin-top: 38px;
  float: left;
  margin-left: 0px; }

#mobile_burger_icon:hover {
  cursor: pointer; }

#mobile_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
  background-color: #1a2744;
  color: #fff;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 60px;
  overflow: hidden; }

#mobile_menu_x {
  position: absolute;
  right: 5%;
  top: 46px;
  width: 20px;
  height: 20px; }

#mobile_menu_x:hover {
  cursor: pointer; }

.mobile_option_icon_container img {
  width: 20px;
  height: 20px;
  margin-top: 6px; }

.mobile_option_icon_container:hover {
  cursor: pointer; }

.mobile_option_container {
  width: 100%;
  overflow: hidden;
  float: left;
  transition: all 0.3s ease; }
  .mobile_option_container .caret-up {
    display: none; }
  .mobile_option_container .caret-down {
    display: block; }
  .mobile_option_container.selected {
    max-height: 400px; }
    .mobile_option_container.selected .caret-up {
      display: block; }
    .mobile_option_container.selected .caret-down {
      display: none; }

.mobile_option_text_container {
  width: 90%;
  height: auto;
  float: left; }

.mobile_option_title {
  text-align: center;
  width: 100%;
  float: left; }

.mobile_option_title span {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  line-height: 60px; }

.mobile_option_title.secondary {
  padding-left: 5%; }

.mobile_option_title.secondary span {
  font-weight: 300; }

.mobile_option_title a {
  color: #fff;
  text-decoration: none; }

.mobile_option_title a:hover {
  text-decoration: underline; }

.mobile_option_icon_container {
  width: 10%;
  float: right; }

@media screen and (min-width: 0px) and (max-width: 1000px) {
  .menu_option_container,
  #search {
    display: none; }

  #mobile_burger_container {
    display: block; } }
@media screen and (min-width: 0px) and (max-width: 850px) {
  footer {
    padding-top: 26px;
    padding-bottom: 26px; }
    footer .font_proxima {
      float: left;
      font-size: 16px;
      line-height: 34px;
      color: #fff;
      letter-spacing: .3px;
      text-transform: uppercase; }
      footer .font_proxima:nth-of-type(1) {
        width: 50%;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px; }
      footer .font_proxima:nth-of-type(2) {
        width: 50%;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px; }
      footer .font_proxima:nth-of-type(3) {
        width: 100%;
        text-align: center;
        color: #b0b0b0;
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px; }
      footer .font_proxima:nth-of-type(4) {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center; }
        footer .font_proxima:nth-of-type(4) a {
          width: 33.33%;
          float: left;
          line-height: 34px; }
          footer .font_proxima:nth-of-type(4) a img {
            margin-top: 6px;
            width: 30px;
            height: 30px; }
      footer .font_proxima:nth-of-type(5) {
        width: 100%;
        text-align: center;
        color: #b0b0b0;
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px; }

  .hidden_footer_break {
    display: block; }

  .break_hidden_on_mobile {
    display: none; } }
@media screen and (min-width: 0px) and (max-width: 700px) {
  #header {
    height: 60px; }

  #branding a img {
    height: 30px;
    margin-top: 15px;
    transition: all 0.5s ease; }

  #mobile_burger_container {
    height: 100px; }

  #mobile_burger_icon {
    width: 22px;
    height: 22px;
    margin-top: 19px;
    margin-right: 10px; }

  .mobile_option_title span {
    font-size: 26px;
    line-height: 40px; } }
/* Subpage containers */
.homepage_container .next_section_container {
  width: 10%;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 45%;
  text-align: center; }
  .homepage_container .next_section_container p.font_altivo {
    font-size: 18px;
    font-weight: 300; }
  .homepage_container .next_section_container:after {
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border-color: inherit;
    border-style: solid; }
  .homepage_container .next_section_container:hover {
    cursor: pointer; }

.homepage_1 {
  min-height: 700px;
  height: 100vh;
  /*background-image: url('/wp-content/themes/hpmb/assets/images/homepage/homepage_1.png'); */
  background-size: cover;
  position: relative; }
  .homepage_1 #background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .homepage_1 h1 {
    width: 100%;
    text-align: center;
    font-size: 110px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin-top: 200px; }
  .homepage_1 h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 110px;
    color: #fff;
    margin-top: 20px; }
  .homepage_1 h3 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #fff;
    margin-top: 60px; }
  .homepage_1 h4 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-top: 40px;
    font-style: italic;
    opacity: 0.8; }
    .homepage_1 h4 a {
      text-decoration: none;
      color: #fff; }
      .homepage_1 h4 a:hover {
        text-decoration: underline; }
  .homepage_1 .next_section_container p.font_altivo {
    color: #eee; }
  .homepage_1 .next_section_container:after {
    border-color: #eee; }

.homepage_2 {
  min-height: 750px;
  height: 100vh;
  background-image: url("/wp-content/themes/hpmb/assets/images/homepage/homepage_2.png");
  background-size: cover;
  position: relative; }
  .homepage_2 .panel_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    height: 85%; }
    .homepage_2 .panel_content .events_container {
      margin-top: 10px;
      height: auto;
      width: 70%;
      background-color: rgba(255, 255, 255, 0.8);
      padding-bottom: 30px;
      overflow: hidden; }
      .homepage_2 .panel_content .events_container h1 {
        color: #1a2744;
        font-size: 34px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: .7px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 10px; }
      .homepage_2 .panel_content .events_container .event_entry {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        padding-bottom: 2%;
        padding-top: 2%;
        border-bottom: 1px solid #1a2744;
        min-height: 62px; }
        .homepage_2 .panel_content .events_container .event_entry a {
          width: 100%;
          text-decoration: none;
          color: #1a2744;
          font-size: 18px;
          line-height: 26px;
          font-weight: 600;
          -webkit-transition: all .5s ease-out;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }
        .homepage_2 .panel_content .events_container .event_entry:last-of-type {
          border: none; }
  .homepage_2 .next_section_container p.font_altivo {
    color: #1a2744; }
  .homepage_2 .next_section_container:after {
    border-color: #1a2744; }

.homepage_3 {
  min-height: 700px;
  height: 100vh;
  background-image: url("/wp-content/themes/hpmb/assets/images/homepage/homepage_3.png");
  background-size: cover;
  padding-top: 6%;
  position: relative; }
  .homepage_3 h1 {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 2%;
    padding-bottom: 20px; }
  .homepage_3 .text_1 {
    width: 50%;
    float: left;
    padding-left: 2%;
    padding-right: 2%; }
  .homepage_3 .text_2 {
    width: 50%;
    float: left;
    padding-left: 2%;
    padding-right: 2%; }
    .homepage_3 .text_2 h2 {
      width: 100%;
      margin-bottom: 16px; }
      .homepage_3 .text_2 h2 a.body_link {
        padding-right: 10px;
        width: 100%;
        position: relative;
        display: block;
        overflow: hidden; }
        .homepage_3 .text_2 h2 a.body_link:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 40%;
          top: 50%;
          background-color: silver;
          height: 1px;
          margin-left: .5em; }
    .homepage_3 .text_2 h3 {
      margin-top: 16px;
      width: 100%;
      font-size: 36px;
      line-height: 58px;
      font-weight: 500;
      color: #1a2744; }
    .homepage_3 .text_2 .body_text {
      padding-right: 5%; }
    .homepage_3 .text_2 input {
      float: left;
      height: 40px;
      width: 80%;
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      padding: 10px;
      padding-left: 10px;
      letter-spacing: -0.12px;
      line-height: 40px;
      border-radius: 3px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      margin-bottom: 10px;
      transition: all 0.3s;
      border: 1px solid #4b4b4b;
      outline: none; }
    .homepage_3 .text_2 a.lawyer_search_button {
      float: left;
      width: 40px;
      height: 40px;
      background-color: #000;
      display: flex;
      justify-content: center;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .homepage_3 .text_2 a.lawyer_search_button img {
        align-self: center;
        width: 25px;
        height: 25px; }
  .homepage_3 .next_section_container p.font_altivo {
    color: #1a2744; }
  .homepage_3 .next_section_container:after {
    border-color: #1a2744; }

.homepage_4 {
  min-height: 100vh;
  height: auto;
  background-image: url("/wp-content/themes/hpmb/assets/images/homepage/homepage_4.jpg");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  position: relative; }
  .homepage_4 .panel_content {
    display: grid;
    grid-gap: 0;
    /* 2 columns, with each column 50% width */
    grid-template-columns: repeat(2, 50%);
    /* 3 rows, with each row 33.3% height */
    grid-template-rows: repeat(3, 33.3%); }
  .homepage_4 .container {
    /* Start at end of row 1, and span over to end of row 2 */
    grid-row: 1 / 2;
    /* This part shouldn't work but does */
    grid-column: 2 / 3; }
    .homepage_4 .container h1 {
      color: #1a2744;
      font-size: 40px;
      line-height: 54px;
      text-align: center;
      width: 100%;
      text-transform: none;
      font-weight: 600; }
    .homepage_4 .container .body_text {
      margin-top: 8px;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      color: #fff;
      text-align: center; }
    .homepage_4 .container .learn_more {
      width: 100%;
      text-align: center; }
      .homepage_4 .container .learn_more a {
        width: 100%;
        text-decoration: none;
        color: #f9c33e;
        line-height: 70px; }
  .homepage_4 .next_section_container p.font_altivo {
    color: #eee; }
  .homepage_4 .next_section_container:after {
    border-color: #eee; }

.homepage_5 {
  min-height: 100vh;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ededed;
  position: relative; }
  .homepage_5 .panel_content {
    height: 100%; }
    .homepage_5 .panel_content .text_1 {
      float: left;
      width: 35%;
      margin-right: 5%; }
      .homepage_5 .panel_content .text_1 h1 {
        margin-bottom: 40px; }
      .homepage_5 .panel_content .text_1 .body_text {
        margin-bottom: 40px; }
      .homepage_5 .panel_content .text_1 a {
        position: relative;
        color: #c5992c; }
        .homepage_5 .panel_content .text_1 a:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 85%;
          top: 50%;
          background-color: silver;
          height: 1px;
          margin-left: .5em; }
    .homepage_5 .panel_content .text_2 {
      float: left;
      width: 60%;
      display: grid;
      grid-gap: 0;
      /* 2 columns, with each column 50% width */
      grid-template-columns: 50% 50%;
      /* 2 rows, with each row 70% height */
      grid-template-rows: 70% 70%;
      height: 100%; }
      .homepage_5 .panel_content .text_2 .container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        .homepage_5 .panel_content .text_2 .container a {
          text-decoration: none;
          font-size: 30px;
          line-height: 38px;
          text-align: left;
          padding: 10%;
          z-index: 2;
          -webkit-transition: all .5s ease-out;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }
          .homepage_5 .panel_content .text_2 .container a:hover {
            text-decoration: underline; }
        .homepage_5 .panel_content .text_2 .container:after {
          background-size: cover;
          content: "";
          width: 100%;
          height: 100%;
          opacity: 0.5;
          top: 0;
          left: 0;
          position: absolute;
          background-position: center center; }
      .homepage_5 .panel_content .text_2 .container:nth-of-type(1) {
        grid-row: 1 / 3;
        grid-column: 1; }
        .homepage_5 .panel_content .text_2 .container:nth-of-type(1):after {
          background-image: url("/wp-content/themes/hpmb/assets/images/homepage/homepage_5_nurse.png"); }
      .homepage_5 .panel_content .text_2 .container:nth-of-type(2):after {
        background-image: url("/wp-content/themes/hpmb/assets/images/homepage/homepage_5_gavel.jpg"); }
      .homepage_5 .panel_content .text_2 .container:nth-of-type(3):after {
        background-image: url("/wp-content/themes/hpmb/assets/images/homepage/homepage_5_pills.jpg"); }
  .homepage_5 .next_section_container p.font_altivo {
    color: #1a2744; }
  .homepage_5 .next_section_container:after {
    border-color: #1a2744; }

.homepage_6 {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  height: auto;
  background-image: url("/wp-content/themes/hpmb/assets/images/homepage/homepage_6.png");
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  .homepage_6 .panel_content {
    height: 100%; }
    .homepage_6 .panel_content .text_1 {
      float: left;
      width: 60%; }
      .homepage_6 .panel_content .text_1 h1 {
        margin-bottom: 40px;
        color: #fff;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
      .homepage_6 .panel_content .text_1 .body_text {
        margin-bottom: 70px;
        color: #fff;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
      .homepage_6 .panel_content .text_1 a {
        position: relative;
        color: #c5992c;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
        .homepage_6 .panel_content .text_1 a:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 55%;
          top: 50%;
          background-color: silver;
          height: 1px;
          margin-left: .5em; }
    .homepage_6 .panel_content .three_panels {
      margin-top: 60px;
      width: 100%;
      min-height: 230px;
      height: auto;
      display: block;
      background-color: #fff; }
      .homepage_6 .panel_content .three_panels .panel {
        width: 33.33%;
        height: 100%;
        float: left;
        color: #1a2744;
        border-right: 1px solid #1a2744;
        padding-bottom: 20px; }
        .homepage_6 .panel_content .three_panels .panel .number {
          margin-top: 6px;
          margin-bottom: 6px;
          text-align: center;
          font-size: 50px;
          line-height: 60px;
          font-style: italic;
          text-align: center; }
        .homepage_6 .panel_content .three_panels .panel .sub_number {
          margin-bottom: 20px;
          font-size: 16px;
          font-weight: 200;
          letter-spacing: .5px;
          line-height: 26px;
          text-align: center;
          text-transform: uppercase; }
        .homepage_6 .panel_content .three_panels .panel .body_text {
          letter-spacing: .3px;
          text-align: center;
          font-size: 16px;
          line-height: 21px; }
        .homepage_6 .panel_content .three_panels .panel:nth-of-type(3) {
          border: none; }

@media screen and (min-width: 700px) and (max-width: 1050px) {
  .homepage_1 h1 {
    font-size: 80px;
    margin-top: 200px; }
  .homepage_1 h2 {
    font-size: 80px;
    margin-top: 20px; }
  .homepage_1 h3 {
    font-size: 34px;
    margin-top: 60px; } }
@media screen and (min-width: 0px) and (max-width: 900px) {
  .homepage_5 {
    padding-top: 100px;
    padding-bottom: 100px; }
    .homepage_5 .panel_content .text_1 {
      float: left;
      width: 100%;
      margin-right: 0%;
      padding-left: 5%;
      padding-right: 5%;
      margin-bottom: 60px; }
      .homepage_5 .panel_content .text_1 h1 {
        margin-bottom: 40px;
        text-align: center; }
      .homepage_5 .panel_content .text_1 .body_text {
        margin-bottom: 40px; }
      .homepage_5 .panel_content .text_1 a {
        width: 100%;
        text-align: center;
        position: relative;
        color: #c5992c; }
        .homepage_5 .panel_content .text_1 a:after {
          content: '';
          display: none;
          position: absolute;
          width: 0%;
          top: 0%;
          background-color: silver;
          height: 0px;
          margin-left: 0; }
    .homepage_5 .panel_content .text_2 {
      float: left;
      width: 100%;
      display: grid;
      grid-gap: 0;
      /* 2 columns, with each column 50% width */
      grid-template-columns: 50% 50%;
      /* 2 rows, with each row 70% height */
      grid-template-rows: 70% 70%;
      min-height: 100%;
      height: auto;
      padding-bottom: 120px; }
      .homepage_5 .panel_content .text_2 .container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center; }
        .homepage_5 .panel_content .text_2 .container a {
          text-decoration: none;
          font-size: 30px;
          line-height: 38px;
          text-align: center;
          padding: 10%;
          z-index: 2;
          -webkit-transition: all .5s ease-out;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }
          .homepage_5 .panel_content .text_2 .container a:hover {
            text-decoration: underline; }
        .homepage_5 .panel_content .text_2 .container:after {
          background-size: cover;
          content: "";
          width: 100%;
          height: 100%;
          opacity: 0.5;
          top: 0;
          left: 0;
          position: absolute;
          background-position: center center; }

  .homepage_6 {
    padding-top: 100px;
    padding-bottom: 100px; }
    .homepage_6 .panel_content {
      height: 100%; }
      .homepage_6 .panel_content .text_1 {
        float: left;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; }
        .homepage_6 .panel_content .text_1 h1 {
          text-align: center;
          font-size: 32px;
          line-height: 40px;
          margin-bottom: 40px;
          color: #fff;
          text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
        .homepage_6 .panel_content .text_1 .body_text {
          margin-bottom: 70px;
          color: #fff;
          text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
        .homepage_6 .panel_content .text_1 a {
          width: 100%;
          float: left;
          text-align: center;
          color: #c5992c;
          text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
          .homepage_6 .panel_content .text_1 a:after {
            content: '';
            display: none;
            position: absolute;
            width: 55%;
            top: 50%;
            background-color: silver;
            height: 1px;
            margin-left: .5em; }
      .homepage_6 .panel_content .three_panels {
        margin-top: 60px;
        width: 100%;
        min-height: 650px;
        height: auto;
        display: block;
        background-color: rgba(255, 255, 255, 0); }
        .homepage_6 .panel_content .three_panels .panel {
          width: 100%;
          height: 100%;
          float: left;
          color: #fff;
          border-right: none;
          padding-bottom: 20px; }
          .homepage_6 .panel_content .three_panels .panel .number {
            margin-top: 6px;
            margin-bottom: 6px;
            text-align: center;
            font-size: 50px;
            line-height: 60px;
            font-style: italic;
            text-align: center; }
          .homepage_6 .panel_content .three_panels .panel .sub_number {
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 200;
            letter-spacing: .5px;
            line-height: 26px;
            text-align: center;
            text-transform: uppercase; }
          .homepage_6 .panel_content .three_panels .panel .body_text {
            letter-spacing: .3px;
            text-align: center;
            font-size: 16px;
            line-height: 21px;
            color: #fff; }
          .homepage_6 .panel_content .three_panels .panel:nth-of-type(3) {
            border: none; } }
@media screen and (min-width: 0px) and (max-width: 850px) {
  .homepage_3 {
    min-height: 0px;
    padding-top: 6%; }
    .homepage_3 h1 {
      margin-top: 50px;
      margin-bottom: 10px;
      width: 100%;
      padding-left: 2%;
      padding-bottom: 20px;
      text-align: center; }
    .homepage_3 .text_1 {
      width: 100%;
      float: left;
      padding-left: 2%;
      padding-right: 2%;
      text-align: distribute;
      hyphens: manual;
      margin-bottom: 60px; }
    .homepage_3 .text_2 {
      width: 100%;
      float: left;
      padding-left: 2%;
      padding-right: 2%;
      text-align: distribute;
      hyphens: manual;
      margin-bottom: 60px; }
      .homepage_3 .text_2 h2 {
        width: 100%;
        margin-bottom: 36px; }
        .homepage_3 .text_2 h2 a.body_link {
          padding-right: 0px;
          width: 100%;
          position: relative;
          display: block;
          overflow: hidden;
          text-align: center; }
          .homepage_3 .text_2 h2 a.body_link:after {
            content: '';
            display: none;
            position: absolute;
            width: 0px;
            top: 0px;
            background-color: silver;
            height: 1px;
            margin-left: 0; }
      .homepage_3 .text_2 h3 {
        margin-top: 40px;
        font-size: 32px;
        text-align: center; }
      .homepage_3 .text_2 .body_text {
        padding-right: 0%; }
      .homepage_3 .text_2 input {
        float: left;
        height: 40px;
        width: 85%;
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        padding: 10px;
        padding-left: 10px;
        letter-spacing: -0.12px;
        line-height: 40px;
        border-radius: 3px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom: 10px;
        transition: all 0.3s;
        border: 1px solid #4b4b4b;
        outline: none; }
      .homepage_3 .text_2 a.lawyer_search_button {
        float: left;
        width: 40px;
        height: 40px;
        background-color: #000;
        display: flex;
        justify-content: center;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
        .homepage_3 .text_2 a.lawyer_search_button img {
          align-self: center;
          width: 25px;
          height: 25px; } }
@media screen and (min-width: 0px) and (max-width: 700px) {
  .homepage_container .next_section_container {
    display: none; }

  .homepage_1 {
    padding-bottom: 50px; }
    .homepage_1 h1 {
      font-size: 50px;
      margin-top: 140px; }
    .homepage_1 h2 {
      font-size: 50px;
      margin-top: 20px; }
    .homepage_1 h3 {
      font-size: 28px;
      margin-top: 60px; }

  .homepage_2 {
    min-height: 0px;
    height: auto; }
    .homepage_2 .panel_content .events_container {
      margin-top: 0px;
      width: 100%; }
      .homepage_2 .panel_content .events_container h1 {
        font-size: 24px;
        line-height: 40px;
        margin-top: 50px;
        margin-bottom: 10px; }
      .homepage_2 .panel_content .events_container .event_entry {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
        padding-top: 2%;
        border-bottom: 1px solid #1a2744; }
        .homepage_2 .panel_content .events_container .event_entry a {
          width: 100%;
          text-decoration: none;
          color: #1a2744;
          font-size: 18px;
          line-height: 26px;
          font-weight: 600;
          -webkit-transition: all .5s ease-out;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }
        .homepage_2 .panel_content .events_container .event_entry:last-of-type {
          border: none; }

  .homepage_4 .container {
    padding-top: 60px;
    padding-bottom: 60px;
    /* Start at end of row 1, and span over to end of row 2 */
    grid-row: 0 / 2;
    /* This part shouldn't work but does */
    grid-column: 1 / 3; }
    .homepage_4 .container h1 {
      color: #1a2744;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      width: 100%;
      text-transform: none;
      font-weight: 600;
      margin-bottom: 20px; }
    .homepage_4 .container .body_text {
      margin-top: 8px;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      color: #fff;
      text-align: center; }
    .homepage_4 .container .learn_more {
      width: 100%;
      text-align: center; }
      .homepage_4 .container .learn_more a {
        width: 100%;
        text-decoration: none;
        color: #f9c33e;
        line-height: 70px; }

  .homepage_5 {
    padding-top: 100px;
    padding-bottom: 100px; }
    .homepage_5 .panel_content .text_1 {
      float: left;
      width: 100%;
      margin-right: 0%;
      padding-left: 5%;
      padding-right: 5%;
      margin-bottom: 60px; }
      .homepage_5 .panel_content .text_1 h1 {
        margin-bottom: 40px; }
      .homepage_5 .panel_content .text_1 .body_text {
        margin-bottom: 40px; }
      .homepage_5 .panel_content .text_1 a {
        width: 100%;
        text-align: center;
        position: relative;
        color: #c5992c; }
        .homepage_5 .panel_content .text_1 a:after {
          content: '';
          display: none;
          position: absolute;
          width: 0%;
          top: 0%;
          background-color: silver;
          height: 0px;
          margin-left: 0; }
    .homepage_5 .panel_content .text_2 {
      float: left;
      width: 100%;
      display: block;
      min-height: 100%;
      height: auto;
      padding-bottom: 0px; }
      .homepage_5 .panel_content .text_2 .container {
        width: 100%;
        height: 200px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        .homepage_5 .panel_content .text_2 .container a {
          text-decoration: none;
          font-size: 26px;
          line-height: 38px;
          text-align: center;
          padding: 10%;
          z-index: 2;
          -webkit-transition: all .5s ease-out;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }
          .homepage_5 .panel_content .text_2 .container a:hover {
            text-decoration: underline; }
        .homepage_5 .panel_content .text_2 .container:after {
          background-size: cover;
          content: "";
          width: 100%;
          height: 100%;
          opacity: 0.5;
          top: 0;
          left: 0;
          position: absolute;
          background-position: center center; } }
.firm_1 {
  min-height: 80vh;
  height: auto;
  background-image: url("/wp-content/themes/hpmb/assets/images/grand_central.jpg");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center; }
  .firm_1 .text_1 {
    align-self: center;
    width: 100%;
    padding-left: 50%; }
    .firm_1 .text_1 .font_playfair {
      margin-top: 10%;
      color: #fff;
      font-size: 48px;
      line-height: 60px;
      font-style: italic;
      font-weight: 200;
      margin-bottom: 10px; }
    .firm_1 .text_1 .font_industry {
      color: #fff;
      text-transform: uppercase;
      font-size: 42px;
      line-height: 60px;
      font-weight: 700; }

.firm_2 {
  background-color: #fff;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  .firm_2 h1 {
    width: 40%;
    padding-right: 8%;
    float: left;
    font-size: 36px;
    color: #1a2744;
    line-height: 48px;
    font-weight: 700; }
  .firm_2 .body_text_container {
    width: 60%;
    float: left; }
    .firm_2 .body_text_container .line_link {
      margin-top: 20px;
      width: 100%; }
      .firm_2 .body_text_container .line_link a {
        position: relative;
        font-size: 20px;
        width: 100%;
        text-decoration: none;
        color: #8a97b4;
        line-height: 70px; }
        .firm_2 .body_text_container .line_link a:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 185%;
          top: 50%;
          background-color: silver;
          height: 1px;
          margin-left: .5em; }

@media screen and (min-width: 600px) and (max-width: 850px) {
  .firm_1 {
    min-height: 80vh;
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px; }
    .firm_1 .text_1 {
      align-self: center;
      width: 100%;
      padding-left: 0%; }
      .firm_1 .text_1 .font_playfair {
        text-align: center;
        font-size: 34px;
        line-height: 42px;
        float: left;
        width: 100%;
        padding: 0%;
        padding-left: 15%;
        padding-right: 15%; }
      .firm_1 .text_1 .font_industry {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        float: left;
        width: 100%;
        padding: 0%;
        padding-left: 15%;
        padding-right: 15%; } }
@media screen and (min-width: 0px) and (max-width: 850px) {
  .firm_2 {
    padding-top: 60px; }
    .firm_2 h1 {
      width: 100%;
      padding-right: 4%;
      padding-left: 4%;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 30px; }
    .firm_2 .body_text_container {
      width: 100%;
      float: left; } }
@media screen and (min-width: 0px) and (max-width: 600px) {
  .firm_1 {
    min-height: 80vh;
    height: auto;
    padding-bottom: 90px;
    padding-top: 70px; }
    .firm_1 .text_1 {
      align-self: center;
      width: 100%;
      padding-left: 0%; }
      .firm_1 .text_1 .font_playfair {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        float: left;
        width: 100%;
        padding: 0%; }
      .firm_1 .text_1 .font_industry {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        float: left;
        width: 100%;
        padding: 0%; } }
.practices_1 {
  padding-top: 200px;
  padding-bottom: 50px;
  height: auto;
  background-color: #fff; }
  .practices_1 h1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #1a2744;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 80px;
    position: relative; }
    .practices_1 h1::after {
      content: '';
      position: absolute;
      left: 45%;
      bottom: -20px;
      width: 10%;
      height: 2px;
      display: block;
      background-color: #8a97b4; }
  .practices_1 .body_text {
    padding-top: 100px;
    float: left;
    width: 50%;
    padding-right: 3%; }

.practices_2 {
  background-color: #ffffdd;
  height: auto; }
  .practices_2 .practice_container {
    width: 100%;
    float: left;
    height: auto; }
    .practices_2 .practice_container .image {
      width: 50%;
      float: left;
      display: flex;
      justify-content: center; }
      .practices_2 .practice_container .image img {
        align-self: center;
        width: 90%;
        height: auto;
        margin-top: 60px; }
    .practices_2 .practice_container .text {
      width: 50%;
      padding-left: 5%;
      float: left;
      padding-bottom: 100px; }
      .practices_2 .practice_container .text h1 {
        margin-top: 100px;
        margin-bottom: 40px; }
      .practices_2 .practice_container .text .line_link {
        margin-top: 50px; }
        .practices_2 .practice_container .text .line_link a {
          color: #1a2744; }
          .practices_2 .practice_container .text .line_link a:after {
            width: 170%; }
    .practices_2 .practice_container:nth-child(even) {
      background-color: #ededed; }
      .practices_2 .practice_container:nth-child(even) .image {
        float: right; }
      .practices_2 .practice_container:nth-child(even) .text {
        padding-left: 0%;
        padding-right: 5%; }

.practices_3 {
  padding-top: 150px;
  padding-bottom: 50px; }
  .practices_3 .text_1 {
    float: left;
    width: 30%; }
    .practices_3 .text_1 h1 {
      margin-bottom: 50px; }
    .practices_3 .text_1 a {
      color: #c5992c;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 40px;
      font-weight: 700; }
  .practices_3 .text_2 {
    float: right;
    width: 70%;
    padding-left: 8%; }
    .practices_3 .text_2 h3 {
      font-family: industry, sans-serif;
      color: #1a2744;
      font-size: 36px;
      margin-bottom: 30px;
      font-weight: 600; }
    .practices_3 .text_2 p {
      margin-bottom: 30px; }

.clients_1 {
  padding-top: 160px;
  padding-bottom: 50px;
  height: auto;
  background-color: #fff; }
  .clients_1 h1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #1a2744;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 80px;
    position: relative;
    margin-bottom: 20px; }
    .clients_1 h1::after {
      content: '';
      position: absolute;
      left: 45%;
      bottom: -20px;
      width: 10%;
      height: 2px;
      display: block;
      background-color: #8a97b4; }

.clients_2 {
  padding-bottom: 120px; }
  .clients_2 .panel_content p {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 42px; }
  .clients_2 .panel_content .client_container {
    float: left;
    width: 19%;
    margin-left: 3%;
    margin-right: 3%;
    height: 180px;
    margin-bottom: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.verdicts_2.news_2 {
  padding-top: 0px; }

.verdicts_3.news_3 {
  margin-top: 60px; }

@media screen and (min-width: 600px) and (max-width: 850px) {
  .clients_1 {
    padding-top: 160px;
    padding-bottom: 30px; }
    .clients_1 h1 {
      font-size: 26px;
      line-height: 34px; }

  .clients_2 {
    padding-bottom: 120px; }
    .clients_2 .panel_content .client_container {
      float: left;
      width: 40%;
      margin-left: 3%;
      margin-right: 3%;
      height: 180px;
      margin-bottom: 50px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; } }
@media screen and (min-width: 0px) and (max-width: 850px) {
  .practices_1 {
    padding-top: 100px;
    padding-bottom: 50px;
    height: auto;
    background-color: #fff; }
    .practices_1 h1 {
      width: 100%;
      text-align: center;
      font-size: 32px;
      text-transform: uppercase;
      color: #1a2744;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 80px;
      position: relative; }
      .practices_1 h1::after {
        content: '';
        position: absolute;
        left: 45%;
        bottom: -20px;
        width: 10%;
        height: 2px;
        display: none;
        background-color: #8a97b4; }
    .practices_1 .body_text {
      padding-top: 30px;
      float: left;
      width: 100%;
      padding-right: 5%;
      padding-left: 5%; }

  .practices_2 {
    background-color: #ffffdd;
    height: auto; }
    .practices_2 .practice_container {
      width: 100%;
      float: left;
      height: auto; }
      .practices_2 .practice_container .image {
        float: left;
        display: none;
        justify-content: center; }
        .practices_2 .practice_container .image img {
          align-self: center;
          width: 90%;
          height: auto;
          margin-top: 60px; }
      .practices_2 .practice_container .text {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        float: left;
        padding-bottom: 100px; }
        .practices_2 .practice_container .text h1 {
          margin-top: 100px;
          margin-bottom: 40px;
          font-size: 28px;
          text-align: center;
          width: 100%; }
        .practices_2 .practice_container .text .line_link {
          margin-top: 50px;
          text-align: center; }
          .practices_2 .practice_container .text .line_link a {
            color: #1a2744;
            text-align: center; }
            .practices_2 .practice_container .text .line_link a:after {
              width: 170%;
              display: none; }
      .practices_2 .practice_container:nth-child(even) {
        background-color: #ededed; }
        .practices_2 .practice_container:nth-child(even) .image {
          float: right; }
        .practices_2 .practice_container:nth-child(even) .text {
          padding-left: 5%;
          padding-right: 5%; }

  .practices_3 {
    padding-top: 150px;
    padding-bottom: 50px; }
    .practices_3 .text_1 {
      float: left;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      text-align: center; }
      .practices_3 .text_1 h1 {
        margin-bottom: 50px;
        font-size: 28px;
        line-height: 36px;
        text-align: center; }
      .practices_3 .text_1 a {
        color: #c5992c;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 70px; }
    .practices_3 .text_2 {
      float: left;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; }
      .practices_3 .text_2 h3 {
        font-family: industry, sans-serif;
        color: #1a2744;
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
        font-weight: 600;
        text-align: center; }
      .practices_3 .text_2 p {
        margin-bottom: 30px; } }
@media screen and (min-width: 0px) and (max-width: 600px) {
  .clients_1 {
    padding-top: 100px;
    padding-bottom: 30px; }
    .clients_1 h1 {
      font-size: 26px;
      line-height: 34px; }

  .clients_2 {
    padding-bottom: 120px; }
    .clients_2 .panel_content .client_container {
      float: left;
      width: 80%;
      margin-left: 10%;
      margin-right: 10%;
      height: 180px;
      margin-bottom: 10px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; } }
.verdicts_1 {
  min-height: 80vh;
  height: auto;
  background-image: url("/wp-content/themes/hpmb/assets/images/verdicts.jpg");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  padding-bottom: 100px; }
  .verdicts_1 .text_1 {
    align-self: center;
    width: 100%;
    padding-left: 0%; }
    .verdicts_1 .text_1 .font_playfair {
      float: left;
      width: 70%; }
    .verdicts_1 .text_1 .font_industry {
      float: left;
      width: 70%; }

.verdicts_2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px; }
  .verdicts_2 .panel_content .verdict_container {
    height: auto;
    padding-bottom: 36px;
    padding-top: 40px;
    border-bottom: 1px solid #b0b0b0; }
    .verdicts_2 .panel_content .verdict_container a.body_text {
      color: #1a2744;
      width: 100%;
      float: left;
      font-size: 28px;
      line-height: 38px;
      height: auto;
      text-decoration: none;
      font-weight: 700; }
    .verdicts_2 .panel_content .verdict_container div.body_text {
      width: 100%;
      float: left;
      margin-top: 30px;
      margin-bottom: 20px; }
      .verdicts_2 .panel_content .verdict_container div.body_text a {
        color: #4b4b4b;
        text-decoration: none; }
    .verdicts_2 .panel_content .verdict_container a.font_proxima {
      color: #8a97b4;
      width: 100%;
      float: left;
      line-height: 40px;
      height: 40px;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 20px;
      font-weight: 600; }
      .verdicts_2 .panel_content .verdict_container a.font_proxima:hover {
        text-decoration: underline; }
  .verdicts_2 .panel_content .pagination_container {
    width: 100%;
    text-align: center;
    padding-top: 70px;
    font-size: 24px; }
    .verdicts_2 .panel_content .pagination_container a {
      color: #8a97b4;
      font-size: 24px;
      text-decoration: none; }
      .verdicts_2 .panel_content .pagination_container a:hover {
        text-decoration: underline; }
    .verdicts_2 .panel_content .pagination_container .page_numbers {
      margin-left: 15px;
      margin-right: 15px; }

.verdicts_3 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px; }
  .verdicts_3 .pagination_container {
    padding-top: 70px;
    font-size: 24px; }
    .verdicts_3 .pagination_container:nth-child(1) {
      padding-bottom: 30px; }
    .verdicts_3 .pagination_container a {
      color: #8a97b4;
      font-size: 24px;
      text-decoration: none; }
      .verdicts_3 .pagination_container a:hover {
        text-decoration: underline; }
    .verdicts_3 .pagination_container .page_numbers {
      margin-left: 15px;
      margin-right: 15px; }
  .verdicts_3 .panel_content .body_h1 {
    margin-bottom: 40px; }
  .verdicts_3 .panel_content p {
    letter-spacing: 0.3px; }
    .verdicts_3 .panel_content p img {
      width: 100%;
      max-width: 100%;
      height: auto; }

@media screen and (min-width: 600px) and (max-width: 850px) {
  .verdicts_1 {
    min-height: 80vh;
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px; }
    .verdicts_1 .text_1 {
      align-self: center;
      width: 100%;
      padding-left: 0%; }
      .verdicts_1 .text_1 .font_playfair {
        text-align: center;
        font-size: 34px;
        line-height: 42px;
        float: left;
        width: 100%;
        padding: 0%;
        padding-left: 15%;
        padding-right: 15%; }
      .verdicts_1 .text_1 .font_industry {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        float: left;
        width: 100%;
        padding: 0%;
        padding-left: 15%;
        padding-right: 15%; } }
@media screen and (min-width: 0px) and (max-width: 600px) {
  .verdicts_1 {
    min-height: 80vh;
    height: auto;
    padding-bottom: 90px;
    padding-top: 70px; }
    .verdicts_1 .text_1 {
      align-self: center;
      width: 100%;
      padding-left: 0%; }
      .verdicts_1 .text_1 .font_playfair {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        float: left;
        width: 100%;
        padding: 0%; }
      .verdicts_1 .text_1 .font_industry {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        float: left;
        width: 100%;
        padding: 0%; } }
@media screen and (min-width: 0px) and (max-width: 700px) {
  .verdicts_2 {
    padding-top: 20px; }

  .verdicts_3 .panel_content .body_h1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0px; }

  .body_text {
    line-height: 24px; }

  .verdicts_2 .panel_content .verdict_container a.body_text {
    font-size: 22px;
    line-height: 26px; }

  .verdicts_2 .panel_content .verdict_container a.body_text.interior {
    font-size: 18px;
    line-height: 24px; }

  .verdict_container a.font_proxima {
    text-align: center; } }
.post-type-archive-professionals #header {
  background-color: #1A2744; }
.post-type-archive-professionals #container {
  max-width: 1250px;
  margin: 100px auto; }
  .post-type-archive-professionals #container .search_form_container, .post-type-archive-professionals #container .attorney_letters {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }
  .post-type-archive-professionals #container .search_form_container .search-form {
    display: flex;
    flex-direction: row; }
    .post-type-archive-professionals #container .search_form_container .search-form .search-input {
      color: #000;
      height: 30px;
      width: 250px;
      padding-left: 12px; }
    .post-type-archive-professionals #container .search_form_container .search-form .search_icon {
      background-color: #000;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .post-type-archive-professionals #container .search_form_container .search-form .search_icon .search-svg {
        width: 70%;
        height: 70%;
        background-image: url("/wp-content/themes/hpmb/assets/images/icons/magnifying-glass-white.svg");
        background-size: contain; }
  .post-type-archive-professionals #container .search_form_container .select-input-container .select-btn {
    border: 1px solid #d1d2d3;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    padding: 7px 12px;
    background-color: #fff;
    margin-left: 10px; }
  .post-type-archive-professionals #container .search_form_container .clear-btn {
    cursor: pointer;
    border: 1px solid #000;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 5px;
    color: #fff;
    background-color: #000;
    margin-left: 5px; }
  .post-type-archive-professionals #container .alpha_form_container {
    padding: 20px 0px;
    text-decoration: none;
    list-style: none;
    width: 80%;
    margin: 0 auto; }
    .post-type-archive-professionals #container .alpha_form_container .attorney_letters {
      text-decoration: none;
      list-style: none;
      flex-direction: row;
      justify-content: space-around; }
      .post-type-archive-professionals #container .alpha_form_container .attorney_letters li a {
        font-weight: 600;
        color: #337ab7;
        text-decoration: none;
        font-family: proxima-nova, sans-serif; }
  .post-type-archive-professionals #container .attorney_listing_container {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .post-type-archive-professionals #container .attorney_listing_container.filtering {
      justify-content: center; }
    .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container {
      width: 22%;
      margin: 1% 1%;
      height: 200px;
      overflow: hidden;
      position: relative;
      display: none; }
      .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container.render {
        display: flex; }
      .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
      .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container .info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        opacity: 0;
        background-color: rgba(249, 196, 61, 0.65); }
        .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container .info p {
          color: #fff;
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center;
          font-size: 18px;
          padding-bottom: 1rem; }
      .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container:hover .info {
        opacity: 1; }

.single-professionals #content {
  max-width: 970px;
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .single-professionals #content .info_container_parent_container {
    margin-right: 40px;
    width: 300px; }
    .single-professionals #content .info_container_parent_container .info_container {
      padding-bottom: 13.33333px; }
      .single-professionals #content .info_container_parent_container .info_container .title_info {
        font-size: 18px;
        padding-top: 15px;
        margin: 0;
        line-height: 32px;
        font-weight: 700;
        color: #1A2744;
        font-family: Altivo,sans-serif; }
      .single-professionals #content .info_container_parent_container .info_container .info_content_container {
        line-height: 28px;
        margin: 0;
        font-size: 16px;
        color: #4B4B4B; }
        .single-professionals #content .info_container_parent_container .info_container .info_content_container a {
          color: #337ab7;
          text-decoration: none; }
          .single-professionals #content .info_container_parent_container .info_container .info_content_container a:hover {
            text-decoration: underline; }
      .single-professionals #content .info_container_parent_container .info_container .vcard_link {
        color: #f9c33e;
        text-decoration: none;
        font-size: 18px;
        line-height: 34px; }
        .single-professionals #content .info_container_parent_container .info_container .vcard_link:hover {
          text-decoration: underline; }
    .single-professionals #content .info_container_parent_container .img_container {
      height: 350px;
      width: 300px; }
      .single-professionals #content .info_container_parent_container .img_container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
  .single-professionals #content .bio_verdicts_container_parent_container {
    width: 600px; }
    .single-professionals #content .bio_verdicts_container_parent_container .title_container .title_name {
      font-size: 36px;
      margin: 0;
      line-height: 48px;
      font-weight: 700;
      letter-spacing: .7px;
      color: #1A2744; }
    .single-professionals #content .bio_verdicts_container_parent_container .title_container .second_title {
      font-style: italic;
      font-size: 22px;
      line-height: 56px;
      color: #4B4B4B; }
    .single-professionals #content .bio_verdicts_container_parent_container .bio_container p {
      font-size: 18px;
      line-height: 36px;
      color: #4B4B4B;
      margin-bottom: 14px; }
    .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container {
      padding: 40px 0px; }
      .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container .title {
        font-size: 36px;
        margin: 0;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: .7px;
        color: #1A2744;
        padding-bottom: 20px; }
      .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container .verdict_single_card {
        padding-top: 30px;
        padding-bottom: 40px;
        border-bottom: 1px solid black; }
        .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container .verdict_single_card .verdict_title {
          padding-bottom: 13.33333px;
          font-size: 18px;
          margin: 0;
          line-height: 24px;
          font-weight: 700;
          color: #1A2744; }
        .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container .verdict_single_card .verdict_preview {
          margin: .75em 0;
          color: #4B4B4B;
          font-size: 18px;
          line-height: 36px; }
        .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container .verdict_single_card .link {
          font-weight: 700;
          letter-spacing: .2em;
          text-transform: uppercase;
          font-size: 18px;
          color: #8A97B4;
          transition: all 600ms ease-in-out; }
        .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container .verdict_single_card a {
          text-decoration: none; }
          .single-professionals #content .bio_verdicts_container_parent_container .verdicts_list_container .verdict_single_card a:hover {
            text-decoration: underline; }
    .single-professionals #content .bio_verdicts_container_parent_container .pagination_container a {
      font-family: altivo,sans-serif;
      font-weight: 700;
      font-size: 1.8rem;
      text-transform: uppercase;
      letter-spacing: .2em;
      color: #1a2744;
      text-decoration: none; }

.generic_subpage_container.professionals_1 {
  padding-top: 38px; }

main#content.professionals_2 {
  padding-top: 60px; }
  main#content.professionals_2 .pagination_container {
    margin-top: 60px;
    width: 100%;
    text-align: center; }
    main#content.professionals_2 .pagination_container a {
      font-family: altivo,sans-serif;
      font-weight: 700;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: .2em;
      color: #1a2744;
      text-decoration: none; }

@media screen and (min-width: 550px) and (max-width: 899px) {
  .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container {
    width: 48%;
    height: 300px; } }
@media screen and (min-width: 0px) and (max-width: 900px) {
  .post-type-archive-professionals #container .professionals_1 {
    padding-top: 20px; }
  .post-type-archive-professionals #container .search_form_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .post-type-archive-professionals #container .search_form_container .select-input-container {
      padding-bottom: 20px;
      flex-basis: 100%; }
    .post-type-archive-professionals #container .search_form_container .half_container {
      flex-basis: 50%; }
  .post-type-archive-professionals #container .alpha_form_container {
    width: 95%; }
  .post-type-archive-professionals #container .attorney_listing_container .attorney_card_container {
    width: 48%; }

  main#content.professionals_2 {
    padding-top: 20px; }

  .single-professionals #content .info_container_parent_container {
    width: 600px;
    padding-top: 20px;
    margin-right: 0;
    padding: 0px 2vw;
    display: flex;
    flex-direction: column; }
    .single-professionals #content .info_container_parent_container .info_container {
      padding-bottom: 13.33333px; }
    .single-professionals #content .info_container_parent_container .img_con {
      display: flex;
      align-items: center;
      justify-content: center; }
  .single-professionals #content .bio_verdicts_container_parent_container {
    width: 600px;
    padding: 0px 2vw;
    padding-top: 25px; }
  .single-professionals #content .pagination_container {
    display: flex;
    flex-direction: column; }
    .single-professionals #content .pagination_container a {
      padding: 15px; } }
@media screen and (min-width: 0px) and (max-width: 700px) {
  .post-type-archive-professionals #container .alpha_form_container .attorney_letters {
    display: none; } }
.contact_1 {
  height: 500px;
  background-image: url("/wp-content/themes/hpmb/assets/images/contact_gavel.jpg");
  background-size: cover;
  background-position: 50% 30%;
  display: flex;
  justify-content: center; }
  .contact_1 .text_1 {
    align-self: center;
    width: 100%;
    padding-left: 0%; }
    .contact_1 .text_1 .font_playfair {
      float: left;
      width: 70%; }
    .contact_1 .text_1 .font_industry {
      float: left;
      width: 70%; }

.contact_2 {
  padding-top: 80px; }
  .contact_2 .font_altivo.body_text {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center; }
    .contact_2 .font_altivo.body_text a {
      text-decoration: none;
      color: #337ab7; }
      .contact_2 .font_altivo.body_text a:hover {
        text-decoration: underline;
        color: #1a2744; }

.contact_3 {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%; }
  .contact_3 .location_column {
    width: 25%;
    float: left;
    text-align: center; }
    .contact_3 .location_column .city {
      color: #1a2744;
      font-weight: 600; }
    .contact_3 .location_column a {
      text-decoration: none;
      color: #337ab7;
      font-weight: 600; }
      .contact_3 .location_column a:hover {
        text-decoration: underline;
        color: #1a2744; }
    .contact_3 .location_column:nth-of-type(1), .contact_3 .location_column:nth-of-type(2), .contact_3 .location_column:nth-of-type(3) {
      border-right: 1px solid #8a97b4; }

.firm_1.verdicts_1.contact_1.recruiting_1 {
  min-height: 100vh;
  height: auto;
  padding-bottom: 100px; }
  .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 {
    width: 100%; }
    .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 div {
      width: 100%;
      text-align: center; }
    .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_playfair {
      margin-top: 200px;
      margin-bottom: 50px; }
    .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_industry {
      text-transform: none;
      font-weight: 400;
      font-size: 30px; }
      .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_industry a {
        text-decoration: none;
        color: #f9c33e; }
        .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_industry a:hover {
          text-decoration: underline; }

@media screen and (min-width: 600px) and (max-width: 750px) {
  .contact_1 {
    min-height: 0px;
    height: auto;
    display: flex;
    justify-content: center; }
    .contact_1 .text_1 {
      align-self: center;
      width: 100%;
      padding-left: 0%; }
      .contact_1 .text_1 .font_playfair {
        text-align: center;
        font-size: 42px;
        float: left;
        width: 100%; }
      .contact_1 .text_1 .font_industry {
        text-align: center;
        font-size: 42px;
        float: left;
        width: 100%; } }
@media screen and (min-width: 750px) and (max-width: 1150px) {
  .contact_3 {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%; }
    .contact_3 .location_column {
      width: 50%;
      float: left;
      text-align: center;
      margin-bottom: 60px; }
      .contact_3 .location_column .city {
        color: #1a2744;
        font-weight: 600; }
      .contact_3 .location_column a {
        text-decoration: none;
        color: #337ab7;
        font-weight: 600; }
        .contact_3 .location_column a:hover {
          text-decoration: underline;
          color: #1a2744; }
      .contact_3 .location_column:nth-of-type(2), .contact_3 .location_column:nth-of-type(4) {
        border-right: none; } }
@media screen and (min-width: 0px) and (max-width: 750px) {
  .contact_3 {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%; }
    .contact_3 .location_column {
      width: 100%;
      float: left;
      text-align: center;
      margin-bottom: 60px; }
      .contact_3 .location_column .city {
        color: #1a2744;
        font-weight: 600; }
      .contact_3 .location_column a {
        text-decoration: none;
        color: #337ab7;
        font-weight: 600; }
        .contact_3 .location_column a:hover {
          text-decoration: underline;
          color: #1a2744; }
      .contact_3 .location_column:nth-of-type(1), .contact_3 .location_column:nth-of-type(2), .contact_3 .location_column:nth-of-type(3) {
        border-right: none; } }
@media screen and (min-width: 0px) and (max-width: 600px) {
  .contact_1 {
    padding-top: 80px;
    min-height: 0px;
    height: auto;
    display: flex;
    justify-content: center; }
    .contact_1 .text_1 {
      align-self: center;
      width: 100%;
      padding-left: 0%; }
      .contact_1 .text_1 .font_playfair {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        float: left;
        width: 100%;
        padding: 0%; }
      .contact_1 .text_1 .font_industry {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        float: left;
        width: 100%;
        padding: 0%; }

  .contact_3 {
    padding-bottom: 0px; }

  .firm_1.verdicts_1.contact_1.recruiting_1 {
    min-height: 100vh;
    height: auto;
    padding-bottom: 100px;
    padding-top: 0px; }
    .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 {
      width: 100%; }
      .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 div {
        width: 100%;
        text-align: center; }
      .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_playfair {
        margin-top: 130px;
        margin-bottom: 50px; }
      .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_industry {
        text-transform: none;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px; }
        .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_industry a {
          text-decoration: none;
          color: #f9c33e;
          font-size: 30px; }
          .firm_1.verdicts_1.contact_1.recruiting_1 .text_1 .font_industry a:hover {
            text-decoration: underline; } }
