.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  color: #007e9e;
  font-weight: 500;
  text-decoration: underline;
}

.nav-bar {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.logo {
  width: 215px;
}

.nav-link {
  padding: 20px 0px 5px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current {
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 2.5px solid #24475c;
  color: #24475c;
}

.nav-link-holder {
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 0px;
}

.nav-drop-down {
  font-weight: 700;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.dropdown-toggle._2nd {
  padding-bottom: 10px;
}

.drop-icon {
  margin-left: 4px;
}

.drop-icon._2nd {
  padding-bottom: 10px;
}

.na-menu-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.na-menu-holder.mobile {
  display: none;
}

.button {
  padding: 13px 28px;
  border-radius: 27.5px;
  background-color: #24475c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
}

.button:hover {
  background-color: #163243;
}

.button.white-bg {
  background-color: #fff;
  color: #24475c;
}

.button.white-bg:hover {
  color: #163243;
}

.button.white-bg.more-space {
  padding-right: 50px;
  padding-left: 50px;
}

.dropdown-list {
  margin-top: -3px;
}

.dropdown-list.w--open {
  margin-top: -7px;
  border-radius: 8px;
  background-color: #fff;
}

.dropdown-link {
  border-bottom: 1px solid #7c7b7b;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #333;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: #76a4b0;
  color: #fff;
}

.dropdown-link.last {
  border-bottom-style: none;
}

.section {
  padding: 70px 30px;
}

.section.hero-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section.connect {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 0px;
  background-color: #24475c;
}

.section.connect.mobile {
  display: none;
}

.section.contact-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #24475c;
}

.home-hero-flex-col {
  position: relative;
  width: 70%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.home-hero-img {
  width: 100%;
}

.home-hero-abs-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-top-abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-right: 30px;
  padding-left: 30px;
}

.home-hero-top-abs-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 48%;
  margin-top: 0px;
}

.container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.container.full {
  width: 100%;
}

.home-hero-top-text {
  width: 49%;
  padding-top: 18px;
  color: #fff;
  font-size: 19px;
}

.hero-left-col {
  width: 42%;
}

.hero-flex-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.37)), to(hsla(0, 0%, 100%, 0.37)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.37), hsla(0, 0%, 100%, 0.37));
}

.h1-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #19191b;
  font-size: 60px;
  line-height: 1.3;
}

.h1-heading.sm {
  font-size: 44px;
}

.h1-heading.sm.white {
  color: #fff;
}

.hero-para {
  color: #7c7b7b;
  font-size: 21px;
}

.hero-para.margin-30 {
  margin-bottom: 30px;
}

._4-block-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #24475c;
}

.block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f8f6f4;
  background-color: #24475c;
  text-decoration: none;
}

.block-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.block-para {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.block-bottom-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-icon.abs {
  position: absolute;
  display: none;
}

.firm-container-1 {
  width: 40%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.h2-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 1.2;
}

.h2-heading.mid {
  text-align: center;
}

.h2-heading.white {
  color: #fff;
}

.para {
  margin-bottom: 13px;
}

.para.mid {
  text-align: center;
}

.para.mid.nunito {
  font-family: 'Open Sans', sans-serif;
}

.para.white {
  color: #fff;
}

.para.white.nunito {
  font-family: 'Nunito Sans', sans-serif;
}

.para._70 {
  width: 70%;
}

.farm-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.farm-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.farm-col-txt {
  color: #24475c;
  font-weight: 900;
  text-align: center;
}

.farm-col-txt.large {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 65px;
}

.connect-col {
  width: 46%;
}

.connect-col-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.connect-abs-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.connect-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.connect-hold-col {
  width: 50%;
}

.contact-hold-flex {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-hold-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ch-subhead {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer {
  padding: 30px;
}

.footer-grid {
  grid-template-areas: "."
    "Area";
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-privacy-txt {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.bottom-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.top-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 48%;
  height: 130px;
  margin-top: -65px;
  border-radius: 0px 50px 50px 0px;
  background-color: #24475c;
}

.drop-bar {
  padding-bottom: 10px;
  border-bottom: 2.5px solid #24475c;
  color: #24475c;
}

.practice-area-holder {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.practice-area-text-holder {
  padding: 40px 30px;
  border: 2px solid #7c7b7b;
  border-radius: 8px;
}

.practice-area-link {
  display: block;
  margin-bottom: 12px;
}

.practice-area-link.margin-50 {
  margin-bottom: 50px;
}

.list {
  margin-bottom: 25px;
}

.list._40-margin {
  margin-bottom: 40px;
}

.practice-image-abs {
  position: absolute;
  left: auto;
  top: 5%;
  right: -7%;
  bottom: auto;
  width: 280px;
}

.practice-img-up {
  display: none;
}

.contact-us-col-div {
  width: 39%;
}

.contact-us-abs-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container-90.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-up-col-1 {
  width: 40%;
  margin-right: 4%;
}

.contact-22px {
  margin-bottom: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.contact-up-col-2 {
  width: 42%;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
}

.form-22-txt {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #191a1a;
  font-size: 20px;
  font-weight: 600;
}

.text-field-holder {
  position: relative;
  margin-bottom: 20px;
}

.text-field-img {
  position: absolute;
  left: 15px;
  top: 27%;
  right: auto;
  bottom: 0%;
  width: 25px;
}

.text-field {
  height: 50px;
  padding-left: 45px;
  border-radius: 8px;
  background-color: #f2f2f2;
}

.text-field::-webkit-input-placeholder {
  color: #19191b;
}

.text-field:-ms-input-placeholder {
  color: #19191b;
}

.text-field::-ms-input-placeholder {
  color: #19191b;
}

.text-field::placeholder {
  color: #19191b;
}

.text-field.area {
  height: 120px;
  padding-left: 20px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}

.checkbox {
  margin-top: 3px;
  margin-right: 5px;
}

.checkbox:active {
  background-color: #007e9e;
  color: #24475c;
}

.checkbox-label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}

.h7 {
  font-size: 20px;
  font-weight: 700;
}

.custom-avo {
  color: #777;
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .home-hero-top-abs-bg {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }

  .logo {
    width: 200px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 40px;
  }

  .nav-link.w--current {
    padding: 20px 20px 20px 40px;
    border-bottom-style: none;
    color: #19191b;
  }

  .nav-link-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: 1px solid #7c7b7b;
  }

  .nav-drop-down {
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid #7c7b7b;
  }

  .dropdown-toggle {
    padding-left: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .drop-icon {
    margin-right: 5px;
    margin-left: 0px;
  }

  .na-menu-holder {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .na-menu-holder.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-list.w--open {
    border-radius: 0px;
  }

  .dropdown-link {
    padding-left: 50px;
    border-bottom-style: none;
    font-size: 16px;
  }

  .section.hero-home {
    height: 600px;
  }

  .section.connect {
    height: 500px;
  }

  .section.contact-us {
    height: 740px;
  }

  .home-hero-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .home-hero-top-text {
    padding-top: 5px;
  }

  .hero-left-col {
    width: 51%;
  }

  .block-title {
    text-align: center;
  }

  .farm-container-2 {
    width: 100%;
  }

  .connect-col-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .practice-area-holder {
    width: 100%;
  }

  .practice-area-text-holder {
    padding: 30px 15px;
  }

  .practice-image-abs {
    width: 240px;
  }

  .contact-us-col-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-90.flex {
    width: 100%;
  }

  .contact-up-col-1 {
    width: 40%;
  }

  .contact-up-col-2 {
    width: 44%;
    padding: 20px;
  }

  .menu-button {
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
  }

  .menu-button.w--open {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
  }

  .menu-button-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .logo {
    width: 160px;
  }

  .dropdown-toggle {
    padding-left: 19px;
  }

  .button.white-bg.more-space {
    width: 100%;
  }

  .button.fotm-button {
    width: 100%;
  }

  .section {
    padding: 60px 20px;
  }

  .section.hero-home {
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.connect {
    height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section.connect.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.contact-us {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .home-hero-flex-col {
    width: 100%;
  }

  .home-hero-abs-full {
    position: static;
    padding: 0px 20px 60px;
  }

  .home-hero-top-text {
    width: 94%;
    padding-top: 15px;
  }

  .hero-left-col {
    position: relative;
    width: 100%;
    margin-top: -82px;
  }

  .h1-heading {
    font-size: 50px;
  }

  .h1-heading.sm.mid {
    text-align: center;
  }

  ._4-block-holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-1 {
    width: 50%;
  }

  .block-1.bot {
    border-bottom: 1px solid #f8f6f4;
  }

  .block-1.no {
    border-right-style: none;
  }

  .firm-container-1 {
    width: 90%;
  }

  .h2-heading.mid {
    font-size: 40px;
  }

  .para._70 {
    width: 100%;
  }

  .farm-col.none {
    display: none;
  }

  .farm-col-txt.large {
    font-size: 40px;
  }

  .connect-col {
    width: 100%;
    margin-bottom: 0px;
  }

  .connect-abs-full {
    position: static;
    padding: 60px 20px;
  }

  .connect-hold-col {
    width: 100%;
  }

  .contact-hold-flex {
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .contact-hold-flex.mobile-hide {
    display: none;
  }

  .contact-hold-flex.mobile {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-link.none {
    display: none;
  }

  .top-img {
    width: 100%;
  }

  .practice-area-text-holder {
    padding-right: 10px;
    padding-left: 10px;
    border-width: 1px;
  }

  .practice-image-abs {
    display: none;
  }

  .practice-img-up {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .contact-us-col-div {
    display: none;
  }

  .contact-us-abs-full {
    position: static;
    padding: 0px;
  }

  .container-90.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-up-col-1 {
    width: 100%;
    margin-right: 0%;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .contact-up-col-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 0px;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-right: 10px;
  }

  .nav-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo {
    width: 140px;
  }

  .nav-link-holder {
    padding-left: 0px;
  }

  .dropdown-toggle {
    padding-left: 19px;
  }

  .na-menu-holder.mobile {
    height: auto;
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .home-hero-top-abs {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-hero-top-text {
    width: 100%;
    font-size: 18px;
  }

  .h1-heading {
    font-size: 40px;
  }

  .h1-heading.sm {
    font-size: 40px;
  }

  .block-1 {
    padding: 20px 15px;
  }

  .block-1.bot {
    padding: 20px 15px;
  }

  .block-title {
    font-size: 23px;
    text-align: center;
  }

  .block-para {
    font-size: 16px;
  }

  .block-icon {
    width: 35px;
  }

  .firm-container-1 {
    width: 100%;
  }

  .h2-heading.white {
    font-size: 40px;
    text-align: center;
  }

  .para {
    font-size: 17px;
  }

  .para.white.nunito {
    font-size: 17px;
  }

  .farm-col {
    width: 47%;
  }

  .farm-col-txt {
    font-size: 15px;
  }

  .farm-col-txt.large {
    font-size: 35px;
  }

  .ch-subhead {
    font-size: 19px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .footer-privacy-txt {
    font-size: 15px;
    line-height: 1.3;
  }

  .footer-link {
    font-size: 15px;
  }

  .top-img {
    height: 150px;
    margin-top: -75px;
  }

  .practice-area-link {
    font-size: 17px;
  }

  .contact-22px {
    font-size: 20px;
  }
}

